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:
WBHarry 2025-05-26 16:34:32 +02:00 committed by GitHub
parent cf51153432
commit d1a0a9ab24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1192 additions and 1264 deletions

View file

@ -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",