GearTypes.wiki
changeset 1214 935c89850888
parent 1213 bcb30b2c3804
child 1236 5011c573bded
equal deleted inserted replaced
1213:bcb30b2c3804 1214:935c89850888
   587 ==== `gtGenericFaller` ====
   587 ==== `gtGenericFaller` ====
   588 This gear behaves like a virtual ball. It collides with its surroundings and bounces around but doesn't affect the environment or other gears in any way. It appears as a red circle, unless it is made invisible by setting the gear state. It also supports the gear state `gstNoGravity`. It gets automatically destroyed when its `Timer` is up.
   588 This gear behaves like a virtual ball. It collides with its surroundings and bounces around but doesn't affect the environment or other gears in any way. It appears as a red circle, unless it is made invisible by setting the gear state. It also supports the gear state `gstNoGravity`. It gets automatically destroyed when its `Timer` is up.
   589 
   589 
   590 The density, elasticity, friction and radius can be changed.
   590 The density, elasticity, friction and radius can be changed.
   591 
   591 
   592  * `Radius`: Radiuis of the “ball”
   592  * `Radius`: Radius of the “ball”
   593  * `Timer`: Lifetimer. Needs to be set explicitly to a positive value, otherwise the gear just dies instantly
   593  * `Timer`: Life time in milliseconds. Needs to be set explicitly to a positive value, otherwise the gear just dies instantly
   594 
   594 
   595 This gear could be useful for some testing or as a dummy.
   595 This gear could be useful for some testing or as a dummy.
   596 
   596 
   597 ==== `gtWaterUp` ====
   597 ==== `gtWaterUp` ====
   598 Causes the water to rise.
   598 Causes the water to rise.