I really do not understand the numbers, but was able to arrive at the TT 3 heat for jumping, and with a 9 minimum. Since I was getting more heat with a lower "JumpHeatUnitSize", I instead increased it.
Using a Griffin and a Firestarter I jumped using an inline row of dots to count distance jumped. I also did a max jump for each diagonally which produced 15 and 18 heat respectively.
Is anyone aware of what determines distance traveled per jump jet? Looked in game constants, mech stat constants, jump jet, chassis, mech, and movement files. Saw things on velocity, height, duration, and multipliers. Nothing that seems to define distance.
Code:
"JumpHeatUnitSize": 12, <---Lower jump heat using a higher number, more with a lower number ???
Griffin has 15 heat max jump when set to 12, 30 heat when set to 6, and 60 heat when set to 3.
"JumpHeatPerUnit": 1, <-----Multiplies heat. i.e. Setting to 2 will give 60 heat from a default 30 heat jump
"JumpHeatMin": 9, <---------What it says. Minimum heat produced from any distance jump
Using a Griffin and a Firestarter I jumped using an inline row of dots to count distance jumped. I also did a max jump for each diagonally which produced 15 and 18 heat respectively.
Code:
1 CombatLog.Heat [LOG] Mech Griffin (ec9d2280-ca9a-4d90-8a20-963d8a4c0a39.0) gains 9 heat from jumping
2 CombatLog.Heat [LOG] Mech Firestarter (ebc06b6a-c5a8-4165-95ce-480bcf335570.0) gains 9 heat from jumping
3 CombatLog.Heat [LOG] Mech Firestarter (ebc06b6a-c5a8-4165-95ce-480bcf335570.0) gains 9 heat from jumping
4 CombatLog.Heat [LOG] Mech Griffin (ec9d2280-ca9a-4d90-8a20-963d8a4c0a39.0) gains 9 heat from jumping
5 CombatLog.Heat [LOG] Mech Griffin (ec9d2280-ca9a-4d90-8a20-963d8a4c0a39.0) gains 11 heat from jumping
6 CombatLog.Heat [LOG] Mech Firestarter (ebc06b6a-c5a8-4165-95ce-480bcf335570.0) gains 13 heat from jumping
7 CombatLog.Heat [LOG] Mech Griffin (ec9d2280-ca9a-4d90-8a20-963d8a4c0a39.0) gains 15 heat from jumping <---Max dot jump distance for Griffin
8 CombatLog.Heat [LOG] Mech Firestarter (ebc06b6a-c5a8-4165-95ce-480bcf335570.0) gains 17 heat from jumping <---Max dot jump distance for Firestarter
Is anyone aware of what determines distance traveled per jump jet? Looked in game constants, mech stat constants, jump jet, chassis, mech, and movement files. Saw things on velocity, height, duration, and multipliers. Nothing that seems to define distance.
Last edited: