Added endangered-burl and village-guard.

This commit is contained in:
Nick Winter 2014-11-20 19:32:09 -08:00
parent 6d7bc9ce11
commit fcfe81c63e
2 changed files with 31 additions and 1 deletions

View file

@ -204,6 +204,14 @@ module.exports = LevelOptions =
hidesCodeToolbar: true
requiredGear: {feet: 'leather-boots', 'right-hand': 'crude-builders-hammer'}
restrictedGear: {feet: 'simple-boots', 'right-hand': 'simple-sword'}
'endangered-burl':
requiredGear: {feet: 'leather-boots', 'right-hand': 'simple-sword', eyes: 'crude-glasses'}
hidesCodeToolbar: true
restrictedGear: {feet: 'simple-boots', 'right-hand': 'crude-builders-hammer'}
'village-guard':
requiredGear: {feet: 'leather-boots', 'right-hand': 'simple-sword', eyes: 'crude-glasses'}
hidesCodeToolbar: true
restrictedGear: {feet: 'simple-boots', 'right-hand': 'crude-builders-hammer'}
'thornbush-farm':
requiredGear: {feet: 'leather-boots', 'right-hand': 'crude-builders-hammer', eyes: 'crude-glasses'}
hidesCodeToolbar: true

View file

@ -612,10 +612,32 @@ forest = [
original: '5446cb40ce01c23e05ecf027'
description: 'Stay alive and navigate through the forest.'
nextLevels:
continue: 'thornbush-farm'
continue: 'endangered-burl'
x: 39.03
y: 54.97
}
{
name: 'Endangered Burl'
type: 'hero'
id: 'endangered-burl'
original: ''
description: 'Hunt ogres in the woods, but watch out for lumbering beasts.'
nextLevels:
continue: 'village-guard'
x: 41.09
y: 43.75
}
{
name: 'Village Guard'
type: 'hero'
id: 'village-guard'
original: '546e91b8a4b7840000ee92dc'
description: 'Defend a village from marauding munchkin mayhem.'
nextLevels:
continue: 'thornbush-farm'
x: 48.09
y: 42.75
}
{
name: 'Thornbush Farm'
type: 'hero'