GearTypes.wiki
changeset 857 ca7261b5c679
parent 856 9740fae28189
child 879 b82b228bd0f1
equal deleted inserted replaced
856:9740fae28189 857:ca7261b5c679
   382  * `Boom`: Damage per hit. Default: 6
   382  * `Boom`: Damage per hit. Default: 6
   383 
   383 
   384 ==== `gtRCPlane` ====
   384 ==== `gtRCPlane` ====
   385 An RC plane. It can drop missiles ([GearTypes#gtAirBomb `gtAirBomb`]).
   385 An RC plane. It can drop missiles ([GearTypes#gtAirBomb `gtAirBomb`]).
   386 
   386 
   387  * `Tag`: dX speed??? (The purpose of the `Tag` is not clear yet)
   387  * `Tag`: Initial flying direction, depends on the facing direction of the hedgehog which launched it. -1: left, 1: right. This is used for rendering. 
   388  * `Timer`: Remaining fly time (in milliseconds). Default: 15000
   388  * `Timer`: Remaining fly time (in milliseconds). Default: 15000
   389  * `Health`: Number of missiles on board. Default: 3
   389  * `Health`: Number of missiles on board. Default: 3
   390  * `Tint`: RGBA color of RC plane (default: clan color)
   390  * `Tint`: RGBA color of RC plane (default: clan color)
   391  * `Boom`: Explosion size and damage when the RC plane crashes. Default: 25
   391  * `Boom`: Explosion size and damage when the RC plane crashes. Default: 25
   392 
   392