Item: Cocktail Molotov

Wiki Project Zomboid

Cocktail Molotov

Variable Base.Molotov Mod Vanilla

Résumé

VariableBase.Molotov
TypeWeapon
CatégorieExplosives
Poids1.5
Icône
Molotov

Navigation

Nom variableMolotov
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK5484
Lignes6264 → 6289
File ID1364

Recettes qui fabriquent cet item

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

10 recettes
Afficher la liste
Recipe Mod Category Time Result
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é.

1 recette
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

Propriétés

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

23 propriétés
Key Value (raw) Num Bool JSON
DisplayCategory Explosives
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 = Explosives,
        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,
    }