Anomalous Valley Of Tyr (#9039)

Co-authored-by: Kashargul <KashL@t-online.de>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
FluffMedic
2024-10-06 16:01:45 -04:00
committed by GitHub
parent ee20b5cb1b
commit 9200a2ee9b
40 changed files with 5763 additions and 240 deletions

View File

@@ -0,0 +1,94 @@
/datum/crafting_recipe/arrow_agate
name = "Wood arrow (agate tip)"
result = /obj/item/arrow/standard
reqs = list(list(/obj/item/stack/material/wood = 2),
list(/obj/item/stack/material/weathered_agate = 2))
time = 40
category = CAT_WEAPONRY
subcategory = CAT_AMMO
/datum/crafting_recipe/agate_blade
name = "agate blade"
result = /obj/item/melee/agate_sword
reqs = list(list(/obj/item/stack/material/wood = 2),
list(/obj/item/stack/material/weathered_agate = 6))
time = 40
category = CAT_WEAPONRY
subcategory = CAT_WEAPON
/datum/crafting_recipe/agate_hammer
name = "agate hammer"
result = /obj/item/melee/agate_hammer
reqs = list(list(/obj/item/stack/material/wood = 4),
list(/obj/item/stack/material/weathered_agate = 2))
time = 40
category = CAT_WEAPONRY
subcategory = CAT_WEAPON
/datum/crafting_recipe/agate_spear
name = "agate spear"
result = /obj/item/melee/agate_spear
reqs = list(list(/obj/item/stack/material/wood = 3),
list(/obj/item/stack/material/weathered_agate = 3))
time = 40
category = CAT_WEAPONRY
subcategory = CAT_WEAPON
/datum/crafting_recipe/tyr_leaf_cloak
name = "tyr leaf cloak"
result = /obj/item/clothing/suit/armor/tyrtribalcloak
reqs = list(
list(/obj/item/reagent_containers/food/snacks/weatherlily = 1),
list(/obj/item/stack/material/fiber = 6),
list(/obj/item/stack/material/cloth = 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