Tyr Update (#12045)

This commit is contained in:
FluffMedic
2025-12-01 11:54:31 +01:00
committed by GitHub
parent 101dd347e0
commit e8ba2765ac
18 changed files with 7304 additions and 6631 deletions
@@ -3,14 +3,15 @@
description = "A scientist or explorer will need to obtain data discs from Tyr!"
required_points = 3
required_atoms = list(
/obj/item/prop/tyrlore/reddisc = 1,
/obj/item/prop/tyrlore/purpledisc = 1,
/obj/item/prop/tyrlore/greendisc = 1,
/obj/item/prop/tyrlore/basicflora = 1,
/obj/item/prop/tyrlore/basicshield = 1,
/obj/item/prop/tyrlore/advanceshield = 1,
/obj/item/prop/tyrlore/basicsonic = 1,
/obj/item/prop/tyrlore/basicpower = 1,
/obj/item/prop/tyrlore/ants = 1,
/obj/item/prop/tyrlore/drones = 1,
/obj/item/prop/tyrlore/acid_boss = 1,
/obj/item/prop/tyrlore/sonic_boss = 1,
/obj/item/prop/tyrlore/shield_boss = 1,
/obj/item/prop/tyrlore/crystal_boss = 1,
/obj/item/prop/tyrlore/gravity_boss = 1,
/obj/item/prop/tyrlore/gatekeeper = 1,
/obj/item/prop/tyrlore/shotgun = 1,
/obj/item/prop/tyrlore/engi_boss = 1,
/obj/item/prop/tyrlore/meteor_boss = 1,
/obj/item/prop/tyrlore/swarm_boss = 1,
/obj/item/prop/tyrlore/medical_boss = 1.
)
@@ -1,31 +1,9 @@
/datum/design_techweb/tyrenergyballchain
name = "Tyrian Melee Weapon"
id = "tyr_meleegun"
build_type = PROTOLATHE
materials = list(MAT_BRONZE = 12000,MAT_DIAMOND = 4000,MAT_URANIUM = 3000,MAT_COPPER = 3000,MAT_GOLD = 3000,MAT_METALHYDROGEN = 3000,MAT_QUARTZ = 3000,MAT_EAGATE = 3000)
build_path = /obj/item/gun/energy/energyballchain
category = list(
RND_CATEGORY_WEAPONS + RND_SUBCATEGORY_WEAPONS_RANGED
)
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE
/datum/design_techweb/tyrenergyshotgun
name = "Tyrian Enforcer Firearm"
id = "tyr_shotgun"
build_type = PROTOLATHE
materials = list(MAT_BRONZE = 12000,MAT_DIAMOND = 4000,MAT_URANIUM = 3000,MAT_COPPER = 3000,MAT_GOLD = 3000,MAT_METALHYDROGEN = 3000,MAT_QUARTZ = 3000,MAT_EAGATE = 3000)
build_path = /obj/item/gun/energy/curse_tyrshotgun
category = list(
RND_CATEGORY_WEAPONS + RND_SUBCATEGORY_WEAPONS_RANGED
)
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE
/datum/design_techweb/tyrenergyrifle
name = "Tyrian Infantry Firearm"
name = "Tyrian Longarm"
id = "tyr_rifle"
build_type = PROTOLATHE
materials = list(MAT_BRONZE = 12000,MAT_DIAMOND = 4000,MAT_URANIUM = 3000,MAT_COPPER = 3000,MAT_GOLD = 3000,MAT_METALHYDROGEN = 3000,MAT_QUARTZ = 3000,MAT_EAGATE = 3000)
build_path = /obj/item/gun/energy/curse_blaster
build_path = /obj/item/gun/energy/tyr_rifle
category = list(
RND_CATEGORY_WEAPONS + RND_SUBCATEGORY_WEAPONS_RANGED
)
@@ -5,8 +5,6 @@
prereq_ids = list(TECHWEB_NODE_MOD_ANOMALY_SUIT)
design_ids = list(
"tyr_rifle",
"tyr_shotgun",
"tyr_meleegun",
"magnet_belt",
"tyr_sabre",
"tyr_barrier",