From 0f19bc2ae45fa9ca940c25c89770868157275fa2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 9 Apr 2021 21:43:36 -0700 Subject: Many changes to bring the mod more up to date with 0.E.3 Rebalance blood backpacks --- vamp_stuff/Modification_Files/Spells/Misc/v_spell_emit.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Spells/Misc/v_spell_emit.json (limited to 'vamp_stuff/Modification_Files/Spells/Misc/v_spell_emit.json') diff --git a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_emit.json b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_emit.json new file mode 100644 index 0000000..54e9ab0 --- /dev/null +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_emit.json @@ -0,0 +1,9 @@ +[ + { + "id": "emit_v_desolate", + "type": "emit", + "field": "fd_desolate", + "qty": 100, + "intensity": 1 + } +] -- cgit v1.2.1