AbilityManaPart: new Restriction for Tin Street Gossip

This commit is contained in:
Hans Mackowiak
2024-01-28 01:04:19 +01:00
committed by Chris H
parent e01d646439
commit 616aa54653
2 changed files with 17 additions and 0 deletions

View File

@@ -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()) {

View 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.