見出し画像


{
  "monster": {
    "name": "Frost Giant",
    "description": "A colossal figure of ice and cold, the Frost Giant is a daunting presence in frozen landscapes. With a body covered in frost and ice, it wields a massive ice-encrusted club.",
    "image_prompt": "Frost Giant in a frozen tundra, wielding an ice-encrusted club."
  },
  "stats": {
    "hit_points": "Very High",
    "armor_class": "High",
    "speed": "Slow",
    "strength": "Very High",
    "dexterity": "Low",
    "constitution": "Very High",
    "intelligence": "Low",
    "wisdom": "Medium",
    "charisma": "Low"
  },
  "abilities": {
    "attack_1": {
      "name": "Icy Smash",
      "description": "Slams its club down, causing massive damage and a chilling effect.",
      "range": "Close",
      "hit_bonus": "High",
      "damage": "Very High"
    },
    "special_ability_1": {
      "name": "Blizzard Call",
      "description": "Summons a fierce blizzard, hindering and damaging enemies.",
      "range": "Wide area",
      "hit_bonus": "Low",
      "damage": "Medium (over time)"
    }
  },
  "behavior": {
    "temperament": "Aggressive",
    "social_structure": "Solitary or in small groups",
    "habitat": "Frozen tundras, icy mountains",
    "diet": "Large animals, ice-dwelling creatures"
  },
  "lore": {
    "origin_story": "Born from the coldest parts of the world, Frost Giants are embodiments of winter's wrath.",
    "cultural_significance": "Feared as powerful and merciless beings in many northern cultures.",
    "known_weaknesses": "Vulnerable to fire and intense heat"
  }
}