Timecard changes
This commit is contained in:
parent
8eb78c4c36
commit
1a1cc758f2
@ -141,6 +141,14 @@ export class HenchDataModel extends foundry.abstract.TypeDataModel {
|
|||||||
// Update prep ability
|
// Update prep ability
|
||||||
source.moves[4].description = playbook.moves[4].description;
|
source.moves[4].description = playbook.moves[4].description;
|
||||||
break;
|
break;
|
||||||
|
case "TIMECARD":
|
||||||
|
// Update gear
|
||||||
|
source.fixedGear[8].description = playbook.gear[3].description;
|
||||||
|
|
||||||
|
// Update prep ability
|
||||||
|
source.moves[4].name = playbook.moves[4].name;
|
||||||
|
source.moves[4].description = playbook.moves[4].description;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -700,7 +700,7 @@ const playbooks = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
marked: false,
|
marked: false,
|
||||||
description: "A Harmless Weapon",
|
description: "Household Tool",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
moves: [
|
moves: [
|
||||||
@ -734,11 +734,11 @@ const playbooks = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
marked: false,
|
marked: false,
|
||||||
name: "Understudy",
|
name: "Hobbyist",
|
||||||
description: `As a downtime move, you can invite a fellow hench to join you in your hobby. Name the hobby, and how they're involved, then draw. Ignore the cue, and instead use the rank:
|
description: `As a prep action, you can invite a fellow hench to join you in your hobby. Name the hobby, and how they're involved, then draw. Ignore the cue, and instead use the rank:
|
||||||
<ul class="hench-list-1-col">
|
<ul class="hench-list-1-col">
|
||||||
<li>1-2 — You have a wonderful time and brighten each others' spirits. Gain +1 card to your next obligation draw.</li>
|
<li>1-2 — You have a wonderful time and brighten each others' spirits. Gain +1 card to your next home life draw.</li>
|
||||||
<li>3-4 — They don't have a good time. Explain what goes wrong, and take 1 stress.</li>
|
<li>3-4 — You have a pleasant, but ordinary, time. Clear 1 stress; they mark 1 experience.</li>
|
||||||
<li>5-6 — You completely lose track of time. Lose a remaining downtime move, or take 1 harm "sleep deprived."</li>
|
<li>5-6 — You completely lose track of time. Lose a remaining downtime move, or take 1 harm "sleep deprived."</li>
|
||||||
</ul>`,
|
</ul>`,
|
||||||
hasWriteIn: false,
|
hasWriteIn: false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user