Merge branch 'master' into 'master'

CMR: Cards

See merge request core-developers/forge!3345
This commit is contained in:
Michael Kamensky
2020-11-07 08:45:46 +00:00
5 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Name:Azure Fleet Admiral
ManaCost:3 U
Types:Creature Human Pirate
PT:3/3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch.
SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You
S:Mode$ CantBlockBy | ValidAttacker$ Card.Self | ValidBlocker$ Creature.ControlledBy Player.IsMonarch | Description$ CARDNAME can't be blocked by creatures the monarch controls.
Oracle:When Azure Fleet Admiral enters the battlefield, you become the monarch.\nAzure Fleet Admiral cant be blocked by creatures the monarch controls.

View File

@@ -0,0 +1,7 @@
Name:Boarding Party
ManaCost:5 R
Types:Creature Human Pirate
PT:6/3
K:Haste
K:Cascade
Oracle:Haste\nCascade (When you cast this spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom of your library in a random order.)

View File

@@ -0,0 +1,13 @@
Name:Body of Knowledge
ManaCost:3 U U
Types:Creature Avatar
PT:*/*
S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | References$ X | Description$ CARDNAME's power and toughness are each equal to the number of cards in your hand.
S:Mode$ Continuous | Affected$ You | SetMaxHandSize$ Unlimited | Description$ You have no maximum hand size.
T:Mode$ DamageDone | ValidTarget$ Card.Self | Execute$ TrigDraw | TriggerDescription$ Whenever CARDNAME is dealt damage, draw that many cards.
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ Y | References$ Y
SVar:X:Count$InYourHand
SVar:Y:TriggerCount$DamageAmount
SVar:HasCombatEffect:TRUE
SVar:NeedsToPlayVar:X GE2
Oracle:Body of Knowledge's power and toughness are each equal to the number of cards in your hand.\nYou have no maximum hand size.\nWhenever Body of Knowledge is dealt damage, draw that many cards.

View File

@@ -0,0 +1,9 @@
Name:Court of Ire
ManaCost:3 R R
Types:Enchantment
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch.
SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigDamage | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, CARDNAME deals 2 damage to any target. If you're the monarch, it deals 7 damage to that player or permanent instead.
SVar:TrigDamage:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ X | References$ X
SVar:X:Count$Monarch.7.2
Oracle:When Court of Ire enters the battlefield, you become the monarch.\nAt the beginning of your upkeep, Court of Ire deals 2 damage to any target. If you're the monarch, it deals 7 damage to that player or permanent instead.