Base features for Precursotech and Anomalotech Expansion

This commit is contained in:
Neerti
2019-04-13 22:44:21 -04:00
committed by VirgoBot
parent 072e79f78d
commit fc7c6f38b4
43 changed files with 1141 additions and 103 deletions

View File

@@ -132,4 +132,34 @@ var/global/list/ore_data = list()
display_name = "metallic hydrogen"
smelts_to = "tritium"
compresses_to = "mhydrogen"
scan_icon = "mineral_rare"
/ore/verdantium
name = MAT_VERDANTIUM
display_name = "crystalline verdantite"
compresses_to = MAT_VERDANTIUM
result_amount = 2
spread_chance = 5
scan_icon = "mineral_rare"
xarch_ages = list(
"billion" = 13,
"billion_lower" = 10
)
/ore/marble
name = MAT_MARBLE
display_name = "recrystallized carbonate"
compresses_to = "marble"
result_amount = 1
spread_chance = 10
ore = /obj/item/weapon/ore/marble
scan_icon = "mineral_common"
/ore/lead
name = MAT_LEAD
display_name = "lead glance"
compresses_to = "marble"
result_amount = 1
spread_chance = 10
ore = /obj/item/weapon/ore/marble
scan_icon = "mineral_rare"