mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
AbilityManaPart: new Restriction for Tin Street Gossip
This commit is contained in:
@@ -387,6 +387,14 @@ public class AbilityManaPart implements java.io.Serializable {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (restriction.equals("FaceDownOrTurnFaceUp")) {
|
||||
if ((sa.isSpell() && sa.getHostCard().isCreature() && sa.isCastFaceDown())
|
||||
|| sa.isTurnFaceUp()) {
|
||||
return true;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
if (restriction.equals("MorphOrManifest")) {
|
||||
if ((sa.isSpell() && sa.getHostCard().isCreature() && sa.isCastFaceDown())
|
||||
|| sa.isManifestUp() || sa.isMorphUp()) {
|
||||
|
||||
9
forge-gui/res/cardsfolder/upcoming/tin_street_gossip.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/tin_street_gossip.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Tin Street Gossip
|
||||
ManaCost:2 R G
|
||||
Types:Creature Viashino Advisor
|
||||
PT:4/4
|
||||
K:Vigilance
|
||||
A:AB$ Mana | Cost$ T | Produced$ R G | RestrictValid$ FaceDownOrTurnFaceUp | SpellDescription$ Add {R}{G}. Spend this mana only to cast face-down spells or to turn creatures face up.
|
||||
AI:RemoveDeck:Random
|
||||
DeckHints:Keyword$Morph|Megamorph
|
||||
Oracle:Vigilance\n{T}: Add {R}{G}. Spend this mana only to cast face-down spells or to turn creatures face up.
|
||||
Reference in New Issue
Block a user