Skip to content
Snippets Groups Projects
Commit 3a806f3f authored by lowercasedonkey's avatar lowercasedonkey
Browse files

start tattoos

parent c86cddfc
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
*/ */
App.Desc.tattoo = function(slave, surface) { App.Desc.tattoo = function(slave, surface) {
"use strict"; "use strict";
let r = ``; let r = [];
/* eslint-disable no-unused-vars*/ /* eslint-disable no-unused-vars*/
const { const {
he, him, his, hers, himself, boy, He, His he, him, his, hers, himself, boy, He, His
...@@ -15,7 +15,62 @@ App.Desc.tattoo = function(slave, surface) { ...@@ -15,7 +15,62 @@ App.Desc.tattoo = function(slave, surface) {
} }
switch (surface) { switch (surface) {
case "shoulder": { case "shoulder": {
r += `<<shouldersTatDescription>>`; if (slave.fuckdoll === 0) {
if (slave.shouldersTat !== 0) {
switch (slave.shouldersTat) {
case "tribal patterns":
r.push(`Tribal tattoos encircle both ${his} shoulders in swirling patterns.`);
break;
case "flowers":
r.push(`A gorgeous flower tattoo covers each shoulder.`);
break;
case "counting":
r.push(`A '¤' tattoo counting ${his} earnings and acquirements cover ${his} shoulders.`);
break;
case "advertisements":
if (slave.vagina < 0) {
r.push(`'Two Hole Whore' is tattooed on each of ${his} shoulders.`);
} else {
r.push(`'Three Hole Whore' is tattooed on each of ${his} shoulders.`);
}
break;
case "rude words":
r.push(`'Dickholster' is tattooed on ${his} left shoulder, and 'Fuckmeat' is tattooed on ${his} right.`);
break;
case "degradation":
r.push(`'Hurt Me' is tattooed on ${his} left shoulder, and 'Rape Me' on ${his} right.`);
break;
case "Asian art":
r.push(`Beautiful, colorful tattoos cover ${his} upper body: a line of wind-whipped waves lashing against mountains runs across ${his} collarbone and around both shoulders.`);
break;
case "scenes":
if (slave.vagina < 0) {
r.push(`A stylized rendition of a dick plunging into an open mouth is tattooed on ${his} left shoulder, and a similar image of a dick entering an anus on ${his} right.`);
} else {
r.push(`A stylized rendition of a dick going into a pussy is tattooed on ${his} left shoulder, and a similar image of a dick entering an anus on ${his} right.`);
}
break;
case "bovine patterns":
r.push(`${His} shoulders are flecked with tattoos of bovine blotches.`);
break;
case "sacrilege":
r.push(`Tattoos depicting demonic nude figures adorn ${his} shoulders.`);
break;
case "sacrament":
r.push(`Tattoos depicting saintly nude figures adorn ${his} shoulders.`);
break;
case "possessive":
r.push(`A rendition of your face inside a heart is tattooed onto ${his} left shoulder, and the words 'I love my ${WrittenMaster(slave)}' inside an identical heart are tattooed on ${his} right.`);
break;
case "paternalist":
r.push(`'Love Me' is tattooed on ${his} left shoulder, and 'Teach Me' on ${his} right.`);
break;
default:
r.push(slave.shouldersTat);
break;
}
}
}
break; break;
} }
case "lips": { case "lips": {
......
This diff is collapsed.
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