Skip to content

Commit

Permalink
JustCringe
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant committed Dec 20, 2024
1 parent 8eddfc2 commit 509d13d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/_corvaxnext/reagents/biological.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reagent-name-resomi-blood = Фиолетовая кровь
reagent-desc-resomi-blood = Густая жидкость с резким аммиачным запахом
23 changes: 23 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/smartfridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: SmartFridge
description: A refrigerated storage unit for keeping items cold and fresh.
components:
# Corvax-Next-SmartFridge-Start
- type: SmartFridge
storageWhitelist:
tags:
Expand All @@ -20,6 +21,7 @@
interfaces:
enum.SmartFridgeUiKey.Key:
type: SmartFridgeBoundUserInterface
# Corvax-Next-SmartFridge-End
- type: StationAiWhitelist
- type: Advertise
pack: SmartFridgeAds
Expand All @@ -34,11 +36,13 @@
- state: smartfridge_door
map: ["enum.StorageVisualLayers.Door"]
shader: unshaded
# Corvax-Next-SmartFridge-Start
- type: ApcPowerReceiver
powerLoad: 100
- type: ExtensionCableReceiver
- type: LightningTarget
priority: 1
# Corvax-Next-SmartFridge-End
- type: EntityStorageVisuals
stateBaseClosed: smartfridge
stateDoorOpen: smartfridge_open
Expand All @@ -47,6 +51,25 @@
radius: 1.5
energy: 1.6
color: "#9dc5c9"
# Corvax-Next-SmartFridge-Start
# - type: EntityStorage
# isCollidableWhenOpen: true
# closeSound:
# path: /Audio/Machines/windoor_open.ogg
# params:
# volume: -3
# openSound:
# path: /Audio/Machines/windoor_open.ogg
# params:
# volume: -3
# - type: ContainerContainer
# containers:
# entity_storage: !type:Container
# - type: UseDelay
# delay: 1
# - type: AntiRottingContainer
# - type: ResistLocker
# Corvax-Next-SmartFridge-End
- type: Physics
bodyType: Static
- type: Transform
Expand Down

0 comments on commit 509d13d

Please sign in to comment.