Skip to content

Commit

Permalink
slot visualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
nomad0260 committed Mar 17, 2024
1 parent f81bfba commit 02bf1fc
Show file tree
Hide file tree
Showing 88 changed files with 222 additions and 3 deletions.
39 changes: 36 additions & 3 deletions Resources/Prototypes/Catalog/Fills/Items/gas_tanks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
moles:
- 0.270782035 # oxygen
temperature: 293.15
- type: Clothing
sprite: Objects/Tanks/emergency.rsi
clothingVisuals:
suitstorage:
- state: equipped-BELT

- type: entity
id: EmergencyNitrogenTankFilled
Expand All @@ -62,7 +67,11 @@
- 0 # oxygen
- 0.270782035 # nitrogen
temperature: 293.15

- type: Clothing
sprite: Objects/Tanks/emergency.rsi
clothingVisuals:
suitstorage:
- state: equipped-BELT

- type: entity
id: ExtendedEmergencyOxygenTankFilled
Expand All @@ -77,6 +86,11 @@
moles:
- 0.615413715 # oxygen
temperature: 293.15
- type: Clothing
sprite: Objects/Tanks/emergency.rsi
clothingVisuals:
suitstorage:
- state: equipped-BELT

- type: entity
id: ExtendedEmergencyNitrogenTankFilled
Expand All @@ -92,7 +106,11 @@
- 0 # oxygen
- 0.615413715 # nitrogen
temperature: 293.15

- type: Clothing
sprite: Objects/Tanks/emergency.rsi
clothingVisuals:
suitstorage:
- state: equipped-BELT

- type: entity
id: DoubleEmergencyOxygenTankFilled
Expand All @@ -107,6 +125,11 @@
moles:
- 1.025689525 # oxygen
temperature: 293.15
- type: Clothing
sprite: Objects/Tanks/emergency.rsi
clothingVisuals:
suitstorage:
- state: equipped-BELT

- type: entity
id: DoubleEmergencyNitrogenTankFilled
Expand All @@ -122,6 +145,11 @@
- 0 # oxygen
- 1.025689525 # nitrogen
temperature: 293.15
- type: Clothing
sprite: Objects/Tanks/emergency.rsi
clothingVisuals:
suitstorage:
- state: equipped-BELT

- type: entity
id: EmergencyFunnyOxygenTankFilled
Expand All @@ -142,8 +170,13 @@
- 0 # water vapor
- 0 # ammonia
- 0.014251686 # 5% N2O
# 0.285033721 total
# 0.285033721 total
temperature: 293.15
- type: Clothing
sprite: Objects/Tanks/emergency.rsi
clothingVisuals:
suitstorage:
- state: equipped-BELT

- type: entity
id: AirTankFilled
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
- type: Clothing
quickEquip: false
sprite: Objects/Tanks/generic.rsi
clothingVisuals:
suitstorage:
- state: equipped-BACKPACK
slots:
- Back
- suitStorage
Expand Down Expand Up @@ -96,6 +99,9 @@
temperature: 293.15
- type: Clothing
sprite: Objects/Tanks/emergency.rsi
clothingVisuals:
suitstorage:
- state: equipped-BELT
slots:
- Pocket
- Belt
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@
sprite: Objects/Tanks/Jetpacks/captain.rsi
- type: Clothing
sprite: Objects/Tanks/Jetpacks/captain.rsi
clothingVisuals:
suitstorage:
- state: equipped-BACKPACK
slots:
- Back
- SuitStorage
Expand Down Expand Up @@ -191,6 +194,9 @@
sprite: Objects/Tanks/Jetpacks/mini.rsi
- type: Clothing
sprite: Objects/Tanks/Jetpacks/mini.rsi
clothingVisuals:
suitstorage:
- state: equipped-BACKPACK
slots:
- Back
- suitStorage
Expand Down Expand Up @@ -263,6 +269,9 @@
sprite: Objects/Tanks/Jetpacks/void.rsi
- type: Clothing
sprite: Objects/Tanks/Jetpacks/void.rsi
clothingVisuals:
suitstorage:
- state: equipped-BACKPACK
slots:
- Back
- suitStorage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
- type: Clothing
sprite: Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi
quickEquip: false
clothingVisuals:
suitstorage:
- state: equipped-BELT
slots:
- suitStorage
- Belt
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 02bf1fc

Please sign in to comment.