Monster
Monster Block
Display monster stats, abilities, and loot tables.
The monster block allows you to showcase enemies or creatures in your LitRPG story. It supports fields for name, level, type, rank, stats, abilities, and loot/drops.
Standard Usage
Markdown Input
monster-example.md
:::monstername: Goblin Gruntlevel: 3type: Humanoidrank: Commondescription: A small, green-skinned creature with a jagged dagger.stats: STR: 8 DEX: 12 INT: 6abilities: Slash: Deals moderate physical damage. Flee: Runs away when HP is low.loot: Gold: 5-10 coins Rusty Dagger: 1:::Rendered Monster
Loading...
Simplified Usage
You can include only the relevant fields. Both "loot" and "drops" are supported keys.
Markdown Input
monster-simple.md
:::monstername: Slimelevel: 1description: A blob of green goo.drops: Slime Gel: 100%:::Rendered Monster (Simple)
Loading...
Status: Beta
This feature is currently in beta. If you encounter any bugs or have recommendations for improvement, please let us know!
