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

Merge branch 'remove-rd' into 'pregmod-master'

remove rd center

See merge request !10377
parents 36205f9d b00c4883
No related branches found
No related tags found
1 merge request!10377remove rd center
Pipeline #43833 passed
:: rdCenter [nobr]
<<set $nextButton = "Back", $nextLink = "Main">>
<strong>The Institute</strong> <hr>
This is one of the most prominent and prestigious research and development institutions in the world. Scientists, inventors, innovators and students from all over the world aspire to become a member of the institute and gain funding for their projects.
<<if $SecExp.buildings.rdCenter.airport == 1>>
The Institute's computing power is fairly standard.
<<elseif $SecExp.buildings.rdCenter.airport == 2>>
The Institute's computing power is high tech.
<<elseif $SecExp.buildings.rdCenter.airport == 3>>
The Institute's computing power is cutting-edge.
<<elseif $SecExp.buildings.rdCenter.airport == 4>>
The Institute's computing power is cutting-edge, additionally its facilities and departments have Virtual assistants.
<<else>>
The Institute's computing power is cutting-edge, additionally its facilities and departments have the finest Virtual assistants there are.
<</if>>
<<if $SecExp.buildings.rdCenter.surfaceTransport == 1>>
It posesses standard equipment and facilities.
<<elseif $SecExp.buildings.rdCenter.surfaceTransport == 2>>
It has high-end equipment and facilities.
<<elseif $SecExp.buildings.rdCenter.surfaceTransport == 3>>
It has a good amount of large high-end facilities.
<<else>>
It has an excellent amount of optimized facilities, equiped with cutting-edge equipment.
<</if>>
<<if $SecExp.buildings.rdCenter.security == 1>>
Currently its security is limited to a few cameras and the occasional guard.
<<elseif $SecExp.buildings.rdCenter.security == 2>>
Its security is guaranteed by a powerful camera surveillance system.
<<elseif $SecExp.buildings.rdCenter.security == 3>>
Its security is guaranteed by a powerful camera surveillance system and highly trained guards constantly patrolling the structure.
<<else>>
Its security is guaranteed by a powerful camera surveillance system, highly trained guards constantly patrolling the building and additional security drones making the rounds around the exterior.
<</if>>
<<if $SecExp.buildings.rdCenter.airport == 1>>
<br><br> <<link "Improve the Institute's computing power" "rdCenter">>
<<run cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx")>>
<<set $SecExp.buildings.rdCenter.airport++>>
<</link>> //Will cost <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>> and increase research and development rate//
<<elseif $SecExp.buildings.rdCenter.airport == 2>>
<br><br> <<link "Upgrade the Institute's computing power further" "rdCenter">>
<<run cashX(forceNeg(Math.trunc(15000*$upgradeMultiplierArcology)), "capEx")>>
<<set $SecExp.buildings.rdCenter.airport++>>
<</link>> //Will cost <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology))>> and further increase research and development rate//
<<elseif $SecExp.buildings.rdCenter.airport == 3>>
<br><br> <<link "Give each facility and department its own virtual assistant" "rdCenter">>
<<run cashX(forceNeg(Math.trunc(45000*$upgradeMultiplierArcology)), "capEx")>>
<<set $SecExp.buildings.rdCenter.airport++>>
<</link>> //Will cost <<print cashFormat(Math.trunc(45000*$upgradeMultiplierArcology))>> and further increase research and development rate//
<<elseif $SecExp.buildings.rdCenter.airport == 4>>
<br><br> <<link "Upgrade the Virtual assistants" "rdCenter">>
<<run cashX(forceNeg(Math.trunc(85000*$upgradeMultiplierArcology)), "capEx")>>
<<set $SecExp.buildings.rdCenter.airport++>>
<</link>> //Will cost <<print cashFormat(Math.trunc(85000*$upgradeMultiplierArcology))>> and further increase research and development rate//
<<else>>
<br><br>The Institute's tech is fully upgraded.
<</if>>
<<if $SecExp.buildings.rdCenter.surfaceTransport == 1>>
<br> <<link "Modernize the equipment and facilities" "rdCenter">>
<<run cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology)), "capEx")>>
<<set $SecExp.buildings.rdCenter.surfaceTransport++>>
<</link>> //Will cost <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>, and increase research and development rate//
<<elseif $SecExp.buildings.rdCenter.surfaceTransport == 2>>
<br> <<link "Enlarge and increase the facilities" "rdCenter">>
<<run cashX(forceNeg(Math.trunc(25000*$upgradeMultiplierArcology)), "capEx")>>
<<set $SecExp.buildings.rdCenter.surfaceTransport++>>
<</link>> //Will cost <<print cashFormat(Math.trunc(25000*$upgradeMultiplierArcology))>>, and further increase research and development rate//
<<elseif $SecExp.buildings.rdCenter.surfaceTransport == 3>>
<br> <<link "Further modernize and enlarge the equipment and facilities to cutting-edge" "rdCenter">>
<<run cashX(forceNeg(Math.trunc(65000*$upgradeMultiplierArcology)), "capEx")>>
<<set $SecExp.buildings.rdCenter.surfaceTransport++>>
<</link>> //Will cost <<print cashFormat(Math.trunc(65000*$upgradeMultiplierArcology))>>, and further increase research and development rate//
<<else>>
<br>The equipment and facilities are the cream of the crop.
<</if>>
<<if $SecExp.buildings.rdCenter.security == 1>> /* security */
<br> <<link "Expand and modernize the surveillance system" "rdCenter">>
<<run cashX(forceNeg(Math.trunc(15000*$upgradeMultiplierArcology)), "capEx")>>
<<set $SecExp.buildings.rdCenter.security++>>
<</link>> //Will cost <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology))>> and increase Institute security//
<<elseif $SecExp.buildings.rdCenter.security == 2>>
<br> <<link "Establish a highly trained guard corps and adjecent barracks" "rdCenter">>
<<run cashX(forceNeg(Math.trunc(35000*$upgradeMultiplierArcology)), "capEx")>>
<<set $SecExp.buildings.rdCenter.security++>>
<</link>> //Will cost <<print cashFormat(Math.trunc(35000*$upgradeMultiplierArcology))>> and further increase Institute security//
<<elseif $SecExp.buildings.rdCenter.security == 3>>
<br> <<link "Add additional security drones to the structure" "rdCenter">>
<<run cashX(forceNeg(Math.trunc(55000*$upgradeMultiplierArcology)), "capEx")>>
<<set $SecExp.buildings.rdCenter.security++>>
<</link>> //Will cost <<print cashFormat(Math.trunc(55000*$upgradeMultiplierArcology))>> and further increase Institute security//
<<else>>
<br>Security is fully upgraded
<</if>>
<br><br>[[Return this sector to standard markets|Main][delete $SecExp.buildings.rdCenter, cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology)), "capEx"), App.Arcology.cellUpgrade($building, App.Arcology.Cell.Market, "Transport Hub", "Markets")]] //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
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