Prompt Gallery

UI / App / 网页 / SaaS

超现实动作 RPG Boss 战 UI

生成一个高度精细的电子游戏 UI 模型,展示与奇异、超现实的 Boss 怪物的战斗,并支持自定义文本和元素。

ID
13612
作者
ぶるぺん/blue.pen5805
标签
UI / App / 网页 / SaaS / 3D / 游戏 / 像素 / 等距 / 角色 / IP / 贴纸 / VTuber

中文提示词

{
  "type": "动作 RPG 电子游戏截图",
  "environment": "{argument name=\"environment\" default=\"阴暗、粗犷的酒馆内部,配有木质结构、灯笼和散落的碎片\"}",
  "characters": {
    "player": {
      "description": "身穿深色皮甲的红发女战士",
      "action": "{argument name=\"player action\" default=\"挥舞着一把发出明亮火花和光迹的发光剑\"}"
    },
    "boss": {
      "description": "巨大的 {argument name=\"boss type\" default=\"西兰花\"} 头颅,连接着穿着渔网袜和黑色高跟鞋的女性人类双腿",
      "pose": "漂浮或跳跃在房间中央"
    }
  },
  "layout": {
    "ui_components": [
      {
        "position": "顶部中央",
        "type": "Boss 血条",
        "text": "{argument name=\"boss name\" default=\"ブロッコリーヌ\"}",
        "value": "33,333"
      },
      {
        "position": "中央",
        "type": "浮动伤害数值",
        "text": "{argument name=\"damage number\" default=\"3,333\"}",
        "icon": "绿叶"
      },
      {
        "position": "左侧边缘",
        "type": "队伍列表",
        "count": 7,
        "description": "小型角色头像缩略图的垂直列"
      },
      {
        "position": "左下角",
        "type": "操作提示",
        "count": 4,
        "labels": ["[RT] 渐变", "[RB] 招架", "(B) 回避", "(A) 跳跃"]
      },
      {
        "position": "右下角",
        "type": "队伍状态栏",
        "count": 3,
        "description": "带有 HP/MP 条和 2333/2333 等数值的角色头像"
      },
      {
        "position": "中右侧",
        "type": "架势信息面板",
        "style": "墨迹飞溅边框",
        "labels": ["无架势", "使用 技能 时不会生成架势。通过攻击来生成架势。"]
      }
    ]
  }
}

原始提示词

{
  "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": ["構えなし", "スキルを使うと構えが生成されません。構えを生成するには攻撃する。"]
      }
    ]
  }
}