summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-28 23:21:08 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-28 23:21:08 -0700
commit862ffe2c4f3446c7e306e1193905dbbe06944df2 (patch)
tree0df3a58b9954963547c01df4c7892a27db68761a /vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json
parentIncrease clotting max duration to 60s (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-862ffe2c4f3446c7e306e1193905dbbe06944df2.tar.xz
Clean up some spell descriptions.
Buff blood sword damage to match a broadsword. Buff blood sword drain damage from 2 to 5. Buff piercing retaliation damage from 12 to 15. Change hemomancer items to blood material.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json b/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json
index 644bfce..bed14e2 100644
--- a/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json
+++ b/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json
@@ -82,7 +82,7 @@
"type": "SPELL",
"id": "v_hemo_whip_spell_d_yes",
"name": { "str": "Drain!" },
- "description": "Does the Drain Damage and Drain Heal.",
+ "description": "Call the Drain Damage and Drain Heal spells.",
"valid_targets": [ "none" ],
"message": "The blood sword absorbs the life force of a nearby creature!",
"effect": "target_attack",
@@ -93,11 +93,11 @@
"id": "v_hemo_whip_spell_d_dmg",
"type": "SPELL",
"name": { "str": "Drain Damage" },
- "description": "Deals 2 hp.",
+ "description": "Deals 5 damage.",
"valid_targets": [ "hostile" ],
"effect": "target_attack",
- "min_damage": 2,
- "max_damage": 2,
+ "min_damage": 5,
+ "max_damage": 5,
"min_range": 1,
"max_range": 1,
"flags": [ "SILENT" ],
@@ -119,7 +119,7 @@
"id": "v_hemo_crimsoncoat_coat_pr_maybe",
"type": "SPELL",
"name": { "str": "Piercing Retaliation?" },
- "description": "3/4 chance to do Piercing Retaliation.",
+ "description": "75% chance to retaliate with a blood tentacle when hit.",
"valid_targets": [ "none" ],
"effect": "target_attack",
"extra_effects": [
@@ -136,9 +136,9 @@
"type": "SPELL",
"id": "v_hemo_crimsoncoat_coat_pr_yes",
"name": { "str": "Piercing Retaliation!" },
- "description": "Does the Piercing Retaliation.",
+ "description": "Calls the Piercing Retaliation spell with Crimson Coat message.",
"valid_targets": [ "none" ],
- "message": "The crimson coat retaliates against the attacker!",
+ "message": "The crimson coat retaliates against your attacker with a blood tentacle!",
"effect": "target_attack",
"flags": [ "SILENT" ],
"extra_effects": [ { "id": "v_hemo_crimsoncoat_coat_pr" } ]
@@ -147,13 +147,13 @@
"id": "v_hemo_crimsoncoat_coat_pr",
"type": "SPELL",
"name": { "str": "Piercing Retaliation" },
- "description": "Deals 12 stab damage and stuns for 1-3 turns.",
+ "description": "Deals 15 stab damage and stuns for 1-3 turns.",
"valid_targets": [ "hostile" ],
"flags": [ "SILENT", "RANDOM_DURATION" ],
"effect": "target_attack",
"effect_str": "stunned",
- "min_damage": 12,
- "max_damage": 12,
+ "min_damage": 15,
+ "max_damage": 15,
"min_range": 2,
"max_range": 2,
"min_duration": 100,
@@ -164,7 +164,7 @@
"id": "v_hemo_orusform_bloodling_strike_maybe",
"type": "SPELL",
"name": { "str": "Spawn Bloodling on Attack Dice Roll!" },
- "description": "1/10 chance to do create a bloodling when attacking.",
+ "description": "20% chance to do create a bloodling when attacking. 5% chance to do create a greater bloodling when attacking.",
"valid_targets": [ "none" ],
"effect": "target_attack",
"extra_effects": [
@@ -231,7 +231,7 @@
"id": "v_hemo_orusform_bloodling_impact_maybe",
"type": "SPELL",
"name": { "str": "Spawn Bloodling or Retaliate when Hit Dice Roll!" },
- "description": "1/10 chance to do create a bloodling when hit.",
+ "description": "10% chance to do create a bloodling when hit. 40% chance to retaliate with blood tentacles when hit.",
"valid_targets": [ "none" ],
"effect": "target_attack",
"extra_effects": [
@@ -254,7 +254,7 @@
"id": "v_hemo_orusform_bloodling_impact",
"type": "SPELL",
"name": { "str": "Spawn Bloodling!" },
- "description": "Transform a lump of yourself into a bloodling.",
+ "description": "Transforms the blood lost from being attacked into a bloodling.",
"valid_targets": [ "self" ],
"effect": "summon",
"effect_str": "mon_orus_bloodling",
@@ -271,9 +271,9 @@
"type": "SPELL",
"id": "v_hemo_orusform_pr_impact",
"name": { "str": "Piercing Retaliation!" },
- "description": "Does the Piercing Retaliation.",
+ "description": "Calls the Piercing Retaliation spell with Blood Ascended message.",
"valid_targets": [ "none" ],
- "message": "You retaliate against your attacker!",
+ "message": "You retaliate against your attacker with a blood tentacle!",
"effect": "target_attack",
"flags": [ "SILENT" ],
"extra_effects": [ { "id": "v_hemo_crimsoncoat_coat_pr" } ]