Template:CreatureCard
More actions
Usage
A styled card template for presenting NPC/Monster stat blocks in the Beastiary. The creature name automatically appears in the page's Table of Contents for easy navigation.
{{CreatureCard
|name=Creature Name
|rank=Elite
|subtitle=Vampire Thrall
|hp=10
|armour=Heavy
|weapons=Any melee weapon
|soul_type=Aberrated
|vulnerability=Any Fire spell/damage take +1 damage
|skills=
* '''Spawn''' – Three times per event...
* '''Vampiric Touch''' – Can cast Air/Water elemental blast...
|description=Flavour text and lore about the creature
|note=Optional crew/referee note
}}
All parameters except name are optional. The card gracefully hides rows for any omitted field.
Ranks determine the header colour:
- Grunt – dark grey
- Leader – dark blue
- Elite – dark purple
- Boss – dark red
- Divine – dark gold
- Default (no rank) – brown (matches SkillCard)
A styled card for presenting NPC/Monster stat blocks in the Beastiary.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The creature name | String | required |
| Rank | rank | Creature rank: Grunt, Leader, Elite, Boss, or Divine | String | suggested |
| Subtitle | subtitle | Creature type or title (e.g. Vampire Thrall, Elder Fae Hag) | String | suggested |
| Hit Points | hp | Base hit points | String | suggested |
| Armour | armour | Armour type (None, Light, Heavy) | String | optional |
| Weapons | weapons | Allowed weapons | String | optional |
| Soul Type | soul_type | Soul type (Aberrated, Corrupted, Empowered, etc.) | String | optional |
| Vulnerability | vulnerability | Weaknesses or vulnerabilities | String | optional |
| Elemental Shield | shield | Elemental shield details (e.g. Fire 4, Water 5) | String | optional |
| Focus Pool | focus | Focus pool amount | String | optional |
| Skills | skills | List of abilities and skills (supports wikitext) | String | suggested |
| Description | description | Lore and flavour text about the creature | String | optional |
| Note | note | Optional crew/referee note | String | optional |