mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 13:47:33 +01:00
[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:
co-authored by
Will
C.L.
parent
44f8a5dcd2
commit
747ed116c6
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user