mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Add puzzle PS_SPM3. (#9060)
* - Added puzzle PS_SPM3. * - Minor mistype fix.
This commit is contained in:
@@ -467,7 +467,7 @@ public class NewGameScene extends MenuScene {
|
||||
summaryText.append("Mode: Custom\n\nChoose your own preconstructed deck. Enemies can receive a random genetic AI deck (difficult).\n\nWarning: This will make encounter difficulty vary wildly from the developers' intent");
|
||||
break;
|
||||
case Commander:
|
||||
summaryText.append("Mode: Commander\n\nYou will given a preconstructed commander deck based on the chosen color theme to start the playthrough.\n\nGood luck on your quest of creating a coherent deck that can win consistently and defeat the bosses.");
|
||||
summaryText.append("Mode: Commander\n\nYou will be given a preconstructed commander deck based on the chosen color theme to start the playthrough.\n\nGood luck on your quest of creating a coherent deck that can win consistently and defeat the bosses.");
|
||||
break;
|
||||
default:
|
||||
summaryText.append("No summary available for your this game mode.");
|
||||
|
||||
20
forge-gui/res/puzzle/PS_SPM3.pzl
Normal file
20
forge-gui/res/puzzle/PS_SPM3.pzl
Normal file
@@ -0,0 +1,20 @@
|
||||
[metadata]
|
||||
Name:Possibility Storm - Marvel's Spider-Man #03
|
||||
URL:https://i2.wp.com/www.possibilitystorm.com/wp-content/uploads/2025/10/latest-scaled.jpg?ssl=1
|
||||
Goal:Win
|
||||
Turns:1
|
||||
Difficulty:Rare
|
||||
Description:Win this turn. Ensure your solution satisfies all possible opponent decisions. Your opponent has no cards in hand. Good luck! NOTE: In order to correctly set up the three Mysterio, Master of Illusion's tokens, an extra Mysterio's Phantasm is added to the battlefield temporarily and is immediately destroyed once the battlefield is set up. Assume this extra Mysterio's Phantasm in your graveyard is irrelevant to the puzzle.
|
||||
[state]
|
||||
turn=1
|
||||
activeplayer=p0
|
||||
activephase=MAIN1
|
||||
p0life=5
|
||||
p0hand=Spider-Sense;Splash Portal;The Apprentice's Folly;Enduring Courage
|
||||
p0battlefield=Unyielding Gatekeeper|FaceDown;Mysterio's Phantasm|Id:1;Mysterio, Master of Illusion|ExecuteScript:TrigToken;Mysterio's Phantasm;Kavaron, Memorial World|Counters:CHARGE=6;Inspiring Vantage;Inspiring Vantage;Inspiring Vantage;Island;Island;Island
|
||||
# FIXME: This is needed to set up the third Illusion token.
|
||||
p0precast=Lightning Bolt->1
|
||||
p1life=21
|
||||
p1graveyard=Electro, Assaulting Battery;Electro, Assaulting Battery
|
||||
p1battlefield=Electro, Assaulting Battery;Impostor Syndrome;Mountain;Mountain;Mountain;Mountain;Mountain
|
||||
removesummoningsickness=true
|
||||
Reference in New Issue
Block a user