From 9e71ede5e69607a8a7378de9febf2a07fdc37ade Mon Sep 17 00:00:00 2001 From: Tim Mocny Date: Wed, 9 Sep 2020 01:16:57 +0000 Subject: [PATCH] ZNR partyers (cards that care about party) --- .../upcoming/ZNR/acquisitions_expert.txt | 3 ++- .../cardsfolder/upcoming/ZNR/archpriest_of_iona.txt | 12 ++++++++++++ .../res/cardsfolder/upcoming/ZNR/coveted_prize.txt | 10 ++++++++++ .../cardsfolder/upcoming/ZNR/deadly_alliance.txt | 9 +++++++++ .../res/cardsfolder/upcoming/ZNR/emeria_captain.txt | 13 +++++++++++++ .../cardsfolder/upcoming/ZNR/kabira_outrider.txt | 10 ++++++++++ .../cardsfolder/upcoming/ZNR/practiced_tactics.txt | 9 +++++++++ .../cardsfolder/upcoming/ZNR/seafloor_stalker.txt | 9 +++++++++ .../cardsfolder/upcoming/ZNR/skyclave_plunder.txt | 8 ++++++++ .../res/cardsfolder/upcoming/ZNR/tajuru_paragon.txt | 1 + 10 files changed, 83 insertions(+), 1 deletion(-) create mode 100755 forge-gui/res/cardsfolder/upcoming/ZNR/archpriest_of_iona.txt create mode 100755 forge-gui/res/cardsfolder/upcoming/ZNR/coveted_prize.txt create mode 100755 forge-gui/res/cardsfolder/upcoming/ZNR/deadly_alliance.txt create mode 100755 forge-gui/res/cardsfolder/upcoming/ZNR/emeria_captain.txt create mode 100755 forge-gui/res/cardsfolder/upcoming/ZNR/kabira_outrider.txt create mode 100755 forge-gui/res/cardsfolder/upcoming/ZNR/practiced_tactics.txt create mode 100755 forge-gui/res/cardsfolder/upcoming/ZNR/seafloor_stalker.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/ZNR/skyclave_plunder.txt diff --git a/forge-gui/res/cardsfolder/upcoming/ZNR/acquisitions_expert.txt b/forge-gui/res/cardsfolder/upcoming/ZNR/acquisitions_expert.txt index d6f9376fc1..fd256402de 100644 --- a/forge-gui/res/cardsfolder/upcoming/ZNR/acquisitions_expert.txt +++ b/forge-gui/res/cardsfolder/upcoming/ZNR/acquisitions_expert.txt @@ -6,4 +6,5 @@ T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.S SVar:DBDiscard:DB$ Discard | ValidTgts$ Opponent | NumCards$ 1 | RevealNumber$ X | Mode$ RevealYouChoose | References$ X SVar:X:Count$Party DeckHas:Ability$Party -Oracle:When Acquisitions Expert enters the battlefield, target opponent reveals a number of cards from their hand equal to the number of creatures in your party. You choose one of those cards. That player discards that card. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.) \ No newline at end of file +DeckHints:Type$Cleric|Rogue|Warrior|Wizard +Oracle:When Acquisitions Expert enters the battlefield, target opponent reveals a number of cards from their hand equal to the number of creatures in your party. You choose one of those cards. That player discards that card. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.) diff --git a/forge-gui/res/cardsfolder/upcoming/ZNR/archpriest_of_iona.txt b/forge-gui/res/cardsfolder/upcoming/ZNR/archpriest_of_iona.txt new file mode 100755 index 0000000000..0d9df79d19 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/ZNR/archpriest_of_iona.txt @@ -0,0 +1,12 @@ +Name:Archpriest of Iona +ManaCost:W +Types:Creature Human Cleric +PT:*/2 +S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | References$ X | Description$ CARDNAME's power is equal to the number of creatures in your party. +T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | TriggerZones$ Battlefield | CheckSVar$ X | SVarCompare$ EQ4 | Execute$ TrigPump | TriggerDescription$ At the beginning of combat on your turn, if you have a full party, target creature gets +1/+1 and gains flying until end of turn. +SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | NumDef$ +1 | KW$ Flying +SVar:X:Count$Party +DeckHas:Ability$Party +SVar:BuffedBy:Rogue,Warrior,Wizard +DeckHints:Type$Rogue|Warrior|Wizard +Oracle:Archpriest of Iona's power is equal to the number of creatures in your party. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.)\nAt the beginning of combat on your turn, if you have a full party, target creature gets +1/+1 and gains flying until end of turn. diff --git a/forge-gui/res/cardsfolder/upcoming/ZNR/coveted_prize.txt b/forge-gui/res/cardsfolder/upcoming/ZNR/coveted_prize.txt new file mode 100755 index 0000000000..f4c05ff38e --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/ZNR/coveted_prize.txt @@ -0,0 +1,10 @@ +Name:Coveted Prize +ManaCost:4 B +Types:Sorcery +S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | EffectZone$ All | References$ X | Description$ This spell costs {1} less to cast for each creature in your party. +SVar:X:Count$Party +A:SP$ ChangeZone | Cost$ 4 B | Origin$ Library | Destination$ Hand | ChangeType$ Card | ChangeNum$ 1 | Mandatory$ True | SubAbility$ DBPlay | StackDescription$ SpellDescription | SpellDescription$ Search your library for a card, put it into your hand, then shuffle your library. If you have a full party, you may cast a spell with converted mana cost 4 or less from your hand without paying its mana cost. +SVar:DBPlay:DB$ Play | ConditionCheckSVar$ X | ConditionSVarCompare$ EQ4 | References$ X | Optional$ True | Valid$ Card.nonLand+YouOwn+cmcLE4 | ValidZone$ Hand | WithoutManaCost$ True | Amount$ 1 | StackDescription$ None +DeckHas:Ability$Party +DeckHints:Type$Cleric|Rogue|Warrior|Wizard +Oracle:This spell costs {1} less to cast for each creature in your party. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.)\nSearch your library for a card, put it into your hand, then shuffle your library. If you have a full party, you may cast a spell with converted mana cost 4 or less from your hand without paying its mana cost. diff --git a/forge-gui/res/cardsfolder/upcoming/ZNR/deadly_alliance.txt b/forge-gui/res/cardsfolder/upcoming/ZNR/deadly_alliance.txt new file mode 100755 index 0000000000..43028ee075 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/ZNR/deadly_alliance.txt @@ -0,0 +1,9 @@ +Name:Deadly Alliance +ManaCost:4 B +Types:Instant +S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | EffectZone$ All | References$ X | Description$ This spell costs {1} less to cast for each creature in your party. +SVar:X:Count$Party +A:SP$ Destroy | Cost$ 4 B | ValidTgts$ Creature,Planeswalker | TgtPrompt$ Select target creature or planeswalker | SpellDescription$ Destroy target creature or planeswalker. +DeckHas:Ability$Party +DeckHints:Type$Cleric|Rogue|Warrior|Wizard +Oracle:This spell costs {1} less to cast for each creature in your party. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.)\nDestroy target creature or planeswalker. diff --git a/forge-gui/res/cardsfolder/upcoming/ZNR/emeria_captain.txt b/forge-gui/res/cardsfolder/upcoming/ZNR/emeria_captain.txt new file mode 100755 index 0000000000..003a3aabae --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/ZNR/emeria_captain.txt @@ -0,0 +1,13 @@ +Name:Emeria Captain +ManaCost:3 W +Types:Creature Angel Warrior +PT:1/1 +K:Flying +K:Vigilance +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounter | TriggerDescription$ When CARDNAME enters the battlefield, put a +1/+1 counter on it for each creature in your party. +SVar:TrigPutCounter:DB$ PutCounter | Defined$ TriggeredCardLKICopy | CounterNum$ X | CounterType$ P1P1 | References$ X +SVar:X:Count$Party +DeckHas:Ability$Party & Ability$Counters +SVar:BuffedBy:Cleric,Rogue,Wizard +DeckHints:Type$Cleric|Rogue|Wizard +Oracle:Flying, vigilance\nWhen Emeria Captain enters the battlefield, put a +1/+1 counter on it for each creature in your party. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.) diff --git a/forge-gui/res/cardsfolder/upcoming/ZNR/kabira_outrider.txt b/forge-gui/res/cardsfolder/upcoming/ZNR/kabira_outrider.txt new file mode 100755 index 0000000000..0f9d620962 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/ZNR/kabira_outrider.txt @@ -0,0 +1,10 @@ +Name:Kabira Outrider +ManaCost:3 W +Types:Creature Human Warrior +PT:3/3 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters the battlefield, target creature gets +1/+1 until end of turn for each creature in your party. +SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ X | NumDef$ X | References$ X +SVar:X:Count$Party +DeckHas:Ability$Party +DeckHints:Type$Cleric|Rogue|Wizard +Oracle:When Kabira Outrider enters the battlefield, target creature gets +1/+1 until end of turn for each creature in your party. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.) diff --git a/forge-gui/res/cardsfolder/upcoming/ZNR/practiced_tactics.txt b/forge-gui/res/cardsfolder/upcoming/ZNR/practiced_tactics.txt new file mode 100755 index 0000000000..dd3ce7d570 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/ZNR/practiced_tactics.txt @@ -0,0 +1,9 @@ +Name:Practiced Tactics +ManaCost:W +Types:Instant +A:SP$ Pump | Cost$ W | ValidTgts$ Creature.attacking,Creature.blocking | TgtPrompt$ Choose target attacking or blocking creature | SubAbility$ DBDamage | StackDescription$ SpellDescription | SpellDescription$ Choose target attacking or blocking creature. CARDNAME deals damage to that creature equal to twice the number of creatures in your party. +SVar:DBDamage:DB$ DealDamage | Defined$ Targeted | NumDmg$ X | References$ X +SVar:X:Count$Party/Twice +DeckHas:Ability$Party +DeckHints:Type$Cleric|Rogue|Warrior|Wizard +Oracle:Choose target attacking or blocking creature. Practiced Tactics deals damage to that creature equal to twice the number of creatures in your party. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.) diff --git a/forge-gui/res/cardsfolder/upcoming/ZNR/seafloor_stalker.txt b/forge-gui/res/cardsfolder/upcoming/ZNR/seafloor_stalker.txt new file mode 100755 index 0000000000..c5952c2833 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/ZNR/seafloor_stalker.txt @@ -0,0 +1,9 @@ +Name:Seafloor Stalker +ManaCost:2 U +Types:Creature Merfolk Rogue +PT:2/3 +A:AB$ Pump | Cost$ 4 U | Defined$ Self | NumAtt$ +1 | KW$ HIDDEN Unblockable | ReduceCost$ X | References$ X | StackDescription$ SpellDescription | SpellDescription$ CARDNAME gets +1/+0 until end of turn and can't be blocked this turn. This ability costs {1} less to activate for each creature in your party. +SVar:X:Count$Party +DeckHas:Ability$Party +DeckHints:Type$Cleric|Warrior|Wizard +Oracle:{4}{U}: Seafloor Stalker gets +1/+0 until end of turn and can't be blocked this turn. This ability costs {1} less to activate for each creature in your party. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.) diff --git a/forge-gui/res/cardsfolder/upcoming/ZNR/skyclave_plunder.txt b/forge-gui/res/cardsfolder/upcoming/ZNR/skyclave_plunder.txt new file mode 100644 index 0000000000..e824393c95 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/ZNR/skyclave_plunder.txt @@ -0,0 +1,8 @@ +Name:Skyclave Plunder +ManaCost:4 U +Types:Sorcery +A:SP$ Dig | Cost$ 4 U | DigNum$ X | References$ X | ChangeNum$ 3 | DestinationZone$ Hand | DestinationZone2$ Library | LibraryPosition$ -1 | RestRandomOrder$ True | StackDescription$ SpellDescription | SpellDescription$ Look at the top X cards of your library, where X is three plus the number of creatures in your party. Put three of those cards into your hand and the rest on the bottom of your library in a random order. +SVar:X:Count$Party/Plus.3 +DeckHas:Ability$Party +DeckHints:Type$Cleric|Rogue|Warrior|Wizard +Oracle:Look at the top X cards of your library, where X is three plus the number of creatures in your party. Put three of those cards into your hand and the rest on the bottom of your library in a random order. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.) diff --git a/forge-gui/res/cardsfolder/upcoming/ZNR/tajuru_paragon.txt b/forge-gui/res/cardsfolder/upcoming/ZNR/tajuru_paragon.txt index b92bcc26c8..0a809c26cf 100644 --- a/forge-gui/res/cardsfolder/upcoming/ZNR/tajuru_paragon.txt +++ b/forge-gui/res/cardsfolder/upcoming/ZNR/tajuru_paragon.txt @@ -6,4 +6,5 @@ S:Mode$ Continuous | EffectZone$ All | Affected$ Card.Self | CharacteristicDefin K:Kicker:3 T:Mode$ ChangesZone | ValidCard$ Card.Self+kicked | Origin$ Any | Destination$ Battlefield | Execute$ TrigDig | TriggerDescription$ When CARDNAME enters the battlefield, if it was kicked, reveal the top six cards of your library. You may put a card that shares a creature type with it from among them into your hand. Put the rest on the bottom of your library in a random order. SVar:TrigDig:DB$ Dig | DigNum$ 6 | Reveal$ True | ChangeNum$ 1 | Optional$ True | ChangeValid$ Creature.sharesCreatureTypeWith Card.Self | DestinationZone$ Hand | DestinationZone2$ Library | LibraryPosition$ -1 | RestRandomOrder$ True +DeckHints:Ability$Party Oracle:Tajuru Paragon is also a Cleric, Rogue, Warrior, and Wizard.\nKicker {3}\nWhen Tajuru Paragon enters the battlefield, if it was kicked, reveal the top six cards of your library. You may put a card that shares a creature type with it from among them into your hand. Put the rest on the bottom of your library in a random order. -- GitLab