Code: Select all
[effect_hydro_plant_bonus_1]
type    = "Output_Bonus"
value	= 50
reqs	=
    { "type",       "name",             "range",    "present"
      "OutputType", "shield",           "local",     TRUE
      "Building",   "Hydro Plant",      "City",      TRUE
      "Building",   "Factory",          "City",      TRUE     
      "Building",   "Mfg. Plant",       "City",      FALSE     
      "Building",   "Hoover Dam",       "Continent", FALSE   ;  bug fix
      "Building",   "Nuclear Plant",    "City",      FALSE
    }
[effect_hydro_plant_bonus_2]
type    = "Output_Bonus"
value	= 50
reqs	=
    { "type",       "name",             "range",    "present"
      "OutputType", "shield",           "local",     TRUE
      "Building",   "Hydro Plant",      "City",      TRUE
      "Building",   "Mfg. Plant",       "City",      TRUE     
      "Building",   "Hoover Dam",       "Continent", FALSE   ;  bug fix
      "Building",   "Nuclear Plant",    "City",      FALSE
    }
Code: Select all
[effect_hydro_plant_pollution]
type    = "Pollu_Prod_Pct"
value	= -50
reqs	=
    { "type",       "name",             "range",    "present"
      "Building",   "Hydro Plant",      "City",      TRUE
      "Building",   "Recycling Center", "City",      FALSE
      "Building",   "Hoover Dam",       "Continent", FALSE   ;  bug fix
      "Building",   "Nuclear Plant",    "City",      FALSE
    }