返回提示词库
体素沙盒 Boss 战 UI

示例图片

体素沙盒 Boss 战 UI 1
UI 与界面YouMindui-interfacesen

体素沙盒 Boss 战 UI

生成一张第一人称视角的方块体素游戏截图,包含 Boss 战、自定义怪物以及详细的平视显示器(HUD)。

分类
UI 与界面
模型
GPT Image 2
来源作者
Mrinaal Arora
原始语言
en
浏览量0
来源 ID
13681
发布时间
2026年4月15日
在 Studio 中使用打开来源

完整提示词

{
  "type": "第一人称体素游戏截图",
  "environment": {
    "style": "方块 3D 像素艺术",
    "time": "夜晚",
    "biome": "{argument name=\"biome name\" default=\"腐化之地\"}",
    "features": "紫色草地、紫色树叶的树木、水池、火把"
  },
  "entities": [
    {
      "name": "{argument name=\"boss name\" default=\"克苏鲁之眼\"}",
      "description": "巨大的浮空眼球,正在发射紫色激光"
    },
    {
      "name": "史莱姆王",
      "description": "戴着金红宝石皇冠的巨大蓝色史莱姆"
    },
    {
      "name": "{argument name=\"player name\" default=\"史蒂夫\"}",
      "description": "穿着深色盔甲、手持绿色长剑的多人游戏角色"
    },
    {
      "name": "敌对怪物",
      "count": 6,
      "types": [
        "2 只骷髅",
        "2 只僵尸",
        "2 只紫色蝙蝠"
      ]
    },
    {
      "name": "中立怪物",
      "count": 2,
      "types": [
        "1 只粉色火烈鸟",
        "1 只小型蓝色史莱姆"
      ]
    },
    {
      "name": "触手",
      "count": 1,
      "description": "带有眼睛的紫色分段触手"
    }
  ],
  "first_person_view": {
    "right_hand": "手持一把大型像素化铁剑"
  },
  "ui_overlay": {
    "top_left": {
      "type": "调试信息",
      "lines": [
        "X: 340",
        "Y: 64",
        "Z: -190",
        "生物群系: {argument name=\"biome name\" default=\"腐化之地\"}"
      ]
    },
    "top_center": {
      "type": "Boss 血条",
      "color": "紫色",
      "label": "{argument name=\"boss name\" default=\"克苏鲁之眼\"}"
    },
    "top_right": {
      "type": "提示通知",
      "icon": "眼球",
      "text": "新配方已解锁!请查看你的配方书"
    },
    "bottom_left": {
      "type": "聊天记录",
      "text": "{argument name=\"player name\" default=\"史蒂夫\"} 达成了进度 [{argument name=\"advancement name\" default=\"克苏鲁之眼\"}]"
    },
    "bottom_center": {
      "type": "HUD",
      "stats": [
        "10 颗红心",
        "10 个护甲图标",
        "10 个饥饿度图标",
        "15 级等级指示器"
      ],
      "hotbar_slots": 9,
      "hotbar_items": [
        "1 把紫色长剑",
        "1 把镐",
        "1 把斧",
        "1 根绿色法杖",
        "1 把枪",
        "30 瓶红色药水",
        "64 个棕色方块",
        "8 个金苹果",
        "2 颗蓝色星星"
      ]
    },
    "center": {
      "type": "准星",
      "style": "白色十字准星"
    }
  }
}
多语言版本

体素沙盒 Boss 战 UI

en

{ "type": "voxel video game screenshot", "style": "crossover between Minecraft and Terraria", "environment": "nighttime blocky landscape, purple-tinted corruption biome, water pools, trees", "first_person_view": "holding a large blocky sword on the right side of the screen", "entities": { "boss": "giant floating eyeball with red veins shooting a purple laser", "player_avatar": "character in dark armor holding a green sword, viewed from behind", "mobs": [ "1 giant crowned blue slime", "1 small blue slime", "2 zombies", "2 skeletons", "2 purple bats", "1 pink flamingo" ] }, "user_interface": { "boss_bar": "top center, purple bar, text '{argument name=\"boss name\" default=\"Eye of Cthulhu\"}'", "coordinates": "top left, text 'X: 340 Y: 64 Z: -190 Biome: {argument name=\"biome name\" default=\"Corruption\"}'", "notification": "top right, white box, text '{argument name=\"notification text\" default=\"New Recipes Unlocked! Check your recipe book\"}'", "chat": "bottom left, text 'Steve has made the advancement [{argument name=\"advancement name\" default=\"Eye of Cthulhu\"}]'", "status_bars": "bottom center, 10 red hearts, 10 hunger icons, green XP bar showing level 15", "hotbar": "bottom center, 9 slots containing: purple sword, pickaxe, axe, green tool, gun, 30 red potions, 64 brown blocks, 8 golden apples, 2 blue stars" } }

体素沙盒 Boss 战 UI

zh-CN

{ "type": "第一人称体素游戏截图", "environment": { "style": "方块 3D 像素艺术", "time": "夜晚", "biome": "{argument name=\"biome name\" default=\"腐化之地\"}", "features": "紫色草地、紫色树叶的树木、水池、火把" }, "entities": [ { "name": "{argument name=\"boss name\" default=\"克苏鲁之眼\"}", "description": "巨大的浮空眼球,正在发射紫色激光" }, { "name": "史莱姆王", "description": "戴着金红宝石皇冠的巨大蓝色史莱姆" }, { "name": "{argument name=\"player name\" default=\"史蒂夫\"}", "description": "穿着深色盔甲、手持绿色长剑的多人游戏角色" }, { "name": "敌对怪物", "count": 6, "types": [ "2 只骷髅", "2 只僵尸", "2 只紫色蝙蝠" ] }, { "name": "中立怪物", "count": 2, "types": [ "1 只粉色火烈鸟", "1 只小型蓝色史莱姆" ] }, { "name": "触手", "count": 1, "description": "带有眼睛的紫色分段触手" } ], "first_person_view": { "right_hand": "手持一把大型像素化铁剑" }, "ui_overlay": { "top_left": { "type": "调试信息", "lines": [ "X: 340", "Y: 64", "Z: -190", "生物群系: {argument name=\"biome name\" default=\"腐化之地\"}" ] }, "top_center": { "type": "Boss 血条", "color": "紫色", "label": "{argument name=\"boss name\" default=\"克苏鲁之眼\"}" }, "top_right": { "type": "提示通知", "icon": "眼球", "text": "新配方已解锁!请查看你的配方书" }, "bottom_left": { "type": "聊天记录", "text": "{argument name=\"player name\" default=\"史蒂夫\"} 达成了进度 [{argument name=\"advancement name\" default=\"克苏鲁之眼\"}]" }, "bottom_center": { "type": "HUD", "stats": [ "10 颗红心", "10 个护甲图标", "10 个饥饿度图标", "15 级等级指示器" ], "hotbar_slots": 9, "hotbar_items": [ "1 把紫色长剑", "1 把镐", "1 把斧", "1 根绿色法杖", "1 把枪", "30 瓶红色药水", "64 个棕色方块", "8 个金苹果", "2 颗蓝色星星" ] }, "center": { "type": "准星", "style": "白色十字准星" } } }

提示词/图片相似

12

像素风生存游戏 UI 设计草图

像素风生存游戏 UI 设计草图

生成一个复古 8-bit 风格的电子游戏界面,包含生存游戏场景以及可自定义的文本菜单和 HUD 元素。

UI 与界面YouMindui-interfaces
GPT Image 20 浏览量
动作 RPG Boss 战截图

动作 RPG Boss 战截图

生成一张逼真的电影级电子游戏 Boss 战截图,包含血条、任务日志和玩家 HUD 元素。

UI 与界面YouMindui-interfaces
GPT Image 20 浏览量
Minecraft 已保存位置 UI 模型

Minecraft 已保存位置 UI 模型

一张像素艺术风格的 Minecraft 第一人称截图,展示了自定义的已保存位置菜单,适用于展示游戏 UI 概念、插件或传送导航工具。

UI 与界面YouMindui-interfaces
GPT Image 20 浏览量
外卖 App UI 提示词

外卖 App UI 提示词

用于生成深色模式下包含特定美食分类的外卖 App 首页界面的提示词。

UI 与界面YouMindui-interfaces
GPT Image 20 浏览量
抽卡游戏 UI 原型

抽卡游戏 UI 原型

为盲盒或抽卡游戏生成移动端 App UI 原型,包含核心角色展示区、操作按钮及导航元素。

UI 与界面YouMindui-interfaces
GPT Image 20 浏览量
电商直播间 UI 设计稿

电商直播间 UI 设计稿

生成一个逼真的移动端电商直播界面,包含模特、互动商品卡片以及滚动聊天浮层。

UI 与界面YouMindui-interfaces
GPT Image 21 浏览量
网站首页截图生成

网站首页截图生成

一个旨在通过生成特定网站首页的逼真截图来测试文本渲染效果的提示词。

UI 与界面YouMindui-interfaces
GPT Image 20 浏览量
可爱 3D 角色图标

可爱 3D 角色图标

生成一个可爱的 3D 渲染 kawaii 风格角色,具有柔和的哑光质感,背景为纯白色,非常适合用作应用图标或头像。

UI 与界面YouMindui-interfaces
GPT Image 20 浏览量
跨界平台格斗游戏截图

跨界平台格斗游戏截图

生成一张高度精细的 3D 格斗游戏截图,包含自定义角色、动态战斗特效以及逼真的 UI 覆盖层。

UI 与界面YouMindui-interfaces
GPT Image 20 浏览量
OpenAI CEO 公告模拟图

OpenAI CEO 公告模拟图

一个用于创建 OpenAI 宣布新 CEO 的虚假 X 推文截图的提示词,旨在展示该模型在文本和 UI 模拟方面的技能。

UI 与界面YouMindui-interfaces
GPT Image 20 浏览量
假设性新闻主页

假设性新闻主页

为特定活动或发布日期量身定制网站着陆页的视觉呈现。

UI 与界面YouMindui-interfaces
GPT Image 20 浏览量
YouTube 直播界面模型

YouTube 直播界面模型

生成一个逼真的 YouTube 直播 UI,包含带有聊天叠加层、频道详情和可自定义文本字段的视频播放器。

UI 与界面YouMindui-interfaces
GPT Image 20 浏览量