Tyr Update Thing (#11713)

This commit is contained in:
FluffMedic
2025-09-21 17:07:58 -04:00
committed by GitHub
parent 40e617fe21
commit 76f927ead3
13 changed files with 2544 additions and 2349 deletions

View File

@@ -45,51 +45,3 @@
time = 120
category = CAT_CLOTHING
//Wierd guns
/datum/crafting_recipe/prototype_hilt
name = "prototype hilt"
result = /obj/item/gun/energy/energyballchain
reqs = list(list(/obj/item/stack/material/steel = 12),
list(/obj/item/stack/material/plasteel = 6),
list(/obj/item/stack/material/weathered_agate = 8),
list(/obj/item/prop/alien/prototype = 1)
)
time = 40
category = CAT_WEAPONRY
subcategory = CAT_WEAPON
/datum/crafting_recipe/prototype_engine
name = "prototype engine"
result = /obj/item/gun/energy/curse_tyrshotgun
reqs = list(list(/obj/item/stack/material/steel = 12),
list(/obj/item/stack/material/plasteel = 6),
list(/obj/item/stack/material/weathered_agate = 8),
list(/obj/item/prop/alien/prototype = 1)
)
time = 40
category = CAT_WEAPONRY
subcategory = CAT_WEAPON
/datum/crafting_recipe/prototype_core
name = "prototype core"
result = /obj/item/gun/energy/curse_blaster
reqs = list(list(/obj/item/stack/material/steel = 12),
list(/obj/item/stack/material/plasteel = 6),
list(/obj/item/stack/material/weathered_agate = 8),
list(/obj/item/prop/alien/prototype = 1)
)
time = 40
category = CAT_WEAPONRY
subcategory = CAT_WEAPON
/datum/crafting_recipe/prototype_crystal
name = "prototype crystal"
result = /obj/item/gun/energy/curse_lasershooter
reqs = list(list(/obj/item/stack/material/steel = 12),
list(/obj/item/stack/material/plasteel = 6),
list(/obj/item/stack/material/weathered_agate = 8),
list(/obj/item/prop/alien/prototype = 1)
)
time = 40
category = CAT_WEAPONRY
subcategory = CAT_WEAPON