[
  {
    "name": "Thorin Oakshield",
    "biography": "A brave dwarf warrior seeking to reclaim his homeland.",
    "health": 120,
    "mana": 50,
    "equipment": {
      "weapon": "Warhammer",
      "armor": "Plate Mail",
      "trinket": "Ancient Rune Stone"
    },
    "inventory": ["Healing Potion", "Rope", "Torch"],
    "attributes": {
      "strength": 18,
      "dexterity": 12,
      "intelligence": 10,
      "wisdom": 14,
      "charisma": 13,
      "constitution": 16
    }
  },
  {
    "name": "Elara Moonshadow",
    "biography": "An elven mage with a deep connection to nature.",
    "health": 80,
    "mana": 150,
    "equipment": {
      "weapon": "Magic Staff",
      "armor": "Robes of the Forest",
      "trinket": "Amulet of the Moon"
    },
    "inventory": ["Spellbook", "Herb Pouch", "Crystal Ball"],
    "attributes": {
      "strength": 8,
      "dexterity": 14,
      "intelligence": 18,
      "wisdom": 16,
      "charisma": 12,
      "constitution": 10
    }
  },
  {
    "name": "Garrett Swiftblade",
    "biography": "A cunning thief known for his agility and wit.",
    "health": 90,
    "mana": 60,
    "equipment": {
      "weapon": "Daggers",
      "armor": "Leather Armor",
      "trinket": "Cloak of Shadows"
    },
    "inventory": ["Lockpicks", "Smoke Bomb", "Throwing Knives"],
    "attributes": {
      "strength": 12,
      "dexterity": 18,
      "intelligence": 14,
      "wisdom": 12,
      "charisma": 15,
      "constitution": 11
    }
  },
  {
    "name": "Lyra Windrunner",
    "biography": "A noble ranger who protects the forest and its creatures.",
    "health": 100,
    "mana": 80,
    "equipment": {
      "weapon": "Longbow",
      "armor": "Hide Armor",
      "trinket": "Ring of the Wild"
    },
    "inventory": ["Arrows", "Rations", "Hunting Trap"],
    "attributes": {
      "strength": 14,
      "dexterity": 17,
      "intelligence": 12,
      "wisdom": 15,
      "charisma": 13,
      "constitution": 12
    }
  }
]
