Noise Maker

From PZwiki
Revision as of 11:14, 27 July 2018 by Vaileasys (talk | contribs) (categories)
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