Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
ClothingHeadsetCargo: 3
ClothingOuterWinterCargo: 2
ClothingOuterWinterMiner: 2
OreBag: 4
24 changes: 24 additions & 0 deletions Resources/Prototypes/Entities/Objects/Specific/Mining/ore_bag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
- type: entity
name: ore bag
id: OreBag
parent: BaseStorageItem
description: A robust bag for salvage specialists and miners alike to carry large amounts of ore.
components:
- type: Sprite
netsync: false
sprite: Objects/Specific/Mining/ore_bag.rsi
state: icon
- type: Clothing
sprite: Objects/Specific/Mining/ore_bag.rsi
QuickEquip: false
Slots:
- belt
size: 300
- type: Storage
capacity: 300
quickInsert: true
areaInsert: true
whitelist:
tags:
- Ore
- type: Dumpable
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.
18 changes: 18 additions & 0 deletions Resources/Textures/Objects/Specific/Mining/ore_bag.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Homegrown by @ninruB#7795",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}