mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
70 lines
1.9 KiB
Plaintext
70 lines
1.9 KiB
Plaintext
/datum/category_item/autolathe/tools/crowbar
|
|
name = "crowbar"
|
|
path =/obj/item/tool/crowbar
|
|
|
|
/datum/category_item/autolathe/tools/multitool
|
|
name = "multitool"
|
|
path =/obj/item/multitool
|
|
|
|
/datum/category_item/autolathe/tools/t_scanner
|
|
name = "T-ray scanner"
|
|
path =/obj/item/t_scanner
|
|
|
|
/datum/category_item/autolathe/tools/weldertool
|
|
name = "welding tool"
|
|
path =/obj/item/weldingtool
|
|
|
|
/datum/category_item/autolathe/tools/electric_welder
|
|
name = "electric welding tool"
|
|
path =/obj/item/weldingtool/electric/unloaded
|
|
hidden = 1
|
|
|
|
/datum/category_item/autolathe/tools/screwdriver
|
|
name = "screwdriver"
|
|
path =/obj/item/tool/screwdriver
|
|
|
|
/datum/category_item/autolathe/tools/wirecutters
|
|
name = "wirecutters"
|
|
path =/obj/item/tool/wirecutters
|
|
|
|
/datum/category_item/autolathe/tools/wrench
|
|
name = "wrench"
|
|
path =/obj/item/tool/wrench
|
|
|
|
/datum/category_item/autolathe/tools/hatchet
|
|
name = "hatchet"
|
|
path =/obj/item/material/knife/machete/hatchet
|
|
|
|
/datum/category_item/autolathe/tools/minihoe
|
|
name = "mini hoe"
|
|
path =/obj/item/material/minihoe
|
|
|
|
/datum/category_item/autolathe/tools/welder_industrial
|
|
name = "industrial welding tool"
|
|
path =/obj/item/weldingtool/largetank
|
|
|
|
/datum/category_item/autolathe/tools/spraybottle
|
|
name = "spray bottle"
|
|
path = /obj/item/reagent_containers/spray
|
|
resources = list(MAT_PLASTIC = 2000)
|
|
|
|
/datum/category_item/autolathe/devices/slowwire
|
|
name = "snare wire"
|
|
path = /obj/item/material/barbedwire/plastic
|
|
resources = list(MAT_PLASTIC = 10000)
|
|
|
|
/datum/category_item/autolathe/tools/spraynozzle
|
|
name = "spray nozzle"
|
|
path = /obj/item/reagent_containers/spray
|
|
resources = list(MAT_PLASTIC = 5000, MAT_STEEL = 2000)
|
|
hidden = 1
|
|
man_rating = 2
|
|
|
|
/datum/category_item/autolathe/tools/rsf
|
|
name = "rapid service fabricator"
|
|
path = /obj/item/rsf
|
|
|
|
/datum/category_item/autolathe/tools/cable_coil //CHOMPEdit -- defaults to 1,5,10x with a 30x stack max, need to figure out 30x eventually
|
|
name = "cable coil"
|
|
path =/obj/item/stack/cable_coil
|