* 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>
--- /dev/null
+- 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
- ClothingEyesGlassesChemical
- FauxTileAstroGrass
- FauxTileAstroIce
+ - OreBagOfHolding
- type: EmagLatheRecipes
emagDynamicRecipes:
- ExplosivePayload
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
- MiningDrill
- BorgModuleMining
- OreProcessorMachineCircuitboard
+ - OreBagOfHolding
- type: technology
id: AdvancedPowercells
--- /dev/null
+{
+ "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
+ ]
+ ]
+ }
+ ]
+}