Added clothing

This commit is contained in:
Sebin Nyshkim 2019-11-06 00:09:54 +01:00
parent 48dcc28499
commit 3981fe5cd4
2 changed files with 79 additions and 10 deletions

View file

@ -28,7 +28,44 @@ export default {
special: "ridged",
size: 20, // cm
girth: 5 // cm
}
},
clothingStyles: [
{
name: "Warm Weather",
clothes: [
"Loose Tank Top",
"Short shorts (knee-long) with dangling bands",
"Sweater/Hoodie tied around waist",
"Sneakers (Air Jordan style)"
]
},
{
name: "Cold Weather",
clothes: [
"lorem ipsum dolor sit amet",
"lorem ipsum dolor sit amet",
"lorem ipsum dolor sit amet",
"lorem ipsum dolor sit amet"
]
},
{
name: "Workout",
clothes: [
"Tight Tank Top",
"Fingerless Gloves",
"Short Shorts",
"(barefoot)"
]
},
{
name: "Lazy Boy Style",
clothes: [
"(topless)",
"tracksuit pants (optional)",
"Undies (jockstrap/boxer briefs)"
]
}
]
};
},