{
  "version": "1.0.0",
  "updated": "2026-02-22",
  "total": 8,
  "attributes": [
    { "id": "strength", "name": "Strength", "icon": "battle", "color": "#ef4444", "description": "Increases physical attack damage. Warriors and Barbarians benefit most.", "formula": "Physical Damage = Base × (1 + STR × 0.05)", "emoji": "💪" },
    { "id": "intellect", "name": "Intellect", "icon": "crystal", "color": "#8b5cf6", "description": "Increases magical damage and max mana pool. Essential for Mage Priests.", "formula": "Magic Damage = Base × (1 + INT × 0.05)", "emoji": "🧠" },
    { "id": "vitality", "name": "Vitality", "icon": "heart", "color": "#22c55e", "description": "Increases maximum HP. Important for all frontline fighters.", "formula": "Max HP = 100 + (VIT × 12)", "emoji": "❤️" },
    { "id": "dexterity", "name": "Dexterity", "icon": "target", "color": "#f59e0b", "description": "Increases critical hit chance and ranged damage. Key stat for Rangers.", "formula": "Crit Chance = 5% + (DEX × 1.5%)", "emoji": "🎯" },
    { "id": "endurance", "name": "Endurance", "icon": "shield", "color": "#6366f1", "description": "Increases physical defense and max stamina. Dwarves excel here.", "formula": "Defense = 2 + (END × 2)", "emoji": "🛡️" },
    { "id": "wisdom", "name": "Wisdom", "icon": "sparkle", "color": "#06b6d4", "description": "Increases magical defense, heal power, and mana regeneration.", "formula": "Heal Power = Base × (1 + WIS × 0.04)", "emoji": "✨" },
    { "id": "agility", "name": "Agility", "icon": "energy", "color": "#10b981", "description": "Increases evasion chance and turn speed. Determines action order.", "formula": "Evasion = AGI × 1.2%, Speed = 50 + AGI × 2", "emoji": "⚡" },
    { "id": "tactics", "name": "Tactics", "icon": "scroll", "color": "#f97316", "description": "Increases buff/debuff effectiveness and ability damage modifiers.", "formula": "Ability Bonus = TAC × 2%", "emoji": "📜" }
  ]
}
