mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
Added action tokens and Request functionality
This commit is contained in:
parent
0f77697614
commit
0ca0ab360e
14 changed files with 340 additions and 28 deletions
17
lang/en.json
17
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",
|
||||
|
|
@ -330,7 +343,9 @@
|
|||
}
|
||||
},
|
||||
"Combat": {
|
||||
"takeSpotlight": "Take The Spotlight",
|
||||
"giveSpotlight": "Give The Spotlight",
|
||||
"requestSpotlight": "Request The Spotlight",
|
||||
"requestingSpotlight": "Requesting The Spotlight",
|
||||
"combatStarted": "Active"
|
||||
},
|
||||
"LevelUp": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue