summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
blob: 3dcacb5ca5e60830595ab4338d010be97856da33 (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
[
  {
    "id": "t1_blood_transfusion",
    "type": "SPELL",
    "name": { "str": "Transfusion" },
    "note": "Uses MANA, just to prevent spamming.",
    "message": "You drain the lifeforce from your target!",
    "sound_description": "splash!",
    "description": "Drain the life force of a target within reach.\n\nThis is a <color_light_gray>tier 1</color> spell.",
    "sprite": "fd_blood",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 1,
    "max_level": 10,
    "energy_source": "MANA",
    "base_energy_cost": 25,
    "energy_increment": 25,
    "final_energy_cost": 250,
    "effect": "target_attack",
    "extra_effects": [ { "id": "t1_blood_transfusion_spell_heal", "hit_self": true } ],
    "valid_targets": [ "ally", "hostile" ],
    "min_damage": 2,
    "max_damage": 20,
    "damage_increment": 2,
    "damage_type": "bio",
    "min_range": 10,
    "max_range": 10,
    "base_casting_time": 150,
    "casting_time_increment": -25,
    "final_casting_time": 25,
    "flags": [ "NO_LEGS" ]
  },
  {
    "id": "t1_blood_bcurl",
    "type": "SPELL",
    "name": { "str": "Blood Curl" },
    "description": "Command the target's life force to hinder the flow of blood, greatly slowing their ability to perform any action.\n\nThis is a <color_light_gray>tier 1</color> spell.",
    "sprite": "fd_fatigue",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 2,
    "max_level": 10,
    "energy_source": "MANA",
    "base_energy_cost": 150,
    "effect": "target_attack",
    "effect_str": "v_spell_bloodcurl",
    "valid_targets": [ "ally", "hostile" ],
    "min_range": 6,
    "range_increment": 1,
    "max_range": 15,
    "min_duration": 100,
    "duration_increment": 100,
    "max_duration": 1000,
    "base_casting_time": 100,
    "casting_time_increment": -5,
    "final_casting_time": 75,
    "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
  },
  {
    "id": "t1_blood_clot",
    "type": "SPELL",
    "name": { "str": "Clot" },
    "description": "Expend a small amount of your life force to induce rapid clotting on a body part. The clotting agents will linger for some time.\n\nThis is a <color_light_gray>tier 1</color> spell.",
    "sprite": "overlay_female_mutation_bio_blood_filter",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 2,
    "max_level": 5,
    "energy_source": "HP",
    "base_energy_cost": 2,
    "final_energy_cost": 2,
    "effect": "target_attack",
    "effect_str": "v_spell_clot",
    "valid_targets": [ "self" ],
    "min_duration": 1000,
    "duration_increment": 1000,
    "max_duration": 6000,
    "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
  }
]