diff --git a/code/__DEFINES/~nova_defines/manufacturer_strings.dm b/code/__DEFINES/~nova_defines/manufacturer_strings.dm
index b9cdddc78b0..48c97b89e61 100644
--- a/code/__DEFINES/~nova_defines/manufacturer_strings.dm
+++ b/code/__DEFINES/~nova_defines/manufacturer_strings.dm
@@ -14,6 +14,9 @@
#define COMPANY_ALLSTAR "It has [span_red("Allstar Lasers Inc.")] stamped onto it."
#define COMPANY_MICRON "It has [span_cyan("Micron Control Sys.")] cut into it."
+#define COMPANY_NAKAMURA "It has [span_orange("Nakamura Engineering")] embossed onto it."
+#define COMPANY_BLACKSTEEL "It bears the [span_grey("crossed sword and hammer")] crafter's mark of the [span_grey("Jarnsmiour Blacksteel Foundation")] upon its fore."
+
#define COMPANY_SZOT "It has a small [span_engradio("three point crown")] alongside [span_engradio("Szot Dynamica")] cut into it."
#define COMPANY_TKACH "It has [span_robot("Tkach Design Bureau")] stamped onto it."
#define COMPANY_SAKHNO "It has [span_green("Sakhno Concern")] stamped onto it."
diff --git a/modular_nova/master_files/code/modules/client/preferences/middleware/limbs_and_markings.dm b/modular_nova/master_files/code/modules/client/preferences/middleware/limbs_and_markings.dm
index 1099d7a3e79..493f160824f 100644
--- a/modular_nova/master_files/code/modules/client/preferences/middleware/limbs_and_markings.dm
+++ b/modular_nova/master_files/code/modules/client/preferences/middleware/limbs_and_markings.dm
@@ -32,6 +32,7 @@
"eyes" = "Eyes",
"tongue" = "Tongue",
"Mouth implant" = "Mouth implant",
+ "Chest implant" = "Chest implant",
"Left Arm implant" = "Left Arm implant",
"Right Arm implant" = "Right Arm implant",
)
diff --git a/modular_nova/modules/customization/modules/client/augment/implants.dm b/modular_nova/modules/customization/modules/client/augment/implants.dm
index 9abdce1a5db..77ead8538a9 100644
--- a/modular_nova/modules/customization/modules/client/augment/implants.dm
+++ b/modular_nova/modules/customization/modules/client/augment/implants.dm
@@ -15,24 +15,119 @@
/datum/augment_item/implant/chest
slot = AUGMENT_SLOT_CHEST_IMPLANT
+/datum/augment_item/implant/chest/nutriment_pump
+ name = "Nutriment Pump"
+ cost = 4
+ path = /obj/item/organ/internal/cyberimp/chest/nutriment
+
//LEFT ARM IMPLANTS
/datum/augment_item/implant/l_arm
slot = AUGMENT_SLOT_LEFT_ARM_IMPLANT
+/datum/augment_item/implant/l_arm/civilian_lighter
+ name = "Left Thumbtip Lighter"
+ cost = 2
+ path = /obj/item/organ/internal/cyberimp/arm/civilian_lighter/left_arm
+
/datum/augment_item/implant/l_arm/razor_claws
- name = "Left Razor Claws"
+ name = "Left Razor Claws (Knife + Wirecutters)"
cost = 4
path = /obj/item/organ/internal/cyberimp/arm/razor_claws/left_arm
+/datum/augment_item/implant/l_arm/adjuster
+ name = "Left Adjuster Implant (Screwdriver + Wrench)"
+ cost = 4
+ path = /obj/item/organ/internal/cyberimp/arm/adjuster/left_arm
+
+/datum/augment_item/implant/l_arm/bureaucracy
+ name = "Left Bureaucrat's 'Jacent' Toolset Implant (4-colour Pen + Small Paper Bin + Approve/Deny Stamps)"
+ cost = 4
+ path = /obj/item/organ/internal/cyberimp/arm/bureaucracy/left_arm
+
+/datum/augment_item/implant/l_arm/cargo
+ name = "Left FTU 'Deckhand' toolset implant (Universal Scanner + Boxcutter)"
+ cost = 4
+ path = /obj/item/organ/internal/cyberimp/arm/cargo/left_arm
+
+/datum/augment_item/implant/l_arm/civilian_barstaff
+ name = "Left Waitstaff's Toolset Implant (Serving Tray + Rag)"
+ cost = 4
+ path = /obj/item/organ/internal/cyberimp/arm/civilian_barstaff/left_arm
+
+/datum/augment_item/implant/l_arm/emt_triage
+ name = "Left Triage Actuator Implant (Drapes + Retractor + Hemostat)"
+ cost = 6
+ path = /obj/item/organ/internal/cyberimp/arm/emt_triage/left_arm
+
+/datum/augment_item/implant/l_arm/blacksteel_forging
+ name = "Left Blacksteel 'Starforge' Toolset Implant (Forging Hammer + Tongs + Bellows)"
+ cost = 6
+ path = /obj/item/organ/internal/cyberimp/arm/blacksteel_forging/left_arm
+
+/datum/augment_item/implant/l_arm/arc_welder
+ name = "Left Shipbreaker's Toolset Implant (Arc Welder + Crowbar + Wrench)"
+ cost = 6
+ path = /obj/item/organ/internal/cyberimp/arm/arc_welder/left_arm
+
+/datum/augment_item/implant/l_arm/electrical_toolset
+ name = "Left Electrical Toolset Implant (Screwdriver + Multitool)"
+ cost = 8
+ path = /obj/item/organ/internal/cyberimp/arm/electrical_toolset/left_arm
+
//RIGHT ARM IMPLANTS
/datum/augment_item/implant/r_arm
slot = AUGMENT_SLOT_RIGHT_ARM_IMPLANT
+/datum/augment_item/implant/r_arm/civilian_lighter
+ name = "Right Thumbtip Lighter"
+ cost = 2
+ path = /obj/item/organ/internal/cyberimp/arm/civilian_lighter/right_arm
+
/datum/augment_item/implant/r_arm/razor_claws
- name = "Right Razor Claws"
+ name = "Right Razor Claws (Knife + Wirecutters)"
cost = 4
path = /obj/item/organ/internal/cyberimp/arm/razor_claws/right_arm
+/datum/augment_item/implant/r_arm/adjuster
+ name = "Right Adjuster Implant (Screwdriver + Wrench)"
+ cost = 4
+ path = /obj/item/organ/internal/cyberimp/arm/adjuster/right_arm
+
+/datum/augment_item/implant/r_arm/bureaucracy
+ name = "Right Bureaucrat's 'Jacent' Toolset Implant (4-colour Pen + Small Paper Bin + Approve/Deny Stamps)"
+ cost = 4
+ path = /obj/item/organ/internal/cyberimp/arm/bureaucracy/right_arm
+
+/datum/augment_item/implant/r_arm/cargo
+ name = "Right FTU 'Deckhand' toolset implant (Universal Scanner + Boxcutter)"
+ cost = 4
+ path = /obj/item/organ/internal/cyberimp/arm/cargo/right_arm
+
+/datum/augment_item/implant/r_arm/civilian_barstaff
+ name = "Right Waitstaff's Toolset Implant (Serving Tray + Rag)"
+ cost = 4
+ path = /obj/item/organ/internal/cyberimp/arm/civilian_barstaff/right_arm
+
+/datum/augment_item/implant/r_arm/emt_triage
+ name = "Right Triage Actuator Implant (Drapes + Retractor + Hemostat)"
+ cost = 6
+ path = /obj/item/organ/internal/cyberimp/arm/emt_triage/right_arm
+
+/datum/augment_item/implant/r_arm/blacksteel_forging
+ name = "Right Blacksteel 'Starforge' Toolset Implant (Forging Hammer + Tongs + Bellows)"
+ cost = 6
+ path = /obj/item/organ/internal/cyberimp/arm/blacksteel_forging/right_arm
+
+/datum/augment_item/implant/r_arm/arc_welder
+ name = "Right Shipbreaker's Toolset Implant (Arc Welder + Crowbar + Wrench)"
+ cost = 6
+ path = /obj/item/organ/internal/cyberimp/arm/arc_welder/right_arm
+
+/datum/augment_item/implant/r_arm/electrical_toolset
+ name = "Right Electrical Toolset Implant (Screwdriver + Multitool)"
+ cost = 8
+ path = /obj/item/organ/internal/cyberimp/arm/electrical_toolset/right_arm
+
//EYES IMPLANTS
/datum/augment_item/implant/eyes
slot = AUGMENT_SLOT_EYES_IMPLANT
diff --git a/modular_nova/modules/customization/modules/client/augment/organs.dm b/modular_nova/modules/customization/modules/client/augment/organs.dm
index 3d5fac41c5a..6ccbee37db0 100644
--- a/modular_nova/modules/customization/modules/client/augment/organs.dm
+++ b/modular_nova/modules/customization/modules/client/augment/organs.dm
@@ -87,6 +87,11 @@
allowed_biotypes = MOB_ORGANIC|MOB_ROBOTIC
cost = 1
+/datum/augment_item/organ/eyes/binoculars
+ name = "Digital Magnification Optics (x3)"
+ cost = 4
+ path = /obj/item/organ/internal/eyes/robotic/binoculars
+
//TONGUES
/datum/augment_item/organ/tongue
slot = AUGMENT_SLOT_TONGUE
diff --git a/modular_nova/modules/roundstart_implants/code/loadout_implants.dm b/modular_nova/modules/roundstart_implants/code/loadout_implants.dm
new file mode 100644
index 00000000000..7582d219b55
--- /dev/null
+++ b/modular_nova/modules/roundstart_implants/code/loadout_implants.dm
@@ -0,0 +1,99 @@
+// Core balance principles with these roundstart augments is that they are SLOW. 2 toolspeed minimum where possible - finding actual things in round should always be better, this is for flavor and accessibility. The accessibility alone already provides these with a lot of value.
+
+// EYE IMPLANTS
+
+/obj/item/organ/internal/eyes/robotic/binoculars
+ name = "digital magnification optics"
+ desc = "Commonly used on frontier worlds with comparatively vast overland distances to aid in visual acquisition of coworkers and targets."
+ actions_types = list(/datum/action/item_action/organ_action/toggle)
+ var/zoomed = FALSE
+ var/range_power = 2 // what kind of range modifier do we feed to the scope component?
+
+/obj/item/organ/internal/eyes/robotic/binoculars/Initialize(mapload)
+ . = ..()
+ AddComponent(/datum/component/scope, range_modifier = range_power)
+
+/obj/item/organ/internal/eyes/robotic/binoculars/ui_action_click(mob/user, actiontype)
+ if (istype(actiontype, /datum/action/item_action/organ_action/toggle))
+ toggle_active(user)
+
+/obj/item/organ/internal/eyes/robotic/binoculars/proc/toggle_active(mob/user)
+ //this is so unbelievably, hysterically jank. i actually cannot believe this works. what the fuck
+ var/datum/component/scope/zoom = src.GetComponent(/datum/component/scope)
+ if (zoomed)
+ zoom.stop_zooming(user)
+ zoomed = FALSE
+ else
+ //check if they're blind
+ if (user.is_blind())
+ user.balloon_alert(user, "can't activate magnification while blind!")
+ return
+
+ zoom.zoom(user)
+ zoomed = TRUE
+
+// ARM IMPLANTS
+/obj/item/organ/internal/cyberimp/arm/adjuster
+ name = "adjuster arm implant"
+ desc = "A miniaturized toolset implant containing a simple fingertip-mounted universal screwdriver bit with an inverted torque-wrench head. Most commonly used when rearranging furniture or other station machinery."
+ items_to_create = list(/obj/item/wrench/integrated, /obj/item/screwdriver/integrated)
+
+/obj/item/organ/internal/cyberimp/arm/adjuster/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_NAKAMURA)
+
+/obj/item/organ/internal/cyberimp/arm/electrical_toolset
+ name = "electrical toolset implant"
+ desc = "Bereft of any kind of insulation to speak of, this aug has a very distinct nickname amongst frontier outpost crews: 'the sizzler'. Often used in high verticality environments where loadout space is at a premium."
+ items_to_create = list(/obj/item/screwdriver/integrated, /obj/item/multitool/integrated)
+
+/obj/item/organ/internal/cyberimp/arm/electrical_toolset/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_NAKAMURA)
+
+/obj/item/organ/internal/cyberimp/arm/arc_welder
+ name = "shipbreaker's toolset implant"
+ desc = "A specialized salvage-grade implant that houses an arc welder, miniaturized crowbar within the bearer's arm, plus a fingertip torque-wrench rated for enough newtons to get the job done. Renowned across the frontier for being the 'trashy tattoo' equivalent of someone's first aug."
+ items_to_create = list(/obj/item/wrench/integrated, /obj/item/crowbar/integrated, /obj/item/weldingtool/electric/arc_welder/integrated)
+
+/obj/item/organ/internal/cyberimp/arm/arc_welder/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_FRONTIER)
+
+/obj/item/organ/internal/cyberimp/arm/emt_triage
+ name = "triage actuator implant"
+ desc = "Pioneered by Interdyne Pharmaceuticals for use in their frontier postings, this set of in-arm augments allows medical staff to perform basic life-saving surgeries out on the field with the assistance of a bladed instrument."
+ items_to_create = list(/obj/item/surgical_drapes/integrated, /obj/item/retractor/integrated, /obj/item/hemostat/integrated)
+
+/obj/item/organ/internal/cyberimp/arm/emt_triage/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_INTERDYNE)
+
+/obj/item/organ/internal/cyberimp/arm/civilian_barstaff
+ name = "waitstaff implant"
+ desc = "The galactic service industry demands only the finest from its (underpaid) employees, leading to the development of this sordid piece of technology which substitutes a user's organic arm for a food storage space and an integrated chamois cleaning cloth. Why?"
+ items_to_create = list(/obj/item/storage/bag/tray/integrated, /obj/item/reagent_containers/cup/rag/integrated)
+
+/obj/item/organ/internal/cyberimp/arm/civilian_lighter
+ name = "thumbtip lighter implant"
+ desc = "This extraordinarily useless implant was a product of market demand, and it exists because the galactic diaspora apparently craves the ability to light things with their thumbtips."
+ items_to_create = list(/obj/item/lighter/integrated)
+
+/obj/item/organ/internal/cyberimp/arm/blacksteel_forging
+ name = "Blacksteel 'Starforge' metalworking toolset implant"
+ desc = "A galactic favorite amongst burgeoning starfarer races with a fascination for basic metallurgy or mundane weaponry, this unlikely toolset augmentation is one of the Foundation's most popular products."
+ items_to_create = list(/obj/item/forging/hammer/integrated, /obj/item/forging/tongs/integrated, /obj/item/forging/billow/integrated)
+
+/obj/item/organ/internal/cyberimp/arm/blacksteel_forging/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_BLACKSTEEL)
+
+/obj/item/organ/internal/cyberimp/arm/bureaucracy
+ name = "bureaucrat's 'Jacent' toolset implant"
+ desc = "Popular amongst coreworld corporates, this integrated toolset includes a wrist-sheathed four-colour pen, a special motorized sheaf hollow for holding up to ten pieces of galactic-standard A4 paper and a set of two fingertip stamps for approving and denying things. Does not replenish."
+ items_to_create = list(/obj/item/pen/fourcolor/integrated, /obj/item/paper_bin/integrated, /obj/item/stamp/integrated, /obj/item/stamp/denied/integrated)
+
+/obj/item/organ/internal/cyberimp/arm/cargo
+ name = "FTU 'Deckhand' toolset implant"
+ desc = "Containing a fingertip-mounted universal scanner and a boxcutter, deck workers across the sector favor this cheap and effective implant as both a means of self-defense from irate consumers and for keeping a set of handy scanners quite literally, close at hand."
+ items_to_create = list(/obj/item/universal_scanner/integrated, /obj/item/boxcutter/extended/integrated)
diff --git a/modular_nova/modules/roundstart_implants/code/loadout_subtypes.dm b/modular_nova/modules/roundstart_implants/code/loadout_subtypes.dm
new file mode 100644
index 00000000000..86a9155e419
--- /dev/null
+++ b/modular_nova/modules/roundstart_implants/code/loadout_subtypes.dm
@@ -0,0 +1,83 @@
+//This entire file just contains special subtypes for the loadout_implants roundstart augs that makes them work with the system.
+//Purely code readability.
+
+// ARM IMPLANTS
+/obj/item/organ/internal/cyberimp/arm/adjuster/left_arm
+ zone = BODY_ZONE_L_ARM
+ slot = ORGAN_SLOT_LEFT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/adjuster/right_arm
+ zone = BODY_ZONE_R_ARM
+ slot = ORGAN_SLOT_RIGHT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/lighter/left_arm
+ zone = BODY_ZONE_L_ARM
+ slot = ORGAN_SLOT_LEFT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/lighter/right_arm
+ zone = BODY_ZONE_R_ARM
+ slot = ORGAN_SLOT_RIGHT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/arc_welder/left_arm
+ zone = BODY_ZONE_L_ARM
+ slot = ORGAN_SLOT_LEFT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/arc_welder/right_arm
+ zone = BODY_ZONE_R_ARM
+ slot = ORGAN_SLOT_RIGHT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/electrical_toolset/left_arm
+ zone = BODY_ZONE_L_ARM
+ slot = ORGAN_SLOT_LEFT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/electrical_toolset/right_arm
+ zone = BODY_ZONE_R_ARM
+ slot = ORGAN_SLOT_RIGHT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/emt_triage/left_arm
+ zone = BODY_ZONE_L_ARM
+ slot = ORGAN_SLOT_LEFT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/emt_triage/right_arm
+ zone = BODY_ZONE_R_ARM
+ slot = ORGAN_SLOT_RIGHT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/civilian_barstaff/left_arm
+ zone = BODY_ZONE_L_ARM
+ slot = ORGAN_SLOT_LEFT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/civilian_barstaff/right_arm
+ zone = BODY_ZONE_R_ARM
+ slot = ORGAN_SLOT_RIGHT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/civilian_lighter/left_arm
+ zone = BODY_ZONE_L_ARM
+ slot = ORGAN_SLOT_LEFT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/civilian_lighter/right_arm
+ zone = BODY_ZONE_R_ARM
+ slot = ORGAN_SLOT_RIGHT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/blacksteel_forging/left_arm
+ zone = BODY_ZONE_L_ARM
+ slot = ORGAN_SLOT_LEFT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/blacksteel_forging/right_arm
+ zone = BODY_ZONE_R_ARM
+ slot = ORGAN_SLOT_RIGHT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/bureaucracy/left_arm
+ zone = BODY_ZONE_L_ARM
+ slot = ORGAN_SLOT_LEFT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/bureaucracy/right_arm
+ zone = BODY_ZONE_R_ARM
+ slot = ORGAN_SLOT_RIGHT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/cargo/left_arm
+ zone = BODY_ZONE_L_ARM
+ slot = ORGAN_SLOT_LEFT_ARM_AUG
+
+/obj/item/organ/internal/cyberimp/arm/cargo/right_arm
+ zone = BODY_ZONE_R_ARM
+ slot = ORGAN_SLOT_RIGHT_ARM_AUG
diff --git a/modular_nova/modules/roundstart_implants/code/tool_subtypes.dm b/modular_nova/modules/roundstart_implants/code/tool_subtypes.dm
new file mode 100644
index 00000000000..d3a65078aed
--- /dev/null
+++ b/modular_nova/modules/roundstart_implants/code/tool_subtypes.dm
@@ -0,0 +1,148 @@
+// ENGINEERING
+
+/obj/item/wrench/integrated
+ name = "motorized fingertip wrench-bit"
+ desc = "A cheap inverted fingertip replacement complete with a small-factor motor and torque wrenching bit. Works on most station standard applications, but is often slower than using a hand wrench."
+ toolspeed = 1.25
+
+/obj/item/wrench/integrated/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_NAKAMURA)
+
+/obj/item/screwdriver/integrated
+ name = "motorized fingertip screw-bit"
+ desc = "A cheap inverted fingertip replacement that extends into a sturdy universal screwdriver head, complete with a small-factor motor. A bit slow, but gets the job done."
+ toolspeed = 1.25
+
+/obj/item/screwdriver/integrated/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_NAKAMURA)
+
+/obj/item/crowbar/integrated
+ name = "integrated crowbar"
+ desc = "Rumour has it that people over a thousand people died in the resulting espionage centered around the exact angular dimensions that make this feat of physics and leverage possible. Retreats back into the bearer's arm when not in use."
+ toolspeed = 1.25
+
+/obj/item/crowbar/integrated/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_NAKAMURA)
+
+/obj/item/multitool/integrated
+ name = "integrated 'multitool' diagnostics device"
+ desc = "Combining a set of fingertip probes fed back into an internal coprocessor, this useful little device has made its way into the arms of engineers and maintenance technicians galaxy-wide."
+ toolspeed = 1.25
+
+/obj/item/multitool/integrated/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_NAKAMURA)
+
+/obj/item/weldingtool/electric/arc_welder/integrated
+ name = "integrated arc welder"
+ desc = "Stripped down enough to fit inside a standard humanoid arm, this specialized tool guzzles power like nobody's business and produces a slightly weaker arc. It gets the job done, but you're putting a power cell inside your arm and signing all the OHS waivers that comes with."
+ toolspeed = 1.25 //25% slower. really fucking slow, since synths can repair themselves with this
+
+/obj/item/weldingtool/electric/arc_welder/integrated/switched_on(mob/user)
+ . = ..()
+ force = 12 // paxil tells me it's not a HUGE issue to do this but i still think force 15 is too much so force 12 we do
+
+// MEDICAL
+
+/obj/item/surgical_drapes/integrated
+ name = "hardlight surgical indicators"
+ desc = "A basic array of hardlight markers used in rudimentary surgical procedures where more specialized equipment isn't available, co-opted from wound analyzer hardware. Lays out the groundwork protocols for basic surgeries when levelled at a target."
+
+/obj/item/surgical_drapes/integrated/Initialize(mapload)
+ . = ..()
+ AddComponent(/datum/component/surgery_initiator)
+ AddElement(/datum/element/manufacturer_examine, COMPANY_INTERDYNE)
+
+/obj/item/hemostat/integrated
+ name = "integrated hemostatic clamp"
+ desc = "More or less a glorified set of forceps with slightly serrated teeth and a dedicated interlocking mechanism, all miniaturized to fit inside a finger."
+ toolspeed = 1.25 // this will directly affect how fast someone can tend wounds with this setup, balancejak accordingly
+
+/obj/item/hemostat/integrated/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_INTERDYNE)
+
+/obj/item/retractor/integrated
+ name = "fingertip retractor clamp"
+ desc = "A special suite of high-grip flesh torsioning clips designed for use in field surgery situations."
+ toolspeed = 1.25
+
+/obj/item/retractor/integrated/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_INTERDYNE)
+
+// UTILITY
+
+/obj/item/storage/bag/tray/integrated
+ name = "telescoping kitchen carrier"
+ desc = "First pioneered aboard the Mothic fleet and later utilized heavily in multi-armed species. Very useful for hauling around large amounts of food, and can rolls into a telescopic, hermetically-sealed tube for storage in the user's arm."
+
+/obj/item/storage/bag/tray/integrated/Initialize(mapload)
+ . = ..()
+ atom_storage.max_slots = 3
+
+/obj/item/lighter/integrated
+ name = "thumbtip lighter"
+ desc = "Galactic polling indicated outrageous market demand for this particular cybernetic addition - specifically a hinged false fingertip with a standard lighter housing inside, with many firms citing 'increased reproductive acquisition' as one of the primary survey results. Translated into Sol Common, this means that lighting cigarettes with your finger helps you pull. Allegedly."
+
+/obj/item/reagent_containers/cup/rag/integrated
+ name = "integrated cleaning chamois"
+ desc = "Guaranteed to eliminate (most) messes. This civilian-issue cybernetic enhancement comes with a lengthy waiver about foregoing any claims to fluid damage made by the device to your internal arm comparment."
+
+/obj/item/pen/fourcolor/integrated
+ //no new desc for this one since it sets its own desc
+ name = "integrated four-color pen"
+
+/obj/item/paper_bin/integrated
+ name = "integrated paper sheaf"
+ desc = "Only a jacent could've been capable of the raw bureaucracy required to allow even a small paper bin to be fitted into someone's arm. Also comes with an internal routing clip to hold an extra pen, just in case you somehow go through the first one."
+ total_paper = 10
+
+/obj/item/universal_scanner/integrated
+ name = "fingertip universal scanner"
+ desc = "Some deckhands working the FTU distribution centers popularized this cybernetic addon after the speed improvements it yielded let them claw back the ten minute lunch breaks they'd been deprived for thirty years. Replaces the pad of the user's fourth finger with a digitized universal scanner, capable of switching between export, price, and sales tagger modes."
+ paper_count = 5
+ max_paper_count = 5
+
+/obj/item/boxcutter/extended/integrated
+ name = "integrated boxcutter"
+ desc = "Stolen from old Terran databanks, the design for this integration was originally some kind of wrist-sheathed assassin tool released into the public domain by an unnamed bitrunner. The FTU found that it worked great as a box cutter, and so authorized it for inclusion in their Deckhand toolset."
+
+/obj/item/stamp/integrated
+ name = "fingertip 'GRANTED' stamp"
+ desc = "Designed to swivel out of a specialized finger-pad mount, this stamp is the bane of budget-crunchers everywhere - for wherever it dares to touch, a loss of credits is sure to follow."
+
+/obj/item/stamp/denied/integrated
+ name = "fingertip 'DENIED' stamp"
+ desc = "When the computer really, really says no."
+
+// FORGING (why are we doing this)
+
+/obj/item/forging/hammer/integrated
+ name = "integrated metalworking hammer"
+ desc = "At the request of Dwarvenkind, the Blacksteel Foundation produced a low-cost toolset that ultimately ended up becoming one of their most popular products. And it all began with this solitary hammer."
+
+/obj/item/forging/hammer/integrated/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_BLACKSTEEL)
+
+/obj/item/forging/tongs/integrated
+ name = "heat-sheathed fingertip tongs"
+ desc = "Hardy heat-treated metal and integrated heatsinks allow these two fingertip replacement augs to act as one might use ordinary metallurgical tongs, resisting burns from all but the most raging forges."
+ toolspeed = 2 SECONDS
+
+/obj/item/forging/tongs/integrated/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_BLACKSTEEL)
+
+/obj/item/forging/billow/integrated
+ name = "motorized mini-bellows"
+ desc = "Let not its size deceive you, for the gale this hinged accordion-like aug can produce when activated is enough to stoke even the most timid fires into a frenzy. Has a health and safety warning on it which reads: 'DO NOT INSERT INTO MOUTH'."
+ toolspeed = 2 SECONDS
+
+/obj/item/forging/billow/integrated/Initialize(mapload)
+ . = ..()
+ AddElement(/datum/element/manufacturer_examine, COMPANY_BLACKSTEEL)
diff --git a/tgstation.dme b/tgstation.dme
index 2d8e75d8666..cc78724cf7f 100644
--- a/tgstation.dme
+++ b/tgstation.dme
@@ -7938,6 +7938,9 @@
#include "modular_nova\modules\robot_limb_detach\code\robot_limb_detach_quirk.dm"
#include "modular_nova\modules\rod-stopper\code\immovable_nova.dm"
#include "modular_nova\modules\rod-stopper\code\rodstopper.dm"
+#include "modular_nova\modules\roundstart_implants\code\loadout_implants.dm"
+#include "modular_nova\modules\roundstart_implants\code\loadout_subtypes.dm"
+#include "modular_nova\modules\roundstart_implants\code\tool_subtypes.dm"
#include "modular_nova\modules\salon\code\barber.dm"
#include "modular_nova\modules\salon\code\barber_chair.dm"
#include "modular_nova\modules\salon\code\barbervend.dm"