Line 99: |
Line 99: |
| | | |
| ===Crit Display=== | | ===Crit Display=== |
− | When a ship take a hit the game display the damage in 3 possible way: | + | When a ship takes a hit, the game will display the damage animation following in 3 possible outcomes (e.g. with 25 damages): |
− | * {{TextGlow|'''miss'''|red|text-colour=white|glow-size=2px}} | + | * {{TextGlow|'''miss'''|red|text-colour=white|glow-size=2px}} (no damage), |
− | * {{TextGlow|'''25'''|red|text-colour=white|glow-size=2px}} | + | * {{TextGlow|'''25'''|red|text-colour=white|glow-size=2px}} (normal damage) |
− | * {{TextGlow|'''25 Critical hit!'''|GoldenRod|text-colour=yellow|glow-size=2px}} | + | * {{TextGlow|'''25 Critical hit!'''|GoldenRod|text-colour=yellow|glow-size=2px}} (critical damage). |
− | However the behavior of this display change depending of the damage. Behavior which cause that a display critical hit is rarely a critical hit and a miss is not always a miss. | + | |
| + | However, for no apparent reason, the damage status displayed is mostly defined by the amount of damage dealt, and not the real damage status happening in the game. |
| + | *This causes that displayed critical hits are rarely true critical hits, and misses are rarely true misses. |
| + | |
| + | The displayed damage status is as followed: |
| {|class="wikitable mw-collapsible mw-collapsed" style="text-align:center" | | {|class="wikitable mw-collapsible mw-collapsed" style="text-align:center" |
| !colspan=2|Display behavior | | !colspan=2|Display behavior |
| |- | | |- |
− | !Damage range | + | !Damage Dealt |
− | !Critical display | + | !Damage Display |
| |- | | |- |
| |0 | | |0 |
− | |always display as {{TextGlow|'''miss'''|red|text-colour=white|glow-size=2px}} | + | |Always displayed as a {{TextGlow|'''miss'''|red|text-colour=white|glow-size=2px}} |
| |- | | |- |
− | |<15 | + | |≤14 |
− | |never displayed as {{TextGlow|'''Critical hit!'''|GoldenRod|text-colour=yellow|glow-size=2px}} | + | |Never displayed as {{TextGlow|'''Critical hit!'''|GoldenRod|text-colour=yellow|glow-size=2px}} |
| |- | | |- |
| |[15;39] | | |[15;39] |
− | |criticals displayed normally | + | |Criticals displayed normally |
| |- | | |- |
− | |>39 | + | |≥40 |
− | |always display as {{TextGlow|'''Critical hit!'''|GoldenRod|text-colour=yellow|glow-size=2px}} | + | |Always displayed as {{TextGlow|'''Critical hit!'''|GoldenRod|text-colour=yellow|glow-size=2px}} |
| |} | | |} |
| | | |