This commit is contained in:
parent
2737c46ffe
commit
c3bb67ad7c
5 changed files with 131 additions and 3 deletions
|
|
@ -81,10 +81,18 @@
|
|||
"send-to-chat": "Send to Chat",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"empty": "---"
|
||||
"empty": "---",
|
||||
"help": "Help",
|
||||
"gm": "Server"
|
||||
},
|
||||
"sheet-names": {
|
||||
"*DataSheet": "Data Sheet"
|
||||
},
|
||||
"help-tooltips": {
|
||||
"calculated-capacity": {
|
||||
"title": "What is Calculated Capacity?",
|
||||
"content": "<p>The calculated capacity is how much space in your inventory that the item will take up, the way it is calculated is determined by the item. Usually the main thing that affects the capacity is the item's quantity, but this can be turned off by the @dotdungeon.common.gm, which means that no matter the quantity it will only use up one capacity. The @dotdungeon.common.gm can also entirely disable capacity usage which will make the used capacity always be zero.</p>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue