Demoted changes

This commit is contained in:
walcutt 2025-01-20 16:34:32 -05:00
parent 8928a1efa9
commit c555906a69
2 changed files with 10 additions and 2 deletions

View File

@ -125,6 +125,14 @@ export class HenchDataModel extends foundry.abstract.TypeDataModel {
// Update prep ability
source.moves[4].description = playbook.moves[4].description;
break;
case "DEMOTED":
// Change mission planning question
source.missionPlanning[0] = playbook.missionPlanningQuestions[0];
// Update prep ability
source.moves[4].description = playbook.moves[4].description;
break;
default:
break;
}

View File

@ -406,7 +406,7 @@ const playbooks = {
"Attempting to reclaim your status",
],
missionPlanningQuestions: [
"The target's clearly a rookie. State an obvious flaw with their approach or gimmick.",
"The target is sloppy. State an obvious flaw with their approach or gimmick.",
"You've bested the target before. State how, and why you can't just do that again.",
"Ask the boss: why hasn't the Guild taken out the target?",
],
@ -468,7 +468,7 @@ const playbooks = {
{
marked: false,
name: "Friends in Low Places",
description: `As a downtime move, you can ask an underworld contact to complete an unusual favor. State what you want, then draw. Ignore the cue, and instead use the rank:
description: `As a prep action, you can ask an underworld contact to complete an unusual favor. State what you want, then draw. Ignore the cue, and instead use the rank:
<ul class="hench-list-1-col">
<li>1-2 They phone it in, but they do it.</li>
<li>3-4 They do it sloppily. A new complication arises.</li>