mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Adds Fusion Gauntlets to RND (#18804)
* do a once over first * merge conflict shit * armor pen to modern stuff * Apply suggestions from code review Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * BOY SMELL THEM MERGE CONFLICTS * icons / final changes Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
co-authored by
SteelSlayer
Sirryan2002
parent
516e32fafb
commit
f9defc92bf
@@ -260,3 +260,13 @@
|
||||
materials = list(MAT_METAL = 8000, MAT_GLASS = 5000, MAT_SILVER = 500, MAT_TITANIUM = 500, MAT_PLASMA = 500)
|
||||
build_path = /obj/item/grenade/barrier/dropwall
|
||||
category = list("Weapons")
|
||||
|
||||
/datum/design/pyroclaw
|
||||
name = "Fusion gauntlets"
|
||||
desc = "A pair of gloves designed to make superheated claws capable of cutting through almost anything. Needs a pyro anomaly core"
|
||||
id = "pyro_gloves"
|
||||
req_tech = list("combat" = 7, "materials" = 7, "engineering" = 7, "plasmatech" = 7)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_METAL = 10000, MAT_GLASS = 5000, MAT_SILVER = 4000, MAT_TITANIUM = 4000, MAT_PLASMA = 8000)
|
||||
build_path = /obj/item/clothing/gloves/color/black/pyro_claws
|
||||
category = list("Weapons")
|
||||
|
||||
Reference in New Issue
Block a user