Combine mine
Jump to navigation
Jump to search
Template:Hl2 point The Hopper Mine is an anti-personnel proximity mine that hops into the air towards the target before exploding, much like a bouncing betty. These mines are carried and deployed by Claw Scanners.

bounce_bomb
or combine_bouncemine
for the classname.
combine_mine
s are not considered actual NPCs (CAI_BaseNPC) by the game. They inherit from CBaseAnimating.


Keyvalues
- Bounce (bounce) ([todo internal name (i)]) <boolean>
- Whether the mine should bounce up in the air before exploding. (Normally they do, to improve their damage on infantry, but things like very soft clamping surfaces and additional attachments, may make hopping look unrealistic.)
- Lock Silently (LockSilently) ([todo internal name (i)]) <boolean>
- Whether the mine plays a sound when its clamps close.
- Start Disarmed (StartDisarmed) ([todo internal name (i)]) <boolean>
- Whether the mine begins dormant.
- Citizen modified (Modification) ([todo internal name (i)]) <integer>
- 'Normal' is default Combine behavior. 'Cavern' (used in This Vortal Coil) detonates earlier in its jump, and in Episode 2 has a different default skin.
Confirm:The skin can be added in games pre-Episode 2 as well.
- Explosion Damage (ExplosionDamage) ([todo internal name (i)]) <integer> !FGD
- Manually adjust damage from explosion. Todo: When is this used? It doesn't appear in code.
- Explosion Radius (ExplosionRadius) ([todo internal name (i)]) <integer> !FGD
- Manually adjust range of explosion. Todo: When is this used? It doesn't appear in code.
- Explosion Delay (ExplosionDelay) ([todo internal name (i)]) <float> !FGD
Confirm:Seen in code, but doesn't appear to function?

Inputs
- Disarm
- Disarm this mine (open hooks and shut off) if not placed by player.

Outputs
- OnPulledUp
- Fired when this mine is uprooted with the gravity gun.
