Changing city strength

The city center district has hit points assigned to it in the definition of DISTRICT_CITY_CENTER in table <Districts>. I think by altering this value you would change the "base" defense strength of cities.
Code:
<Row DistrictType="DISTRICT_CITY_CENTER" Name="LOC_DISTRICT_CITY_CENTER_NAME"
     Description="LOC_DISTRICT_CITY_CENTER_DESCRIPTION" PlunderType="NO_PLUNDER" AdvisorType="ADVISOR_GENERIC"
     Cost="54" RequiresPlacement="false" RequiresPopulation="false" CityCenter="true" Aqueduct="false" FreeEmbark="true"
     NoAdjacentCity="false" InternalOnly="false" ZOC="true"

     HitPoints="200"

     TradeEmbark="true" CaptureRemovesBuildings="true" CaptureRemovesCityDefenses="true"
     MilitaryDomain="NO_DOMAIN" AirSlots="1" TravelTime="4"/>
You would have to look through file Districts.xml to determine if any of the other districts also get hitpoints which you may want to adjust.
 
Back
Top Bottom