From 53d04e677c35328c797bd5a4b2dab1faba7ca269 Mon Sep 17 00:00:00 2001 From: walcutt Date: Fri, 23 May 2025 13:46:23 -0400 Subject: [PATCH] Boss update --- module/boss.mjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/boss.mjs b/module/boss.mjs index 765162b..c6cc8af 100644 --- a/module/boss.mjs +++ b/module/boss.mjs @@ -86,14 +86,14 @@ const bossData = { { marked: false, name: "Exceptional Planning", - description: `At the start of each mission, remove one card from the deck. Any time one of your henches draws, you may replace the card they play with the removed card.`, + description: `At the start of each mission, remove one card from the deck, then shuffle. When one of your henches draws, you may replace the card they play with the removed card.`, hasWriteIn: false, writeIn: null, }, { marked: false, - name: "Limelight Lovers", - description: `If your heat is in Tier III, your henches can take 1 stress to take +1 card to any draw (possibly drawing 4).`, + name: "Push the Limits", + description: `Your henches can take 2 stress to take +1 card to any draw (possibly drawing 4).`, hasWriteIn: false, writeIn: null, }, @@ -114,7 +114,7 @@ const bossData = { { marked: false, name: "Guild Bigwig", - description: `During fallout, you may draw a second time and use that card instead. Explain who intervenes on your behalf, and how.`, + description: `During engagement, you may draw a second time and use that card instead.`, hasWriteIn: false, writeIn: null, },