SpacedOutChicken / DeCiv-Redux

Rebuild civilization after the end of the world. A mod for Unciv. Uses FantasyHex tiles and units.
95 stars 29 forks source link

Match aiUnitCostModifier among Chieftain, Warlord, Prince same as aiCityGrowthModifier #115

Closed dHannasch closed 8 months ago

dHannasch commented 9 months ago
https://github.com/GeneralWadaling/DeCiv/commit/9ca64d3d8a0aae5f3ee1c469b46eb34e7a5f1c19 overhauled Difficulties.json. The changes to the aiUnitCostModifiers were thus: Settler Chieftain Warlord Prince King Emperor Immortal Deity
old aiUnitCostModifier 1.75 1.3 1.1 1.0 0.85 0.85 0.65 0.5
new aiUnitCostModifier 1.25 0.5 0.6 0.5 0.40 0.30 0.20 0.2

I don't know what @9kgsofrice intended to type, but I'm pretty sure it wasn't that.

This takes a guess and sets aiUnitCostModifier to be the same for Chieftain, Warlord, and Prince, same as aiCityGrowthModifier is.

Closes https://github.com/SpacedOutChicken/DeCiv-Redux/issues/113.