[
  {
    "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.",
    "sprite": "fd_blood",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "sound_description": "splash!",
    "difficulty": 4,
    "max_level": 20,
    "energy_source": "HP",
    "base_energy_cost": 5,
    "final_energy_cost": 5,
    "effect": "cone_attack",
    "valid_targets": [ "hostile", "ally", "ground" ],
    "min_damage": 30,
    "damage_increment": 3,
    "max_damage": 90,
    "damage_type": "bash",
    "note": "As a cone attack, the min/max_aoe is the width of the cone in degrees.",
    "min_aoe": 60,
    "max_aoe": 60,
    "min_range": 5,
    "range_increment": 0.27,
    "max_range": 10,
    "base_casting_time": 225,
    "field_id": "fd_blood",
    "min_field_intensity": 1,
    "field_intensity_increment": 0.1,
    "max_field_intensity": 2,
    "field_chance": 65,
    "flags": [ "SOMATIC", "NO_LEGS" ]
  },
  {
    "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.",
    "sprite": "overlay_female_mutation_bio_blood_filter",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 4,
    "max_level": 5,
    "energy_source": "HP",
    "base_energy_cost": 5,
    "effect": "target_attack",
    "effect_str": "v_spell_bloodsurge",
    "valid_targets": [ "self" ],
    "base_casting_time": 300,
    "min_duration": 30000,
    "duration_increment": 18000,
    "max_duration": 120000,
    "flags": [ "SOMATIC", "NO_LEGS" ]
  },
  {
    "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.",
    "sprite": "fd_blood",
    "spell_class": "VAMP_BLOOD_spellcaster",
    "difficulty": 5,
    "max_level": 30,
    "energy_source": "HP",
    "base_energy_cost": 10,
    "final_energy_cost": 10,
    "effect": "projectile_attack",
    "valid_targets": [ "hostile", "ally", "ground" ],
    "min_damage": 50,
    "damage_increment": 3.5,
    "max_damage": 150,
    "damage_type": "bash",
    "min_aoe": 5,
    "aoe_increment": 0.5,
    "max_aoe": 10,
    "field_id": "fd_blood",
    "min_field_intensity": 1,
    "field_intensity_increment": 0.1,
    "max_field_intensity": 2,
    "field_chance": 65,
    "base_casting_time": 500,
    "flags": [ "SOMATIC", "NO_LEGS" ]
  }
]