mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 21:21:08 +01:00
Added countdown automation
This commit is contained in:
parent
b6f78c5102
commit
2299141442
18 changed files with 500 additions and 53 deletions
14
lang/en.json
14
lang/en.json
|
|
@ -83,6 +83,10 @@
|
|||
"actionPoints": {
|
||||
"label": "Action Points",
|
||||
"hint": "Automatically give and take Action Points as combatants take their turns."
|
||||
},
|
||||
"countdowns": {
|
||||
"label": "Countdowns",
|
||||
"hint": "Automatically progress non-custom countdowns"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -1045,10 +1049,16 @@
|
|||
},
|
||||
"Type": {
|
||||
"Spotlight": "Spotlight",
|
||||
"Custom": "Custom"
|
||||
"Custom": "Custom",
|
||||
"CharacterAttack": "Character Attack"
|
||||
},
|
||||
"NewCountdown": "New Countdown",
|
||||
"Title": "Countdowns"
|
||||
"AddCountdown": "Add Countdown",
|
||||
"Title": "{type} Countdowns",
|
||||
"Types": {
|
||||
"narrative": "Narrative",
|
||||
"encounter": "Encounter"
|
||||
}
|
||||
},
|
||||
"Sheets": {
|
||||
"PC": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue