Re: Conspiracy 2: Take the Crown Spoiler Season
Forge doesn't have 2HG yet, I guess because it has shared turns. It would require some updates. One example off the top of my head: phase triggers would have to differentiate whether they specify in whose upkeep they trigger or not. Verdant Force would trigger once in the opponents' upkeep while something like Mogis, God of Slaughter, would trigger twice. Also, the active player would no longer be unique, which would necessitate some rewrites.
As an example, have a look at Ancient Runes:
As an example, have a look at Ancient Runes:
- Code: Select all
Name:Ancient Runes
ManaCost:2 R
Types:Enchantment
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | Execute$ TrigDamage | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each player's upkeep, CARDNAME deals damage to that player equal to the number of artifacts he or she controls.
SVar:TrigDamage:AB$ DealDamage | Cost$ 0 | Defined$ TriggeredPlayer | NumDmg$ X | References$ X
SVar:X:Count$Valid Artifact.ActivePlayerCtrl
SVar:RemRandomDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/ancient_runes.jpg
Oracle:At the beginning of each player's upkeep, Ancient Runes deals damage to that player equal to the number of artifacts he or she controls.