[MIRROR] Reagent Refinery (#11282)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-02 12:08:35 +02:00
committed by GitHub
co-authored by Will C.L.
parent 44f8a5dcd2
commit 747ed116c6
90 changed files with 4125 additions and 244 deletions
+9 -2
View File
@@ -14,7 +14,12 @@
ORE_SILVER = 8,
ORE_PHORON = 18,
ORE_LEAD = 2,
ORE_VERDANTIUM = 1))
ORE_VERDANTIUM = 1,
ORE_TIN = 3,
ORE_COPPER = 2,
ORE_BAUXITE = 9,
ORE_QUARTZ = 5,
ORE_PAINITE = 1))
else
mineral_name = pickweight(list(
ORE_MARBLE = 2,
@@ -25,7 +30,9 @@
ORE_GOLD = 3,
ORE_SILVER = 3,
ORE_PHORON = 25,
ORE_LEAD = 1))
ORE_LEAD = 1,
ORE_TIN = 12,
ORE_COPPER = 9))
if(mineral_name && (mineral_name in GLOB.ore_data))
mineral = GLOB.ore_data[mineral_name]