{
  "name": "Starforged Command Vehicle Assets",
  "game": "starforged",
  "licence": "CC BY 4.0",
  "attribution": "Ironsworn: Starforged Assets by Shawn Tomkin. https://ironswornrpg.com",
  "collection": {
    "name": "Command Vehicle Assets",
    "page": 55,
    "summary": "This is your interstellar spacecraft.",
    "description": "The command vehicle is your interstellar STARSHIP. It is a default asset for your character, taken when you begin your campaign. If you are playing with others, this is a shared asset; each of you may use the STARSHIP's abilities while aboard the craft.\n\nThe command vehicle has an integrity meter and starts at 5 integrity. When your STARSHIP takes a hit, make the Withstand Damage move to see what happens."
  },
  "assets": {
    "starship": {
      "name": "Starship",
      "category": "Command Vehicle",
      "shared": true,
      "attachments": { "max": null, "assets": ["*/assets/module/*"] },
      "options": { "name": { "field_type": "text", "label": "name" } },
      "controls": {
        "integrity": {
          "max": 5, "value": 5, "label": "integrity", "field_type": "condition_meter", "min": 0,
          "moves": { "suffer": ["starforged/moves/suffer/withstand_damage"], "recover": ["starforged/moves/recover/repair"] },
          "controls": {
            "battered": { "label": "battered", "field_type": "checkbox", "is_impact": true },
            "cursed": { "label": "cursed", "field_type": "checkbox", "is_impact": true }
          }
        }
      },
      "abilities": [
        {
          "text": "Your armed, multipurpose starship is suited for interstellar and atmospheric flight. It can comfortably transport several people, has space for cargo, and can carry and launch support vehicles. When you Advance, you may spend experience to equip this vehicle with module assets.",
          "enabled": true,
          "enhance_moves": [ { "enhances": ["starforged/moves/legacy/advance"], "roll_type": "no_roll" } ]
        },
        {
          "text": "When you Finish an Expedition (dangerous or greater) in your starship and score a hit, this journey strengthened your ties to your ship and any fellow travelers. You and your allies may mark 1 tick on your bonds legacy track.",
          "enhance_moves": [ { "enhances": ["starforged/moves/exploration/finish_an_expedition"], "roll_type": "progress_roll", "trigger": { "conditions": [ { "text": "In your starship (dangerous or greater)" } ] } } ]
        },
        {
          "text": "When you Withstand Damage, you may roll +heart. If you do, Endure Stress (-1) on a weak hit or miss.",
          "enhance_moves": [ { "enhances": ["starforged/moves/suffer/withstand_damage"], "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "To your Starship", "method": "player_choice", "roll_options": [ { "using": "stat", "stat": "heart" } ] } ] } } ]
        }
      ]
    }
  }
}
