Starting to add first three desert levels.

This commit is contained in:
Nick Winter 2014-12-08 13:59:13 -08:00
parent 8795be7560
commit 499666d7b3
5 changed files with 60 additions and 3 deletions

View file

@ -295,3 +295,14 @@ module.exports = LevelOptions =
'siege-of-stonehold':
requiredGear: {}
restrictedGear: {}
# Desert
'the-dunes':
requiredGear: {}
restrictedGear: {}
'the-mighty-sand-yak':
requiredGear: {}
restrictedGear: {}
'oasis':
requiredGear: {}
restrictedGear: {}

View file

@ -372,6 +372,7 @@
regeneration: "Regeneration"
range: "Range" # As in "attack or visual range"
blocks: "Blocks" # As in "this shield blocks this much damage"
backstab: "Backstab" # As in "this dagger does this much backstab damage"
skills: "Skills"
available_for_purchase: "Available for Purchase"
level_to_unlock: "Level to unlock:"

View file

@ -106,7 +106,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
load_profile: "Töltsd be G+ Profilod"
load_email: "Töltsd be G+ Emaileket"
finishing: "Befejezés"
sign_in_with_facebook: "Jelentkezz be Facebook-kal"
sign_in_with_facebook: "Jelentkezz be Facebook-kal"
sign_in_with_gplus: "Jelentkezz be G+-szal"
signup_switch: "Hozz létre egy fiókot!"

View file

@ -412,6 +412,7 @@ module.exports = class ThangType extends CocoModel
throwDamage: 'attack'
throwRange: 'range'
bashDamage: 'attack'
backstabDamage: 'backstab'
}[name]
if i18nKey

View file

@ -895,8 +895,8 @@ forest = [
id: 'siege-of-stonehold'
original: '54712072eb739dbc9d24034b'
description: 'Unlock the desert world, if you are strong enough to win this epic battle!'
#nextLevels:
# continue: ''
nextLevels:
continue: 'the-dunes'
disabled: not me.isAdmin()
x: 85.5
y: 83.5
@ -923,6 +923,50 @@ forest = [
y: 23
adventurer: true
}
{
name: 'The Dunes'
type: 'hero'
id: 'the-dunes'
original: '5480b62e1bf0b10000711c59'
description: 'Behold, the desert, full of glory, danger, and sand. Lots of sand.'
nextLevels:
continue: 'the-mighty-sand-yak'
disabled: not me.isAdmin()
x: 88.66
y: 62.61
adventurer: true
requiresSubscription: true
}
{
name: 'The Mighty Sand Yak'
type: 'hero'
id: 'the-mighty-sand-yak'
original: '5480b9d01bf0b10000711c5f'
description: 'In addition to sand, there are also yaks. Sandy yaks. Yak attack, back to back, man that\'s whack.'
nextLevels:
continue: 'oasis'
disabled: not me.isAdmin()
x: 81.00
y: 55.37
adventurer: true
requiresSubscription: true
}
{
name: 'Oasis'
type: 'hero'
id: 'oasis'
original: '5480ba761bf0b10000711c64'
description: 'There is a bit of water in the desert, too. Probably.'
#nextLevels:
# continue: ''
disabled: not me.isAdmin()
x: 92.56
y: 40.88
adventurer: true
requiresSubscription: true
}
]
WorldMapView.campaigns = campaigns = [