{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/curved-sword.json",
  "@type": "Item",
  "name": "Curved Sword",
  "type": "weapon",
  "description": "An exotic blade with a distinctive curve, favored by assassins and duelists.",
  "slots": 2,
  "value": 20,
  "damageTable": {
    "1": 4,
    "2": 6,
    "3": 6,
    "4": 6,
    "5": 6,
    "6": 8,
    "7+": 10
  },
  "tags": [
    "weapon",
    "melee",
    "sword",
    "exotic"
  ],
  "weapon": {
    "category": "melee",
    "damageAs": "Sword",
    "specialRules": [
      "Curved blade design"
    ]
  }
}
