summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json
blob: d95f5575cb16b14660aef22f088b5d3a2a0791cd (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[
  {
    "id": "t5_blood_vampiricoutrage",
    "type": "SPELL",
    "name": { "str": "Vampiric Rage" },
    "description": "Unleash your entire life force in a deadly assault against anything that threatens you.\n\nThis is a <color_red>tier 5</color> spell.",
    "sprite": "fd_blood",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "message": "<color_light_red>Fury fills your mind and body...</color>\nAs you stand, blood tendrils emerge from you!",
    "difficulty": 5,
    "max_level": 30,
    "energy_source": "HP",
    "base_energy_cost": 18,
    "energy_increment": -0.3,
    "final_energy_cost": 9,
    "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" }
    ],
    "valid_targets": [ "none" ],
    "min_damage": 1,
    "damage_increment": 1,
    "max_damage": 30,
    "base_casting_time": 270,
    "casting_time_increment": -4.5,
    "final_casting_time": 135,
    "flags": [ "NO_LEGS", "WONDER" ]
  },
  {
    "id": "t5_blood_essencepull",
    "type": "SPELL",
    "name": { "str": "Blood Eruption" },
    "description": "Command the life force of the target to violently burst blood from every pore of their body.\n\nThis is a <color_red>tier 5</color> spell.",
    "sound_description": "splash!",
    "sound_id": "misc",
    "sound_type": "combat",
    "sound_variant": "inhale",
    "sprite": "fd_blood",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 6,
    "max_level": 20,
    "energy_source": "MANA",
    "base_energy_cost": 50,
    "energy_increment": 10,
    "final_energy_cost": 250,
    "effect": "target_attack",
    "valid_targets": [ "ally", "hostile" ],
    "min_damage": 50,
    "damage_increment": 50,
    "max_damage": 250,
    "damage_type": "bio",
    "min_range": 5,
    "range_increment": 0.25,
    "max_range": 10,
    "base_casting_time": 300,
    "casting_time_increment": -7.5,
    "final_casting_time": 150,
    "flags": [ "NO_LEGS", "CONCENTRATE" ]
  },
  {
    "id": "t5_blood_crimsoncoat",
    "type": "SPELL",
    "name": { "str": "Crimson Coat" },
    "//": "Timed countering tactic. Useful for preventing high damage attacks like SMASH or gunshots.",
    "description": "Convert a portion of your blood into a thick flexible armour that covers your entire body for a short time.\n\nThis is a <color_magenta>tier 5</color> spell.",
    "sound_id": "misc",
    "sound_variant": "inhale",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 5,
    "max_level": 10,
    "energy_source": "HP",
    "base_energy_cost": 2,
    "effect": "spawn_item",
    "effect_str": "v_hemo_crimsoncoat_coat",
    "valid_targets": [ "self" ],
    "min_damage": 1,
    "max_damage": 1,
    "min_duration": 200,
    "duration_increment": 30,
    "max_duration": 500,
    "flags": [ "NO_LEGS" ]
  }
]