| Variable | Base.CandleLit |
|---|---|
| Type | Drainable |
| Catégorie | LightSource |
| Poids | 0.2 |
| Icône |
CandleLit
|
| Nom variable | CandleLit |
|---|---|
| Module | Base |
| Source | scripts\items.txt |
| Item PK | 4726 |
|---|---|
| Lignes | 741 → 758 |
| File ID | 1360 |
Icône affichée: un des objets requis pour fabriquer cette recette.
| Recipe | Mod | Category | Time | Result |
|---|---|---|---|---|
|
Light Candle
Base
|
KAVALASH_Custom | 30 | CandleLit=1 |
|
|
Light Candle
Base
|
Vanilla | 30 | CandleLit=1 |
Icône affichée: l'objet obtenu via la recette quand il est identifié.
| Recipe | Mod | Category | Time | Result |
|---|---|---|---|---|
|
Extinguish Candle
Base
|
KAVALASH_Custom | 30 | Candle=1 |
|
|
Extinguish Candle
Base
|
Vanilla | 30 | Candle=1 |
Toutes les propriétés extraites pour cet item.
| Key | Value (raw) | Num | Bool | JSON |
|---|---|---|---|---|
| ActivatedItem | TRUE | 1 | 1 | |
| DisplayCategory | LightSource | |||
| DisplayName | Lit Candle | |||
| Icon | CandleLit | |||
| LightDistance | 3 | 3 | ||
| LightStrength | 0.6 | 0.6 | ||
| StaticModel | Candle | |||
| Tags | StartFire | |||
| TorchCone | FALSE | 0 | 0 | |
| Type | Drainable | |||
| UseDelta | 0.003 | 0.003 | ||
| UseWhileUnequipped | TRUE | 1 | 1 | |
| Weight | 0.2 | 0.2 | ||
| WorldStaticModel | CandleGround | |||
| cantBeConsolided | TRUE | 1 | 1 |
item CandleLit
{
DisplayCategory = LightSource,
LightDistance = 3,
Weight = 0.2,
Type = Drainable,
UseWhileUnequipped = TRUE,
TorchCone = FALSE,
UseDelta = 0.003,
LightStrength = 0.6,
DisplayName = Lit Candle,
ActivatedItem = TRUE,
Icon = CandleLit,
cantBeConsolided = TRUE,
StaticModel = Candle,
WorldStaticModel = CandleGround,
Tags = StartFire,
}