Files

64 lines
2.0 KiB
Plaintext

/datum/design/component/ntnet_receive
name = "NTNet Receiver"
id = "comp_ntnet_receive"
build_path = /obj/item/circuit_component/ntnet_receive
category = list(
RND_CATEGORY_CIRCUITRY_COMPS + RND_SUBGATEGORY_CIRCUITRY_COMM_COMPONENTS
)
/datum/design/component/ntnet_send
name = "NTNet Transmitter"
id = "comp_ntnet_send"
build_path = /obj/item/circuit_component/ntnet_send
category = list(
RND_CATEGORY_CIRCUITRY_COMPS + RND_SUBGATEGORY_CIRCUITRY_COMM_COMPONENTS
)
/datum/design/component/list/literal/ntnet_send
name = "NTNet Transmitter List Literal"
id = "comp_ntnet_send_list_literal"
build_path = /obj/item/circuit_component/list_literal/ntnet_send
category = list(
RND_CATEGORY_CIRCUITRY_COMPS + RND_SUBGATEGORY_CIRCUITRY_COMM_COMPONENTS
)
/datum/design/component/nfc_send
name = "NFC Transmitter"
id = "comp_nfc_send"
build_path = /obj/item/circuit_component/nfc_send
category = list(
RND_CATEGORY_CIRCUITRY_COMPS + RND_SUBGATEGORY_CIRCUITRY_COMM_COMPONENTS
)
/datum/design/component/nfc_receive
name = "NFC Receiver"
id = "comp_nfc_receive"
build_path = /obj/item/circuit_component/nfc_receive
category = list(
RND_CATEGORY_CIRCUITRY_COMPS + RND_SUBGATEGORY_CIRCUITRY_COMM_COMPONENTS
)
/datum/design/component/wirenet_receive
name = "Wirenet Receiver Component"
id = "comp_wirenet_receive"
build_path = /obj/item/circuit_component/wirenet_receive
category = list(
RND_CATEGORY_CIRCUITRY_COMPS + RND_SUBGATEGORY_CIRCUITRY_COMM_COMPONENTS
)
/datum/design/component/wirenet_send
name = "Wirenet Transmitter Component"
id = "comp_wirenet_send"
build_path = /obj/item/circuit_component/wirenet_send
category = list(
RND_CATEGORY_CIRCUITRY_COMPS + RND_SUBGATEGORY_CIRCUITRY_COMM_COMPONENTS
)
/datum/design/component/wirenet_send_literal
name = "Wirenet List Literal Transmitter Component"
id = "comp_wirenet_send_literal"
build_path = /obj/item/circuit_component/list_literal/wirenet_send
category = list(
RND_CATEGORY_CIRCUITRY_COMPS + RND_SUBGATEGORY_CIRCUITRY_COMM_COMPONENTS
)