item_cutters

From Valve Developer Community
Jump to: navigation, search
item_cutters uses the same model as item_defuser, namely models/weapons/w_defuser.mdl.
Cutters preview.
Info.png
This entity is not in the FGD by default .
See below for instructions on making it available.

item_cutters is a point entity available in Counter-Strike: Global Offensive Counter-Strike: Global Offensive.

Warning.pngWarning:In the I/O system and in VScript, this entity is targeted with the classname item_defuser instead!
In code, it is represented by theCItemDefuserclass, defined in theitem_defuser.cppfile.

Entity Description

The Rescue Kit is almost fully identical to the Defuse Kit and as it uses the same code class, it has the same KeyValues, Flags, Inputs and Outputs.

Gameplay-wise these entities are fully identical but not in the inventory system. The buy menu for CTs will show the Defuse Kit in Bomb Defusal scenarios and the Rescue Kit in Hostage Rescue scenarios and when bought, the player gets an item_defuser or item_cutters respectively.

If a CT has picked up either of these entities, it takes significantly less time to defuse C4 and pick up hostages.

In hostage scenarios, the ConVar mp_defuser_allocation determines the allocation of Rescue Kits.