From 0434d8f06f544217be487b1d4b3060e6464a99b7 Mon Sep 17 00:00:00 2001 From: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Date: Sun, 2 Mar 2025 13:59:27 -0500 Subject: [PATCH] [LORE] Updates a bunch of manual summaries (#28347) * le book * Update code/game/objects/items/weapons/manuals.dm Co-authored-by: Git-GoR <58085266+Git-GoR@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update code/game/objects/items/weapons/manuals.dm Co-authored-by: Git-GoR <58085266+Git-GoR@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update manuals.dm * Update code/game/objects/items/weapons/manuals.dm Co-authored-by: chuga-git <98280110+chuga-git@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> --------- Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Co-authored-by: Git-GoR <58085266+Git-GoR@users.noreply.github.com> Co-authored-by: chuga-git <98280110+chuga-git@users.noreply.github.com> --- code/game/objects/items/weapons/manuals.dm | 31 +++++++++++++++++----- 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/code/game/objects/items/weapons/manuals.dm b/code/game/objects/items/weapons/manuals.dm index 7e43d87e2a6..0c5b49ef4e9 100644 --- a/code/game/objects/items/weapons/manuals.dm +++ b/code/game/objects/items/weapons/manuals.dm @@ -31,6 +31,7 @@ /obj/item/book/manual/detective name = "The Film Noir: Proper Procedures for Investigations" desc = "A gumshoe's guide to find out whodunnit, howdunnit, and wheredunnit." + summary = "A how-to manual for basic forensic procedures and detective work." icon_state ="bookDetective" author = "Nanotrasen" title = "The Film Noir: Proper Procedures for Investigations" @@ -71,6 +72,7 @@ /obj/item/book/manual/engineering_particle_accelerator name = "Particle Accelerator User's Guide" desc = "An engineer's guide to shooting relativistic particles out of a big gun." + summary = "A quick-assembly manual for the setup of high-intensity particle accelerator systems." icon_state ="bookParticleAccelerator" author = "Engineering Encyclopedia" title = "Particle Accelerator User's Guide" @@ -115,6 +117,7 @@ /obj/item/book/manual/supermatter_engine name = "Supermatter Engine Anomaly Reference" desc = "An engineer's best tool for dealing with their worst frenemy: The Supermatter and its anomalous behavior." + summary = "A quick-reference booklet on Supermatter anomalies and their effects." icon_state = "bookParticleAccelerator" author = "Vroo-Looum-Kloo" title = "Supermatter Engine Anomaly Reference" @@ -154,7 +157,8 @@ /obj/item/book/manual/atmospipes name = "Pipes and You: Getting To Know Your Scary Tools" - desc = "A plumber's guide on how to efficiently plumb and clean out old drone shells." + desc = "A plumber's guide on how to properly identify a pipe." + summary = "A handy encyclopedia on the many different flavors of pipe and device available to Atomspherics." icon_state = "pipingbook" author = "Maria Crash, Senior Atmospherics Technician" title = "Pipes and You: Getting To Know Your Scary Tools" @@ -241,7 +245,8 @@ /obj/item/book/manual/evaguide name = "EVA Gear and You: Not Spending All Day Inside" - desc = "An enterprising explorer's expedition explainer. Helmet not included!" + desc = "An outdated guidebook outlining the ups and downs of various pieces of EVA gear. Considering it references hardsuits, it must be a decade old at the least." + summary = "A beginner's guide to the pros and cons of various suit classes." icon_state = "evabook" author = "Maria Crash, Senior Atmospherics Technician" title = "EVA Gear and You: Not Spending All Day Inside" @@ -302,6 +307,7 @@ /obj/item/book/manual/engineering_singularity_safety name = "Singularity Safety in Special Circumstances" desc = "A sufficiently succinct suppliment to securing singularities." + summary = "An easily digestable field guide for singularity-related emergencies." icon_state ="bookEngineeringSingularitySafety" author = "Engineering Encyclopedia" title = "Singularity Safety in Special Circumstances" @@ -350,6 +356,7 @@ /obj/item/book/manual/medical_cloning name = "Introduction to Cloning" desc = "A guide covering the basics of cloning." + summary = "A step-by-step guide to each part of the cloning process." icon_state = "bookCloning" author = "Bioarchitect for the Pillars of Creation" //this is a valid nian name, right? title = "Introduction to Cloning" @@ -426,6 +433,7 @@ /obj/item/book/manual/zombie_manual name = "Plague and You: Curing the Apocalypse" desc = "A guide covering the basics of curing zombies." + summary = "A step-by-step guide to combatting each phase of the zombie virus." icon_state = "bookCloning" author = "Cleanses-The-Plague" title = "Plague and You: Curing the Apocalypse" @@ -571,9 +579,10 @@ /obj/item/book/manual/ripley_build_and_repair name = "APLU \"Ripley\" Construction and Operation Manual" - desc = "A guide from a little-known corporation on how to operate a heavy lifter mech. It's filled with disclaimers and pre-signed waivers." + desc = "A small guidebook on how to operate a Ripley powerloader exosuit. It's filled with disclaimers and pre-signed waivers." + summary = "Standard operational practices and construction requirements for operation of the Ripley mk. 3 powerloader system." icon_state ="book" - author = "Weyland-Yutani Corp" + author = "Hephaestus Industries" title = "APLU \"Ripley\" Construction and Operation Manual" pages = list({" @@ -588,7 +597,7 @@