From fa4fbe413f1c346867042f200440855eb829bacb Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sat, 3 Apr 2021 22:58:19 -0400 Subject: [PATCH] easy drop --- src/cheats/mod_EditArcologyCheat.tw | 80 ----------------------------- 1 file changed, 80 deletions(-) diff --git a/src/cheats/mod_EditArcologyCheat.tw b/src/cheats/mod_EditArcologyCheat.tw index a6dd334ff71..36bda310caa 100644 --- a/src/cheats/mod_EditArcologyCheat.tw +++ b/src/cheats/mod_EditArcologyCheat.tw @@ -86,86 +86,6 @@ Custom: <<textbox "$language" $language "MOD_Edit Arcology Cheat">> <</if>> <</if>> -<br>Ethnicity will -<<if $seeRace == 1>> - ''occasionally'' be mentioned. - [[Disable most mentions of race|MOD_Edit Arcology Cheat][$seeRace = 0]] -<<else>> - ''almost never'' be mentioned. - [[Enable mentions of race|MOD_Edit Arcology Cheat][$seeRace = 1]] -<</if>> - -<br>Nationality will -<<if $seeNationality == 1>> - ''occasionally'' be mentioned. - [[Disable most mentions of nationality|MOD_Edit Arcology Cheat][$seeNationality = 0]] -<<else>> - ''almost never'' be mentioned. - [[Enable mentions of nationality|MOD_Edit Arcology Cheat][$seeNationality = 1]] -<</if>> - -<br>Extreme content like amputation is -<<if $seeExtreme == 1>> - ''enabled''. - [[Disable|MOD_Edit Arcology Cheat][$seeExtreme = 0]] -<<else>> - ''disabled''. - [[Enable|MOD_Edit Arcology Cheat][$seeExtreme = 1]] -<</if>> - -<br>Slave assets affected by weight is -<<if ($weightAffectsAssets != 0)>> - ''enabled''. [[Disable|MOD_Edit Arcology Cheat][$weightAffectsAssets = 0]] -<<else>> - ''disabled''. [[Enable|MOD_Edit Arcology Cheat][$weightAffectsAssets = 1]] -<</if>> -//If enabled, thin slaves will have large assets drop in size and vice versa at week end. (Diet still affects asset sizes).// - -<br>Curative side effects are -<<if ($curativeSideEffects != 0)>> - ''enabled''. [[Disable|MOD_Edit Arcology Cheat][$curativeSideEffects = 0]] -<<else>> - ''disabled''. [[Enable|MOD_Edit Arcology Cheat][$curativeSideEffects = 1]] -<</if>> -//If enabled, curatives have a chance to give slaves harmful side effects.// - -<br>Slave girls will -<<if $seeDicks >= 90>> - ''almost always'' have dicks. - [[No chicks with dicks pls (0%)|MOD_Edit Arcology Cheat][$seeDicks = 0]] - | [[Side order of girl dick (25%)|MOD_Edit Arcology Cheat][$seeDicks = 25]] - | [[Balanced dick chick diet (50%)|MOD_Edit Arcology Cheat][$seeDicks = 50]] - | [[Dickgirl main course (75%)|MOD_Edit Arcology Cheat][$seeDicks = 75]] -<<elseif $seeDicks > 50>> - ''more likely than not'' have dicks. - [[No chicks with dicks pls (0%)|MOD_Edit Arcology Cheat][$seeDicks = 0]] - | [[Side order of girl dick (25%)|MOD_Edit Arcology Cheat][$seeDicks = 25]] - | [[Balanced dick chick diet (50%)|MOD_Edit Arcology Cheat][$seeDicks = 50]] - | [[All of the dicks (100%)|MOD_Edit Arcology Cheat][$seeDicks = 100]] -<<elseif $seeDicks > 25>> - ''occasionally'' have dicks. - [[No chicks with dicks pls (0%)|MOD_Edit Arcology Cheat][$seeDicks = 0]] - | [[Side order of girl dick (25%)|MOD_Edit Arcology Cheat][$seeDicks = 25]] - | [[Dickgirl main course (75%)|MOD_Edit Arcology Cheat][$seeDicks = 75]] - | [[All of the dicks (100%)|MOD_Edit Arcology Cheat][$seeDicks = 100]] -<<elseif $seeDicks > 0>> - ''rarely'' have dicks. - [[No chicks with dicks pls (0%)|MOD_Edit Arcology Cheat][$seeDicks = 0]] - | [[Balanced dick chick diet (50%)|MOD_Edit Arcology Cheat][$seeDicks = 50]] - | [[Dickgirl main course (75%)|MOD_Edit Arcology Cheat][$seeDicks = 75]] - | [[All of the dicks (100%)|MOD_Edit Arcology Cheat][$seeDicks = 100]] -<<else>> - ''almost never'' have dicks. - [[Side order of girl dick (25%)|MOD_Edit Arcology Cheat][$seeDicks = 25]] - | [[Balanced dick chick diet (50%)|MOD_Edit Arcology Cheat][$seeDicks = 50]] - | [[Dickgirl main course (75%)|MOD_Edit Arcology Cheat][$seeDicks = 75]] - | [[All of the dicks (100%)|MOD_Edit Arcology Cheat][$seeDicks = 100]] -<</if>> - -<br> Go your own dick way: -<<textbox "$seeDicks" $seeDicks>> -[[Apply|MOD_Edit Arcology Cheat][$seeDicks = ($seeDicks == 0 ? 0 : (Math.clamp(Number($seeDicks), 0, 100) || 25))]] - <br>Game mode: <<if $plot == 1>> ''two-handed''. Includes non-erotic events concerning the changing world. -- GitLab