mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Merge branch 'master' of https://git.cardforge.org/core-developers/forge into spanishcards03
This commit is contained in:
@@ -233,6 +233,8 @@ public class ImageCache {
|
|||||||
CardView.CardStateView state = c.getCurrentState();
|
CardView.CardStateView state = c.getCurrentState();
|
||||||
if (state.getSetCode().contains("MPS_"))
|
if (state.getSetCode().contains("MPS_"))
|
||||||
return true;
|
return true;
|
||||||
|
if (state.getSetCode().equalsIgnoreCase("UST"))
|
||||||
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
public static boolean isExtendedArt(IPaperCard c) {
|
public static boolean isExtendedArt(IPaperCard c) {
|
||||||
@@ -241,6 +243,8 @@ public class ImageCache {
|
|||||||
|
|
||||||
if (c.getEdition().contains("MPS_"))
|
if (c.getEdition().contains("MPS_"))
|
||||||
return true;
|
return true;
|
||||||
|
if (c.getEdition().equalsIgnoreCase("UST"))
|
||||||
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
public static FImage getBorderImage(CardView c, boolean canshow) {
|
public static FImage getBorderImage(CardView c, boolean canshow) {
|
||||||
|
|||||||
17
forge-gui/res/puzzle/PS_ELD6.pzl
Normal file
17
forge-gui/res/puzzle/PS_ELD6.pzl
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
[metadata]
|
||||||
|
Name:Possibility Storm - Throne of Eldraine #06
|
||||||
|
URL:http://www.possibilitystorm.com/wp-content/uploads/2019/11/137.-ELD6.jpg
|
||||||
|
Goal:Win
|
||||||
|
Turns:1
|
||||||
|
Difficulty:Rare
|
||||||
|
Description:Win this turn. Thanks to Charming Prince's Scry 2, you know that you have a Smitten Swordmaster on top of your library.
|
||||||
|
[state]
|
||||||
|
humanlife=20
|
||||||
|
ailife=7
|
||||||
|
turn=1
|
||||||
|
activeplayer=human
|
||||||
|
activephase=MAIN1
|
||||||
|
humanhand=Blacklance Paragon;Marauder's Axe;Mask of Immolation;Mace of the Valiant
|
||||||
|
humanlibrary=Smitten Swordmaster;Opt;Opt;Opt;Opt;Opt;Opt;Opt;Opt;Opt
|
||||||
|
humanbattlefield=Syr Gwyn, Hero of Ashvale;Marauding Raptor;Charming Prince;Plains;Plains;Swamp;Swamp;Mountain;Mountain
|
||||||
|
aibattlefield=Grumgully, the Generous;Tajic, Legion's Edge;Gruul Spellbreaker|Counters:P1P1=2
|
||||||
Reference in New Issue
Block a user