Add Craft as a valid item subtype
This commit is contained in:
parent
71a02970cf
commit
09fe218076
5 changed files with 84 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
"Item": {
|
||||
"ammo": "Ammo",
|
||||
"armour": "Armour",
|
||||
"craft": "Craft",
|
||||
"shield": "Shield",
|
||||
"skill": "Skill",
|
||||
"weapon": "Weapon"
|
||||
|
|
@ -42,6 +43,12 @@
|
|||
"legs": "Legs"
|
||||
},
|
||||
"armour": "Armour",
|
||||
"aspect": "Aspect",
|
||||
"aspectNames": {
|
||||
"flect": "Flect",
|
||||
"fract": "Fract",
|
||||
"focus": "Focus"
|
||||
},
|
||||
"currency": {
|
||||
"gold": "Gold",
|
||||
"silver": "Silver",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue