Item: Bâton luminescent rouge (activé)

Wiki Project Zomboid

Bâton luminescent rouge (activé)

Variable AuthenticZClothing.AuthenticGlowstick_Red_On Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.AuthenticGlowstick_Red_On
TypeDrainable
CatégorieHousehold
Poids0.2
Icône
Glowstick-Red

Navigation

Nom variableAuthenticGlowstick_Red_On
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZ_items.txt
Détails techniques
Item PK827
Lignes396 → 411
File ID807

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

1 recette
Afficher la liste
Recipe Mod Category Time Result
Glowstick-Red Activate Glowstick
Activate Glowstick
AuthenticZRecipes
KAVALASH_Authentic Z - Current 75 AuthenticGlowstick_Red_On=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

0 recette
Aucune recette n'utilise cet item.

Propriétés

Toutes les propriétés extraites pour cet item.

13 propriétés
Key Value (raw) Num Bool JSON
AttachmentType Hammer
DisplayCategory Household
DisplayName Red Glowstick (Activated)
Icon Glowstick-Red
ReplaceOnDeplete AuthenticGlowstick_Blank
StaticModel AuthenticGlowstickRed
Type Drainable
UseDelta 0.0002 0.0002
UseWhileUnequipped TRUE 1 1
Weight 0.2 0.2
WorldStaticModel WorldItem-AuthenticGlowstickRed
primaryAnimMask HoldingUmbrellaRight
secondaryAnimMask HoldingUmbrellaLeft
Raw block
    item AuthenticGlowstick_Red_On
    {
		DisplayCategory 		= 	Household,	
        Type					=	Drainable,
		UseWhileUnequipped  	=   TRUE,
		UseDelta				=	0.0002,
		ReplaceOnDeplete		=	AuthenticGlowstick_Blank,
        DisplayName				=	Red Glowstick (Activated),
        Icon					=	Glowstick-Red,
        Weight					=	0.2,
        primaryAnimMask 		= 	HoldingUmbrellaRight,
        secondaryAnimMask 		= 	HoldingUmbrellaLeft,
        StaticModel 			= 	AuthenticGlowstickRed,
		WorldStaticModel 		= 	WorldItem-AuthenticGlowstickRed,			
		AttachmentType 			= 	Hammer,
    }