diff options
| -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" -      ] +    ]    }  ]  | 
