Rearranged play_view.cofee for consistency

This commit is contained in:
iulianR 2014-03-19 00:49:06 +02:00
parent 96bc752747
commit bfac03a73c

View file

@ -12,72 +12,72 @@ module.exports = class PlayView extends View
tutorials = [
{
name: 'Rescue Mission'
id: 'rescue-mission'
description: "Tharin has been captured!"
image: '/file/db/level/52740644904ac0411700067c/rescue_mission_icon.png'
difficulty: 1
id: 'rescue-mission'
image: '/file/db/level/52740644904ac0411700067c/rescue_mission_icon.png'
description: "Tharin has been captured!"
}
{
name: 'Grab the Mushroom'
difficulty: 1
image: '/file/db/level/529662dfe0df8f0000000007/grab_the_mushroom_icon.png'
id: 'grab-the-mushroom'
image: '/file/db/level/529662dfe0df8f0000000007/grab_the_mushroom_icon.png'
description: "Grab a powerup and smash a big ogre."
}
{
name: 'Drink Me'
difficulty: 1
image: '/file/db/level/525dc5589a0765e496000006/drink_me_icon.png'
id: 'drink-me'
image: '/file/db/level/525dc5589a0765e496000006/drink_me_icon.png'
description: "Drink up and slay two munchkins."
}
{
name: 'Taunt the Guards'
difficulty: 1
image: '/file/db/level/5276c9bdcf83207a2801ff8f/taunt_icon.png'
id: 'taunt-the-guards'
image: '/file/db/level/5276c9bdcf83207a2801ff8f/taunt_icon.png'
description: "Tharin, if clever, can escape with Phoebe."
}
{
name: "It's a Trap"
difficulty: 1
image: '/file/db/level/528aea2d7f37fc4e0700016b/its_a_trap_icon.png'
id: 'its-a-trap'
image: '/file/db/level/528aea2d7f37fc4e0700016b/its_a_trap_icon.png'
description: "Organize a dungeon ambush with archers."
}
{
name: 'Break the Prison'
difficulty: 1
image: '/file/db/level/5275272c69abdcb12401216e/break_the_prison_icon.png'
id: 'break-the-prison'
image: '/file/db/level/5275272c69abdcb12401216e/break_the_prison_icon.png'
description: "More comrades are imprisoned!"
}
{
name: 'Taunt'
difficulty: 1
image: '/file/db/level/525f150306e1ab0962000018/taunt_icon.png'
id: 'taunt'
image: '/file/db/level/525f150306e1ab0962000018/taunt_icon.png'
description: "Taunt the ogre to claim victory."
}
{
name: 'Cowardly Taunt'
difficulty: 1
image: '/file/db/level/525abfd9b12777d78e000009/cowardly_taunt_icon.png'
id: 'cowardly-taunt'
image: '/file/db/level/525abfd9b12777d78e000009/cowardly_taunt_icon.png'
description: "Lure infuriated ogres to their doom."
}
{
name: 'Commanding Followers'
difficulty: 1
image: '/file/db/level/525ef8ef06e1ab0962000003/commanding_followers_icon.png'
id: 'commanding-followers'
image: '/file/db/level/525ef8ef06e1ab0962000003/commanding_followers_icon.png'
description: "Lead allied soldiers into battle."
}
{
name: 'Mobile Artillery'
difficulty: 1
image: '/file/db/level/525085419851b83f4b000001/mobile_artillery_icon.png'
id: 'mobile-artillery'
image: '/file/db/level/525085419851b83f4b000001/mobile_artillery_icon.png'
description: "Blow ogres up!"
}
]
@ -85,38 +85,38 @@ module.exports = class PlayView extends View
experienced = [
{
name: 'Hunter Triplets'
id: 'hunter-triplets'
description: "Three soldiers go ogre hunting."
image: '/file/db/level/526711d9add4f8965f000002/hunter_triplets_icon.png'
difficulty: 2
id: 'hunter-triplets'
image: '/file/db/level/526711d9add4f8965f000002/hunter_triplets_icon.png'
description: "Three soldiers go ogre hunting."
}
{
name: 'Emphasis on Aim'
difficulty: 2
image: '/file/db/level/525f384d96cd77000000000f/munchkin_masher_icon.png'
id: 'emphasis-on-aim'
image: '/file/db/level/525f384d96cd77000000000f/munchkin_masher_icon.png'
description: "Chose your targets carefully."
}
{
name: 'Zone of Danger'
id: 'zone-of-danger'
description: "Target the ogres swarming into arrow range."
image: '/file/db/level/526ae95c1e5cd30000000008/zone_of_danger_icon.png'
difficulty: 3
id: 'zone-of-danger'
image: '/file/db/level/526ae95c1e5cd30000000008/zone_of_danger_icon.png'
description: "Target the ogres swarming into arrow range."
}
{
name: 'Molotov Medic'
difficulty: 2
image: '/file/db/level/52602ecb026e8481e7000001/generic_1.png'
id: 'molotov-medic'
image: '/file/db/level/52602ecb026e8481e7000001/generic_1.png'
description: "Tharin must play support in this dungeon battle."
}
{
name: 'Gridmancer'
id: 'gridmancer'
description: "Challenge! Beat this level, get a job!"
image: '/file/db/level/52ae2460ef42c52f13000008/gridmancer_icon.png'
difficulty: 5
id: 'gridmancer'
image: '/file/db/level/52ae2460ef42c52f13000008/gridmancer_icon.png'
description: "Challenge! Beat this level, get a job!"
}
]