Skip to content

Design Templates

CardDesignTemplate stores reusable layered visuals.

Available layers

Base Frame
├── Left Edge
├── Right Edge
├── Four Corners
├── Top Ornament
├── Bottom Ornament
├── Name Plate
├── Description Plate
├── Attack Area
├── Defense Area
├── Mana Area
└── Default Gem

Each visual group has configurable tint colors. Name, description, and stat text colors are stored on the template.

Shared templates

Assign the same template to multiple Card Definitions:

Crimson Forge
├── Ash Knight
├── Flame Wizard
└── Lava Golem

Editing the template updates every card that uses it.

Combination count

When the same selected piece is reused for matching positions:

16 corners × 16 edges × 16 ornaments × 8 nameplates × 8 bases
= 262,144 base combinations

Colors, badges, gems, and character art increase the total further.

Design override

ModularCardView.Design Override is intended for previews and special cases. When assigned, it has priority over CardDefinition.Design Template.