//Gravity// pulls things downwards. A sector type can define a custom gravity, which is used for all things inside the sector. Standard gravity is one (1.0). ====== Example ====== Sector Type { ID = 5008 Comment = "Half gravity" Flags = gravity Gravity = 0.5 } This will enable gravity in the sector and set it to the desired amount (0.5).