You are viewing a potentially older version of this package. View all versions.
Silenceman-ExtraCosts_for_MagMod-1.0.1 icon

ExtraCosts for MagMod

Adds Prism and Colored Mana as costs for Magmod.

Date uploaded 3 years ago
Version 1.0.1
Download link Silenceman-ExtraCosts_for_MagMod-1.0.1.zip
Downloads 330
Dependency string Silenceman-ExtraCosts_for_MagMod-1.0.1

This mod requires the following mods to function

API_dev-API-2.14.3 icon
API_dev-API

The de-facto standard core API for all Inscryption mods. This lets you create new cards, abilities, challenges, map nodes, starter decks, and more.

Preferred version: 2.14.3
Silenceman-Magnificus_Mod-3.2.2 icon
Silenceman-Magnificus_Mod

[RELEASE!] Adds a new magnificus dungeon crawler based act to the game.

Preferred version: 3.2.2

README

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" and set it to true, 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 (min: 1, max: 3) (a bit convoluted sorry :c)
myCard.bloodCost = amount
myCard.SetExtendedProperty("GreenMana", amount)

Credits

--Creatinger--
-Silenceman

--Prism Art--
ener