summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/v_spell.json
blob: 6b15c7b37946a402010731f0da2f6b41705477c6 (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
[
  {
    "id": "t0_vampire_bite",
    "type": "SPELL",
    "name": { "str": "Vampire Bite" },
    "message": "You bite and drink their blood!",
    "sound_description": "slurp!",
    "description": "Bite the target and drink their blood.",
    "difficulty": 1,
    "max_level": 10,
    "energy_source": "STAMINA",
    "base_energy_cost": 5000,
    "effect": "attack",
    "shape": "blast",
    "extra_effects": [ { "id": "t0_vampire_bite_spell_blood" } ],
    "valid_targets": [ "ally", "hostile" ],
    "min_damage": 40,
    "max_damage": 150,
    "damage_increment": 11,
    "damage_type": "stab",
    "affected_body_parts": [ "head"],
    "min_range": 1,
    "max_range": 1,
    "base_casting_time": 60,
    "casting_time_increment": -3,
    "final_casting_time": 30,
    "flags": [ "NO_LEGS", "VERBAL" ]
  },
  {
    "id": "t0_vampire_bite_spell_blood",
    "type": "SPELL",
    "name": { "str": "Vampire Drink" },
    "description": "Creates blood.",
    "//": "min_duration, max_duration, and duration_increment cannot be zero or the PERMANENT flag will not work. Spell must also be max level or the PERMANENT flag will not work.",
    "min_duration": 1,
    "max_duration": 2,
    "duration_increment": 1,
    "difficulty": 1,
    "max_level": 1,
    "flags": [ "SILENT", "PERMANENT" ],
    "valid_targets": [ "self" ],
    "effect": "spawn_item",
    "shape": "blast",
    "effect_str": "blood_sealed",
    "min_damage": 1,
    "max_damage": 1,
    "damage_type": "none"
  }
]