AJout icones, rework items
This commit is contained in:
@@ -15,9 +15,28 @@ export const WARHERO_CONFIG = {
|
||||
},
|
||||
|
||||
shieldTypes : {
|
||||
light: {parry: "+1", label: "WH.conf.lightshield"},
|
||||
medium: {parry: "+3", label: "WH.conf.mediumshield"},
|
||||
tower: {parry: "+5", label: "WH.conf.towershield"},
|
||||
light: {parry: "1", label: "WH.conf.lightshield"},
|
||||
medium: {parry: "3", label: "WH.conf.mediumshield"},
|
||||
tower: {parry: "5", label: "WH.conf.towershield"},
|
||||
},
|
||||
|
||||
slotNames : {
|
||||
head: {nbslots: 1, label: "WH.conf.head"},
|
||||
cloak: {nbslots: 1, label: "WH.conf.cloak"},
|
||||
weapon1: {nbslots: 1, label: "WH.conf.weapon1"},
|
||||
weapon2: {nbslots: 1, label: "WH.conf.weapon2"},
|
||||
gloves: {nbslots: 1, label: "WH.conf.gloves"},
|
||||
ring: {nbslots: 10, label: "WH.conf.ring"},
|
||||
dress: {nbslots: 1, label: "WH.conf.dress"},
|
||||
boots: {nbslots: 1, label: "WH.conf.boots"},
|
||||
belt: {nbslots: 6, label: "WH.conf.belt"},
|
||||
quiver: {nbslots: 20, label: "WH.conf.quiver"},
|
||||
armor: {nbslots: 1, label: "WH.conf.armor"},
|
||||
shield: {nbslots: 1, label: "WH.conf.shield"},
|
||||
backpack: {nbslots: 12, label: "WH.conf.backpack"},
|
||||
beltpouch1: {nbslots: 4, label: "WH.conf.beltpouch1"},
|
||||
beltpouch2: {nbslots: 4, label: "WH.conf.beltpouch2"},
|
||||
beltpouch3: {nbslots: 4, label: "WH.conf.beltpouch3"},
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user