Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Strive for Power

Fantasy Slave Management/RPG Erotic Game · By Strive4Power

Hair & Eye Colors

A topic by sudonim2 created May 08, 2021 Views: 605 Replies: 1
Viewing posts 1 to 2

What are all the default hair and eye colors?

Both hair color and eye color are stored and used as simple text strings, so there is no limit on what they can be changed to.

Each of the races can have it's own colors and is specified in ".../files/scripts/characters/races.gd", which can be opened with any text editor. Humans are used as the default for any race that does not specify their own colors.

The repeatable slave quests use either of these 2 lists for hair color:
['red', 'auburn', 'brown', 'black', 'white', 'green', 'purple', 'blue', 'blond', 'red']
['blond','black','brown','red']

This list is used for eye color:
['blue', 'green', 'brown', 'hazel', 'black', 'gray', 'purple', 'blue', 'blond', 'red', 'auburn']