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

Wiki Project Zomboid

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

Variable Base.RearWindow3 Mod Vanilla

Résumé

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

Navigation

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