From 1cbf96036232df1e5341a46e06f47559977af48e Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 19 Aug 2020 21:11:08 -0400 Subject: [PATCH] clean up tw --- src/facilities/wardrobe/wardrobe.tw | 552 ---------------------------- 1 file changed, 552 deletions(-) diff --git a/src/facilities/wardrobe/wardrobe.tw b/src/facilities/wardrobe/wardrobe.tw index 960e01392b9..c142b65d3fe 100644 --- a/src/facilities/wardrobe/wardrobe.tw +++ b/src/facilities/wardrobe/wardrobe.tw @@ -2,559 +2,7 @@ <<set $nextButton = "Back", $nextLink = "Manage Penthouse">> - -DOM <<includeDOM App.UI.WardrobeShopping("FS")>> -Twine -<<if $seeDicks != 100>> - <<set _model = GenerateNewSlave("XX")>> -<<else>> - <<set _model = GenerateNewSlave("XY")>> -<</if>> - -<h1>Slave Wardrobe</h1> - - - -<p class="scene-intro"> -The room containing all the clothes and accessories you have available to dress your slaves in, as well as the supplies and tools your tailor needs to resize them to better fit your slaves. Several mirrors are set up for a slave to try on outfits should they be allowed to dress themselves. The selection includes -<<set _ownItAll = ( - App.Data.misc.niceClothes.every((i) => isItemAccessible.entry(i.value, "clothing")) && - App.Data.misc.harshClothes.every((i) => isItemAccessible.entry(i.value, "clothing")) -)>> -<<if _ownItAll>> - outfits from all manner of cultures and societies; not a single style eludes you. -<<else>> - many styles of clothing ranging from exciting to mundane and sexy to practical. -<</if>> -<<if $boughtItem.shoes.heels == 1>> - A large variety of shoes are available to select from. -<</if>> -<<if $boughtItem.clothing.dildos == 1 && $boughtItem.toys.gags == 1 && $boughtItem.clothing.buttPlugs == 1>> - Sex toys of all kinds and shapes line the shelves. -<<elseif $boughtItem.clothing.dildos == 1 || $boughtItem.toys.gags == 1 || $boughtItem.clothing.buttPlugs == 1 || $boughtItem.clothing.buttPlugTails == 1 || $boughtItem.clothing.vaginalAttachments == 1>> - Some sex toys line the shelves. -<</if>> -<<if $boughtItem.toys.buckets == 1>> - Several buckets of various sizes and a sturdy cup have been set aside for you in feeding slaves to their limit. -<</if>> -<<if $boughtItem.toys.enema == 1>> - A number of drums of specially formulated water for use in enemas line one of the walls. -<</if>> -<<if $boughtItem.toys.medicalEnema == 1>> - Alongside them, multiple drums of mixtures for use in medical enemas. -<</if>> -</p> - -<h2>Future Society styles</h2> - -<table class="wardrobe"> -<tr> -<td> -<<set _model.clothes = "a bunny outfit">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a bunny outfit", "clothing") !== true>> - [[Order a shipment of bunny suits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.bunny = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with classic bunny suits and bowties. -<</if>> -</td> - -<td> -<<set _model.clothes = "conservative clothing">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("conservative clothing", "clothing") !== true>> - [[Order a shipment of conservative clothes|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.conservative = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with modest outfits. -<</if>> -</td> -</tr> - -<tr> -<td> -<<set _model.clothes = "a bimbo outfit">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a bimbo outfit", "clothing") !== true>> - [[Order a shipment of outfits suitable for bimbos|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.bimbo = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with bimbo attire. -<</if>> -</td> - -<td> -<<set _model.clothes = "a courtesan dress">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a courtesan dress", "clothing") !== true>> - [[Order a shipment of courtesan dresses|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.courtesan = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with courtesan dresses. -<</if>> -</td> -</tr> - -<tr> -<td> -<<set _model.clothes = "chains">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("chains", "clothing") !== true>> - [[Order a shipment of chains|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.chains = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with various lengths of binding chains. -<</if>> -</td> - -<td> -<<set _model.clothes = "Western clothing">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("Western clothing", "clothing") !== true>> - [[Order a shipment of western outfits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.western = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with cowgirl outfits. -<</if>> -</td> -</tr> - -<tr> -<td> -<<set _model.clothes = "body oil">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("body oil", "clothing") !== true>> - [[Order a shipment of body oil|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.oil = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with various body oils. -<</if>> -</td> - -<td> -<<set _model.clothes = "stretch pants and a crop-top">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("stretch pants and a crop-top", "clothing") !== true>> - [[Order a shipment of comfortable, rather stretchy, clothes|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.lazyClothes = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with various comfy pants and rather tight crop-tops. -<</if>> -</td> -</tr> - -<tr> -<td> -<<set _model.clothes = "a chattel habit">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a chattel habit", "clothing") !== true>> - [[Order a shipment of chattel habits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.habit = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with habits from the chattel religion. -<</if>> -</td> -<td> -<<set _model.clothes = "a maternity dress">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a maternity dress", "clothing") !== true>> - [[Order a shipment of maternity dresses|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.maternityDress = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with dresses specially tailored for pregnant women. -<</if>> -</td> -</tr> - -<tr> -<td> -<<set _model.clothes = "attractive lingerie for a pregnant woman">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("attractive lingerie for a pregnant woman", "clothing") !== true>> - [[Order a shipment of maternity lingerie|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.maternityLingerie = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with sexy silken lingerie designed for pregnant women. -<</if>> -</td> -</tr> -</table> - -<h2>Future Society Revivalist styles</h2> - -<table class="wardrobe"> -<tr> -<td> -<<set _model.clothes = "no clothing">> -<<set _model.collar = "ancient Egyptian">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<set _model.collar = "none">> -<<if !isItemAccessible.entry("ancient Egyptian", "collar")>> - [[Order a shipment of Egyptian necklaces|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.egypt = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with ancient Egyptian necklaces. -<</if>> -</td> - -<td> -<<set _model.clothes = "a toga">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a toga", "clothing") !== true>> - [[Order a shipment of togas|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.toga = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with fine roman-styled togas. -<</if>> -</td> -</tr> - -<tr> -<td> -<<set _model.clothes = "a huipil">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a huipil", "clothing") !== true>> - [[Order a shipment of huipil|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.huipil = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with exquisite Aztec huipils. -<</if>> -</td> - -<td> -<<set _model.clothes = "a kimono">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a kimono", "clothing") !== true>> - [[Order a shipment of kimonos|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.kimono = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with elegant Japanese kimonos. -<</if>> -</td> -</tr> - -<tr> -<td> -<<set _model.clothes = "harem gauze">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("harem gauze", "clothing") !== true>> - [[Order a shipment of harem outfits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.harem = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with Arabic harem garb made from the finest available silks. -<</if>> -</td> - -<td> -<<set _model.clothes = "a slutty qipao">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a slutty qipao", "clothing") !== true>> - [[Order a shipment of qipaos|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.qipao = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with slutty Chinese qipaos. -<</if>> -</td> -</tr> -</table> - -<h2>Other styles</h2> - -<table class="wardrobe"> -<tr> -<td> -<<set _model.clothes = either("a military uniform", "a red army uniform", "battlearmor", "battledress")>> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("battlearmor", "clothing") !== true>> - [[Order a shipment of military themed clothing|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.military = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with a variety of military themed garb. -<</if>> -</td> - -<td> -<<set _model.clothes = either("a biyelgee costume", "a dirndl", "a hanbok", "a mounty outfit", "lederhosen")>> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a dirndl", "clothing") !== true>> - [[Order a shipment of cultural outfits|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.cultural = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with a variety of signature outfits from a variety of countries. -<</if>> -</td> -</tr> - -<tr> -<td> -<<set _model.clothes = either("a burqa", "a niqab and abaya")>> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a burqa", "clothing") !== true>> - [[Order a shipment of burqas and similar garb|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.middleEastern = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with a number of burqas and similar clothing. -<</if>> -</td> - -<td> -<<set _model.clothes = either("a button-up shirt and panties", "a button-up shirt", "a sweater and cutoffs", "a sweater and panties", "a sweater", "a t-shirt and jeans", "a t-shirt and panties", "a t-shirt", "a tank-top and panties", "a tank-top", "a tube top", "an oversized t-shirt", "cutoffs", "jeans", "leather pants and a tube top", "leather pants")>> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("jeans", "clothing") !== true>> - [[Order an extra large shipment of casual clothing|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.casual = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with casual clothing. -<</if>> -</td> -</tr> - -<tr> -<td> -<<set _model.clothes = either("a nice nurse outfit", "a police uniform", "nice business attire")>> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a police uniform", "clothing") !== true>> - [[Order a shipment of professional garments|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.career = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with a selection of professional outfits. -<</if>> -</td> - -<td> -<<set _model.clothes = either("a ball gown", "a gothic lolita dress")>> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a gothic lolita dress", "clothing") !== true>> - [[Order a shipment of professionally tailored dresses|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.dresses = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with a selection of fine dresses. -<</if>> -</td> -</tr> - -<tr> -<td> -<<set _model.clothes = either("a cybersuit", "a latex catsuit")>> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a cybersuit", "clothing") !== true>> - [[Order a shipment of exotic bodysuits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.bodysuits = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with a selection of bodysuits. -<</if>> -</td> - -<td> -<<set _model.clothes = either("a bra", "a skimpy loincloth", "a thong", "boyshorts", "kitty lingerie", "panties and pasties", "pasties")>> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("boyshorts", "clothing") !== true>> - [[Order a shipment of undergarments|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.underwear = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with underwear. -<</if>> -</td> -</tr> - -<tr> -<td> -<<set _model.clothes = either("a sports bra", "sport shorts and a sports bra", "sport shorts")>> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("sport shorts and a sports bra", "clothing") !== true>> - [[Order a shipment of exercise wear|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.sports = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with exercise wear. -<</if>> -</td> - -<td> -<<set _model.clothes = either("a monokini", "a one-piece swimsuit")>> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a one-piece swimsuit", "clothing") !== true>> - [[Order a shipment of swimwear|Wardrobe][cashX(forceNeg(Math.trunc(3500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.swimwear = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(3500 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with swimwear. -<</if>> -</td> -</tr> - -<tr> -<td> -<<set _model.clothes = either("a nice pony outfit", "a slutty pony outfit")>> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a nice pony outfit", "clothing") !== true>> - [[Order a shipment of specialized latex ponygirl outfits|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.pony = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with ponygirl bodysuits. -<</if>> -</td> - -<td> -<<set _model.clothes = either("a klan robe", "a schutzstaffel uniform", "a slutty klan robe", "a slutty schutzstaffel uniform")>> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a schutzstaffel uniform", "clothing") !== true>> - [[Order a shipment of politically incorrect clothing|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.pol = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with a selection of outfits once considered distasteful. -<</if>> -</td> -</tr> - -<tr> -<td> -<<set _model.clothes = "a Santa dress">> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("a Santa dress", "clothing") !== true>> - [[Order a shipment of colorful and revealing costumes|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.costume = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>></div> -<<else>> - You are well stocked with a variety of costume party supplies. -<</if>> -</td> - -<td> -<<set _model.clothes = either("a striped bra", "striped panties", "striped underwear")>> -<<if $seeImages == 1>> - <div class="imageRef smlImg"> - <<= SlaveArt(_model, 1, 0)>> - </div> -<</if>> -<<if isItemAccessible.entry("striped panties", "clothing") !== true>> - [[Order a large crate of panties from Japan|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.pantsu = 1]] - <div class="detail">Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>></div> -<<else>> - You have an impressive stash of panties and other striped underwear that may or may not be have at one point been used. -<</if>> -</td> -</tr> -</table> <h2>Accessories</h2> -- GitLab