Monster Generator

This Monster Generator is a tool for randomly selecting traits of a monster for a Monster of the Week game, an action-horror table top role playing game flavored after episodic monster television shows.

Click "Generate New Monster" to randomly generate new fields. If you want to keep a particular attribute of a monster, click the lock    icon next to the attribute name.

Generate New Monster


Lock All Unlock All

{{ monster.type.name }}


Motivation: {{ monster.type.motivation }}

{{ monster.harmCapacity }}

{{ monster.armor }}

{{ monster.defense.description }}


Effect: {{ monster.defense.effect }}

{{ monster.size.description }}


Effect: {{ monster.size.effect }}

{{ monster.physicalFeature }}

{{ monster.thingKnownFor.description }}

{{ ability.name + (ability.element ? ' (' + ability.element.name + ')' : '') }}

{{ weakness.effect + ' ' + weakness.source.toLowerCase() + (weakness.element ? ' (' + weakness.element.name + ')' : '') }}

{{ monster.attackType.description }}


Effect: {{ monster.attackType.effect }}

Attacks:

{{ type | capitalize }}
{{ tag.name | capitalize }}, {{ tag.element.name | capitalize }} ({{ tag.effect.toLowerCase() }})