From 4c9c86a419279756b30f58166da9988fa2e1648c Mon Sep 17 00:00:00 2001 From: Sloth Date: Sun, 2 Oct 2011 20:52:38 +0000 Subject: [PATCH] - Added Cold Snap. --- .gitattributes | 1 + res/cardsfolder/b/blademane_baku.txt | 2 ++ res/cardsfolder/c/cold_snap.txt | 17 ++++++++++++ res/cardsfolder/i/ideas_unbound.txt | 20 +++++++------- res/cardsfolder/k/kiyomaro_first_to_stand.txt | 26 ++++++++++--------- res/cardsfolder/o/oboro_envoy.txt | 20 +++++++------- res/cardsfolder/p/petalmane_baku.txt | 2 ++ res/cardsfolder/s/skullmane_baku.txt | 2 ++ res/cardsfolder/s/sokenzan_spellblade.txt | 22 +++++++++------- 9 files changed, 72 insertions(+), 40 deletions(-) create mode 100644 res/cardsfolder/c/cold_snap.txt diff --git a/.gitattributes b/.gitattributes index 8d12f3572e2..1d20681e1fb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1430,6 +1430,7 @@ res/cardsfolder/c/coiled_tinviper.txt svneol=native#text/plain res/cardsfolder/c/coiling_oracle.txt svneol=native#text/plain res/cardsfolder/c/coiling_woodworm.txt svneol=native#text/plain res/cardsfolder/c/cold_eyed_selkie.txt svneol=native#text/plain +res/cardsfolder/c/cold_snap.txt -text res/cardsfolder/c/coldsteel_heart.txt -text res/cardsfolder/c/colfenors_urn.txt -text res/cardsfolder/c/collective_restraint.txt svneol=native#text/plain diff --git a/res/cardsfolder/b/blademane_baku.txt b/res/cardsfolder/b/blademane_baku.txt index ac7f0a86dfb..46deebb9403 100644 --- a/res/cardsfolder/b/blademane_baku.txt +++ b/res/cardsfolder/b/blademane_baku.txt @@ -12,4 +12,6 @@ SVar:Y:Number$2/Times.ChosenX SVar:RemAIDeck:True SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/blademane_baku.jpg +SetInfo:BOK|Common|http://magiccards.info/scans/en/bok/95.jpg +Oracle:Whenever you cast a Spirit or Arcane spell, you may put a ki counter on Blademane Baku.\n{1}, Remove X ki counters from Blademane Baku: For each counter removed, Blademane Baku gets +2/+0 until end of turn. End \ No newline at end of file diff --git a/res/cardsfolder/c/cold_snap.txt b/res/cardsfolder/c/cold_snap.txt new file mode 100644 index 00000000000..27dcad3a89b --- /dev/null +++ b/res/cardsfolder/c/cold_snap.txt @@ -0,0 +1,17 @@ +Name:Cold Snap +ManaCost:2 W +Types:Enchantment +Text:no text +K:Cumulative upkeep:2 +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigDamageYou | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each player's upkeep, CARDNAME deals damage to that player equal to the number of snow lands he or she controls. +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Execute$ TrigDamageOpp | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ At the beginning of each player's upkeep, CARDNAME deals damage to that player equal to the number of snow lands he or she controls. +SVar:TrigDamageYou:AB$DealDamage | Cost$ 0 | Defined$ You | NumDmg$ X +SVar:TrigDamageOpp:AB$DealDamage | Cost$ 0 | Defined$ Opponent | NumDmg$ Y +SVar:X:Count$Valid Land.Snow+YouCtrl +SVar:Y:Count$Valid Land.Snow+YouDontCtrl +SVar:RemRandomDeck:True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/cold_snap.jpg +SetInfo:ICE|Uncommon|http://magiccards.info/scans/en/ia/241.jpg +Oracle:Cumulative upkeep {2} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nAt the beginning of each player's upkeep, Cold Snap deals damage to that player equal to the number of snow lands he or she controls. +End \ No newline at end of file diff --git a/res/cardsfolder/i/ideas_unbound.txt b/res/cardsfolder/i/ideas_unbound.txt index fe1901b1ed1..c9d399c604b 100644 --- a/res/cardsfolder/i/ideas_unbound.txt +++ b/res/cardsfolder/i/ideas_unbound.txt @@ -1,10 +1,12 @@ -Name:Ideas Unbound -ManaCost:U U -Types:Sorcery Arcane -Text:no text -A:SP$ Draw | Cost$ U U | Defined$ You | NumCards$ 3 | SubAbility$ DelayedDiscard | SpellDescription$ Draw three cards. Discard three cards at the beginning of the next end step. -SVar:DelayedDiscard:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ Discard | TriggerDescription$ Discard three cards. -SVar:Discard:DB$ Discard | Defined$ You | NumCards$ 3 | Mode$ TgtChoose -SVar:Rarity:Common -SVar:Picture:http://www.wizards.com/global/images/magic/general/ideas_unbound.jpg +Name:Ideas Unbound +ManaCost:U U +Types:Sorcery Arcane +Text:no text +A:SP$ Draw | Cost$ U U | Defined$ You | NumCards$ 3 | SubAbility$ DelayedDiscard | SpellDescription$ Draw three cards. Discard three cards at the beginning of the next end step. +SVar:DelayedDiscard:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ Discard | TriggerDescription$ Discard three cards. +SVar:Discard:DB$ Discard | Defined$ You | NumCards$ 3 | Mode$ TgtChoose +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/ideas_unbound.jpg +SetInfo:SOK|Common|http://magiccards.info/scans/en/sok/40.jpg +Oracle:Draw three cards. Discard three cards at the beginning of the next end step. End \ No newline at end of file diff --git a/res/cardsfolder/k/kiyomaro_first_to_stand.txt b/res/cardsfolder/k/kiyomaro_first_to_stand.txt index 6b1e5b1525a..cbc829064e1 100644 --- a/res/cardsfolder/k/kiyomaro_first_to_stand.txt +++ b/res/cardsfolder/k/kiyomaro_first_to_stand.txt @@ -1,13 +1,15 @@ -Name:Kiyomaro, First to Stand -ManaCost:3 W W -Types:Legendary Creature Spirit -Text:no text -PT:*/* -S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | Description$ CARDNAME's power and toughness are each equal to the number of cards in your hand. -S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Vigilance | CheckSVar$ X | SVarCompare$ GE4 | Description$ As long as you have four or more cards in hand, CARDNAME has vigilance. -T:Mode$ DamageDone | ValidSource$ Card.Self | CheckSVar$ X | SVarCompare$ GE7 | TriggerZones$ Battlefield | Execute$ TrigGain | TriggerDescription$ Whenever CARDNAME deals damage, if you have seven or more cards in hand, you gain 7 life. -SVar:TrigGain:AB$ GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 7 -SVar:X:Count$InYourHand -SVar:Rarity:Rare -SVar:Picture:http://www.wizards.com/global/images/magic/general/kiyomaro_first_to_stand.jpg +Name:Kiyomaro, First to Stand +ManaCost:3 W W +Types:Legendary Creature Spirit +Text:no text +PT:*/* +S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | Description$ CARDNAME's power and toughness are each equal to the number of cards in your hand. +S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Vigilance | CheckSVar$ X | SVarCompare$ GE4 | Description$ As long as you have four or more cards in hand, CARDNAME has vigilance. +T:Mode$ DamageDone | ValidSource$ Card.Self | CheckSVar$ X | SVarCompare$ GE7 | TriggerZones$ Battlefield | Execute$ TrigGain | TriggerDescription$ Whenever CARDNAME deals damage, if you have seven or more cards in hand, you gain 7 life. +SVar:TrigGain:AB$ GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 7 +SVar:X:Count$InYourHand +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/kiyomaro_first_to_stand.jpg +SetInfo:SOK|Rare|http://magiccards.info/scans/en/sok/18.jpg +Oracle:Kiyomaro, First to Stand's power and toughness are each equal to the number of cards in your hand.\nAs long as you have four or more cards in hand, Kiyomaro has vigilance.\nWhenever Kiyomaro deals damage, if you have seven or more cards in hand, you gain 7 life. End \ No newline at end of file diff --git a/res/cardsfolder/o/oboro_envoy.txt b/res/cardsfolder/o/oboro_envoy.txt index 0e005b8579d..98d275db39b 100644 --- a/res/cardsfolder/o/oboro_envoy.txt +++ b/res/cardsfolder/o/oboro_envoy.txt @@ -1,10 +1,12 @@ -Name:Oboro Envoy -ManaCost:3 U -Types:Creature Moonfolk Wizard -Text:no text -PT:1/3 -A:AB$ Pump | Cost$ 2 Return<1/Land> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -X | IsCurse$ True | SpellDescription$ Target creature gets -X/-0 until end of turn, where X is the number of cards in your hand. -SVar:X:Count$InYourHand -SVar:Rarity:Uncommon -SVar:Picture:http://www.wizards.com/global/images/magic/general/oboro_envoy.jpg +Name:Oboro Envoy +ManaCost:3 U +Types:Creature Moonfolk Wizard +Text:no text +PT:1/3 +A:AB$ Pump | Cost$ 2 Return<1/Land> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -X | IsCurse$ True | SpellDescription$ Target creature gets -X/-0 until end of turn, where X is the number of cards in your hand. +SVar:X:Count$InYourHand +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/oboro_envoy.jpg +SetInfo:SOK|Uncommon|http://magiccards.info/scans/en/sok/49.jpg +Oracle:Flying\n{2}, Return a land you control to its owner's hand: Target creature gets -X/-0 until end of turn, where X is the number of cards in your hand. End \ No newline at end of file diff --git a/res/cardsfolder/p/petalmane_baku.txt b/res/cardsfolder/p/petalmane_baku.txt index ae8334c6aec..9b2fdd04820 100644 --- a/res/cardsfolder/p/petalmane_baku.txt +++ b/res/cardsfolder/p/petalmane_baku.txt @@ -15,4 +15,6 @@ SVar:X:XChoice SVar:RemAIDeck:True SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/petalmane_baku.jpg +SetInfo:BOK|Common|http://magiccards.info/scans/en/bok/139.jpg +Oracle:Whenever you cast a Spirit or Arcane spell, you may put a ki counter on Petalmane Baku.\n{1}, Remove X ki counters from Petalmane Baku: Add X mana of any one color to your mana pool. End \ No newline at end of file diff --git a/res/cardsfolder/s/skullmane_baku.txt b/res/cardsfolder/s/skullmane_baku.txt index 86f56282cfb..21db0ba37db 100644 --- a/res/cardsfolder/s/skullmane_baku.txt +++ b/res/cardsfolder/s/skullmane_baku.txt @@ -11,4 +11,6 @@ SVar:X:XChoice SVar:RemAIDeck:True SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/skullmane_baku.jpg +SetInfo:BOK|Common|http://magiccards.info/scans/en/bok/83.jpg +Oracle:Whenever you cast a Spirit or Arcane spell, you may put a ki counter on Skullmane Baku.\n{1}, {T}, Remove X ki counters from Skullmane Baku: Target creature gets -X/-X until end of turn. End \ No newline at end of file diff --git a/res/cardsfolder/s/sokenzan_spellblade.txt b/res/cardsfolder/s/sokenzan_spellblade.txt index ba4b92c10b5..7b7c13e3d3d 100644 --- a/res/cardsfolder/s/sokenzan_spellblade.txt +++ b/res/cardsfolder/s/sokenzan_spellblade.txt @@ -1,11 +1,13 @@ -Name:Sokenzan Spellblade -ManaCost:4 R -Types:Creature Ogre Samurai Shaman -Text:no text -PT:2/3 -K:Bushido 1 -A:AB$ Pump | Cost$ 1 R | Defined$ Self | NumAtt$ +X | SpellDescription$ CARDNAME gets +X/+0 until end of turn, where X is the number of cards in your hand. -SVar:X:Count$InYourHand -SVar:Rarity:Common -SVar:Picture:http://www.wizards.com/global/images/magic/general/sokenzan_spellblade.jpg +Name:Sokenzan Spellblade +ManaCost:4 R +Types:Creature Ogre Samurai Shaman +Text:no text +PT:2/3 +K:Bushido 1 +A:AB$ Pump | Cost$ 1 R | Defined$ Self | NumAtt$ +X | SpellDescription$ CARDNAME gets +X/+0 until end of turn, where X is the number of cards in your hand. +SVar:X:Count$InYourHand +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/sokenzan_spellblade.jpg +SetInfo:SOK|Common|http://magiccards.info/scans/en/sok/115.jpg +Oracle:Bushido 1 (When this blocks or becomes blocked, it gets +1/+1 until end of turn.)\n{1}{R}: Sokenzan Spellblade gets +X/+0 until end of turn, where X is the number of cards in your hand. End \ No newline at end of file