diff --git a/.gitignore b/.gitignore index bc3c18d5..a21a4709 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ venv/ output/ node_modules/ + +resource_lists/astroneer/new_items \ No newline at end of file diff --git a/resource_lists/astroneer/converti_image_item.sh b/resource_lists/astroneer/converti_image_item.sh new file mode 100755 index 00000000..87582eca --- /dev/null +++ b/resource_lists/astroneer/converti_image_item.sh @@ -0,0 +1,12 @@ +#! /bin/bash + +rep_image=/home/orgams/git/ResourceCalculator/resource_lists/astroneer + +# Récuperer la liste de toutes les nouvelles image d'item +for image in `find $rep_image/new_items/* -type f` +do + resolution=64x64 + convert $image -gravity Center -resize $resolution^ -extent $resolution -transparent white $rep_image/items/${image##*/} +done + +# convertir en png de résolution 64x64 en zoomant si ce n'est pas carrer et l'enregister avec le même nom .png dans le rep item \ No newline at end of file diff --git a/resource_lists/astroneer/items/alignmentmod.png b/resource_lists/astroneer/items/alignmentmod.png new file mode 100644 index 00000000..9e82f124 Binary files /dev/null and b/resource_lists/astroneer/items/alignmentmod.png differ diff --git a/resource_lists/astroneer/items/aluminum.png b/resource_lists/astroneer/items/aluminum.png index 34cc3cdd..3466ad03 100644 Binary files a/resource_lists/astroneer/items/aluminum.png and b/resource_lists/astroneer/items/aluminum.png differ diff --git a/resource_lists/astroneer/items/aluminumalloy.png b/resource_lists/astroneer/items/aluminumalloy.png new file mode 100644 index 00000000..5ac585da Binary files /dev/null and b/resource_lists/astroneer/items/aluminumalloy.png differ diff --git a/resource_lists/astroneer/items/ammonium.png b/resource_lists/astroneer/items/ammonium.png new file mode 100644 index 00000000..1ff00341 Binary files /dev/null and b/resource_lists/astroneer/items/ammonium.png differ diff --git a/resource_lists/astroneer/items/argon.png b/resource_lists/astroneer/items/argon.png new file mode 100644 index 00000000..1e1d79c4 Binary files /dev/null and b/resource_lists/astroneer/items/argon.png differ diff --git a/resource_lists/astroneer/items/astronium.png b/resource_lists/astroneer/items/astronium.png new file mode 100644 index 00000000..ad5f072e Binary files /dev/null and b/resource_lists/astroneer/items/astronium.png differ diff --git a/resource_lists/astroneer/items/atmosphericcondenser.png b/resource_lists/astroneer/items/atmosphericcondenser.png new file mode 100644 index 00000000..20550053 Binary files /dev/null and b/resource_lists/astroneer/items/atmosphericcondenser.png differ diff --git a/resource_lists/astroneer/items/autoarm.png b/resource_lists/astroneer/items/autoarm.png new file mode 100644 index 00000000..0cb377d5 Binary files /dev/null and b/resource_lists/astroneer/items/autoarm.png differ diff --git a/resource_lists/astroneer/items/autoextractor.png b/resource_lists/astroneer/items/autoextractor.png new file mode 100644 index 00000000..2e3f7fee Binary files /dev/null and b/resource_lists/astroneer/items/autoextractor.png differ diff --git a/resource_lists/astroneer/items/batterysensor.png b/resource_lists/astroneer/items/batterysensor.png new file mode 100644 index 00000000..70bc198c Binary files /dev/null and b/resource_lists/astroneer/items/batterysensor.png differ diff --git a/resource_lists/astroneer/items/beacon.png b/resource_lists/astroneer/items/beacon.png index 5358a1e3..a0d9f6c8 100644 Binary files a/resource_lists/astroneer/items/beacon.png and b/resource_lists/astroneer/items/beacon.png differ diff --git a/resource_lists/astroneer/items/boostmod.png b/resource_lists/astroneer/items/boostmod.png new file mode 100644 index 00000000..26fc2df6 Binary files /dev/null and b/resource_lists/astroneer/items/boostmod.png differ diff --git a/resource_lists/astroneer/items/buggy.png b/resource_lists/astroneer/items/buggy.png new file mode 100644 index 00000000..ca510e8c Binary files /dev/null and b/resource_lists/astroneer/items/buggy.png differ diff --git a/resource_lists/astroneer/items/buttonrepeater.png b/resource_lists/astroneer/items/buttonrepeater.png new file mode 100644 index 00000000..7eda318d Binary files /dev/null and b/resource_lists/astroneer/items/buttonrepeater.png differ diff --git a/resource_lists/astroneer/items/carbon.png b/resource_lists/astroneer/items/carbon.png new file mode 100644 index 00000000..674f19ac Binary files /dev/null and b/resource_lists/astroneer/items/carbon.png differ diff --git a/resource_lists/astroneer/items/ceramic.png b/resource_lists/astroneer/items/ceramic.png new file mode 100644 index 00000000..d446ff48 Binary files /dev/null and b/resource_lists/astroneer/items/ceramic.png differ diff --git a/resource_lists/astroneer/items/chemistrylab.png b/resource_lists/astroneer/items/chemistrylab.png new file mode 100644 index 00000000..1b2e2f15 Binary files /dev/null and b/resource_lists/astroneer/items/chemistrylab.png differ diff --git a/resource_lists/astroneer/items/clay.png b/resource_lists/astroneer/items/clay.png new file mode 100644 index 00000000..819a6d21 Binary files /dev/null and b/resource_lists/astroneer/items/clay.png differ diff --git a/resource_lists/astroneer/items/coal.png b/resource_lists/astroneer/items/coal.png deleted file mode 100644 index d921e506..00000000 Binary files a/resource_lists/astroneer/items/coal.png and /dev/null differ diff --git a/resource_lists/astroneer/items/compound.png b/resource_lists/astroneer/items/compound.png index e6c34edc..b237ee59 100644 Binary files a/resource_lists/astroneer/items/compound.png and b/resource_lists/astroneer/items/compound.png differ diff --git a/resource_lists/astroneer/items/copper.png b/resource_lists/astroneer/items/copper.png index d90268e3..529b9e82 100644 Binary files a/resource_lists/astroneer/items/copper.png and b/resource_lists/astroneer/items/copper.png differ diff --git a/resource_lists/astroneer/items/crane.png b/resource_lists/astroneer/items/crane.png index f3031d17..5e74a44e 100644 Binary files a/resource_lists/astroneer/items/crane.png and b/resource_lists/astroneer/items/crane.png differ diff --git a/resource_lists/astroneer/items/diamond.png b/resource_lists/astroneer/items/diamond.png new file mode 100644 index 00000000..94c0bc0b Binary files /dev/null and b/resource_lists/astroneer/items/diamond.png differ diff --git a/resource_lists/astroneer/items/drillhead.png b/resource_lists/astroneer/items/drillhead.png deleted file mode 100644 index 14c28bf3..00000000 Binary files a/resource_lists/astroneer/items/drillhead.png and /dev/null differ diff --git a/resource_lists/astroneer/items/drillmod1.png b/resource_lists/astroneer/items/drillmod1.png new file mode 100644 index 00000000..7a3ebe42 Binary files /dev/null and b/resource_lists/astroneer/items/drillmod1.png differ diff --git a/resource_lists/astroneer/items/drillmod2.png b/resource_lists/astroneer/items/drillmod2.png new file mode 100644 index 00000000..f0564be6 Binary files /dev/null and b/resource_lists/astroneer/items/drillmod2.png differ diff --git a/resource_lists/astroneer/items/drillmod3.png b/resource_lists/astroneer/items/drillmod3.png new file mode 100644 index 00000000..a69aedda Binary files /dev/null and b/resource_lists/astroneer/items/drillmod3.png differ diff --git a/resource_lists/astroneer/items/drillstrength1.png b/resource_lists/astroneer/items/drillstrength1.png new file mode 100644 index 00000000..230180bd Binary files /dev/null and b/resource_lists/astroneer/items/drillstrength1.png differ diff --git a/resource_lists/astroneer/items/drillstrength2.png b/resource_lists/astroneer/items/drillstrength2.png new file mode 100644 index 00000000..9edb48ad Binary files /dev/null and b/resource_lists/astroneer/items/drillstrength2.png differ diff --git a/resource_lists/astroneer/items/drillstrength3.png b/resource_lists/astroneer/items/drillstrength3.png new file mode 100644 index 00000000..83b080a8 Binary files /dev/null and b/resource_lists/astroneer/items/drillstrength3.png differ diff --git a/resource_lists/astroneer/items/dynamite.png b/resource_lists/astroneer/items/dynamite.png index b8d5070d..eecfec5e 100644 Binary files a/resource_lists/astroneer/items/dynamite.png and b/resource_lists/astroneer/items/dynamite.png differ diff --git a/resource_lists/astroneer/items/exorequestplatform.png b/resource_lists/astroneer/items/exorequestplatform.png new file mode 100644 index 00000000..dc1999fd Binary files /dev/null and b/resource_lists/astroneer/items/exorequestplatform.png differ diff --git a/resource_lists/astroneer/items/explosivepowder.png b/resource_lists/astroneer/items/explosivepowder.png new file mode 100644 index 00000000..25030271 Binary files /dev/null and b/resource_lists/astroneer/items/explosivepowder.png differ diff --git a/resource_lists/astroneer/items/extenders.png b/resource_lists/astroneer/items/extenders.png new file mode 100644 index 00000000..5c1c6c98 Binary files /dev/null and b/resource_lists/astroneer/items/extenders.png differ diff --git a/resource_lists/astroneer/items/extralargearchplatform.png b/resource_lists/astroneer/items/extralargearchplatform.png new file mode 100644 index 00000000..86c015a0 Binary files /dev/null and b/resource_lists/astroneer/items/extralargearchplatform.png differ diff --git a/resource_lists/astroneer/items/extralargecurvedplatform.png b/resource_lists/astroneer/items/extralargecurvedplatform.png new file mode 100644 index 00000000..355130dc Binary files /dev/null and b/resource_lists/astroneer/items/extralargecurvedplatform.png differ diff --git a/resource_lists/astroneer/items/extralargeplatforma.png b/resource_lists/astroneer/items/extralargeplatforma.png new file mode 100644 index 00000000..99799849 Binary files /dev/null and b/resource_lists/astroneer/items/extralargeplatforma.png differ diff --git a/resource_lists/astroneer/items/extralargeplatformb.png b/resource_lists/astroneer/items/extralargeplatformb.png new file mode 100644 index 00000000..e1700dd3 Binary files /dev/null and b/resource_lists/astroneer/items/extralargeplatformb.png differ diff --git a/resource_lists/astroneer/items/extralargeplatformc.png b/resource_lists/astroneer/items/extralargeplatformc.png new file mode 100644 index 00000000..75f6fa1f Binary files /dev/null and b/resource_lists/astroneer/items/extralargeplatformc.png differ diff --git a/resource_lists/astroneer/items/extralargeshredder.png b/resource_lists/astroneer/items/extralargeshredder.png new file mode 100644 index 00000000..905983b1 Binary files /dev/null and b/resource_lists/astroneer/items/extralargeshredder.png differ diff --git a/resource_lists/astroneer/items/extralargestorage.png b/resource_lists/astroneer/items/extralargestorage.png new file mode 100644 index 00000000..8c996601 Binary files /dev/null and b/resource_lists/astroneer/items/extralargestorage.png differ diff --git a/resource_lists/astroneer/items/fieldshelter.png b/resource_lists/astroneer/items/fieldshelter.png new file mode 100644 index 00000000..de64de84 Binary files /dev/null and b/resource_lists/astroneer/items/fieldshelter.png differ diff --git a/resource_lists/astroneer/items/figurineplatform.png b/resource_lists/astroneer/items/figurineplatform.png new file mode 100644 index 00000000..17a31103 Binary files /dev/null and b/resource_lists/astroneer/items/figurineplatform.png differ diff --git a/resource_lists/astroneer/items/filters.png b/resource_lists/astroneer/items/filters.png deleted file mode 100644 index 80c551db..00000000 Binary files a/resource_lists/astroneer/items/filters.png and /dev/null differ diff --git a/resource_lists/astroneer/items/fireworks.png b/resource_lists/astroneer/items/fireworks.png new file mode 100644 index 00000000..5308e71b Binary files /dev/null and b/resource_lists/astroneer/items/fireworks.png differ diff --git a/resource_lists/astroneer/items/floodlight.png b/resource_lists/astroneer/items/floodlight.png new file mode 100644 index 00000000..04cc771c Binary files /dev/null and b/resource_lists/astroneer/items/floodlight.png differ diff --git a/resource_lists/astroneer/items/fuelcondenser.png b/resource_lists/astroneer/items/fuelcondenser.png deleted file mode 100644 index c371c60a..00000000 Binary files a/resource_lists/astroneer/items/fuelcondenser.png and /dev/null differ diff --git a/resource_lists/astroneer/items/glass.png b/resource_lists/astroneer/items/glass.png new file mode 100644 index 00000000..a6bedc60 Binary files /dev/null and b/resource_lists/astroneer/items/glass.png differ diff --git a/resource_lists/astroneer/items/glowsticks.png b/resource_lists/astroneer/items/glowsticks.png new file mode 100644 index 00000000..677e2ae1 Binary files /dev/null and b/resource_lists/astroneer/items/glowsticks.png differ diff --git a/resource_lists/astroneer/items/graphene.png b/resource_lists/astroneer/items/graphene.png new file mode 100644 index 00000000..163e3bdf Binary files /dev/null and b/resource_lists/astroneer/items/graphene.png differ diff --git a/resource_lists/astroneer/items/graphite.png b/resource_lists/astroneer/items/graphite.png new file mode 100644 index 00000000..08ec6934 Binary files /dev/null and b/resource_lists/astroneer/items/graphite.png differ diff --git a/resource_lists/astroneer/items/habitat.png b/resource_lists/astroneer/items/habitat.png deleted file mode 100644 index 92554709..00000000 Binary files a/resource_lists/astroneer/items/habitat.png and /dev/null differ diff --git a/resource_lists/astroneer/items/helium.png b/resource_lists/astroneer/items/helium.png new file mode 100644 index 00000000..1cda07b1 Binary files /dev/null and b/resource_lists/astroneer/items/helium.png differ diff --git a/resource_lists/astroneer/items/hematite.png b/resource_lists/astroneer/items/hematite.png index e0c6c26f..f4de7cae 100644 Binary files a/resource_lists/astroneer/items/hematite.png and b/resource_lists/astroneer/items/hematite.png differ diff --git a/resource_lists/astroneer/items/holographicfigurine.png b/resource_lists/astroneer/items/holographicfigurine.png new file mode 100644 index 00000000..c6d323f5 Binary files /dev/null and b/resource_lists/astroneer/items/holographicfigurine.png differ diff --git a/resource_lists/astroneer/items/hydrazine.png b/resource_lists/astroneer/items/hydrazine.png index 92f88340..6eff2a42 100644 Binary files a/resource_lists/astroneer/items/hydrazine.png and b/resource_lists/astroneer/items/hydrazine.png differ diff --git a/resource_lists/astroneer/items/hydrazinejetpack.png b/resource_lists/astroneer/items/hydrazinejetpack.png new file mode 100644 index 00000000..99bb4261 Binary files /dev/null and b/resource_lists/astroneer/items/hydrazinejetpack.png differ diff --git a/resource_lists/astroneer/items/hydrazinethruster.png b/resource_lists/astroneer/items/hydrazinethruster.png new file mode 100644 index 00000000..d8fcb3ad Binary files /dev/null and b/resource_lists/astroneer/items/hydrazinethruster.png differ diff --git a/resource_lists/astroneer/items/hydrogen.png b/resource_lists/astroneer/items/hydrogen.png new file mode 100644 index 00000000..cbf77783 Binary files /dev/null and b/resource_lists/astroneer/items/hydrogen.png differ diff --git a/resource_lists/astroneer/items/inhibitormod.png b/resource_lists/astroneer/items/inhibitormod.png index 4b39bbb9..b790cf11 100644 Binary files a/resource_lists/astroneer/items/inhibitormod.png and b/resource_lists/astroneer/items/inhibitormod.png differ diff --git a/resource_lists/astroneer/items/iron.png b/resource_lists/astroneer/items/iron.png new file mode 100644 index 00000000..48068c2e Binary files /dev/null and b/resource_lists/astroneer/items/iron.png differ diff --git a/resource_lists/astroneer/items/landingpad.png b/resource_lists/astroneer/items/landingpad.png new file mode 100644 index 00000000..95b3b631 Binary files /dev/null and b/resource_lists/astroneer/items/landingpad.png differ diff --git a/resource_lists/astroneer/items/largecurvedplatform.png b/resource_lists/astroneer/items/largecurvedplatform.png new file mode 100644 index 00000000..f708c678 Binary files /dev/null and b/resource_lists/astroneer/items/largecurvedplatform.png differ diff --git a/resource_lists/astroneer/items/largefoghorn.png b/resource_lists/astroneer/items/largefoghorn.png new file mode 100644 index 00000000..ceabf6fc Binary files /dev/null and b/resource_lists/astroneer/items/largefoghorn.png differ diff --git a/resource_lists/astroneer/items/largehoopplatforma.png b/resource_lists/astroneer/items/largehoopplatforma.png new file mode 100644 index 00000000..2b960224 Binary files /dev/null and b/resource_lists/astroneer/items/largehoopplatforma.png differ diff --git a/resource_lists/astroneer/items/largehoopplatformb.png b/resource_lists/astroneer/items/largehoopplatformb.png new file mode 100644 index 00000000..309b4f48 Binary files /dev/null and b/resource_lists/astroneer/items/largehoopplatformb.png differ diff --git a/resource_lists/astroneer/items/largeplatforma.png b/resource_lists/astroneer/items/largeplatforma.png new file mode 100644 index 00000000..2f79f3cc Binary files /dev/null and b/resource_lists/astroneer/items/largeplatforma.png differ diff --git a/resource_lists/astroneer/items/largeplatformb.png b/resource_lists/astroneer/items/largeplatformb.png new file mode 100644 index 00000000..68460d30 Binary files /dev/null and b/resource_lists/astroneer/items/largeplatformb.png differ diff --git a/resource_lists/astroneer/items/largeplatformc.png b/resource_lists/astroneer/items/largeplatformc.png new file mode 100644 index 00000000..093a58cc Binary files /dev/null and b/resource_lists/astroneer/items/largeplatformc.png differ diff --git a/resource_lists/astroneer/items/largeprinter.png b/resource_lists/astroneer/items/largeprinter.png new file mode 100644 index 00000000..34edcbe8 Binary files /dev/null and b/resource_lists/astroneer/items/largeprinter.png differ diff --git a/resource_lists/astroneer/items/largeresourcecanister.png b/resource_lists/astroneer/items/largeresourcecanister.png new file mode 100644 index 00000000..88021b1f Binary files /dev/null and b/resource_lists/astroneer/items/largeresourcecanister.png differ diff --git a/resource_lists/astroneer/items/largerover.png b/resource_lists/astroneer/items/largerover.png index 9ed27070..32274d78 100644 Binary files a/resource_lists/astroneer/items/largerover.png and b/resource_lists/astroneer/items/largerover.png differ diff --git a/resource_lists/astroneer/items/largeroverseat.png b/resource_lists/astroneer/items/largeroverseat.png new file mode 100644 index 00000000..fefbfe8f Binary files /dev/null and b/resource_lists/astroneer/items/largeroverseat.png differ diff --git a/resource_lists/astroneer/items/largeshredder.png b/resource_lists/astroneer/items/largeshredder.png new file mode 100644 index 00000000..d45ed0a4 Binary files /dev/null and b/resource_lists/astroneer/items/largeshredder.png differ diff --git a/resource_lists/astroneer/items/largeshuttle.png b/resource_lists/astroneer/items/largeshuttle.png index 00dac24a..09c7aa1d 100644 Binary files a/resource_lists/astroneer/items/largeshuttle.png and b/resource_lists/astroneer/items/largeshuttle.png differ diff --git a/resource_lists/astroneer/items/largestorage.png b/resource_lists/astroneer/items/largestorage.png index ba0c11c1..e8ee7a8a 100644 Binary files a/resource_lists/astroneer/items/largestorage.png and b/resource_lists/astroneer/items/largestorage.png differ diff --git a/resource_lists/astroneer/items/largestoragering.png b/resource_lists/astroneer/items/largestoragering.png new file mode 100644 index 00000000..d9ab29ed Binary files /dev/null and b/resource_lists/astroneer/items/largestoragering.png differ diff --git a/resource_lists/astroneer/items/largestoragesilob.png b/resource_lists/astroneer/items/largestoragesilob.png new file mode 100644 index 00000000..8c964185 Binary files /dev/null and b/resource_lists/astroneer/items/largestoragesilob.png differ diff --git a/resource_lists/astroneer/items/larget-platform.png b/resource_lists/astroneer/items/larget-platform.png new file mode 100644 index 00000000..591c88a3 Binary files /dev/null and b/resource_lists/astroneer/items/larget-platform.png differ diff --git a/resource_lists/astroneer/items/laterite.png b/resource_lists/astroneer/items/laterite.png index 2c3fc95d..e8ad186a 100644 Binary files a/resource_lists/astroneer/items/laterite.png and b/resource_lists/astroneer/items/laterite.png differ diff --git a/resource_lists/astroneer/items/lithium.png b/resource_lists/astroneer/items/lithium.png index 561b17f4..7e67c1ff 100644 Binary files a/resource_lists/astroneer/items/lithium.png and b/resource_lists/astroneer/items/lithium.png differ diff --git a/resource_lists/astroneer/items/malachite.png b/resource_lists/astroneer/items/malachite.png index bdcfd64d..8f735654 100644 Binary files a/resource_lists/astroneer/items/malachite.png and b/resource_lists/astroneer/items/malachite.png differ diff --git a/resource_lists/astroneer/items/marble.png b/resource_lists/astroneer/items/marble.png deleted file mode 100644 index 6aeffcce..00000000 Binary files a/resource_lists/astroneer/items/marble.png and /dev/null differ diff --git a/resource_lists/astroneer/items/mediumbattery.png b/resource_lists/astroneer/items/mediumbattery.png index 696bc870..da20f2f5 100644 Binary files a/resource_lists/astroneer/items/mediumbattery.png and b/resource_lists/astroneer/items/mediumbattery.png differ diff --git a/resource_lists/astroneer/items/mediumbuggyhorn.png b/resource_lists/astroneer/items/mediumbuggyhorn.png new file mode 100644 index 00000000..b5194787 Binary files /dev/null and b/resource_lists/astroneer/items/mediumbuggyhorn.png differ diff --git a/resource_lists/astroneer/items/mediumgenerator.png b/resource_lists/astroneer/items/mediumgenerator.png index 8d3eaf95..43a325df 100644 Binary files a/resource_lists/astroneer/items/mediumgenerator.png and b/resource_lists/astroneer/items/mediumgenerator.png differ diff --git a/resource_lists/astroneer/items/mediumplatforma.png b/resource_lists/astroneer/items/mediumplatforma.png new file mode 100644 index 00000000..e33efbc1 Binary files /dev/null and b/resource_lists/astroneer/items/mediumplatforma.png differ diff --git a/resource_lists/astroneer/items/mediumplatformb.png b/resource_lists/astroneer/items/mediumplatformb.png new file mode 100644 index 00000000..212c86bd Binary files /dev/null and b/resource_lists/astroneer/items/mediumplatformb.png differ diff --git a/resource_lists/astroneer/items/mediumplatformc.png b/resource_lists/astroneer/items/mediumplatformc.png new file mode 100644 index 00000000..69c709e2 Binary files /dev/null and b/resource_lists/astroneer/items/mediumplatformc.png differ diff --git a/resource_lists/astroneer/items/mediumprinter.png b/resource_lists/astroneer/items/mediumprinter.png index 8c32c300..7dfa8089 100644 Binary files a/resource_lists/astroneer/items/mediumprinter.png and b/resource_lists/astroneer/items/mediumprinter.png differ diff --git a/resource_lists/astroneer/items/mediumresourcecanister.png b/resource_lists/astroneer/items/mediumresourcecanister.png new file mode 100644 index 00000000..85539d16 Binary files /dev/null and b/resource_lists/astroneer/items/mediumresourcecanister.png differ diff --git a/resource_lists/astroneer/items/mediumrover.png b/resource_lists/astroneer/items/mediumrover.png index cfeb3e5a..f24883df 100644 Binary files a/resource_lists/astroneer/items/mediumrover.png and b/resource_lists/astroneer/items/mediumrover.png differ diff --git a/resource_lists/astroneer/items/mediumshredder.png b/resource_lists/astroneer/items/mediumshredder.png new file mode 100644 index 00000000..18dfad91 Binary files /dev/null and b/resource_lists/astroneer/items/mediumshredder.png differ diff --git a/resource_lists/astroneer/items/mediumshuttle.png b/resource_lists/astroneer/items/mediumshuttle.png new file mode 100644 index 00000000..83e9059a Binary files /dev/null and b/resource_lists/astroneer/items/mediumshuttle.png differ diff --git a/resource_lists/astroneer/items/mediumsoilcanister.png b/resource_lists/astroneer/items/mediumsoilcanister.png new file mode 100644 index 00000000..589e858c Binary files /dev/null and b/resource_lists/astroneer/items/mediumsoilcanister.png differ diff --git a/resource_lists/astroneer/items/mediumsolarpanel.png b/resource_lists/astroneer/items/mediumsolarpanel.png new file mode 100644 index 00000000..90053da3 Binary files /dev/null and b/resource_lists/astroneer/items/mediumsolarpanel.png differ diff --git a/resource_lists/astroneer/items/mediumstorage.png b/resource_lists/astroneer/items/mediumstorage.png index 331fc339..59d0e3ed 100644 Binary files a/resource_lists/astroneer/items/mediumstorage.png and b/resource_lists/astroneer/items/mediumstorage.png differ diff --git a/resource_lists/astroneer/items/mediumstoragesilo.png b/resource_lists/astroneer/items/mediumstoragesilo.png new file mode 100644 index 00000000..d3cbbd2b Binary files /dev/null and b/resource_lists/astroneer/items/mediumstoragesilo.png differ diff --git a/resource_lists/astroneer/items/mediumt-platform.png b/resource_lists/astroneer/items/mediumt-platform.png new file mode 100644 index 00000000..fb5e0acc Binary files /dev/null and b/resource_lists/astroneer/items/mediumt-platform.png differ diff --git a/resource_lists/astroneer/items/mediumwindturbine.png b/resource_lists/astroneer/items/mediumwindturbine.png index 0c3cd3b9..ac078914 100644 Binary files a/resource_lists/astroneer/items/mediumwindturbine.png and b/resource_lists/astroneer/items/mediumwindturbine.png differ diff --git a/resource_lists/astroneer/items/methane.png b/resource_lists/astroneer/items/methane.png new file mode 100644 index 00000000..3d8bd9f0 Binary files /dev/null and b/resource_lists/astroneer/items/methane.png differ diff --git a/resource_lists/astroneer/items/nanocarbonalloy.png b/resource_lists/astroneer/items/nanocarbonalloy.png new file mode 100644 index 00000000..1e2db057 Binary files /dev/null and b/resource_lists/astroneer/items/nanocarbonalloy.png differ diff --git a/resource_lists/astroneer/items/narrowmod.png b/resource_lists/astroneer/items/narrowmod.png index 9d092654..54e04629 100644 Binary files a/resource_lists/astroneer/items/narrowmod.png and b/resource_lists/astroneer/items/narrowmod.png differ diff --git a/resource_lists/astroneer/items/nitrogen.png b/resource_lists/astroneer/items/nitrogen.png new file mode 100644 index 00000000..710b4955 Binary files /dev/null and b/resource_lists/astroneer/items/nitrogen.png differ diff --git a/resource_lists/astroneer/items/oneseat.png b/resource_lists/astroneer/items/oneseat.png deleted file mode 100644 index 26cab982..00000000 Binary files a/resource_lists/astroneer/items/oneseat.png and /dev/null differ diff --git a/resource_lists/astroneer/items/organic.png b/resource_lists/astroneer/items/organic.png index f25fdc7e..72e8e27a 100644 Binary files a/resource_lists/astroneer/items/organic.png and b/resource_lists/astroneer/items/organic.png differ diff --git a/resource_lists/astroneer/items/oxygen.png b/resource_lists/astroneer/items/oxygen.png deleted file mode 100644 index 56199fdc..00000000 Binary files a/resource_lists/astroneer/items/oxygen.png and /dev/null differ diff --git a/resource_lists/astroneer/items/oxygenator.png b/resource_lists/astroneer/items/oxygenator.png new file mode 100644 index 00000000..109ec41a Binary files /dev/null and b/resource_lists/astroneer/items/oxygenator.png differ diff --git a/resource_lists/astroneer/items/oxygenfilters.png b/resource_lists/astroneer/items/oxygenfilters.png new file mode 100644 index 00000000..323f0621 Binary files /dev/null and b/resource_lists/astroneer/items/oxygenfilters.png differ diff --git a/resource_lists/astroneer/items/packager.png b/resource_lists/astroneer/items/packager.png new file mode 100644 index 00000000..d3852e37 Binary files /dev/null and b/resource_lists/astroneer/items/packager.png differ diff --git a/resource_lists/astroneer/items/paver.png b/resource_lists/astroneer/items/paver.png new file mode 100644 index 00000000..10f63913 Binary files /dev/null and b/resource_lists/astroneer/items/paver.png differ diff --git a/resource_lists/astroneer/items/plastic.png b/resource_lists/astroneer/items/plastic.png new file mode 100644 index 00000000..a14ff493 Binary files /dev/null and b/resource_lists/astroneer/items/plastic.png differ diff --git a/resource_lists/astroneer/items/portableoxygenator.png b/resource_lists/astroneer/items/portableoxygenator.png new file mode 100644 index 00000000..c24ec926 Binary files /dev/null and b/resource_lists/astroneer/items/portableoxygenator.png differ diff --git a/resource_lists/astroneer/items/power.png b/resource_lists/astroneer/items/power.png deleted file mode 100644 index d4200127..00000000 Binary files a/resource_lists/astroneer/items/power.png and /dev/null differ diff --git a/resource_lists/astroneer/items/powercells.png b/resource_lists/astroneer/items/powercells.png index 43ec5b47..bafb24ab 100644 Binary files a/resource_lists/astroneer/items/powercells.png and b/resource_lists/astroneer/items/powercells.png differ diff --git a/resource_lists/astroneer/items/powersensor.png b/resource_lists/astroneer/items/powersensor.png new file mode 100644 index 00000000..b04d6453 Binary files /dev/null and b/resource_lists/astroneer/items/powersensor.png differ diff --git a/resource_lists/astroneer/items/probescanner.png b/resource_lists/astroneer/items/probescanner.png new file mode 100644 index 00000000..4bbade32 Binary files /dev/null and b/resource_lists/astroneer/items/probescanner.png differ diff --git a/resource_lists/astroneer/items/quartz.png b/resource_lists/astroneer/items/quartz.png new file mode 100644 index 00000000..d43ad374 Binary files /dev/null and b/resource_lists/astroneer/items/quartz.png differ diff --git a/resource_lists/astroneer/items/recreationalcanopy.png b/resource_lists/astroneer/items/recreationalcanopy.png new file mode 100644 index 00000000..8cceac34 Binary files /dev/null and b/resource_lists/astroneer/items/recreationalcanopy.png differ diff --git a/resource_lists/astroneer/items/recreationalsphere.png b/resource_lists/astroneer/items/recreationalsphere.png new file mode 100644 index 00000000..6ba22d92 Binary files /dev/null and b/resource_lists/astroneer/items/recreationalsphere.png differ diff --git a/resource_lists/astroneer/items/researchchamber.png b/resource_lists/astroneer/items/researchchamber.png new file mode 100644 index 00000000..08e7eb54 Binary files /dev/null and b/resource_lists/astroneer/items/researchchamber.png differ diff --git a/resource_lists/astroneer/items/researchstation.png b/resource_lists/astroneer/items/researchstation.png deleted file mode 100644 index 40a24dbc..00000000 Binary files a/resource_lists/astroneer/items/researchstation.png and /dev/null differ diff --git a/resource_lists/astroneer/items/resin.png b/resource_lists/astroneer/items/resin.png index 7ed78caa..bbf02de5 100644 Binary files a/resource_lists/astroneer/items/resin.png and b/resource_lists/astroneer/items/resin.png differ diff --git a/resource_lists/astroneer/items/roverseat.png b/resource_lists/astroneer/items/roverseat.png new file mode 100644 index 00000000..b44f2ce7 Binary files /dev/null and b/resource_lists/astroneer/items/roverseat.png differ diff --git a/resource_lists/astroneer/items/rtg.png b/resource_lists/astroneer/items/rtg.png new file mode 100644 index 00000000..afb25ca6 Binary files /dev/null and b/resource_lists/astroneer/items/rtg.png differ diff --git a/resource_lists/astroneer/items/rubber.png b/resource_lists/astroneer/items/rubber.png new file mode 100644 index 00000000..06cd0e57 Binary files /dev/null and b/resource_lists/astroneer/items/rubber.png differ diff --git a/resource_lists/astroneer/items/shelter.png b/resource_lists/astroneer/items/shelter.png new file mode 100644 index 00000000..493aa046 Binary files /dev/null and b/resource_lists/astroneer/items/shelter.png differ diff --git a/resource_lists/astroneer/items/shuttle.png b/resource_lists/astroneer/items/shuttle.png deleted file mode 100644 index d085eb24..00000000 Binary files a/resource_lists/astroneer/items/shuttle.png and /dev/null differ diff --git a/resource_lists/astroneer/items/silicone.png b/resource_lists/astroneer/items/silicone.png new file mode 100644 index 00000000..1313deb2 Binary files /dev/null and b/resource_lists/astroneer/items/silicone.png differ diff --git a/resource_lists/astroneer/items/smallbattery.png b/resource_lists/astroneer/items/smallbattery.png index c85a6fac..8458aae6 100644 Binary files a/resource_lists/astroneer/items/smallbattery.png and b/resource_lists/astroneer/items/smallbattery.png differ diff --git a/resource_lists/astroneer/items/smallcamera.png b/resource_lists/astroneer/items/smallcamera.png new file mode 100644 index 00000000..5aed12d0 Binary files /dev/null and b/resource_lists/astroneer/items/smallcamera.png differ diff --git a/resource_lists/astroneer/items/smallcanister.png b/resource_lists/astroneer/items/smallcanister.png new file mode 100644 index 00000000..97f0b942 Binary files /dev/null and b/resource_lists/astroneer/items/smallcanister.png differ diff --git a/resource_lists/astroneer/items/smallgenerator.png b/resource_lists/astroneer/items/smallgenerator.png index bacdf009..8914447f 100644 Binary files a/resource_lists/astroneer/items/smallgenerator.png and b/resource_lists/astroneer/items/smallgenerator.png differ diff --git a/resource_lists/astroneer/items/smalloxygentank.png b/resource_lists/astroneer/items/smalloxygentank.png new file mode 100644 index 00000000..1676fea9 Binary files /dev/null and b/resource_lists/astroneer/items/smalloxygentank.png differ diff --git a/resource_lists/astroneer/items/smallprinter.png b/resource_lists/astroneer/items/smallprinter.png new file mode 100644 index 00000000..e9c275e8 Binary files /dev/null and b/resource_lists/astroneer/items/smallprinter.png differ diff --git a/resource_lists/astroneer/items/smallshuttle.png b/resource_lists/astroneer/items/smallshuttle.png new file mode 100644 index 00000000..cdc24a7c Binary files /dev/null and b/resource_lists/astroneer/items/smallshuttle.png differ diff --git a/resource_lists/astroneer/items/smallsolarpanel.png b/resource_lists/astroneer/items/smallsolarpanel.png index 6a2a7f7d..a7097f07 100644 Binary files a/resource_lists/astroneer/items/smallsolarpanel.png and b/resource_lists/astroneer/items/smallsolarpanel.png differ diff --git a/resource_lists/astroneer/items/smalltrumpethorn.png b/resource_lists/astroneer/items/smalltrumpethorn.png new file mode 100644 index 00000000..7c7efe5d Binary files /dev/null and b/resource_lists/astroneer/items/smalltrumpethorn.png differ diff --git a/resource_lists/astroneer/items/smallwindturbine.png b/resource_lists/astroneer/items/smallwindturbine.png index 6d4bb6da..98d88e8b 100644 Binary files a/resource_lists/astroneer/items/smallwindturbine.png and b/resource_lists/astroneer/items/smallwindturbine.png differ diff --git a/resource_lists/astroneer/items/smelter.png b/resource_lists/astroneer/items/smelter.png deleted file mode 100644 index 4952af76..00000000 Binary files a/resource_lists/astroneer/items/smelter.png and /dev/null differ diff --git a/resource_lists/astroneer/items/smeltingfurnace.png b/resource_lists/astroneer/items/smeltingfurnace.png new file mode 100644 index 00000000..efb26f30 Binary files /dev/null and b/resource_lists/astroneer/items/smeltingfurnace.png differ diff --git a/resource_lists/astroneer/items/soil.png b/resource_lists/astroneer/items/soil.png new file mode 100644 index 00000000..7e0e9384 Binary files /dev/null and b/resource_lists/astroneer/items/soil.png differ diff --git a/resource_lists/astroneer/items/soilcentrifuge.png b/resource_lists/astroneer/items/soilcentrifuge.png new file mode 100644 index 00000000..e96cc87a Binary files /dev/null and b/resource_lists/astroneer/items/soilcentrifuge.png differ diff --git a/resource_lists/astroneer/items/solararray.png b/resource_lists/astroneer/items/solararray.png new file mode 100644 index 00000000..5675b894 Binary files /dev/null and b/resource_lists/astroneer/items/solararray.png differ diff --git a/resource_lists/astroneer/items/solarpanel.png b/resource_lists/astroneer/items/solarpanel.png deleted file mode 100644 index 427f7f4a..00000000 Binary files a/resource_lists/astroneer/items/solarpanel.png and /dev/null differ diff --git a/resource_lists/astroneer/items/solid-fueljumpjet.png b/resource_lists/astroneer/items/solid-fueljumpjet.png new file mode 100644 index 00000000..2c23ffa3 Binary files /dev/null and b/resource_lists/astroneer/items/solid-fueljumpjet.png differ diff --git a/resource_lists/astroneer/items/solid-fuelthruster.png b/resource_lists/astroneer/items/solid-fuelthruster.png new file mode 100644 index 00000000..6f464d6f Binary files /dev/null and b/resource_lists/astroneer/items/solid-fuelthruster.png differ diff --git a/resource_lists/astroneer/items/sphalerite.png b/resource_lists/astroneer/items/sphalerite.png new file mode 100644 index 00000000..460c51b9 Binary files /dev/null and b/resource_lists/astroneer/items/sphalerite.png differ diff --git a/resource_lists/astroneer/items/splitter.png b/resource_lists/astroneer/items/splitter.png new file mode 100644 index 00000000..9171c3b4 Binary files /dev/null and b/resource_lists/astroneer/items/splitter.png differ diff --git a/resource_lists/astroneer/items/steel.png b/resource_lists/astroneer/items/steel.png new file mode 100644 index 00000000..2425c30c Binary files /dev/null and b/resource_lists/astroneer/items/steel.png differ diff --git a/resource_lists/astroneer/items/storagesensor.png b/resource_lists/astroneer/items/storagesensor.png new file mode 100644 index 00000000..e8cdd995 Binary files /dev/null and b/resource_lists/astroneer/items/storagesensor.png differ diff --git a/resource_lists/astroneer/items/sulfur.png b/resource_lists/astroneer/items/sulfur.png new file mode 100644 index 00000000..d46b1e97 Binary files /dev/null and b/resource_lists/astroneer/items/sulfur.png differ diff --git a/resource_lists/astroneer/items/tallplatform.png b/resource_lists/astroneer/items/tallplatform.png new file mode 100644 index 00000000..c4c532eb Binary files /dev/null and b/resource_lists/astroneer/items/tallplatform.png differ diff --git a/resource_lists/astroneer/items/tallstorage.png b/resource_lists/astroneer/items/tallstorage.png new file mode 100644 index 00000000..eb1a01f8 Binary files /dev/null and b/resource_lists/astroneer/items/tallstorage.png differ diff --git a/resource_lists/astroneer/items/tank.png b/resource_lists/astroneer/items/tank.png deleted file mode 100644 index 68825b1e..00000000 Binary files a/resource_lists/astroneer/items/tank.png and /dev/null differ diff --git a/resource_lists/astroneer/items/terrainanalyzer.png b/resource_lists/astroneer/items/terrainanalyzer.png index 171670d0..e0d2cd10 100644 Binary files a/resource_lists/astroneer/items/terrainanalyzer.png and b/resource_lists/astroneer/items/terrainanalyzer.png differ diff --git a/resource_lists/astroneer/items/tether.png b/resource_lists/astroneer/items/tether.png new file mode 100644 index 00000000..75f65a3f Binary files /dev/null and b/resource_lists/astroneer/items/tether.png differ diff --git a/resource_lists/astroneer/items/tethers.png b/resource_lists/astroneer/items/tethers.png deleted file mode 100644 index e3a6e771..00000000 Binary files a/resource_lists/astroneer/items/tethers.png and /dev/null differ diff --git a/resource_lists/astroneer/items/threeseat.png b/resource_lists/astroneer/items/threeseat.png deleted file mode 100644 index 16e2c0a6..00000000 Binary files a/resource_lists/astroneer/items/threeseat.png and /dev/null differ diff --git a/resource_lists/astroneer/items/thruster.png b/resource_lists/astroneer/items/thruster.png deleted file mode 100644 index fcc31a34..00000000 Binary files a/resource_lists/astroneer/items/thruster.png and /dev/null differ diff --git a/resource_lists/astroneer/items/titanite.png b/resource_lists/astroneer/items/titanite.png new file mode 100644 index 00000000..43872b35 Binary files /dev/null and b/resource_lists/astroneer/items/titanite.png differ diff --git a/resource_lists/astroneer/items/titanium.png b/resource_lists/astroneer/items/titanium.png index 33ace565..838b1a3e 100644 Binary files a/resource_lists/astroneer/items/titanium.png and b/resource_lists/astroneer/items/titanium.png differ diff --git a/resource_lists/astroneer/items/titaniumalloy.png b/resource_lists/astroneer/items/titaniumalloy.png new file mode 100644 index 00000000..1210e846 Binary files /dev/null and b/resource_lists/astroneer/items/titaniumalloy.png differ diff --git a/resource_lists/astroneer/items/tractor.png b/resource_lists/astroneer/items/tractor.png new file mode 100644 index 00000000..91d0643b Binary files /dev/null and b/resource_lists/astroneer/items/tractor.png differ diff --git a/resource_lists/astroneer/items/tradeplatform.png b/resource_lists/astroneer/items/tradeplatform.png index ad41f367..4b6d2380 100644 Binary files a/resource_lists/astroneer/items/tradeplatform.png and b/resource_lists/astroneer/items/tradeplatform.png differ diff --git a/resource_lists/astroneer/items/trailer.png b/resource_lists/astroneer/items/trailer.png new file mode 100644 index 00000000..fdd3175c Binary files /dev/null and b/resource_lists/astroneer/items/trailer.png differ diff --git a/resource_lists/astroneer/items/tungsten.png b/resource_lists/astroneer/items/tungsten.png new file mode 100644 index 00000000..2499a7b8 Binary files /dev/null and b/resource_lists/astroneer/items/tungsten.png differ diff --git a/resource_lists/astroneer/items/tungstencarbide.png b/resource_lists/astroneer/items/tungstencarbide.png new file mode 100644 index 00000000..9bfd80dc Binary files /dev/null and b/resource_lists/astroneer/items/tungstencarbide.png differ diff --git a/resource_lists/astroneer/items/vehiclebay.png b/resource_lists/astroneer/items/vehiclebay.png deleted file mode 100644 index 0447ca9b..00000000 Binary files a/resource_lists/astroneer/items/vehiclebay.png and /dev/null differ diff --git a/resource_lists/astroneer/items/widemod.png b/resource_lists/astroneer/items/widemod.png index 53f6745a..9fdee18a 100644 Binary files a/resource_lists/astroneer/items/widemod.png and b/resource_lists/astroneer/items/widemod.png differ diff --git a/resource_lists/astroneer/items/winch.png b/resource_lists/astroneer/items/winch.png index 711163f3..3027aad3 100644 Binary files a/resource_lists/astroneer/items/winch.png and b/resource_lists/astroneer/items/winch.png differ diff --git a/resource_lists/astroneer/items/wolframite.png b/resource_lists/astroneer/items/wolframite.png new file mode 100644 index 00000000..f2d8347f Binary files /dev/null and b/resource_lists/astroneer/items/wolframite.png differ diff --git a/resource_lists/astroneer/items/worklight.png b/resource_lists/astroneer/items/worklight.png new file mode 100644 index 00000000..7b5efeab Binary files /dev/null and b/resource_lists/astroneer/items/worklight.png differ diff --git a/resource_lists/astroneer/items/zinc.png b/resource_lists/astroneer/items/zinc.png new file mode 100644 index 00000000..884671ee Binary files /dev/null and b/resource_lists/astroneer/items/zinc.png differ diff --git a/resource_lists/astroneer/resources.yaml b/resource_lists/astroneer/resources.yaml index a0c8fbf7..cd5c832c 100644 --- a/resource_lists/astroneer/resources.yaml +++ b/resource_lists/astroneer/resources.yaml @@ -1,532 +1,1036 @@ ---- authors: - Asher: "https://aglick.com" - Kevin: "" - -index_page_display_name: "Astroneer" -# row_group_count: 0 - + org_AMS: '' +index_page_display_name: Astroneer recipe_types: - Backpack Printer: "Use a Backpack Printer to turn {IN_ITEMS} into {OUT_ITEM}" - Smelter: "Use a Smelter to turn {IN_ITEMS} into {OUT_ITEM}" - Large Platform: "Use a Large Platform to turn {IN_ITEMS} into {OUT_ITEM}" - Printer: "Use a Printer to turn {IN_ITEMS} into {OUT_ITEM}" - Vehicle Bay: "Use a Vehicle Bay to turn {IN_ITEMS} into {OUT_ITEM}" - Printer and Vehicle Bay: "Use a Printer and Vehicle Bay to turn {IN_ITEMS} into {OUT_ITEM}" - + Backpack: Use a backpack to turn {IN_ITEMS} into {OUT_ITEM} + Chemistry_Lab: Use a chemistry lab to turn {IN_ITEMS} into {OUT_ITEM} + Large_Printer: Use a large printer to turn {IN_ITEMS} into {OUT_ITEM} + Medium_Printer: Use a medium printer to turn {IN_ITEMS} into {OUT_ITEM} + Small_Printer: Use a small printer to turn {IN_ITEMS} into {OUT_ITEM} + Smelting_Furnace: Use a smelting furnace to turn {IN_ITEMS} into {OUT_ITEM} resources: - Coal: + Alignment_Mod: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Zinc: -1 + Aluminum: + recipes: + - output: 1 + recipe_type: Smelting_Furnace + requirements: + Laterite: -1 + Aluminum_Alloy: + recipes: + - output: 1 + recipe_type: Chemistry_Lab + requirements: + Aluminum: -1 + Copper: -1 + Ammonium: recipes: - output: 1 recipe_type: Raw Resource requirements: - Coal: 0 - - Compound: + Ammonium: 0 + Argon: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Raw Resource requirements: - Compound: 0 - - Laterite: + Argon: 0 + Astronium: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Raw Resource requirements: - Laterite: 0 - - Malachite: + Astronium: 0 + Atmospheric_Condenser: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Medium_Printer requirements: - Malachite: 0 - - Hydrazine: + Glass: -1 + Iron: -1 + Plastic: -1 + Auto_Arm: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Small_Printer requirements: - Hydrazine: 0 - - Hematite: + Aluminum: -1 + Graphite: -1 + Auto_Extractor: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Large_Printer requirements: - Hematite: 0 - - Marble: + Rubber: -1 + Steel: -2 + Tungsten_Carbide: -1 + Battery_Sensor: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Small_Printer requirements: - Marble: 0 - - Lithium: + Graphite: -1 + Zinc: -1 + Beacon: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Backpack requirements: - Lithium: 0 - - Organic: + Quartz: -1 + Boost_Mod: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Backpack requirements: - Organic: 0 - - Oxygen: + Zinc: -1 + Buggy: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Medium_Printer requirements: - Oxygen: 0 - - Power: + Aluminum: -1 + Compound: -1 + Button_Repeater: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Small_Printer requirements: - Power: 0 - - Resin: + Zinc: -1 + Carbon: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Smelting_Furnace requirements: - Resin: 0 - - Titanium: + Organic: -1 + Ceramic: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Smelting_Furnace requirements: - Titanium: 0 - - Aluminum: + Clay: -1 + Chemistry_Lab: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Medium_Printer requirements: - Aluminum: 0 + Ceramic: -1 + Glass: -1 + Tungsten: -1 + Clay: + recipes: - output: 1 - recipe_type: Smelter + recipe_type: Raw Resource requirements: - Laterite: -1 - - Copper: + Clay: 0 + Compound: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Raw Resource requirements: - Copper: 0 + Compound: 0 + Copper: + recipes: - output: 1 - recipe_type: Smelter + recipe_type: Smelting_Furnace requirements: Malachite: -1 - - Tethers: + Crane: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Medium_Printer requirements: - Compound: -1 + Silicone: -1 + Steel: -1 + Titanium: -1 + Diamond: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Chemistry_Lab requirements: - Tethers: 0 - - Small Solar Panel: + Graphene: -2 + Drill_Mod_1: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Backpack requirements: - Compound: -1 + Ceramic: -1 + Drill_Mod_2: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Backpack requirements: - Small Solar Panel: 0 - - Small Wind Turbine: + Tungsten_Carbide: -1 + Drill_Mod_3: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Backpack requirements: - Aluminum: -1 + Diamond: -1 + Drill_Strength_1: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Small_Printer + requirements: + Ceramic: -1 + Tungsten_Carbide: -1 + Drill_Strength_2: + recipes: + - output: 1 + recipe_type: Small_Printer requirements: - Small Wind Turbine: 0 - - Small Generator: + Titanium_Alloy: -1 + Tungsten_Carbide: -1 + Drill_Strength_3: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Small_Printer + requirements: + Diamond: -1 + Titanium_Alloy: -1 + Dynamite: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Explosive_Powder: -1 + EXO_Request_Platform: + recipes: + - output: 1 + recipe_type: Medium_Printer + requirements: + Ceramic: -1 + Resin: -2 + Explosive_Powder: + recipes: + - output: 1 + recipe_type: Chemistry_Lab + requirements: + Carbon: -2 + Sulfur: -1 + Extenders: + recipes: + - output: 1 + recipe_type: Backpack requirements: Copper: -1 + Extra_Large_Arch_Platform: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Large_Printer requirements: - Small Generator: 0 - - Small Battery: + Quartz: -2 + Zinc: -2 + Extra_Large_Curved_Platform: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Large_Printer requirements: - Lithium: -1 + Ceramic: -2 + Compound: -2 + Extra_Large_Platform_A: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Large_Printer requirements: - Small Battery: 0 - - Power Cells: + Ceramic: -2 + Iron: -2 + Extra_Large_Platform_B: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Large_Printer requirements: - Compound: -1 + Iron: -4 + Extra_Large_Platform_C: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Large_Printer requirements: - Power Cells: 0 - - Tank: + Iron: -2 + Resin: -2 + Extra_Large_Shredder: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Large_Printer requirements: - Compound: -1 + Steel: -2 + Tungsten_Carbide: -2 + Extra_Large_Storage: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Large_Printer requirements: - Tank: 0 - - Filters: + Ceramic: -2 + Iron: -2 + Field_Shelter: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Small_Printer requirements: - Compound: -1 + Graphene: -1 + Silicone: -1 + Figurine_Platform: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Large_Printer requirements: - Filters: 0 - - Narrow Mod: + Iron: -4 + Fireworks: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Backpack requirements: - Copper: -1 + Explosive_Powder: -1 + Floodlight: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Backpack requirements: - Narrow Mod: 0 - - Wide Mod: + Tungsten: -1 + Glass: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Smelting_Furnace requirements: - Copper: -1 + Quartz: -1 + Glowsticks: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Organic: -1 + Graphene: + recipes: + - output: 1 + recipe_type: Chemistry_Lab + requirements: + Graphite: -1 + Hydrazine: -1 + Graphite: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Wide Mod: 0 - - Inhibitor Mod: + Graphite: 0 + Helium: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Raw Resource requirements: - Copper: -1 + Helium: 0 + Hematite: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Inhibitor Mod: 0 - - Terrain Analyzer: + Hematite: 0 + Holographic_Figurine: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Backpack requirements: - Aluminum: -1 + Plastic: -1 + Hydrazine: + recipes: + - output: 1 + recipe_type: Chemistry_Lab + requirements: + Ammonium: -2 + Hydrogen: -1 + Hydrazine_Jet_Pack: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Titanium_Alloy: -1 + Hydrazine_Thruster: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Steel: -1 + Tungsten: -1 + Hydrogen: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Terrain Analyzer: 0 - - Dynamite: + Hydrogen: 0 + Inhibitor_Mod: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Zinc: -1 + Iron: + recipes: + - output: 1 + recipe_type: Smelting_Furnace + requirements: + Hematite: -1 + Landing_Pad: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Large_Printer requirements: Aluminum: -1 + Ceramic: -2 + Large_Curved_Platform: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Medium_Printer requirements: - Dynamite: 0 - - Beacon: + Ceramic: -2 + Compound: -1 + Large_Fog_Horn: + recipes: + - output: 1 + recipe_type: Medium_Printer + requirements: + Plastic: -1 + Rubber: -1 + Steel: -1 + Large_Hoop_Platform_A: + recipes: + - output: 1 + recipe_type: Medium_Printer + requirements: + Quartz: -2 + Zinc: -1 + Large_Hoop_Platform_B: + recipes: + - output: 1 + recipe_type: Medium_Printer + requirements: + Quartz: -1 + Zinc: -2 + Large_Platform_A: + recipes: + - output: 1 + recipe_type: Medium_Printer + requirements: + Resin: -2 + Large_Platform_B: recipes: - output: 1 - recipe_type: Backpack Printer + recipe_type: Medium_Printer + requirements: + Resin: -3 + Large_Platform_C: + recipes: + - output: 1 + recipe_type: Medium_Printer + requirements: + Ceramic: -1 + Iron: -1 + Resin: -1 + Large_Printer: + recipes: + - output: 1 + recipe_type: Medium_Printer + requirements: + Compound: -3 + Large_Resource_Canister: + recipes: + - output: 1 + recipe_type: Medium_Printer + requirements: + Glass: -1 + Nanocarbon_Alloy: -1 + Titanium: -1 + Large_Rover: + recipes: + - output: 1 + recipe_type: Large_Printer + requirements: + Aluminum_Alloy: -2 + Rubber: -2 + Large_Rover_Seat: + recipes: + - output: 1 + recipe_type: Medium_Printer requirements: Compound: -1 + Plastic: -2 + Large_Shredder: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Medium_Printer requirements: - Beacon: 0 - - One-Seat: + Iron: -2 + Tungsten_Carbide: -1 + Large_Shuttle: recipes: - output: 1 - recipe_type: Printer and Vehicle Bay + recipe_type: Large_Printer requirements: - Compound: -2 + Ceramic: -2 + Titanium_Alloy: -2 + Large_Storage: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Medium_Printer requirements: - One-Seat: 0 - - Medium Storage: + Ceramic: -3 + Large_Storage_Ring: recipes: - output: 1 - recipe_type: Printer + recipe_type: Medium_Printer requirements: - Compound: -2 + Quartz: -2 + Zinc: -1 + Large_Storage_Silo_A: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Medium_Printer requirements: - Medium Storage: 0 - - Medium Wind Turbine: + Aluminum_Alloy: -3 + Large_Storage_Silo_B: recipes: - output: 1 - recipe_type: Printer + recipe_type: Medium_Printer + requirements: + Steel: -3 + Large_T-Platform: + recipes: + - output: 1 + recipe_type: Medium_Printer requirements: Aluminum: -2 + Resin: -1 + Laterite: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Medium Wind Turbine: 0 - - Drill Head: + Laterite: 0 + Lithium: recipes: - output: 1 - recipe_type: Printer + recipe_type: Raw Resource requirements: - Aluminum: -2 + Lithium: 0 + Malachite: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Drill Head: 0 - - Medium Battery: + Malachite: 0 + Medium_Battery: recipes: - output: 1 - recipe_type: Printer + recipe_type: Small_Printer requirements: - Lithium: -2 + Lithium: -1 + Zinc: -1 + Medium_Buggy_Horn: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Small_Printer requirements: - Medium Battery: 0 - - Medium Generator: + Plastic: -1 + Rubber: -1 + Medium_Generator: recipes: - output: 1 - recipe_type: Printer + recipe_type: Small_Printer requirements: - Copper: -2 + Aluminum: -1 + Tungsten: -1 + Medium_Platform_A: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Small_Printer requirements: - Medium Generator: 0 - - Habitat: + Resin: -1 + Medium_Platform_B: recipes: - output: 1 - recipe_type: Printer + recipe_type: Small_Printer requirements: - Compound: -2 + Resin: -2 + Medium_Platform_C: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Small_Printer requirements: - Habitat: 0 - - Solar Panel: + Resin: -1 + Medium_Printer: recipes: - output: 1 - recipe_type: Printer + recipe_type: Small_Printer requirements: Compound: -2 + Medium_Resource_Canister: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Small_Printer requirements: - Solar Panel: 0 - - Winch: + Glass: -1 + Plastic: -1 + Medium_Rover: + recipes: + - output: 1 + recipe_type: Medium_Printer + requirements: + Plastic: -2 + Rubber: -1 + Medium_Shredder: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Iron: -2 + Medium_Shuttle: + recipes: + - output: 1 + recipe_type: Large_Printer + requirements: + Aluminum_Alloy: -1 + Ceramic: -2 + Medium_Soil_Canister: recipes: - output: 1 - recipe_type: Printer + recipe_type: Small_Printer + requirements: + Glass: -1 + Plastic: -1 + Medium_Solar_Panel: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Copper: -1 + Glass: -1 + Medium_Storage: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Resin: -2 + Medium_Storage_Silo: + recipes: + - output: 1 + recipe_type: Small_Printer requirements: Titanium: -2 + Medium_T-Platform: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Resin: -2 + Medium_Wind_Turbine: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Ceramic: -1 + Glass: -1 + Methane: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Winch: 0 - - Thruster: + Methane: 0 + Nanocarbon_Alloy: recipes: - output: 1 - recipe_type: "Raw Resource" + recipe_type: Chemistry_Lab requirements: - Thruster: 0 - - Research Station: + Helium: -1 + Steel: -1 + Titanium_Alloy: -1 + Narrow_Mod: recipes: - output: 1 - recipe_type: Large Platform + recipe_type: Backpack requirements: - Compound: -2 + Zinc: -1 + Nitrogen: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Research Station: 0 - - Fuel Condenser: + Nitrogen: 0 + Organic: recipes: - output: 1 - recipe_type: Large Platform + recipe_type: Raw Resource requirements: - Copper: -2 + Organic: 0 + Oxygen_Filters: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Backpack + requirements: + Resin: -1 + Oxygenator: + recipes: + - output: 1 + recipe_type: Small_Printer requirements: - Fuel Condenser: 0 - - Medium Printer: + Aluminum: -1 + Ceramic: -1 + Packager: recipes: - output: 1 - recipe_type: Large Platform + recipe_type: Backpack requirements: - Copper: -2 + Graphite: -1 + Paver: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Aluminum_Alloy: -1 + Silicone: -1 + Plastic: + recipes: + - output: 1 + recipe_type: Chemistry_Lab + requirements: + Carbon: -1 + Compound: -1 + Portable_Oxygenator: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Nanocarbon_Alloy: -1 + Power_Cells: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Zinc: -1 + Power_Sensor: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Copper: -1 + Zinc: -1 + Probe_Scanner: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Steel: -1 + Quartz: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Medium Printer: 0 - - Smelter: + Quartz: 0 + RTG: recipes: - output: 1 - recipe_type: Large Platform + recipe_type: Small_Printer + requirements: + Lithium: -1 + Nanocarbon_Alloy: -1 + Recreational_Canopy: + recipes: + - output: 1 + recipe_type: Large_Printer + requirements: + Quartz: -2 + Zinc: -2 + Recreational_Sphere: + recipes: + - output: 1 + recipe_type: Medium_Printer + requirements: + Aluminum_Alloy: -1 + Rubber: -1 + Research_Chamber: + recipes: + - output: 1 + recipe_type: Medium_Printer requirements: Compound: -2 + Resin: -1 + Resin: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Smelter: 0 - - Vehicle Bay: + Resin: 0 + Rover_Seat: recipes: - output: 1 - recipe_type: Large Platform + recipe_type: Small_Printer requirements: - Aluminum: -2 + Compound: -2 + Rubber: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Chemistry_Lab requirements: - Vehicle Bay: 0 - - Trade Platform: + Organic: -1 + Resin: -1 + Shelter: recipes: - output: 1 - recipe_type: Large Platform + recipe_type: Large_Printer requirements: - Aluminum: -2 + Plastic: -2 + Silicone: -2 + Silicone: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Chemistry_Lab requirements: - Trade Platform: 0 - - Three-Seat: + Methane: -1 + Quartz: -1 + Resin: -1 + Small_Battery: recipes: - output: 1 - recipe_type: Vehicle Bay + recipe_type: Backpack requirements: - Copper: -4 + Lithium: -1 + Small_Camera: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Backpack requirements: - Three-Seat: 0 - - Large Storage: + Steel: -1 + Small_Canister: recipes: - output: 1 - recipe_type: Vehicle Bay + recipe_type: Backpack requirements: - Compound: -4 + Resin: -1 + Small_Generator: + recipes: - output: 1 - recipe_type: Raw Resource + recipe_type: Backpack requirements: - Large Storage: 0 - - Crane: + Compound: -1 + Small_Oxygen_Tank: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Glass: -1 + Small_Printer: recipes: - output: 1 - recipe_type: Vehicle Bay + recipe_type: Backpack requirements: - Copper: -4 + Compound: -1 + Small_Shuttle: + recipes: + - output: 1 + recipe_type: Large_Printer + requirements: + Aluminum: -2 + Small_Solar_Panel: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Copper: -1 + Small_Trumpet_Horn: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Plastic: -1 + Small_Wind_Turbine: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Glass: -1 + Smelting_Furnace: + recipes: + - output: 1 + recipe_type: Medium_Printer + requirements: + Compound: -1 + Resin: -2 + Soil: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Crane: 0 - - Medium Rover: + Soil: 0 + Soil_Centrifuge: recipes: - output: 1 - recipe_type: Vehicle Bay + recipe_type: Medium_Printer requirements: + Aluminum: -1 Compound: -2 + Solar_Array: + recipes: + - output: 1 + recipe_type: Large_Printer + requirements: + Copper: -1 + Glass: -1 + Graphene: -1 + Plastic: -1 + Solid-Fuel_Jump_Jet: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Aluminum_Alloy: -1 + Solid-Fuel_Thruster: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Aluminum: -1 + Ammonium: -1 + Sphalerite: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Medium Rover: 0 - - Large Rover: + Sphalerite: 0 + Splitter: recipes: - output: 1 - recipe_type: Vehicle Bay + recipe_type: Small_Printer requirements: - Aluminum: -4 + Copper: -1 + Graphite: -1 + Steel: + recipes: + - output: 1 + recipe_type: Chemistry_Lab + requirements: + Argon: -1 + Carbon: -1 + Iron: -1 + Storage_Sensor: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Quartz: -1 + Zinc: -1 + Sulfur: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Large Rover: 0 - - Shuttle: + Sulfur: 0 + Tall_Platform: recipes: - output: 1 - recipe_type: Vehicle Bay + recipe_type: Small_Printer requirements: - Compound: -2 + Ceramic: -1 + Tall_Storage: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Ceramic: -1 + Terrain_Analyzer: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Zinc: -1 + Tether: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Compound: -1 + Titanite: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Shuttle: 0 - - Large Shuttle: + Titanite: 0 + Titanium: + recipes: + - output: 1 + recipe_type: Smelting_Furnace + requirements: + Titanite: -1 + Titanium_Alloy: recipes: - output: 1 - recipe_type: Vehicle Bay + recipe_type: Chemistry_Lab requirements: - Copper: -4 + Graphene: -1 + Nitrogen: -1 + Titanium: -1 + Tractor: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Aluminum: -2 + Trade_Platform: + recipes: + - output: 1 + recipe_type: Medium_Printer + requirements: + Compound: -1 + Iron: -1 + Tungsten: -1 + Trailer: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Aluminum: -1 + Compound: -1 + Tungsten: + recipes: + - output: 1 + recipe_type: Smelting_Furnace + requirements: + Wolframite: -1 + Tungsten_Carbide: + recipes: + - output: 1 + recipe_type: Chemistry_Lab + requirements: + Carbon: -1 + Tungsten: -1 + Wide_Mod: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Zinc: -1 + Winch: + recipes: + - output: 1 + recipe_type: Small_Printer + requirements: + Rubber: -1 + Tungsten: -1 + Wolframite: + recipes: - output: 1 recipe_type: Raw Resource requirements: - Large Shuttle: 0 + Wolframite: 0 + Worklight: + recipes: + - output: 1 + recipe_type: Backpack + requirements: + Copper: -1 + Zinc: + recipes: + - output: 1 + recipe_type: Smelting_Furnace + requirements: + Sphalerite: -1