mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
Tyr Update Code Jellyfish (#11749)
This commit is contained in:
@@ -30,3 +30,15 @@
|
||||
RND_CATEGORY_WEAPONS + RND_SUBCATEGORY_WEAPONS_RANGED
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE
|
||||
|
||||
|
||||
/datum/design_techweb/magnet_belt
|
||||
name = "Magnet Belt"
|
||||
id = "magnet_belt"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_STEEL = 12000,MAT_DIAMOND = 700,MT_COPPER = 3000,MAT_MYDRO = 1000,MAT_QUARTZ = 5000,MAT_WEATHERED_AGATE = 8000)
|
||||
build_path = /obj/item/personal_shield_generator/belt/magnetbelt
|
||||
category = list(
|
||||
RND_CATEGORY_EQUIPMENT
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
"tyr_rifle",
|
||||
"tyr_shotgun",
|
||||
"tyr_meleegun",
|
||||
"magnet_belt",
|
||||
)
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_5_POINTS)
|
||||
required_experiments = list(/datum/experiment/scanning/points/tyr_precursor_study)
|
||||
|
||||
Reference in New Issue
Block a user