Skip to content
Tuomas Virtanen edited this page Sep 15, 2015 · 17 revisions

Random stuff

Health, endurance, etc. calculation

  • real_health = har_health * (pilot_endurance + 25) / 35;
  • real_endurance = har_endurance * pilot_endurance / 23;
  • real_speed_xxx = har_speed_xxx * pilot_power;

HAR anim unk_flag_19

If > 1, extra string will be appended to anim string.

  • 1 => append extra_str[arm_speed] (possibly divided by 2 ?)
  • 2 => append extra_str[leg_speed] (possibly divided by 2 ?)
  • 3,4,5,cat=projectile => append extra_str[game speed ?]
  • Also, pilot/har enhancements may also pick an extra string (?)
Clone this wiki locally