Skip to content

Commit

Permalink
Update BuildingChanges.sql
Browse files Browse the repository at this point in the history
The proposal for the constabulary and police changes are supposed to be 1 per 2 population. 
https://forums.civfanatics.com/threads/7-19-7-20-constabulary-and-police-station-proposals-counterspy-buff.689411/
  • Loading branch information
pineappledan authored Jun 21, 2024
1 parent 1837716 commit f787f7f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ UPDATE Buildings
SET
EspionageModifier = 0,
SpySecurityModifier = 20,
SpySecurityModifierPerXPop = 1,
SpySecurityModifierPerXPop = 2,
DistressFlatReduction = 1
WHERE BuildingClass = 'BUILDINGCLASS_CONSTABLE';

Expand All @@ -1186,7 +1186,7 @@ SET
PrereqTech = 'TECH_ELECTRONICS',
EspionageModifier = 0,
SpySecurityModifier = 10,
SpySecurityModifierPerXPop = 1,
SpySecurityModifierPerXPop = 2,
DistressFlatReduction = 1,
PovertyFlatReduction = 1,
IlliteracyFlatReduction = 1,
Expand Down

0 comments on commit f787f7f

Please sign in to comment.