mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-26 18:13:35 +00:00
8 lines
315 B
Plaintext
8 lines
315 B
Plaintext
/datum/design/item/weapon/energy/hunter
|
|
name = "Hybrid 'Hunter' net gun"
|
|
id = "huntergun"
|
|
req_tech = list(TECH_COMBAT = 4, TECH_MATERIAL = 6, TECH_MAGNET = 4)
|
|
materials = list(DEFAULT_WALL_MATERIAL = 6000, "glass" = 3000, "silver" = 1000)
|
|
build_path = /obj/item/weapon/gun/energy/hunter
|
|
sort_string = "MAAVC"
|