GearTypes.wiki
changeset 713 5b7de589719c
parent 712 2a001a64d9a2
child 714 0cbb8f5f1246
equal deleted inserted replaced
712:2a001a64d9a2 713:5b7de589719c
   139 ==== `gtHedgehog` ====
   139 ==== `gtHedgehog` ====
   140 A hedgehog.
   140 A hedgehog.
   141 
   141 
   142  * `Tag`: Used for animation. `0` = no animation plays. Other value: animation plays
   142  * `Tag`: Used for animation. `0` = no animation plays. Other value: animation plays
   143  * `Health`: Hedgehog's health.
   143  * `Health`: Hedgehog's health.
       
   144  * `FlightTime`: Time (in milliseconds) since the hedgehog stood the last time on solid ground
   144  * `Boom`: Explosion size and damage caused when the hedgehog dies (default: 30)
   145  * `Boom`: Explosion size and damage caused when the hedgehog dies (default: 30)
   145 
   146 
   146 TODO: Write more about hedgehogs.
   147 TODO: Write more about hedgehogs.
   147 
   148 
   148 ==== `gtPortal` ====
   149 ==== `gtPortal` ====
   386  * `Radius`: Effect range of seduction in pixels. Default: 250. Note that this does not change the drawn circle
   387  * `Radius`: Effect range of seduction in pixels. Default: 250. Note that this does not change the drawn circle
   387 
   388 
   388 ==== `gtShell` ====
   389 ==== `gtShell` ====
   389  A bazooka shell (projectile).
   390  A bazooka shell (projectile).
   390 
   391 
       
   392  * `FlightTime`: Time since the bazooka has been launched
   391  * `Boom`: Explosion size and damage. Default: 50
   393  * `Boom`: Explosion size and damage. Default: 50
   392 
   394 
   393 ==== `gtShotgunShot` ====
   395 ==== `gtShotgunShot` ====
   394 A shot from a shotgun. It is invisible and only can be noticed by its effects.
   396 A shot from a shotgun. It is invisible and only can be noticed by its effects.
   395 
   397