summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
blob: dc849c2c6103bcf9d745640ba0bfa68dd210a058 (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
[
  {
    "id": "t6_blood_desolation",
    "type": "SPELL",
    "name": { "str": "Desolation" },
    "description": "Expend a large amount of your life force to summon a ravenous mist that consumes life force from every non-vampire near it.\n\nThis is a <color_magenta>tier 6</color> spell.",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 6,
    "max_level": 30,
    "energy_source": "HP",
    "base_energy_cost": 40,
    "effect": "summon",
    "effect_str": "mon_desolation_aura",
    "valid_targets": [ "none" ],
    "min_damage": 1,
    "max_damage": 1,
    "min_aoe": 3,
    "max_aoe": 3,
    "min_duration": 30000,
    "duration_increment": 5000,
    "max_duration": 180000,
    "base_casting_time": 3000,
    "flags": [ "SOMATIC", "NO_LEGS", "CONCENTRATE" ]
  },
  {
    "id": "t6_blood_crimsoncoat",
    "type": "SPELL",
    "name": { "str": "Crimson Coat" },
    "note": "Timed countering tactic. Useful for preventing high damage attacks like SMASH or gunshots.",
    "description": "Convert a portion of your blood into a thick flexible armour that covers your entire body for a short time.\n\nThis is a <color_magenta>tier 6</color> spell.",
    "sound_id": "misc",
    "sound_variant": "inhale",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 6,
    "max_level": 10,
    "energy_source": "HP",
    "base_energy_cost": 2,
    "effect": "spawn_item",
    "effect_str": "v_hemo_crimsoncoat_coat",
    "valid_targets": [ "self" ],
    "min_damage": 1,
    "max_damage": 1,
    "min_duration": 200,
    "duration_increment": 30,
    "max_duration": 500,
    "flags": [ "SOMATIC", "NO_LEGS" ]
  },
  {
    "id": "t6_blood_leechswhip",
    "type": "SPELL",
    "name": { "str": "Blood Sword" },
    "description": "Convert some of your blood into a powerful broadsword.\n\nThis is a <color_magenta>tier 6</color> spell.",
    "sound_id": "misc",
    "sound_variant": "inhale",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 4,
    "max_level": 10,
    "energy_source": "HP",
    "base_energy_cost": 10,
    "energy_cost_increment": -0.5,
    "final_energy_cost": 5,
    "effect": "spawn_item",
    "effect_str": "v_hemo_whip",
    "valid_targets": [ "self" ],
    "min_damage": 1,
    "max_damage": 1,
    "min_duration": 720000,
    "duration_increment": 108000,
    "max_duration": 1800000,
    "base_casting_time": 150,
    "casting_time_increment": -7.5,
    "final_casting_time": 75,
    "flags": [ "SOMATIC", "NO_LEGS", "CONCENTRATE" ]
  }
]