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

Wiki Project Zomboid

Fenêtre de portière (avant)

Variable Base.FrontWindow3 Mod Vanilla

Résumé

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

Navigation

Nom variableFrontWindow3
ModuleBase
Sourcescripts\vehicles\vehiclesitems.txt
Détails techniques
Item PK6874
Lignes1030 → 1042
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 CraftFrontWindow3
CraftFrontWindow3
CraftMoreKavalash
KAVALASH_Custom AutoParts 300 FrontWindow3=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 3 3
Weight 3.0 3
WorldStaticModel CarWindow
Raw block
    item FrontWindow3
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        DisplayName	=	Front Window,
        Icon	=	SideWindow,
        VehicleType =   3,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CarWindow,
    }