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

Wiki Project Zomboid

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

Variable Base.RearWindow2 Mod Vanilla

Résumé

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

Navigation

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