{
  "_id": "starforged",
  "type": "ruleset",
  "datasworn_version": "0.0.10",
  "licence": "CC BY 4.0",
  "source": {
    "title": "Ironsworn: Starforged Rulebook",
    "authors": ["Shawn Tomkin"],
    "url": "https://ironswornrpg.com",
    "license": "https://creativecommons.org/licenses/by/4.0",
    "date": "2022-10-01"
  },
  "rules": {
    "condition_meters": {
      "health": { "label": "health", "max": 5, "value": 5, "description": "Health represents your current physical condition and stamina." },
      "spirit": { "label": "spirit", "max": 5, "value": 5, "description": "Spirit is your current morale and mental state." },
      "supply": { "label": "supply", "max": 5, "value": 5, "shared": true, "description": "Supply represents your preparedness, including food, water, fuel, weapons, ammo, equipment, cargo, money, and general upkeep." }
    },
    "impacts": {
      "misfortunes": {
        "label": "misfortunes",
        "description": "As with all impacts, misfortunes affect your max momentum and momentum reset. In addition, if you are wounded, shaken, or unprepared, you cannot increase the associated condition meter.",
        "contents": {
          "wounded": { "label": "wounded", "description": "Wounded may be marked when you are at 0 health and fail to Endure Harm. You are severely injured.", "prevents_recovery": ["health"] },
          "shaken": { "label": "shaken", "description": "Shaken may be marked when you are at 0 spirit and fail to Endure Stress. You are despairing or distraught.", "prevents_recovery": ["spirit"] },
          "unprepared": { "label": "unprepared", "description": "Unprepared is marked when you Sacrifice Resources and are reduced to 0 supply. You are not properly equipped for the dangers of the Forge. Because you and your allies share the same supply value, you mark unprepared together.", "shared": true, "prevents_recovery": ["supply"] }
        }
      },
      "vehicle_troubles": {
        "label": "vehicle troubles",
        "description": "Vehicle troubles are linked to a specific vehicle, either your command vehicle asset or a support vehicle asset. These impacts are only a factor when you are piloting or aboard that vehicle. Otherwise, they do not count as an impact and do not affect your maximum momentum and momentum reset.",
        "contents": {
          "battered": { "label": "battered", "description": "Battered may be marked when your vehicle is at 0 integrity and you fail to Withstand Damage. The vehicle is barely holding together." },
          "cursed": { "label": "cursed", "description": "Cursed may be marked when your command vehicle is at 0 integrity and you fail to Withstand Damage. This is a permanent impact. Your ship will never be quite right again." }
        }
      },
      "burdens": {
        "label": "burdens",
        "description": "Burdens are a result of life-changing experiences that leave you bound to new vows. Clearing a burden can only be accomplished by resolving the quest.",
        "contents": {
          "doomed": { "label": "doomed", "description": "Doomed is marked when you Face Death and return from death's door with a soul-bound quest." },
          "tormented": { "label": "tormented", "description": "Tormented is marked when you Face Desolation, gain visions of a distressing future, and undertake a quest to prevent that dire fate." },
          "indebted": { "label": "indebted", "description": "Indebted is marked when you Overcome Destruction. To replace what was lost and repay the debt, you will take on a duty-bound quest." }
        }
      },
      "lasting_effects": {
        "label": "lasting effects",
        "description": "Lasting effects are permanent. They forever impact your character through the momentum adjustment and, more importantly, the narrative impact of being permanently harmed or traumatized. You should factor this impact into how you perform moves and how you interact with the world.",
        "contents": {
          "permanently_harmed": { "label": "permanently harmed", "description": "Permanently harmed may be marked when you are at 0 health and fail to Endure Harm. You have suffered a wound that you must reckon with, such as the loss of an eye or hand. Or you bear physical scars that are a constant reminder of a harrowing incident.", "permanent": true },
          "traumatized": { "label": "traumatized", "description": "Traumatized may be marked when you are at 0 spirit and fail to Endure Stress. Your experiences have left you emotionally or mentally scarred.", "permanent": true }
        }
      }
    },
    "special_tracks": {
      "quests_legacy": { "label": "quests", "description": "Swear vows and do what you must to see them fulfilled." },
      "bonds_legacy": { "label": "bonds", "description": "Create connections and build relationships." },
      "discoveries_legacy": { "label": "discoveries", "description": "Explore the Forge and unlock its mysteries." }
    },
    "stats": {
      "edge": { "label": "edge", "description": "Quickness, agility, and prowess when fighting at a distance." },
      "heart": { "label": "heart", "description": "Courage, willpower, empathy, sociability, and loyalty." },
      "iron": { "label": "iron", "description": "Physical strength, endurance, aggressiveness, and prowess when fighting at close quarters." },
      "shadow": { "label": "shadow", "description": "Sneakiness, deceptiveness, and cunning." },
      "wits": { "label": "wits", "description": "Expertise, knowledge, and observation." }
    },
    "tags": {
      "region": { "description": "This oracle applies to a specific region of the Forge.", "applies_to": ["oracle_rollable"], "value_type": "enum", "enum": ["terminus", "outlands", "expanse"] },
      "location": { "description": "This oracle applies specifically to planetside, orbital, or deep space environments.", "applies_to": ["oracle_rollable"], "value_type": "enum", "enum": ["planetside", "orbital", "deep_space"] }
    }
  }
}
