Item: Fenêtre de portière (avant)

Wiki Project Zomboid

Fenêtre de portière (avant)

Variable Base.FrontWindow2 Mod Vanilla

Résumé

VariableBase.FrontWindow2
TypeNormal
CatégorieVehicleMaintenance
Poids3
Icône
SideWindow

Navigation

Nom variableFrontWindow2
ModuleBase
Sourcescripts\vehicles\vehiclesitems.txt
Détails techniques
Item PK6870
Lignes974 → 986
File ID1421

Recettes qui fabriquent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
BlacksmithTongs CraftFrontWindow2
CraftFrontWindow2
CraftMoreKavalash
KAVALASH_Custom AutoParts 300 FrontWindow2=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
MatShatteredGlass Shatter Car Window
OthShatterCarGlass
LabRecipes
KAVALASH_VaccinDrReapers GlassWork 125 MatShatteredGlass=4

Propriétés

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

10 propriétés
Key Value (raw) Num Bool JSON
ChanceToSpawnDamaged 20 20
ConditionMax 100 100
DisplayCategory VehicleMaintenance
DisplayName Front Window
Icon SideWindow
MechanicsItem TRUE 1 1
Type Normal
VehicleType 2 2
Weight 3.0 3
WorldStaticModel CarWindow
Raw block
    item FrontWindow2
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        DisplayName	=	Front Window,
        Icon	=	SideWindow,
        VehicleType =   2,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CarWindow,
    }