GammaPaladin wrote:[EDIT: Oh, I forgot,
Mox Pearl would also be handy. Though that should be trivial to make by editing
Mox Sapphire or
Mox Jet. I just need to know where to get the art for it.]
I've already created
Mox Pearl and
Mox Emerald (with art) in
my mod. Or if you just want the cards and want to grab the art separately then you can grab the art
here (look for the Limited Edition Alpha sets) and grab the card xml below.
- Mox XMLs | Open
- Mox Emerald
- Code: Select all
<?xml version='1.0'?>
<CARD_V2>
<FILENAME text="MOX_EMERALD_629" />
<CARDNAME text="MOX_EMERALD" />
<TITLE>
<LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Mox Emerald]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Mox Emerald]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Mox Emerald]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Mox Emerald]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Mox Emerald]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Mox Emerald]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Mox Emerald]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Mox Emerald]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Mox Emerald]]></LOCALISED_TEXT>
</TITLE>
<MULTIVERSEID value="629" />
<ARTID value="RSN629" />
<ARTIST name="Dan Frazier" />
<CASTING_COST cost="{0}" />
<TYPE metaname="Artifact" />
<EXPANSION value="2ED" />
<RARITY metaname="R" />
<MANA_ABILITY>
<LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Add 1 green mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Add 1 green mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Add 1 green mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Add 1 green mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Add 1 green mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Add 1 green mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Add 1 green mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Add 1 green mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Add 1 green mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<COST type="TapSelf" />
<PRODUCES amount="{G}" />
</MANA_ABILITY>
<AI_BASE_SCORE score="450" zone="ZONE_IN_PLAY" />
</CARD_V2>
Mox Pearl:
- Code: Select all
<?xml version='1.0'?>
<CARD_V2>
<FILENAME text="MOX_PEARL_631" />
<CARDNAME text="MOX_PEARL" />
<TITLE>
<LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Mox Pearl]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Mox Pearl]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Mox Pearl]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Mox Pearl]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Mox Pearl]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Mox Pearl]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Mox Pearl]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Mox Pearl]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Mox Pearl]]></LOCALISED_TEXT>
</TITLE>
<MULTIVERSEID value="631" />
<ARTID value="RSN631" />
<ARTIST name="Dan Frazier" />
<CASTING_COST cost="{0}" />
<TYPE metaname="Artifact" />
<EXPANSION value="2ED" />
<RARITY metaname="R" />
<MANA_ABILITY>
<LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Add 1 white mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Add 1 white mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Add 1 white mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Add 1 white mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Add 1 white mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Add 1 white mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Add 1 white mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Add 1 white mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Add 1 white mana to your mana pool. Tapping this artifact can be played as an interrupt.]]></LOCALISED_TEXT>
<COST type="TapSelf" />
<PRODUCES amount="{W}" />
</MANA_ABILITY>
<AI_BASE_SCORE score="450" zone="ZONE_IN_PLAY" />
</CARD_V2>
GammaPaladin wrote:Hmm... Couldn't you just add a 0 case ability so that if there are no artifacts out, there's still an ability to trigger, it just gives 0 mana? That might prevent a crash...
Nope, it will still crash, a Mana Ability that produces no mana will crash the game.
GammaPaladin wrote:And tbh I can't foresee a need for more than say 20 as a maximum, and even if I had more artifacts out than that, I can't imagine a scenario in which I'd be crying over only getting 20 mana out of it. Though I'm a noob, so that's probably why I can't imagine it

There are many things that could make use of more than 20 mana for example using a
Fireball on multiple targets or against one large target. For example your opponent through life gain has gotten up to 50 life and you have a
Disintegrate in your hand. There are also artifacts that can use excess mana for other effects like adding counters.