Please note that some information on this wiki is still based on the demo version.
If you notice any errors, feel free to correct them.

Template:Card

From Super Fantasy Kingdom Official Wiki

Displays a unit in a card like display.

Parameters

  • name: Name of the unit, e.g. Crossbowman
  • kingdom: Name of the kingdom, e.g. elven
  • damageType: can be magical or physical
  • size: The size of the card. 0.5 for half size, 1 for default, 2 = 2x, etc (can really be any number for scaling)

Example

{{card
| name = Deathpriest
| kingdom = undead
| damageType = magic
}}
{{card
| name = Crossbowman
| kingdom = human
| damageType = physical
| size = 1
}}
{{card
| name = Leech
| kingdom = swamp
| damageType = physical
| size = 0.5
}}
{{card
| name = Swordsman
| kingdom = human
| damageType = physical
| size = 0.3
}}
{{card
| name = Archer
| kingdom = elven
| damageType = physical
| size = 1.5
}}
Deathpriest
Crossbowman
Leech
Swordsman
Archer