{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/enemies/troll.json",
  "@type": "Enemy",
  "name": "Troll",
  "description": "Trolls are ill-tempered creatures often spied leaning on a pike in the town square, gabbing with other guards while taking the occasional break to shout at a child, or tripping up an old lady. You'd think they'd stop hiring them.",
  "mien": {
    "diceType": "d6",
    "entries": [
      {
        "roll": 1,
        "mood": "Rude",
        "behavior": "Rude"
      },
      {
        "roll": 2,
        "mood": "Standoffish",
        "behavior": "Standoffish"
      },
      {
        "roll": 3,
        "mood": "Spiteful",
        "behavior": "Spiteful"
      },
      {
        "roll": 4,
        "mood": "Disrespectful",
        "behavior": "Disrespectful"
      },
      {
        "roll": 5,
        "mood": "Sarcastic",
        "behavior": "Sarcastic"
      },
      {
        "roll": 6,
        "mood": "Sullen",
        "behavior": "Sullen"
      }
    ]
  },
  "special": [
    {
      "name": "Special Ability",
      "description": "Trolls regenerate 1 Stamina every time they hold the Initiative. They will regenerate back from anything other than decapitation or fire.",
      "type": "passive"
    }
  ],
  "spells": [],
  "tags": [
    "humanoid",
    "regenerating",
    "natural"
  ],
  "stats": {
    "skill": 7,
    "stamina": 12,
    "initiative": 1,
    "armor": 2,
    "damage": "Weapon"
  },
  "habitat": [
    "towns",
    "cities",
    "bridges",
    "guard posts"
  ],
  "possessions": [],
  "advancedSkills": []
}
