{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/enemies/alzabo.json",
  "@type": "Enemy",
  "name": "Alzabo",
  "description": "The red furred ghoul-bear, which at its shoulder stands as tall as a horse, would be a frightful creature for no other reason than its immediate physical impression. The Alzabo can produce - for it is not truly mimicking, rather recalling - the exact sound of any creature it has ever eaten. Crying out in the night, it draws its prey from safety, typically by imitating a recently eaten family member and calling to its children or parents.",
  "mien": {
    "diceType": "d6",
    "entries": [
      {
        "roll": 1,
        "mood": "Hungry",
        "behavior": "Hungry"
      },
      {
        "roll": 2,
        "mood": "Confused",
        "behavior": "Confused"
      },
      {
        "roll": 3,
        "mood": "Protective",
        "behavior": "Protective"
      },
      {
        "roll": 4,
        "mood": "Patient",
        "behavior": "Patient"
      },
      {
        "roll": 5,
        "mood": "Watchful",
        "behavior": "Watchful"
      },
      {
        "roll": 6,
        "mood": "Evasive",
        "behavior": "Evasive"
      }
    ]
  },
  "special": [
    {
      "name": "Special Ability",
      "description": "Can perfectly mimic the voice of any creature it has eaten",
      "type": "passive"
    },
    {
      "name": "Special Ability",
      "description": "Uses vocal mimicry to lure prey from safety",
      "type": "passive"
    }
  ],
  "spells": [],
  "tags": [
    "beast",
    "magical",
    "intelligent"
  ],
  "stats": {
    "skill": 10,
    "stamina": 21,
    "initiative": 4,
    "armor": 1,
    "damage": "Large Beast"
  },
  "habitat": [
    "forests",
    "wilderness",
    "near settlements"
  ],
  "possessions": [],
  "advancedSkills": []
}
