diff --git a/js/003-data/slaveWearData.js b/js/003-data/slaveWearData.js index 28c7451f39f6a2719c6f80c45b0cb62fdfa123a7..bdcda4d95a82d8c602883034f302763891853240 100644 --- a/js/003-data/slaveWearData.js +++ b/js/003-data/slaveWearData.js @@ -20,27 +20,21 @@ App.Data.clothes = { name: "Maternity lingerie", value: "attractive lingerie for a pregnant woman", fs: "FSRepopulationFocus", - get requirements() { - return V.boughtItem.clothing.maternityLingerie === 1; - }, + get requirements() { return V.boughtItem.clothing.maternityLingerie === 1; }, slutty: true }, { name: "Bunny outfit", value: "a bunny outfit", fs: "FSGenderFundamentalist", - get requirements() { - return V.boughtItem.clothing.bunny === 1; - }, + get requirements() { return V.boughtItem.clothing.bunny === 1; }, slutty: false }, { name: "Body oil", value: "body oil", fs: "FSPhysicalIdealist", - get requirements() { - return V.boughtItem.clothing.oil === 1; - }, + get requirements() { return V.boughtItem.clothing.oil === 1; }, slutty: false, humiliating: true }, @@ -48,9 +42,7 @@ App.Data.clothes = { name: "Chattel habit", value: "a chattel habit", fs: "FSChattelReligionist", - get requirements() { - return V.boughtItem.clothing.habit === 1; - }, + get requirements() { return V.boughtItem.clothing.habit === 1; }, slutty: true, humiliating: true }, @@ -58,18 +50,14 @@ App.Data.clothes = { name: "Conservative clothing", value: "conservative clothing", fs: "FSPaternalist", - get requirements() { - return V.boughtItem.clothing.conservative === 1; - }, + get requirements() { return V.boughtItem.clothing.conservative === 1; }, slutty: false }, { name: "Harem gauze", value: "harem gauze", fs: "FSArabianRevivalist", - get requirements() { - return V.boughtItem.clothing.harem === 1; - }, + get requirements() { return V.boughtItem.clothing.harem === 1; }, slutty: true, humiliating: true }, @@ -77,90 +65,70 @@ App.Data.clothes = { name: "Huipil", value: "a huipil", fs: "FSAztecRevivalist", - get requirements() { - return V.boughtItem.clothing.huipil === 1; - }, + get requirements() { return V.boughtItem.clothing.huipil === 1; }, slutty: false }, { name: "Kimono", value: "a kimono", fs: "FSEdoRevivalist", - get requirements() { - return (V.boughtItem.clothing.kimono === 1 || V.continent === "Japan"); - }, + get requirements() { return (V.boughtItem.clothing.kimono === 1 || V.continent === "Japan"); }, slutty: false }, { name: "Maternity dress", value: "a maternity dress", fs: "FSRepopulationFocus", - get requirements() { - return V.boughtItem.clothing.maternityDress === 1; - }, + get requirements() { return V.boughtItem.clothing.maternityDress === 1; }, slutty: false, }, { name: "Qipao (slutty)", value: "a slutty qipao", fs: "FSChineseRevivalist", - get requirements() { - return V.boughtItem.clothing.qipao === 1; - }, + get requirements() { return V.boughtItem.clothing.qipao === 1; }, slutty: true }, { name: "Qipao (long)", value: "a long qipao", fs: "FSChineseRevivalist", - get requirements() { - return V.boughtItem.clothing.cultural === 1; - }, + get requirements() { return V.boughtItem.clothing.cultural === 1; }, slutty: false }, { name: "Imperial Plate", value: "Imperial Plate", fs: "FSNeoImperialist", - get requirements() { - return V.boughtItem.clothing.imperialarmor === 1; - }, + get requirements() { return V.boughtItem.clothing.imperialarmor === 1; }, slutty: false }, { name: "Imperial Bodysuit", value: "a tight Imperial bodysuit", fs: "FSNeoImperialist", - get requirements() { - return V.boughtItem.clothing.imperialsuit === 1; - }, + get requirements() { return V.boughtItem.clothing.imperialsuit === 1; }, slutty: true }, { name: "Stretch pants and a crop-top", value: "stretch pants and a crop-top", fs: "FSHedonisticDecadence", - get requirements() { - return V.boughtItem.clothing.lazyClothes === 1; - }, + get requirements() { return V.boughtItem.clothing.lazyClothes === 1; }, slutty: false }, { name: "Toga", value: "a toga", fs: "FSRomanRevivalist", - get requirements() { - return V.boughtItem.clothing.toga === 1; - }, + get requirements() { return V.boughtItem.clothing.toga === 1; }, slutty: false }, { name: "Western clothing", value: "Western clothing", fs: "FSPastoralist", - get requirements() { - return V.boughtItem.clothing.western === 1; - }, + get requirements() { return V.boughtItem.clothing.western === 1; }, slutty: true, humiliating: true }, @@ -168,372 +136,282 @@ App.Data.clothes = { name: "Courtesan dress", value: "a courtesan dress", fs: "FSSlaveProfessionalism", - get requirements() { - return V.boughtItem.clothing.courtesan === 1; - }, + get requirements() { return V.boughtItem.clothing.courtesan === 1; }, slutty: false }, { name: "Bimbo outfit", value: "a bimbo outfit", fs: "FSIntellectualDependency", - get requirements() { - return V.boughtItem.clothing.bimbo === 1; - }, + get requirements() { return V.boughtItem.clothing.bimbo === 1; }, slutty: true }, { name: "Petite admi outfit", value: "petite admi outfit", fs: "FSPetiteAdmiration", - get requirements() { - return V.boughtItem.clothing.petite === 1; - }, + get requirements() { return V.boughtItem.clothing.petite === 1; }, slutty: false }, { name: "Battlearmor", value: "battlearmor", - get requirements() { - return V.boughtItem.clothing.military === 1; - }, + get requirements() { return V.boughtItem.clothing.military === 1; }, slutty: false }, { name: "Military uniform", value: "a military uniform", - get requirements() { - return V.boughtItem.clothing.military === 1; - }, + get requirements() { return V.boughtItem.clothing.military === 1; }, slutty: false }, { name: "Red Army uniform", value: "a red army uniform", - get requirements() { - return V.boughtItem.clothing.military === 1; - }, + get requirements() { return V.boughtItem.clothing.military === 1; }, slutty: false }, { name: "Battledress", value: "battledress", - get requirements() { - return V.boughtItem.clothing.military === 1; - }, + get requirements() { return V.boughtItem.clothing.military === 1; }, slutty: false }, { name: "Biyelgee costume", value: "a biyelgee costume", - get requirements() { - return V.boughtItem.clothing.cultural === 1; - }, + get requirements() { return V.boughtItem.clothing.cultural === 1; }, slutty: false }, { name: "Dirndl", value: "a dirndl", - get requirements() { - return V.boughtItem.clothing.cultural === 1; - }, + get requirements() { return V.boughtItem.clothing.cultural === 1; }, slutty: false }, { name: "Lederhosen", value: "lederhosen", - get requirements() { - return V.boughtItem.clothing.cultural === 1; - }, + get requirements() { return V.boughtItem.clothing.cultural === 1; }, slutty: false }, { name: "Mounty outfit", value: "a mounty outfit", - get requirements() { - return V.boughtItem.clothing.cultural === 1; - }, + get requirements() { return V.boughtItem.clothing.cultural === 1; }, slutty: false }, { name: "Hanbok", value: "a hanbok", - get requirements() { - return V.boughtItem.clothing.cultural === 1; - }, + get requirements() { return V.boughtItem.clothing.cultural === 1; }, slutty: false }, { name: "Burqa", value: "a burqa", - get requirements() { - return V.boughtItem.clothing.middleEastern === 1 || V.continent === "the Middle East"; - }, + get requirements() { return V.boughtItem.clothing.middleEastern === 1 || V.continent === "the Middle East"; }, slutty: false }, { name: "Niqab and abaya", value: "a niqab and abaya", - get requirements() { - return V.boughtItem.clothing.middleEastern === 1 || V.continent === "the Middle East"; - }, + get requirements() { return V.boughtItem.clothing.middleEastern === 1 || V.continent === "the Middle East"; }, slutty: false }, { name: "Hijab and blouse", value: "a hijab and blouse", - get requirements() { - return (V.boughtItem.clothing.conservative === 1 || V.continent === "the Middle East"); - }, + get requirements() { return (V.boughtItem.clothing.conservative === 1 || V.continent === "the Middle East"); }, slutty: false }, { name: "Burkini", value: "a burkini", - get requirements() { - return V.boughtItem.clothing.swimwear === 1 && (V.boughtItem.clothing.swimwear === 1 || V.continent === "the Middle East"); - }, + get requirements() { return V.boughtItem.clothing.swimwear === 1 && (V.boughtItem.clothing.swimwear === 1 || V.continent === "the Middle East"); }, slutty: false }, { name: "Santa dress", value: "a Santa dress", - get requirements() { - return V.boughtItem.clothing.costume === 1; - }, + get requirements() { return V.boughtItem.clothing.costume === 1; }, slutty: true }, { name: "Klan robe", value: "a klan robe", - get requirements() { - return V.boughtItem.clothing.pol === 1; - }, + get requirements() { return V.boughtItem.clothing.pol === 1; }, slutty: false }, { name: "Slutty klan robe", value: "a slutty klan robe", - get requirements() { - return V.boughtItem.clothing.pol === 1; - }, + get requirements() { return V.boughtItem.clothing.pol === 1; }, slutty: true }, { name: "Schutzstaffel uniform", value: "a schutzstaffel uniform", - get requirements() { - return V.boughtItem.clothing.pol === 1; - }, + get requirements() { return V.boughtItem.clothing.pol === 1; }, slutty: false }, { name: "Slutty schutzstaffel uniform", value: "a slutty schutzstaffel uniform", - get requirements() { - return V.boughtItem.clothing.pol === 1; - }, + get requirements() { return V.boughtItem.clothing.pol === 1; }, slutty: true }, { name: "Nice business attire", value: "nice business attire", - get requirements() { - return V.boughtItem.clothing.career === 1; - }, + get requirements() { return V.boughtItem.clothing.career === 1; }, slutty: false }, { name: "Nurse (nice)", value: "a nice nurse outfit", - get requirements() { - return V.boughtItem.clothing.career === 1; - }, + get requirements() { return V.boughtItem.clothing.career === 1; }, slutty: false }, { name: "Police uniform", value: "a police uniform", - get requirements() { - return V.boughtItem.clothing.career === 1; - }, + get requirements() { return V.boughtItem.clothing.career === 1; }, slutty: false }, { name: "Maid (nice)", value: "a nice maid outfit", - get requirements() { - return V.boughtItem.clothing.career === 1 || V.PC.career === "servant" || V.PC.career === "handmaiden" || V.PC.career === "child servant"; - }, + get requirements() { return V.boughtItem.clothing.career === 1 || V.PC.career === "servant" || V.PC.career === "handmaiden" || V.PC.career === "child servant"; }, slutty: false }, { name: "Ballgown", value: "a ball gown", - get requirements() { - return V.boughtItem.clothing.dresses === 1; - }, + get requirements() { return V.boughtItem.clothing.dresses === 1; }, slutty: false }, { name: "Gothic lolita dress", value: "a gothic lolita dress", - get requirements() { - return V.boughtItem.clothing.dresses === 1; - }, + get requirements() { return V.boughtItem.clothing.dresses === 1; }, slutty: false }, { name: "Cybersuit", value: "a cybersuit", - get requirements() { - return V.boughtItem.clothing.bodysuits === 1; - }, + get requirements() { return V.boughtItem.clothing.bodysuits === 1; }, slutty: false }, { name: "Latex catsuit", value: "a latex catsuit", - get requirements() { - return V.boughtItem.clothing.bodysuits === 1; - }, + get requirements() { return V.boughtItem.clothing.bodysuits === 1; }, slutty: false }, { name: "Button-up shirt and panties", value: "a button-up shirt and panties", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: true }, { name: "Button-up shirt", value: "a button-up shirt", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: true, humiliating: true }, { name: "Cutoffs", value: "cutoffs", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: false }, { name: "Jeans", value: "jeans", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: true }, { name: "Leather pants and a tube top", value: "leather pants and a tube top", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: false }, { name: "Leather pants", value: "leather pants", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: true }, { name: "Oversized t-shirt", value: "an oversized t-shirt", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: true }, { name: "Sweater and cutoffs", value: "a sweater and cutoffs", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: false }, { name: "Sweater and panties", value: "a sweater and panties", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: true }, { name: "Sweater", value: "a sweater", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: true, humiliating: true }, { name: "T-shirt and jeans", value: "a t-shirt and jeans", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: false }, { name: "T-shirt and panties", value: "a t-shirt and panties", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: true }, { name: "T-shirt", value: "a t-shirt", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: true, humiliating: true }, { name: "Tank-top and panties", value: "a tank-top and panties", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: true }, { name: "Tank-top", value: "a tank-top", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: true, humiliating: true }, { name: "Tube top", value: "a tube top", - get requirements() { - return V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.casual === 1; }, slutty: true, humiliating: true }, @@ -541,60 +419,46 @@ App.Data.clothes = { { name: "Boyshorts", value: "boyshorts", - get requirements() { - return V.boughtItem.clothing.underwear === 1; - }, + get requirements() { return V.boughtItem.clothing.underwear === 1; }, slutty: true }, { name: "Bra", value: "a bra", - get requirements() { - return V.boughtItem.clothing.underwear === 1; - }, + get requirements() { return V.boughtItem.clothing.underwear === 1; }, slutty: true, humiliating: true }, { name: "Kitty lingerie", value: "kitty lingerie", - get requirements() { - return V.boughtItem.clothing.underwear === 1; - }, + get requirements() { return V.boughtItem.clothing.underwear === 1; }, slutty: true }, { name: "Panties and pasties", value: "panties and pasties", - get requirements() { - return V.boughtItem.clothing.underwear === 1; - }, + get requirements() { return V.boughtItem.clothing.underwear === 1; }, slutty: true }, { name: "Skimpy loincloth", value: "a skimpy loincloth", - get requirements() { - return V.boughtItem.clothing.underwear === 1; - }, + get requirements() { return V.boughtItem.clothing.underwear === 1; }, slutty: true, humiliating: true }, { name: "Thong", value: "a thong", - get requirements() { - return V.boughtItem.clothing.underwear === 1; - }, + get requirements() { return V.boughtItem.clothing.underwear === 1; }, slutty: true, humiliating: true }, { name: "Pasties", value: "pasties", - get requirements() { - return V.boughtItem.clothing.underwear === 1; - }, + get requirements() { return V.boughtItem.clothing.underwear === 1; }, slutty: true, humiliating: true }, @@ -602,126 +466,96 @@ App.Data.clothes = { { name: "Leather pants and pasties", value: "leather pants and pasties", - get requirements() { - return V.boughtItem.clothing.underwear === 1 && V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.underwear === 1 && V.boughtItem.clothing.casual === 1; }, slutty: true, }, { name: "T-shirt and thong", value: "a t-shirt and thong", - get requirements() { - return V.boughtItem.clothing.underwear === 1 && V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.underwear === 1 && V.boughtItem.clothing.casual === 1; }, slutty: true, }, { name: "Tube top and thong", value: "a tube top and thong", - get requirements() { - return V.boughtItem.clothing.underwear === 1 && V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.underwear === 1 && V.boughtItem.clothing.casual === 1; }, slutty: true, }, { name: "Oversized t-shirt and boyshorts", value: "an oversized t-shirt and boyshorts", - get requirements() { - return V.boughtItem.clothing.underwear === 1 && V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.underwear === 1 && V.boughtItem.clothing.casual === 1; }, slutty: false, }, { name: "Sport shorts and a sports bra", value: "sport shorts and a sports bra", - get requirements() { - return V.boughtItem.clothing.sports === 1; - }, + get requirements() { return V.boughtItem.clothing.sports === 1; }, slutty: true, }, { name: "Sport shorts", value: "sport shorts", - get requirements() { - return V.boughtItem.clothing.sports === 1; - }, + get requirements() { return V.boughtItem.clothing.sports === 1; }, slutty: true }, { name: "Sports bra", value: "a sports bra", - get requirements() { - return V.boughtItem.clothing.sports === 1; - }, + get requirements() { return V.boughtItem.clothing.sports === 1; }, slutty: true, humiliating: true }, { name: "Sport shorts and a t-shirt", value: "sport shorts and a t-shirt", - get requirements() { - return V.boughtItem.clothing.sports === 1 && V.boughtItem.clothing.casual === 1; - }, + get requirements() { return V.boughtItem.clothing.sports === 1 && V.boughtItem.clothing.casual === 1; }, slutty: false }, { name: "Pony outfit (nice)", value: "a nice pony outfit", - get requirements() { - return V.boughtItem.clothing.pony === 1; - }, + get requirements() { return V.boughtItem.clothing.pony === 1; }, slutty: false }, { name: "Pony outfit (slutty)", value: "a slutty pony outfit", - get requirements() { - return V.boughtItem.clothing.pony === 1; - }, + get requirements() { return V.boughtItem.clothing.pony === 1; }, slutty: true }, { name: "Monokini", value: "a monokini", - get requirements() { - return V.boughtItem.clothing.swimwear === 1; - }, + get requirements() { return V.boughtItem.clothing.swimwear === 1; }, slutty: true, humiliating: true }, { name: "One-piece swimsuit", value: "a one-piece swimsuit", - get requirements() { - return V.boughtItem.clothing.swimwear === 1; - }, + get requirements() { return V.boughtItem.clothing.swimwear === 1; }, slutty: false }, { name: "Striped bra", value: "a striped bra", - get requirements() { - return V.boughtItem.clothing.pantsu === 1 || V.continent === "Japan"; - }, + get requirements() { return V.boughtItem.clothing.pantsu === 1 || V.continent === "Japan"; }, slutty: true, humiliating: true }, { name: "Striped panties", value: "striped panties", - get requirements() { - return V.boughtItem.clothing.pantsu === 1 || V.continent === "Japan"; - }, + get requirements() { return V.boughtItem.clothing.pantsu === 1 || V.continent === "Japan"; }, slutty: true, }, { name: "Striped underwear", value: "striped underwear", - get requirements() { - return V.boughtItem.clothing.pantsu === 1 || V.continent === "Japan"; - }, + get requirements() { return V.boughtItem.clothing.pantsu === 1 || V.continent === "Japan"; }, slutty: true, }, @@ -865,9 +699,7 @@ App.Data.clothes = { name: "Chains", value: "chains", fs: "FSDegradationist", - get requirements() { - return V.boughtItem.clothing.chains === 1; - }, + get requirements() { return V.boughtItem.clothing.chains === 1; }, slutty: true, humiliating: true },