[
  {
    "id": "t5_blood_vampiricoutrage",
    "type": "SPELL",
    "name": { "str": "Vampiric Rage" },
    "description": "Unleash your entire life force in a deadly assault against anything that threatens you.\n\nThis is a <color_red>tier 5</color> spell.",
    "message": "<color_light_red>Fury fills your mind and body...</color>\nAs you stand, blood tendrils emerge from you!",
    "valid_targets": [ "none" ],
    "effect": "target_attack",
    "extra_effects": [
      { "id": "t5_blood_outrage_bash" },
      { "id": "t5_blood_outrage_bash" },
      { "id": "t5_blood_outrage_bash" },
      { "id": "t5_blood_outrage_cut" },
      { "id": "t5_blood_outrage_cut" },
      { "id": "t5_blood_outrage_cut" },
      { "id": "t5_blood_outrage_stab" },
      { "id": "t5_blood_outrage_stab" },
      { "id": "t5_blood_outrage_stab" },
      { "id": "t5_blood_outrage_drain" }
    ],
    "base_energy_cost": 0,
    "energy_cost_increment": 3,
    "energy_source": "HP",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 5,
    "max_level": 10,
    "min_damage": 0,
    "max_damage": 0,
    "damage_increment": 3,
    "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "WONDER" ],
    "base_casting_time": 500
  },
  {
    "id": "t5_blood_essencepull",
    "type": "SPELL",
    "name": { "str": "Blood Eruption" },
    "description": "Command the life force of the target to violently burst blood from every pore of their body.\n\nThis is a <color_red>tier 5</color> spell.",
    "valid_targets": [ "hostile" ],
    "effect": "target_attack",
    "base_energy_cost": 0,
    "final_energy_cost": 0,
    "energy_cost_increment": 500,
    "energy_source": "MANA",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 5,
    "max_level": 5,
    "min_damage": 0,
    "max_damage": 0,
    "damage_increment": 125,
    "min_range": 1,
    "max_range": 1,
    "flags": [ "SOMATIC", "NO_LEGS" ],
    "base_casting_time": 125,
    "damage_type": "bio"
  }
]