Added ore bag of holding (#22680)
* Added ore bag of holding * Now its in industrial tecnologi Yeah, I fixed it with Tunguso4ka Co-Authored-By: Tunguso4ka <71643624+Tunguso4ka@users.noreply.github.com> * Update ore_bag_holding.yml Now the "magnet" has a larger radius of attraction * Changed location --------- Co-authored-by: Tunguso4ka <71643624+Tunguso4ka@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
- type: entity
|
||||
name: ore bag of holding
|
||||
id: OreBagOfHolding
|
||||
parent: OreBag
|
||||
description: A robust bag of holding for salvage billionaires and rich miners alike to carry large amounts of ore. Magnetises any nearby ores when attached to a belt.
|
||||
components:
|
||||
- type: MagnetPickup
|
||||
range: 2
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Mining/ore_bag_holding.rsi
|
||||
state: icon
|
||||
- type: Clothing
|
||||
sprite: Objects/Specific/Mining/ore_bag_holding.rsi
|
||||
- type: Storage
|
||||
grid:
|
||||
- 0,0,19,9
|
||||
@@ -277,6 +277,7 @@
|
||||
- ClothingEyesGlassesChemical
|
||||
- FauxTileAstroGrass
|
||||
- FauxTileAstroIce
|
||||
- OreBagOfHolding
|
||||
- type: EmagLatheRecipes
|
||||
emagDynamicRecipes:
|
||||
- ExplosivePayload
|
||||
|
||||
Reference in New Issue
Block a user