Inventor update

This commit is contained in:
walcutt 2025-05-23 13:33:34 -04:00
parent c9393f9e37
commit 864784b394

View File

@ -312,7 +312,7 @@ const playbooks = {
"Doing something unexpected", "Doing something unexpected",
], ],
missionPlanningQuestions: [ missionPlanningQuestions: [
"Present your new prototype weapon, which the target is probably weak to.", "Explain an unconventional or secret weakness of the target.”",
"State a fact about the target's defense systems.", "State a fact about the target's defense systems.",
"Ask the boss: what secret research is the target hiding?", "Ask the boss: what secret research is the target hiding?",
], ],
@ -345,16 +345,10 @@ const playbooks = {
moves: [ moves: [
{ {
marked: false, marked: false,
name: "Always Prepared", name: "Unorthodox",
description: `At the beginning of the action, write a new piece of gear in below. Choose one flaw. You may use this gear this mission, without counting towards your slots. At the end of the mission, erase it. description: `When you use your gear in a manner other than its intended purpose, and you play a 2, 3, or face card, clear 3 stress.`,
<ul class="hench-list-2-col"> hasWriteIn: false,
<li>Inaccurate</li> writeIn: null,
<li>Slow</li>
<li>Unstable</li>
<li>Cumbersome</li>
</ul>`,
hasWriteIn: true,
writeIn: "",
}, },
{ {
marked: false, marked: false,
@ -365,8 +359,8 @@ const playbooks = {
}, },
{ {
marked: false, marked: false,
name: "Packmule", name: "Hammerspace",
description: `Gain +1 gear slot. Your teammates can mark gear from your sheet, if you let them.`, description: `You can mark any number of gear slots.`,
hasWriteIn: false, hasWriteIn: false,
writeIn: null, writeIn: null,
}, },
@ -380,15 +374,22 @@ const playbooks = {
{ {
marked: true, marked: true,
locked: true, locked: true,
name: "Logistics", name: "Always Prepared",
description: `As a prep action you may tap your connections to procure something unusual. State what you're trying to find, then draw. Ignore the cue, and instead use the rank: description: `As a prep action, you can design a new prototype invention. Write it in below and pick 1 flaw. You may use it as gear this mission. Then, draw 2. Ignore the cue, and use the rank:
<ul class="hench-list-1-col"> <ul class="hench-list-1-col">
<li>1-2 You find a source in ample supply. However much you need, you got.</li> <li>1-2 You make enough prototypes for the whole team to use. Each player may write it in as an extra gear option for this mission.</li>
<li>3-4 You're able to squeeze out a sample. You have barely enough to work with.</li> <li>3-4 You're able to make one for yourself.</li>
<li>5-6 You catch trouble. Mark 2 heat.</li> <li>5-6 You barely get it out of the lab. Pick an additional flaw.</li>
</ul>
<p><strong>Flaws:</strong></p>
<ul class="hench-list-2-col">
<li>Inaccurate</li>
<li>Slow</li>
<li>Unstable</li>
<li>Cumbersome</li>
</ul>`, </ul>`,
hasWriteIn: false, hasWriteIn: true,
writeIn: null, writeIn: "",
}, },
], ],
}, },