{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/enemies/manticore.json",
  "@type": "Enemy",
  "name": "Manticore",
  "mien": {
    "diceType": "d6",
    "entries": [
      {
        "roll": 1,
        "mood": "Lazy",
        "behavior": "Lazy"
      },
      {
        "roll": 2,
        "mood": "Bored",
        "behavior": "Bored"
      },
      {
        "roll": 3,
        "mood": "Hungry",
        "behavior": "Hungry"
      },
      {
        "roll": 4,
        "mood": "Busy",
        "behavior": "Busy"
      },
      {
        "roll": 5,
        "mood": "Aggressive",
        "behavior": "Aggressive"
      },
      {
        "roll": 6,
        "mood": "Bored and Aggressive",
        "behavior": "Bored and Aggressive"
      }
    ]
  },
  "description": "Manticores are rarely encountered outside of their homes, which they tend to construct on mountain sides, far out of reach of the common folk. The servants that attend them are kidnapped travellers plucked from the backs of wagons or dragged from their beds during the night. If you have been hired by a patron to retrieve a stolen son from a manticore's manse be sure to take some books. They are inveterate culture fiends and love nothing more than having new literature for the help to read to them.",
  "special": [
    {
      "name": "Special Ability",
      "description": "If a manticore strikes the same person twice in one Round they have been hit by the creature's tail",
      "type": "passive"
    },
    {
      "name": "Special Ability",
      "description": "Target must Test their Luck (or Skill for Enemies) or become paralysed for 2d6 minutes",
      "type": "passive"
    }
  ],
  "tags": [
    "monster",
    "cultured",
    "mountain",
    "paralysis"
  ],
  "stats": {
    "skill": 12,
    "stamina": 18,
    "initiative": 5,
    "armor": 3,
    "damage": "Large Beast"
  },
  "possessions": [],
  "advancedSkills": [],
  "spells": []
}
