Noise Maker: Difference between revisions

From PZwiki
(Created Noisemaker Stub article and added to Category for Bombs/Throwables)
 
m (categories)
Line 37: Line 37:
[[Category:Items]]
[[Category:Items]]
[[Category:Bomb_and_Throwing_Items]]
[[Category:Bomb_and_Throwing_Items]]
[[Category:Electricals and Transmission (Project)]]
[[Category:Guns and Explosives (Project)]]

Revision as of 11:14, 27 July 2018

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.


Description

Noisemaker Stub Article.

Code

    
     item NoiseTrap
        MaxRange		=	10,
        Type			=	Weapon,
        MinimumSwingTime	=	1.5,
        SwingAnim		=	Bat,
        UseSelf			=	TRUE,
        DisplayName		=	Noise Maker,
        SwingTime		=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject		=	NoiseMaker,
        MinDamage		=	0,
        Weight			=	1.5,
        MaxDamage		=	0,
        MaxHitCount		=	0,
        Icon			=	NoiseMaker,
        NoiseRange  		=   17,
        triggerExplosionTimer   =   50,
        CanBePlaced 		= TRUE,
        CanBeReused 		=   TRUE,
        ExplosionSound  	=   feedback,
        Tooltip 		= Tooltip_Trap,
    }

See Also