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": { "str": "Blood Puddle" },
"description": "You expel a portion of your blood and command it to form a thick pool in an area. It will greatly hamper the movement of non-vampires that attempt to pass through it.\n\nThis is a <color_light_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": { "str": "Blood Dagger" },
"description": "Launch a small amount of your blood as a blade which can imaple your target.\n\nThis is a <color_light_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"
}
]
|