ファンタジーRPGコンセプトアート — 構造化キャラクターデザイン
AAA級ゲーム品質のファンタジーキャラクターコンセプトアートを生成するための詳細構造化JSONプロンプト。フィジカル属性、素材ディテール付きの衣装、アクセサリー、ポーズ、環境、カラーパレットを整理されたフィールドで指定。複雑な多要素シーンの精密制御をJSON構造で実現する方法を示す。
Generated Preview
{
"subject": {
"character_class": "elven ranger",
"physical": {
"age_appearance": "ageless, youthful",
"build": "athletic, lean",
"skin": "pale with subtle luminescence",
"eyes": "deep emerald green, slightly elongated",
"hair": "silver-white, intricate braids with small leaves woven in"
},
"clothing": {
"armor": "leather chest piece with embossed leaf motifs, worn but well-maintained",
"cloak": "forest green, hooded, weathered edges, subtle shimmer",
"boots": "soft leather, designed for silent movement, wrapped ankle ties"
},
"accessories": [
"longbow across back, carved from pale wood",
"quiver with white-fletched arrows",
"thin silver circlet partially hidden by hair"
],
"pose": "crouched on a massive tree branch, scanning the horizon with one hand shielding eyes"
},
"environment": {
"location": "ancient mystical forest, trees hundreds of feet tall",
"time": "twilight, last golden light filtering through dense canopy",
"weather": "still air, faint mist rising from forest floor",
"elements": [
"massive ancient trees with luminescent bark",
"glowing mushrooms clustered at roots below",
"distant waterfall catching last light",
"fireflies beginning to emerge"
]
},
"style": "digital painting, AAA game concept art, painterly brushstrokes with sharp detail on face and hands",
"mood": "mysterious, watchful, ancient wisdom, quiet tension",
"color_palette": "deep forest greens, silver-white, twilight purples, warm gold accents from dying sunlight",
"composition": {
"framing": "medium shot, slight low angle looking up at the branch",
"depth": "sharp foreground (character), soft mid-ground (nearby trees), atmospheric far background",
"focal_point": "character's illuminated face and eyes"
}
}
---
## Why JSON Works for Character Design
### Precision Over Prose
Traditional text prompts often lose details in long descriptions. JSON separates concerns:
- Physical attributes won't bleed into environment descriptions
- Clothing details stay organized and complete
- Accessories are listed explicitly, not buried in paragraphs
### Iteration-Friendly
Need a different character class? Change `character_class` and adjust `clothing`/`accessories` without rewriting the entire prompt.
### Adaptation Examples
**Dwarf Warrior variant:**
```json
"character_class": "dwarf warrior",
"physical": { "build": "stocky, powerful", "skin": "weathered, ruddy", "hair": "red, thick braided beard with iron rings" },
"clothing": { "armor": "heavy plate mail with rune engravings", "cloak": "bear fur mantle" }
```
**Sci-Fi Adaptation:**
```json
"character_class": "cybernetic scout",
"environment": { "location": "ruined megacity rooftop", "time": "perpetual neon-lit night" },
"style": "concept art, Blade Runner meets Ghost in the Shell"
``` こちらもおすすめ
Image カテゴリの他のルール
もっとルールを探す
CLAUDE.md、.cursorrules、AGENTS.md、Image Prompts の全 157 ルールをチェック。



