From 9e8c262e262d99650e93430f6ffe8568a69af2b3 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 29 Oct 2020 03:34:32 -0400
Subject: [PATCH] del files bold fix

---
 src/endWeek/economics/neighborsDevelopment.js |   94 +-
 src/uncategorized/economics.tw                |    5 +-
 src/uncategorized/neighborsDevelopment.tw     | 1909 -----------------
 src/uncategorized/neighborsFSAdoption.tw      | 1020 ---------
 4 files changed, 49 insertions(+), 2979 deletions(-)
 delete mode 100644 src/uncategorized/neighborsDevelopment.tw
 delete mode 100644 src/uncategorized/neighborsFSAdoption.tw

diff --git a/src/endWeek/economics/neighborsDevelopment.js b/src/endWeek/economics/neighborsDevelopment.js
index 2ee85405154..d58a000d9a1 100644
--- a/src/endWeek/economics/neighborsDevelopment.js
+++ b/src/endWeek/economics/neighborsDevelopment.js
@@ -32,7 +32,7 @@ App.EndWeek.neighborsDevelopment = function() {
 	for (let i = 0; i < V.arcologies.length; i++) {
 		const arc = V.arcologies[i];
 		const r = [];
-		r.push(`'' ${arc.name}'', your `);
+		r.push(`<span class="bold"> ${arc.name}</span>, your `);
 		if (arc.direction === 0) {
 			r.push(`arcology`);
 		} else {
@@ -228,9 +228,9 @@ App.EndWeek.neighborsDevelopment = function() {
 				if (_desc.length > 2) {
 					r.push(`Its citizens take the opportunity to make radical social changes, <span class="cyan">purging the ${_desc.reduce((res, ch, i, arr) => res + (i === arr.length - 1 ? ' and ' : ', ') + ch)}</span> favored by the old government.`);
 				} else if (_desc.length === 2) {
-					r.push(`Its citizens take the opportunity to make social changes, <span class="cyan">discarding the${_desc[0]} and _desc[1]</span> favored by the old government.`);
+					r.push(`Its citizens take the opportunity to make social changes, <span class="cyan">discarding the ${_desc[0]} and ${_desc[1]}</span> favored by the old government.`);
 				} else if (_desc.length === 1) {
-					r.push(`Its citizens take the opportunity to make social change and <span class="cyan">abandon the${_desc[0]}</span> favored by the old government.`);
+					r.push(`Its citizens take the opportunity to make social change and <span class="cyan">abandon the ${_desc[0]}</span> favored by the old government.`);
 				}
 			} else {
 				r.push(`The arcology is paralyzed by internal dissension over how to respond.`);
@@ -435,7 +435,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if (arc.name === arc2.name) {
 						arc.name = "Arcology X-" + (i < 4 ? i : i + 1);
 						/* X-4 is reserved for player's arcology, so X-1 is available */
-						r.push(`It resumes its original name, '' ${arc.name}'', since the arcology to the arc.direction of yours is also named arc2.name.`);
+						r.push(`It resumes its original name, <span class="bold"> ${arc.name}</span>, since the arcology to the arc.direction of yours is also named arc2.name.`);
 						break;
 					}
 				}
@@ -535,7 +535,7 @@ App.EndWeek.neighborsDevelopment = function() {
 							default:
 								arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesSupremacistMixedRace);
 						}
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSSupremacist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on arc.FSSupremacistRace Supremacy.`);
@@ -596,7 +596,7 @@ App.EndWeek.neighborsDevelopment = function() {
 							default:
 								arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesSubjugationistMixedRace);
 						}
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSSubjugationist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on arc.FSSubjugationistRace Subjugationism.`);
@@ -621,7 +621,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Repopulationism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesRepopulationist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSRepopulationFocus < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Repopulationism.`);
@@ -653,7 +653,7 @@ App.EndWeek.neighborsDevelopment = function() {
 						arc.FSRestartResearch = 1;
 						r.push(`Eugenics has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesEugenics);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSRestart < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Eugenics.`);
@@ -687,7 +687,7 @@ App.EndWeek.neighborsDevelopment = function() {
 						arc.FSGenderRadicalistResearch = 1;
 						r.push(`Gender Radicalism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesGenderRadicalist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSGenderRadicalist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Gender Radicalism.`);
@@ -724,7 +724,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Gender Fundamentalism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesGenderFundamentalist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSGenderFundamentalist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Gender Fundamentalism.`);
@@ -749,7 +749,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Paternalism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesPaternalist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSPaternalist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Paternalism.`);
@@ -781,7 +781,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Degradationism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesDegradationist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSDegradationist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Degradationism.`);
@@ -815,7 +815,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Intellectual Dependency has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesIntellectualDependency);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSIntellectualDependency < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Intellectual Dependency.`);
@@ -843,7 +843,7 @@ App.EndWeek.neighborsDevelopment = function() {
 						arc.FSSlaveProfessionalismResearch = 1;
 						r.push(`Slave Professionalism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesSlaveProfessionalism);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSSlaveProfessionalism < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Slave Professionalism.`);
@@ -886,7 +886,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Body Purism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesBodyPurist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSBodyPurist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Body Purism.`);
@@ -912,7 +912,7 @@ App.EndWeek.neighborsDevelopment = function() {
 						arc.FSTransformationFetishistResearch = 1;
 						r.push(`Transformation Fetishism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesTransformationFetishist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSTransformationFetishist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Transformation Fetishism.`);
@@ -947,7 +947,7 @@ App.EndWeek.neighborsDevelopment = function() {
 						} else {
 							arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesYouthPreferentialist);
 						}
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 						arc.FSYouthPreferentialistResearch = 1;
 					}
 				} else if (arc.FSYouthPreferentialist < 0) {
@@ -971,7 +971,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Maturity Preferentialism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesMaturityPreferentialist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSMaturityPreferentialist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Maturity Preferentialism.`);
@@ -996,7 +996,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Petite Admiration has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesPetiteAdmiration);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSPetiteAdmiration < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Petite Admiration.`);
@@ -1023,7 +1023,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Statuesque Glorification has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesStatuesqueGlorification);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSStatuesqueGlorification < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Statuesque Glorification.`);
@@ -1052,7 +1052,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Slimness Enthusiasm has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesSlimnessEnthusiast);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 						arc.FSSlimnessEnthusiastResearch = 1;
 					}
 				} else if (arc.FSSlimnessEnthusiast < 0) {
@@ -1079,7 +1079,7 @@ App.EndWeek.neighborsDevelopment = function() {
 						arc.FSAssetExpansionistResearch = 1;
 						r.push(`Asset Expansionism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesAssetExpansionist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSAssetExpansionist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Asset Expansionism.`);
@@ -1112,7 +1112,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Pastoralism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesPastoralist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSPastoralist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Pastoralism.`);
@@ -1139,7 +1139,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Cummunism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesCummunism);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSCummunism < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Cummunism.`);
@@ -1172,7 +1172,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Physical Idealism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesPhysicalIdealist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSPhysicalIdealist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Physical Idealism.`);
@@ -1204,7 +1204,7 @@ App.EndWeek.neighborsDevelopment = function() {
 						arc.FSHedonisticDecadenceResearch = 1;
 						r.push(`Decadent Hedonism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesHedonisticDecadence);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSHedonisticDecadence < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Decadent Hedonism.`);
@@ -1233,7 +1233,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Incest Fetishism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesIncestFetishist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSIncestFetishist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Incest Fetishism.`);
@@ -1258,7 +1258,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Chattel Religionism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesChattelReligionist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSChattelReligionist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Chattel Religionism.`);
@@ -1287,7 +1287,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Roman Revivalism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesRomanRevivalist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSRomanRevivalist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Roman Revivalism.`);
@@ -1310,7 +1310,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Neo-Imperialism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesNeoImperialist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSNeoImperialist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Neo-Imperialism.`);
@@ -1333,7 +1333,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Aztec Revivalism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesAztecRevivalist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSAztecRevivalist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Aztec Revivalism.`);
@@ -1356,7 +1356,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Egyptian Revivalism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesEgyptianRevivalist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSEgyptianRevivalist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Egyptian Revivalism.`);
@@ -1379,7 +1379,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Edo Revivalism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesEdoRevivalist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSEdoRevivalist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Edo Revivalism.`);
@@ -1402,7 +1402,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Arabian Revivalism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesArabianRevivalist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSArabianRevivalist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Arabian Revivalism.`);
@@ -1429,7 +1429,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					if ((arc.name.indexOf("Arcology") !== -1) && (random(0, 2) === 0)) {
 						r.push(`Chinese Revivalism has reached stability and acceptance there. The arcology has been renamed`);
 						arc.name = App.Neighbor.getUnusedName(setup.ArcologyNamesChineseRevivalist);
-						r.push(`'' ${arc.name}'' to mark the occasion.`);
+						r.push(`<span class="bold"> ${arc.name}</span> to mark the occasion.`);
 					}
 				} else if (arc.FSChineseRevivalist < 0) {
 					r.push(`${arc.name} <span class="cyan">has given up</span> on Chinese Revivalism.`);
@@ -1949,9 +1949,9 @@ App.EndWeek.neighborsDevelopment = function() {
 					}
 
 					if (desc.length === 0) {
-						r.push(`'' ${arc2.name}'' attempts to influence it, but has no significant impacts.`);
+						r.push(`<span class="bold">${arc2.name}</span> attempts to influence it, but has no significant impacts.`);
 					} else if (desc.length > 2) {
-						r.push(`'' ${arc2.name}'''s mature culture influences arc.name, desc[0],`);
+						r.push(`<span class="bold">${arc2.name}</span>'s mature culture influences ${arc.name}, ${desc[0]},`);
 						for (let _k = 1; _k < desc.length; _k++) {
 							if (_k < desc.length - 1) {
 								r.push(`${desc[_k]},`);
@@ -1960,9 +1960,9 @@ App.EndWeek.neighborsDevelopment = function() {
 							}
 						}
 					} else if (desc.length === 2) {
-						r.push(`'' ${arc2.name}'''s culture influences arc.name's desc[0] and desc[1].`);
+						r.push(`<span class="bold"> ${arc2.name}</span>'s culture influences ${arc.name}'s ${desc[0]} and ${desc[1]}.`);
 					} else {
-						r.push(`'' ${arc2.name}'''s culture is beginning to influence arc.name's desc[0].`);
+						r.push(`<span class="bold"> ${arc2.name}</span>'s culture is beginning to influence ${arc.name}'s ${desc[0]}.`);
 					}
 
 					if (_appliedInfluenceBonus > 0) {
@@ -1981,10 +1981,10 @@ App.EndWeek.neighborsDevelopment = function() {
 
 					if (arc2.direction !== 0) {
 						if (desc.length === 0) {
-							r.push(`'' ${arc2.name}'' is not satisfied with the impact its directed influence is having, and withdraws it with the intention of targeting it elsewhere.`);
+							r.push(`<span class="bold"> ${arc2.name}</span> is not satisfied with the impact its directed influence is having, and withdraws it with the intention of targeting it elsewhere.`);
 							arc2.influenceTarget = -1;
 						} else if (_alignment >= 4) {
-							r.push(`'' ${arc2.name}'' is satisfied that its influence has brought arc.name into alignment, and withdraws its direct influence with the intention of targeting it elsewhere.`);
+							r.push(`<span class="bold"> ${arc2.name}</span> is satisfied that its influence has brought arc.name into alignment, and withdraws its direct influence with the intention of targeting it elsewhere.`);
 							arc2.influenceTarget = -1;
 						}
 					}
@@ -2028,11 +2028,11 @@ App.EndWeek.neighborsDevelopment = function() {
 			_prisoners = Math.trunc(V.peacekeepers.attitude / 10) + random(0, 10);
 			r.push(`General ${V.peacekeepers.generalName}'s little empire near the arcology`);
 			if (V.peacekeepers.attitude >= 100) {
-				r.push(`offers${_prisoners} menial slaves as tribute; having the area as an avowed client state <span class="green">improves your reputation.</span>`);
+				r.push(`offers ${_prisoners} menial slaves as tribute; having the area as an avowed client state <span class="green">improves your reputation.</span>`);
 				V.peacekeepers.attitude = 100;
 				repX(100, "peacekeepers");
 			} else {
-				r.push(`delivers${_prisoners} menial slaves to you in payment for your past support.`);
+				r.push(`delivers ${_prisoners} menial slaves to you in payment for your past support.`);
 			}
 			V.menials += _prisoners;
 		} else if (V.peacekeepers.strength < 0) {
@@ -2071,7 +2071,7 @@ App.EndWeek.neighborsDevelopment = function() {
 		let r = [];
 		const {heU, girlU} = getNonlocalPronouns(0).appendSuffix('U');
 
-		r.push(`'' ${arc.name}'', your `);
+		r.push(`<span class="bold"> ${arc.name}</span>, your `);
 		if (arc.direction === 0) {
 			r.push(`arcology`);
 		} else {
@@ -2736,7 +2736,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					case "FSSubjugationist":
 						_subjugationRace = setup.filterRacesLowercase.random();
 						if ((arc.FSSupremacist === "unset") || (_subjugationRace !== arc.FSSupremacistRace)) {
-							r.push(`${desc} preoccupied by a racial animus towards${_subjugationRace} people, leading the arcology to <span class="yellow">adopt _subjugationRace Subjugation.</span>`);
+							r.push(`${desc} preoccupied by a racial animus towards ${_subjugationRace} people, leading the arcology to <span class="yellow">adopt ${_subjugationRace} Subjugation.</span>`);
 							arc.FSSubjugationist = 5;
 							_adopted = 1;
 							arc.FSSubjugationistRace = _subjugationRace;
@@ -2745,7 +2745,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					case "FSSupremacist":
 						_supremacistRace = setup.filterRacesLowercase.random();
 						if ((arc.FSSubjugationist === "unset") || (_supremacistRace !== arc.FSSubjugationistRace)) {
-							r.push(`${desc} preoccupied by belief in the superiority of the${_supremacistRace} race, leading the arcology to <span class="yellow">adopt _supremacistRace Supremacy.</span>`);
+							r.push(`${desc} preoccupied by belief in the superiority of the ${_supremacistRace} race, leading the arcology to <span class="yellow">adopt ${_supremacistRace} Supremacy.</span>`);
 							arc.FSSupremacist = 5;
 							_adopted = 1;
 							arc.FSSupremacistRace = _supremacistRace;
@@ -2939,7 +2939,7 @@ App.EndWeek.neighborsDevelopment = function() {
 					arc.FSDegradationist = 5;
 					return;
 				}
-				if (_validFSes.includes("FSSlaveProfessionalism") && (_leader.intelligence + _leader.intelligenceImplant >= 120) && (_leader.skill.vagina + _leader.skill.oral + _leader.skill.anal + _leader.skill.whoring + _leader.skill.entertainment >= 400)) {
+				if (_validFSes.includes("FSSlaveProfessionalism") && (_leader.intelligence + _leader.intelligenceImplant >= 120) && (_leader.skill.vaginal + _leader.skill.oral + _leader.skill.anal + _leader.skill.whoring + _leader.skill.entertainment >= 400)) {
 					r.push(`Your agent <span class="pink">_leader.slaveName</span> successfully pushes it to <span class="yellow">adopt Slave Professionalism,</span> since ${he} wishes to produce slaves you can be proud of.`);
 					arc.FSSlaveProfessionalism = 5;
 					return;
diff --git a/src/uncategorized/economics.tw b/src/uncategorized/economics.tw
index 5b1bcdbb510..e108f2ea750 100644
--- a/src/uncategorized/economics.tw
+++ b/src/uncategorized/economics.tw
@@ -18,8 +18,7 @@
 <br><br>
 
 <<if $useTabs == 0>>
-	<<include "Neighbors Development">>
-	<br>
+	<<includeDOM App.EndWeek.neighborsDevelopment()>>
 	<<includeDOM App.EndWeek.arcmgmt()>>
 
 	<<if $FSAnnounced > 0>>
@@ -69,7 +68,7 @@
 
 		<div id="Arcologies" class="tab-content">
 			<div class="content">
-				<<include "Neighbors Development">>
+				<<includeDOM App.EndWeek.neighborsDevelopment()>>
 			</div>
 		</div>
 
diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw
deleted file mode 100644
index 9f03d22f9fe..00000000000
--- a/src/uncategorized/neighborsDevelopment.tw
+++ /dev/null
@@ -1,1909 +0,0 @@
-:: Neighbors Development [nobr]
-
-<<set $averageProsperity = 0, _agentBonus = 0>>
-<<for $i = 0; $i < $arcologies.length; $i++>>
-	<<if $arcologies[$i].prosperity < 10>>
-		<<set $arcologies[$i].prosperity = 10>>
-	<</if>>
-	<<set $averageProsperity += $arcologies[$i].prosperity>>
-<</for>>
-<<set $averageProsperity = $averageProsperity/$arcologies.length>>
-
-<<if $corp.Incorporated == 1>>
-	<<set _corpBonus = Math.trunc(1000 * Math.pow(App.Corporate.value, 0.1))>>
-<</if>>
-
-<<if $useTabs == 0>>__Arcologies in the Free City__<</if>>
-
-<<for $i = 0; $i < $arcologies.length; $i++>>
-
-<br>
-'' $arcologies[$i].name'', your <<if $arcologies[$i].direction == 0>>arcology<<else>>neighbor to the $arcologies[$i].direction<</if>>,
-
-/* PROSPERITY */
-
-<<if $arcologies[$i].direction != 0>>
-	<<switch $arcologies[$i].government>>
-	<<case "elected officials">>
-		<<set $arcologies[$i].prosperity += random(-1,1)>>
-	<<case "a corporation" "an oligarchy">>
-		<<set $arcologies[$i].prosperity += random(-1,2)>>
-	<<case "a committee" "your trustees">>
-		<<set $arcologies[$i].prosperity += random(0,2)>>
-	<<case "an individual">>
-		<<set $arcologies[$i].prosperity += random(0,3)>>
-	<<case "your agent">>
-		<<set _agentBonus = agentBonus($i)>>
-		<<set $arcologies[$i].prosperity += random(0,3) + _agentBonus>>
-	<<default>>
-		<<set $arcologies[$i].prosperity += random(-1,1)>>
-	<</switch>>
-	<<set $arcologies[$i].prosperity = Math.clamp($arcologies[$i].prosperity, 1, 300)>>
-<</if>>
-
-<<if $arcologies[$i].honeymoon > 0>>
-	<<set $arcologies[$i].honeymoon -= 1>>
-<</if>>
-
-<<if $arcologies[$i].government == "your agent">>
-	<<set _Agent = App.currentAgent($i)>>
-	<<setLocalPronouns _Agent>>
-	is being run by your agent @@.deeppink;<<= SlaveFullName(_Agent)>>.@@
-	<<set _agentIndex = $slaveIndices[_Agent.ID]>>
-	<<if (def _agentIndex) && $slaves[_agentIndex].assignment != "be your agent">>
-		@@.red;BUG: $slaves[_agentIndex].slaveName also was <<print $slaves[_agentIndex].assignment>>!@@
-		<<= assignJob($slaves[_agentIndex], "be your agent")>>
-	<</if>>
-	<<if _agentBonus > 0>>@@.green;$He does an excellent job this week.@@<</if>>
-	The arcology
-<<elseif $arcologies[$i].government == "your trustees">>
-	is being run by @@.mediumseagreen;your trustees.@@ The arcology
-<</if>>
-
-<<if $arcologies[$i].direction == 0>>
-	<<set _error = 5>>
-<<else>>
-	<<set _error = 10>>
-<</if>>
-<<set _error -= Math.min(2*$assistant.power, _error)>>
-<<set _prosperity = (Math.trunc((0.1*$arcologies[$i].prosperity*random(100-_error,100+_error))/100))>>
-has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $showNumbers != 2>><<if ($showNumbers == 1) && (_prosperity > $showNumbersMax)>>m<<else>> million<</if>><<else>>m<</if>>,@@
-
-<<if ($arcologies[$i].rival == 1) && ($arcologies[$i].government != "an individual")>>
-	but it is undergoing some internal turmoil. @@.red;Resentment that has been quietly building among the arcology's elite turns into open rebellion!@@
-	<<if $arcologies[$i].PCminority > 0>>
-		@@.red;Your ownership interest in $arcologies[$i].name has been annulled!@@
-		<<set $arcologies[$i].PCminority = 0>>
-	<</if>>
-	@@.yellow;After a brief power struggle, it undergoes a change of government.@@
-	<<if (def _agentIndex) && _agentIndex != -1>>
-		<<setLocalPronouns $slaves[_agentIndex]>>
-		@@.deeppink;$slaves[_agentIndex].slaveName@@ manages to escape with the help of a few loyal citizens and returns to you @@.gold;fearing your displeasure at $his failure.@@
-		<<set $slaves[_agentIndex].trust -= 40>>
-		<<= assignJob($slaves[_agentIndex], "rest")>> /* this takes care of necessary cleanup for agent and agent companion (if any) */
-	<</if>>
-	A controlling interest has been taken by a single individual, leaving the arcology ruled like yours is.
-	<<set $arcologies[$i].government = "an individual">>
-	<<set $arcologies[$i].ownership = random(51,61), $arcologies[$i].minority = 100 - $arcologies[$i].ownership - random(1,19), $arcologies[$i].honeymoon += 10>>
-<<elseif ($arcologies[$i].government != "your trustees") && ($arcologies[$i].government != "your agent") && ($arcologies[$i].ownership < $arcologies[$i].PCminority) && ($arcologies[$i].direction != 0) && ($arcologies[$i].rival != 1)>>
-	undergoing a leadership struggle in which you are deeply concerned, since you now own more of it than its current leadership.
-	<<if random(0,10) < $arcologies[$i].PCminority - $arcologies[$i].ownership>>
-		@@.yellow;You successfully execute a hostile takeover and now control the arcology.@@ Trustees from among its leading citizens will exercise local control at your direction until you make other arrangements.
-		<<set $arcologies[$i].honeymoon += 10>>
-		<<set $arcologies[$i].ownership = 0>>
-		<<set $arcologies[$i].government = "your trustees">>
-	<<else>>
-		The current leadership has not yet exhausted its legalistic recourses, and retains control for the moment, causing considerable disruption.
-		<<set $arcologies[$i].prosperity -= 3>>
-	<</if>>
-<<elseif ($arcologies[$i].ownership == 0) && ($arcologies[$i].PCminority > 0) && ($arcologies[$i].minority > $arcologies[$i].PCminority)>>
-	undergoing a leadership struggle in which you are deeply concerned, since your ownership share has diminished to a dangerously low point.
-	<<if random(0,10) < $arcologies[$i].minority - $arcologies[$i].PCminority>>
-		@@.yellow;It undergoes a change of government.@@
-		<<set $arcologies[$i].honeymoon += 10>>
-		<<set $arcologies[$i].ownership = $arcologies[$i].minority>>
-		<<set $arcologies[$i].minority = 0>>
-		<<switch $arcologies[$i].government>>
-		<<case "your trustees">>
-			<<if random(0,2) == 0>>
-				Its leading citizens form a corporation to run the arcology more efficiently.
-				<<set $arcologies[$i].government = "a corporation">>
-			<<else>>
-				A power struggle is won by a single individual, leaving the arcology ruled like yours is.
-				<<set $arcologies[$i].government = "an individual">>
-			<</if>>
-		<<default>>
-			<<if random(0,2) == 0>>
-				The failed individual who led it is run out and replaced by direct democracy.
-				<<set $arcologies[$i].government = "direct democracy">>
-			<<else>>
-				The failed individual who led it is bought out by a corporation.
-				<<set $arcologies[$i].government = "a corporation">>
-			<</if>>
-		<</switch>>
-	<<else>>
-		The arcology is paralyzed by dissension over how to respond.
-		<<set $arcologies[$i].prosperity -= 3>>
-	<</if>>
-<<elseif ($arcologies[$i].ownership != 0) && (($arcologies[$i].ownership < $arcologies[$i].minority) || ($arcologies[$i].ownership < 10)) && ($arcologies[$i].direction != 0) && ($arcologies[$i].rival != 1)>>
-	undergoing a leadership struggle, since its current government owns less of it than its largest rival for control.
-	<<if random(0,10) < $arcologies[$i].minority - $arcologies[$i].ownership>>
-		@@.yellow;It undergoes a change of government.@@
-		<<set $arcologies[$i].honeymoon += 10>>
-		<<set $arcologies[$i].ownership = $arcologies[$i].minority>>
-		<<set $arcologies[$i].minority = 0>>
-		<<switch $arcologies[$i].government>>
-		<<case "elected officials">>
-			<<if random(0,2) == 0>>
-				Its elected officials surrender power to a small group of leading citizens.
-				<<set $arcologies[$i].government = "an oligarchy">>
-			<<else>>
-				Its elected officials are forced to give way to a committee of public safety.
-				<<set $arcologies[$i].government = "a committee">>
-			<</if>>
-		<<case "a committee">>
-			<<if random(0,2) == 0>>
-				Its ruling committee forms it into a corporation in the hope this will spur growth.
-				<<set $arcologies[$i].government = "a corporation">>
-			<<else>>
-				A power struggle within its ruling committee leaves only a few leading citizens in power.
-				<<set $arcologies[$i].government = "an oligarchy">>
-			<</if>>
-		<<case "an oligarchy">>
-			<<if random(0,2) == 0>>
-				Its leading citizens form a corporation to run the arcology more efficiently.
-				<<set $arcologies[$i].government = "a corporation">>
-			<<else>>
-				A power struggle is won by a single individual, leaving the arcology ruled like yours is.
-				<<set $arcologies[$i].government = "an individual">>
-			<</if>>
-		<<case "an individual">>
-			<<if random(0,2) == 0>>
-				The failed individual who led it is run out and replaced by direct democracy.
-				<<set $arcologies[$i].government = "direct democracy">>
-			<<else>>
-				The failed individual who led it is bought out by a corporation.
-				<<set $arcologies[$i].government = "a corporation">>
-			<</if>>
-		<<case "a corporation">>
-			<<if random(0,2) == 0>>
-				A power struggle within the corporation that runs it is won by a single person.
-				<<set $arcologies[$i].government = "an individual">>
-			<<else>>
-				The corporation that runs it collapses and is replaced by an oligarchy of rich shareholders.
-				<<set $arcologies[$i].government = "an oligarchy">>
-			<</if>>
-		<<default>>
-			Its direct democracy votes to empower some elected officials in the hope they can lead the arcology out of its problems.
-			<<set $arcologies[$i].government = "elected officials">>
-		<</switch>>
-		<<set _desc = FutureSocieties.decay($i).map((fs) => FutureSocieties.displayName(fs))>>
-		<<if _desc.length > 2>>
-			Its citizens take the opportunity to make radical social changes, @@.cyan;purging the <<= _desc.reduce((res, ch, i, arr) => res + (i === arr.length - 1 ? ' and ' : ', ') + ch)>>@@ favored by the old government.
-		<<elseif _desc.length == 2>>
-			Its citizens take the opportunity to make social changes, @@.cyan;discarding the _desc[0] and _desc[1]@@ favored by the old government.
-		<<elseif _desc.length == 1>>
-			Its citizens take the opportunity to make social change and @@.cyan;abandon the _desc[0]@@ favored by the old government.
-		<</if>>
-	<<else>>
-		The arcology is paralyzed by internal dissension over how to respond.
-		<<set $arcologies[$i].prosperity -= 3>>
-	<</if>>
-<<elseif $arcologies[$i].prosperity >= 300>>
-	at the maximum possible prosperity.
-<<elseif $arcologies[$i].prosperity > $averageProsperity + 10>>
-	much more prosperous than the rest of the Free City, limiting its economic development.
-	<<set $arcologies[$i].prosperity -= 1>>
-<<elseif $arcologies[$i].prosperity >= $averageProsperity - 10>>
-	about as prosperous as the rest of the Free City.
-<<else>>
-	<<if ($arcologies[$i].honeymoon > 0)>>
-		far behind the rest of the Free City, making it a good investment and spurring its economic development. It remains in the @@.lightgreen;honeymoon period@@ after its recent change of government, suppressing dissension and further encouraging growth.
-		<<set $arcologies[$i].prosperity += 2>>
-		<<if ($arcologies[$i].ownership != 0) && ($arcologies[$i].ownership < 40)>>
-			<<set $arcologies[$i].ownership += 1>>
-		<</if>>
-	<<else>>
-		not as prosperous as the rest of the Free City, spurring its economic development.
-		<<set $arcologies[$i].prosperity += 1>>
-	<</if>>
-<</if>>
-
-/* NATURAL CHANGES TO MINORITY SHARE */
-<<if ($arcologies[$i].government == "your agent") || ($arcologies[$i].government == "your trustees")>>
-	<<set $arcologies[$i].ownership = 0>>
-<</if>>
-<<set _owned = $arcologies[$i].minority+$arcologies[$i].ownership+$arcologies[$i].PCminority>>
-<<if $arcologies[$i].minority < 10>>
-	<<set $arcologies[$i].minority = 0>>
-<<elseif $arcologies[$i].minority < $arcologies[$i].PCminority>>
-	<<set $arcologies[$i].minority = 0>>
-<<elseif _owned >= 95>>
-	<<set $arcologies[$i].minority -= random(3,5)>>
-<<elseif $arcologies[$i].minority > (100 - _owned)*5>>
-	<<set $arcologies[$i].minority -= random(3,5)>>
-<<elseif $arcologies[$i].minority < (100 - _owned)*4>>
-	<<if $arcologies[$i].minority < 10>>
-		<<if $arcologies[$i].ownership + $arcologies[$i].PCminority <= 90>>
-			<<set $arcologies[$i].minority = 10>>
-		<</if>>
-	<<else>>
-		<<if $arcologies[$i].ownership + $arcologies[$i].PCminority <= 98>>
-			<<if $arcologies[$i].prosperity < random(0,300)>>
-				<<set $arcologies[$i].minority += random(0,2)>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].direction != 0>>
-
-/* AI ARCOLOGY SHARE BUYING AND SELLING */
-<<set _economicUncertainty = App.Utils.economicUncertainty($i)>>
-<<if $arcologies[$i].government != "your agent">>
-	<<if $arcologies[$i].government != "your trustees">>
-		<<if $arcologies[$i].minority + $arcologies[$i].ownership + $arcologies[$i].PCminority < 100>>
-			<<set _prosperityDiff = $arcologies[$i].prosperity-$averageProsperity>>
-			<<if _prosperityDiff > random(-10,50)>>
-				Its leadership acquires an increased share of its ownership.
-				<<set $arcologies[$i].ownership += 1>>
-				<<set $arcologies[$i].prosperity -= 5>>
-				This places its government in control of approximately @@.orange;<<print Math.trunc($arcologies[$i].ownership*_economicUncertainty)>>%@@ of the arcology<<if $arcologies[$i].minority > 0>>, against its most prominent competition with a @@.tan;<<print Math.trunc($arcologies[$i].minority*_economicUncertainty)>>%@@ share<</if>>.
-			<<elseif _prosperityDiff < random(-50,10)>>
-				<<if $arcologies[$i].ownership > 0>>
-					<<if $arcologies[$i].rival != 1 || ($arcologies[$i].rival == 1 && $arcologies[$i].ownership > 51 && random(1,2) == 1)>>
-						Its leadership sells off some of its ownership to stay afloat.
-						<<set $arcologies[$i].ownership -= 1>>
-						<<set $arcologies[$i].prosperity += 5>>
-						This leaves its government in control of approximately @@.orange;<<print Math.trunc($arcologies[$i].ownership*_economicUncertainty)>>%@@ of the arcology<<if $arcologies[$i].minority > 0>>, against its most prominent competition, with a @@.tan;<<print Math.trunc($arcologies[$i].minority*_economicUncertainty)>>%@@ share<</if>>.
-					<</if>>
-				<</if>>
-			<</if>>
-			<<if $arcologies[$i].minority+$arcologies[$i].ownership > 100>>
-				<<set $arcologies[$i].minority = 100-$arcologies[$i].ownership>>
-			<</if>>
-		<<else>>
-			<<if (($arcologies[$i].ownership + $arcologies[$i].PCminority) >= 99) && ($arcologies[$i].rival != 1)>>
-				<<set $arcologies[$i].ownership = 98 - $arcologies[$i].PCminority>>
-			<<else>>
-				<<set $arcologies[$i].minority = Math.clamp(98 - $arcologies[$i].ownership - $arcologies[$i].PCminority, 0, 98)>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-/* AI ARCOLOGY RENTS TO PC */
-
-<<if $arcologies[$i].PCminority > 0>>
-	<<set _rents = ($arcologies[$i].prosperity*$arcologies[$i].PCminority*2)+random(1,100)>>
-	<<run cashX(_rents, "rents")>>
-	This week, you made @@.yellowgreen;<<print cashFormat(_rents)>>@@ from your holdings in this arcology.
-<</if>>
-
-/* CYBER ECONOMIC WARFARE */
-<<if $arcologies[$i].direction == $arcologies[0].CyberEconomicTarget>>
-	<<if $PC.skill.hacking == -100>>
-		<<set _Catchchance = 10>>
-	<<elseif $PC.skill.hacking <= -75>>
-		<<set _Catchchance = 30>>
-	<<elseif $PC.skill.hacking <= -50>>
-		<<set _Catchchance = 40>>
-	<<elseif $PC.skill.hacking <= -25>>
-		<<set _Catchchance = 45>>
-	<<elseif $PC.skill.hacking == 0>>
-		<<set _Catchchance = 50>>
-	<<elseif $PC.skill.hacking <= 25>>
-		<<set _Catchchance = 60>>
-	<<elseif $PC.skill.hacking <= 50>>
-		<<set _Catchchance = 70>>
-	<<elseif $PC.skill.hacking <= 75>>
-		<<set _Catchchance = 85>>
-	<<elseif $PC.skill.hacking >= 100>>
-		<<set _Catchchance = 100>>
-	<</if>>
-	<<set _weekModifier = Math.max(1, (100-($week*2)))>>
-	<<set $arcologies[$i].prosperity -= $arcologies[0].CyberEconomic*2, _WarSpoils = Math.ceil(10+Math.max(((100/_weekModifier)*$arcologies[$i].prosperity*$arcologies[0].CyberEconomic),0))>>
-	<<set $arcologies[$i].prosperity = Math.clamp($arcologies[$i].prosperity, 1, $AProsperityCap)>>
-	<<if random(0,100) >= _Catchchance-(10*$arcologies[0].CyberEconomic)>>
-		<<set $arcologies[0].prosperity -= $arcologies[0].CyberEconomic*3, _redHanded = 1>>
-		<<run repX(forceNeg(random(100,200)), "war")>>
-		<<if $secExpEnabled > 0>>
-			<<set $SecExp.core.authority -= random(100,500)*$arcologies[0].CyberEconomic, $SecExp.core.crimeLow += random(10,25)>>
-		<</if>>
-		<<set $arcologies[0].prosperity = Math.clamp($arcologies[0].prosperity, 1, $AProsperityCap)>>
-	<</if>>
-	You target $arcologies[$i].name for @@.yellow;digital economic warfare,@@ successfully raiding its coffers for @@.yellowgreen;<<print cashFormat(_WarSpoils)>>@@ this week.
-	<<run cashX(_WarSpoils, "war")>>
-	<<if _redHanded == 1>>
-		A successful trace back to your arcology has exposed your actions, @@.red;damaging your reputation@@ and @@.red;scaring away potential investors.@@
-		<<if $secExpEnabled > 0>>
-			To add insult to injury, @@.red;your authority has been weakened@@ and your actions have painted your arcology as a @@.red;haven for crime.@@
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].direction == $arcologies[0].CyberReputationTarget>> /* REPUTATION WARFARE */
-	<<if $PC.skill.hacking == -100>>
-		<<set _Catchchance = 10>>
-	<<elseif $PC.skill.hacking <= -75>>
-		<<set _Catchchance = 30>>
-	<<elseif $PC.skill.hacking <= -50>>
-		<<set _Catchchance = 40>>
-	<<elseif $PC.skill.hacking <= -25>>
-		<<set _Catchchance = 45>>
-	<<elseif $PC.skill.hacking == 0>>
-		<<set _Catchchance = 50>>
-	<<elseif $PC.skill.hacking <= 25>>
-		<<set _Catchchance = 60>>
-	<<elseif $PC.skill.hacking <= 50>>
-		<<set _Catchchance = 70>>
-	<<elseif $PC.skill.hacking <= 75>>
-		<<set _Catchchance = 85>>
-	<<elseif $PC.skill.hacking >= 100>>
-		<<set _Catchchance = 100>>
-	<</if>>
-	<<set $arcologies[$i].prosperity -= $arcologies[0].CyberReputation>>
-	<<if $arcologies[$i].rival != 1>>
-		<<set $arcologies[$i].ownership -= $arcologies[0].CyberReputation>>
-	<</if>>
-	<<set $arcologies[$i].prosperity = Math.clamp($arcologies[$i].prosperity, 1, 300)>>
-	<<set $arcologies[$i].ownership = Math.clamp($arcologies[$i].ownership, 0, 100)>>
-	<<if random(0,100) >= _Catchchance-(10*$arcologies[0].CyberReputation)>>
-		<<set $arcologies[0].prosperity -= $arcologies[0].CyberReputation*3, _redHanded = 1>>
-		<<run repX(forceNeg(random(100,200)), "war")>>
-		<<if $secExpEnabled > 0>>
-			<<set $SecExp.core.authority -= random(100,500)*$arcologies[0].CyberReputation, $SecExp.core.crimeLow += random(10,25)>>
-		<</if>>
-		<<set $arcologies[0].prosperity = Math.clamp($arcologies[0].prosperity, 1, 300)>>
-	<</if>>
-	You target $arcologies[$i].name's leadership for @@.yellow;character assassination@@ in an attempt to destabilize the arcology.
-	<<if _redHanded == 1>>
-		A successful trace back to your arcology has exposed your actions, @@.red;damaging your reputation@@ and @@.red;scaring away potential investors.@@
-		<<if $secExpEnabled > 0>>
-			To add insult to injury, @@.red;your authority has been weakened@@ and your actions have painted your arcology as a @@.red;haven for crime.@@
-		<</if>>
-	<</if>>
-<</if>>
-
-
-/* AI ARCOLOGY RENAMING */
-<<for $j = 0; $j < $arcologies.length; $j++>>
-	<<if $arcologies[$i].direction != $arcologies[$j].direction>>
-		<<if $arcologies[$i].name == $arcologies[$j].name>>
-			<<set $arcologies[$i].name = "Arcology X-"+($i < 4 ? $i : $i + 1)>> /* X-4 is reserved for player's arcology, so X-1 is available */
-			It resumes its original name, '' $arcologies[$i].name'', since the arcology to the $arcologies[$i].direction of yours is also named $arcologies[$j].name.
-			<<break>>
-		<</if>>
-	<</if>>
-<</for>>
-
-<</if>>
-
-/* ECONOMIC WARFARE */
-
-<<for $j = 0; $j < $arcologies.length; $j++>>
-	<<if $arcologies[$i].direction == $arcologies[$j].embargoTarget>>
-		<<set $arcologies[$i].prosperity -= $arcologies[$j].embargo*2>>
-		<<if $arcologies[$j].direction != 0>>
-			<<set $arcologies[$j].prosperity -= $arcologies[$j].embargo*2>>
-		<</if>>
-		<<set $arcologies[$i].prosperity = Math.clamp($arcologies[$i].prosperity, 1, 300)>>
-		$arcologies[$j].name targets $arcologies[$i].name for @@.red;economic warfare.@@
-	<</if>>
-<</for>>
-
-/* FUTURE SOCIETY PROGRESS */
-
-<<set _societiesAdopted = FutureSocieties.activeCount($i)>>
-<<switch $arcologies[$i].government>>
-<<case "elected officials">>
-	<<set _efficiency = random(-2,2)>>
-<<case "a committee">>
-	<<set _efficiency = random(-1,2)>>
-<<case "an oligarchy" "your trustees">>
-	<<set _efficiency = random(-1,3)>>
-<<case "an individual">>
-	<<set _efficiency = random(-1,5)>>
-<<case "your agent">>
-	<<set _efficiency = _agentBonus + random(-1,1)>>
-<<case "a corporation">>
-	<<set _efficiency = random(1,2)>>
-<<default>>
-	<<set _efficiency = random(-3,3)>>
-<</switch>>
-
-<<if $arcologies[$i].rival == 1>>
-	<<set _efficiency += random(0,2)>>
-<</if>>
-
-<<if $arcologies[$i].direction != 0>>
-	<<run FutureSocieties.applyBroadProgress($i, _efficiency)>>
-<</if>>
-<<set _passive = new App.Neighbor.PassiveFSInfluence($i)>>
-<<if $arcologies[$i].FSSupremacist != "unset">>
-	<<= _passive.output("FSSupremacist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSSupremacist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Racial Supremacy for $arcologies[$i].FSSupremacistRace people has reached stability and acceptance there. The arcology has been renamed
-				<<switch $arcologies[$i].FSSupremacistRace>>
-				<<case "white">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSupremacistWhite)>>
-				<<case "asian">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSupremacistAsian)>>
-				<<case "latina">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSupremacistLatina)>>
-				<<case "middle eastern">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSupremacistMiddleEastern)>>
-				<<case "black">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSupremacistBlack)>>
-				<<case "indo-aryan">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSupremacistIndoAryan)>>
-				<<case "pacific islander">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSupremacistPacificIslander)>>
-				<<case "malay">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSupremacistMalay)>>
-				<<case "amerindian">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSupremacistAmerindian)>>
-				<<case "southern european">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSupremacistSouthernEuropean)>>
-				<<case "semitic">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSupremacistSemitic)>>
-				<<default>>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSupremacistMixedRace)>>
-				<</switch>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSSupremacist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on $arcologies[$i].FSSupremacistRace Supremacy.
-			<<set $arcologies[$i].FSSupremacist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSSupremacist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if !$corp.SpecRaces.includes($arcologies[$i].FSSupremacistRace)>>
-				It's a @@.lightgreen;good market@@ for your corporation's racially inferior slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSSupremacist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSSubjugationist != "unset">>
-	<<= _passive.output("FSSubjugationist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSSubjugationist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Racial Subjugationism of $arcologies[$i].FSSubjugationistRace people has reached stability and acceptance there. The arcology has been renamed
-				<<switch $arcologies[$i].FSSubjugationistRace>>
-				<<case "white">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSubjugationistWhite)>>
-				<<case "asian">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSubjugationistAsian)>>
-				<<case "latina">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSubjugationistLatina)>>
-				<<case "middle eastern">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSubjugationistMiddleEastern)>>
-				<<case "black">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSubjugationistBlack)>>
-				<<case "indo-aryan">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSubjugationistIndoAryan)>>
-				<<case "pacific islander">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSubjugationistPacificIslander)>>
-				<<case "malay">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSubjugationistMalay)>>
-				<<case "amerindian">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSubjugationistAmerindian)>>
-				<<case "southern european">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSubjugationistSouthernEuropean)>>
-				<<case "semitic">>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSubjugationistSemitic)>>
-				<<default>>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSubjugationistMixedRace)>>
-				<</switch>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSSubjugationist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on $arcologies[$i].FSSubjugationistRace Subjugationism.
-			<<set $arcologies[$i].FSSubjugationist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSSubjugationist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecRaces.includes($arcologies[$i].FSSubjugationistRace)>>
-				It's a @@.lightgreen;good market@@ for your corporation's $arcologies[$i].FSSubjugationistRace slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSSubjugationist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSRepopulationFocus != "unset">>
-	<<= _passive.output("FSRepopulationFocus")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSRepopulationFocus >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Repopulationism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesRepopulationist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSRepopulationFocus < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Repopulationism.
-			<<set $arcologies[$i].FSRepopulationFocus = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSRepopulationFocus != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecMilk > 0>>
-				It's a @@.lightgreen;good market@@ for your corporation's milky cows, improving sales and helping social progress.
-				<<set $arcologies[$i].FSRepopulationFocus += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<<elseif $corp.SpecAge == 1>>
-				It's a @@.lightgreen;good market@@ for your corporation's youthful captures, improving sales and helping social progress.
-				<<set $arcologies[$i].FSRepopulationFocus += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<<elseif $corp.SpecInjection == 5>>
-				It's a @@.lightgreen;good market@@ for your corporation's milky cows, improving sales and helping social progress.
-				<<set $arcologies[$i].FSRepopulationFocus += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSRestart != "unset">>
-	<<= _passive.output("FSRestart")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSRestart >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				<<set $arcologies[$i].FSRestartResearch = 1>>
-				Eugenics has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesEugenics)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSRestart < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Eugenics.
-			<<set $arcologies[$i].FSRestart = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSRestart != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecBalls == -1>>
-				It's an @@.lightgreen;excellent market@@ for your corporation's neutered slavegirls, improving sales and helping social progress.
-				<<set $arcologies[$i].FSRestart += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<<elseif $corp.SpecSexEd == 2>>
-				It's a @@.lightgreen;good market@@ for your corporation's well trained toys, improving sales and helping social progress.
-				<<set $arcologies[$i].FSRestart += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<<elseif $corp.SpecIntelligence == 3>>
-				It's a @@.lightgreen;good market@@ for your corporation's smarter captures, improving sales and helping social progress.
-				<<set $arcologies[$i].FSRestart += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSGenderRadicalist != "unset">>
-	<<= _passive.output("FSGenderRadicalist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSGenderRadicalist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				<<set $arcologies[$i].FSGenderRadicalistResearch = 1>>
-				Gender Radicalism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesGenderRadicalist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSGenderRadicalist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Gender Radicalism.
-			<<set $arcologies[$i].FSGenderRadicalist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSGenderRadicalist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecHormones > 0>>
-				It's a @@.lightgreen;good market@@ for your corporation's hormonally treated slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSGenderRadicalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-			<<if $corp.SpecPussy == 1 && $corp.SpecDick == 1>>
-				It's a @@.lightgreen;good market@@ for your corporation's beautiful futanari, improving sales and helping social progress.
-				<<set $arcologies[$i].FSGenderRadicalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<<elseif $corp.SpecBalls == -1>>
-				It's a @@.lightgreen;good market@@ for your corporation's clipped buttsluts, improving sales and helping social progress.
-				<<set $arcologies[$i].FSGenderRadicalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-			<<if ($corp.SpecGender == 2) || ($seeDicks == 100)>>
-				It's a @@.lightgreen;good market@@ for your corporation's feminized slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSGenderRadicalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSGenderFundamentalist != "unset">>
-	<<= _passive.output("FSGenderFundamentalist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSGenderFundamentalist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Gender Fundamentalism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesGenderFundamentalist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSGenderFundamentalist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Gender Fundamentalism.
-			<<set $arcologies[$i].FSGenderFundamentalist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSGenderFundamentalist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if ($corp.SpecGender == 1) || ($seeDicks == 0)>>
-				It's a @@.lightgreen;good market@@ for your corporation's enslaved females, improving sales and helping social progress.
-				<<set $arcologies[$i].FSGenderFundamentalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSPaternalist != "unset">>
-	<<= _passive.output("FSPaternalist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSPaternalist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Paternalism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesPaternalist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSPaternalist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Paternalism.
-			<<set $arcologies[$i].FSPaternalist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSPaternalist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecTrust > 3>>
-				It's a @@.lightgreen;good market@@ for your corporation's well-treated companions, improving sales and helping social progress.
-				<<set $arcologies[$i].FSPaternalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-			<<if $corp.SpecCosmetics == 1>>
-				It's a @@.lightgreen;good market@@ for your corporation's meticulously beautified ladies, improving sales and helping social progress.
-				<<set $arcologies[$i].FSPaternalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<<elseif $corp.SpecEducation > 0>>
-				It's a @@.lightgreen;good market@@ for your corporation's educated ladies, improving sales and helping social progress.
-				<<set $arcologies[$i].FSPaternalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSDegradationist != "unset">>
-	<<= _passive.output("FSDegradationist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSDegradationist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Degradationism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesDegradationist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSDegradationist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Degradationism.
-			<<set $arcologies[$i].FSDegradationist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSDegradationist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecTrust < 3>>
-				It's a @@.lightgreen;good market@@ for your corporation's thoroughly terrified slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSDegradationist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-			<<if $corp.SpecIntelligence == 1>>
-				It's a @@.lightgreen;good market@@ for your corporation's idiotic sluts, improving sales and helping social progress.
-				<<set $arcologies[$i].FSDegradationist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<<elseif $corp.SpecAmputee == 1>>
-				It's a @@.lightgreen;good market@@ for your corporation's human sex toys, improving sales and helping social progress.
-				<<set $arcologies[$i].FSDegradationist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSIntellectualDependency != "unset">>
-	<<= _passive.output("FSIntellectualDependency")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSIntellectualDependency >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Intellectual Dependency has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesIntellectualDependency)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSIntellectualDependency < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Intellectual Dependency.
-			<<set $arcologies[$i].FSIntellectualDependency = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSIntellectualDependency != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecIntelligence == 1>>
-				It's an @@.lightgreen;excellent market@@ for your corporation's idiotic sluts, improving sales and helping social progress.
-				<<set $arcologies[$i].FSIntellectualDependency += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<<elseif $corp.SpecEducation == 0>>
-				It's a @@.lightgreen;good market@@ for your corporation's uneducated slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSIntellectualDependency += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSSlaveProfessionalism != "unset">>
-	<<= _passive.output("FSSlaveProfessionalism")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSSlaveProfessionalism >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				<<set $arcologies[$i].FSSlaveProfessionalismResearch = 1>>
-				Slave Professionalism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSlaveProfessionalism)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSSlaveProfessionalism < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Slave Professionalism.
-			<<set $arcologies[$i].FSSlaveProfessionalism = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSSlaveProfessionalism != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecIntelligence == 3>>
-				It's an @@.lightgreen;excellent market@@ for your corporation's smarter captures, improving sales and helping social progress.
-				<<set $arcologies[$i].FSSlaveProfessionalism += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<</if>>
-			<<if $corp.SpecEducation > 1>>
-				It's a @@.lightgreen;good market@@ for your corporation's well educated ladies, improving sales and helping social progress.
-				<<set $arcologies[$i].FSSlaveProfessionalism += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<<elseif $corp.SpecEducation > 0>>
-				It's a @@.lightgreen;good market@@ for your corporation's educated ladies, improving sales and helping social progress.
-				<<set $arcologies[$i].FSSlaveProfessionalism += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-			<<if $corp.SpecSexEd == 2>>
-				It's a @@.lightgreen;good market@@ for your corporation's well trained toys, improving sales and helping social progress.
-				<<set $arcologies[$i].FSSlaveProfessionalism += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<<elseif $corp.SpecAccent == 2>>
-				It's a @@.lightgreen;good market@@ for your corporation's linguistically perfect slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSSlaveProfessionalism += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSBodyPurist != "unset">>
-	<<= _passive.output("FSBodyPurist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSBodyPurist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Body Purism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesBodyPurist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSBodyPurist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Body Purism.
-			<<set $arcologies[$i].FSBodyPurist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSBodyPurist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecImplants == 0>>
-				<<if $corp.SpecAmputee != 1>>
-					It's a @@.lightgreen;good market@@ for your corporation's implant-free slaves, improving sales and helping social progress.
-					<<set $arcologies[$i].FSBodyPurist += 1>>
-					<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSTransformationFetishist != "unset">>
-	<<= _passive.output("FSTransformationFetishist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSTransformationFetishist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				<<set $arcologies[$i].FSTransformationFetishistResearch = 1>>
-				Transformation Fetishism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesTransformationFetishist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSTransformationFetishist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Transformation Fetishism.
-			<<set $arcologies[$i].FSTransformationFetishist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSTransformationFetishist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecImplants == 1>>
-				It's a @@.lightgreen;good market@@ for your corporation's implanted slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSTransformationFetishist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<<elseif $corp.SpecImplants == 2>>
-				It's an @@.lightgreen;excellent market@@ for your corporation's absurdly implanted slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSTransformationFetishist += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSYouthPreferentialist != "unset">>
-	<<= _passive.output("FSYouthPreferentialist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSYouthPreferentialist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Youth Preferentialism has reached stability and acceptance there. The arcology has been renamed
-				<<if $pedo_mode == 1 || $minimumSlaveAge < 6>>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesYouthPreferentialistLow)>>
-				<<elseif $minimumSlaveAge < 14>>
-					<<set $arcologies[$i].name = either(setup.ArcologyNamesYouthPreferentialist, setup.ArcologyNamesYouthPreferentialistLow)>>
-				<<else>>
-					<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesYouthPreferentialist)>>
-				<</if>>
-				'' $arcologies[$i].name'' to mark the occasion.
-				<<set $arcologies[$i].FSYouthPreferentialistResearch = 1>>
-			<</if>>
-		<<elseif $arcologies[$i].FSYouthPreferentialist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Youth Preferentialism.
-			<<set $arcologies[$i].FSYouthPreferentialist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSYouthPreferentialist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecAge == 1>>
-				It's a @@.lightgreen;good market@@ for your corporation's young slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSYouthPreferentialist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSMaturityPreferentialist != "unset">>
-	<<= _passive.output("FSMaturityPreferentialist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSMaturityPreferentialist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Maturity Preferentialism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesMaturityPreferentialist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSMaturityPreferentialist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Maturity Preferentialism.
-			<<set $arcologies[$i].FSMaturityPreferentialist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSMaturityPreferentialist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecAge == 3>>
-				It's a @@.lightgreen;good market@@ for your corporation's enslaved MILFs, improving sales and helping social progress.
-				<<set $arcologies[$i].FSMaturityPreferentialist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSPetiteAdmiration != "unset">>
-	<<= _passive.output("FSPetiteAdmiration")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSPetiteAdmiration >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Petite Admiration has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesPetiteAdmiration)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSPetiteAdmiration < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Petite Admiration.
-			<<set $arcologies[$i].FSPetiteAdmiration = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSPetiteAdmiration != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecHeight == 1>>
-				It's an @@.lightgreen;excellent market@@ for your corporation's minuscule slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSPetiteAdmiration += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<<elseif $corp.SpecHeight == 2>>
-				It's a @@.lightgreen;good market@@ for your corporation's shorter captures, improving sales and helping social progress.
-				<<set $arcologies[$i].FSPetiteAdmiration += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSStatuesqueGlorification != "unset">>
-	<<= _passive.output("FSStatuesqueGlorification")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSStatuesqueGlorification >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Statuesque Glorification has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesStatuesqueGlorification)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSStatuesqueGlorification < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Statuesque Glorification.
-			<<set $arcologies[$i].FSStatuesqueGlorification = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSStatuesqueGlorification != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecHeight == 5>>
-				It's an @@.lightgreen;excellent market@@ for your corporation's gigantic slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSStatuesqueGlorification += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<<elseif $corp.SpecHeight == 4>>
-				It's a @@.lightgreen;good market@@ for your corporation's taller captures, improving sales and helping social progress.
-				<<set $arcologies[$i].FSStatuesqueGlorification += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSSlimnessEnthusiast != "unset">>
-	<<= _passive.output("FSSlimnessEnthusiast")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSSlimnessEnthusiast >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Slimness Enthusiasm has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesSlimnessEnthusiast)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-				<<set $arcologies[$i].FSSlimnessEnthusiastResearch = 1>>
-			<</if>>
-		<<elseif $arcologies[$i].FSSlimnessEnthusiast < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Slimness Enthusiasm.
-			<<set $arcologies[$i].FSSlimnessEnthusiast = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSSlimnessEnthusiast != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecInjection < 2>>
-				<<if $corp.SpecWeight < 3>>
-					It's a @@.lightgreen;good market@@ for your corporation's trim slaves, improving sales and helping social progress.
-					<<set $arcologies[$i].FSSlimnessEnthusiast += 1>>
-					<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSAssetExpansionist != "unset">>
-	<<= _passive.output("FSAssetExpansionist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSAssetExpansionist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				<<set $arcologies[$i].FSAssetExpansionistResearch = 1>>
-				Asset Expansionism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesAssetExpansionist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSAssetExpansionist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Asset Expansionism.
-			<<set $arcologies[$i].FSAssetExpansionist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSAssetExpansionist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SPecInjection == 4>>
-				It's an @@.lightgreen;excellent market@@ for your corporation's world-class tits and ass, improving sales and helping social progress.
-				<<set $arcologies[$i].FSAssetExpansionist += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<<elseif $corp.SpecInjection == 5>>
-				It's a @@.lightgreen;good market@@ for your corporation's hugely endowed cows, improving sales and helping social progress.
-				<<set $arcologies[$i].FSAssetExpansionist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<<elseif $corp.SPecInjection == 3>>
-				It's a @@.lightgreen;good market@@ for your corporation's stacked slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSAssetExpansionist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSPastoralist != "unset">>
-	<<= _passive.output("FSPastoralist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSPastoralist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Pastoralism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesPastoralist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSPastoralist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Pastoralism.
-			<<set $arcologies[$i].FSPastoralist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSPastoralist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecInjection == 5>>
-				It's an @@.lightgreen;excellent market@@ for your corporation's world-class milk producers, improving sales and helping social progress.
-				<<set $arcologies[$i].FSPastoralist += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<<elseif $corp.SpecMilk > 0>>
-				It's an @@.lightgreen;excellent market@@ for your corporation's world-class milk producers, improving sales and helping social progress.
-				<<set $arcologies[$i].FSPastoralist += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSCummunism != "unset">>
-	<<= _passive.output("FSCummunism")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSCummunism >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Cummunism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesCummunism)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSCummunism < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Cummunism.
-			<<set $arcologies[$i].FSCummunism = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSCummunism != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecInjection == 5>>
-				It's an @@.lightgreen;excellent market@@ for your corporation's world-class cum producers, improving sales and helping social progress.
-				<<set $arcologies[$i].FSCummunism += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<<elseif $corp.SpecHormones == 2>>
-				It's a @@.lightgreen;good market@@ for your corporation's masculinized slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSCummunism += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<<elseif $corp.SpecDick == 1 && $corp.SpecBalls == 1>>
-				It's a @@.lightgreen;good market@@ for your corporation's slaves standard dicks and balls, improving sales and helping social progress.
-				<<set $arcologies[$i].FSCummunism += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSPhysicalIdealist != "unset">>
-	<<= _passive.output("FSPhysicalIdealist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSPhysicalIdealist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Physical Idealism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesPhysicalIdealist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSPhysicalIdealist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Physical Idealism.
-			<<set $arcologies[$i].FSPhysicalIdealist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSPhysicalIdealist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecMuscle == 5 >>
-				It's an @@.lightgreen;excellent market@@ for your corporation's ripped chicks, improving sales and helping social progress.
-				<<set $arcologies[$i].FSPhysicalIdealist += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<<elseif $corp.SpecMuscle == 4>>
-				It's a @@.lightgreen;good market@@ for your corporation's toned ladies, improving sales and helping social progress.
-				<<set $arcologies[$i].FSPhysicalIdealist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<<elseif $corp.SpecHeight > 3>>
-				It's a @@.lightgreen;good market@@ for your corporation's tall ladies, improving sales and helping social progress.
-				<<set $arcologies[$i].FSPhysicalIdealist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSHedonisticDecadence != "unset">>
-	<<= _passive.output("FSHedonisticDecadence")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSHedonisticDecadence >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				<<set $arcologies[$i].FSHedonisticDecadenceResearch = 1>>
-				Decadent Hedonism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesHedonisticDecadence)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSHedonisticDecadence < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Decadent Hedonism.
-			<<set $arcologies[$i].FSHedonisticDecadence = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSHedonisticDecadence != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecTrust > 3>>
-				It's an @@.lightgreen;excellent market@@ for your corporation's well kept, happy slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSHedonisticDecadence += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<<elseif $corp.SpecSexEd == 2>>
-				It's a @@.lightgreen;good market@@ for your corporation's skilled slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSHedonisticDecadence += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSIncestFetishist != "unset">>
-	<<= _passive.output("FSIncestFetishist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSIncestFetishist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Incest Fetishism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesIncestFetishist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSIncestFetishist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Incest Fetishism.
-			<<set $arcologies[$i].FSIncestFetishist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSIncestFetishist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecAge == 3>>
-				It's a @@.lightgreen;good market@@ for your corporation's motherly slaves, especially those that look like peoples mothers, improving sales and helping social progress.
-				<<set $arcologies[$i].FSIncestFetishist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSChattelReligionist != "unset">>
-	<<= _passive.output("FSChattelReligionist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSChattelReligionist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Chattel Religionism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesChattelReligionist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSChattelReligionist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Chattel Religionism.
-			<<set $arcologies[$i].FSChattelReligionist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSChattelReligionist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecSexEd == 2>>
-				It's an @@.lightgreen;excellent market@@ for your corporation's holy sex slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSChattelReligionist += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<<elseif $corp.SpecSexEd == 1>>
-				It's a @@.lightgreen;good market@@ for your corporation's aspiring sexual acolytes, improving sales and helping social progress.
-				<<set $arcologies[$i].FSChattelReligionist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].FSRomanRevivalist != "unset">>
-	<<= _passive.output("FSRomanRevivalist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSRomanRevivalist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Roman Revivalism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesRomanRevivalist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSRomanRevivalist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Roman Revivalism.
-			<<set $arcologies[$i].FSRomanRevivalist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSRomanRevivalist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecEducation > 0>>
-				It's a @@.lightgreen;good market@@ for your corporation's properly educated slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSRomanRevivalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<elseif $arcologies[$i].FSNeoImperialist != "unset">>
-	<<= _passive.output("FSNeoImperialist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSNeoImperialist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Neo-Imperialism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesNeoImperialist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSNeoImperialist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Neo-Imperialism.
-			<<set $arcologies[$i].FSNeoImperialist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSNeoImperialist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecEducation > 0>>
-				It's a @@.lightgreen;good market@@ for your corporation's properly educated slaves, improving sales and helping advocate for a hierarchical Imperial society.
-				<<set $arcologies[$i].FSNeoImperialist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<elseif $arcologies[$i].FSAztecRevivalist != "unset">>
-	<<= _passive.output("FSAztecRevivalist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSAztecRevivalist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Aztec Revivalism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesAztecRevivalist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSAztecRevivalist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Aztec Revivalism.
-			<<set $arcologies[$i].FSAztecRevivalist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSAztecRevivalist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecAccent == 1>>
-				It's a @@.lightgreen;good market@@ for your corporation's lovely mix of slave accents, improving sales and helping social progress.
-				<<set $arcologies[$i].FSAztecRevivalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSEgyptianRevivalist != "unset">>
-	<<= _passive.output("FSEgyptianRevivalist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSEgyptianRevivalist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Egyptian Revivalism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesEgyptianRevivalist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSEgyptianRevivalist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Egyptian Revivalism.
-			<<set $arcologies[$i].FSEgyptianRevivalist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSEgyptianRevivalist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecAccent == 1>>
-				It's a @@.lightgreen;good market@@ for your corporation's lovely mix of slave accents, improving sales and helping social progress.
-				<<set $arcologies[$i].FSEgyptianRevivalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSEdoRevivalist != "unset">>
-	<<= _passive.output("FSEdoRevivalist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSEdoRevivalist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Edo Revivalism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesEdoRevivalist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSEdoRevivalist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Edo Revivalism.
-			<<set $arcologies[$i].FSEdoRevivalist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSEdoRevivalist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecAccent == 2>>
-				It's a @@.lightgreen;good market@@ for your corporation's linguistically perfect slaves, improving sales and helping social progress.
-				<<set $arcologies[$i].FSEdoRevivalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSArabianRevivalist != "unset">>
-	<<= _passive.output("FSArabianRevivalist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSArabianRevivalist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Arabian Revivalism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesArabianRevivalist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSArabianRevivalist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Arabian Revivalism.
-			<<set $arcologies[$i].FSArabianRevivalist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSArabianRevivalist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecDevotion == 5>>
-				It's an @@.lightgreen;excellent market@@ for your corporation's harem-ready devotees, improving sales and helping social progress.
-				<<set $arcologies[$i].FSArabianRevivalist += 2>>
-				<<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>>
-			<<elseif $corp.SpecDevotion == 4>>
-				It's a @@.lightgreen;good market@@ for your corporation's properly broken girls, improving sales and helping social progress.
-				<<set $arcologies[$i].FSArabianRevivalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[$i].FSChineseRevivalist != "unset">>
-	<<= _passive.output("FSChineseRevivalist")>>
-	<<if $arcologies[$i].direction != 0>>
-		<<if $arcologies[$i].FSChineseRevivalist >= $FSLockinLevel>>
-			<<if ($arcologies[$i].name.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
-				Chinese Revivalism has reached stability and acceptance there. The arcology has been renamed
-				<<set $arcologies[$i].name = App.Neighbor.getUnusedName(setup.ArcologyNamesChineseRevivalist)>>
-				'' $arcologies[$i].name'' to mark the occasion.
-			<</if>>
-		<<elseif $arcologies[$i].FSChineseRevivalist < 0>>
-			$arcologies[$i].name @@.cyan;has given up@@ on Chinese Revivalism.
-			<<set $arcologies[$i].FSChineseRevivalist = "unset">>
-		<</if>>
-	<</if>>
-	<<if $arcologies[$i].FSChineseRevivalist != "unset">>
-		<<if $corp.Incorporated == 1>>
-			<<if $corp.SpecIntelligence == 3>>
-				It's a @@.lightgreen;good market@@ for your corporation's intelligent Head Girl prospects, improving sales and helping social progress.
-				<<set $arcologies[$i].FSChineseRevivalist += 1>>
-				<<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-<<run FutureSocieties.overflowToInfluence($i)>>
-
-/* FUTURE SOCIETY ADOPTION */
-
-<<if $arcologies[$i].direction != 0>>
-	<<if _societiesAdopted < $FSCreditCount>>
-		<<if ($arcologies[$i].rival == 1) || (_societiesAdopted < ($arcologies[$i].prosperity/25)+($week/25)-3)>>
-
-		<<include "Neighbors FS Adoption">>
-
-		<</if>>
-	<</if>>
-<</if>> /* CLOSES FUTURE SOCIETY ADOPTION */
-
-/* INFLUENCE RECEPTION */
-
-<<for $j = 0; $j < $arcologies.length; $j++>>
-<<if $arcologies[$j].direction != $arcologies[$i].direction>>
-<<if $arcologies[$j].influenceTarget == $arcologies[$i].direction>>
-
-<<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 $policies.culturalOpenness == 1>>
-	<<if ($arcologies[$i].direction == 0) || ($arcologies[$j].direction == 0)>>
-		<<set _appliedInfluenceBonus *= 2>>
-	<</if>>
-<<elseif $policies.culturalOpenness == -1>>
-	<<if ($arcologies[$i].direction == 0) || ($arcologies[$j].direction == 0)>>
-		<<set _appliedInfluenceBonus /= 2>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].ownership >= 100>>
-	<<set _appliedInfluenceBonus /= 2>>
-<</if>>
-<<set $desc = []>>
-<<set _alignment = 0>>
-
-<<if $arcologies[$j].FSSubjugationist > 60>>
-	<<if ($arcologies[$i].FSSubjugationist != "unset")>>
-		<<if ($arcologies[$j].FSSubjugationistRace == $arcologies[$i].FSSubjugationistRace)>>
-			<<set $arcologies[$i].FSSubjugationist += Math.trunc(($arcologies[$j].FSSubjugationist-60)/4)+_appliedInfluenceBonus>>
-			<<if $arcologies[$i].FSSubjugationist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-			<<set $desc.push("helping to advance its racially aligned Subjugationism")>>
-		<<else>>
-			<<set $arcologies[$i].FSSubjugationist -= Math.trunc(($arcologies[$j].FSSubjugationist-60)/4)+_appliedInfluenceBonus>>
-			<<set $desc.push("attacking its incompatible Subjugationism")>>
-		<</if>>
-	<<elseif ($arcologies[$i].FSSupremacist != "unset") && ($arcologies[$j].FSSubjugationistRace == $arcologies[$i].FSSupremacistRace)>>
-		<<set $arcologies[$i].FSSupremacist -= Math.trunc(($arcologies[$j].FSSubjugationist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its opposing Supremacism")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSSupremacist > 60>>
-	<<if ($arcologies[$i].FSSupremacist != "unset")>>
-		<<if ($arcologies[$j].FSSupremacistRace == $arcologies[$i].FSSupremacistRace)>>
-			<<set $arcologies[$i].FSSupremacist += Math.trunc(($arcologies[$j].FSSupremacist-60)/4)+_appliedInfluenceBonus>>
-			<<if $arcologies[$i].FSSupremacist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-			<<set $desc.push("helping to advance its racially aligned Supremacism")>>
-		<<else>>
-			<<set $arcologies[$i].FSSupremacist -= Math.trunc(($arcologies[$j].FSSupremacist-60)/4)+_appliedInfluenceBonus>>
-			<<set $desc.push("attacking its incompatible Supremacism")>>
-		<</if>>
-	<<elseif ($arcologies[$i].FSSubjugationist != "unset") && ($arcologies[$j].FSSupremacistRace == $arcologies[$i].FSSubjugationistRace)>>
-		<<set $arcologies[$i].FSSubjugationist -= Math.trunc(($arcologies[$j].FSSupremacist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its opposing Subjugationism")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSRepopulationFocus > 60>>
-	<<if $arcologies[$i].FSRepopulationFocus != "unset">>
-		<<set $arcologies[$i].FSRepopulationFocus += Math.trunc(($arcologies[$j].FSRepopulationFocus-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSRepopulationFocus > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Repopulationism")>>
-	<<elseif $arcologies[$i].FSRestart != "unset">>
-		<<set $arcologies[$i].FSRestart -= Math.trunc(($arcologies[$j].FSRepopulationFocus-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Eugenics")>>
-	<</if>>
-<<elseif $arcologies[$j].FSRestart > 60>>
-	<<if $arcologies[$i].FSRestart != "unset">>
-		<<set $arcologies[$i].FSRestart += Math.trunc(($arcologies[$j].FSRestart-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSRestart > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Eugenics")>>
-	<<elseif $arcologies[$i].FSRepopulationFocus != "unset">>
-		<<set $arcologies[$i].FSRepopulationFocus -= Math.trunc(($arcologies[$j].FSRestart-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Repopulation Efforts")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSGenderRadicalist > 60>>
-	<<if $arcologies[$i].FSGenderRadicalist != "unset">>
-		<<set $arcologies[$i].FSGenderRadicalist += Math.trunc(($arcologies[$j].FSGenderRadicalist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSGenderRadicalist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Gender Radicalism")>>
-	<<elseif $arcologies[$i].FSGenderFundamentalist != "unset">>
-		<<set $arcologies[$i].FSGenderFundamentalist -= Math.trunc(($arcologies[$j].FSGenderRadicalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Gender Fundamentalism")>>
-	<</if>>
-<<elseif $arcologies[$j].FSGenderFundamentalist > 60>>
-	<<if $arcologies[$i].FSGenderFundamentalist != "unset">>
-		<<set $arcologies[$i].FSGenderFundamentalist += Math.trunc(($arcologies[$j].FSGenderFundamentalist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSGenderFundamentalist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Gender Fundamentalism")>>
-	<<elseif $arcologies[$i].FSGenderRadicalist != "unset">>
-		<<set $arcologies[$i].FSGenderRadicalist -= Math.trunc(($arcologies[$j].FSGenderFundamentalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Gender Radicalism")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSPaternalist > 60>>
-	<<if $arcologies[$i].FSPaternalist != "unset">>
-		<<set $arcologies[$i].FSPaternalist += Math.trunc(($arcologies[$j].FSPaternalist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSPaternalist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Paternalism")>>
-	<<elseif $arcologies[$i].FSDegradationist != "unset">>
-		<<set $arcologies[$i].FSDegradationist -= Math.trunc(($arcologies[$j].FSPaternalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Degradationism")>>
-	<</if>>
-<<elseif $arcologies[$j].FSDegradationist > 60>>
-	<<if $arcologies[$i].FSDegradationist != "unset">>
-		<<set $arcologies[$i].FSDegradationist += Math.trunc(($arcologies[$j].FSDegradationist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSDegradationist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Degradationism")>>
-	<<elseif $arcologies[$i].FSPaternalist != "unset">>
-		<<set $arcologies[$i].FSPaternalist -= Math.trunc(($arcologies[$j].FSDegradationist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Paternalism")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSIntellectualDependency > 60>>
-	<<if $arcologies[$i].FSIntellectualDependency != "unset">>
-		<<set $arcologies[$i].FSIntellectualDependency += Math.trunc(($arcologies[$j].FSIntellectualDependency-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSIntellectualDependency > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Intellectual Dependency")>>
-	<<elseif $arcologies[$i].FSSlaveProfessionalism != "unset">>
-		<<set $arcologies[$i].FSSlaveProfessionalism -= Math.trunc(($arcologies[$j].FSIntellectualDependency-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Slave Professionalism")>>
-	<</if>>
-<<elseif $arcologies[$j].FSSlaveProfessionalism > 60>>
-	<<if $arcologies[$i].FSSlaveProfessionalism != "unset">>
-		<<set $arcologies[$i].FSSlaveProfessionalism += Math.trunc(($arcologies[$j].FSSlaveProfessionalism-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSSlaveProfessionalism > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Slave Professionalism")>>
-	<<elseif $arcologies[$i].FSIntellectualDependency != "unset">>
-		<<set $arcologies[$i].FSIntellectualDependency -= Math.trunc(($arcologies[$j].FSSlaveProfessionalism-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Intellectual Dependency")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSBodyPurist > 60>>
-	<<if $arcologies[$i].FSBodyPurist != "unset">>
-		<<set $arcologies[$i].FSBodyPurist += Math.trunc(($arcologies[$j].FSBodyPurist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSBodyPurist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Body Purism")>>
-	<<elseif $arcologies[$i].FSTransformationFetishist != "unset">>
-		<<set $arcologies[$i].FSTransformationFetishist -= Math.trunc(($arcologies[$j].FSBodyPurist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Transformation Fetishism")>>
-	<</if>>
-<<elseif $arcologies[$j].FSTransformationFetishist > 60>>
-	<<if $arcologies[$i].FSTransformationFetishist != "unset">>
-		<<set $arcologies[$i].FSTransformationFetishist += Math.trunc(($arcologies[$j].FSTransformationFetishist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSTransformationFetishist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Transformation Fetishism")>>
-	<<elseif $arcologies[$i].FSBodyPurist != "unset">>
-		<<set $arcologies[$i].FSBodyPurist -= Math.trunc(($arcologies[$j].FSTransformationFetishist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Body Purism")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSYouthPreferentialist > 60>>
-	<<if $arcologies[$i].FSYouthPreferentialist != "unset">>
-		<<set $arcologies[$i].FSYouthPreferentialist += Math.trunc(($arcologies[$j].FSYouthPreferentialist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSYouthPreferentialist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Youth Preferentialism")>>
-	<<elseif $arcologies[$i].FSMaturityPreferentialist != "unset">>
-		<<set $arcologies[$i].FSMaturityPreferentialist -= Math.trunc(($arcologies[$j].FSYouthPreferentialist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Maturity Preferentialism")>>
-	<</if>>
-<<elseif $arcologies[$j].FSMaturityPreferentialist > 60>>
-	<<if $arcologies[$i].FSMaturityPreferentialist != "unset">>
-		<<set $arcologies[$i].FSMaturityPreferentialist += Math.trunc(($arcologies[$j].FSMaturityPreferentialist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSMaturityPreferentialist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Maturity Preferentialism")>>
-	<<elseif $arcologies[$i].FSYouthPreferentialist != "unset">>
-		<<set $arcologies[$i].FSYouthPreferentialist -= Math.trunc(($arcologies[$j].FSMaturityPreferentialist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Youth Preferentialism")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSPetiteAdmiration > 60>>
-	<<if $arcologies[$i].FSPetiteAdmiration != "unset">>
-		<<set $arcologies[$i].FSPetiteAdmiration += Math.trunc(($arcologies[$j].FSPetiteAdmiration-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSPetiteAdmiration > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Petite Admiration")>>
-	<<elseif $arcologies[$i].FSStatuesqueGlorification != "unset">>
-		<<set $arcologies[$i].FSStatuesqueGlorification -= Math.trunc(($arcologies[$j].FSPetiteAdmiration-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Statuesque Glorification")>>
-	<</if>>
-<<elseif $arcologies[$j].FSStatuesqueGlorification > 60>>
-	<<if $arcologies[$i].FSStatuesqueGlorification != "unset">>
-		<<set $arcologies[$i].FSStatuesqueGlorification += Math.trunc(($arcologies[$j].FSStatuesqueGlorification-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSStatuesqueGlorification > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Statuesque Glorification")>>
-	<<elseif $arcologies[$i].FSPetiteAdmiration != "unset">>
-		<<set $arcologies[$i].FSPetiteAdmiration -= Math.trunc(($arcologies[$j].FSStatuesqueGlorification-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Petite Admiration")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSSlimnessEnthusiast > 60>>
-	<<if $arcologies[$i].FSSlimnessEnthusiast != "unset">>
-		<<set $arcologies[$i].FSSlimnessEnthusiast += Math.trunc(($arcologies[$j].FSSlimnessEnthusiast-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSSlimnessEnthusiast > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Slimness Enthusiasm")>>
-	<<elseif $arcologies[$i].FSAssetExpansionist != "unset">>
-		<<set $arcologies[$i].FSAssetExpansionist -= Math.trunc(($arcologies[$j].FSSlimnessEnthusiast-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Asset Expansionism")>>
-	<</if>>
-<<elseif $arcologies[$j].FSAssetExpansionist > 60>>
-	<<if $arcologies[$i].FSAssetExpansionist != "unset">>
-		<<set $arcologies[$i].FSAssetExpansionist += Math.trunc(($arcologies[$j].FSAssetExpansionist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSAssetExpansionist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Asset Expansionism")>>
-	<<elseif $arcologies[$i].FSSlimnessEnthusiast != "unset">>
-		<<set $arcologies[$i].FSSlimnessEnthusiast -= Math.trunc(($arcologies[$j].FSAssetExpansionist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Slimness Enthusiasm")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSPastoralist > 60>>
-	<<if $arcologies[$i].FSPastoralist != "unset">>
-		<<set $arcologies[$i].FSPastoralist += Math.trunc(($arcologies[$j].FSPastoralist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSPastoralist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Pastoralism")>>
-	<<elseif $arcologies[$i].FSCummunism != "unset">>
-		<<set $arcologies[$i].FSCummunism -= Math.trunc(($arcologies[$j].FSPastoralist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Cummunism")>>
-	<</if>>
-<<elseif $arcologies[$j].FSCummunism > 60>>
-	<<if $arcologies[$i].FSCummunism != "unset">>
-		<<set $arcologies[$i].FSCummunism += Math.trunc(($arcologies[$j].FSCummunism-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSCummunism > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Cummunism")>>
-	<<elseif $arcologies[$i].FSPastoralist != "unset">>
-		<<set $arcologies[$i].FSPastoralist -= Math.trunc(($arcologies[$j].FSCummunism-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Pastoralism")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSPhysicalIdealist > 60>>
-	<<if $arcologies[$i].FSPhysicalIdealist != "unset">>
-		<<set $arcologies[$i].FSPhysicalIdealist += Math.trunc(($arcologies[$j].FSPhysicalIdealist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSPhysicalIdealist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Physical Idealism")>>
-	<<elseif $arcologies[$i].FSHedonisticDecadence != "unset">>
-		<<set $arcologies[$i].FSHedonisticDecadence -= Math.trunc(($arcologies[$j].FSPhysicalIdealist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Hedonism")>>
-	<</if>>
-<<elseif $arcologies[$j].FSHedonisticDecadence > 60>>
-	<<if $arcologies[$i].FSHedonisticDecadence != "unset">>
-		<<set $arcologies[$i].FSHedonisticDecadence += Math.trunc(($arcologies[$j].FSHedonisticDecadence-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSHedonisticDecadence > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Hedonism")>>
-	<<elseif $arcologies[$i].FSPhysicalIdealist != "unset">>
-		<<set $arcologies[$i].FSPhysicalIdealist -= Math.trunc(($arcologies[$j].FSHedonisticDecadence-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its Physical Idealism")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSIncestFetishist > 60>>
-	<<if $arcologies[$i].FSIncestFetishist != "unset">>
-		<<set $arcologies[$i].FSIncestFetishist += Math.trunc(($arcologies[$j].FSIncestFetishist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSIncestFetishist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Incest Fetishism")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSChattelReligionist > 60>>
-	<<if $arcologies[$i].FSChattelReligionist != "unset">>
-		<<set $arcologies[$i].FSChattelReligionist += Math.trunc(($arcologies[$j].FSChattelReligionist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSChattelReligionist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Chattel Religionism")>>
-	<</if>>
-<</if>>
-<<if $arcologies[$j].FSRomanRevivalist > 60>>
-	<<if $arcologies[$i].FSRomanRevivalist != "unset">>
-		<<set $arcologies[$i].FSRomanRevivalist += Math.trunc(($arcologies[$j].FSRomanRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSRomanRevivalist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Roman Revivalism")>>
-	<<elseif $arcologies[$i].FSNeoImperialist != "unset">>
-		<<set $arcologies[$i].FSNeoImperialist -= Math.trunc(($arcologies[$j].FSRomanRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Imperialism")>>
-	<<elseif $arcologies[$i].FSAztecRevivalist != "unset">>
-		<<set $arcologies[$i].FSAztecRevivalist -= Math.trunc(($arcologies[$j].FSRomanRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSEgyptianRevivalist != "unset">>
-		<<set $arcologies[$i].FSEgyptianRevivalist -= Math.trunc(($arcologies[$j].FSRomanRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSEdoRevivalist != "unset">>
-		<<set $arcologies[$i].FSEdoRevivalist -= Math.trunc(($arcologies[$j].FSRomanRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSArabianRevivalist != "unset">>
-		<<set $arcologies[$i].FSArabianRevivalist -= Math.trunc(($arcologies[$j].FSRomanRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSChineseRevivalist != "unset">>
-		<<set $arcologies[$i].FSChineseRevivalist -= Math.trunc(($arcologies[$j].FSRomanRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<</if>>
-<<elseif $arcologies[$j].FSAztecRevivalist > 60>>
-	<<if $arcologies[$i].FSAztecRevivalist != "unset">>
-		<<set $arcologies[$i].FSAztecRevivalist += Math.trunc(($arcologies[$j].FSAztecRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSAztecRevivalist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Aztec Revivalism")>>
-	<<elseif $arcologies[$i].FSNeoImperialist != "unset">>
-		<<set $arcologies[$i].FSNeoImperialist -= Math.trunc(($arcologies[$j].FSAztecRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Imperialism")>>
-	<<elseif $arcologies[$i].FSRomanRevivalist != "unset">>
-		<<set $arcologies[$i].FSRomanRevivalist -= Math.trunc(($arcologies[$j].FSAztecRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSEgyptianRevivalist != "unset">>
-		<<set $arcologies[$i].FSEgyptianRevivalist -= Math.trunc(($arcologies[$j].FSAztecRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSEdoRevivalist != "unset">>
-		<<set $arcologies[$i].FSEdoRevivalist -= Math.trunc(($arcologies[$j].FSAztecRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSArabianRevivalist != "unset">>
-		<<set $arcologies[$i].FSArabianRevivalist -= Math.trunc(($arcologies[$j].FSAztecRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSChineseRevivalist != "unset">>
-		<<set $arcologies[$i].FSChineseRevivalist -= Math.trunc(($arcologies[$j].FSAztecRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<</if>>
-<<elseif $arcologies[$j].FSEgyptianRevivalist > 60>>
-	<<if $arcologies[$i].FSEgyptianRevivalist != "unset">>
-		<<set $arcologies[$i].FSEgyptianRevivalist += Math.trunc(($arcologies[$j].FSEgyptianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSEgyptianRevivalist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Egyptian Revivalism")>>
-	<<elseif $arcologies[$i].FSRomanRevivalist != "unset">>
-		<<set $arcologies[$i].FSRomanRevivalist -= Math.trunc(($arcologies[$j].FSEgyptianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSNeoImperialist != "unset">>
-		<<set $arcologies[$i].FSNeoImperialist -= Math.trunc(($arcologies[$j].FSEgyptianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Imperialism")>>
-	<<elseif $arcologies[$i].FSAztecRevivalist != "unset">>
-		<<set $arcologies[$i].FSAztecRevivalist -= Math.trunc(($arcologies[$j].FSEgyptianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSEdoRevivalist != "unset">>
-		<<set $arcologies[$i].FSEdoRevivalist -= Math.trunc(($arcologies[$j].FSEgyptianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSArabianRevivalist != "unset">>
-		<<set $arcologies[$i].FSArabianRevivalist -= Math.trunc(($arcologies[$j].FSEgyptianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSChineseRevivalist != "unset">>
-		<<set $arcologies[$i].FSChineseRevivalist -= Math.trunc(($arcologies[$j].FSEgyptianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<</if>>
-<<elseif $arcologies[$j].FSEdoRevivalist > 60>>
-	<<if $arcologies[$i].FSEdoRevivalist != "unset">>
-		<<set $arcologies[$i].FSEdoRevivalist += Math.trunc(($arcologies[$j].FSEdoRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSEdoRevivalist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Edo Revivalism")>>
-	<<elseif $arcologies[$i].FSEgyptianRevivalist != "unset">>
-		<<set $arcologies[$i].FSEgyptianRevivalist -= Math.trunc(($arcologies[$j].FSEdoRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSNeoImperialist != "unset">>
-		<<set $arcologies[$i].FSNeoImperialist -= Math.trunc(($arcologies[$j].FSEdoRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Imperialism")>>
-	<<elseif $arcologies[$i].FSRomanRevivalist != "unset">>
-		<<set $arcologies[$i].FSRomanRevivalist -= Math.trunc(($arcologies[$j].FSEdoRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSAztecRevivalist != "unset">>
-		<<set $arcologies[$i].FSAztecRevivalist -= Math.trunc(($arcologies[$j].FSEdoRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSArabianRevivalist != "unset">>
-		<<set $arcologies[$i].FSArabianRevivalist -= Math.trunc(($arcologies[$j].FSEdoRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSChineseRevivalist != "unset">>
-		<<set $arcologies[$i].FSChineseRevivalist -= Math.trunc(($arcologies[$j].FSEdoRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<</if>>
-<<elseif $arcologies[$j].FSArabianRevivalist > 60>>
-	<<if $arcologies[$i].FSArabianRevivalist != "unset">>
-		<<set $arcologies[$i].FSArabianRevivalist += Math.trunc(($arcologies[$j].FSArabianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSArabianRevivalist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Arabian Revivalism")>>
-	<<elseif $arcologies[$i].FSEgyptianRevivalist != "unset">>
-		<<set $arcologies[$i].FSEgyptianRevivalist -= Math.trunc(($arcologies[$j].FSArabianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSNeoImperialist != "unset">>
-		<<set $arcologies[$i].FSNeoImperialist -= Math.trunc(($arcologies[$j].FSArabianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Imperialism")>>
-	<<elseif $arcologies[$i].FSEdoRevivalist != "unset">>
-		<<set $arcologies[$i].FSEdoRevivalist -= Math.trunc(($arcologies[$j].FSArabianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSRomanRevivalist != "unset">>
-		<<set $arcologies[$i].FSRomanRevivalist -= Math.trunc(($arcologies[$j].FSArabianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSAztecRevivalist != "unset">>
-		<<set $arcologies[$i].FSAztecRevivalist -= Math.trunc(($arcologies[$j].FSArabianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSChineseRevivalist != "unset">>
-		<<set $arcologies[$i].FSChineseRevivalist -= Math.trunc(($arcologies[$j].FSArabianRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<</if>>
-<<elseif $arcologies[$j].FSChineseRevivalist > 60>>
-	<<if $arcologies[$i].FSChineseRevivalist != "unset">>
-		<<set $arcologies[$i].FSChineseRevivalist += Math.trunc(($arcologies[$j].FSChineseRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSChineseRevivalist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Chinese Revivalism")>>
-	<<elseif $arcologies[$i].FSEgyptianRevivalist != "unset">>
-		<<set $arcologies[$i].FSEgyptianRevivalist -= Math.trunc(($arcologies[$j].FSChineseRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSNeoImperialist != "unset">>
-		<<set $arcologies[$i].FSNeoImperialist -= Math.trunc(($arcologies[$j].FSChineseRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Imperialism")>>
-	<<elseif $arcologies[$i].FSEdoRevivalist != "unset">>
-		<<set $arcologies[$i].FSEdoRevivalist -= Math.trunc(($arcologies[$j].FSChineseRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSArabianRevivalist != "unset">>
-		<<set $arcologies[$i].FSArabianRevivalist -= Math.trunc(($arcologies[$j].FSChineseRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSRomanRevivalist != "unset">>
-		<<set $arcologies[$i].FSRomanRevivalist -= Math.trunc(($arcologies[$j].FSChineseRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSAztecRevivalist != "unset">>
-		<<set $arcologies[$i].FSAztecRevivalist -= Math.trunc(($arcologies[$j].FSChineseRevivalist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<</if>>
-
-<<elseif $arcologies[$j].FSNeoImperialist > 60>>
-	<<if $arcologies[$i].FSNeoImperialist != "unset">>
-		<<set $arcologies[$i].FSNeoImperialist += Math.trunc(($arcologies[$j].FSNeoImperialist-60)/4)+_appliedInfluenceBonus>>
-		<<if $arcologies[$i].FSNeoImperialist > $FSLockinLevel>><<set _alignment += 1>><</if>>
-		<<set $desc.push("helping to advance its Neo-Imperialism")>>
-	<<elseif $arcologies[$i].FSEgyptianRevivalist != "unset">>
-		<<set $arcologies[$i].FSEgyptianRevivalist -= Math.trunc(($arcologies[$j].FSNeoImperialist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSChineseRevivalist != "unset">>
-		<<set $arcologies[$i].FSChineseRevivalist -= Math.trunc(($arcologies[$j].FSNeoImperialist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSEdoRevivalist != "unset">>
-		<<set $arcologies[$i].FSEdoRevivalist -= Math.trunc(($arcologies[$j].FSNeoImperialist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSArabianRevivalist != "unset">>
-		<<set $arcologies[$i].FSArabianRevivalist -= Math.trunc(($arcologies[$j].FSNeoImperialist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSRomanRevivalist != "unset">>
-		<<set $arcologies[$i].FSRomanRevivalist -= Math.trunc(($arcologies[$j].FSNeoImperialist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<<elseif $arcologies[$i].FSAztecRevivalist != "unset">>
-		<<set $arcologies[$i].FSAztecRevivalist -= Math.trunc(($arcologies[$j].FSNeoImperialist-60)/4)+_appliedInfluenceBonus>>
-		<<set $desc.push("attacking its incompatible Revivalism")>>
-	<</if>>
-<</if>>
-
-<<if $desc.length == 0>>
-	'' $arcologies[$j].name'' attempts to influence it, but has no significant impacts.
-<<elseif $desc.length > 2>>
-	'' $arcologies[$j].name'''s mature culture influences $arcologies[$i].name, $desc[0],
-	<<for _k = 1; _k < $desc.length; _k++>>
-		<<if _k < $desc.length-1>>
-			$desc[_k],
-		<<else>>
-			and $desc[_k].
-		<</if>>
-	<</for>>
-<<elseif $desc.length == 2>>
-	'' $arcologies[$j].name'''s culture influences $arcologies[$i].name's $desc[0] and $desc[1].
-<<else>>
-	'' $arcologies[$j].name'''s culture is beginning to influence $arcologies[$i].name's $desc[0].
-<</if>>
-
-<<if _appliedInfluenceBonus > 0>>
-	<<if _appliedInfluenceBonus < 5>>
-		$arcologies[$j].name is societally advanced, giving it extra influence.
-	<<else>>
-		$arcologies[$j].name is societally fanatical, lending it great influence.
-	<</if>>
-<</if>>
-<<if $arcologies[$i].ownership >= 100>>
-	<<if _appliedInfluenceBonus > 0>>However, <</if>>$arcologies[$i].name is under completely unified control, making it resistant to change.
-<</if>>
-
-<<if $arcologies[$j].direction != 0>>
-	<<if $desc.length == 0>>
-		'' $arcologies[$j].name'' is not satisfied with the impact its directed influence is having, and withdraws it with the intention of targeting it elsewhere.
-		<<set $arcologies[$j].influenceTarget = -1>>
-	<<elseif _alignment >= 4>>
-		'' $arcologies[$j].name'' is satisfied that its influence has brought $arcologies[$i].name into alignment, and withdraws its direct influence with the intention of targeting it elsewhere.
-		<<set $arcologies[$j].influenceTarget = -1>>
-	<</if>>
-<</if>>
-
-<</if>>
-<</if>>
-<</for>> /* CLOSES INFLUENCE RECEPTION */
-
-<<if $arcologies[$i].direction != 0>>
-	<<if $arcologies[$i].influenceTarget == -1>>
-		<<run App.Neighbor.selectInfluenceTarget($i)>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[$i].direction != 0>>
-	<<set $arcologies[$i].prosperity = Math.clamp($arcologies[$i].prosperity, 1, 300)>>
-	<<set $arcologies[$i].ownership = Math.clamp($arcologies[$i].ownership, 0, 100)>>
-	<<set $arcologies[$i].PCminority = Math.clamp($arcologies[$i].PCminority, 0, 100)>>
-	<<set $arcologies[$i].minority = Math.clamp($arcologies[$i].minority, 0, 100)>>
-	<<set _owned = $arcologies[$i].ownership + $arcologies[$i].PCminority + $arcologies[$i].minority>>
-	<<if $arcologies[$i].government != "your agent" && $arcologies[$i].government != "your trustees" && $arcologies[$i].rival != 1>>
-		<<if _owned < 10>>
-			<<set $arcologies[$i].ownership += 10>> /* Someone needs to own something */
-		<<elseif _owned > 100>>
-			<<set $arcologies[$i].minority = Math.clamp(100 - $arcologies[$i].ownership - $arcologies[$i].PCminority, 0, 100)>>
-			<<if $arcologies[$i].ownership + $arcologies[$i].PCminority > 100>>
-				<<set $arcologies[$i].ownership = 100 - $arcologies[$i].PCminority>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<br>
-<</for>>
-
-/* PEACEKEEPERS */
-
-<<if $plot>>
-	<<if $peacekeepers != 0>>
-		<br>
-		<<if $peacekeepers.strength >= 50>>
-			<<set _prisoners = Math.trunc($peacekeepers.attitude/10)+random(0,10)>>
-			General $peacekeepers.generalName's little empire near the arcology
-			<<if $peacekeepers.attitude >= 100>>
-				offers _prisoners menial slaves as tribute; having the area as an avowed client state @@.green;improves your reputation.@@
-				<<set $peacekeepers.attitude = 100>>
-				<<run repX(100, "peacekeepers")>>
-			<<else>>
-				delivers _prisoners menial slaves to you in payment for your past support.
-			<</if>>
-			<<set $menials += _prisoners>>
-		<<elseif $peacekeepers.strength < 0>>
-			@@.yellow;The peacekeeping force led by General $peacekeepers.generalName in the troubled area near the Free City has been withdrawn.@@
-			<<if $peacekeepers.undermining>>
-				Your misinformation campaign against it in the old world media was successful. Before long, everyone in the Free City is confident that you're somehow responsible, @@.green;greatly improving your reputation.@@
-				<<set $peacekeepers = 0, $peacekeepersGone = 1>>
-				<<run repX(2000, "peacekeepers")>>
-			<<else>>
-				The cost was ultimately too high. The time when old world countries could afford to waste billions on military adventurism is gone. It will not return.
-				<<set $peacekeepers = 0, $peacekeepersGone = 1>>
-			<</if>>
-		<<else>>
-			There's a peacekeeping force led by General $peacekeepers.generalName in the troubled area near the Free City.
-			<<if $peacekeepers.undermining>>
-				You're paying for a media misinformation campaign in the old world country that sent him. It
-				<<set $peacekeepers.strength -= $peacekeepers.undermining/10000>>
-				<<if $peacekeepers.strength < 10>>
-					has had a significant impact; one of the nation's two major political parties now favors withdrawing the peacekeepers.
-				<<else>>
-					has not had a significant impact yet; only a few fringe figures are arguing against the mission.
-				<</if>>
-			<</if>>
-			Unfortunately, the presence of so much old world military power near the Free City causes @@.red;public concern.@@
-			<<run repX(-100, "peacekeepers")>>
-		<</if>>
-		<br>
-	<</if>>
-<</if>>
diff --git a/src/uncategorized/neighborsFSAdoption.tw b/src/uncategorized/neighborsFSAdoption.tw
deleted file mode 100644
index 81ff14fed95..00000000000
--- a/src/uncategorized/neighborsFSAdoption.tw
+++ /dev/null
@@ -1,1020 +0,0 @@
-:: Neighbors FS Adoption [nobr]
-
-<br><br>
-'' $arcologies[$i].name'', your <<if $arcologies[$i].direction == 0>>arcology<<else>>neighbor to the $arcologies[$i].direction<</if>>,
-is prosperous enough that
-<<switch $arcologies[$i].government>>
-<<case "elected officials">>
-	its elected officials consider
-<<case "a committee">>
-	the committee that controls it considers
-<<case "an oligarchy" "your trustees">>
-	its leading citizens consider
-<<case "an individual">>
-	its owner and its citizens consider
-<<case "your agent">>
-	@@.deeppink;your agent@@ and its citizens consider
-<<case "a corporation">>
-	its board of directors considers
-<<default>>
-	its citizens consider
-<</switch>>
-societal development.
-<<set _adopted = 0>>
-
-<<set _validFSes = FutureSocieties.validAdoptions($i)>>
-
-/* PRIME RIVALRY FS ADOPTION - IGNORES VALIDITY */
-
-<<if $arcologies[$i].rival == 1>>
-<<if $arcologies[$i].government == "an individual">>
-<<if $rivalryFSAdopted == 0>>
-
-	<<set $rivalryFSAdopted = 1>>
-	<<set $desc = "Its owner is">>
-	<<switch $rivalryFS>>
-	<<case "Racial Subjugationism">>
-		<<if $arcologies[$i].FSSubjugationist != "unset">><<set $arcologies[$i].FSSubjugationist = "unset">><</if>>
-		$desc preoccupied by belief in the superiority of the $arcologies[0].FSSubjugationistRace race, leading the arcology to @@.yellow;adopt $arcologies[0].FSSubjugationistRace Supremacy.@@
-		<<set $arcologies[$i].FSSupremacist = 5>><<set _adopted = 1>>
-		<<set $arcologies[$i].FSSupremacistRace = $arcologies[0].FSSubjugationistRace>>
-	<<case "Racial Supremacism">>
-		<<if $arcologies[$i].FSSupremacist != "unset">><<set $arcologies[$i].FSSupremacist = "unset">><</if>>
-		$desc preoccupied by a racial animus towards $arcologies[0].FSSupremacistRace people, leaving the arcology to @@.yellow;adopt $arcologies[0].FSSupremacistRace Subjugation.@@
-		<<set $arcologies[$i].FSSubjugationist = 5>><<set _adopted = 1>>
-		<<set $arcologies[$i].FSSubjugationistRace = $arcologies[0].FSSupremacistRace>>
-	<<case "Repopulation Focus">>
-		<<if $arcologies[$i].FSRepopulationFocus != "unset">><<set $arcologies[$i].FSRepopulationFocus = "unset">><</if>>
-		$desc obsessed with building a new society based on its Societal Elite, leading the arcology to @@.yellow;adopt Eugenics.@@
-		<<set $arcologies[$i].FSRestart = 5>><<set _adopted = 1>>
-	<<case "Eugenics">>
-		<<if $arcologies[$i].FSRestart != "unset">><<set $arcologies[$i].FSRestart = "unset">><</if>>
-		$desc obsessed with breeding a new society, leading the arcology to @@.yellow;adopt Repopulationism.@@
-		<<set $arcologies[$i].FSRepopulationFocus = 5>><<set _adopted = 1>>
-	<<case "Gender Radicalism">>
-		<<if $arcologies[$i].FSGenderRadicalist != "unset">><<set $arcologies[$i].FSGenderRadicalist = "unset">><</if>>
-		$desc enthusiastic about knocking slaves up, leading the arcology to @@.yellow;adopt Gender Fundamentalism.@@
-		<<set $arcologies[$i].FSGenderFundamentalist = 5>><<set _adopted = 1>>
-	<<case "Gender Fundamentalism">>
-		<<if $arcologies[$i].FSGenderFundamentalist != "unset">><<set $arcologies[$i].FSGenderFundamentalist = "unset">><</if>>
-		$desc enthusiastic about fucking slaves in the butt, leading the arcology to @@.yellow;adopt Gender Radicalism.@@
-		<<set $arcologies[$i].FSGenderRadicalist = 5>><<set _adopted = 1>>
-	<<case "Paternalism">>
-		<<if $arcologies[$i].FSPaternalist != "unset">><<set $arcologies[$i].FSPaternalist = "unset">><</if>>
-		$desc partial to screaming and struggling, leading the arcology to @@.yellow;adopt Degradationism.@@
-		<<set $arcologies[$i].FSDegradationist = 5>><<set _adopted = 1>>
-	<<case "Degradationism">>
-		<<if $arcologies[$i].FSDegradationist != "unset">><<set $arcologies[$i].FSDegradationist = "unset">><</if>>
-		$desc devoted to their slaves' advancement, leading the arcology to @@.yellow;adopt Paternalism.@@
-		<<set $arcologies[$i].FSPaternalist = 5>><<set _adopted = 1>>
-	<<case "Intellectual Dependency">>
-		<<if $arcologies[$i].FSIntellectualDependency != "unset">><<set $arcologies[$i].FSIntellectualDependency = "unset">><</if>>
-		$desc obsessed with crafting the perfect slave, leading the arcology to @@.yellow;adopt Slave Professionalism.@@
-		<<set $arcologies[$i].FSSlaveProfessionalism = 5>><<set _adopted = 1>>
-	<<case "Slave Professionalism">>
-		<<if $arcologies[$i].FSSlaveProfessionalism != "unset">><<set $arcologies[$i].FSSlaveProfessionalism = "unset">><</if>>
-		$desc worried that they may one day be outsmarted by their chattel, leading the arcology to @@.yellow;adopt Intellectual Dependency.@@
-		<<set $arcologies[$i].FSIntellectualDependency = 5>><<set _adopted = 1>>
-	<<case "Body Purism">>
-		<<if $arcologies[$i].FSBodyPurist != "unset">><<set $arcologies[$i].FSBodyPurist = "unset">><</if>>
-		$desc fascinated with extreme surgery, leading the arcology to @@.yellow;adopt Transformation Fetishism.@@
-		<<set $arcologies[$i].FSTransformationFetishist = 5>><<set _adopted = 1>>
-	<<case "Transformation Fetishism">>
-		<<if $arcologies[$i].FSTransformationFetishist != "unset">><<set $arcologies[$i].FSTransformationFetishist = "unset">><</if>>
-		$desc concerned by trends in their slaves' health, leading the arcology to @@.yellow;adopt Body Purism.@@
-		<<set $arcologies[$i].FSBodyPurist = 5>><<set _adopted = 1>>
-	<<case "Youth Preferentialism">>
-		<<if $arcologies[$i].FSYouthPreferentialist != "unset">><<set $arcologies[$i].FSYouthPreferentialist = "unset">><</if>>
-		$desc devoted to time in bed with their MILF slaves, leading the arcology to @@.yellow;adopt Maturity Preferentialism.@@
-		<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<set _adopted = 1>>
-	<<case "Maturity Preferentialism">>
-		<<if $arcologies[$i].FSMaturityPreferentialist != "unset">><<set $arcologies[$i].FSMaturityPreferentialist = "unset">><</if>>
-		$desc devoted to fucking nubile young slaves, leading the arcology to @@.yellow;adopt Youth Preferentialism.@@
-		<<set $arcologies[$i].FSYouthPreferentialist = 5>><<set _adopted = 1>>
-	<<case "Petite Admiration">>
-		<<if $arcologies[$i].FSPetiteAdmiration != "unset">><<set $arcologies[$i].FSPetiteAdmiration = "unset">><</if>>
-		$desc convinced that tall equals beauty, leading the arcology to @@.yellow;adopt Statuesque Glorification.@@
-		<<set $arcologies[$i].FSSlaveProfessionalism = 5>><<set _adopted = 1>>
-	<<case "Statuesque Glorification">>
-		<<if $arcologies[$i].FSStatuesqueGlorification != "unset">><<set $arcologies[$i].FSStatuesqueGlorification = "unset">><</if>>
-		$desc enamored by those shorter than them, leading the arcology to @@.yellow;adopt Petite Admiration.@@
-		<<set $arcologies[$i].FSPetiteAdmiration = 5>><<set _adopted = 1>>
-	<<case "Slimness Enthusiasm">>
-		<<if $arcologies[$i].FSSlimnessEnthusiast != "unset">><<set $arcologies[$i].FSSlimnessEnthusiast = "unset">><</if>>
-		$desc loves boobs, the bigger, the better, leading the arcology to @@.yellow;adopt Asset Expansionism.@@
-		<<set $arcologies[$i].FSAssetExpansionist = 5>><<set _adopted = 1>>
-	<<case "Asset Expansionism">>
-		<<if $arcologies[$i].FSAssetExpansionist != "unset">><<set $arcologies[$i].FSAssetExpansionist = "unset">><</if>>
-		$desc loves a slim slave with tight holes, leading the arcology to @@.yellow;adopt Slimness Enthusiasm.@@
-		<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set _adopted = 1>>
-	<<case "Pastoralism">>
-		<<if $arcologies[$i].FSPastoralist != "unset">><<set $arcologies[$i].FSPastoralist = "unset">><</if>>
-		$desc loves cum, leading the arcology to @@.yellow;adopt Cummunism.@@
-		<<set $arcologies[$i].FSCummunism = 5>><<set _adopted = 1>>
-	<<case "Cummunism">>
-		<<if $arcologies[$i].FSCummunism != "unset">><<set $arcologies[$i].FSCummunism = "unset">><</if>>
-		$desc addicted to breast milk straight from the nipple, leading the arcology to @@.yellow;adopt Pastoralism.@@
-		<<set $arcologies[$i].FSPastoralist = 5>><<set _adopted = 1>>
-	<<case "Hedonistic Decadence">>
-		<<if $arcologies[$i].FSHedonisticDecadence != "unset">><<set $arcologies[$i].FSHedonisticDecadence = "unset">><</if>>
-		$desc devoted to spending time in the gym, leading the arcology to @@.yellow;adopt Physical Idealism.@@
-		<<set $arcologies[$i].FSPhysicalIdealist = 5>><<set _adopted = 1>>
-	<<case "Physical Idealism">>
-		<<if $arcologies[$i].FSPhysicalIdealist != "unset">><<set $arcologies[$i].FSPhysicalIdealist = "unset">><</if>>
-		$desc addicted to pleasure, leading the arcology to @@.yellow;adopt Decadent Hedonism.@@
-		<<set $arcologies[$i].FSHedonisticDecadence = 5>><<set _adopted = 1>>
-	<<case "Chattel Religionism">>
-		<<if $arcologies[$i].FSChattelReligionist != "unset">><<set $arcologies[$i].FSChattelReligionist = "unset">><</if>>
-		$desc open minded, leading the arcology to @@.yellow;permit cultural freedom.@@
-		<<set $arcologies[$i].FSNull = 5>><<set _adopted = 1>>
-	<<case "Multiculturalism">>
-		<<if $arcologies[$i].FSNull != "unset">><<set $arcologies[$i].FSNull = "unset">><</if>>
-		$desc devoutly religious, and interested in a reformation, leading the arcology to @@.yellow;adopt Chattel Religionism.@@
-		<<set $arcologies[$i].FSChattelReligionist = 5>><<set _adopted = 1>>
-	<<case "Roman Revivalism">>
-		<<if $arcologies[$i].FSRomanRevivalist != "unset">><<set $arcologies[$i].FSRomanRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSEgyptianRevivalist != "unset">><<set $arcologies[$i].FSEgyptianRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSEdoRevivalist != "unset">><<set $arcologies[$i].FSEdoRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSArabianRevivalist != "unset">><<set $arcologies[$i].FSArabianRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSChineseRevivalist != "unset">><<set $arcologies[$i].FSChineseRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSNeoImperialist != "unset">><<set $arcologies[$i].FSNeoImperialist = "unset">><</if>>
-		$desc fascinated by ancient Aztec history, leading the arcology to @@.yellow;adopt Aztec Revivalism.@@
-		<<set $arcologies[$i].FSAztecRevivalist = 5>><<set _adopted = 1>>
-	<<case "Neo-Imperialism" "Egyptian Revivalism">>
-		<<if $arcologies[$i].FSEgyptianRevivalist != "unset">><<set $arcologies[$i].FSEgyptianRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSRomanRevivalist != "unset">><<set $arcologies[$i].FSRomanRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSEdoRevivalist != "unset">><<set $arcologies[$i].FSEdoRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSChineseRevivalist != "unset">><<set $arcologies[$i].FSChineseRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSAztecRevivalist != "unset">><<set $arcologies[$i].FSAztecRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSNeoImperialist != "unset">><<set $arcologies[$i].FSNeoImperialist = "unset">><</if>>
-		$desc fascinated by Arabian romanticism, leading the arcology to @@.yellow;adopt Arabian Revivalism.@@
-		<<set $arcologies[$i].FSArabianRevivalist = 5>><<set _adopted = 1>>
-	<<case "Edo Revivalism">>
-		<<if $arcologies[$i].FSEdoRevivalist != "unset">><<set $arcologies[$i].FSEdoRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSRomanRevivalist != "unset">><<set $arcologies[$i].FSRomanRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSEgyptianRevivalist != "unset">><<set $arcologies[$i].FSEgyptianRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSArabianRevivalist != "unset">><<set $arcologies[$i].FSArabianRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSAztecRevivalist != "unset">><<set $arcologies[$i].FSAztecRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSNeoImperialist != "unset">><<set $arcologies[$i].FSNeoImperialist = "unset">><</if>>
-		$desc fascinated by the long tale of Chinese history, leading the arcology to @@.yellow;adopt Chinese Revivalism.@@
-		<<set $arcologies[$i].FSChineseRevivalist = 5>><<set _adopted = 1>>
-	<<case "Arabian Revivalism">>
-		<<if $arcologies[$i].FSArabianRevivalist != "unset">><<set $arcologies[$i].FSArabianRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSRomanRevivalist != "unset">><<set $arcologies[$i].FSRomanRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSEdoRevivalist != "unset">><<set $arcologies[$i].FSEdoRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSChineseRevivalist != "unset">><<set $arcologies[$i].FSChineseRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSAztecRevivalist != "unset">><<set $arcologies[$i].FSAztecRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSNeoImperialist != "unset">><<set $arcologies[$i].FSNeoImperialist = "unset">><</if>>
-		$desc fascinated by ancient Egyptian history, leading the arcology to @@.yellow;adopt Egyptian Revivalism.@@
-		<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set _adopted = 1>>
-	<<case "Chinese Revivalism">>
-		<<if $arcologies[$i].FSChineseRevivalist != "unset">><<set $arcologies[$i].FSChineseRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSRomanRevivalist != "unset">><<set $arcologies[$i].FSRomanRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSEgyptianRevivalist != "unset">><<set $arcologies[$i].FSEgyptianRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSArabianRevivalist != "unset">><<set $arcologies[$i].FSArabianRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSAztecRevivalist != "unset">><<set $arcologies[$i].FSAztecRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSNeoImperialist != "unset">><<set $arcologies[$i].FSNeoImperialist = "unset">><</if>>
-		$desc fascinated by Japanese history, leading the arcology to @@.yellow;adopt Edo Revivalism.@@
-		<<set $arcologies[$i].FSEdoRevivalist = 5>><<set _adopted = 1>>
-	<<case "Aztec Revivalism">>
-		<<if $arcologies[$i].FSAztecRevivalist != "unset">><<set $arcologies[$i].FSAztecRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSEgyptianRevivalist != "unset">><<set $arcologies[$i].FSEgyptianRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSEdoRevivalist != "unset">><<set $arcologies[$i].FSEdoRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSArabianRevivalist != "unset">><<set $arcologies[$i].FSArabianRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSChineseRevivalist != "unset">><<set $arcologies[$i].FSChineseRevivalist = "unset">><</if>>
-		<<if $arcologies[$i].FSNeoImperialist != "unset">><<set $arcologies[$i].FSNeoImperialist = "unset">><</if>>
-		$desc fascinated by classical Roman history, leading the arcology to @@.yellow;adopt Roman Revivalism.@@
-		<<set $arcologies[$i].FSRomanRevivalist = 5>><<set _adopted = 1>>
-	<<default>>
-		<<set $rivalryFSAdopted = 0>>
-	<</switch>>
-
-<<else>>
-
-/* RIVAL ADOPTION */
-
-	<<set $desc = "Its owner is">>
-	<<if $arcologies[0].FSSubjugationist > random(5,60)>>
-		<<if _validFSes.includes("FSSupremacist") && ($arcologies[$i].FSSubjugationist == "unset") || ($arcologies[$i].FSSubjugationistRace !== $arcologies[0].FSSubjugationistRace)>>
-			$desc preoccupied by belief in the superiority of the $arcologies[0].FSSubjugationistRace race, leading the arcology to @@.yellow;adopt $arcologies[0].FSSubjugationistRace Supremacy.@@
-			<<set $arcologies[$i].FSSupremacist = 5>><<set _adopted = 1>>
-			<<set $arcologies[$i].FSSupremacistRace = $arcologies[0].FSSubjugationistRace>>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSSupremacist > random(5,60)>>
-		<<if (_validFSes.includes("FSSubjugationist") && ($arcologies[$i].FSSupremacist == "unset") || ($arcologies[$i].FSSupremacistRace !== $arcologies[0].FSSupremacistRace)>>
-			$desc preoccupied by a racial animus towards $arcologies[0].FSSupremacistRace people, leading the arcology to @@.yellow;adopt $arcologies[0].FSSupremacistRace Subjugation.@@
-			<<set $arcologies[$i].FSSubjugationist = 5>><<set _adopted = 1>>
-			<<set $arcologies[$i].FSSubjugationistRace = $arcologies[0].FSSupremacistRace>>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSRestart > random(5,60)>>
-		<<if _validFSes.includes("FSRepopulationFocus")>>
-			$desc obsessed with breeding a new society, leading the arcology to @@.yellow;adopt Repopulationism.@@
-			<<set $arcologies[$i].FSRepopulationFocus = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSRepopulationFocus > random(5,60)>>
-		<<if _validFSes.includes("FSRestart")>>
-			$desc obsessed with creating a new, better society, leading the arcology to @@.yellow;adopt Eugenics.@@
-			<<set $arcologies[$i].FSRestart = 5>><<set _adopted = 1>>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSGenderRadicalist > random(5,60)>>
-		<<if _validFSes.includes("FSGenderFundamentalist")>>
-			$desc enthusiastic about knocking slaves up, leading the arcology to @@.yellow;adopt Gender Fundamentalism.@@
-			<<set $arcologies[$i].FSGenderFundamentalist = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSGenderFundamentalist > random(5,60)>>
-		<<if _validFSes.includes("FSGenderRadicalist")>>
-			$desc enthusiastic about fucking slaves in the butt, leading the arcology to @@.yellow;adopt Gender Radicalism.@@
-			<<set $arcologies[$i].FSGenderRadicalist = 5>><<set _adopted = 1>>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSPaternalist > random(5,60)>>
-		<<if _validFSes.includes("FSDegradationist")>>
-			$desc partial to screaming and struggling, leading the arcology to @@.yellow;adopt Degradationism.@@
-			<<set $arcologies[$i].FSDegradationist = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSDegradationist > random(5,60)>>
-		<<if _validFSes.includes("FSPaternalist")>>
-			$desc devoted to their slaves' advancement, leading the arcology to @@.yellow;adopt Paternalism.@@
-			<<set $arcologies[$i].FSPaternalist = 5>><<set _adopted = 1>>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSIntellectualDependency > random(5,60)>>
-		<<if _validFSes.includes("FSSlaveProfessionalism")>>
-			$desc obsessed with crafting the perfect slave, leading the arcology to @@.yellow;adopt Slave Professionalism.@@
-			<<set $arcologies[$i].FSSlaveProfessionalism = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSSlaveProfessionalism > random(5,60)>>
-		<<if _validFSes.includes("FSIntellectualDependency")>>
-			$desc worried that they may one day be outsmarted by their chattel, leading the arcology to @@.yellow;adopt Intellectual Dependency.@@
-			<<set $arcologies[$i].FSIntellectualDependency = 5>><<set _adopted = 1>>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSBodyPurist > random(5,60)>>
-		<<if _validFSes.includes("FSTransformationFetishist")>>
-			$desc fascinated with extreme surgery, leading the arcology to @@.yellow;adopt Transformation Fetishism.@@
-			<<set $arcologies[$i].FSTransformationFetishist = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSTransformationFetishist > random(5,60)>>
-		<<if _validFSes.includes("FSBodyPurist")>>
-			$desc concerned by trends in their slaves' health, leading the arcology to @@.yellow;adopt Body Purism.@@
-			<<set $arcologies[$i].FSBodyPurist = 5>><<set _adopted = 1>>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSYouthPreferentialist > random(5,60)>>
-		<<if _validFSes.includes("FSMaturityPreferentialist")>>
-			$desc devoted to time in bed with their MILF slaves, leading the arcology to @@.yellow;adopt Maturity Preferentialism.@@
-			<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSMaturityPreferentialist > random(5,60)>>
-		<<if _validFSes.includes("FSYouthPreferentialist")>>
-			$desc devoted to fucking nubile young slaves, leading the arcology to @@.yellow;adopt Youth Preferentialism.@@
-			<<set $arcologies[$i].FSYouthPreferentialist = 5>><<set _adopted = 1>>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSPetiteAdmiration > random(5,60)>>
-		<<if _validFSes.includes("FSStatuesqueGlorification")>>
-			$desc convinced that tall equals beautiful, leading the arcology to @@.yellow;adopt Statuesque Glorification.@@
-			<<set $arcologies[$i].FSStatuesqueGlorification = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSStatuesqueGlorification > random(5,60)>>
-		<<if _validFSes.includes("FSPetiteAdmiration")>>
-			$desc enamored by those shorter than them, leading the arcology to @@.yellow;adopt Petite Admiration.@@
-			<<set $arcologies[$i].FSPetiteAdmiration = 5>><<set _adopted = 1>>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSSlimnessEnthusiast > random(5,60)>>
-		<<if _validFSes.includes("FSAssetExpansionist")>>
-			$desc loves boobs, the bigger, the better, leading the arcology to @@.yellow;adopt Asset Expansionism.@@
-			<<set $arcologies[$i].FSAssetExpansionist = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSAssetExpansionist > random(5,60)>>
-		<<if _validFSes.includes("FSSlimnessEnthusiast")>>
-			$desc loves a slim slave with tight holes, leading the arcology to @@.yellow;adopt Slimness Enthusiasm.@@
-			<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set _adopted = 1>>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSPastoralist > random(5,60)>>
-		<<if _validFSes.includes("FSPastoralist")>>
-			$desc addicted to breast milk straight from the nipple, leading the arcology to @@.yellow;adopt Pastoralism.@@
-			<<set $arcologies[$i].FSPastoralist = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSCummunism > random(5,60)>>
-		<<if _validFSes.includes("FSCummunism")>>
-			$desc obsessed with cum, leading the arcology to @@.yellow;adopt Cummunism.@@
-			<<set $arcologies[$i].FSCummunism = 5>><<set _adopted = 1>>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSPhysicalIdealist > random(5,60)>>
-		<<if _validFSes.includes("FSPhysicalIdealist")>>
-			$desc pretty devoted to spending time in the gym, leading the arcology to @@.yellow;adopt Physical Idealism.@@
-			<<set $arcologies[$i].FSPhysicalIdealist = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSHedonisticDecadence > random(5,60)>>
-		<<if _validFSes.includes("FSHedonisticDecadence")>>
-			$desc pretty devoted to indulging their every whim, leading the arcology to @@.yellow;adopt Decadent Hedonism.@@
-			<<set $arcologies[$i].FSHedonisticDecadence = 5>><<set _adopted = 1>>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSRomanRevivalist > random(5,60)>>
-		<<if _validFSes.includes("FSAztecRevivalist")>>
-			$desc fascinated by ancient Aztec history, leading the arcology to @@.yellow;adopt Aztec Revivalism.@@
-			<<set $arcologies[$i].FSAztecRevivalist = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSAztecRevivalist > random(5,60)>>
-		<<if _validFSes.includes("FSRomanRevivalist")>>
-			$desc fascinated by classical Roman history, leading the arcology to @@.yellow;adopt Roman Revivalism.@@
-			<<set $arcologies[$i].FSRomanRevivalist = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSEgyptianRevivalist > random(5,60) || $arcologies[0].FSNeoImperialist > random(5, 60)>>
-		<<if _validFSes.includes("FSArabianRevivalist")>>
-			$desc fascinated by Arabian romanticism, leading the arcology to @@.yellow;adopt Arabian Revivalism.@@
-			<<set $arcologies[$i].FSArabianRevivalist = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSEdoRevivalist > random(5,60)>>
-		<<if _validFSes.includes("FSChineseRevivalist")>>
-			$desc fascinated by the long tale of Chinese history, leading the arcology to @@.yellow;adopt Chinese Revivalism.@@
-			<<set $arcologies[$i].FSChineseRevivalist = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSArabianRevivalist > random(5,60)>>
-		<<if _validFSes.includes("FSEgyptianRevivalist")>>
-			$desc fascinated by ancient Egyptian history, leading the arcology to @@.yellow;adopt Egyptian Revivalism.@@
-			<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set _adopted = 1>>
-		<</if>>
-	<<elseif $arcologies[0].FSChineseRevivalist > random(5,60)>>
-		<<if _validFSes.includes("FSEdoRevivalist")>>
-			$desc fascinated by Japanese history, leading the arcology to @@.yellow;adopt Edo Revivalism.@@
-			<<set $arcologies[$i].FSEdoRevivalist = 5>><<set _adopted = 1>>
-		<</if>>
-	<</if>>
-
-<</if>>
-<</if>>
-<</if>>
-
-/* AGENT ADOPTION*/
-
-<<for _adopted == 0>>
-<<if ($arcologies[$i].government == "your agent")>>
-<<set _adopted = 1>> /* breaking out of the for loop will preserve this */
-<<set _leader = App.currentAgent($i)>>
-<<setLocalPronouns _leader>>
-
-<<if _validFSes.includes("FSRepopulationFocus") && _leader.fetish == "pregnancy" && $seePreg == 1>>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Repopulationism,@@ since as a pregnancy fetishist, $he can't wait to see the female population's bellies swell with life.
-	<<set $arcologies[$i].FSRepopulationFocus = 5>><<break>>
-<<elseif _validFSes.includes("FSRestart") && (_leader.preg < -1 || (_leader.ovaries == 0 && _leader.mpreg != 1)) && _leader.genes == "XX">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Eugenics,@@ since if no-one can get pregnant, $he won't be alone.
-	<<set $arcologies[$i].FSRestart = 5>><<break>>
-<</if>>
-<<if _validFSes.includes("FSGenderRadicalist") && _leader.dick > 0>>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Gender Radicalism,@@ since $he's a walking, swinging argument for dickgirls.
-	<<set $arcologies[$i].FSGenderRadicalist = 5>><<break>>
-<<elseif _validFSes.includes("FSGenderFundamentalist") &&_leader.pregKnown == 1 || _leader.bellyPreg > 1500>>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Gender Fundamentalism,@@ since its citizens find leadership by a pregnant $woman fascinating.
-	<<set $arcologies[$i].FSGenderFundamentalist = 5>><<break>>
-<</if>>
-<<if _validFSes.includes("FSPaternalist") && _leader.behavioralQuirk == "advocate">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Paternalism,@@ since as an advocate for slavery, $he believes in its benefits.
-	<<set $arcologies[$i].FSPaternalist = 5>><<break>>
-<<elseif _validFSes.includes("FSDegradationist") && _leader.fetish == "sadist">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Degradationism,@@ since as a sexual sadist, $he's excited by the idea of leading a society that applauds $his cruelest impulses.
-	<<set $arcologies[$i].FSDegradationist = 5>><<break>>
-<</if>>
-<<if _validFSes.includes("FSSlaveProfessionalism") && (_leader.intelligence+_leader.intelligenceImplant >= 120) && (_leader.skill.vagina+_leader.skill.oral+_leader.skill.anal+_leader.skill.whoring+_leader.skill.entertainment >= 400)>>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Slave Professionalism,@@ since $he wishes to produce slaves you can be proud of.
-	<<set $arcologies[$i].FSSlaveProfessionalism = 5>><<break>>
-<<elseif _validFSes.includes("FSIntellectualDependency") && (_leader.intelligence+_leader.intelligenceImplant >= 120) && (_leader.behavioralFlaw == "arrogant" || _leader.behavioralQuirk == "insecure")>>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Intellectual Dependency,@@
-	<<if _leader.behavioralQuirk == "insecure">>
-		since, due to $his own insecurities, needs to be frequently reassured that $he is smarter than the masses.
-	<<else>>
-		since $he absolutely needs to feel intellectually superior to $his chattel.
-	<</if>>
-	<<set $arcologies[$i].FSIntellectualDependency = 5>><<break>>
-<</if>>
-<<if _validFSes.includes("FSBodyPurist") && _leader.chem > 50>>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Body Purism,@@ since $he knows what long term drug damage feels like, and doesn't want any slave to ever experience it again.
-	<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
-<<elseif _validFSes.includes("FSTransformationFetishist") && _leader.boobsImplant > 1000>>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Transformation Fetishism,@@ out of a perverse desire to subject all slaves to massive implants like $hers.
-	<<set $arcologies[$i].FSTransformationFetishist = 5>><<break>>
-<</if>>
-<<if _validFSes.includes("FSYouthPreferentialist") && _leader.actualAge <= 25>>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Youth Preferentialism,@@ to buttress acceptance of $his own young age.
-	<<set $arcologies[$i].FSYouthPreferentialist = 5>><<break>>
-<<elseif _validFSes.includes("FSMaturityPreferentialist") && _leader.actualAge > 35>>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Maturity Preferentialism,@@ since $he has a certain personal interest in promoting the idea that MILFs are sexy.
-	<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<break>>
-<</if>>
-<<if _validFSes.includes("FSSlimnessEnthusiast") && _leader.behavioralQuirk == "insecure">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Slimness Enthusiasm,@@ since $his history of anorexia has deeply impacted $his idea of beauty.
-	<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<break>>
-<<elseif _validFSes.includes("FSAssetExpansionist") && _leader.fetish == "boobs">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Asset Expansionism,@@ since $he's a breast expansion fetishist in addition to being a mere breast fetishist.
-	<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
-<<elseif _validFSes.includes("FSAssetExpansionist") && _leader.sexualQuirk == "size queen" && _leader.vagina > 3>>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Asset Expansionism,@@ since $he's a stickler for big dicks and seeks to find one large enough to push $him to $his very limit.
-	<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
-<</if>>
-<<if _validFSes.includes("FSCummunism") && _leader.fetish == "cumslut">> /* this will become the cum focused condition, being replaced with breast focus for milk */
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Cummunism,@@ since $he already loves sucking down huge loads of cum.
-	<<set $arcologies[$i].FSCummunism = 5>><<break>>
-<<elseif _validFSes.includes("FSPastoralist") && _leader.fetish == "boobs">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Pastoralism,@@ since $he loves boobs and adores suckling them.
-	<<set $arcologies[$i].FSPastoralist = 5>><<break>>
-<</if>>
-<<if _validFSes.includes("FSHedonisticDecadence") && _leader.behavioralFlaw == "gluttonous">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Decadent Hedonism,@@ since $he already loves over-eating.
-	<<set $arcologies[$i].FSHedonisticDecadence = 5>><<break>>
-<<elseif _validFSes.includes("FSPhysicalIdealist") && _leader.behavioralQuirk == "fitness">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Physical Idealism,@@ since $he's a fitness fanatic $himself.
-	<<set $arcologies[$i].FSPhysicalIdealist = 5>><<break>>
-<<elseif _validFSes.includes("FSHedonisticDecadence") && _leader.fetish != "none" && _leader.fetishStrength >= 100>>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Decadent Hedonism,@@ since $he seeks to satisfy $his powerful fetish.
-	<<set $arcologies[$i].FSHedonisticDecadence = 5>><<break>>
-<</if>>
-<<if _validFSes.includes("FSStatuesqueGlorification") && _leader.height >= 200>>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Statuesque Glorification,@@ since $he is tired of being one of the tallest in arcology.
-	<<set $arcologies[$i].FSStatuesqueGlorification = 5>><<break>>
-<<elseif _validFSes.includes("FSPetiteAdmiration") && _leader.height >= 170 && _leader.fetish == "dom">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Petite Admiration,@@ since it is far easier to dominate someone much smaller than oneself.
-	<<set $arcologies[$i].FSPetiteAdmiration = 5>><<break>>
-<</if>>
-<<if _validFSes.includes("FSIncestFetishist")>>
-	<<set _lover = $slaves.find(function(s) { return s.ID == _leader.relationshipTarget && areRelated(s, _leader) && s.assignment == "live with your agent"; })>>
-	<<if (_leader.behavioralQuirk == "sinful" || _leader.sexualQuirk == "perverted") && def _lover && $seeIncest == 1>>
-		Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Incest Festishism,@@ to share the love and joy $he holds with $his <<print relativeTerm(_leader, _lover)>>.
-		<<set $arcologies[$i].FSIncestFetishist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if _validFSes.includes("FSChattelReligionist") && _leader.behavioralQuirk == "devout">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Chattel Religionism,@@ to share and spread $his deeply held beliefs about the holiness of sexual service.
-	<<set $arcologies[$i].FSChattelReligionist = 5>><<break>>
-<<elseif _validFSes.includes("FSChattelReligionist") && _leader.behavioralQuirk == "sinful">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Chattel Religionism,@@ since $he's excited by the prospect of getting away with horrible sins against old religions in public.
-	<<set $arcologies[$i].FSChattelReligionist = 5>><<break>>
-<</if>>
-<<if (_validFSes.includes("FSEgyptianRevivalist") && _leader.relationshipTarget != 0)>>
-	<<set _lover = getSlave(_leader.relationshipTarget)>>
-	<<if (def _lover) && areRelated(_leader, _lover)>>
-		Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Egyptian Revivalism,@@ since $he's already part of a gloriously incestuous relationship.
-		<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<break>>
-	<</if>>
-<<elseif _validFSes.includes("FSChineseRevivalist") && _leader.nationality == "Chinese">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Chinese Revivalism,@@ since $he's Chinese $himself and can claim high honor in such a society.
-	<<set $arcologies[$i].FSChineseRevivalist = 5>><<break>>
-<<elseif _validFSes.includes("FSEdoRevivalist") && _leader.nationality == "Japanese">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Edo Revivalism,@@ since $he's Japanese $himself and can claim high honor in such a society.
-	<<set $arcologies[$i].FSEdoRevivalist = 5>><<break>>
-<<elseif _validFSes.includes("FSAztecRevivalist") && _leader.nationality == "Mexican">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Aztec Revivalism,@@ since $he's Mexican $himself and can claim high honor in such a society.
-	<<set $arcologies[$i].FSAztecRevivalist = 5>><<break>>
-<<elseif _validFSes.includes("FSNeoImperialist") && _leader.nationality == "German">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Neo-Imperialism,@@ since $he's German $himself and can easily cement $his rule with Imperial directives in your name.
-	<<set $arcologies[$i].FSNeoImperialist = 5>><<break>>
-<<elseif _validFSes.includes("FSNeoImperialist") && _leader.nationality == "French">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Neo-Imperialism,@@ since $he's French $himself and can easily cement $his rule with Imperial directives in your name.
-	<<set $arcologies[$i].FSNeoImperialist = 5>><<break>>
-<<elseif _validFSes.includes("FSNeoImperialist") && _leader.nationality == "Spanish">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Neo-Imperialism,@@ since $he's Spanish $himself and can easily cement $his rule with Imperial directives in your name.
-	<<set $arcologies[$i].FSNeoImperialist = 5>><<break>>
-<<elseif _validFSes.includes("FSNeoImperialist") && _leader.nationality == "English">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Neo-Imperialism,@@ since $he's English $himself and can easily cement $his rule with Imperial directives in your name.
-	<<set $arcologies[$i].FSNeoImperialist = 5>><<break>>
-<<elseif _validFSes.includes("FSRomanRevivalist") && _leader.behavioralQuirk == "confident">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Roman Revivalism,@@ since it appeals to $his confident, patrician nature.
-	<<set $arcologies[$i].FSRomanRevivalist = 5>><<break>>
-<<elseif _validFSes.includes("FSArabianRevivalist") && _leader.fetish == "dom">>
-	Your agent @@.pink;_leader.slaveName@@ successfully pushes it to @@.yellow;adopt Arabian Revivalism,@@ since $he's sexually dominant and quite likes the idea of overseeing slave bazaars.
-	<<set $arcologies[$i].FSArabianRevivalist = 5>><<break>>
-<</if>>
-
-<<set _adopted = 0>> /* did not break out of the for loop, so no FS was adopted */
-<</if>>
-<<break>>
-<</for>>
-
-/* CROSS-FS ADOPTION*/
-
-<<for _adopted == 0>>
-<<set _adopted = 1>> /* breaking out of the for loop will preserve this */
-
-<<if $arcologies[$i].FSSubjugationist > random(50,200)>>
-	<<if _validFSes.includes("FSDegradationist")>>
-		The arcology's racial Subjugationist culture @@.yellow;pushes it towards Degradationism.@@
-		<<set $arcologies[$i].FSDegradationist = 5>><<break>>
-	<<elseif (_validFSes.includes("FSAztecRevivalist") && _validFSes.includes("FSEgyptianRevivalist"))>>
-		<<if random(0,1) == 0>>
-			The arcology's racial Subjugationist culture @@.yellow;pushes it towards Egyptian Revivalism,@@ since the Ancient Egyptians are famous for keeping a race of slaves.
-			<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<break>>
-		<<else>>
-			The arcology's racial Supremacist culture @@.yellow;pushes it towards Aztec Revivalism,@@ since the enslavement and sacrifice of slaves was fundamental to the culture.
-			<<set $arcologies[$i].FSAztecRevivalist = 5>><<break>>
-		<</if>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSRestart > random(50,200)>>
-	<<if _validFSes.includes("FSNeoImperialist")>>
-			The arcology's elitist, eugenicist culture @@.yellow;pushes it towards Neo-Imperialism,@@ since the societal elite view themselves as the only appropriate rulers of their society.
-			<<set $arcologies[$i].FSNeoImperialist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSSupremacist > random(50,200)>>
-	<<if _validFSes.includes("FSPaternalist")>>
-		The arcology's racial Supremacist culture @@.yellow;pushes it towards Paternalism.@@
-		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
-	<<elseif (_validFSes.includes("FSEdoRevivalist") && _validFSes.includes("FSChineseRevivalist") && ($arcologies[$i].FSSupremacistRace == "asian")>>
-		<<if random(0,1) == 0>>
-			The arcology's racial Supremacist culture @@.yellow;pushes it towards Edo Revivalism,@@ since the beauty and grace of the Japanese people are watchwords there.
-			<<set $arcologies[$i].FSEdoRevivalist = 5>><<break>>
-		<<else>>
-			The arcology's racial Supremacist culture @@.yellow;pushes it towards Chinese Revivalism,@@ since the wisdom of the Middle Kingdom is admired there.
-			<<set $arcologies[$i].FSChineseRevivalist = 5>><<break>>
-		<</if>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSRepopulationFocus > random(50,200)>>
-	<<if _validFSes.includes("FSAssetExpansionist")>>
-		The arcology's Repopulationist culture @@.yellow;pushes it towards Asset Expansionism,@@ since big pregnant bellies go great with huge tits and asses.
-		<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
-	<<elseif _validFSes.includes("FSGenderFundamentalist")>>
-		The arcology's Repopulationist culture @@.yellow;pushes it towards Gender Fundamentalism,@@ since traditional women make better mothers.
-		<<set $arcologies[$i].FSGenderFundamentalist = 5>><<break>>
-	<<elseif _validFSes.includes("FSPetiteAdmiration")>>
-		The arcology's Repopulationist culture @@.yellow;pushes it towards Petite Admiration,@@ since shorter women tend to have an easier time with childbirth.
-		<<set $arcologies[$i].FSPetiteAdmiration = 5>><<break>>
-	<</if>>
-<<elseif $arcologies[$i].FSRestart > random(50,200)>>
-	<<if _validFSes.includes("FSDegradationist")>>
-		The arcology's elite focused culture @@.yellow;pushes it towards Degradationism,@@ since its lowest class deserves nothing but misery.
-		<<set $arcologies[$i].FSDegradationist = 5>><<break>>
-	<<elseif _validFSes.includes("FSSlaveProfessionalism")>>
-		The arcology's elite focused culture @@.yellow;pushes it towards Slave Professionalism,@@ since the highest class deserve nothing less than the best slaves.
-		<<set $arcologies[$i].FSSlaveProfessionalism = 5>><<break>>
-	<<elseif _validFSes.includes("FSHedonisticDecadence")>>
-		The arcology's wide range of imports @@.yellow;pushes it towards Decadent Hedonism,@@ since it has access to so many undiscovered pleasures.
-		<<set $arcologies[$i].FSHedonisticDecadence = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSGenderRadicalist > random(50,200)>>
-	<<if _validFSes.includes("FSTransformationFetishist")>>
-		The arcology's Gender Radicalist culture @@.yellow;pushes it towards Transformation Fetishism,@@ since surgery can turn a slave into anything.
-		<<set $arcologies[$i].FSTransformationFetishist = 5>><<break>>
-	<<elseif _validFSes.includes("FSSlimnessEnthusiast")>>
-		The arcology's Gender Radicalist culture @@.yellow;pushes it towards Slimness Enthusiasm,@@ since that's the kind of body many of its slaves have.
-		<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<break>>
-	<<elseif _validFSes.includes("FSCummunism")>>
-		The arcology's Gender Radicalist culture @@.yellow;pushes it towards Cummunism,@@ since many of its slaves are capable of giving cum.
-		<<set $arcologies[$i].FSCummunism = 5>><<break>>
-	<</if>>
-<<elseif $arcologies[$i].FSGenderFundamentalist > random(50,200)>>
-	<<if _validFSes.includes("FSPastoralist")>>
-		The arcology's Gender Fundamentalist culture @@.yellow;pushes it towards Pastoralism,@@ since its pregnant slaves are already giving milk.
-		<<set $arcologies[$i].FSPastoralist = 5>><<break>>
-	<<elseif _validFSes.includes("FSIntellectualDependency")>>
-		The arcology's Gender Fundamentalist culture @@.yellow;pushes it towards Intellectual Dependency,@@ since women don't need to think to serve men.
-		<<set $arcologies[$i].FSYouthPreferentialist = 5>><<break>>
-	<<elseif _validFSes.includes("FSYouthPreferentialist")>>
-		The arcology's Gender Fundamentalist culture @@.yellow;pushes it towards Youth Preferentialism,@@ since younger slaves are beautiful and fertile.
-		<<set $arcologies[$i].FSYouthPreferentialist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSPaternalist > random(50,200)>>
-	<<if _validFSes.includes("FSChattelReligionist")>>
-		The arcology's Paternalist culture @@.yellow;pushes it towards Chattel Religionism,@@ since many of its slaves are already worshipful.
-		<<set $arcologies[$i].FSChattelReligionist = 5>><<break>>
-	<<elseif _validFSes.includes("FSBodyPurist")>>
-		The arcology's Paternalist culture @@.yellow;pushes it towards Body Purism,@@ since giving slaves dangerous drugs is hardly good for them.
-		<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
-	<<elseif _validFSes.includes("FSRomanRevivalist")>>
-		The arcology's Paternalist culture @@.yellow;pushes it towards Roman Revivalism,@@ since loyal service to the res publica bears similarity to their existing mores.
-		<<set $arcologies[$i].FSRomanRevivalist = 5>><<break>>
-	<</if>>
-<<elseif $arcologies[$i].FSDegradationist > random(50,200)>>
-	<<if _validFSes.includes("FSTransformationFetishist")>>
-		The arcology's Degradationist culture @@.yellow;pushes it towards Transformation Fetishism,@@ the ultimate expression of power over slave bodies.
-		<<set $arcologies[$i].FSTransformationFetishist = 5>><<break>>
-	<<elseif _validFSes.includes("FSGenderRadicalist")>>
-		The arcology's Degradationist culture @@.yellow;pushes it towards Gender Radicalism,@@ since the joy of forcing a gender role on a slave is already popular.
-		<<set $arcologies[$i].FSGenderRadicalist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSIntellectualDependency > random(50,200)>>
-	<<if _validFSes.includes("FSTransformationFetishist")>>
-		The arcology's Intellectual Dependency culture @@.yellow;pushes it towards Transformation Fetishism,@@ to give its bimbos a body most fitting.
-		<<set $arcologies[$i].FSTransformationFetishist = 5>><<break>>
-	<<elseif _validFSes.includes("FSYouthPreferentialist")>>
-		The arcology's Intellectual Dependency culture @@.yellow;pushes it towards Youth Preferentialism,@@ since the young have more energy to party.
-		<<set $arcologies[$i].FSYouthPreferentialist = 5>><<break>>
-	<<elseif _validFSes.includes("FSHedonisticDecadence")>>
-		The arcology's Intellectual Dependency culture @@.yellow;pushes it towards Decadent Hedonism,@@ since base instinct already rules slaves' lives.
-		<<set $arcologies[$i].FSHedonisticDecadence = 5>><<break>>
-	<<elseif _validFSes.includes("FSRepopulationFocus")>>
-		The arcology's Intellectual Dependency culture @@.yellow;pushes it towards Repopulationism,@@ since there has been an epidemic of unplanned pregnancies among the slave population.
-		<<set $arcologies[$i].FSRepopulationFocus = 5>><<break>>
-	<</if>>
-<<elseif $arcologies[$i].FSSlaveProfessionalism > random(50,200)>>
-	<<if _validFSes.includes("FSMaturityPreferentialist")>>
-		The arcology's Slave Professionalism culture @@.yellow;pushes it towards Maturity Preferentialist,@@ since with age comes experience.
-		<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<break>>
-	<<elseif _validFSes.includes("FSPaternalist")>>
-		The arcology's Slave Professionalism culture @@.yellow;pushes it towards Paternalism,@@ since happy slaves are much more willing to be molded in to shape.
-		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
-	<<elseif _validFSes.includes("FSPhysicalIdealist")>>
-		The arcology's Slave Professionalism culture @@.yellow;pushes it towards Physical Idealism,@@ since a fitting body is required to house the perfect mind.
-		<<set $arcologies[$i].FSPhysicalIdealist = 5>><<break>>
-	<<elseif _validFSes.includes("FSChattelReligionist")>>
-		The arcology's Slave Professionalism culture @@.yellow;pushes it towards Chattel Religionism,@@ since skilled service is already a part of a slave's daily life.
-		<<set $arcologies[$i].FSChattelReligionist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSBodyPurist > random(50,200)>>
-	<<if _validFSes.includes("FSPhysicalIdealist")>>
-		The arcology's Body Purist culture @@.yellow;pushes it towards Physical Idealism,@@ since it already takes an intense interest in bodily perfection.
-		<<set $arcologies[$i].FSPhysicalIdealist = 5>><<break>>
-	<<elseif _validFSes.includes("FSPaternalist")>>
-		The arcology's Body Purist culture @@.yellow;pushes it towards Paternalism,@@ since it's become obvious that happiness is a necessary part of wellness.
-		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
-	<</if>>
-<<elseif $arcologies[$i].FSTransformationFetishist > random(50,200)>>
-	<<if _validFSes.includes("FSAssetExpansionist")>>
-		The arcology's Transformation Fetishist culture @@.yellow;pushes it towards Asset Expansionism,@@ since it's already overrun with massive tits and asses.
-		<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
-	<<elseif _validFSes.includes("FSDegradationist")>>
-		The arcology's Transformation Fetishist culture @@.yellow;pushes it towards Degradationism,@@ since it's already used to slaves whining about their latest surgeries.
-		<<set $arcologies[$i].FSDegradationist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSYouthPreferentialist > random(50,200)>>
-	<<if _validFSes.includes("FSSlimnessEnthusiast")>>
-		The arcology's Youth Preferentialist culture @@.yellow;pushes it towards Slimness Enthusiasm,@@ since that's the kind of body many of its slaves have.
-		<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<break>>
-	<<elseif _validFSes.includes("FSRepopulationFocus")>>
-		The arcology's Youth Preferentialist culture @@.yellow;pushes it towards Repopulationism,@@ since many of its slaves are deliciously ripe for breeding.
-		<<set $arcologies[$i].FSRepopulationFocus = 5>><<break>>
-	<</if>>
-<<elseif $arcologies[$i].FSMaturityPreferentialist > random(50,200)>>
-	<<if _validFSes.includes("FSAssetExpansionist")>>
-		The arcology's Maturity Preferentialist culture @@.yellow;pushes it towards Asset Expansionism,@@ since that's the kind of body many of its slaves have.
-		<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
-	<<elseif _validFSes.includes("FSPaternalist")>>
-		The arcology's Maturity Preferentialist culture @@.yellow;pushes it towards Paternalism,@@ since its many older slaves have skills best applied by a happy $woman.
-		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSPetiteAdmiration > random(50,200)>>
-	<<if _validFSes.includes("FSAssetExpansionist")>>
-		The arcology's Petite Admiration culture @@.yellow;pushes it towards Asset Expansionist,@@ since a $girl with tits wider than $he is tall attracts quite some attention.
-		<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
-	<<elseif _validFSes.includes("FSPaternalist")>>
-		The arcology's Petite Admiration culture @@.yellow;pushes it towards Paternalism,@@ since such tiny <<= $girl>>s need extra special attention.
-		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
-	<<elseif _validFSes.includes("FSIncestFetishist")>>
-		The arcology's Petite Admiration culture @@.yellow;pushes it towards Incest Fetishism,@@ since age play often goes hand-in-hand with size play.
-		<<set $arcologies[$i].FSIncestFetishist = 5>><<break>>
-	<</if>>
-<<elseif $arcologies[$i].FSStatuesqueGlorification > random(50,200)>>
-	<<if _validFSes.includes("FSPhysicalIdealist")>>
-		The arcology's Statuesque Glorification culture @@.yellow;pushes it towards Physical Idealism,@@ since being ripped complements being tall.
-		<<set $arcologies[$i].FSPhysicalIdealist = 5>><<break>>
-	<<elseif _validFSes.includes("FSDegradationist")>>
-		The arcology's Statuesque Glorification culture @@.yellow;pushes it towards Degradationism,@@ since those that don't measure up deserve only suffering.
-		<<set $arcologies[$i].FSDegradationist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSSlimnessEnthusiast > random(50,200)>>
-	<<if _validFSes.includes("FSYouthPreferentialist")>>
-		The arcology's Slimness Enthusiast culture @@.yellow;pushes it towards Youth Preferentialism,@@ since younger slaves are often attractively slim.
-		<<set $arcologies[$i].FSYouthPreferentialist = 5>><<break>>
-	<<elseif _validFSes.includes("FSBodyPurist")>>
-		The arcology's Slimness Enthusiast culture @@.yellow;pushes it towards Body Purism,@@ since the last thing they want is prettily slender girls with health trouble.
-		<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
-	<</if>>
-<<elseif $arcologies[$i].FSAssetExpansionist > random(50,200)>>
-	<<if _validFSes.includes("FSMaturityPreferentialist")>>
-		The arcology's Asset Expansionist culture @@.yellow;pushes it towards Maturity Preferentialism,@@ since MILF slaves tend to come with nice big tits.
-		<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<break>>
-	<<elseif _validFSes.includes("FSBodyPurist")>>
-		The arcology's Asset Expansionist culture @@.yellow;pushes it towards Body Purism,@@ since slaves on curatives are slaves not on growth hormones.
-		<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
-	<<elseif _validFSes.includes("FSPetiteAdmiration") && _validFSes.includes("FSStatuesqueGlorification")>>
-		<<if random(0,1) == 1>>
-			The arcology's Asset Expansionist culture @@.yellow;pushes it towards Petite Admiration,@@ since the smaller a slave's body is, the bigger their breasts will look.
-			<<set $arcologies[$i].FSPetiteAdmiration = 5>><<break>>
-		<<else>>
-			The arcology's Asset Expansionist culture @@.yellow;pushes it towards Statuesque Glorification,@@ as the love of all things huge is rather indiscriminate.
-			<<set $arcologies[$i].FSStatuesqueGlorification = 5>><<break>>
-		<</if>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSPastoralist > random(50,200)>>
-	<<if _validFSes.includes("FSBodyPurist")>>
-		The arcology's Pastoralist culture @@.yellow;pushes it towards Body Purism,@@ since there have been concerns about milk purity.
-		<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
-	<<elseif _validFSes.includes("FSAssetExpansionist")>>
-		The arcology's Pastoralist culture @@.yellow;pushes it towards Asset Expansionism,@@ since they're convinced that there's no such thing as udders that are too big.
-		<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
-	<<elseif _validFSes.includes("FSRepopulationFocus")>>
-		The arcology's Pastoralist culture @@.yellow;pushes it towards Repopulationism,@@ since pregnancy stimulates milk flow.
-		<<set $arcologies[$i].FSRepopulationFocus = 5>><<break>>
-	<</if>>
-<<elseif $arcologies[$i].FSCummunism > random(50,200)>>
-	<<if _validFSes.includes("FSPhysicalIdealist")>>
-		The arcology's Cummunist culture @@.yellow;pushes it towards Physical Idealism,@@ since big balls and huge loads go hand in hand with masculine muscles.
-		<<set $arcologies[$i].FSPhysicalIdealist = 5>><<break>>
-	<<elseif _validFSes.includes("FSAssetExpansionist")>>
-		The arcology's Cummunist culture @@.yellow;pushes it towards Asset Expansionism,@@ since they're convinced that there's no such thing as balls that are too big.
-		<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
-	<<elseif _validFSes.includes("FSBodyPurist")>>
-		The arcology's Cummunist culture @@.yellow;pushes it towards Body Purism,@@ since there have been concerns about cum purity.
-		<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSHedonisticDecadence > random(50,200)>>
-	<<if _validFSes.includes("FSPastoralist")>>
-		The arcology's Hedonistic culture @@.yellow;pushes it towards Pastoralism,@@ since nothing beats a nice glass of fresh squeezed milk with your cake.
-		<<set $arcologies[$i].FSPastoralist = 5>><<break>>
-	<<elseif _validFSes.includes("FSIntellectualDependency")>>
-		The arcology's Hedonistic culture @@.yellow;pushes it towards Intellectual Dependency,@@ since higher thought is unneeded when you have everything you want.
-		<<set $arcologies[$i].FSIntellectualDependency = 5>><<break>>
-	<<elseif _validFSes.includes("FSPaternalist")>>
-		The arcology's Hedonistic culture @@.yellow;pushes it towards Paternalism,@@ since happiness is infectious.
-		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
-	<</if>>
-<<elseif $arcologies[$i].FSPhysicalIdealist > random(50,200)>>
-	<<if _validFSes.includes("FSBodyPurist")>>
-		The arcology's Physical Idealist culture @@.yellow;pushes it towards Body Purism,@@ since it's already used to treating slaves' bodies as temples.
-		<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
-	<<elseif _validFSes.includes("FSYouthPreferentialist")>>
-		The arcology's Physical Idealist culture @@.yellow;pushes it towards Youth Preferentialism,@@ since beauty and athletic prowess do tend to peak early.
-		<<set $arcologies[$i].FSYouthPreferentialist = 5>><<break>>
-	<<elseif _validFSes.includes("FSStatuesqueGlorification")>>
-		The arcology's Physical Idealist culture @@.yellow;pushes it towards Statuesque Glorification,@@ to better emulate the titans of legend.
-		<<set $arcologies[$i].FSStatuesqueGlorification = 5>><<break>>
-	<<elseif _validFSes.includes("FSCummunism")>>
-		The arcology's Physical Idealist culture @@.yellow;pushes it towards Cummunism,@@ since muscular, testosterone filled slaves make admirable cumshots.
-		<<set $arcologies[$i].FSCummunism = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSIncestFetishist > random(50,200)>>
-	<<if _validFSes.includes("FSRepopulationFocus")>>
-		The arcology's Incest Fetishizing culture @@.yellow;pushes it towards Repopulationism,@@ in order to create many new future loving couples.
-		<<set $arcologies[$i].FSRepopulationFocus = 5>><<break>>
-	<<elseif _validFSes.includes("FSBodyPurist")>>
-		The arcology's Incest Fetishizing culture @@.yellow;pushes it towards Body Purism,@@ in order to keep its bloodlines pure.
-		<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
-	<<elseif _validFSes.includes("FSPaternalist")>>
-		The arcology's Incest Fetishizing culture @@.yellow;pushes it towards Paternalism,@@ as healthy slaves live longer allowing relationships to span generations.
-		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
-	<<elseif _validFSes.includes("FSEgyptianRevivalist")>>
-		The arcology's Incest Fetishizing culture @@.yellow;pushes it towards Egyptian Revivalism,@@ as they naturally seek even more incestuous fun.
-		<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSChattelReligionist > random(50,200)>>
-	<<if _validFSes.includes("FSPaternalist")>>
-		The arcology's Chattel Religionist culture @@.yellow;pushes it towards Paternalism,@@ since charitable care for slaves' welfare has become widespread.
-		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
-	<<elseif _validFSes.includes("FSArabianRevivalist")>>
-		The arcology's Chattel Religionist culture @@.yellow;pushes it towards Arabian Revivalism,@@ since such an intermingling of slavery and faith fascinates them.
-		<<set $arcologies[$i].FSArabianRevivalist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSRomanRevivalist > random(50,200)>>
-	<<if _validFSes.includes("FSPaternalist")>>
-		The arcology's Roman Revivalist culture @@.yellow;pushes it towards Paternalism,@@ since some Roman slaves were traditionally permitted limited rights.
-		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSNeoImperialist > random(50,200)>>
-	<<if _validFSes.includes("FSRestart")>>
-		The arcology's Neo-Imperialist culture @@.yellow;pushes it towards Eugenics,@@ since their hegemonic, noble culture naturally views itself as genetically superior to the unwashed masses.
-		<<set $arcologies[$i].FSRestart = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSAztecRevivalist > random(50,200)>>
-	<<if _validFSes.includes("FSDegradationist")>>
-		The arcology's Aztec Revivalist culture @@.yellow;pushes it towards Degradation,@@ since most Aztec war slaves were tortured and sacrificed.
-		<<set $arcologies[$i].FSDegradationist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSEgyptianRevivalist > random(50,200)>>
-	<<if _validFSes.includes("FSChattelReligionist")>>
-		The arcology's Egyptian Revivalist culture @@.yellow;pushes it towards Chattel Religionism,@@ since worship is already becoming an established part of its life.
-		<<set $arcologies[$i].FSChattelReligionist = 5>><<break>>
-	<<elseif _validFSes.includes("FSIncestFetishist")>>
-		The arcology's Egyptian Revivalist culture @@.yellow;pushes it towards Incest Fetishism,@@ since more incest is only a good thing in its eyes.
-		<<set $arcologies[$i].FSIncestFetishist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSEdoRevivalist > random(50,200)>>
-	<<if _validFSes.includes("FSSlimnessEnthusiast")>>
-		The arcology's Edo Revivalist culture @@.yellow;pushes it towards Slimness Enthusiasm,@@ since slim and elegant slaves are already fashionable there.
-		<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSArabianRevivalist > random(50,200)>>
-	<<if _validFSes.includes("FSChattelReligionist")>>
-		The arcology's Arabian Revivalist culture @@.yellow;pushes it towards Chattel Religionism,@@ since the word of God is already a matter of daily significance there.
-		<<set $arcologies[$i].FSChattelReligionist = 5>><<break>>
-	<</if>>
-<</if>>
-<<if $arcologies[$i].FSChineseRevivalist > random(50,200)>>
-	<<if _validFSes.includes("FSPaternalist")>>
-		The arcology's Chinese Revivalist culture @@.yellow;pushes it towards Paternalism,@@ since traditional beliefs about duty and order have become accepted.
-		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
-	<</if>>
-<</if>>
-
-<<set _adopted = 0>> /* did not break out of the for loop, so no FS was adopted */
-<<break>>
-<</for>>
-
-/* NEIGHBOR ADOPTION*/
-
-<<if _adopted == 0>>
-<<for $j = 0; $j < $arcologies.length; $j++>>
-	<<if $arcologies[$i].direction != $arcologies[$j].direction>>
-
-		<<set _influenceBonus = 0>>
-		<<if $arcologies[$i].direction == $arcologies[$j].influenceTarget>>
-			$arcologies[$j].name's directed cultural influence gives it some input over $arcologies[$i].name's choice of direction.
-			<<set _influenceBonus = 20>>
-		<</if>>
-
-		<<set _opinion = App.Neighbor.opinion($i, $j)>>
-		<<if _opinion >= 50>>
-			$arcologies[$i].name is aligned with $arcologies[$j].name socially, encouraging it to consider adopting all its cultural values.
-			<<set _influenceBonus += _opinion-50>>
-		<<elseif _opinion <= -50>>
-			$arcologies[$i].name is culturally opposed to $arcologies[$j].name, encouraging it to resist adopting its cultural values.
-			<<set _influenceBonus += _opinion+50>>
-		<</if>>
-
-		<<for _candidate range _validFSes>>
-			<<if _candidate === "FSSubjugationist">>
-				<<if ($arcologies[$i].FSSupremacist == "unset") || ($arcologies[$i].FSSupremacistRace != $arcologies[$j].FSSubjugationistRace)>>
-					<<if $arcologies[$j].FSSubjugationist > random(0,200)-_influenceBonus>>
-						It @@.yellow;adopts $arcologies[$j].FSSubjugationistRace Subjugation@@ due to influence from its trading partner $arcologies[$j].name.
-						<<set $arcologies[$i].FSSubjugationist = 5>><<set _adopted = 1>>
-						<<set $arcologies[$i].FSSubjugationistRace = $arcologies[$j].FSSubjugationistRace>>
-						<<break>>
-					<</if>>
-				<</if>>
-			<<elseif _candidate === "FSSupremacist">>
-				<<if ($arcologies[$i].FSSubjugationist == "unset") || ($arcologies[$i].FSSubjugationistRace != $arcologies[$j].FSSupremacistRace)>>
-					<<if $arcologies[$j].FSSupremacist > random(0,200)-_influenceBonus>>
-						It @@.yellow;adopts $arcologies[$j].FSSupremacistRace Supremacy@@ due to influence from its trading partner $arcologies[$j].name.
-						<<set $arcologies[$i].FSSupremacist = 5>><<set _adopted = 1>>
-						<<set $arcologies[$i].FSSupremacistRace = $arcologies[$j].FSSupremacistRace>>
-						<<break>>
-					<</if>>
-				<</if>>
-			<<else>>
-				<<if $arcologies[$j][_candidate] > random(0,200)-_influenceBonus>>
-					It @@.yellow;adopts <<= FutureSocieties.displayName(_candidate)>>@@ due to influence from its trading partner $arcologies[$j].name.
-					<<set $arcologies[$i][_candidate] = 5>><<set _adopted = 1>>
-					<<break>>
-				<</if>>
-			<</if>>
-		<</for>>
-		<<if _adopted == 1>>
-			<<break>>
-		<</if>>
-	<</if>>
-<</for>>
-<</if>>
-
-/* RANDOM ADOPTION*/
-
-<<if _adopted == 0>>
-<<if random(0,4) == 1>>
-<<switch $arcologies[$i].government>>
-<<case "elected officials">>
-	<<set $desc = "Its elected leaders are">>
-<<case "a committee">>
-	<<set $desc = "A majority of its ruling committee is">>
-<<case "an oligarchy" "your trustees">>
-	<<set $desc = "Its leading citizens are">>
-<<case "an individual">>
-	<<set $desc = "Its owner is">>
-<<case "your agent">>
-	<<set $desc = "Your agent and its citizens are">>
-<<case "a corporation">>
-	<<set $desc = "Most of its board of directors are">>
-<<default>>
-	<<set $desc = "Its citizens are">>
-<</switch>>
-<<switch _validFSes.random()>>
-<<case "FSSubjugationist">>
-	<<set _subjugationRace = setup.filterRacesLowercase.random()>>
-	<<if ($arcologies[$i].FSSupremacist == "unset") || (_subjugationRace != $arcologies[$i].FSSupremacistRace)>>
-		$desc preoccupied by a racial animus towards _subjugationRace people, leading the arcology to @@.yellow;adopt _subjugationRace Subjugation.@@
-		<<set $arcologies[$i].FSSubjugationist = 5>><<set _adopted = 1>>
-		<<set $arcologies[$i].FSSubjugationistRace = _subjugationRace>>
-	<</if>>
-<<case "FSSupremacist">>
-	<<set _supremacistRace = setup.filterRacesLowercase.random()>>
-	<<if ($arcologies[$i].FSSubjugationist == "unset") || (_supremacistRace != $arcologies[$i].FSSubjugationistRace)>>
-		$desc preoccupied by belief in the superiority of the _supremacistRace race, leading the arcology to @@.yellow;adopt _supremacistRace Supremacy.@@
-		<<set $arcologies[$i].FSSupremacist = 5>><<set _adopted = 1>>
-		<<set $arcologies[$i].FSSupremacistRace = _supremacistRace>>
-	<</if>>
-<<case "FSGenderRadicalist">>
-	$desc enthusiastic about fucking slaves in the butt, leading the arcology to @@.yellow;adopt Gender Radicalism.@@
-	<<set $arcologies[$i].FSGenderRadicalist = 5>><<set _adopted = 1>>
-<<case "FSGenderFundamentalist">>
-	$desc enthusiastic about knocking slaves up, leading the arcology to @@.yellow;adopt Gender Fundamentalism.@@
-	<<set $arcologies[$i].FSGenderFundamentalist = 5>><<set _adopted = 1>>
-<<case "FSPaternalist">>
-	$desc devoted to their slaves' advancement, leading the arcology to @@.yellow;adopt Paternalism.@@
-	<<set $arcologies[$i].FSPaternalist = 5>><<set _adopted = 1>>
-<<case "FSDegradationist">>
-	$desc partial to screaming and struggling, leading the arcology to @@.yellow;adopt Degradationism.@@
-	<<set $arcologies[$i].FSDegradationist = 5>><<set _adopted = 1>>
-<<case "FSBodyPurist">>
-	$desc concerned by trends in their slaves' health, leading the arcology to @@.yellow;adopt Body Purism.@@
-	<<set $arcologies[$i].FSBodyPurist = 5>><<set _adopted = 1>>
-<<case "FSTransformationFetishist">>
-	$desc fascinated with extreme surgery, leading the arcology to @@.yellow;adopt Transformation Fetishism.@@
-	<<set $arcologies[$i].FSTransformationFetishist = 5>><<set _adopted = 1>>
-<<case "FSYouthPreferentialist">>
-	$desc devoted to fucking nubile young slaves, leading the arcology to @@.yellow;adopt Youth Preferentialism.@@
-	<<set $arcologies[$i].FSYouthPreferentialist = 5>><<set _adopted = 1>>
-<<case "FSMaturityPreferentialist">>
-	$desc devoted to time in bed with their MILF slaves, leading the arcology to @@.yellow;adopt Maturity Preferentialism.@@
-	<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<set _adopted = 1>>
-<<case "FSSlimnessEnthusiast">>
-	$desc partial to a slim slave with tight holes, leading the arcology to @@.yellow;adopt Slimness Enthusiasm.@@
-	<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set _adopted = 1>>
-<<case "FSAssetExpansionist">>
-	$desc enthusiastic about boobs, the bigger, the better, leading the arcology to @@.yellow;adopt Asset Expansionism.@@
-	<<set $arcologies[$i].FSAssetExpansionist = 5>><<set _adopted = 1>>
-<<case "FSPastoralist">>
-	$desc addicted to breast milk straight from the nipple, leading the arcology to @@.yellow;adopt Pastoralism.@@
-	<<set $arcologies[$i].FSPastoralist = 5>><<set _adopted = 1>>
-<<case "FSPhysicalIdealist">>
-	$desc pretty devoted to spending time in the gym, leading the arcology to @@.yellow;adopt Physical Idealism.@@
-	<<set $arcologies[$i].FSPhysicalIdealist = 5>><<set _adopted = 1>>
-<<case "FSChattelReligionist">>
-	$desc devoutly religious, and interested in a reformation, leading the arcology to @@.yellow;adopt Chattel Religionism.@@
-	<<set $arcologies[$i].FSChattelReligionist = 5>><<set _adopted = 1>>
-<<case "FSRomanRevivalist">>
-	$desc fascinated by classical Roman history, leading the arcology to @@.yellow;adopt Roman Revivalism.@@
-	<<set $arcologies[$i].FSRomanRevivalist = 5>><<set _adopted = 1>>
-<<case "FSAztecRevivalist">>
-	$desc fascinated by ancient Aztec history, leading the arcology to @@.yellow;adopt Aztec Revivalism.@@
-	<<set $arcologies[$i].FSAztecRevivalist = 5>><<set _adopted = 1>>
-<<case "FSEgyptianRevivalist">>
-	$desc fascinated by ancient Egyptian history, leading the arcology to @@.yellow;adopt Egyptian Revivalism.@@
-	<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set _adopted = 1>>
-<<case "FSEdoRevivalist">>
-	$desc fascinated by Japanese history, leading the arcology to @@.yellow;adopt Edo Revivalism.@@
-	<<set $arcologies[$i].FSEdoRevivalist = 5>><<set _adopted = 1>>
-<<case "FSArabianRevivalist">>
-	$desc fascinated by Arabian romanticism, leading the arcology to @@.yellow;adopt Arabian Revivalism.@@
-	<<set $arcologies[$i].FSArabianRevivalist = 5>><<set _adopted = 1>>
-<<case "FSChineseRevivalist">>
-	$desc fascinated by the long tale of Chinese history, leading the arcology to @@.yellow;adopt Chinese Revivalism.@@
-	<<set $arcologies[$i].FSChineseRevivalist = 5>><<set _adopted = 1>>
-<<case "FSRepopulationFocus">>
-	$desc concerned for the future, and partial to watching bellies swell, leading the arcology to @@.yellow;adopt Repopulation Efforts.@@
-	<<set $arcologies[$i].FSRepopulationFocus = 5>><<set _adopted = 1>>
-<<case "FSRestart">>
-	$desc concerned for the future, and believing their elite could do a better job, leading the arcology to @@.yellow;adopt Eugenics.@@
-	<<set $arcologies[$i].FSRestart = 5>><<set _adopted = 1>>
-<<case "FSHedonisticDecadence">>
-	$desc obsessed with indulging their every desire, leading the arcology to @@.yellow;adopt Decadent Hedonism.@@
-	<<set $arcologies[$i].FSHedonisticDecadence = 5>><<set _adopted = 1>>
-<<case "FSCummunism">>
-	$desc obsessed with cum, leading the arcology to @@.yellow;adopt Cummunism.@@
-	<<set $arcologies[$i].FSCummunism = 5>><<set _adopted = 1>>
-<<case "FSIncestFetishist">>
-	$desc obsessed with their relatives, leading the arcology to @@.yellow;adopt Incest Fetishism.@@
-	<<set $arcologies[$i].FSIncestFetishist = 5>><<set _adopted = 1>>
-<<case "FSIntellectualDependency">>
-	$desc partial to airheaded horny bimbos, leading the arcology to @@.yellow;adopt Intellectual Dependency.@@
-	<<set $arcologies[$i].FSIntellectualDependency = 5>><<set _adopted = 1>>
-<<case "FSSlaveProfessionalism">>
-	$desc obsessed with crafting the perfect slave, leading the arcology to @@.yellow;adopt Slave Professionalism.@@
-	<<set $arcologies[$i].FSSlaveProfessionalism = 5>><<set _adopted = 1>>
-<<case "FSPetiteAdmiration">>
-	$desc enamored by those shorter than them, leading the arcology to @@.yellow;adopt Petite Admiration.@@
-	<<set $arcologies[$i].FSPetiteAdmiration = 5>><<set _adopted = 1>>
-<<case "FSStatuesqueGlorification">>
-	$desc convinced that tall equals beauty, leading the arcology to @@.yellow;adopt Statuesque Glorification.@@
-	<<set $arcologies[$i].FSStatuesqueGlorification = 5>><<set _adopted = 1>>
-<<case "FSNeoImperialist">>
-	$desc fascinated by the long rule of ancient European monarchs, leading the arcology to @@.yellow;adopt Neo-Imperialism.@@
-	<<set $arcologies[$i].FSNeoImperialist = 5>><<set _adopted = 1>>
-<</switch>>
-<</if>>
-<</if>>
-
-<<if _adopted == 0>>
-	Its future is bitterly controversial, and no side is predominant this week. The dissension reduces the arcology's prosperity.
-	<<set $arcologies[$i].prosperity -= 1>>
-<</if>>
-- 
GitLab