Item: Bombe fumigène

Wiki Project Zomboid

Bombe fumigène

Variable AuthenticZClothing.SmokeBomb Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.SmokeBomb
TypeWeapon
CatégorieDevices
Poids1.5
Icône
Smokebomb

Navigation

Nom variableSmokeBomb
ModuleAuthenticZClothing
Sourcemedia\scripts\Backpacks\AuthenticZ_Edited_items.txt
Détails techniques
Item PK2040
Lignes411 → 438
File ID836

Recettes qui fabriquent cet item

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

4 recettes
Afficher la liste
Recipe Mod Category Time Result
Smokebomb Make Backpack Attachable Item
Make Backpack Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 AuthenticZClothing.SmokeBomb=1
Smokebomb Revert Attachable Item
Revert Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 SmokeBomb=1
Coldpack Make Smoke Bomb
Make Smoke Bomb
Base
KAVALASH_Custom Engineer 80 SmokeBomb=1
Coldpack Fabriquer une bombe fumigène
Make Smoke Bomb
Base
Vanilla Engineer 80 SmokeBomb=1

Recettes qui utilisent cet item

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

12 recettes
Afficher la liste
Recipe Mod Category Time Result
Smokebomb Make Backpack Attachable Item
Make Backpack Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 AuthenticZClothing.SmokeBomb=1
Smokebomb Revert Attachable Item
Revert Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 SmokeBomb=1
SmokebombTimer Add Crafted Trigger
Add Crafted Trigger
Base
KAVALASH_Custom Electrical 80 SmokeBombRemote=1
SmokebombTimer Add Motion Sensor V1
Add Motion Sensor V1
Base
KAVALASH_Custom Electrical 80 SmokeBombSensorV1=1
SmokebombTimer Add Motion Sensor V2
Add Motion Sensor V2
Base
KAVALASH_Custom Electrical 80 SmokeBombSensorV2=1
SmokebombTimer Add Motion Sensor V3
Add Motion Sensor V3
Base
KAVALASH_Custom Electrical 80 SmokeBombSensorV3=1
SmokebombTimer Add Timer
Add Timer
Base
KAVALASH_Custom Electrical 80 SmokeBombTriggered=1
SmokebombTimer Ajouter un déclencheur artisanal
Add Crafted Trigger
Base
Vanilla Electrical 80 SmokeBombRemote=1
SmokebombTimer Ajouter un capteur V1
Add Motion Sensor V1
Base
Vanilla Electrical 80 SmokeBombSensorV1=1
SmokebombTimer Ajouter un capteur V2
Add Motion Sensor V2
Base
Vanilla Electrical 80 SmokeBombSensorV2=1
SmokebombTimer Ajouter un capteur V3
Add Motion Sensor V3
Base
Vanilla Electrical 80 SmokeBombSensorV3=1
SmokebombTimer Ajouter un minuteur
Add Timer
Base
Vanilla Electrical 80 SmokeBombTriggered=1

Propriétés

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

25 propriétés
Key Value (raw) Num Bool JSON
AttachmentType Explosive
CanBePlaced TRUE 1 1
DisplayCategory Devices
DisplayName Smoke Bomb
ExplosionSound SmokeBombExplode
Icon Smokebomb
MaxDamage 0 0
MaxHitCount 0 0
MaxRange 10 10
MinDamage 0 0
MinimumSwingTime 1.5 1.5
PhysicsObject ExplosiveTrap
PlacedSprite constructedobjects_01_36
SmokeRange 5 5
SwingAmountBeforeImpact 0.1 0.1
SwingAnim Throw
SwingSound SmokeBombThrow
SwingTime 1.5 1.5
Tooltip Tooltip_Trap
TriggerExplosionTimer 50 50
Type Weapon
UseSelf TRUE 1 1
WeaponSprite WeaponSpriteSmokeBomb
Weight 1.5 1.5
WorldStaticModel SmokeBomb
Raw block
	item SmokeBomb
    {
	DisplayCategory = Devices,
        MaxRange	=	10,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = WeaponSpriteSmokeBomb,
        UseSelf	=	TRUE,
        DisplayName	=	Smoke Bomb,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	ExplosiveTrap,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        Icon	=	Smokebomb,
        TriggerExplosionTimer   =   50,
        SmokeRange  			=   5,
        CanBePlaced 			= TRUE,
        PlacedSprite 			= constructedobjects_01_36,
        Tooltip 				= Tooltip_Trap,
        WorldStaticModel 		= SmokeBomb,
        ExplosionSound 			= SmokeBombExplode,
        SwingSound 				= SmokeBombThrow,
        AttachmentType  		= 	Explosive,			
    }