From 509d13d9324f43956544374d423fc01569106244 Mon Sep 17 00:00:00 2001 From: Vonsant Date: Fri, 20 Dec 2024 18:06:59 +0300 Subject: [PATCH] JustCringe --- .../ru-RU/_corvaxnext/reagents/biological.ftl | 2 ++ .../Structures/Machines/smartfridge.yml | 23 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 Resources/Locale/ru-RU/_corvaxnext/reagents/biological.ftl diff --git a/Resources/Locale/ru-RU/_corvaxnext/reagents/biological.ftl b/Resources/Locale/ru-RU/_corvaxnext/reagents/biological.ftl new file mode 100644 index 00000000000..87c05a76ab2 --- /dev/null +++ b/Resources/Locale/ru-RU/_corvaxnext/reagents/biological.ftl @@ -0,0 +1,2 @@ +reagent-name-resomi-blood = Фиолетовая кровь +reagent-desc-resomi-blood = Густая жидкость с резким аммиачным запахом diff --git a/Resources/Prototypes/Entities/Structures/Machines/smartfridge.yml b/Resources/Prototypes/Entities/Structures/Machines/smartfridge.yml index 7b91e429a9c..20aaf657dda 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/smartfridge.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/smartfridge.yml @@ -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: @@ -20,6 +21,7 @@ interfaces: enum.SmartFridgeUiKey.Key: type: SmartFridgeBoundUserInterface + # Corvax-Next-SmartFridge-End - type: StationAiWhitelist - type: Advertise pack: SmartFridgeAds @@ -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 @@ -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