mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-07-16 03:06:41 -04:00
Add customizable initiative.
This commit is contained in:
parent
c2d939aa1c
commit
ba02ddee4f
6 changed files with 122 additions and 11 deletions
9
lang/en.json
Normal file
9
lang/en.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"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:"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue