Item: Molotov

Wiki Project Zomboid

Molotov

Variable AuthenticZClothing.Molotov Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Molotov
TypeWeapon
CatégorieDevices
Poids1.5
Icône
Molotov

Navigation

Nom variableMolotov
ModuleAuthenticZClothing
Sourcemedia\scripts\Backpacks\AuthenticZ_Edited_items.txt
Détails techniques
Item PK2052
Lignes758 → 784
File ID836

Recettes qui fabriquent cet item

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

11 recettes
Afficher la liste
Recipe Mod Category Time Result
Molotov Make Backpack Attachable Item
Make Backpack Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 AuthenticZClothing.Molotov=1
Molotov Revert Attachable Item
Revert Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 Molotov=1
Rag Make Molotov Cocktail
Make Molotov Cocktail
Base
KAVALASH_Custom 50 Molotov=1
WineEmpty Make Molotov Cocktail
Make Molotov Cocktail
Base
KAVALASH_Custom 50 Molotov=1
WineEmpty Make Molotov Cocktail
Make Molotov Cocktail
Base
KAVALASH_Custom 50 Molotov=1
GinFullIcon Make Molotov Cocktail
Make Molotov Cocktail
SapphCooking
KAVALASH_sapphcooking 50 Molotov=1
GinFullIcon Make Molotov Cocktail
Make Molotov Cocktail2
SapphCooking
KAVALASH_sapphcooking 50 Molotov=1
BottleofColaEmptyIcon Make Molotov Cocktail3
Make Molotov Cocktail3
SapphCooking
KAVALASH_sapphcooking 80 Molotov=1
Rag Fabriquer un cocktail Molotov
Make Molotov Cocktail
Base
Vanilla 50 Molotov=1
WineEmpty Fabriquer un cocktail Molotov
Make Molotov Cocktail
Base
Vanilla 50 Molotov=1
WineEmpty Fabriquer un cocktail Molotov
Make Molotov Cocktail
Base
Vanilla 50 Molotov=1

Recettes qui utilisent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Molotov Make Backpack Attachable Item
Make Backpack Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 AuthenticZClothing.Molotov=1
Molotov Revert Attachable Item
Revert Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 Molotov=1

Propriétés

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

24 propriétés
Key Value (raw) Num Bool JSON
AttachmentType Explosive
DisplayCategory Devices
DisplayName Molotov Cocktail
EquipSound MolotovCocktailEquip
ExplosionSound MolotovCocktailExplode
FirePower 90 90
FireRange 4 4
Icon Molotov
MaxDamage 0 0
MaxHitCount 0 0
MaxRange 8 8
MinDamage 0 0
MinimumSwingTime 1.5 1.5
OtherHandRequire Lighter
OtherHandUse TRUE 1 1
PhysicsObject MolotovCocktail
SwingAmountBeforeImpact 0.1 0.1
SwingAnim Throw
SwingSound MolotovCocktailThrow
SwingTime 1.5 1.5
Type Weapon
UseSelf TRUE 1 1
WeaponSprite Molotov
Weight 1.5 1.5
Raw block
    item Molotov
    {
	DisplayCategory = Devices,
        OtherHandUse			=	TRUE,
        MaxRange				=	8,
        WeaponSprite 			= 	Molotov,
        Type					=	Weapon,
        MinimumSwingTime		=	1.5,
        SwingAnim				=	Throw,
        UseSelf					=	TRUE,
        DisplayName				=	Molotov Cocktail,
        SwingTime				=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject			=	MolotovCocktail,
        MinDamage				=	0,
        Weight					=	1.5,
        MaxDamage				=	0,
        OtherHandRequire		=	Lighter,
        MaxHitCount				=	0,
        FirePower  				=   90,
        FireRange  				=   4,
        Icon					=	Molotov,
        EquipSound 				= 	MolotovCocktailEquip,
        ExplosionSound 			= 	MolotovCocktailExplode,
        SwingSound 				=	MolotovCocktailThrow,
        AttachmentType  		= 	Explosive,		
    }