boxes of ammo, also fire not weapon is bullet
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
id = "advanced_illegal_ballistics"
|
||||
display_name = "Advanced Non-Standard Ballistics"
|
||||
description = "Ballistic ammunition for non-standard firearms. Usually the ones you don't have nor want to be involved with."
|
||||
design_ids = list("10mm","10mmap","10mminc","10mmhp","sl357","sl357ap","pistolm9mm","m45","bolt_clip")
|
||||
design_ids = list("10mm","10mmap","10mminc","10mmhp","sl357","sl357ap","pistolm9mm","m45","bolt_clip","m10apbox","m10firebox","m10hpbox")
|
||||
prereq_ids = list("ballistic_weapons","syndicate_basic","explosive_weapons")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 25000) //This gives sec lethal mags/clips for guns from traitors, space, or anything in between.
|
||||
|
||||
|
||||
+31
-1
@@ -5,7 +5,7 @@
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/plasma = 5000, /datum/material/iron = 7500)
|
||||
build_path = /obj/item/ammo_box/magazine/m10mm/fire
|
||||
category = list("Weapons")
|
||||
category = list("Ammo")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
|
||||
/datum/design/m10mm
|
||||
@@ -86,3 +86,33 @@
|
||||
build_path = /obj/item/ammo_box/a357/ap
|
||||
category = list("Ammo")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
|
||||
/datum/design/m10apbox
|
||||
name = "ammo box (10mm Armour Piercing)"
|
||||
desc = "A box of ammo containing 20 rounds designed to penetrate armor, at the cost of raw damage."
|
||||
id = "10apbox"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/iron = 30000, /datum/material/titanium = 5000)
|
||||
build_path = /obj/item/ammo_box/c10mm/ap
|
||||
category = list("Ammo")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
|
||||
/datum/design/m10firebox
|
||||
name = "ammo box (10mm Incendiary)"
|
||||
desc = "A box of ammo containing 20 rounds designed to set people ablaze, at the cost of raw damage."
|
||||
id = "10apbox"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/iron = 30000, /datum/material/titanium = 5000)
|
||||
build_path = /obj/item/ammo_box/c10mm/fire
|
||||
category = list("Ammo")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
|
||||
/datum/design/m10hpbox
|
||||
name = "ammo box (10mm Hollowpoint)"
|
||||
desc = "A box of ammo containing 20 rounds designed to tear through unarmored opponents, while being completely ineffective against armor."
|
||||
id = "10apbox"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/iron = 30000, /datum/material/titanium = 5000)
|
||||
build_path = /obj/item/ammo_box/c10mm/hp
|
||||
category = list("Ammo")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
|
||||
Reference in New Issue
Block a user