mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
Grenade Manufactoring (#15741)
This commit is contained in:
@@ -40,11 +40,6 @@
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 5000, MATERIAL_GLASS = 500, MATERIAL_SILVER = 3000)
|
||||
build_path = /obj/item/gun/energy/temperature
|
||||
|
||||
/datum/design/item/weapon/large_grenade
|
||||
req_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 2)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 3000)
|
||||
build_path = /obj/item/grenade/chem_grenade/large
|
||||
|
||||
/datum/design/item/weapon/eglaive
|
||||
req_tech = list(TECH_COMBAT = 6, TECH_PHORON = 4, TECH_MATERIAL = 7, TECH_ILLEGAL = 4, TECH_POWER = 4)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 10000, MATERIAL_GLASS = 18750, MATERIAL_PHORON = 3000, MATERIAL_SILVER = 7500)
|
||||
@@ -66,4 +61,4 @@
|
||||
desc = "This nifty gun disables the gravity in the area you shoot at. Use with caution."
|
||||
req_tech = list(TECH_COMBAT = 5, TECH_BLUESPACE = 5)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 5000, MATERIAL_GLASS = 5000, MATERIAL_SILVER = 3000, MATERIAL_GOLD = 3000, MATERIAL_PHORON = 500)
|
||||
build_path = /obj/item/gun/energy/gravity_gun
|
||||
build_path = /obj/item/gun/energy/gravity_gun
|
||||
|
||||
Reference in New Issue
Block a user