Skip to content
Tuomas Virtanen edited this page Sep 10, 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;
Clone this wiki locally