Item: Parapluie

Wiki Project Zomboid

Parapluie

Variable Base.UmbrellaRed Mod Vanilla

Résumé

VariableBase.UmbrellaRed
TypeNormal
CatégorieHousehold
Poids1.5
Icône
UmbrellaRed

Navigation

Nom variableUmbrellaRed
ModuleBase
Sourcescripts\newitems.txt
Détails techniques
Item PK5648
Lignes1319 → 1333
File ID1370

Recettes qui fabriquent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Umbrella_Red Open Umbrella
Open Umbrella
Base
KAVALASH_Custom 10 UmbrellaRed=1
Umbrella_Red Ouvrir le parapluie
Open Umbrella
Base
Vanilla 10 UmbrellaRed=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Umbrella_Red Close Umbrella
Close Umbrella
Base
KAVALASH_Custom 10 ClosedUmbrellaRed=1
Umbrella_Red Fermer le parapluie
Close Umbrella
Base
Vanilla 10 ClosedUmbrellaRed=1

Propriétés

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

12 propriétés
Key Value (raw) Num Bool JSON
DisplayCategory Household
DisplayName Umbrella
EquippedNoSprint TRUE 1 1
Icon UmbrellaRed
MetalValue 9 9
ProtectFromRainWhenEquipped TRUE 1 1
StaticModel UmbrellaRed
Type Normal
Weight 1.5 1.5
WorldStaticModel Umbrella_Closed_Red
primaryAnimMask HoldingUmbrellaRight
secondaryAnimMask HoldingUmbrellaLeft
Raw block
    item UmbrellaRed
    {
        DisplayCategory = Household,
        Type				=			Normal,
        DisplayName			=		    Umbrella,
        Icon				=			UmbrellaRed,
        Weight				=			1.5,
        primaryAnimMask = HoldingUmbrellaRight,
        secondaryAnimMask = HoldingUmbrellaLeft,
        StaticModel = UmbrellaRed,
        MetalValue = 9,
        ProtectFromRainWhenEquipped = TRUE,
        EquippedNoSprint = TRUE,
        WorldStaticModel = Umbrella_Closed_Red,
    }