-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new wall lockers + other storage bonuses (#2636)
* add new wall lockers * add new tall lockers * file off the serial numbers on science crate * correct whitespace & meta.json * nuke appearance for real --------- Signed-off-by: boogiebogus <53976699+boogiebogus@users.noreply.github.com>
- Loading branch information
1 parent
e02f6f9
commit 51f9a88
Showing
77 changed files
with
505 additions
and
6 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
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
218 changes: 218 additions & 0 deletions
218
Resources/Prototypes/_DV/Entities/Structures/Storage/Closets/Lockers/wall_lockers.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,218 @@ | ||
- type: entity | ||
parent: BaseWallCloset | ||
id: BaseWallClosetDeltaV | ||
components: | ||
- type: Sprite | ||
sprite: _DV/Structures/Storage/wall_locker.rsi | ||
|
||
- type: entity | ||
parent: BaseWallLocker | ||
id: BaseWallLockerDeltaV | ||
components: | ||
- type: Sprite | ||
sprite: _DV/Structures/Storage/wall_locker.rsi | ||
|
||
- type: entity | ||
parent: BaseWallClosetDeltaV | ||
id: WallClosetTools | ||
name: tool wall closet | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: engi_generic | ||
stateDoorClosed: engi_tools_door | ||
stateDoorOpen: engi_generic_open | ||
|
||
- type: entity | ||
parent: BaseWallClosetDeltaV | ||
id: WallClosetRadiationSuit | ||
name: radiation suit wall closet | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: engi_generic | ||
stateDoorClosed: engi_rad_door | ||
stateDoorOpen: engi_generic_open | ||
|
||
- type: entity | ||
parent: BaseWallClosetDeltaV | ||
id: WallClosetL3 | ||
name: level 3 biohazard wall closet | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: bio | ||
stateDoorClosed: bio_door | ||
stateDoorOpen: bio_open | ||
|
||
- type: entity | ||
parent: WallClosetL3 | ||
id: WallClosetL3Janitor | ||
name: level 3 biohazard wall closet | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: bio_jani | ||
stateDoorClosed: bio_jani_door | ||
stateDoorOpen: bio_jani_open | ||
|
||
- type: entity | ||
parent: WallClosetL3 | ||
id: WallClosetL3Security | ||
name: level 3 biohazard wall closet | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: bio_sec | ||
stateDoorClosed: bio_sec_door | ||
stateDoorOpen: bio_sec_open | ||
|
||
- type: entity | ||
parent: WallClosetL3 | ||
id: WallClosetL3Virology | ||
name: level 3 biohazard wall closet | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: bio_viro | ||
stateDoorClosed: bio_viro_door | ||
stateDoorOpen: bio_viro_open | ||
|
||
- type: entity | ||
parent: BaseWallLockerDeltaV | ||
id: WallLockerAtmos | ||
name: atmospherics wall locker | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: atmos | ||
stateDoorClosed: atmos_door | ||
stateDoorOpen: atmos_open | ||
- type: AccessReader | ||
access: [["Atmospherics"]] | ||
|
||
- type: entity | ||
parent: BaseWallLockerDeltaV | ||
id: WallLockerEngi | ||
name: engineering wall locker | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: engi | ||
stateDoorClosed: engi_door | ||
stateDoorOpen: engi_open | ||
- type: AccessReader | ||
access: [["Engineering"]] | ||
|
||
- type: entity | ||
parent: BaseWallLockerDeltaV | ||
id: WallLockerElectrical | ||
name: electrical wall locker | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: engi_generic | ||
stateDoorClosed: engi_electrical_door | ||
stateDoorOpen: engi_generic_open | ||
- type: AccessReader | ||
access: [["Engineering"]] | ||
|
||
- type: entity | ||
parent: BaseWallLockerDeltaV | ||
id: WallLockerWelding | ||
name: welding tools wall locker | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: engi_generic | ||
stateDoorClosed: engi_welding_door | ||
stateDoorOpen: engi_generic_open | ||
- type: AccessReader | ||
access: [["Engineering"]] | ||
|
||
|
||
- type: entity | ||
parent: BaseWallLockerDeltaV | ||
id: WallLockerBotany | ||
name: botanist wall locker | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: botany | ||
stateDoorClosed: botany_door | ||
stateDoorOpen: botany_open | ||
- type: AccessReader | ||
access: [["Hydroponics"]] | ||
|
||
- type: entity | ||
parent: BaseWallLockerDeltaV | ||
id: WallLockerSalvage | ||
name: salvage wall locker | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: salv | ||
stateDoorClosed: salv_door | ||
stateDoorOpen: salv_open | ||
- type: AccessReader | ||
access: [["Salvage"]] | ||
|
||
- type: entity | ||
parent: BaseWallLockerDeltaV | ||
id: WallLockerLogistics | ||
name: logistics wall locker | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: logi | ||
stateDoorClosed: logi_door | ||
stateDoorOpen: logi_open | ||
- type: AccessReader | ||
access: [["Cargo"]] | ||
|
||
- type: entity | ||
parent: BaseWallLockerDeltaV | ||
id: WallLockerJanitor | ||
name: janitor wall locker | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: jani | ||
stateDoorClosed: jani_door | ||
stateDoorOpen: jani_open | ||
- type: AccessReader | ||
access: [["Janitor"]] | ||
|
||
- type: entity | ||
parent: BaseWallLockerDeltaV | ||
id: WallLockerEpistemics | ||
name: epistemics wall locker | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: epi | ||
stateDoorClosed: epi_door | ||
stateDoorOpen: epi_open | ||
- type: AccessReader | ||
access: [["Research"]] | ||
|
||
- type: entity | ||
parent: BaseWallLockerDeltaV | ||
id: WallLockerSecurity | ||
name: security wall locker | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: sec | ||
stateDoorClosed: sec_door | ||
stateDoorOpen: sec_open | ||
- type: AccessReader | ||
access: [["Security"]] | ||
|
||
- type: entity | ||
parent: BaseWallLockerDeltaV | ||
id: WallLockerKitchen | ||
name: kitchen wall locker | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: chef | ||
stateDoorClosed: chef_door | ||
stateDoorOpen: chef_open | ||
- type: AccessReader | ||
access: [["Kitchen"]] | ||
|
||
- type: entity | ||
parent: BaseWallLockerDeltaV | ||
id: WallLockerJustice | ||
name: justice wall locker | ||
components: | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: justice | ||
stateDoorClosed: justice_door | ||
stateDoorOpen: justice_open | ||
- type: AccessReader | ||
access: [["Justice"]] |
Binary file added
BIN
+507 Bytes
Resources/Textures/_DV/Structures/Storage/Crates/epistemics.rsi/base.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
+227 Bytes
Resources/Textures/_DV/Structures/Storage/Crates/epistemics.rsi/closed.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
+527 Bytes
Resources/Textures/_DV/Structures/Storage/Crates/epistemics.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions
39
Resources/Textures/_DV/Structures/Storage/Crates/epistemics.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,39 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Original sprites by EmoGarbage404 (github) for Space Station 14. Modifications to icon done by bogus_0451 (discord).", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "closed" | ||
}, | ||
{ | ||
"name": "open" | ||
}, | ||
{ | ||
"name": "welded" | ||
}, | ||
{ | ||
"name": "sparking", | ||
"delays": [ | ||
[ | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1 | ||
] | ||
] | ||
} | ||
] | ||
} |
Binary file added
BIN
+252 Bytes
Resources/Textures/_DV/Structures/Storage/Crates/epistemics.rsi/open.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
+206 Bytes
Resources/Textures/_DV/Structures/Storage/Crates/epistemics.rsi/sparking.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
+294 Bytes
Resources/Textures/_DV/Structures/Storage/Crates/epistemics.rsi/welded.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.
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.
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.
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
+471 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/atmos.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
+554 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/atmos_door.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
+522 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/atmos_open.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
+571 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/bio_door.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
+475 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/bio_jani.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
+583 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/bio_jani_door.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
+497 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/bio_jani_open.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
+469 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/bio_open.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
+475 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/bio_sec.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
+589 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/bio_sec_door.png
Oops, something went wrong.
Binary file added
BIN
+497 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/bio_sec_open.png
Oops, something went wrong.
Binary file added
BIN
+475 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/bio_viro.png
Oops, something went wrong.
Binary file added
BIN
+589 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/bio_viro_door.png
Oops, something went wrong.
Binary file added
BIN
+497 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/bio_viro_open.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/botany.png
Oops, something went wrong.
Binary file added
BIN
+559 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/botany_door.png
Oops, something went wrong.
Binary file added
BIN
+520 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/botany_open.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+549 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/chef_door.png
Oops, something went wrong.
Binary file added
BIN
+520 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/chef_open.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+555 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/engi_door.png
Oops, something went wrong.
Binary file added
BIN
+568 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/engi_electrical_door.png
Oops, something went wrong.
Binary file added
BIN
+454 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/engi_generic.png
Oops, something went wrong.
Binary file added
BIN
+491 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/engi_generic_open.png
Oops, something went wrong.
Binary file added
BIN
+522 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/engi_open.png
Oops, something went wrong.
Binary file added
BIN
+565 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/engi_rad_door.png
Oops, something went wrong.
Binary file added
BIN
+553 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/engi_tools_door.png
Oops, something went wrong.
Binary file added
BIN
+573 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/engi_welding_door.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+550 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/epi_door.png
Oops, something went wrong.
Binary file added
BIN
+520 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/epi_open.png
Oops, something went wrong.
Binary file added
BIN
+219 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/generic.png
Oops, something went wrong.
Binary file added
BIN
+372 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/generic_door.png
Oops, something went wrong.
Binary file added
BIN
+321 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/generic_icon.png
Oops, something went wrong.
Binary file added
BIN
+339 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/generic_open.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+571 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/jani_door.png
Oops, something went wrong.
Binary file added
BIN
+520 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/jani_open.png
Oops, something went wrong.
Binary file added
BIN
+470 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/justice.png
Oops, something went wrong.
Binary file added
BIN
+545 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/justice_door.png
Oops, something went wrong.
Binary file added
BIN
+528 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/justice_open.png
Oops, something went wrong.
Binary file added
BIN
+138 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/locked.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+548 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/logi_door.png
Oops, something went wrong.
Binary file added
BIN
+520 Bytes
Resources/Textures/_DV/Structures/Storage/wall_locker.rsi/logi_open.png
Oops, something went wrong.
Oops, something went wrong.