summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
blob: 37dd292ea8fe248fea5d9789fb9531127aefb2de (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
[
  {
    "id": "t1_blood_transfusion",
    "type": "SPELL",
    "name": { "str": "Transfusion" },
    "description": "Drain the life force of a random target within reach.\n\nThis is a <color_light_gray>tier 1</color> spell.",
    "valid_targets": [ "none" ],
    "effect": "target_attack",
    "extra_effects": [ { "id": "t1_blood_transfusion_spell" } ],
    "note": "Uses MANA, just to prevent spamming.",
    "base_energy_cost": 25,
    "final_energy_cost": 250,
    "energy_source": "MANA",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 1,
    "max_level": 10,
    "min_damage": 0,
    "max_damage": 10,
    "damage_increment": 1,
    "min_range": 10,
    "max_range": 10,
    "flags": [ "NO_LEGS", "WONDER", "NO_PROJECTILE" ],
    "base_casting_time": 150,
    "final_casting_time": 25,
    "damage_type": "biological"
  },
  {
    "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.",
    "valid_targets": [ "hostile" ],
    "effect": "target_attack",
    "effect_str": "v_spell_bloodcurl",
    "base_energy_cost": 150,
    "energy_source": "MANA",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 2,
    "max_level": 10,
    "min_range": 6,
    "max_range": 15,
    "min_duration": 0,
    "max_duration": 500,
    "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "NO_PROJECTILE" ],
    "base_casting_time": 100,
    "final_casting_time": 75
  },
  {
    "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.",
    "valid_targets": [ "self" ],
    "effect": "target_attack",
    "effect_str": "v_spell_clot",
    "base_energy_cost": 2,
    "final_energy_cost": 2,
    "energy_source": "HP",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 2,
    "max_level": 5,
    "min_duration": 1000,
    "max_duration": 5000,
    "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "NO_PROJECTILE" ]
  }
]