In a station full of bad ideas, these costs were..
This commit is contained in:
+7
-9
@@ -3,8 +3,7 @@
|
||||
desc = "A gun magazine. Loaded with rounds which ignite the target.."
|
||||
id = "10mminc"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/plasma = 50000, /datum/material/iron = 18000)
|
||||
reagents_list = list(/datum/reagent/toxin/plasma = 120, /datum/reagent/napalm = 240)
|
||||
materials = list(/datum/material/plasma = 5000, /datum/material/iron = 7500)
|
||||
build_path = /obj/item/ammo_box/magazine/m10mm/fire
|
||||
category = list("Weapons")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
@@ -14,7 +13,7 @@
|
||||
desc = "A gun magazine."
|
||||
id = "10mm"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/iron = 55000)
|
||||
materials = list(/datum/material/iron = 6000)
|
||||
build_path = /obj/item/ammo_box/magazine/m10mm
|
||||
category = list("Ammo")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
@@ -24,8 +23,7 @@
|
||||
desc = "A gun magazine. Loaded with hollow-point rounds, extremely effective against unarmored targets, but nearly useless against protective clothing."
|
||||
id = "10mmhp"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/iron = 40000, /datum/material/glass = 50000)
|
||||
reagents_list = list(/datum/reagent/sonic_powder = 280)
|
||||
materials = list(/datum/material/iron = 7500, /datum/material/glass = 5000)
|
||||
build_path = /obj/item/ammo_box/magazine/m10mm/hp
|
||||
category = list("Ammo")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
@@ -35,7 +33,7 @@
|
||||
desc = "A gun magazine. Loaded with rounds which penetrate armour, but are less effective against normal targets."
|
||||
id = "10mmap"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/iron = 40000, /datum/material/titanium = 60000)
|
||||
materials = list(/datum/material/iron = 7500, /datum/material/titanium = 6500)
|
||||
build_path = /obj/item/ammo_box/magazine/m10mm/ap
|
||||
category = list("Ammo")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
@@ -54,7 +52,7 @@
|
||||
name = "handgun magazine (.45)"
|
||||
id = "m45"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/iron = 80000)
|
||||
materials = list(/datum/material/iron = 8000)
|
||||
build_path = /obj/item/ammo_box/magazine/m45
|
||||
category = list("Ammo")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
@@ -64,7 +62,7 @@
|
||||
desc = "A gun magazine."
|
||||
id = "pistolm9mm"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/iron = 80000)
|
||||
materials = list(/datum/material/iron = 7500)
|
||||
build_path = /obj/item/ammo_box/magazine/pistolm9mm
|
||||
category = list("Ammo")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
@@ -84,7 +82,7 @@
|
||||
desc = "A revolver speedloader. Cuts through like a hot knife through butter."
|
||||
id = "sl357ap"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/iron = 30000, /datum/material/titanium = 45000)
|
||||
materials = list(/datum/material/iron = 30000, /datum/material/titanium = 5000)
|
||||
build_path = /obj/item/ammo_box/a357/ap
|
||||
category = list("Ammo")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
|
||||
Reference in New Issue
Block a user