[ { "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": "target_attack", "extra_effects": [ { "id": "t0_vampire_bite_spell_blood" } ], "valid_targets": [ "ally", "hostile" ], "min_damage": 20, "max_damage": 60, "damage_increment": 4, "damage_type": "stab", "affected_body_parts": [ "head"], "min_range": 1, "max_range": 1, "base_casting_time": 150, "casting_time_increment": -25, "final_casting_time": 25, "flags": [ "NO_LEGS", "VERBAL" ] }, { "id": "t0_vampire_bite_spell_blood", "type": "SPELL", "name": { "str": "Vampire Drink" }, "description": "Creates blood.", "difficulty": 1, "max_level": 10, "flags": [ "SILENT", "PERMANENT" ], "valid_targets": [ "self" ], "effect": "spawn_item", "effect_str": "blood", "min_damage": 1, "max_damage": 1, "damage_type": "none" } ]