ChronicleNext / examples /rpg_character_Kora.json
topguy's picture
feat: Add character examples folder
ae55ba3
Raw
History Blame Contribute Delete
1.64 kB
{
"features": {
"race": "Dwarf",
"class": "Barbarian",
"gender": "Female",
"age": "Adult",
"expression": "Fierce",
"pose": "Action",
"hair_color": "Red",
"hair_style": "Bun",
"eye_color": "Blue",
"build": "Muscular",
"skin_tone": "Tanned",
"distinguishing_feature": "Scars",
"armor": "Bone Armor",
"weapon": "Meteor Hammer",
"accessory": "Cloak",
"accessory2": "Eyepatch",
"material": "Weathered",
"background": "Dungeon",
"lighting": "Dim Torchlight",
"atmosphere": "Dusty",
"vfx": "None",
"style": "Realistic Photo",
"mood": "Gritty",
"camera": "Dynamic3/4",
"aspect_ratio": "9:16"
},
"randomization": {
"race": false,
"class": false,
"gender": false,
"age": false,
"expression": false,
"pose": false,
"hair_color": false,
"hair_style": false,
"eye_color": false,
"build": false,
"skin_tone": false,
"distinguishing_feature": false,
"armor": false,
"weapon": false,
"accessory": false,
"accessory2": false,
"material": false,
"background": false,
"lighting": false,
"atmosphere": false,
"vfx": false,
"style": false,
"mood": false,
"camera": false,
"aspect_ratio": false
},
"extra_info": {
"identity": "",
"appearance": "",
"equipment": "",
"environment": "",
"style": ""
}
}