mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Combat and CombatTracker (#108)
* Added Combat and CombatTracker * Some cleneaup * Fixing and cleaning up * Added categories for combatants * Style improvements * Layout change
This commit is contained in:
parent
32730b3aac
commit
aa8fe6a7a1
23 changed files with 730 additions and 684 deletions
27
lang/en.json
27
lang/en.json
|
|
@ -61,6 +61,13 @@
|
|||
"outline": "Outline",
|
||||
"edge": "Edge"
|
||||
}
|
||||
},
|
||||
"VariantRules": {
|
||||
"title": "Variant Rules",
|
||||
"label": "Variant Rules",
|
||||
"hint": "Apply variant rules from the Daggerheart system",
|
||||
"name": "Variant Rules",
|
||||
"actionTokens": "Action Tokens"
|
||||
}
|
||||
},
|
||||
"Automation": {
|
||||
|
|
@ -101,6 +108,12 @@
|
|||
"Hint": "Enable measuring of ranges with the ruler according to set distances."
|
||||
}
|
||||
},
|
||||
"VariantRules": {
|
||||
"ActionTokens": {
|
||||
"Name": "Action Tokens",
|
||||
"Hint": "Give each player action tokens to use in combat"
|
||||
}
|
||||
},
|
||||
"DualityRollColor": {
|
||||
"Name": "Duality Roll Colour Scheme",
|
||||
"Hint": "The display type for Duality Rolls",
|
||||
|
|
@ -150,6 +163,14 @@
|
|||
"Or": "Or",
|
||||
"Description": "Description",
|
||||
"Features": "Features",
|
||||
"Adversary": {
|
||||
"Singular": "Adversary",
|
||||
"Plural": "Adversaries"
|
||||
},
|
||||
"Character": {
|
||||
"Singular": "Character",
|
||||
"Plural": "Characters"
|
||||
},
|
||||
"RefreshType": {
|
||||
"Session": "Session",
|
||||
"Shortrest": "Short Rest",
|
||||
|
|
@ -329,6 +350,12 @@
|
|||
"grimoire": "Grimoire"
|
||||
}
|
||||
},
|
||||
"Combat": {
|
||||
"giveSpotlight": "Give The Spotlight",
|
||||
"requestSpotlight": "Request The Spotlight",
|
||||
"requestingSpotlight": "Requesting The Spotlight",
|
||||
"combatStarted": "Active"
|
||||
},
|
||||
"LevelUp": {
|
||||
"Tier1": {
|
||||
"Label": "Level 2-4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue