Get the calculated capacity "tooltip" implemented (closes #147 and closes #125)

This commit is contained in:
Oliver-Akins 2024-04-15 23:49:50 -06:00
parent 2737c46ffe
commit c3bb67ad7c
5 changed files with 131 additions and 3 deletions

View file

@ -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": {