Created by: Quantum Creation date: May 14, 2008 License: GNU GPL, v2 or later
Jump Jets allow a unit to move in a parabolic arc.
Files used by it:
\LuaRules\gadgets\unit_jumpjets.lua \LuaRules\configs\jump_defs.lua \LuaUI\widgets\gui_jumpjets.lua
Script bits needed:
BeginJump()
{
// stuff it does on jump start
}
Jumping( jumpPercent )
{
// stuff it does during jump
}
EndJump()
{
// stuff it does on jump end
}
==KNOWN ISSUES==
* When a large group does a jump together they can land inside of features/units, getting stuck.