mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-05-19 19:33:17 -04:00
- Added a resource attribute type to both actors and items with the keys min, value, and max. - Added translation strings for the sublabels on resources.
13 lines
No EOL
734 B
JSON
13 lines
No EOL
734 B
JSON
{
|
|
"SETTINGS.SimpleMacroShorthandN": "Shortened Macro Syntax",
|
|
"SETTINGS.SimpleMacroShorthandL": "Enable a shortened macro syntax which allows referencing attributes directly, for example @str instead of @attributes.str.value. Disable this setting if you need the ability to reference the full attribute model, for example @attributes.str.label.",
|
|
"SETTINGS.SimpleInitFormulaN": "Initiative Formula",
|
|
"SETTINGS.SimpleInitFormulaL": "Enter an initiative formula, such as d20+@dex",
|
|
|
|
"SIMPLE.NotifyInitFormulaUpdated": "Initiative formula was updated to:",
|
|
"SIMPLE.NotifyInitFormulaInvalid": "Initiative formula was invalid:",
|
|
|
|
"SIMPLE.ResourceMin": "Min",
|
|
"SIMPLE.ResourceValue": "Value",
|
|
"SIMPLE.ResourceMax": "Max"
|
|
} |