create_character
Create a Pirate Borg NPC with procedurally rolled stats from enemy generator tables. Provide narrative details; the tool rolls all numerical values like HP, morale, armor, and ability modifiers.
Instructions
Generate a Pirate Borg NPC with procedurally rolled stats (HP, morale, armor, ability modifiers). You supply the narrative fields; the tool rolls all numerical values from the enemy generator tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The character's name | |
| faction | Yes | The faction this character belongs to | |
| hp_tier | No | HP tier 1–10 from the enemy generator table. If omitted, rolled with d10. | |
| summary | Yes | A brief one-sentence description of the character | |
| inventory | No | List of items the character carries | |
| armor_tier | No | Armor tier 0–3 from the enemy generator table. If omitted, rolled with d4. | |
| attack_name | Yes | Name of the primary attack (e.g. 'Cutlass', 'Flintlock Shot') | |
| description | Yes | Longer narrative description: appearance, personality, mannerisms, role in the world | |
| attack_description | Yes | Full attack description including narrative flavour and any special effects or conditions |