summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json
blob: 3cde80a733acb87191523eb23496e3461d952285 (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
[
  {
    "id": "t2_blood_bloodpuddle",
    "type": "SPELL",
    "name": "Blood Puddle",
    "description": "You barf a mouthful of thick blood in an area, greatly slowing any creature that walks through it.\n\nThis is a <color_gray>tier 2</color> spell.",
    "valid_targets": [ "hostile", "ally", "ground" ],
    "effect": "projectile_attack",
    "base_energy_cost": 1,
    "final_energy_cost": 10,
    "energy_source": "HP",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 2,
    "max_level": 10,
    "min_range": 5,
    "max_range": 10,
    "min_aoe": 2,
    "max_aoe": 10,
    "flags": [ "VERBAL", "NO_LEGS" ],
    "field_id": "fd_puddleb",
    "min_field_intensity": 1,
    "max_field_intensity": 3,
    "base_casting_time": 125
  },
  {
    "id": "t2_blood_bloodsting",
    "type": "SPELL",
    "name": "Blood Sting",
    "description": "Conjure own's blood to shoot towards the target, shaping into a dart as it fly that deals <color_light_red>stabbing damage</color>.\n\nThis is a <color_gray>tier 2</color> spell.",
    "valid_targets": [ "hostile", "ally", "ground" ],
    "effect": "projectile_attack",
    "base_energy_cost": 1,
    "final_energy_cost": 5,
    "energy_source": "HP",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 3,
    "min_damage": 0,
    "max_damage": 30,
    "damage_increment": 1,
    "max_level": 30,
    "min_range": 10,
    "max_range": 20,
    "flags": [ "SOMATIC", "NO_LEGS" ],
    "base_casting_time": 125,
    "damage_type": "stab"
  }
]