Skip to content

Commit

Permalink
Fix backpacks capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Nov 4, 2023
1 parent 8b85567 commit e119d80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- type: Sprite
sprite: Corvax/Back/Backpacks/military.rsi
- type: Storage
capacity: 131
maxTotalWeight: 131

- type: entity
parent: ClothingBackpack
Expand All @@ -18,7 +18,7 @@
- type: Sprite
sprite: Corvax/Back/Backpacks/deathsquad-backpack.rsi
- type: Storage
capacity: 300
maxTotalWeight: 300

- type: entity
parent: ClothingBackpack
Expand All @@ -29,4 +29,4 @@
- type: Sprite
sprite: Corvax/Back/Backpacks/ce.rsi
- type: Storage
capacity: 100
maxTotalWeight: 100
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- type: Sprite
sprite: Corvax/Back/Duffels/military.rsi
- type: Storage
capacity: 200
maxTotalWeight: 200

- type: entity
parent: ClothingBackpackDuffel
Expand All @@ -17,5 +17,3 @@
components:
- type: Sprite
sprite: Corvax/Back/Duffels/ce.rsi
- type: Storage
capacity: 120
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- type: Sprite
sprite: Corvax/Back/Satchels/military.rsi
- type: Storage
capacity: 131
maxTotalWeight: 131

- type: entity
parent: ClothingBackpackSatchel
Expand All @@ -18,5 +18,3 @@
- type: Sprite
sprite: Corvax/Back/Satchels/ce.rsi
state: icon
- type: Storage
capacity: 100

0 comments on commit e119d80

Please sign in to comment.