How to make naval combat more deadly?
Posted: Mon Apr 01, 2013 7:11 pm
ATM most of shots in naval battles are misses or even if they hit they have little to no effect. Can I change any parameter to make naval combat more deadly?
What's your Strategy?
https://forums.matrixgames.com:443/
Thanks! But what about their chance to hit? my gripe is mostly with the number of missesORIGINAL: doomtrader
in consts.ini file in the scenario folder, you should look for those values:
[MaximalDamageDealtByNavalUnits]
UnitType40 = 5
UnitType41 = 4
UnitType42 = 3
UnitType43 = 2
UnitType44 = 1
UnitType45 = 1
[MinimalDamageDealtByNavalUnits]
UnitType40 = 2
UnitType41 = 1
UnitType42 = 1
UnitType43 = 1
UnitType44 = 1
UnitType45 = 1
Those above are responsible for damages dealt by naval units.