.38 Special Round

From PZwiki
Revision as of 11:34, 11 January 2022 by Kingofrock37 (talk | contribs)
WhiskeyHalf.png
This article or section does not conform to the standards of the wiki. The pages either don't have the layout that is expected of a page like this, or the page does not provide enough information on its item. The page should be updated to have the standard that's expected, or risk having the page deleted.
The Game WorldItemsWeaponsFirearmsAmmo.38 Special Round
.38 Special Round
.38 Special Round
.38 Special Round Box of .38 Special Rounds
General
Category Ammo
Weapon(s) M36 Revolver
Loose Ammo
Encumbrance
Heavy Load
0.015
Count 5
Box of Ammo
Encumbrance
Heavy Load
0.35
Contents 30 Rounds
Technical details
Item ID (Loose) Base.Bullets38
Item ID (Boxed) Base.Bullets38Box


The .38 Special Round is a type of ammo for firearms.

Usage

.38 Special Rounds are used in the M36 Revolver, requiring no magazine.

Code

From items_weapons.txt (Project Zomboid directory/media/scripts/)

"".38 Special Round"" 40calAmmoBox.png Retrieved: Build 41.65

    item Bullets38
    {
        DisplayCategory = Ammo,
        Count	=	5,
        Weight	=	0.015,
        Type	=	Normal,
        DisplayName	=	.38 Special Bullets,
        Icon	=	40calAmmoBox,
        MetalValue = 1,
        WorldStaticModel = 38SpecialBullets,
    }

From items_weapons.txt (Project Zomboid directory/media/scripts/)

Box of .38 Special Rounds HandgunAmmoBox.png Retrieved: Build 41.65

    item Bullets38Box
    {
        DisplayCategory = Ammo,
        Weight	=	0.35,
        Type	=	Normal,
        DisplayName	=	Box of .38 Special Bullets,
        Icon	=	HandgunAmmoBox,
        MetalValue = 30,
        WorldStaticModel = BoxOf38Special,
    }

See also