Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Trumpet

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Trumpet
Trumpet Model.png
General
Category
Instrument
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
One-handed
Slot attached
Back
Skill
Properties
Max condition
5
Condition lower chance
2
Performance
Damage
0.4–0.8
Door damage
5
Tree damage
0
Range
0.61–1.15
Attack speed
1
Knockback
0.3
Crit chance
20%
Technical
Item ID
Base.Trumpet

A trumpet is a long blunt melee weapon.

Usage

Weapon

The trumpet can attack up to 2 enemies at a time dealing a maximum of 0.8 damage to enemies (unless a critical hit) from up to 1.15 tiles away at an attack speed of 1.

Breaking doors

It can be used to bash down doors, dealing 5 damage per hit.

Condition

The trumpet has a maximum condition of 5. Its rate of degradation is influenced by the long blunt and maintenance skills. The chance of losing durability can be simplified to the following formula: 1 in (2 + maintenanceMod × 2). Where "maintenanceMod" is calculated using the long blunt and maintenance skills.
Below is an example of the chance of losing durability at varying levels of maintenance and long blunt levels.

For how this is calculated, see: Condition
Maintenance skill Long blunt level Condition lower chance Average condition
0 0 1/2 (50%) 10
0 4 1/4 (25%) 20
0 8 1/6 (17%) 30
4 0 1/6 (17%) 30
8 0 1/10 (10%) 50
4 4 1/8 (13%) 40
4 8 1/10 (10%) 50
8 8 1/14 (7%) 70
10 10 1/16 (6%) 80

Repairing

Trumpet

For more information, see Condition
Fixer Skill Repairs Success chance
Duct Tape Duct Tape 50% 95%
Adhesive Tape Adhesive Tape 20% 95%

Location

The loot distributions can be found in the table(s) below.

Trumpet distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
bedroom crate 11.21%
bedroom crate 0.77%
bedroom wardrobe 2.1%
closet crate 11.21%
closet crate 0.77%
closet metal_shelves 11.21%
daycare wardrobe 2.1%
garagestorage crate 11.21%
garagestorage crate 0.77%
musicstore shelves 19.68%
pawnshop shelves 19.68%
pawnshopstorage crate 11.21%
pawnshopstorage metal_shelves 11.21%
storageunit crate 11.21%
storageunit crate 0.77%
storageunit metal_shelves 11.21%
storageunit metal_shelves 0.77%

History

Base.Trumpet

Version Description
41.21 Released on or before this version.

Help PZwiki by adding to this history.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item Trumpet
    {
        DisplayCategory = Instrument,
        MaxRange	=	1.15,
        WeaponSprite	=	Trumpet,
        MinAngle	=	0.67,
        Type	=	Weapon,
        MinimumSwingTime	=	4,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	Blunt,
        ConditionLowerChanceOneIn	=	2,
        Weight	=	1,
        SplatNumber	=	1,
        PushBackMod	=	0.3,
        SubCategory	=	Swinging,
        ConditionMax	=	5,
        MaxHitCount	=	2,
        DoorDamage	=	5,
        SwingAnim	=	Bat,
        DisplayName	=	Trumpet,
        MinRange	=	0.61,
        SwingTime	=	4,
        KnockdownMod	=	2,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	Trumpet,
        BreakSound  =   TrumpetBreak,
        DoorHitSound = TrumpetHit,
		HitSound = TrumpetHit,
		HitFloorSound = TrumpetHit,
		SwingSound = TrumpetSwing,
        TreeDamage  =   0,
        CriticalChance	=	20,
        CritDmgMultiplier = 2,
        MinDamage	=	0.4,
        MaxDamage	=	0.8,
        BaseSpeed = 1,
        AttachmentType = BigWeapon,
    }

See also