User Tools

Site Tools


card-types

This is an old revision of the document!


Card Types

If you add the IsiahCGCCardTypes plugin to your project, you can specify one or more custom Types to each Card which give you access to a whole host of features that could be useful for a card game.

Defining Types

Skills/Items

<Card Type: type_name> Replace “type_name” with the name of the Card Type (case sensitive) that you want this skill to have. A Skill/Card can have multiple Card Types, using multiple instances of this notetag.

Ensure that all Types you plan to use are in the Card Types plugin parameter.

Any skill which contains the <Card Base: file_name> notetag from IsiahCardGameCombat will use that specified Card Base instead of the one specified by this plugin.

With the IsiahCGCCardTypes plugin, you also have access to these Card Actions:

Card Action Syntax Description
Draw X Type Y Where X is a number and Y is the name of a Card Type, the game will search the player’s deck for cards of type Y and draw the first X amount of them.
Discard X Type Y Where X is a number and Y is the name of a Card Type, the game will search the player's deck for cards of type Y and discard the first X amount of them.
Remove X Type Y Where X is a number and Y is the name of a Card Type, the game will search the player's deck for cards of type Y and remove the first X amount of them.
Mill Until Type X Where X is the name of a Card Type, the game will discard the top card of the player’s deck until a card of card type Y is on the top of the deck. It will not draw or discard this card - these actions would be a separate notetag.

Note: All spellings of card type names are case sensitive.

Damage Formula

card-types.1680154284.txt.gz · Last modified: 2023/03/30 07:31 by banerjeesw