diff -r a9de86e466e2 -r 4e2e38787f24 GearTypes.wiki --- a/GearTypes.wiki Mon Mar 21 00:32:59 2016 +0000 +++ b/GearTypes.wiki Mon Mar 21 00:50:27 2016 +0000 @@ -147,6 +147,7 @@ * `Health`: Hedgehog's health. * `Tag`: Used for animation. `0` = no animation plays. Other value: animation plays + * `Radius`: Collision radius. Default: 9 * `Boom`: Explosion size and damage caused when the hedgehog dies (default: 30) * `FlightTime`: Time (in milliseconds) since the hedgehog stood the last time on solid ground @@ -264,6 +265,7 @@ A blowtorch. This utility is entirely timer-based. * `Timer`: Remaining usage time in ms, default is 7500. + * `Radius`: Hit radius. Things inside this radius will be hit. Default: 15 * `Boom`: Damage caused when burning a hedgehog or an object. Default: 2 ==== `gtClusterBomb` ==== @@ -341,11 +343,13 @@ A freezer. * `Health`: Remaining fuel. `1000` is for 100% fuel + * `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 ==== `gtKamikaze` ==== A hedgehog which is doing a kamikaze attack. * `Health`: Remaining travel range. Default: 2048 + * `Radius`: Hit radius. Objects and hogs within this distance of the kamikaze hog will be hit. Default: 20/ * `Boom`: Damage of a hit and damage and explosion size of the final explosion. Default: 30 ==== `gtKnife` ==== @@ -364,6 +368,7 @@ A pickhammer. This gear is entirely timer-based. * `Timer`: Remaining usage time (in milliseconds). Default: 4000 + * `Radius`: Width of dug land. Default: 10 * `Boom`: Damage per hit. Default: 6 ==== `gtRCPlane` ====