diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw index 7bf68c6f6c3af6344922363c1e5fb9e3b44a7962..2174ce8e87948a350e9644db4bcacba8f6faae6b 100644 --- a/src/uncategorized/neighborsDevelopment.tw +++ b/src/uncategorized/neighborsDevelopment.tw @@ -503,23 +503,23 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh /* CYBER ECONOMIC WARFARE */ <<if $arcologies[$i].direction == $arcologies[0].CyberEconomicTarget>> <<if $PC.hacking == -100>> - <<set _Catchtchance = 10>> + <<set _Catchchance = 10>> <<elseif $PC.hacking <= -75>> - <<set _Catchtchance = 30>> + <<set _Catchchance = 30>> <<elseif $PC.hacking <= -50>> - <<set _Catchtchance = 40>> + <<set _Catchchance = 40>> <<elseif $PC.hacking <= -25>> - <<set _Catchtchance = 45>> + <<set _Catchchance = 45>> <<elseif $PC.hacking == 0>> - <<set _Catchtchance = 50>> + <<set _Catchchance = 50>> <<elseif $PC.hacking <= 25>> - <<set _Catchtchance = 60>> + <<set _Catchchance = 60>> <<elseif $PC.hacking <= 50>> - <<set _Catchtchance = 70>> + <<set _Catchchance = 70>> <<elseif $PC.hacking <= 75>> - <<set _Catchtchance = 85>> + <<set _Catchchance = 85>> <<elseif $PC.hacking >= 100>> - <<set _Catchtchance = 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))>> @@ -542,23 +542,23 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <<elseif $arcologies[$i].direction == $arcologies[0].CyberReputationTarget>> /* REPUTATION WARFARE */ <<if $PC.hacking == -100>> - <<set _Catchtchance = 10>> + <<set _Catchchance = 10>> <<elseif $PC.hacking <= -75>> - <<set _Catchtchance = 30>> + <<set _Catchchance = 30>> <<elseif $PC.hacking <= -50>> - <<set _Catchtchance = 40>> + <<set _Catchchance = 40>> <<elseif $PC.hacking <= -25>> - <<set _Catchtchance = 45>> + <<set _Catchchance = 45>> <<elseif $PC.hacking == 0>> - <<set _Catchtchance = 50>> + <<set _Catchchance = 50>> <<elseif $PC.hacking <= 25>> - <<set _Catchtchance = 60>> + <<set _Catchchance = 60>> <<elseif $PC.hacking <= 50>> - <<set _Catchtchance = 70>> + <<set _Catchchance = 70>> <<elseif $PC.hacking <= 75>> - <<set _Catchtchance = 85>> + <<set _Catchchance = 85>> <<elseif $PC.hacking >= 100>> - <<set _Catchtchance = 100>> + <<set _Catchchance = 100>> <</if>> <<set $arcologies[$i].prosperity -= $arcologies[0].CyberReputation>> <<if $arcologies[$i].rival != 1>>