mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
.
This commit is contained in:
parent
36eac51041
commit
8881f14153
8 changed files with 84 additions and 13 deletions
15
lang/en.json
15
lang/en.json
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue