Skip to content

Commit

Permalink
Canisters Sprites (Update) (new-frontiers-14#1409)
Browse files Browse the repository at this point in the history
* Canisters

* Liquid

* Update meta.json

* Update gas_canisters.yml

* Update meta.json

* Fix

* Create gas_canisters.yml

* Update gas_canisters.yml

* Update gas_canisters.yml
  • Loading branch information
dvir001 authored Jun 5, 2024
1 parent 58f6678 commit 2e94949
Show file tree
Hide file tree
Showing 62 changed files with 182 additions and 94 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- type: entity
parent: GasCanisterBrokenBase
id: LiquidOxygenCanisterBroken
noSpawn: true
components:
- type: Sprite
state: oxygen_liquid-1 # Frontier

- type: entity
parent: GasCanisterBrokenBase
id: LiquidNitrogenCanisterBroken
noSpawn: true
components:
- type: Sprite
state: nitrogen_liquid-1 # Frontier

- type: entity
parent: GasCanisterBrokenBase
id: LiquidCarbonDioxideCanisterBroken
noSpawn: true
components:
- type: Sprite
state: carbon_liquid-1 # Frontier
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/_NF/Structures/Storage/canister.rsi/can-o2.png
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.
Binary file not shown.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file modified Resources/Textures/_NF/Structures/Storage/canister.rsi/frezon-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/_NF/Structures/Storage/canister.rsi/frezon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
61 changes: 32 additions & 29 deletions Resources/Textures/_NF/Structures/Storage/canister.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Frezon canister modified from tgstation, the rest are taken from tgstation at commit https://github.com/tgstation/tgstation/commit/f8581a636acfc1517611a680b7711a74fc7ef335",
"copyright": "Made by stagnation for Frontier",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "black"
"name": "air"
},
{
"name": "black-1"
"name": "air-1"
},
{
"name": "blue"
"name": "ammonia"
},
{
"name": "blue-1"
"name": "ammonia-1"
},
{
"name": "can-connector"
Expand Down Expand Up @@ -47,76 +47,79 @@
"name": "can-o3"
},
{
"name": "can-oa1"
"name": "can-open"
},
{
"name": "can-open"
"name": "carbon"
},
{
"name": "grey"
"name": "carbon-1"
},
{
"name": "grey-1"
"name": "carbon_liquid"
},
{
"name": "orange"
"name": "carbon_liquid-1"
},
{
"name": "orange-1"
"name": "frezon"
},
{
"name": "red"
"name": "frezon-1"
},
{
"name": "red-1"
"name": "nitrogen"
},
{
"name": "redws"
"name": "nitrogen-1"
},
{
"name": "redws-1"
"name": "nitrogen_liquid"
},
{
"name": "yellow"
"name": "nitrogen_liquid-1"
},
{
"name": "yellow-1"
"name": "nitrous_oxide"
},
{
"name": "green"
"name": "nitrous_oxide-1"
},
{
"name": "green-1"
"name": "oxygen"
},
{
"name": "greenys"
"name": "oxygen-1"
},
{
"name": "greenys-1"
"name": "oxygen_liquid"
},
{
"name": "darkblue"
"name": "oxygen_liquid-1"
},
{
"name": "darkblue-1"
"name": "plasma"
},
{
"name": "frezon"
"name": "plasma-1"
},
{
"name": "frezon-1"
"name": "storage"
},
{
"name": "water_vapor"
"name": "storage-1"
},
{
"name": "water_vapor-1"
"name": "tritium"
},
{
"name": "tritium-1"
},
{
"name": "scrubber-connector"
"name": "water_vapor"
},
{
"name": "scrubber-open"
"name": "water_vapor-1"
}
]
}
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.

0 comments on commit 2e94949

Please sign in to comment.