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
|
||||
|
||||
@@ -131,6 +131,16 @@
|
||||
Plasma: 1500
|
||||
Uranium: 150
|
||||
|
||||
- type: latheRecipe
|
||||
id: OreBagOfHolding
|
||||
result: OreBagOfHolding
|
||||
completetime: 5
|
||||
materials:
|
||||
Steel: 2000
|
||||
Silver: 750
|
||||
Plasma: 1500
|
||||
Uranium: 150
|
||||
|
||||
- type: latheRecipe
|
||||
id: WeaponCrusher
|
||||
result: WeaponCrusher
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
- MiningDrill
|
||||
- BorgModuleMining
|
||||
- OreProcessorMachineCircuitboard
|
||||
- OreBagOfHolding
|
||||
|
||||
- type: technology
|
||||
id: AdvancedPowercells
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1019 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 884 B |
Binary file not shown.
|
After Width: | Height: | Size: 870 B |
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/5ce5a66c814c4a60118d24885389357fd0240002/icons/obj/mining.dmi",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user