diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index 45b686d75a195eeda674679907a99e1ce1f1a1f5..82bf8bd01c6f1c5c3d3f97414ea1bd72b9f1bee1 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -250,6 +250,74 @@ App.Data.illegalWares = [ // The other half of the above whitelist. However, entries in this array will be forced to the values set here upon starting NG+. App.Data.resetOnNGPlus = { + policies: { + retirement: { + sex: 0, + milk: 0, + cum: 0, + births: 0, + kills: 0, + + fate: "menial slave", + menial2Citizen: 0, + customAgePolicy: 0, + physicalAgePolicy: 0 + }, + SMR: { + basicSMR: 1, + healthInspectionSMR: 0, + educationSMR: 0, + frigiditySMR: 0, + weightSMR: 0, + honestySMR: 0, + + beauty: { + basicSMR: 0, + qualitySMR: 0 + }, + height: { + basicSMR: 0, + advancedSMR: 0 + }, + intelligence: { + basicSMR: 0, + qualitySMR: 0 + }, + eugenics: { + faceSMR: 0, + heightSMR: 0, + intelligenceSMR: 0 + } + }, + + childProtectionAct: 1, + culturalOpenness: 0, + proRefugees: 0, + publicFuckdolls: 0, + + proRecruitment: 0, + cash4Babies: 0, + regularParties: 0, + publicPA: 0, + coursingAssociation: 0, + + raidingMercenaries: 0, + mixedMarriage: 0, + goodImageCampaign: 0, + alwaysSubsidizeRep: 0, + alwaysSubsidizeGrowth: 0, + + immmigrationCash: 0, + immmigrationRep: 0, + enslavementCash: 0, + enslavementRep: 0, + cashForRep: 0, + + oralAppeal: 0, + vaginalAppeal: 0, + analAppeal: 0 + }, + FCTV: {}, assistant: {}, targetArcology: {fs: "New"}, @@ -586,8 +654,6 @@ App.Data.resetOnNGPlus = { slavesWithWorkingDicks: 0, slaveJobValues: {}, - FSSlaveProfLawTrigger: 0, - fluid: 0, cumSale: 0, revivalistLanguage: 0, @@ -891,7 +957,6 @@ App.Data.resetOnNGPlus = { vanillaShareSplit: 1, /* Slave sexual services and goods variables */ - publicFuckdolls: 0, classSatisfied: { lowerClass: 0, middleClass: 0, upperClass: 0, topClass: 0 }, @@ -970,7 +1035,6 @@ App.Data.resetOnNGPlus = { propOutcome: 0, EliteSires: ["crazy", "futa", "moves", "preggo", "quick", "virgin"], startingPoint: -1, - PhysicalRetirementAgePolicy: 0, raped: -1, children: [], missingParentID: -10000, @@ -1277,78 +1341,19 @@ App.Data.resetOnNGPlus = { privateOrphanageTotal: 0, breederOrphanageTotal: 0, - alwaysSubsidizeRep: 0, - alwaysSubsidizeGrowth: 0, - ProImmigrationCash: 0, - ProImmigrationRep: 0, - AntiImmigrationCash: 0, - AntiImmigrationRep: 0, - ProEnslavementCash: 0, - ProEnslavementRep: 0, - AntiEnslavementCash: 0, - AntiEnslavementRep: 0, - BasicSMR: 1, - HealthInspectionSMR: 0, - EducationSMR: 0, - FrigiditySMR: 0, - BasicBeautySMR: 0, - QualityBeautySMR: 0, - BasicWeightSMR: 0, - BasicIntelligenceSMR: 0, - QualityIntelligenceSMR: 0, - BasicHeightSMR: 0, - AdvancedHeightSMR: 0, - IntelligenceEugenicsSMR: 0, - HeightEugenicsSMR: 0, - FaceEugenicsSMR: 0, - HonestySMR: 0, - ProRefugees: 0, - ProRecruitment: 0, - OralEncouragement: 0, - VaginalEncouragement: 0, - AnalEncouragement: 0, - OralDiscouragement: 0, - VaginalDiscouragement: 0, - AnalDiscouragement: 0, - CashForRep: 0, - RepForCash: 0, - Cash4Babies: 0, - RegularParties: 0, - PAPublic: 0, - CoursingAssociation: 0, LurcherID: 0, coursed: 0, StudID: 0, StudCum: 0, - RaidingMercenaries: 0, raided: 0, - MixedMarriage: 0, - CulturalOpenness: 0, - goodImageCampaign: 0, - sexualOpeness: 0, - policyCost: 5000, expiree: 0, retiree: 0, birthee: 0, - CustomRetirementAgePolicy: 0, - BioreactorRetirement: 0, - ArcadeRetirement: 0, - CitizenRetirement: 0, - citizenRetirementMenials: 0, + FSSlaveProfLawTrigger: 0, citizenRetirementTrigger: 0, FSSupLawTrigger: 0, FSSubLawTrigger: 0, - SexMilestoneRetirement: 0, - MilkMilestoneRetirement: 0, - CumMilestoneRetirement: 0, - BirthsMilestoneRetirement: 0, - KillsMilestoneRetirement: 0, - retirementSex: 10000, - retirementMilk: 50000, - retirementCum: 500000, - retirementBirths: 5, - retirementKills: 3, nicaea: 0, nicaeaAnnounceable: 0, nicaeaAnnounced: 0, @@ -1369,9 +1374,6 @@ App.Data.resetOnNGPlus = { vaginalUseWeight: 5, analUseWeight: 5, - childProtectionAct: 1, - - weatherToday: {}, customSlaveOrdered: 0, diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index d0214570e62b34fef2e74608779371cf8388a9a6..81cba18403e93feb66305f947dc6d32cf213ceed 100644 --- a/src/002-config/fc-version.js +++ b/src/002-config/fc-version.js @@ -1,7 +1,7 @@ App.Version = { base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed. pmod: "3.4.0", - release: 1068, + release: 1069, }; /* Use release as save version */ diff --git a/src/Mods/SecExp/buildings/transportHub.tw b/src/Mods/SecExp/buildings/transportHub.tw index 548cd813af17fae30bafa41435d194a9144079d5..c567ba844afa9b2f4b6a6c83500ec0200a4e656e 100644 --- a/src/Mods/SecExp/buildings/transportHub.tw +++ b/src/Mods/SecExp/buildings/transportHub.tw @@ -6,9 +6,9 @@ <hr> You quickly reach the transport hub, where a constant stream of vehicles, people and goods greets you. Part of the structure is dedicated to air travel and the other is mainly occupied by <<if $terrain != "oceanic" && $terrain != "marine">>the rail station.<<else>> the docks.<</if>> -<<if $limitImmigration == 1 || $AntiImmigrationRep == 1>> +<<if $limitImmigration == 1 || $policies.immmigrationRep == -1>> Due to your strict policies concerning immigration, very few new citizens arrive in the transport hub. -<<elseif $openBorders == 1 || $ProImmigrationCash == 1>> +<<elseif $openBorders == 1 || $policies.immmigrationCash == 1>> Due to your liberal policies concerning immigration, the transport hub is filled with a flow of new citizens. <</if>> diff --git a/src/data/backwardsCompatibility/backwardsCompatibility.js b/src/data/backwardsCompatibility/backwardsCompatibility.js index 7b442febc568e5ac401545a643db61101a8fdee6..3d5f3383b8bfb1634a313ce83d2699f7c2428ee8 100644 --- a/src/data/backwardsCompatibility/backwardsCompatibility.js +++ b/src/data/backwardsCompatibility/backwardsCompatibility.js @@ -894,6 +894,8 @@ App.Update.globalVariables = function(node) { } } + policies.BC(); + // Player Arcology { if (typeof V.assistant === "number") { diff --git a/src/data/backwardsCompatibility/datatypeCleanup.js b/src/data/backwardsCompatibility/datatypeCleanup.js index 0266ff93228c04b5851d552f0f62fca912ac1a67..dc12e51a20436b2366a70a7d38399a045e55dce6 100644 --- a/src/data/backwardsCompatibility/datatypeCleanup.js +++ b/src/data/backwardsCompatibility/datatypeCleanup.js @@ -1940,7 +1940,6 @@ globalThis.ArcologyDatatypeCleanup = function() { V.modCost = Math.trunc(5000 / V.localEcon); V.surgeryCost = Math.trunc(30000 / (V.localEcon * (V.PC.career === "medicine" ? 2 : 1))); V.facilityCost = +V.facilityCost || 100; - V.policyCost = +V.policyCost || 5000; V.TSS.studentsBought = Math.max(+V.TSS.studentsBought, 0) || 0; V.TSS.schoolProsperity = Math.clamp(+V.TSS.schoolProsperity, -10, 10) || 0; diff --git a/src/endWeek/endWeek.js b/src/endWeek/endWeek.js index 8aba75de32d618bc0cf7c73e1a68198208f22c5b..75628dd7e5096897f3094570adce1bbf20aa501f 100644 --- a/src/endWeek/endWeek.js +++ b/src/endWeek/endWeek.js @@ -65,37 +65,37 @@ globalThis.endWeek = (function() { V.mammaryUseWeight = 1; V.penetrativeUseWeight = 1; - if (V.OralEncouragement === 1) { + if (V.policies.oralAppeal === 1) { V.oralUseWeight += 2; V.vaginalUseWeight -= 1; V.analUseWeight -= 1; - } else if (V.VaginalEncouragement === 1) { + } else if (V.policies.vaginalAppeal === 1) { V.oralUseWeight -= 1; V.vaginalUseWeight += 2; V.analUseWeight -= 1; - } else if (V.AnalEncouragement === 1) { + } else if (V.policies.analAppeal === 1) { V.oralUseWeight -= 1; V.vaginalUseWeight -= 1; V.analUseWeight += 2; } - if (V.OralDiscouragement === 1) { + if (V.policies.oralAppeal === -1) { V.oralUseWeight -= 2; V.vaginalUseWeight += 1; V.analUseWeight += 1; } - if (V.VaginalDiscouragement === 1) { + if (V.policies.vaginalAppeal === -1) { V.oralUseWeight += 1; V.vaginalUseWeight -= 2; V.analUseWeight += 1; } - if (V.AnalDiscouragement === 1) { + if (V.policies.analAppeal === -1) { V.oralUseWeight += 1; V.vaginalUseWeight += 1; V.analUseWeight -= 2; } - if (V.sexualOpeness === 1) { + if (V.policies.sexualOpeness === 1) { V.penetrativeUseWeight += 1; } } diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js index 15a65c0e46180303418a202440d6050a47fdbb1b..91c71099ec4d4454af47bb8111f390d24b57dc95 100644 --- a/src/endWeek/saPleaseYou.js +++ b/src/endWeek/saPleaseYou.js @@ -1152,7 +1152,7 @@ App.SlaveAssignment.pleaseYou = (function() { if (canImpreg(V.PC, slave)) { r.push(`${knockMeUp(V.PC, penetrativeUse, 0, slave.ID)}`); } - if (V.sexualOpeness === 0) { + if (V.policies.sexualOpeness === 0) { r.push(`Rumors spread that you <span class="red">enjoy taking it from slaves.</span>`); V.PC.degeneracy += 2; } diff --git a/src/endWeek/saWorkAGloryHole.js b/src/endWeek/saWorkAGloryHole.js index 90f5105cc768d54a543f6b664bbb8264c727adc1..090f66268986b2139e14e934b7c6eb202431c607 100644 --- a/src/endWeek/saWorkAGloryHole.js +++ b/src/endWeek/saWorkAGloryHole.js @@ -67,7 +67,7 @@ App.SlaveAssignment.workAGloryHole = (function() { r += `set out for use.`; } r += ` ${beauty} customers (${Math.trunc(beauty/7)} a day) `; - if (V.publicFuckdolls === 1) { + if (V.policies.publicFuckdolls === 1) { r += `enjoyed ${his} holes free of charge thanks to your gracious policies.`; } else { r += `paid `; @@ -296,7 +296,7 @@ App.SlaveAssignment.workAGloryHole = (function() { */ function jobBody(slave) { r += ` ${His} feelings, skills, and appearance do not matter. ${He} is condemned to a world that consists of a tiny cell, featureless except for the never-ending dicks ${he} is required to service. You `; - if (V.publicFuckdolls === 0) { + if (V.policies.publicFuckdolls === 0) { r += `were paid <span class="cash inc">${cashFormat((Math.trunc(beauty * FResult)))}</span>`; } else { r += `<span class="reputation inc">gained reputation</span>`; @@ -511,7 +511,7 @@ App.SlaveAssignment.workAGloryHole = (function() { */ function profitReport(slave) { let cash = 0; - if (V.publicFuckdolls === 0) { + if (V.policies.publicFuckdolls === 0) { cash = Math.trunc(beauty * FResult); } else { cash = Math.trunc(beauty * FResult / 5); diff --git a/src/events/RESS/muscles.js b/src/events/RESS/muscles.js index 2671d77a2ffa7263a8e883fddba0c4680a590467..94beaf29d8ce5f790d269f61e4755f7efeb82e75 100644 --- a/src/events/RESS/muscles.js +++ b/src/events/RESS/muscles.js @@ -58,7 +58,7 @@ App.Events.RESSMuscles = class RESSMuscles extends App.Events.BaseEvent { App.Events.addResponses(node, [ new App.Events.Result(`Reward ${him} for ${his} gains`, reward, fuckNote()), new App.Events.Result(`Take advantage of ${his} gains with a powerfuck`, powerfuck, fuckNote()), - ((eventSlave.toyHole === "dick" || V.sexualOpeness === 1) && canPenetrate(eventSlave) && eventSlave.belly < 100000) + ((eventSlave.toyHole === "dick" || V.policies.sexualOpeness === 1) && canPenetrate(eventSlave) && eventSlave.belly < 100000) ? new App.Events.Result(`See if ${he} can put those gains to good use`, penetration, "This option will penetrate you") : new App.Events.Result(), new App.Events.Result(`Compliment ${his} gains and send ${him} on ${his} way`, compliment), diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw index 3f6912fea5509c533c9b776d1118419aa051f334..52c1da649da7135fa68530d7d4e5fd1dc85ddb15 100644 --- a/src/facilities/nursery/childInteract.tw +++ b/src/facilities/nursery/childInteract.tw @@ -148,7 +148,7 @@ FIXME: <<link "Grope $his dick">> <<replace "#miniscene">><<include "FondleChildDick">><br> <</replace>> <</link>> | - <<if canPenetrate($activeChild) && $sexualOpeness>> + <<if canPenetrate($activeChild) && $policies.sexualOpeness == 1>> <<link "Ride $his dick">> <<replace "#miniscene">><<include "FDick">><br> <</replace>> <</link>> | diff --git a/src/facilities/nursery/nurseryWidgets.js b/src/facilities/nursery/nurseryWidgets.js index b86c3666dde5f853e8644bbe70a6fec5d498aad7..5b9b90fb6f41310add2d109fdd20c82af13c908c 100644 --- a/src/facilities/nursery/nurseryWidgets.js +++ b/src/facilities/nursery/nurseryWidgets.js @@ -7384,20 +7384,20 @@ App.Facilities.Nursery.LongChildDescription = function(child) { case "cruel retirement counter": case "nice retirement counter": r += `${He} is wearing a ${child.collar === "cruel retirement counter" ? `heavy metal collar` : `nice collar, almost a necklace,`} with a small numerical display reading `; - if (V.SexMilestoneRetirement) { - r += `${retirementSex - (child.counter.oral + child.counter.anal + child.counter.vaginal + child.counter.penetrative + child.counter.mammary)}, for the number of cocks between ${him} and ${his} freedom. `; - } else if (V.MilkMilestoneRetirement) { - r += `${retirementMilk - child.counter.milk}, for the amount of milk ${he} has yet to give. `; - } else if (V.CumMilestoneRetirement) { - r += `${retirementCum - child.counter.cum}, for the amount of cum ${he} has yet to give. `; - } else if (V.BirthsMilestoneRetirement) { - r += `${retirementBirths - child.counter.births}, for the number of pregnancies still between ${him} and freedom. `; - } else if (V.KillsMilestoneRetirement) { - r += `${retirementKills - child.counter.pitKills}, for the number of lives still between ${him} and freedom. `; - } else if (V.PhysicalRetirementAgePolicy !== 1) { - r += `${(365*(retirementAge-child.actualAge))+(7*(52-child.birthWeek))}, the number of days of sexual slavery ahead of ${him}. `; + if (V.policies.retirement.sex > 0) { + r += `${V.policies.retirement.sex - (child.counter.oral + child.counter.anal + child.counter.vaginal + child.counter.penetrative + child.counter.mammary)}, for the number of cocks between ${him} and ${his} freedom. `; + } else if (V.policies.retirement.milk > 0) { + r += `${V.policies.retirement.milk - child.counter.milk}, for the amount of milk ${he} has yet to give. `; + } else if (V.policies.retirement.cum > 0) { + r += `${V.policies.retirement.cum - child.counter.cum}, for the amount of cum ${he} has yet to give. `; + } else if (V.policies.retirement.births > 0) { + r += `${V.policies.retirement.births - child.counter.births}, for the number of pregnancies still between ${him} and freedom. `; + } else if (V.policies.retirement.kills > 0) { + r += `${V.policies.retirement.kills - child.counter.pitKills}, for the number of lives still between ${him} and freedom. `; + } else if (V.policies.retirement.physicalAgePolicy === 0) { + r += `${(365*(V.retirementAge-child.actualAge))+(7*(52-child.birthWeek))}, the number of days of sexual slavery ahead of ${him}. `; } else { - r += `${(365*(retirementAge-child.physicalAge))+(7*(52-child.birthWeek))}, the number of days of sexual slavery ahead of ${him}. `; + r += `${(365*(V.retirementAge-child.physicalAge))+(7*(52-child.birthWeek))}, the number of days of sexual slavery ahead of ${him}. `; } break; } diff --git a/src/interaction/main/walkPast.js b/src/interaction/main/walkPast.js index 181a0d311e1ab5838b5e96a4bf512615b4c62338..22c8ef88c804b6eb45cac0f692cbec138e61d7e4 100644 --- a/src/interaction/main/walkPast.js +++ b/src/interaction/main/walkPast.js @@ -74,7 +74,7 @@ globalThis.walkPast = (function() { watchArray.push("boobWatch"); } if (activeSlave.belly < 150000) { - if (activeSlave.dick > 0 && (V.sexualOpeness === 1 || activeSlave.toyHole === "dick")) { + if (activeSlave.dick > 0 && (V.policies.sexualOpeness === 1 || activeSlave.toyHole === "dick")) { watchArray.push("dickWatch"); } if (activeSlave.vagina >= 0) { @@ -116,7 +116,7 @@ globalThis.walkPast = (function() { break; case "FDick": if (activeSlave.belly < 150000) { - if (activeSlave.dick > 0 && (V.sexualOpeness === 1 || activeSlave.toyHole === "dick")) { + if (activeSlave.dick > 0 && (V.policies.sexualOpeness === 1 || activeSlave.toyHole === "dick")) { output += dickWatch(activeSlave); } else { return; diff --git a/src/interaction/policies/policies.js b/src/interaction/policies/policies.js new file mode 100644 index 0000000000000000000000000000000000000000..b9d158e865fa0d0675389000872234a1030b9436 --- /dev/null +++ b/src/interaction/policies/policies.js @@ -0,0 +1,108 @@ +globalThis.policies = (function() { + return { + countEugenicsSMRs: countEugenicsSMRs, + BC: BC, + cost: cost, + }; + + function countEugenicsSMRs() { + let value = 0; + if (V.policies.SMR.eugenics.faceSMR === 1) { + value++; + } + if (V.policies.SMR.eugenics.heightSMR === 1) { + value++; + } + if (V.policies.SMR.eugenics.intelligenceSMR === 1) { + value++; + } + return value; + } + + function BC() { + function convertMain(variable, pro, anti) { + if (V[pro]) { + V.policies[variable] = 1; + } else if (V[anti]) { + V.policies[variable] = -1; + } + } + + function convertRetirement(variable, retireType, amountRequired) { + if (V[retireType] && V[amountRequired]) { + V.policies.retirement[variable] = V[amountRequired]; + } + } + + if (V.releaseID < 1068) { + V.policies.childProtectionAct = V.childProtectionAct; + V.policies.culturalOpenness = V.CulturalOpenness; + V.policies.sexualOpeness = V.sexualOpeness; + V.policies.proRefugees = V.ProRefugees; + V.policies.publicFuckdolls = V.publicFuckdolls; + + V.policies.proRecruitment = V.ProRecruitment; + V.policies.cash4Babies = V.Cash4Babies; + V.policies.regularParties = V.RegularParties; + V.policies.publicPA = V.PAPublic; + V.policies.coursingAssociation = V.CoursingAssociation; + + V.policies.raidingMercenaries = V.RaidingMercenaries; + V.policies.mixedMarriage = V.MixedMarriage; + V.policies.goodImageCampaign = V.goodImageCampaign; + V.policies.alwaysSubsidizeRep = V.alwaysSubsidizeRep; + V.policies.alwaysSubsidizeGrowth = V.alwaysSubsidizeGrowth; + + convertMain('immmigrationCash', 'ProImmigrationCash', 'AntiImmigrationCash'); + convertMain('immmigrationRep', 'ProImmigrationRep', 'AntiImmigrationRep'); + convertMain('enslavementCash', 'ProEnslavementCash', 'AntiEnslavementCash'); + convertMain('enslavementRep', 'ProEnslavementRep', 'AntiEnslavementRep'); + convertMain('cashForRep', 'CashForRep', 'RepForCash'); + + convertMain('oralAppeal', 'OralEncouragement', 'OralDiscouragement'); + convertMain('vaginalAppeal', 'VaginalEncouragement', 'VaginalDiscouragement'); + convertMain('analAppeal', 'AnalEncouragement', 'AnalDiscouragement'); + + convertRetirement('sex', 'SexMilestoneRetirement', 'retirementSex'); + convertRetirement('milk', 'MilkMilestoneRetirement', 'retirementMilk'); + convertRetirement('cum', 'CumMilestoneRetirement', 'retirementCum'); + convertRetirement('births', 'BirthsMilestoneRetirement', 'retirementBirths'); + convertRetirement('kills', 'KillsMilestoneRetirement', 'retirementKills'); + + if (V.BioreactorRetirement) { + V.policies.retirement.fate = "bioreactor"; + } else if (V.ArcadeRetirement) { + V.policies.retirement.fate = "arcade"; + } else if (V.CitizenRetirement) { + V.policies.retirement.fate = "citizen"; + } + + V.policies.retirement.menial2Citizen = V.citizenRetirementMenials; + V.policies.retirement.customAgePolicy = V.policies.retirement.customAgePolicySet || V.CustomRetirementAgePolicy; + V.policies.retirement.physicalAgePolicy = V.PhysicalRetirementAgePolicy; + + V.policies.SMR.basicSMR = V.BasicSMR; + V.policies.SMR.healthInspectionSMR = V.HealthInspectionSMR; + V.policies.SMR.educationSMR = V.EducationSMR; + V.policies.SMR.frigiditySMR = V.FrigiditySMR; + + V.policies.SMR.weightSMR = V.BasicWeightSMR; + V.policies.SMR.honestySMR = V.HonestySMR; + + V.policies.SMR.beauty.basicSMR = V.BasicBeautySMR; + V.policies.SMR.beauty.qualitySMR = V.QualityBeautySMR; + + V.policies.SMR.height.basicSMR = V.BasicHeightSMR; + V.policies.SMR.height.advancedSMR = V.AdvancedHeightSMR; + + V.policies.SMR.intelligence.basicSMR = V.BasicIntelligenceSMR; + V.policies.SMR.intelligence.qualitySMR = V.QualityIntelligenceSMR; + + V.policies.SMR.eugenics.faceSMR = V.FaceEugenicsSMR; + V.policies.SMR.eugenics.heightSMR = V.HeightEugenicsSMR; + V.policies.SMR.eugenics.intelligenceSMR = V.IntelligenceEugenicsSMR; + } + } + + function cost() { return 5000; } +})(); diff --git a/src/uncategorized/policies.tw b/src/interaction/policies/policies.tw similarity index 80% rename from src/uncategorized/policies.tw rename to src/interaction/policies/policies.tw index 81fa43ad0f55332b1f27380062971879e69eb2e7..354c464327b112e10b9d1ff05515c80ce99670b8 100644 --- a/src/uncategorized/policies.tw +++ b/src/interaction/policies/policies.tw @@ -19,7 +19,7 @@ <<set $rep = Math.clamp($rep, 0, 20000)>> <<set $customMenialRetirementAge = Math.clamp($customMenialRetirementAge, 20, 120)>> -<<if $citizenRetirementMenials>> +<<if $policies.retirement.menial2Citizen == 1>> <<set $customRetirementAge = Math.clamp($customRetirementAge, 20, $customMenialRetirementAge)>> <<if $customMenialRetirementAge < 45>> <<set $retirementAge = $customMenialRetirementAge>> @@ -27,14 +27,24 @@ <<else>> <<set $customRetirementAge = Math.clamp($customRetirementAge, 20, 120)>> <</if>> -<<if $customRetirementAgeSetSet>> <<set $retirementAge = $customRetirementAge>> <</if>> -<<if $PhysicalRetirementAgePolicy>> <<set $retirementAge = $customRetirementAge>> <</if>> - -<<set $retirementSex = Math.clamp($retirementSex, 1, 10000000)>> -<<set $retirementMilk = Math.clamp($retirementMilk, 1, 100000000)>> -<<set $retirementCum = Math.clamp($retirementCum, 1, 1000000000)>> -<<set $retirementBirths = Math.clamp($retirementBirths, 1, 1000000)>> -<<set $retirementKills = Math.clamp($retirementKills, 1, 1000000)>> +<<if $policies.retirement.customAgePolicy == 1>> <<set $retirementAge = $customRetirementAge>> <</if>> +<<if $policies.retirement.physicalAgePolicy == 1>> <<set $retirementAge = $customRetirementAge>> <</if>> + +<<if $policies.retirement.sex > 0>> + <<set $policies.retirement.sex = Math.clamp($policies.retirement.sex, 1, 10000000)>> +<</if>> +<<if $policies.retirement.milk > 0>> + <<set $policies.retirement.milk = Math.clamp($policies.retirement.milk, 1, 100000000)>> +<</if>> +<<if $policies.retirement.cum > 0>> + <<set $policies.retirement.cum = Math.clamp($policies.retirement.cum, 1, 1000000000)>> +<</if>> +<<if $policies.retirement.births > 0>> + <<set $policies.retirement.births = Math.clamp($policies.retirement.births, 1, 1000000)>> +<</if>> +<<if $policies.retirement.kills > 0>> + <<set $policies.retirement.kills = Math.clamp($policies.retirement.kills, 1, 1000000)>> +<</if>> <<if $HeadGirl>> <<setLocalPronouns $HeadGirl>> <</if>> <<run App.UI.tabbar.handlePreSelectedTab($tabChoice.policies)>> @@ -58,201 +68,201 @@ More policies will become available as the arcology develops.// <div id="SMRs" class="tabcontent"> <div class="content"> ''Basic SMR:'' the slave market is subject to very basic regulations designed to offer buyers some confidence. - <<if $BasicSMR>> - @@.yellow;[[Repeal|Policies][$BasicSMR = 0]]@@ + <<if $policies.SMR.basicSMR == 1>> + @@.yellow;[[Repeal|Policies][$policies.SMR.basicSMR = 0]]@@ <<else>> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$BasicSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.basicSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will help your reputation and affect slaves in the markets// <</if>> <br>''Health Inspection SMR:'' in order to be sold in the slave market, chattel must pass a straightforward health inspection. - <<if $HealthInspectionSMR>> - @@.yellow;[[Repeal|Policies][$HealthInspectionSMR = 0]]@@ + <<if $policies.SMR.healthInspectionSMR == 1>> + @@.yellow;[[Repeal|Policies][$policies.SMR.healthInspectionSMR = 0]]@@ <<else>> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$HealthInspectionSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.healthInspectionSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will improve the health of slaves in the markets// <</if>> <br>''Basic Education SMR:'' in order to be sold in the slave market, chattel must be put through a straightforward course of slave education. - <<if $EducationSMR>> - @@.yellow;[[Repeal|Policies][$EducationSMR = 0]]@@ + <<if $policies.SMR.educationSMR == 1>> + @@.yellow;[[Repeal|Policies][$policies.SMR.educationSMR = 0]]@@ <<else>> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$EducationSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.educationSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will cause all slaves who pass through the markets to become educated// <</if>> <br>''Frigidity SMR:'' in order to be sold in the slave market, slaves must have their sex drives reduced until they're virtually gone. - <<if $FrigiditySMR>> - @@.yellow;[[Repeal|Policies][$FrigiditySMR = 0]]@@ + <<if $policies.SMR.frigiditySMR == 1>> + @@.yellow;[[Repeal|Policies][$policies.SMR.frigiditySMR = 0]]@@ <<else>> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$FrigiditySMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.frigiditySMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will reduce the sex drive of slaves in the markets and annoy those looking for sex slaves// <</if>> <br>''Intelligence Eugenics SMR:'' in order to be sold in the slave market, chattel must either pass a challenging intelligence test or be sterilized. - <<if $IntelligenceEugenicsSMR>> - @@.yellow;[[Repeal|Policies][$IntelligenceEugenicsSMR = 0]]@@ + <<if $policies.SMR.eugenics.intelligenceSMR == 1>> + @@.yellow;[[Repeal|Policies][$policies.SMR.eugenics.intelligenceSMR = 0]]@@ <<else>> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$IntelligenceEugenicsSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.eugenics.intelligenceSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will <<if $seeDicks == 0>> sterilize <<elseif $seeDicks == 100>> - <<if $seeExtreme != 1>>chemically castrate<<else>>geld<</if>> + <<if $seeExtreme == 0>>chemically castrate<<else>>geld<</if>> <<else>> - sterilize or <<if $seeExtreme != 1>>chemically castrate<<else>>geld<</if>> + sterilize or <<if $seeExtreme == 0>>chemically castrate<<else>>geld<</if>> <</if>> all market slaves below the maximum intelligence level// <</if>> <br>''Height Eugenics SMR:'' in order to be sold in the slave market, chattel must either be taller than a very tall minimum height or be sterilized. - <<if $HeightEugenicsSMR>> - @@.yellow;[[Repeal|Policies][$HeightEugenicsSMR = 0]]@@ + <<if $policies.SMR.eugenics.heightSMR == 1>> + @@.yellow;[[Repeal|Policies][$policies.SMR.eugenics.heightSMR = 0]]@@ <<else>> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$HeightEugenicsSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.eugenics.heightSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will <<if $seeDicks == 0>> sterilize <<elseif $seeDicks == 100>> - <<if $seeExtreme != 1>>chemically castrate<<else>>geld<</if>> + <<if $seeExtreme == 0>>chemically castrate<<else>>geld<</if>> <<else>> - sterilize or <<if $seeExtreme != 1>>chemically castrate<<else>>geld<</if>> + sterilize or <<if $seeExtreme == 0>>chemically castrate<<else>>geld<</if>> <</if>> all market slaves below the maximum height// <</if>> <br>''Facial Eugenics SMR:'' in order to be sold in the slave market, chattel must either pass a rigorous facial exam or be sterilized. - <<if $FaceEugenicsSMR>> - @@.yellow;[[Repeal|Policies][$FaceEugenicsSMR = 0]]@@ + <<if $policies.SMR.eugenics.faceSMR == 1>> + @@.yellow;[[Repeal|Policies][$policies.SMR.eugenics.faceSMR = 0]]@@ <<else>> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$FaceEugenicsSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.eugenics.faceSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will <<if $seeDicks == 0>> sterilize <<elseif $seeDicks == 100>> - <<if $seeExtreme != 1>>chemically castrate<<else>>geld<</if>> + <<if $seeExtreme == 0>>chemically castrate<<else>>geld<</if>> <<else>> - sterilize or <<if $seeExtreme != 1>>chemically castrate<<else>>geld<</if>> + sterilize or <<if $seeExtreme == 0>>chemically castrate<<else>>geld<</if>> <</if>> all market slaves below the maximum facial beauty// <</if>> <br>''Gingering Prohibition SMR:'' slave sellers must contract to provide slaves honestly and without drugging to improve their behavior. - <<if $HonestySMR>> - @@.yellow;[[Repeal|Policies][$HonestySMR = 0]]@@ + <<if $policies.SMR.honestySMR == 1>> + @@.yellow;[[Repeal|Policies][$policies.SMR.honestySMR = 0]]@@ <<else>> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$HonestySMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.honestySMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will prevent dishonest adulteration of slaves in the markets// <</if>> - <<if $BasicBeautySMR>> + <<if $policies.SMR.beauty.basicSMR == 1>> <br>''Basic Beauty Standards:'' no unattractive slaves may be sold in the slave markets. - @@.yellow;[[Repeal|Policies][$BasicBeautySMR = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.SMR.beauty.basicSMR = 0]]@@ <<else>> - <<if !$QualityBeautySMR>> + <<if $policies.SMR.beauty.qualitySMR == 0>> <br>''Basic Beauty Standards:'' no unattractive slaves may be sold in the slave markets. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$BasicBeautySMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.beauty.basicSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //This will raise the price of slaves. <</if>> <</if>> - <<if $QualityBeautySMR>> + <<if $policies.SMR.beauty.qualitySMR == 1>> <br>''Quality Beauty Standards:'' only attractive slaves may be sold in the slave markets. - @@.yellow;[[Repeal|Policies][$QualityBeautySMR = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.SMR.beauty.qualitySMR = 0]]@@ <<else>> - <<if !$BasicBeautySMR>> + <<if $policies.SMR.beauty.basicSMR == 0>> <br>''Quality Beauty Standards:'' only attractive slaves may be sold in the slave markets. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$QualityBeautySMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.beauty.qualitySMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //This will raise the price of slaves. <</if>> <</if>> <br>''Basic Weight Standards:'' no obese slaves may be sold in the slave markets. - <<if $BasicWeightSMR>> - @@.yellow;[[Repeal|Policies][$BasicWeightSMR = 0]]@@ + <<if $policies.SMR.weightSMR == 1>> + @@.yellow;[[Repeal|Policies][$policies.SMR.weightSMR = 0]]@@ <<else>> <<if $arcologies[0].FSHedonisticDecadenceSMR == 0>> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$BasicWeightSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.weightSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //This will raise the price of slaves. <</if>> <</if>> - <<if $BasicHeightSMR == 1>> + <<if $policies.SMR.height.basicSMR == 1>> <br>''Basic Height Standards:'' tall slaves are favored in the slave market, short slaves capable of meeting height standards via surgery must undergo it. - @@.yellow;[[Repeal|Policies][$BasicHeightSMR = 0]]@@ - <<elseif $BasicHeightSMR == -1>> + @@.yellow;[[Repeal|Policies][$policies.SMR.height.basicSMR = 0]]@@ + <<elseif $policies.SMR.height.basicSMR == -1>> <br>''Basic Height Standards:'' short slaves are favored in the slave market, tall slaves capable of meeting height standards via surgery must undergo it. - @@.yellow;[[Repeal|Policies][$BasicHeightSMR = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.SMR.height.basicSMR = 0]]@@ <<else>> - <<if !$AdvancedHeightSMR && !$arcologies[0].FSPetiteAdmirationSMR && !$arcologies[0].FSStatuesqueGlorificationSMR>> + <<if $policies.SMR.height.advancedSMR == 0 && $arcologies[0].FSPetiteAdmirationSMR == 0 && $arcologies[0].FSStatuesqueGlorificationSMR == 0>> <br>''Basic Height Standards (Tall):'' tall slaves will be favored in the slave markets and those not quite tall enough will undergo height increasing surgery. This will not preclude the sale of short slaves, just the care of them. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$BasicHeightSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.height.basicSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //This will raise the price of slaves.// <br>''Basic Height Standards (Short):'' short slaves will be favored in the slave markets and those just above the cut off will undergo height reducing surgery. This will not preclude the sale of tall slaves, just the care of them. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$BasicHeightSMR = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.height.basicSMR = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //This will raise the price of slaves.// <</if>> <</if>> - <<if $AdvancedHeightSMR == 1>> + <<if $policies.SMR.height.advancedSMR == 1>> <br>''Quality Height Standards:'' no slaves of below average height for their age may be sold in the slave markets. - @@.yellow;[[Repeal|Policies][$AdvancedHeightSMR = 0]]@@ - <<elseif $AdvancedHeightSMR == -1>> + @@.yellow;[[Repeal|Policies][$policies.SMR.height.advancedSMR = 0]]@@ + <<elseif $policies.SMR.height.advancedSMR == -1>> <br>''Quality Height Standards:'' no slaves of above average height for their age may be sold in the slave markets. - @@.yellow;[[Repeal|Policies][$AdvancedHeightSMR = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.SMR.height.advancedSMR = 0]]@@ <<else>> - <<if !$BasicHeightSMR && !$arcologies[0].FSPetiteAdmirationSMR && !$arcologies[0].FSStatuesqueGlorificationSMR>> + <<if $policies.SMR.height.basicSMR == 0 && $arcologies[0].FSPetiteAdmirationSMR == 0 && $arcologies[0].FSStatuesqueGlorificationSMR == 0>> <br>''Quality Height Standards (Tall):'' only slaves of above average height for their age may be sold in the slave markets. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$AdvancedHeightSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.height.advancedSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //This will raise the price of slaves.// <br>''Quality Height Standards (Short):'' only slaves of below average height for their age may be sold in the slave markets. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$AdvancedHeightSMR = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.height.advancedSMR = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //This will raise the price of slaves. <</if>> <</if>> - <<if $BasicIntelligenceSMR>> + <<if $policies.SMR.intelligence.basicSMR == 1>> <br>''Basic Intelligence Standards:'' no stupid slaves may be sold in the slave markets. - @@.yellow;[[Repeal|Policies][$BasicIntelligenceSMR = 0]]@@ - <<elseif $QualityIntelligenceSMR>> + @@.yellow;[[Repeal|Policies][$policies.SMR.intelligence.basicSMR = 0]]@@ + <<elseif $policies.SMR.intelligence.qualitySMR == 1>> <br>''Quality Intelligence Standards:'' only intelligent slaves may be sold in the slave markets. - @@.yellow;[[Repeal|Policies][$QualityIntelligenceSMR = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.SMR.intelligence.qualitySMR = 0]]@@ <<else>> - <<if !$arcologies[0].FSIntellectualDependencySMR>> + <<if $arcologies[0].FSIntellectualDependencySMR == 0>> <br>''Basic Intelligence Standards:'' no stupid slaves may be sold in the slave markets. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$BasicIntelligenceSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.intelligence.basicSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //This will raise the price of slaves. <br>''Quality Intelligence Standards:'' only intelligent slaves may be sold in the slave markets. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$QualityIntelligenceSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.SMR.intelligence.qualitySMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //This will raise the price of slaves significantly. <</if>> @@ -264,126 +274,132 @@ More policies will become available as the arcology develops.// <div id="ST" class="tabcontent"> <div class="content"> - <<if $OralEncouragement>> - ''Oral Sex Encouragement:'' you are using your personal influence to make blowjobs the most fashionable sex act in the arcology. - @@.yellow;[[Repeal|Policies][$OralEncouragement = 0]]@@ + <<if $policies.oralAppeal == 1>> + <br>''Oral Sex Encouragement:'' you are using your personal influence to make blowjobs the most fashionable sex act in the arcology. + @@.yellow;[@@.yellow;[[Repeal|Policies][$policies.oralAppeal = 0]]@@ + <<elseif $policies.retirement.oralAppeal == -1>> + <br>''Anti-Oral Campaign:'' you are using your personal influence to denigrate oral sex. + @@.yellow;[[Repeal|Policies][$policies.oralAppeal = 0]]@@ <<else>> ''Oral Sex Encouragement:'' you will use your personal influence to make blowjobs the most fashionable sex act in the arcology. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$OralEncouragement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.oralAppeal = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will increase the weight on slaves' oral skills// - <</if>> - <<if $OralDiscouragement>> - ''Anti-Oral Campaign:'' you are using your personal influence to denigrate oral sex. - @@.yellow;[[Repeal|Policies][$OralDiscouragement = 0]]@@ - <<else>> <br>''Anti-Oral Campaign:'' you will use your personal influence to denigrate oral sex. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$OralDiscouragement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.oralAppeal = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will decrease the weight on slaves' oral skills// <</if>> - <<if $VaginalEncouragement>> + <<if $policies.vaginalAppeal == 1>> <br>''Vaginal Sex Encouragement:'' you are using your personal influence to keep pussies the most fashionable holes in the arcology. - @@.yellow;[[Repeal|Policies][$VaginalEncouragement = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.vaginalAppeal = 0]]@@ + <<elseif $policies.vaginalAppeal == -1>> + <br>''Anti-Vaginal Campaign:'' you are using your personal influence to communicate disapproval of vaginal sex. + @@.yellow;[[Repeal|Policies][$policies.vaginalAppeal = 0]]@@ <<else>> <br>''Vaginal Sex Encouragement:'' you will use your personal influence to keep pussies the most fashionable holes in the arcology. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$VaginalEncouragement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.vaginalAppeal = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will increase the weight on slaves' vaginal skills// - <</if>> - <<if $VaginalDiscouragement>> - <br>''Anti-Vaginal Campaign:'' you are using your personal influence to communicate disapproval of vaginal sex. - @@.yellow;[[Repeal|Policies][$VaginalDiscouragement = 0]]@@ - <<else>> <br>''Anti-Vaginal Campaign:'' you will use your personal influence to communicate disapproval of vaginal sex. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$VaginalDiscouragement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.vaginalAppeal = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will decrease the weight on slaves' vaginal skills// <</if>> - <<if $AnalEncouragement>> + <<if $policies.analAppeal == 1>> <br>''Anal Sex Encouragement:'' you are using your personal influence to make anuses the most fashionable holes in the arcology. - @@.yellow;[[Repeal|Policies][$AnalEncouragement = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.analAppeal = 0]]@@ + <<elseif $policies.analAppeal == -1>> + <br>''Anti-Anal Campaign:'' you are using your personal influence to communicate disgust with putting things up the butt. + @@.yellow;[[Repeal|Policies][$policies.analAppeal = 0]]@@ <<else>> <br>''Anal Sex Encouragement:'' you will use your personal influence to make anuses the most fashionable holes in the arcology. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$AnalEncouragement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.analAppeal = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will increase the weight on slaves' anal skills// - <</if>> - <<if $AnalDiscouragement>> - <br>''Anti-Anal Campaign:'' you are using your personal influence to communicate disgust with putting things up the butt. - @@.yellow;[[Repeal|Policies][$AnalDiscouragement = 0]]@@ - <<else>> <br>''Anti-Anal Campaign:'' you will use your personal influence to communicate disgust with putting things up the butt. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$AnalDiscouragement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.analAppeal = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will decrease the weight on slaves' anal skills// <</if>> - <<if $sexualOpeness>> + <<if $policies.sexualOpeness == 1>> <br>''Penetrative Sex Campaign:'' you are using your personal influence to attempt to make getting fucked by slaves fashionable, but mostly to garner acceptance for your sexual preference. - @@.yellow;[[Repeal|Policies][$sexualOpeness = 0, $PC.degeneracy += 30]]@@ + @@.yellow;[[Repeal|Policies][$policies.sexualOpeness = 0, $PC.degeneracy += 30]]@@ <<else>> <br>''Penetrative Sex Campaign:'' you will use your personal influence and interest in being penetrated to make slave based penetration fashionable and acceptable. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$sexualOpeness = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.sexualOpeness = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will not be well received, but will head off potentially damaging rumors. This policy assumes you wish to be penetrated.// <</if>> - <<if $extremeUnderage>> - <<if $childProtectionAct>> + <<if $extremeUnderage == 1>> + <<if $policies.childProtectionAct == 1>> <br>''Child Protection Act:'' underage slaves enjoy protections against molestation and rape. - @@.yellow;[[Weaken|Policies][$childProtectionAct = 0]]@@ + @@.yellow;[[Weaken|Policies][$policies.childProtectionAct = 0]]@@ <<else>> <br>''Child Protection Act:'' underage slaves enjoy protections only against penetrative sex. <<if $rep >= 1000>> - @@.green;[[Strengthen|Policies][$childProtectionAct = 1]]@@ + @@.green;[[Strengthen|Policies][$policies.childProtectionAct = 1]]@@ <</if>> <</if>> <</if>> <h1>Future Societies</h1> - <<if $arcologies[0].FSRepopulationFocusPregPolicy>> - <br>''Pregnancy Encouragement:'' you are using your personal influence to spur interest in pregnancy. + <<if $arcologies[0].FSRepopulationFocusPregPolicy == 1>> + <div> + ''Pregnancy Encouragement:'' you are using your personal influence to spur interest in pregnancy. @@.yellow;[[Repeal|Policies][$arcologies[0].FSRepopulationFocusPregPolicy = 0]]@@ + </div> <<else>> <<if $arcologies[0].FSRepopulationFocus == "unset" && $arcologies[0].FSRestart == "unset" && $seePreg>> - <br>''Pregnancy Encouragement:'' you will use your personal influence to spur interest in pregnancy. + <div> + ''Pregnancy Encouragement:'' you will use your personal influence to spur interest in pregnancy. <<if $rep >= 1000>> @@.green;[[Implement|Policies][$arcologies[0].FSRepopulationFocusPregPolicy = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> + </div> <</if>> <</if>> - <<if $arcologies[0].FSRepopulationFocusMilfPolicy>> - <br>''Motherly Preference:'' you are using your personal influence to spur interest in MILFs. + <<if $arcologies[0].FSRepopulationFocusMilfPolicy == 1>> + <div> + ''Motherly Preference:'' you are using your personal influence to spur interest in MILFs. @@.yellow;[[Repeal|Policies][$arcologies[0].FSRepopulationFocusMilfPolicy = 0]]@@ + </div> <<else>> <<if $arcologies[0].FSRepopulationFocus == "unset" && $arcologies[0].FSRestart == "unset">> - <br>''Motherly Preference:'' you will use your personal influence to spur interest in MILFs. + <div> + ''Motherly Preference:'' you will use your personal influence to spur interest in MILFs. <<if $rep >= 1000>> @@.green;[[Implement|Policies][$arcologies[0].FSRepopulationFocusMilfPolicy = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> + </div> <</if>> <</if>> - <<if $arcologies[0].FSEgyptianRevivalistIncestPolicy>> - <br>''Incest Encouragement:'' you are using your personal influence to spur interest in incest. + <<if $arcologies[0].FSEgyptianRevivalistIncestPolicy == 1>> + <div> + ''Incest Encouragement:'' you are using your personal influence to spur interest in incest. @@.yellow;[[Repeal|Policies][$arcologies[0].FSEgyptianRevivalistIncestPolicy = 0]]@@ + </div> <<else>> <<if $arcologies[0].FSEgyptianRevivalist == "unset">> - <br>''Incest Encouragement:'' you will use your personal influence to spur interest in incest. + <div> + ''Incest Encouragement:'' you will use your personal influence to spur interest in incest. <<if $rep >= 1000>> @@.green;[[Implement|Policies][$arcologies[0].FSEgyptianRevivalistIncestPolicy = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> + </div> <</if>> <</if>> @@ -394,206 +410,196 @@ More policies will become available as the arcology develops.// <div class="content"> <h1>Population</h1> - <<if $ProRefugees>> + <<if $policies.proRefugees == 1>> ''Encourage Refugee Servitude:'' the image of slavery in your arcology is being softened, encouraging old world refugees to consider becoming menial slaves. - @@.yellow;[[Repeal|Policies][$ProRefugees = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.proRefugees = 0]]@@ <<else>> <<if $arcologies[0].FSDegradationist == "unset">> ''Encourage Refugee Servitude:'' the image of slavery in your arcology will be softened, encouraging old world refugees to consider slavery. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$ProRefugees = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.proRefugees = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will increase immigration of refugees to become menial slaves// <</if>> <</if>> - <<if $ProRecruitment>> + <<if $policies.proRecruitment == 1>> <br>''Encourage Self-Enslavement:'' Soften your image as a slaveowner, encouraging the desperate to consider coming to you for enslavement. - @@.yellow;[[Repeal|Policies][$ProRecruitment = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.proRecruitment = 0]]@@ <<else>> <br>''Encourage Self-Enslavement:'' your image as a slaveowner will be softened, encouraging the desperate to consider coming to you for enslavement. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$ProRecruitment = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.proRecruitment = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will increase the chances of desperate people offering themselves to you for enslavement// <</if>> - <<if $ProImmigrationCash>> + <<if $policies.immmigrationCash == 1>> <br>''Immigration Promotion:'' you are offering citizen immigrants a generous promotion. - @@.yellow;[[Repeal|Policies][$ProImmigrationCash = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.immmigrationCash = 0]]@@ + <<elseif $policies.immmigrationCash == -1>> + <br>''Immigrant Information Brokerage:'' you are covertly selling information on troubled potential immigrants to your arcology. + @@.yellow;[[Repeal|Policies][$policies.immmigrationCash = 0]]@@ <<else>> <br>''Immigration Promotion:'' you will offer citizen immigrants a generous promotion. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$ProImmigrationCash = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.immmigrationCash = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> - <br> //Will cost <<print cashFormat($policyCost)>> weekly to maintain, and increase the citizen population// - <</if>> - <<if $AntiImmigrationCash>> - <br>''Immigrant Information Brokerage:'' you are covertly selling information on troubled potential immigrants to your arcology. - @@.yellow;[[Repeal|Policies][$AntiImmigrationCash = 0]]@@ - <<else>> + <br> //Will cost <<print cashFormat(policies.cost())>> weekly to maintain, and increase the citizen population// <br>''Immigrant Information Brokerage:'' you will covertly sell information on troubled potential immigrants to your arcology to their old world enemies. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$AntiImmigrationCash = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.immmigrationCash = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> - <br> //Will produce <<print cashFormat($policyCost)>> weekly, and slow growth of the citizen population// + <br> //Will produce <<print cashFormat(policies.cost())>> weekly, and slow growth of the citizen population// <</if>> - <<if $ProImmigrationRep>> + <<if $policies.immmigrationRep == 1>> <br>''Welcome Program:'' you are using your personal influence to encourage wealthy people to immigrate. - @@.yellow;[[Repeal|Policies][$ProImmigrationRep = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.immmigrationRep = 0]]@@ + <<e;seif $policies.immmigrationRep == -1>> + <br>''Citizen Input on Immigration:'' you are selectively turning away potential immigrants to the arcology based on the recommendations of citizens. + @@.yellow;[[Repeal|Policies][$policies.immmigrationRep = 0]]@@ <<else>> <br>''Welcome Program:'' you will use your personal influence to encourage wealthy people to immigrate. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$ProImmigrationRep = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.immmigrationRep = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will annoy some longstanding citizens, and increase the citizen population// - <</if>> - <<if $AntiImmigrationRep>> - <br>''Citizen Input on Immigration:'' you are selectively turning away potential immigrants to the arcology based on the recommendations of citizens. - @@.yellow;[[Repeal|Policies][$AntiImmigrationRep = 0]]@@ - <<else>> <br>''Citizen Input on Immigration:'' you will selectively turn away potential immigrants to the arcology based on the recommendations of citizens. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$AntiImmigrationRep = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.immmigrationRep = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will produce a small amount of reputation weekly, and slow growth of the citizen population// <</if>> - <<if $ProEnslavementCash>> + <<if $policies.enslavementCash == 1>> <br>''Enslavement Kickbacks:'' you are taking kickbacks in return for turning a blind eye to enslavement of poor citizens. - @@.yellow;[[Repeal|Policies][$ProEnslavementCash = 0]]@@ - <<else>> - <br>''Enslavement Kickbacks:'' you will take kickbacks in return for turning a blind eye to enslavement of poor citizens. - @@.green;[[Implement|Policies][$ProEnslavementCash = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ - <br> //Will produce <<print cashFormat($policyCost)>> weekly, and reduce the population of citizens// - <</if>> - <<if $AntiEnslavementCash>> + @@.yellow;[[Repeal|Policies][$policies.enslavementCash = 0]]@@ + <<elseif $policies.enslavementCash == -1>> <br>''Poor Citizen Relief:'' you are offering limited emergency assistance to poor citizens in danger of being enslaved. - @@.yellow;[[Repeal|Policies][$AntiEnslavementCash = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.enslavementCash = 0]]@@ <<else>> + <br>''Enslavement Kickbacks:'' you will take kickbacks in return for turning a blind eye to enslavement of poor citizens. + @@.green;[[Implement|Policies][$policies.enslavementCash = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + <br> //Will produce <<print cashFormat(policies.cost())>> weekly, and reduce the population of citizens// <br>''Poor Citizen Relief:'' you will offer limited emergency assistance to poor citizens in danger of being enslaved. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$AntiEnslavementCash = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.enslavementCash = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> - <br> //Will cost <<print cashFormat($policyCost)>> weekly to maintain, and slow population movement from citizens to slaves// + <br> //Will cost <<print cashFormat(policies.cost())>> weekly to maintain, and slow population movement from citizens to slaves// <</if>> - <<if $ProEnslavementRep>> + <<if $policies.enslavementRep == 1>> <br>''Covert Upstart Enslavement:'' you are offering prominent citizens your tacit assistance in enslaving rivals. - @@.yellow;[[Repeal|Policies][$ProEnslavementRep = 0]]@@ - <<else>> - <br>''Covert Upstart Enslavement:'' you will offer prominent citizens your tacit assistance in enslaving rivals. - <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$ProEnslavementRep = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ - <</if>> - <br> //Will produce a small amount of reputation weekly, and reduce the population of citizens// - <</if>> - <<if $AntiEnslavementRep>> + @@.yellow;[[Repeal|Policies][$policies.enslavementRep = 0]]@@ + <<elseif $policies.enslavementRep == -1>> <br>''Charity Promotion Efforts:'' you are using your personal influence to discourage enslavement of citizens. - @@.yellow;[[Repeal|Policies][$AntiEnslavementRep = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.enslavementRep = 0]]@@ <<else>> <br>''Charity Promotion Efforts:'' you will use your personal influence to discourage enslavement of citizens. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$AntiEnslavementRep = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.enslavementRep = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will annoy some prominent citizens, and slow population movement from citizens to slaves// + <br>''Covert Upstart Enslavement:'' you will offer prominent citizens your tacit assistance in enslaving rivals. + <<if $rep >= 1000>> + @@.green;[[Implement|Policies][$policies.enslavementRep = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + <</if>> + <br> //Will produce a small amount of reputation weekly, and reduce the population of citizens// <</if>> <h1>Domestic</h1> ''Economic Growth Subsidy:'' offer promising new businesses generous subsidies, driving arcology prosperity. - <<if $alwaysSubsidizeGrowth>> - @@.yellow;[[Repeal|Policies][$alwaysSubsidizeGrowth = 0]]@@ + <<if $policies.alwaysSubsidizeGrowth == 1>> + @@.yellow;[[Repeal|Policies][$policies.alwaysSubsidizeGrowth = 0]]@@ <<else>> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$alwaysSubsidizeGrowth = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.alwaysSubsidizeGrowth = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> - <br> //Will cost <<print cashFormat($policyCost)>> weekly to maintain, and improve arcology prosperity// + <br> //Will cost <<print cashFormat(policies.cost())>> weekly to maintain, and improve arcology prosperity// <</if>> <br>''Self-Promotion Program:'' communicate your good side to the public via subtle paid advertising. This will also ease any potential rumors. - <<if $alwaysSubsidizeRep>> - @@.yellow;[[Repeal|Policies][$alwaysSubsidizeRep = 0]]@@ + <<if $policies.alwaysSubsidizeRep == 1>> + @@.yellow;[[Repeal|Policies][$policies.alwaysSubsidizeRep = 0]]@@ <<else>> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$alwaysSubsidizeRep = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.alwaysSubsidizeRep = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> - <br> //Will cost <<print cashFormat($policyCost)>> weekly to maintain, and improve your reputation// + <br> //Will cost <<print cashFormat(policies.cost())>> weekly to maintain, and improve your reputation// <</if>> - <<if $CashForRep>> + <<if $policies.cashForRep == 1>> <br>''Business Generosity:'' you are doing your best to help your citizens, even when it disadvantages you personally. - @@.yellow;[[Repeal|Policies][$CashForRep = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.cashForRep = 0]]@@ + <<elseif $policies.cashForRep == -1>> + <br>''Business Selfishness:'' you are leveraging your position as arcology owner for money, even when it disadvantages citizens. + @@.yellow;[[Repeal|Policies][$policies.cashForRep = 0]]@@ <<else>> <br>''Business Generosity:'' you will do your best to help your citizens, even when it disadvantages you personally. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$CashForRep = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.cashForRep = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> - <br> //Will cost approximately <<print cashFormat($policyCost)>> weekly, and improve your reputation// - <</if>> - <<if $RepForCash>> - <br>''Business Selfishness:'' you are leveraging your position as arcology owner for money, even when it disadvantages citizens. - @@.yellow;[[Repeal|Policies][$RepForCash = 0]]@@ - <<else>> + <br> //Will cost approximately <<print cashFormat(policies.cost())>> weekly, and improve your reputation// <br>''Business Selfishness:'' you will leverage your position as arcology owner for money, even when it disadvantages citizens. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$RepForCash = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.cashForRep = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> - <br> //Will cost some reputation, and produce approximately <<print cashFormat($policyCost)>> weekly// + <br> //Will cost some reputation, and produce approximately <<print cashFormat(policies.cost())>> weekly// <</if>> - <<if $Cash4Babies>> + <<if $policies.cash4Babies == 1>> <br>''Free Trade of Slave Babies:'' newborn slave children are now eligible to be sold rather than entrusted to a slave orphanage. - @@.yellow;[[Repeal|Policies][$Cash4Babies = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.cash4Babies = 0]]@@ <<else>> <<if $seePreg>> <br>''Free Trade of Slave Babies:'' you will legalize slave children to be sold after birth rather than put into slave orphanages. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$Cash4Babies = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.cash4Babies = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Can supply easy money, but will harm your reputation// <</if>> <</if>> - <<if $goodImageCampaign>> + <<if $policies.goodImageCampaign == 1>> <br>''Good Image Campaign:'' positive rumors are being spread about you. - @@.yellow;[[Repeal|Policies][$goodImageCampaign = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.goodImageCampaign = 0]]@@ <<else>> <br>''Good Image Campaign:'' positive rumors will be spread throughout the arcology regarding you. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$goodImageCampaign = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.goodImageCampaign = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> - <br> //Will cost <<print cashFormat($policyCost)>> weekly to maintain, and lessen any potential rumors about you while giving a small boost to your reputation// + <br> //Will cost <<print cashFormat(policies.cost())>> weekly to maintain, and lessen any potential rumors about you while giving a small boost to your reputation// <</if>> - <<if $RegularParties>> + <<if $policies.regularParties == 1>> <br>''Regular Entertainments:'' you are hosting regular parties for prominent citizens, an expected social duty of an arcology owner. - @@.yellow;[[Repeal|Policies][$RegularParties = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.regularParties = 0]]@@ <<if $rep > 18000>> <br> //Will damage your reputation// <</if>> <<else>> <br>''Regular Entertainments:'' you will host regular parties for prominent citizens, an expected social duty of an arcology owner. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$RegularParties = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.regularParties = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> - <br> //Will cost <<print cashFormat($policyCost)>> weekly<<if $rep > 18000>>, and prevent damage to your reputation<</if>>// + <br> //Will cost <<print cashFormat(policies.cost())>> weekly<<if $rep > 18000>>, and prevent damage to your reputation<</if>>// <</if>> - <<if $PAPublic>> + <<if $policies.publicPA == 1>> <br>''Public Personal Assistant:'' $assistant.name is part of your public image. - @@.yellow;[[Repeal|Policies][$PAPublic = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.publicPA = 0]]@@ <<else>> <br>''Public Personal Assistant:'' $assistant.name will become part of your public image. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$PAPublic = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.publicPA = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //May improve cultural development if $assistant.name's appearance is fashionable// <</if>> - <<if $CoursingAssociation>> + <<if $policies.coursingAssociation == 1>> <br>''Coursing Association:'' you are sponsoring a [[Coursing Association]] that will hold monthly races. - @@.yellow;[[Repeal|Policies][$CoursingAssociation = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.coursingAssociation = 0]]@@ <<if $LurcherID != 0>> <<set $activeSlave = getSlave($LurcherID)>> <br> Your current lurcher is @@ -602,43 +608,43 @@ More policies will become available as the arcology develops.// <<else>> <br>''Coursing Association:'' you will sponsor a Coursing Association that will hold monthly races. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$CoursingAssociation = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.coursingAssociation = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will cost <<print cashFormat(1000)>> weekly to maintain// <</if>> - <<if $RaidingMercenaries>> + <<if $policies.raidingMercenaries == 1>> <br>''Raiding Mercenaries:'' you are allowing your mercenaries to occasionally raid for your direct benefit. - @@.yellow;[[Repeal|Policies][$RaidingMercenaries = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.raidingMercenaries = 0]]@@ <<else>> - <<if $mercenariesHelpCorp>> + <<if $mercenariesHelpCorp == 1>> <br>''Mercenary Raiding:'' you will allow your mercenaries to occasionally conduct a raid directly for your benefit. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$RaidingMercenaries = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.raidingMercenaries = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> - <br> //Will cost <<print cashFormat($policyCost)>> weekly to maintain// + <br> //Will cost <<print cashFormat(policies.cost())>> weekly to maintain// <</if>> <</if>> - <<if $publicFuckdolls>> + <<if $policies.publicFuckdolls == 1>> <br>''Free Fuckdolls:'' you are providing Fuckdolls free of charge, such generosity increases your standing. - @@.yellow;[[Repeal|Policies][$publicFuckdolls = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.publicFuckdolls = 0]]@@ <<else>> <br>''Free Fuckdolls:'' you will no longer charge money for restrained slave holes in your arcology, ranging from Fuckdolls to the arcade. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$publicFuckdolls = 1]]@@ + @@.green;[[Implement|Policies][$policies.publicFuckdolls = 1]]@@ <</if>> <br> //Slaves assigned to these jobs will stop making money, while Fuckdolls will start costing money// <</if>> <<if $arcologies[0].FSDegradationist == "unset">> - <<if $MixedMarriage>> + <<if $policies.mixedMarriage == 1>> <br>''Marriage between Owners and Slaves:'' you are providing a legal basis for citizens to marry their slaves without impacting their rights as slaveowners. - @@.yellow;[[Repeal|Policies][$MixedMarriage = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.mixedMarriage = 0]]@@ <<else>> <br>''Marriage between Owners and Slaves:'' you will provide a legal basis for citizens to marry their slaves without impacting their rights as slaveowners. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$MixedMarriage = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.mixedMarriage = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <<if $arcologies[0].FSPaternalist >= 60>> <br> //Will not damage your reputation due to your arcology's advanced Paternalism// @@ -656,14 +662,14 @@ More policies will become available as the arcology develops.// <<set _costNote = "<div class='indent note'>Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start</div>">> - <<if !$schoolSuggestion>> + <<if $schoolSuggestion == 0>> <p> You have yet to contact a school about adding a local branch. </p> <</if>> <p> - <<if $TSS.subsidize>> + <<if $TSS.subsidize == 1>> <div> ''The Slave School subsidy:'' you are subsidizing this school's branch campus in your arcology. @@.yellow;[[Repeal|Policies][$TSS.subsidize = 0]]@@ @@ -674,7 +680,7 @@ More policies will become available as the arcology develops.// @@.yellow;[[Repeal|Policies][$TSS.subsidize = 0]]@@ </div> <<else>> - <<if $TSS.schoolPresent>> + <<if $TSS.schoolPresent == 1>> <<if $TSS.schoolProsperity < 10>> <div> ''The Slave School subsidy:'' you will subsidize this school's branch campus in your arcology. @@ -692,7 +698,7 @@ More policies will become available as the arcology develops.// </p> <p> - <<if $GRI.subsidize>> + <<if $GRI.subsidize == 1>> <div> ''The Growth Research Institute subsidy:'' you are subsidizing this school's branch campus in your arcology. @@.yellow;[[Repeal|Policies][$GRI.subsidize = 0]]@@ @@ -703,7 +709,7 @@ More policies will become available as the arcology develops.// @@.yellow;[[Repeal|Policies][$GRI.subsidize = 0]]@@ </div> <<else>> - <<if $GRI.schoolPresent>> + <<if $GRI.schoolPresent == 1>> <<if $GRI.schoolProsperity < 10>> <div> ''The Growth Research Institute subsidy:'' you will subsidize this school's branch campus in your arcology. @@ -721,7 +727,7 @@ More policies will become available as the arcology develops.// </p> <p> - <<if $SCP.subsidize>> + <<if $SCP.subsidize == 1>> <div> ''St. Claver Preparatory subsidy:'' you are subsidizing this school's branch campus in your arcology. @@.yellow;[[Repeal|Policies][$SCP.subsidize = 0]]@@ @@ -732,7 +738,7 @@ More policies will become available as the arcology develops.// @@.yellow;[[Repeal|Policies][$SCP.subsidize = 0]]@@ </div> <<else>> - <<if $SCP.schoolPresent>> + <<if $SCP.schoolPresent == 1>> <<if $SCP.schoolProsperity < 10>> <div> ''St. Claver Preparatory subsidy:'' you will subsidize this school's branch campus in your arcology. @@ -750,7 +756,7 @@ More policies will become available as the arcology develops.// </p> <p> - <<if $LDE.subsidize>> + <<if $LDE.subsidize == 1>> <div> ''L'École des Enculées subsidy:'' you are subsidizing this school's branch campus in your arcology. @@.yellow;[[Repeal|Policies][$LDE.subsidize = 0]]@@ @@ -761,7 +767,7 @@ More policies will become available as the arcology develops.// @@.yellow;[[Repeal|Policies][$LDE.subsidize = 0]]@@ </div> <<else>> - <<if $LDE.schoolPresent>> + <<if $LDE.schoolPresent == 1>> <<if $LDE.schoolProsperity < 10>> <div> ''L'École des Enculées subsidy:'' you will subsidize this school's branch campus in your arcology. @@ -779,7 +785,7 @@ More policies will become available as the arcology develops.// </p> <p> - <<if $TGA.subsidize>> + <<if $TGA.subsidize == 1>> <div> ''The Gymnasium-Academy subsidy:'' you are subsidizing this school's branch campus in your arcology. @@.yellow;[[Repeal|Policies][$TGA.subsidize = 0]]@@ @@ -790,7 +796,7 @@ More policies will become available as the arcology develops.// @@.yellow;[[Repeal|Policies][$TGA.subsidize = 0]]@@ </div> <<else>> - <<if $TGA.schoolPresent>> + <<if $TGA.schoolPresent == 1>> <<if $TGA.schoolProsperity < 10>> <div> ''The Gymnasium-Academy subsidy:'' you will subsidize this school's branch campus in your arcology. @@ -808,7 +814,7 @@ More policies will become available as the arcology develops.// </p> <p> - <<if $TCR.subsidize>> + <<if $TCR.subsidize == 1>> <div> ''The Cattle Ranch subsidy:'' you are subsidizing this school's local branch in your arcology. @@.yellow;[[Repeal|Policies][$TCR.subsidize = 0]]@@ @@ -819,7 +825,7 @@ More policies will become available as the arcology develops.// @@.yellow;[[Repeal|Policies][$TCR.subsidize = 0]]@@ </div> <<else>> - <<if $TCR.schoolPresent>> + <<if $TCR.schoolPresent == 1>> <<if $TCR.schoolProsperity < 10>> <div> ''The Cattle Ranch subsidy:'' you will subsidize this school's local branch in your arcology. @@ -837,7 +843,7 @@ More policies will become available as the arcology develops.// </p> <p> - <<if $TFS.subsidize>> + <<if $TFS.subsidize == 1>> <div> ''Futanari Sisters subsidy:'' you are subsidizing this school's branch campus in your arcology. @@.yellow;[[Repeal|Policies][$TFS.subsidize = 0]]@@ @@ -848,7 +854,7 @@ More policies will become available as the arcology develops.// @@.yellow;[[Repeal|Policies][$TFS.subsidize = 0]]@@ </div> <<else>> - <<if $TFS.schoolPresent>> + <<if $TFS.schoolPresent == 1>> <<if $TFS.schoolProsperity < 10>> <div> ''Futanari Sisters subsidy:'' you will subsidize this school's branch campus in your arcology. @@ -866,7 +872,7 @@ More policies will become available as the arcology develops.// </p> <p> - <<if $HA.subsidize>> + <<if $HA.subsidize == 1>> <div> ''Hippolyta Academy subsidy:'' you are subsidizing this school's branch campus in your arcology. @@.yellow;[[Repeal|Policies][$HA.subsidize = 0]]@@ @@ -877,7 +883,7 @@ More policies will become available as the arcology develops.// @@.yellow;[[Repeal|Policies][$HA.subsidize = 0]]@@ </div> <<else>> - <<if $HA.schoolPresent>> + <<if $HA.schoolPresent == 1>> <<if $HA.schoolProsperity < 10>> <div> ''Hippolyta Academy subsidy:'' you will subsidize this school's branch campus in your arcology. @@ -895,7 +901,7 @@ More policies will become available as the arcology develops.// </p> <p> - <<if $NUL.subsidize>> + <<if $NUL.subsidize == 1>> <div> ''Nueva Universidad de Libertad subsidy:'' you are subsidizing this school's branch campus in your arcology. @@.yellow;[[Repeal|Policies][$NUL.subsidize = 0]]@@ @@ -906,7 +912,7 @@ More policies will become available as the arcology develops.// @@.yellow;[[Repeal|Policies][$NUL.subsidize = 0]]@@ </div> <<else>> - <<if $NUL.schoolPresent>> + <<if $NUL.schoolPresent == 1>> <<if $NUL.schoolProsperity < 10>> <div> ''Nueva Universidad de Libertad subsidy:'' you will subsidize this school's branch campus in your arcology. @@ -929,139 +935,144 @@ More policies will become available as the arcology develops.// <div id="SRP" class="tabcontent"> <div class="content"> - <<if $citizenRetirementMenials>> + <<if $policies.retirement.menial2Citizen == 1>> ''Mandatory Menial Retirement Age:'' you have set your arcology's retirement age for menial slaves at $customMenialRetirementAge. - @@.yellow;[[Repeal|Policies][$citizenRetirementMenials = 0, $retirementAge = 45]]@@ + @@.yellow;[[Repeal|Policies][$policies.retirement.menial2Citizen = 0, $retirementAge = 45]]@@ <<else>> ''No Menial Retirement Plan:'' without defining a retirement age for menial slaves they will remain slaves until death or freed otherwise. <</if>> - <<if !$citizenRetirementMenials>> + <<if $policies.retirement.menial2Citizen == 0>> <br>''Redefined Mandatory Menial Retirement Age:'' you will set your arcology's retirement age for menial slaves at age <br> <<textbox "$customMenialRetirementAge" $customMenialRetirementAge "Policies">> <<if $arcologies[0].FSDegradationist == "unset">> <br>''Menial Slave Citizen Retirement:'' all slaveowners will be required to pay into accounts to support their slaves as lower-class citizens in retirement. <<if $citizenRetirementTrigger == 0>> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$citizenRetirementMenials = 1, cashX(-5000, "policies"), repX(-1000, "policies"), $citizenRetirementTrigger = 1]]@@ + @@.green;[[Implement|Policies][$policies.retirement.menial2Citizen = 1, cashX(-5000, "policies"), repX(-1000, "policies"), $citizenRetirementTrigger = 1]]@@ <</if>> <<else>> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$citizenRetirementMenials = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.retirement.menial2Citizen = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <</if>> <br> //Will add upkeep to all menial slaves// <</if>> <</if>> - <<if $customRetirementAgeSetSet && !$PhysicalRetirementAgePolicy>> + <<if $policies.retirement.customAgePolicy == 1>> <br>''Redefined Mandatory Retirement Age:'' you have set your arcology's standard retirement age for sex slaves at $retirementAge. - @@.yellow;[[Repeal|Policies][$customRetirementAgeSetSet = 0, $retirementAge = 45]]@@ + @@.yellow;[[Repeal|Policies][$policies.retirement.customAgePolicy = 0, $retirementAge = 45]]@@ + <<elseif $policies.retirement.physicalAgePolicy == 1>> + <br>''Physical Retirement Age:'' you have set your arcology's standard retirement age for slave bodies at $retirementAge. + @@.yellow;[[Repeal|Policies][$policies.retirement.physicalAgePolicy = 0, $retirementAge = 45]]@@ <<else>> <br>''Default Retirement Age:'' in the absence of a defined slave retirement age, slaves will not remain sex slaves after reaching age $retirementAge. <br> //This is a current content and mechanical limitation in FC $ver, not a universal Free Cities rule.// <</if>> - <<if $customRetirementAgeSetSet == 0>> + <<if $policies.retirement.physicalAgePolicy == 0 && $policies.retirement.customAgePolicy == 0>> <br>''Redefined Mandatory Retirement Age:'' you will set your arcology's standard retirement age for sex slaves at age <br> <<textbox "$customRetirementAge" $customRetirementAge "Policies">> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$customRetirementAgeSetSet = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.retirement.customAgePolicy = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <</if>> - <<if $PhysicalRetirementAgePolicy>> - <br>''Physical Retirement Age:'' you have set your arcology's standard retirement age for slave bodies at $retirementAge. - @@.yellow;[[Repeal|Policies][$PhysicalRetirementAgePolicy = 0, $retirementAge = 45]]@@ - <<else>> + <<if $policies.retirement.customAgePolicy == 0 && $policies.retirement.physicalAgePolicy == 0>> <br>''Physical Retirement Age:'' you will set your arcology's standard retirement age for sex slaves once their bodies reach age <br> <<textbox "$customRetirementAge" $customRetirementAge "Policies">> <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$PhysicalRetirementAgePolicy = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.retirement.physicalAgePolicy = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <</if>> - <<if $BioreactorRetirement>> - <br>''Public Fluid Production Retirement:'' once reaching mandatory retirement age, slaves are converted for full-time milk, vaginal secretion<<if $seeDicks != 0>> and semen<</if>> production. - @@.yellow;[[Repeal|Policies][$BioreactorRetirement = 0]]@@ - <<elseif $ArcadeRetirement>> + <<if $policies.retirement.fate == "bioreactor">> + <br>''Public Fluid Production Retirement:'' once reaching mandatory retirement age, slaves are converted for full-time milk, vaginal secretion<<if $seeDicks == 1>> and semen<</if>> production. + @@.yellow;[[Repeal|Policies][$policies.retirement.fate = "menial slave"]]@@ + <<elseif $policies.retirement.fate == "arcade">> <br>''Public Arcade Retirement:'' once reaching mandatory retirement age, slaves are placed in cheap public arcades to be used until useless. - @@.yellow;[[Repeal|Policies][$ArcadeRetirement = 0]]@@ - <<elseif $CitizenRetirement>> + @@.yellow;[[Repeal|Policies][$policies.retirement.fate = "menial slave"]]@@ + <<elseif $policies.retirement.fate == "citizen">> <br>''Citizen Retirement:'' all slaveowners are required to pay into accounts to support their slaves as lower-class citizens in retirement. - @@.yellow;[[Repeal|Policies][$CitizenRetirement = 0, $SexMilestoneRetirement = 0, $MilkMilestoneRetirement = 0, $CumMilestoneRetirement = 0, $BirthsMilestoneRetirement = 0, $KillsMilestoneRetirement = 0]]@@ + @@.yellow;[[Repeal|Policies][policies.retirement.fate = "menial slave", $policies.retirement.sex = 0, $policies.retirement.milk = 0, $policies.retirement.cum = 0, $policies.retirement.births = 0, $policies.retirement.kills = 0]]@@ <<else>> <br>''Menial Retirement:'' in the absence of a clear slave retirement policy, overaged sex slaves will become menial slaves. <<if $arcologies[0].FSDegradationist == "unset">> <br>''Sex Slave Citizen Retirement:'' all slaveowners will be required to pay into accounts to support their slaves as lower-class citizens in retirement. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$CitizenRetirement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.retirement.fate = "citizen", cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will add upkeep to all sex slaves// <</if>> <<if $arcologies[0].FSPaternalist == "unset">> <br>''Public Arcade Retirement:'' once reaching mandatory retirement age, slaves will be placed in cheap public arcades to be used until useless. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$ArcadeRetirement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.retirement.fate = "arcade", cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> - <br>''Public Fluid Production Retirement:'' once reaching mandatory retirement age, slaves will be converted for full-time milk<<if $seeDicks != 0>>, vaginal secretion, and semen<</if>> production. + <br>''Public Fluid Production Retirement:'' once reaching mandatory retirement age, slaves will be converted for full-time milk<<if $seeDicks == 1>>, vaginal secretion, and semen<</if>> production. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$BioreactorRetirement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.retirement.fate = "bioreactor", cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <</if>> <</if>> - <<if $CitizenRetirement>> - <br>''Sexual Milestone Retirement:'' slaves will be rewarded with their freedom once they have been fucked <<print num($retirementSex)>> times. - <<if $SexMilestoneRetirement>> - @@.yellow;[[Repeal|Policies][$SexMilestoneRetirement = 0]]@@ - <br> Set a new retirement requirement: <<textbox "$retirementSex" $retirementSex "Policies">> + <<if $policies.retirement.fate == "citizen">> + <<if $policies.retirement.sex > 0>> + <br>''Sexual Milestone Retirement:'' slaves will be rewarded with their freedom once they have been fucked <<print num($policies.retirement.sex)>> times. + @@.yellow;[[Repeal|Policies][$policies.retirement.sex = 0]]@@ + <br> Set a new retirement requirement: <<textbox "$policies.retirement.sex" $policies.retirement.sex "Policies">> <<else>> + <br>''Sexual Milestone Retirement:'' slaves will be rewarded with their freedom once they have been fucked <<print num(10000)>> times. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$SexMilestoneRetirement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.retirement.sex = 10000, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <</if>> - <br>''Productive Cow Retirement:'' slaves will be rewarded with their freedom once they have given <<print num($retirementMilk)>> liters of milk. - <<if $MilkMilestoneRetirement>> - @@.yellow;[[Repeal|Policies][$MilkMilestoneRetirement = 0]]@@ - <br> Set a new retirement requirement: <<textbox "$retirementMilk" $retirementMilk "Policies">> + <<if $policies.retirement.milk > 0>> + <br>''Productive Cow Retirement:'' slaves will be rewarded with their freedom once they have given <<print num($policies.retirement.milk)>> liters of milk. + @@.yellow;[[Repeal|Policies][$policies.retirement.milk = 0]]@@ + <br> Set a new retirement requirement: <<textbox "$policies.retirement.milk" $policies.retirement.milk "Policies">> <<else>> + <br>''Productive Cow Retirement:'' slaves will be rewarded with their freedom once they have given <<print num(50000)>> liters of milk. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$MilkMilestoneRetirement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.retirement.milk = 50000, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <</if>> <<if $seeDicks > 0 || $makeDicks>> - <br>''Productive Bull Retirement:'' slaves will be rewarded with their freedom once they have given <<print num($retirementCum)>> deciliters of cum. - <<if $CumMilestoneRetirement>> - @@.yellow;[[Repeal|Policies][$CumMilestoneRetirement = 0]]@@ - <br> Set a new retirement requirement: <<textbox "$retirementCum" $retirementCum "Policies">> + <<if $policies.retirement.cum > 0>> + <br>''Productive Bull Retirement:'' slaves will be rewarded with their freedom once they have given <<print num($policies.retirement.cum)>> deciliters of cum. + @@.yellow;[[Repeal|Policies][$policies.retirement.cum = 0]]@@ + <br> Set a new retirement requirement: <<textbox "$policies.retirement.cum" $policies.retirement.cum "Policies">> <<else>> + <br>''Productive Bull Retirement:'' slaves will be rewarded with their freedom once they have given <<print num(500000)>> deciliters of cum. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$CumMilestoneRetirement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.retirement.cum = 500000, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <</if>> <</if>> - <br>''Fertile Breeder Retirement:'' slaves will be rewarded with their freedom once they add $retirementBirths new slaves to the population of $arcologies[0].name. - <<if $BirthsMilestoneRetirement>> - @@.yellow;[[Repeal|Policies][$BirthsMilestoneRetirement = 0]]@@ - <br> Set a new retirement requirement: <<textbox "$retirementBirths" $retirementBirths "Policies">> + <<if $policies.retirement.births > 0>> + <br>''Fertile Breeder Retirement:'' slaves will be rewarded with their freedom once they add $policies.retirement.births new slaves to the population of $arcologies[0].name. + @@.yellow;[[Repeal|Policies][$policies.retirement.births = 0]]@@ + <br> Set a new retirement requirement: <<textbox "$policies.retirement.births" $policies.retirement.births "Policies">> <<else>> + <br>''Fertile Breeder Retirement:'' slaves will be rewarded with their freedom once they add 5 new slaves to the population of $arcologies[0].name. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$BirthsMilestoneRetirement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.retirement.births = 5, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <</if>> - <br>''Champion Gladiatrix Retirement:'' slaves will be rewarded with their freedom once they have killed $retirementKills of their fellow slaves in the pit. - <<if $KillsMilestoneRetirement>> - @@.yellow;[[Repeal|Policies][$KillsMilestoneRetirement = 0]]@@ + <<if $policies.retirement.kills > 0>> + <br>''Champion Gladiatrix Retirement:'' slaves will be rewarded with their freedom once they have killed $policies.retirement.kills of their fellow slaves in the pit. + @@.yellow;[[Repeal|Policies][$policies.retirement.kills = 0]]@@ <br> Set a new retirement requirement: <<textbox "$killsRequired" $killsRequired "Policies">> <<else>> + <br>''Champion Gladiatrix Retirement:'' slaves will be rewarded with their freedom once they have killed 3 of their fellow slaves in the pit. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$KillsMilestoneRetirement = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.retirement.kills = 3, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <</if>> <</if>> @@ -1073,20 +1084,20 @@ More policies will become available as the arcology develops.// <div class="content"> <<if $arcologies.length > 1>> - <<if $CulturalOpenness>> + <<if $policies.culturalOpenness == 1>> ''Cultural Openness:'' you are promoting the exchange of ideas between arcologies, increasing cultural crossover between your arcology and its neighbors. - @@.yellow;[[Repeal|Policies][$CulturalOpenness = 0]]@@ - <<elseif $CulturalOpenness == -1>> + @@.yellow;[[Repeal|Policies][$policies.culturalOpenness = 0]]@@ + <<elseif $policies.culturalOpenness == -1>> <br>''Cultural Defensiveness:'' you are doing your best to suppress the exchange of ideas between arcologies, reducing cultural crossover between your arcology and its neighbors. - @@.yellow;[[Repeal|Policies][$CulturalOpenness = 0]]@@ + @@.yellow;[[Repeal|Policies][$policies.culturalOpenness = 0]]@@ <<else>> ''Cultural Openness:'' you will promote the exchange of ideas between arcologies, increasing cultural crossover between your arcology and its neighbors. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$CulturalOpenness = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.culturalOpenness = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br>''Cultural Defensiveness:'' you will do your best to suppress the exchange of ideas between arcologies, reducing cultural crossover between your arcology and its neighbors. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$CulturalOpenness = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$policies.culturalOpenness = -1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <</if>> <</if>> @@ -1382,10 +1393,10 @@ More policies will become available as the arcology develops.// <<else>> <br>''@@.lime;Dependency SMR:@@'' in order to be sold in the arcology, slaves must fail a simple intelligence test. <<if $rep >= 1000>> - @@.green;[[Implement|Policies][$arcologies[0].FSIntellectualDependencySMR = 1, $BasicIntelligenceSMR = 0, $QualityIntelligenceSMR = 0, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ + @@.green;[[Implement|Policies][$arcologies[0].FSIntellectualDependencySMR = 1, $policies.SMR.intelligence.basicSMR = 0, $policies.SMR.intelligence.qualitySMR = 0, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <</if>> <br> //Will help advance Intellectual Dependency// - <<if $BasicIntelligenceSMR != 0 || $QualityIntelligenceSMR != 0>> + <<if $policies.SMR.intelligence.basicSMR != 0 || $policies.SMR.intelligence.qualitySMR != 0>> //and will repeal interfering intelligence regulations// <</if>> <</if>> @@ -1556,11 +1567,11 @@ More policies will become available as the arcology develops.// <br>''@@.lime;Small Details SMR:@@'' in order to be sold in the arcology, slaves must pass height requirements. @@.green;[[Implement|Policies][$arcologies[0].FSPetiteAdmirationSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <br> //Will help advance Petite Admiration// - <<if $BasicHeightSMR > 0 || $AdvancedHeightSMR != 0>> + <<if $policies.SMR.height.basicSMR > 0 || $policies.SMR.height.advancedSMR != 0>> //and will repeal interfering height regulations// - <<set $AdvancedHeightSMR = 0>> - <<if $BasicHeightSMR > 0>> - <<set $BasicHeightSMR = 0>> + <<set $policies.SMR.height.advancedSMR = 0>> + <<if $policies.SMR.height.basicSMR > 0>> + <<set $policies.SMR.height.basicSMR = 0>> <</if>> <</if>> <</if>> @@ -1599,11 +1610,11 @@ More policies will become available as the arcology develops.// <br>''@@.lime;You Must Be This Tall SMR:@@'' in order to be sold in the arcology, slaves must pass height requirements. @@.green;[[Implement|Policies][$arcologies[0].FSStatuesqueGlorificationSMR = 1, cashX(-5000, "policies"), repX(-1000, "policies")]]@@ <br> //Will help advance Statuesque Glorification// - <<if $BasicHeightSMR < 0 || $AdvancedHeightSMR != 0>> + <<if $policies.SMR.height.basicSMR < 0 || $policies.SMR.height.advancedSMR != 0>> //and will repeal interfering height regulations// - <<set $AdvancedHeightSMR = 0>> - <<if $BasicHeightSMR < 0>> - <<set $BasicHeightSMR = 0>> + <<set $policies.SMR.height.advancedSMR = 0>> + <<if $policies.SMR.height.basicSMR < 0>> + <<set $policies.SMR.height.basicSMR = 0>> <</if>> <</if>> <</if>> @@ -1737,7 +1748,7 @@ More policies will become available as the arcology develops.// <</if>> <<if $arcologies[0].FSHedonisticDecadence >= 40>> - <<if !$BasicWeightSMR>> + <<if $policies.SMR.weightSMR == 0>> <<if $arcologies[0].FSHedonisticDecadenceSMR>> <br>''Corpulence SMR:'' in order to be sold in the arcology, slaves must be plump. @@.yellow;[[Repeal|Policies][$arcologies[0].FSHedonisticDecadenceSMR = 0]]@@ diff --git a/src/interaction/slaveInteract.js b/src/interaction/slaveInteract.js index 35bb3f9e210decc2f96a66b22e1d55497c6d8669..2082c83ddf880aff219673abdb2547bc967a39e7 100644 --- a/src/interaction/slaveInteract.js +++ b/src/interaction/slaveInteract.js @@ -979,7 +979,7 @@ App.UI.SlaveInteract.useSlaveDisplay = function(slave) { if (!(slave.chastityPenis)) { sexOptions.push({text: `Grope ${his} dick`, scene: `FondleDick`}); if (canPenetrate(slave)) { - if (V.sexualOpeness === 1 || slave.toyHole === "dick") { + if (V.policies.sexualOpeness === 1 || slave.toyHole === "dick") { sexOptions.push({text: `Ride ${his} dick`, scene: `FDick`}); } } @@ -1171,7 +1171,7 @@ App.UI.SlaveInteract.useSlaveDisplay = function(slave) { sexOptions.push({text: `Talk to ${him} about relationships`, goto: `Matchmaking`, update: {subSlave: 0}}); } let ML = V.marrying.length; - if ((V.MixedMarriage === 1 || V.cheatMode === 1) && slave.relationship !== 5 && slave.relationship !== -3) { + if ((V.policies.mixedMarriage === 1 || V.cheatMode === 1) && slave.relationship !== 5 && slave.relationship !== -3) { if (V.marrying.includes(slave.ID)) { sexOptions.push({text: `Marry ${him}`, disabled: `You are already marrying ${him} this weekend`}); } else { diff --git a/src/js/assayJS.js b/src/js/assayJS.js index 6067735b0ea35ae698c0a5b24b5b9d709f287ae2..6bcff58fde64c54c83fffa025ce4bd97e834194e 100644 --- a/src/js/assayJS.js +++ b/src/js/assayJS.js @@ -1818,26 +1818,26 @@ globalThis.retirementReady = function(slave) { } // retirement by age - if (V.PhysicalRetirementAgePolicy !== 1 && slave.actualAge >= V.retirementAge) { + if (V.policies.retirement.physicalAgePolicy === 0 && slave.actualAge >= V.retirementAge) { return true; - } else if (V.PhysicalRetirementAgePolicy === 1 && slave.physicalAge >= V.retirementAge) { + } else if (V.policies.retirement.physicalAgePolicy === 1 && slave.physicalAge >= V.retirementAge) { return true; } // retirement by milestone - if (V.SexMilestoneRetirement === 1 && (slave.counter.oral + slave.counter.anal + slave.counter.vaginal + slave.counter.penetrative + slave.counter.mammary) > V.retirementSex) { + if (V.policies.retirement.sex > 0 && (slave.counter.oral + slave.counter.anal + slave.counter.vaginal + slave.counter.penetrative + slave.counter.mammary) > V.policies.retirement.sex) { return true; } - if (V.MilkMilestoneRetirement === 1 && slave.counter.milk > V.retirementMilk) { + if (V.policies.retirement.milk > 0 && slave.counter.milk > V.policies.retirement.milk) { return true; } - if (V.CumMilestoneRetirement === 1 && slave.counter.cum > V.retirementCum) { + if (V.policies.retirement.cum > 0 && slave.counter.cum > V.policies.retirement.cum) { return true; } - if (V.BirthsMilestoneRetirement === 1 && slave.counter.births > V.retirementBirths) { + if (V.policies.retirement.births > 0 && slave.counter.births > V.policies.retirement.births) { return true; } - if (V.KillsMilestoneRetirement === 1 && slave.counter.pitKills > V.retirementKills) { + if (V.policies.retirement.kills > 0 && slave.counter.pitKills > V.policies.retirement.kills) { return true; } diff --git a/src/js/economyJS.js b/src/js/economyJS.js index 34da091ff4ba7f6884c0c36ad680bc213a0a651b..1971d8cf6dfd230346faca46fa88896417135fd9 100644 --- a/src/js/economyJS.js +++ b/src/js/economyJS.js @@ -717,7 +717,7 @@ globalThis.calculateCosts = (function() { } function getMenialRetirementCosts() { - return (State.variables.citizenRetirementMenials === 1) ? State.variables.menials * 2 : 0; + return (V.policies.retirement.menial2Citizen === 1) ? State.variables.menials * 2 : 0; } // policy and other expenses @@ -786,23 +786,19 @@ globalThis.calculateCosts = (function() { function getPolicyCosts() { let costs = 0; - const policyCost = State.variables.policyCost; - if (State.variables.alwaysSubsidizeGrowth === 1) { - costs += policyCost; + if (V.policies.alwaysSubsidizeGrowth === 1) { + costs += policies.cost(); } - if (State.variables.alwaysSubsidizeRep === 1) { - costs += policyCost; + if (V.policies.alwaysSubsidizeRep === 1) { + costs += policies.cost(); } - if (State.variables.RegularParties === 1) { - costs += policyCost; + if (V.policies.regularParties === 1) { + costs += policies.cost(); } - if (State.variables.ProImmigrationCash === 1) { - costs += policyCost; + if (V.policies.immmigrationCash !== 0) { + costs += policies.cost(); } - if (State.variables.AntiEnslavementCash === 1) { - costs += policyCost; - } - if (State.variables.CoursingAssociation === 1) { + if (V.policies.coursingAssociation === 1) { costs += 1000; } return costs; @@ -1245,11 +1241,11 @@ globalThis.getSlaveCostArray = function(s) { } // Retirement account - if (State.variables.citizenRetirementMenials === 1 && State.variables.CitizenRetirement === 0) { + if (V.policies.retirement.menial2Citizen === 1 && V.policies.retirement.fate !== "citizen") { retval.push({text: "Retirement account payments for menials", value: 2}); } - if (State.variables.CitizenRetirement === 1) { + if (V.policies.retirement.fate === "citizen") { retval.push({text: "Retirement account payments", value: 250}); } diff --git a/src/js/slaveCostJS.js b/src/js/slaveCostJS.js index 000d4d9ff23fd757c0c3454585975359a9f28c0e..8746c0a8ad9c3b97e57acf3a8de15451be901e3a 100644 --- a/src/js/slaveCostJS.js +++ b/src/js/slaveCostJS.js @@ -10,37 +10,42 @@ globalThis.minimumSlaveCost = function() { value -= 1000; } - const SMR = [ - 'BasicSMR', 'HealthInspectionSMR', 'EducationSMR', - 'FrigiditySMR', 'HonestySMR', - 'IntelligenceEugenicsSMR', 'HeightEugenicsSMR', 'FaceEugenicsSMR' - ]; - - for (const key of SMR) { - if (V[key]) { - value += 500; - } + if (V.policies.SMR.basicSMR === 1) { + value += 500; + } + if (V.policies.SMR.healthInspectionSMR === 1) { + value += 500; + } + if (V.policies.SMR.educationSMR === 1) { + value += 500; + } + if (V.policies.SMR.frigiditySMR === 1) { + value += 500; } + if (V.policies.SMR.honestySMR === 1) { + value += 500; + } + value += policies.countEugenicsSMRs() * 500; - if (V.BasicWeightSMR) { + if (V.policies.SMR.weightSMR === 1) { value += 3000; } - if (V.BasicBeautySMR) { + if (V.policies.SMR.beauty.basicSMR === 1) { value += 3000; } - if (V.QualityBeautySMR) { + if (V.policies.SMR.beauty.qualitySMR === 1) { value += 10000; } - if (V.BasicHeightSMR) { + if (V.policies.SMR.height.basicSMR !== 0) { value += 5000; } - if (V.AdvancedHeightSMR) { + if (V.policies.SMR.height.advancedSMR !== 0) { value += 10000; } - if (V.BasicIntelligenceSMR) { + if (V.policies.SMR.intelligence.basicSMR === 1) { value += 2000; } - if (V.QualityIntelligenceSMR) { + if (V.policies.SMR.intelligence.qualitySMR === 1) { value += 10000; } @@ -51,7 +56,6 @@ globalThis.minimumSlaveCost = function() { 'FSHedonisticDecadenceSMR', 'FSEgyptianRevivalistSMR', 'FSEdoRevivalistSMR', 'FSArabianRevivalistSMR', 'FSChineseRevivalistSMR' ]; - for (const key of FS) { if (V.arcologies[0][key]) { value += 500; @@ -401,9 +405,11 @@ globalThis.BeautyArray = (function() { adjustBeauty("Skilled: Slave Professionalism", ((arcology.FSSlaveProfessionalism / 50) * ((slave.skill.entertainment + slave.skill.whoring + slave.skill.oral + slave.skill.anal + slave.skill.vaginal) / 100))); /* 10 */ } if (arcology.FSYouthPreferentialist !== "unset") { - adjustBeauty("Age: Youth Preferentialist", ((30 - slave.visualAge) / (30 - V.minimumSlaveAge) * ((arcology.FSYouthPreferentialist / 2) + (arcology.FSYouthPreferentialistLaw * 10)))); /* max 60 */ + if (V.retirementAge <= 60) { + adjustBeauty("Age: Youth Preferentialist", ((30 - slave.visualAge) / (30 - V.minimumSlaveAge) * ((arcology.FSYouthPreferentialist / 2) + (arcology.FSYouthPreferentialistLaw * 10)))); /* max 60 */ + } } else if (arcology.FSMaturityPreferentialist !== "unset") { - if (V.retirementAge > 30) { + if (between(V.retirementAge, 30, 60)) { adjustBeauty("Age: Maturity Preferentialist", ((30 - slave.visualAge) / (30 - V.retirementAge) * ((arcology.FSMaturityPreferentialist / 2) + (arcology.FSMaturityPreferentialistLaw * 10)))); /* max 60, problems if retirementAge is 30 or under */ } } @@ -2658,12 +2664,11 @@ globalThis.slaveCostBeauty = (function() { if (slave.indenture > -1) { multiplier -= 0.1 * slave.indentureRestrictions; multiplier -= (260 - slave.indenture) / 260; - } else if (V.seeAge === 1) { - if (slave.actualAge >= (V.retirementAge - 5) && V.PhysicalRetirementAgePolicy !== 1) { - multiplier *= (V.retirementAge - slave.actualAge) / 5; - } - if (slave.physicalAge >= (V.retirementAge - 5) && V.PhysicalRetirementAgePolicy === 1) { + } else if (V.seeAge === 1 && slave.actualAge >= (V.retirementAge - 5)) { + if (V.policies.retirement.physicalAgePolicy === 0) { multiplier *= (V.retirementAge - slave.actualAge) / 5; + } else { + multiplier *= (V.retirementAge - slave.physicalAge) / 5; } } } diff --git a/src/js/slaveGenerationJS.js b/src/js/slaveGenerationJS.js index 2c37aaf9c085ea319206e921a3c25cbe01f17a0d..c724790fe76adb713cb7c4590cfea0e3686f73dd 100644 --- a/src/js/slaveGenerationJS.js +++ b/src/js/slaveGenerationJS.js @@ -1353,7 +1353,7 @@ globalThis.checkForGingering = function() { V.gingeringDetected = 0; V.gingeringDetection = 0; V.toSearch = V.activeSlave.origin; - if (V.applyLaw === 1 && V.HonestySMR === 1) { + if (V.applyLaw === 1 && V.policies.SMR.honestySMR === 1) { /* SMR prohibits gingering and is enforced for this slave - do nothing */ } else if (V.activeSlave.indenture > 0) { /* indentured servants cannot be gingered */ diff --git a/src/npc/interaction/fDick.tw b/src/npc/interaction/fDick.tw index 092175257cd741b8bafb052344e4923a407c19cf..18af069c27870fca63db405ae769b0b598513383 100644 --- a/src/npc/interaction/fDick.tw +++ b/src/npc/interaction/fDick.tw @@ -262,7 +262,7 @@ <<= knockMeUp($PC, _pregChance, 0, getSlave($AS).ID)>> <</if>> <</if>> -<<if $sexualOpeness == 0>> +<<if $policies.sexualOpeness == 0>> Rumors spread that you @@.red;enjoy taking it from slaves.@@ <<set $PC.degeneracy += 2>> <</if>> diff --git a/src/npc/interaction/passage/birthStorm.tw b/src/npc/interaction/passage/birthStorm.tw index 9189ee0bc0996418b7ebd77d74415534e053e6a3..875295dd9a775b44fd8363a7b677ddf9f015d56d 100644 --- a/src/npc/interaction/passage/birthStorm.tw +++ b/src/npc/interaction/passage/birthStorm.tw @@ -374,7 +374,7 @@ The remote surgery allows the removal of the pregnancy generator through convent <<set $nextButton = "Back">><<UpdateNextButton>> /* unlock Continue button */ <</link>> //Will cost <<print cashFormat(500)>> weekly// - <<if $Cash4Babies == 1>> + <<if $policies.cash4Babies == 1>> <br><<link "... sold at auction.">> <<replace #_disposition>> <<if getSlave($AS).prestige > 1 || getSlave($AS).porn.prestige > 2>> diff --git a/src/npc/interaction/passage/csec.tw b/src/npc/interaction/passage/csec.tw index 9af9de266c65857977bfc43f762e04ab5e89d25e..d7ce578f8702cb520859a05e76dca23422e66543 100644 --- a/src/npc/interaction/passage/csec.tw +++ b/src/npc/interaction/passage/csec.tw @@ -346,7 +346,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. << <<set $nextButton = "Back">><<UpdateNextButton>> /* unlock Continue button */ <</link>> //Will cost <<print cashFormat(500)>> weekly// - <<if $Cash4Babies == 1>> + <<if $policies.cash4Babies == 1>> <br><<link "... sold at auction.">> <<replace #_disposition>> <<if getSlave($AS).prestige > 1 || getSlave($AS).porn.prestige > 2>> diff --git a/src/personalAssistant/assistantOptions.tw b/src/personalAssistant/assistantOptions.tw index 6fd3131b26a4d0227cf2e0296dfe17d3cab15d73..ba4862b23a3f8b03d5dd59a18d0fbdb62a7eded3 100644 --- a/src/personalAssistant/assistantOptions.tw +++ b/src/personalAssistant/assistantOptions.tw @@ -121,7 +121,7 @@ Seated at your desk, you glance at the visual representation of <div id="appearance" class="tabcontent"> <div class="content"> _HeA is currently using the ''$assistant.appearance'' avatar, which <<set _seed = []>> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<switch $assistant.appearance>> <<case "businesswoman">> <<if $arcologies[0].FSSubjugationist != "unset">> <<set _seed.push($arcologies[0].FSSubjugationistRace + " subjugation")>> <</if>> @@ -326,7 +326,7 @@ Seated at your desk, you glance at the visual representation of <<else>> has no impact on public opinion. <</if>> - <<elseif $PAPublic == 0>> + <<elseif $policies.publicPA == 0>> has no impact on public opinion. <</if>> <br> @@ -335,7 +335,7 @@ Seated at your desk, you glance at the visual representation of <br> <</if>> <<if $assistant.appearance != "businesswoman">> [[Businesswoman|Personal assistant options][$assistant.appearance = "businesswoman"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSSubjugationist != "unset">> <<set _seed.push($arcologies[0].FSSubjugationistRace + " subjugation")>> <</if>> <<if $arcologies[0].FSDegradationist != "unset">> <<set _seed.push("degradationism")>> <</if>> @@ -363,7 +363,7 @@ Seated at your desk, you glance at the visual representation of <</if>> <<if $seePreg != 0>> <<if $assistant.appearance != "goddess">> [[Goddess|Personal assistant options][$assistant.appearance = "goddess"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> <<set _seed.push("paternalism")>> <</if>> @@ -393,7 +393,7 @@ Seated at your desk, you glance at the visual representation of <</if>> <</if>> <<if $assistant.appearance != "amazon">> [[Amazon|Personal assistant options][$assistant.appearance = "amazon"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSSupremacist != "unset">> <<set _seed.push($arcologies[0].FSSupremacistRace + " supremacy")>> <</if>> <<if $arcologies[0].FSSubjugationist != "unset">> <<set _seed.push($arcologies[0].FSSubjugationistRace + " subjugation")>> <</if>> @@ -418,7 +418,7 @@ Seated at your desk, you glance at the visual representation of <br> <</if>> <<if $assistant.appearance != "schoolgirl">> [[Schoolgirl|Personal assistant options][$assistant.appearance = "schoolgirl"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> <<set _seed.push("paternalism")>> <</if>> @@ -445,7 +445,7 @@ Seated at your desk, you glance at the visual representation of <</if>> <<if $seeDicks != 0>> <<if $assistant.appearance != "monstergirl">> [[Monstergirl|Personal assistant options][$assistant.appearance = "monstergirl"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSSupremacist != "unset">> <<set _seed.push($arcologies[0].FSSupremacistRace + " supremacy")>> <</if>> <<if $arcologies[0].FSGenderRadicalist != "unset">> <<set _seed.push("gender radicalism")>> <</if>> @@ -469,7 +469,7 @@ Seated at your desk, you glance at the visual representation of <br> <</if>> <<if $assistant.appearance != "shemale">> [[Shemale|Personal assistant options][$assistant.appearance = "shemale"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSGenderRadicalist != "unset">> <<set _seed.push("gender radicalism")>> <</if>> <<if $arcologies[0].FSTransformationFetishist != "unset">> <<set _seed.push("transformation fetishism")>> <</if>> @@ -496,7 +496,7 @@ Seated at your desk, you glance at the visual representation of <</if>> <<if $seePreg != 0>> <<if $assistant.appearance != "hypergoddess" && $seeHyperPreg == 1>> [[Hyper Goddess|Personal assistant options][$assistant.appearance = "hypergoddess"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> <<set _seed.push("paternalism")>> <</if>> @@ -520,7 +520,7 @@ Seated at your desk, you glance at the visual representation of <</if>> <</if>> <<if $assistant.appearance != "loli" && $minimumSlaveAge < 13>> [[Loli|Personal assistant options][$assistant.appearance = "loli"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> <<set _seed.push("paternalism")>> <</if>> @@ -546,7 +546,7 @@ Seated at your desk, you glance at the visual representation of <</if>> <<if $seePreg != 0>> <<if $assistant.appearance != "preggololi" && $fertilityAge < 13 && $minimumSlaveAge < 13>> [[Preggololi|Personal assistant options][$assistant.appearance = "preggololi"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> <<set _seed.push("paternalism")>> <</if>> @@ -571,7 +571,7 @@ Seated at your desk, you glance at the visual representation of <</if>> <</if>> <<if $assistant.appearance != "fairy">> [[Fairy|Personal assistant options][$assistant.appearance = "fairy"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> <<set _seed.push("paternalism")>> <</if>> @@ -593,7 +593,7 @@ Seated at your desk, you glance at the visual representation of <</if>> <<if $seePreg != 0>> <<if $assistant.appearance != "pregnant fairy">> [[Pregnant Fairy|Personal assistant options][$assistant.appearance = "pregnant fairy"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> <<set _seed.push("paternalism")>> <</if>> @@ -617,7 +617,7 @@ Seated at your desk, you glance at the visual representation of <</if>> <<if def $assistant.Extra1>> <<if $assistant.appearance != "slimegirl">> [[Slime Girl|Personal assistant options][$assistant.appearance = "slimegirl"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if _seed.length > 0>> <<set _desc = "">> @@ -634,7 +634,7 @@ Seated at your desk, you glance at the visual representation of <br> <</if>> <<if $assistant.appearance != "cowgirl">> [[Cow Girl|Personal assistant options][$assistant.appearance = "cowgirl"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if _seed.length > 0>> <<set _desc = "">> @@ -651,7 +651,7 @@ Seated at your desk, you glance at the visual representation of <br> <</if>> <<if $assistant.appearance != "harpygirl">> [[Harpy Girl|Personal assistant options][$assistant.appearance = "harpygirl"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if _seed.length > 0>> <<set _desc = "">> @@ -668,7 +668,7 @@ Seated at your desk, you glance at the visual representation of <br> <</if>> <<if $assistant.appearance != "kitsunegirl">> [[Kitsune|Personal assistant options][$assistant.appearance = "kitsunegirl"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if _seed.length > 0>> <<set _desc = "">> @@ -685,7 +685,7 @@ Seated at your desk, you glance at the visual representation of <br> <</if>> <<if $assistant.appearance != "lamiagirl">> [[Lamia|Personal assistant options][$assistant.appearance = "lamiagirl"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if _seed.length > 0>> <<set _desc = "">> @@ -702,7 +702,7 @@ Seated at your desk, you glance at the visual representation of <br> <</if>> <<if $assistant.appearance != "spidergirl">> [[Spider Girl|Personal assistant options][$assistant.appearance = "spidergirl"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if _seed.length > 0>> <<set _desc = "">> @@ -721,7 +721,7 @@ Seated at your desk, you glance at the visual representation of <</if>> <<if def $assistant.Extra2>> <<if $assistant.appearance != "angel">> [[Angel|Personal assistant options][$assistant.appearance = "angel"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSRestart != "unset">> <<set _seed.push("eugenics")>> <</if>> <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>> @@ -746,7 +746,7 @@ Seated at your desk, you glance at the visual representation of <br> <</if>> <<if $assistant.appearance != "cherub">> [[Cherub|Personal assistant options][$assistant.appearance = "cherub"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> <<set _seed.push("paternalism")>> <</if>> @@ -770,7 +770,7 @@ Seated at your desk, you glance at the visual representation of <</if>> <<if $seeDicks != 0>> <<if $assistant.appearance != "incubus">> [[Incubus|Personal assistant options][$assistant.appearance = "incubus"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSRestart != "unset">> <<set _seed.push("eugenics")>> <</if>> <<if $arcologies[0].FSGenderRadicalist != "unset">> <<set _seed.push("gender radicalism")>> <</if>> @@ -808,7 +808,7 @@ Seated at your desk, you glance at the visual representation of <</if>> <</if>> <<if $assistant.appearance != "succubus">> [[Succubus|Personal assistant options][$assistant.appearance = "succubus"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSSupremacist != "unset">> <<set _seed.push($arcologies[0].FSSupremacistRace + " supremacy")>> <</if>> <<if $arcologies[0].FSRepopulationFocus != "unset">> <<set _seed.push("repopulationism")>> <</if>> @@ -851,7 +851,7 @@ Seated at your desk, you glance at the visual representation of <br> <</if>> <<if $assistant.appearance != "imp">> [[Imp|Personal assistant options][$assistant.appearance = "imp"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSSubjugationist != "unset">> <<set _seed.push($arcologies[0].FSSubjugationistRace + " subjugation")>> <</if>> <<if $arcologies[0].FSDegradationist != "unset">> <<set _seed.push("degradationism")>> <</if>> @@ -875,7 +875,7 @@ Seated at your desk, you glance at the visual representation of <br> <</if>> <<if $assistant.appearance != "witch">> [[Bonus: Witch|Personal assistant options][$assistant.appearance = "witch"]] - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSRepopulationFocus != "unset">> <<set _seed.push("repopulationism")>> <</if>> <<if $arcologies[0].FSRestart != "unset">> <<set _seed.push("eugenics")>> <</if>> @@ -908,7 +908,7 @@ Seated at your desk, you glance at the visual representation of <br> <</if>> <<if $assistant.appearance != "ERROR_1606_APPEARANCE_FILE_CORRUPT">> @@.link;WARNING! File c@@[[o|Personal assistant options][$assistant.appearance = "ERROR_1606_APPEARANCE_FILE_CORRUPT"]]@@.link;rrupt!@@ - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<set _seed = []>> <<if $arcologies[0].FSTransformationFetishist != "unset">> <<set _seed.push("transformation fetishism")>> <</if>> <<if _seed.length > 0>> diff --git a/src/pregmod/FCTV/seFCTVshows.tw b/src/pregmod/FCTV/seFCTVshows.tw index fa510ab079c61a5a96d7417efcb5890d60dab99f..a62554ae127733772f746e24447d2be8f2340f2e 100644 --- a/src/pregmod/FCTV/seFCTVshows.tw +++ b/src/pregmod/FCTV/seFCTVshows.tw @@ -674,7 +674,7 @@ surging Repopulation movement: "Continuing the Dream". After the opening credits, the documentary introduces a young and extremely pregnant woman as the commentator. The program makes an impassioned argument about the need for a new generation of citizens and slaves that were born into the dream of the Free Cities. The woman is wearing semi-conservative business attire, and has on elegant makeup. She looks somewhat plain when compared to the hyper-sexualized style of other FCTV shows, though she does make it plain over the course of the program that she loves sex more than ever. She tends to use herself as an example to show that pregnancy no longer means limitations or sacrifice, instead emphasizing that she's on her fifth pregnancy and would rather be with child than without. <br><br>The woman makes two main points during the course of the documentary. The first is that the combined population of the Free Cities needs to grow explosively for 'Free City Society' to become stable. She points out several economic reasons, including the drive to invest in research and infrastructure. She has interviews with experts explaining the need for independence; that the Free Cities are still dependent on the old world industrially and financially, and that the population must expand dramatically to avoid going down with the metaphorical ship. The more Free Cities there are, the more they become free and independent of the old world. <br><br>The second point concerns the source of the new citizens and slaves that the Free Cities need. Her arguments concerning citizens focus on the unique culture of the Free Cities, and the direction that the future society will take. She points out that immigrants from the old world are rooted in its decaying culture. She asks her viewers how long it took them to adapt to their new lives, and how often they find themselves doubting their new home subconsciously. She admits that even she sometimes finds something wrong or repulsive, until she realizes that it's the ghost of her past life clinging to her. A noted psychologist talks about the strong hold people's earlier lives has on them, and how developing the promise of the Free Cities will need a generation untainted by the old world. The documentary's argument for slaves largely comes down to the fact that second-generation slaves are happier, better adjusted, and simply better slaves. - <<if $IntelligenceEugenicsSMR != 0 || $HeightEugenicsSMR != 0 || $FaceEugenicsSMR != 0>> + <<if policies.countEugenicsSMRs() > 0>> It also points out the practical problems that the mass importation of slaves will cause in the gene pool. <</if>> <br><br>Overall, it's a convincing documentary, if a little too emotional for your tastes. @@ -819,7 +819,7 @@ surging Repopulation movement: "Continuing the Dream". After the opening credits, the documentary introduces a young and extremely pregnant woman as the commentator. The program makes an impassioned argument about the need for a new generation of citizens and slaves that were born into the dream of the Free Cities. The woman is wearing semi-conservative business attire, and has on elegant makeup. She looks somewhat plain when compared to the hyper-sexualized style of other FCTV shows, though she does make it plain over the course of the program that she loves sex more than ever. She tends to use herself as an example to show that pregnancy no longer means limitations or sacrifice, instead emphasizing that she's on her fifth pregnancy and would rather be with child than without. <br><br>The woman makes two main points during the course of the documentary. The first is that the combined population of the Free Cities needs to grow explosively for 'Free City Society' to become stable. She points out several economic reasons, including the drive to invest in research and infrastructure. She has interviews with experts explaining the need for independence; that the Free Cities are still dependent on the old world industrially and financially, and that the population must expand dramatically to avoid going down with the metaphorical ship. The more Free Cities there are, the more they become free and independent of the old world. <br><br>The second point concerns the source of the new citizens and slaves that the Free Cities need. Her arguments concerning citizens focus on the unique culture of the Free Cities, and the direction that the future society will take. She points out that immigrants from the old world are rooted in its decaying culture. She asks her viewers how long it took them to adapt to their new lives, and how often they find themselves doubting their new home subconsciously. She admits that even she sometimes finds something wrong or repulsive, until she realizes that it's the ghost of her past life clinging to her. A noted psychologist talks about the strong hold people's earlier lives has on them, and how developing the promise of the Free Cities will need a generation untainted by the old world. The documentary's argument for slaves largely comes down to the fact that second-generation slaves are happier, better adjusted, and simply better slaves. - <<if $IntelligenceEugenicsSMR != 0 || $HeightEugenicsSMR != 0 || $FaceEugenicsSMR != 0>> + <<if policies.countEugenicsSMRs() > 0>> It also points out the practical problems that the mass importation of slaves will cause in the gene pool. <</if>> <br><br>Overall, it's a convincing documentary, if a little too emotional for your tastes. @@ -1333,13 +1333,13 @@ You've never had a more hope-filled orgasm. <<elseif $PC.vagina >= 1>> Stunned and soaking wet, you hurry to - <<if $Concubine != 0 && canPenetrate($Concubine) && canImpreg($PC, $Concubine) && ($sexualOpeness == 1 || $Concubine.toyHole == "dick")>> + <<if $Concubine != 0 && canPenetrate($Concubine) && canImpreg($PC, $Concubine) && ($policies.sexualOpeness == 1 || $Concubine.toyHole == "dick")>> <<setLocalPronouns $Concubine>> get $Concubine.slaveName nice and hard before recreating the entire ending with $him. You've never had a more hope-filled orgasm. <<= knockMeUp($PC, 10, 0, $Concubine.ID, 1)>> <<set _fctvs = $slaveIndices[$Concubine.ID]>> <<set $slaves[_fctvs].counter.penetrative++, $penetrativeTotal++>> - <<elseif $sexualOpeness == 1>> + <<elseif $policies.sexualOpeness == 1>> find your favorite cock to get a creampie from. You've never had a more lust-filled orgasm. <<else>> find your favorite squirt dildo to creampie yourself with. You've never had a more lust-filled orgasm. @@ -1672,4 +1672,4 @@ <</if>> <<default>> It seems there's a technical error preventing you from streaming; you tell $assistant.name to look into it. -<</switch>> \ No newline at end of file +<</switch>> diff --git a/src/pregmod/seBurst.tw b/src/pregmod/seBurst.tw index 46c1efee37c91dc9a3c2daf396c11b0ed4c4910a..2e8ba0288d4fd1efb411640d2ed1e2137119c83b 100644 --- a/src/pregmod/seBurst.tw +++ b/src/pregmod/seBurst.tw @@ -251,7 +251,7 @@ <</replace>> <</link>> //Will cost <<print cashFormat(500)>> weekly// - <<if $Cash4Babies == 1>> + <<if $policies.cash4Babies == 1>> <br><<link "Send them to auction">> <<replace `"#" + $dispositionId`>> <<if $activeSlave.prestige > 1 || $activeSlave.porn.prestige > 2>> diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw index 81d4b8e19bc548269bc4a3ca5fb5b5ffa4de2d3a..6e863effbbaeccb1363efc21775890b7c26b3d3c 100644 --- a/src/pregmod/sePlayerBirth.tw +++ b/src/pregmod/sePlayerBirth.tw @@ -521,7 +521,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin <</if>> <</if>> <</if>> - <<if $Cash4Babies == 1>> + <<if $policies.cash4Babies == 1>> <<set _seed = random(1,10)>> Alternatively, since it is @@.orange;legal to sell slave babies,@@ your child should be worth quite a pretty ¤ at auction. <</if>> @@ -541,7 +541,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin <<if $arcologies[0].FSRepopulationFocus > 40>> | <<link "Breeding School">><<replace "#choice">><<print "You have decided to send them to be raised into a proper breeder. Perhaps you'll even see them again, though it's unlikely you'll recognize them with their reproduction focused body.">><</replace>><<set $breederOrphanageTotal += _curBabies>><</link>> <</if>> - <<if $Cash4Babies == 1>> + <<if $policies.cash4Babies == 1>> | <<link "Auction Them">><<replace "#choice">><<print "You send the child<<if _curBabies > 1>>ren<</if>> to be sold at auction amongst other prestigious slaves. The winning bid for your offspring came in at @@.yellowgreen;<<print cashFormat(1000*_seed*_curBabies)>>.@@">><</replace>><<run cashX((1000*_seed*_curBabies), "babyTransfer")>><</link>> <</if>> <<if (($eliteFail > 0 || $eugenicsFullControl > 0) && $PC.pregSource == -1) || $PC.pregSource == -6>> diff --git a/src/pregmod/widgets/bodySwapReaction.tw b/src/pregmod/widgets/bodySwapReaction.tw index 395ceb483e94148745fd104ba42b6e0508dda809..f31639af2f0d47012a95a55545ffb72c9fa9fb8b 100644 --- a/src/pregmod/widgets/bodySwapReaction.tw +++ b/src/pregmod/widgets/bodySwapReaction.tw @@ -884,14 +884,14 @@ Now you only have to wait for $him to wake up. This is disturbing to $him on a fundamental level, <<if $args[0].devotion > 50>> as that means $he will now will have less time with you before the end of $his - <<if $PhysicalRetirementAgePolicy == 1>> + <<if $policies.retirement.physicalAgePolicy == 1>> service and <</if>> life. $He does $his best to shrug this off and tries to think of all the fun things a lewd older body can do. <<else>> as that means $he will be @@.mediumorchid;unable to spend as much time on this earth.@@ <<set $args[0].devotion -= ($args[0].physicalAge-$args[1].physicalAge)*2>> - <<if $PhysicalRetirementAgePolicy == 1>> + <<if $policies.retirement.physicalAgePolicy == 1>> On the other hand, it means $he won't have as much time to spend with you before $he is retired. <<else>> This is compounded with the fact that $he @@.gold;may well die before $he becomes a freed slave.@@ @@ -909,14 +909,14 @@ Now you only have to wait for $him to wake up. $He starts as $he <<if canSee($args[0])>>sees<<else>>discovers<</if>> that $he is @@.red;now older than $he once was.@@ This is disturbing to $him on a fundamental level, <<if $args[0].devotion > 50>> as that means $he will now will have less time with you before the end of $his - <<if $PhysicalRetirementAgePolicy == 1>> + <<if $policies.retirement.physicalAgePolicy == 1>> service and <</if>> life. $He does $his best to shrug this off and tries to think of all the fun things a lewd older body can do. <<else>> as that means $he will be @@.mediumorchid;unable to spend as much time on this earth.@@ <<set $args[0].devotion -= ($args[0].physicalAge-$args[1].physicalAge)*2>> - <<if $PhysicalRetirementAgePolicy == 1>> + <<if $policies.retirement.physicalAgePolicy == 1>> On the other hand, it means $he won't have as much time to spend with you before $he is retired. <<else>> This is compounded with the fact that $he @@.gold;may well die before $he becomes a freed slave.@@ @@ -952,7 +952,7 @@ Now you only have to wait for $him to wake up. This is a @@.hotpink;wonderful gift to $him,@@ as $he will now be able to <<set $args[0].devotion += Math.max($args[1].physicalAge-$args[0].physicalAge, 10)>> <</if>> - <<if $PhysicalRetirementAgePolicy == 1>> + <<if $policies.retirement.physicalAgePolicy == 1>> spend more time with you before the end of $his service. <<else>> service you better, as well as have all the other benefits of youthful age. @@ -964,7 +964,7 @@ Now you only have to wait for $him to wake up. This is both a @@.hotpink;blessing@@ and a @@.gold;curse,@@ as while $he now has a younger and healthier body, $he must also <<set $args[0].devotion += Math.max($args[1].physicalAge-$args[0].physicalAge, 10), $args[0].trust -= 5>> <</if>> - <<if $PhysicalRetirementAgePolicy == 1>> + <<if $policies.retirement.physicalAgePolicy == 1>> spend more time with you before the end of $his service. <<else>> use all of $his youth for the benefit of $his master instead of $himself. @@ -2363,14 +2363,14 @@ Now you only have to wait for $him to wake up. This is disturbing to $him on a fundamental level, <<if $args[0].devotion > 50>> as that means $he will now will have less time with you before the end of $his - <<if $PhysicalRetirementAgePolicy == 1>> + <<if $policies.retirement.physicalAgePolicy == 1>> service and <</if>> life. $He does $his best to shrug this off and tries to think of all the fun things a lewd older body can do. <<else>> as that means $he will be @@.mediumorchid;unable to spend as much time on this earth.@@ <<set $args[0].devotion -= ($args[0].physicalAge-$args[1].physicalAge)*2>> - <<if $PhysicalRetirementAgePolicy == 1>> + <<if $policies.retirement.physicalAgePolicy == 1>> On the other hand, it means $he won't have as much time to spend with you before $he is retired. <<else>> This is compounded with the fact that $he @@.gold;may well die before $he becomes a freed slave.@@ @@ -2388,14 +2388,14 @@ Now you only have to wait for $him to wake up. $He starts as $he <<if canSee($args[0])>>sees<<else>>discovers<</if>> that $he is @@.red;now older than $he once was.@@ This is disturbing to $him on a fundamental level, <<if $args[0].devotion > 50>> as that means $he will now will have less time with you before the end of $his - <<if $PhysicalRetirementAgePolicy == 1>> + <<if $policies.retirement.physicalAgePolicy == 1>> service and <</if>> life. $He does $his best to shrug this off and tries to think of all the fun things a lewd older body can do. <<else>> as that means $he will be @@.mediumorchid;unable to spend as much time on this earth.@@ <<set $args[0].devotion -= ($args[0].physicalAge-$args[1].physicalAge)*2>> - <<if $PhysicalRetirementAgePolicy == 1>> + <<if $policies.retirement.physicalAgePolicy == 1>> On the other hand, it means $he won't have as much time to spend with you before $he is retired. <<else>> This is compounded with the fact that $he @@.gold;may well die before $he becomes a freed slave.@@ @@ -2431,7 +2431,7 @@ Now you only have to wait for $him to wake up. This is a @@.hotpink;wonderful gift to $him,@@ as $he will now be able to <<set $args[0].devotion += Math.max($args[1].physicalAge-$args[0].physicalAge, 10)>> <</if>> - <<if $PhysicalRetirementAgePolicy == 1>> + <<if $policies.retirement.physicalAgePolicy == 1>> spend more time with you before the end of $his service. <<else>> service you better, as well as have all the other benefits of youthful age. @@ -2443,7 +2443,7 @@ Now you only have to wait for $him to wake up. This is both a @@.hotpink;blessing@@ and a @@.gold;curse,@@ as while $he now has a younger and healthier body, $he must also <<set $args[0].devotion += Math.min($args[1].physicalAge-$args[0].physicalAge, 10), $args[0].trust -= 5>> <</if>> - <<if $PhysicalRetirementAgePolicy == 1>> + <<if $policies.retirement.physicalAgePolicy == 1>> spend more time with you before the end of $his service. <<else>> use all of $his youth for the benefit of $his master instead of $himself. diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index 72a8b22176d67910cb96d445b5da3c8e222da3bd..6e9bf50510b935e3f19c9ef65867dda1b2f0d49d 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -1004,7 +1004,7 @@ All in all, <</replace>> <</link>> //Will cost <<print cashFormat(500)>> weekly// - <<if $Cash4Babies == 1>> + <<if $policies.cash4Babies == 1>> <<if $slaves[$i].prestige > 1 || $slaves[$i].porn.prestige > 2>> <br><<link "Send them to auction">> <<replace `"#" + $dispositionId`>> diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw index 5fba14fec09909a78e4f818f1ecc423d311e1f06..f369a72f3c1cef8d77b4d4da4e268ed40c2e15c2 100644 --- a/src/uncategorized/PESS.tw +++ b/src/uncategorized/PESS.tw @@ -513,7 +513,7 @@ $He sees you examining at $him, and looks back at you submissively, too tired to /* 000-250-006 */ <</replace>> <<set $activeSlave.clothes = _clothesTemp>> - <<if $MixedMarriage == 1 && $activeSlave.relationship == -3 && $arcologies[0].FSPaternalist >= 60>> + <<if $policies.mixedMarriage == 1 && $activeSlave.relationship == -3 && $arcologies[0].FSPaternalist >= 60>> You instruct your slave-<<= $wife>> $activeSlave.slaveName to put on $his best dress and meet you at the door. You spend a nice night out with $him, taking in the sights before heading to a nice restaurant, where you receive the occasional @@.green;admiring glance@@ from your paternalistic citizens. Afterwards, you attend a show at a venue known for its respectful plays acted out by talented slaves, and you conclude the evening by returning to your penthouse to have loving sex in your master bed. When you wake the next morning, you're greeted with a long kiss and @@.hotpink;an adoring look,@@ before $activeSlave.slaveName slides out of bed to begin $his morning duties. <<run repX(500, "event", $activeSlave)>> <<else>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index e0cfebe7a92a1d3c15a5132115d9694001451589..088fb0d0d02dbe128b022a2c03e73f4b0dea4718 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -842,7 +842,7 @@ form. $He's good at this, so you let $him continue; <<if $activeSlave.clothes != limp and submissive for $his <<= WrittenMaster()>>. <<elseif $activeSlave.dick > 0>> rock hard at the prospect of getting - <<if ($activeSlave.toyHole == "dick" || $sexualOpeness == 1) && canPenetrate($activeSlave)>> + <<if ($activeSlave.toyHole == "dick" || $policies.sexualOpeness == 1) && canPenetrate($activeSlave)>> to fuck <<else>> fucked by @@ -6983,7 +6983,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h <</replace>> <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave))>> //This option will take $his anal virginity//<</if>> <</if>> -<<if ($activeSlave.toyHole == "dick" || $sexualOpeness == 1) && canPenetrate($activeSlave)>> +<<if ($activeSlave.toyHole == "dick" || $policies.sexualOpeness == 1) && canPenetrate($activeSlave)>> <br><<link "Invite $him 'in'">> <<replace "#result">> There's a glint <<if canSee($activeSlave)>>in $his eyes as $he sees<<elseif canHear($activeSlave)>>on $his face as $he hears<<else>>on $his face as $he senses<</if>> you stand up from your desk and saunter over; @@ -12051,7 +12051,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h "Plea<<s>>e, would you play with my boob<<s>>, <<Master>>?" $He sticks out $his chest and bounces $his breasts for you, lest you misunderstand. You could play with $his boobs, and you do, managing mammary intercourse several ways. <<run seX($activeSlave, "mammary", $PC, "penetrative", 3)>> <<case "pregnancy">> - <<if ($activeSlave.toyHole == "dick" || $sexualOpeness == 1) && canPenetrate($activeSlave) && $PC.vagina != -1>> + <<if ($activeSlave.toyHole == "dick" || $policies.sexualOpeness == 1) && canPenetrate($activeSlave) && $PC.vagina != -1>> <<if canGetPregnant($PC)>> "Plea<<s>>e, can I try to get you pregnant, <<Master>>?" $His eyes are glued to your middle. You could let $him seed you, and you do, enjoying the feeling of $his hot cum jetting into your fertile pussy. <<if canImpreg($PC, $activeSlave)>> @@ -12088,7 +12088,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h <</if>> <</if>> <<case "dom">> - <<if ($activeSlave.toyHole == "dick" || $sexualOpeness == 1) && canPenetrate($activeSlave)>> + <<if ($activeSlave.toyHole == "dick" || $policies.sexualOpeness == 1) && canPenetrate($activeSlave)>> "Plea<<s>>e, could I bang you, <<Master>>?" $He bounces on $his heels, rock-hard and biting $his lip with anticipation. You could let $him fuck your brains out, and you do, enjoying playing the sub for once. <<run seX($activeSlave, "penetrative", $PC, "vaginal")>> <<if canImpreg($PC, $activeSlave)>> @@ -12105,7 +12105,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h <</if>> <</if>> <<case "sadist">> - <<if ($activeSlave.toyHole == "dick" || $sexualOpeness == 1) && canPenetrate($activeSlave)>> + <<if ($activeSlave.toyHole == "dick" || $policies.sexualOpeness == 1) && canPenetrate($activeSlave)>> "Plea<<s>>e, can I pretend to rape you, <<Master>>?" $His eyes are wild. You could let $him rape you, and you do, pretending to go about your day until $he shoves you onto the couch and roughly fucks your <<if $PC.vagina != -1>> pussy. @@ -12120,7 +12120,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h <</if>> <<run seX($activeSlave, "penetrative", $PC, "vaginal")>> <<case "masochist">> - <<if ($activeSlave.toyHole == "dick" || $sexualOpeness == 1) && canPenetrate($activeSlave)>> + <<if ($activeSlave.toyHole == "dick" || $policies.sexualOpeness == 1) && canPenetrate($activeSlave)>> "Plea<<s>>e, would you rape me, <<Master>>?" $His eyes are hungry. You could rape $him, and you do, throwing $him across the couch and riding $him through so many orgasms that $he begs for mercy. <<run seX($activeSlave, "penetrative", $PC, "vaginal")>> <<if canImpreg($PC, $activeSlave)>> @@ -12689,7 +12689,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h <</if>> $He shrinks away from you involuntarily, but you stroke loving hands down $his temples, the sides of $his neck, and $his upper arms. $He shudders involuntarily, and you can almost feel $him hate $himself through your lip lock. You cock your hips back and to the side, keeping your prick well clear of $him. As far as $he can feel, you're all boobs and feminine lips. <br><br> - <<if $activeSlave.toyHole == "dick" || ($sexualOpeness == 1 && canPenetrate($activeSlave))>> + <<if $activeSlave.toyHole == "dick" || ($policies.sexualOpeness == 1 && canPenetrate($activeSlave))>> You walk forward, pressing $him against the far wall, and then turn yourself around, pinning $him against the wall with your butt<<if $activeSlave.belly >= 5000>>, working your way under $his _belly belly<</if>>. As $he hesitates, wondering what to do about this, you grab $his hands and place them on your <<if $PC.butt >= 5>> enormous, <<if $PC.buttImplant != 0>>beachball cheeks<<else>>wobbling ass<</if>>, @@ -14848,7 +14848,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h <<if $activeSlave.nipples != "fuckable">>the hardness of $his nipples<<else>>how swollen $his nipples are<</if>> in the cool night when the dance brings you close. $He enjoys $himself immensely and in no time at all, $he's meekly asking you to take $him inside and dance with $him on the bed. Naturally, you oblige. <</replace>> <<set $activeSlave.devotion += 3, $activeSlave.trust += 3>> - <<if ($activeSlave.toyHole == "dick" || $sexualOpeness == 1) && canPenetrate($activeSlave)>> + <<if ($activeSlave.toyHole == "dick" || $policies.sexualOpeness == 1) && canPenetrate($activeSlave)>> <<run seX($activeSlave, "penetrative", $PC, "vaginal")>> <<if canImpreg($PC, $activeSlave)>> <<= knockMeUp($PC, 20, 0, $activeSlave.ID)>> diff --git a/src/uncategorized/arcadeReport.tw b/src/uncategorized/arcadeReport.tw index 83d8af3e60e2895c0d38e73302179bafd8de2f4f..8122b65e2d1b1ac8a62fecfdcc3595d08d5e4982 100644 --- a/src/uncategorized/arcadeReport.tw +++ b/src/uncategorized/arcadeReport.tw @@ -204,12 +204,12 @@ <</if>> The arcade makes you - <<if $publicFuckdolls == 0>> + <<if $policies.publicFuckdolls == 0>> @@.yellowgreen;<<print cashFormat(_profits)>>@@ from selling the inmates' holes <<else>> @@.green;more reputable@@ from freely providing the inmates' holes <</if>> - <<if $arcadeUpgradeCollectors > 0 && $publicFuckdolls == 0>> + <<if $arcadeUpgradeCollectors > 0 && $policies.publicFuckdolls == 0>> and <</if>> <<if $arcadeUpgradeCollectors > 0>> diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw index eff56e15bf1d0531b5462cae8a059b6dd769cb9a..2fb07bc4bf41db1d6d9788728b0213d27b0861fb 100644 --- a/src/uncategorized/arcmgmt.tw +++ b/src/uncategorized/arcmgmt.tw @@ -367,7 +367,7 @@ _enslaveChance = 0.2>> <</if>> /*policies*/ -<<if $citizenRetirementMenials == 1>> +<<if $policies.retirement.menial2Citizen == 1>> <<set _slaveDemandU *= 0.8, _slaveDemandT *= 0.75, _slaveProductivity += 0.05, @@ -381,12 +381,12 @@ _enslaveChance = 0.2>> _topClass += -5, _topClassP *= 0.99>> <</if>> -<<if $ProRefugees == 1>> +<<if $policies.proRefugees == 1>> <<set _slaveDemandU *= 1.1, _slaveDemandT *= 1.125>> Some desperate people filtered into the arcology during the week: as owner, you were able to enslave a handful of them. <</if>> -<<if $ProImmigrationCash == 1>> +<<if $policies.immmigrationCash == 1>> <<set _lowerClass += 200, _lowerClassP *= 1.01, _middleClass += 40, @@ -397,7 +397,7 @@ _enslaveChance = 0.2>> _topClass *= 0.99>> The rent promotion for new immigrants brings new citizens to the arcology. <</if>> -<<if $ProImmigrationRep == 1>> +<<if $policies.immmigrationRep == 1>> <<set _lowerClass += 200, _lowerClassP *= 1.01, _middleClass += 40, @@ -409,7 +409,7 @@ _enslaveChance = 0.2>> Your welcome program for new citizens helps encourage wealthy people from the old world to immigrate, but @@.red;annoys some longstanding citizens.@@ <<run repX(forceNeg(100), "policies")>> <</if>> -<<if $AntiImmigrationCash == 1>> +<<if $policies.immmigrationCash == -1>> <<set _lowerClass += -200, _lowerClassP *= 0.99, _middleClass += -40, @@ -421,7 +421,7 @@ _enslaveChance = 0.2>> You covertly @@.yellowgreen;sell@@ the private information of potential arcology immigrants on the old world black market. <<run cashX(random(500,1500), "policies")>> <</if>> -<<if $AntiImmigrationRep == 1>> +<<if $policies.immmigrationRep == -1>> <<set _lowerClass += -200, _lowerClassP *= 0.99, _middleClass += -40, @@ -433,7 +433,7 @@ _enslaveChance = 0.2>> You allow citizens input on potential immigrants, a @@.green;popular@@ program. <<run repX(100, "policies")>> <</if>> -<<if $ProEnslavementCash == 1>> +<<if $policies.enslavementCash == 1>> <<set _slaveDemandU *= 1.1, _slaveDemandT *= 1.125, _lowerClass += -200, @@ -443,7 +443,7 @@ _enslaveChance = 0.2>> You @@.yellowgreen;take kickbacks@@ for ignoring enslavement of citizens. <<run cashX(random(500,1500), "policies")>> <</if>> -<<if $ProEnslavementRep == 1>> +<<if $policies.enslavementRep == 1>> <<set _slaveDemandU *= 1.1, _slaveDemandT *= 1.125, _lowerClass += -200, @@ -453,7 +453,7 @@ _enslaveChance = 0.2>> You @@.green;make friends@@ by tacitly supporting enslavement of upstart citizens. <<run repX(100, "policies")>> <</if>> -<<if $AntiEnslavementCash == 1>> +<<if $policies.enslavementCash == -1>> <<set _slaveDemandU *= 0.9, _slaveDemandT *= 0.875, _lowerClass += 200, @@ -462,7 +462,7 @@ _enslaveChance = 0.2>> _topClass *= 0.98>> Your charity purse prevents a few citizens from falling into slavery. <</if>> -<<if $AntiEnslavementRep == 1>> +<<if $policies.enslavementRep == -1>> <<set _slaveDemandU *= 0.9, _slaveDemandT *= 0.875, _lowerClass += 200, @@ -711,7 +711,7 @@ $menialBioreactors -= _expirationBR>> <</if>> /*Citizens turning into slaves*/ -<<if $citizenRetirementMenials == 1>> +<<if $policies.retirement.menial2Citizen == 1>> <<if $customMenialRetirementAge >= 65>> <<set _banishedRatio = 0.475 - Math.clamp($customMenialRetirementAge / 200, 0.325, 0.475)>> <<else>> @@ -829,7 +829,7 @@ $visitors = Math.trunc((($arcologies[0].prosperity + _FSScore * 5 + _honeymoon) /*slaves*/ /*Slaves getting retired*/ -<<if $citizenRetirementMenials == 1>> +<<if $policies.retirement.menial2Citizen == 1>> <<set _weeklyRetiredMenials = $menials / (($customMenialRetirementAge - 15) * 52), _weeklyRetiredNPCMenials = $NPCSlaves / (($customMenialRetirementAge - 15) * 52)>> /*This implies a minimum menial age of 15. Even if the player sets minimum ages lower, there's no point having a 3 year old menial slave. 15 seems alright while being nice and round. This also implies ages are distributed evenly, no easy way around that.*/ <<if _weeklyRetiredMenials > 1>> @@ -973,7 +973,7 @@ _SCD = Math.trunc(($upperClass * (2 + _slaveDemandU)) + ($topClass * (12 + _slav <</if>> <<elseif $lowerClass > _LCD>> <<set _LCEmigration = Math.trunc(($lowerClass - _LCD) * 0.6) + 1>> - <<if $citizenRetirementMenials == 1>> + <<if $policies.retirement.menial2Citizen == 1>> <<set _enslavedEmigrants = Math.trunc((($lowerClass - _LCD) * 0.6) * _enslaveChance * (0.05 + _banishedRatio))>> <<else>> <<set _enslavedEmigrants = Math.trunc((($lowerClass - _LCD) * 0.6) * _enslaveChance)>> @@ -1334,7 +1334,7 @@ You own <</if>> <<set _fuckdollsEarnings = Math.trunc((($fuckdolls - _fuckdollsArcade) * 140 + _fuckdollsArcade * (175 + 35 * _arcadeUpgradeInjectors)) * ($arcadePrice - 0.5) / 10)>> /*The "/ 10" at the end is just there to keep the price in line with other current prices, hopefully prices will get to a spot where this can be dropped*/ <<if $fuckdolls > 1>> <<print num($fuckdolls)>> standard Fuckdolls,<<elseif $fuckdolls == 1>>one Fuckdoll,<</if>><<if _fuckdollsArcade > 1>> <<print num(_fuckdollsArcade)>> of which are stationed in the arcade,<<elseif _fuckdollsArcade == 1 && $fuckdolls > 1>>one of which is stationed in the arcade,<<elseif _fuckdollsArcade == 1>>which is stationed in the arcade,<</if>> - <<if $publicFuckdolls == 1>> + <<if $policies.publicFuckdolls == 1>> <<run repX(_fuckdollsEarnings / 5, "fuckdolls")>> <<set _fuckdollsEarnings = Math.trunc($fuckdolls * -0.5)>> /*The upkeep of a Fuckdoll*/ <</if>> @@ -1519,7 +1519,7 @@ You own <<= _descNeg.reduce((res, ch, i, arr) => res + (i === arr.length - 1 ? ' and ' : ', ') + ch)>>. <<set _AWeekGrowth -= _descNeg.length>> <</if>> - <<if $alwaysSubsidizeGrowth == 1>> + <<if $policies.alwaysSubsidizeGrowth == 1>> Growth was subsidized as planned. <<set _AWeekGrowth++>> <</if>> diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw index 947bbe35e79b8371b1f17c752d542216c34bdc74..fd464db3220d179f9d2f1206981d70cc8c76f733 100644 --- a/src/uncategorized/costsReport.tw +++ b/src/uncategorized/costsReport.tw @@ -110,9 +110,9 @@ your personal living expenses are @@.yellowgreen;<<print cashFormat(Math.trunc(_ <<set _arcologyCosts += _mercCosts>> <</if>> -<<if $citizenRetirementMenials == 1>> +<<if $policies.retirement.menial2Citizen == 1>> <br>__Menial Slave Retirement Premiums__: - <<if $CitizenRetirement == 1>> + <<if $policies.retirement.fate == "citizen">> <<set _citizenRetirementMenialsCost = $menials * 2>> <<else>> <<set _citizenRetirementMenialsCost = ($menials + $slaves.length) * 2>> @@ -401,32 +401,32 @@ $researchLab.level > 0>> <</if>> <</if>> -<<if $alwaysSubsidizeGrowth > 0 || $alwaysSubsidizeRep > 0 || $RegularParties > 0>> +<<if $policies.alwaysSubsidizeGrowth > 0 || $policies.alwaysSubsidizeRep > 0 || $policies.regularParties > 0>> <br>__Weekly Costs__: - <<if $alwaysSubsidizeGrowth > 0>> - <br> Arcology Growth Subsidy: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ - <<set _arcologyCosts += $policyCost>> + <<if $policies.alwaysSubsidizeGrowth > 0>> + <br> Arcology Growth Subsidy: @@.yellowgreen;<<print cashFormat(policies.cost())>>@@ + <<set _arcologyCosts += policies.cost()>> <</if>> - <<if $alwaysSubsidizeRep > 0>> - <br> Self-promotion Budget: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ - <<set _arcologyCosts += $policyCost>> + <<if $policies.alwaysSubsidizeRep > 0>> + <br> Self-promotion Budget: @@.yellowgreen;<<print cashFormat(policies.cost())>>@@ + <<set _arcologyCosts += policies.cost()>> <</if>> - <<if $RegularParties > 0>> - <br> Social Gatherings: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ - <<set _arcologyCosts += $policyCost>> + <<if $policies.regularParties > 0>> + <br> Social Gatherings: @@.yellowgreen;<<print cashFormat(policies.cost())>>@@ + <<set _arcologyCosts += policies.cost()>> <</if>> <</if>> -<<if $ProImmigrationCash == 1>> - <br> Pro-immigration Promotion Budget: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ - <<set _arcologyCosts += $policyCost>> +<<if $policies.immmigrationCash == 1>> + <br> Pro-immigration Promotion Budget: @@.yellowgreen;<<print cashFormat(policies.cost())>>@@ + <<set _arcologyCosts += policies.cost()>> <</if>> -<<if $AntiEnslavementCash == 1>> - <br> Anti-enslavement Charity Budget: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ - <<set _arcologyCosts += $policyCost>> +<<if $policies.enslavementCash == -1>> + <br> Anti-enslavement Charity Budget: @@.yellowgreen;<<print cashFormat(policies.cost())>>@@ + <<set _arcologyCosts += policies.cost()>> <</if>> -<<if $CoursingAssociation == 1>> +<<if $policies.coursingAssociation == 1>> <br> Coursing Association Membership: @@.yellowgreen;<<print cashFormat(1000)>>@@ <<set _arcologyCosts += 1000>> <</if>> @@ -764,7 +764,7 @@ $researchLab.level > 0>> <</if>> <</if>> <</if>> - <<if $CitizenRetirement == 1>> + <<if $policies.retirement.fate == "citizen">> <br> <i>Retirement account payments:</i> @@.yellowgreen;<<print cashFormat(250)>>@@ <<set _individualCosts += 250>> diff --git a/src/uncategorized/fsDevelopments.tw b/src/uncategorized/fsDevelopments.tw index a206119e3a0ce74f11dd2e544359b1366f5a5425..8ba95ceb91c384a264df2604e43c16023557ceb0 100644 --- a/src/uncategorized/fsDevelopments.tw +++ b/src/uncategorized/fsDevelopments.tw @@ -206,7 +206,7 @@ <</for>> /* PA FS bonuses */ -<<if $PAPublic == 1 && $assistant.appearance != "normal">> +<<if $policies.publicPA == 1 && $assistant.appearance != "normal">> <<set _seed = 0>> <<if $arcologies[0].FSSupremacist != "unset">> <<if ["amazon", "monstergirl", "succubus"].includes($assistant.appearance)>> diff --git a/src/uncategorized/futureSociety.tw b/src/uncategorized/futureSociety.tw index 556d17cd2410f25d397ce74663600b7e5477cd43..98a833cbb7b4202d6e5b6f2389de5e7f009a2580 100644 --- a/src/uncategorized/futureSociety.tw +++ b/src/uncategorized/futureSociety.tw @@ -689,7 +689,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSSupremacist">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "amazon") || ($assistant.appearance == "monstergirl") || ($assistant.appearance == "succubus")>> <span class="note"> With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal. @@ -734,7 +734,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSSubjugationist">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "businesswoman") || ($assistant.appearance == "amazon") || ($assistant.appearance == "imp")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -782,7 +782,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSRepopulationFocus" "clothesBoughtMaternityLingerie" "clothesBoughtMaternityDress" "clothesBoughtBelly">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "goddess") || ($assistant.appearance == "hypergoddess") || ($assistant.appearance == "preggololi") || ($assistant.appearance == "pregnant fairy") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -815,7 +815,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSRestart">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "businesswoman") || ($assistant.appearance == "schoolgirl") || ($assistant.appearance == "goddess") || ($assistant.appearance == "loli") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch") || ($assistant.appearance == "incubus") || ($assistant.appearance == "angel")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -831,7 +831,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <<FSChangeDecoration "FSRestart">> </div> The Societal Elite exist as the highest class, allowing you access to all manner of benefits - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "businesswoman") || ($assistant.appearance == "schoolgirl") || ($assistant.appearance == "goddess") || ($assistant.appearance == "loli") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch") || ($assistant.appearance == "incubus") || ($assistant.appearance == "angel")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -868,7 +868,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSIntellectualDependency" "clothesBoughtBimbo">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ["shemale", "succubus", "witch"].includes($assistant.appearance)>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -900,7 +900,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSSlaveProfessionalism" "clothesBoughtCourtesan">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ["angel", "businesswoman", "incubus", "goddess", "schoolgirl", "succubus"].includes($assistant.appearance)>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -936,7 +936,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSGenderRadicalist">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "shemale") || ($assistant.appearance == "monstergirl") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -969,7 +969,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSGenderFundamentalist" "clothesBoughtBunny">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "schoolgirl") || ($assistant.appearance == "goddess") || ($assistant.appearance == "hypergoddess") || ($assistant.appearance == "preggololi") || ($assistant.appearance == "loli") || ($assistant.appearance == "fairy") || ($assistant.appearance == "pregnant fairy") || ($assistant.appearance == "angel") || ($assistant.appearance == "cherub") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1004,7 +1004,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSPaternalist" "clothesBoughtConservative">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "schoolgirl") || ($assistant.appearance == "goddess") || ($assistant.appearance == "hypergoddess") || ($assistant.appearance == "preggololi") || ($assistant.appearance == "loli") || ($assistant.appearance == "fairy") || ($assistant.appearance == "pregnant fairy") || ($assistant.appearance == "angel") || ($assistant.appearance == "cherub")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1036,7 +1036,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSDegradationist" "clothesBoughtChains">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "monstergirl") || ($assistant.appearance == "businesswoman") || ($assistant.appearance == "preggololi") || ($assistant.appearance == "succubus") || ($assistant.appearance == "incubus") || ($assistant.appearance == "imp")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1071,7 +1071,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSBodyPurist">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "amazon") || ($assistant.appearance == "goddess") || ($assistant.appearance == "loli") || ($assistant.appearance == "fairy") || ($assistant.appearance == "pregnant fairy") || ($assistant.appearance == "angel") || ($assistant.appearance == "succubus") || ($assistant.appearance == "incubus") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1103,7 +1103,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSTransformationFetishist">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "businesswoman") || ($assistant.appearance == "shemale") || ($assistant.appearance == "succubus") || ($assistant.appearance == "incubus") || ($assistant.appearance == "witch") || ($assistant.appearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1138,7 +1138,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSYouthPreferentialist">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "schoolgirl") || ($assistant.appearance == "shemale") || ($assistant.appearance == "preggololi") || ($assistant.appearance == "loli") || ($assistant.appearance == "succubus") || ($assistant.appearance == "angel") || ($assistant.appearance == "cherub") || ($assistant.appearance == "imp") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1170,7 +1170,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSMaturityPreferentialist">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "businesswoman") || ($assistant.appearance == "goddess") || ($assistant.appearance == "succubus") || ($assistant.appearance == "incubus") || ($assistant.appearance == "witch") || ($assistant.appearance == "angel")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1205,7 +1205,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSPetiteAdmiration">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ["cherub", "fairy", "imp", "incubus", "loli", "preggololi", "pregnant fairy", "schoolgirl", "succubus"].includes($assistant.appearance)>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1237,7 +1237,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSStatuesqueGlorification">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ["amazon", "goddess", "incubus", "succubus", "witch"].includes($assistant.appearance)>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1272,7 +1272,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSSlimnessEnthusiast">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "schoolgirl") || ($assistant.appearance == "shemale") || ($assistant.appearance == "loli") || ($assistant.appearance == "cherub") || ($assistant.appearance == "imp") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1304,7 +1304,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSAssetExpansionist">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "businesswoman") || ($assistant.appearance == "shemale") || ($assistant.appearance == "hypergoddess") || ($assistant.appearance == "succubus") || ($assistant.appearance == "incubus") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1338,7 +1338,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSPastoralist" "clothesBoughtWestern">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "goddess") || ($assistant.appearance == "shemale") || ($assistant.appearance == "hypergoddess") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1372,7 +1372,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSPhysicalIdealist" "clothesBoughtOil">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "amazon") || ($assistant.appearance == "shemale") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1404,7 +1404,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSHedonisticDecadence">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "goddess") || ($assistant.appearance == "hypergoddess") || ($assistant.appearance == "preggololi") || ($assistant.appearance == "imp") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1439,7 +1439,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSChattelReligionist" "clothesBoughtHabit">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "goddess") || ($assistant.appearance == "monstergirl") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch") || ($assistant.appearance == "angel") || ($assistant.appearance == "cherub") || ($assistant.appearance == "imp")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1630,7 +1630,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSRomanRevivalist" "clothesBoughtToga">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "businesswoman") || ($assistant.appearance == "amazon") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1662,7 +1662,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSAztecRevivalist" "clothesBoughtHuipil">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "goddess") || ($assistant.appearance == "amazon") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1694,7 +1694,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSEgyptianRevivalist" "clothesBoughtEgypt">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "goddess") || ($assistant.appearance == "monstergirl") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1726,7 +1726,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSEdoRevivalist" "clothesBoughtKimono">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "amazon") || ($assistant.appearance == "monstergirl") || ($assistant.appearance == "loli") || ($assistant.appearance == "kitsune") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1758,7 +1758,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSArabianRevivalist" "clothesBoughtHarem">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "businesswoman") || ($assistant.appearance == "schoolgirl") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> @@ -1790,7 +1790,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <div class="indent"> <<FSChangeDecoration "FSChineseRevivalist" "clothesBoughtQipao">> </div> - <<if $PAPublic == 1>> + <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "schoolgirl") || ($assistant.appearance == "monstergirl") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> <</if>> diff --git a/src/uncategorized/lawCompliance.tw b/src/uncategorized/lawCompliance.tw index a1a041824be3a2d38b0e59a02fc2aa02e504f72b..521dd15035e23a955ccbe4e0e3cc5a8cfd821399 100644 --- a/src/uncategorized/lawCompliance.tw +++ b/src/uncategorized/lawCompliance.tw @@ -331,33 +331,33 @@ <</if>> <</if>> -<<if $BasicSMR != 1>> +<<if $policies.SMR.basicSMR == 0>> While $he came through the slave markets, $he was treated with inhuman callousness. It was very obvious and @@.gold;very terrifying@@ to $him that $he is now considered a piece of meat. <<set $activeSlave.trust -= 5>> <</if>> -<<if $HealthInspectionSMR == 1>> +<<if $policies.SMR.healthInspectionSMR == 1>> <<if $activeSlave.health.condition < -10>> $His current owners held $him for basic medical care before putting $him on sale, resolving some of $his health issues. <<run improveCondition($activeSlave, 10)>> <</if>> <</if>> -<<if $EducationSMR == 1>> +<<if $policies.SMR.educationSMR == 1>> <<if $activeSlave.intelligenceImplant == 0>> $He arrived at $arcologies[0].name in a pitiably undereducated state, and has been held back until $he completed a basic course of slave education. <<set $activeSlave.intelligenceImplant = 15>> <</if>> <</if>> -<<if $FrigiditySMR == 1>> +<<if $policies.SMR.frigiditySMR == 1>> <<if $activeSlave.energy > 20>> Before reaching the market, $he was trained to disregard sex until $he showed no interest in sex at all. <<set $activeSlave.energy = 20>> <</if>> <</if>> -<<if $BasicBeautySMR == 1>> +<<if $policies.SMR.beauty.basicSMR == 1>> <<if $activeSlave.face < 0>> <<set $activeSlave.face = random(0,60)>> <</if>> @@ -365,7 +365,7 @@ <<set $activeSlave.trust -= 5>> <</if>> -<<if $QualityBeautySMR == 1>> +<<if $policies.SMR.beauty.qualitySMR == 1>> <<if $activeSlave.face < 20>> <<set $activeSlave.face = random(20,100)>> <</if>> @@ -373,7 +373,7 @@ <<set $activeSlave.trust -= 5>> <</if>> -<<if $BasicWeightSMR == 1>> +<<if $policies.SMR.weightSMR == 1>> <<if $activeSlave.weight > 100>> <<set $activeSlave.weight = random(-50,50)>> <</if>> @@ -381,7 +381,7 @@ <<set $activeSlave.trust -= 5>> <</if>> -<<if $BasicHeightSMR == 1>> +<<if $policies.SMR.height.basicSMR == 1>> <<if $activeSlave.height < 170>> <<if $activeSlave.height >= 160>> Before $he was put up for sale, $he underwent height increasing surgery to fulfill your arcology's height SMR. $He was @@.gold;horrified@@ by how drastically $his body was altered just for a chance at sale. @@ -396,7 +396,7 @@ While $he was in the slave pens, $he saw that short and even average sized slaves were commonly designated as menials and Fuckdolls. $His tall stature gives $him a promising future compared to $his shorter peers, leaving $him @@.mediumOrchid;inappropriately proud@@ of $his height. <<set $activeSlave.devotion -= 10>> <</if>> -<<elseif $BasicHeightSMR == -1>> +<<elseif $policies.SMR.height.basicSMR == -1>> <<if $activeSlave.height >= 160>> <<if $activeSlave.height <= 169>> Before $he was put up for sale, $he underwent height reduction surgery to fulfill your arcology's height SMR. $He was @@.gold;horrified@@ by how drastically $his body was altered just for a chance at sale. @@ -413,8 +413,8 @@ <</if>> <</if>> -<<if $AdvancedHeightSMR == 1>> - <<set $activeSlave.height = Math.round(Height.random($activeSlave, {skew: $AdvancedHeightSMR, limitMult: [0, 5 * $AdvancedHeightSMR]}))>> +<<if $policies.SMR.height.advancedSMR == 1>> + <<set $activeSlave.height = Math.round(Height.random($activeSlave, {skew: $policies.SMR.height.advancedSMR, limitMult: [0, 5 * $AdvancedHeightSMR]}))>> While $he was in the slave pens, $he saw that slaves on the shorter end of the height curve were immediately designated as menials and Fuckdolls. <<if $activeSlave.physicalAge < 16>> $He is @@.gold;terrified@@ that if $he doesn't keep growing, $he'll be reassigned on the spot without a second thought. @@ -423,8 +423,8 @@ $His above average stature gives $him a promising future compared to $his shorter peers, leaving $him @@.mediumOrchid;inappropriately proud@@ of $his height. <<set $activeSlave.devotion -= 10>> <</if>> -<<elseif $AdvancedHeightSMR == -1>> - <<set $activeSlave.height = Math.round(Height.random($activeSlave, {skew: $AdvancedHeightSMR, limitMult: [0, 5 * $AdvancedHeightSMR]}))>> +<<elseif $policies.SMR.height.advancedSMR == -1>> + <<set $activeSlave.height = Math.round(Height.random($activeSlave, {skew: $policies.SMR.height.advancedSMR, limitMult: [0, 5 * $AdvancedHeightSMR]}))>> While $he was in the slave pens, $he saw that slaves on the taller end of the height curve were immediately designated as menials and Fuckdolls. <<if $activeSlave.physicalAge < 16>> $He is @@.gold;terrified@@ that if $he goes through a growth spurt, $he'll be reassigned on the spot without a second thought. @@ -435,7 +435,7 @@ <</if>> <</if>> -<<if $BasicIntelligenceSMR == 1>> +<<if $policies.SMR.intelligence.basicSMR == 1>> <<if $activeSlave.intelligence <= -15>> <<set $activeSlave.intelligence = Intelligence.random({limitIntelligence: [0,40]})>> <</if>> @@ -443,7 +443,7 @@ <<set $activeSlave.trust -= 5>> <</if>> -<<if $QualityIntelligenceSMR == 1>> +<<if $policies.SMR.intelligence.qualitySMR == 1>> <<if $activeSlave.intelligence <= 15>> <<set $activeSlave.intelligence = Intelligence.random({limitIntelligence: [16,100]})>> <</if>> @@ -451,22 +451,22 @@ <<set $activeSlave.trust -= 5>> <</if>> -<<if $IntelligenceEugenicsSMR + $HeightEugenicsSMR + $FaceEugenicsSMR > 0>> +<<if policies.countEugenicsSMRs() > 0>> <<set _eugenicsMarketTest = 1>> As soon as $he arrived in the slave market, $he was subjected to a battery of testing: - <<if $IntelligenceEugenicsSMR == 1>> + <<if $policies.SMR.eugenics.intelligenceSMR == 1>> an intelligence test, <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant <= 50>> <<set _eugenicsMarketTest = 0>> <</if>> <</if>> - <<if $HeightEugenicsSMR == 1>> + <<if $policies.SMR.eugenics.heightSMR == 1>> rigorous height and bone measurements, <<if $activeSlave.height < (Height.mean($activeSlave) + 15)>> <<set _eugenicsMarketTest = 0>> <</if>> <</if>> - <<if $FaceEugenicsSMR == 1>> + <<if $policies.SMR.eugenics.faceSMR == 1>> strict judgments of $his facial attractiveness, <<if $activeSlave.face < 40>> <<set _eugenicsMarketTest = 0>> diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw index 5cda01efec21014f53dcb759fe318bd8d03c4f32..404defb1f6fd9f15185c8fcc7bddc822bb02bb83 100644 --- a/src/uncategorized/neighborsDevelopment.tw +++ b/src/uncategorized/neighborsDevelopment.tw @@ -658,7 +658,7 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <<set _FSCrossThresh = 5>> <<if $arcologies[$i].direction == 0>> - <<set _FSCrossThresh -= $CulturalOpenness*5>> + <<set _FSCrossThresh -= $policies.culturalOpenness*5>> <</if>> <<if $arcologies[$i].ownership >= 100>> <<set _FSCrossThresh += 5>> @@ -1962,11 +1962,11 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <<set $arcologies[$j].influenceBonus = Math.clamp($arcologies[$j].influenceBonus, 0, $FSLockinLevel)>> <<set _appliedInfluenceBonus = Math.trunc($arcologies[$j].influenceBonus*0.1)>> <<set $arcologies[$j].influenceBonus -= _appliedInfluenceBonus*2>> -<<if $CulturalOpenness == 1>> +<<if $policies.culturalOpenness == 1>> <<if ($arcologies[$i].direction == 0) || ($arcologies[$j].direction == 0)>> <<set _appliedInfluenceBonus *= 2>> <</if>> -<<elseif $CulturalOpenness == -1>> +<<elseif $policies.culturalOpenness == -1>> <<if ($arcologies[$i].direction == 0) || ($arcologies[$j].direction == 0)>> <<set _appliedInfluenceBonus /= 2>> <</if>> diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index 423c186faa8907e18c08ad497760d0c8586d0b74..30ad09f7ac1af9c95736943af917682d0f8d6065 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -688,11 +688,11 @@ <</switch>> <</if>> -<<if $CashForRep == 1>> +<<if $policies.cashForRep == 1>> <<if $cash > 1000>> - This week you gave up business opportunities worth <<print cashFormat($policyCost)>> to help deserving citizens, @@.green;burnishing your reputation.@@ + This week you gave up business opportunities worth <<print cashFormat(policies.cost())>> to help deserving citizens, @@.green;burnishing your reputation.@@ <<run repX(1000, "personalBusiness")>> - <<run cashX(forceNeg($policyCost), "policies")>> + <<run cashX(forceNeg(policies.cost()), "policies")>> <<if $PC.degeneracy > 1>> This also helps @@.green;offset any rumors@@ about your private actions. <<set $PC.degeneracy -= 1>> @@ -701,24 +701,24 @@ Money was too tight this week to risk giving up any business opportunities. <</if>> <</if>> -<<if $goodImageCampaign == 1>> +<<if $policies.goodImageCampaign == 1>> <<if $cash > 5000>> - This week you paid <<print cashFormat($policyCost)>> to have positive rumors spread about you, @@.green;making you look good<<if $PC.degeneracy > 1>> and weakening existing undesirable rumors<<set $PC.degeneracy -= 2>><</if>>.@@ + This week you paid <<print cashFormat(policies.cost())>> to have positive rumors spread about you, @@.green;making you look good<<if $PC.degeneracy > 1>> and weakening existing undesirable rumors<<set $PC.degeneracy -= 2>><</if>>.@@ <<run repX(500, "personalBusiness")>> - <<run cashX(forceNeg($policyCost), "policies")>> + <<run cashX(forceNeg(policies.cost()), "policies")>> <<else>> You lacked enough extra ¤ to pay people to spread positive rumors about you this week. <</if>> <</if>> <<if $rep > 20>> - <<if $RepForCash == 1>> - This week you used your position to secure business opportunities worth <<print cashFormat($policyCost)>> at the expense of citizens, @@.red;damaging your reputation.@@ + <<if $policies.cashForRep == -1>> + This week you used your position to secure business opportunities worth <<print cashFormat(policies.cost())>> at the expense of citizens, @@.red;damaging your reputation.@@ <<run repX(-20, "personalBusiness")>> - <<run cashX($policyCost, "personalBusiness")>> + <<run cashX(policies.cost(), "personalBusiness")>> <</if>> <</if>> <<if $rep <= 18000>> - <<if $RegularParties != 1>> + <<if $policies.regularParties == 0>> <<if $rep > 3000>> Your @@.red;reputation is damaged@@ by your not hosting regular social events for your leading citizens. <<run repX(-50, "personalBusiness")>> diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw index 649b473dfd46acd67cbdb409d3e611621b208717..9bd733a86e7cbf5e913aad3acf93051393ecd200 100644 --- a/src/uncategorized/randomNonindividualEvent.tw +++ b/src/uncategorized/randomNonindividualEvent.tw @@ -463,17 +463,17 @@ <<if (random(1,100) < $rep/200) || $cheatMode>> <<set _recruitEvents.push("RE recruit")>> <</if>> - <<if $ProRecruitment == 1>> + <<if $policies.proRecruitment == 1>> <<if (random(1,100) < $rep/200) || $cheatMode>> <<set _recruitEvents.push("RE recruit")>> <</if>> <</if>> - <<if $AntiEnslavementRep == 0>> + <<if $policies.enslavementRep != -1>> <<if (random(1,100) < $rep/300) || $cheatMode>> <<set _recruitEvents.push("RE recruit")>> <</if>> <</if>> - <<if $AntiEnslavementCash == 0>> + <<if $policies.enslavementCash != -1>> <<if (random(1,100) < $rep/300) || $cheatMode>> <<set _recruitEvents.push("RE recruit")>> <</if>> @@ -1325,7 +1325,7 @@ <<set $events.push("Trick Shot Night")>> <</if>> - <<if $RegularParties == 1>> + <<if $policies.regularParties == 1>> <<if ($PC.vagina > 0 && $PC.title == 0) && (random(0,99) < $seeDicks)>> <<set $events.push("RE male citizen hookup")>> <<else>> diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw index 3386521b4cf15b9783193b48d62ddd4d23411125..9c338d128e1138f277fba7e52ac6fca67d7e5c98 100644 --- a/src/uncategorized/reputation.tw +++ b/src/uncategorized/reputation.tw @@ -269,7 +269,7 @@ _enduringRep = $enduringRep>> <</if>> <</if>> -<<if $sexualOpeness == 1>> +<<if $policies.sexualOpeness == 1>> <<if $arcologies[0].FSChattelReligionistLaw == 1 || $arcologies[0].FSRestartDecoration == 100>> /* already handled above */ <<else>> @@ -422,7 +422,7 @@ _enduringRep = $enduringRep>> <<if $arcologies[0].FSRestartDecoration == 100>> <<if $PC.pregSource != -1 && $PC.pregSource != -6>> Most prominent female owners avoid being penetrated on - <<if $sexualOpeness == 1>> + <<if $policies.sexualOpeness == 1>> principle, though you choose the opposite; your fecund figure suggests a slave knocked you up, a huge <<else>> principle; your fecund figure exposes not only your willingness to be penetrated, but your @@ -440,7 +440,7 @@ _enduringRep = $enduringRep>> <<else>> <<if $PC.pregSource != -1 && $PC.pregSource != -6>> Most prominent female owners avoid being penetrated on - <<if $sexualOpeness == 1>> + <<if $policies.sexualOpeness == 1>> principle, though you choose the opposite; your fecund figure suggests a slave knocked you up, a huge <<else>> principle; your fecund figure exposes not only your willingness to be penetrated, but your @@ -458,7 +458,7 @@ _enduringRep = $enduringRep>> <</if>> <<elseif $arcologies[0].FSRepopulationFocus >= 60>> Most prominent female owners avoid being penetrated on principle, but your arcology values motherhood so much that it is more @@.green;pleased@@ with your dedication than it is disappointed in your - <<if $sexualOpeness == 1>> + <<if $policies.sexualOpeness == 1>> suspected slave baby. <<else>> penetration. @@ -466,7 +466,7 @@ _enduringRep = $enduringRep>> <<run repX(10, "PCappearance")>> <<else>> Most prominent female owners avoid being penetrated on - <<if $sexualOpeness == 1>> + <<if $policies.sexualOpeness == 1>> principle, though you choose the opposite; your fecund figure suggests a slave knocked you up, <<else>> principle; your fecund figure exposes your willingness to be penetrated, @@ -610,25 +610,25 @@ _enduringRep = $enduringRep>> <</if>> <<if ($arcologies[0].FSRepopulationFocus != "unset")>> - <<if $IntelligenceEugenicsSMR == 1 || $HeightEugenicsSMR == 1 || $FaceEugenicsSMR == 1>> + <<if policies.countEugenicsSMRs() > 0>> Society @@.red;disapproves@@ of your policies sterilizing potential mothers. Your insistence on eugenics hinders adoption of your new society. - <<set _noEugenics = -1*($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)>> + <<set _noEugenics = -1 * policies.countEugenicsSMRs()>> <<= FutureSocieties.Change("RepopulationFocus", _noEugenics)>> <</if>> <<elseif $arcologies[0].FSPaternalist != "unset">> - <<if $IntelligenceEugenicsSMR == 1 || $HeightEugenicsSMR == 1 || $FaceEugenicsSMR == 1>> + <<if policies.countEugenicsSMRs() > 0>> Society @@.red;disapproves@@ of your policies forcefully sterilizing slaves, especially when they snuff out the life growing within them. - <<set _noEugenics = -1*($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)>> + <<set _noEugenics = -1 * policies.countEugenicsSMRs()>> <<= FutureSocieties.Change("Paternalist", _noEugenics)>> <</if>> <<elseif ($arcologies[0].FSRestart != "unset") && $arcologies[0].FSPaternalist == "unset">> - <<if ($IntelligenceEugenicsSMR == 1 || $HeightEugenicsSMR == 1 || $FaceEugenicsSMR == 1) && $arcologies[0].FSRestartSMR != 1>> + <<if policies.countEugenicsSMRs() > 0 && $arcologies[0].FSRestartSMR != 1>> Society @@.green; approves@@ of your slave eugenics policies, easing them into more thorough eugenics. - <<set _yesEugenics = ($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)>> + <<set _yesEugenics = policies.countEugenicsSMRs()>> <<= FutureSocieties.Change("Eugenics", _yesEugenics)>> - <<set $failedElite -= 1*($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)>> + <<set $failedElite -= 1 * policies.countEugenicsSMRs()>> <<elseif $arcologies[0].FSRestartSMR == 1>> - <<set $failedElite -= 2*($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)>> + <<set $failedElite -= 2 * policies.countEugenicsSMRs()>> <</if>> <</if>> @@ -661,7 +661,7 @@ _enduringRep = $enduringRep>> <</if>> <</if>> -<<if $Cash4Babies == 1>> +<<if $policies.cash4Babies == 1>> <<if $arcologies[0].FSDegradationist != "unset">> Society @@.green;approves@@ of your poor treatment of slave infants. <<run repX(5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), "babyTransfer")>> @@ -687,7 +687,7 @@ _enduringRep = $enduringRep>> <</if>> <</if>> -<<if $MixedMarriage == 1>> +<<if $policies.mixedMarriage == 1>> Your citizens <<if $arcologies[0].FSPaternalist >= 80>> are so paternalistic that they @@.green;approve@@ of @@ -752,7 +752,7 @@ _enduringRep = $enduringRep>> <<run repX(100, "policies")>> <</if>> -<<if $FrigiditySMR == 1>> +<<if $policies.SMR.frigiditySMR == 1>> Your market regulations regarding slave sex drives @@.red;outrages@@ your citizens seeking sex slaves, since only slaves disinterested in sex are available. <<run repX(-250, "policies")>> <</if>> @@ -821,7 +821,7 @@ _enduringRep = $enduringRep>> <<set $enduringRep = 10000>> <</if>> -<<if $alwaysSubsidizeRep == 1>> +<<if $policies.alwaysSubsidizeRep == 1>> <<if $rep <= 19900>> <<run repX(100, "policies")>> Reputation subsidized as planned. diff --git a/src/uncategorized/saDevotion.tw b/src/uncategorized/saDevotion.tw index 5e03ac213b2718858a69e5290a2a51b3380074d7..cb6906ccd3a092f5aa7e03b13db559b18bee3c53 100644 --- a/src/uncategorized/saDevotion.tw +++ b/src/uncategorized/saDevotion.tw @@ -235,8 +235,8 @@ <<elseif $seeAge == 1>> /* RETIREMENT */ -<<if $slaves[$i].actualAge >= $retirementAge-5 && $PhysicalRetirementAgePolicy != 1>> - <<if ($CitizenRetirement == 1)>> +<<if $slaves[$i].actualAge >= $retirementAge-5 && $policies.retirement.physicalAgePolicy == 0>> + <<if ($policies.retirement.fate == "citizen")>> <<if $slaves[$i].actualAge >= $retirementAge-1>> $He knows that it's less than a year until $his retirement from sexual slavery into citizenship. <<if $slaves[$i].devotion > 95>> @@ -276,7 +276,7 @@ <<set $slaves[$i].trust += 1>> <</if>> <</if>> - <<elseif ($BioreactorRetirement == 1)>> + <<elseif $policies.retirement.fate == "bioreactor">> <<if $slaves[$i].actualAge >= $retirementAge-1>> $He knows that it's less than a year until $his permanent inclusion in the arcology's milk production systems. <<if $slaves[$i].devotion > 95>> @@ -302,7 +302,7 @@ <<set $slaves[$i].trust -= 2>> <</if>> <</if>> - <<elseif ($ArcadeRetirement == 1)>> + <<elseif $policies.retirement.fate == "arcade">> <<if $slaves[$i].actualAge >= $retirementAge-1>> $He knows that it's less than a year until $he is to be permanently encased in a bodysuit with holes for nothing but dick. <<if $slaves[$i].devotion > 95>> @@ -329,8 +329,8 @@ <</if>> <</if>> <</if>> -<<elseif $slaves[$i].physicalAge >= $retirementAge-5 && $PhysicalRetirementAgePolicy == 1>> - <<if ($CitizenRetirement == 1)>> +<<elseif $slaves[$i].physicalAge >= $retirementAge-5 && $policies.retirement.physicalAgePolicy>> + <<if $policies.retirement.fate == "citizen">> <<if $slaves[$i].physicalAge >= $retirementAge-1>> $He knows that it's less than a year until $his retirement from sexual slavery into citizenship. <<if $slaves[$i].devotion > 95>> @@ -370,7 +370,7 @@ <<set $slaves[$i].trust += 1>> <</if>> <</if>> - <<elseif ($BioreactorRetirement == 1)>> + <<elseif $policies.retirement.fate == "bioreactor">> <<if $slaves[$i].physicalAge >= $retirementAge-1>> $He knows that it's less than a year until $his permanent inclusion in the arcology's milk production systems. <<if $slaves[$i].devotion > 95>> @@ -396,7 +396,7 @@ <<set $slaves[$i].trust -= 2>> <</if>> <</if>> - <<elseif ($ArcadeRetirement == 1)>> + <<elseif $policies.retirement.fate == "arcade">> <<if $slaves[$i].physicalAge >= $retirementAge-1>> $He knows that it's less than a year until $he is to be permanently encased in a bodysuit with holes for nothing but dick. <<if $slaves[$i].devotion > 95>> @@ -425,10 +425,10 @@ <</if>> <</if>> -<<if ($CitizenRetirement == 1)>> +<<if $policies.retirement.fate == "citizen">> <<if ($slaves[$i].devotion <= 95) || ($slaves[$i].trust <= 95)>> - <<if $SexMilestoneRetirement == 1>> - <<if $slaves[$i].counter.oral + $slaves[$i].counter.anal + $slaves[$i].counter.vaginal + $slaves[$i].counter.penetrative + $slaves[$i].counter.mammary >= $retirementSex*0.8>> + <<if $policies.retirement.sex > 0>> + <<if $slaves[$i].counter.oral + $slaves[$i].counter.anal + $slaves[$i].counter.vaginal + $slaves[$i].counter.penetrative + $slaves[$i].counter.mammary >= $policies.retirement.sex*0.8>> <<if $slaves[$i].devotion >= -20>> $He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@ <<set $slaves[$i].devotion += 1>> @@ -440,8 +440,8 @@ since $he knows that $his freedom is only a few thousand dicks away. <</if>> <</if>> - <<if $MilkMilestoneRetirement == 1>> - <<if $slaves[$i].counter.milk >= $retirementMilk*0.8>> + <<if $policies.retirement.milk > 0>> + <<if $slaves[$i].counter.milk >= $policies.retirement.milk*0.8>> <<if $slaves[$i].devotion >= -20>> $He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@ <<set $slaves[$i].devotion += 1>> @@ -453,8 +453,8 @@ since $he knows $he will be free if $his udders can gush just a bit more cream. <</if>> <</if>> - <<if $CumMilestoneRetirement == 1>> - <<if $slaves[$i].counter.cum >= $retirementCum*0.8>> + <<if $policies.retirement.cum > 0>> + <<if $slaves[$i].counter.cum >= $policies.retirement.cum*0.8>> <<if $slaves[$i].devotion >= -20>> $He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@ <<set $slaves[$i].devotion += 1>> @@ -466,8 +466,8 @@ since $he knows $he will be free if $his prick can spurt just a bit more jizz. <</if>> <</if>> - <<if $BirthsMilestoneRetirement == 1>> - <<if $slaves[$i].counter.births >= $retirementBirths*0.6>> + <<if $policies.retirement.births > 0>> + <<if $slaves[$i].counter.births >= $policies.retirement.births*0.6>> <<if $slaves[$i].devotion >= -20>> $He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@ <<set $slaves[$i].devotion += 1>> @@ -479,8 +479,8 @@ since $he knows $he only has to successfully breed a little more to be free. <</if>> <</if>> - <<if $KillsMilestoneRetirement == 1>> - <<if $slaves[$i].counter.pitKills >= $retirementKills*0.6>> + <<if $policies.retirement.kills > 0>> + <<if $slaves[$i].counter.pitKills >= $policies.retirement.kills*0.6>> <<if $slaves[$i].devotion >= -20>> $He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@ <<set $slaves[$i].devotion += 1>> @@ -528,7 +528,7 @@ <<if canImpreg($PC, $slaves[$i])>> <<= knockMeUp($PC, $freeSexualEnergy, 0, $slaves[$i].ID, 1)>> <</if>> - <<if $sexualOpeness == 0>> + <<if $policies.sexualOpeness == 0>> <<set $PC.degeneracy++>> <</if>> <</if>> diff --git a/src/uncategorized/scheduledEvent.tw b/src/uncategorized/scheduledEvent.tw index 7adeffed428ef4ad251e0674576104109997c54f..5b5be407b0ef52c0a3efc597a6eb64423a33db8b 100644 --- a/src/uncategorized/scheduledEvent.tw +++ b/src/uncategorized/scheduledEvent.tw @@ -133,7 +133,7 @@ <</if>> <<elseif ($Recruiter != 0 && $recruiterEugenics == 0 && $recruiterProgress >= 13)>> <<goto "SE recruiter success">> -<<elseif ($Recruiter != 0 && $recruiterEugenics == 1 && $recruiterProgress >= (13 + ($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)*6))>> +<<elseif $Recruiter != 0 && $recruiterEugenics == 1 && $recruiterProgress >= (13 + (policies.countEugenicsSMRs() * 6))>> <<goto "SE recruiter success">> <<elseif ($customSlaveOrdered == 1 && $customSlaveOrderedReorder != 1)>> <<goto "SE custom slave delivery">> @@ -141,9 +141,9 @@ <<goto "JobFulfillmentCenterDelivery">> <<elseif ($huskSlaveOrdered == 1)>> <<goto "SE husk slave delivery">> -<<elseif ($LurcherID != 0) && ($CoursingAssociation != 0) && (Math.trunc($week/4) == ($week/4)) && ($coursed != 1)>> +<<elseif $LurcherID != 0 && $policies.coursingAssociation == 1 && (Math.trunc($week/4) == ($week/4)) && $coursed == 0>> <<goto "SE coursing">> -<<elseif ($RaidingMercenaries != 0) && ($week > ($raided + 6))>> +<<elseif $policies.raidingMercenaries == 1 && ($week > ($raided + 6))>> <<goto "SE raiding">> <<elseif ((($fighterIDs.length > 1) && ($pitBG == 0)) || (($fighterIDs.length > 0) && ($Bodyguard != 0) && ($pitBG == 1)) || (($pitAnimal > 0) && ($fighterIDs.length > 0)) || (($killChoice == 2))) && ($pitFought == 0)>> <<if $pitLethal == 1>><<goto "SE lethal pit">><<else>><<goto "SE nonlethal pit">><</if>> diff --git a/src/uncategorized/seRecruiterSuccess.tw b/src/uncategorized/seRecruiterSuccess.tw index 26670aedb3a06af9758a6437b93ba75a9cfbe015..dd4c7a1ea682b5a961db40eef01a9ad4654125cb 100644 --- a/src/uncategorized/seRecruiterSuccess.tw +++ b/src/uncategorized/seRecruiterSuccess.tw @@ -17,17 +17,6 @@ <<set $activeSlave.skill.vaginal = random(15,40)>> <</if>> <<set $activeSlave.skill.anal = 0>> -<<if $recruiterEugenics == 1>> - <<if $IntelligenceEugenicsSMR == 1>> - <<set $activeSlave.intelligence = Intelligence.random({limitIntelligence: [40,100]})>> - <</if>> - <<if $HeightEugenicsSMR == 1>> - <<set $activeSlave.height = random(185,190)>> - <</if>> - <<if $FaceEugenicsSMR == 1>> - <<set $activeSlave.face = random(40,100)>> - <</if>> -<</if>> <<set $activeSlave.earPiercing = random(0,1)>> @@ -47,17 +36,6 @@ <<set $activeSlave.skill.vaginal = random(15,40)>> <</if>> <<set $activeSlave.skill.anal = 0>> -<<if $recruiterEugenics == 1>> - <<if $IntelligenceEugenicsSMR == 1>> - <<set $activeSlave.intelligence = Intelligence.random({limitIntelligence: [40,100]})>> - <</if>> - <<if $HeightEugenicsSMR == 1>> - <<set $activeSlave.height = random(185,190)>> - <</if>> - <<if $FaceEugenicsSMR == 1>> - <<set $activeSlave.face = random(40,100)>> - <</if>> -<</if>> <<set $activeSlave.earPiercing = random(0,1)>> @@ -72,17 +50,6 @@ <<if $activeSlave.balls == 0>> <<set $activeSlave.balls = random(1,3)>> <</if>> -<<if $recruiterEugenics == 1>> - <<if $IntelligenceEugenicsSMR == 1>> - <<set $activeSlave.intelligence = Intelligence.random({limitIntelligence: [40,100]})>> - <</if>> - <<if $HeightEugenicsSMR == 1>> - <<set $activeSlave.height = random(185,190)>> - <</if>> - <<if $FaceEugenicsSMR == 1>> - <<set $activeSlave.face = random(40,100)>> - <</if>> -<</if>> <<set $activeSlave.tonguePiercing = random(0,1)>> <<set $activeSlave.earPiercing = random(0,1)>> @@ -114,17 +81,6 @@ <<set $activeSlave.nipplesPiercing = random(0,1)>> <<set $activeSlave.clitPiercing = random(0,1)>> <<set $activeSlave.sexualFlaw = "hates women">> -<<if $recruiterEugenics == 1>> - <<if $IntelligenceEugenicsSMR == 1>> - <<set $activeSlave.intelligence = Intelligence.random({limitIntelligence: [40,100]})>> - <</if>> - <<if $HeightEugenicsSMR == 1>> - <<set $activeSlave.height = random(185,190)>> - <</if>> - <<if $FaceEugenicsSMR == 1>> - <<set $activeSlave.face = random(40,100)>> - <</if>> -<</if>> <<elseif $recruiterTarget == "expectant mothers">> @@ -149,17 +105,6 @@ <<set $activeSlave.lactationDuration = 2>> <</if>> <<set $activeSlave.weight = random(0,50)>> -<<if $recruiterEugenics == 1>> - <<if $IntelligenceEugenicsSMR == 1>> - <<set $activeSlave.intelligence = Intelligence.random({limitIntelligence: [40,100]})>> - <</if>> - <<if $HeightEugenicsSMR == 1>> - <<set $activeSlave.height = random(185,190)>> - <</if>> - <<if $FaceEugenicsSMR == 1>> - <<set $activeSlave.face = random(40,100)>> - <</if>> -<</if>> <<else>> @@ -200,20 +145,21 @@ <<set $activeSlave.navelPiercing = random(0,1)>> <<set $activeSlave.nipplesPiercing = random(0,1)>> <<set $activeSlave.clitPiercing = random(0,1)>> + +<</if>> + <<if $recruiterEugenics == 1>> - <<if $IntelligenceEugenicsSMR == 1>> + <<if $policies.SMR.eugenics.intelligenceSMR == 1>> <<set $activeSlave.intelligence = Intelligence.random({limitIntelligence: [40,100]})>> <</if>> - <<if $HeightEugenicsSMR == 1>> + <<if $policies.SMR.eugenics.heightSMR == 1>> <<set $activeSlave.height = random(185,190)>> <</if>> - <<if $FaceEugenicsSMR == 1>> + <<if $policies.SMR.eugenics.faceSMR == 1>> <<set $activeSlave.face = random(40,100)>> <</if>> <</if>> -<</if>> - <<set _ContractCost = 1000>> <<set _slaveCost = slaveCost($activeSlave)>> <<set _slaveCost -= _ContractCost>> diff --git a/src/uncategorized/seRetirement.tw b/src/uncategorized/seRetirement.tw index a9d6d9bddf37f01eeae202de73933a2037133896..3107c553f8cb90e4d7f8708732dd19f85042391e 100644 --- a/src/uncategorized/seRetirement.tw +++ b/src/uncategorized/seRetirement.tw @@ -15,11 +15,11 @@ <<if def _sr>> <<setLocalPronouns $slaves[_sr] 2>> <</if>> -<<if $CitizenRetirement == 1>> +<<if $policies.retirement.fate == "citizen">> <<set $activeSlave.clothes = "conservative clothing">> -<<elseif $BioreactorRetirement == 1>> +<<elseif $policies.retirement.fate == "bioreactor">> /* Scene starts in normal clothing */ -<<elseif $ArcadeRetirement == 1>> +<<elseif $policies.retirement.fate == "arcade">> /* Scene starts in normal clothing, previewing Fuckdolls doesn't seem to work. */ <</if>> <span id="artFrame"> @@ -36,7 +36,7 @@ <<= App.UI.slaveDescriptionDialog($activeSlave)>> is retiring from sexual slavery this week, -<<if $CitizenRetirement == 1>> +<<if $policies.retirement.fate == "citizen">> in a way that will fill the rest of your property with envy and @@.mediumaquamarine;trust.@@ <<for $i = 0; $i < $slaves.length; $i++>> @@ -250,7 +250,7 @@ Your arcology has gained a well-off citizen. <</if>> <</if>> -<<elseif $BioreactorRetirement == 1>> +<<elseif $policies.retirement.fate == "bioreactor">> in a way that will inevitably fill the rest of your property with @@.gold;fear.@@ <<for $i = 0; $i < $slaves.length; $i++>> @@ -289,7 +289,7 @@ It will take $him some time to reach full production, a state that $he'll be kep You have @@.yellowgreen;gained a standard bioreactor.@@ <<set $menialBioreactors += 1>> -<<elseif $ArcadeRetirement == 1>> +<<elseif $policies.retirement.fate == "arcade">> in a way that will inevitably fill the rest of your property with @@.gold;fear.@@ <<for $i = 0; $i < $slaves.length; $i++>> @@ -369,7 +369,7 @@ and, a disturbingly short time later, there is a new Fuckdoll, a humanoid figure You have @@.yellowgreen;gained a Fuckdoll.@@ <<set $fuckdolls += 1>> -<<elseif $citizenRetirementMenials == 1>> +<<elseif $policies.retirement.menial2Citizen == 1>> <<if $customMenialRetirementAge == $customRetirementAge || $customMenialRetirementAge == $retirementAge>> in a way that fills your other slaves with @@.mediumaquamarine;trust@@ after seeing one of their own gain freedom. <<for $i = 0; $i < $slaves.length; $i++>> diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw index 27357899c6505c28443bec85fba20d7e4fa5289d..4f3cf2cec05a3151f1d9ffef912f17d8df843cc7 100644 --- a/src/uncategorized/sellSlave.tw +++ b/src/uncategorized/sellSlave.tw @@ -619,12 +619,13 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu <</if>> <</if>> -<<if ($activeSlave.actualAge >= $retirementAge-5) && $PhysicalRetirementAgePolicy != 1>> +<<if $policies.retirement.physicalAgePolicy == 1>> + <<set _TimeBeforeAgeRetirement = 52*($retirementAge-$activeSlave.physicalAge)>> +<<else>> <<set _TimeBeforeAgeRetirement = 52*($retirementAge-$activeSlave.actualAge)>> - Since $he has a mere _TimeBeforeAgeRetirement weeks left until the local retirement age for sex slaves, buyers will be willing to offer much less for $him. <</if>> -<<if ($activeSlave.physicalAge >= $retirementAge-5) && $PhysicalRetirementAgePolicy == 1>> - <<set _TimeBeforeAgeRetirement = 52*($retirementAge-$activeSlave.physicalAge)>> + +<<if ($activeSlave.actualAge >= $retirementAge-5)>> Since $he has a mere _TimeBeforeAgeRetirement weeks left until the local retirement age for sex slaves, buyers will be willing to offer much less for $him. <</if>> diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw index 2499336582e97d087fe6af898cdd6fc28b5e4cf8..2ea0ebef3b5c424b0ef69753db1bd75b47ee4d48 100644 --- a/src/uncategorized/slaveSold.tw +++ b/src/uncategorized/slaveSold.tw @@ -5,7 +5,7 @@ <<setLocalPronouns $activeSlave>> <<set $display = 0>> -<<if !["abortion TV", "elite auction", "eugenics arcology", "organ crafter", "peacekeepers", "repopulationist arcology", "tentacle bred", "womb filler"].includes($buyer) && ((($activeSlave.actualAge < $retirementAge-1) && $PhysicalRetirementAgePolicy != 1) || (($activeSlave.physicalAge < $retirementAge-1) && $PhysicalRetirementAgePolicy == 1))>> /* organ crafter is not viable now, the elite/peacekeepers won't part so easily with a prize, some take place x months later when the event's max is 15 weeks, and the rest are snuff events. You don't want that slave back. */ +<<if !["abortion TV", "elite auction", "eugenics arcology", "organ crafter", "peacekeepers", "repopulationist arcology", "tentacle bred", "womb filler"].includes($buyer) && ((($activeSlave.actualAge < $retirementAge-1) && $policies.retirement.physicalAgePolicy == 0) || (($activeSlave.physicalAge < $retirementAge-1) && $policies.retirement.physicalAgePolicy == 1))>> /* organ crafter is not viable now, the elite/peacekeepers won't part so easily with a prize, some take place x months later when the event's max is 15 weeks, and the rest are snuff events. You don't want that slave back. */ <<if !$boomerangSlave || $boomerangWeeks > 15>> <<if $activeSlave.fuckdoll == 0>> <<if canWalk($activeSlave)>> diff --git a/src/uncategorized/universalRules.tw b/src/uncategorized/universalRules.tw index 33f1b51af3998e977623da9999ed4d1d5d57f0a3..d3b689b92c749377bbace8f4c0add129325d1af7 100644 --- a/src/uncategorized/universalRules.tw +++ b/src/uncategorized/universalRules.tw @@ -609,7 +609,7 @@ Upon birth slave babies will be sent to $DefaultBirthDestination. <<if $DefaultBirthDestination != "a private school">> | [[Private school|Universal Rules][$DefaultBirthDestination = "a private school",$universalRulesChildrenBecomeBreeders = 0]] <</if>> - <<if $Cash4Babies > 0>> + <<if $policies.cash4Babies > 0>> <<if $DefaultBirthDestination != "the market">> | [[Market|Universal Rules][$DefaultBirthDestination = "the market",$universalRulesChildrenBecomeBreeders = 0]] <</if>> diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw index dc2107dae4b73938cc5313db292097404496adf9..66c9faa27605e2950b953bd49ab01a52efdba21a 100644 --- a/src/utility/descriptionWidgetsStyle.tw +++ b/src/utility/descriptionWidgetsStyle.tw @@ -3839,17 +3839,17 @@ $His $He is wearing a <<if $activeSlave.collar == "cruel retirement counter">>heavy metal collar<<else>>nice collar, almost a necklace,<</if>> with a small numerical display reading <<if $activeSlave.indenture > -1>> $activeSlave.indenture, the number of weeks left in $his indenture. - <<elseif $SexMilestoneRetirement == 1>> - <<print $retirementSex - ($activeSlave.counter.oral + $activeSlave.counter.anal + $activeSlave.counter.vaginal + $activeSlave.counter.penetrative + $activeSlave.counter.mammary)>>, for the number of cocks between $him and $his freedom. - <<elseif $MilkMilestoneRetirement == 1>> - <<print $retirementMilk - $activeSlave.counter.milk>>, for the amount of milk $he has yet to give. - <<elseif $CumMilestoneRetirement == 1>> - <<print $retirementCum - $activeSlave.counter.cum>>, for the amount of cum $he has yet to give. - <<elseif $BirthsMilestoneRetirement == 1>> - <<print $retirementBirths - $activeSlave.counter.births>>, for the number of pregnancies still between $him and freedom. - <<elseif $KillsMilestoneRetirement == 1>> - <<print $retirementKills - $activeSlave.counter.pitKills>>, for the number of lives still between $him and freedom. - <<elseif $PhysicalRetirementAgePolicy != 1>> + <<elseif $policies.retirement.sex > 0>> + <<print $policies.retirement.sex - ($activeSlave.counter.oral + $activeSlave.counter.anal + $activeSlave.counter.vaginal + $activeSlave.counter.penetrative + $activeSlave.counter.mammary)>>, for the number of cocks between $him and $his freedom. + <<elseif $policies.retirement.milk > 0>> + <<print $policies.retirement.milk - $activeSlave.counter.milk>>, for the amount of milk $he has yet to give. + <<elseif $policies.retirement.cum > 0>> + <<print $policies.retirement.cum - $activeSlave.counter.cum>>, for the amount of cum $he has yet to give. + <<elseif $policies.retirement.births > 0>> + <<print $policies.retirement.births - $activeSlave.counter.births>>, for the number of pregnancies still between $him and freedom. + <<elseif $policies.retirement.kills > 0>> + <<print $policies.retirement.kills - $activeSlave.counter.pitKills>>, for the number of lives still between $him and freedom. + <<elseif $policies.retirement.physicalAgePolicy == 0>> <<print (365*($retirementAge-$activeSlave.actualAge))+(7*(52-$activeSlave.birthWeek))>>, the number of days of sexual slavery ahead of $him. <<else>> <<print (365*($retirementAge-$activeSlave.physicalAge))+(7*(52-$activeSlave.birthWeek))>>, the number of days of sexual slavery ahead of $him.