Weapon striderbuster: Difference between revisions
Jump to navigation
Jump to search
Note:Page left for viewable history, content moved to prop_physics
Note:Page left for viewable history, content moved to prop_physics
Note:Page left for viewable history, content moved to prop_physics
m (Robot: fixing template case.) |
TomEdwards (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{toc-right}} | ||
{{ep2 point|weapon_striderbuster}} It is a sticky bomb designed to be launched at [[npc_strider|Striders]] with the [[Gravity Gun]]. After attaching to the strider, it must be detonated with a conventional weapon. | |||
[[File:Strider Buster introduced.jpg|thumb|none|You can call it a Magnuson Device if you really want to.]] | |||
==Keyvalues== | ==Keyvalues== | ||
; Dud Bomb <code><[[bool]]></code> | |||
: This strider buster is not armed. Used to create training busters. | |||
{{KV BasePropPhysics}} | |||
==Flags== | ==Flags== | ||
* {{Fl BasePropPhysics}} | * {{Fl BasePropPhysics}} | ||
* | * Don't use [[game_weapon_manager]] | ||
==Inputs== | ==Inputs== | ||
; <code>ExplodeIn <'''float'''></code> | |||
: Bomb should explode in this many seconds. | |||
{{I BasePropPhysics}} | |||
==Outputs== | ==Outputs== | ||
; <code>OnAttachToStrider</code> | |||
: The strider buster has successfully attached to a strider. | |||
; <code>OnDetonate</code> | |||
: The strider buster has detonated. | |||
; <code>OnShatter</code> | |||
: The strider buster has shattered without detonating. | |||
; <code>OnShotDown</code> | |||
: The strider buster has been shattered by Hunters ({{todo|Or other NPCs?}}) | |||
{{O BasePropPhysics}} |
Revision as of 08:05, 7 January 2010
Template:Ep2 point It is a sticky bomb designed to be launched at Striders with the Gravity Gun. After attaching to the strider, it must be detonated with a conventional weapon.
Keyvalues
- Dud Bomb
<bool>
- This strider buster is not armed. Used to create training busters.

Flags
Note:Page left for viewable history, content moved to prop_physics
- Don't use game_weapon_manager
Inputs
ExplodeIn <float>
- Bomb should explode in this many seconds.

Outputs
OnAttachToStrider
- The strider buster has successfully attached to a strider.
OnDetonate
- The strider buster has detonated.
OnShatter
- The strider buster has shattered without detonating.
OnShotDown
- The strider buster has been shattered by Hunters (Todo: Or other NPCs?)
