Surreal Action Rpg Boss Fight Ui

Surreal Action Rpg Boss Fight Ui — generated with GPT Image 2

What this prompt does: Produces a 3d figurines image using GPT Image 2. Style cues: dark, cinematic. Sourced from a verified fair-citation repository (ぶるぺん/blue.pen5805) and reproduced here unchanged with full attribution per the source license.

Prompt
{
  "type": "action RPG video game screenshot",
  "environment": "{argument name=\"environment\" default=\"dark, gritty tavern interior with wooden structures, lanterns, and scattered debris\"}",
  "characters": {
    "player": {
      "description": "female warrior with red hair in dark leather armor",
      "action": "{argument name=\"player action\" default=\"swinging a glowing sword that emits bright sparks and light trails\"}"
    },
    "boss": {
      "description": "giant {argument name=\"boss type\" default=\"broccoli\"} head attached to human female legs wearing fishnet stockings and black high heels",
      "pose": "floating or jumping in the center of the room"
    }
  },
  "layout": {
    "ui_components": [
      {
        "position": "top center",
        "type": "boss health bar",
        "text": "{argument name=\"boss name\" default=\"ブロッコリーヌ\"}",
        "value": "33,333"
      },
      {
        "position": "center",
        "type": "floating damage number",
        "text": "{argument name=\"damage number\" default=\"3,333\"}",
        "icon": "green leaf"
      },
      {
        "position": "left edge",
        "type": "party roster",
        "count": 7,
        "description": "vertical column of small character portrait thumbnails"
      },
      {
        "position": "bottom left",
        "type": "control prompts",
        "count": 4,
        "labels": ["[RT] グラディエント", "[RB] パリィ", "(B) 回避", "(A) ジャンプ"]
      },
      {
        "position": "bottom right",
        "type": "party status bars",
        "count": 3,
        "description": "character portraits with HP/MP bars and numeric values like 2333/2333"
      },
      {
        "position": "mid-right",
        "type": "stance info panel",
        "style": "ink-splatter frame",
        "labels": ["構えなし", "スキルを使うと構えが生成されません。構えを生成するには攻撃する。"]
      }
    ]
  }
}