{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/enemies/drock.json",
  "@type": "Enemy",
  "id": "drock",
  "name": "Drock",
  "description": "Dwarfs are creatures of purpose; they set their minds on a course and follow it until they finish or run aground. Occasionally a Dwarf is forcibly prevented from finishing a project, possibly by dropping dead at an inopportune moment; it happens. Usually this is a sad but inconsequential occasion, but sometimes it happens while they pursue the highest art a Dwarf can engage in: creation of a new Dwarf. These creatures of raw surfaces, untreated stucco, brass armature, and soggy wet clay seek meaning, Dwarfiness, and to be finished by a sure and careful hand.",
  "mien": {
    "diceType": "d6",
    "entries": [
      {
        "roll": 1,
        "mood": "Happy",
        "behavior": "Happy"
      },
      {
        "roll": 2,
        "mood": "Contemplative",
        "behavior": "Contemplative"
      },
      {
        "roll": 3,
        "mood": "Hungry",
        "behavior": "Hungry"
      },
      {
        "roll": 4,
        "mood": "Tired",
        "behavior": "Tired"
      },
      {
        "roll": 5,
        "mood": "Unhappy",
        "behavior": "Unhappy"
      },
      {
        "roll": 6,
        "mood": "Confused",
        "behavior": "Confused"
      }
    ]
  },
  "special": [
    {
      "name": "Special Ability",
      "description": "Unfinished Dwarf creation",
      "type": "passive"
    },
    {
      "name": "Special Ability",
      "description": "Seeks completion and Dwarfiness",
      "type": "passive"
    },
    {
      "name": "Special Ability",
      "description": "Made of stucco, brass, and clay",
      "type": "passive"
    }
  ],
  "habitat": [
    "dwarf_workshops",
    "abandoned_places"
  ],
  "frequency": "uncommon",
  "stats": {
    "skill": 6,
    "stamina": 13,
    "initiative": 2,
    "armor": 0,
    "damage": "small_beast"
  },
  "possessions": [],
  "advancedSkills": [],
  "spells": []
}
