summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json
blob: 591a01d05701d65286e3d5ec7471e6e241eeeea0 (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
93
94
95
96
97
98
99
[
  {
    "id": "t4_blood_riptide",
    "type": "SPELL",
    "name": { "str": "Blood Tide" },
    "description": "Expel some of your blood to strike all targets inside a wide cone.\n\nThis is a <color_light_red>Tier 4</color> spell.",
    "sound_description": "splash!",
    "sound_type": "combat",
    "sprite": "fd_blood",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 4,
    "max_level": 30,
    "energy_source": "HP",
    "base_energy_cost": 10,
    "energy_increment": -0.166666666667,
    "final_energy_cost": 5,
    "effect": "cone_attack",
    "valid_targets": [ "hostile", "ally", "ground" ],
    "min_damage": 40,
    "damage_increment": 2,
    "max_damage": 150,
    "damage_type": "bash",
    "//": "As a cone attack, the min/max_aoe is the width of the cone in degrees.",
    "min_aoe": 60,
    "max_aoe": 60,
    "min_range": 5,
    "range_increment": 0.5,
    "max_range": 10,
    "base_casting_time": 150,
    "casting_time_increment": -2.5,
    "final_casting_time": 75,
    "field_id": "fd_blood",
    "min_field_intensity": 1,
    "field_intensity_increment": 0.0333333333334,
    "max_field_intensity": 2,
    "field_chance": 65,
    "flags": [ "NO_LEGS" ]
  },
  {
    "id": "t4_blood_bloodwave",
    "type": "SPELL",
    "name": { "str": "Blood Wave" },
    "description": "Expel a moderate portion of your blood as a shockwave, striking anything nearby.\n\nThis is a <color_light_red>Tier 4</color> spell.",
    "sound_description": "splash!",
    "sound_type": "combat",
    "sprite": "fd_blood",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 4,
    "max_level": 30,
    "energy_source": "HP",
    "base_energy_cost": 12,
    "energy_increment": -0.2,
    "final_energy_cost": 6,
    "effect": "projectile_attack",
    "valid_targets": [ "hostile", "ally", "ground" ],
    "min_damage": 50,
    "damage_increment": 2.5,
    "max_damage": 187,
    "damage_type": "bash",
    "min_aoe": 5,
    "aoe_increment": 0.5,
    "max_aoe": 10,
    "field_id": "fd_blood",
    "min_field_intensity": 1,
    "field_intensity_increment": 0.1,
    "max_field_intensity": 2,
    "field_chance": 65,
    "base_casting_time": 180,
    "casting_time_increment": -3,
    "final_casting_time": 90,
    "flags": [ "NO_LEGS" ]
  },
  {
    "id": "t4_blood_bloodsurge",
    "type": "SPELL",
    "name": { "str": "Blood Surge" },
    "description": "Expend some of your life force to greatly accelerate your blood flow and physical abilties for a short time.\n\nThis is a <color_light_red>Tier 4</color> spell.",
    "sound_id": "misc",
    "sound_variant": "inhale",
    "sprite": "overlay_female_mutation_bio_blood_filter",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 5,
    "max_level": 10,
    "energy_source": "HP",
    "base_energy_cost": 12,
    "energy_increment": -0.6,
    "final_energy_cost": 6,
    "effect": "target_attack",
    "effect_str": "v_spell_bloodsurge",
    "valid_targets": [ "self" ],
    "base_casting_time": 180,
    "casting_time_increment": -3,
    "final_casting_time": 90,
    "min_duration": 36000,
    "duration_increment": 14400,
    "max_duration": 180000,
    "flags": [ "NO_LEGS", "CONCENTRATE" ]
  }
]