mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Tyr Update Thing (#11713)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user