Skip to content
Snippets Groups Projects
Commit d58e7e77 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'Tweaks' into 'pregmod-master'

Tweaks - riotControlCenter

See merge request !2469
parents bd9a8b6b f397ac20
No related branches found
No related tags found
1 merge request!2469Tweaks - riotControlCenter
...@@ -23,7 +23,7 @@ The riot control center opens its guarded doors to you. The great chamber inside ...@@ -23,7 +23,7 @@ The riot control center opens its guarded doors to you. The great chamber inside
<<else>> <<else>>
You are providing free access to many mass media in the arcology. You are providing free access to many mass media in the arcology.
<<if $riotUpgrades.freeMedia < 5>> <<if $riotUpgrades.freeMedia < 5>>
<<link "Invest more resources in the free media project" "riotControlCenter">> <br><<link "Invest more resources in the free media project" "riotControlCenter">>
<<set $riotUpgrades.freeMedia += 1>> <<set $riotUpgrades.freeMedia += 1>>
<<set $cash -= ((5000 * $upgradeMultiplierArcology * ($riotUpgrades.freeMedia + 1)*$HackingSkillMultiplier))>> <<set $cash -= ((5000 * $upgradeMultiplierArcology * ($riotUpgrades.freeMedia + 1)*$HackingSkillMultiplier))>>
<<set $PC.hacking += .5>> <<set $PC.hacking += .5>>
...@@ -64,7 +64,7 @@ The riot control center opens its guarded doors to you. The great chamber inside ...@@ -64,7 +64,7 @@ The riot control center opens its guarded doors to you. The great chamber inside
<<else>> <<else>>
You created a rapid deployment riot unit. You created a rapid deployment riot unit.
<<if $riotUpgrades.rapidUnit < 5>> <<if $riotUpgrades.rapidUnit < 5>>
<<link "Invest more resources in the rapid deployment unit" "riotControlCenter">> <br><<link "Invest more resources in the rapid deployment unit" "riotControlCenter">>
<<set $riotUpgrades.rapidUnit += 1>> <<set $riotUpgrades.rapidUnit += 1>>
<<set $cash -= 5000 * $upgradeMultiplierArcology * ($riotUpgrades.rapidUnit + 1)>> <<set $cash -= 5000 * $upgradeMultiplierArcology * ($riotUpgrades.rapidUnit + 1)>>
<<set $riotUpkeep += $upgradeUpkeep>> <<set $riotUpkeep += $upgradeUpkeep>>
...@@ -75,7 +75,7 @@ The riot control center opens its guarded doors to you. The great chamber inside ...@@ -75,7 +75,7 @@ The riot control center opens its guarded doors to you. The great chamber inside
<br>You upgraded your rapid deployment unit to its limits. <br>You upgraded your rapid deployment unit to its limits.
<</if>> <</if>>
<<if $riotUpgrades.rapidUnitSpeed < 2>> <<if $riotUpgrades.rapidUnitSpeed < 2>>
<<link "Enhance the internal informants network" "riotControlCenter">> <br><<link "Enhance the internal informants network" "riotControlCenter">>
<<set $riotUpgrades.rapidUnitSpeed += 1>> <<set $riotUpgrades.rapidUnitSpeed += 1>>
<<set $cash -= 5000 * $upgradeMultiplierArcology * ($riotUpgrades.rapidUnitSpeed + 1)>> <<set $cash -= 5000 * $upgradeMultiplierArcology * ($riotUpgrades.rapidUnitSpeed + 1)>>
<<set $riotUpkeep += $upgradeUpkeep>> <<set $riotUpkeep += $upgradeUpkeep>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment