Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change: Add China Propaganda Center to Prerequisite of Internet Center #833

Merged
merged 1 commit into from
Aug 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35045,7 +35045,7 @@ Object ChinaInternetCenter
Side = China
EditorSorting = STRUCTURE
Prerequisites
Object = ChinaWarFactory
Object = ChinaWarFactory ChinaPropagandaCenter ; Patch104p @tweak from ChinaWarFactory to be consistent with Prerequisites of ChinaInfantryHacker
End
BuildCost = 2500
BuildTime = 30.0 ; in seconds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13753,7 +13753,7 @@ Object Infa_ChinaInternetCenter
ExperienceValue = 200 200 200 200 ; Experience point value at each level

Prerequisites
Object = Infa_ChinaWarFactory
Object = Infa_ChinaWarFactory Infa_ChinaPropagandaCenter ; Patch104p @tweak from Infa_ChinaWarFactory to be consistent with Prerequisites of ChinaInfantryHacker
End


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16364,7 +16364,7 @@ Object Nuke_ChinaInternetCenter
ExperienceValue = 200 200 200 200 ; Experience point value at each level

Prerequisites
Object = Nuke_ChinaWarFactory
Object = Nuke_ChinaWarFactory Nuke_ChinaPropagandaCenter ; Patch104p @tweak from Nuke_ChinaWarFactory to be consistent with Prerequisites of ChinaInfantryHacker
End


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15370,7 +15370,7 @@ Object Tank_ChinaInternetCenter


Prerequisites
Object = Tank_ChinaWarFactory
Object = Tank_ChinaWarFactory Tank_ChinaPropagandaCenter ; Patch104p @tweak from Tank_ChinaWarFactory to be consistent with Prerequisites of ChinaInfantryHacker
End

;*******************************************************************************************************************
Expand Down