Item: Bougie

Wiki Project Zomboid

Bougie

Variable Base.Candle Mod Vanilla

Résumé

VariableBase.Candle
TypeDrainable
CatégorieLightSource
Poids0.2
Icône
Candle

Navigation

Nom variableCandle
ModuleBase
Sourcescripts\items.txt
Détails techniques
Item PK4725
Lignes728 → 739
File ID1360

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
CandleLit Extinguish Candle
Extinguish Candle
Base
KAVALASH_Custom 30 Candle=1
CandleLit Éteindre la bougie
Extinguish Candle
Base
Vanilla 30 Candle=1

Recettes qui utilisent cet item

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

9 recettes
Afficher la liste
Recipe Mod Category Time Result
CandleLit Light Candle
Light Candle
Base
KAVALASH_Custom 30 CandleLit=1
CakeCarrotCandleIcon Add Candle on Cake
Add Candle on Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 Cake_Candle=1
CakeChocolateCandleIcon Add Candle on Cake
Add Candle on Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakeChocolate_Candle=1
CakeCarrotCandleIcon Add Candle on Cake
Add Candle on Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakeCarrot_Candle=1
CakeStrawberryCandleIcon Add Candle on Cake
Add Candle on Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakeStrawberry_Candle=1
CakeBlackForestCandleIcon Add Candle on Cake
Add Candle on Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakeBlackForest_Candle=1
CakeBirthdayCandleIcon Add Candle on Cake
Add Candle on Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakeBirthday_Candle=1
CakeRedVelvetCandleIcon Add Candle on Cake
Add Candle on Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakeRedVelvet_Candle=1
CandleLit Allumer la bougie
Light Candle
Base
Vanilla 30 CandleLit=1

Propriétés

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

9 propriétés
Key Value (raw) Num Bool JSON
DisplayCategory LightSource
DisplayName Candle
Icon Candle
StaticModel Candle
Type Drainable
UseDelta 0 0
Weight 0.2 0.2
WorldStaticModel CandleGround
cantBeConsolided TRUE 1 1
Raw block
	item Candle
    {
        DisplayCategory = LightSource,
        Weight    =    0.2,
        Type    =    Drainable,
        UseDelta    =   0,
        DisplayName    =    Candle,
        Icon    =    Candle,
        cantBeConsolided = TRUE,
        StaticModel = Candle,
        WorldStaticModel = CandleGround,
    }