-
Notifications
You must be signed in to change notification settings - Fork 588
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a Wallmount Nitrogen Locker and Combined O2/N2 Emergency Lockers (…
…#1895) * Adds a wallmount nitrogen locker * Adds combined o2n2 closets * Adjust attribution * N2/N2O2 storage fills, "internals closet" * abstract emergency fills * standing locker attribution, rename n2 wall locker * fix wallmount weld sprites * OFF BY ONE * wall_locker_color: move weld over one pixel --------- Co-authored-by: Whatstone <[email protected]>
- Loading branch information
1 parent
ddd3e30
commit 2d10299
Showing
18 changed files
with
198 additions
and
85 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#EMERGENCY | ||
- type: entity | ||
parent: [ClosetO2N2, StorageFillO2N2Random] | ||
id: ClosetO2N2FilledRandom | ||
suffix: Filled, Random |
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
41 changes: 41 additions & 0 deletions
41
Resources/Prototypes/_NF/Catalog/Fills/StorageFillTemplates/emergency.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,41 @@ | ||
#EMERGENCY | ||
- type: entity | ||
abstract: true | ||
id: StorageFillO2N2Random | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ClothingOuterSuitEmergency | ||
- id: ClothingMaskBreath | ||
- id: EmergencyOxygenTankFilled | ||
prob: 0.80 | ||
orGroup: EmergencyO2TankOrRegularTank | ||
- id: OxygenTankFilled | ||
prob: 0.20 | ||
orGroup: EmergencyO2TankOrRegularTank | ||
- id: EmergencyNitrogenTankFilled | ||
prob: 0.80 | ||
orGroup: EmergencyN2TankOrRegularTank | ||
- id: NitrogenTankFilled | ||
prob: 0.20 | ||
orGroup: EmergencyN2TankOrRegularTank | ||
- id: ToolboxEmergencyFilled | ||
prob: 0.4 | ||
- id: MedkitOxygenFilled | ||
prob: 0.2 | ||
- id: WeaponFlareGun | ||
prob: 0.05 | ||
|
||
- type: entity | ||
abstract: true | ||
id: StorageFillN2Random | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ClothingMaskBreath | ||
- id: EmergencyNitrogenTankFilled | ||
prob: 0.80 | ||
orGroup: EmergencyTankOrRegularTank | ||
- id: NitrogenTankFilled | ||
prob: 0.20 | ||
orGroup: EmergencyTankOrRegularTank |
14 changes: 14 additions & 0 deletions
14
Resources/Prototypes/_NF/Entities/Structures/Storage/Closets/closets.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,14 @@ | ||
#Frontier specific for new closets without needing to touch upstream entities. | ||
- type: entity | ||
id: ClosetO2N2 | ||
name: emergency internals closet | ||
parent: ClosetSteelBase | ||
description: It's a storage unit for emergency breathing equipment for all species. | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Structures/Storage/closet.rsi | ||
- type: Appearance | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: o2n2 | ||
stateDoorOpen: o2n2_open | ||
stateDoorClosed: o2n2_door |
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
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
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
+489 Bytes
Resources/Textures/_NF/Structures/Storage/wall_locker.rsi/n2_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
+276 Bytes
Resources/Textures/_NF/Structures/Storage/wall_locker.rsi/n2_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
+471 Bytes
Resources/Textures/_NF/Structures/Storage/wall_locker.rsi/o2n2_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
+333 Bytes
Resources/Textures/_NF/Structures/Storage/wall_locker.rsi/o2n2_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 modified
BIN
+60 Bytes
(130%)
Resources/Textures/_NF/Structures/Storage/wall_locker.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.
Binary file modified
BIN
-16 Bytes
(95%)
Resources/Textures/_NF/Structures/Storage/wall_locker_color.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.