.38 Special Round: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 42: Line 42:
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''


"".38 Special Round"" [[File:40calAmmoBox.png]]
''.38 Special Round'' [[File:40calAmmoBox.png]]
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=65}}
<pre>    item Bullets38
<pre>    item Bullets38

Revision as of 12:58, 11 January 2022

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.

Crafting

30 rounds can be merged into a box of .38 Special rounds, saving some weight compared to carrying the rounds individually.

This ammunition can be disassembled to create gunpowder.

Product XP gained Skill(s) Recipe Ingredient 1
GunpowderJar.png
Gunpowder
0 XP none
(consumed)
|-
40calAmmoBox.png
.38 Special Round x30
0 XP none Box of .38 Special Rounds
Box of .38 Special Rounds
(consumed)
|-
Box of .38 Special Rounds
Box of .38 Special Rounds
0 XP none 40calAmmoBox.png
.38 Special Round x30
(consumed)

Distribution

.38 Special rounds can be found in houses, police stations, medical centers, gun stores, military buildings, vehicles, and on zombies.

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