diff options
Diffstat (limited to 'vamp_stuff')
| -rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json | 12 | ||||
| -rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell_combo.json | 5 | 
2 files changed, 11 insertions, 6 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json index b9386eb..2dc96f5 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json @@ -4,6 +4,8 @@      "type": "SPELL",      "name": { "str": "Transfusion" },      "note": "Uses MANA, just to prevent spamming.", +    "message": "You drain the lifeforce from your target!", +    "sound_description": "splash!",      "description": "Drain the life force of a target within reach.\n\nThis is a <color_light_gray>tier 1</color> spell.",      "spell_class": "VAMP_BLOOD_spellcaster",      "difficulty": 1, @@ -13,18 +15,18 @@      "energy_increment": 25,      "final_energy_cost": 250,      "effect": "target_attack", -    "extra_effects": [ { "id": "t1_blood_transfusion_spell" } ], +    "extra_effects": [ { "id": "t1_blood_transfusion_spell_heal", "hit_self": true } ],      "valid_targets": [ "ally", "hostile" ], -    "min_damage": 0, -    "max_damage": 10, -    "damage_increment": 1, +    "min_damage": 2, +    "max_damage": 20, +    "damage_increment": 2,      "damage_type": "bio",      "min_range": 10,      "max_range": 10,      "base_casting_time": 150,      "casting_time_increment": -25,      "final_casting_time": 25, -    "flags": [ "NO_LEGS", "WONDER" ] +    "flags": [ "NO_LEGS" ]    },    {      "id": "t1_blood_bcurl", diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json index ef152c2..e3bc9be 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json @@ -18,11 +18,14 @@      "type": "SPELL",      "name": { "str": "Tranfusion Heal" },      "description": "Heals the caster with 1 hp.", +    "difficulty": 1, +    "max_level": 10,      "flags": [ "SILENT" ],      "valid_targets": [ "self" ],      "effect": "target_attack",      "min_damage": -1, -    "max_damage": -1, +    "damage_increment": -1, +    "max_damage": -10,      "damage_type": "none"    },    {  | 
