summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json
blob: 69a3274d3c88257cbb8f9a26824088bbfa496863 (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
[
  {
    "id": "t3_blood_suppress",
    "type": "SPELL",
    "name": { "str": "Flow Suppression" },
    "description": "Command the target's life force to heavily restrict the flow of blood, casuing both injury and paralysis.\n\nThis is a <color_white>Tier 3</color> spell.",
    "sound_type": "combat",
    "sound_id": "misc",
    "sound_variant": "inhale",
    "sprite": "fd_fatigue",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 4,
    "max_level": 20,
    "energy_source": "MANA",
    "base_energy_cost": 300,
    "energy_increment": -8,
    "final_energy_cost": 150,
    "effect": "target_attack",
    "effect_str": "stunned",
    "valid_targets": [ "ally", "hostile" ],
    "min_damage": 3,
    "damage_increment": 0,
    "max_damage": 3,
    "damage_type": "bio",
    "min_range": 5,
    "range_increment": 0.25,
    "max_range": 10,
    "min_duration": 1600,
    "duration_increment": 320,
    "max_duration": 8000,
    "base_casting_time": 250,
    "casting_time_increment": -6.25,
    "final_casting_time": 125,
    "flags": [ "NO_LEGS", "CONCENTRATE" ]
  },
  {
    "id": "t3_blood_crimsonhaze",
    "type": "SPELL",
    "name": { "str": "Crimson Haze" },
    "description": "Expel and vaporize some of your blood to create a disorienting haze that obstructs the vision and movement of those around you.\n\nThis is a <color_white>Tier 3</color> spell.",
    "sound_id": "bionics",
    "sound_variant": "acid_discharge",
    "sprite": "fd_blood",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 3,
    "max_level": 30,
    "energy_source": "HP",
    "base_energy_cost": 8,
    "energy_increment": -0.133333333334,
    "final_energy_cost": 4,
    "effect": "projectile_attack",
    "effect_str": "v_spell_crimsonhaze",
    "extra_effects": [ { "id": "t3_blood_crimsonhaze_blind", "hit_self": true } ],
    "valid_targets": [ "hostile", "ally", "ground" ],
    "min_aoe": 2,
    "aoe_increment": 0.25,
    "max_aoe": 5,
    "min_duration": 2400,
    "duration_increment": 120,
    "max_duration": 6000,
    "field_id": "fd_blood",
    "min_field_intensity": 1,
    "field_intensity_increment": 0.1,
    "max_field_intensity": 2,
    "field_chance": 65,
    "base_casting_time": 120,
    "casting_time_increment": -2,
    "final_casting_time": 60,
    "flags": [ "NO_LEGS" ]
  },
  {
    "id": "t3_blood_purge",
    "type": "SPELL",
    "name": { "str": "Purge" },
    "description": "Expend a small amount of your life force to expel contaminants from your body. The accelerated immune response will linger for a time.\n\nThis is a <color_white>Tier 3</color> spell.",
    "sound_id": "misc",
    "sound_variant": "inhale",
    "sprite": "overlay_female_mutation_bio_blood_filter",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 4,
    "max_level": 10,
    "energy_source": "HP",
    "base_energy_cost": 6,
    "energy_increment": -0.3,
    "final_energy_cost": 3,
    "effect": "target_attack",
    "effect_str": "v_spell_purge",
    "valid_targets": [ "self" ],
    "min_duration": 400,
    "duration_increment": 60,
    "max_duration": 1000,
    "base_casting_time": 60,
    "casting_time_increment": -1,
    "final_casting_time": 30,
    "flags": [ "NO_LEGS", "CONCENTRATE" ]
  }
]