Skip to content

Commit

Permalink
canister
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko4ergaPunk committed Dec 23, 2024
1 parent 32b28f7 commit f768507
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ent-OxygenAndNitrousOxideCanister = канистра кислорода с оксидом азота
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится кислород и оксид азота. Можно прикрепить к порту коннектора с помощью гаечного ключа.
ent-OxygenAndNitrousOxideCanisterBroken = { ent-GasCanisterBrokenBase }
.desc = { ent-GasCanisterBrokenBase.desc }
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
- type: entity
parent: [NitrousOxideCanister]
id: OxygenAndNitrousOxideCanister
name: oxygen and nitrous oxide canister
description: A canister that can contain any type of gas. This one is supposed to contain oxygen and nitrous oxide. It can be attached to connector ports using a wrench.
components:
- type: Sprite
layers:
- state: redsur
- type: GasCanister
gasMixture:
volume: 1000
moles:
- 1310.197357 # oxygen
- 0 # nitrogen
- 0 # CO2
- 0 # Plasma
- 0 # Tritium
- 0 # Water vapor
- 0 # Ammonia
- 561.513153 # N2O
temperature: 293.15

- type: entity
parent: GasCanisterBrokenBase
id: OxygenAndNitrousOxideCanisterBroken
categories: [ HideSpawnMenu ]
components:
- type: Sprite
state: redsur-1
8 changes: 7 additions & 1 deletion Resources/Textures/Structures/Storage/canister.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from TauCetiClassic at commit https://github.com/TauCetiStation/TauCetiClassic/tree/13b5c47145804dd24507b75f250de5e87d34e194",
"copyright": "Taken from TauCetiClassic at commit https://github.com/TauCetiStation/TauCetiClassic/tree/13b5c47145804dd24507b75f250de5e87d34e194, [redsur, redsur-1] by Ko4erga",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -76,6 +76,12 @@
{
"name": "redws-1"
},
{
"name": "redsur"
},
{
"name": "redsur-1"
},
{
"name": "yellow"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f768507

Please sign in to comment.