Ore bags! (YAML, RSI) (#8425)

* Adding orebags hooray

* Adds ore bags to salvage lockers.

* no ic in ooc!!!!! (fixed typo)

i managed to type ic instead of id in the yaml file, real

* deleted the ore bags from cargodrobes, the pr lies!!!

* not 100, not 150, should be 200 next, right?

WRONG!!! 175!!!

* adds orebags to salvage spawn salvage equipment boxes
This commit is contained in:
ninruB
2022-06-12 03:57:02 +02:00
committed by GitHub
parent d8d9bcae20
commit c41b001ae3
6 changed files with 44 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
- id: Crowbar
- id: Wirecutter
- id: ClothingBeltUtility
- id: OreBag
- type: entity
id: CrateSalvageAssortedGoodies

View File

@@ -10,6 +10,7 @@
- id: YellowOxygenTank
- id: ClothingShoesBootsMag
- id: ClothingMaskGasExplorer
- id: OreBag
# Currently do not function as 'true' mesons, so they're useless for salvagers.
# - id: ClothingEyesGlassesMeson
- id: ClothingBeltUtilityFilled

View File

@@ -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: 175
- type: Storage
capacity: 175
quickInsert: true
areaInsert: true
whitelist:
tags:
- Ore
- type: Dumpable