Pillaging Dam does NOT yield health

The PlunderAmount is missing in xml, so it is set to default 0 and the dam heals 0 points. To fix:
Code:
update Districts set PlunderAmount = 50 where DistrictType = 'DISTRICT_DAM'

So, basically:

Simpson kolanti.png
 
It's weird though. Aqueduct and canals pillage for gold but dams pillage for health? I'd rather mod dams to also give gold instead.
 
Last edited:
Back
Top Bottom