mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Expanding Clothing Options
This commit is contained in:
@@ -11,3 +11,27 @@
|
||||
reqs = list(/obj/item/stack/material/cloth = 2)
|
||||
time = 40
|
||||
category = CAT_PRIMAL
|
||||
|
||||
/*
|
||||
* Clothing
|
||||
*/
|
||||
|
||||
/datum/crafting_recipe/primitive_clothes
|
||||
name = "primitive clothes"
|
||||
result = /obj/item/clothing/under/primitive
|
||||
reqs = list(
|
||||
/obj/item/stack/material/fiber = 4,
|
||||
/obj/item/stack/material/cloth = 6
|
||||
)
|
||||
time = 90
|
||||
category = CAT_CLOTHING
|
||||
|
||||
/datum/crafting_recipe/primitive_shoes
|
||||
name = "primitive shoes"
|
||||
result = /obj/item/clothing/shoes/primitive
|
||||
reqs = list(
|
||||
/obj/item/stack/material/fiber = 2,
|
||||
/obj/item/stack/material/cloth = 3
|
||||
)
|
||||
time = 60
|
||||
category = CAT_CLOTHING
|
||||
Reference in New Issue
Block a user