{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/enemies/living-dead.json",
  "@type": "Enemy",
  "id": "living-dead",
  "name": "Living Dead",
  "damageType": "weapon_or_modest_beast",
  "description": "The definition of 'dead' varies from place to place. In some spheres you might be considered dead when unconscious or still living until buried. Now consider the ambulatory deceased and the definition is even more nebulous and near the point of irrelevance. Let's just say they have a fluid vitality.",
  "mien": {
    "diceType": "d6",
    "entries": [
      {
        "roll": 1,
        "mood": "Oblivious",
        "behavior": "Oblivious"
      },
      {
        "roll": 2,
        "mood": "Pondering",
        "behavior": "Pondering"
      },
      {
        "roll": 3,
        "mood": "Distracted",
        "behavior": "Distracted"
      },
      {
        "roll": 4,
        "mood": "Hungry",
        "behavior": "Hungry"
      },
      {
        "roll": 5,
        "mood": "Aggressive",
        "behavior": "Aggressive"
      },
      {
        "roll": 6,
        "mood": "Distressed",
        "behavior": "Distressed"
      }
    ]
  },
  "special": [
    {
      "name": "Silver Vulnerability",
      "description": "They take double Damage from Silver.",
      "type": "passive"
    }
  ],
  "tags": [
    "undead",
    "zombie"
  ],
  "size": "medium",
  "stats": {
    "skill": 6,
    "stamina": 12,
    "initiative": 1,
    "armor": 0,
    "damage": "Unarmed"
  },
  "possessions": [],
  "advancedSkills": [],
  "spells": []
}
