gridinv shape adjustments (#22162)

This commit is contained in:
Nemanja
2023-12-05 22:11:00 -05:00
committed by GitHub
parent 2fa8517ab0
commit 7f5cbf290d
4 changed files with 6 additions and 2 deletions

View File

@@ -198,6 +198,9 @@
name: syndicate pyjama duffel bag name: syndicate pyjama duffel bag
description: Contains 3 pairs of syndicate pyjamas and 3 plushies for the ultimate sleepover. description: Contains 3 pairs of syndicate pyjamas and 3 plushies for the ultimate sleepover.
components: components:
- type: Storage
grid:
- 0,0,8,4
- type: StorageFill - type: StorageFill
contents: contents:
- id: ClothingUniformJumpsuitPyjamaSyndicateRed - id: ClothingUniformJumpsuitPyjamaSyndicateRed

View File

@@ -9,7 +9,7 @@
- type: Storage - type: Storage
maxItemSize: Huge maxItemSize: Huge
grid: grid:
- 0,0,9,4 - 0,0,7,4
- type: ClothingSpeedModifier - type: ClothingSpeedModifier
walkModifier: 1 walkModifier: 1
sprintModifier: 0.9 sprintModifier: 0.9

View File

@@ -337,6 +337,7 @@
- type: Item - type: Item
sprite: Objects/Misc/bureaucracy.rsi sprite: Objects/Misc/bureaucracy.rsi
size: Small size: Small
shape: null
- type: Storage - type: Storage
maxItemSize: Small maxItemSize: Small
grid: grid:

View File

@@ -34,7 +34,7 @@
- type: Storage - type: Storage
maxItemSize: Normal maxItemSize: Normal
grid: grid:
- 0,0,7,3 - 0,0,3,3
blacklist: blacklist:
tags: tags:
- CannonRestrict - CannonRestrict