SetFloatMaxLift Property

Usage:
   ObjectTemplate.SetFloatMaxLift number

Argument values:

argument 1:    range is 1.6275 to 9; most commonly 6

Description: This property is set for ships in their Physics.con files. It sets the maximum lift a floater can exert, compared to gravity (i.e., the speed at which a floater can drop). This value is identical to SetFloatMinLift for most ships except the submarine, which can indeed go up and down. It is also set differently for the middle floater in the PT boats in the Philippines battle, giving them a bounce.

Related properties: SetFloatMinLift

Used in object types (and how often in each type): FloatingBundle (74%)

Used in a total of 23 .con files: Physics.con, Weapons.con

Parent directories of these .con files: objects/Vehicles, Bf1942/Levels

Example: (from objects/Vehicles/Sea/PrinceOW/Physics.con)
   rem *** PrinceOW_Floater ***
   ObjectTemplate.Create FloatingBundle PrinceOW_Floater
   ObjectTemplate.SetHullHeight 17
   ObjectTemplate.SetFloatMaxLift 2
   ObjectTemplate.SetFloatMinLift 2


Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.