[
  {
    "population": 0,
    "cast_time": 0,
    "recharge_time": 10,
    "charges": 1,
    "attack_interval": 1,
    "dps": 125,
    "movement_speed": 4,
    "health": 15000,
    "damage": 125,
    "mechanics": {
      "aura": [
        {
          "target_types": [
            "Enemy"
          ],
          "effect": "Debuff",
          "interval": 1,
          "value": 0.5,
          "radius": 15,
          "description": "Reduces damage of nearby spellcasters.",
          "name": "Aura of Decay"
        },
        {
          "target_types": [
            "Enemy"
          ],
          "effect": "Damage",
          "interval": 0,
          "value": 0,
          "radius": 100,
          "description": "Retaliates against Spellcasters after receiving >4000 damage.",
          "name": "Death's Retaliation"
        }
      ]
    },
    "weak_points": [
      {
        "description": "Thanatos takes extra damage from behind.",
        "multiplier": 1.25,
        "location": "back"
      }
    ],
    "tags": [],
    "image_required": true,
    "description": "The Titan of Death. Weakens all nearby enemies and retaliates against Spellcasters.",
    "rank": "V",
    "magic_school": "Titan",
    "category": "Titan",
    "name": "Thanatos",
    "entity_id": "thanatos",
    "$schema": "../../schemas/v2/titans.schema.json"
  },
  {
    "population": 0,
    "cast_time": 0,
    "recharge_time": 10,
    "charges": 1,
    "attack_interval": 1,
    "dps": 100,
    "heal_amount": 0,
    "passive_health_regen": 50,
    "movement_speed": 4,
    "health": 20000,
    "damage": 100,
    "mechanics": {
      "auto_capture_altars": true,
      "aura": [
        {
          "target_types": [
            "Enemy"
          ],
          "effect": "Damage",
          "interval": 0,
          "value": 0,
          "radius": 100,
          "description": "Retaliates against Spellcasters after receiving >4000 damage.",
          "name": "Thorn Retaliation"
        }
      ]
    },
    "weak_points": [
      {
        "description": "Gaia Beast takes extra damage on its chest.",
        "multiplier": 2.0,
        "location": "chest"
      }
    ],
    "tags": [],
    "image_required": true,
    "description": "The Wild Titan. Crushes all structures as it marches toward the Lifestones. Destroys and captures altars instantly.",
    "rank": "V",
    "magic_school": "Titan",
    "category": "Titan",
    "name": "Gaia Beast",
    "entity_id": "gaia_beast",
    "$schema": "../../schemas/v2/titans.schema.json"
  }
]