Prompt Gallery

信息图 / 教育图解 / 图表

Mecha Base 技术规格表

生成一份高度详细的多面板信息图,详述科幻机甲的机库、维护及发射序列。

ID
13688
作者
いにしえ@AI Director & Creator|Will Oldgram
标签
信息图 / 教育图解 / 图表 / 漫画 / 故事板 / 分镜 / 抽象 / 背景 / 纹理

中文提示词

{
  "type": "mecha base 技术规格表",
  "header": {
    "title": "{argument name=\"base name\" default=\"ネストベース・アウラ\"}",
    "subtitle": "{argument name=\"mecha name\" default=\"アークセリオン\"} 专用战术部署与维护基地"
  },
  "mecha_design": "高度精细的人形机甲,采用 {argument name=\"mecha color scheme\" default=\"白蓝配色\"} 装甲,配有 {argument name=\"accent color\" default=\"发光蓝色\"} 能量点缀,机械关节结构复杂。",
  "layout": {
    "structure": "基于网格的信息图,包含 3 行面板,采用深色工业美学风格,深色背景配白色文字或浅灰色面板。",
    "sections": [
      {
        "row": 1,
        "panels": [
          { "title": "设施概览", "type": "text block" },
          { "title": "基础规格", "type": "data table" },
          { "title": "基地整体剖面图", "type": "illustration", "description": "大型详细剖面图,展示了 4 层地下机库及位于中心的机甲。" },
          { "title": "主机库内部", "type": "illustration", "description": "机甲伫立在细节丰富的工业维护舱内,配有走道。" },
          { "title": "主机库尺寸", "type": "diagram", "count": 3, "labels": ["顶视图", "前视图", "侧视图"], "description": "机库的正投影蓝图。" }
        ]
      },
      {
        "row": 2,
        "panels": [
          { "title": "登机设备", "type": "illustration", "description": "机甲躯干特写,连接着飞行员登机臂。" },
          { "title": "武器更换/运输区", "type": "illustration", "description": "工业地面,配有自动化运输车和武器架。" },
          { "title": "背部组件维护设备", "type": "illustration", "description": "机甲后视图,展示正在维护的推进器机翼。" },
          { "title": "主能源/冷却基础设施", "type": "illustration", "description": "重型工业管道、发电机和冷却罐。" }
        ]
      },
      {
        "row": 3,
        "panels": [
          { "title": "发射系统:脊柱弹射器", "type": "illustration", "description": "电磁弹射隧道的长透视镜头。" },
          { "title": "发射序列", "type": "sequence", "count": 10, "description": "连续缩略图,展示机甲启动、沿轨道移动及发射的过程。" },
          { "title": "外部发射口", "type": "illustration", "description": "外部视角,展示嵌入 {argument name=\"environment\" default=\"山地地形\"} 中的重型加固防爆门,机甲正从中飞出。" }
        ]
      }
    ]
  }
}

原始提示词

{
  "type": "sci-fi mecha base technical specification sheet",
  "style": "{argument name=\"ui theme\" default=\"technical schematic with dark grey panels and white text\"}",
  "header": {
    "title": "{argument name=\"base name\" default=\"ネストベース・アウラ\"}",
    "subtitle": "Dedicated Tactical Deployment & Maintenance Base for {argument name=\"mecha name\" default=\"アークセリオン\"}"
  },
  "layout": {
    "structure": "grid-based infographic with 3 main horizontal rows",
    "row_1": [
      {
        "title": "Facility Overview & Basic Specs",
        "content": "2 text blocks including a specification table with 5 rows"
      },
      {
        "title": "Base Overall Cross-section",
        "content": "Large cutaway view of the underground base showing 4 distinct levels (LEVEL 1 to LEVEL 4)"
      },
      {
        "title": "Main Hangar Interior",
        "content": "Front view of a {argument name=\"mecha color scheme\" default=\"white and blue\"} mecha in a maintenance bay, with 4 deck levels labeled on the left"
      },
      {
        "title": "Hangar Dimensions",
        "content": "3 orthographic wireframe-style views (Top, Front, Side) with dimension lines"
      }
    ],
    "row_2": [
      {
        "title": "Boarding Equipment",
        "content": "Close-up of the mecha's upper body and cockpit boarding arm"
      },
      {
        "title": "Weapon Transport Area",
        "content": "Detailed view of automated transport vehicles and magnetic rails"
      },
      {
        "title": "Rear Unit Maintenance",
        "content": "Back view of the mecha showing glowing blue thrusters and maintenance frames"
      },
      {
        "title": "Energy & Cooling Infrastructure",
        "content": "Dense machinery wall with pipes and super-conducting equipment"
      }
    ],
    "row_3": [
      {
        "title": "Launch System: Spine Launcher",
        "content": "Long perspective view of an electromagnetic catapult tunnel, plus 1 small cross-section diagram"
      },
      {
        "title": "Launch Sequence",
        "content": "Grid of 10 sequential images showing the mecha's launch process step-by-step"
      },
      {
        "title": "External Launch Port",
        "content": "Exterior view of the base built into a {argument name=\"base location\" default=\"Mountain fortress\"} wall, showing camouflage armor and blast doors"
      }
    ]
  }
}