craftable freezers (#32277)

* Craftable freezers

* oh i forgot that
This commit is contained in:
lzk
2024-09-24 17:19:40 +02:00
committed by GitHub
parent b883f79660
commit 87932bce57
12 changed files with 145 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
- type: entity
parent: BaseElectronics
id: FreezerElectronics
name: freezer electronics
description: An electronics board used in kitchen freezers.
components:
- type: Sprite
sprite: Objects/Misc/module.rsi
state: door_electronics
- type: Tag
tags:
- FreezerElectronics
- type: DoorElectronics
- type: StaticPrice
price: 55

View File

@@ -198,6 +198,7 @@
- ClothingHeadHatWelding
- WetFloorSign
- ClothingHeadHatCone
- FreezerElectronics
- Flare
- type: EmagLatheRecipes
emagStaticRecipes:

View File

@@ -170,6 +170,11 @@
- type: ExplosionResistance
damageCoefficient: 0.50
- type: AntiRottingContainer
- type: Construction
graph: ClosetFreezer
node: done
containers:
- entity_storage
- type: entity
id: LockerFreezer

View File

@@ -42,6 +42,11 @@
- type: AntiRottingContainer
- type: ExplosionResistance
damageCoefficient: 0.50
- type: Construction
graph: CrateFreezer
node: done
containers:
- entity_storage
- type: entity
parent: CratePlastic