forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add generator scrap (Plasma / uranium scrap) (space-wizards#32198)
* First commit * Forgot the shading! * tweaked values * sprite update * Radiation
- Loading branch information
1 parent
386e431
commit 1967827
Showing
12 changed files
with
228 additions
and
0 deletions.
There are no files selected for viewing
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
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
Binary file added
BIN
+393 Bytes
Resources/Textures/Objects/Materials/Scrap/generator.rsi/generator_frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions
57
Resources/Textures/Objects/Materials/Scrap/generator.rsi/meta.json
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,57 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by Beck Thompson using assets from https://github.com/Baystation12/Baystation12/blob/caa635edb97c58301ccdc64757eba323b6673cf3/icons/obj/structures/portgen.dmi", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "old_generator_plasma" | ||
}, | ||
{ | ||
"name": "old_generator_plasma_fuel_leak" | ||
}, | ||
{ | ||
"name": "generator_frame" | ||
}, | ||
{ | ||
"name": "uranium_generator" | ||
}, | ||
{ | ||
"name": "uranium_generator_fuel_tank" | ||
}, | ||
{ | ||
"name": "red_x" | ||
}, | ||
{ | ||
"name": "nothing" | ||
}, | ||
{ | ||
"name": "rad_outline", | ||
"delays": [ | ||
[ | ||
0.3, | ||
0.3, | ||
0.3, | ||
0.3 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "rad_dripping", | ||
"delays": [ | ||
[ | ||
2.0, | ||
0.05, | ||
0.05, | ||
0.05, | ||
0.05, | ||
0.05, | ||
0.05 | ||
] | ||
] | ||
} | ||
] | ||
} |
Binary file added
BIN
+102 Bytes
Resources/Textures/Objects/Materials/Scrap/generator.rsi/nothing.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 added
BIN
+876 Bytes
Resources/Textures/Objects/Materials/Scrap/generator.rsi/old_generator_plasma.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 added
BIN
+471 Bytes
...xtures/Objects/Materials/Scrap/generator.rsi/old_generator_plasma_fuel_leak.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 added
BIN
+433 Bytes
Resources/Textures/Objects/Materials/Scrap/generator.rsi/rad_dripping.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 added
BIN
+323 Bytes
Resources/Textures/Objects/Materials/Scrap/generator.rsi/rad_outline.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 added
BIN
+729 Bytes
Resources/Textures/Objects/Materials/Scrap/generator.rsi/uranium_generator.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 added
BIN
+318 Bytes
.../Textures/Objects/Materials/Scrap/generator.rsi/uranium_generator_fuel_tank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.