[
  {
    "id": "t2_mana_darkbeam",
    "type": "SPELL",
    "name": { "str": "Dark Beam" },
    "description": "A profane mana beam bursts violently, striking your foes within a line that deals <color_light_gray>pure damage</color>.\n\nThis is a <color_light_gray>tier 2</color> spell.",
    "valid_targets": [ "hostile", "ground" ],
    "effect": "line_attack",
    "base_energy_cost": 175,
    "final_energy_cost": 325,
    "energy_source": "MANA",
    "spell_class": "VAMP_MANA_spellcaster",
    "difficulty": 3,
    "min_damage": 20,
    "max_damage": 50,
    "damage_increment": 2,
    "max_level": 25,
    "min_range": 6,
    "max_range": 12,
    "min_aoe": 1,
    "max_aoe": 4,
    "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
    "base_casting_time": 175,
    "damage_type": "none"
  },
  {
    "id": "t2_mana_etherealstrike",
    "type": "SPELL",
    "name": { "str": "Ethereal Strike" },
    "description": "An etherean silhouette emerges out of thin air, immediately attacking the foe that deals <color_light_gray>pure damage</color> and <color_yellow>grasps</color> at them.\n\nThis is a <color_light_gray>tier 2</color> spell.",
    "valid_targets": [ "hostile" ],
    "effect": "target_attack",
    "effect_str": "v_spell_etherealstrike",
    "base_energy_cost": 155,
    "final_energy_cost": 155,
    "energy_source": "MANA",
    "spell_class": "VAMP_MANA_spellcaster",
    "difficulty": 2,
    "min_damage": 10,
    "max_damage": 60,
    "damage_increment": 2,
    "max_level": 10,
    "min_range": 4,
    "max_range": 20,
    "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
    "base_casting_time": 400,
    "final_casting_time": 100,
    "min_duration": 200,
    "max_duration": 600,
    "damage_type": "none"
  }
]