MegaMek / megamek

MegaMek is a networked Java clone of BattleTech, a turn-based sci-fi boardgame for 2+ players. Fight using giant robots, tanks, and/or infantry on a hex-based map.
http://www.megamek.org
GNU General Public License v2.0
296 stars 283 forks source link

Booby Trap functionality #269

Open visplaneoverflow opened 8 years ago

visplaneoverflow commented 8 years ago

Currently construction data is implemented for creating units with booby traps but they are not yet functional.

The source is TacOps page 297.

Booby traps have a couple of unique features, namely that they can be activated on either the weapon or physical phase and explode like an artillery blast, doing the unit's engine rating in damage on the same hex, half that at 1 hex distance, half again at 2 hexes, half again at 3 hexes, and zero damage at four hexes. There are some more complicated rules for airborne booby traps. Combine with Drone Operating System for a remote bomb :D

visplaneoverflow commented 8 years ago

Worth noting : A few canon units are rendered unusable until the booby trap is functional - the Buffalo Drone Bomb and the Bullet Suicide Drone.

mkerensky commented 8 years ago

Some of the Jihad Chaos Campaign and Turning Points scenarios have booby-trapped buildings in them. When the booby trap equipment gets implemented, I'd like to see it allowed for installation in buildings/turrets so that these scenarios can function properly.

TigerShark commented 6 years ago

Any update on this? It was supposed to be in 0.42 but we're closer to 0.44 now.

binaryspica commented 4 years ago

Was it implemented? I have tried to use Booby Trap on 0.47 but it was not worked.

HammerGS commented 4 years ago

Not implemented for play only construction.

Logajam commented 4 years ago

I too would like functional booby traps.

I swear they used to work decades ago. And they don't seem like they would be too far out. Borrow the engine explosion damage code. Modify to match the Booby trap damage profile. Add a big red shiny button that can be pressed in the firing and the physical phase. (Or an on off toggle in the systems tab. Or an actual big red button in the extra's tab.)

repligator commented 3 months ago

EDIT: That went over my head way faster than I thought it would. Unassigned.

Alright. I'm going to be shamelessly over ambitious and assign this to myself.

Thoughts

There are essentially 4 kinds of booby trap

  1. Ground units with an engine rating.
  2. Ground units without an engine rating.
  3. Air units.
  4. Mobile Structures.

At this point in time, type 4 just isn't going to happen, because we don't have mobile structures yet. Type 3 is going to be complicated. Type 1 and 2 seem reasonably straight forward (I'm jinxing this and I know it).

Things needed for Type 1 and 2 Booby Traps