summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json
blob: e1c11c46f7a470cfca6e1643b5aa9b11aa92c0e3 (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
[
  {
    "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.",
    "valid_targets": [ "hostile", "ground" ],
    "effect": "projectile_attack",
    "effect_str": "v_spell_crimsonhaze",
    "extra_effects": [ { "id": "t3_blood_crimsonhaze_blind", "hit_self": true } ],
    "base_energy_cost": 7,
    "final_energy_cost": 17,
    "energy_source": "HP",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 2,
    "max_level": 15,
    "min_aoe": 5,
    "max_aoe": 15,
    "min_duration": 500,
    "max_duration": 1500,
    "field_id": "fd_blood",
    "min_field_intensity": 1,
    "max_field_intensity": 2,
    "field_chance": 15,
    "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
  },
  {
    "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.",
    "valid_targets": [ "hostile" ],
    "effect": "target_attack",
    "effect_str": "stunned",
    "base_energy_cost": 500,
    "energy_source": "MANA",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 4,
    "max_level": 20,
    "min_damage": 0,
    "max_damage": 10,
    "min_range": 5,
    "max_range": 10,
    "damage_increment": 2,
    "min_duration": 300,
    "max_duration": 1500,
    "base_casting_time": 125,
    "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
  }
]