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
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1000 B |
BIN
Resources/Textures/Objects/Specific/Mining/ore_bag.rsi/icon.png
Normal file
BIN
Resources/Textures/Objects/Specific/Mining/ore_bag.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user