Just delete the _BK.ini from the girl folder and refresh your packs in the game, start a new game.
Then it will randomise everything from the character, name, trait, etc
For my Raiden pack there is no fixed traits/pref/...
The traits for Raiden Shogun are:
Which, in my opinion, just describes the character.
EDIT: You do realise that every time you refresh and buy a new Raiden Shogun it will be a different Raiden Shogun? So you could just sell the one you dont like for a different copy.
Then it will randomise everything from the character, name, trait, etc
For my Raiden pack there is no fixed traits/pref/...
The traits for Raiden Shogun are:
Code:
[base positive traits]
## Reminder, a girl may only have 2 positive traits. Gold traits are considered positive.
## Trait names must be between quotes. See BKstart.rpy for the list of trait names.
## the girl will ALWAYS have these traits (up to maximum nb of traits). Use with caution as it makes girl generation very predictable.
always = []
## The girl will more often have these traits than standard girls.
often = [ "Nice boobs", "Exotic", "Soft skin", "Nimble", "Warrior", "Feminine", "Fashionista", "Humble", "Long legs", "Juicy ass", "Elegant", "Loyal", "Delicate", "Wild", "Graceful", "Caster", "Magnetic", "Sensual", "Provocative", ]
## The girl will less often have these traits than standard girls.
rarely = []
## The girl will NEVER have these traits.
never = []
[base negative traits]
## the girl will ALWAYS have these traits (up to maximum nb of traits). Use with caution as it makes girl generation very predictable.
always = []
## The girl will more often have these traits than standard girls.
often = []
## The girl will less often have these traits than standard girls.
rarely = []
## The girl will NEVER have these traits.
never = []
[base personality]
## There are 23 personality types in the game: pervert, rebel, cold, nerd, masochist, meek, sweet, superficial, bimbo, holy, helper, creep, repressed, schemer, prude, princess, pet, easy, class president, tsundere, loyal, yandere, stubborn
## A girl can have only one personality.
always = [] ; Use with care: it makes girl generation very predictable.
often = [ "Pet", "Repressed", "Cold", "Creep", ]
rarely = [ "Stubborn", "Schemer", "Holy", "Helper", "Sweet", "Superficial", "Tsundere", ]
never = []
Which, in my opinion, just describes the character.
EDIT: You do realise that every time you refresh and buy a new Raiden Shogun it will be a different Raiden Shogun? So you could just sell the one you dont like for a different copy.