[
  {
    "id": "t4_blood_riptide",
    "type": "SPELL",
    "name": { "str": "Blood Tide" },
    "description": "Expel some of your blood to strike all targets inside a wide cone.\n\nThis is a <color_light_red>tier 4</color> spell.",
    "valid_targets": [ "hostile", "ground" ],
    "effect": "cone_attack",
    "base_energy_cost": 10,
    "final_energy_cost": 15,
    "energy_source": "HP",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 3,
    "min_damage": 30,
    "max_damage": 90,
    "max_level": 20,
    "min_aoe": 60,
    "max_aoe": 60,
    "min_range": 5,
    "max_range": 10,
    "flags": [ "SOMATIC", "NO_LEGS" ],
    "base_casting_time": 225,
    "field_id": "fd_blood",
    "min_field_intensity": 1,
    "max_field_intensity": 2,
    "field_chance": 5,
    "damage_type": "bash"
  },
  {
    "id": "t4_blood_bloodsurge",
    "type": "SPELL",
    "name": { "str": "Blood Surge" },
    "description": "Expend some of your life force to greatly accelerate your blood flow and physical abilties for a short time.\n\nThis is a <color_light_red>tier 4</color> spell.",
    "valid_targets": [ "ground", "self" ],
    "effect": "target_attack",
    "effect_str": "v_spell_bloodsurge",
    "base_energy_cost": 15,
    "energy_source": "HP",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 5,
    "max_level": 5,
    "flags": [ "SOMATIC", "NO_LEGS" ],
    "base_casting_time": 300,
    "min_duration": 3000,
    "max_duration": 7000,
    "duration_increment": 300,
    "damage_type": "bash"
  },
  {
    "id": "t4_blood_bloodwave",
    "type": "SPELL",
    "name": { "str": "Blood Wave" },
    "description": "Expel a moderate portion of your blood as a shockwave, striking anything nearby.\n\nThis is a <color_light_red>tier 4</color> spell.",
    "valid_targets": [ "hostile", "ground" ],
    "effect": "projectile_attack",
    "base_energy_cost": 30,
    "final_energy_cost": 45,
    "energy_source": "HP",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 5,
    "min_damage": 50,
    "max_damage": 150,
    "max_level": 30,
    "min_aoe": 10,
    "max_aoe": 10,
    "aoe_increment": 0.5,
    "field_id": "fd_blood",
    "min_field_intensity": 1,
    "max_field_intensity": 2,
    "field_chance": 5,
    "flags": [ "SOMATIC", "NO_LEGS" ],
    "base_casting_time": 500,
    "damage_type": "bash"
  }
]