{
  "name": "Starforged Support Vehicle Assets",
  "game": "starforged",
  "licence": "CC BY 4.0",
  "attribution": "Ironsworn: Starforged Assets by Shawn Tomkin. https://ironswornrpg.com",
  "collection": {
    "name": "Support Vehicle Assets",
    "page": 56,
    "description": "Support vehicles complement your command vehicle for planetside or short-range operations. If you are playing with others, one of you might serve as the pilot or owner of a support vehicle, but anyone on board can use its abilities as appropriate to the situation.\n\nAs with the command vehicle, your support vehicles have integrity meters. The maximum integrity varies based on the type of vehicle. When a support vehicle faces a damaging situation or environment, you must Withstand Damage to see how it fares."
  },
  "assets": {
    "exosuit": {
      "name": "Exosuit", "category": "Support Vehicle", "shared": true,
      "options": { "name": { "field_type": "text", "label": "name" } },
      "controls": { "integrity": { "max": 6, "value": 6, "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 } } } },
      "abilities": [
        { "text": "Your lumbering rig houses one pilot, is sealed against hostile environments, and is armed with fixed or held weapons. When you make a forceful, damaging, or resistant move, you may (after rolling) replace the value of your action die with the rig's integrity; if you do, Lose Momentum (-1).", "enabled": true, "enhance_moves": [ { "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "When you make a forceful, damaging, or resistant move in your Exosuit" } ] } } ] },
        { "text": "Your exosuit is equipped with thrusters. You can maneuver in zero-g, make thrust-assisted leaps, and drop to a surface from altitude. When you burn fuel to overcome a critical obstacle (decide after rolling), you may reroll any dice. If you do, Sacrifice Resources (-1).", "enhance_moves": [ { "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "You use your Exosuit's thrusters to maneuver in zero-g, make thrust-assisted leaps, or drop to a surface from altitude" } ] } } ] },
        { "text": "When you Withstand Damage, you may reroll one challenge die.", "enhance_moves": [ { "enhances": ["starforged/moves/suffer/withstand_damage"], "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "To your Exosuit" } ] } } ] }
      ]
    },
    "hoverbike": {
      "name": "Hoverbike", "category": "Support Vehicle", "shared": true,
      "options": { "name": { "field_type": "text", "label": "name" } },
      "controls": { "integrity": { "max": 3, "value": 3, "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 } } } },
      "abilities": [
        { "text": "Your unarmed hoverbike provides speedy planetside ground transport, and is equipped to carry up to two people and their gear. When you Undertake an Expedition (+edge), take +1 momentum on a hit. On a strong hit with a match, you also surge ahead or find a new path; mark progress.", "enabled": true, "enhance_moves": [ { "enhances": ["starforged/moves/exploration/undertake_an_expedition"], "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "On your hoverbike", "roll_options": [ { "using": "stat", "stat": "edge" } ] } ] } } ] },
        { "text": "When you fire the bike's afterburner and make a move to perform a risky maneuver, you may add +integrity and take +2 momentum on a strong hit. If you do, count a weak hit as a miss.", "enhance_moves": [ { "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "When you fire your hoverbike's afterburner and make a move to perform a risky maneuver" } ] } } ] },
        { "text": "When you make a move while maneuvering your bike and burn momentum to improve your result, roll your action die. On a 5 or 6, do not reset momentum.", "note": "Source has a '# TODO: momentum burn trigger' comment -- datasworn has not yet modeled this ability's trigger as structured enhance_moves data." }
      ]
    },
    "rover": {
      "name": "Rover", "category": "Support Vehicle", "shared": true,
      "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 } } } },
      "abilities": [
        { "text": "Your unarmed rover provides protected planetside transport. When you Undertake an Expedition or Set a Course, add +1. When you Finish an Expedition in your rover, you may reroll one challenge die.", "enabled": true, "enhance_moves": [ { "roll_type": "action_roll", "enhances": ["starforged/moves/exploration/undertake_an_expedition", "starforged/moves/exploration/set_a_course"], "trigger": { "conditions": [ { "text": "In your rover" } ] } }, { "enhances": ["starforged/moves/exploration/finish_an_expedition"], "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "In your rover" } ] } } ] },
        { "text": "You may equip your rover with one module asset at no extra cost. When you Withstand Damage, the module can be broken or destroyed as with a command vehicle. If you reconfigure your rover, spend 1 experience, discard the module, and equip another with the same number of marked abilities.", "enhance_asset": { "attachments": { "max": 1, "assets": ["*/assets/modules/*"] } } },
        { "text": "When you Face Danger or React Under Fire by taking a hit or crashing through an obstacle, you may roll +integrity. If you do, take +1 momentum on a hit.", "enhance_moves": [ { "enhances": ["starforged/moves/*/face_danger", "starforged/moves/combat/react_under_fire"], "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "By taking a hit or crashing through an obstacle", "method": "player_choice", "roll_options": [ { "using": "asset_control", "control": "integrity" } ] } ] } } ] }
      ]
    },
    "service_pod": {
      "name": "Service Pod", "category": "Support Vehicle", "shared": true,
      "options": { "name": { "field_type": "text", "label": "name" } },
      "controls": { "integrity": { "max": 4, "value": 4, "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 } } } },
      "abilities": [
        { "text": "Your unarmed utility vehicle houses one pilot for short-range, low gravity operations. When you make a move using the pod's manipulator arms to perform a delicate or forceful task, add +1 and take +1 momentum on a hit.", "enabled": true, "enhance_moves": [ { "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "When you make a move using the pod's manipulator arms to perform a delicate or forceful task" } ] } } ] },
        { "text": "When you Face Danger, Gain Ground, or React Under Fire by maneuvering your pod through a hazardous or obstructed area, choose an approach and roll +integrity.\n\n* Careful: Add +2 and Lose Momentum (-1)\n* Reckless: Take +1 momentum on a hit", "enhance_moves": [ { "enhances": ["starforged/moves/*/face_danger", "starforged/moves/combat/gain_ground", "starforged/moves/combat/react_under_fire"], "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "By maneuvering your pod through a hazardous or obstructed area", "method": "player_choice", "roll_options": [ { "using": "asset_control", "control": "integrity" } ] } ] } } ] },
        { "text": "When you make a move while controlling the pod and push its capabilities to the limit, you may take an automatic strong hit. If you do, Withstand Damage (-2).", "enhance_moves": [ { "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "When you make a move while controlling the pod and push its capabilities to the limit" } ] } } ] }
      ]
    },
    "shuttle": {
      "name": "Shuttle", "category": "Support Vehicle", "shared": true,
      "options": { "name": { "field_type": "text", "label": "name" } },
      "controls": { "integrity": { "max": 4, "value": 4, "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 } } } },
      "abilities": [
        { "text": "Your unarmed shuttle provides short-range transport for several people and equipment through space or atmosphere. When you travel to a location (not your command vehicle), you and your allies may take +1 momentum when you arrive", "enabled": true, "note": "Source has a '# TODO: non-move trigger' comment -- datasworn has not yet modeled this ability's trigger as structured enhance_moves data." },
        { "text": "When you Face Danger or React Under Fire to navigate through hazardous skies, avoid obstacles, or evade an attack, add +1 and take +1 momentum on a hit.", "enhance_moves": [ { "roll_type": "action_roll", "enhances": ["starforged/moves/*/face_danger", "starforged/moves/combat/react_under_fire"], "trigger": { "conditions": [ { "text": "To navigate through hazardous skies, avoid obstacles, or evade an attack" } ] } } ] },
        { "text": "Your shuttle is sealed against high pressure environments, can travel underwater, and is more resistant to damage; when you Withstand Damage, add +1.", "enhance_moves": [ { "roll_type": "action_roll", "enhances": ["starforged/moves/suffer/withstand_damage"], "trigger": { "conditions": [ { "text": "To your shuttle" } ] } } ] }
      ]
    },
    "skiff": {
      "name": "Skiff", "category": "Support Vehicle", "shared": true,
      "options": { "name": { "field_type": "text", "label": "name" } },
      "controls": { "integrity": { "max": 4, "value": 4, "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 } } } },
      "abilities": [
        { "text": "Your unarmed flatbed hover-vehicle carries several people, gear, and cargo over land or water. When you Undertake an Expedition or Set a Course, you may rely on the skiff's simple durability and roll +integrity. If you do, take +1 momentum on a hit.", "enabled": true, "enhance_moves": [ { "enhances": ["starforged/moves/exploration/undertake_an_expedition", "starforged/moves/exploration/set_a_course"], "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "Rely on the skiff's simple durability", "method": "player_choice", "roll_options": [ { "using": "asset_control", "control": "integrity" } ] } ] } } ] },
        { "text": "Your skiff is armed with a turreted cannon. When you Strike or Clash by firing the cannon, roll +integrity and take +1 momentum on a hit. On a strong hit with a match, your shots cause extra destruction or create havoc; mark progress.", "enhance_moves": [ { "enhances": ["starforged/moves/combat/strike", "starforged/moves/combat/clash"], "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "By firing the skiff's cannon", "method": "player_choice", "roll_options": [ { "using": "asset_control", "control": "integrity" } ] } ] } } ] },
        { "text": "Your skiff is fully stocked. When you Check Your Gear, add +1 and take +1 momentum on a hit.", "enhance_moves": [ { "roll_type": "action_roll", "enhances": ["starforged/moves/adventure/check_your_gear"], "trigger": { "conditions": [ { "text": "In your skiff" } ] } } ] }
      ]
    },
    "snub_fighter": {
      "name": "Snub Fighter", "category": "Support Vehicle", "shared": true,
      "options": { "name": { "field_type": "text", "label": "name" } },
      "controls": {
        "integrity": { "max": 4, "value": 4, "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 } } },
        "victory_marks": { "label": "victory marks", "field_type": "counter", "min": 0, "value": 0, "max": null }
      },
      "abilities": [
        { "text": "Your armed snub fighter carries a single pilot for space or atmospheric flight and combat. When you Enter the Fray, you may roll +integrity; if you do, take +2 momentum on a hit.", "enabled": true, "enhance_moves": [ { "enhances": ["starforged/moves/combat/enter_the_fray"], "roll_type": "action_roll", "trigger": { "conditions": [ { "text": "In your snub fighter", "method": "player_choice", "roll_options": [ { "using": "asset_control", "control": "integrity" } ] } ] } } ] },
        { "text": "When you Strike or Clash, add +1. On a strong hit with a match, mark progress.", "enhance_moves": [ { "roll_type": "action_roll", "enhances": ["starforged/moves/combat/strike", "starforged/moves/combat/clash"], "trigger": { "conditions": [ { "text": "In your snub fighter" } ] } } ] },
        { "text": "When you personally defeat a notable foe in your snub fighter, envision the victory mark you make on the fuselage. Tally your victories in this box. For every five, mark 2 ticks on your quests legacy track." }
      ]
    }
  }
}
