| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "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
- ]
- ]
- }
- ]
- }
|