Make item size scale with stack size (#17623)
* Make stack count affect item size * and the test, too * readd this check * vwoom * huh * if you ever read this commit message ping me on discord in #contributors * changerinos
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: glass }
|
||||
spawn: SheetGlass1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: ReinforcedGlass
|
||||
@@ -11,6 +12,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: rglass }
|
||||
spawn: SheetRGlass1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: PlasmaGlass
|
||||
@@ -18,6 +20,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: pglass }
|
||||
spawn: SheetPGlass1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: ReinforcedPlasmaGlass
|
||||
@@ -25,6 +28,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: rpglass }
|
||||
spawn: SheetRPGlass1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: UraniumGlass
|
||||
@@ -32,6 +36,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: uglass }
|
||||
spawn: SheetUGlass1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: ReinforcedUraniumGlass
|
||||
@@ -39,3 +44,4 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: ruglass }
|
||||
spawn: SheetRUGlass1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/metal.rsi, state: steel }
|
||||
spawn: SheetSteel1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: Plasteel
|
||||
@@ -11,3 +12,4 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/metal.rsi, state: plasteel }
|
||||
spawn: SheetPlasteel1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: paper }
|
||||
spawn: SheetPaper1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: Plasma
|
||||
@@ -11,6 +12,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: plasma }
|
||||
spawn: SheetPlasma1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: Plastic
|
||||
@@ -18,6 +20,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: plastic }
|
||||
spawn: SheetPlastic1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: Uranium
|
||||
@@ -25,3 +28,4 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: uranium }
|
||||
spawn: SheetUranium1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
@@ -3,3 +3,4 @@
|
||||
name: telecrystal
|
||||
icon: Objects/Specific/Syndicate/telecrystal.rsi
|
||||
spawn: Telecrystal1
|
||||
itemSize: 1
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
icon: { sprite: "/Textures/Objects/Materials/ingots.rsi", state: gold }
|
||||
spawn: IngotGold1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: Silver
|
||||
@@ -11,3 +12,4 @@
|
||||
icon: { sprite: "/Textures/Objects/Materials/ingots.rsi", state: silver }
|
||||
spawn: IngotSilver1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
icon: { sprite: /Textures/Objects/Misc/monkeycube.rsi, state: cube }
|
||||
spawn: MaterialBiomass1
|
||||
maxCount: 100
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: WoodPlank
|
||||
@@ -11,6 +12,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: wood }
|
||||
spawn: MaterialWoodPlank1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: Cardboard
|
||||
@@ -18,6 +20,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cardboard }
|
||||
spawn: MaterialCardboard1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: Cloth
|
||||
@@ -25,6 +28,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cloth }
|
||||
spawn: MaterialCloth1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: Durathread
|
||||
@@ -32,6 +36,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: durathread }
|
||||
spawn: MaterialDurathread1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: Diamond
|
||||
@@ -39,6 +44,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: diamond }
|
||||
spawn: MaterialDiamond1
|
||||
maxCount: 30
|
||||
itemSize: 2
|
||||
|
||||
- type: stack
|
||||
id: Cotton
|
||||
@@ -46,6 +52,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cotton }
|
||||
spawn: MaterialCotton1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: Bananium
|
||||
@@ -53,6 +60,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: bananium }
|
||||
spawn: MaterialBananium1
|
||||
maxCount: 10
|
||||
itemSize: 2
|
||||
|
||||
- type: stack
|
||||
id: MeatSheets
|
||||
@@ -60,3 +68,4 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/meaterial.rsi, state: meat }
|
||||
spawn: MaterialSheetMeat1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: gold }
|
||||
spawn: GoldOre1
|
||||
maxCount: 30
|
||||
itemSize: 2
|
||||
|
||||
- type: stack
|
||||
id: SteelOre
|
||||
@@ -11,6 +12,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: iron }
|
||||
spawn: SteelOre1
|
||||
maxCount: 30
|
||||
itemSize: 2
|
||||
|
||||
- type: stack
|
||||
id: PlasmaOre
|
||||
@@ -18,6 +20,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: plasma }
|
||||
spawn: PlasmaOre1
|
||||
maxCount: 30
|
||||
itemSize: 2
|
||||
|
||||
- type: stack
|
||||
id: SilverOre
|
||||
@@ -25,6 +28,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: silver }
|
||||
spawn: SilverOre1
|
||||
maxCount: 30
|
||||
itemSize: 2
|
||||
|
||||
- type: stack
|
||||
id: SpaceQuartz
|
||||
@@ -32,6 +36,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: spacequartz }
|
||||
spawn: SpaceQuartz1
|
||||
maxCount: 30
|
||||
itemSize: 2
|
||||
|
||||
- type: stack
|
||||
id: UraniumOre
|
||||
@@ -39,6 +44,7 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: uranium }
|
||||
spawn: UraniumOre1
|
||||
maxCount: 30
|
||||
itemSize: 2
|
||||
|
||||
|
||||
- type: stack
|
||||
@@ -47,3 +53,4 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: bananium }
|
||||
spawn: BananiumOre1
|
||||
maxCount: 30
|
||||
itemSize: 2
|
||||
|
||||
@@ -4,3 +4,4 @@
|
||||
icon: { sprite: /Textures/Objects/Materials/parts.rsi, state: rods }
|
||||
spawn: PartRodMetal1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
name: pancake
|
||||
spawn: FoodBakedPancake
|
||||
maxCount: 3
|
||||
itemSize: 1
|
||||
|
||||
# Food Containers
|
||||
|
||||
@@ -14,6 +15,7 @@
|
||||
icon: { sprite: Objects/Consumable/Food/Baked/pizza.rsi, state: box }
|
||||
spawn: FoodBoxPizza
|
||||
maxCount: 30
|
||||
itemSize: 10
|
||||
|
||||
# Smokeables
|
||||
|
||||
@@ -23,6 +25,7 @@
|
||||
icon: { sprite: /Textures/Objects/Consumable/Smokeables/Cigarettes/paper.rsi, state: cigpaper }
|
||||
spawn: PaperRolling
|
||||
maxCount: 5
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: CigaretteFilter
|
||||
@@ -30,6 +33,7 @@
|
||||
icon: { sprite: /Textures/Objects/Consumable/Smokeables/Cigarettes/paper.rsi, state: cigfilter }
|
||||
spawn: CigaretteFilter
|
||||
maxCount: 5
|
||||
itemSize: 2
|
||||
|
||||
- type: stack
|
||||
id: GroundTobacco
|
||||
@@ -37,13 +41,15 @@
|
||||
icon: { sprite: /Textures/Objects/Misc/reagent_fillings.rsi, state: powderpile }
|
||||
spawn: GroundTobacco
|
||||
maxCount: 5
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: GroundCannabis
|
||||
name: ground cannabis
|
||||
icon: { sprite: /Textures/Objects/Misc/reagent_fillings.rsi, state: powderpile }
|
||||
spawn: GroundCannabis
|
||||
maxCount: 5
|
||||
maxCount:
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: LeavesTobaccoDried
|
||||
@@ -51,6 +57,7 @@
|
||||
icon: { sprite: /Textures/Objects/Specific/Hydroponics/tobacco.rsi, state: dried }
|
||||
spawn: LeavesTobaccoDried
|
||||
maxCount: 5
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: LeavesCannabisDried
|
||||
@@ -58,3 +65,4 @@
|
||||
icon: { sprite: /Textures/Objects/Specific/Hydroponics/tobacco.rsi, state: dried }
|
||||
spawn: LeavesCannabisDried
|
||||
maxCount: 5
|
||||
itemSize: 5
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
# they're uninflated by default so they're tiny
|
||||
- type: stack
|
||||
id: InflatableWall
|
||||
name: inflatable wall
|
||||
spawn: InflatableWallStack1
|
||||
maxCount: 10
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: InflatableDoor
|
||||
name: inflatable door
|
||||
spawn: InflatableDoorStack1
|
||||
maxCount: 4
|
||||
itemSize: 1
|
||||
|
||||
@@ -3,315 +3,368 @@
|
||||
name: steel tile
|
||||
spawn: FloorTileItemSteel
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileMetalDiamond
|
||||
name: steel tile
|
||||
spawn: FloorTileItemMetalDiamond
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWood
|
||||
name: wood floor
|
||||
spawn: FloorTileItemWood
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWhite
|
||||
name: white tile
|
||||
spawn: FloorTileItemWhite
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDark
|
||||
name: dark tile
|
||||
spawn: FloorTileItemDark
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileTechmaint
|
||||
name: techmaint floor
|
||||
spawn: FloorTileItemTechmaint
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileFreezer
|
||||
name: freezer tile
|
||||
spawn: FloorTileItemFreezer
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileShowroom
|
||||
name: showroom tile
|
||||
spawn: FloorTileItemShowroom
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGCircuit
|
||||
name: green-circuit floor
|
||||
spawn: FloorTileItemGCircuit
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGold
|
||||
name: gold floor
|
||||
spawn: FloorTileItemGold
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileReinforced
|
||||
name: reinforced tile
|
||||
spawn: FloorTileItemReinforced
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileMono
|
||||
name: mono tile
|
||||
spawn: FloorTileItemMono
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileLino
|
||||
name: linoleum floor
|
||||
spawn: FloorTileItemLino
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileHydro
|
||||
name: hydro tile
|
||||
spawn: FloorTileItemHydro
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDirty
|
||||
name: dirty tile
|
||||
spawn: FloorTileItemDirty
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackShuttleWhite
|
||||
name: white shuttle tile
|
||||
spawn: FloorTileItemShuttleWhite
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackShuttleBlue
|
||||
name: blue shuttle tile
|
||||
spawn: FloorTileItemShuttleBlue
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackShuttleOrange
|
||||
name: orange shuttle tile
|
||||
spawn: FloorTileItemShuttleOrange
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackShuttlePurple
|
||||
name: purple shuttle tile
|
||||
spawn: FloorTileItemShuttlePurple
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackShuttleRed
|
||||
name: red shuttle tile
|
||||
spawn: FloorTileItemShuttleRed
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackEighties
|
||||
name: eighties floor tile
|
||||
spawn: FloorTileItemEighties
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackArcadeBlue
|
||||
name: blue arcade tile
|
||||
spawn: FloorTileItemArcadeBlue
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackArcadeBlue2
|
||||
name: blue arcade tile
|
||||
spawn: FloorTileItemArcadeBlue2
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackArcadeRed
|
||||
name: red arcade tile
|
||||
spawn: FloorTileItemArcadeRed
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetRed
|
||||
name: red carpet tile
|
||||
spawn: FloorCarpetItemRed
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetBlack
|
||||
name: block carpet tile
|
||||
spawn: FloorCarpetItemBlack
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetBlue
|
||||
name: blue carpet tile
|
||||
spawn: FloorCarpetItemBlue
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetGreen
|
||||
name: green carpet tile
|
||||
spawn: FloorCarpetItemGreen
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetOrange
|
||||
name: orange carpet tile
|
||||
spawn: FloorCarpetItemOrange
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetSkyBlue
|
||||
name: skyblue carpet tile
|
||||
spawn: FloorCarpetItemSkyBlue
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetPurple
|
||||
name: purple carpet tile
|
||||
spawn: FloorCarpetItemPurple
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetPink
|
||||
name: pink carpet tile
|
||||
spawn: FloorCarpetItemPink
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackCarpetClown
|
||||
name: clown carpet tile
|
||||
spawn: FloorTileItemCarpetClown
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackCarpetOffice
|
||||
name: office carpet tile
|
||||
spawn: FloorTileItemCarpetOffice
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackBoxing
|
||||
name: boxing ring tile
|
||||
spawn: FloorTileItemBoxing
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackGym
|
||||
name: gym floor tile
|
||||
spawn: FloorTileItemGym
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileElevatorShaft
|
||||
name: elevator shaft tile
|
||||
spawn: FloorTileItemElevatorShaft
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileRockVault
|
||||
name: rock vault tile
|
||||
spawn: FloorTileItemRockVault
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileBlue
|
||||
name: blue floor tile
|
||||
spawn: FloorTileItemBlue
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileBar
|
||||
name: item bar floor tile
|
||||
spawn: FloorTileItemBar
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileClown
|
||||
name: clown floor tile
|
||||
spawn: FloorTileItemClown
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileMime
|
||||
name: mime floor tile
|
||||
spawn: FloorTileItemMime
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileKitchen
|
||||
name: kitchen floor tile
|
||||
spawn: FloorTileItemKitchen
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileLaundry
|
||||
name: laundry floor tile
|
||||
spawn: FloorTileItemLaundry
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSilver
|
||||
name: silver floor tile
|
||||
spawn: FloorTileItemSilver
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileBCircuit
|
||||
name: bcircuit floor tile
|
||||
spawn: FloorTileItemBCircuit
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGrass
|
||||
name: grass floor tile
|
||||
spawn: FloorTileItemGrass
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGrassJungle
|
||||
name: grass jungle floor tile
|
||||
spawn: FloorTileItemGrassJungle
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSnow
|
||||
name: snow floor tile
|
||||
spawn: FloorTileItemSnow
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWoodPattern
|
||||
name: wood pattern floor
|
||||
spawn: FloorTileItemWoodPattern
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileFlesh
|
||||
name: flesh floor
|
||||
spawn: FloorTileItemFlesh
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSteelMaint
|
||||
name: steel maint floor
|
||||
spawn: FloorTileItemSteelMaint
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGratingMaint
|
||||
name: grating maint floor
|
||||
spawn: FloorTileItemGratingMaint
|
||||
maxCount: 30
|
||||
itemSize: 5
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: ointment }
|
||||
spawn: Ointment
|
||||
maxCount: 10
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: AloeCream
|
||||
@@ -11,6 +12,7 @@
|
||||
icon: { sprite: "/Textures/Objects/Specific/Hydroponics/aloe.rsi", state: cream }
|
||||
spawn: AloeCream
|
||||
maxCount: 10
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: Gauze
|
||||
@@ -18,6 +20,7 @@
|
||||
icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: gauze }
|
||||
spawn: Gauze
|
||||
maxCount: 10
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: Brutepack
|
||||
@@ -25,6 +28,7 @@
|
||||
icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: gauze }
|
||||
spawn: Brutepack
|
||||
maxCount: 10
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: Bloodpack
|
||||
@@ -32,3 +36,4 @@
|
||||
icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: bloodpack }
|
||||
spawn: Bloodpack
|
||||
maxCount: 10
|
||||
itemSize: 1
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
icon: { sprite: "/Textures/Objects/Tools/cable-coils.rsi", state: coil-30 }
|
||||
spawn: CableApcStack1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: CableMV
|
||||
@@ -11,6 +12,7 @@
|
||||
icon: { sprite: "/Textures/Objects/Tools/cable-coils.rsi", state: coilmv-30 }
|
||||
spawn: CableMVStack1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
- type: stack
|
||||
id: CableHV
|
||||
@@ -18,3 +20,4 @@
|
||||
icon: { sprite: "/Textures/Objects/Tools/cable-coils.rsi", state: coilhv-30 }
|
||||
spawn: CableHVStack1
|
||||
maxCount: 30
|
||||
itemSize: 1
|
||||
|
||||
Reference in New Issue
Block a user