{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/enemies/ogre.json",
  "@type": "Enemy",
  "id": "ogre",
  "name": "Ogre",
  "description": "The ogre is a phenomenon common across the universe. A child will be born with a scowl on its face and a corded knot where their heart should be. They won't play with the other children, preferring to steal their toys and break them in privacy. As it ages it becomes worse, larger, severe, and monstrous. The scowl never leaves its face and it takes no sincere joy in anything other than the acquisition of wealth and the suffering of others.",
  "mien": {
    "diceType": "d6",
    "entries": [
      {
        "roll": 1,
        "mood": "Smug",
        "behavior": "Smug"
      },
      {
        "roll": 2,
        "mood": "Generous",
        "behavior": "Generous"
      },
      {
        "roll": 3,
        "mood": "Covetous",
        "behavior": "Covetous"
      },
      {
        "roll": 4,
        "mood": "Gregarious",
        "behavior": "Gregarious"
      },
      {
        "roll": 5,
        "mood": "Duplicitous",
        "behavior": "Duplicitous"
      },
      {
        "roll": 6,
        "mood": "Offensive",
        "behavior": "Offensive"
      }
    ]
  },
  "stats": {
    "skill": 9,
    "stamina": 18,
    "initiative": 3,
    "armor": 1,
    "damage": "Weapon or Large Beast"
  },
  "possessions": [],
  "advancedSkills": [],
  "spells": [],
  "special": []
}
