mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
.
This commit is contained in:
parent
4aab5d315a
commit
bafc53488f
11 changed files with 270 additions and 4 deletions
17
lang/en.json
17
lang/en.json
|
|
@ -138,6 +138,9 @@
|
|||
"Config": {
|
||||
"rangeDependence": {
|
||||
"title": "Range Dependence"
|
||||
},
|
||||
"conditional": {
|
||||
"title": "Conditional Application"
|
||||
}
|
||||
},
|
||||
"RangeDependance": {
|
||||
|
|
@ -684,6 +687,9 @@
|
|||
}
|
||||
},
|
||||
"CONFIG": {
|
||||
"ActiveEffectConditionalTarget": {
|
||||
"self": "Self"
|
||||
},
|
||||
"ActiveEffectDuration": {
|
||||
"temporary": "Temporary",
|
||||
"act": "Next Spotlight",
|
||||
|
|
@ -1015,6 +1021,13 @@
|
|||
"withinRange": "Within Range",
|
||||
"outsideRange": "Outside Range"
|
||||
},
|
||||
"Comparator": {
|
||||
"eq": "Equals",
|
||||
"gt": "Greater Than",
|
||||
"gte": "Greater Or Equals",
|
||||
"lt": "Lesser Than",
|
||||
"lte": "Lesser Or Equals"
|
||||
},
|
||||
"Condition": {
|
||||
"deathMove": {
|
||||
"name": "Death Move",
|
||||
|
|
@ -2196,7 +2209,8 @@
|
|||
"triggers": "Triggers",
|
||||
"deathMoves": "Deathmoves",
|
||||
"sources": "Sources",
|
||||
"packs": "Packs"
|
||||
"packs": "Packs",
|
||||
"conditionals": "Conditionals"
|
||||
},
|
||||
"Tiers": {
|
||||
"singular": "Tier",
|
||||
|
|
@ -2224,6 +2238,7 @@
|
|||
"basics": "Basics",
|
||||
"bonus": "Bonus",
|
||||
"burden": "Burden",
|
||||
"comparator": "Comparator",
|
||||
"condition": "Condition",
|
||||
"continue": "Continue",
|
||||
"criticalSuccess": "Critical Success",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue