equal
deleted
inserted
replaced
444 * `WDTimer`: Bullet number of minigun, set by `gtMinigun`. This is the (`WDTimer`+1)th bullet. E.g. if `WDTimer` is `0`, this means its the first bullet from a minigun. |
444 * `WDTimer`: Bullet number of minigun, set by `gtMinigun`. This is the (`WDTimer`+1)th bullet. E.g. if `WDTimer` is `0`, this means its the first bullet from a minigun. |
445 |
445 |
446 ==== `gtPiano` ==== |
446 ==== `gtPiano` ==== |
447 A piano from piano strike. By default, a piano bounces up to 5 times on the terrain, causing 3 big explosions (80 damage each) per impact. |
447 A piano from piano strike. By default, a piano bounces up to 5 times on the terrain, causing 3 big explosions (80 damage each) per impact. |
448 |
448 |
449 * `Tag`: Number of remaining terrain bounces. If this number reaches 0, the piano will not collide anymore and directly fall into the water. Default: 5 |
449 * `Pos`: Number of remaining terrain bounces. If this number reaches 0, the piano will not collide anymore and directly fall into the water. Default: 5 |
450 * `Boom`: Explosion size and damage of a single explosion of a single impact. Default: 80 |
450 * `Boom`: Explosion size and damage of a single explosion of a single impact. Default: 80 |
451 |
451 |
452 ==== `gtPickHammer` ==== |
452 ==== `gtPickHammer` ==== |
453 A pickhammer. This gear is entirely timer-based. |
453 A pickhammer. This gear is entirely timer-based. |
454 |
454 |