forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32b28f7
commit f768507
Showing
5 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...RU/ss14-ru/prototypes/_corvaxnext/entities/structures/storage/canisters/gas_canisters.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 } |
30 changes: 30 additions & 0 deletions
30
Resources/Prototypes/_CorvaxNext/Entities/Structures/Storage/Canisters/gas_canisters.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.