Possible to decrease a city population with bombardements ?

Hulfgar

Emperor
Joined
Mar 31, 2008
Messages
1,798
Location
France
Hello all,

is it possible to make bombardements decrease the population of a city ?
 
I suppose it could be done for aerial bombardment, but I'm not sure for other ranged attacks.

You'll have to use RunCombatSim and EndCombatSim events, unit:LastMissionPlot() in the first event to get the plot/city attacked, and I suppose city:ChangePopulation() to change the city population....

I just don't know if LastMissionPlot() will return the targeted plot for a land/sea unit ranged attack... (it does for an aircraft)
 
Back
Top Bottom