summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json
blob: 07c786c25f24dd24af87786b405719c6966644c0 (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
[
  {
    "id": "t4_blood_riptide",
    "type": "SPELL",
    "name": { "str": "Riptide" },
    "description": "Conjures a large amount of blood to strike the targets inside a wide cone, dealing <color_magenta>bashing damage</color>.\n\nThis is a <color_light_red>tier 4</color> spell.",
    "valid_targets": [ "hostile", "ground" ],
    "effect": "cone_attack",
    "base_energy_cost": 10,
    "final_energy_cost": 15,
    "energy_source": "HP",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 3,
    "min_damage": 30,
    "max_damage": 90,
    "max_level": 20,
    "min_aoe": 60,
    "max_aoe": 60,
    "min_range": 5,
    "max_range": 10,
    "flags": [ "SOMATIC", "NO_LEGS" ],
    "base_casting_time": 225,
    "field_id": "fd_blood",
    "min_field_intensity": 1,
    "max_field_intensity": 2,
    "field_chance": 5,
    "damage_type": "bash"
  },
  {
    "id": "t4_blood_bloodsurge",
    "type": "SPELL",
    "name": { "str": "Blood Surge" },
    "description": "You put yourself in a <color_yellow>battle trance</color> using your life force, increasing your might, mobility and endurance for a short period of time.\n\nThis is a <color_light_red>tier 4</color> spell.",
    "valid_targets": [ "ground", "self" ],
    "effect": "target_attack",
    "effect_str": "v_spell_bloodsurge",
    "base_energy_cost": 15,
    "energy_source": "HP",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 5,
    "max_level": 5,
    "flags": [ "SOMATIC", "NO_LEGS" ],
    "base_casting_time": 300,
    "min_duration": 3000,
    "max_duration": 7000,
    "duration_increment": 300,
    "damage_type": "bash"
  },
  {
    "id": "t4_blood_bloodwave",
    "type": "SPELL",
    "name": { "str": "Blood Wave" },
    "description": "An innate flash flood of blood bursts out from you, dealing <color_magenta>bashing damage</color> to the surrounding targets.\n\nThis is a <color_light_red>tier 4</color> spell.",
    "valid_targets": [ "hostile", "ground" ],
    "effect": "projectile_attack",
    "base_energy_cost": 30,
    "final_energy_cost": 45,
    "energy_source": "HP",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 5,
    "min_damage": 50,
    "max_damage": 150,
    "max_level": 30,
    "min_aoe": 10,
    "max_aoe": 10,
    "aoe_increment": 0.5,
    "field_id": "fd_blood",
    "min_field_intensity": 1,
    "max_field_intensity": 2,
    "field_chance": 5,
    "flags": [ "SOMATIC", "NO_LEGS" ],
    "base_casting_time": 500,
    "damage_type": "bash"
  }
]