JavaScript must be enabled to play.
Browser lacks capabilities required to play.
Upgrade or switch to another browser.
Loading…
<<nobr>> /*Origin*/ <<set $origintype = either("Combatant", "Zealot", "Scoundrel", "Civilian", "Lupercal", "Magic User")>> <<if $origintype == "Combatant">> <<set $origin = either("Militia", "Brawler", "Skirmisher")>> <</if>> <<if $origintype == "Zealot">> <<set $origin = either("Fanatic", "Preacher", "Omen Seeker", "Militant Cleric", "Fanatic", "Omen Seeker")>> <</if>> <<if $origintype == "Scoundrel">> <<set $origin = either("Street Urchin", "Scavenger", "Henchman", "Rat Catcher", "Grave Robber", "Scavenger")>> <</if>> <<if $origintype == "Civilian">> <<set $subtype = either("Noble", "Religious", "Commoner")>> <</if>> <<if $subtype == "Noble">> <<set $origin = either("Prince/Princess", "Courtier", "Upper Class", "Clan Member", "Blue Blood", "Upper Class")>> <<elseif $subtype == "Religious">> <<set $origin = either("Priest", "Cultist", "Friar/Nun", "Acolyte", "Cultist", "Friar/Nun")>> <<elseif $subtype == "Commoner">> <<set $origin = either("Researcher", "Maid", "Farmer", "Peasant", "Herbalist", "Charlatan")>> <</if>> <<if $origintype == "Lupercal">> <<set $origin = either("Eromancer", "Tantrika Adept", "Harlot/Gigolo", "Courtesan", "Concubine", "Hooker")>> <</if>> <<if $origintype == "Magic User">> <<set $origin = either("Apprentice Mage", "Apprentice Mage", "Apprentice Witch", "Apprentice Witch", "Neophyte Shaman", "Trickster")>> <</if>> /*Race*/ <<set $rarity = either("Uncommon", "Uncommon", "Rare", "Core", "Core", "Core")>> <<if $rarity == "Core">> <<set $race = either("Elf", "Halfling", "Goblin", "Human", "Dwarf", "Orc")>> <<elseif $rarity == "Uncommon">> <<set $race = either("Chimeran", "Dream Child", "Apsara", "Kobold", "Kikimora", "Jötunn Blood")>> <<else>> <<set $race = either("Nereidian", "Floralis", "Nephilim", "Cambion", "Nature-bound", "Janni")>> <</if>> /*Sex*/ <<set $sex = either("Futa", "Male", "Female")>> <<if $sex == "Futa">> <<set $sex = either("Futa (Cursed)", "Futa (Elusive or Spell Gone Wrong)","Futa (Mutation)")>> <</if>> /*Fetish Setup*/ <<set $fetishes = ["Compliant or Rebellious", "Tomboy or Femboy", "Shoulder Fetish", "Candy Girls or Toy Boys", "Cheerful or Brooding", "Outdoor Sex", "Confidence or Shyness", "Lupercal Origin", "Boobjob or Tailjob", "Mature Partners", "Zealot Origin", "Master and Servant (Pick Role)", "Blindfolded", "Mama's Boy or Daddy's Girl", "Aquatic Creatures", "Hands Fetish", "High or Low Social Rank", "Anal", "Exhibitionism or Voyeurism", "Bukkake or Creampie", "Oral", "Athletic or Toned Body", "Decency or Depravity", "Hair Color", "Four-legged Creatures", "Futa", "Size of Height Difference", "Same or Opposite Sex", "Domination or Submission", "Specific Race", "Kindness or Roughness", "Breasts or Torso", "Thicc or Firm Thighs", "Creature Type A or B", "Mother or Father Figure", "Civilian Origin", "Magic User Origin", "Shortstacks or Tall People", "Neck Fetish", "Doggy Style", "Restraining or Being Restrained", "Criminal or Law Abiding", "Multiple or Single Partners", "Food Play", "Average or Chubby Body", "Handjob", "Unusual Epidermis Variation", "Defined or Muscular Body", "Buttocks", "Bondage", "Combatant Origin", "Scoundrel Origin", "Elegant Attire or Messy Attire", "Pregnancy", "Gentle or Rough", "Rough Sex", "Horned Creatures", "Soft Belly or Defined Abs", "Feet Fetish", "Recieving or Dealing Pain"]>> <<set $creatures = ["Giants", "Constructs", "Demons", "Fey", "Arcane Creatures", "Slimes", "Plants", "Insectoids", "Living Food", "Dragons", "Avians", "Blood-cursed", "Infernals", "Beastfolk", "Tentacle Creatures", "Eldritch", "Reptiloids", "Merfolk", "Nightmares", "Chimeras"]>> <<set $epidermis = ["Orange Skin", "Blue Skin", "Red Skin", "Green Skin", "Purple Skin", "Yellow Skin"]>> <<set $hair = ["Unusual Hair Color (IE: Purple)", "Brown Hair", "Black Hair", "Red Hair", "Blonde Hair", "White Hair"]>> <<set $races = ["Elves", "Halflings", "Goblins", "Humans", "Dwarves", "Orcs", "Elves", "Halflings", "Goblins", "Humans", "Dwarves", "Orcs", "Elves", "Halflings", "Goblins", "Humans", "Dwarves", "Orcs", "Chimeran", "Dream Child", "Apsara", "Kobold", "Kikimora", "Jötunn Blood", "Chimeran", "Dream Child", "Apsara", "Kobold", "Kikimora", "Jötunn Blood", "Nereidian", "Floralis", "Nephilim", "Cambion", "Nature-bound", "Janni"]>> /*Interests*/ <<set $interest1 = either($fetishes)>> <<set $fetishes.delete($interest1)>> <<set $interest2 = either($fetishes)>> <<set $fetishes.delete($interest2)>> <<set $interest3 = either($fetishes)>> <<set $fetishes.delete($interest2)>> /*Dislikes*/ <<set $dislike1 = either($fetishes)>> <<set $fetishes.delete($dislike1)>> <<set $dislike2 = either($fetishes)>> <<set $fetishes.delete($dislike2)>> /*Kinks*/ <<set $kink = either($fetishes)>> <<set $fetishes.delete($kink)>> /*Taboos*/ <<set $taboo = either($fetishes)>> /*Fetish Finish*/ /*Interest1*/ <<if $interest1 == "Creature Type A or B">> <<set $interest1 = either($creatures)>> <</if>> <<if $interest1 == "Unusual Epidermis Variation">> <<set $interest1 = either($epidermis)>> <</if>> <<if $interest1 == "Hair Color">> <<set $interest1 = either($hair)>> <</if>> <<if $interest1 == "Specific Race">> <<set $interest1 = either($races)>> <</if>> /*Interest2*/ <<if $interest2 == "Creature Type A or B">> <<set $interest2 = either($creatures)>> <</if>> <<if $interest2 == "Unusual Epidermis Variation">> <<set $interest2 = either($epidermis)>> <</if>> <<if $interest2 == "Hair Color">> <<set $interest2 = either($hair)>> <</if>> <<if $interest2 == "Specific Race">> <<set $interest2 = either($races)>> <</if>> /*Interest3*/ <<if $interest3 == "Creature Type A or B">> <<set $interest3 = either($creatures)>> <</if>> <<if $interest3 == "Unusual Epidermis Variation">> <<set $interest3 = either($epidermis)>> <</if>> <<if $interest3 == "Hair Color">> <<set $interest3 = either($hair)>> <</if>> <<if $interest3 == "Specific Race">> <<set $interest3 = either($races)>> <</if>> /*Dislike1*/ <<if $dislike1 == "Creature Type A or B">> <<set $dislike1 = either($creatures)>> <</if>> <<if $dislike1 == "Unusual Epidermis Variation">> <<set $dislike1 = either($epidermis)>> <</if>> <<if $dislike1 == "Hair Color">> <<set $dislike1 = either($hair)>> <</if>> <<if $dislike1 == "Specific Race">> <<set $dislike1 = either($races)>> <</if>> /*Dislike2*/ <<if $dislike2 == "Creature Type A or B">> <<set $dislike2 = either($creatures)>> <</if>> <<if $dislike2 == "Unusual Epidermis Variation">> <<set $dislike2 = either($epidermis)>> <</if>> <<if $dislike2 == "Hair Color">> <<set $dislike2 = either($hair)>> <</if>> <<if $dislike2 == "Specific Race">> <<set $dislike2 = either($races)>> <</if>> /*Kink*/ <<if $kink == "Creature Type A or B">> <<set $kink = either($creatures)>> <</if>> <<if $kink == "Unusual Epidermis Variation">> <<set $kink = either($epidermis)>> <</if>> <<if $kink == "Hair Color">> <<set $kink = either($hair)>> <</if>> <<if $kink == "Specific Race">> <<set $kink = either($races)>> <</if>> /*Taboo*/ <<if $taboo == "Creature Type A or B">> <<set $taboo = either($creatures)>> <</if>> <<if $taboo == "Unusual Epidermis Variation">> <<set $taboo = either($epidermis)>> <</if>> <<if $taboo == "Hair Color">> <<set $taboo = either($hair)>> <</if>> <<if $taboo == "Specific Race">> <<set $taboo = either($races)>> <</if>> /*Feats or Traits Setup*/ <<set $traitnumber = random(1, 3)>> <<set $femaletraits = ["Tighten Pussy", "Fertile Womb", "Sensitive Breasts", "Sensitive Pussy", "Sexual Expertise (Boobs)", "Vaginal Elasticity"]>> <<set $maletraits = ["Strong Seed", "Biggus Dickus", "Sensitive Penis", "Strong Seed", "Biggus Dickus", "Sensitive Penis"]>> <<set $generictraits = ["Anal Elasticity", "Left-handed", "Sexual Expertise (Hands)", "Creature Lover", "Daredevil", "Oral Enthusiast", "Cherry Lips", "Shortsighted", "Fragile", "Sexual Expertise (Pelvis)", "Easy to Climax", "Anal Enthusiast", "Flesh is Weak"]>> /*Trait1*/ <<if $sex == "Female">> <<set $trait1 = either($femaletraits, $generictraits)>> <<elseif $sex == "Male">> <<set $trait1 = either($maletraits, $generictraits)>> <<else>> <<set $trait1 = either($femaletraits, $maletraits, $generictraits)>> <</if>> <<set $femaletraits.delete($trait1)>> <<set $maletraits.delete($trait1)>> <<set $generictraits.delete($trait1)>> /*Trait2*/ <<if $sex == "Female">> <<set $trait2 = either($femaletraits, $generictraits)>> <<elseif $sex =="Male">> <<set $trait2 = either($maletraits, $generictraits)>> <<else>> <<set $trait2 = either($femaletraits, $maletraits, $generictraits)>> <</if>> <<set $femaletraits.delete($trait2)>> <<set $maletraits.delete($trait2)>> <<set $generictraits.delete($trait2)>> /*Trait3*/ <<if $sex == "Female">> <<set $trait3 = either($femaletraits, $generictraits)>> <<elseif $sex == "Male">> <<set $trait3 = either($maletraits, $generictraits)>> <<else>> <<set $trait3 = either($femaletraits, $maletraits, $generictraits)>> <</if>> /*Feats or Traits Finish*/ <<if $traitnumber == 1>> <<set $trait2 = "None">> <<set $trait3 = "None">> <<elseif $traitnumber == 2>> <<set $trait3 = "None">> <</if>> /*Acting As*/ <<set $actingas = either("Candy Girl or Toy Boy", "Tomboy or Girly One", "Femme Fatale or Bad Boy", "Dominant or Submissive", "Motherly or Fatherly", "Man-eater or Womanizer")>> /*Behavior*/ <<set $behavior = either("Irreverent", "Orderly", "Rude", "Depraved", "Shy", "Untrustworthy", "Hot-head", "Arrogant", "Energetic", "Broody", "Gullible", "Rebellious", "Meek", "Cheerful", "Compliant", "Endearing", "Serious", "Rough", "Messy", "Extrovert", "Patient", "Introvert", "Lazy", "Trustworthy", "Rational", "Gentle", "Overconfident", "Affable", "Stingy", "Talkative")>> /*Quirk*/ <<set $quirk = either("Has made a Vow or has broken it", "Becomes paranoid if things goes not as expected", "Likes to talk about itself", "Often quotes proverbs or religious passages", "Doesn't trust the rich or the poor", "Likes more the company of animals than people", "Is rather pessimistic", "Likes to keep things clean and tidy", "Easy to win its trust/Hard to win its trust", "Carves small wooden animals as a hobby", "Pretends everything is fine even when distressed", "Tends to butt into other's conversations", "Uses allusions on purpose or without noticing", "Honest to a fault", "Every occasion is an excuse to drink", "Likes to challenge others at what it's good at", "Workaholic", "Tendency to overthink", "Tends to hum when bored", "Likes to listen to stories", "Becomes clumsy when agitated or embarrassed", "Is running from the past", "Likes violence", "Likes being right, hates being wrong", "Likes to Gamble", "Likes to sing but is either good at it or clearly not", "Is rather vulgar", "Is very superstitious", "Easy to anger, but always tries to calm down", "Jokes when nervous")>> /*Frame*/ <<set $frame = either("Slim", "Fat", "Average", "Chubby", "Atletic", "Atletic", "Toned", "Toned", "Defined", "Defined", "Muscular", "Muscular")>> /*Ass*/ <<if $sex == "Male">> <<set $ass = either("Flat", "Regular", "Firm")>> <<else>> <<set $ass = either("Flat", "Regular", "Rounded")>> <</if>> /*Breasts*/ <<if $sex == "Male">> <<set $breasts = "Flat">> <<else>> <<set $breasts = either("A Cups", "B Cups", "C Cups", "D Cups", "E Cups", "F Cups")>> <</if>> /*Hips*/ <<set $hips = either("Narrow", "Balanced", "Wide")>> /*Mouth*/ <<set $mouth = either("Thin Lips", "Average", "Defined")>> /*Thighs*/ <<set $thighs = either("Slender", "Proportioned", "Thicc")>> /*Jawline*/ <<set $jawline = either("Delicare", "Regular", "Defined")>> /*Penis*/ <<if $sex == "Female">> <<set $penis = "None">> <<else>> <<set $penis = either("Short", "Average", "Long")>> <</if>> /*Shoulders*/ <<set $shoulders = either("Narrow", "Regular", "Broad")>> /*Torso*/ <<set $torso = either("Slick", "Regular", "Squared")>> <</nobr>>Origin: $origin ($origintype) Race: $race Sex: $sex Kinks: $kink Interests: $interest1, $interest2 and $interest3 Dislikes: $dislike1 and $dislike2 Taboos: $taboo Feats or Traits: $trait1, $trait2, $trait3 Acting As: $actingas Behavior: $behavior Quirk: $quirk Frame: $frame Ass: $ass Breasts: $breasts Hips: $hips Mouth: $mouth Thighs: $thighs Jawline: $jawline Penis: $penis Shoulders: $shoulders Torso: $torso [[Reroll|RandomNPC]]