WIP(world-boss): Rage and rewards

Also finishes out written story content.
This commit is contained in:
Sabe Jones
2015-10-06 15:59:16 -04:00
parent 3ca836a81c
commit d27fb9dba2
16 changed files with 69 additions and 25 deletions

View File

@@ -6,6 +6,7 @@ let specialMounts = {
'Mammoth-Base': 'mammoth',
'Orca-Base': 'orca',
'Gryphon-RoyalPurple': 'royalPurpleGryphon',
'Phoenix-Base': 'phoenix'
}
export default specialMounts;

View File

@@ -8,6 +8,7 @@ let specialPets = {
'JackOLantern-Base': 'jackolantern',
'Mammoth-Base': 'mammoth',
'Tiger-Veteran': 'veteranTiger',
'Phoenix-Base': 'phoenix'
}
export default specialPets;