Implement a button to create items of a specific subtype in the player inventory (closes #120)
This commit is contained in:
parent
b3e699bc32
commit
96f5b17785
9 changed files with 73 additions and 21 deletions
|
|
@ -49,7 +49,8 @@
|
|||
"v2": {
|
||||
"stat-not-chosen": "Select a dice to see the {name} skills",
|
||||
"skill-roll-locked": "@dotdungeon.trainingLevel.locked",
|
||||
"toggle-item-information": "Toggle the item's extra information visibility"
|
||||
"toggle-item-information": "Toggle the item's extra information visibility",
|
||||
"create-item": "Create @TYPES.Item.{type}"
|
||||
}
|
||||
},
|
||||
"item": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue