equal
deleted
inserted
replaced
217 |
217 |
218 === Weapons and main projectiles === |
218 === Weapons and main projectiles === |
219 Gears of weapons which can be directly used or launched by the players. |
219 Gears of weapons which can be directly used or launched by the players. |
220 |
220 |
221 ==== `gtAirAttack` ==== |
221 ==== `gtAirAttack` ==== |
222 The airplane of an airborne attack. It can drop either missiles ([GearTypes#gtAirBomb `gtAirBomb`]), mines ([GearTypes#gtMine `gtMine`]), napalm missiles ([GearTypes#gtNapalmBomb `gtNapalmBomb`]) or drill rockets ([GearTypes# `gtDrill`]) |
222 The airplane of an airborne attack. It can drop either missiles ([GearTypes#gtAirBomb `gtAirBomb`]), mines ([GearTypes#gtMine `gtMine`]), napalm missiles ([GearTypes#gtNapalmBomb `gtNapalmBomb`]) or drill rockets ([GearTypes#gtDrill `gtDrill`]) |
223 |
223 |
224 * `Pos`: Type of airborne attack: `0` = Air Attack, `1` = Mine Strike, `2` = Napalm, `3` = Drill Strike |
224 * `Pos`: Type of airborne attack: `0` = Air Attack, `1` = Mine Strike, `2` = Napalm, `3` = Drill Strike |
225 * `Tag`: Direction of airplane: `-1` = left, `1` = right |
225 * `Tag`: Direction of airplane: `-1` = left, `1` = right |
226 * `Health`: Number of bombs/mines/drills left (default: 6) |
226 * `Health`: Number of bombs/mines/drills left (default: 6) |
227 * `Damage`: Distance (in pixels) between two dropped bombs/mines/drills (default: 30) |
227 * `Damage`: Distance (in pixels) between two dropped bombs/mines/drills (default: 30) |