FJumpHeightMax

From the Oblivion ConstructionSet Wiki
Revision as of 22:13, 27 June 2010 by imported>Tejón
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Description

This number sets the height of a jump made by a character with an Acrobatics skill of 100.

This number must be higher than fJumpHeightMin (default 64.0000).

Formula

jump height = fJumpHeightMin + (Acrobatics * (fJumpHeightMax - fJumpHeightMin) / 100)

Default value

164.0000