Page 4 of 86

Re: Card Contributions

PostPosted: 27 Jan 2011, 22:31
by jhhh
Name:Valakut Fireboar
ManaCost:4 R
Types:reature Elemental Boar
Text:no text
PT:1/7
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, switch its power and toughness until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | KW$ HIDDEN CARDNAME's power and toughness are switched
SVar:Rarity:Common
SVar:Picture:http://magiccards.info/scans/en/roe/170.jpg
End

Name:Deprive
ManaCost:U U
Types:Instant
Text:no text.
A:SP$ Counter | Cost$ U U Return<1/Land> | Type$ Spell | Destination$ Graveyard | SpellDescription$ Counter target spell.
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://magiccards.info/scans/en/roe/59.jpg
End

Name:Reality Spasm
ManaCost:X U U
Types:Instant
Text:no text
A:SP$Tap | Cost$ X U U | TargetMin$ X | TargetMax$ X | ValidTgts$ Permanent | TgtPrompt$ Select target permanents | SpellDescription$ Choose one - Tap X target permanents;
A:SP$Untap | Cost$ X U U | TargetMin$ X | TargetMax$ X | ValidTgts$ Permanent | TgtPrompt$ Select target permanents | SpellDescription$
# It may seem wrong to not use X in the target, but since the Targets are what defines X, it's redundant (and not supported by the code)
SVar:X:Targeted$Amount
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://magiccards.info/scans/en/roe/81.jpg
End

Re: Card Contributions

PostPosted: 27 Jan 2011, 23:36
by lazylockie
Name:Shrivel
ManaCost:1 B
Types:Sorcery
Text:no text
A:SP$PumpAll | Cost$ 1 B | ValidCards$ Creature | NumAtt$ -1 | NumDef$ -1 | IsCurse$ True | SpellDescription$ All creatures get -1/-1 until end of turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/shrivel.jpg
SVar:Rarity:Common
SetInfo:ROE|Common|http://magiccards.info/scans/en/roe/126.jpg
End
and Infest with triggers:

Name:Infest
ManaCost:1 B B
Types:Sorcery
Text:no text
A:SP$PumpAll | Cost$ 1 B B | ValidCards$ Creature | NumAtt$ -2 | NumDef$ -2 | IsCurse$ True | SpellDescription$ All creatures get -2/-2 until end of turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/infest.jpg
SVar:Rarity:Uncommon
SetInfo:ALA|Uncommon|http://magiccards.info/scans/en/ala/80.jpg
SVar:Rarity:Uncommon
SetInfo:ONS|Uncommon|http://magiccards.info/scans/en/on/157.jpg
End
Name:Shared Discovery
ManaCost:U
Types:Sorcery
Text:no text
A:SP$Draw | Cost$ U tapXType<4/Creature> | NumCards$ 3 | SpellDescription$ As additional cost to cast CARDNAME tap four untapped creatures you control. Draw three cards.
SVar:Picture:http://www.wizards.com/global/images/magic/general/shared_discovery.jpg
SVar:Rarity:Common
SetInfo:ROE|Common|http://magiccards.info/scans/en/roe/87.jpg
End

Re: Card Contributions

PostPosted: 27 Jan 2011, 23:39
by lazylockie
Thanks for the Deprive jhhh, I didn't know there was a Return as additional cost coded heh

Name:Familiar's Ruse
ManaCost:U U
Types:Instant
Text:no text.
A:SP$ Counter | Cost$ U U Return<1/Creature> | Type$ Spell | Destination$ Graveyard | SpellDescription$ Counter target spell.
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://magiccards.info/scans/en/lw/64.jpg
End

Re: Card Contributions

PostPosted: 27 Jan 2011, 23:51
by friarsol
lazylockie wrote:Thanks for the Deprive jhhh, I didn't know there was a Return as additional cost coded heh
On that note. Make sure you familiarize yourself with the other Costs available that you may not have seen/know about: http://www.slightlymagic.net/wiki/Forge_AbilityCost

Re: Card Contributions

PostPosted: 28 Jan 2011, 00:40
by lazylockie
friarsol wrote:
lazylockie wrote:Thanks for the Deprive jhhh, I didn't know there was a Return as additional cost coded heh
On that note. Make sure you familiarize yourself with the other Costs available that you may not have seen/know about: http://www.slightlymagic.net/wiki/Forge_AbilityCost
Thanks sol, I totally forgot Forge had a wiki

Re: Card Contributions

PostPosted: 28 Jan 2011, 14:56
by lazylockie
Mirrodin Besieged is on Gatherer and magiccards, so I'll assume rev. 5855 for those cards:

Name:Blue Sun's Zenith
ManaCost:X U U U
Types:Instant
Text:no text
A:SP$Draw | Cost$ X U U U | NumCards$ X | ValidTgts$ Player | TgtPrompt$ Choose a player to draw X cards | SubAbility$ SVar=DBShuffle | SpellDescription$ Target player draws X cards. Shuffle Blue Sun's Zenith into its owner's library.
SVar:X:Count$xPaid
SVar:DBShuffle:DB$ChangeZone | Origin$ Stack | Destination$ Library | Shuffle$ True
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/blue_suns_zenith.jpg
SVar:Rarity:Rare
SetInfo:MBS|Rare|http://magiccards.info/scans/en/mbs/20.jpg
End
Name:Blightsteel Colossus
ManaCost:12
Types:Artifact Creature Golem
Text:no text
PT:11/11
K:Trample
K:Indestructible
K:Infect
K:When CARDNAME is put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/blightsteel_colossus.jpg
SVar:Rarity:Mythic
SetInfo:MBS|Mythic|http://magiccards.info/scans/en/mbs/99.jpg
End
Name:Consecrated Sphinx
ManaCost:4 U U
Types:Creature Sphinx
Text:no text
PT:4/6
K:Flying
T:Mode$ Drawn | ValidCard$ Card.YouDontCtrl | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigDraw |
TriggerDescription$ Whenever an opponent draws a card, you may draw two cards.
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 2
SVar:Picture:http://www.wizards.com/global/images/magic/general/consecrated_sphinx.jpg
SVar:Rarity:Mythic
SetInfo:MBS|Mythic|http://magiccards.info/scans/en/mbs/21.jpg
End
Name:Crush
ManaCost:R
Types:Instant
Text:no text
A:SP$Destroy | Cost$ R | ValidTgts$ Artifact.nonCreature | TgtPrompt$ Select target noncreature artifact | SpellDescription$ Destroy target noncreature artifact.
SVar:Picture:http://www.wizards.com/global/images/magic/general/crush.jpg
SVar:Rarity:Common
SetInfo:MBS|Common|http://magiccards.info/scans/en/mbs/61.jpg
End
Name:Glissa, the Traitor
ManaCost:B G G
Types:Creature Zombie Elf
Text:no text
PT:3/2
K:First Strike
K:Deathtouch
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouDontCtrl | TriggerZones$ Battlefield | Execute$ TrigReturn | TriggerDescription$ Whenever a creature you an opponent controls is put into a graveyard from the battlefield, you may return target artifact card from your graveyard to your hand..
SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Hand | TgtPrompt$ Choose target artifact in your graveyard | ValidTgts$ Artifact.YouCtrl | SpellDescription$ Return target artifact card from your graveyard to your hand.
SVar:Picture:http://www.wizards.com/global/images/magic/general/glissa_the_traitor.jpg
SVar:Rarity:Mythic
SetInfo:MBS|Mythic|http://magiccards.info/scans/en/mbs/96.jpg
End
Name:Go for the Throat
ManaCost:1 B
Types:Instant
Text:
A:SP$Destroy | Cost$ 1 B | ValidTgts$ Creature.nonArtifact | TgtPrompt$ Select target nonartifact creature | SpellDescription$ Destroy target nonartifact creature.
SVar:Picture:http://www.wizards.com/global/images/magic/general/go_for_the_throat.jpg
SVar:Rarity:Common
SetInfo:MBS|Common|http://magiccards.info/scans/en/mbs/43.jpg
End
Name:Hellkite Igniter
ManaCost:5 R R
Types:Creature Dragon
Text:no text
PT:5/5
K:Flying
K:Haste
A:AB$Pump | Cost$ 1 R | NumAtt$ +X | NumDef$ 0
SVar:X:Count$TypeYouCtrl.Artifact
SVar:Picture:http://www.wizards.com/global/images/magic/general/hellkite_igniter.jpg
SVar:Rarity:Rare
SetInfo:MBS|Rare|http://magiccards.info/scans/en/mbs/65.jpg
End
(testing cards now)

(more soon)

Re: Card Contributions

PostPosted: 28 Jan 2011, 15:28
by slapshot5
I think the concensus is to hold off checking in Mirrodin: Besieged stuff until Wizards officially releases it on Feb 4. It was discussed in some other thread somewhere...

-slapshot5

Re: Card Contributions

PostPosted: 28 Jan 2011, 15:34
by lazylockie
slapshot5 wrote:I think the concensus is to hold off checking in Mirrodin: Besieged stuff until Wizards officially releases it on Feb 4. It was discussed in some other thread somewhere...

-slapshot5
Oh I see... the only stuff was missing from MBS were the pictures, so I thought if it's on Wizard's Gatherer I could start doing it

Re: Card Contributions

PostPosted: 28 Jan 2011, 15:35
by friarsol
slapshot5 wrote:I think the concensus is to hold off checking in Mirrodin: Besieged stuff until Wizards officially releases it on Feb 4. It was discussed in some other thread somewhere...
Actually the consensus was hold off until the place our script grabs info from (magiccards.info) has the cards. No harm getting them done now. It looks like they won't make this beta, which will give us time to work out kinks of a new set coming in.

Re: Card Contributions

PostPosted: 28 Jan 2011, 16:10
by lazylockie
I think my character limit will explode on previous post, but I'm still using r5855 as reference:

Name:Spine of Ish Sah
ManaCost:7
Types:Artifact
Text:no text
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDestroy | TriggerDescription$ When CARDNAME enters the battlefield, destroy target permanent.
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigReturn | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, return CARDNAME to its owner's hand.
SVar:TrigDestroy:AB$Destroy | Cost$ 0 | ValidTgts$ Permanent | TgtPrompt$ Select target permanent.
SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | ValidCard$ Card.Self | Origin$ Graveyard | Destination$ Hand | SpellDescription$ Return CARDNAME to its owner's hand.
SVar:Picture:http://www.wizards.com/global/images/magic/general/spine_of_ish_sah.jpg
SVar:Rarity:Rare
SetInfo:MBS|Rare|http://magiccards.info/scans/en/mbs/136.jpg
End
Name:Mirran Crusader
ManaCost:1 W W
Types:Creature Human Knight
Text:no text
PT:2/2
K:Double Strike
K:Protection from black
K:Protection from green
SVar:Picture:http://www.wizards.com/global/images/magic/general/mirran_crusader.jpg
SVar:Rarity:Rare
SetInfo:MBS|Rare|http://magiccards.info/scans/en/mbs/14.jpg
End
Name:Phyrexian Crusader
ManaCost:1 B B
Types:Creature Zombie Knight
Text:no text
PT:2/2
K:First Strike
K:Protection from red
K:Protection from white
K:Infect
SVar:Picture:http://www.wizards.com/global/images/magic/general/phyrexian_crusader.jpg
SVar:Rarity:Rare
SetInfo:MBS|Rare|http://magiccards.info/scans/en/mbs/50.jpg
End
Name:Myr Turbine
ManaCost:5
Types:Artifact
Text:no text
A:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenName$ Myr | TokenTypes$ Artifact,Creature,Myr | TokenOwner$ Controller | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Put a 1/1 colorless Myr artifact creature token onto the battlefield.
A:AB$ChangeZone | Cost$ T tapXType<5/Creature.Myr> | Origin$ Library | Destination$ Battlefield | ChangeType$ Creature.Myr | ChangeNum$ 1 | SpellDescription$ Search your library for a Myr creature card, put it onto the battlefield, then shuffle your library.
SVar:Picture:http://www.wizards.com/global/images/magic/general/myr_turbine.jpg
SVar:Rarity:Rare
SetInfo:MBS|Rare|http://magiccards.info/scans/en/mbs/117.jpg
End
Name:Phyrexian Vatmother
ManaCost:2 B B
Types:Creature Horror
Text:no text
PT:4/5
K:Infect
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigPoison | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, you get a poison counter.
SVar:TrigPoison:AB$Poison | Cost$ 0 | Defined$ You | Num$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/phyrexian_vatmother.jpg
SVar:Rarity:Rare
SetInfo:MBS|Rare|http://magiccards.info/scans/en/mbs/52.jpg
End
Name:Psychosis Crawler
ManaCost:5
Types:Creature Horror
Text:no text
PT:*/*
K:stSetPT:Count$InYourHand:Count$InYourHand:CARDNAME's power and toughness are each equal to the number of cards in your hand.
T:Mode$ Drawn | ValidCard$ Card.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever you draw a card, each opponent loses 1 life.
SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | Defined$ Opponent | LifeAmount$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/psychosis_crawler.jpg
SVar:Rarity:Rare
SetInfo:MBS|Rare|http://magiccards.info/scans/en/mbs/126.jpg
End
Note: I'm assuming K:stSetPT (from Maro) is up-to-date.

Name:Slagstorm
Types:Sorcery
Text:no text
A:SP$DamageAll | Cost$ 1 R R | NumDmg$3 | ValidCards$Creature | ValidDescription$each creature. | SpellDescription$CARDNAME deals 3 damage to each creature.
A:SP$DamageAll | Cost$ 1 R R | NumDmg$3 | ValidPlayers$Each | ValidDescription$each creature. | SpellDescription$CARDNAME deals 3 damage to each player.
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/slagstorm.jpg
SVar:Rarity:Rare
SetInfo:MBS|Rare|http://magiccards.info/scans/en/mbs/75.jpg
End
Name:Thrun, the Last Troll
ManaCost:2 G G
Types:Legendary Creature Troll Shaman
Text:no text
PT:4/4
K:CARDNAME can't be countered.
K:CARDNAME can't be the target of spells or abilities your opponents control.
A:AB$Regenerate | Cost$ 1 G | SpellDescription$ Regenerate CARDNAME.
SVar:Picture:http://www.wizards.com/global/images/magic/general/thrun_the_last_troll.jpg
SVar:Rarity:Mythic
SetInfo:MBS|Mythic|http://magiccards.info/scans/en/mbs/92.jpg
End
Name:Titan Forge
ManaCost:3
Types:Artifact
Text:no text
A:AB$PutCounter | Cost$ 3 T | CounterType$ CHARGE | CounterNum$ 1 | SpellDescription$ Put a charge counter on CARDNAME.
A:AB$ Token | Cost$ T SubCounter<3/CHARGE> | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ Controller | TokenColors$ Colorless | TokenPower$ 9 | TokenToughness$ 9 | SpellDescription$ Put a 9/9 colorless Golem artifact creature token onto the battlefield.
SVar:Picture:http://www.wizards.com/global/images/magic/general/titan_forge.jpg
SVar:Rarity:Rare
SetInfo:MBS|Rare|http://magiccards.info/scans/en/mbs/141.jpg
End
Name:White Sun's Zenith
ManaCost:X W W W
Types:Instant
Text:no text
A:SP$Token | Cost$ X W W W | TokenAmount$ X | TokenName$ Cat | TokenTypes$ Creature,Cat | TokenOwner$ Controller | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | SubAbility$ SVar=DBShuffle | SpellDescription$ Put X 2/2 white Cat creature tokens onto the battlefield. Shuffle White Sun's Zenith into its owner's library.
SVar:X:Count$xPaid
SVar:DBShuffle:DB$ChangeZone | Origin$ Stack | Destination$ Library | Shuffle$ True
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/white_suns_zenith.jpg
SVar:Rarity:Rare
SetInfo:MBS|Rare|http://magiccards.info/scans/en/mbs/19.jpg
End

Re: Card Contributions

PostPosted: 28 Jan 2011, 16:16
by Chris H.
friarsol wrote:
slapshot5 wrote:I think the concensus is to hold off checking in Mirrodin: Besieged stuff until Wizards officially releases it on Feb 4. It was discussed in some other thread somewhere...
Actually the consensus was hold off until the place our script grabs info from (magiccards.info) has the cards. No harm getting them done now. It looks like they won't make this beta, which will give us time to work out kinks of a new set coming in.
`
I will use rev 5853 for this weekend's beta. This should give us a good two or three weeks to add the new cards for the following beta. :D

Re: Card Contributions

PostPosted: 28 Jan 2011, 17:55
by jeffwadsworth
@lazylockie. Dude, you don't live up to your nick at all. haha. I will add these this weekend after testing, etc. You and jhhh are running me ragged, but its all good. =D>

Re: Card Contributions

PostPosted: 28 Jan 2011, 19:13
by jhhh
Name:Meditate
ManaCost:2 U
Types:Instant
Text:no text
A:SP$AddTurn | Cost$ 2 U | Defined$ Opponent | NumTurns$ 1 | SpellDescription$ Draw four cards. You skip your next turn. | SubAbility$ SVar=DBDraw
SVar:DBDraw:DB$Draw | NumCards$ 4 | Defined$ You
SVar:Rarity:Rare
SVar:Picture:http://magiccards.info/scans/en/tp/76.jpg
End

Re: Card Contributions

PostPosted: 28 Jan 2011, 19:52
by jhhh
Bloodghast with keywords
Name:Bloodghast
ManaCost:B B
Types:Creature Vampire Spirit
Text:no text
PT:2/1
K:CARDNAME can't block.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | Optional$ True | Execute$ TrigChange | TriggerDescription$ Landfall - Whenever a land enters the battlefield under your control, you may return Bloodghast from your graveyard to the battlefield.
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Battlefield | Defined$ Self
K:stPumpSelf:Creature:0/0/Haste:OppLifeLE/10:CARDNAME has haste as long as an opponent has 10 or less life.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/bloodghast.jpg
SetInfo:ZEN|Rare|http://magiccards.info/scans/en/zen/83.jpg
End

Re: Card Contributions

PostPosted: 28 Jan 2011, 20:03
by jhhh
Name:Moat
ManaCost:2 W W
Types:Enchantment
Text:no text
K:stPumpAll:Creature.withoutFlying:0/0/HIDDEN CARDNAME can't attack.:No Condition:Creatures without flying can't attack.
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/moat.jpg
SetInfo:LEG|Rare|http://magiccards.info/scans/en/lg/197.jpg
End