Demoted changes
This commit is contained in:
parent
8928a1efa9
commit
c555906a69
@ -125,6 +125,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;
|
||||||
|
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:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -406,7 +406,7 @@ const playbooks = {
|
|||||||
"Attempting to reclaim your status",
|
"Attempting to reclaim your status",
|
||||||
],
|
],
|
||||||
missionPlanningQuestions: [
|
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.",
|
"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?",
|
"Ask the boss: why hasn't the Guild taken out the target?",
|
||||||
],
|
],
|
||||||
@ -468,7 +468,7 @@ const playbooks = {
|
|||||||
{
|
{
|
||||||
marked: false,
|
marked: false,
|
||||||
name: "Friends in Low Places",
|
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">
|
<ul class="hench-list-1-col">
|
||||||
<li>1-2 — They phone it in, but they do it.</li>
|
<li>1-2 — They phone it in, but they do it.</li>
|
||||||
<li>3-4 — They do it sloppily. A new complication arises.</li>
|
<li>3-4 — They do it sloppily. A new complication arises.</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user