added the additional default inventory icons, added the dungeon map path

This commit is contained in:
George Saines 2014-11-22 16:14:43 -08:00
parent 2875cb09a5
commit 2151cd6799
3 changed files with 19 additions and 19 deletions
app
assets/images/pages/game-menu
templates/play
views/play

Binary file not shown.

Before

(image error) Size: 55 KiB

After

(image error) Size: 64 KiB

Before After
Before After

View file

@ -7,7 +7,7 @@
- var seenNext = nextLevel; - var seenNext = nextLevel;
each level in campaign.levels each level in campaign.levels
if !level.hidden if true || !level.hidden
- var next = level.id == nextLevel || (!seenNext && levelStatusMap[level.id] != "complete" && !level.locked && !level.disabled && (!level.practice || me.getBranchingGroup() == 'all-practice')); - var next = level.id == nextLevel || (!seenNext && levelStatusMap[level.id] != "complete" && !level.locked && !level.disabled && (!level.practice || me.getBranchingGroup() == 'all-practice'));
- seenNext = seenNext || next; - seenNext = seenNext || next;
div(style="left: #{level.x}%; bottom: #{level.y}%; background-color: #{level.color}", class="level" + (next ? " next" : "") + (level.disabled ? " disabled" : "") + (level.locked ? " locked" : "") + " " + levelStatusMap[level.id] || "", data-level-id=level.id, title=level.name) div(style="left: #{level.x}%; bottom: #{level.y}%; background-color: #{level.color}", class="level" + (next ? " next" : "") + (level.disabled ? " disabled" : "") + (level.locked ? " locked" : "") + " " + levelStatusMap[level.id] || "", data-level-id=level.id, title=level.name)

View file

@ -351,8 +351,8 @@ dungeon = [
id: 'shadow-guard' id: 'shadow-guard'
original: '54174347844506ae0195a0b8' original: '54174347844506ae0195a0b8'
description: 'Evade the Kithgard minion.' description: 'Evade the Kithgard minion.'
x: 41 x: 44
y: 13 y: 11
nextLevels: nextLevels:
more_practice: 'kounter-kithwise' more_practice: 'kounter-kithwise'
continue: 'forgetful-gemsmith' continue: 'forgetful-gemsmith'
@ -363,8 +363,8 @@ dungeon = [
id: 'kounter-kithwise' id: 'kounter-kithwise'
original: '54527a6257e83800009730c7' original: '54527a6257e83800009730c7'
description: 'Practice your evasion skills with more guards.' description: 'Practice your evasion skills with more guards.'
x: 50 x: 55
y: 14 y: 11
nextLevels: nextLevels:
#more_practice: 'crawlways-of-kithgard' #more_practice: 'crawlways-of-kithgard'
continue: 'forgetful-gemsmith' continue: 'forgetful-gemsmith'
@ -388,8 +388,8 @@ dungeon = [
id: 'forgetful-gemsmith' id: 'forgetful-gemsmith'
original: '544a98f62d002f0000fe331a' original: '544a98f62d002f0000fe331a'
description: 'Grab even more gems as you practice moving.' description: 'Grab even more gems as you practice moving.'
x: 63 x: 66
y: 13 y: 11
nextLevels: nextLevels:
continue: 'true-names' continue: 'true-names'
} }
@ -399,8 +399,8 @@ dungeon = [
id: 'true-names' id: 'true-names'
original: '541875da4c16460000ab990f' original: '541875da4c16460000ab990f'
description: 'Learn an enemy\'s true name to defeat it.' description: 'Learn an enemy\'s true name to defeat it.'
x: 74 x: 76
y: 14 y: 13
nextLevels: nextLevels:
more_practice: 'favorable-odds' more_practice: 'favorable-odds'
continue: 'the-raised-sword' continue: 'the-raised-sword'
@ -472,8 +472,8 @@ dungeon = [
id: 'the-second-kithmaze' id: 'the-second-kithmaze'
original: '5418cf256bae62f707c7e1c3' original: '5418cf256bae62f707c7e1c3'
description: 'Many have tried, few have found their way through this maze.' description: 'Many have tried, few have found their way through this maze.'
x: 59 x: 58
y: 25 y: 23
nextLevels: nextLevels:
continue: 'dread-door' continue: 'dread-door'
} }
@ -483,8 +483,8 @@ dungeon = [
id: 'dread-door' id: 'dread-door'
original: '5418d40f4c16460000ab9ac2' original: '5418d40f4c16460000ab9ac2'
description: 'Behind a dread door lies a chest full of riches.' description: 'Behind a dread door lies a chest full of riches.'
x: 60 x: 59
y: 34 y: 32
nextLevels: nextLevels:
continue: 'known-enemy' continue: 'known-enemy'
} }
@ -494,8 +494,8 @@ dungeon = [
id: 'known-enemy' id: 'known-enemy'
original: '5452adea57e83800009730ee' original: '5452adea57e83800009730ee'
description: 'Begin to use variables in your battles.' description: 'Begin to use variables in your battles.'
x: 68 x: 67
y: 42 y: 39
nextLevels: nextLevels:
continue: 'master-of-names' continue: 'master-of-names'
} }
@ -517,8 +517,8 @@ dungeon = [
id: 'lowly-kithmen' id: 'lowly-kithmen'
original: '541b24511ccc8eaae19f3c1f' original: '541b24511ccc8eaae19f3c1f'
description: 'Now that you can see them, they\'re everywhere!' description: 'Now that you can see them, they\'re everywhere!'
x: 86 x: 85
y: 43 y: 40
nextLevels: nextLevels:
continue: 'closing-the-distance' continue: 'closing-the-distance'
skip_ahead: 'the-final-kithmaze' skip_ahead: 'the-final-kithmaze'
@ -553,8 +553,8 @@ dungeon = [
id: 'the-final-kithmaze' id: 'the-final-kithmaze'
original: '541b434e1ccc8eaae19f3c33' original: '541b434e1ccc8eaae19f3c33'
description: 'To escape you must find your way through an Elder Kithman\'s maze.' description: 'To escape you must find your way through an Elder Kithman\'s maze.'
x: 81.93 x: 83
y: 65.86 y: 68
nextLevels: nextLevels:
more_practice: 'the-gauntlet' more_practice: 'the-gauntlet'
continue: 'kithgard-gates' continue: 'kithgard-gates'