Merge branch 'rix-cards' into 'master'

Added Golden Guardian [RIX]

See merge request core-developers/forge!102
This commit is contained in:
Sol
2018-01-15 13:48:13 +00:00
2 changed files with 28 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
- Rivals of Ixalan -
Most cards for the upcoming set Rivals of Ixalan have been coded and are available for testing. The remaining cards should hopefully be coded within the next few weeks. Please note that this is the initial release of Rivals of Ixalan cards, so you may expect to see rule application issues and AI issues. You are welcome to report any problems you encounter with these new cards.
All cards of the brand new set Rivals of Ixalan have been coded and are available for testing. Please note that this is the initial release of Rivals of Ixalan cards, so you may expect to see rule application issues and AI issues. You are welcome to report any problems you encounter with these new cards.
- New Quest World: Theros -
A new quest world by Xyx has been integrated into the game, based on the Theros block and featuring cards from Theros, Born of the Gods, and Journey into Nyx sets. To quote the author of the quest world: "Follow in the footsteps of Elspeth as she seeks to undo the chaos created after Xenagos discovers that there is more to the multiverse than Theros and its gods. Theros is the biggest quest world by far, featuring a massive 202 duels and 34 challenges. The first series of duels showcases the flavor of the Theros world, the second series highlights the various mechanics, and the final series pits you against decks that made the Pro Tour!"

View File

@@ -0,0 +1,27 @@
Name:Golden Guardian
ManaCost:4
Types:Artifact Creature Golem
PT:4/4
K:Defender
A:AB$ Fight | Cost$ 2 | Defined$ Self | ValidTgts$ Creature.YouCtrl+Other | TgtPrompt$ Select another target creature you control | SubAbility$ DBDiesEffect | SpellDescription$ CARDNAME fights another target creature you control. When CARDNAME dies this turn, return it to the battlefield transformed under your control.
#TODO: This should be a Delayed Trigger, but AF DelayedTrigger doesn't work at the moment due to timestamp check issues.
SVar:DBDiesEffect:DB$ Effect | Name$ Golden Guardian Effect | Triggers$ TrigChangesZone | SVars$ TrigChangeZone,EndEffect | References$ TrigChangesZone,TrigChangeZone,EndEffect | RememberObjects$ Self | ExileOnMoved$ Exile
SVar:TrigChangesZone:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.IsRemembered | Execute$ TrigChangeZone | TriggerDescription$ When EFFECTSOURCE dies this turn, return it to the battlefield transformed under your control.
SVar:TrigChangeZone:DB$ ChangeZone | Defined$ Remembered | Origin$ Graveyard | Destination$ Battlefield | Transformed$ True | GainControl$ True | SubAbility$ EndEffect
SVar:EndEffect:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile
AlternateMode:DoubleFaced
DeckHas:Ability$Token
SVar:Picture:http://www.wizards.com/global/images/magic/general/golden_guardian.jpg
Oracle:Defender\n{2}: Golden Guardian fights another target creature you control. When Golden Guardian dies this turn, return it to the battlefield transformed under your control.
ALTERNATE
Name:Gold-Forge Garrison
ManaCost:no cost
Types:Land
A:AB$ Mana | Cost$ T | Produced$ Any | Amount$ 2 | SpellDescription$ Add two mana of any one color to your mana pool.
A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 4 | TokenToughness$ 4 | TokenImage$ c 4 4 golem RIX | SpellDescription$ Create a 4/4 colorless Golem artifact creature token.
SVar:Picture:http://www.wizards.com/global/images/magic/general/gold-forge_garrison.jpg
Oracle:{T}: Add two mana of any one color to your mana pool.\n{4}, {T}: Create a 4/4 colorless Golem artifact creature token.