diff --git a/src/uncategorized/futureSociety.tw b/src/uncategorized/futureSociety.tw index d76890145f0bb3f590daa3d2abecc5872ba0f008..484373fc7b37379cb2733dffc11a32c8901941db 100644 --- a/src/uncategorized/futureSociety.tw +++ b/src/uncategorized/futureSociety.tw @@ -695,7 +695,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSRepopulationFocus", ["boughtItem.clothing.maternityLingerie", "boughtItem.clothing.maternityDress", "boughtItem.clothing.belly"])>> + <<set _items = ["boughtItem.clothing.maternityLingerie", "boughtItem.clothing.maternityDress", "boughtItem.clothing.belly"]>> + <<includeDOM App.UI.FSChangeDecoration("FSRepopulationFocus", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "goddess") || ($assistant.appearance == "hypergoddess") || ($assistant.appearance == "preggololi") || ($assistant.appearance == "pregnant fairy") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -775,7 +776,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSIntellectualDependency", ["boughtItem.clothing.bimbo"])>> + <<set _items = ["boughtItem.clothing.bimbo"]>> + <<includeDOM App.UI.FSChangeDecoration("FSIntellectualDependency", _items)>> <<if $policies.publicPA == 1>> <<if ["shemale", "succubus", "witch"].includes($assistant.appearance)>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -805,7 +807,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSSlaveProfessionalism", ["boughtItem.clothing.courtesan"])>> + <<set = ["boughtItem.clothing.courtesan"]>> + <<includeDOM App.UI.FSChangeDecoration("FSSlaveProfessionalism", _items)>> <<if $policies.publicPA == 1>> <<if ["angel", "businesswoman", "incubus", "goddess", "schoolgirl", "succubus"].includes($assistant.appearance)>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -870,7 +873,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSGenderFundamentalist", ["boughtItem.clothing.bunny"])>> + <<set _items = ["boughtItem.clothing.bunny"]>> + <<includeDOM App.UI.FSChangeDecoration("FSGenderFundamentalist", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "schoolgirl") || ($assistant.appearance == "goddess") || ($assistant.appearance == "hypergoddess") || ($assistant.appearance == "preggololi") || ($assistant.appearance == "loli") || ($assistant.appearance == "fairy") || ($assistant.appearance == "pregnant fairy") || ($assistant.appearance == "angel") || ($assistant.appearance == "cherub") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -903,7 +907,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSPaternalist", ["boughtItem.clothing.conservative"])>> + <<set _items = ["boughtItem.clothing.conservative"]>> + <<includeDOM App.UI.FSChangeDecoration("FSPaternalist", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "schoolgirl") || ($assistant.appearance == "goddess") || ($assistant.appearance == "hypergoddess") || ($assistant.appearance == "preggololi") || ($assistant.appearance == "loli") || ($assistant.appearance == "fairy") || ($assistant.appearance == "pregnant fairy") || ($assistant.appearance == "angel") || ($assistant.appearance == "cherub")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -933,7 +938,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSDegradationist", ["boughtItem.clothing.chains"])>> + <<set _items = ["boughtItem.clothing.chains"]>> + <<includeDOM App.UI.FSChangeDecoration("FSDegradationist", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "monstergirl") || ($assistant.appearance == "businesswoman") || ($assistant.appearance == "preggololi") || ($assistant.appearance == "succubus") || ($assistant.appearance == "incubus") || ($assistant.appearance == "imp")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -1217,7 +1223,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSPastoralist", ["boughtItem.clothing.western"])>> + <<set _items = ["boughtItem.clothing.western"]>> + <<includeDOM App.UI.FSChangeDecoration("FSPastoralist", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "goddess") || ($assistant.appearance == "shemale") || ($assistant.appearance == "hypergoddess") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -1249,7 +1256,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSPhysicalIdealist", ["boughtItem.clothing.oil"])>> + <<set _items = ["boughtItem.clothing.oil"]>> + <<includeDOM App.UI.FSChangeDecoration("FSPhysicalIdealist", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "amazon") || ($assistant.appearance == "shemale") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -1312,7 +1320,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSChattelReligionist", ["boughtItem.clothing.habit"])>> + <<set _items = ["boughtItem.clothing.habit"]>> + <<includeDOM App.UI.FSChangeDecoration("FSChattelReligionist", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "goddess") || ($assistant.appearance == "monstergirl") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus") || ($assistant.appearance == "witch") || ($assistant.appearance == "angel") || ($assistant.appearance == "cherub") || ($assistant.appearance == "imp")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -1501,7 +1510,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSRomanRevivalist", ["boughtItem.clothing.toga"])>> + <<set _items = ["boughtItem.clothing.toga"]>> + <<includeDOM App.UI.FSChangeDecoration("FSRomanRevivalist", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "businesswoman") || ($assistant.appearance == "amazon") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -1531,7 +1541,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSNeoImperialist", ["boughtItem.clothing.imperialarmor", "boughtItem.clothing.imperialsuit"])>> + <<set _items = ["boughtItem.clothing.imperialarmor", "boughtItem.clothing.imperialsuit"]>> + <<includeDOM App.UI.FSChangeDecoration("FSNeoImperialist", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "businesswoman") || ($assistant.appearance == "amazon") || ($assistant.appearance == "incubus") || ($assistant.appearance == "shemale") || ($assistant.appearance == "angel")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -1561,7 +1572,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSAztecRevivalist", ["boughtItem.clothing.huipil"])>> + <<set _items = ["boughtItem.clothing.huipil"]>> + <<includeDOM App.UI.FSChangeDecoration("FSAztecRevivalist", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "goddess") || ($assistant.appearance == "amazon") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -1591,7 +1603,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSEgyptianRevivalist", ["boughtItem.clothing.egypt"])>> + <<set _items = ["boughtItem.clothing.egypt"]>> + <<includeDOM App.UI.FSChangeDecoration("FSEgyptianRevivalist", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "goddess") || ($assistant.appearance == "monstergirl") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -1621,7 +1634,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSEdoRevivalist", ["boughtItem.clothing.kimono"])>> + <<set _items = ["boughtItem.clothing.kimono"]>> + <<includeDOM App.UI.FSChangeDecoration("FSEdoRevivalist", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "amazon") || ($assistant.appearance == "monstergirl") || ($assistant.appearance == "loli") || ($assistant.appearance == "kitsune") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -1651,7 +1665,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSArabianRevivalist", ["boughtItem.clothing.harem"])>> + <<set _items = ["boughtItem.clothing.harem"]>> + <<includeDOM App.UI.FSChangeDecoration("FSArabianRevivalist", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "businesswoman") || ($assistant.appearance == "schoolgirl") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span> @@ -1681,7 +1696,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</link>> </span> - <<includeDOM App.UI.FSChangeDecoration("FSChineseRevivalist", ["boughtItem.clothing.qipao"])>> + <<set _items = ["boughtItem.clothing.qipao"]>> + <<includeDOM App.UI.FSChangeDecoration("FSChineseRevivalist", _items)>> <<if $policies.publicPA == 1>> <<if ($assistant.appearance == "schoolgirl") || ($assistant.appearance == "monstergirl") || ($assistant.appearance == "incubus") || ($assistant.appearance == "succubus")>> <span class="note">With _hisA $assistant.appearance appearance, $assistant.name is a good public mascot for this goal.</span>