test2
This commit is contained in:
parent
79deb57579
commit
c845fa0e9b
1 changed files with 145 additions and 144 deletions
|
@ -19,7 +19,8 @@ const Affinities = ['water','fire','sand','rock','dark','life','ice','wood','win
|
||||||
|
|
||||||
const Slot = ['head', 'body', 'leg', 'foot', 'right-hand', 'left-hand', 'two-hands', 'finger1', 'finger2', 'neck', 'purse', 'backpack', 'belt1', 'belt2']
|
const Slot = ['head', 'body', 'leg', 'foot', 'right-hand', 'left-hand', 'two-hands', 'finger1', 'finger2', 'neck', 'purse', 'backpack', 'belt1', 'belt2']
|
||||||
|
|
||||||
const ItemType = {lightWeapon:{slot:('right-hand','left-hand','backpack'),soul:true,enchant:true},
|
const ItemType = {
|
||||||
|
lightWeapon: { slot: ('right-hand', 'left-hand', 'backpack'), soul: true, enchant: true },
|
||||||
heavyWeapon: { slot: ('two-hands', 'backpack'), soul: true, enchant: true },
|
heavyWeapon: { slot: ('two-hands', 'backpack'), soul: true, enchant: true },
|
||||||
heavyArmor: { slot: ('body', 'backpack'), soul: true, enchant: true },
|
heavyArmor: { slot: ('body', 'backpack'), soul: true, enchant: true },
|
||||||
lightArmor: { slot: ('body', 'backpack'), soul: true, enchant: true },
|
lightArmor: { slot: ('body', 'backpack'), soul: true, enchant: true },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue