Skip to content
Snippets Groups Projects
Commit ef6dff90 authored by Arkerthan's avatar Arkerthan
Browse files

clear customSlaveDataBase

parent f11ae5c8
No related branches found
No related tags found
No related merge requests found
:: custom Slaves Database :: custom Slaves Database
<<set _i = 1000000>> <<set _i = 1000000>>
<<set _HS = App.Entity.SlaveState.makeSkeleton()>>
<<set _HS.slaveName = "Snowball", _HS.slaveSurname = 0, _HS.ID = _i++, _HS.health = 100, _HS.trust = 30, _HS.devotion = 10, _HS.weight = 20, _HS.muscles = -50, _HS.height = 138, _HS.nationality = "Chinese", _HS.race = "asian", _HS.hLength = 150, _HS.hStyle = "luxurious", _HS.pubicHStyle = "hairless", _HS.waist = 10, _HS.voice = 3, _HS.accent = 3, _HS.shoulders = -2, _HS.boobs = 400, _HS.boobShape = "perky", _HS.nipples = "partially inverted", _HS.hips = 1, _HS.butt = 3, _HS.face = 100, _HS.faceShape = "cute", _HS.ovaries = 1, _HS.makeup = 2, _HS.nails = 2, _HS.intelligence = 30, _HS.behavioralQuirk = "insecure", _HS.sexualFlaw = "idealistic", _HS.geneticQuirks = {albinism: 2}, _HS.albinismOverride = {eyeColor: "red", hColor: "white", skin: "pure white"}>>
<<set $heroSlaves.push(_HS)>>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment