mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Fix isWebSligned in Card.
- Add puzzleds PS_SPM1 and PS_TLA1.
This commit is contained in:
@@ -6861,7 +6861,7 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars, ITr
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isWebSlinged() {
|
public boolean isWebSlinged() {
|
||||||
return getCastSA() != null & getCastSA().isAlternativeCost(AlternativeCost.WebSlinging);
|
return getCastSA() != null && getCastSA().isAlternativeCost(AlternativeCost.WebSlinging);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isSpecialized() {
|
public boolean isSpecialized() {
|
||||||
|
|||||||
16
forge-gui/res/puzzle/PS_SPM1.pzl
Normal file
16
forge-gui/res/puzzle/PS_SPM1.pzl
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
[metadata]
|
||||||
|
Name:Possibility Storm - Marvel's Spider-Man #01
|
||||||
|
URL:https://i1.wp.com/www.possibilitystorm.com/wp-content/uploads/2025/09/latest-1-scaled.jpg?ssl=1
|
||||||
|
Goal:Win
|
||||||
|
Turns:1
|
||||||
|
Difficulty:Uncommon
|
||||||
|
Description:Win this turn. Ensure your solution satisfies all possible blocks. Good luck!
|
||||||
|
[state]
|
||||||
|
turn=1
|
||||||
|
activeplayer=p0
|
||||||
|
activephase=MAIN1
|
||||||
|
p0life=20
|
||||||
|
p0hand=Rhino, Barreling Brute;Spider-Man India;Daily Bugle Reporters;Become Brutes;Lurking Lizards
|
||||||
|
p0battlefield=Scarlet Spider, Ben Reilly;Spider Manifestation;Gene Pollinator;Forest;Forest;Forest;Plains;Plains;Kavaron, Memorial World|Counters:CHARGE=2
|
||||||
|
p1life=14
|
||||||
|
p1battlefield=Carnage, Crimson Chaos
|
||||||
17
forge-gui/res/puzzle/PS_TLA1.pzl
Normal file
17
forge-gui/res/puzzle/PS_TLA1.pzl
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
[metadata]
|
||||||
|
Name:Possibility Storm - Avatar the Last Airbender #01
|
||||||
|
URL:https://i2.wp.com/www.possibilitystorm.com/wp-content/uploads/2025/08/latest-3-scaled.jpg?ssl=1
|
||||||
|
Goal:Win
|
||||||
|
Turns:1
|
||||||
|
Difficulty:Rare
|
||||||
|
Description:Win this turn. Your Forest is a 0/0 creature (with one +1/+1 counter on it.) Ensure your solution satisfies all blocks. Good luck!
|
||||||
|
[state]
|
||||||
|
turn=1
|
||||||
|
activeplayer=p0
|
||||||
|
activephase=MAIN1
|
||||||
|
p0life=3
|
||||||
|
p0hand=Jeong Jeong's Deserters;Earthbending Student;Bulk Up;How to Start a Riot
|
||||||
|
p0battlefield=Haru, Hidden Talent;Garruk's Uprising;Forest|Id:1;Forgotten Monument;Forgotten Monument;Forgotten Monument;Restless Ridgeline;Cavernous Maw
|
||||||
|
p1life=11
|
||||||
|
p1battlefield=Vindictive Warden;Vindictive Warden
|
||||||
|
p0precast=Haru, Hidden Talent:TrigEarthbend->1
|
||||||
Reference in New Issue
Block a user