- Integrating a reformatted fix by Seravy which makes Mox Amber AI playable (as well as Reflecting Pool) and fixes auto mana payment for these and other cards that use ManaReflected.

This commit is contained in:
Agetian
2018-05-02 06:55:59 +03:00
parent d664f8abcd
commit c66a8c20d2
3 changed files with 10 additions and 11 deletions

View File

@@ -2,6 +2,5 @@ Name:Mox Amber
ManaCost:0
Types:Legendary Artifact
A:AB$ ManaReflected | Cost$ T | ColorOrType$ Color | Valid$ Creature.Legendary+YouCtrl,Planeswalker.Legendary+YouCtrl | ReflectProperty$ Is | SpellDescription$ Add one mana of any color among legendary creatures and planeswalkers you control.
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/mox_amber.jpg
Oracle:{T}: Add one mana of any color among legendary creatures and planeswalkers you control.

View File

@@ -1,6 +1,6 @@
Name:Reflecting Pool
ManaCost:no cost
Types:Land
A:AB$ ManaReflected | Cost$ T | ColorOrType$ Type | Valid$ Land.YouCtrl | ReflectProperty$ Produce | SpellDescription$ Add to your mana pool one mana of any type that a land you control could produce.
A:AB$ ManaReflected | Cost$ T | ColorOrType$ Type | Valid$ Land.YouCtrl | ReflectProperty$ Produce | SpellDescription$ Add one mana of any type that a land you control could produce.
SVar:Picture:http://www.wizards.com/global/images/magic/general/reflecting_pool.jpg
Oracle:{T}: Add to your mana pool one mana of any type that a land you control could produce.
Oracle:{T}: Add one mana of any type that a land you control could produce.