This commit is contained in:
vesta 2025-08-29 19:50:08 +02:00
parent 79deb57579
commit c845fa0e9b

View file

@ -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 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 },
heavyArmor: { slot: ('body', 'backpack'), soul: true, enchant: true },
lightArmor: { slot: ('body', 'backpack'), soul: true, enchant: true },