{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/enemies/salamander.json",
  "@type": "Enemy",
  "name": "Salamander",
  "mien": {
    "diceType": "d6",
    "entries": [
      {
        "roll": 1,
        "mood": "Convulsing",
        "behavior": "Convulsing"
      },
      {
        "roll": 2,
        "mood": "Expanding",
        "behavior": "Expanding"
      },
      {
        "roll": 3,
        "mood": "Retracting",
        "behavior": "Retracting"
      },
      {
        "roll": 4,
        "mood": "Surging",
        "behavior": "Surging"
      },
      {
        "roll": 5,
        "mood": "Revolving",
        "behavior": "Revolving"
      },
      {
        "roll": 6,
        "mood": "Blooming",
        "behavior": "Blooming"
      }
    ]
  },
  "description": "A star creature that sailors are accustomed to removing from their golden ships like terrestrial barnacles. They are attracted to the heat of the sails and interfere with their correct operation if not dealt with. When removed they are low and squat, so dark as to force your eyes to run off them, so hot that you can feel it from across a room. They move like tar, slow then fast, able to expand themselves to attack, in the moment looking like a quickly blooming rose. Even fatalistic golden sailors are careful when poking at shadows.",
  "special": [
    {
      "name": "Special Ability",
      "description": "Attracted to heat of golden ship sails",
      "type": "passive"
    },
    {
      "name": "Special Ability",
      "description": "Interfere with ship operation if not removed",
      "type": "passive"
    },
    {
      "name": "Special Ability",
      "description": "So dark that eyes run off them",
      "type": "passive"
    },
    {
      "name": "Special Ability",
      "description": "So hot you can feel it from across a room",
      "type": "passive"
    },
    {
      "name": "Special Ability",
      "description": "Can expand themselves to attack like a blooming rose",
      "type": "passive"
    }
  ],
  "tags": [
    "star-creature",
    "heat",
    "ship",
    "expandable"
  ],
  "stats": {
    "skill": 8,
    "stamina": 16,
    "initiative": 3,
    "armor": 3,
    "damage": "Large Beast"
  },
  "possessions": [],
  "advancedSkills": [],
  "spells": []
}
