Timecard changes

This commit is contained in:
walcutt 2025-01-28 15:18:47 -05:00
parent 8eb78c4c36
commit 1a1cc758f2
2 changed files with 13 additions and 5 deletions

View File

@ -141,6 +141,14 @@ export class HenchDataModel extends foundry.abstract.TypeDataModel {
// Update prep ability
source.moves[4].description = playbook.moves[4].description;
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:
break;
}

View File

@ -700,7 +700,7 @@ const playbooks = {
},
{
marked: false,
description: "A Harmless Weapon",
description: "Household Tool",
},
],
moves: [
@ -734,11 +734,11 @@ const playbooks = {
},
{
marked: false,
name: "Understudy",
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:
name: "Hobbyist",
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">
<li>1-2 You have a wonderful time and brighten each others' spirits. Gain +1 card to your next obligation draw.</li>
<li>3-4 They don't have a good time. Explain what goes wrong, and take 1 stress.</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 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>
</ul>`,
hasWriteIn: false,