diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw index 79628c7160b2e7e2be39f944d663d6ea196eb166..de4abf7b13288f6c7e6d2a0d42e540720edbad9b 100644 --- a/src/uncategorized/bodyModification.tw +++ b/src/uncategorized/bodyModification.tw @@ -551,17 +551,17 @@ Remove piercings from: /* TATTOOS */ Tattoos: -<<if $activeSlave.shouldersTat != 0>><br> <<shouldersTatDescription>><<set _hasTat = 1>><</if>> -<<if $activeSlave.lipsTat != 0>><br> <<lipsTatDescription>><<set _hasTat = 1>><</if>> -<<if $activeSlave.boobsTat != 0>><br> <<boobsTatDescription>><<set _hasTat = 1>><</if>> -<<if $activeSlave.armsTat != 0>><br> <<armsTatDescription>><<set _hasTat = 1>><</if>> -<<if $activeSlave.backTat != 0>><br> <<backTatDescription>><<set _hasTat = 1>><</if>> -<<if $activeSlave.stampTat != 0>><br> <<stampTatDescription>><<set _hasTat = 1>><</if>> -<<if $activeSlave.buttTat != 0>><br> <<buttTatDescription>><<set _hasTat = 1>><</if>> -<<if $activeSlave.vaginaTat != 0>><br> <<vaginaTatDescription>><<set _hasTat = 1>><</if>> -<<if $activeSlave.dickTat != 0>><br> <<dickTatDescription>><<set _hasTat = 1>><</if>> -<<if $activeSlave.anusTat != 0>><br> <<anusTatDescription>><<set _hasTat = 1>><</if>> -<<if $activeSlave.legsTat != 0>><br> <<legsTatDescription>><<set _hasTat = 1>><</if>> +<<if $activeSlave.shouldersTat != 0>> <br> <<shouldersTatDescription>><<set _hasTat = 1>><</if>> +<<if $activeSlave.lipsTat != 0>> <br> <<lipsTatDescription>><<set _hasTat = 1>><</if>> +<<if $activeSlave.boobsTat != 0>> <br> <<boobsTatDescription>><<set _hasTat = 1>><</if>> +<<if $activeSlave.armsTat != 0 && $activeSlave.amp != 1>> <br> <<armsTatDescription>><<set _hasTat = 1>><</if>> +<<if $activeSlave.backTat != 0>> <br> <<backTatDescription>><<set _hasTat = 1>><</if>> +<<if $activeSlave.stampTat != 0>> <br> <<stampTatDescription>><<set _hasTat = 1>><</if>> +<<if $activeSlave.buttTat != 0>> <br> <<buttTatDescription>><<set _hasTat = 1>><</if>> +<<if $activeSlave.vaginaTat != 0>> <br> <<vaginaTatDescription>><<set _hasTat = 1>><</if>> +<<if $activeSlave.dickTat != 0 && $activeSlave.dick > 0>> <br> <<dickTatDescription>><<set _hasTat = 1>><</if>> +<<if $activeSlave.anusTat != 0>> <br> <<anusTatDescription>><<set _hasTat = 1>><</if>> +<<if $activeSlave.legsTat != 0 && $activeSlave.amp != 1>> <br> <<legsTatDescription>><<set _hasTat = 1>><</if>> <br> Choose a tattoo style: @@ -586,10 +586,10 @@ Choose a tattoo style: <</if>> <<if _hasTat == 1>> - <<if $tattooChoice != "0">> | //[[Remove a tattoo|Body Modification][$tattooChoice = 0]]//<<else>>| Remove a tattoo<</if>> + <<if $tattooChoice !== 0>> | //[[Remove a tattoo|Body Modification][$tattooChoice = 0]]//<<else>>| Remove a tattoo<</if>> <</if>> -<<if $tattooChoice != "">> +<<if def $tattooChoice>> <br> <<if $tattooChoice == 0>> Clean the ink off of $object: @@ -600,975 +600,139 @@ Choose a tattoo style: <<else>> Add $tattooChoice to $possessive: <</if>> -<</if>> - -<<if ($tattooChoice != "bleached") && ($tattooChoice != "permanent makeup")>> -<<link "Entire body">> - -/* Tribal patterns */ -<<if $tattooChoice == "tribal patterns">> - -<<if $activeSlave.boobsTat != "tribal patterns">> - <<set $activeSlave.boobsTat = "tribal patterns">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.buttTat != "tribal patterns">> - <<set $activeSlave.buttTat = "tribal patterns">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.vaginaTat != "tribal patterns">> - <<set $activeSlave.vaginaTat = "tribal patterns">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.dick > 0>> -<<if $activeSlave.dickTat != "tribal patterns">> - <<set $activeSlave.dickTat = "tribal patterns">> - <<set $cash -= $modCost>> -<</if>> -<</if>> - -<<if $activeSlave.lipsTat != "tribal patterns">> - <<set $activeSlave.lipsTat = "tribal patterns">> - <<set $cash -= $modCost>> -<</if>> - -<<if ($activeSlave.anusTat != "tribal patterns") || ($activeSlave.anusTat == "bleached")>> - <<set $activeSlave.anusTat = "tribal patterns">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.shouldersTat != "tribal patterns">> - <<set $activeSlave.shouldersTat = "tribal patterns">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.backTat != "tribal patterns">> - <<set $activeSlave.backTat = "tribal patterns">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.amp != 1>> -<<if $activeSlave.armsTat != "tribal patterns">> - <<set $activeSlave.armsTat = "tribal patterns">> - <<set $cash -= $modCost>> -<</if>> -<<if $activeSlave.legsTat != "tribal patterns">> - <<set $activeSlave.legsTat = "tribal patterns">> - <<set $cash -= $modCost>> -<</if>> -<</if>> - -<<if $activeSlave.stampTat != "tribal patterns">> - <<set $activeSlave.stampTat = "tribal patterns">> - <<set $cash -= $modCost>> -<</if>> - -/* flowers */ -<<elseif $tattooChoice == "flowers">> - -<<if $activeSlave.boobsTat != "flowers">> - <<set $activeSlave.boobsTat = "flowers">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.buttTat != "flowers">> - <<set $activeSlave.buttTat = "flowers">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.vaginaTat != "flowers">> - <<set $activeSlave.vaginaTat = "flowers">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.dick > 0>> -<<if $activeSlave.dickTat != "flowers">> - <<set $activeSlave.dickTat = "flowers">> - <<set $cash -= $modCost>> -<</if>> -<</if>> - -<<if $activeSlave.lipsTat != "flowers">> - <<set $activeSlave.lipsTat = "flowers">> - <<set $cash -= $modCost>> -<</if>> - -<<if ($activeSlave.anusTat != "flowers") || ($activeSlave.anusTat == "bleached")>> - <<set $activeSlave.anusTat = "flowers">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.shouldersTat != "flowers">> - <<set $activeSlave.shouldersTat = "flowers">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.backTat != "flowers">> - <<set $activeSlave.backTat = "flowers">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.amp != 1>> -<<if $activeSlave.armsTat != "flowers">> - <<set $activeSlave.armsTat = "flowers">> - <<set $cash -= $modCost>> -<</if>> -<<if $activeSlave.legsTat != "flowers">> - <<set $activeSlave.legsTat = "flowers">> - <<set $cash -= $modCost>> -<</if>> -<</if>> - -<<if $activeSlave.stampTat != "flowers">> - <<set $activeSlave.stampTat = "flowers">> - <<set $cash -= $modCost>> -<</if>> - - -<<elseif $tattooChoice == "counting">> - -<<if $activeSlave.boobsTat != "counting">> - <<set $activeSlave.boobsTat = "counting">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.buttTat != "counting">> - <<set $activeSlave.buttTat = "counting">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.vaginaTat != "counting">> - <<set $activeSlave.vaginaTat = "counting">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.dick > 0>> -<<if $activeSlave.dickTat != "counting">> - <<set $activeSlave.dickTat = "counting">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.lipsTat != "counting">> - <<set $activeSlave.lipsTat = "counting">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if ($activeSlave.anusTat != "counting") || ($activeSlave.anusTat == "bleached")>> - <<set $activeSlave.anusTat = "counting">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.shouldersTat != "counting">> - <<set $activeSlave.shouldersTat = "counting">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.backTat != "counting">> - <<set $activeSlave.backTat = "counting">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.amp != 1>> -<<if $activeSlave.armsTat != "counting">> - <<set $activeSlave.armsTat = "counting">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<<if $activeSlave.legsTat != "counting">> - <<set $activeSlave.legsTat = "counting">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.stampTat != "counting">> - <<set $activeSlave.stampTat = "counting">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<elseif $tattooChoice == "advertisements">> - -<<if $activeSlave.boobsTat != "advertisements">> - <<set $activeSlave.boobsTat = "advertisements">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.buttTat != "advertisements">> - <<set $activeSlave.buttTat = "advertisements">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.vaginaTat != "advertisements">> - <<set $activeSlave.vaginaTat = "advertisements">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.dick > 0>> -<<if $activeSlave.dickTat != "advertisements">> - <<set $activeSlave.dickTat = "advertisements">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.lipsTat != "advertisements">> - <<set $activeSlave.lipsTat = "advertisements">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if ($activeSlave.anusTat != "advertisements") || ($activeSlave.anusTat == "bleached")>> - <<set $activeSlave.anusTat = "advertisements">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.shouldersTat != "advertisements">> - <<set $activeSlave.shouldersTat = "advertisements">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - - -<<if $activeSlave.backTat != "advertisements">> - <<set $activeSlave.backTat = "advertisements">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.amp != 1>> -<<if $activeSlave.armsTat != "advertisements">> - <<set $activeSlave.armsTat = "advertisements">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<<if $activeSlave.legsTat != "advertisements">> - <<set $activeSlave.legsTat = "advertisements">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.stampTat != "advertisements">> - <<set $activeSlave.stampTat = "advertisements">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<elseif $tattooChoice == "rude words">> - -<<if $activeSlave.boobsTat != "rude words">> - <<set $activeSlave.boobsTat = "rude words">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.buttTat != "rude words">> - <<set $activeSlave.buttTat = "rude words">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.vaginaTat != "rude words">> - <<set $activeSlave.vaginaTat = "rude words">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.dick > 0>> -<<if $activeSlave.dickTat != "rude words">> - <<set $activeSlave.dickTat = "rude words">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.lipsTat != "rude words">> - <<set $activeSlave.lipsTat = "rude words">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if ($activeSlave.anusTat != "rude words") || ($activeSlave.anusTat == "bleached")>> - <<set $activeSlave.anusTat = "rude words">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.shouldersTat != "rude words">> - <<set $activeSlave.shouldersTat = "rude words">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.backTat != "rude words">> - <<set $activeSlave.backTat = "rude words">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.amp != 1>> -<<if $activeSlave.armsTat != "rude words">> - <<set $activeSlave.armsTat = "rude words">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<<if $activeSlave.legsTat != "rude words">> - <<set $activeSlave.legsTat = "rude words">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.stampTat != "rude words">> - <<set $activeSlave.stampTat = "rude words">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - - -<<elseif $tattooChoice == "degradation">> - -<<if $activeSlave.boobsTat != "degradation">> - <<set $activeSlave.boobsTat = "degradation">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.buttTat != "degradation">> - <<set $activeSlave.buttTat = "degradation">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.vaginaTat != "degradation">> - <<set $activeSlave.vaginaTat = "degradation">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.dick > 0>> -<<if $activeSlave.dickTat != "degradation">> - <<set $activeSlave.dickTat = "degradation">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.lipsTat != "degradation">> - <<set $activeSlave.lipsTat = "degradation">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if ($activeSlave.anusTat != "degradation") || ($activeSlave.anusTat == "bleached")>> - <<set $activeSlave.anusTat = "degradation">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.shouldersTat != "degradation">> - <<set $activeSlave.shouldersTat = "degradation">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.backTat != "degradation">> - <<set $activeSlave.backTat = "degradation">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.amp != 1>> -<<if $activeSlave.armsTat != "degradation">> - <<set $activeSlave.armsTat = "degradation">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<<if $activeSlave.legsTat != "degradation">> - <<set $activeSlave.legsTat = "degradation">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.stampTat != "degradation">> - <<set $activeSlave.stampTat = "degradation">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<elseif $tattooChoice == "bovine patterns">> - -<<if $activeSlave.boobsTat != "bovine patterns">> - <<set $activeSlave.boobsTat = "bovine patterns">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.buttTat != "bovine patterns">> - <<set $activeSlave.buttTat = "bovine patterns">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.vaginaTat != "bovine patterns">> - <<set $activeSlave.vaginaTat = "bovine patterns">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.dickTat != "bovine patterns">> -<<if $activeSlave.dick > 0>> - <<set $activeSlave.dickTat = "bovine patterns">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.lipsTat != "bovine patterns">> - <<set $activeSlave.lipsTat = "bovine patterns">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.anusTat != "bovine patterns">> - <<set $activeSlave.anusTat = "bovine patterns">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.shouldersTat != "bovine patterns">> - <<set $activeSlave.shouldersTat = "bovine patterns">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.backTat != "bovine patterns">> - <<set $activeSlave.backTat = "bovine patterns">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.amp != 1>> -<<if $activeSlave.armsTat != "bovine patterns">> - <<set $activeSlave.armsTat = "bovine patterns">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<<if $activeSlave.legsTat != "bovine patterns">> - <<set $activeSlave.legsTat = "bovine patterns">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.stampTat != "bovine patterns">> - <<set $activeSlave.stampTat = "bovine patterns">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<elseif $tattooChoice == "Asian art">> - -<<if $activeSlave.boobsTat != "Asian art">> - <<set $activeSlave.boobsTat = "Asian art">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.buttTat != "Asian art">> - <<set $activeSlave.buttTat = "Asian art">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.vaginaTat != "Asian art">> - <<set $activeSlave.vaginaTat = "Asian art">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - - -<<if $activeSlave.dickTat != "Asian art">> -<<if $activeSlave.dick > 0>> - <<set $activeSlave.dickTat = "Asian art">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.lipsTat != "Asian art">> - <<set $activeSlave.lipsTat = "Asian art">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if ($activeSlave.anusTat != "bleached")>> - <<set $activeSlave.anusTat = "bleached">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.shouldersTat != "Asian art">> - <<set $activeSlave.shouldersTat = "Asian art">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.backTat != "Asian art">> - <<set $activeSlave.backTat = "Asian art">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.amp != 1>> -<<if $activeSlave.armsTat != "Asian art">> - <<set $activeSlave.armsTat = "Asian art">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<<if $activeSlave.legsTat != "Asian art">> - <<set $activeSlave.legsTat = "Asian art">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.stampTat != "Asian art">> - <<set $activeSlave.stampTat = "Asian art">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<elseif $tattooChoice == "scenes">> - -<<if $activeSlave.boobsTat != "scenes">> - <<set $activeSlave.boobsTat = "scenes">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.buttTat != "scenes">> - <<set $activeSlave.buttTat = "scenes">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.vaginaTat != "scenes">> - <<set $activeSlave.vaginaTat = "scenes">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.lipsTat != "permanent makeup">> - <<set $activeSlave.lipsTat = "permanent makeup">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if ($activeSlave.anusTat != "bleached")>> - <<set $activeSlave.anusTat = "bleached">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.shouldersTat != "scenes">> - <<set $activeSlave.shouldersTat = "scenes">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.backTat != "scenes">> - <<set $activeSlave.backTat = "scenes">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.amp != 1>> -<<if $activeSlave.armsTat != "scenes">> - <<set $activeSlave.armsTat = "scenes">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<<if $activeSlave.legsTat != "scenes">> - <<set $activeSlave.legsTat = "scenes">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.stampTat != "scenes">> - <<set $activeSlave.stampTat = "scenes">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<elseif $tattooChoice == "possessive">> - -<<if $activeSlave.boobsTat != "possessive">> - <<set $activeSlave.boobsTat = "possessive">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.buttTat != "possessive">> - <<set $activeSlave.buttTat = "possessive">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.vaginaTat != "possessive">> - <<set $activeSlave.vaginaTat = "possessive">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.lipsTat != "possessive">> - <<set $activeSlave.lipsTat = "possessive">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if ($activeSlave.anusTat != "possessive")>> - <<set $activeSlave.anusTat = "possessive">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.shouldersTat != "possessive">> - <<set $activeSlave.shouldersTat = "possessive">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<<if $activeSlave.backTat != "possessive">> - <<set $activeSlave.backTat = "possessive">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.amp != 1>> -<<if $activeSlave.armsTat != "possessive">> - <<set $activeSlave.armsTat = "possessive">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<<if $activeSlave.legsTat != "possessive">> - <<set $activeSlave.legsTat = "possessive">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.stampTat != "possessive">> - <<set $activeSlave.stampTat = "possessive">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<elseif $tattooChoice == "sacrilege">> - -<<if $activeSlave.boobsTat != "sacrilege">> - <<set $activeSlave.boobsTat = "sacrilege">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.buttTat != "sacrilege">> - <<set $activeSlave.buttTat = "sacrilege">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.vaginaTat != "sacrilege">> - <<set $activeSlave.vaginaTat = "sacrilege">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.lipsTat != "sacrilege">> - <<set $activeSlave.lipsTat = "sacrilege">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if ($activeSlave.anusTat != "sacrilege")>> - <<set $activeSlave.anusTat = "sacrilege">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.shouldersTat != "sacrilege">> - <<set $activeSlave.shouldersTat = "sacrilege">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.backTat != "sacrilege">> - <<set $activeSlave.backTat = "sacrilege">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.amp != 1>> -<<if $activeSlave.armsTat != "sacrilege">> - <<set $activeSlave.armsTat = "sacrilege">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<<if $activeSlave.legsTat != "sacrilege">> - <<set $activeSlave.legsTat = "sacrilege">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.stampTat != "sacrilege">> - <<set $activeSlave.stampTat = "sacrilege">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<elseif $tattooChoice == "sacrament">> - -<<if $activeSlave.boobsTat != "sacrament">> - <<set $activeSlave.boobsTat = "sacrament">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.buttTat != "sacrament">> - <<set $activeSlave.buttTat = "sacrament">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.vaginaTat != "sacrament">> - <<set $activeSlave.vaginaTat = "sacrament">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.lipsTat != "sacrament">> - <<set $activeSlave.lipsTat = "sacrament">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if ($activeSlave.anusTat != "sacrament")>> - <<set $activeSlave.anusTat = "sacrament">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.shouldersTat != "sacrament">> - <<set $activeSlave.shouldersTat = "sacrament">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.backTat != "sacrament">> - <<set $activeSlave.backTat = "sacrament">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<if $activeSlave.amp != 1>> -<<if $activeSlave.armsTat != "sacrament">> - <<set $activeSlave.armsTat = "sacrament">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<<if $activeSlave.legsTat != "sacrament">> - <<set $activeSlave.legsTat = "sacrament">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> -<</if>> - -<<if $activeSlave.stampTat != "sacrament">> - <<set $activeSlave.stampTat = "sacrament">> - <<set $cash -= $modCost>> - <<set $degradation += 1>> -<</if>> - -<<elseif $tattooChoice == "paternalist">> - -<<if $activeSlave.boobsTat != "paternalist">> - <<set $activeSlave.boobsTat = "paternalist">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.buttTat != "paternalist">> - <<set $activeSlave.buttTat = "paternalist">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.vaginaTat != "paternalist">> - <<set $activeSlave.vaginaTat = "paternalist">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.lipsTat != "paternalist">> - <<set $activeSlave.lipsTat = "paternalist">> - <<set $cash -= $modCost>> -<</if>> - -<<if ($activeSlave.anusTat != "paternalist")>> - <<set $activeSlave.anusTat = "paternalist">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.shouldersTat != "paternalist">> - <<set $activeSlave.shouldersTat = "paternalist">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.backTat != "paternalist">> - <<set $activeSlave.backTat = "paternalist">> - <<set $cash -= $modCost>> -<</if>> - -<<if $activeSlave.amp != 1>> -<<if $activeSlave.armsTat != "paternalist">> - <<set $activeSlave.armsTat = "paternalist">> - <<set $cash -= $modCost>> -<</if>> -<<if $activeSlave.legsTat != "paternalist">> - <<set $activeSlave.legsTat = "paternalist">> - <<set $cash -= $modCost>> -<</if>> -<</if>> - -<<if $activeSlave.stampTat != "paternalist">> - <<set $activeSlave.stampTat = "paternalist">> - <<set $cash -= $modCost>> -<</if>> + <<if ($tattooChoice != "bleached") && ($tattooChoice != "permanent makeup")>> + <<link "Entire body">> + <<set _degradation_Temp = 0>> + <<if $activeSlave.boobsTat != $tattooChoice>> + <<set $activeSlave.boobsTat = $tattooChoice>> + <<set $cash -= $modCost>> + <<set _degradationTemp += 1>> + <</if>> -<<elseif $tattooChoice == 0>> + <<if $activeSlave.buttTat != $tattooChoice>> + <<set $activeSlave.buttTat = $tattooChoice>> + <<set $cash -= $modCost>> + <<set _degradationTemp += 1>> + <</if>> - <<if $activeSlave.boobsTat != 0>> - <<set $activeSlave.boobsTat = 0>> - <<set $cash -= $modCost>> - <</if>> + <<if $activeSlave.vaginaTat != $tattooChoice>> + <<set $activeSlave.vaginaTat = $tattooChoice>> + <<set $cash -= $modCost>> + <<set _degradationTemp += 1>> + <</if>> - <<if $activeSlave.buttTat != 0>> - <<set $activeSlave.buttTat = 0>> - <<set $cash -= $modCost>> - <</if>> + <<if $activeSlave.dick > 0>> + <<if $activeSlave.dickTat != $tattooChoice && $tattooChoice != "scenes">> + <<set $activeSlave.dickTat = $tattooChoice>> + <<set $cash -= $modCost>> + <<set _degradationTemp += 1>> + <</if>> + <</if>> - <<if $activeSlave.vaginaTat != 0>> - <<set $activeSlave.vaginaTat = 0>> - <<set $cash -= $modCost>> - <</if>> + <<if $activeSlave.lipsTat != $tattooChoice>> + <<if $tattooChoice == "scenes">> + <<set $activeSlave.lipsTat = "permanent makeup">> + <<else>> + <<set $activeSlave.lipsTat = $tattooChoice>> + <</if>> + <<set $cash -= $modCost>> + <<set _degradationTemp += 1>> + <</if>> - <<if $activeSlave.dick > 0>> - <<if $activeSlave.dickTat != 0>> - <<set $activeSlave.dickTat = 0>> - <<set $cash -= $modCost>> - <</if>> - <</if>> + <<if ($tattooChoice == "Asian art" || $tattooChoice == "scenes") && $activeSlave.anusTat == "bleached">> + <<set $activeSlave.anusTat = "bleached">> + <<set $cash -= $modCost>> + <<set _degradationTemp += 1>> + <<elseif $activeSlave.anusTat != $tattooChoice + <<set $activeSlave.anusTat = $tattooChoice>> + <<set $cash -= $modCost>> + <<set _degradationTemp += 1>> + <</if>> - <<if $activeSlave.lipsTat != 0>> - <<set $activeSlave.lipsTat = 0>> - <<set $cash -= $modCost>> - <</if>> + <<if $activeSlave.shouldersTat != $tattooChoice>> + <<set $activeSlave.shouldersTat = $tattooChoice>> + <<set $cash -= $modCost>> + <<set _degradationTemp += 1>> + <</if>> - <<if ($activeSlave.anusTat != 0) || ($activeSlave.anusTat == "bleached")>> - <<set $activeSlave.anusTat = 0>> - <<set $cash -= $modCost>> - <</if>> + <<if $activeSlave.backTat != $tattooChoice>> + <<set $activeSlave.backTat = $tattooChoice>> + <<set $cash -= $modCost>> + <<set _degradationTemp += 1>> + <</if>> - <<if $activeSlave.shouldersTat != 0>> - <<set $activeSlave.shouldersTat = 0>> - <<set $cash -= $modCost>> - <</if>> + <<if $activeSlave.amp != 1>> + <<if $activeSlave.armsTat != $tattooChoice>> + <<set $activeSlave.armsTat = $tattooChoice>> + <<set $cash -= $modCost>> + <<set _degradationTemp += 1>> + <</if>> + <<if $activeSlave.legsTat != $tattooChoice>> + <<set $activeSlave.legsTat = $tattooChoice>> + <<set $cash -= $modCost>> + <<set _degradationTemp += 1>> + <</if>> + <</if>> - <<if $activeSlave.backTat != 0>> - <<set $activeSlave.backTat = 0>> - <<set $cash -= $modCost>> - <</if>> + <<if $activeSlave.stampTat != $tattooChoice>> + <<set $activeSlave.stampTat = $tattooChoice>> + <<set $cash -= $modCost>> + <<set _degradationTemp += 1>> + <</if>> - <<if $activeSlave.amp != 1>> - <<if $activeSlave.armsTat != 0>> - <<set $activeSlave.armsTat = 0>> - <<set $cash -= $modCost>> - <</if>> - <<if $activeSlave.legsTat != 0>> - <<set $activeSlave.legsTat = 0>> - <<set $cash -= $modCost>> - <</if>> - <</if>> + <<if !["tribal patterns", "flowers", "paternalist", 0].includes($tattooChoice)>> + <<set $degradation += _degradationTemp>> + <</if>> - <<if $activeSlave.stampTat != 0>> - <<set $activeSlave.stampTat = 0>> - <<set $cash -= $modCost>> + <<goto "Body Modification">> + <</link>> <</if>> -<</if>> - -<<goto "Body Modification">> -<</link>> -<</if>> -<<if $tattooChoice == 0>> + <<if $tattooChoice == 0>> <<if $activeSlave.shouldersTat != $tattooChoice>> | [[Shoulders|Body Modification][$activeSlave.shouldersTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.lipsTat != $tattooChoice>> | [[Face|Body Modification][$activeSlave.lipsTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.boobsTat != $tattooChoice>> | [[Boobs|Body Modification][$activeSlave.boobsTat = $tattooChoice,$cash -= $modCost]]<</if>> - <<if $activeSlave.amp == 0>> + <<if $activeSlave.amp != 1>> <<if $activeSlave.armsTat != $tattooChoice>> | [[Arms|Body Modification][$activeSlave.armsTat = $tattooChoice,$cash -= $modCost]]<</if>> <</if>> <<if $activeSlave.backTat != $tattooChoice>> | [[Upper back|Body Modification][$activeSlave.backTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.stampTat != $tattooChoice>> | [[Lower back|Body Modification][$activeSlave.stampTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.buttTat != $tattooChoice>> | [[Buttock|Body Modification][$activeSlave.buttTat = $tattooChoice,$cash -= $modCost]]<</if>> - <<if ($activeSlave.vagina != -1)>> - <<if $activeSlave.vaginaTat != $tattooChoice>> | [[Vagina|Body Modification][$activeSlave.vaginaTat = $tattooChoice,$cash -= $modCost]]<</if>> + <<if $activeSlave.vaginaTat != $tattooChoice>> | [[Vagina|Body Modification][$activeSlave.vaginaTat = $tattooChoice,$cash -= $modCost]]<</if>> + <<if ($activeSlave.dick > 0)>> + <<if $activeSlave.dickTat != $tattooChoice>> | [[Dick|Body Modification][$activeSlave.dickTat = $tattooChoice,$cash -= $modCost]]<</if>> <</if>> - <<if $activeSlave.dickTat != $tattooChoice>> | [[Dick|Body Modification][$activeSlave.dickTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.anusTat != $tattooChoice>> | [[Anus|Body Modification][$activeSlave.anusTat = $tattooChoice,$cash -= $modCost]]<</if>> - <<if $activeSlave.amp == 0>> + <<if $activeSlave.amp != 1>> <<if $activeSlave.legsTat != $tattooChoice>> | [[Legs|Body Modification][$activeSlave.legsTat = $tattooChoice,$cash -= $modCost]]<</if>> <</if>> -<<elseif $tattooChoice == "permanent makeup">> - [[Face|Body Modification][$activeSlave.lipsTat = $tattooChoice,$cash -= $modCost]] -<<elseif $tattooChoice == "bleached">> - [[Asshole|Body Modification][$activeSlave.anusTat = $tattooChoice,$cash -= $modCost]] -<<else>> - <<if $activeSlave.shouldersTat != $tattooChoice>> | [[Shoulders|Body Modification][$activeSlave.shouldersTat = $tattooChoice,$cash -= $modCost]]<</if>> - <<if $activeSlave.lipsTat != $tattooChoice>> | [[Face|Body Modification][$activeSlave.lipsTat = $tattooChoice,$cash -= $modCost]]<</if>> - <<if $activeSlave.boobsTat != $tattooChoice>> | [[Boobs|Body Modification][$activeSlave.boobsTat = $tattooChoice,$cash -= $modCost]]<</if>> - <<if $activeSlave.amp == 0>> - <<if $activeSlave.armsTat != $tattooChoice>> | [[Arms|Body Modification][$activeSlave.armsTat = $tattooChoice,$cash -= $modCost]]<</if>> - <</if>> - <<if $activeSlave.backTat != $tattooChoice>> | [[Upper back|Body Modification][$activeSlave.backTat = $tattooChoice,$cash -= $modCost]]<</if>> - <<if $activeSlave.stampTat != $tattooChoice>> | [[Lower back|Body Modification][$activeSlave.stampTat = $tattooChoice,$cash -= $modCost]]<</if>> - <<if $activeSlave.buttTat != $tattooChoice>> | [[Buttock|Body Modification][$activeSlave.buttTat = $tattooChoice,$cash -= $modCost]]<</if>> - <<if ($activeSlave.vagina != -1)>> + <<elseif $tattooChoice == "permanent makeup">> + [[Face|Body Modification][$activeSlave.lipsTat = $tattooChoice,$cash -= $modCost]] + <<elseif $tattooChoice == "bleached">> + [[Asshole|Body Modification][$activeSlave.anusTat = $tattooChoice,$cash -= $modCost]] + <<else>> + <<if $activeSlave.shouldersTat != $tattooChoice>> | [[Shoulders|Body Modification][$activeSlave.shouldersTat = $tattooChoice,$cash -= $modCost]]<</if>> + <<if $tattooChoice != "scenes">> + <<if $activeSlave.lipsTat != $tattooChoice>> | [[Face|Body Modification][$activeSlave.lipsTat = $tattooChoice,$cash -= $modCost]]<</if>> + <</if>> + <<if $activeSlave.boobsTat != $tattooChoice>> | [[Boobs|Body Modification][$activeSlave.boobsTat = $tattooChoice,$cash -= $modCost]]<</if>> + <<if $activeSlave.amp != 1>> + <<if $activeSlave.armsTat != $tattooChoice>> | [[Arms|Body Modification][$activeSlave.armsTat = $tattooChoice,$cash -= $modCost]]<</if>> + <</if>> + <<if $activeSlave.backTat != $tattooChoice>> | [[Upper back|Body Modification][$activeSlave.backTat = $tattooChoice,$cash -= $modCost]]<</if>> + <<if $activeSlave.stampTat != $tattooChoice>> | [[Lower back|Body Modification][$activeSlave.stampTat = $tattooChoice,$cash -= $modCost]]<</if>> + <<if $activeSlave.buttTat != $tattooChoice>> | [[Buttock|Body Modification][$activeSlave.buttTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.vaginaTat != $tattooChoice>> | [[Vagina|Body Modification][$activeSlave.vaginaTat = $tattooChoice,$cash -= $modCost]]<</if>> - <</if>> - <<if $tattooChoice != "scenes">> - <<if $activeSlave.dickTat != $tattooChoice>> | [[Dick|Body Modification][$activeSlave.dickTat = $tattooChoice,$cash -= $modCost]]<</if>> - <</if>> - <<if ($tattooChoice != "Asian art") && ($tattooChoice != "scenes")>> - <<if $activeSlave.anusTat != $tattooChoice>> | [[Anus|Body Modification][$activeSlave.anusTat = $tattooChoice,$cash -= $modCost]]<</if>> - <</if>> - <<if $activeSlave.amp == 0>> - <<if $activeSlave.legsTat != $tattooChoice>> | [[Legs|Body Modification][$activeSlave.legsTat = $tattooChoice,$cash -= $modCost]]<</if>> + <<if $activeSlave.dick > 0 && $tattooChoice != "scenes">> + <<if $activeSlave.dickTat != $tattooChoice>> | [[Dick|Body Modification][$activeSlave.dickTat = $tattooChoice,$cash -= $modCost]]<</if>> + <</if>> + <<if ($tattooChoice != "Asian art") && ($tattooChoice != "scenes")>> + <<if $activeSlave.anusTat != $tattooChoice>> | [[Anus|Body Modification][$activeSlave.anusTat = $tattooChoice,$cash -= $modCost]]<</if>> + <</if>> + <<if $activeSlave.amp != 1>> + <<if $activeSlave.legsTat != $tattooChoice>> | [[Legs|Body Modification][$activeSlave.legsTat = $tattooChoice,$cash -= $modCost]]<</if>> + <</if>> <</if>> <</if>> <br> @@ -1612,7 +776,7 @@ Custom Tats: Give $possessive a custom shoulder tattoo: <<textbox "$activeSlave.shouldersTat" $activeSlave.shouldersTat "Slave Interact">> <</if>> -<<if $activeSlave.armsTat == 0 && $activeSlave.amp == 0>> +<<if $activeSlave.armsTat == 0 && $activeSlave.amp != 1>> <br> Give $possessive a custom arm tattoo: <<textbox "$activeSlave.armsTat" $activeSlave.armsTat "Slave Interact">> <</if>> @@ -1642,7 +806,7 @@ Custom Tats: Give $possessive a custom dick tattoo: <<textbox "$activeSlave.dickTat" $activeSlave.dickTat "Slave Interact">> <</if>> -<<if $activeSlave.vaginaTat == 0 && $activeSlave.vagina != -1>> +<<if $activeSlave.vaginaTat == 0>> <br> Give $possessive a custom pubic tattoo: <<textbox "$activeSlave.vaginaTat" $activeSlave.vaginaTat "Slave Interact">> <</if>> @@ -1652,7 +816,7 @@ Custom Tats: Give $possessive a custom anus tattoo (lower back tattoo): <<textbox "$activeSlave.anusTat" $activeSlave.anusTat "Slave Interact">> <</if>> -<<if $activeSlave.legsTat == 0 && $activeSlave.amp == 0>> +<<if $activeSlave.legsTat == 0 && $activeSlave.amp != 1>> <br> Give $possessive a custom leg tattoo: <<textbox "$activeSlave.legsTat" $activeSlave.legsTat "Slave Interact">> <</if>> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index 81681c83dc90e2c9c715855fda483a0b5eb3f0f5..c60e288f2a2a05b8cc3ef5ce6af1344d536e6296 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -892,13 +892,13 @@ Work on her sex: <<if $activeSlave.indentureRestrictions < 1 && $activeSlave.breedingMark != 1>> <<if ($activeSlave.vagina == -1) && ($activeSlave.dick != 0)>> - [[Convert genitalia to female|Surgery Degradation][$activeSlave.dick = 0,$activeSlave.dickAccessory = "none",$activeSlave.foreskin = 0,$activeSlave.scrotum = 0,$activeSlave.balls = 0,$activeSlave.vasectomy = 0,$activeSlave.vagina = 0,$activeSlave.preg = -2,$activeSlave.vaginalSkill = 0,$cash -= $surgeryCost, $activeSlave.health -= 40, $surgeryType = "mtf"]] + [[Convert genitalia to female|Surgery Degradation][$activeSlave.dick = 0,$activeSlave.dickAccessory = "none",$activeSlave.dickTat = 0,$activeSlave.foreskin = 0,$activeSlave.scrotum = 0,$activeSlave.balls = 0,$activeSlave.vasectomy = 0,$activeSlave.vagina = 0,$activeSlave.preg = -2,$activeSlave.vaginalSkill = 0,$cash -= $surgeryCost, $activeSlave.health -= 40, $surgeryType = "mtf"]] <</if>> <<if ($activeSlave.vagina == -1) && ($activeSlave.dick == 0) && ($surgeryUpgrade == 1)>> | [[Create a vagina|Surgery Degradation][$activeSlave.vagina = 0,$activeSlave.vaginalSkill = 0,$cash -= $surgeryCost, $activeSlave.health -= 40, $surgeryType = "mtf"]] <</if>> <<if ($activeSlave.dick > 0) && ($seeExtreme == 1)>> - | [[Remove penis|Surgery Degradation][$activeSlave.dick = 0,$activeSlave.dickAccessory = "none",$activeSlave.foreskin = 0,$activeSlave.vaginalSkill = 0,$cash -= $surgeryCost, $activeSlave.health -= 20, $surgeryType = "chop"]] + | [[Remove penis|Surgery Degradation][$activeSlave.dick = 0,$activeSlave.dickAccessory = "none",$activeSlave.dickTat = 0,$activeSlave.foreskin = 0,$activeSlave.vaginalSkill = 0,$cash -= $surgeryCost, $activeSlave.health -= 20, $surgeryType = "chop"]] <</if>> <<if ($activeSlave.foreskin > 0) && $activeSlave.dick > 0>> <<if $seeCircumcision == 1>> @@ -1247,7 +1247,7 @@ Work on her structurally: <</if>> <<elseif $activeSlave.amp != 1>> <<if ($activeSlave.indentureRestrictions < 1) && ($seeExtreme == 1)>> - [[Detach artificial limbs|Surgery Degradation][$activeSlave.amp = 1,$activeSlave.heels = 0,$activeSlave.shoes = "none",$activeSlave.legAccessory = "none",$activeSlave.heightImplant = 0,$cash -= $surgeryCost, $activeSlave.health -= 40,$activeSlave.nails = 0,$surgeryType = "removeLimbs"]] //This will greatly restrict $possessive// + [[Detach artificial limbs|Surgery Degradation][$activeSlave.amp = 1,$activeSlave.heels = 0,$activeSlave.shoes = "none",$activeSlave.legAccessory = "none",$activeSlave.heightImplant = 0,$activeSlave.legsTat = 0,$activeSlave.armsTat = 0,$cash -= $surgeryCost, $activeSlave.health -= 40,$activeSlave.nails = 0,$surgeryType = "removeLimbs"]] //This will greatly restrict $possessive// <</if>> <</if>> <<else>> diff --git a/src/uncategorized/saDevotion.tw b/src/uncategorized/saDevotion.tw index 0b9abef574cfdc415593211a12d0fb430cd1b324..ef7ce382ae006ca7eb94565558eb1202e51c7236 100644 --- a/src/uncategorized/saDevotion.tw +++ b/src/uncategorized/saDevotion.tw @@ -184,12 +184,12 @@ <<set $slaves[$i].origBodyOwnerID = 0>> <<if $slaves[$i].fetish != "mindbroken" && $slaves[$i].fuckdoll == 0>> <<if $slaves[$i].devotion > 20>> - $slaves[$i].slaveName is somwhat saddened to see her body leave forever. + $slaves[$i].slaveName is somewhat saddened to see her body leave forever. <<elseif $slaves[$i].devotion >= -50>> - $slaves[$i].slaveName is @@.medimorchid;disturbed@@ to find her body is gone for good, damaging her @@.gold;ability to trust you.@@ + $slaves[$i].slaveName is @@.mediumorchid;disturbed@@ to find her body is gone for good, damaging her @@.gold;ability to trust you.@@ <<set $slaves[$i].devotion -= 30, $slaves[$i].trust -= 30>> <<else>> - $slaves[$i].slaveName is @@.medimorchid;deeply upset@@ that she'll never see her body again. With so little left, she finds it easy to take vengeance by @@.orangered;completely rejecting your ownership of her.@@ + $slaves[$i].slaveName is @@.mediumorchid;deeply upset@@ that she'll never see her body again. With so little left, she finds it easy to take vengeance by @@.orangered;completely rejecting your ownership of her.@@ <<set $slaves[$i].devotion -= 50, $slaves[$i].trust += 200>> <</if>> <</if>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 9c8c56910126fc577fd734b8a7cbe8117692174e..6a8c81894a78797d99865a83fe77f3275935990e 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -51,7 +51,7 @@ <br><br>__Take slave to another room:__ [[Wardrobe|Wardrobe Use][$degradation = 0]] | [[Auto salon|Salon][$degradation = 0,$primaryHairColor = "",$secondaryHairColor = "",$artificialEyeColor = "",$artificialEyeShape = "",$tattooChoice = "",$piercingLevel = ""]] -| [[Body mod studio|Body Modification][$degradation = 0]] +| [[Body mod studio|Body Modification][$degradation = 0, $tattooChoice = undefined]] | [[Remote surgery|Remote Surgery][$degradation = 0]] <<if $cyberMod == 1>>| [[Configure cybernetics|cyberConfig][$temp = 0]]<</if>> diff --git a/src/utility/descriptionWidgetsTattoos.tw b/src/utility/descriptionWidgetsTattoos.tw index dcab4f38f28144c4e91ed32ac3226eefbbc8cba6..efa30e5ecf1e431a7e6378fa5fc2f59c1a650b9a 100644 --- a/src/utility/descriptionWidgetsTattoos.tw +++ b/src/utility/descriptionWidgetsTattoos.tw @@ -9,6 +9,8 @@ Tribal tattoos encircle both $his shoulders in swirling patterns. <<case "flowers">> A gorgeous flower tattoo covers each shoulder. + <<case "counting">> + A '¤' tattoo counting $his earnings and acquirements cover $his shoulders. <<case "advertisements">> <<if $activeSlave.vagina < 0>> 'Two Hole Whore' is tattooed on each of $his shoulders. @@ -17,26 +19,24 @@ <</if>> <<case "rude words">> 'Dickholster' is tattooed on $his left shoulder, and 'Fuckmeat' is tattooed on $his right. + <<case "degradation">> + 'Hurt Me' is tattooed on $his left shoulder, and 'Rape Me' on $his right. + <<case "Asian art">> + Beautiful, colorful tattoos cover $his upper body: a line of wind-whipped waves lashing against mountains runs across $his collarbone and around both shoulders. <<case "scenes">> <<if $activeSlave.vagina < 0>> 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>> 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. <</if>> - <<case "Asian art">> - Beautiful, colorful tattoos cover $his upper body: a line of wind-whipped waves lashing against mountains runs across $his collarbone and around both shoulders. - <<case "degradation">> - 'Hurt Me' is tattooed on $his left shoulder, and 'Rape Me' on $his right. - <<case "counting">> - A '¤' tattoo counting $his earnings and acquirements cover $his shoulders. <<case "bovine patterns">> $His shoulders are flecked with tattoos of bovine blotches. - <<case "possessive">> - A rendition of your face inside a heart is tattooed onto $his left shoulder, and the words 'I love my <<if $PC.title == 1>>Master<<else>>Mistress<</if>>' inside an identical heart are tattooed on $his right. - <<case "sacrament">> - Tattoos depicting saintly nude figures adorn $his shoulders. <<case "sacrilege">> Tattoos depicting demonic nude figures adorn $his shoulders. + <<case "sacrament">> + Tattoos depicting saintly nude figures adorn $his shoulders. + <<case "possessive">> + A rendition of your face inside a heart is tattooed onto $his left shoulder, and the words 'I love my <<if $PC.title == 1>>Master<<else>>Mistress<</if>>' inside an identical heart are tattooed on $his right. <<case "paternalist">> 'Love Me' is tattooed on $his left shoulder, and 'Teach Me' on $his right. <<default>> @@ -52,20 +52,6 @@ $His face is tattooed with tribal patterns that make $his seem mysterious and exotic. <<case "flowers">> $His minimal facial tattoos are limited to a cute flower on each cheek. - <<case "Asian art">> - $He has a blossoming cherry tree tattooed on one temple; its pink petals are dappled across $his cheeks. - <<case "advertisements">> - $His facial tattoos include 'Facefuck Me' across $his forehead, 'Cock' to the left of $his mouth, and 'Sucker' to the right of it. - <<case "rude words">> - $His facial tattoos include 'Sex Slave' across $his forehead, 'Face' to the left of $his mouth, and 'Pussy' to the right of it. - <<case "permanent makeup">> - <<if $activeSlave.makeup == 0>> - $His face appears to bear very heavy, slutty makeup, but on closer inspection, the makeup is actually tattooed on. - <<else>> - $His normal makeup is difficult to distinguish from the underlying very heavy slutty makeup that is tattooed on. - <</if>> - <<case "degradation">> - '$desc' is tattooed across $his forehead. <<case "counting">> <<if $activeSlave.oralCount == 0>> There is a horizontal line tattooed across the $his cheeks for symbols counting $his oral totals to be inscribed under, once $he has some. @@ -74,14 +60,28 @@ <<else>> Tiny dick, pussy, and anus symbols are tattooed all over $his face, forehead, and neck, one for every thing $he's sucked. <</if>> + <<case "advertisements">> + $His facial tattoos include 'Facefuck Me' across $his forehead, 'Cock' to the left of $his mouth, and 'Sucker' to the right of it. + <<case "rude words">> + $His facial tattoos include 'Sex Slave' across $his forehead, 'Face' to the left of $his mouth, and 'Pussy' to the right of it. + <<case "degradation">> + '$desc' is tattooed across $his forehead. + <<case "Asian art">> + $He has a blossoming cherry tree tattooed on one temple; its pink petals are dappled across $his cheeks. <<case "bovine patterns">> $His face is subtly tattooed to give $his a somewhat bovine appearance. - <<case "possessive">> - 'Property of <<PlayerName>>' is tattooed across $his forehead. - <<case "sacrament">> - $His face is subtly tattooed to give $his a decidedly angelic appearance. + <<case "permanent makeup">> + <<if $activeSlave.makeup == 0>> + $His face appears to bear very heavy, slutty makeup, but on closer inspection, the makeup is actually tattooed on. + <<else>> + $His normal makeup is difficult to distinguish from the underlying very heavy slutty makeup that is tattooed on. + <</if>> <<case "sacrilege">> $His face is subtly tattooed to give $his a decidedly demonic appearance. + <<case "sacrament">> + $His face is subtly tattooed to give $his a decidedly angelic appearance. + <<case "possessive">> + 'Property of <<PlayerName>>' is tattooed across $his forehead. <<case "paternalist">> 'Beloved $desc' is tattooed across one of $his cheeks. <<default>> @@ -97,14 +97,6 @@ $His chest and breasts are tattooed with tribal patterns that focus attention on $his nipples. <<case "flowers">> $His chest is tattooed with a pattern of flowering vines that delicately outlines $his breasts. - <<case "advertisements">> - 'Fuck Me!' is tattooed across $his chest in such large letters that the word is visible a long way off. - <<case "rude words">> - 'Fuckslave' is tattooed across $his chest in such large letters that the word is visible a long way off. - <<case "scenes">> - $His chest is tattooed with lewd scenes; each of $his breasts shows a phallus receiving a titfuck while each of $his collarbones shows a woman deepthroating a large phallus. - <<case "degradation">> - '<<if $PC.title == 1>>Master<<else>>Mistress<</if>>'s' is tattooed across the top of $his right breast; 'Bitch' is tattooed across the top of $his left. <<case "counting">> <<if $activeSlave.mammaryCount == 0>> There is a horizontal line tattooed across $his middle chest for symbols counting $his mammary encounters to be inscribed under, once $he has some. @@ -113,16 +105,24 @@ <<else>> Tiny dick, lips, breast, and even pussy symbols cover $his breasts, cleavage, and sides, one for each of $his mammary encounters. <</if>> - <<case "bovine patterns">> - $His chest is tattooed to look like a Holstein cow's, with $his udders left bare to draw attention to them. + <<case "advertisements">> + 'Fuck Me!' is tattooed across $his chest in such large letters that the word is visible a long way off. + <<case "rude words">> + 'Fuckslave' is tattooed across $his chest in such large letters that the word is visible a long way off. + <<case "degradation">> + '<<if $PC.title == 1>>Master<<else>>Mistress<</if>>'s' is tattooed across the top of $his right breast; 'Bitch' is tattooed across the top of $his left. <<case "Asian art">> An octopus is tattooed on $his upper chest; its tentacles reach down to envelop $his breasts, their tips reaching for but not quite reaching each nipple. - <<case "possessive">> - Your personal symbol is tattooed above $his left breast, '<<PlayerName>>' above $his right, leaving the rest of $his chest and breasts bare. - <<case "sacrament">> - Each of $his breasts is tattooed with a depiction of a crucifix, with $his nipples forming the center. + <<case "scenes">> + $His chest is tattooed with lewd scenes; each of $his breasts shows a phallus receiving a titfuck while each of $his collarbones shows a woman deepthroating a large phallus. + <<case "bovine patterns">> + $His chest is tattooed to look like a Holstein cow's, with $his udders left bare to draw attention to them. <<case "sacrilege">> Each of $his breasts is tattooed with a depiction of a pentagram, with $his nipples forming the center. + <<case "sacrament">> + Each of $his breasts is tattooed with a depiction of a crucifix, with $his nipples forming the center. + <<case "possessive">> + Your personal symbol is tattooed above $his left breast, '<<PlayerName>>' above $his right, leaving the rest of $his chest and breasts bare. <<case "paternalist">> '<<if $PC.title == 1>>Master<<else>>Mistress<</if>>'s' is tattooed across the top of $his right breast; 'Darling' is tattooed across the top of $his left. <<default>> @@ -139,78 +139,78 @@ $His tribal tattoos run down $his arms. <<case "flowers">> $His floral tattoos run down $his arms to end in a pretty bloom on the back of each hand. + <<case "counting">> + <<if $activeSlave.oralCount == 0>> + There are horizontal lines tattooed around $his forearms, creating a blank space to permanently tally future sexual exploits. + <<elseif $activeSlave.oralCount < 500>> + Tiny dick, pussy, and anus symbols are tattooed on $his forearms, one for each organ $he's manually pleasured. + <<else>> + Tiny dick, pussy, and anus symbols are tattooed all over both $his arms, one for each organ $he's manually pleasured. + <</if>> <<case "advertisements">> $His right arm is tattooed with a price list for use if $he's whoring, and $his left with a simple tourist guide for use if $he's serving the public. <<case "rude words">> $His arms have helpful instructions on how to restrain $his for rape, including indications of the best anchor points at $his wrists. - <<case "scenes">> - $His lewd tattoos cover $his arms; they include lots of little vignettes of sex, with dates to show when $he was first fucked like that. - <<case "Asian art">> - Tattoos of fierce dragons wind around both $his arms. - <<case "possessive">> - $His arm tattoos depict notable moments during $his enslavement by you, culminating in a stylized rendition of your first initial on $his left hand and your second on the right. - <<case "sacrament">> - Tattoos of swirling thorns run down $his arms, culminating in a stylized depiction of a bloody nail on the back of each hand. - <<case "sacrilege">> - Tattoos of swirling flames run down $his arms. - <<case "paternalist">> + <<case "degradation">> <<if $activeSlave.dick > 0>> <<if $activeSlave.vagina > -1>> <<if $activeSlave.boobs > 600>> - 'Boobs Pussy Cock Asshole' is tattooed on $his left arm, and 'Caress Pleasure Stroke Stretch' is tattooed on $his right. + 'Boobs Pussy Cock Asshole' is tattooed on $his left arm, and 'Suck Fuck Hurt Rape' is tattooed on $his right. <<else>> - 'Half Pussy & Half Cock' is tattooed on $his left arm, and 'All Loved' is tattooed on $his right. + 'Half Pussy & Half Cock' is tattooed on $his left arm, and 'All Whore' is tattooed on $his right. <</if>> <<elseif $activeSlave.boobs > 600>> - 'I didn't used to have boobs' is tattooed on $his left arm, and 'And now I do!' is tattooed on $his right. + 'I didn't used to have boobs' is tattooed on $his left arm, and 'I didn't always take it up the ass' is tattooed on $his right. <<else>> - 'I promise to cum buckets' is tattooed on $his left arm, and 'If you treat me right' is tattooed on $his right. + 'I promise to cum buckets' is tattooed on $his left arm, and 'If you fuck my butt' is tattooed on $his right. <</if>> <<else>> <<if ($activeSlave.boobs > 800) && ($activeSlave.lactation > 0)>> - 'Please drink' is tattooed on $his left arm, and 'All my milk' is tattooed on $his right. + 'Grade AAA Milker' is tattooed on $his left arm, and 'Grade AAA Breeder' is tattooed on $his right. <<elseif ($activeSlave.visualAge > 35)>> - 'Please let Mommy worship your cock' is tattooed on $his left arm, and 'Please pleasure Mommy's pussy' is tattooed on $his right. + 'Please let Mommy suck your cock' is tattooed on $his left arm, and 'Please rape Mommy's cunt' is tattooed on $his right. <<elseif ($activeSlave.visualAge < 25)>> - 'Please teach me how to suck cock' is tattooed on $his left arm, and 'Please teach me how to fuck' is tattooed on $his right. + 'Teach me how to suck cock' is tattooed on $his left arm, and 'Teach me how to take dick' is tattooed on $his right. <<else>> - 'There are many sex slaves like me' is tattooed on $his left arm, and 'But <<if $PC.title == 1>>Master<<else>>Mistress<</if>> loves me' is tattooed on $his right. + 'There are many sex slaves like me' is tattooed on $his left arm, and 'But this one is <<if $PC.title == 1>>Master<<else>>Mistress<</if>>'s' is tattooed on $his right. <</if>> <</if>> - <<case "degradation">> + <<case "Asian art">> + Tattoos of fierce dragons wind around both $his arms. + <<case "scenes">> + $His lewd tattoos cover $his arms; they include lots of little vignettes of sex, with dates to show when $he was first fucked like that. + <<case "bovine patterns">> + Tattoos of cow-like spots cover $his arms, but stop short of each of $his elbows. + <<case "sacrilege">> + Tattoos of swirling flames run down $his arms. + <<case "sacrament">> + Tattoos of swirling thorns run down $his arms, culminating in a stylized depiction of a bloody nail on the back of each hand. + <<case "possessive">> + $His arm tattoos depict notable moments during $his enslavement by you, culminating in a stylized rendition of your first initial on $his left hand and your second on the right. + <<case "paternalist">> <<if $activeSlave.dick > 0>> <<if $activeSlave.vagina > -1>> <<if $activeSlave.boobs > 600>> - 'Boobs Pussy Cock Asshole' is tattooed on $his left arm, and 'Suck Fuck Hurt Rape' is tattooed on $his right. + 'Boobs Pussy Cock Asshole' is tattooed on $his left arm, and 'Caress Pleasure Stroke Stretch' is tattooed on $his right. <<else>> - 'Half Pussy & Half Cock' is tattooed on $his left arm, and 'All Whore' is tattooed on $his right. + 'Half Pussy & Half Cock' is tattooed on $his left arm, and 'All Loved' is tattooed on $his right. <</if>> <<elseif $activeSlave.boobs > 600>> - 'I didn't used to have boobs' is tattooed on $his left arm, and 'I didn't always take it up the ass' is tattooed on $his right. + 'I didn't used to have boobs' is tattooed on $his left arm, and 'And now I do!' is tattooed on $his right. <<else>> - 'I promise to cum buckets' is tattooed on $his left arm, and 'If you fuck my butt' is tattooed on $his right. + 'I promise to cum buckets' is tattooed on $his left arm, and 'If you treat me right' is tattooed on $his right. <</if>> <<else>> <<if ($activeSlave.boobs > 800) && ($activeSlave.lactation > 0)>> - 'Grade AAA Milker' is tattooed on $his left arm, and 'Grade AAA Breeder' is tattooed on $his right. + 'Please drink' is tattooed on $his left arm, and 'All my milk' is tattooed on $his right. <<elseif ($activeSlave.visualAge > 35)>> - 'Please let Mommy suck your cock' is tattooed on $his left arm, and 'Please rape Mommy's cunt' is tattooed on $his right. + 'Please let Mommy worship your cock' is tattooed on $his left arm, and 'Please pleasure Mommy's pussy' is tattooed on $his right. <<elseif ($activeSlave.visualAge < 25)>> - 'Teach me how to suck cock' is tattooed on $his left arm, and 'Teach me how to take dick' is tattooed on $his right. + 'Please teach me how to suck cock' is tattooed on $his left arm, and 'Please teach me how to fuck' is tattooed on $his right. <<else>> - 'There are many sex slaves like me' is tattooed on $his left arm, and 'But this one is <<if $PC.title == 1>>Master<<else>>Mistress<</if>>'s' is tattooed on $his right. + 'There are many sex slaves like me' is tattooed on $his left arm, and 'But <<if $PC.title == 1>>Master<<else>>Mistress<</if>> loves me' is tattooed on $his right. <</if>> <</if>> - <<case "counting">> - <<if $activeSlave.oralCount == 0>> - There are horizontal lines tattooed around $his forearms, creating a blank space to permanently tally future sexual exploits. - <<elseif $activeSlave.oralCount < 500>> - Tiny dick, pussy, and anus symbols are tattooed on $his forearms, one for each organ $he's manually pleasured. - <<else>> - Tiny dick, pussy, and anus symbols are tattooed all over both $his arms, one for each organ $he's manually pleasured. - <</if>> - <<case "bovine patterns">> - Tattoos of cow-like spots cover $his arms, but stop short of each of $his elbows. <<default>> $activeSlave.armsTat <</switch>> @@ -225,32 +225,18 @@ $He has a totem of $his spirit animal tattooed across $his back. <<case "flowers">> $His back is covered in hundreds of beautiful flower tattoos; one could spend half an hour examining them all. + <<case "counting">> + $His back is tattooed with tick marks to count the days of $his sexual slavery + <<set $seed = (($week-$activeSlave.weekAcquired)*7)+random(-3,3)>> + <<if $seed < 10>> + here. There are only a few. + <<else>> + here: $seed of them. + <</if>> <<case "advertisements">> $He has an ad for the arcology itself tattooed across $his back. <<case "rude words">> 'Sex Slave' is tattooed across $his back; the tattoo uses the broad space to make each letter six inches tall, so that $his identity can be read from hundreds of meters off. - <<case "scenes">> - <<if $activeSlave.vagina == -1>> - A line-art rendition of $activeSlave.slaveName herself cumming copiously while riding a dick is tattooed across $his entire back. - <<elseif $activeSlave.lactation > 0>> - A line-art rendition of $activeSlave.slaveName herself nursing a pair of $his fellow slaves is tattooed across $his entire back. - <<elseif $activeSlave.vaginalSkill >= 100>> - A line-art rendition of $activeSlave.slaveName herself performing reverse cowgirl and spreading $his pussy is tattooed across $his entire back. - <<elseif $PC.vagina == 1>> - A line-art rendition of $activeSlave.slaveName herself eating pussy is tattooed across $his entire back. - <<else>> - A line-art rendition of $activeSlave.slaveName herself deepthroating a cock is tattooed across $his entire back. - <</if>> - <<case "Asian art">> - An Asian dragon is tattooed in a circle across $his back; the dragon has subtle features that, according to traditional meanings, relate it to $his personality. - <<case "possessive">> - An abridged and stylized version of $his slave contract is tattooed across $his entire back. - <<case "sacrament">> - $He has a pair of pure white wings tattooed across $his entire back. - <<case "sacrilege">> - $He has a pair of blackened wings tattooed across $his entire back. - <<case "paternalist">> - $He has your name and the location of your penthouse tattooed on $his upper back, so kind citizens can return $his to you if $he wanders off. <<case "degradation">> $He has <<if $activeSlave.dick > 0>> @@ -277,16 +263,30 @@ <</if>> <</if>> tattooed across $his back in gothic script. - <<case "counting">> - $His back is tattooed with tick marks to count the days of $his sexual slavery - <<set $seed = (($week-$activeSlave.weekAcquired)*7)+random(-3,3)>> - <<if $seed < 10>> - here. There are only a few. + <<case "Asian art">> + An Asian dragon is tattooed in a circle across $his back; the dragon has subtle features that, according to traditional meanings, relate it to $his personality. + <<case "scenes">> + <<if $activeSlave.vagina == -1>> + A line-art rendition of $activeSlave.slaveName herself cumming copiously while riding a dick is tattooed across $his entire back. + <<elseif $activeSlave.lactation > 0>> + A line-art rendition of $activeSlave.slaveName herself nursing a pair of $his fellow slaves is tattooed across $his entire back. + <<elseif $activeSlave.vaginalSkill >= 100>> + A line-art rendition of $activeSlave.slaveName herself performing reverse cowgirl and spreading $his pussy is tattooed across $his entire back. + <<elseif $PC.vagina == 1>> + A line-art rendition of $activeSlave.slaveName herself eating pussy is tattooed across $his entire back. <<else>> - here: $seed of them. + A line-art rendition of $activeSlave.slaveName herself deepthroating a cock is tattooed across $his entire back. <</if>> <<case "bovine patterns">> $His back is tattooed to resemble the dappled flank of a cow. + <<case "sacrilege">> + $He has a pair of blackened wings tattooed across $his entire back. + <<case "sacrament">> + $He has a pair of pure white wings tattooed across $his entire back. + <<case "possessive">> + An abridged and stylized version of $his slave contract is tattooed across $his entire back. + <<case "paternalist">> + $He has your name and the location of your penthouse tattooed on $his upper back, so kind citizens can return $his to you if $he wanders off. <<default>> $activeSlave.backTat <</switch>> @@ -301,14 +301,18 @@ $He has a tribal-patterned tramp stamp. <<case "flowers">> $He has a floral-patterned tramp stamp. + <<case "counting">> + <<if $activeSlave.anus == 0>> + $He has the dashed outline of a cock tattooed across $his lower back. + <<else>> + $He has the silhouette of the largest cock $he's ever had up $his anus tattooed across $his lower back. + <</if>> <<case "advertisements">> $He has a tramp stamp which reads 'Fuck my ass!' <<case "rude words">> $He has a tramp stamp which reads 'Rear Entrance,' with an arrow pointing downward. - <<case "sacrilege">> - $He has a tramp stamp which reads 'Fuck my ass and be damned.' - <<case "scenes">> - $He has a tramp stamp which shows a cock entering an anus, recognizably hers. + <<case "degradation">> + $He has a tramp stamp formed from gothic lettering that reads 'Anal Whore.' <<case "Asian art">> A traditional Asian household scene is tattooed on $his lower back, showing a rendition of $activeSlave.slaveName, dressed in rich silks, having sex with a <<if $PC.title == 1>>gentleman<<else>>lady<</if>>. The slave and the <<if $PC.title == 1>>gentleman<<else>>lady<</if>> are kissing passionately as <<if $PC.title == 1>>he<<else>>$he<</if>> <<if $activeSlave.vagina < 0>> @@ -318,22 +322,18 @@ <<else>> penetrates the slave's vagina. <</if>> - <<case "degradation">> - $He has a tramp stamp formed from gothic lettering that reads 'Anal Whore.' - <<case "counting">> - <<if $activeSlave.anus == 0>> - $He has the dashed outline of a cock tattooed across $his lower back. - <<else>> - $He has the silhouette of the largest cock $he's ever had up $his anus tattooed across $his lower back. - <</if>> - <<case "possessive">> - $He has a tramp stamp which reads '$PC.name's $desc.' + <<case "scenes">> + $He has a tramp stamp which shows a cock entering an anus, recognizably hers. + <<case "bovine patterns">> + $He has an identifying barcode tattooed across $his lower back. + <<case "sacrilege">> + $He has a tramp stamp which reads 'Fuck my ass and be damned.' <<case "sacrament">> $He has a tramp stamp which reads 'Fuck my ass and be blessed.' + <<case "possessive">> + $He has a tramp stamp which reads '$PC.name's $desc.' <<case "paternalist">> $He has a tramp stamp which reads 'Fuck me slowly' with an arrow pointing downward. - <<case "bovine patterns">> - $He has an identifying barcode tattooed across $his lower back. <<default>> $activeSlave.stampTat <</switch>> @@ -348,6 +348,14 @@ $His buttocks and hips are tattooed with tribal patterns that emphasize $his womanly curves. <<case "flowers">> $His hips are tattooed with a cute floral design. + <<case "counting">> + <<if $activeSlave.analCount == 0>> + There is a horizontal line tattooed across the tops of $his buttocks for symbols counting $his anal exploits to be inscribed under, once $he has some. + <<elseif $activeSlave.analCount < 500>> + Tiny dick symbols are tattooed all over $his the tops of $his buttocks, one for every time $he's been assfucked. + <<else>> + Tiny dick symbols are tattooed all over $his entire buttocks, attesting to long anal slavery. + <</if>> <<case "advertisements">> 'Shove' is tattooed across $his left buttock; 'It In' is tattooed across $his right. <<case "rude words">> @@ -357,13 +365,10 @@ 'No. 1' <</if>> is tattooed across $his left buttock; 'Fuckhole' is tattooed across $his right. - <<case "sacrilege">> - 'It's not a sin' is tattooed across $his left buttock; - <<if $activeSlave.vagina > -1>> - 'If I don't enjoy it' - <<else>> - 'I'm a girl' - <</if>> is tattooed across $his right. + <<case "degradation">> + 'Treat it' is tattooed across $his left buttock; 'Like a Pussy' is tattooed across $his right. + <<case "Asian art">> + Each of $his buttocks bears a tattoo of a coiled dragon, advancing meaningfully towards $his anus. <<case "scenes">> <<if ($activeSlave.dick > 0) && ($activeSlave.balls > 0)>> $His buttocks are tattooed with lewd scenes; each of $his buttocks shows a smiling shemale offering $his anus, while each of $his thighs shows a rear view of a shemale simultaneously being sodomized and sodomizing. @@ -372,22 +377,15 @@ <<else>> $His buttocks are tattooed with lewd scenes; each of $his buttocks shows a woman being sodomized while each of $his thighs shows a woman being gangbanged in all $his holes. <</if>> - <<case "degradation">> - 'Treat it' is tattooed across $his left buttock; 'Like a Pussy' is tattooed across $his right. - <<case "counting">> - <<if $activeSlave.analCount == 0>> - There is a horizontal line tattooed across the tops of $his buttocks for symbols counting $his anal exploits to be inscribed under, once $he has some. - <<elseif $activeSlave.analCount < 500>> - Tiny dick symbols are tattooed all over $his the tops of $his buttocks, one for every time $he's been assfucked. - <<else>> - Tiny dick symbols are tattooed all over $his entire buttocks, attesting to long anal slavery. - <</if>> <<case "bovine patterns">> $His buttocks are tattooed with large black splotches like those of a Holstein cow. - <<case "Asian art">> - Each of $his buttocks bears a tattoo of a coiled dragon, advancing meaningfully towards $his anus. - <<case "possessive">> - '$PC.name made me their' is tattooed across $his left buttock; with '$desc' tattooed across $his right. + <<case "sacrilege">> + 'It's not a sin' is tattooed across $his left buttock; + <<if $activeSlave.vagina > -1>> + 'If I don't enjoy it' + <<else>> + 'I'm a girl' + <</if>> is tattooed across $his right. <<case "sacrament">> 'This is my penance' is tattooed across $his left buttock; <<if $activeSlave.vagina > -1>> @@ -395,6 +393,8 @@ <<else>> 'As a slave.' <</if>> is tattooed across $his right. + <<case "possessive">> + '$PC.name made me their' is tattooed across $his left buttock; with '$desc' tattooed across $his right. <<case "paternalist">> 'Treat it' is tattooed across $his left buttock; 'Gently' is tattooed across $his right. <<default>> @@ -413,14 +413,6 @@ $His abdomen is tattooed with tribal patterns that draw the eye down toward $his <<if $activeSlave.dick != 0>>cock<<elseif $activeSlave.vagina == -1>>featureless crotch<<else>>vagina<</if>>. <<case "flowers">> $His abdomen bears a tasteful tattoo of a <<if $activeSlave.dick != 0>>lily with a large stamen<<else>>blooming flower<</if>>. - <<case "advertisements">> - $His abdomen reads <<if $activeSlave.vagina < 0>>'Rear Entrance Other Side.'<<else>>'Insert Cock' with an arrow pointing downward.<</if>> - <<case "rude words">> - $His abdomen reads <<if $activeSlave.vagina < 0>>'Useless, Rape Ass Instead' with an arrow pointing downward<<else>>'Fucktoy'<</if>>. - <<case "degradation">> - $His abdomen is tattooed with <<if $activeSlave.dick != 0>>a downward-pointing arrow which reads 'Bounces When Buttfucked.'<<else>>gothic script that reads '<<if $PC.dick == 1>><<if $PC.vagina == 1>>Futa<<else>>Cock<</if>><<else>>Cunt<</if>> Pleaser.'<</if>> - <<case "scenes">> - $His abdomen is tattooed with lewd scenes. It entices with a depiction of <<if $activeSlave.dick != 0>><<if $activeSlave.balls != 0>>sodomy of a shemale<<else>>sodomy of a gelding<</if>><<elseif $activeSlave.vagina == -1>>sodomy of a null<<else>>loving intercourse<</if>>. <<case "counting">> <<if $activeSlave.vaginalCount == 0>> $His abdomen reads 'count begins other side, sorry.' @@ -429,8 +421,12 @@ <<else>> Tiny dick symbols are tattooed all over $his abdomen, one for every time $he's been fucked. There are so many that they spread up to $his breasts and around $his sides. <</if>> - <<case "bovine patterns">> - $His abdomen is tattooed in a Holstein cow pattern. + <<case "advertisements">> + $His abdomen reads <<if $activeSlave.vagina < 0>>'Rear Entrance Other Side.'<<else>>'Insert Cock' with an arrow pointing downward.<</if>> + <<case "rude words">> + $His abdomen reads <<if $activeSlave.vagina < 0>>'Useless, Rape Ass Instead' with an arrow pointing downward<<else>>'Fucktoy'<</if>>. + <<case "degradation">> + $His abdomen is tattooed with <<if $activeSlave.dick != 0>>a downward-pointing arrow which reads 'Bounces When Buttfucked.'<<else>>gothic script that reads '<<if $PC.dick == 1>><<if $PC.vagina == 1>>Futa<<else>>Cock<</if>><<else>>Cunt<</if>> Pleaser.'<</if>> <<case "Asian art">> $He has formal Asian characters tattooed across $his abdomen. To those who do not know the language, they look elegant, but roughly translated, they read <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave)>> @@ -444,6 +440,14 @@ <<else>> 'sex slave.' <</if>> + <<case "scenes">> + $His abdomen is tattooed with lewd scenes. It entices with a depiction of <<if $activeSlave.dick != 0>><<if $activeSlave.balls != 0>>sodomy of a shemale<<else>>sodomy of a gelding<</if>><<elseif $activeSlave.vagina == -1>>sodomy of a null<<else>>loving intercourse<</if>>. + <<case "bovine patterns">> + $His abdomen is tattooed in a Holstein cow pattern. + <<case "sacrilege">> + $His abdomen is tattooed with a variety of heretical symbols. + <<case "sacrament">> + $His abdomen is tattooed with a variety of religious symbols. <<case "possessive">> $His abdomen is tattooed with <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave)>> @@ -458,10 +462,6 @@ 'Sex slave <</if>> of <<if $PC.title == 1>>Master<<else>>Mistress<</if>> $PC.name.' - <<case "sacrament">> - $His abdomen is tattooed with a variety of religious symbols. - <<case "sacrilege">> - $His abdomen is tattooed with a variety of heretical symbols. <<case "paternalist">> $His abdomen is tattooed with a downward-pointing arrow which reads 'Let's come together.' <<default>> @@ -477,10 +477,16 @@ $His cock is tattooed with tribal patterns. <<case "flowers">> $His cock is tattooed with a vine that wraps around its shaft. + <<case "counting">> + <<if $activeSlave.penetrativeCount == 0>> + There is a horizontal line tattooed around the base of $his dick for symbols counting $his penetrative exploits to be inscribed under, once $he has some. + <<elseif $activeSlave.penetrativeCount < 500>> + Tiny anus, pussy and mouth symbols are tattooed all over $his dick, recounting $his penetrative exploits. + <<else>> + Tiny anus, pussy and mouth symbols are tattooed all over $his dick, recounting $his penetrative exploits. $He has so many that they radiate out across $his crotch, too. + <</if>> <<case "advertisements">> $His cock reads 'Sissy Slut.' - <<case "Asian art">> - $His cock has an Asian dragon rushing down each side to the tip. <<case "rude words">> $His cock reads 'Bitchstick.' <<case "degradation">> @@ -489,22 +495,16 @@ <<else>> $His cock reads 'Comes When Assraped.' <</if>> - <<case "counting">> - <<if $activeSlave.penetrativeCount == 0>> - There is a horizontal line tattooed around the base of $his dick for symbols counting $his penetrative exploits to be inscribed under, once $he has some. - <<elseif $activeSlave.penetrativeCount < 500>> - Tiny anus, pussy and mouth symbols are tattooed all over $his dick, recounting $his penetrative exploits. - <<else>> - Tiny anus, pussy and mouth symbols are tattooed all over $his dick, recounting $his penetrative exploits. $He has so many that they radiate out across $his crotch, too. - <</if>> + <<case "Asian art">> + $His cock has an Asian dragon rushing down each side to the tip. <<case "bovine patterns">> $His cock is tattooed to make it look a little like a bulls'. - <<case "possessive">> - $His cock has an identification barcode tattooed on its side. - <<case "sacrament">> - $His cock is covered in tiny words, each derived from a sacred scripture. <<case "sacrilege">> $His cock is covered in tiny words, each derived from a sacrilegious text. + <<case "sacrament">> + $His cock is covered in tiny words, each derived from a sacred scripture. + <<case "possessive">> + $His cock has an identification barcode tattooed on its side. <<case "paternalist">> <<if $activeSlave.anus == 0>> $His cock reads 'Still an Ass Virgin.' @@ -522,8 +522,18 @@ <<switch $activeSlave.anusTat>> <<case "bleached">> $His anus is bleached. + <<case "tribal patterns">> + $His anus is bleached. It is tattooed with a tribal pattern that changes interestingly when $he relaxes or tightens $his sphincter. <<case "flowers">> $He has a huge blooming flower tattooed right over $his anus. + <<case "counting">> + <<if $activeSlave.analCount == 0>> + $He has a dashed line tattooed around $his anus as a guideline for where $his anal count will be inscribed. + <<elseif $activeSlave.analCount < 1000>> + $He has fine rings tattooed around $his anus, one for each hundred cocks. + <<else>> + $He has thick and fine rings tattooed around $his anus, for each thousand and hundred cocks. + <</if>> <<case "advertisements">> <<if ($activeSlave.vagina > -1)>> $He has a ring of text tattooed around $his anus which reads 'Second Pussy.' @@ -536,29 +546,18 @@ <<else>> $He has a ring of text tattooed around $his anus which reads 'Sissy Slut's Sodomy Slit.' <</if>> - <<case "sacrilege">> - $He has a ring of Aramaic text tattooed around $his anus, which translates to horrible blasphemy. - <<case "tribal patterns">> - $His anus is bleached. It is tattooed with a tribal pattern that changes interestingly when $he relaxes or tightens $his sphincter. <<case "degradation">> $His anus is bleached. It is tattooed with gothic script in a ring around $his hole, reading '<<if $PC.title == 1>>Master<<else>>Mistress<</if>> Made Me An Anal Slut.' - <<case "counting">> - <<if $activeSlave.analCount == 0>> - $He has a dashed line tattooed around $his anus as a guideline for where $his anal count will be inscribed. - <<elseif $activeSlave.analCount < 1000>> - $He has fine rings tattooed around $his anus, one for each hundred cocks. - <<else>> - $He has thick and fine rings tattooed around $his anus, for each thousand and hundred cocks. - <</if>> <<case "bovine patterns">> $His anus is tattooed to mimic the puffy, dark appearance of a cow's. - <<case "possessive">> - $He has a ring of numbers around $his anus, detailing the date $he was enslaved by you. + <<case "sacrilege">> + $He has a ring of Aramaic text tattooed around $his anus, which translates to horrible blasphemy. <<case "sacrament">> $He has a ring of Aramaic text tattooed around $his anus, which translates to a comforting blessing. + <<case "possessive">> + $He has a ring of numbers around $his anus, detailing the date $he was enslaved by you. <<case "paternalist">> $His anus is bleached. It is tattooed with text in a ring around $his hole, reading '<<if $PC.title == 1>>Master<<else>>Mistress<</if>> Helped Me Love Anal.' - <<case "Asian art">> <<default>> $activeSlave.anusTat <</switch>> @@ -572,31 +571,31 @@ $His tribal tattoos run down $his legs. <<case "flowers">> $His floral tattoos run down $his legs, with an especially beautiful bouquet of blooms sprayed across each thigh. + <<case "counting">> + $His thighs are used as space for tattoos that count the number of times $he's done various degrading but nonsexual things. <<case "advertisements">> $His thighs are used as simple ad space, promoting $arcologies[0].name and your business pursuits. <<case "rude words">> $His left thigh reads '$desc' and the right 'slut.' - <<case "scenes">> - $He has symmetrical tattoos on each thigh depicting $his being spitroasted. <<case "degradation">> <<if ($activeSlave.vagina < 0)>> $His left thigh reads 'I Used To Fuck,' and the right 'But Now I Get Fucked.' <<else>> $His left thigh reads 'My Life Is Sex,' and the right 'All I'm Good For.' <</if>> - <<case "counting">> - $His thighs are used as space for tattoos that count the number of times $he's done various degrading but nonsexual things. - <<case "possessive">> - $His left thigh is tattooed with a stylized representation of your initials, and the right with a depiction of your personal symbol. - <<case "sacrament">> - $His legs are covered in tattoos of swirling thorns. + <<case "Asian art">> + <<case "scenes">> + $He has symmetrical tattoos on each thigh depicting $his being spitroasted. + <<case "bovine patterns">> + $His legs are covered in tattoos of spots, giving $his a noticeably bovine appearance. <<case "sacrilege">> $His legs are covered in tattoos of swirling flames. + <<case "sacrament">> + $His legs are covered in tattoos of swirling thorns. + <<case "possessive">> + $His left thigh is tattooed with a stylized representation of your initials, and the right with a depiction of your personal symbol. <<case "paternalist">> $His left thigh reads 'I Love My Life,' and the right 'It's All I'm Good For.' - <<case "bovine patterns">> - $His legs are covered in tattoos of spots, giving $his a noticeably bovine appearance. - <<case "Asian art">> <<default>> $activeSlave.legsTat <</switch>>