Item: Bidon d'essence (vide)

Wiki Project Zomboid

Bidon d'essence (vide)

Variable Base.EmptyPetrolCan Mod Vanilla

Résumé

VariableBase.EmptyPetrolCan
TypeNormal
CatégorieVehicleMaintenance
Poids1.6
Icône
Petrol

Navigation

Nom variableEmptyPetrolCan
ModuleBase
Sourcescripts\newitems.txt
Détails techniques
Item PK5534
Lignes47 → 61
File ID1370

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
PRopePetrolCan Unrope 10
Unrope 10
Packing
KAVALASH_EasyPacking Storage 100 EmptyPetrolCan=10
PSheetRopePetrolCan Unrope 10
Unrope 10
Packing
KAVALASH_EasyPacking Storage 100 EmptyPetrolCan=10
PRopePetrolCan Unrope 5
Unrope 5
Packing
KAVALASH_EasyPacking Storage 75 EmptyPetrolCan=5
PSheetRopePetrolCan Unrope 5
Unrope 5
Packing
KAVALASH_EasyPacking Storage 75 EmptyPetrolCan=5

Recettes qui utilisent cet item

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

4 recettes
Afficher la liste
Recipe Mod Category Time Result
PRopePetrolCan Rope 10
Rope 10
Packing
KAVALASH_EasyPacking Storage 150 10pkRopeEmptyPetrolCan=1
PSheetRopePetrolCan Rope 10
Rope 10
Packing
KAVALASH_EasyPacking Storage 150 10pkSheetRopeEmptyPetrolCan=1
PRopePetrolCan Rope 5
Rope 5
Packing
KAVALASH_EasyPacking Storage 100 5pkRopeEmptyPetrolCan=1
PSheetRopePetrolCan Rope 5
Rope 5
Packing
KAVALASH_EasyPacking Storage 100 5pkSheetRopeEmptyPetrolCan=1

Propriétés

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

12 propriétés
Key Value (raw) Num Bool JSON
DisplayCategory VehicleMaintenance
DisplayName Empty Gas Can
Icon Petrol
ReplaceInPrimaryHand Bag_GasCan_RHand holdingbagright
ReplaceInSecondHand Bag_GasCan_LHand holdingbagleft
ReplaceTypes PetrolSource PetrolCan
StaticModel GasCan
SurvivalGear TRUE 1 1
Tags EmptyPetrol
Type Normal
Weight 1.6 1.6
WorldStaticModel GasCan_Ground
Raw block
	item EmptyPetrolCan
	{
	    DisplayCategory = VehicleMaintenance,
		Weight	=	1.6,
		Type	=	Normal,
		DisplayName	=	Empty Gas Can,
		Icon	=	Petrol,
		StaticModel = GasCan,
		SurvivalGear = TRUE,
		ReplaceInSecondHand = Bag_GasCan_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_GasCan_RHand holdingbagright,
        WorldStaticModel = GasCan_Ground,
        Tags = EmptyPetrol,
        ReplaceTypes = PetrolSource PetrolCan,
	}