Falling counter: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
LordMisfit (talk | contribs)
mNo edit summary
LordMisfit (talk | contribs)
mNo edit summary
Line 5: Line 5:
If the counter reaches or exceeds '''62''', the player has hit 'terminal velocity' and will die upon hitting the ground.
If the counter reaches or exceeds '''62''', the player has hit 'terminal velocity' and will die upon hitting the ground.


Appearantly the player's poszv value must reach or exceed 2560 for this value to begin counting.
Appearantly the player's poszv value must reach or exceed ''2560'' for this value to begin counting.


[[Category:Player structure members]]
[[Category:Player structure members]]

Revision as of 23:19, 21 September 2006

A counter initialized when the player is falling. The end value when you reach the ground is used to determine the amount of damage you receive from a fall.

If the counter reaches or exceeds 9, the player will take the within the vicinity of the falling_counter in damage, factoring in armor as well.

If the counter reaches or exceeds 62, the player has hit 'terminal velocity' and will die upon hitting the ground.

Appearantly the player's poszv value must reach or exceed 2560 for this value to begin counting.