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>2022-02-04 14:39:14 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-04 14:39:14 -0800
commit6f366c86fde399eb24b9bf6ce4d40d58f2a29b2c (patch)
treebdf3cd1b38a18627d751a6b76c984dfc7f7d2548 /vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json
parentmin_damage of 0 causes max_damage to apply to all levels. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-6f366c86fde399eb24b9bf6ce4d40d58f2a29b2c.tar.xz
More balancing.
Add sounds to Hemomancer spells! Redo the hit_you and hit_me random chance spells to use once_in instead of middleman spells.
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.json22
1 files changed, 22 insertions, 0 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 6381384..4891a45 100644
--- a/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json
+++ b/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json
@@ -148,6 +148,7 @@
"type": "SPELL",
"name": { "str": "Piercing Retaliation" },
"description": "Deals 15 stab damage and stuns for 1-3 turns.",
+ "message": "The crimson coat retaliates against your attacker with a blood tentacle!",
"valid_targets": [ "hostile" ],
"flags": [ "SILENT", "RANDOM_DURATION" ],
"effect": "target_attack",
@@ -198,6 +199,7 @@
"type": "SPELL",
"name": { "str": "Spawn Bloodling!" },
"description": "Transform a portion of the target into a bloodling.",
+ "message": "You transform a portion of the target into a bloodling!",
"valid_targets": [ "self" ],
"effect": "summon",
"effect_str": "mon_orus_bloodling",
@@ -215,6 +217,7 @@
"type": "SPELL",
"name": { "str": "Spawn Greater Bloodling!" },
"description": "Transform a portion of the target into a greater bloodling.",
+ "message": "You transform a portion of the target into a greater bloodling!",
"valid_targets": [ "self" ],
"effect": "summon",
"effect_str": "mon_orus_bloodling_greater",
@@ -255,6 +258,7 @@
"type": "SPELL",
"name": { "str": "Spawn Bloodling!" },
"description": "Transforms the blood lost from being attacked into a bloodling.",
+ "message": "You transform some of your lost blood into a bloodling!",
"valid_targets": [ "self" ],
"effect": "summon",
"effect_str": "mon_orus_bloodling",
@@ -279,6 +283,24 @@
"extra_effects": [ { "id": "v_hemo_crimsoncoat_coat_pr" } ]
},
{
+ "id": "v_hemo_orusform_pr",
+ "type": "SPELL",
+ "name": { "str": "Piercing Retaliation" },
+ "description": "Deals 15 stab damage and stuns for 1-3 turns.",
+ "message": "You retaliate against your attacker with a blood tentacle!",
+ "valid_targets": [ "hostile" ],
+ "flags": [ "SILENT", "RANDOM_DURATION" ],
+ "effect": "target_attack",
+ "effect_str": "stunned",
+ "min_damage": 15,
+ "max_damage": 15,
+ "min_range": 2,
+ "max_range": 2,
+ "min_duration": 100,
+ "max_duration": 300,
+ "damage_type": "stab"
+ },
+ {
"id": "v_hemo_orusform_bloodling",
"type": "SPELL",
"name": { "str": "Spawn Bloodling!" },