mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Add puzzle PS_BLB4, fix GameState support for class level. (#6195)
This commit is contained in:
@@ -1398,7 +1398,7 @@ public abstract class GameState {
|
|||||||
c.setTurnInZone(turn);
|
c.setTurnInZone(turn);
|
||||||
} else if (info.equals("IsToken")) {
|
} else if (info.equals("IsToken")) {
|
||||||
c.setGamePieceType(GamePieceType.TOKEN);
|
c.setGamePieceType(GamePieceType.TOKEN);
|
||||||
} else if (info.equals("ClassLevel:")) {
|
} else if (info.startsWith("ClassLevel:")) {
|
||||||
c.setClassLevel(Integer.parseInt(info.substring(info.indexOf(':') + 1)));
|
c.setClassLevel(Integer.parseInt(info.substring(info.indexOf(':') + 1)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
16
forge-gui/res/puzzle/PS_BLB4.pzl
Normal file
16
forge-gui/res/puzzle/PS_BLB4.pzl
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
[metadata]
|
||||||
|
Name:Possibility Storm - Bloomburrow #04
|
||||||
|
URL:https://i2.wp.com/www.possibilitystorm.com/wp-content/uploads/2024/09/latest-scaled.jpg?ssl=1
|
||||||
|
Goal:Win
|
||||||
|
Turns:1
|
||||||
|
Difficulty:Mythic
|
||||||
|
Description:Win this turn. Ensure your solution satisfies all possible blocking decisions. Good luck!
|
||||||
|
[state]
|
||||||
|
turn=1
|
||||||
|
activeplayer=p0
|
||||||
|
activephase=MAIN1
|
||||||
|
p0life=20
|
||||||
|
p0hand=Ornery Tumblewagg;Oko, the Ringleader;Season of Gathering;Shivan Devastator;Ferocification
|
||||||
|
p0battlefield=Innkeeper's Talent|ClassLevel:2;Rampaging Geoderm;Kami of Whispered Hopes|Counters:P1P1=2;Island;Island;Mountain;Mountain;Forest;Forest
|
||||||
|
p1life=17
|
||||||
|
p1battlefield=Fear of Immobility;Shield-Wall Sentinel
|
||||||
Reference in New Issue
Block a user