Implement most of shield functionality using the armour implementation as a backbone
This commit is contained in:
parent
27d924e336
commit
9d48794b83
9 changed files with 60 additions and 29 deletions
|
|
@ -5,6 +5,7 @@
|
|||
},
|
||||
"Item": {
|
||||
"armour": "Armour",
|
||||
"shield": "Shield",
|
||||
"weapon": "Weapon"
|
||||
}
|
||||
},
|
||||
|
|
@ -102,6 +103,9 @@
|
|||
"warn": {
|
||||
"cannot-go-negative": "\"{name}\" is unable to be a negative number."
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"shield-bonus": "Shield Bonus: {value}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue