mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Added Combat and CombatTracker
This commit is contained in:
parent
32730b3aac
commit
7eb662ac21
20 changed files with 900 additions and 334 deletions
19
lang/en.json
19
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",
|
||||
|
|
@ -329,6 +342,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