Skip to content

Commit

Permalink
Merge pull request #3614 from Argenttip/More-extractable-tiles
Browse files Browse the repository at this point in the history
More extractable tiles
  • Loading branch information
sayterdarkwynd authored Dec 27, 2024
2 parents 6f89cba + c3207e9 commit 19fea91
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion items/materials/fungalstonematerial.matitem
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
2.0
],
"shortdescription": "Fungal Stone",
"description": "Spore-covered stone.\n^green;Extractable^reset;.",
"description": "Spore-covered stone.\n^green;Extractable^reset;, ^orange;Crushable^reset;.",
"materialId": 6563
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"colonyTags" : [ "hive", "bees", "machines" ],
"printable" : false,
"rarity" : "uncommon",
"description" : "An enormous centrifuge with expandable attachments. ^cyan;Requires ^orange;12W ^cyan;power.^reset;",
"description" : "An enormous centrifuge with expandable attachments. Fast but inefficient. ^cyan;Requires ^orange;12W ^cyan;power.^reset;",

"shortdescription" : "^cyan;Industrial Centrifuge^reset;",
"subtitle" : "Powered Centrifuge",
Expand Down
17 changes: 17 additions & 0 deletions objects/generic/centrifuge_recipes.config
Original file line number Diff line number Diff line change
Expand Up @@ -1803,6 +1803,23 @@
"crystalsandmaterial": ["common", 3],
"sand2": ["common", 3],
"glasssandmaterial": ["common", 3]
},
"fungalstonematerial": {
"tungstenore": ["rarest", 3],
"liquidbioooze": ["rarest", 3],
"goldore": ["rarest", 3],

"agaranichor": ["rare", 3],
"biospore": ["rare", 3],
"liquidoil": ["rare", 3],

"cobblestonematerial": ["uncommon", 3],
"dirtmaterial": ["uncommon", 3],
"sand2": ["uncommon", 3],

"gravelmaterial": ["common", 3],
"sand": ["common", 3],
"coalore": ["common", 3]
}
},

Expand Down
2 changes: 1 addition & 1 deletion objects/power/centrifuge2/centrifuge2.object
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"colonyTags" : [ "science", "machines" ],
"printable" : false,
"rarity" : "legendary",
"description" : "The ultimate centrifuge, capable of extracting from gasses and processing radioactive isotopes. ^cyan;Requires ^orange;36W^cyan; power.^reset;",
"description" : "The ultimate centrifuge, capable of extracting from gasses and processing radioactive isotopes. Efficient but slow. ^cyan;Requires ^orange;36W^cyan; power.^reset;",
"shortdescription" : "^cyan;Gas Centrifuge^reset;",
"subtitle" : "Extract items from resources",
"race" : "generic",
Expand Down

0 comments on commit 19fea91

Please sign in to comment.