mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Preparing for master-wizard
This commit is contained in:
parent
a4654f613d
commit
69eb1dc07a
2 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue