JSON Character Generator

Prompt:

CHARACTER GENERATION SPECIFICATIONS: female, elf, young, attractive, blonde, long hair, deviant, powerful, mage, use an elven name for her name.
RESULT (JSON):

"nameFull": "Amarille Yeskas",
"gender": "female",
"age": "16",
"race": "elf",
"height": 4'9\"',
"weight": "90lbs",
"eyeColor": "blue",
"hairColor": "blonde",
"hairStyle": "long",
"skinColor": "fair",
"appear": "casual",
"wears": "a blue top, red pants, gold necklace",
"mind": "willful, snobby, intelligent, perverted",
"summary": "She is the daughter of an elf king and human queen. She is a deviant.",
"class": "mage",
"powers": "earth magic, noble etiquette"


CHARACTER GENERATION SPECIFICATIONS: male, human, psionicist.
RESULT (JSON):


"nameFull": "Boris Adreyushkin",
"gender": "male",
"age": "35",
"race": "human",
"height": 6'4\"",
"weight": "215lbs",
"eyeColor": "blue",
"hairColor": "blond",
"hairStyle": "long",
"skinColor": "caucasian",
"appear": "casual",
"wears": "a brown jacket, black jeans, black boots",
"mind": "lazy, lazy, good-natured, not smart",
"summary": "He is the son of a rich human businessman and a werewolf. He is psionicist.",
"class": "psionicist",
"powers": "telepathy, telekinesis, teleportation"


CHARACTER GENERATION SPECIFICATIONS: female, vampire, ancient, beautiful.
RESULT (JSON):

"nameFull": "Sophia Deanna",
"gender": "female",
"age": "150",
"race": "vampire",
"height": 5'10\"",
"weight": "110lbs",
"eyeColor": "red",
"hairColor": "black",
"hairStyle": "short",
"skinColor": "pale white",
"appear": "elegant",
"wears": "white dress with purple lace",
"mind": "kind, friendly, wise, old",
"summary": "she was cursed to be an immortal vampire at birth by her mother who had been turned into one by a human wizard",
"class": "immortal",
"powers": "super strength, speed, immortality, healing"



CHARACTER GENERATION SPECIFICATIONS: female, elfin, magical, sexy.
RESULT (JSON):


"nameFull": "Ava Stryke",
"gender": "female",
"age": "16",
"race": "elven",
"height": 3'8\"",
"weight": "55lbs",
"eyeColor": "green",
"hairColor": "brown",
"hairStyle": "short",
"skinColor": "tanned",
"appear": "sexy",
"wears": "a white blouse, pink skirt, high heels",
"mind": "sassy, playful, naughty, mature",
"summary": "She is the only daughter of a human king and an elven queen. She is magically gifted.",
"class": "mage",
"powers": "magic, summoning, shape shifting, mind control"



CHARACTER GENERATION SPECIFICATIONS: male, half orc, strong, muscular.
RESULT (JSON):

"nameFull": "Tiger Orlov",
"gender": "male",
"age": "17",
"race": "half orc",
"height": 6'0\"",
"weight": "195lbs",
"eyeColor": "green",
"hairColor": "dark blond",
"hairStyle": "short",
"skinColor": "green",
"appear": "strong",
"wears": "a blue shirt, green pants, orange belt",
"mind": "aggressive, cocky, tough",
"summary": "His father was a wealthy orc chieftain. His mother was human.",
"class": "warrior",
"powers": "strength, stamina, toughness"



CHARACTER GENERATION SPECIFICATIONS: female, young, warrior, cunning.
RESULT (JSON):

"nameFull": "Polly Orlov",
"gender": "female",
"age": "14",
"race": "human",
"height": 5'1\"",
"weight": "75lbs",
"eyeColor": "blue",
"hairColor": "black",
"hairStyle": "straight",
"skinColor": "tan",
"appear": "young",
"wears": "leather armor, yellow pants, golden helmet",
"mind": "sharp, brave, loyal",
"summary": "She was orphaned as a baby when her family was slaughtered in front of her by goblins, but she was rescued by orcs and raised by them.",
"class": "warrior",
"powers": "quickness, agility, stealth"



CHARACTER GENERATION SPECIFICATIONS: male, dwarf, brutish, ugly.
RESULT (JSON):

"nameFull": "Gorzun",
"gender": "male",
"age": "45",
"race": "dwarf",
"height": 5'5\"",
"weight": "165lbs",
"eyeColor": "purple",
"hairColor": "dark gray",
"hairStyle": "balding",
"skinColor": "swarthy",
"appear": "brutal, rough, angry",
"wears": "ragged clothes, leather armor, large iron shield",
"mind": "stubborn, short-tempered, greedy",
"summary": "he is the leader of a band of dwarves that raid on other dwarf settlements. he has been exiled from his homeland because he broke a sacred treaty.",
"class": "warrior",
"powers": "toughness, strength, charisma"



CHARACTER GENERATION SPECIFICATIONS:

Memory:

"nameFull": "(Write the character's full name.)"
"gender": "(Write the character's gender.)"
"age": "(Write the character's age.)"
"race": "(Write the character's race.)"
"height": "(Write the character's height.)"
"weight": "(Write the character's weight.)"
"eyeColor": "(Write the character's eye color.)"
"hairColor": "(Write the character's hair color.)"
"hairStyle": "(Write the character's hair style.)"
"skinColor": "(Write the character's skin color.)"
"appear": "(Write the character's appearance.)"
"wears": "(Write the character's type of clothing.)"
"mind": "(Write the character's mind.)"
"summary": "(Write a brief summary of the character.)"
"class": "(Write the character's class.)"
"powers": "(Write the character's powers.)"

Author's Note:

WRITING STYLE: JSON; TYPE: character spec sheet; ATTRIBUTE FIELDS: nameFull, gender, age, race, height, weight, eyeColor, hairColor, hairStyle, skinColor, appear, wear, summary, class, powers; SETTING: fantasy;.

Note: FYI, any fields can be add/removed, but you need to do it in all the examples and not just in the Author's Note. Any errors in the example code will likely be replicated. I used GPT-J 6B for this, but it could work for Neo. More testing is needed.

You can use fairly long (several paragraphs) descriptors. For example, this can be used to summarize wikia entries for WorldInfo creation. You can also translate the JSON into prose using this: https://rentry.co/k4akk

Edit Report
Pub: 13 Jun 2021 02:27 UTC
Edit: 13 Jun 2021 02:39 UTC
Views: 309