mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
55 lines
1.5 KiB
Plaintext
55 lines
1.5 KiB
Plaintext
/datum/design/component/entity
|
|
category = list(
|
|
RND_CATEGORY_CIRCUITRY_COMPS + RND_SUBCATEGORY_CIRCUITRY_ENTITY_COMPONENTS
|
|
)
|
|
|
|
/datum/design/component/entity/species
|
|
name = "Get Species Component"
|
|
id = "comp_species"
|
|
build_path = /obj/item/circuit_component/species
|
|
|
|
/datum/design/component/entity/hear
|
|
name = "Voice Activator Component"
|
|
id = "comp_hear"
|
|
build_path = /obj/item/circuit_component/hear
|
|
|
|
/datum/design/component/entity/self
|
|
name = "Self Component"
|
|
id = "comp_self"
|
|
build_path = /obj/item/circuit_component/self
|
|
|
|
/datum/design/component/entity/gps
|
|
name = "GPS Component"
|
|
id = "comp_gps"
|
|
build_path = /obj/item/circuit_component/gps
|
|
|
|
/datum/design/component/entity/direction
|
|
name = "Direction Component"
|
|
id = "comp_direction"
|
|
build_path = /obj/item/circuit_component/direction
|
|
|
|
/datum/design/component/entity/reagentscanner
|
|
name = "Reagents Scanner"
|
|
id = "comp_reagents"
|
|
build_path = /obj/item/circuit_component/reagentscanner
|
|
|
|
/datum/design/component/entity/health
|
|
name = "Health Component"
|
|
id = "comp_health"
|
|
build_path = /obj/item/circuit_component/health
|
|
|
|
/datum/design/component/entity/compare_health_state
|
|
name = "Compare Health State Component"
|
|
id = "comp_health_state"
|
|
build_path = /obj/item/circuit_component/compare/health_state
|
|
|
|
/datum/design/component/entity/matscanner
|
|
name = "Material Scanner"
|
|
id = "comp_matscanner"
|
|
build_path = /obj/item/circuit_component/matscanner
|
|
|
|
/datum/design/component/entity/pinpointer
|
|
name = "Proximity Pinpointer Component"
|
|
id = "comp_pinpointer"
|
|
build_path = /obj/item/circuit_component/pinpointer
|