summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json
blob: 92fe5755b4ded983864d2ae06e7499fc4c348b9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[
  {
    "id": "t5_blood_vampiricoutrage",
    "type": "SPELL",
    "name": "Vampiric Outrage",
    "description": "Sets you in catastrophic madness, consuming own's life force in exchange of barraging random attacks.\n* For every damage, you randomly attack foes with 25 (<color_magenta>bash</color>, cut or <color_light_red>stab</color>) damage within a 12 tile radius. There's a 1/10 chance to suck the target's life force, dealing up to <color_green>10 biological damage</color> and heals you by <color_green>5</color>.\n\nThis is a <color_red>tier 5</color> spell.",
    "message": "<color_light_red>Dread fills your mind and body...</color>\nAs you stand, blood tendrils emerges from you!",
    "valid_targets": [ "none" ],
    "effect": "target_attack",
    "extra_effects": [
      { "id": "t5_blood_outrage_bash" },
      { "id": "t5_blood_outrage_bash" },
      { "id": "t5_blood_outrage_bash" },
      { "id": "t5_blood_outrage_cut" },
      { "id": "t5_blood_outrage_cut" },
      { "id": "t5_blood_outrage_cut" },
      { "id": "t5_blood_outrage_stab" },
      { "id": "t5_blood_outrage_stab" },
      { "id": "t5_blood_outrage_stab" },
      { "id": "t5_blood_outrage_drain" }
    ],
    "base_energy_cost": 0,
    "energy_cost_increment": 3,
    "energy_source": "HP",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 5,
    "max_level": 10,
    "min_damage": 0,
    "max_damage": 0,
    "damage_increment": 3,
    "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "WONDER" ],
    "base_casting_time": 500
  },
  {
    "id": "t5_blood_essencepull",
    "type": "SPELL",
    "name": "Essence Pull",
    "description": "Attempts to instantly kill the target by draining every ounce of their life force, dealing immensive <color_green>biological damage</color>.\n\nThis is a <color_red>tier 5</color> spell.",
    "valid_targets": [ "hostile" ],
    "effect": "target_attack",
    "base_energy_cost": 0,
    "final_energy_cost": 0,
    "energy_cost_increment": 500,
    "energy_source": "MANA",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 5,
    "max_level": 5,
    "min_damage": 0,
    "max_damage": 0,
    "damage_increment": 125,
    "min_range": 1,
    "max_range": 1,
    "flags": [ "SOMATIC", "NO_LEGS" ],
    "base_casting_time": 125,
    "damage_type": "bio"
  }
]