From 1a1cc758f20821737d547cc964189a028edda908 Mon Sep 17 00:00:00 2001 From: walcutt Date: Tue, 28 Jan 2025 15:18:47 -0500 Subject: [PATCH] Timecard changes --- module/data-models.mjs | 8 ++++++++ module/playbooks.mjs | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/module/data-models.mjs b/module/data-models.mjs index cb89812..590efbe 100644 --- a/module/data-models.mjs +++ b/module/data-models.mjs @@ -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; } diff --git a/module/playbooks.mjs b/module/playbooks.mjs index 29a817d..b5cedc7 100644 --- a/module/playbooks.mjs +++ b/module/playbooks.mjs @@ -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: `, hasWriteIn: false,