B1CookingNeglectSettings
- Configures cooking-neglect timing, outcome objects, warning presentation, and eligible gameplay data IDs.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SmokeDelayMinutes | float | In-game minutes from neglect start until the smoke warning begins. | Category: Timing |
| FireDelayMinutes | float | In-game minutes from neglect start until the fire-or-burnt outcome is resolved. | Category: Timing |
| LoadIgnitionGraceMinutes | float | One-time in-game grace minutes applied when an overdue session is restored. | Category: Timing |
| SmokeFxId | FName | FX table ID used for the neglect smoke warning. | Category: Warning Foreign: Fx.Id |
| SmokeWarningScriptId | FName | Script table ID executed when the neglect warning starts or resumes after being stopped. | Category: Warning Foreign: Script.Id |
| SmokeStopScriptId | FName | Script table ID executed when the neglect smoke warning stops. | Category: Warning Foreign: Script.Id |
| OvenBurntFoodObjectId | FName | Plate-shaped burnt-food Object table ID spawned in the oven CookingSlot. | Category: Outcome Foreign: Object.Id |
| RangeTopBurntFoodObjectId | FName | Pot-shaped burnt-food Object table ID spawned in the range-top CookingSlot_Top. | Category: Outcome Foreign: Object.Id |