summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Profane_Conjurer
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 17:37:07 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 17:37:07 -0700
commit183ee9fef51743bcf39b94822a23585fdd7cc698 (patch)
tree1476814f3dbcc8de822b773199b17c34b8ae2edc /vamp_stuff/Modification_Files/Spells/Profane_Conjurer
parentTypo. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-183ee9fef51743bcf39b94822a23585fdd7cc698.tar.xz
Port to DDA.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Profane_Conjurer')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T1.json13
-rw-r--r--vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json7
-rw-r--r--vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json10
-rw-r--r--vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json5
-rw-r--r--vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json12
-rw-r--r--vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T6.json10
-rw-r--r--vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json12
7 files changed, 41 insertions, 28 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T1.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T1.json
index 26d3f52..73a5598 100644
--- a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T1.json
+++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T1.json
@@ -3,9 +3,10 @@
"id": "t1_elem_exerxium",
"type": "SPELL",
"name": { "str": "Exerxium" },
- "description": "Ignites the foe with ardent profane blaze, dealing <color_red>fire damage</color> and <color_yellow>curses</color> them.\n\nThis is a <color_light_gray>tier 1</color> spell.",
+ "description": "Ignites the foe with ardent profane blaze, dealing <color_red>heat damage</color> and <color_yellow>curses</color> them.\n\nThis is a <color_light_gray>tier 1</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "target_attack",
+ "effect": "attack",
+ "shape": "blast",
"effect_str": "v_spell_elem_curse",
"base_energy_cost": 75,
"final_energy_cost": 125,
@@ -22,7 +23,7 @@
"base_casting_time": 125,
"min_duration": 250,
"max_duration": 1000,
- "damage_type": "fire"
+ "damage_type": "heat"
},
{
"id": "t1_elem_frost",
@@ -30,7 +31,8 @@
"name": { "str": "Frost" },
"description": "Binds the foe by instantly converting the air into ice, dealing <color_white>cold damage</color> and <color_yellow>freezes</color> them.\n\nThis is a <color_light_gray>tier 1</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "projectile_attack",
+ "effect": "attack",
+ "shape": "blast",
"effect_str": "v_spell_elem_freeze",
"affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ],
"base_energy_cost": 150,
@@ -56,7 +58,8 @@
"name": { "str": "Elemental Dissipation" },
"description": "Nullifies <color_yellow>elemental blights</color> from you or an ally.\n\nThis is a <color_light_gray>tier 1</color> spell.",
"valid_targets": [ "ally" ],
- "effect": "target_attack",
+ "effect": "attack",
+ "shape": "blast",
"effect_str": "v_spell_elem_null",
"base_energy_cost": 150,
"final_energy_cost": 225,
diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json
index a693a17..00bbbb6 100644
--- a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json
+++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json
@@ -3,9 +3,10 @@
"id": "t2_elem_ignite",
"type": "SPELL",
"name": { "str": "Ignite" },
- "description": "Sets foe <color_yellow>ablaze</color>, dealing <color_red>fire damage</color.\n\nThis is a <color_light_gray>tier 2</color> spell.",
+ "description": "Sets foe <color_yellow>ablaze</color>, dealing <color_red>heat damage</color.\n\nThis is a <color_light_gray>tier 2</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "target_attack",
+ "effect": "attack",
+ "shape": "blast",
"effect_str": "onfire",
"affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ],
"base_energy_cost": 150,
@@ -23,6 +24,6 @@
"base_casting_time": 125,
"min_duration": 1100,
"max_duration": 4400,
- "damage_type": "fire"
+ "damage_type": "heat"
}
]
diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json
index 95aec24..45c429e 100644
--- a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json
+++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json
@@ -3,9 +3,10 @@
"id": "t3_elem_perfury",
"type": "SPELL",
"name": { "str": "Perfury" },
- "description": "Conjures dark, hellish flames to engulf the foe, dealing <color_red>fire damage</color> and is afflicted with <color_yellow>cursed flames</color>.\n\nThis is a <color_white>tier 3</color> spell.",
+ "description": "Conjures dark, hellish flames to engulf the foe, dealing <color_red>heat damage</color> and is afflicted with <color_yellow>cursed flames</color>.\n\nThis is a <color_white>tier 3</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "target_attack",
+ "effect": "attack",
+ "shape": "blast",
"effect_str": "v_spell_elem_flame_curse",
"affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ],
"base_energy_cost": 275,
@@ -22,7 +23,7 @@
"base_casting_time": 125,
"min_duration": 1000,
"max_duration": 3000,
- "damage_type": "fire"
+ "damage_type": "heat"
},
{
"id": "t3_elem_blizzaga",
@@ -30,7 +31,8 @@
"name": { "str": "Blizzaga" },
"description": "<color_yellow>Immobilizes</color> the foe by flash-freezing the air around them, dealing <color_white>cold damage</color>.\n\nThis is a <color_white>tier 3</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "target_attack",
+ "effect": "attack",
+ "shape": "blast",
"effect_str": "v_spell_elem_flashfreeze",
"affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ],
"base_energy_cost": 325,
diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json
index a2f8da3..288cdd0 100644
--- a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json
+++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json
@@ -5,7 +5,8 @@
"name": { "str": "Fire Wall" },
"description": "Surrounds the foe inside a blazing wall of flames.\n* Creates fire fields outside the aoe range.\n\nThis is a <color_light_red>tier 4</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "projectile_attack",
+ "effect": "attack",
+ "shape": "blast",
"base_energy_cost": 500,
"final_energy_cost": 200,
"energy_source": "MANA",
@@ -22,6 +23,6 @@
"max_field_intensity": 1,
"flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
"base_casting_time": 250,
- "damage_type": "fire"
+ "damage_type": "heat"
}
]
diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json
index 0df8bc3..8bf8fd9 100644
--- a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json
+++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json
@@ -3,9 +3,10 @@
"id": "t5_elem_firebane",
"type": "SPELL",
"name": { "str": "Firebane" },
- "description": "Conjures a profane fireball to strike the foe. Upon impact, it explodes, dealing <color_red>fire damage</color> and spreads cursed flames on that area.\n\nThis is a <color_red>tier 5</color> spell.",
+ "description": "Conjures a profane fireball to strike the foe. Upon impact, it explodes, dealing <color_red>heat damage</color> and spreads cursed flames on that area.\n\nThis is a <color_red>tier 5</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "projectile_attack",
+ "effect": "attack",
+ "shape": "blast",
"base_energy_cost": 600,
"final_energy_cost": 1000,
"energy_source": "MANA",
@@ -23,7 +24,7 @@
"max_field_intensity": 1,
"flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
"base_casting_time": 175,
- "damage_type": "fire"
+ "damage_type": "heat"
},
{
"id": "t5_elem_icebane",
@@ -31,7 +32,8 @@
"name": { "str": "Icebane" },
"description": "Conjures a profane ball of fiery ice to strike the foe. Upon impact, it shatters, dealing <color_white>cold damage</color> and spreads frostburn on that area.\n\nThis is a <color_red>tier 5</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "projectile_attack",
+ "effect": "attack",
+ "shape": "blast",
"base_energy_cost": 600,
"final_energy_cost": 900,
"energy_source": "MANA",
@@ -49,6 +51,6 @@
"max_field_intensity": 1,
"flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
"base_casting_time": 175,
- "damage_type": "fire"
+ "damage_type": "heat"
}
]
diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T6.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T6.json
index f3a0c09..1653dfb 100644
--- a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T6.json
+++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T6.json
@@ -3,9 +3,10 @@
"id": "t6_elem_exerxium",
"type": "SPELL",
"name": { "str": "Deus Exerxium" },
- "description": "A wave of profane blaze strikes all foes within a cone, dealing <color_red>fire damage</color> and <color_yellow>curses</color> them.\n* Slim chance to spread cursed flames on the affected area.\n\nThis is a <color_magenta>tier 6</color> spell.",
+ "description": "A wave of profane blaze strikes all foes within a cone, dealing <color_red>heat damage</color> and <color_yellow>curses</color> them.\n* Slim chance to spread cursed flames on the affected area.\n\nThis is a <color_magenta>tier 6</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "cone_attack",
+ "effect": "attack",
+ "shape": "cone",
"effect_str": "v_spell_elem_curse",
"base_energy_cost": 250,
"final_energy_cost": 625,
@@ -30,7 +31,7 @@
"base_casting_time": 175,
"min_duration": 250,
"max_duration": 1000,
- "damage_type": "fire"
+ "damage_type": "heat"
},
{
"id": "t6_elem_elemward",
@@ -38,7 +39,8 @@
"name": { "str": "Elemental Ward" },
"description": "Creates a barrier that protects you or an ally from all <color_yellow>elemental blights</color>.\n* Doesn't nullify existing <color_yellow>blights</color>.\n\nThis is a <color_magenta>tier 6</color> spell.",
"valid_targets": [ "ally" ],
- "effect": "target_attack",
+ "effect": "attack",
+ "shape": "blast",
"effect_str": "v_spell_elem_bar",
"base_energy_cost": 300,
"final_energy_cost": 450,
diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json
index bb0e657..c55bb08 100644
--- a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json
+++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json
@@ -3,9 +3,10 @@
"id": "t7_elem_desecrate",
"type": "SPELL",
"name": { "str": "Desecrate" },
- "description": "Channels the underworld to create a rift that engulfs the foe with a towering hellfire, dealing massive <color_red>fire damage</color>, inflicts a long-lasting <color_yellow>curse</color> and leaves an intense cursed flame at that point.\n\nThis is a <color_pink>tier 7</color> spell.",
+ "description": "Channels the underworld to create a rift that engulfs the foe with a towering hellfire, dealing massive <color_red>heat damage</color>, inflicts a long-lasting <color_yellow>curse</color> and leaves an intense cursed flame at that point.\n\nThis is a <color_pink>tier 7</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "projectile_attack",
+ "effect": "attack",
+ "shape": "blast",
"effect_str": "v_spell_elem_curse",
"base_energy_cost": 1300,
"final_energy_cost": 3900,
@@ -26,7 +27,7 @@
"base_casting_time": 175,
"min_duration": 500,
"max_duration": 2000,
- "damage_type": "fire"
+ "damage_type": "heat"
},
{
"id": "t7_elem_eternalfrost",
@@ -34,7 +35,8 @@
"name": { "str": "Eternal Frost" },
"description": "A blast of sheer wind <color_yellow>flash-freezes</color> all creatures in an area, dealing <color_white>cold damage</color>.\n* Creates a lingering frost fields that freezes any creature that comes in contact.\n\nThis is a <color_pink>tier 7</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "projectile_attack",
+ "effect": "attack",
+ "shape": "blast",
"effect_str": "v_spell_elem_curse",
"base_energy_cost": 800,
"final_energy_cost": 1800,
@@ -58,6 +60,6 @@
"base_casting_time": 175,
"min_duration": 500,
"max_duration": 2000,
- "damage_type": "fire"
+ "damage_type": "heat"
}
]