This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
omf2097:stats [2025/03/02 22:43] – [Formulas] aokmaniac13 | omf2097:stats [2025/03/03 00:39] (current) – [Notes] joneirik | ||
---|---|---|---|
Line 16: | Line 16: | ||
==== Power ==== | ==== Power ==== | ||
+ | |||
+ | Damage is attacks base value (as determined by each separate attack from the HAR's AF file, example Jaguar 3K is 10), then multiplied by the power value. So in 1 player, a jaguar with a pilot with power 10, should do exactly 10 damage with 3K. | ||
=== Damage Multipliers === | === Damage Multipliers === | ||
- | ^Pilot^Power^Multiplier^ | + | ^ Pilot ^ Power ^ Multiplier ^ |
- | |Custom Pilot|0|0.6667| | + | | Custom Pilot | 0 | 0.6667 | |
- | |Crystal|5|0.8333| | + | | Crystal | 5 | 0.8333 | |
- | |Angel|7|0.9| | + | | Angel | 7 | 0.9 | |
- | |Milano|7|0.9| | + | | Milano | 7 | 0.9 | |
- | |Christian|9|0.9667| | + | | Christian | 9 | 0.9667 | |
- | |Jean-Paul|9|0.9667| | + | | Jean-Paul | 9 | 0.9667 | |
- | |Ibrahim|10|1.0| | + | | Ibrahim | 10 | 1.0 | |
- | |Steffan|13|1.1| | + | | Steffan | 13 | 1.1 | |
- | |Cossette|14|1.1333| | + | | Cossette | 14 | 1.1333 | |
- | |Raven|14|1.1333| | + | | Raven | 14 | 1.1333 | |
- | |Shirro|20|1.3333| | + | | Shirro | 20 | 1.3333 | |
Line 64: | Line 67: | ||
|Milano|20|1.3333| | |Milano|20|1.3333| | ||
+ | Each HAR has a own forward and backward movement modifier, which changes the HAR move-speed before agility affects it. As well as jumping speeds and fall rates etc. (I should add those later on, though they don't matter very much) | ||
---- | ---- | ||
Line 69: | Line 73: | ||
> Endurance affects total Hitpoints and Stun capacity. | > Endurance affects total Hitpoints and Stun capacity. | ||
+ | |||
+ | Total HAR health depends on several factors, and can vary the most among the stats in the game. But the main two sources are the HAR base health value and the endurance stat. | ||
+ | |||
+ | The formula: | ||
+ | |||
+ | > Total Health = (0,78 + 0,0315 * Endurance) * Base-Health * Vitality% * Opponents-Power-Setting | ||
+ | |||
+ | * Endurance : is the pilots Endurance stat, I'll use 7 as an example since that gives the closest to base numbers. | ||
+ | * Base-Health : This is the base health number for each HAR, I'll use Jaguar as an example which is 200. | ||
+ | * Vitality% : This is from the Advanced Gameplay Settings, I'll use default which is 100%, which translates to " | ||
+ | * Opponents-Power-Setting : This is the Gameplay " | ||
+ | |||
+ | Thus: | ||
+ | |||
+ | > 200,1 = (0,78 + 0,0315 * 7) * 200 * 1 * 1 | ||
=== Base Health === | === Base Health === | ||
- | ^HAR^Base Health^ | + | ^ HAR ^ Base Health ^ |
- | |Jaguar|200| | + | | Jaguar | 200 | |
- | |Shadow|190| | + | | Shadow | 190 | |
- | |Thorn|210| | + | | Thorn | 210 | |
- | |Pyros|220| | + | | Pyros | 220 | |
- | |Electra|190| | + | | Electra | 190 | |
- | |Katana|200| | + | | Katana | 200 | |
- | |Shredder|210| | + | | Shredder | 210 | |
- | |Flail|210| | + | | Flail | 210 | |
- | |Gargoyle|190| | + | | Gargoyle | 190 | |
- | |Chronos|200| | + | | Chronos | 200 | |
- | |Nova|230| | + | | Nova | 230 | |
=== Pilot Endurance === | === Pilot Endurance === | ||
Line 102: | Line 122: | ||
=== Player Power Setting* === | === Player Power Setting* === | ||
- | ^0^1^2^3^4^5^6^7^ | ||
- | |2.25|2.0|1.75|1.5|1.25|1.0|0.75|0.50| | ||
- | *Approximate values | ||
- | ---- | + | Player 1 Power/ |
- | ===== Notes ===== | + | |
- | Each HAR has own entries for multiple speed settings like movement back and forth, jumping and falling speed. These set a standard for each HAR, and is probably modified by the Agility stat, and upgrades. | + | This setting under Gameplay appears to give player 1 or 2 more power/ |
- | Each HAR has a separate damage stat on each separate attacks, these work as base number. These are probably modified by the Power stat and upgrades. | + | ^ 0 ^ 1 ^ 2 ^ 3 ^ 4 ^ 5 ^ 6 ^ 7 ^ |
+ | | 2.25 | 2.0 | 1.75 | 1.5 | 1.25 | 1.0 | 0.75 | 0.50 | | ||
- | ===== Formulas ===== | + | *Approximate values |
- | + | ||
- | < | + | |
- | Derived by inspecting the game using CheatEngine | + | === Vitality% |
- | Total HP = (.78 + .0315*Endurance) * Base Health * Vitality% | + | |
+ | Advanced Gameplay has an option to adjust the " | ||
+ | |||
+ | ---- | ||
+ | ===== Notes ===== | ||
- | | + | Random things I got from the OpenOMF crew, that I haven' |
+ | Found by Kat, confirmed by aokmaniac13 | ||
| | ||
Single Player | Single Player | ||
Line 130: | Line 150: | ||
Stun = ((Base Damage * (35 + Power) / 45) * 2 + 12) * 256 | Stun = ((Base Damage * (35 + Power) / 45) * 2 + 12) * 256 | ||
- | Terms: | ||
- | * Endurance = the pilot stat | ||
- | * Base Health = the starting health of the bot | ||
- | * Vitality% = the advanced gameplay setting, default 1x or 100% | ||
- | * Opponent' | ||
- | ---- | ||
Stun formula by Insanius/ | Stun formula by Insanius/ | ||
Line 142: | Line 156: | ||
The stun cap is calculated as follows | The stun cap is calculated as follows | ||
HAR Endurance * 3.6 * (Pilot Endurance + 16) / 23 | HAR Endurance * 3.6 * (Pilot Endurance + 16) / 23 | ||
+ | |||
+ | ==== Test Tables ==== | ||
+ | |||
+ | ^ Total Damage ^ 7.7 ^ 8 ^ 8.3 ^ 8.7 ^ 9 ^ 9.3 ^ 9.7 ^ 10 ^ 10.3 ^ 10.7 ^ 11 ^ 11.3 ^ 11.7 ^ 12 ^ 12.3 ^ 12.7 ^ 13 ^ 13.3 ^ 13.7 ^ 14 ^ 14.3 ^ | ||
+ | | Base Damage | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | | ||
+ | | | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | | ||
+ | ^ Power ^ 0 ^ 1 ^ 2 ^ 3 ^ 4 ^ 5 ^ 6 ^ 7 ^ 8 ^ 9 ^ 10 ^ 11 ^ 12 ^ 13 ^ 14 ^ 15 ^ 16 ^ 17 ^ 18 ^ 19 ^ 20 ^ | ||
+ | | | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | | ||
+ | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | ||
+ | |||
+ | |||
+ | * Rounded to single decimal |