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:
@@ -19,6 +19,7 @@
|
||||
- id: Crowbar
|
||||
- id: Wirecutter
|
||||
- id: ClothingBeltUtility
|
||||
- id: OreBag
|
||||
|
||||
- type: entity
|
||||
id: CrateSalvageAssortedGoodies
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user