code/__DEFINES/projectiles.dm
PROJECTILE_PIERCE_NONE | Default behavior: hit and delete self |
---|---|
PROJECTILE_PIERCE_HIT | Hit the thing but go through without deleting. Causes on_hit to be called with pierced = TRUE |
PROJECTILE_PIERCE_PHASE | Entirely phase through the thing without ever hitting. |
CALIBER_712X82MM | The caliber used by the L6 SAW. |
CALIBER_46X30MM | The caliber used by the security auto-rifle. |
CALIBER_9MM | The caliber used by the Nanotrasen Saber SMG, PP-95 SMG and Type U3 Uzi. Also used as the default caliber for pistols but only the stechkin APS machine pistol doesn't override it. |
CALIBER_10MM | The caliber used as the default for ballistic guns. Only not overridden for the surplus rifle. |
CALIBER_357 | The caliber used by most revolver variants. |
CALIBER_38 | The caliber used by the detective's revolver. |
CALIBER_45 | The caliber used by the C-20r SMG, the tommygun, and the M1911 pistol. |
CALIBER_50_PISTOL | The caliber used by the desert eagle. |
CALIBER_50_RIFLE | The caliber used by sniper rifles |
CALIBER_75 | The caliber used by the gyrojet pistol. |
CALIBER_N762 | The caliber used by one revolver variant. |
CALIBER_A556 | The caliber used by the the M-90gl Carbine, and NT-ARG 'Boarder'. |
CALIBER_A762 | The caliber used by bolt action rifles. |
CALIBER_12GAUGE | The caliber used by shotguns. |
CALIBER_40MM | The caliber used by grenade launchers. |
CALIBER_84MM | The caliber used by rocket launchers. |
CALIBER_LASER | The caliber used by laser guns. |
CALIBER_ENERGY | The caliber used by most energy guns. |
CALIBER_FOAM | The acliber used by foam force and donksoft toy guns. |
CALIBER_ARROW | The caliber used by the bow and arrow. |
CALIBER_HARPOON | The caliber used by the harpoon gun. |
CALIBER_HOOK | The caliber used by the meat hook. |
CALIBER_TENTACLE | The caliber used by the changeling tentacle mutation. |
CALIBER_308_DART | The caliber used by the tranquilizer rifle |
Define Details
CALIBER_10MM
The caliber used as the default for ballistic guns. Only not overridden for the surplus rifle.
CALIBER_12GAUGE
The caliber used by shotguns.
CALIBER_308_DART
The caliber used by the tranquilizer rifle
CALIBER_357
The caliber used by most revolver variants.
CALIBER_38
The caliber used by the detective's revolver.
CALIBER_40MM
The caliber used by grenade launchers.
CALIBER_45
The caliber used by the C-20r SMG, the tommygun, and the M1911 pistol.
CALIBER_46X30MM
The caliber used by the security auto-rifle.
CALIBER_50_PISTOL
The caliber used by the desert eagle.
CALIBER_50_RIFLE
The caliber used by sniper rifles
CALIBER_712X82MM
The caliber used by the L6 SAW.
CALIBER_75
The caliber used by the gyrojet pistol.
CALIBER_84MM
The caliber used by rocket launchers.
CALIBER_9MM
The caliber used by the Nanotrasen Saber SMG, PP-95 SMG and Type U3 Uzi. Also used as the default caliber for pistols but only the stechkin APS machine pistol doesn't override it.
CALIBER_A556
The caliber used by the the M-90gl Carbine, and NT-ARG 'Boarder'.
CALIBER_A762
The caliber used by bolt action rifles.
CALIBER_ARROW
The caliber used by the bow and arrow.
CALIBER_ENERGY
The caliber used by most energy guns.
CALIBER_FOAM
The acliber used by foam force and donksoft toy guns.
CALIBER_HARPOON
The caliber used by the harpoon gun.
CALIBER_HOOK
The caliber used by the meat hook.
CALIBER_LASER
The caliber used by laser guns.
CALIBER_N762
The caliber used by one revolver variant.
CALIBER_TENTACLE
The caliber used by the changeling tentacle mutation.
PROJECTILE_PIERCE_HIT
Hit the thing but go through without deleting. Causes on_hit to be called with pierced = TRUE
PROJECTILE_PIERCE_NONE
Default behavior: hit and delete self
PROJECTILE_PIERCE_PHASE
Entirely phase through the thing without ever hitting.