diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 12:27:12 -0800 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 12:27:12 -0800 | 
| commit | 21e62930a05657ab5d64b2d990bd580dc022bd1f (patch) | |
| tree | 6def0bf5e8cd3e34c08d9e670b687e4c96b7c777 | |
| parent | Fix bloodform as armor. (diff) | |
| download | cataclysm-dda-mod_vampire-stuff-redone-21e62930a05657ab5d64b2d990bd580dc022bd1f.tar.xz | |
Fix ethereal aura damage effect.
| -rw-r--r-- | vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json index 8796bc4..4860bef 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json @@ -147,7 +147,10 @@            "has": "WORN",            "condition": "ALWAYS",            "hit_you_effect": [ { "id": "v_war_etherealenchant_ss_maybe" } ], -          "values": [ { "value": "ITEM_DAMAGE_AP", "add": 20 }, { "value": "ATTACK_COST", "add": -15 } ] +          "values": [ +            { "value": "ITEM_DAMAGE_BASH", "add": 20 }, +            { "value": "ATTACK_COST", "add": -15 } +          ]          }        ]      }, @@ -160,6 +163,6 @@        "NO_SALVAGE",        "TRADER_AVOID",        "ONLY_ONE" -      ] +    ]    }  ]  | 
