Get most of the Untyped item implemented and functioning
This commit is contained in:
parent
a383225b8c
commit
6a355e63c0
7 changed files with 180 additions and 37 deletions
|
|
@ -48,12 +48,32 @@
|
|||
"actor": {
|
||||
"v2": {
|
||||
"stat-not-chosen": "Select a dice to see the {name} skills",
|
||||
"skill-roll-locked": "@dotdungeon.trainingLevel.locked"
|
||||
"skill-roll-locked": "@dotdungeon.trainingLevel.locked",
|
||||
"toggle-item-information": "Toggle the item's extra information visibility"
|
||||
}
|
||||
},
|
||||
"item": {
|
||||
"untyped": {
|
||||
"quantity": "Quantity",
|
||||
"usage": "Usage Cost",
|
||||
"rarity": "Tier",
|
||||
"no-description": "This item hasn't been described yet..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"rarity": {
|
||||
"simple": "Simple",
|
||||
"greater": "Greater",
|
||||
"rare": "Rare",
|
||||
"legendary": "Legendary"
|
||||
},
|
||||
"default": {
|
||||
"name": "(Unnamed @TYPES.{document}.{type})"
|
||||
},
|
||||
"common": {
|
||||
"send-to-chat": "Send to Chat",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete"
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue