Starting to add Patrol Buster to the world map.

This commit is contained in:
Nick Winter 2014-12-09 12:38:58 -08:00
parent 7651eaf6cc
commit 8791eded2c
3 changed files with 20 additions and 3 deletions

View file

@ -207,6 +207,11 @@ module.exports = LevelOptions =
hidesCodeToolbar: true
requiredGear: {feet: 'leather-boots', 'right-hand': 'crude-builders-hammer'}
restrictedGear: {feet: 'simple-boots', 'right-hand': 'simple-sword'}
'patrol-buster':
hidesRealTimePlayback: true
hidesCodeToolbar: true
requiredGear: {feet: 'leather-boots', 'right-hand': 'simple-sword', 'programming-book': 'programmaticon-ii', eyes: 'crude-glasses'}
restrictedGear: {feet: 'simple-boots', 'right-hand': 'crude-builders-hammer', 'programming-book': 'programmaticon-i'}
'endangered-burl':
hidesRealTimePlayback: true
hidesCodeToolbar: true

View file

@ -560,8 +560,8 @@ module.exports = Lank = class Lank extends CocoClass
updateMarks: ->
return unless @options.camera
@addMark 'repair', null, 'repair' if @thang?.errorsOut
@marks.repair?.toggle @thang?.errorsOut
@addMark 'repair', null, 'repair' if @thang?.erroredOut
@marks.repair?.toggle @thang?.erroredOut
if @selected
@marks[range['name']].toggle true for range in @ranges

View file

@ -644,9 +644,21 @@ forest = [
original: '5446cb40ce01c23e05ecf027'
description: 'Stay alive and navigate through the forest.'
nextLevels:
continue: 'endangered-burl'
continue: 'patrol-buster'
x: 24
y: 35
adventurer: true
}
{
name: 'Patrol Buster'
type: 'hero'
id: 'patrol-buster'
original: '5487330d84f7b4dac246d440'
description: 'Defeat ogre patrols with new, selective targeting skills.'
nextLevels:
continue: 'thornbush-farm'
x: 34
y: 25
}
{
name: 'Endangered Burl'