mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Adds jani HUDs from Baystation! (#22654)
* Adds jani HUDs from Baystation! * wrong place * tweak to sprite * contra review and tmeporary tweaks to the sprite * finishing the sprites * tweak to icon alpha and nv sprite * typo * conflict part 2 * test * final adjustments * DgamerL review * fixing sprites * changing name * name part 2 * DGamerL review part 2 * wrong value * nope * equipment and janitorial categories * Apply suggestions from code review
This commit is contained in:
@@ -81,6 +81,26 @@
|
||||
build_path = /obj/item/clothing/glasses/hud/skills
|
||||
category = list("Equipment")
|
||||
|
||||
/datum/design/jani_hud
|
||||
name = "Janitor HUD"
|
||||
desc = "A heads-up display that scans for messes and alerts the user. Good for finding puddles hiding under catwalks."
|
||||
id = "jani_hud"
|
||||
req_tech = list("biotech" = 2, "magnets" = 3)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_METAL = 500, MAT_GLASS = 500)
|
||||
build_path = /obj/item/clothing/glasses/hud/janitor
|
||||
category = list("Equipment", "Janitorial")
|
||||
|
||||
/datum/design/jani_night_vision_goggles
|
||||
name = "Night Vision Janitor HUD"
|
||||
desc = "A janitorial filth scanner fitted with a light amplifier."
|
||||
id = "night_vision_jani"
|
||||
req_tech = list("biotech" = 4, "magnets" = 5, "plasmatech" = 4, "engineering" = 6)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_METAL = 600, MAT_GLASS = 600, MAT_PLASMA = 350, MAT_URANIUM = 1000)
|
||||
build_path = /obj/item/clothing/glasses/hud/janitor/night
|
||||
category = list("Equipment", "Janitorial")
|
||||
|
||||
/datum/design/mesons
|
||||
name = "Optical Meson Scanners"
|
||||
desc = "Used for seeing walls, floors, and stuff through anything."
|
||||
|
||||
@@ -386,6 +386,17 @@
|
||||
build_path = /obj/item/organ/internal/cyberimp/arm/toolset_abductor
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_jani_hud
|
||||
name = "Janitor HUD Implant"
|
||||
desc = "These cybernetic eye implants will display a filth HUD over everything you see. Wiggle eyes to control."
|
||||
id = "ci-janihud"
|
||||
req_tech = list("materials" = 5, "engineering" = 4, "programming" = 4, "biotech" = 4)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
construction_time = 5 SECONDS
|
||||
materials = list(MAT_METAL = 600, MAT_GLASS = 600, MAT_SILVER = 500, MAT_GOLD = 500)
|
||||
build_path = /obj/item/organ/internal/cyberimp/eyes/hud/jani
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_diagnostic_hud
|
||||
name = "Diagnostic HUD Implant"
|
||||
desc = "These cybernetic eye implants will display a diagnostic HUD over everything you see. Wiggle eyes to control."
|
||||
|
||||
Reference in New Issue
Block a user