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
|
[
{
"id": "t2_blood_bloodpuddle",
"type": "SPELL",
"name": { "str": "Blood Puddle" },
"description": "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.",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 2,
"max_level": 10,
"energy_source": "HP",
"base_energy_cost": 1,
"energy_increment": 1,
"final_energy_cost": 10,
"effect": "projectile_attack",
"valid_targets": [ "hostile", "ally", "ground" ],
"min_range": 5,
"range_increment": 0.5,
"max_range": 10,
"min_aoe": 2,
"aoe_increment": 0.3,
"max_aoe": 5,
"field_id": "fd_puddleb",
"min_field_intensity": 1,
"field_intensity_increment": 0.25,
"max_field_intensity": 3,
"base_casting_time": 125,
"flags": [ "SOMATIC", "NO_LEGS" ]
},
{
"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.",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 3,
"max_level": 30,
"energy_source": "HP",
"base_energy_cost": 1,
"energy_increment": 0.2,
"final_energy_cost": 5,
"effect": "projectile_attack",
"valid_targets": [ "hostile", "ally", "ground" ],
"min_damage": 0,
"damage_increment": 1,
"max_damage": 30,
"damage_type": "stab",
"min_range": 10,
"range_increment": 0.5,
"max_range": 20,
"base_casting_time": 125,
"flags": [ "SOMATIC", "NO_LEGS" ]
},
{
"id": "t2_blood_bloodsynthesis",
"type": "SPELL",
"name": { "str": "Blood Synthesis" },
"description": "Expend a portion of your life force to heal tissue damage in others.\n\nThis is a <color_light_gray>tier 2</color> spell.",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 3,
"max_level": 10,
"energy_source": "HP",
"base_energy_cost": 1,
"energy_increment": 1,
"final_energy_cost": 10,
"effect": "target_attack",
"valid_targets": [ "ally" ],
"min_damage": -5,
"damage_increment": -2,
"max_damage": -20,
"min_range": 1,
"range_increment": 0.5,
"max_range": 6,
"base_casting_time": 500,
"flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
}
]
|