mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Embedding Duality Rolls (#52)
* Added DualityRoll direct rolls in chat * Added button render to renderJournalEntryPageProseMirrorSheet and renderHandlebarsApplication * Hope and Fear dice totals are now properly added together * Added Colorful/Normal DualityRoll color settings
This commit is contained in:
parent
cf51153432
commit
d1a0a9ab24
19 changed files with 1192 additions and 1264 deletions
18
lang/en.json
18
lang/en.json
|
|
@ -77,6 +77,14 @@
|
|||
"Name": "Enable Range Measurement",
|
||||
"Hint": "Enable measuring of ranges with the ruler according to set distances."
|
||||
}
|
||||
},
|
||||
"DualityRollColor": {
|
||||
"Name": "Duality Roll Colour Scheme",
|
||||
"Hint": "The display type for Duality Rolls",
|
||||
"Options": {
|
||||
"Colorful": "Colorful",
|
||||
"Normal": "Normal"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Notification": {
|
||||
|
|
@ -92,13 +100,19 @@
|
|||
"LacksDomain": "Your character doesn't have the domain of the card!",
|
||||
"MaxLoadoutReached": "You can't have any more domain cards at this level!",
|
||||
"DuplicateDomainCard": "You already have a domain card with that name!",
|
||||
"ActionRequiresTarget": "The action requires at least one target"
|
||||
"ActionRequiresTarget": "The action requires at least one target",
|
||||
"NoAssignedPlayerCharacter": "You have no assigned character.",
|
||||
"NoSelectedToken": "You have no selected token",
|
||||
"OnlyUseableByPC": "This can only be used with a PC token",
|
||||
"DualityParsing": "Duality roll not properly formated",
|
||||
"AttributeFaulty": "The supplied Attribute doesn't exist"
|
||||
}
|
||||
},
|
||||
"General": {
|
||||
"OpenBetaDisclaimer": "Daggerheart Open Beta {version}",
|
||||
"Hope": "Hope",
|
||||
"Fear": "Fear",
|
||||
"Duality": "Duality",
|
||||
"Check": "{check} Check",
|
||||
"CriticalSuccess": "Critical Success",
|
||||
"Advantage": {
|
||||
"Full": "Advantage",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue