Preparing for master-wizard

This commit is contained in:
Nick Winter 2016-06-24 15:01:49 -07:00
parent a4654f613d
commit 69eb1dc07a
2 changed files with 3 additions and 3 deletions

View file

@ -26,13 +26,13 @@ module.exports = class ThangType extends CocoModel
'potion-master': '52e9adf7427172ae56002172'
sorcerer: '52fd1524c7e6cf99160e7bc9'
necromancer: '55652fb3b9effa46a1f775fd'
'dark-wizard': ''
'master-wizard': ''
duelist: '57588f09046caf2e0012ed41'
champion: '575848b522179b2800efbfbf'
@heroClasses:
Warrior: ['champion', 'duelist', 'captain', 'knight', 'samurai', 'raider', 'goliath', 'guardian']
Ranger: ['ninja', 'forest-archer', 'trapper', 'pixie', 'assassin']
Wizard: ['librarian', 'potion-master', 'sorcerer', 'necromancer', 'dark-wizard']
Wizard: ['librarian', 'potion-master', 'sorcerer', 'necromancer', 'master-wizard']
@items:
'simple-boots': '53e237bf53457600003e3f05'
urlRoot: '/db/thang.type'

View file

@ -677,7 +677,7 @@ module.exports = class InventoryModal extends ModalView
heroGenders =
male: ['knight', 'samurai', 'trapper', 'potion-master', 'goliath', 'assassin', 'necromancer', 'duelist']
female: ['captain', 'ninja', 'forest-archer', 'librarian', 'sorcerer', 'raider', 'guardian', 'pixie', 'dark-wizard', 'champion']
female: ['captain', 'ninja', 'forest-archer', 'librarian', 'sorcerer', 'raider', 'guardian', 'pixie', 'master-wizard', 'champion']
gear =
'simple-boots': '53e237bf53457600003e3f05'