Weapon rpg: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Rephrased, adding wiki link because RPG really stands for "Ruchnoy Protivotankovy Granatomyot".)
Line 7: Line 7:
Places an RPG ([[Wikipedia:Rocket_propelled_grenade|Rocket-Propelled Grenade]]) launcher in a map, that can be picked up and used as a weapon. When picked up, the player is given 3 rockets and the launcher if they do not already possess one. Additional rockets (up to 3 in total) can be picked up.
Places an RPG ([[Wikipedia:Rocket_propelled_grenade|Rocket-Propelled Grenade]]) launcher in a map, that can be picked up and used as a weapon. When picked up, the player is given 3 rockets and the launcher if they do not already possess one. Additional rockets (up to 3 in total) can be picked up.


Individual rockets can be placed in a map with the [[item_rpg_round]] entity.
Individual rockets can be placed in a map with the [[item_rpg_round]] entity or use an [[item_ammo_crate]] with the ''Ammo Type'' set to ''RPG Rounds'' to place an unlimited-supply of rockets each time you open it.
You can also use the entity [[item_ammo_crate]] with the field ''Ammo Type'' set to ''RPG Rounds'' to create a crate delivering rockets each time you open it.
 
{{continuity tip|The [[prop_vehicle_apc]] also uses guided rockets.}}


{{basicweapon}}
{{basicweapon}}

Revision as of 16:35, 3 March 2008

Template:Wrongtitle

Entity Description

RPG launcher

Places an RPG (Rocket-Propelled Grenade) launcher in a map, that can be picked up and used as a weapon. When picked up, the player is given 3 rockets and the launcher if they do not already possess one. Additional rockets (up to 3 in total) can be picked up.

Individual rockets can be placed in a map with the item_rpg_round entity or use an item_ammo_crate with the Ammo Type set to RPG Rounds to place an unlimited-supply of rockets each time you open it.

Hl2 icon.png Continuity Tip: The prop_vehicle_apc also uses guided rockets.

Template:Basicweapon