# Tool: Generate Prompt for Fantasy RPG Game Assets

> Scaffold game asset icon sets and sprite sheets with the BOPINK Fantasy RPG Asset Generator. Built for indie game devs, UI designers, and tabletop creators, this tool engineers prompts for Midjourney v6 and FLUX.1. It generates grid-aligned potion bottles, legendary glowing weapons, spell scrolls, and elemental magic runes with isolated slate backgrounds ready for game engine UI integration.

**Category**: prompts-ai-image | **Target AI Models**: Midjourney v6, FLUX.1

## Domain Parameters:
- `assetCategory` (select): Item Category (Default: "Potions")
- `elementalAura` (select): Elemental Magic Particles (Default: "Fire Ember")
- `spriteGrid` (toggle): Sprite Sheet Grid Layout (Default: "true")
- `isolateBackdrop` (toggle): Isolate on Solid Dark Slate (Default: "true")

## Master Prompt Engineering Architecture (5 Pillars):
1. **Role & Persona**: Domain expert framing
2. **Task & Deliverable**: Primary objective & constraints
3. **Context & Parameters**: Technical specs & camera/stack parameters
4. **Negative Constraints**: Forbidden artifacts & bad practices
5. **Output Spec**: Section formatting & XML/Markdown structure

## Programmatic API Execution:
```http
POST /api/generate-prompt
Content-Type: application/json

{
  "toolSlug": "generate-prompt-for-fantasy-rpg-game-assets",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
