{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/spells/poison.json",
  "@type": "Spell",
  "name": "Poison",
  "cost": 1,
  "description": "When cast upon a liquid this Spell causes it to become deadly poison. The liquid deals 4 Damage if drunk and 1 Damage per Turn until the target successfully Tests their Luck (or Skill for Enemies). The liquid loses its potency after an hour.",
  "testType": "rollUnder",
  "range": "touch",
  "duration": "1_hour",
  "components": [
    "somatic",
    "verbal"
  ],
  "tags": [
    "transmutation"
  ],
  "damageRoll": "4",
  "specialMechanics": [
    "Initial damage: 4",
    "Ongoing damage: 1 per Turn",
    "Victim may Test Luck to end ongoing damage",
    "Potency expires after 1 hour"
  ],
  "oopsEntry": true
}
