Inventor changes
This commit is contained in:
parent
707e215ab5
commit
f47e5f85d1
@ -114,6 +114,15 @@ export class HenchDataModel extends foundry.abstract.TypeDataModel {
|
||||
// Update prep ability
|
||||
source.moves[4].description = playbook.moves[4].description;
|
||||
break;
|
||||
case "LABMAN":
|
||||
// Rename playbook
|
||||
source.playbook = "INVENTOR";
|
||||
|
||||
// Change first gear item
|
||||
source.fixedGear[0].description = playbook.gear[0].description;
|
||||
|
||||
// Update prep ability
|
||||
source.moves[4].description = playbook.moves[4].description;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ export const playbookKeys = [
|
||||
nullPlaybookKey,
|
||||
"SUPERFAN",
|
||||
"BADASS",
|
||||
"LABMAN",
|
||||
"INVENTOR",
|
||||
"DEMOTED",
|
||||
"OUTCAST",
|
||||
"USURPER",
|
||||
@ -295,7 +295,7 @@ const playbooks = {
|
||||
},
|
||||
],
|
||||
},
|
||||
LABMAN: {
|
||||
INVENTOR: {
|
||||
details: [
|
||||
{
|
||||
question: "What was your first invention?",
|
||||
@ -326,7 +326,7 @@ const playbooks = {
|
||||
gear: [
|
||||
{
|
||||
marked: false,
|
||||
description: "Futuristic Weapon",
|
||||
description: "Remote Tracker",
|
||||
},
|
||||
{
|
||||
marked: false,
|
||||
@ -379,7 +379,7 @@ const playbooks = {
|
||||
{
|
||||
marked: false,
|
||||
name: "Logistics",
|
||||
description: `As a downtime 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 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:
|
||||
<ul class="hench-list-1-col">
|
||||
<li>1-2 — You find a source in ample supply. However much you need, you got.</li>
|
||||
<li>3-4 — You're able to squeeze out a sample. You have barely enough to work with.</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user