Dark Fantasy Manga Page Generator
Generates a full-color, 7-panel vertical manga page featuring a dark fantasy narrative, complete with cinematic character close-ups, environmental montages, and customizable text boxes.
{
"type": "full-color manga page",
"genre": "dark fantasy",
"style": "high-quality anime illustration, dramatic lighting, cinematic composition",
"character": {
"appearance": "{argument name=\"hair color\" default=\"long white hair\"} with black ribbons, {argument name=\"eye color\" default=\"glowing blue eyes\"}, wearing a black gothic coat with a cross-shaped zipper pull"
},
"layout": {
"format": "vertical comic page with 7 distinct horizontal panel tiers",
"panels": [
{
"tier": 1,
"description": "Large top panel. Character looking down with eyes closed.",
"elements": [
{"type": "title_logo", "position": "top right", "text": "{argument name=\"main title\" default=\"再起動の令嬢 Re:Birth Log\"}"},
{"type": "text_box", "position": "top left", "text": "{argument name=\"opening text\" default=\"私は——死んだはずだった。\"}"}
]
},
{
"tier": 2,
"description": "Narrow horizontal panel. Extreme close-up of the character's glowing eye.",
"elements": [
{"type": "text_box", "position": "right", "text": "目を覚ますと、そこは見知らぬ世界。"}
]
},
{
"tier": 3,
"description": "Montage panel showing a gothic castle, a roaring dragon, and the character from behind.",
"elements": [
{"type": "text_box", "position": "left", "text": "魔法、オーラ、そして——ドラゴン。"}
]
},
{
"tier": 4,
"description": "Character looking downcast in a dark, ruined forest.",
"elements": [
{"type": "text_box", "position": "left", "text": "しかも、この身体は……貴族でありながら、“役立たず”と呼ばれている。"}
]
},
{
"tier": 5,
"description": "Split panel. Left side shows a sad profile. Right side shows a determined close-up with glowing eyes.",
"elements": [
{"type": "text_box", "position": "left", "text": "力もない。知性もない。ゴミ同然の存在。"},
{"type": "text_box", "position": "center right", "text": "——そう、思われているだけだ。"}
]
},
{
"tier": 6,
"description": "Abstract magical panel. Left shows a glowing blue spade symbol in a magic circle. Right shows a glowing digital-style dialogue box.",
"elements": [
{"type": "text_box", "position": "center", "text": "封じられた力。そして、私の中に残る“記憶”。"},
{"type": "glowing_text_box", "position": "right", "text": "「契約しろ」"}
]
},
{
"tier": 7,
"description": "Large bottom panel. Character looking forward confidently with a smirk.",
"elements": [
{"type": "text_box", "position": "top left", "text": "……いいだろう。"},
{"type": "text_box", "position": "mid left", "text": "この手札、全部使ってやる。"},
{"type": "text_box", "position": "bottom right", "text": "{argument name=\"closing text\" default=\"私は——もう、あの“セレナ”じゃない。\"}"}
]
}
]
}
}