Item: Réservoir à propane

Wiki Project Zomboid

Réservoir à propane

Variable Base.PropaneTank Mod KAVALASH_Custom

Résumé

VariableBase.PropaneTank
TypeDrainable
CatégorieMaterial
Poids10
Icône
PropaneTank

Navigation

Nom variablePropaneTank
ModuleBase
Sourcemedia\scripts\KAVA_Materials_Items.txt
Détails techniques
Item PK3066
Lignes468 → 483
File ID1060

Recettes qui fabriquent cet item

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

6 recettes
Afficher la liste
Recipe Mod Category Time Result
Unpack 100
Unpack 100
Packing
KAVALASH_EasyPacking Storage 250 PropaneTank=100
Unpack 50
Unpack 50
Packing
KAVALASH_EasyPacking Storage 225 PropaneTank=50
PRopePropaneTank Unrope 10
Unrope 10
Packing
KAVALASH_EasyPacking Storage 350 PropaneTank=1
PSheetRopePropaneTank Unrope 10
Unrope 10
Packing
KAVALASH_EasyPacking Storage 350 PropaneTank=1
PRopePropaneTank Unrope 5
Unrope 5
Packing
KAVALASH_EasyPacking Storage 250 PropaneTank=1
PSheetRopePropaneTank Unrope 5
Unrope 5
Packing
KAVALASH_EasyPacking Storage 250 PropaneTank=1

Recettes qui utilisent cet item

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

8 recettes
Afficher la liste
Recipe Mod Category Time Result
BlowTorch Refill Blow Torch
Refill Blow Torch
Base
KAVALASH_Custom Welding 50 BlowTorch=1
Pack 100
Pack 100
Packing
KAVALASH_EasyPacking Storage 500 100pkWCPropaneTank=1
Pack 50
Pack 50
Packing
KAVALASH_EasyPacking Storage 450 50pkWCPropaneTank=1
PRopePropaneTank Rope 10
Rope 10
Packing
KAVALASH_EasyPacking Storage 400 10pkRopePropaneTank=1
PSheetRopePropaneTank Rope 10
Rope 10
Packing
KAVALASH_EasyPacking Storage 400 10pkSheetRopePropaneTank=1
PRopePropaneTank Rope 5
Rope 5
Packing
KAVALASH_EasyPacking Storage 300 5pkRopePropaneTank=1
PSheetRopePropaneTank Rope 5
Rope 5
Packing
KAVALASH_EasyPacking Storage 300 5pkSheetRopePropaneTank=1
BlowTorch Recharger le chalumeau
Refill Blow Torch
Base
Vanilla Welding 50 BlowTorch=1

Propriétés

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

13 propriétés
Key Value (raw) Num Bool JSON
DisplayCategory Material
DisplayName Propane Tank
Icon PropaneTank
KeepOnDeplete true 1 1
ScaleWorldIcon 2.0 2
Type Drainable
UseDelta 0.05 0.05
UseWhileEquipped FALSE 0 0
UseWorldItem TRUE 1 1
Weight 10.0 10
WeightEmpty 5.0 5
WorldStaticModel PropaneTank
cantBeConsolided TRUE 1 1
Raw block
    item PropaneTank
    {
        DisplayCategory = Material,
        Weight	=	10.0,
        Type	=	Drainable,
        UseWhileEquipped	=	FALSE,
        UseDelta	=	0.05,
        DisplayName	=	Propane Tank,
        Icon	=	PropaneTank,
        UseWorldItem = TRUE,
        KeepOnDeplete = true,
        ScaleWorldIcon = 2.0,
        WeightEmpty = 5.0,
        WorldStaticModel = PropaneTank,
        cantBeConsolided = TRUE,
    }