style: run linter
This commit is contained in:
parent
de3862bf77
commit
4853e1ec63
26 changed files with 502 additions and 631 deletions
80
src/sebin.ts
80
src/sebin.ts
|
@ -1,51 +1,51 @@
|
|||
export const firstName = "Sebin",
|
||||
middleName = "Antario",
|
||||
lastName = "Nyshkim",
|
||||
dateOfBirth = new Date("1993-10-17"),
|
||||
gender = "male ♂️",
|
||||
orientation = "gay",
|
||||
position = "vers, prefers top",
|
||||
export const firstName = 'Sebin',
|
||||
middleName = 'Antario',
|
||||
lastName = 'Nyshkim',
|
||||
dateOfBirth = new Date('1993-10-17'),
|
||||
gender = 'male ♂️',
|
||||
orientation = 'gay',
|
||||
position = 'vers, prefers top',
|
||||
height = 210, // cm
|
||||
weight = 124, // kg
|
||||
tailLength = 104, // cm
|
||||
wingspan = 417, // cm
|
||||
colors = {
|
||||
hairPrimary: "#4b608f",
|
||||
hairSecondary: "#6684c0",
|
||||
eyes: "#31c215",
|
||||
scalesPrimary: "#c64c35",
|
||||
scalesSecondary: "#eda958",
|
||||
eyebrows: "#eda958",
|
||||
tailspikes: "#7f4539",
|
||||
horns: "#413a3a",
|
||||
claws: "#413a3a",
|
||||
nipples: "#413a3a",
|
||||
penis: "#413a3a",
|
||||
hairPrimary: '#4b608f',
|
||||
hairSecondary: '#6684c0',
|
||||
eyes: '#31c215',
|
||||
scalesPrimary: '#c64c35',
|
||||
scalesSecondary: '#eda958',
|
||||
eyebrows: '#eda958',
|
||||
tailspikes: '#7f4539',
|
||||
horns: '#413a3a',
|
||||
claws: '#413a3a',
|
||||
nipples: '#413a3a',
|
||||
penis: '#413a3a'
|
||||
},
|
||||
hobbies = ["working out", "travels", "camping", "video games", "tech"],
|
||||
hobbies = ['working out', 'travels', 'camping', 'video games', 'tech'],
|
||||
penis = {
|
||||
shape: "humanoid",
|
||||
type: "grower",
|
||||
special: "ridged, no foreskin",
|
||||
shape: 'humanoid',
|
||||
type: 'grower',
|
||||
special: 'ridged, no foreskin',
|
||||
size: 20, // cm
|
||||
girth: 5, // cm
|
||||
girth: 5 // cm
|
||||
},
|
||||
kinks = [
|
||||
{ name: "Oral", receive: true, give: true },
|
||||
{ name: "Anal", receive: true, give: true },
|
||||
{ name: "Facial", receive: true, give: true },
|
||||
{ name: "Creampie", receive: true, give: true },
|
||||
{ name: "Bukkake", receive: true, give: true },
|
||||
{ name: "Biting", receive: true, give: true },
|
||||
{ name: "Nipple Play", receive: true, give: true },
|
||||
{ name: "Rough", receive: true, give: true },
|
||||
{ name: "Toys", receive: true, give: true },
|
||||
{ name: 'Oral', receive: true, give: true },
|
||||
{ name: 'Anal', receive: true, give: true },
|
||||
{ name: 'Facial', receive: true, give: true },
|
||||
{ name: 'Creampie', receive: true, give: true },
|
||||
{ name: 'Bukkake', receive: true, give: true },
|
||||
{ name: 'Biting', receive: true, give: true },
|
||||
{ name: 'Nipple Play', receive: true, give: true },
|
||||
{ name: 'Rough', receive: true, give: true },
|
||||
{ name: 'Toys', receive: true, give: true },
|
||||
|
||||
{ name: "Frotting", receive: true, give: true },
|
||||
{ name: "Muscle Worship", receive: true, give: true },
|
||||
{ name: "Filled Condoms", receive: true, give: true },
|
||||
{ name: "Growth/Macro", receive: true, give: true },
|
||||
{ name: "Size Difference", receive: true, give: true },
|
||||
{ name: "Underwear", receive: true, give: true },
|
||||
{ name: "Chubbies", receive: true, give: true },
|
||||
];
|
||||
{ name: 'Frotting', receive: true, give: true },
|
||||
{ name: 'Muscle Worship', receive: true, give: true },
|
||||
{ name: 'Filled Condoms', receive: true, give: true },
|
||||
{ name: 'Growth/Macro', receive: true, give: true },
|
||||
{ name: 'Size Difference', receive: true, give: true },
|
||||
{ name: 'Underwear', receive: true, give: true },
|
||||
{ name: 'Chubbies', receive: true, give: true }
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue