Page 1 of 1

[1.21f] 60mm artillery has no movement modifier in blueprint

Posted: Thu Jun 29, 2023 5:39 pm
by Xxzard
I presume this is a bug, since the arty movement modifiers (at least in my game as shown in the blueprint creator) are:

20mm -5%
40mm -15%
60mm None
88mm -26%
105mm -31%
150mm -36%

And I see no reason why 60mm should be special.

Re: [1.21f] 60mm artillery has no movement modifier in blueprint

Posted: Fri Jun 30, 2023 6:35 am
by alocritani
Could you check the total weight of the model with different sizes?

It seems that movement modifier is not applied between 150 and 200 (I presume it's a bug):
  • weight <= 50 -> 0%
  • 50 < weight <= 100 -> -5%
  • 100 < weight <= 150 -> -15%
  • weight > 200 -> - (25 + (weight-200)/10)%
there's an unindented "hole" between 150 and 200

Re: [1.21f] 60mm artillery has no movement modifier in blueprint

Posted: Fri Jun 30, 2023 7:10 am
by Vic
My bad! Well spotted. Will be fixed 1.21g. ETA early next week