{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/enemies/cyclops.json",
  "@type": "Enemy",
  "name": "Cyclops",
  "description": "Once upon a time a nation of man asked one of the Aeons to grant them the power of immortality and foresight. The Aeons, being an arbitrary bunch, took one eye from each as fair exchange. The men found that their foresight was indeed present but extended only to knowledge of their eventual deaths by accident or violence.",
  "mien": {
    "diceType": "d6",
    "entries": [
      {
        "roll": 1,
        "mood": "Tearful",
        "behavior": "Tearful"
      },
      {
        "roll": 2,
        "mood": "Depressed",
        "behavior": "Depressed"
      },
      {
        "roll": 3,
        "mood": "Melancholic",
        "behavior": "Melancholic"
      },
      {
        "roll": 4,
        "mood": "Sombre",
        "behavior": "Sombre"
      },
      {
        "roll": 5,
        "mood": "Resigned",
        "behavior": "Resigned"
      },
      {
        "roll": 6,
        "mood": "Mercurial",
        "behavior": "Mercurial"
      }
    ]
  },
  "special": [
    {
      "name": "Special Ability",
      "description": "When a cyclops is given Initiative it may draw the next three Initiatives in order, thus granting them knowledge of who is going next",
      "type": "passive"
    },
    {
      "name": "Special Ability",
      "description": "They know when and how they die and this might not be it",
      "type": "passive"
    }
  ],
  "spells": [],
  "tags": [
    "humanoid",
    "cursed",
    "intelligent"
  ],
  "stats": {
    "skill": 9,
    "stamina": 14,
    "initiative": 3,
    "armor": 2,
    "damage": "Large Beast"
  },
  "habitat": [
    "any"
  ],
  "possessions": [],
  "advancedSkills": []
}
