Prompt Gallery

3D / 游戏 / 像素 / 等距

GTA 风格对话截图

生成一张逼真的电子游戏截图,包含电影感的对话场景、可自定义的 NPC 以及多项选择对话菜单。

ID
13890
作者
Chetaslua
标签
3D / 游戏 / 像素 / 等距 / 食品 / 饮料 / 菜单 / 摄影 / 电影感 / 写实场景

中文提示词

{
  "type": "电子游戏截图",
  "style": "{argument name=\"art style\" default=\"Grand Theft Auto VI 美学,写实 3D 图形\"}",
  "setting": "日落时分俯瞰沿海城市的阳台,棕榈树,摩天大楼,温暖的灯光",
  "characters": [
    {
      "role": "NPC",
      "description": "{argument name=\"npc description\" default=\"全能侠 (Omni-Man),肌肉发达的中年男子,留着胡须,鬓角灰白,身穿红白相间的超级英雄制服\"}",
      "position": "中左,面向镜头"
    },
    {
      "role": "玩家",
      "description": "戴着反戴深色棒球帽、身穿浅灰色 T 恤的男子",
      "position": "右前景,背对镜头"
    }
  ],
  "ui_elements": {
    "type": "对话菜单",
    "position": "底部中央",
    "speaker_name": "{argument name=\"speaker name\" default=\"全能侠 (OMNI-MAN)\"}",
    "dialogue_text": "{argument name=\"npc dialogue\" default=\"这个星球不是由你来保护的。维尔特鲁姆人的统治是不可避免的。\"}",
    "choices_count": 3,
    "choices": [
      "1. {argument name=\"choice 1\" default=\"你休想接管任何东西。\"}",
      "2. 你到底想从我这里得到什么?",
      "3. 我不在乎你们的政治。"
    ],
    "highlight": "选项 1 具有半透明的紫色背景条"
  }
}

原始提示词

{
  "type": "video game screenshot",
  "style": "{argument name=\"art style\" default=\"Grand Theft Auto VI aesthetic, realistic 3D graphics\"}",
  "setting": "balcony overlooking a coastal city at sunset, palm trees, skyscrapers, warm lighting",
  "characters": [
    {
      "role": "NPC",
      "description": "{argument name=\"npc description\" default=\"Omni-Man, muscular older man with a mustache and grey temples, wearing a red and white superhero suit\"}",
      "position": "center-left, facing camera"
    },
    {
      "role": "Player",
      "description": "man wearing a backwards dark baseball cap and light grey t-shirt",
      "position": "right foreground, back to camera"
    }
  ],
  "ui_elements": {
    "type": "dialogue menu",
    "position": "bottom center",
    "speaker_name": "{argument name=\"speaker name\" default=\"OMNI-MAN\"}",
    "dialogue_text": "{argument name=\"npc dialogue\" default=\"This planet isn't yours to protect. Viltrumite rule is inevitable.\"}",
    "choices_count": 3,
    "choices": [
      "1. {argument name=\"choice 1\" default=\"You're not taking over anything.\"}",
      "2. What do you want from me?",
      "3. I don't care about your politics."
    ],
    "highlight": "Choice 1 has a translucent purple background bar"
  }
}