This commit is contained in:
WBHarry 2026-01-02 22:12:55 +01:00
parent 36eac51041
commit 8881f14153
8 changed files with 84 additions and 13 deletions

View file

@ -90,7 +90,9 @@
"customFormula": "Custom Formula",
"formula": "Formula"
},
"displayInChat": "Display in chat"
"displayInChat": "Display in chat",
"deleteTriggerTitle": "Delete Trigger",
"deleteTriggerContent": "Are you sure you want to delete the {trigger} trigger?"
},
"RollField": {
"diceRolling": {
@ -1218,8 +1220,15 @@
}
},
"Triggers": {
"dualityRoll": "Duality Roll",
"fearRoll": "Fear Roll"
"dualityRoll": {
"label": "Duality Roll",
"hint": "this: Action, roll: DhRoll, actor: DhActor"
},
"fearRoll": {
"label": "Fear Roll",
"hint": "this: Action\nroll: DhRoll\nactor: DhActor"
},
"triggerError": "{trigger} trigger failed for {actor}. It's probably configured wrong."
},
"WeaponFeature": {
"barrier": {