mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Added functionality
This commit is contained in:
parent
8808e4646d
commit
5e608dea99
12 changed files with 219 additions and 77 deletions
10
lang/en.json
10
lang/en.json
|
|
@ -161,7 +161,12 @@
|
|||
"rangeDependence": {
|
||||
"title": "Range Dependence"
|
||||
},
|
||||
"stacking": { "title": "Stacking" }
|
||||
"stacking": { "title": "Stacking" },
|
||||
"area": {
|
||||
"title": "Area",
|
||||
"shape": "Shape",
|
||||
"size": "Size"
|
||||
}
|
||||
},
|
||||
"RangeDependance": {
|
||||
"hint": "Settings for an optional distance at which this effect should activate",
|
||||
|
|
@ -1967,6 +1972,9 @@
|
|||
"passive": "Passive",
|
||||
"temporary": "Temporary"
|
||||
},
|
||||
"AreaTypes": {
|
||||
"placed": { "name": "Placed Area" }
|
||||
},
|
||||
"Types": {
|
||||
"damage": {
|
||||
"name": "Damage"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue