summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/v_spell.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:18:33 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:18:33 -0800
commit70f4a6b2118a72e55bb86b0bfbb9a864d1154283 (patch)
tree90571db544642932f85b55b44b77ab3350271361 /vamp_stuff/Modification_Files/Spells/v_spell.json
parentAdd the vampire flag to the trait. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-70f4a6b2118a72e55bb86b0bfbb9a864d1154283.tar.xz
Remove sealed IV of blood workaround.
Convert prices to cent/USD. Add "NO_EXPLOSION_VFX" to various intermediate spells that will never have sprites.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/v_spell.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/v_spell.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/v_spell.json b/vamp_stuff/Modification_Files/Spells/v_spell.json
index 6a73f8c..573d4ab 100644
--- a/vamp_stuff/Modification_Files/Spells/v_spell.json
+++ b/vamp_stuff/Modification_Files/Spells/v_spell.json
@@ -39,9 +39,10 @@
"flags": [ "SILENT", "PERMANENT" ],
"valid_targets": [ "self" ],
"effect": "spawn_item",
- "effect_str": "blood_sealed",
- "min_damage": 1,
- "max_damage": 1,
- "damage_type": "none"
+ "effect_str": "blood",
+ "min_damage": 2,
+ "max_damage": 2,
+ "damage_type": "none",
+ "flags": [ "NO_EXPLOSION_VFX" ]
}
]