diff --git a/src/art/vector/Arm.tw b/src/art/vector/Arm.tw index 1e73597c08482c85b39759d626401f297c2061d6..42bc495a98b4d89c39447e985294d08e41b58bc6 100644 --- a/src/art/vector/Arm.tw +++ b/src/art/vector/Arm.tw @@ -73,664 +73,25 @@ /* TODO: simplify selection (select prefix, infix and suffix and combine instead of using switch statemens) */ -<<if _artSlave.clothes == "a slave gown">> +<<switch _artSlave.clothes>> + +<<case "a hijab and abaya" "cutoffs and a t-shirt" "battledress" "conservative clothing" "a huipil" "a kimono" "a nice maid outfit" "a military uniform" "a nice nurse outfit" "a slutty nurse outfit" "a schoolgirl outfit" "Western clothing" "a slutty qipao" "nice business attire" "slutty business attire" "a schutzstaffel uniform" "a slutty schutzstaffel uniform" "a red army uniform" "slutty jewelry" "a cheerleader outfit" "clubslut netting" "battlearmor" "a dirndl" "a biyelgee costume" "lederhosen" "a mounty outfit" "a long qipao">> + <<set _rightArmArt = "Art_Vector_Arm_Outfit_" + clothing2artSuffix(_artSlave.clothes) + "_Right_" + _rightArmType>> + <<set _leftArmArt = "Art_Vector_Arm_Outfit_" + clothing2artSuffix(_artSlave.clothes) + "_Left_" + _leftArmType>> + <<include _rightArmArt>> + <<include _leftArmArt>> + +<<case "a slave gown">> /* only some arm positions have art (feel free to add more) */ <<switch _leftArmType>> <<case "High">> <<include Art_Vector_Arm_Outfit_SlaveGown_Left_High>> <<case "Mid">> - <<include Art_Vector_Arm_Outfit_SlaveGown_Left_Mid>> + <<include Art_Vector_Arm_Outfit_SlaveGown_Left_Mid>> <<case "Low">> <<include Art_Vector_Arm_Outfit_SlaveGown_Left_Low>> <<default>> /* no art for this arm position */ <</switch>> -<</if>> - -<<if _artSlave.clothes == "a hijab and abaya">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_Hijab_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Hijab_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Hijab_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_Hijab_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_Hijab_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a hijab and abaya">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_Hijab_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Hijab_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Hijab_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "cutoffs and a t-shirt">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_Cutoffs_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Cutoffs_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Cutoffs_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_Cutoffs_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_Cutoffs_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "cutoffs and a t-shirt">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_Cutoffs_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Cutoffs_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Cutoffs_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "battledress">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_Battledress_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Battledress_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Battledress_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_Battledress_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_Battledress_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "battledress">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_Battledress_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Battledress_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Battledress_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "conservative clothing">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_Conservative_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Conservative_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Conservative_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_Conservative_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_Conservative_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "conservative clothing">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_Conservative_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Conservative_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Conservative_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a huipil">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_Huipil_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Huipil_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Huipil_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_Huipil_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_Huipil_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a huipil">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_Huipil_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Huipil_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Huipil_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a kimono">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_Kimono_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Kimono_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Kimono_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_Kimono_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_Kimono_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a kimono">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_Kimono_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Kimono_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Kimono_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a nice maid outfit">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_NiceMaid_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_NiceMaid_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_NiceMaid_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_NiceMaid_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_NiceMaid_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a nice maid outfit">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_NiceMaid_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_NiceMaid_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_NiceMaid_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a military uniform">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_MilitaryUniform_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_MilitaryUniform_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_MilitaryUniform_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_MilitaryUniform_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_MilitaryUniform_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a military uniform">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_MilitaryUniform_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_MilitaryUniform_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_MilitaryUniform_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a nice nurse outfit">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_NiceNurse_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_NiceNurse_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_NiceNurse_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_NiceNurse_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_NiceNurse_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a nice nurse outfit">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_NiceNurse_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_NiceNurse_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_NiceNurse_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a slutty nurse outfit">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_SluttyNurse_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_SluttyNurse_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_SluttyNurse_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_SluttyNurse_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_SluttyNurse_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a slutty nurse outfit">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_SluttyNurse_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_SluttyNurse_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_SluttyNurse_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a schoolgirl outfit">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_Schoolgirl_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Schoolgirl_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Schoolgirl_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_Schoolgirl_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_Schoolgirl_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a schoolgirl outfit">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_Schoolgirl_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Schoolgirl_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Schoolgirl_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "Western clothing">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_Western_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Western_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Western_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_Western_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_Western_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "Western clothing">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_Western_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Western_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Western_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a slutty qipao">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_SluttyQipao_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_SluttyQipao_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_SluttyQipao_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_SluttyQipao_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_SluttyQipao_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a slutty qipao">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_SluttyQipao_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_SluttyQipao_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_SluttyQipao_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "nice business attire">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_NiceBusinessAttire_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_NiceBusinessAttire_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_NiceBusinessAttire_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_NiceBusinessAttire_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_NiceBusinessAttire_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "nice business attire">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_NiceBusinessAttire_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_NiceBusinessAttire_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_NiceBusinessAttire_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "slutty business attire">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_SluttyBusinessAttire_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_SluttyBusinessAttire_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_SluttyBusinessAttire_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_SluttyBusinessAttire_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_SluttyBusinessAttire_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "slutty business attire">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_SluttyBusinessAttire_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_SluttyBusinessAttire_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_SluttyBusinessAttire_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a schutzstaffel uniform">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a schutzstaffel uniform">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a slutty schutzstaffel uniform">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a slutty schutzstaffel uniform">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_SchutzstaffelUniform_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a red army uniform">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_RedArmyUniform_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_RedArmyUniform_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_RedArmyUniform_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_RedArmyUniform_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_RedArmyUniform_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a red army uniform">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_RedArmyUniform_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_RedArmyUniform_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_RedArmyUniform_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "slutty jewelry">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_SluttyJewelry_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_SluttyJewelry_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_SluttyJewelry_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_SluttyJewelry_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_SluttyJewelry_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "slutty jewelry">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_SluttyJewelry_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_SluttyJewelry_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_SluttyJewelry_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a cheerleader outfit">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_Cheerleader_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Cheerleader_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Cheerleader_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_Cheerleader_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_Cheerleader_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a cheerleader outfit">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_Cheerleader_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Cheerleader_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Cheerleader_Right_Low>> - <</if>> -<</if>> -<<if _artSlave.clothes == "clubslut netting">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_ClubslutNetting_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_ClubslutNetting_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_ClubslutNetting_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_ClubslutNetting_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_ClubslutNetting_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "clubslut netting">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_ClubslutNetting_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_ClubslutNetting_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_ClubslutNetting_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "battlearmor">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_Battlearmor_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Battlearmor_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Battlearmor_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_Battlearmor_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_Battlearmor_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "battlearmor">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_Battlearmor_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Battlearmor_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Battlearmor_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a dirndl">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_Dirndl_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Dirndl_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Dirndl_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_Dirndl_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_Dirndl_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a dirndl">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_Dirndl_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Dirndl_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Dirndl_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a biyelgee costume">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_BiyelgeeCostume_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_BiyelgeeCostume_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_BiyelgeeCostume_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_BiyelgeeCostume_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_BiyelgeeCostume_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a biyelgee costume">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_BiyelgeeCostume_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_BiyelgeeCostume_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_BiyelgeeCostume_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "lederhosen">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_Lederhosen_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Lederhosen_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Lederhosen_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_Lederhosen_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_Lederhosen_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "lederhosen">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_Lederhosen_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Lederhosen_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Lederhosen_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a mounty outfit">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_Mounty_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Mounty_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Mounty_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_Mounty_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_Mounty_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a mounty outfit">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_Mounty_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_Mounty_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_Mounty_Right_Low>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a long qipao">> - <<if _leftArmType == "High">> - <<include Art_Vector_Arm_Outfit_LongQipao_Left_High>> - <<elseif _leftArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_LongQipao_Left_Mid>> - <<elseif _leftArmType == "Low">> - <<include Art_Vector_Arm_Outfit_LongQipao_Left_Low>> - <<elseif _leftArmType == "Rebel">> - <<include Art_Vector_Arm_Outfit_LongQipao_Left_Rebel>> - <<elseif _rightArmType == "Thumb Down">> - <<include Art_Vector_Arm_Outfit_LongQipao_Left_Thumb>> - <</if>> -<</if>> - -<<if _artSlave.clothes == "a long qipao">> - <<if _rightArmType == "High">> - <<include Art_Vector_Arm_Outfit_LongQipao_Right_High>> - <<elseif _rightArmType == "Mid">> - <<include Art_Vector_Arm_Outfit_LongQipao_Right_Mid>> - <<elseif _rightArmType == "Low">> - <<include Art_Vector_Arm_Outfit_LongQipao_Right_Low>> - <</if>> -<</if>> +<</switch>> diff --git a/src/art/vector/Boob_Addons.tw b/src/art/vector/Boob_Addons.tw index 0d46bc4e990e8bf544e9fefbd79bf21a845adb52..7760e2cde11acdc138d6aa550879bb4a245dfc0a 100644 --- a/src/art/vector/Boob_Addons.tw +++ b/src/art/vector/Boob_Addons.tw @@ -25,15 +25,24 @@ <<set _showNipplePiercings = $showBodyMods == 1 && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a latex catsuit" >> /* shows nipple piercings in game when selected; piercings wont show on the outfits listed below */ -<<if _artSlave.nipplesPiercing == 1 && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "clubslut netting" && _artSlave.clothes != "a slutty outfit" && _artSlave.clothes != "harem gauze" && _artSlave.clothes != "a penitent nuns outfit" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume">> - <<include Art_Vector_Boob_Piercing>> -<<elseif _artSlave.nipplesPiercing == 2 && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "clubslut netting" && _artSlave.clothes != "a slutty outfit" && _artSlave.clothes != "harem gauze" && _artSlave.clothes != "a penitent nuns outfit" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume">> - <<include Art_Vector_Boob_Piercing_Heavy>> +<<if _artSlave.nipplesPiercing > 0>> +<<if _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "clubslut netting" && _artSlave.clothes != "a slutty outfit" && _artSlave.clothes != "harem gauze" && _artSlave.clothes != "a penitent nuns outfit" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume">> + <<if _artSlave.nipplesPiercing == 1>> + <<include Art_Vector_Boob_Piercing>> + <<else>> + <<include Art_Vector_Boob_Piercing_Heavy>> + <</if>> +<</if>> +<</if>> + +<<if _artSlave.areolaePiercing > 0>> +<<if _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "clubslut netting" && _artSlave.clothes != "a slutty outfit" && _artSlave.clothes != "harem gauze" && _artSlave.clothes != "a penitent nuns outfit" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume">> + <<if _artSlave.areolaePiercing == 1>> + <<include Art_Vector_Boob_Areola_Piercing>> + <<else>> + <<include Art_Vector_Boob_Areola_Piercingheavy>> + <</if>> <</if>> -<<if _artSlave.areolaePiercing == 1 && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "Western Clothing" && _artSlave.clothes != "clubslut netting" && _artSlave.clothes != "a slutty outfit" && _artSlave.clothes != "harem gauze" && _artSlave.clothes != "a penitent nuns outfit" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume">> - <<include Art_Vector_Boob_Areola_Piercing>> -<<elseif _artSlave.areolaePiercing == 2 && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "clubslut netting" && _artSlave.clothes != "a slutty outfit" && _artSlave.clothes != "harem gauze" && _artSlave.clothes != "a penitent nuns outfit" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume">> - <<include Art_Vector_Boob_Areola_Piercingheavy>> <</if>> diff --git a/src/art/vector/Chastity_Belt.tw b/src/art/vector/Chastity_Belt.tw index e65ef9b0c3aae2fd2a30718b45ebd696eb7b5b9d..a77a6b182fb64fc2e657bf6f0d049083fda1d5c0 100644 --- a/src/art/vector/Chastity_Belt.tw +++ b/src/art/vector/Chastity_Belt.tw @@ -22,41 +22,39 @@ <</if>> -/* shows vaginal accessories in-game when selected; vaginal accessory art disabled on the outfits below */ -<<if _artSlave.vaginalAccessory == "dildo" && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume">> - <<include Art_Vector_Dildo_Short>> -<</if>> -<<if _artSlave.vaginalAccessory == "long dildo" && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "Western Clothing" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume">> - <<include Art_Vector_Dildo_Long>> -<</if>> -/* additional outfits disabled due to the art breaking with the larger accessories */ -<<if _artSlave.vaginalAccessory == "large dildo" && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "Western Clothing" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "a comfortable bodysuit" && _artSlave.clothes != "a string bikini" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume">> - <<include Art_Vector_Dildo_Large>> -<</if>> -<<if _artSlave.vaginalAccessory == "long, large dildo" && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "Western Clothing" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "a comfortable bodysuit" && _artSlave.clothes != "a string bikini" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume">> - <<include Art_Vector_Dildo_Large_Long>> -<</if>> -<<if _artSlave.vaginalAccessory == "huge dildo" && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "Western Clothing" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "a comfortable bodysuit" && _artSlave.clothes != "a string bikini" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume">> - <<include Art_Vector_Dildo_Huge>> +<<if _artSlave.vaginalAccessory != "none">> +<<if _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume">> + + /* shows vaginal accessories in-game when selected; vaginal accessory art disabled on the outfits below */ + <<if _artSlave.vaginalAccessory == "dildo">> + <<include Art_Vector_Dildo_Short>> + <<elseif _artSlave.vaginalAccessory == "long dildo">> + <<include Art_Vector_Dildo_Long>> + + /* additional outfits disabled due to the art breaking with the larger accessories */ + <<elseif _artSlave.vaginalAccessory == "large dildo" && _artSlave.clothes != "a comfortable bodysuit" && _artSlave.clothes != "a string bikini" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "restrictive latex">> + <<include Art_Vector_Dildo_Large>> + <<elseif _artSlave.vaginalAccessory == "long, large dildo" && _artSlave.clothes != "a comfortable bodysuit" && _artSlave.clothes != "a string bikini" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "restrictive latex">> + <<include Art_Vector_Dildo_Large_Long>> + <<elseif _artSlave.vaginalAccessory == "huge dildo" && _artSlave.clothes != "a comfortable bodysuit" && _artSlave.clothes != "a string bikini" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "restrictive latex">> + <<include Art_Vector_Dildo_Huge>> + <<elseif _artSlave.vaginalAccessory == "long, huge dildo" && _artSlave.clothes != "a comfortable bodysuit" && _artSlave.clothes != "a string bikini" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "restrictive latex">> + <<include Art_Vector_Dildo_Huge_Long>> + <</if>> + <</if>> -<<if _artSlave.vaginalAccessory == "long, huge dildo" && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "Western Clothing" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "a comfortable bodysuit" && _artSlave.clothes != "a string bikini" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume">> - <<include Art_Vector_Dildo_Huge_Long>> <</if>> /* Anal Accessories */ <<if _artSlave.buttplug == "long plug">> <<include Art_Vector_Plug_Long>> -<</if>> -<<if _artSlave.buttplug == "large plug">> +<<elseif _artSlave.buttplug == "large plug">> <<include Art_Vector_Plug_Large>> -<</if>> -<<if _artSlave.buttplug == "long, large plug">> +<<elseif _artSlave.buttplug == "long, large plug">> <<include Art_Vector_Plug_Large_Long>> -<</if>> -<<if _artSlave.buttplug == "huge plug">> +<<elseif _artSlave.buttplug == "huge plug">> <<include Art_Vector_Plug_Huge>> -<</if>> -<<if _artSlave.buttplug == "long, huge plug">> +<<elseif _artSlave.buttplug == "long, huge plug">> <<include Art_Vector_Plug_Huge_Long>> <</if>> <<if _artSlave.buttplugAttachment == "tail">> diff --git a/src/art/vector/Hair_Back.tw b/src/art/vector/Hair_Back.tw index b2977551f1d44c68a0573d3f3be8cf1070189584..358565a37d095c7ff42cdb04f5b072f22a829f19 100644 --- a/src/art/vector/Hair_Back.tw +++ b/src/art/vector/Hair_Back.tw @@ -1,133 +1,138 @@ :: Art_Vector_Hair_Back_ [nobr] -<<if _artSlave.fuckdoll == 0 && _artSlave.hStyle != "shaved" && _artSlave.hStyle != "permed" && _artSlave.hStyle != "up" && _artSlave.hStyle != "neat" && _artSlave.hStyle != "ponytail" && _artSlave.hStyle != "bun" && _artSlave.hStyle != "curled" && _artSlave.hStyle != "eary" && _artSlave.hStyle != "luxurious" && _artSlave.hStyle != "afro" && _artSlave.hStyle != "messy" && _artSlave.hStyle != "dreadlocks" && _artSlave.hStyle != "cornrows" && _artSlave.hStyle != "braided" && _artSlave.hStyle != "tails" && _artSlave.hStyle != "strip" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "Western clothing" && _artSlave.hStyle != "messy bun" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<include Art_Vector_Hair_Back_Messy_Medium>> -<</if>> - -<<if _artSlave.fuckdoll != 0 || ( _artSlave.hStyle == "shaved" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit")>> - <<include Art_Vector_Hair_Back_NoHair>> - <<elseif _artSlave.hStyle == "permed" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Permed_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Permed_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Permed_Short>> - <</if>> - <<elseif _artSlave.hStyle == "up" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Up_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Up_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Up_Short>> - <</if>> - <<elseif _artSlave.hStyle == "neat" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Neat_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Neat_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Neat_Short>> - <</if>> - <<elseif _artSlave.hStyle == "ponytail" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Ponytail_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Ponytail_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Ponytail_Short>> - <</if>> - <<elseif _artSlave.hStyle == "bun" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Bun_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Bun_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Bun_Short>> - <</if>> - <<elseif _artSlave.hStyle == "curled" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Curled_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Curled_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Curled_Short>> - <</if>> - <<elseif _artSlave.hStyle == "eary" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Eary_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Eary_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Eary_Short>> - <</if>> - <<elseif _artSlave.hStyle == "luxurious" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Luxurious_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Luxurious_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Luxurious_Short>> - <</if>> - <<elseif _artSlave.hStyle == "afro" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 150>> - <<include Art_Vector_Hair_Back_Afro_Giant>> - <<elseif _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Afro_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Afro_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Afro_Short>> - <</if>> - <<elseif _artSlave.hStyle == "messy" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Messy_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Messy_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Messy_Short>> - <</if>> - <<elseif _artSlave.hStyle == "dreadlocks" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Dreadlocks_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Dreadlocks_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Dreadlocks_Short>> - <</if>> - <<elseif _artSlave.hStyle == "cornrows" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Cornrows_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Cornrows_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Cornrows_Short>> - <</if>> - <<elseif _artSlave.hStyle == "braided" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Braided_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Braided_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Braided_Short>> - <</if>> - <<elseif _artSlave.hStyle == "tails" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Tails_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Tails_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Tails_Short>> - <</if>> - <<elseif _artSlave.hStyle == "messy bun" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Back_Ninja_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Back_Ninja_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Back_Ninja_Short>> - <</if>> +<<if _artSlave.fuckdoll != 0>> + <<include Art_Vector_Hair_Back_NoHair>> +<<else>> + <<if _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> + <<switch _artSlave.hStyle>> + <<case "shaved" "buzzcut">> + <<include Art_Vector_Hair_Back_NoHair>> + <<case "permed">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Permed_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Permed_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Permed_Short>> + <</if>> + <<case "up">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Up_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Up_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Up_Short>> + <</if>> + <<case "neat">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Neat_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Neat_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Neat_Short>> + <</if>> + <<case "ponytail">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Ponytail_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Ponytail_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Ponytail_Short>> + <</if>> + <<case "bun">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Bun_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Bun_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Bun_Short>> + <</if>> + <<case "curled">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Curled_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Curled_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Curled_Short>> + <</if>> + <<case "eary">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Eary_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Eary_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Eary_Short>> + <</if>> + <<case "luxurious">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Luxurious_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Luxurious_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Luxurious_Short>> + <</if>> + <<case "afro">> + <<if _artSlave.hLength >= 150>> + <<include Art_Vector_Hair_Back_Afro_Giant>> + <<elseif _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Afro_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Afro_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Afro_Short>> + <</if>> + <<case "messy">> /* this isn't an option in salon.tw. What should it be? */ + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Messy_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Messy_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Messy_Short>> + <</if>> + <<case "dreadlocks">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Dreadlocks_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Dreadlocks_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Dreadlocks_Short>> + <</if>> + <<case "cornrows">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Cornrows_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Cornrows_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Cornrows_Short>> + <</if>> + <<case "braided">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Braided_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Braided_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Braided_Short>> + <</if>> + <<case "tails">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Tails_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Tails_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Tails_Short>> + <</if>> + <<case "messy bun">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Back_Ninja_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Back_Ninja_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Back_Ninja_Short>> + <</if>> + <<default>> + <<include Art_Vector_Hair_Back_Messy_Medium>> + <</switch>> + <</if>> <</if>> /* note: latex clothing actually shows some hair, but there is no appropriate art for it */ diff --git a/src/art/vector/Hair_Fore.tw b/src/art/vector/Hair_Fore.tw index c4a9bb102165a4d3b8077349ca2c091446287beb..cde89211f8d47dffa8a8c8b4a426ec4cf3788cdd 100644 --- a/src/art/vector/Hair_Fore.tw +++ b/src/art/vector/Hair_Fore.tw @@ -1,125 +1,128 @@ :: Art_Vector_Hair_Fore_ [nobr] /* TODO: simplify */ - -<<if _artSlave.fuckdoll == 0 && _artSlave.hStyle != "shaved" && _artSlave.hStyle != "permed" && _artSlave.hStyle != "up" && _artSlave.hStyle != "neat" && _artSlave.hStyle != "ponytail" && _artSlave.hStyle != "bun" && _artSlave.hStyle != "curled" && _artSlave.hStyle != "eary" && _artSlave.hStyle != "luxurious" && _artSlave.hStyle != "afro" && _artSlave.hStyle != "messy" && _artSlave.hStyle != "dreadlocks" && _artSlave.hStyle != "cornrows" && _artSlave.hStyle != "braided" && _artSlave.hStyle != "tails" && _artSlave.hStyle != "strip" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "Western clothing" && _artSlave.hStyle != "messy bun" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<include Art_Vector_Hair_Fore_Messy_Medium>> -<</if>> - -<<if _artSlave.fuckdoll != 0 || ( _artSlave.hStyle == "shaved" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit")>> - <<include Art_Vector_Hair_Fore_NoHair>> - <<elseif _artSlave.hStyle == "permed" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Fore_Permed_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Fore_Permed_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Fore_Permed_Short>> - <</if>> - <<elseif _artSlave.hStyle == "up" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Fore_Up_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Fore_Up_Med>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Fore_Up_Short>> - <</if>> - <<elseif _artSlave.hStyle == "neat" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<include Art_Vector_Hair_Fore_Neat>> - <<elseif _artSlave.hStyle == "ponytail" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<include Art_Vector_Hair_Fore_Ponytail>> - <<elseif _artSlave.hStyle == "bun" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<include Art_Vector_Hair_Fore_Bun>> - <<elseif _artSlave.hStyle == "curled" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Fore_Curled_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Fore_Curled_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Fore_Curled_Short>> - <</if>> - <<elseif _artSlave.hStyle == "eary" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Fore_Eary_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Fore_Eary_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Fore_Eary_Short>> - <</if>> - <<elseif _artSlave.hStyle == "luxurious" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Fore_Luxurious_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Fore_Luxurious_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Fore_Luxurious_Short>> - <</if>> - <<elseif _artSlave.hStyle == "afro" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 150>> - <<include Art_Vector_Hair_Fore_Afro_Giant>> - <<elseif _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Fore_Afro_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Fore_Afro_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Fore_Afro_Short>> - <</if>> - <<elseif _artSlave.hStyle == "messy" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Fore_Messy_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Fore_Messy_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Fore_Messy_Short>> - <</if>> - <<elseif _artSlave.hStyle == "dreadlocks" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Fore_Dreadlocks_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Fore_Dreadlocks_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Fore_Dreadlocks_Short>> - <</if>> - <<elseif _artSlave.hStyle == "cornrows" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Fore_Cornrows_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Fore_Cornrows_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Fore_Cornrows_Short>> - <</if>> - <<elseif _artSlave.hStyle == "braided" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Fore_Braided_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Fore_Braided_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Fore_Braided_Short>> - <</if>> - <<elseif _artSlave.hStyle == "tails" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Fore_Tails_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Fore_Tails_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Fore_Tails_Short>> - <</if>> - <<elseif _artSlave.hStyle == "strip" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Fore_Strip_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Fore_Strip_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Fore_Strip_Short>> - <</if>> - <<elseif _artSlave.hStyle == "messy bun" && _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> - <<if _artSlave.hLength >= 60>> - <<include Art_Vector_Hair_Fore_Ninja_Long>> - <<elseif _artSlave.hLength >= 30>> - <<include Art_Vector_Hair_Fore_Ninja_Medium>> - <<elseif _artSlave.hLength >= 10>> - <<include Art_Vector_Hair_Fore_Ninja_Short>> - <</if>> +<<if _artSlave.fuckdoll != 0>> + <<include Art_Vector_Hair_Fore_NoHair>> +<<else>> + <<if _artSlave.clothes != "restrictive latex" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "a chattel habit" && _artSlave.clothes != "a fallen nuns habit" && _artSlave.clothes != "a penitent nuns habit" && _artSlave.clothes != "a cybersuit" && _artSlave.clothes != "Western clothing" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "a mounty outfit">> + <<switch _artSlave.hStyle>> + <<case "shaved" "buzzcut">> + <<include Art_Vector_Hair_Fore_NoHair>> + <<case "permed">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Fore_Permed_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Fore_Permed_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Fore_Permed_Short>> + <</if>> + <<case "up">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Fore_Up_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Fore_Up_Med>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Fore_Up_Short>> + <</if>> + <<case "neat">> + <<include Art_Vector_Hair_Fore_Neat>> + <<case "ponytail">> + <<include Art_Vector_Hair_Fore_Ponytail>> + <<case "bun">> + <<include Art_Vector_Hair_Fore_Bun>> + <<case "curled">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Fore_Curled_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Fore_Curled_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Fore_Curled_Short>> + <</if>> + <<case "eary">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Fore_Eary_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Fore_Eary_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Fore_Eary_Short>> + <</if>> + <<case "luxurious">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Fore_Luxurious_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Fore_Luxurious_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Fore_Luxurious_Short>> + <</if>> + <<case "afro">> + <<if _artSlave.hLength >= 150>> + <<include Art_Vector_Hair_Fore_Afro_Giant>> + <<elseif _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Fore_Afro_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Fore_Afro_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Fore_Afro_Short>> + <</if>> + <<case "messy">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Fore_Messy_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Fore_Messy_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Fore_Messy_Short>> + <</if>> + <<case "dreadlocks">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Fore_Dreadlocks_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Fore_Dreadlocks_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Fore_Dreadlocks_Short>> + <</if>> + <<case "cornrows">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Fore_Cornrows_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Fore_Cornrows_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Fore_Cornrows_Short>> + <</if>> + <<case "braided">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Fore_Braided_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Fore_Braided_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Fore_Braided_Short>> + <</if>> + <<case "tails">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Fore_Tails_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Fore_Tails_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Fore_Tails_Short>> + <</if>> + <<case "strip">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Fore_Strip_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Fore_Strip_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Fore_Strip_Short>> + <</if>> + <<case "messy bun">> + <<if _artSlave.hLength >= 60>> + <<include Art_Vector_Hair_Fore_Ninja_Long>> + <<elseif _artSlave.hLength >= 30>> + <<include Art_Vector_Hair_Fore_Ninja_Medium>> + <<elseif _artSlave.hLength >= 10>> + <<include Art_Vector_Hair_Fore_Ninja_Short>> + <</if>> + <<default>> + <<include Art_Vector_Hair_Fore_Messy_Medium>> + <</switch>> + <</if>> <</if>> - /* note: latex clothing actually shows some hair, but there is no appropriate art for it */ diff --git a/src/art/vector/Pussy_Piercings.tw b/src/art/vector/Pussy_Piercings.tw index 9560e1483cebc72acc9663d50c14d857718d3e22..7daf3bf99b4e52d82108f820277f03ecd596ac50 100644 --- a/src/art/vector/Pussy_Piercings.tw +++ b/src/art/vector/Pussy_Piercings.tw @@ -1,16 +1,25 @@ :: Art_Vector_Pussy_Piercings_ [nobr] -<<if _artSlave.vaginaPiercing == 1 && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "clubslut netting" && _artSlave.clothes != "a slutty outfit" && _artSlave.clothes != "harem gauze" && _artSlave.clothes != "a penitent nuns outfit" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "an apron">> - <<include Art_Vector_Pussy_Piercing>> -<<elseif _artSlave.vaginaPiercing == 2 && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "clubslut netting" && _artSlave.clothes != "a slutty outfit" && _artSlave.clothes != "harem gauze" && _artSlave.clothes != "a penitent nuns outfit" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "an apron">> - <<include Art_Vector_Pussy_Piercing_Heavy>> +<<if _artSlave.vaginaPiercing > 0>> + <<if _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "clubslut netting" && _artSlave.clothes != "a slutty outfit" && _artSlave.clothes != "harem gauze" && _artSlave.clothes != "a penitent nuns outfit" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "an apron">> + <<if _artSlave.vaginaPiercing == 1>> + <<include Art_Vector_Pussy_Piercing>> + <<else>> + <<include Art_Vector_Pussy_Piercing_Heavy>> + <</if>> + <</if>> <</if>> -<<if _artSlave.clitPiercing == 1 && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "clubslut netting" && _artSlave.clothes != "a slutty outfit" && _artSlave.clothes != "harem gauze" && _artSlave.clothes != "a penitent nuns outfit" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "an apron">> - <<include Art_Vector_Clit_Piercing>> -<<elseif _artSlave.clitPiercing == 2 && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "clubslut netting" && _artSlave.clothes != "a slutty outfit" && _artSlave.clothes != "harem gauze" && _artSlave.clothes != "a penitent nuns outfit" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "an apron">> - <<include Art_Vector_Clit_Piercing_Heavy>> -<<elseif _artSlave.clitPiercing == 3 && _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "clubslut netting" && _artSlave.clothes != "a slutty outfit" && _artSlave.clothes != "harem gauze" && _artSlave.clothes != "a penitent nuns outfit" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "an apron">> - <<include Art_Vector_Clit_Piercing_Smart>> + +<<if _artSlave.clitPiercing > 0>> + <<if _artSlave.clothes != "a cheerleader outfit" && _artSlave.clothes != "a hijab and abaya" && _artSlave.clothes != "cutoffs and a t-shirt" && _artSlave.clothes != "a halter top dress" && _artSlave.clothes != "a mini dress" && _artSlave.clothes != "a leotard" && _artSlave.clothes != "a nice maid outfit" && _artSlave.clothes != "a slutty maid outfit" && _artSlave.clothes != "a military uniform" && _artSlave.clothes != "a nice nurse outfit" && _artSlave.clothes != "a schoolgirl outfit" && _artSlave.clothes != "a scalemail bikini" && _artSlave.clothes != "a slutty nurse outfit" && _artSlave.clothes != "a ball gown" && _artSlave.clothes != "battledress" && _artSlave.clothes != "spats and a tank top" && _artSlave.clothes != "nice business attire" && _artSlave.clothes != "slutty business attire" && _artSlave.clothes != "a bunny outfit" && _artSlave.clothes != "conservative clothing" && _artSlave.clothes != "a huipil" && _artSlave.clothes != "a kimono" && _artSlave.clothes != "a slave gown" && _artSlave.clothes != "stretch pants and a crop-top" && _artSlave.clothes != "a maternity dress" && _artSlave.clothes != "a slutty qipao" && _artSlave.clothes != "a toga" && _artSlave.clothes != "clubslut netting" && _artSlave.clothes != "a slutty outfit" && _artSlave.clothes != "harem gauze" && _artSlave.clothes != "a penitent nuns outfit" && _artSlave.clothes != "attractive lingerie for a pregnant woman" && _artSlave.clothes != "battlearmor" && _artSlave.clothes != "a dirndl" && _artSlave.clothes != "a biyelgee costume" && _artSlave.clothes != "lederhosen" && _artSlave.clothes != "a mounty outfit" && _artSlave.clothes != "a long qipao" && _artSlave.clothes != "a schutzstaffel uniform" && _artSlave.clothes != "a slutty schutzstaffel uniform" && _artSlave.clothes != "a red army uniform" && _artSlave.clothes != "an apron">> + <<if _artSlave.clitPiercing == 1>> + <<include Art_Vector_Clit_Piercing>> + <<elseif _artSlave.clitPiercing == 2>> + <<include Art_Vector_Clit_Piercing_Heavy>> + <<elseif _artSlave.clitPiercing == 3>> + <<include Art_Vector_Clit_Piercing_Smart>> + <</if>> + <</if>> <</if>> -/* piercinglevel = 1; Light, piercinglevel = 2; Heavy, piercinglevel = 3; Smart, piercinglevel = 0; None */ \ No newline at end of file +/* piercinglevel = 1; Light, piercinglevel = 2; Heavy, piercinglevel = 3; Smart, piercinglevel = 0; None */ diff --git a/src/art/vector/Set_Colour_Skin.tw b/src/art/vector/Set_Colour_Skin.tw index b4ef0fc86494c13b54e2693ed67fd747f2d535bb..5694249e07c388bddfda34b185d7f3d98958ea1d 100644 --- a/src/art/vector/Set_Colour_Skin.tw +++ b/src/art/vector/Set_Colour_Skin.tw @@ -131,9 +131,8 @@ <<set _areolaStyle = "fill:#E7DF7D;" >> <<set _labiaStyle = "fill:#F977A3;" >> <</if>> -<</if>> -<<if _artSlave.race == "black" || _artSlave.race == "surgically altered to look black">> +<<elseif _artSlave.race == "black" || _artSlave.race == "surgically altered to look black">> <<if _artSlave.skin == "pure white">> <<set _skinColour = "#FEE4CA">> <<set _areolaStyle = "fill:#E0B3A2;" >> @@ -251,9 +250,8 @@ <<set _areolaStyle = "fill:#E7DF7D;" >> <<set _labiaStyle = "fill:#F977A3;" >> <</if>> -<</if>> -<<if _artSlave.race == "latina" || _artSlave.race == "surgically altered to look latina">> +<<elseif _artSlave.race == "latina" || _artSlave.race == "surgically altered to look latina">> <<if _artSlave.skin == "pure white">> <<set _skinColour = "#FEDECE">> <<set _areolaStyle = "fill:#E3BBAB;" >> @@ -371,9 +369,8 @@ <<set _areolaStyle = "fill:#E7DF7D;" >> <<set _labiaStyle = "fill:#F977A3;" >> <</if>> -<</if>> -<<if _artSlave.race == "asian" || _artSlave.race == "surgically altered to look asian">> +<<elseif _artSlave.race == "asian" || _artSlave.race == "surgically altered to look asian">> <<if _artSlave.skin == "pure white">> <<set _skinColour = "#FFF8EE">> <<set _areolaStyle = "fill:#F7DBD0;" >> @@ -491,9 +488,8 @@ <<set _areolaStyle = "fill:#E7DF7D;" >> <<set _labiaStyle = "fill:#F977A3;" >> <</if>> -<</if>> -<<if _artSlave.race == "middle eastern" || _artSlave.race == "surgically altered to look middle eastern">> +<<elseif _artSlave.race == "middle eastern" || _artSlave.race == "surgically altered to look middle eastern">> <<if _artSlave.skin == "pure white">> <<set _skinColour = "#E8CFCF">> <<set _areolaStyle = "fill:#DCADBC;" >> @@ -611,9 +607,8 @@ <<set _areolaStyle = "fill:#E7DF7D;" >> <<set _labiaStyle = "fill:#F977A3;" >> <</if>> -<</if>> -<<if _artSlave.race == "amerindian" || _artSlave.race == "surgically altered to look amerindian">> +<<elseif _artSlave.race == "amerindian" || _artSlave.race == "surgically altered to look amerindian">> <<if _artSlave.skin == "pure white">> <<set _skinColour = "#FDE4BF">> <<set _areolaStyle = "fill:#F0BEAA;" >> @@ -731,9 +726,8 @@ <<set _areolaStyle = "fill:#E7DF7D;" >> <<set _labiaStyle = "fill:#F977A3;" >> <</if>> -<</if>> -<<if _artSlave.race == "southern european" || _artSlave.race == "surgically altered to look southern european">> +<<elseif _artSlave.race == "southern european" || _artSlave.race == "surgically altered to look southern european">> <<if _artSlave.skin == "pure white">> <<set _skinColour = "#EBDBE4">> <<set _areolaStyle = "fill:#FFE4E0;" >> @@ -851,9 +845,8 @@ <<set _areolaStyle = "fill:#E7DF7D;" >> <<set _labiaStyle = "fill:#F977A3;" >> <</if>> -<</if>> -<<if _artSlave.race == "semitic" || _artSlave.race == "surgically altered to look semitic">> +<<elseif _artSlave.race == "semitic" || _artSlave.race == "surgically altered to look semitic">> <<if _artSlave.skin == "pure white">> <<set _skinColour = "#E8CFCF">> <<set _areolaStyle = "fill:#DCADBC;" >> @@ -971,9 +964,8 @@ <<set _areolaStyle = "fill:#E7DF7D;" >> <<set _labiaStyle = "fill:#F977A3;" >> <</if>> -<</if>> -<<if _artSlave.race == "malay" || _artSlave.race == "surgically altered to look malay">> +<<elseif _artSlave.race == "malay" || _artSlave.race == "surgically altered to look malay">> <<if _artSlave.skin == "pure white">> <<set _skinColour = "#FBD1B2">> <<set _areolaStyle = "fill:#F39E7D;" >> @@ -1091,9 +1083,8 @@ <<set _areolaStyle = "fill:#E7DF7D;" >> <<set _labiaStyle = "fill:#F977A3;" >> <</if>> -<</if>> -<<if _artSlave.race == "indo-aryan" || _artSlave.race == "surgically altered to look indo-aryan">> +<<elseif _artSlave.race == "indo-aryan" || _artSlave.race == "surgically altered to look indo-aryan">> <<if _artSlave.skin == "pure white">> <<set _skinColour = "#F8D4BE">> <<set _areolaStyle = "fill:#F8B6A4;" >> @@ -1211,9 +1202,8 @@ <<set _areolaStyle = "fill:#E7DF7D;" >> <<set _labiaStyle = "fill:#F977A3;" >> <</if>> -<</if>> -<<if _artSlave.race == "pacific islander" || _artSlave.race == "surgically altered to look pacific islander">> +<<elseif _artSlave.race == "pacific islander" || _artSlave.race == "surgically altered to look pacific islander">> <<if _artSlave.skin == "pure white">> <<set _skinColour = "#FBD1B2">> <<set _areolaStyle = "fill:#F39E7D;" >> @@ -1331,9 +1321,8 @@ <<set _areolaStyle = "fill:#E7DF7D;" >> <<set _labiaStyle = "fill:#F977A3;" >> <</if>> -<</if>> -<<if _artSlave.race == "mixed race" || _artSlave.race == "surgically altered to look mixed race">> +<<elseif _artSlave.race == "mixed race" || _artSlave.race == "surgically altered to look mixed race">> <<if _artSlave.skin == "pure white">> <<set _skinColour = "#FEE5CC">> <<set _areolaStyle = "fill:#E3BBAB;" >> @@ -1505,149 +1494,112 @@ <</if>> /* outfit dick coloring to match outfit rgba in svg */ -<<if _artSlave.clothes == "a cheerleader outfit">> +<<switch _artSlave.clothes>> +<<case "a cheerleader outfit">> <<set _scrotumSkinStyle = "fill:rgba(250,186,0,1);">> <<set _bellySkinStyle = "fill:rgba(250,186,0,1);">> -<</if>> -<<if _artSlave.clothes == "cutoffs and a t-shirt">> +<<case "cutoffs and a t-shirt">> <<set _scrotumSkinStyle = "fill:rgba(81,124,211,1);">> -<</if>> -<<if _artSlave.clothes == "a halter top dress">> +<<case "a halter top dress">> <<set _scrotumSkinStyle = "fill:rgba(94,51,124,1);">> <<set _bellySkinStyle = "fill:rgba(94,51,124,1);">> -<</if>> -<<if _artSlave.clothes == "a hijab and abaya">> +<<case "a hijab and abaya">> <<set _scrotumSkinStyle = "fill:rgba(51,51,51,1);">> <<set _bellySkinStyle = "fill:rgba(51,51,51,1);">> -<</if>> -<<if _artSlave.clothes == "a nice maid outfit">> +<<case "a nice maid outfit">> <<set _scrotumSkinStyle = "fill:rgba(225,225,225,1);">> <<set _bellySkinStyle = "fill:rgba(225,225,225,1);">> -<</if>> -<<if _artSlave.clothes == "a slutty maid outfit">> +<<case "a slutty maid outfit">> <<set _scrotumSkinStyle = "fill:rgba(225,225,225,1);">> <<set _bellySkinStyle = "fill:rgba(225,225,225,1);">> -<</if>> -<<if _artSlave.clothes == "a leotard">> +<<case "a leotard">> <<set _scrotumSkinStyle = "fill:rgba(120,15,55,1);">> <<set _bellySkinStyle = "fill:rgba(120,15,55,1);">> -<</if>> -<<if _artSlave.clothes == "a military uniform">> +<<case "a military uniform">> <<set _scrotumSkinStyle = "fill:rgba(34,42,18,1);">> <<set _bellySkinStyle = "fill:rgba(34,42,18,1);">> -<</if>> -<<if _artSlave.clothes == "a mini dress">> +<<case "a mini dress">> <<set _scrotumSkinStyle = "fill:rgba(39,174,96,1);">> <<set _bellySkinStyle = "fill:rgba(39,174,96,1);">> -<</if>> -<<if _artSlave.clothes == "a nice nurse outfit">> +<<case "a nice nurse outfit">> <<set _scrotumSkinStyle = "fill:rgba(0,128,128,1);">> <<set _bellySkinStyle = "fill:rgba(0,128,128,1);">> -<</if>> -<<if _artSlave.clothes == "a slutty nurse outfit">> +<<case "a slutty nurse outfit">> <<set _scrotumSkinStyle = "fill:rgba(200,200,200,1);">> -<</if>> -<<if _artSlave.clothes == "a scalemail bikini">> +<<case "a scalemail bikini">> <<set _scrotumSkinStyle = "fill:rgba(133,146,158,1);">> -<</if>> -<<if _artSlave.clothes == "a schoolgirl outfit">> +<<case "a schoolgirl outfit">> <<set _scrotumSkinStyle = "fill:rgba(28,31,36,1);">> <<set _bellySkinStyle = "fill:rgba(28,31,36,1);">> -<</if>> -<<if _artSlave.clothes == "a ball gown">> +<<case "a ball gown">> <<set _scrotumSkinStyle = "fill:rgba(128,0,0,1);">> <<set _bellySkinStyle = "fill:rgba(128,0,0,1);">> -<</if>> -<<if _artSlave.clothes == "battledress">> +<<case "battledress">> <<set _scrotumSkinStyle = "fill:rgba(34,42,18,1);">> <<set _bellySkinStyle = "fill:rgba(34,42,18,1);">> -<</if>> -<<if _artSlave.clothes == "a slave gown">> +<<case "a slave gown">> <<set _scrotumSkinStyle = "fill:rgba(200,200,200,1);">> <<set _bellySkinStyle = "fill:rgba(200,200,200,1);">> -<</if>> -<<if _artSlave.clothes == "a slutty outfit">> +<<case "a slutty outfit">> <<set _scrotumSkinStyle = "fill:rgba(63,126,181,1);">> -<</if>> -<<if _artSlave.clothes == "spats and a tank top">> +<<case "spats and a tank top">> <<set _scrotumSkinStyle = "fill:rgba(51,51,51,1);">> -<</if>> -<<if _artSlave.clothes == "a succubus outfit">> +<<case "a succubus outfit">> <<set _scrotumSkinStyle = "fill:rgba(128,0,0,1);">> <<set _bellySkinStyle = "fill:rgba(128,0,0,1);">> -<</if>> -<<if _artSlave.clothes == "nice business attire">> +<<case "nice business attire">> <<set _scrotumSkinStyle = "fill:rgba(51,51,51,1);">> <<set _bellySkinStyle = "fill:rgba(51,51,51,1);">> -<</if>> -<<if _artSlave.clothes == "slutty business attire">> +<<case "slutty business attire">> <<set _scrotumSkinStyle = "fill:rgba(51,51,51,1);">> -<</if>> -<<if _artSlave.clothes == "attractive lingerie for a pregnant woman">> +<<case "attractive lingerie for a pregnant woman">> <<set _scrotumSkinStyle = "fill:rgba(153,153,153,1);">> -<</if>> -<<if _artSlave.clothes == "a bunny outfit">> +<<case "a bunny outfit">> <<set _scrotumSkinStyle = "fill:rgba(51,51,51,1);">> <<set _bellySkinStyle = "fill:rgba(51,51,51,1);">> -<</if>> -<<if _artSlave.clothes == "conservative clothing">> +<<case "conservative clothing">> <<set _scrotumSkinStyle = "fill:rgba(51,51,51,1);">> <<set _bellySkinStyle = "fill:rgba(51,51,51,1);">> -<</if>> -<<if _artSlave.clothes == "harem gauze">> +<<case "harem gauze">> <<set _scrotumSkinStyle = "fill:rgba(0,168,131,1);">> -<</if>> -<<if _artSlave.clothes == "a huipil">> +<<case "a huipil">> <<set _scrotumSkinStyle = "fill:rgba(200,200,200,1);">> <<set _bellySkinStyle = "fill:rgba(200,200,200,1);">> -<</if>> -<<if _artSlave.clothes == "a kimono">> +<<case "a kimono">> <<set _scrotumSkinStyle = "fill:rgba(0,91,150,1);">> <<set _bellySkinStyle = "fill:rgba(0,91,150,1);">> -<</if>> -<<if _artSlave.clothes == "a maternity dress">> +<<case "a maternity dress">> <<set _scrotumSkinStyle = "fill:rgba(48,54,72,1);">> <<set _bellySkinStyle = "fill:rgba(48,54,72,1);">> -<</if>> -<<if _artSlave.clothes == "a slutty qipao">> +<<case "a slutty qipao">> <<set _scrotumSkinStyle = "fill:rgba(204,177,68,1);">> <<set _bellySkinStyle = "fill:rgba(204,177,68,1);">> -<</if>> -<<if _artSlave.clothes == "stretch pants and a crop-top">> +<<case "stretch pants and a crop-top">> <<set _scrotumSkinStyle = "fill:rgba(51,51,51,1);">> -<</if>> -<<if _artSlave.clothes == "a toga">> +<<case "a toga">> <<set _scrotumSkinStyle = "fill:rgba(200,200,200,1);">> <<set _bellySkinStyle = "fill:rgba(200,200,200,1);">> -<</if>> -<<if _artSlave.clothes == "a penitent nuns habit">> +<<case "a penitent nuns habit">> <<set _scrotumSkinStyle = "fill:rgba(114,93,73,1);">> -<</if>> -<<if _artSlave.clothes == "a chattel habit">> +<<case "a chattel habit">> <<set _scrotumSkinStyle = "fill:rgba(200,200,200,1);">> -<</if>> -<<if _artSlave.clothes == "a monokini">> +<<case "a monokini">> <<set _scrotumSkinStyle = "fill:rgba(33,47,61,1);">> -<</if>> -<<if _artSlave.clothes == "a schutzstaffel uniform">> +<<case "a schutzstaffel uniform">> <<set _scrotumSkinStyle = "fill:rgba(51,51,51,1);">> <<set _bellySkinStyle = "fill:rgba(51,51,51,1);">> -<</if>> -<<if _artSlave.clothes == "a slutty schutzstaffel uniform">> +<<case "a slutty schutzstaffel uniform">> <<set _scrotumSkinStyle = "fill:rgba(51,51,51,1);">> <<set _bellySkinStyle = "fill:rgba(51,51,51,1);">> -<</if>> -<<if _artSlave.clothes == "a red army uniform">> +<<case "a red army uniform">> <<set _scrotumSkinStyle = "fill:rgba(114,93,73,1);">> <<set _bellySkinStyle = "fill:rgba(114,93,73,1);">> -<</if>> -<<if _artSlave.clothes == "an apron">> +<<case "an apron">> <<set _scrotumSkinStyle = "fill:rgba(255,105,180,1);">> <<set _bellySkinStyle = "fill:rgba(255,105,180,1);">> -<</if>> -<<if _artSlave.clothes == "a fallen nuns habit">> +<<case "a fallen nuns habit">> <<set _bellySkinStyle = "fill:rgba(51,51,51,1);">> -<</if>> +<</switch>> /* END SKIN COLOUR OVERRIDES FOR LATEX CLOTHING EMULATION */