{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/skills/sword-fighting.json",
  "@type": "Skill",
  "name": "Sword Fighting",
  "description": "The art of combat with swords and similar bladed weapons. Used in Roll Versus combat when wielding appropriate weapons.",
  "type": "weapon",
  "examples": [
    "Attacking with a sword",
    "Parrying sword attacks",
    "Disarming opponents",
    "Fighting defensively"
  ],
  "weaponProperties": {
    "damageTable": "sword",
    "range": "melee",
    "twoHanded": false,
    "properties": []
  },
  "opposedTests": [
    "Sword Fighting vs Shield Fighting",
    "Sword Fighting vs Dodge",
    "Sword Fighting vs other weapon skills"
  ],
  "tags": [
    "combat",
    "melee",
    "weapon"
  ]
}
