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

Wiki Project Zomboid

Fenêtre de portière (arrière)

Variable Base.RearWindow1 Mod Vanilla

Résumé

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

Navigation

Nom variableRearWindow1
ModuleBase
Sourcescripts\vehicles\vehiclesitems.txt
Détails techniques
Item PK6867
Lignes932 → 944
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 CraftRearWindow1
CraftRearWindow1
CraftMoreKavalash
KAVALASH_Custom AutoParts 300 RearWindow1=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 Rear Window
Icon SideWindow
MechanicsItem TRUE 1 1
Type Normal
VehicleType 1 1
Weight 3.0 3
WorldStaticModel CarWindow
Raw block
    item RearWindow1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        DisplayName	=	Rear Window,
        Icon	=	SideWindow,
        VehicleType =   1,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CarWindow,
    }