summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Spells/v_spell_effects.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification Files/Spells/v_spell_effects.json')
-rw-r--r--vamp_stuff/Modification Files/Spells/v_spell_effects.json328
1 files changed, 0 insertions, 328 deletions
diff --git a/vamp_stuff/Modification Files/Spells/v_spell_effects.json b/vamp_stuff/Modification Files/Spells/v_spell_effects.json
deleted file mode 100644
index cde58eb..0000000
--- a/vamp_stuff/Modification Files/Spells/v_spell_effects.json
+++ /dev/null
@@ -1,328 +0,0 @@
-[
-{
- "type": "effect_type",
- "id": "v_magic_target"
- },
-{
- "type": "effect_type",
- "id": "v_spell_bloodcurl",
- "name": [
- "Blood Curled"
- ],
- "desc": [
- "You feel yourself very stiff."
- ],
- "show_in_info": true,
- "base_mods": {
- "speed_mod": [
- -180
- ]
- }
- },
- {
- "type": "effect_type",
- "id": "v_spell_clot",
- "name": [
- "Clotting"
- ],
- "desc": [
- "Blood clots are actively seeking for bleeding body parts to repair."
- ],
- "removes_effects": [
- "bleed"
- ],
- "blocks_effects": [
- "bleed"
- ],
- "show_in_info": true
- },
- {
- "type": "effect_type",
- "id": "v_spell_bloodpuddle",
- "name": [
- "Ensnared"
- ],
- "max_duration": 15,
- "desc": [
- "Viscous blood sticks to your body!"
- ],
- "show_in_info": true,
- "base_mods": {
- "speed_mod": [
- -80
- ]
- }
- },
- {
- "type": "effect_type",
- "id": "v_spell_crimsonhaze",
- "name": [
- "Crimson Hazed"
- ],
- "desc": [
- "Sticky vapors of blood takes a firm hold of your body!"
- ],
- "show_in_info": true,
- "base_mods": {
- "speed_mod": [
- -55
- ]
- }
- },
- {
- "type": "effect_type",
- "id": "v_spell_bloodsurge",
- "name": [
- "Blood Surge"
- ],
- "desc": [
- "Surge of blood flows through your vessel!"
- ],
- "show_in_info": true,
- "base_mods": {
- "str_mod": [ 3 ],
- "dex_mod": [ 2 ],
- "speed_mod": [ 10 ],
- "stamina_min": [ 20 ],
- "stamina_chance": [ 2, 6 ]
- },
- "removes_effects": [
- "winded"
- ],
- "blocks_effects": [
- "winded"
- ]
- },
- {
- "type": "effect_type",
- "id": "v_spell_desolation",
- "name": [
- "Withering"
- ],
- "desc": [
- "Pressence of a vile aura drains you submissively!"
- ],
- "show_in_info": true,
- "max_duration": 3,
- "base_mods": {
- "speed_mod": [ -20 ],
- "hurt_min": [ 2 ],
- "hurt_max": [ 3 ]
- }
- },
- {
- "type": "effect_type",
- "id": "v_spell_arcanebinding",
- "name": [
- "Binded"
- ],
- "desc": [
- "You can't even move an inch."
- ],
- "show_in_info": true,
- "base_mods": {
- "speed_mod": [
- -300
- ]
- }
- },
- {
- "type": "effect_type",
- "id": "v_spell_etherealstrike",
- "name": [
- "Ethereal Grasp"
- ],
- "desc": [
- "You're held by an etherean silhouette."
- ],
- "show_in_info": true,
- "base_mods": {
- "speed_mod": [
- -125
- ]
- }
- },
- {
- "type": "effect_type",
- "id": "v_spell_manasurge",
- "name": [
- "Mana Surge"
- ],
- "desc": [
- "Unholy surge of mana flows through you!"
- ],
- "show_in_info": true,
- "base_mods": {
- "str_mod": [ 3 ],
- "speed_mod": [ 1 ]
- }
- },
- {
- "type": "effect_type",
- "id": "v_spell_megamagic_exhaust",
- "name": [
- "Exhausted"
- ],
- "desc": [
- "That blast really packs a punch!"
- ],
- "show_in_info": true,
- "base_mods": {
- "str_mod": [ -4 ],
- "speed_mod": [ -12 ]
- }
- },
- {
- "type": "effect_type",
- "id": "v_spell_darkpillar",
- "name": [
- "Ethereal Shock"
- ],
- "desc": [
- "You've seen alot of things. Now you suffer from it!"
- ],
- "main_parts_only": true,
- "show_in_info": true,
- "base_mods": {
- "speed_mod": [ -130 ],
- "hurt_min": [ 25 ],
- "hurt_max": [ 30 ]
- }
- },
- {
- "type": "effect_type",
- "id": "v_monspell_doom",
- "name": [
- "Doomed"
- ],
- "desc": [
- "The glowing marks around your body doesn't seem to be friendly..."
- ],
- "show_in_info": true,
- "base_mods": {
- "hurt_min": [ 60 ],
- "hurt_max": [ 125 ],
- "hurt_chance": [ 101 ]
- }
- },
- {
- "type": "effect_type",
- "id": "onfire",
- "removes_effects": [
- "v_spell_elem_freeze", "v_spell_elem_flashfreeze", "v_spell_elem_flame_curse"
- ]
- },
- {
- "type": "effect_type",
- "id": "hit_by_player",
- "note": "Freezing effects are removed with just a hit.",
- "removes_effects": [
- "v_spell_elem_freeze", "v_spell_elem_flashfreeze"
- ]
- },
- {
- "type": "effect_type",
- "id": "v_spell_elem_curse",
- "name": [
- "Cursed"
- ],
- "desc": [
- "You take more elemental damage!"
- ],
- "show_in_info": true,
- "base_mods": {
- "environmental_protection": [-4]
- }
- },
- {
- "type": "effect_type",
- "id": "v_spell_elem_freeze",
- "name": [
- "Freezed"
- ],
- "desc": [
- "Can't move at all!"
- ],
- "show_in_info": true,
- "base_mods": {
- "speed_mod": [ -1000 ]
- },
- "removes_effects": [
- "hit_by_player", "onfire", "v_spell_elem_flashfreeze", "v_spell_elem_flame_curse"
- ]
- },
- {
- "type": "effect_type",
- "id": "v_spell_elem_null",
- "removes_effects": [
- "onfire", "zapped", "cold", "hot", "v_spell_elem_flame_curse", "v_spell_elem_freeze", "v_spell_elem_flashfreeze"
- ]
- },
- {
- "type": "effect_type",
- "id": "v_spell_elem_bar",
- "blocks_effects": [
- "onfire", "zapped", "cold", "hot", "v_spell_elem_flame_curse", "v_spell_elem_freeze", "v_spell_elem_flashfreeze", "v_spell_elem_flame_frost"
- ]
- },
- {
- "type": "effect_type",
- "id": "v_spell_elem_flame_curse",
- "name": [
- "On Fire - Cursed Flames"
- ],
- "desc": [
- "The baneful flames melt you internally! OMFG!"
- ],
- "main_parts_only": true,
- "show_in_info": true,
- "max_duration": "40 s",
- "base_mods": {
- "hurt_min": [ 1 ],
- "hurt_max": [ 4 ],
- "hurt_chance": [ 2 ]
- },
- "removes_effects": [
- "v_spell_elem_freeze", "v_spell_elem_flashfreeze", "onfire", "v_spell_elem_flame_frost"
- ]
- },
- {
- "type": "effect_type",
- "id": "v_spell_elem_flashfreeze",
- "name": [
- "Frozen"
- ],
- "desc": [
- "It is impossible to move!"
- ],
- "show_in_info": true,
- "base_mods": {
- "speed_mod": [ -10000 ]
- },
- "removes_effects": [
- "hit_by_player", "v_spell_elem_freeze", "onfire", "v_spell_elem_flame_curse"
- ]
- },
- {
- "type": "effect_type",
- "id": "v_spell_elem_flame_frost",
- "name": [
- "On Fire - Frostburn"
- ],
- "desc": [
- "Your body suffers from scalding cold! OMFG!"
- ],
- "main_parts_only": true,
- "show_in_info": true,
- "max_duration": "30 s",
- "base_mods": {
- "hurt_min": [ 1 ],
- "hurt_max": [ 2 ],
- "speed_mod": [ -30 ],
- "hurt_chance": [ 2 ]
- },
- "removes_effects": [
- "v_spell_elem_freeze", "v_spell_elem_flashfreeze", "onfire", "v_spell_elem_flame_curse"
- ]
- }
-] \ No newline at end of file