mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Ran scripts and updated and fixed some card texts (Prismatic Boon still needs fixing).
This commit is contained in:
@@ -3,10 +3,12 @@ ManaCost:2 R R
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ Pump | Cost$ 2 R R | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ Trample | SubAbility$ DBAnimate | SpellDescription$ Target creature gains trample until end of turn. When that creature becomes blocked this turn, it gets +1/+1 until end of turn for each creature blocking it.
|
||||
SVar:DBAnimate:DB$ Animate | Defined$ Targeted | Triggers$ TrigBounce | sVars$ ABPump,TrigX
|
||||
SVar:TrigBounce:Mode$ AttackerBlocked | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ ABPump | TriggerDescription$ When CARDNAME becomes blocked this turn, it gets +1/+1 until end of turn for each creature blocking it.
|
||||
SVar:ABPump:AB$ Pump | Cost$ 0 | Defined$ Self | NumAtt$ +TrigX | NumDef$ +TrigX
|
||||
SVar:TrigX:TriggerCount$NumBlockers
|
||||
SVar:DBAnimate:DB$ Animate | Defined$ Targeted | Triggers$ TrigBounce | sVars$ ABBarrelingPump,BarrelingX
|
||||
SVar:TrigBounce:Mode$ AttackerBlocked | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ ABBarrelingPump | TriggerDescription$ When CARDNAME becomes blocked this turn, it gets +1/+1 until end of turn for each creature blocking it.
|
||||
SVar:ABBarrelingPump:AB$ Pump | Cost$ 0 | Defined$ Self | NumAtt$ +BarrelingX | NumDef$ +BarrelingX
|
||||
SVar:BarrelingX:TriggerCount$NumBlockers
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/barreling_attack.jpg
|
||||
SetInfo:MIR|Rare|http://magiccards.info/scans/en/mr/157.jpg
|
||||
Oracle:Target creature gains trample until end of turn. When that creature becomes blocked this turn, it gets +1/+1 until end of turn for each creature blocking it.
|
||||
End
|
||||
@@ -7,4 +7,6 @@ A:AB$ DealDamage | Cost$ 1 R R | ValidTgts$ Creature.withFlying | TgtPrompt$ Sel
|
||||
SVar:DBDebuff:DB$ Debuff | Defined$ Targeted | Keywords$ Flying
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/burning_palm_efreet.jpg
|
||||
SetInfo:MIR|Uncommon|http://magiccards.info/scans/en/mr/161.jpg
|
||||
Oracle:{1}{R}{R}: Burning Palm Efreet deals 2 damage to target creature with flying and that creature loses flying until end of turn.
|
||||
End
|
||||
@@ -10,4 +10,6 @@ SVar:Prevent:AB$ PreventDamage | Cost$ 1 Sac<1/CARDNAME> | ValidTgts$ Creature.S
|
||||
SVar:BuffedBy:Sliver
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/cautery_sliver.jpg
|
||||
SetInfo:PLC|Uncommon|http://magiccards.info/scans/en/pc/154.jpg
|
||||
Oracle:All Slivers have "{1}, Sacrifice this permanent: This permanent deals 1 damage to target creature or player."\nAll Slivers have "{1}, Sacrifice this permanent: Prevent the next 1 damage that would be dealt to target Sliver creature or player this turn."
|
||||
End
|
||||
@@ -9,4 +9,6 @@ SVar:TrigDrain:AB$ LoseLife | Cost$ 1 | ValidTgts$ Player | TgtPrompt$ Select ta
|
||||
SVar:Gain:DB$ GainLife | Defined$ You | LifeAmount$ 1
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/circle_of_affliction.jpg
|
||||
SetInfo:PLC|Uncommon|http://magiccards.info/scans/en/pc/66.jpg
|
||||
Oracle:As Circle of Affliction enters the battlefield, choose a color.\nWhenever a source of the chosen color deals damage to you, you may pay {1}. If you do, target player loses 1 life and you gain 1 life.
|
||||
End
|
||||
@@ -2,15 +2,17 @@ Name:Collapsing Borders
|
||||
ManaCost:3 R
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigGainLifeYou | TriggerZones$ Battlefield | TriggerDescription$ Domain : At the beginning of each player's upkeep, that player gains 1 life for each basic land type among lands he or she controls. Then CARDNAME deals 3 damage to him or her.
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Execute$ TrigGainLifeOpp | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Domain : At the beginning of each player's upkeep, that player gains 1 life for each basic land type among lands he or she controls. Then CARDNAME deals 3 damage to him or her.
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigGainLifeYou | TriggerZones$ Battlefield | TriggerDescription$ Domain - At the beginning of each player's upkeep, that player gains 1 life for each basic land type among lands he or she controls. Then CARDNAME deals 3 damage to him or her.
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Execute$ TrigGainLifeOpp | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Domain - At the beginning of each player's upkeep, that player gains 1 life for each basic land type among lands he or she controls. Then CARDNAME deals 3 damage to him or her.
|
||||
SVar:TrigGainLifeYou:AB$ GainLife | Cost$ 0 | Defined$ You | LifeAmount$ Y | SubAbility$ DBDamageYou
|
||||
SVar:TrigGainLifeOpp:AB$ GainLife | Cost$ 0 | Defined$ Opponent | LifeAmount$ X | SubAbility$ DBDamageOpp
|
||||
SVar:DBDamageYou:DB$ DealDamage | Defined$ You | NumDmg$ 3
|
||||
SVar:DBDamageOpp:DB$ DealDamage | Defined$ Opponent | NumDmg$ 3
|
||||
SVar:Y:Count$Domain
|
||||
SVar:X:Count$OpponentDom
|
||||
SVar:RemAIDeck:True
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/collapsing_borders.jpg
|
||||
SetInfo:INV|Rare|http://magiccards.info/scans/en/in/141.jpg
|
||||
Oracle:Domain - At the beginning of each player's upkeep, that player gains 1 life for each basic land type among lands he or she controls. Then Collapsing Borders deals 3 damage to him or her.
|
||||
End
|
||||
@@ -10,4 +10,6 @@ SVar:Y:Remembered$Valid Card.ChosenType
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/fertile_imagination.jpg
|
||||
SetInfo:DIS|Uncommon|http://magiccards.info/scans/en/di/84.jpg
|
||||
Oracle:Choose a card type. Target opponent reveals his or her hand. Put two 1/1 green Saproling creature tokens onto the battlefield for each card of the chosen type revealed this way. (Artifact, creature, enchantment, instant, land, planeswalker, sorcery, and tribal are card types.)
|
||||
End
|
||||
@@ -9,4 +9,6 @@ SVar:Prevent:DB$ PreventDamage | ValidTgts$ Creature,Player | TgtPrompt$ Select
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/ivory_charm.jpg
|
||||
SetInfo:MIR|Common|http://magiccards.info/scans/en/mr/227.jpg
|
||||
Oracle:Choose one - All creatures get -2/-0 until end of turn; or tap target creature; or prevent the next 1 damage that would be dealt to target creature or player this turn.
|
||||
End
|
||||
@@ -8,7 +8,9 @@ A:AB$ Animate | Cost$ U Sac<1/Island> | ValidTgts$ Land.YouDontCtrl | TgtPrompt$
|
||||
T:Mode$ Always | TriggerZones$ Battlefield | IsPresent$ Island.YouCtrl | PresentCompare$ EQ0 | Execute$ TrigSac | TriggerDescription$ When you control no Islands, sacrifice CARDNAME.
|
||||
SVar:TrigSac:AB$Sacrifice | Cost$ 0 | Defined$ Self
|
||||
SVar:NeedsToPlay:Island.YouCtrl
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/kukemssa_serpent.jpg
|
||||
SetInfo:MIR|Common|http://magiccards.info/scans/en/mr/72.jpg
|
||||
Oracle:Kukemssa Serpent can't attack unless defending player controls an Island.\n{U}, Sacrifice an Island: Target land an opponent controls becomes an Island until end of turn.\nWhen you control no Islands, sacrifice Kukemssa Serpent.
|
||||
End
|
||||
@@ -7,4 +7,6 @@ SVar:X:Count$ThisTurnCast Creature.YouDontCtrl
|
||||
A:SP$ ChangeZone | Cost$ 2 G G | Origin$ Hand | Destination$ Battlefield | ChangeType$ Creature.Green | ChangeNum$ 1 | SpellDescription$ You may put a green creature card from your hand onto the battlefield.
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/lure_of_prey.jpg
|
||||
SetInfo:MIR|Rare|http://magiccards.info/scans/en/mr/125.jpg
|
||||
Oracle:Cast Lure of Prey only if an opponent cast a creature spell this turn.\nYou may put a green creature card from your hand onto the battlefield.
|
||||
End
|
||||
@@ -7,4 +7,6 @@ SVar:X:Targeted$CardNumColors/Times.2
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/might_of_the_nephilim.jpg
|
||||
SetInfo:DIS|Uncommon|http://magiccards.info/scans/en/di/88.jpg
|
||||
Oracle:Target creature gets +2/+2 until end of turn for each of its colors.
|
||||
End
|
||||
@@ -2,8 +2,10 @@ Name:Ovinize
|
||||
ManaCost:1 U
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ Animate | Cost$ 1 U | ValidTgts$ Creature | TgtPrompt$ Select target creature | Power$ 0 | Toughness$ 1 | RemoveAllAbilities$ True
|
||||
A:SP$ Animate | Cost$ 1 U | ValidTgts$ Creature | TgtPrompt$ Select target creature | Power$ 0 | Toughness$ 1 | RemoveAllAbilities$ True | SpellDescription$ Target creature loses all abilities and becomes 0/1 until end of turn.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Common
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/ovinize.jpg
|
||||
SetInfo:PLC|Uncommon|http://magiccards.info/scans/en/pc/57.jpg
|
||||
Oracle:Target creature loses all abilities and becomes 0/1 until end of turn.
|
||||
End
|
||||
@@ -6,8 +6,9 @@ PT:3/3
|
||||
K:Kicker:2 G
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.Self+kicked | Origin$ Any | Destination$ Battlefield | Execute$ TrigPut | Static$ True | TriggerDescription$ If CARDNAME was kicked, it enters the battlefield with three +1/+1 counters on it and with haste.
|
||||
SVar:TrigPut:AB$ PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 3 | SubAbility$ DBPump
|
||||
SVar:DBPump:DB$ Pump | Defined$ Self | KW$ Haste
|
||||
SVar:RemAIDeck:True
|
||||
SVar:DBPump:DB$ Pump | Defined$ Self | KW$ Haste | Permanent$ True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/mitotic_slime.jpg
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/pouncing_wurm.jpg
|
||||
SetInfo:PLC|Uncommon|http://magiccards.info/scans/en/pc/136.jpg
|
||||
Oracle:Kicker {2}{G} (You may pay an additional {2}{G} as you cast this spell.)\nIf Pouncing Wurm was kicked, it enters the battlefield with three +1/+1 counters on it and with haste.
|
||||
End
|
||||
@@ -10,4 +10,6 @@ SVar:MaxTgts:Count$Valid Creature
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/prismatic_boon.jpg
|
||||
SetInfo:MIR|Uncommon|http://magiccards.info/scans/en/mr/334.jpg
|
||||
Oracle:Choose a color. X target creatures gain protection from the chosen color until end of turn.
|
||||
End
|
||||
@@ -7,4 +7,6 @@ SVar:Animate:DB$ Animate | ValidTgts$ Permanent | TgtPrompt$ Select target perma
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/prismatic_lace.jpg
|
||||
SetInfo:MIR|Rare|http://magiccards.info/scans/en/mr/84.jpg
|
||||
Oracle:Target permanent becomes the color or colors of your choice. (This effect lasts indefinitely.)
|
||||
End
|
||||
@@ -9,4 +9,6 @@ SVar:Phases:DB$ Phases | ValidTgts$ Creature.YouDontCtrl | TgtPrompt$ Select tar
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/sapphire_charm.jpg
|
||||
SetInfo:MIR|Common|http://magiccards.info/scans/en/mr/89.jpg
|
||||
Oracle:Choose one - Target player draws a card at the beginning of the next turn's upkeep; or target creature gains flying until end of turn; or target creature an opponent controls phases out. (While it's phased out, it's treated as though it doesn't exist. It phases in before its controller untaps during his or her next untap step.)
|
||||
End
|
||||
@@ -11,4 +11,6 @@ SVar:TrigMana:AB$ Mana | Cost$ 0 | Produced$ Chosen
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/utopia_sprawl.jpg
|
||||
SetInfo:DIS|Common|http://magiccards.info/scans/en/di/99.jpg
|
||||
Oracle:Enchant Forest\nAs Utopia Sprawl enters the battlefield, choose a color.\nWhenever enchanted Forest is tapped for mana, its controller adds one mana of the chosen color to his or her mana pool (in addition to the mana the land produces).
|
||||
End
|
||||
Reference in New Issue
Block a user