mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Added ArmoreEffect.armorInteraction option
This commit is contained in:
parent
c067fd0e10
commit
10baf0ba10
9 changed files with 62 additions and 24 deletions
13
lang/en.json
13
lang/en.json
|
|
@ -751,6 +751,11 @@
|
|||
"bruiser": "for each Bruiser adversary.",
|
||||
"solo": "for each Solo adversary."
|
||||
},
|
||||
"ArmorInteraction": {
|
||||
"none": { "label": "Ignores Armor" },
|
||||
"active": { "label": "Only Active With Armor" },
|
||||
"inactive": { "label": "Only Active Without Armor" }
|
||||
},
|
||||
"ArmorFeature": {
|
||||
"burning": {
|
||||
"name": "Burning",
|
||||
|
|
@ -1851,7 +1856,13 @@
|
|||
"transferHint": "If checked, this effect will be applied to any actor that owns this Effect's parent Item. The effect is always applied if this Item is attached to another one."
|
||||
},
|
||||
"Armor": {
|
||||
"newArmorEffect": "Armor Effect"
|
||||
"newArmorEffect": "Armor Effect",
|
||||
"FIELDS": {
|
||||
"armorInteraction": {
|
||||
"label": "Armor Interaction",
|
||||
"hint": "Does the character wearing armor suppress this effect?"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"GENERAL": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue