GearTypes.wiki
changeset 794 4e2e38787f24
parent 793 a9de86e466e2
child 795 0fe2af973d36
equal deleted inserted replaced
793:a9de86e466e2 794:4e2e38787f24
   145 
   145 
   146 Basic attributes are:
   146 Basic attributes are:
   147 
   147 
   148  * `Health`: Hedgehog's health.
   148  * `Health`: Hedgehog's health.
   149  * `Tag`: Used for animation. `0` = no animation plays. Other value: animation plays
   149  * `Tag`: Used for animation. `0` = no animation plays. Other value: animation plays
       
   150  * `Radius`: Collision radius. Default: 9
   150  * `Boom`: Explosion size and damage caused when the hedgehog dies (default: 30)
   151  * `Boom`: Explosion size and damage caused when the hedgehog dies (default: 30)
   151  * `FlightTime`: Time (in milliseconds) since the hedgehog stood the last time on solid ground
   152  * `FlightTime`: Time (in milliseconds) since the hedgehog stood the last time on solid ground
   152 
   153 
   153 Hedgehogs also make heavy use of the gear state, see [States]. [GearMessages Gear messages] are used for controlling a hedgehogs movement and actions (e.g. moving left, attacking, jumping, etc.)
   154 Hedgehogs also make heavy use of the gear state, see [States]. [GearMessages Gear messages] are used for controlling a hedgehogs movement and actions (e.g. moving left, attacking, jumping, etc.)
   154 
   155 
   262 
   263 
   263 ==== `gtBlowTorch` ====
   264 ==== `gtBlowTorch` ====
   264 A blowtorch. This utility is entirely timer-based.
   265 A blowtorch. This utility is entirely timer-based.
   265 
   266 
   266  * `Timer`: Remaining usage time in ms, default is 7500.
   267  * `Timer`: Remaining usage time in ms, default is 7500.
       
   268  * `Radius`: Hit radius. Things inside this radius will be hit. Default: 15
   267  * `Boom`: Damage caused when burning a hedgehog or an object. Default: 2
   269  * `Boom`: Damage caused when burning a hedgehog or an object. Default: 2
   268 
   270 
   269 ==== `gtClusterBomb` ====
   271 ==== `gtClusterBomb` ====
   270 A cluster bomb. Spawns several `gtCluster` gears on detonation.
   272 A cluster bomb. Spawns several `gtCluster` gears on detonation.
   271 
   273 
   339 
   341 
   340 ==== `gtIceGun` ====
   342 ==== `gtIceGun` ====
   341 A freezer.
   343 A freezer.
   342 
   344 
   343  * `Health`: Remaining fuel. `1000` is for 100% fuel
   345  * `Health`: Remaining fuel. `1000` is for 100% fuel
       
   346  * `Radius`: Freeze radius; Objects and hogs will be frozen within the radius of the freezer beam impact location. Does not affect the size land which will be frozen. Default: 8
   344 
   347 
   345 ==== `gtKamikaze` ====
   348 ==== `gtKamikaze` ====
   346 A hedgehog which is doing a kamikaze attack.
   349 A hedgehog which is doing a kamikaze attack.
   347 
   350 
   348  * `Health`: Remaining travel range. Default: 2048
   351  * `Health`: Remaining travel range. Default: 2048
       
   352  * `Radius`: Hit radius. Objects and hogs within this distance of the kamikaze hog will be hit. Default: 20/
   349  * `Boom`: Damage of a hit and damage and explosion size of the final explosion. Default: 30
   353  * `Boom`: Damage of a hit and damage and explosion size of the final explosion. Default: 30
   350 
   354 
   351 ==== `gtKnife` ====
   355 ==== `gtKnife` ====
   352 A cleaver. If the cleaver takes a lot of damage, it might fall down into the water (without colliding with the land) eventually.
   356 A cleaver. If the cleaver takes a lot of damage, it might fall down into the water (without colliding with the land) eventually.
   353 
   357 
   362 
   366 
   363 ==== `gtPickHammer` ====
   367 ==== `gtPickHammer` ====
   364 A pickhammer. This gear is entirely timer-based.
   368 A pickhammer. This gear is entirely timer-based.
   365 
   369 
   366  * `Timer`: Remaining usage time (in milliseconds). Default: 4000
   370  * `Timer`: Remaining usage time (in milliseconds). Default: 4000
       
   371  * `Radius`: Width of dug land. Default: 10
   367  * `Boom`: Damage per hit. Default: 6
   372  * `Boom`: Damage per hit. Default: 6
   368 
   373 
   369 ==== `gtRCPlane` ====
   374 ==== `gtRCPlane` ====
   370 An RC plane. It can drop missiles (`gtAirBomb`).
   375 An RC plane. It can drop missiles (`gtAirBomb`).
   371 
   376