
You are viewing a potentially older version of this package. View Latest Version
ExtraCosts for MagMod
Adds Prism and Colored Mana as costs for MagMod.Extra Costs for MagMod
Adds 4 new costs, including prism and colored mana (aka shattered mox).
How to Use
Prism
Give your card the extended property of "PrismCost", set the value to an int based on how much you want. (min: 1, max: 3)
myCard.SetExtendedProperty("PrismCost", amount)
Colored Mana
Give your card the extended property of "ManaCost", so it registers as a mana card.
Add one of three extended properties: "GreenMana", "OrangeMana", "BlueMana".
Set Blood Cost to how much mana you want it to cost, and set the value of your extended property also to the blood cost (a bit convoluted sorry :c)
myCard.bloodCost = amount
myCard.SetExtendedProperty("GreenMana", amount)
Credits
--Creatinger--
-Silenceman
--Prism Art--
ener