mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
add CI check for exploitable recycle costs (#30286)
This commit is contained in:
@@ -676,7 +676,7 @@
|
||||
name = "Goggles"
|
||||
id = "goggles"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 100, MAT_GLASS = 100)
|
||||
materials = list(MAT_METAL = 100, MAT_GLASS = 250)
|
||||
build_path = /obj/item/clothing/glasses/goggles
|
||||
category = list("initial", "Miscellaneous")
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
id = "plasmacutter"
|
||||
req_tech = list("materials" = 3, "plasmatech" = 3, "magnets" = 2)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_METAL = 1500, MAT_GLASS = 500, MAT_PLASMA = 400)
|
||||
materials = list(MAT_METAL = 2000, MAT_GLASS = 500, MAT_PLASMA = 400)
|
||||
build_path = /obj/item/gun/energy/plasmacutter
|
||||
category = list("Mining")
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
id = "hyper_cell"
|
||||
req_tech = list("powerstorage" = 5, "materials" = 5, "engineering" = 5)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
materials = list(MAT_METAL = 700, MAT_GOLD = 150, MAT_SILVER = 150, MAT_GLASS = 70)
|
||||
materials = list(MAT_METAL = 700, MAT_GOLD = 150, MAT_SILVER = 150, MAT_GLASS = 400)
|
||||
construction_time=100
|
||||
build_path = /obj/item/stock_parts/cell/hyper/empty
|
||||
category = list("Misc", "Power", "Stock Parts")
|
||||
@@ -41,7 +41,7 @@
|
||||
id = "super_cell"
|
||||
req_tech = list("powerstorage" = 3, "materials" = 3)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
materials = list(MAT_METAL = 700, MAT_GLASS = 70)
|
||||
materials = list(MAT_METAL = 700, MAT_GLASS = 300)
|
||||
construction_time=100
|
||||
build_path = /obj/item/stock_parts/cell/super/empty
|
||||
category = list("Misc", "Power", "Stock Parts")
|
||||
@@ -52,7 +52,7 @@
|
||||
id = "bluespace_cell"
|
||||
req_tech = list("powerstorage" = 6, "materials" = 5, "engineering" = 5, "bluespace" = 5)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
materials = list(MAT_METAL = 800, MAT_GOLD = 120, MAT_GLASS = 160, MAT_DIAMOND = 160, MAT_TITANIUM = 300, MAT_BLUESPACE = 100)
|
||||
materials = list(MAT_METAL = 800, MAT_GOLD = 120, MAT_GLASS = 600, MAT_DIAMOND = 160, MAT_TITANIUM = 300, MAT_BLUESPACE = 100)
|
||||
construction_time=100
|
||||
build_path = /obj/item/stock_parts/cell/bluespace/empty
|
||||
category = list("Misc", "Power", "Stock Parts")
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
id = "techshotshell"
|
||||
req_tech = list("combat" = 3, "materials" = 3, "powerstorage" = 4, "magnets" = 3)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_METAL = 1000, MAT_GLASS = 200)
|
||||
materials = list(MAT_METAL = 4000, MAT_GLASS = 200)
|
||||
build_path = /obj/item/ammo_casing/shotgun/techshell
|
||||
category = list("Weapons")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user