Add science & medical closets.

This commit is contained in:
Pieter-Jan Briers
2019-10-13 01:19:16 +02:00
parent 3634b17be4
commit 74dd24f39c
9 changed files with 105 additions and 0 deletions

View File

@@ -88,3 +88,66 @@
- type: Icon
state: eng_rad_door
- type: entity
id: locker_medical
name: Medical Locker
parent: locker_generic
components:
- type: Sprite
sprite: Buildings/closet.rsi
layers:
- state: med
- state: med_door
map: ["enum.StorageVisualLayers.Door"]
- type: Appearance
visuals:
- type: StorageVisualizer2D
state_open: med_open
state_closed: med_door
- type: Icon
state: med_door
- type: entity
id: locker_chemistry
name: Chemistry Locker
parent: locker_generic
components:
- type: Sprite
sprite: Buildings/closet.rsi
layers:
- state: med
- state: chemical_door
map: ["enum.StorageVisualLayers.Door"]
- type: Appearance
visuals:
- type: StorageVisualizer2D
state_open: med_open
state_closed: chemical_door
- type: Icon
state: chemical_door
- type: entity
id: locker_science
name: Science Locker
parent: locker_generic
components:
- type: Sprite
sprite: Buildings/closet.rsi
layers:
- state: science
- state: science_door
map: ["enum.StorageVisualLayers.Door"]
- type: Appearance
visuals:
- type: StorageVisualizer2D
state_open: science_open
state_closed: science_door
- type: Icon
state: science_door

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

View File

@@ -60,6 +60,48 @@
"select": [],
"flags": {},
"directions": 1
},
{
"name": "med",
"select": [],
"flags": {},
"directions": 1
},
{
"name": "med_door",
"select": [],
"flags": {},
"directions": 1
},
{
"name": "med_open",
"select": [],
"flags": {},
"directions": 1
},
{
"name": "chemical_door",
"select": [],
"flags": {},
"directions": 1
},
{
"name": "science_door",
"select": [],
"flags": {},
"directions": 1
},
{
"name": "science_open",
"select": [],
"flags": {},
"directions": 1
},
{
"name": "science",
"select": [],
"flags": {},
"directions": 1
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B