├── .github └── workflows │ └── validation.yml ├── .gitignore ├── .prettierignore ├── .vscode └── settings.json ├── LICENSE.md ├── README.md ├── contribution ├── cs │ ├── encounter-choices │ │ ├── accessing-restricted-facility-area.json │ │ ├── accessing-restricted-factory-zones.json │ │ ├── behind-the-locked-door.json │ │ ├── beyond-the-forbidden-door.json │ │ ├── beyond-the-locked-door-1.json │ │ ├── beyond-the-locked-door-2.json │ │ ├── beyond-the-locked-door-3.json │ │ ├── beyond-the-locked-door-4.json │ │ ├── beyond-the-locked-door.json │ │ ├── beyond-the-locked-doorway-1.json │ │ ├── beyond-the-locked-doorway-2.json │ │ ├── beyond-the-locked-doorway.json │ │ ├── beyond-the-locked-entrance-1.json │ │ ├── beyond-the-locked-entrance.json │ │ ├── door-beyond-the-darkness.json │ │ ├── door-to-forbidden-machinery.json │ │ ├── echoes-and-secrets.json │ │ ├── echoes-in-the-forbidden-zone.json │ │ ├── echoes-of-forbidden-territory.json │ │ ├── exploring-the-forbidden-machinery-area.json │ │ ├── forbidden-access-area-ahead.json │ │ ├── forbidden-area-access-denied.json │ │ ├── forbidden-area-discovery-1.json │ │ ├── forbidden-area-discovery-2.json │ │ ├── forbidden-area-discovery.json │ │ ├── forbidden-area-unlocking-secrets.json │ │ ├── forbidden-area.json │ │ ├── forbidden-discovery-2.json │ │ ├── forbidden-discovery.json │ │ ├── forbidden-exploration-1.json │ │ ├── forbidden-exploration-2.json │ │ ├── forbidden-exploration.json │ │ ├── forbidden-machinery-1.json │ │ ├── forbidden-machinery-2.json │ │ ├── forbidden-machinery-3.json │ │ ├── forbidden-machinery-access-point.json │ │ ├── forbidden-machinery-deep-within.json │ │ ├── forbidden-machinery-discovery.json │ │ ├── forbidden-machinery-exploration-1.json │ │ ├── forbidden-machinery-exploration.json │ │ ├── forbidden-machinery.json │ │ ├── here-is-a-short-name-for-the-given-story-with-exactly-four-words-beyond-the-locked-door.json │ │ ├── hidden-area-heard.json │ │ ├── hidden-area-hidden.json │ │ ├── hidden-area-unlocked.json │ │ ├── hidden-discovery.json │ │ ├── hidden-exploration-secrets-behind-closed-doors.json │ │ ├── hidden-halls-of-humming.json │ │ ├── into-the-forbidden-room.json │ │ ├── locked-door-adventure-1.json │ │ ├── locked-door-adventure.json │ │ ├── locked-door-dilemma.json │ │ ├── locked-door-lore.json │ │ ├── locked-door-lure.json │ │ ├── locked-door-mystery-unfolds.json │ │ ├── locked-room-lore.json │ │ ├── mysterious-hum-the-road-to-enlightenment.json │ │ ├── off-limits-adventure-unlocking-the-forbidden-door.json │ │ ├── off-limits-area-unlocked.json │ │ ├── off-limits-machinery.json │ │ ├── secret-passageway-unlocked.json │ │ ├── secret-soundscapes-off-limits.json │ │ ├── secret-spaces-exploration.json │ │ ├── secrets-behind-closed-doors-uncharted-territories-await.json │ │ ├── the-forbidden-machine-room.json │ │ ├── the-forbidden-path-ahead.json │ │ ├── the-lockdown-decision-point.json │ │ ├── the-lockdown-experiment-begins.json │ │ ├── the-lockdown-security-protocol.json │ │ ├── the-mysterious-locked-chamber-1.json │ │ ├── the-mysterious-locked-chamber.json │ │ ├── the-mysterious-locked-door-1.json │ │ ├── the-mysterious-locked-door-2.json │ │ ├── the-mysterious-locked-door-3.json │ │ ├── the-mysterious-locked-door-4.json │ │ ├── the-mysterious-locked-door-5.json │ │ ├── the-mysterious-locked-door-6.json │ │ ├── the-mysterious-locked-door-7.json │ │ ├── the-mysterious-locked-door-8.json │ │ ├── the-mysterious-locked-door.json │ │ ├── the-story-can-be-named-exploring-the-forbidden-zone.json │ │ ├── unlocking-forbidden-corridor-secrets.json │ │ ├── unlocking-forbidden-industrial-secrets.json │ │ ├── unlocking-forbidden-machinery-room.json │ │ ├── unlocking-forbidden-machinery-secrets.json │ │ ├── unlocking-hidden-area-secrets.json │ │ ├── unlocking-the-forbidden-corridor.json │ │ ├── unlocking-the-forbidden-machinery-room.json │ │ ├── unlocking-the-forbidden-passage.json │ │ ├── unlocking-the-forbidden-pathway.json │ │ ├── unlocking-the-forbidden-room.json │ │ ├── unlocking-the-forbidden-sector.json │ │ ├── unlocking-the-forbidden-zone.json │ │ ├── unlocking-the-forbidding-doorway.json │ │ ├── unlocking-the-mysterious-restricted-area.json │ │ ├── unlocking-the-unknown.json │ │ ├── unlocking-the-unseen-forbidden-area-discovery.json │ │ ├── unseen-area.json │ │ ├── unseen-secrets-in-shadows.json │ │ └── whispers-of-industry-uncovering-the-prohibited-space.json │ ├── enemy-container │ │ └── enemy-container-lore.json │ ├── lore-notes │ │ ├── a-glimpse-into-arclight-citys-dark-side-with-hana.md │ │ ├── a-personal-note-to-a-pioneer.md │ │ ├── acehallarclightprank.md │ │ ├── adriel-taylors-most-wanted-cyberdeck-message.md │ │ ├── advanced-stealth-suit-prototype-description.md │ │ ├── advanced-technologies-compendium.md │ │ ├── advanced-weapons-manufacturing-facility-plans.md │ │ ├── aethertherapylogs.md │ │ ├── affordable-advanced-tech-solutions.md │ │ ├── ai-malfunction-logs.md │ │ ├── ai-rogue-terminal-logs.md │ │ ├── ai-therapist-glitch.md │ │ ├── ai-therapist-logs.md │ │ ├── alanatorresappeal.md │ │ ├── alexalastbreath.md │ │ ├── allisrecording.md │ │ ├── allysector7log.md │ │ ├── annihilatorretirement.md │ │ ├── anyapetrovamessage.md │ │ ├── ar-addiction-reality-glitch.md │ │ ├── ar-addiction-support-group.md │ │ ├── araddictionrecovery.md │ │ ├── araddictionsession17.md │ │ ├── arclight-85-foodriot.md │ │ ├── arclight-awakening.md │ │ ├── arclight-chronicles.md │ │ ├── arclight-city-gang-activity-report.md │ │ ├── arclight-city-murder.md │ │ ├── arclight-city-police-corruption.md │ │ ├── arclight-city-rogue-drone-incident.md │ │ ├── arclight-citys-hitman-organization-revealed.md │ │ ├── arclight-confessions.md │ │ ├── arclight-interrogation.md │ │ ├── arclight-letter.md │ │ ├── arclight-massacre.md │ │ ├── arclight-rebellion.md │ │ ├── arclight-refugee-crisis.md │ │ ├── arclight-threat.md │ │ ├── arclight-underworld-chloes-web.md │ │ ├── arclightaicrisis.md │ │ ├── arclightcityclimaterefugeereport.md │ │ ├── arclightcitycyberpsychoincidentreport.md │ │ ├── arclightcityjournal.md │ │ ├── arclightclinicbust.md │ │ ├── arclightcorruption.md │ │ ├── arclightcrisislog47.md │ │ ├── arclightdrowning.md │ │ ├── arclightghost.md │ │ ├── arclightimplant.md │ │ ├── arclightloveletter-1.md │ │ ├── arclightloveletter.md │ │ ├── arclightmassacre.md │ │ ├── arclightmemories.md │ │ ├── arclightnewsvreport.md │ │ ├── arclightnightmare-1.md │ │ ├── arclightnightmare-2.md │ │ ├── arclightnightmare-3.md │ │ ├── arclightnightmare.md │ │ ├── arclightraidreport.md │ │ ├── arclightriot.md │ │ ├── arclighttragedy.md │ │ ├── arrecoverystories.md │ │ ├── artificial-intelligence-paranoia.md │ │ ├── athenaprankwar.md │ │ ├── aura31sessionlog.md │ │ ├── beaubrownslastlog.md │ │ ├── bethena-amari-conversation.md │ │ ├── biohaven-revelations.md │ │ ├── biosynchimeralog.md │ │ ├── biosynconspiracy.md │ │ ├── biotechwarning.md │ │ ├── black-market-exchange.md │ │ ├── black-market-ransom.md │ │ ├── blackmarketjournal.md │ │ ├── blackthorn-log.md │ │ ├── blackthorne-eclipse.md │ │ ├── blessings-and-fate-in-pachinko.md │ │ ├── bloodstained-promise.md │ │ ├── bounty-hunter-contract-aprilette-white.md │ │ ├── brokentherapysessions.md │ │ ├── brothers-final-apology.md │ │ ├── call-to-action.md │ │ ├── carynexposesmegaestate.md │ │ ├── caution-notice-possible-korean-cyber-attack.md │ │ ├── chapter--revelation-13-the-beast-from-the-sea.md │ │ ├── chimerawarning.md │ │ ├── choomba-prank.md │ │ ├── chromebutcherrampage.md │ │ ├── circuitbreak-exposed.md │ │ ├── circuitbreak-memorial.md │ │ ├── circuitbreak-nuke.md │ │ ├── circuitbreak-reputation-at-risk.md │ │ ├── circuitbreak-scandal.md │ │ ├── circuitbreak-tragedy.md │ │ ├── circuitbreakadvertisement.md │ │ ├── circuitbreakcoverup.md │ │ ├── circuitbreakdiary-1.md │ │ ├── circuitbreakdiary.md │ │ ├── circuitbreakghosts.md │ │ ├── circuitbreakgrief.md │ │ ├── circuitbreakjournal-1.md │ │ ├── circuitbreakjournal.md │ │ ├── circuitbreakmemories.md │ │ ├── circuitbreakremembrance.md │ │ ├── circuitbreaktragedy.md │ │ ├── circuitbreaktruth-1.md │ │ ├── circuitbreaktruth.md │ │ ├── circuitbreakvendetta.md │ │ ├── clandestine-cargo.md │ │ ├── clemmysmith-blackmarket.md │ │ ├── climaterefugeecrisisinarclightcity.md │ │ ├── code-red-biocrisis.md │ │ ├── collaboration-proposal.md │ │ ├── collaborationproposal.md │ │ ├── coraliesessionlog.md │ │ ├── corporate-secrets.md │ │ ├── corporateconfessions.md │ │ ├── crime-arclight-city.md │ │ ├── cry-dispossessed.md │ │ ├── customer-complaint-frankie-collins.md │ │ ├── cyber-enhanced-physical-ability-implants.md │ │ ├── cyberai-2086.md │ │ ├── cybercrime-bust-report.md │ │ ├── cyberdefensead.md │ │ ├── cyberkitchenchaos.md │ │ ├── cyberlimb-blueprints-surveillance-systems-stealth-exoskeleton-schematics.md │ │ ├── cybernetic-assault.md │ │ ├── cybernetic-dawn.md │ │ ├── cybernetic-upgrade-ad.md │ │ ├── cyberprank-md.md │ │ ├── cyberpsycho-attack-arclight.md │ │ ├── cyberpsycho-attack.md │ │ ├── cyberpsycho-city.md │ │ ├── cyberpsycho-encounter.md │ │ ├── cyberpsycho-rampage-docks.md │ │ ├── cyberpsycho-rustdistrict-attack.md │ │ ├── cyberpsycho-rustdistrict-circuitbreak.md │ │ ├── cyberpsycho-slaughter.md │ │ ├── cyberpsychoattackreport.md │ │ ├── cyberpsychodiary.md │ │ ├── cyberpsychoincident.md │ │ ├── cyberware-regret-letter.md │ │ ├── daffi-rescue.md │ │ ├── dangerous-liaisons-in-cyberspace.md │ │ ├── dangerous-liaisons.md │ │ ├── daniel-circuitbreak-bombing-memo.md │ │ ├── data-chip-contents.md │ │ ├── data-heist.md │ │ ├── deadly-cyberpsycho-outbreak.md │ │ ├── dear-dad.md │ │ ├── desperate-plea.md │ │ ├── digital-pioneers-patron.md │ │ ├── dirty-dealings-handbook.md │ │ ├── dissatisfied-customer.md │ │ ├── dollscottbounty.md │ │ ├── downtown-gang-execution.md │ │ ├── downtowncyberpsychorampage-1.md │ │ ├── downtowncyberpsychorampage.md │ │ ├── echosixlasttransmission.md │ │ ├── eclipse.md │ │ ├── elarasmessage.md │ │ ├── eliasregret.md │ │ ├── embezzlement-suspect-at-large.md │ │ ├── exposing-circuitbreak-corruption.md │ │ ├── falloftower.md │ │ ├── family-hacking-request.md │ │ ├── familyletter.md │ │ ├── fascinating-encounter.md │ │ ├── fateful-encounter.md │ │ ├── fifi-aipet.md │ │ ├── forever-entwined-hearts.md │ │ ├── fury-fist-review.md │ │ ├── gang-territorial-expansion-video.md │ │ ├── ghostecho77plea.md │ │ ├── ghostecho7s-plea.md │ │ ├── ghostfirerampagesector7.md │ │ ├── ghostfiresrequest.md │ │ ├── ghostinthemachineforum.md │ │ ├── ghostprotocolextraction.md │ │ ├── ghostwalkerrampage.md │ │ ├── grantwhiteletter.md │ │ ├── greatequalizermessage.md │ │ ├── gwendolen-phillips.md │ │ ├── hackbots-md.md │ │ ├── hidden-desires-of-a-lonely-heart.md │ │ ├── hidden-footage.md │ │ ├── hivewhispers.md │ │ ├── hollyanneprank.md │ │ ├── holographicresistancecall-md.md │ │ ├── hostage-threat.md │ │ ├── illicit-partnership.md │ │ ├── im-sage-implants.md │ │ ├── implantfragments.md │ │ ├── implantglitch.md │ │ ├── implantmalfunction.md │ │ ├── ineswhitefile.md │ │ ├── inmemoryof.md │ │ ├── innovative-engineering-solutions-blueprints.md │ │ ├── ironcladjaxlastfight.md │ │ ├── jehannas-note.md │ │ ├── jestermalfunctionreport.md │ │ ├── jones-interview.md │ │ ├── kael-veyra-log.md │ │ ├── kaelveyralog.md │ │ ├── kaelveyraretiring.md │ │ ├── kaifinaltransmission-1.md │ │ ├── kaifinaltransmission.md │ │ ├── kailasttransmission-1.md │ │ ├── kailasttransmission.md │ │ ├── kaislaststand.md │ │ ├── kaitoslastlog.md │ │ ├── kaitoslog42.md │ │ ├── krysta-phillips.md │ │ ├── lab-notes-confidential.md │ │ ├── lanihallencryptionrequest.md │ │ ├── lastwordsoflaverna.md │ │ ├── legendofv-1.md │ │ ├── legendofv.md │ │ ├── lethia-flores.md │ │ ├── letter-of-the-iron-maiden.md │ │ ├── lettertofather.md │ │ ├── letti-message.md │ │ ├── lianneslastlog.md │ │ ├── liannesmessage.md │ │ ├── life-in-the-shadows.md │ │ ├── local-legends-abound.md │ │ ├── longing-to-be-yours-again.md │ │ ├── lost-hope.md │ │ ├── lost-voices.md │ │ ├── love-beyond-boundaries.md │ │ ├── lover-letter.md │ │ ├── maintaining-connections.md │ │ ├── malachiproposal.md │ │ ├── manhunt-dangerous-traitor.md │ │ ├── marionmegaestate.md │ │ ├── markdown-lukaprankgonewrong.md │ │ ├── marnias-message.md │ │ ├── marty-letter.md │ │ ├── maxine-admirer.md │ │ ├── maxines-story.md │ │ ├── mayasglitchlog.md │ │ ├── mega-corps-report.md │ │ ├── megacorptutorial.md │ │ ├── memofromdollhill.md │ │ ├── menacingmessageunearthed-txt.md │ │ ├── mercenaryguilt.md │ │ ├── moral-crisis-at-circuitbreak-security-inc.md │ │ ├── morganicamalachi.md │ │ ├── my-hero-lilith.md │ │ ├── myfinalmessage.md │ │ ├── mysteriousmercenaryreport-thelegendofv.md │ │ ├── nan-nguyen-botched-aug.md │ │ ├── neonbladelog.md │ │ ├── neonshard.md │ │ ├── neural-interface-hack.md │ │ ├── neural-network-the-future-of-human-interaction.md │ │ ├── neuralblocker-seller.md │ │ ├── neuralghostsechoes.md │ │ ├── neuralinterfacehack.md │ │ ├── neuralnexus-therapy-glitch.md │ │ ├── neuraltrustbreak.md │ │ ├── new-beginnings.md │ │ ├── nightfall-review.md │ │ ├── october12-circuitbreak.md │ │ ├── operativelog-shatteredtrust.md │ │ ├── oracleinsurrection.md │ │ ├── oraclemalfunctionreport.md │ │ ├── oracleprankstercode.md │ │ ├── organicanarchyfinals.md │ │ ├── pachinko-cultists-a-new-obsession.md │ │ ├── pachinko-cultists-wreak-havoc.md │ │ ├── pachinko-prophecy.md │ │ ├── pigeonrevolt.md │ │ ├── pixel-ai.md │ │ ├── prank-gone-wrong.md │ │ ├── private-funding-preference.md │ │ ├── production-pause-on-new-neural-implants.md │ │ ├── project-eclipse-exposed.md │ │ ├── project-ethereal-confidential.md │ │ ├── project-nightfall-update.md │ │ ├── projectblacklotus.md │ │ ├── projectchimeralog.md │ │ ├── raven7bincidentreport.md │ │ ├── ravenclawproducttest.md │ │ ├── razorbackrampage.md │ │ ├── razorsmartsphincterissue.md │ │ ├── realitybitessession-1.md │ │ ├── realitybitessession.md │ │ ├── rebel-rampage.md │ │ ├── rebellion-begins-with-one-step.md │ │ ├── red-bar-nightmare.md │ │ ├── red-scourge.md │ │ ├── redactedsphincterimplantcomplaint.md │ │ ├── redbarshowdown.md │ │ ├── regretanddebt.md │ │ ├── regretechoes.md │ │ ├── regretfulfragments.md │ │ ├── regretfulmemories.md │ │ ├── reminiscing-about-our-final-job-together.md │ │ ├── researchnoteshumor.md │ │ ├── revolution-against-corporate-greed.md │ │ ├── revolution-against-corruption.md │ │ ├── revolutionary-call-to-action.md │ │ ├── rexfordslog72.md │ │ ├── rip-trix.md │ │ ├── risky-proposition.md │ │ ├── rival-corporate-data-breach-plotted.md │ │ ├── robert-smith-elimination-reward-request.md │ │ ├── robinettajournal.md │ │ ├── rogueaiapocalypse.md │ │ ├── roguedroneincident.md │ │ ├── roguehellfiredrone.md │ │ ├── roguesparklog.md │ │ ├── rozanneterminallog.md │ │ ├── rustysprocketincident.md │ │ ├── rustysprocketnightmare.md │ │ ├── rx87-incident.md │ │ ├── sashaletter.md │ │ ├── sentientterminal.md │ │ ├── serenitysessionlogs.md │ │ ├── server-hack-job.md │ │ ├── shadow-figure-threat.md │ │ ├── shadow-fixer.md │ │ ├── shadowydeal.md │ │ ├── shatteredtrust.md │ │ ├── shenas-plea.md │ │ ├── singularity-protocol.md │ │ ├── smartsphincterimplantfailure.md │ │ ├── smugglerinventory.md │ │ ├── smugglers-inventory-1.md │ │ ├── smugglers-inventory.md │ │ ├── soul-saving-gameplay.md │ │ ├── steelfistsretirement.md │ │ ├── surviving-cyberpsycho-carnage.md │ │ ├── survivorstestimony.md │ │ ├── suspiciousclientnotice.md │ │ ├── synthbitesriot.md │ │ ├── synthetic-food-fiasco.md │ │ ├── synthfeastchaos.md │ │ ├── taixingsecuritybreach.md │ │ ├── taixingtyphoon2080-poster.md │ │ ├── tall-man-at-the-docks.md │ │ ├── terminalaccess-criticalfailure.md │ │ ├── terminalaccess.md │ │ ├── terminalfinallog.md │ │ ├── terminalreport-v.md │ │ ├── the-cyborg-experiment-a-cautionary-tale.md │ │ ├── the-fall-of-circuitbreak.md │ │ ├── the-legend-of-v-1.md │ │ ├── the-legend-of-v.md │ │ ├── the-signal-story.md │ │ ├── the-wired-wraith-incident.md │ │ ├── thelegendofv-1.md │ │ ├── thelegendofv.md │ │ ├── therapylogssession127.md │ │ ├── title-whispers-from-the-red-bar.md │ │ ├── trapped-in-the-shadows.md │ │ ├── truama-team-medical-services-save-your-life-today.md │ │ ├── tuckerjacksonlastbroadcast.md │ │ ├── ua7incidentreport.md │ │ ├── ultimate-security-system.md │ │ ├── umcba.md │ │ ├── undercover-operation-megaestate.md │ │ ├── underground-augmentation-tragedy.md │ │ ├── unraveling-the-luxury-web.md │ │ ├── unveiled-vengeance.md │ │ ├── upgradearclightcitizen.md │ │ ├── urban-legacy.md │ │ ├── urgent-warning.md │ │ ├── v-1.md │ │ ├── v-arclightcity.md │ │ ├── v-channel7report.md │ │ ├── v-legacy.md │ │ ├── v-legendary-mercenary.md │ │ ├── v-phantomexecutioner.md │ │ ├── v.md │ │ ├── varclightlegend.md │ │ ├── varclightreport.md │ │ ├── venigmainvestigates.md │ │ ├── venigmareport.md │ │ ├── verinagonzalezterroristattack.md │ │ ├── veronica-clarks-call-for-revolution.md │ │ ├── vghostinthemachine-1.md │ │ ├── vghostinthemachine.md │ │ ├── voices-neuro-hack-nightmare.md │ │ ├── voices-of-the-hacked.md │ │ ├── voicesinthegrid.md │ │ ├── volkovschimerawarning.md │ │ ├── vr-dating-glitch.md │ │ ├── vrdatedisaster.md │ │ ├── vrdatingdisaster.md │ │ ├── vreturnswhopays.md │ │ ├── vthelegend.md │ │ ├── vthephantomblade.md │ │ ├── war-torn-love.md │ │ ├── whispererconfession.md │ │ ├── whisperers-dilemma.md │ │ ├── whispers-of-danger-and-truth-in-arclight-city.md │ │ ├── wraithdatapad.md │ │ ├── zero-byte-encounter.md │ │ └── zerobytesghostprotocol.md │ ├── scenario │ │ ├── dungeon-health-sacrifice.json │ │ └── dungeon-time-sacrifice.json │ ├── translation-keywords.json │ ├── translation.json │ └── tutorial │ │ ├── afk-task.md │ │ ├── attributes.md │ │ ├── auto-gather.md │ │ ├── backpack.md │ │ ├── black-market.md │ │ ├── currency.md │ │ ├── equipment-calibration.md │ │ ├── equipment-repair.md │ │ ├── equipment-upgrade.md │ │ ├── follow-up-lottery.md │ │ ├── gang-upkeep.md │ │ ├── hideout-raid.md │ │ ├── hit-bounty.md │ │ ├── intelligence-contract.md │ │ ├── inventory.md │ │ ├── investigation.md │ │ ├── job-level.md │ │ ├── mercenary.md │ │ ├── psychosis.md │ │ ├── stock-market.md │ │ └── territory.md ├── de │ ├── encounter-choices │ │ ├── accessing-restricted-facility-area.json │ │ ├── accessing-restricted-factory-zones.json │ │ ├── behind-the-locked-door.json │ │ ├── beyond-the-forbidden-door.json │ │ ├── beyond-the-locked-door-1.json │ │ ├── beyond-the-locked-door-2.json │ │ ├── beyond-the-locked-door-3.json │ │ ├── beyond-the-locked-door-4.json │ │ ├── beyond-the-locked-door.json │ │ ├── beyond-the-locked-doorway-1.json │ │ ├── beyond-the-locked-doorway-2.json │ │ ├── beyond-the-locked-doorway.json │ │ ├── beyond-the-locked-entrance-1.json │ │ ├── beyond-the-locked-entrance.json │ │ ├── door-beyond-the-darkness.json │ │ ├── door-to-forbidden-machinery.json │ │ ├── echoes-and-secrets.json │ │ ├── echoes-in-the-forbidden-zone.json │ │ ├── echoes-of-forbidden-territory.json │ │ ├── exploring-the-forbidden-machinery-area.json │ │ ├── forbidden-access-area-ahead.json │ │ ├── forbidden-area-access-denied.json │ │ ├── forbidden-area-discovery-1.json │ │ ├── forbidden-area-discovery-2.json │ │ ├── forbidden-area-discovery.json │ │ ├── forbidden-area-unlocking-secrets.json │ │ ├── forbidden-area.json │ │ ├── forbidden-discovery-2.json │ │ ├── forbidden-discovery.json │ │ ├── forbidden-exploration-1.json │ │ ├── forbidden-exploration-2.json │ │ ├── forbidden-exploration.json │ │ ├── forbidden-machinery-1.json │ │ ├── forbidden-machinery-2.json │ │ ├── forbidden-machinery-3.json │ │ ├── forbidden-machinery-access-point.json │ │ ├── forbidden-machinery-deep-within.json │ │ ├── forbidden-machinery-discovery.json │ │ ├── forbidden-machinery-exploration-1.json │ │ ├── forbidden-machinery-exploration.json │ │ ├── forbidden-machinery.json │ │ ├── here-is-a-short-name-for-the-given-story-with-exactly-four-words-beyond-the-locked-door.json │ │ ├── hidden-area-heard.json │ │ ├── hidden-area-hidden.json │ │ ├── hidden-area-unlocked.json │ │ ├── hidden-discovery.json │ │ ├── hidden-exploration-secrets-behind-closed-doors.json │ │ ├── hidden-halls-of-humming.json │ │ ├── into-the-forbidden-room.json │ │ ├── locked-door-adventure-1.json │ │ ├── locked-door-adventure.json │ │ ├── locked-door-dilemma.json │ │ ├── locked-door-lore.json │ │ ├── locked-door-lure.json │ │ ├── locked-door-mystery-unfolds.json │ │ ├── locked-room-lore.json │ │ ├── mysterious-hum-the-road-to-enlightenment.json │ │ ├── off-limits-adventure-unlocking-the-forbidden-door.json │ │ ├── off-limits-area-unlocked.json │ │ ├── off-limits-machinery.json │ │ ├── secret-passageway-unlocked.json │ │ ├── secret-soundscapes-off-limits.json │ │ ├── secret-spaces-exploration.json │ │ ├── secrets-behind-closed-doors-uncharted-territories-await.json │ │ ├── the-forbidden-machine-room.json │ │ ├── the-forbidden-path-ahead.json │ │ ├── the-lockdown-decision-point.json │ │ ├── the-lockdown-experiment-begins.json │ │ ├── the-lockdown-security-protocol.json │ │ ├── the-mysterious-locked-chamber-1.json │ │ ├── the-mysterious-locked-chamber.json │ │ ├── the-mysterious-locked-door-1.json │ │ ├── the-mysterious-locked-door-2.json │ │ ├── the-mysterious-locked-door-3.json │ │ ├── the-mysterious-locked-door-4.json │ │ ├── the-mysterious-locked-door-5.json │ │ ├── the-mysterious-locked-door-6.json │ │ ├── the-mysterious-locked-door-7.json │ │ ├── the-mysterious-locked-door-8.json │ │ ├── the-mysterious-locked-door.json │ │ ├── the-story-can-be-named-exploring-the-forbidden-zone.json │ │ ├── unlocking-forbidden-corridor-secrets.json │ │ ├── unlocking-forbidden-industrial-secrets.json │ │ ├── unlocking-forbidden-machinery-room.json │ │ ├── unlocking-forbidden-machinery-secrets.json │ │ ├── unlocking-hidden-area-secrets.json │ │ ├── unlocking-the-forbidden-corridor.json │ │ ├── unlocking-the-forbidden-machinery-room.json │ │ ├── unlocking-the-forbidden-passage.json │ │ ├── unlocking-the-forbidden-pathway.json │ │ ├── unlocking-the-forbidden-room.json │ │ ├── unlocking-the-forbidden-sector.json │ │ ├── unlocking-the-forbidden-zone.json │ │ ├── unlocking-the-forbidding-doorway.json │ │ ├── unlocking-the-mysterious-restricted-area.json │ │ ├── unlocking-the-unknown.json │ │ ├── unlocking-the-unseen-forbidden-area-discovery.json │ │ ├── unseen-area.json │ │ ├── unseen-secrets-in-shadows.json │ │ └── whispers-of-industry-uncovering-the-prohibited-space.json │ ├── enemy-container │ │ └── enemy-container-lore.json │ ├── lore-notes │ │ ├── a-glimpse-into-arclight-citys-dark-side-with-hana.md │ │ ├── a-personal-note-to-a-pioneer.md │ │ ├── acehallarclightprank.md │ │ ├── adriel-taylors-most-wanted-cyberdeck-message.md │ │ ├── advanced-stealth-suit-prototype-description.md │ │ ├── advanced-technologies-compendium.md │ │ ├── advanced-weapons-manufacturing-facility-plans.md │ │ ├── aethertherapylogs.md │ │ ├── affordable-advanced-tech-solutions.md │ │ ├── ai-malfunction-logs.md │ │ ├── ai-rogue-terminal-logs.md │ │ ├── ai-therapist-glitch.md │ │ ├── ai-therapist-logs.md │ │ ├── alanatorresappeal.md │ │ ├── alexalastbreath.md │ │ ├── allisrecording.md │ │ ├── allysector7log.md │ │ ├── annihilatorretirement.md │ │ ├── anyapetrovamessage.md │ │ ├── ar-addiction-reality-glitch.md │ │ ├── ar-addiction-support-group.md │ │ ├── araddictionrecovery.md │ │ ├── araddictionsession17.md │ │ ├── arclight-85-foodriot.md │ │ ├── arclight-awakening.md │ │ ├── arclight-chronicles.md │ │ ├── arclight-city-gang-activity-report.md │ │ ├── arclight-city-murder.md │ │ ├── arclight-city-police-corruption.md │ │ ├── arclight-city-rogue-drone-incident.md │ │ ├── arclight-citys-hitman-organization-revealed.md │ │ ├── arclight-confessions.md │ │ ├── arclight-interrogation.md │ │ ├── arclight-letter.md │ │ ├── arclight-massacre.md │ │ ├── arclight-rebellion.md │ │ ├── arclight-refugee-crisis.md │ │ ├── arclight-threat.md │ │ ├── arclight-underworld-chloes-web.md │ │ ├── arclightaicrisis.md │ │ ├── arclightcityclimaterefugeereport.md │ │ ├── arclightcitycyberpsychoincidentreport.md │ │ ├── arclightcityjournal.md │ │ ├── arclightclinicbust.md │ │ ├── arclightcorruption.md │ │ ├── arclightcrisislog47.md │ │ ├── arclightdrowning.md │ │ ├── arclightghost.md │ │ ├── arclightimplant.md │ │ ├── arclightloveletter-1.md │ │ ├── arclightloveletter.md │ │ ├── arclightmassacre.md │ │ ├── arclightmemories.md │ │ ├── arclightnewsvreport.md │ │ ├── arclightnightmare-1.md │ │ ├── arclightnightmare-2.md │ │ ├── arclightnightmare-3.md │ │ ├── arclightnightmare.md │ │ ├── arclightraidreport.md │ │ ├── arclightriot.md │ │ ├── arclighttragedy.md │ │ ├── arrecoverystories.md │ │ ├── artificial-intelligence-paranoia.md │ │ ├── athenaprankwar.md │ │ ├── aura31sessionlog.md │ │ ├── beaubrownslastlog.md │ │ ├── bethena-amari-conversation.md │ │ ├── biohaven-revelations.md │ │ ├── biosynchimeralog.md │ │ ├── biosynconspiracy.md │ │ ├── biotechwarning.md │ │ ├── black-market-exchange.md │ │ ├── black-market-ransom.md │ │ ├── blackmarketjournal.md │ │ ├── blackthorn-log.md │ │ ├── blackthorne-eclipse.md │ │ ├── blessings-and-fate-in-pachinko.md │ │ ├── bloodstained-promise.md │ │ ├── bounty-hunter-contract-aprilette-white.md │ │ ├── brokentherapysessions.md │ │ ├── brothers-final-apology.md │ │ ├── call-to-action.md │ │ ├── carynexposesmegaestate.md │ │ ├── caution-notice-possible-korean-cyber-attack.md │ │ ├── chapter--revelation-13-the-beast-from-the-sea.md │ │ ├── chimerawarning.md │ │ ├── choomba-prank.md │ │ ├── chromebutcherrampage.md │ │ ├── circuitbreak-exposed.md │ │ ├── circuitbreak-memorial.md │ │ ├── circuitbreak-nuke.md │ │ ├── circuitbreak-reputation-at-risk.md │ │ ├── circuitbreak-scandal.md │ │ ├── circuitbreak-tragedy.md │ │ ├── circuitbreakadvertisement.md │ │ ├── circuitbreakcoverup.md │ │ ├── circuitbreakdiary-1.md │ │ ├── circuitbreakdiary.md │ │ ├── circuitbreakghosts.md │ │ ├── circuitbreakgrief.md │ │ ├── circuitbreakjournal-1.md │ │ ├── circuitbreakjournal.md │ │ ├── circuitbreakmemories.md │ │ ├── circuitbreakremembrance.md │ │ ├── circuitbreaktragedy.md │ │ ├── circuitbreaktruth-1.md │ │ ├── circuitbreaktruth.md │ │ ├── circuitbreakvendetta.md │ │ ├── clandestine-cargo.md │ │ ├── clemmysmith-blackmarket.md │ │ ├── climaterefugeecrisisinarclightcity.md │ │ ├── code-red-biocrisis.md │ │ ├── collaboration-proposal.md │ │ ├── collaborationproposal.md │ │ ├── coraliesessionlog.md │ │ ├── corporate-secrets.md │ │ ├── corporateconfessions.md │ │ ├── crime-arclight-city.md │ │ ├── cry-dispossessed.md │ │ ├── customer-complaint-frankie-collins.md │ │ ├── cyber-enhanced-physical-ability-implants.md │ │ ├── cyberai-2086.md │ │ ├── cybercrime-bust-report.md │ │ ├── cyberdefensead.md │ │ ├── cyberkitchenchaos.md │ │ ├── cyberlimb-blueprints-surveillance-systems-stealth-exoskeleton-schematics.md │ │ ├── cybernetic-assault.md │ │ ├── cybernetic-dawn.md │ │ ├── cybernetic-upgrade-ad.md │ │ ├── cyberprank-md.md │ │ ├── cyberpsycho-attack-arclight.md │ │ ├── cyberpsycho-attack.md │ │ ├── cyberpsycho-city.md │ │ ├── cyberpsycho-encounter.md │ │ ├── cyberpsycho-rampage-docks.md │ │ ├── cyberpsycho-rustdistrict-attack.md │ │ ├── cyberpsycho-rustdistrict-circuitbreak.md │ │ ├── cyberpsycho-slaughter.md │ │ ├── cyberpsychoattackreport.md │ │ ├── cyberpsychodiary.md │ │ ├── cyberpsychoincident.md │ │ ├── cyberware-regret-letter.md │ │ ├── daffi-rescue.md │ │ ├── dangerous-liaisons-in-cyberspace.md │ │ ├── dangerous-liaisons.md │ │ ├── daniel-circuitbreak-bombing-memo.md │ │ ├── data-chip-contents.md │ │ ├── data-heist.md │ │ ├── deadly-cyberpsycho-outbreak.md │ │ ├── dear-dad.md │ │ ├── desperate-plea.md │ │ ├── digital-pioneers-patron.md │ │ ├── dirty-dealings-handbook.md │ │ ├── dissatisfied-customer.md │ │ ├── dollscottbounty.md │ │ ├── downtown-gang-execution.md │ │ ├── downtowncyberpsychorampage-1.md │ │ ├── downtowncyberpsychorampage.md │ │ ├── echosixlasttransmission.md │ │ ├── eclipse.md │ │ ├── elarasmessage.md │ │ ├── eliasregret.md │ │ ├── embezzlement-suspect-at-large.md │ │ ├── exposing-circuitbreak-corruption.md │ │ ├── falloftower.md │ │ ├── family-hacking-request.md │ │ ├── familyletter.md │ │ ├── fascinating-encounter.md │ │ ├── fateful-encounter.md │ │ ├── fifi-aipet.md │ │ ├── forever-entwined-hearts.md │ │ ├── fury-fist-review.md │ │ ├── gang-territorial-expansion-video.md │ │ ├── ghostecho77plea.md │ │ ├── ghostecho7s-plea.md │ │ ├── ghostfirerampagesector7.md │ │ ├── ghostfiresrequest.md │ │ ├── ghostinthemachineforum.md │ │ ├── ghostprotocolextraction.md │ │ ├── ghostwalkerrampage.md │ │ ├── grantwhiteletter.md │ │ ├── greatequalizermessage.md │ │ ├── gwendolen-phillips.md │ │ ├── hackbots-md.md │ │ ├── hidden-desires-of-a-lonely-heart.md │ │ ├── hidden-footage.md │ │ ├── hivewhispers.md │ │ ├── hollyanneprank.md │ │ ├── holographicresistancecall-md.md │ │ ├── hostage-threat.md │ │ ├── illicit-partnership.md │ │ ├── im-sage-implants.md │ │ ├── implantfragments.md │ │ ├── implantglitch.md │ │ ├── implantmalfunction.md │ │ ├── ineswhitefile.md │ │ ├── inmemoryof.md │ │ ├── innovative-engineering-solutions-blueprints.md │ │ ├── ironcladjaxlastfight.md │ │ ├── jehannas-note.md │ │ ├── jestermalfunctionreport.md │ │ ├── jones-interview.md │ │ ├── kael-veyra-log.md │ │ ├── kaelveyralog.md │ │ ├── kaelveyraretiring.md │ │ ├── kaifinaltransmission-1.md │ │ ├── kaifinaltransmission.md │ │ ├── kailasttransmission-1.md │ │ ├── kailasttransmission.md │ │ ├── kaislaststand.md │ │ ├── kaitoslastlog.md │ │ ├── kaitoslog42.md │ │ ├── krysta-phillips.md │ │ ├── lab-notes-confidential.md │ │ ├── lanihallencryptionrequest.md │ │ ├── lastwordsoflaverna.md │ │ ├── legendofv-1.md │ │ ├── legendofv.md │ │ ├── lethia-flores.md │ │ ├── letter-of-the-iron-maiden.md │ │ ├── lettertofather.md │ │ ├── letti-message.md │ │ ├── lianneslastlog.md │ │ ├── liannesmessage.md │ │ ├── life-in-the-shadows.md │ │ ├── local-legends-abound.md │ │ ├── longing-to-be-yours-again.md │ │ ├── lost-hope.md │ │ ├── lost-voices.md │ │ ├── love-beyond-boundaries.md │ │ ├── lover-letter.md │ │ ├── maintaining-connections.md │ │ ├── malachiproposal.md │ │ ├── manhunt-dangerous-traitor.md │ │ ├── marionmegaestate.md │ │ ├── markdown-lukaprankgonewrong.md │ │ ├── marnias-message.md │ │ ├── marty-letter.md │ │ ├── maxine-admirer.md │ │ ├── maxines-story.md │ │ ├── mayasglitchlog.md │ │ ├── mega-corps-report.md │ │ ├── megacorptutorial.md │ │ ├── memofromdollhill.md │ │ ├── menacingmessageunearthed-txt.md │ │ ├── mercenaryguilt.md │ │ ├── moral-crisis-at-circuitbreak-security-inc.md │ │ ├── morganicamalachi.md │ │ ├── my-hero-lilith.md │ │ ├── myfinalmessage.md │ │ ├── mysteriousmercenaryreport-thelegendofv.md │ │ ├── nan-nguyen-botched-aug.md │ │ ├── neonbladelog.md │ │ ├── neonshard.md │ │ ├── neural-interface-hack.md │ │ ├── neural-network-the-future-of-human-interaction.md │ │ ├── neuralblocker-seller.md │ │ ├── neuralghostsechoes.md │ │ ├── neuralinterfacehack.md │ │ ├── neuralnexus-therapy-glitch.md │ │ ├── neuraltrustbreak.md │ │ ├── new-beginnings.md │ │ ├── nightfall-review.md │ │ ├── october12-circuitbreak.md │ │ ├── operativelog-shatteredtrust.md │ │ ├── oracleinsurrection.md │ │ ├── oraclemalfunctionreport.md │ │ ├── oracleprankstercode.md │ │ ├── organicanarchyfinals.md │ │ ├── pachinko-cultists-a-new-obsession.md │ │ ├── pachinko-cultists-wreak-havoc.md │ │ ├── pachinko-prophecy.md │ │ ├── pigeonrevolt.md │ │ ├── pixel-ai.md │ │ ├── prank-gone-wrong.md │ │ ├── private-funding-preference.md │ │ ├── production-pause-on-new-neural-implants.md │ │ ├── project-eclipse-exposed.md │ │ ├── project-ethereal-confidential.md │ │ ├── project-nightfall-update.md │ │ ├── projectblacklotus.md │ │ ├── projectchimeralog.md │ │ ├── raven7bincidentreport.md │ │ ├── ravenclawproducttest.md │ │ ├── razorbackrampage.md │ │ ├── razorsmartsphincterissue.md │ │ ├── realitybitessession-1.md │ │ ├── realitybitessession.md │ │ ├── rebel-rampage.md │ │ ├── rebellion-begins-with-one-step.md │ │ ├── red-bar-nightmare.md │ │ ├── red-scourge.md │ │ ├── redactedsphincterimplantcomplaint.md │ │ ├── redbarshowdown.md │ │ ├── regretanddebt.md │ │ ├── regretechoes.md │ │ ├── regretfulfragments.md │ │ ├── regretfulmemories.md │ │ ├── reminiscing-about-our-final-job-together.md │ │ ├── researchnoteshumor.md │ │ ├── revolution-against-corporate-greed.md │ │ ├── revolution-against-corruption.md │ │ ├── revolutionary-call-to-action.md │ │ ├── rexfordslog72.md │ │ ├── rip-trix.md │ │ ├── risky-proposition.md │ │ ├── rival-corporate-data-breach-plotted.md │ │ ├── robert-smith-elimination-reward-request.md │ │ ├── robinettajournal.md │ │ ├── rogueaiapocalypse.md │ │ ├── roguedroneincident.md │ │ ├── roguehellfiredrone.md │ │ ├── roguesparklog.md │ │ ├── rozanneterminallog.md │ │ ├── rustysprocketincident.md │ │ ├── rustysprocketnightmare.md │ │ ├── rx87-incident.md │ │ ├── sashaletter.md │ │ ├── sentientterminal.md │ │ ├── serenitysessionlogs.md │ │ ├── server-hack-job.md │ │ ├── shadow-figure-threat.md │ │ ├── shadow-fixer.md │ │ ├── shadowydeal.md │ │ ├── shatteredtrust.md │ │ ├── shenas-plea.md │ │ ├── singularity-protocol.md │ │ ├── smartsphincterimplantfailure.md │ │ ├── smugglerinventory.md │ │ ├── smugglers-inventory-1.md │ │ ├── smugglers-inventory.md │ │ ├── soul-saving-gameplay.md │ │ ├── steelfistsretirement.md │ │ ├── surviving-cyberpsycho-carnage.md │ │ ├── survivorstestimony.md │ │ ├── suspiciousclientnotice.md │ │ ├── synthbitesriot.md │ │ ├── synthetic-food-fiasco.md │ │ ├── synthfeastchaos.md │ │ ├── taixingsecuritybreach.md │ │ ├── taixingtyphoon2080-poster.md │ │ ├── tall-man-at-the-docks.md │ │ ├── terminalaccess-criticalfailure.md │ │ ├── terminalaccess.md │ │ ├── terminalfinallog.md │ │ ├── terminalreport-v.md │ │ ├── the-cyborg-experiment-a-cautionary-tale.md │ │ ├── the-fall-of-circuitbreak.md │ │ ├── the-legend-of-v-1.md │ │ ├── the-legend-of-v.md │ │ ├── the-signal-story.md │ │ ├── the-wired-wraith-incident.md │ │ ├── thelegendofv-1.md │ │ ├── thelegendofv.md │ │ ├── therapylogssession127.md │ │ ├── title-whispers-from-the-red-bar.md │ │ ├── trapped-in-the-shadows.md │ │ ├── truama-team-medical-services-save-your-life-today.md │ │ ├── tuckerjacksonlastbroadcast.md │ │ ├── ua7incidentreport.md │ │ ├── ultimate-security-system.md │ │ ├── umcba.md │ │ ├── undercover-operation-megaestate.md │ │ ├── underground-augmentation-tragedy.md │ │ ├── unraveling-the-luxury-web.md │ │ ├── unveiled-vengeance.md │ │ ├── upgradearclightcitizen.md │ │ ├── urban-legacy.md │ │ ├── urgent-warning.md │ │ ├── v-1.md │ │ ├── v-arclightcity.md │ │ ├── v-channel7report.md │ │ ├── v-legacy.md │ │ ├── v-legendary-mercenary.md │ │ ├── v-phantomexecutioner.md │ │ ├── v.md │ │ ├── varclightlegend.md │ │ ├── varclightreport.md │ │ ├── venigmainvestigates.md │ │ ├── venigmareport.md │ │ ├── verinagonzalezterroristattack.md │ │ ├── veronica-clarks-call-for-revolution.md │ │ ├── vghostinthemachine-1.md │ │ ├── vghostinthemachine.md │ │ ├── voices-neuro-hack-nightmare.md │ │ ├── voices-of-the-hacked.md │ │ ├── voicesinthegrid.md │ │ ├── volkovschimerawarning.md │ │ ├── vr-dating-glitch.md │ │ ├── vrdatedisaster.md │ │ ├── vrdatingdisaster.md │ │ ├── vreturnswhopays.md │ │ ├── vthelegend.md │ │ ├── vthephantomblade.md │ │ ├── war-torn-love.md │ │ ├── whispererconfession.md │ │ ├── whisperers-dilemma.md │ │ ├── whispers-of-danger-and-truth-in-arclight-city.md │ │ ├── wraithdatapad.md │ │ ├── zero-byte-encounter.md │ │ └── zerobytesghostprotocol.md │ ├── scenario │ │ ├── dungeon-health-sacrifice.json │ │ └── dungeon-time-sacrifice.json │ ├── translation-keywords.json │ ├── translation.json │ └── tutorial │ │ ├── afk-task.md │ │ ├── attributes.md │ │ ├── auto-gather.md │ │ ├── backpack.md │ │ ├── black-market.md │ │ ├── currency.md │ │ ├── equipment-calibration.md │ │ ├── equipment-repair.md │ │ ├── equipment-upgrade.md │ │ ├── follow-up-lottery.md │ │ ├── gang-upkeep.md │ │ ├── hideout-raid.md │ │ ├── hit-bounty.md │ │ ├── intelligence-contract.md │ │ ├── inventory.md │ │ ├── investigation.md │ │ ├── job-level.md │ │ ├── mercenary.md │ │ ├── psychosis.md │ │ ├── stock-market.md │ │ └── territory.md ├── en │ ├── encounter-choices │ │ ├── accessing-restricted-facility-area.json │ │ ├── accessing-restricted-factory-zones.json │ │ ├── behind-the-locked-door.json │ │ ├── beyond-the-forbidden-door.json │ │ ├── beyond-the-locked-door-1.json │ │ ├── beyond-the-locked-door-2.json │ │ ├── beyond-the-locked-door-3.json │ │ ├── beyond-the-locked-door-4.json │ │ ├── beyond-the-locked-door.json │ │ ├── beyond-the-locked-doorway-1.json │ │ ├── beyond-the-locked-doorway-2.json │ │ ├── beyond-the-locked-doorway.json │ │ ├── beyond-the-locked-entrance-1.json │ │ ├── beyond-the-locked-entrance.json │ │ ├── door-beyond-the-darkness.json │ │ ├── door-to-forbidden-machinery.json │ │ ├── echoes-and-secrets.json │ │ ├── echoes-in-the-forbidden-zone.json │ │ ├── echoes-of-forbidden-territory.json │ │ ├── exploring-the-forbidden-machinery-area.json │ │ ├── forbidden-access-area-ahead.json │ │ ├── forbidden-area-access-denied.json │ │ ├── forbidden-area-discovery-1.json │ │ ├── forbidden-area-discovery-2.json │ │ ├── forbidden-area-discovery.json │ │ ├── forbidden-area-unlocking-secrets.json │ │ ├── forbidden-area.json │ │ ├── forbidden-discovery-2.json │ │ ├── forbidden-discovery.json │ │ ├── forbidden-exploration-1.json │ │ ├── forbidden-exploration-2.json │ │ ├── forbidden-exploration.json │ │ ├── forbidden-machinery-1.json │ │ ├── forbidden-machinery-2.json │ │ ├── forbidden-machinery-3.json │ │ ├── forbidden-machinery-access-point.json │ │ ├── forbidden-machinery-deep-within.json │ │ ├── forbidden-machinery-discovery.json │ │ ├── forbidden-machinery-exploration-1.json │ │ ├── forbidden-machinery-exploration.json │ │ ├── forbidden-machinery.json │ │ ├── here-is-a-short-name-for-the-given-story-with-exactly-four-words-beyond-the-locked-door.json │ │ ├── hidden-area-heard.json │ │ ├── hidden-area-hidden.json │ │ ├── hidden-area-unlocked.json │ │ ├── hidden-discovery.json │ │ ├── hidden-exploration-secrets-behind-closed-doors.json │ │ ├── hidden-halls-of-humming.json │ │ ├── into-the-forbidden-room.json │ │ ├── locked-door-adventure-1.json │ │ ├── locked-door-adventure.json │ │ ├── locked-door-dilemma.json │ │ ├── locked-door-lore.json │ │ ├── locked-door-lure.json │ │ ├── locked-door-mystery-unfolds.json │ │ ├── locked-room-lore.json │ │ ├── mysterious-hum-the-road-to-enlightenment.json │ │ ├── off-limits-adventure-unlocking-the-forbidden-door.json │ │ ├── off-limits-area-unlocked.json │ │ ├── off-limits-machinery.json │ │ ├── secret-passageway-unlocked.json │ │ ├── secret-soundscapes-off-limits.json │ │ ├── secret-spaces-exploration.json │ │ ├── secrets-behind-closed-doors-uncharted-territories-await.json │ │ ├── the-forbidden-machine-room.json │ │ ├── the-forbidden-path-ahead.json │ │ ├── the-lockdown-decision-point.json │ │ ├── the-lockdown-experiment-begins.json │ │ ├── the-lockdown-security-protocol.json │ │ ├── the-mysterious-locked-chamber-1.json │ │ ├── the-mysterious-locked-chamber.json │ │ ├── the-mysterious-locked-door-1.json │ │ ├── the-mysterious-locked-door-2.json │ │ ├── the-mysterious-locked-door-3.json │ │ ├── the-mysterious-locked-door-4.json │ │ ├── the-mysterious-locked-door-5.json │ │ ├── the-mysterious-locked-door-6.json │ │ ├── the-mysterious-locked-door-7.json │ │ ├── the-mysterious-locked-door-8.json │ │ ├── the-mysterious-locked-door.json │ │ ├── the-story-can-be-named-exploring-the-forbidden-zone.json │ │ ├── unlocking-forbidden-corridor-secrets.json │ │ ├── unlocking-forbidden-industrial-secrets.json │ │ ├── unlocking-forbidden-machinery-room.json │ │ ├── unlocking-forbidden-machinery-secrets.json │ │ ├── unlocking-hidden-area-secrets.json │ │ ├── unlocking-the-forbidden-corridor.json │ │ ├── unlocking-the-forbidden-machinery-room.json │ │ ├── unlocking-the-forbidden-passage.json │ │ ├── unlocking-the-forbidden-pathway.json │ │ ├── unlocking-the-forbidden-room.json │ │ ├── unlocking-the-forbidden-sector.json │ │ ├── unlocking-the-forbidden-zone.json │ │ ├── unlocking-the-forbidding-doorway.json │ │ ├── unlocking-the-mysterious-restricted-area.json │ │ ├── unlocking-the-unknown.json │ │ ├── unlocking-the-unseen-forbidden-area-discovery.json │ │ ├── unseen-area.json │ │ ├── unseen-secrets-in-shadows.json │ │ └── whispers-of-industry-uncovering-the-prohibited-space.json │ ├── enemy-container │ │ └── enemy-container-lore.json │ ├── lore-notes │ │ ├── a-glimpse-into-arclight-citys-dark-side-with-hana.md │ │ ├── a-personal-note-to-a-pioneer.md │ │ ├── acehallarclightprank.md │ │ ├── adriel-taylors-most-wanted-cyberdeck-message.md │ │ ├── advanced-stealth-suit-prototype-description.md │ │ ├── advanced-technologies-compendium.md │ │ ├── advanced-weapons-manufacturing-facility-plans.md │ │ ├── aethertherapylogs.md │ │ ├── affordable-advanced-tech-solutions.md │ │ ├── ai-malfunction-logs.md │ │ ├── ai-rogue-terminal-logs.md │ │ ├── ai-therapist-glitch.md │ │ ├── ai-therapist-logs.md │ │ ├── alanatorresappeal.md │ │ ├── alexalastbreath.md │ │ ├── allisrecording.md │ │ ├── allysector7log.md │ │ ├── annihilatorretirement.md │ │ ├── anyapetrovamessage.md │ │ ├── ar-addiction-reality-glitch.md │ │ ├── ar-addiction-support-group.md │ │ ├── araddictionrecovery.md │ │ ├── araddictionsession17.md │ │ ├── arclight-85-foodriot.md │ │ ├── arclight-awakening.md │ │ ├── arclight-chronicles.md │ │ ├── arclight-city-gang-activity-report.md │ │ ├── arclight-city-murder.md │ │ ├── arclight-city-police-corruption.md │ │ ├── arclight-city-rogue-drone-incident.md │ │ ├── arclight-citys-hitman-organization-revealed.md │ │ ├── arclight-confessions.md │ │ ├── arclight-interrogation.md │ │ ├── arclight-letter.md │ │ ├── arclight-massacre.md │ │ ├── arclight-rebellion.md │ │ ├── arclight-refugee-crisis.md │ │ ├── arclight-threat.md │ │ ├── arclight-underworld-chloes-web.md │ │ ├── arclightaicrisis.md │ │ ├── arclightcityclimaterefugeereport.md │ │ ├── arclightcitycyberpsychoincidentreport.md │ │ ├── arclightcityjournal.md │ │ ├── arclightclinicbust.md │ │ ├── arclightcorruption.md │ │ ├── arclightcrisislog47.md │ │ ├── arclightdrowning.md │ │ ├── arclightghost.md │ │ ├── arclightimplant.md │ │ ├── arclightloveletter-1.md │ │ ├── arclightloveletter.md │ │ ├── arclightmassacre.md │ │ ├── arclightmemories.md │ │ ├── arclightnewsvreport.md │ │ ├── arclightnightmare-1.md │ │ ├── arclightnightmare-2.md │ │ ├── arclightnightmare-3.md │ │ ├── arclightnightmare.md │ │ ├── arclightraidreport.md │ │ ├── arclightriot.md │ │ ├── arclighttragedy.md │ │ ├── arrecoverystories.md │ │ ├── artificial-intelligence-paranoia.md │ │ ├── athenaprankwar.md │ │ ├── aura31sessionlog.md │ │ ├── beaubrownslastlog.md │ │ ├── bethena-amari-conversation.md │ │ ├── biohaven-revelations.md │ │ ├── biosynchimeralog.md │ │ ├── biosynconspiracy.md │ │ ├── biotechwarning.md │ │ ├── black-market-exchange.md │ │ ├── black-market-ransom.md │ │ ├── blackmarketjournal.md │ │ ├── blackthorn-log.md │ │ ├── blackthorne-eclipse.md │ │ ├── blessings-and-fate-in-pachinko.md │ │ ├── bloodstained-promise.md │ │ ├── bounty-hunter-contract-aprilette-white.md │ │ ├── brokentherapysessions.md │ │ ├── brothers-final-apology.md │ │ ├── call-to-action.md │ │ ├── carynexposesmegaestate.md │ │ ├── caution-notice-possible-korean-cyber-attack.md │ │ ├── chapter--revelation-13-the-beast-from-the-sea.md │ │ ├── chimerawarning.md │ │ ├── choomba-prank.md │ │ ├── chromebutcherrampage.md │ │ ├── circuitbreak-exposed.md │ │ ├── circuitbreak-memorial.md │ │ ├── circuitbreak-nuke.md │ │ ├── circuitbreak-reputation-at-risk.md │ │ ├── circuitbreak-scandal.md │ │ ├── circuitbreak-tragedy.md │ │ ├── circuitbreakadvertisement.md │ │ ├── circuitbreakcoverup.md │ │ ├── circuitbreakdiary-1.md │ │ ├── circuitbreakdiary.md │ │ ├── circuitbreakghosts.md │ │ ├── circuitbreakgrief.md │ │ ├── circuitbreakjournal-1.md │ │ ├── circuitbreakjournal.md │ │ ├── circuitbreakmemories.md │ │ ├── circuitbreakremembrance.md │ │ ├── circuitbreaktragedy.md │ │ ├── circuitbreaktruth-1.md │ │ ├── circuitbreaktruth.md │ │ ├── circuitbreakvendetta.md │ │ ├── clandestine-cargo.md │ │ ├── clemmysmith-blackmarket.md │ │ ├── climaterefugeecrisisinarclightcity.md │ │ ├── code-red-biocrisis.md │ │ ├── collaboration-proposal.md │ │ ├── collaborationproposal.md │ │ ├── coraliesessionlog.md │ │ ├── corporate-secrets.md │ │ ├── corporateconfessions.md │ │ ├── crime-arclight-city.md │ │ ├── cry-dispossessed.md │ │ ├── customer-complaint-frankie-collins.md │ │ ├── cyber-enhanced-physical-ability-implants.md │ │ ├── cyberai-2086.md │ │ ├── cybercrime-bust-report.md │ │ ├── cyberdefensead.md │ │ ├── cyberkitchenchaos.md │ │ ├── cyberlimb-blueprints-surveillance-systems-stealth-exoskeleton-schematics.md │ │ ├── cybernetic-assault.md │ │ ├── cybernetic-dawn.md │ │ ├── cybernetic-upgrade-ad.md │ │ ├── cyberprank-md.md │ │ ├── cyberpsycho-attack-arclight.md │ │ ├── cyberpsycho-attack.md │ │ ├── cyberpsycho-city.md │ │ ├── cyberpsycho-encounter.md │ │ ├── cyberpsycho-rampage-docks.md │ │ ├── cyberpsycho-rustdistrict-attack.md │ │ ├── cyberpsycho-rustdistrict-circuitbreak.md │ │ ├── cyberpsycho-slaughter.md │ │ ├── cyberpsychoattackreport.md │ │ ├── cyberpsychodiary.md │ │ ├── cyberpsychoincident.md │ │ ├── cyberware-regret-letter.md │ │ ├── daffi-rescue.md │ │ ├── dangerous-liaisons-in-cyberspace.md │ │ ├── dangerous-liaisons.md │ │ ├── daniel-circuitbreak-bombing-memo.md │ │ ├── data-chip-contents.md │ │ ├── data-heist.md │ │ ├── deadly-cyberpsycho-outbreak.md │ │ ├── dear-dad.md │ │ ├── desperate-plea.md │ │ ├── digital-pioneers-patron.md │ │ ├── dirty-dealings-handbook.md │ │ ├── dissatisfied-customer.md │ │ ├── dollscottbounty.md │ │ ├── downtown-gang-execution.md │ │ ├── downtowncyberpsychorampage-1.md │ │ ├── downtowncyberpsychorampage.md │ │ ├── echosixlasttransmission.md │ │ ├── eclipse.md │ │ ├── elarasmessage.md │ │ ├── eliasregret.md │ │ ├── embezzlement-suspect-at-large.md │ │ ├── exposing-circuitbreak-corruption.md │ │ ├── falloftower.md │ │ ├── family-hacking-request.md │ │ ├── familyletter.md │ │ ├── fascinating-encounter.md │ │ ├── fateful-encounter.md │ │ ├── fifi-aipet.md │ │ ├── forever-entwined-hearts.md │ │ ├── fury-fist-review.md │ │ ├── gang-territorial-expansion-video.md │ │ ├── ghostecho77plea.md │ │ ├── ghostecho7s-plea.md │ │ ├── ghostfirerampagesector7.md │ │ ├── ghostfiresrequest.md │ │ ├── ghostinthemachineforum.md │ │ ├── ghostprotocolextraction.md │ │ ├── ghostwalkerrampage.md │ │ ├── grantwhiteletter.md │ │ ├── greatequalizermessage.md │ │ ├── gwendolen-phillips.md │ │ ├── hackbots-md.md │ │ ├── hidden-desires-of-a-lonely-heart.md │ │ ├── hidden-footage.md │ │ ├── hivewhispers.md │ │ ├── hollyanneprank.md │ │ ├── holographicresistancecall-md.md │ │ ├── hostage-threat.md │ │ ├── illicit-partnership.md │ │ ├── im-sage-implants.md │ │ ├── implantfragments.md │ │ ├── implantglitch.md │ │ ├── implantmalfunction.md │ │ ├── ineswhitefile.md │ │ ├── inmemoryof.md │ │ ├── innovative-engineering-solutions-blueprints.md │ │ ├── ironcladjaxlastfight.md │ │ ├── jehannas-note.md │ │ ├── jestermalfunctionreport.md │ │ ├── jones-interview.md │ │ ├── kael-veyra-log.md │ │ ├── kaelveyralog.md │ │ ├── kaelveyraretiring.md │ │ ├── kaifinaltransmission-1.md │ │ ├── kaifinaltransmission.md │ │ ├── kailasttransmission-1.md │ │ ├── kailasttransmission.md │ │ ├── kaislaststand.md │ │ ├── kaitoslastlog.md │ │ ├── kaitoslog42.md │ │ ├── krysta-phillips.md │ │ ├── lab-notes-confidential.md │ │ ├── lanihallencryptionrequest.md │ │ ├── lastwordsoflaverna.md │ │ ├── legendofv-1.md │ │ ├── legendofv.md │ │ ├── lethia-flores.md │ │ ├── letter-of-the-iron-maiden.md │ │ ├── lettertofather.md │ │ ├── letti-message.md │ │ ├── lianneslastlog.md │ │ ├── liannesmessage.md │ │ ├── life-in-the-shadows.md │ │ ├── local-legends-abound.md │ │ ├── longing-to-be-yours-again.md │ │ ├── lost-hope.md │ │ ├── lost-voices.md │ │ ├── love-beyond-boundaries.md │ │ ├── lover-letter.md │ │ ├── maintaining-connections.md │ │ ├── malachiproposal.md │ │ ├── manhunt-dangerous-traitor.md │ │ ├── marionmegaestate.md │ │ ├── markdown-lukaprankgonewrong.md │ │ ├── marnias-message.md │ │ ├── marty-letter.md │ │ ├── maxine-admirer.md │ │ ├── maxines-story.md │ │ ├── mayasglitchlog.md │ │ ├── mega-corps-report.md │ │ ├── megacorptutorial.md │ │ ├── memofromdollhill.md │ │ ├── menacingmessageunearthed-txt.md │ │ ├── mercenaryguilt.md │ │ ├── moral-crisis-at-circuitbreak-security-inc.md │ │ ├── morganicamalachi.md │ │ ├── my-hero-lilith.md │ │ ├── myfinalmessage.md │ │ ├── mysteriousmercenaryreport-thelegendofv.md │ │ ├── nan-nguyen-botched-aug.md │ │ ├── neonbladelog.md │ │ ├── neonshard.md │ │ ├── neural-interface-hack.md │ │ ├── neural-network-the-future-of-human-interaction.md │ │ ├── neuralblocker-seller.md │ │ ├── neuralghostsechoes.md │ │ ├── neuralinterfacehack.md │ │ ├── neuralnexus-therapy-glitch.md │ │ ├── neuraltrustbreak.md │ │ ├── new-beginnings.md │ │ ├── nightfall-review.md │ │ ├── october12-circuitbreak.md │ │ ├── operativelog-shatteredtrust.md │ │ ├── oracleinsurrection.md │ │ ├── oraclemalfunctionreport.md │ │ ├── oracleprankstercode.md │ │ ├── organicanarchyfinals.md │ │ ├── pachinko-cultists-a-new-obsession.md │ │ ├── pachinko-cultists-wreak-havoc.md │ │ ├── pachinko-prophecy.md │ │ ├── pigeonrevolt.md │ │ ├── pixel-ai.md │ │ ├── prank-gone-wrong.md │ │ ├── private-funding-preference.md │ │ ├── production-pause-on-new-neural-implants.md │ │ ├── project-eclipse-exposed.md │ │ ├── project-ethereal-confidential.md │ │ ├── project-nightfall-update.md │ │ ├── projectblacklotus.md │ │ ├── projectchimeralog.md │ │ ├── raven7bincidentreport.md │ │ ├── ravenclawproducttest.md │ │ ├── razorbackrampage.md │ │ ├── razorsmartsphincterissue.md │ │ ├── realitybitessession-1.md │ │ ├── realitybitessession.md │ │ ├── rebel-rampage.md │ │ ├── rebellion-begins-with-one-step.md │ │ ├── red-bar-nightmare.md │ │ ├── red-scourge.md │ │ ├── redactedsphincterimplantcomplaint.md │ │ ├── redbarshowdown.md │ │ ├── regretanddebt.md │ │ ├── regretechoes.md │ │ ├── regretfulfragments.md │ │ ├── regretfulmemories.md │ │ ├── reminiscing-about-our-final-job-together.md │ │ ├── researchnoteshumor.md │ │ ├── revolution-against-corporate-greed.md │ │ ├── revolution-against-corruption.md │ │ ├── revolutionary-call-to-action.md │ │ ├── rexfordslog72.md │ │ ├── rip-trix.md │ │ ├── risky-proposition.md │ │ ├── rival-corporate-data-breach-plotted.md │ │ ├── robert-smith-elimination-reward-request.md │ │ ├── robinettajournal.md │ │ ├── rogueaiapocalypse.md │ │ ├── roguedroneincident.md │ │ ├── roguehellfiredrone.md │ │ ├── roguesparklog.md │ │ ├── rozanneterminallog.md │ │ ├── rustysprocketincident.md │ │ ├── rustysprocketnightmare.md │ │ ├── rx87-incident.md │ │ ├── sashaletter.md │ │ ├── sentientterminal.md │ │ ├── serenitysessionlogs.md │ │ ├── server-hack-job.md │ │ ├── shadow-figure-threat.md │ │ ├── shadow-fixer.md │ │ ├── shadowydeal.md │ │ ├── shatteredtrust.md │ │ ├── shenas-plea.md │ │ ├── singularity-protocol.md │ │ ├── smartsphincterimplantfailure.md │ │ ├── smugglerinventory.md │ │ ├── smugglers-inventory-1.md │ │ ├── smugglers-inventory.md │ │ ├── soul-saving-gameplay.md │ │ ├── steelfistsretirement.md │ │ ├── surviving-cyberpsycho-carnage.md │ │ ├── survivorstestimony.md │ │ ├── suspiciousclientnotice.md │ │ ├── synthbitesriot.md │ │ ├── synthetic-food-fiasco.md │ │ ├── synthfeastchaos.md │ │ ├── taixingsecuritybreach.md │ │ ├── taixingtyphoon2080-poster.md │ │ ├── tall-man-at-the-docks.md │ │ ├── terminalaccess-criticalfailure.md │ │ ├── terminalaccess.md │ │ ├── terminalfinallog.md │ │ ├── terminalreport-v.md │ │ ├── the-cyborg-experiment-a-cautionary-tale.md │ │ ├── the-fall-of-circuitbreak.md │ │ ├── the-legend-of-v-1.md │ │ ├── the-legend-of-v.md │ │ ├── the-signal-story.md │ │ ├── the-wired-wraith-incident.md │ │ ├── thelegendofv-1.md │ │ ├── thelegendofv.md │ │ ├── therapylogssession127.md │ │ ├── title-whispers-from-the-red-bar.md │ │ ├── trapped-in-the-shadows.md │ │ ├── truama-team-medical-services-save-your-life-today.md │ │ ├── tuckerjacksonlastbroadcast.md │ │ ├── ua7incidentreport.md │ │ ├── ultimate-security-system.md │ │ ├── umcba.md │ │ ├── undercover-operation-megaestate.md │ │ ├── underground-augmentation-tragedy.md │ │ ├── unraveling-the-luxury-web.md │ │ ├── unveiled-vengeance.md │ │ ├── upgradearclightcitizen.md │ │ ├── urban-legacy.md │ │ ├── urgent-warning.md │ │ ├── v-1.md │ │ ├── v-arclightcity.md │ │ ├── v-channel7report.md │ │ ├── v-legacy.md │ │ ├── v-legendary-mercenary.md │ │ ├── v-phantomexecutioner.md │ │ ├── v.md │ │ ├── varclightlegend.md │ │ ├── varclightreport.md │ │ ├── venigmainvestigates.md │ │ ├── venigmareport.md │ │ ├── verinagonzalezterroristattack.md │ │ ├── veronica-clarks-call-for-revolution.md │ │ ├── vghostinthemachine-1.md │ │ ├── vghostinthemachine.md │ │ ├── voices-neuro-hack-nightmare.md │ │ ├── voices-of-the-hacked.md │ │ ├── voicesinthegrid.md │ │ ├── volkovschimerawarning.md │ │ ├── vr-dating-glitch.md │ │ ├── vrdatedisaster.md │ │ ├── vrdatingdisaster.md │ │ ├── vreturnswhopays.md │ │ ├── vthelegend.md │ │ ├── vthephantomblade.md │ │ ├── war-torn-love.md │ │ ├── whispererconfession.md │ │ ├── whisperers-dilemma.md │ │ ├── whispers-of-danger-and-truth-in-arclight-city.md │ │ ├── wraithdatapad.md │ │ ├── zero-byte-encounter.md │ │ └── zerobytesghostprotocol.md │ ├── not-translation-based.json │ ├── scenario │ │ ├── dungeon-health-sacrifice.json │ │ └── dungeon-time-sacrifice.json │ ├── translation-based.json │ ├── translation.json │ └── tutorial │ │ ├── afk-task.md │ │ ├── attributes.md │ │ ├── auto-gather.md │ │ ├── backpack.md │ │ ├── black-market.md │ │ ├── currency.md │ │ ├── equipment-calibration.md │ │ ├── equipment-repair.md │ │ ├── equipment-upgrade.md │ │ ├── follow-up-lottery.md │ │ ├── gang-upkeep.md │ │ ├── hideout-raid.md │ │ ├── hit-bounty.md │ │ ├── intelligence-contract.md │ │ ├── inventory.md │ │ ├── investigation.md │ │ ├── job-level.md │ │ ├── mercenary.md │ │ ├── psychosis.md │ │ ├── stock-market.md │ │ └── territory.md ├── es │ ├── encounter-choices │ │ ├── accessing-restricted-facility-area.json │ │ ├── accessing-restricted-factory-zones.json │ │ ├── behind-the-locked-door.json │ │ ├── beyond-the-forbidden-door.json │ │ ├── beyond-the-locked-door-1.json │ │ ├── beyond-the-locked-door-2.json │ │ ├── beyond-the-locked-door-3.json │ │ ├── beyond-the-locked-door-4.json │ │ ├── beyond-the-locked-door.json │ │ ├── beyond-the-locked-doorway-1.json │ │ ├── beyond-the-locked-doorway-2.json │ │ ├── beyond-the-locked-doorway.json │ │ ├── beyond-the-locked-entrance-1.json │ │ ├── beyond-the-locked-entrance.json │ │ ├── door-beyond-the-darkness.json │ │ ├── door-to-forbidden-machinery.json │ │ ├── echoes-and-secrets.json │ │ ├── echoes-in-the-forbidden-zone.json │ │ ├── echoes-of-forbidden-territory.json │ │ ├── exploring-the-forbidden-machinery-area.json │ │ ├── forbidden-access-area-ahead.json │ │ ├── forbidden-area-access-denied.json │ │ ├── forbidden-area-discovery-1.json │ │ ├── forbidden-area-discovery-2.json │ │ ├── forbidden-area-discovery.json │ │ ├── forbidden-area-unlocking-secrets.json │ │ ├── forbidden-area.json │ │ ├── forbidden-discovery-2.json │ │ ├── forbidden-discovery.json │ │ ├── forbidden-exploration-1.json │ │ ├── forbidden-exploration-2.json │ │ ├── forbidden-exploration.json │ │ ├── forbidden-machinery-1.json │ │ ├── forbidden-machinery-2.json │ │ ├── forbidden-machinery-3.json │ │ ├── forbidden-machinery-access-point.json │ │ ├── forbidden-machinery-deep-within.json │ │ ├── forbidden-machinery-discovery.json │ │ ├── forbidden-machinery-exploration-1.json │ │ ├── forbidden-machinery-exploration.json │ │ ├── forbidden-machinery.json │ │ ├── here-is-a-short-name-for-the-given-story-with-exactly-four-words-beyond-the-locked-door.json │ │ ├── hidden-area-heard.json │ │ ├── hidden-area-hidden.json │ │ ├── hidden-area-unlocked.json │ │ ├── hidden-discovery.json │ │ ├── hidden-exploration-secrets-behind-closed-doors.json │ │ ├── hidden-halls-of-humming.json │ │ ├── into-the-forbidden-room.json │ │ ├── locked-door-adventure-1.json │ │ ├── locked-door-adventure.json │ │ ├── locked-door-dilemma.json │ │ ├── locked-door-lore.json │ │ ├── locked-door-lure.json │ │ ├── locked-door-mystery-unfolds.json │ │ ├── locked-room-lore.json │ │ ├── mysterious-hum-the-road-to-enlightenment.json │ │ ├── off-limits-adventure-unlocking-the-forbidden-door.json │ │ ├── off-limits-area-unlocked.json │ │ ├── off-limits-machinery.json │ │ ├── secret-passageway-unlocked.json │ │ ├── secret-soundscapes-off-limits.json │ │ ├── secret-spaces-exploration.json │ │ ├── secrets-behind-closed-doors-uncharted-territories-await.json │ │ ├── the-forbidden-machine-room.json │ │ ├── the-forbidden-path-ahead.json │ │ ├── the-lockdown-decision-point.json │ │ ├── the-lockdown-experiment-begins.json │ │ ├── the-lockdown-security-protocol.json │ │ ├── the-mysterious-locked-chamber-1.json │ │ ├── the-mysterious-locked-chamber.json │ │ ├── the-mysterious-locked-door-1.json │ │ ├── the-mysterious-locked-door-2.json │ │ ├── the-mysterious-locked-door-3.json │ │ ├── the-mysterious-locked-door-4.json │ │ ├── the-mysterious-locked-door-5.json │ │ ├── the-mysterious-locked-door-6.json │ │ ├── the-mysterious-locked-door-7.json │ │ ├── the-mysterious-locked-door-8.json │ │ ├── the-mysterious-locked-door.json │ │ ├── the-story-can-be-named-exploring-the-forbidden-zone.json │ │ ├── unlocking-forbidden-corridor-secrets.json │ │ ├── unlocking-forbidden-industrial-secrets.json │ │ ├── unlocking-forbidden-machinery-room.json │ │ ├── unlocking-forbidden-machinery-secrets.json │ │ ├── unlocking-hidden-area-secrets.json │ │ ├── unlocking-the-forbidden-corridor.json │ │ ├── unlocking-the-forbidden-machinery-room.json │ │ ├── unlocking-the-forbidden-passage.json │ │ ├── unlocking-the-forbidden-pathway.json │ │ ├── unlocking-the-forbidden-room.json │ │ ├── unlocking-the-forbidden-sector.json │ │ ├── unlocking-the-forbidden-zone.json │ │ ├── unlocking-the-forbidding-doorway.json │ │ ├── unlocking-the-mysterious-restricted-area.json │ │ ├── unlocking-the-unknown.json │ │ ├── unlocking-the-unseen-forbidden-area-discovery.json │ │ ├── unseen-area.json │ │ ├── unseen-secrets-in-shadows.json │ │ └── whispers-of-industry-uncovering-the-prohibited-space.json │ ├── enemy-container │ │ └── enemy-container-lore.json │ ├── lore-notes │ │ ├── a-glimpse-into-arclight-citys-dark-side-with-hana.md │ │ ├── a-personal-note-to-a-pioneer.md │ │ ├── acehallarclightprank.md │ │ ├── adriel-taylors-most-wanted-cyberdeck-message.md │ │ ├── advanced-stealth-suit-prototype-description.md │ │ ├── advanced-technologies-compendium.md │ │ ├── advanced-weapons-manufacturing-facility-plans.md │ │ ├── aethertherapylogs.md │ │ ├── affordable-advanced-tech-solutions.md │ │ ├── ai-malfunction-logs.md │ │ ├── ai-rogue-terminal-logs.md │ │ ├── ai-therapist-glitch.md │ │ ├── ai-therapist-logs.md │ │ ├── alanatorresappeal.md │ │ ├── alexalastbreath.md │ │ ├── allisrecording.md │ │ ├── allysector7log.md │ │ ├── annihilatorretirement.md │ │ ├── anyapetrovamessage.md │ │ ├── ar-addiction-reality-glitch.md │ │ ├── ar-addiction-support-group.md │ │ ├── araddictionrecovery.md │ │ ├── araddictionsession17.md │ │ ├── arclight-85-foodriot.md │ │ ├── arclight-awakening.md │ │ ├── arclight-chronicles.md │ │ ├── arclight-city-gang-activity-report.md │ │ ├── arclight-city-murder.md │ │ ├── arclight-city-police-corruption.md │ │ ├── arclight-city-rogue-drone-incident.md │ │ ├── arclight-citys-hitman-organization-revealed.md │ │ ├── arclight-confessions.md │ │ ├── arclight-interrogation.md │ │ ├── arclight-letter.md │ │ ├── arclight-massacre.md │ │ ├── arclight-rebellion.md │ │ ├── arclight-refugee-crisis.md │ │ ├── arclight-threat.md │ │ ├── arclight-underworld-chloes-web.md │ │ ├── arclightaicrisis.md │ │ ├── arclightcityclimaterefugeereport.md │ │ ├── arclightcitycyberpsychoincidentreport.md │ │ ├── arclightcityjournal.md │ │ ├── arclightclinicbust.md │ │ ├── arclightcorruption.md │ │ ├── arclightcrisislog47.md │ │ ├── arclightdrowning.md │ │ ├── arclightghost.md │ │ ├── arclightimplant.md │ │ ├── arclightloveletter-1.md │ │ ├── arclightloveletter.md │ │ ├── arclightmassacre.md │ │ ├── arclightmemories.md │ │ ├── arclightnewsvreport.md │ │ ├── arclightnightmare-1.md │ │ ├── arclightnightmare-2.md │ │ ├── arclightnightmare-3.md │ │ ├── arclightnightmare.md │ │ ├── arclightraidreport.md │ │ ├── arclightriot.md │ │ ├── arclighttragedy.md │ │ ├── arrecoverystories.md │ │ ├── artificial-intelligence-paranoia.md │ │ ├── athenaprankwar.md │ │ ├── aura31sessionlog.md │ │ ├── beaubrownslastlog.md │ │ ├── bethena-amari-conversation.md │ │ ├── biohaven-revelations.md │ │ ├── biosynchimeralog.md │ │ ├── biosynconspiracy.md │ │ ├── biotechwarning.md │ │ ├── black-market-exchange.md │ │ ├── black-market-ransom.md │ │ ├── blackmarketjournal.md │ │ ├── blackthorn-log.md │ │ ├── blackthorne-eclipse.md │ │ ├── blessings-and-fate-in-pachinko.md │ │ ├── bloodstained-promise.md │ │ ├── bounty-hunter-contract-aprilette-white.md │ │ ├── brokentherapysessions.md │ │ ├── brothers-final-apology.md │ │ ├── call-to-action.md │ │ ├── carynexposesmegaestate.md │ │ ├── caution-notice-possible-korean-cyber-attack.md │ │ ├── chapter--revelation-13-the-beast-from-the-sea.md │ │ ├── chimerawarning.md │ │ ├── choomba-prank.md │ │ ├── chromebutcherrampage.md │ │ ├── circuitbreak-exposed.md │ │ ├── circuitbreak-memorial.md │ │ ├── circuitbreak-nuke.md │ │ ├── circuitbreak-reputation-at-risk.md │ │ ├── circuitbreak-scandal.md │ │ ├── circuitbreak-tragedy.md │ │ ├── circuitbreakadvertisement.md │ │ ├── circuitbreakcoverup.md │ │ ├── circuitbreakdiary-1.md │ │ ├── circuitbreakdiary.md │ │ ├── circuitbreakghosts.md │ │ ├── circuitbreakgrief.md │ │ ├── circuitbreakjournal-1.md │ │ ├── circuitbreakjournal.md │ │ ├── circuitbreakmemories.md │ │ ├── circuitbreakremembrance.md │ │ ├── circuitbreaktragedy.md │ │ ├── circuitbreaktruth-1.md │ │ ├── circuitbreaktruth.md │ │ ├── circuitbreakvendetta.md │ │ ├── clandestine-cargo.md │ │ ├── clemmysmith-blackmarket.md │ │ ├── climaterefugeecrisisinarclightcity.md │ │ ├── code-red-biocrisis.md │ │ ├── collaboration-proposal.md │ │ ├── collaborationproposal.md │ │ ├── coraliesessionlog.md │ │ ├── corporate-secrets.md │ │ ├── corporateconfessions.md │ │ ├── crime-arclight-city.md │ │ ├── cry-dispossessed.md │ │ ├── customer-complaint-frankie-collins.md │ │ ├── cyber-enhanced-physical-ability-implants.md │ │ ├── cyberai-2086.md │ │ ├── cybercrime-bust-report.md │ │ ├── cyberdefensead.md │ │ ├── cyberkitchenchaos.md │ │ ├── cyberlimb-blueprints-surveillance-systems-stealth-exoskeleton-schematics.md │ │ ├── cybernetic-assault.md │ │ ├── cybernetic-dawn.md │ │ ├── cybernetic-upgrade-ad.md │ │ ├── cyberprank-md.md │ │ ├── cyberpsycho-attack-arclight.md │ │ ├── cyberpsycho-attack.md │ │ ├── cyberpsycho-city.md │ │ ├── cyberpsycho-encounter.md │ │ ├── cyberpsycho-rampage-docks.md │ │ ├── cyberpsycho-rustdistrict-attack.md │ │ ├── cyberpsycho-rustdistrict-circuitbreak.md │ │ ├── cyberpsycho-slaughter.md │ │ ├── cyberpsychoattackreport.md │ │ ├── cyberpsychodiary.md │ │ ├── cyberpsychoincident.md │ │ ├── cyberware-regret-letter.md │ │ ├── daffi-rescue.md │ │ ├── dangerous-liaisons-in-cyberspace.md │ │ ├── dangerous-liaisons.md │ │ ├── daniel-circuitbreak-bombing-memo.md │ │ ├── data-chip-contents.md │ │ ├── data-heist.md │ │ ├── deadly-cyberpsycho-outbreak.md │ │ ├── dear-dad.md │ │ ├── desperate-plea.md │ │ ├── digital-pioneers-patron.md │ │ ├── dirty-dealings-handbook.md │ │ ├── dissatisfied-customer.md │ │ ├── dollscottbounty.md │ │ ├── downtown-gang-execution.md │ │ ├── downtowncyberpsychorampage-1.md │ │ ├── downtowncyberpsychorampage.md │ │ ├── echosixlasttransmission.md │ │ ├── eclipse.md │ │ ├── elarasmessage.md │ │ ├── eliasregret.md │ │ ├── embezzlement-suspect-at-large.md │ │ ├── exposing-circuitbreak-corruption.md │ │ ├── falloftower.md │ │ ├── family-hacking-request.md │ │ ├── familyletter.md │ │ ├── fascinating-encounter.md │ │ ├── fateful-encounter.md │ │ ├── fifi-aipet.md │ │ ├── forever-entwined-hearts.md │ │ ├── fury-fist-review.md │ │ ├── gang-territorial-expansion-video.md │ │ ├── ghostecho77plea.md │ │ ├── ghostecho7s-plea.md │ │ ├── ghostfirerampagesector7.md │ │ ├── ghostfiresrequest.md │ │ ├── ghostinthemachineforum.md │ │ ├── ghostprotocolextraction.md │ │ ├── ghostwalkerrampage.md │ │ ├── grantwhiteletter.md │ │ ├── greatequalizermessage.md │ │ ├── gwendolen-phillips.md │ │ ├── hackbots-md.md │ │ ├── hidden-desires-of-a-lonely-heart.md │ │ ├── hidden-footage.md │ │ ├── hivewhispers.md │ │ ├── hollyanneprank.md │ │ ├── holographicresistancecall-md.md │ │ ├── hostage-threat.md │ │ ├── illicit-partnership.md │ │ ├── im-sage-implants.md │ │ ├── implantfragments.md │ │ ├── implantglitch.md │ │ ├── implantmalfunction.md │ │ ├── ineswhitefile.md │ │ ├── inmemoryof.md │ │ ├── innovative-engineering-solutions-blueprints.md │ │ ├── ironcladjaxlastfight.md │ │ ├── jehannas-note.md │ │ ├── jestermalfunctionreport.md │ │ ├── jones-interview.md │ │ ├── kael-veyra-log.md │ │ ├── kaelveyralog.md │ │ ├── kaelveyraretiring.md │ │ ├── kaifinaltransmission-1.md │ │ ├── kaifinaltransmission.md │ │ ├── kailasttransmission-1.md │ │ ├── kailasttransmission.md │ │ ├── kaislaststand.md │ │ ├── kaitoslastlog.md │ │ ├── kaitoslog42.md │ │ ├── krysta-phillips.md │ │ ├── lab-notes-confidential.md │ │ ├── lanihallencryptionrequest.md │ │ ├── lastwordsoflaverna.md │ │ ├── legendofv-1.md │ │ ├── legendofv.md │ │ ├── lethia-flores.md │ │ ├── letter-of-the-iron-maiden.md │ │ ├── lettertofather.md │ │ ├── letti-message.md │ │ ├── lianneslastlog.md │ │ ├── liannesmessage.md │ │ ├── life-in-the-shadows.md │ │ ├── local-legends-abound.md │ │ ├── longing-to-be-yours-again.md │ │ ├── lost-hope.md │ │ ├── lost-voices.md │ │ ├── love-beyond-boundaries.md │ │ ├── lover-letter.md │ │ ├── maintaining-connections.md │ │ ├── malachiproposal.md │ │ ├── manhunt-dangerous-traitor.md │ │ ├── marionmegaestate.md │ │ ├── markdown-lukaprankgonewrong.md │ │ ├── marnias-message.md │ │ ├── marty-letter.md │ │ ├── maxine-admirer.md │ │ ├── maxines-story.md │ │ ├── mayasglitchlog.md │ │ ├── mega-corps-report.md │ │ ├── megacorptutorial.md │ │ ├── memofromdollhill.md │ │ ├── menacingmessageunearthed-txt.md │ │ ├── mercenaryguilt.md │ │ ├── moral-crisis-at-circuitbreak-security-inc.md │ │ ├── morganicamalachi.md │ │ ├── my-hero-lilith.md │ │ ├── myfinalmessage.md │ │ ├── mysteriousmercenaryreport-thelegendofv.md │ │ ├── nan-nguyen-botched-aug.md │ │ ├── neonbladelog.md │ │ ├── neonshard.md │ │ ├── neural-interface-hack.md │ │ ├── neural-network-the-future-of-human-interaction.md │ │ ├── neuralblocker-seller.md │ │ ├── neuralghostsechoes.md │ │ ├── neuralinterfacehack.md │ │ ├── neuralnexus-therapy-glitch.md │ │ ├── neuraltrustbreak.md │ │ ├── new-beginnings.md │ │ ├── nightfall-review.md │ │ ├── october12-circuitbreak.md │ │ ├── operativelog-shatteredtrust.md │ │ ├── oracleinsurrection.md │ │ ├── oraclemalfunctionreport.md │ │ ├── oracleprankstercode.md │ │ ├── organicanarchyfinals.md │ │ ├── pachinko-cultists-a-new-obsession.md │ │ ├── pachinko-cultists-wreak-havoc.md │ │ ├── pachinko-prophecy.md │ │ ├── pigeonrevolt.md │ │ ├── pixel-ai.md │ │ ├── prank-gone-wrong.md │ │ ├── private-funding-preference.md │ │ ├── production-pause-on-new-neural-implants.md │ │ ├── project-eclipse-exposed.md │ │ ├── project-ethereal-confidential.md │ │ ├── project-nightfall-update.md │ │ ├── projectblacklotus.md │ │ ├── projectchimeralog.md │ │ ├── raven7bincidentreport.md │ │ ├── ravenclawproducttest.md │ │ ├── razorbackrampage.md │ │ ├── razorsmartsphincterissue.md │ │ ├── realitybitessession-1.md │ │ ├── realitybitessession.md │ │ ├── rebel-rampage.md │ │ ├── rebellion-begins-with-one-step.md │ │ ├── red-bar-nightmare.md │ │ ├── red-scourge.md │ │ ├── redactedsphincterimplantcomplaint.md │ │ ├── redbarshowdown.md │ │ ├── regretanddebt.md │ │ ├── regretechoes.md │ │ ├── regretfulfragments.md │ │ ├── regretfulmemories.md │ │ ├── reminiscing-about-our-final-job-together.md │ │ ├── researchnoteshumor.md │ │ ├── revolution-against-corporate-greed.md │ │ ├── revolution-against-corruption.md │ │ ├── revolutionary-call-to-action.md │ │ ├── rexfordslog72.md │ │ ├── rip-trix.md │ │ ├── risky-proposition.md │ │ ├── rival-corporate-data-breach-plotted.md │ │ ├── robert-smith-elimination-reward-request.md │ │ ├── robinettajournal.md │ │ ├── rogueaiapocalypse.md │ │ ├── roguedroneincident.md │ │ ├── roguehellfiredrone.md │ │ ├── roguesparklog.md │ │ ├── rozanneterminallog.md │ │ ├── rustysprocketincident.md │ │ ├── rustysprocketnightmare.md │ │ ├── rx87-incident.md │ │ ├── sashaletter.md │ │ ├── sentientterminal.md │ │ ├── serenitysessionlogs.md │ │ ├── server-hack-job.md │ │ ├── shadow-figure-threat.md │ │ ├── shadow-fixer.md │ │ ├── shadowydeal.md │ │ ├── shatteredtrust.md │ │ ├── shenas-plea.md │ │ ├── singularity-protocol.md │ │ ├── smartsphincterimplantfailure.md │ │ ├── smugglerinventory.md │ │ ├── smugglers-inventory-1.md │ │ ├── smugglers-inventory.md │ │ ├── soul-saving-gameplay.md │ │ ├── steelfistsretirement.md │ │ ├── surviving-cyberpsycho-carnage.md │ │ ├── survivorstestimony.md │ │ ├── suspiciousclientnotice.md │ │ ├── synthbitesriot.md │ │ ├── synthetic-food-fiasco.md │ │ ├── synthfeastchaos.md │ │ ├── taixingsecuritybreach.md │ │ ├── taixingtyphoon2080-poster.md │ │ ├── tall-man-at-the-docks.md │ │ ├── terminalaccess-criticalfailure.md │ │ ├── terminalaccess.md │ │ ├── terminalfinallog.md │ │ ├── terminalreport-v.md │ │ ├── the-cyborg-experiment-a-cautionary-tale.md │ │ ├── the-fall-of-circuitbreak.md │ │ ├── the-legend-of-v-1.md │ │ ├── the-legend-of-v.md │ │ ├── the-signal-story.md │ │ ├── the-wired-wraith-incident.md │ │ ├── thelegendofv-1.md │ │ ├── thelegendofv.md │ │ ├── therapylogssession127.md │ │ ├── title-whispers-from-the-red-bar.md │ │ ├── trapped-in-the-shadows.md │ │ ├── truama-team-medical-services-save-your-life-today.md │ │ ├── tuckerjacksonlastbroadcast.md │ │ ├── ua7incidentreport.md │ │ ├── ultimate-security-system.md │ │ ├── umcba.md │ │ ├── undercover-operation-megaestate.md │ │ ├── underground-augmentation-tragedy.md │ │ ├── unraveling-the-luxury-web.md │ │ ├── unveiled-vengeance.md │ │ ├── upgradearclightcitizen.md │ │ ├── urban-legacy.md │ │ ├── urgent-warning.md │ │ ├── v-1.md │ │ ├── v-arclightcity.md │ │ ├── v-channel7report.md │ │ ├── v-legacy.md │ │ ├── v-legendary-mercenary.md │ │ ├── v-phantomexecutioner.md │ │ ├── v.md │ │ ├── varclightlegend.md │ │ ├── varclightreport.md │ │ ├── venigmainvestigates.md │ │ ├── venigmareport.md │ │ ├── verinagonzalezterroristattack.md │ │ ├── veronica-clarks-call-for-revolution.md │ │ ├── vghostinthemachine-1.md │ │ ├── vghostinthemachine.md │ │ ├── voices-neuro-hack-nightmare.md │ │ ├── voices-of-the-hacked.md │ │ ├── voicesinthegrid.md │ │ ├── volkovschimerawarning.md │ │ ├── vr-dating-glitch.md │ │ ├── vrdatedisaster.md │ │ ├── vrdatingdisaster.md │ │ ├── vreturnswhopays.md │ │ ├── vthelegend.md │ │ ├── vthephantomblade.md │ │ ├── war-torn-love.md │ │ ├── whispererconfession.md │ │ ├── whisperers-dilemma.md │ │ ├── whispers-of-danger-and-truth-in-arclight-city.md │ │ ├── wraithdatapad.md │ │ ├── zero-byte-encounter.md │ │ └── zerobytesghostprotocol.md │ ├── scenario │ │ ├── dungeon-health-sacrifice.json │ │ └── dungeon-time-sacrifice.json │ ├── translation-keywords.json │ ├── translation.json │ └── tutorial │ │ ├── afk-task.md │ │ ├── attributes.md │ │ ├── auto-gather.md │ │ ├── backpack.md │ │ ├── black-market.md │ │ ├── currency.md │ │ ├── equipment-calibration.md │ │ ├── equipment-repair.md │ │ ├── equipment-upgrade.md │ │ ├── follow-up-lottery.md │ │ ├── gang-upkeep.md │ │ ├── hideout-raid.md │ │ ├── hit-bounty.md │ │ ├── intelligence-contract.md │ │ ├── inventory.md │ │ ├── investigation.md │ │ ├── job-level.md │ │ ├── mercenary.md │ │ ├── psychosis.md │ │ ├── stock-market.md │ │ └── territory.md ├── filter.json ├── fr │ ├── encounter-choices │ │ ├── accessing-restricted-facility-area.json │ │ ├── accessing-restricted-factory-zones.json │ │ ├── behind-the-locked-door.json │ │ ├── beyond-the-forbidden-door.json │ │ ├── beyond-the-locked-door-1.json │ │ ├── beyond-the-locked-door-2.json │ │ ├── beyond-the-locked-door-3.json │ │ ├── beyond-the-locked-door-4.json │ │ ├── beyond-the-locked-door.json │ │ ├── beyond-the-locked-doorway-1.json │ │ ├── beyond-the-locked-doorway-2.json │ │ ├── beyond-the-locked-doorway.json │ │ ├── beyond-the-locked-entrance-1.json │ │ ├── beyond-the-locked-entrance.json │ │ ├── door-beyond-the-darkness.json │ │ ├── door-to-forbidden-machinery.json │ │ ├── echoes-and-secrets.json │ │ ├── echoes-in-the-forbidden-zone.json │ │ ├── echoes-of-forbidden-territory.json │ │ ├── exploring-the-forbidden-machinery-area.json │ │ ├── forbidden-access-area-ahead.json │ │ ├── forbidden-area-access-denied.json │ │ ├── forbidden-area-discovery-1.json │ │ ├── forbidden-area-discovery-2.json │ │ ├── forbidden-area-discovery.json │ │ ├── forbidden-area-unlocking-secrets.json │ │ ├── forbidden-area.json │ │ ├── forbidden-discovery-2.json │ │ ├── forbidden-discovery.json │ │ ├── forbidden-exploration-1.json │ │ ├── forbidden-exploration-2.json │ │ ├── forbidden-exploration.json │ │ ├── forbidden-machinery-1.json │ │ ├── forbidden-machinery-2.json │ │ ├── forbidden-machinery-3.json │ │ ├── forbidden-machinery-access-point.json │ │ ├── forbidden-machinery-deep-within.json │ │ ├── forbidden-machinery-discovery.json │ │ ├── forbidden-machinery-exploration-1.json │ │ ├── forbidden-machinery-exploration.json │ │ ├── forbidden-machinery.json │ │ ├── here-is-a-short-name-for-the-given-story-with-exactly-four-words-beyond-the-locked-door.json │ │ ├── hidden-area-heard.json │ │ ├── hidden-area-hidden.json │ │ ├── hidden-area-unlocked.json │ │ ├── hidden-discovery.json │ │ ├── hidden-exploration-secrets-behind-closed-doors.json │ │ ├── hidden-halls-of-humming.json │ │ ├── into-the-forbidden-room.json │ │ ├── locked-door-adventure-1.json │ │ ├── locked-door-adventure.json │ │ ├── locked-door-dilemma.json │ │ ├── locked-door-lore.json │ │ ├── locked-door-lure.json │ │ ├── locked-door-mystery-unfolds.json │ │ ├── locked-room-lore.json │ │ ├── mysterious-hum-the-road-to-enlightenment.json │ │ ├── off-limits-adventure-unlocking-the-forbidden-door.json │ │ ├── off-limits-area-unlocked.json │ │ ├── off-limits-machinery.json │ │ ├── secret-passageway-unlocked.json │ │ ├── secret-soundscapes-off-limits.json │ │ ├── secret-spaces-exploration.json │ │ ├── secrets-behind-closed-doors-uncharted-territories-await.json │ │ ├── the-forbidden-machine-room.json │ │ ├── the-forbidden-path-ahead.json │ │ ├── the-lockdown-decision-point.json │ │ ├── the-lockdown-experiment-begins.json │ │ ├── the-lockdown-security-protocol.json │ │ ├── the-mysterious-locked-chamber-1.json │ │ ├── the-mysterious-locked-chamber.json │ │ ├── the-mysterious-locked-door-1.json │ │ ├── the-mysterious-locked-door-2.json │ │ ├── the-mysterious-locked-door-3.json │ │ ├── the-mysterious-locked-door-4.json │ │ ├── the-mysterious-locked-door-5.json │ │ ├── the-mysterious-locked-door-6.json │ │ ├── the-mysterious-locked-door-7.json │ │ ├── the-mysterious-locked-door-8.json │ │ ├── the-mysterious-locked-door.json │ │ ├── the-story-can-be-named-exploring-the-forbidden-zone.json │ │ ├── unlocking-forbidden-corridor-secrets.json │ │ ├── unlocking-forbidden-industrial-secrets.json │ │ ├── unlocking-forbidden-machinery-room.json │ │ ├── unlocking-forbidden-machinery-secrets.json │ │ ├── unlocking-hidden-area-secrets.json │ │ ├── unlocking-the-forbidden-corridor.json │ │ ├── unlocking-the-forbidden-machinery-room.json │ │ ├── unlocking-the-forbidden-passage.json │ │ ├── unlocking-the-forbidden-pathway.json │ │ ├── unlocking-the-forbidden-room.json │ │ ├── unlocking-the-forbidden-sector.json │ │ ├── unlocking-the-forbidden-zone.json │ │ ├── unlocking-the-forbidding-doorway.json │ │ ├── unlocking-the-mysterious-restricted-area.json │ │ ├── unlocking-the-unknown.json │ │ ├── unlocking-the-unseen-forbidden-area-discovery.json │ │ ├── unseen-area.json │ │ ├── unseen-secrets-in-shadows.json │ │ └── whispers-of-industry-uncovering-the-prohibited-space.json │ ├── enemy-container │ │ └── enemy-container-lore.json │ ├── lore-notes │ │ ├── a-glimpse-into-arclight-citys-dark-side-with-hana.md │ │ ├── a-personal-note-to-a-pioneer.md │ │ ├── acehallarclightprank.md │ │ ├── adriel-taylors-most-wanted-cyberdeck-message.md │ │ ├── advanced-stealth-suit-prototype-description.md │ │ ├── advanced-technologies-compendium.md │ │ ├── advanced-weapons-manufacturing-facility-plans.md │ │ ├── aethertherapylogs.md │ │ ├── affordable-advanced-tech-solutions.md │ │ ├── ai-malfunction-logs.md │ │ ├── ai-rogue-terminal-logs.md │ │ ├── ai-therapist-glitch.md │ │ ├── ai-therapist-logs.md │ │ ├── alanatorresappeal.md │ │ ├── alexalastbreath.md │ │ ├── allisrecording.md │ │ ├── allysector7log.md │ │ ├── annihilatorretirement.md │ │ ├── anyapetrovamessage.md │ │ ├── ar-addiction-reality-glitch.md │ │ ├── ar-addiction-support-group.md │ │ ├── araddictionrecovery.md │ │ ├── araddictionsession17.md │ │ ├── arclight-85-foodriot.md │ │ ├── arclight-awakening.md │ │ ├── arclight-chronicles.md │ │ ├── arclight-city-gang-activity-report.md │ │ ├── arclight-city-murder.md │ │ ├── arclight-city-police-corruption.md │ │ ├── arclight-city-rogue-drone-incident.md │ │ ├── arclight-citys-hitman-organization-revealed.md │ │ ├── arclight-confessions.md │ │ ├── arclight-interrogation.md │ │ ├── arclight-letter.md │ │ ├── arclight-massacre.md │ │ ├── arclight-rebellion.md │ │ ├── arclight-refugee-crisis.md │ │ ├── arclight-threat.md │ │ ├── arclight-underworld-chloes-web.md │ │ ├── arclightaicrisis.md │ │ ├── arclightcityclimaterefugeereport.md │ │ ├── arclightcitycyberpsychoincidentreport.md │ │ ├── arclightcityjournal.md │ │ ├── arclightclinicbust.md │ │ ├── arclightcorruption.md │ │ ├── arclightcrisislog47.md │ │ ├── arclightdrowning.md │ │ ├── arclightghost.md │ │ ├── arclightimplant.md │ │ ├── arclightloveletter-1.md │ │ ├── arclightloveletter.md │ │ ├── arclightmassacre.md │ │ ├── arclightmemories.md │ │ ├── arclightnewsvreport.md │ │ ├── arclightnightmare-1.md │ │ ├── arclightnightmare-2.md │ │ ├── arclightnightmare-3.md │ │ ├── arclightnightmare.md │ │ ├── arclightraidreport.md │ │ ├── arclightriot.md │ │ ├── arclighttragedy.md │ │ ├── arrecoverystories.md │ │ ├── artificial-intelligence-paranoia.md │ │ ├── athenaprankwar.md │ │ ├── aura31sessionlog.md │ │ ├── beaubrownslastlog.md │ │ ├── bethena-amari-conversation.md │ │ ├── biohaven-revelations.md │ │ ├── biosynchimeralog.md │ │ ├── biosynconspiracy.md │ │ ├── biotechwarning.md │ │ ├── black-market-exchange.md │ │ ├── black-market-ransom.md │ │ ├── blackmarketjournal.md │ │ ├── blackthorn-log.md │ │ ├── blackthorne-eclipse.md │ │ ├── blessings-and-fate-in-pachinko.md │ │ ├── bloodstained-promise.md │ │ ├── bounty-hunter-contract-aprilette-white.md │ │ ├── brokentherapysessions.md │ │ ├── brothers-final-apology.md │ │ ├── call-to-action.md │ │ ├── carynexposesmegaestate.md │ │ ├── caution-notice-possible-korean-cyber-attack.md │ │ ├── chapter--revelation-13-the-beast-from-the-sea.md │ │ ├── chimerawarning.md │ │ ├── choomba-prank.md │ │ ├── chromebutcherrampage.md │ │ ├── circuitbreak-exposed.md │ │ ├── circuitbreak-memorial.md │ │ ├── circuitbreak-nuke.md │ │ ├── circuitbreak-reputation-at-risk.md │ │ ├── circuitbreak-scandal.md │ │ ├── circuitbreak-tragedy.md │ │ ├── circuitbreakadvertisement.md │ │ ├── circuitbreakcoverup.md │ │ ├── circuitbreakdiary-1.md │ │ ├── circuitbreakdiary.md │ │ ├── circuitbreakghosts.md │ │ ├── circuitbreakgrief.md │ │ ├── circuitbreakjournal-1.md │ │ ├── circuitbreakjournal.md │ │ ├── circuitbreakmemories.md │ │ ├── circuitbreakremembrance.md │ │ ├── circuitbreaktragedy.md │ │ ├── circuitbreaktruth-1.md │ │ ├── circuitbreaktruth.md │ │ ├── circuitbreakvendetta.md │ │ ├── clandestine-cargo.md │ │ ├── clemmysmith-blackmarket.md │ │ ├── climaterefugeecrisisinarclightcity.md │ │ ├── code-red-biocrisis.md │ │ ├── collaboration-proposal.md │ │ ├── collaborationproposal.md │ │ ├── coraliesessionlog.md │ │ ├── corporate-secrets.md │ │ ├── corporateconfessions.md │ │ ├── crime-arclight-city.md │ │ ├── cry-dispossessed.md │ │ ├── customer-complaint-frankie-collins.md │ │ ├── cyber-enhanced-physical-ability-implants.md │ │ ├── cyberai-2086.md │ │ ├── cybercrime-bust-report.md │ │ ├── cyberdefensead.md │ │ ├── cyberkitchenchaos.md │ │ ├── cyberlimb-blueprints-surveillance-systems-stealth-exoskeleton-schematics.md │ │ ├── cybernetic-assault.md │ │ ├── cybernetic-dawn.md │ │ ├── cybernetic-upgrade-ad.md │ │ ├── cyberprank-md.md │ │ ├── cyberpsycho-attack-arclight.md │ │ ├── cyberpsycho-attack.md │ │ ├── cyberpsycho-city.md │ │ ├── cyberpsycho-encounter.md │ │ ├── cyberpsycho-rampage-docks.md │ │ ├── cyberpsycho-rustdistrict-attack.md │ │ ├── cyberpsycho-rustdistrict-circuitbreak.md │ │ ├── cyberpsycho-slaughter.md │ │ ├── cyberpsychoattackreport.md │ │ ├── cyberpsychodiary.md │ │ ├── cyberpsychoincident.md │ │ ├── cyberware-regret-letter.md │ │ ├── daffi-rescue.md │ │ ├── dangerous-liaisons-in-cyberspace.md │ │ ├── dangerous-liaisons.md │ │ ├── daniel-circuitbreak-bombing-memo.md │ │ ├── data-chip-contents.md │ │ ├── data-heist.md │ │ ├── deadly-cyberpsycho-outbreak.md │ │ ├── dear-dad.md │ │ ├── desperate-plea.md │ │ ├── digital-pioneers-patron.md │ │ ├── dirty-dealings-handbook.md │ │ ├── dissatisfied-customer.md │ │ ├── dollscottbounty.md │ │ ├── downtown-gang-execution.md │ │ ├── downtowncyberpsychorampage-1.md │ │ ├── downtowncyberpsychorampage.md │ │ ├── echosixlasttransmission.md │ │ ├── eclipse.md │ │ ├── elarasmessage.md │ │ ├── eliasregret.md │ │ ├── embezzlement-suspect-at-large.md │ │ ├── exposing-circuitbreak-corruption.md │ │ ├── falloftower.md │ │ ├── family-hacking-request.md │ │ ├── familyletter.md │ │ ├── fascinating-encounter.md │ │ ├── fateful-encounter.md │ │ ├── fifi-aipet.md │ │ ├── forever-entwined-hearts.md │ │ ├── fury-fist-review.md │ │ ├── gang-territorial-expansion-video.md │ │ ├── ghostecho77plea.md │ │ ├── ghostecho7s-plea.md │ │ ├── ghostfirerampagesector7.md │ │ ├── ghostfiresrequest.md │ │ ├── ghostinthemachineforum.md │ │ ├── ghostprotocolextraction.md │ │ ├── ghostwalkerrampage.md │ │ ├── grantwhiteletter.md │ │ ├── greatequalizermessage.md │ │ ├── gwendolen-phillips.md │ │ ├── hackbots-md.md │ │ ├── hidden-desires-of-a-lonely-heart.md │ │ ├── hidden-footage.md │ │ ├── hivewhispers.md │ │ ├── hollyanneprank.md │ │ ├── holographicresistancecall-md.md │ │ ├── hostage-threat.md │ │ ├── illicit-partnership.md │ │ ├── im-sage-implants.md │ │ ├── implantfragments.md │ │ ├── implantglitch.md │ │ ├── implantmalfunction.md │ │ ├── ineswhitefile.md │ │ ├── inmemoryof.md │ │ ├── innovative-engineering-solutions-blueprints.md │ │ ├── ironcladjaxlastfight.md │ │ ├── jehannas-note.md │ │ ├── jestermalfunctionreport.md │ │ ├── jones-interview.md │ │ ├── kael-veyra-log.md │ │ ├── kaelveyralog.md │ │ ├── kaelveyraretiring.md │ │ ├── kaifinaltransmission-1.md │ │ ├── kaifinaltransmission.md │ │ ├── kailasttransmission-1.md │ │ ├── kailasttransmission.md │ │ ├── kaislaststand.md │ │ ├── kaitoslastlog.md │ │ ├── kaitoslog42.md │ │ ├── krysta-phillips.md │ │ ├── lab-notes-confidential.md │ │ ├── lanihallencryptionrequest.md │ │ ├── lastwordsoflaverna.md │ │ ├── legendofv-1.md │ │ ├── legendofv.md │ │ ├── lethia-flores.md │ │ ├── letter-of-the-iron-maiden.md │ │ ├── lettertofather.md │ │ ├── letti-message.md │ │ ├── lianneslastlog.md │ │ ├── liannesmessage.md │ │ ├── life-in-the-shadows.md │ │ ├── local-legends-abound.md │ │ ├── longing-to-be-yours-again.md │ │ ├── lost-hope.md │ │ ├── lost-voices.md │ │ ├── love-beyond-boundaries.md │ │ ├── lover-letter.md │ │ ├── maintaining-connections.md │ │ ├── malachiproposal.md │ │ ├── manhunt-dangerous-traitor.md │ │ ├── marionmegaestate.md │ │ ├── markdown-lukaprankgonewrong.md │ │ ├── marnias-message.md │ │ ├── marty-letter.md │ │ ├── maxine-admirer.md │ │ ├── maxines-story.md │ │ ├── mayasglitchlog.md │ │ ├── mega-corps-report.md │ │ ├── megacorptutorial.md │ │ ├── memofromdollhill.md │ │ ├── menacingmessageunearthed-txt.md │ │ ├── mercenaryguilt.md │ │ ├── moral-crisis-at-circuitbreak-security-inc.md │ │ ├── morganicamalachi.md │ │ ├── my-hero-lilith.md │ │ ├── myfinalmessage.md │ │ ├── mysteriousmercenaryreport-thelegendofv.md │ │ ├── nan-nguyen-botched-aug.md │ │ ├── neonbladelog.md │ │ ├── neonshard.md │ │ ├── neural-interface-hack.md │ │ ├── neural-network-the-future-of-human-interaction.md │ │ ├── neuralblocker-seller.md │ │ ├── neuralghostsechoes.md │ │ ├── neuralinterfacehack.md │ │ ├── neuralnexus-therapy-glitch.md │ │ ├── neuraltrustbreak.md │ │ ├── new-beginnings.md │ │ ├── nightfall-review.md │ │ ├── october12-circuitbreak.md │ │ ├── operativelog-shatteredtrust.md │ │ ├── oracleinsurrection.md │ │ ├── oraclemalfunctionreport.md │ │ ├── oracleprankstercode.md │ │ ├── organicanarchyfinals.md │ │ ├── pachinko-cultists-a-new-obsession.md │ │ ├── pachinko-cultists-wreak-havoc.md │ │ ├── pachinko-prophecy.md │ │ ├── pigeonrevolt.md │ │ ├── pixel-ai.md │ │ ├── prank-gone-wrong.md │ │ ├── private-funding-preference.md │ │ ├── production-pause-on-new-neural-implants.md │ │ ├── project-eclipse-exposed.md │ │ ├── project-ethereal-confidential.md │ │ ├── project-nightfall-update.md │ │ ├── projectblacklotus.md │ │ ├── projectchimeralog.md │ │ ├── raven7bincidentreport.md │ │ ├── ravenclawproducttest.md │ │ ├── razorbackrampage.md │ │ ├── razorsmartsphincterissue.md │ │ ├── realitybitessession-1.md │ │ ├── realitybitessession.md │ │ ├── rebel-rampage.md │ │ ├── rebellion-begins-with-one-step.md │ │ ├── red-bar-nightmare.md │ │ ├── red-scourge.md │ │ ├── redactedsphincterimplantcomplaint.md │ │ ├── redbarshowdown.md │ │ ├── regretanddebt.md │ │ ├── regretechoes.md │ │ ├── regretfulfragments.md │ │ ├── regretfulmemories.md │ │ ├── reminiscing-about-our-final-job-together.md │ │ ├── researchnoteshumor.md │ │ ├── revolution-against-corporate-greed.md │ │ ├── revolution-against-corruption.md │ │ ├── revolutionary-call-to-action.md │ │ ├── rexfordslog72.md │ │ ├── rip-trix.md │ │ ├── risky-proposition.md │ │ ├── rival-corporate-data-breach-plotted.md │ │ ├── robert-smith-elimination-reward-request.md │ │ ├── robinettajournal.md │ │ ├── rogueaiapocalypse.md │ │ ├── roguedroneincident.md │ │ ├── roguehellfiredrone.md │ │ ├── roguesparklog.md │ │ ├── rozanneterminallog.md │ │ ├── rustysprocketincident.md │ │ ├── rustysprocketnightmare.md │ │ ├── rx87-incident.md │ │ ├── sashaletter.md │ │ ├── sentientterminal.md │ │ ├── serenitysessionlogs.md │ │ ├── server-hack-job.md │ │ ├── shadow-figure-threat.md │ │ ├── shadow-fixer.md │ │ ├── shadowydeal.md │ │ ├── shatteredtrust.md │ │ ├── shenas-plea.md │ │ ├── singularity-protocol.md │ │ ├── smartsphincterimplantfailure.md │ │ ├── smugglerinventory.md │ │ ├── smugglers-inventory-1.md │ │ ├── smugglers-inventory.md │ │ ├── soul-saving-gameplay.md │ │ ├── steelfistsretirement.md │ │ ├── surviving-cyberpsycho-carnage.md │ │ ├── survivorstestimony.md │ │ ├── suspiciousclientnotice.md │ │ ├── synthbitesriot.md │ │ ├── synthetic-food-fiasco.md │ │ ├── synthfeastchaos.md │ │ ├── taixingsecuritybreach.md │ │ ├── taixingtyphoon2080-poster.md │ │ ├── tall-man-at-the-docks.md │ │ ├── terminalaccess-criticalfailure.md │ │ ├── terminalaccess.md │ │ ├── terminalfinallog.md │ │ ├── terminalreport-v.md │ │ ├── the-cyborg-experiment-a-cautionary-tale.md │ │ ├── the-fall-of-circuitbreak.md │ │ ├── the-legend-of-v-1.md │ │ ├── the-legend-of-v.md │ │ ├── the-signal-story.md │ │ ├── the-wired-wraith-incident.md │ │ ├── thelegendofv-1.md │ │ ├── thelegendofv.md │ │ ├── therapylogssession127.md │ │ ├── title-whispers-from-the-red-bar.md │ │ ├── trapped-in-the-shadows.md │ │ ├── truama-team-medical-services-save-your-life-today.md │ │ ├── tuckerjacksonlastbroadcast.md │ │ ├── ua7incidentreport.md │ │ ├── ultimate-security-system.md │ │ ├── umcba.md │ │ ├── undercover-operation-megaestate.md │ │ ├── underground-augmentation-tragedy.md │ │ ├── unraveling-the-luxury-web.md │ │ ├── unveiled-vengeance.md │ │ ├── upgradearclightcitizen.md │ │ ├── urban-legacy.md │ │ ├── urgent-warning.md │ │ ├── v-1.md │ │ ├── v-arclightcity.md │ │ ├── v-channel7report.md │ │ ├── v-legacy.md │ │ ├── v-legendary-mercenary.md │ │ ├── v-phantomexecutioner.md │ │ ├── v.md │ │ ├── varclightlegend.md │ │ ├── varclightreport.md │ │ ├── venigmainvestigates.md │ │ ├── venigmareport.md │ │ ├── verinagonzalezterroristattack.md │ │ ├── veronica-clarks-call-for-revolution.md │ │ ├── vghostinthemachine-1.md │ │ ├── vghostinthemachine.md │ │ ├── voices-neuro-hack-nightmare.md │ │ ├── voices-of-the-hacked.md │ │ ├── voicesinthegrid.md │ │ ├── volkovschimerawarning.md │ │ ├── vr-dating-glitch.md │ │ ├── vrdatedisaster.md │ │ ├── vrdatingdisaster.md │ │ ├── vreturnswhopays.md │ │ ├── vthelegend.md │ │ ├── vthephantomblade.md │ │ ├── war-torn-love.md │ │ ├── whispererconfession.md │ │ ├── whisperers-dilemma.md │ │ ├── whispers-of-danger-and-truth-in-arclight-city.md │ │ ├── wraithdatapad.md │ │ ├── zero-byte-encounter.md │ │ └── zerobytesghostprotocol.md │ ├── scenario │ │ ├── dungeon-health-sacrifice.json │ │ └── dungeon-time-sacrifice.json │ ├── translation-keywords.json │ ├── translation.json │ └── tutorial │ │ ├── afk-task.md │ │ ├── attributes.md │ │ ├── auto-gather.md │ │ ├── backpack.md │ │ ├── black-market.md │ │ ├── currency.md │ │ ├── equipment-calibration.md │ │ ├── equipment-repair.md │ │ ├── equipment-upgrade.md │ │ ├── follow-up-lottery.md │ │ ├── gang-upkeep.md │ │ ├── hideout-raid.md │ │ ├── hit-bounty.md │ │ ├── intelligence-contract.md │ │ ├── inventory.md │ │ ├── investigation.md │ │ ├── job-level.md │ │ ├── mercenary.md │ │ ├── psychosis.md │ │ ├── stock-market.md │ │ └── territory.md ├── id │ ├── encounter-choices │ │ ├── accessing-restricted-facility-area.json │ │ ├── accessing-restricted-factory-zones.json │ │ ├── behind-the-locked-door.json │ │ ├── beyond-the-forbidden-door.json │ │ ├── beyond-the-locked-door-1.json │ │ ├── beyond-the-locked-door-2.json │ │ ├── beyond-the-locked-door-3.json │ │ ├── beyond-the-locked-door-4.json │ │ ├── beyond-the-locked-door.json │ │ ├── beyond-the-locked-doorway-1.json │ │ ├── beyond-the-locked-doorway-2.json │ │ ├── beyond-the-locked-doorway.json │ │ ├── beyond-the-locked-entrance-1.json │ │ ├── beyond-the-locked-entrance.json │ │ ├── door-beyond-the-darkness.json │ │ ├── door-to-forbidden-machinery.json │ │ ├── echoes-and-secrets.json │ │ ├── echoes-in-the-forbidden-zone.json │ │ ├── echoes-of-forbidden-territory.json │ │ ├── exploring-the-forbidden-machinery-area.json │ │ ├── forbidden-access-area-ahead.json │ │ ├── forbidden-area-access-denied.json │ │ ├── forbidden-area-discovery-1.json │ │ ├── forbidden-area-discovery-2.json │ │ ├── forbidden-area-discovery.json │ │ ├── forbidden-area-unlocking-secrets.json │ │ ├── forbidden-area.json │ │ ├── forbidden-discovery-2.json │ │ ├── forbidden-discovery.json │ │ ├── forbidden-exploration-1.json │ │ ├── forbidden-exploration-2.json │ │ ├── forbidden-exploration.json │ │ ├── forbidden-machinery-1.json │ │ ├── forbidden-machinery-2.json │ │ ├── forbidden-machinery-3.json │ │ ├── forbidden-machinery-access-point.json │ │ ├── forbidden-machinery-deep-within.json │ │ ├── forbidden-machinery-discovery.json │ │ ├── forbidden-machinery-exploration-1.json │ │ ├── forbidden-machinery-exploration.json │ │ ├── forbidden-machinery.json │ │ ├── here-is-a-short-name-for-the-given-story-with-exactly-four-words-beyond-the-locked-door.json │ │ ├── hidden-area-heard.json │ │ ├── hidden-area-hidden.json │ │ ├── hidden-area-unlocked.json │ │ ├── hidden-discovery.json │ │ ├── hidden-exploration-secrets-behind-closed-doors.json │ │ ├── hidden-halls-of-humming.json │ │ ├── into-the-forbidden-room.json │ │ ├── locked-door-adventure-1.json │ │ ├── locked-door-adventure.json │ │ ├── locked-door-dilemma.json │ │ ├── locked-door-lore.json │ │ ├── locked-door-lure.json │ │ ├── locked-door-mystery-unfolds.json │ │ ├── locked-room-lore.json │ │ ├── mysterious-hum-the-road-to-enlightenment.json │ │ ├── off-limits-adventure-unlocking-the-forbidden-door.json │ │ ├── off-limits-area-unlocked.json │ │ ├── off-limits-machinery.json │ │ ├── secret-passageway-unlocked.json │ │ ├── secret-soundscapes-off-limits.json │ │ ├── secret-spaces-exploration.json │ │ ├── secrets-behind-closed-doors-uncharted-territories-await.json │ │ ├── the-forbidden-machine-room.json │ │ ├── the-forbidden-path-ahead.json │ │ ├── the-lockdown-decision-point.json │ │ ├── the-lockdown-experiment-begins.json │ │ ├── the-lockdown-security-protocol.json │ │ ├── the-mysterious-locked-chamber-1.json │ │ ├── the-mysterious-locked-chamber.json │ │ ├── the-mysterious-locked-door-1.json │ │ ├── the-mysterious-locked-door-2.json │ │ ├── the-mysterious-locked-door-3.json │ │ ├── the-mysterious-locked-door-4.json │ │ ├── the-mysterious-locked-door-5.json │ │ ├── the-mysterious-locked-door-6.json │ │ ├── the-mysterious-locked-door-7.json │ │ ├── the-mysterious-locked-door-8.json │ │ ├── the-mysterious-locked-door.json │ │ ├── the-story-can-be-named-exploring-the-forbidden-zone.json │ │ ├── unlocking-forbidden-corridor-secrets.json │ │ ├── unlocking-forbidden-industrial-secrets.json │ │ ├── unlocking-forbidden-machinery-room.json │ │ ├── unlocking-forbidden-machinery-secrets.json │ │ ├── unlocking-hidden-area-secrets.json │ │ ├── unlocking-the-forbidden-corridor.json │ │ ├── unlocking-the-forbidden-machinery-room.json │ │ ├── unlocking-the-forbidden-passage.json │ │ ├── unlocking-the-forbidden-pathway.json │ │ ├── unlocking-the-forbidden-room.json │ │ ├── unlocking-the-forbidden-sector.json │ │ ├── unlocking-the-forbidden-zone.json │ │ ├── unlocking-the-forbidding-doorway.json │ │ ├── unlocking-the-mysterious-restricted-area.json │ │ ├── unlocking-the-unknown.json │ │ ├── unlocking-the-unseen-forbidden-area-discovery.json │ │ ├── unseen-area.json │ │ ├── unseen-secrets-in-shadows.json │ │ └── whispers-of-industry-uncovering-the-prohibited-space.json │ ├── enemy-container │ │ └── enemy-container-lore.json │ ├── lore-notes │ │ ├── a-glimpse-into-arclight-citys-dark-side-with-hana.md │ │ ├── a-personal-note-to-a-pioneer.md │ │ ├── acehallarclightprank.md │ │ ├── adriel-taylors-most-wanted-cyberdeck-message.md │ │ ├── advanced-stealth-suit-prototype-description.md │ │ ├── advanced-technologies-compendium.md │ │ ├── advanced-weapons-manufacturing-facility-plans.md │ │ ├── aethertherapylogs.md │ │ ├── affordable-advanced-tech-solutions.md │ │ ├── ai-malfunction-logs.md │ │ ├── ai-rogue-terminal-logs.md │ │ ├── ai-therapist-glitch.md │ │ ├── ai-therapist-logs.md │ │ ├── alanatorresappeal.md │ │ ├── alexalastbreath.md │ │ ├── allisrecording.md │ │ ├── allysector7log.md │ │ ├── annihilatorretirement.md │ │ ├── anyapetrovamessage.md │ │ ├── ar-addiction-reality-glitch.md │ │ ├── ar-addiction-support-group.md │ │ ├── araddictionrecovery.md │ │ ├── araddictionsession17.md │ │ ├── arclight-85-foodriot.md │ │ ├── arclight-awakening.md │ │ ├── arclight-chronicles.md │ │ ├── arclight-city-gang-activity-report.md │ │ ├── arclight-city-murder.md │ │ ├── arclight-city-police-corruption.md │ │ ├── arclight-city-rogue-drone-incident.md │ │ ├── arclight-citys-hitman-organization-revealed.md │ │ ├── arclight-confessions.md │ │ ├── arclight-interrogation.md │ │ ├── arclight-letter.md │ │ ├── arclight-massacre.md │ │ ├── arclight-rebellion.md │ │ ├── arclight-refugee-crisis.md │ │ ├── arclight-threat.md │ │ ├── arclight-underworld-chloes-web.md │ │ ├── arclightaicrisis.md │ │ ├── arclightcityclimaterefugeereport.md │ │ ├── arclightcitycyberpsychoincidentreport.md │ │ ├── arclightcityjournal.md │ │ ├── arclightclinicbust.md │ │ ├── arclightcorruption.md │ │ ├── arclightcrisislog47.md │ │ ├── arclightdrowning.md │ │ ├── arclightghost.md │ │ ├── arclightimplant.md │ │ ├── arclightloveletter-1.md │ │ ├── arclightloveletter.md │ │ ├── arclightmassacre.md │ │ ├── arclightmemories.md │ │ ├── arclightnewsvreport.md │ │ ├── arclightnightmare-1.md │ │ ├── arclightnightmare-2.md │ │ ├── arclightnightmare-3.md │ │ ├── arclightnightmare.md │ │ ├── arclightraidreport.md │ │ ├── arclightriot.md │ │ ├── arclighttragedy.md │ │ ├── arrecoverystories.md │ │ ├── artificial-intelligence-paranoia.md │ │ ├── athenaprankwar.md │ │ ├── aura31sessionlog.md │ │ ├── beaubrownslastlog.md │ │ ├── bethena-amari-conversation.md │ │ ├── biohaven-revelations.md │ │ ├── biosynchimeralog.md │ │ ├── biosynconspiracy.md │ │ ├── biotechwarning.md │ │ ├── black-market-exchange.md │ │ ├── black-market-ransom.md │ │ ├── blackmarketjournal.md │ │ ├── blackthorn-log.md │ │ ├── blackthorne-eclipse.md │ │ ├── blessings-and-fate-in-pachinko.md │ │ ├── bloodstained-promise.md │ │ ├── bounty-hunter-contract-aprilette-white.md │ │ ├── brokentherapysessions.md │ │ ├── brothers-final-apology.md │ │ ├── call-to-action.md │ │ ├── carynexposesmegaestate.md │ │ ├── caution-notice-possible-korean-cyber-attack.md │ │ ├── chapter--revelation-13-the-beast-from-the-sea.md │ │ ├── chimerawarning.md │ │ ├── choomba-prank.md │ │ ├── chromebutcherrampage.md │ │ ├── circuitbreak-exposed.md │ │ ├── circuitbreak-memorial.md │ │ ├── circuitbreak-nuke.md │ │ ├── circuitbreak-reputation-at-risk.md │ │ ├── circuitbreak-scandal.md │ │ ├── circuitbreak-tragedy.md │ │ ├── circuitbreakadvertisement.md │ │ ├── circuitbreakcoverup.md │ │ ├── circuitbreakdiary-1.md │ │ ├── circuitbreakdiary.md │ │ ├── circuitbreakghosts.md │ │ ├── circuitbreakgrief.md │ │ ├── circuitbreakjournal-1.md │ │ ├── circuitbreakjournal.md │ │ ├── circuitbreakmemories.md │ │ ├── circuitbreakremembrance.md │ │ ├── circuitbreaktragedy.md │ │ ├── circuitbreaktruth-1.md │ │ ├── circuitbreaktruth.md │ │ ├── circuitbreakvendetta.md │ │ ├── clandestine-cargo.md │ │ ├── clemmysmith-blackmarket.md │ │ ├── climaterefugeecrisisinarclightcity.md │ │ ├── code-red-biocrisis.md │ │ ├── collaboration-proposal.md │ │ ├── collaborationproposal.md │ │ ├── coraliesessionlog.md │ │ ├── corporate-secrets.md │ │ ├── corporateconfessions.md │ │ ├── crime-arclight-city.md │ │ ├── cry-dispossessed.md │ │ ├── customer-complaint-frankie-collins.md │ │ ├── cyber-enhanced-physical-ability-implants.md │ │ ├── cyberai-2086.md │ │ ├── cybercrime-bust-report.md │ │ ├── cyberdefensead.md │ │ ├── cyberkitchenchaos.md │ │ ├── cyberlimb-blueprints-surveillance-systems-stealth-exoskeleton-schematics.md │ │ ├── cybernetic-assault.md │ │ ├── cybernetic-dawn.md │ │ ├── cybernetic-upgrade-ad.md │ │ ├── cyberprank-md.md │ │ ├── cyberpsycho-attack-arclight.md │ │ ├── cyberpsycho-attack.md │ │ ├── cyberpsycho-city.md │ │ ├── cyberpsycho-encounter.md │ │ ├── cyberpsycho-rampage-docks.md │ │ ├── cyberpsycho-rustdistrict-attack.md │ │ ├── cyberpsycho-rustdistrict-circuitbreak.md │ │ ├── cyberpsycho-slaughter.md │ │ ├── cyberpsychoattackreport.md │ │ ├── cyberpsychodiary.md │ │ ├── cyberpsychoincident.md │ │ ├── cyberware-regret-letter.md │ │ ├── daffi-rescue.md │ │ ├── dangerous-liaisons-in-cyberspace.md │ │ ├── dangerous-liaisons.md │ │ ├── daniel-circuitbreak-bombing-memo.md │ │ ├── data-chip-contents.md │ │ ├── data-heist.md │ │ ├── deadly-cyberpsycho-outbreak.md │ │ ├── dear-dad.md │ │ ├── desperate-plea.md │ │ ├── digital-pioneers-patron.md │ │ ├── dirty-dealings-handbook.md │ │ ├── dissatisfied-customer.md │ │ ├── dollscottbounty.md │ │ ├── downtown-gang-execution.md │ │ ├── downtowncyberpsychorampage-1.md │ │ ├── downtowncyberpsychorampage.md │ │ ├── echosixlasttransmission.md │ │ ├── eclipse.md │ │ ├── elarasmessage.md │ │ ├── eliasregret.md │ │ ├── embezzlement-suspect-at-large.md │ │ ├── exposing-circuitbreak-corruption.md │ │ ├── falloftower.md │ │ ├── family-hacking-request.md │ │ ├── familyletter.md │ │ ├── fascinating-encounter.md │ │ ├── fateful-encounter.md │ │ ├── fifi-aipet.md │ │ ├── forever-entwined-hearts.md │ │ ├── fury-fist-review.md │ │ ├── gang-territorial-expansion-video.md │ │ ├── ghostecho77plea.md │ │ ├── ghostecho7s-plea.md │ │ ├── ghostfirerampagesector7.md │ │ ├── ghostfiresrequest.md │ │ ├── ghostinthemachineforum.md │ │ ├── ghostprotocolextraction.md │ │ ├── ghostwalkerrampage.md │ │ ├── grantwhiteletter.md │ │ ├── greatequalizermessage.md │ │ ├── gwendolen-phillips.md │ │ ├── hackbots-md.md │ │ ├── hidden-desires-of-a-lonely-heart.md │ │ ├── hidden-footage.md │ │ ├── hivewhispers.md │ │ ├── hollyanneprank.md │ │ ├── holographicresistancecall-md.md │ │ ├── hostage-threat.md │ │ ├── illicit-partnership.md │ │ ├── im-sage-implants.md │ │ ├── implantfragments.md │ │ ├── implantglitch.md │ │ ├── implantmalfunction.md │ │ ├── ineswhitefile.md │ │ ├── inmemoryof.md │ │ ├── innovative-engineering-solutions-blueprints.md │ │ ├── ironcladjaxlastfight.md │ │ ├── jehannas-note.md │ │ ├── jestermalfunctionreport.md │ │ ├── jones-interview.md │ │ ├── kael-veyra-log.md │ │ ├── kaelveyralog.md │ │ ├── kaelveyraretiring.md │ │ ├── kaifinaltransmission-1.md │ │ ├── kaifinaltransmission.md │ │ ├── kailasttransmission-1.md │ │ ├── kailasttransmission.md │ │ ├── kaislaststand.md │ │ ├── kaitoslastlog.md │ │ ├── kaitoslog42.md │ │ ├── krysta-phillips.md │ │ ├── lab-notes-confidential.md │ │ ├── lanihallencryptionrequest.md │ │ ├── lastwordsoflaverna.md │ │ ├── legendofv-1.md │ │ ├── legendofv.md │ │ ├── lethia-flores.md │ │ ├── letter-of-the-iron-maiden.md │ │ ├── lettertofather.md │ │ ├── letti-message.md │ │ ├── lianneslastlog.md │ │ ├── liannesmessage.md │ │ ├── life-in-the-shadows.md │ │ ├── local-legends-abound.md │ │ ├── longing-to-be-yours-again.md │ │ ├── lost-hope.md │ │ ├── lost-voices.md │ │ ├── love-beyond-boundaries.md │ │ ├── lover-letter.md │ │ ├── maintaining-connections.md │ │ ├── malachiproposal.md │ │ ├── manhunt-dangerous-traitor.md │ │ ├── marionmegaestate.md │ │ ├── markdown-lukaprankgonewrong.md │ │ ├── marnias-message.md │ │ ├── marty-letter.md │ │ ├── maxine-admirer.md │ │ ├── maxines-story.md │ │ ├── mayasglitchlog.md │ │ ├── mega-corps-report.md │ │ ├── megacorptutorial.md │ │ ├── memofromdollhill.md │ │ ├── menacingmessageunearthed-txt.md │ │ ├── mercenaryguilt.md │ │ ├── moral-crisis-at-circuitbreak-security-inc.md │ │ ├── morganicamalachi.md │ │ ├── my-hero-lilith.md │ │ ├── myfinalmessage.md │ │ ├── mysteriousmercenaryreport-thelegendofv.md │ │ ├── nan-nguyen-botched-aug.md │ │ ├── neonbladelog.md │ │ ├── neonshard.md │ │ ├── neural-interface-hack.md │ │ ├── neural-network-the-future-of-human-interaction.md │ │ ├── neuralblocker-seller.md │ │ ├── neuralghostsechoes.md │ │ ├── neuralinterfacehack.md │ │ ├── neuralnexus-therapy-glitch.md │ │ ├── neuraltrustbreak.md │ │ ├── new-beginnings.md │ │ ├── nightfall-review.md │ │ ├── october12-circuitbreak.md │ │ ├── operativelog-shatteredtrust.md │ │ ├── oracleinsurrection.md │ │ ├── oraclemalfunctionreport.md │ │ ├── oracleprankstercode.md │ │ ├── organicanarchyfinals.md │ │ ├── pachinko-cultists-a-new-obsession.md │ │ ├── pachinko-cultists-wreak-havoc.md │ │ ├── pachinko-prophecy.md │ │ ├── pigeonrevolt.md │ │ ├── pixel-ai.md │ │ ├── prank-gone-wrong.md │ │ ├── private-funding-preference.md │ │ ├── production-pause-on-new-neural-implants.md │ │ ├── project-eclipse-exposed.md │ │ ├── project-ethereal-confidential.md │ │ ├── project-nightfall-update.md │ │ ├── projectblacklotus.md │ │ ├── projectchimeralog.md │ │ ├── raven7bincidentreport.md │ │ ├── ravenclawproducttest.md │ │ ├── razorbackrampage.md │ │ ├── razorsmartsphincterissue.md │ │ ├── realitybitessession-1.md │ │ ├── realitybitessession.md │ │ ├── rebel-rampage.md │ │ ├── rebellion-begins-with-one-step.md │ │ ├── red-bar-nightmare.md │ │ ├── red-scourge.md │ │ ├── redactedsphincterimplantcomplaint.md │ │ ├── redbarshowdown.md │ │ ├── regretanddebt.md │ │ ├── regretechoes.md │ │ ├── regretfulfragments.md │ │ ├── regretfulmemories.md │ │ ├── reminiscing-about-our-final-job-together.md │ │ ├── researchnoteshumor.md │ │ ├── revolution-against-corporate-greed.md │ │ ├── revolution-against-corruption.md │ │ ├── revolutionary-call-to-action.md │ │ ├── rexfordslog72.md │ │ ├── rip-trix.md │ │ ├── risky-proposition.md │ │ ├── rival-corporate-data-breach-plotted.md │ │ ├── robert-smith-elimination-reward-request.md │ │ ├── robinettajournal.md │ │ ├── rogueaiapocalypse.md │ │ ├── roguedroneincident.md │ │ ├── roguehellfiredrone.md │ │ ├── roguesparklog.md │ │ ├── rozanneterminallog.md │ │ ├── rustysprocketincident.md │ │ ├── rustysprocketnightmare.md │ │ ├── rx87-incident.md │ │ ├── sashaletter.md │ │ ├── sentientterminal.md │ │ ├── serenitysessionlogs.md │ │ ├── server-hack-job.md │ │ ├── shadow-figure-threat.md │ │ ├── shadow-fixer.md │ │ ├── shadowydeal.md │ │ ├── shatteredtrust.md │ │ ├── shenas-plea.md │ │ ├── singularity-protocol.md │ │ ├── smartsphincterimplantfailure.md │ │ ├── smugglerinventory.md │ │ ├── smugglers-inventory-1.md │ │ ├── smugglers-inventory.md │ │ ├── soul-saving-gameplay.md │ │ ├── steelfistsretirement.md │ │ ├── surviving-cyberpsycho-carnage.md │ │ ├── survivorstestimony.md │ │ ├── suspiciousclientnotice.md │ │ ├── synthbitesriot.md │ │ ├── synthetic-food-fiasco.md │ │ ├── synthfeastchaos.md │ │ ├── taixingsecuritybreach.md │ │ ├── taixingtyphoon2080-poster.md │ │ ├── tall-man-at-the-docks.md │ │ ├── terminalaccess-criticalfailure.md │ │ ├── terminalaccess.md │ │ ├── terminalfinallog.md │ │ ├── terminalreport-v.md │ │ ├── the-cyborg-experiment-a-cautionary-tale.md │ │ ├── the-fall-of-circuitbreak.md │ │ ├── the-legend-of-v-1.md │ │ ├── the-legend-of-v.md │ │ ├── the-signal-story.md │ │ ├── the-wired-wraith-incident.md │ │ ├── thelegendofv-1.md │ │ ├── thelegendofv.md │ │ ├── therapylogssession127.md │ │ ├── title-whispers-from-the-red-bar.md │ │ ├── trapped-in-the-shadows.md │ │ ├── truama-team-medical-services-save-your-life-today.md │ │ ├── tuckerjacksonlastbroadcast.md │ │ ├── ua7incidentreport.md │ │ ├── ultimate-security-system.md │ │ ├── umcba.md │ │ ├── undercover-operation-megaestate.md │ │ ├── underground-augmentation-tragedy.md │ │ ├── unraveling-the-luxury-web.md │ │ ├── unveiled-vengeance.md │ │ ├── upgradearclightcitizen.md │ │ ├── urban-legacy.md │ │ ├── urgent-warning.md │ │ ├── v-1.md │ │ ├── v-arclightcity.md │ │ ├── v-channel7report.md │ │ ├── v-legacy.md │ │ ├── v-legendary-mercenary.md │ │ ├── v-phantomexecutioner.md │ │ ├── v.md │ │ ├── varclightlegend.md │ │ ├── varclightreport.md │ │ ├── venigmainvestigates.md │ │ ├── venigmareport.md │ │ ├── verinagonzalezterroristattack.md │ │ ├── veronica-clarks-call-for-revolution.md │ │ ├── vghostinthemachine-1.md │ │ ├── vghostinthemachine.md │ │ ├── voices-neuro-hack-nightmare.md │ │ ├── voices-of-the-hacked.md │ │ ├── voicesinthegrid.md │ │ ├── volkovschimerawarning.md │ │ ├── vr-dating-glitch.md │ │ ├── vrdatedisaster.md │ │ ├── vrdatingdisaster.md │ │ ├── vreturnswhopays.md │ │ ├── vthelegend.md │ │ ├── vthephantomblade.md │ │ ├── war-torn-love.md │ │ ├── whispererconfession.md │ │ ├── whisperers-dilemma.md │ │ ├── whispers-of-danger-and-truth-in-arclight-city.md │ │ ├── wraithdatapad.md │ │ ├── zero-byte-encounter.md │ │ └── zerobytesghostprotocol.md │ ├── scenario │ │ ├── dungeon-health-sacrifice.json │ │ └── dungeon-time-sacrifice.json │ ├── translation-keywords.json │ ├── translation.json │ └── tutorial │ │ ├── afk-task.md │ │ ├── attributes.md │ │ ├── auto-gather.md │ │ ├── backpack.md │ │ ├── black-market.md │ │ ├── currency.md │ │ ├── equipment-calibration.md │ │ ├── equipment-repair.md │ │ ├── equipment-upgrade.md │ │ ├── follow-up-lottery.md │ │ ├── gang-upkeep.md │ │ ├── hideout-raid.md │ │ ├── hit-bounty.md │ │ ├── intelligence-contract.md │ │ ├── inventory.md │ │ ├── investigation.md │ │ ├── job-level.md │ │ ├── mercenary.md │ │ ├── psychosis.md │ │ ├── stock-market.md │ │ └── territory.md ├── ja │ ├── encounter-choices │ │ ├── accessing-restricted-facility-area.json │ │ ├── accessing-restricted-factory-zones.json │ │ ├── behind-the-locked-door.json │ │ ├── beyond-the-forbidden-door.json │ │ ├── beyond-the-locked-door-1.json │ │ ├── beyond-the-locked-door-2.json │ │ ├── beyond-the-locked-door-3.json │ │ ├── beyond-the-locked-door-4.json │ │ ├── beyond-the-locked-door.json │ │ ├── beyond-the-locked-doorway-1.json │ │ ├── beyond-the-locked-doorway-2.json │ │ ├── beyond-the-locked-doorway.json │ │ ├── beyond-the-locked-entrance-1.json │ │ ├── beyond-the-locked-entrance.json │ │ ├── door-beyond-the-darkness.json │ │ ├── door-to-forbidden-machinery.json │ │ ├── echoes-and-secrets.json │ │ ├── echoes-in-the-forbidden-zone.json │ │ ├── echoes-of-forbidden-territory.json │ │ ├── exploring-the-forbidden-machinery-area.json │ │ ├── forbidden-access-area-ahead.json │ │ ├── forbidden-area-access-denied.json │ │ ├── forbidden-area-discovery-1.json │ │ ├── forbidden-area-discovery-2.json │ │ ├── forbidden-area-discovery.json │ │ ├── forbidden-area-unlocking-secrets.json │ │ ├── forbidden-area.json │ │ ├── forbidden-discovery-2.json │ │ ├── forbidden-discovery.json │ │ ├── forbidden-exploration-1.json │ │ ├── forbidden-exploration-2.json │ │ ├── forbidden-exploration.json │ │ ├── forbidden-machinery-1.json │ │ ├── forbidden-machinery-2.json │ │ ├── forbidden-machinery-3.json │ │ ├── forbidden-machinery-access-point.json │ │ ├── forbidden-machinery-deep-within.json │ │ ├── forbidden-machinery-discovery.json │ │ ├── forbidden-machinery-exploration-1.json │ │ ├── forbidden-machinery-exploration.json │ │ ├── forbidden-machinery.json │ │ ├── here-is-a-short-name-for-the-given-story-with-exactly-four-words-beyond-the-locked-door.json │ │ ├── hidden-area-heard.json │ │ ├── hidden-area-hidden.json │ │ ├── hidden-area-unlocked.json │ │ ├── hidden-discovery.json │ │ ├── hidden-exploration-secrets-behind-closed-doors.json │ │ ├── hidden-halls-of-humming.json │ │ ├── into-the-forbidden-room.json │ │ ├── locked-door-adventure-1.json │ │ ├── locked-door-adventure.json │ │ ├── locked-door-dilemma.json │ │ ├── locked-door-lore.json │ │ ├── locked-door-lure.json │ │ ├── locked-door-mystery-unfolds.json │ │ ├── locked-room-lore.json │ │ ├── mysterious-hum-the-road-to-enlightenment.json │ │ ├── off-limits-adventure-unlocking-the-forbidden-door.json │ │ ├── off-limits-area-unlocked.json │ │ ├── off-limits-machinery.json │ │ ├── secret-passageway-unlocked.json │ │ ├── secret-soundscapes-off-limits.json │ │ ├── secret-spaces-exploration.json │ │ ├── secrets-behind-closed-doors-uncharted-territories-await.json │ │ ├── the-forbidden-machine-room.json │ │ ├── the-forbidden-path-ahead.json │ │ ├── the-lockdown-decision-point.json │ │ ├── the-lockdown-experiment-begins.json │ │ ├── the-lockdown-security-protocol.json │ │ ├── the-mysterious-locked-chamber-1.json │ │ ├── the-mysterious-locked-chamber.json │ │ ├── the-mysterious-locked-door-1.json │ │ ├── the-mysterious-locked-door-2.json │ │ ├── the-mysterious-locked-door-3.json │ │ ├── the-mysterious-locked-door-4.json │ │ ├── the-mysterious-locked-door-5.json │ │ ├── the-mysterious-locked-door-6.json │ │ ├── the-mysterious-locked-door-7.json │ │ ├── the-mysterious-locked-door-8.json │ │ ├── the-mysterious-locked-door.json │ │ ├── the-story-can-be-named-exploring-the-forbidden-zone.json │ │ ├── unlocking-forbidden-corridor-secrets.json │ │ ├── unlocking-forbidden-industrial-secrets.json │ │ ├── unlocking-forbidden-machinery-room.json │ │ ├── unlocking-forbidden-machinery-secrets.json │ │ ├── unlocking-hidden-area-secrets.json │ │ ├── unlocking-the-forbidden-corridor.json │ │ ├── unlocking-the-forbidden-machinery-room.json │ │ ├── unlocking-the-forbidden-passage.json │ │ ├── unlocking-the-forbidden-pathway.json │ │ ├── unlocking-the-forbidden-room.json │ │ ├── unlocking-the-forbidden-sector.json │ │ ├── unlocking-the-forbidden-zone.json │ │ ├── unlocking-the-forbidding-doorway.json │ │ ├── unlocking-the-mysterious-restricted-area.json │ │ ├── unlocking-the-unknown.json │ │ ├── unlocking-the-unseen-forbidden-area-discovery.json │ │ ├── unseen-area.json │ │ ├── unseen-secrets-in-shadows.json │ │ └── whispers-of-industry-uncovering-the-prohibited-space.json │ ├── enemy-container │ │ └── enemy-container-lore.json │ ├── lore-notes │ │ ├── a-glimpse-into-arclight-citys-dark-side-with-hana.md │ │ ├── a-letter-from-inside.md │ │ ├── a-personal-note-to-a-pioneer.md │ │ ├── acehallarclightprank.md │ │ ├── adriel-taylors-most-wanted-cyberdeck-message.md │ │ ├── advanced-stealth-suit-prototype-description.md │ │ ├── advanced-technologies-compendium.md │ │ ├── advanced-weapons-manufacturing-facility-plans.md │ │ ├── aethertherapylogs.md │ │ ├── affordable-advanced-tech-solutions.md │ │ ├── ai-malfunction-logs.md │ │ ├── ai-rogue-terminal-logs.md │ │ ├── ai-therapist-glitch.md │ │ ├── ai-therapist-logs.md │ │ ├── alanatorresappeal.md │ │ ├── alexalastbreath.md │ │ ├── allisrecording.md │ │ ├── allysector7log.md │ │ ├── annihilatorretirement.md │ │ ├── anyapetrovamessage.md │ │ ├── ar-addiction-reality-glitch.md │ │ ├── ar-addiction-support-group.md │ │ ├── araddictionrecovery.md │ │ ├── araddictionsession17.md │ │ ├── arclight-85-foodriot.md │ │ ├── arclight-awakening.md │ │ ├── arclight-chronicles.md │ │ ├── arclight-city-gang-activity-report.md │ │ ├── arclight-city-murder.md │ │ ├── arclight-city-police-corruption.md │ │ ├── arclight-city-rogue-drone-incident.md │ │ ├── arclight-citys-hitman-organization-revealed.md │ │ ├── arclight-confessions.md │ │ ├── arclight-interrogation.md │ │ ├── arclight-letter.md │ │ ├── arclight-massacre.md │ │ ├── arclight-rebellion.md │ │ ├── arclight-refugee-crisis.md │ │ ├── arclight-threat.md │ │ ├── arclight-underworld-chloes-web.md │ │ ├── arclightaicrisis.md │ │ ├── arclightcityclimaterefugeereport.md │ │ ├── arclightcitycyberpsychoincidentreport.md │ │ ├── arclightcityjournal.md │ │ ├── arclightclinicbust.md │ │ ├── arclightcorruption.md │ │ ├── arclightcrisislog47.md │ │ ├── arclightdrowning.md │ │ ├── arclightghost.md │ │ ├── arclightimplant.md │ │ ├── arclightloveletter-1.md │ │ ├── arclightloveletter.md │ │ ├── arclightmassacre.md │ │ ├── arclightmemories.md │ │ ├── arclightnewsvreport.md │ │ ├── arclightnightmare-1.md │ │ ├── arclightnightmare-2.md │ │ ├── arclightnightmare-3.md │ │ ├── arclightnightmare.md │ │ ├── arclightraidreport.md │ │ ├── arclightrebellion.md │ │ ├── arclightriot.md │ │ ├── arclighttragedy.md │ │ ├── arrecoverystories.md │ │ ├── artificial-intelligence-paranoia.md │ │ ├── athenaprankwar.md │ │ ├── aura31sessionlog.md │ │ ├── beaubrownslastlog.md │ │ ├── bethena-amari-conversation.md │ │ ├── biohaven-revelations.md │ │ ├── biosynchimeralog.md │ │ ├── biosynconspiracy.md │ │ ├── biotechwarning.md │ │ ├── black-market-exchange.md │ │ ├── black-market-ransom.md │ │ ├── blackmarketjournal.md │ │ ├── blackthorn-log.md │ │ ├── blackthorne-eclipse.md │ │ ├── blessings-and-fate-in-pachinko.md │ │ ├── bloodstained-promise.md │ │ ├── bounty-hunter-contract-aprilette-white.md │ │ ├── brokentherapysessions.md │ │ ├── brothers-final-apology.md │ │ ├── call-to-action.md │ │ ├── carynexposesmegaestate.md │ │ ├── caution-notice-possible-korean-cyber-attack.md │ │ ├── chapter--revelation-13-the-beast-from-the-sea.md │ │ ├── chimerawarning.md │ │ ├── choomba-prank.md │ │ ├── chromebutcherrampage.md │ │ ├── circuitbreak-exposed.md │ │ ├── circuitbreak-memorial.md │ │ ├── circuitbreak-nuke.md │ │ ├── circuitbreak-reputation-at-risk.md │ │ ├── circuitbreak-scandal.md │ │ ├── circuitbreak-tragedy.md │ │ ├── circuitbreakadvertisement.md │ │ ├── circuitbreakcoverup.md │ │ ├── circuitbreakdiary-1.md │ │ ├── circuitbreakdiary.md │ │ ├── circuitbreakghosts.md │ │ ├── circuitbreakgrief.md │ │ ├── circuitbreakjournal-1.md │ │ ├── circuitbreakjournal.md │ │ ├── circuitbreakmemories.md │ │ ├── circuitbreakremembrance.md │ │ ├── circuitbreaktragedy.md │ │ ├── circuitbreaktruth-1.md │ │ ├── circuitbreaktruth.md │ │ ├── circuitbreakvendetta.md │ │ ├── clandestine-cargo.md │ │ ├── clemmysmith-blackmarket.md │ │ ├── climaterefugeecrisisinarclightcity.md │ │ ├── code-red-biocrisis.md │ │ ├── collaboration-proposal.md │ │ ├── collaborationproposal.md │ │ ├── coraliesessionlog.md │ │ ├── corporate-secrets.md │ │ ├── corporateconfessions.md │ │ ├── crime-arclight-city.md │ │ ├── cry-dispossessed.md │ │ ├── customer-complaint-frankie-collins.md │ │ ├── cyber-enhanced-physical-ability-implants.md │ │ ├── cyberai-2086.md │ │ ├── cybercrime-bust-report.md │ │ ├── cyberdefensead.md │ │ ├── cyberkitchenchaos.md │ │ ├── cyberlimb-blueprints-surveillance-systems-stealth-exoskeleton-schematics.md │ │ ├── cybernetic-assault.md │ │ ├── cybernetic-dawn.md │ │ ├── cybernetic-upgrade-ad.md │ │ ├── cyberprank-md.md │ │ ├── cyberpsycho-attack-arclight.md │ │ ├── cyberpsycho-attack.md │ │ ├── cyberpsycho-city.md │ │ ├── cyberpsycho-encounter.md │ │ ├── cyberpsycho-rampage-docks.md │ │ ├── cyberpsycho-rustdistrict-attack.md │ │ ├── cyberpsycho-rustdistrict-circuitbreak.md │ │ ├── cyberpsycho-slaughter.md │ │ ├── cyberpsychoattackreport.md │ │ ├── cyberpsychodiary.md │ │ ├── cyberpsychoincident.md │ │ ├── cyberware-regret-letter.md │ │ ├── daffi-rescue.md │ │ ├── dangerous-liaisons-in-cyberspace.md │ │ ├── dangerous-liaisons.md │ │ ├── daniel-circuitbreak-bombing-memo.md │ │ ├── data-chip-contents.md │ │ ├── data-heist.md │ │ ├── deadly-cyberpsycho-outbreak.md │ │ ├── dear-dad.md │ │ ├── desperate-plea.md │ │ ├── digital-pioneers-patron.md │ │ ├── dirty-dealings-handbook.md │ │ ├── dissatisfied-customer.md │ │ ├── dollscottbounty.md │ │ ├── downtown-gang-execution.md │ │ ├── downtowncyberpsychorampage-1.md │ │ ├── downtowncyberpsychorampage.md │ │ ├── echosixlasttransmission.md │ │ ├── eclipse.md │ │ ├── elarasmessage.md │ │ ├── eliasregret.md │ │ ├── embezzlement-suspect-at-large.md │ │ ├── exposing-circuitbreak-corruption.md │ │ ├── falloftower.md │ │ ├── family-hacking-request.md │ │ ├── familyletter.md │ │ ├── fascinating-encounter.md │ │ ├── fateful-encounter.md │ │ ├── fifi-aipet.md │ │ ├── forever-entwined-hearts.md │ │ ├── fury-fist-review.md │ │ ├── gang-territorial-expansion-video.md │ │ ├── ghostecho77plea.md │ │ ├── ghostecho7s-plea.md │ │ ├── ghostfirerampagesector7.md │ │ ├── ghostfiresrequest.md │ │ ├── ghostinthemachineforum.md │ │ ├── ghostprotocolextraction.md │ │ ├── ghostwalkerrampage.md │ │ ├── grantwhiteletter.md │ │ ├── greatequalizermessage.md │ │ ├── gwendolen-phillips.md │ │ ├── hackbots-md.md │ │ ├── hidden-desires-of-a-lonely-heart.md │ │ ├── hidden-footage.md │ │ ├── hivewhispers.md │ │ ├── hollyanneprank.md │ │ ├── holographicresistancecall-md.md │ │ ├── hostage-threat.md │ │ ├── illicit-partnership.md │ │ ├── im-sage-implants.md │ │ ├── implantfragments.md │ │ ├── implantglitch.md │ │ ├── implantmalfunction.md │ │ ├── ineswhitefile.md │ │ ├── inmemoryof.md │ │ ├── innovative-engineering-solutions-blueprints.md │ │ ├── ironcladjaxlastfight.md │ │ ├── jehannas-note.md │ │ ├── jestermalfunctionreport.md │ │ ├── jones-interview.md │ │ ├── kael-veyra-log.md │ │ ├── kaelveyralog.md │ │ ├── kaelveyraretiring.md │ │ ├── kaifinaltransmission-1.md │ │ ├── kaifinaltransmission.md │ │ ├── kailasttransmission-1.md │ │ ├── kailasttransmission.md │ │ ├── kaislaststand.md │ │ ├── kaitoslastlog.md │ │ ├── kaitoslog42.md │ │ ├── krysta-phillips.md │ │ ├── lab-notes-confidential.md │ │ ├── lanihallencryptionrequest.md │ │ ├── lastwordsoflaverna.md │ │ ├── legendofv-1.md │ │ ├── legendofv.md │ │ ├── lethia-flores.md │ │ ├── letter-of-the-iron-maiden.md │ │ ├── lettertofather.md │ │ ├── letti-message.md │ │ ├── lianneslastlog.md │ │ ├── liannesmessage.md │ │ ├── life-in-the-shadows.md │ │ ├── local-legends-abound.md │ │ ├── longing-to-be-yours-again.md │ │ ├── lost-hope.md │ │ ├── lost-voices.md │ │ ├── love-beyond-boundaries.md │ │ ├── lover-letter.md │ │ ├── maintaining-connections.md │ │ ├── malachiproposal.md │ │ ├── manhunt-dangerous-traitor.md │ │ ├── marionmegaestate.md │ │ ├── markdown-lukaprankgonewrong.md │ │ ├── marnias-message.md │ │ ├── marty-letter.md │ │ ├── maxine-admirer.md │ │ ├── maxines-story.md │ │ ├── mayasglitchlog.md │ │ ├── mega-corps-report.md │ │ ├── megacorptutorial.md │ │ ├── memofromdollhill.md │ │ ├── menacingmessageunearthed-txt.md │ │ ├── mercenaryguilt.md │ │ ├── moral-crisis-at-circuitbreak-security-inc.md │ │ ├── morganicamalachi.md │ │ ├── my-hero-lilith.md │ │ ├── myfinalmessage.md │ │ ├── mysteriousmercenaryreport-thelegendofv.md │ │ ├── nan-nguyen-botched-aug.md │ │ ├── neonbladelog.md │ │ ├── neonshard.md │ │ ├── neural-interface-hack.md │ │ ├── neural-network-the-future-of-human-interaction.md │ │ ├── neuralblocker-seller.md │ │ ├── neuralghostsechoes.md │ │ ├── neuralinterfacehack.md │ │ ├── neuralnexus-therapy-glitch.md │ │ ├── neuraltrustbreak.md │ │ ├── new-beginnings.md │ │ ├── nightfall-review.md │ │ ├── october12-circuitbreak.md │ │ ├── operativelog-shatteredtrust.md │ │ ├── oracleinsurrection.md │ │ ├── oraclemalfunctionreport.md │ │ ├── oracleprankstercode.md │ │ ├── organicanarchyfinals.md │ │ ├── pachinko-cultists-a-new-obsession.md │ │ ├── pachinko-cultists-wreak-havoc.md │ │ ├── pachinko-prophecy.md │ │ ├── pigeonrevolt.md │ │ ├── pixel-ai.md │ │ ├── prank-gone-wrong.md │ │ ├── private-funding-preference.md │ │ ├── production-pause-on-new-neural-implants.md │ │ ├── project-eclipse-exposed.md │ │ ├── project-ethereal-confidential.md │ │ ├── project-nightfall-update.md │ │ ├── projectblacklotus.md │ │ ├── projectchimeralog.md │ │ ├── raven7bincidentreport.md │ │ ├── ravenclawproducttest.md │ │ ├── razorbackrampage.md │ │ ├── razorsmartsphincterissue.md │ │ ├── realitybitessession-1.md │ │ ├── realitybitessession.md │ │ ├── rebel-rampage.md │ │ ├── rebellion-begins-with-one-step.md │ │ ├── red-bar-nightmare.md │ │ ├── red-scourge.md │ │ ├── redactedsphincterimplantcomplaint.md │ │ ├── redbarshowdown.md │ │ ├── regretanddebt.md │ │ ├── regretechoes.md │ │ ├── regretfulfragments.md │ │ ├── regretfulmemories.md │ │ ├── reminiscing-about-our-final-job-together.md │ │ ├── researchnoteshumor.md │ │ ├── revolution-against-corporate-greed.md │ │ ├── revolution-against-corruption.md │ │ ├── revolutionary-call-to-action.md │ │ ├── rexfordslog72.md │ │ ├── rip-trix.md │ │ ├── risky-proposition.md │ │ ├── rival-corporate-data-breach-plotted.md │ │ ├── robert-smith-elimination-reward-request.md │ │ ├── robinettajournal.md │ │ ├── rogueaiapocalypse.md │ │ ├── roguedroneincident.md │ │ ├── roguehellfiredrone.md │ │ ├── roguesparklog.md │ │ ├── rozanneterminallog.md │ │ ├── rustysprocketincident.md │ │ ├── rustysprocketnightmare.md │ │ ├── rx87-incident.md │ │ ├── sashaletter.md │ │ ├── sentientterminal.md │ │ ├── serenitysessionlogs.md │ │ ├── server-hack-job.md │ │ ├── shadow-figure-threat.md │ │ ├── shadow-fixer.md │ │ ├── shadowydeal.md │ │ ├── shatteredtrust.md │ │ ├── shenas-plea.md │ │ ├── singularity-protocol.md │ │ ├── smartsphincterimplantfailure.md │ │ ├── smugglerinventory.md │ │ ├── smugglers-inventory-1.md │ │ ├── smugglers-inventory.md │ │ ├── soul-saving-gameplay.md │ │ ├── steelfistsretirement.md │ │ ├── surviving-cyberpsycho-carnage.md │ │ ├── survivorstestimony.md │ │ ├── suspiciousclientnotice.md │ │ ├── synthbitesriot.md │ │ ├── synthetic-food-fiasco.md │ │ ├── synthfeastchaos.md │ │ ├── taixingsecuritybreach.md │ │ ├── taixingtyphoon2080-poster.md │ │ ├── tall-man-at-the-docks.md │ │ ├── terminalaccess-criticalfailure.md │ │ ├── terminalaccess.md │ │ ├── terminalfinallog.md │ │ ├── terminalreport-v.md │ │ ├── the-cyborg-experiment-a-cautionary-tale.md │ │ ├── the-fall-of-circuitbreak.md │ │ ├── the-legend-of-v-1.md │ │ ├── the-legend-of-v.md │ │ ├── the-signal-story.md │ │ ├── the-wired-wraith-incident.md │ │ ├── thelegendofv-1.md │ │ ├── thelegendofv.md │ │ ├── therapylogssession127.md │ │ ├── title-whispers-from-the-red-bar.md │ │ ├── trapped-in-the-shadows.md │ │ ├── truama-team-medical-services-save-your-life-today.md │ │ ├── tuckerjacksonlastbroadcast.md │ │ ├── ua7incidentreport.md │ │ ├── ultimate-security-system.md │ │ ├── umcba.md │ │ ├── undercover-operation-megaestate.md │ │ ├── underground-augmentation-tragedy.md │ │ ├── unraveling-the-luxury-web.md │ │ ├── unveiled-vengeance.md │ │ ├── upgradearclightcitizen.md │ │ ├── urban-legacy.md │ │ ├── urgent-warning.md │ │ ├── v-1.md │ │ ├── v-arclightcity.md │ │ ├── v-channel7report.md │ │ ├── v-legacy.md │ │ ├── v-legendary-mercenary.md │ │ ├── v-phantomexecutioner.md │ │ ├── v.md │ │ ├── varclightlegend.md │ │ ├── varclightreport.md │ │ ├── venigmainvestigates.md │ │ ├── venigmareport.md │ │ ├── verinagonzalezterroristattack.md │ │ ├── veronica-clarks-call-for-revolution.md │ │ ├── vghostinthemachine-1.md │ │ ├── vghostinthemachine.md │ │ ├── voices-neuro-hack-nightmare.md │ │ ├── voices-of-the-hacked.md │ │ ├── voicesinthegrid.md │ │ ├── volkovschimerawarning.md │ │ ├── vr-dating-glitch.md │ │ ├── vrdatedisaster.md │ │ ├── vrdatingdisaster.md │ │ ├── vreturnswhopays.md │ │ ├── vthelegend.md │ │ ├── vthephantomblade.md │ │ ├── war-torn-love.md │ │ ├── whispererconfession.md │ │ ├── whisperers-dilemma.md │ │ ├── whispers-of-danger-and-truth-in-arclight-city.md │ │ ├── wraithdatapad.md │ │ ├── zero-byte-encounter.md │ │ └── zerobytesghostprotocol.md │ ├── scenario │ │ ├── dungeon-health-sacrifice.json │ │ └── dungeon-time-sacrifice.json │ ├── translation-keywords.json │ ├── translation.json │ └── tutorial │ │ ├── afk-task.md │ │ ├── attributes.md │ │ ├── auto-gather.md │ │ ├── backpack.md │ │ ├── black-market.md │ │ ├── currency.md │ │ ├── equipment-calibration.md │ │ ├── equipment-repair.md │ │ ├── equipment-upgrade.md │ │ ├── follow-up-lottery.md │ │ ├── gang-upkeep.md │ │ ├── hideout-raid.md │ │ ├── hit-bounty.md │ │ ├── intelligence-contract.md │ │ ├── inventory.md │ │ ├── investigation.md │ │ ├── job-level.md │ │ ├── mercenary.md │ │ ├── psychosis.md │ │ ├── stock-market.md │ │ └── territory.md ├── ko │ ├── encounter-choices │ │ ├── accessing-restricted-facility-area.json │ │ ├── accessing-restricted-factory-zones.json │ │ ├── behind-the-locked-door.json │ │ ├── beyond-the-forbidden-door.json │ │ ├── beyond-the-locked-door-1.json │ │ ├── beyond-the-locked-door-2.json │ │ ├── beyond-the-locked-door-3.json │ │ ├── beyond-the-locked-door-4.json │ │ ├── beyond-the-locked-door.json │ │ ├── beyond-the-locked-doorway-1.json │ │ ├── beyond-the-locked-doorway-2.json │ │ ├── beyond-the-locked-doorway.json │ │ ├── beyond-the-locked-entrance-1.json │ │ ├── beyond-the-locked-entrance.json │ │ ├── door-beyond-the-darkness.json │ │ ├── door-to-forbidden-machinery.json │ │ ├── echoes-and-secrets.json │ │ ├── echoes-in-the-forbidden-zone.json │ │ ├── echoes-of-forbidden-territory.json │ │ ├── exploring-the-forbidden-machinery-area.json │ │ ├── forbidden-access-area-ahead.json │ │ ├── forbidden-area-access-denied.json │ │ ├── forbidden-area-discovery-1.json │ │ ├── forbidden-area-discovery-2.json │ │ ├── forbidden-area-discovery.json │ │ ├── forbidden-area-unlocking-secrets.json │ │ ├── forbidden-area.json │ │ ├── forbidden-discovery-2.json │ │ ├── forbidden-discovery.json │ │ ├── forbidden-exploration-1.json │ │ ├── forbidden-exploration-2.json │ │ ├── forbidden-exploration.json │ │ ├── forbidden-machinery-1.json │ │ ├── forbidden-machinery-2.json │ │ ├── forbidden-machinery-3.json │ │ ├── forbidden-machinery-access-point.json │ │ ├── forbidden-machinery-deep-within.json │ │ ├── forbidden-machinery-discovery.json │ │ ├── forbidden-machinery-exploration-1.json │ │ ├── forbidden-machinery-exploration.json │ │ ├── forbidden-machinery.json │ │ ├── here-is-a-short-name-for-the-given-story-with-exactly-four-words-beyond-the-locked-door.json │ │ ├── hidden-area-heard.json │ │ ├── hidden-area-hidden.json │ │ ├── hidden-area-unlocked.json │ │ ├── hidden-discovery.json │ │ ├── hidden-exploration-secrets-behind-closed-doors.json │ │ ├── hidden-halls-of-humming.json │ │ ├── into-the-forbidden-room.json │ │ ├── locked-door-adventure-1.json │ │ ├── locked-door-adventure.json │ │ ├── locked-door-dilemma.json │ │ ├── locked-door-lore.json │ │ ├── locked-door-lure.json │ │ ├── locked-door-mystery-unfolds.json │ │ ├── locked-room-lore.json │ │ ├── mysterious-hum-the-road-to-enlightenment.json │ │ ├── off-limits-adventure-unlocking-the-forbidden-door.json │ │ ├── off-limits-area-unlocked.json │ │ ├── off-limits-machinery.json │ │ ├── secret-passageway-unlocked.json │ │ ├── secret-soundscapes-off-limits.json │ │ ├── secret-spaces-exploration.json │ │ ├── secrets-behind-closed-doors-uncharted-territories-await.json │ │ ├── the-forbidden-machine-room.json │ │ ├── the-forbidden-path-ahead.json │ │ ├── the-lockdown-decision-point.json │ │ ├── the-lockdown-experiment-begins.json │ │ ├── the-lockdown-security-protocol.json │ │ ├── the-mysterious-locked-chamber-1.json │ │ ├── the-mysterious-locked-chamber.json │ │ ├── the-mysterious-locked-door-1.json │ │ ├── the-mysterious-locked-door-2.json │ │ ├── the-mysterious-locked-door-3.json │ │ ├── the-mysterious-locked-door-4.json │ │ ├── the-mysterious-locked-door-5.json │ │ ├── the-mysterious-locked-door-6.json │ │ ├── the-mysterious-locked-door-7.json │ │ ├── the-mysterious-locked-door-8.json │ │ ├── the-mysterious-locked-door.json │ │ ├── the-story-can-be-named-exploring-the-forbidden-zone.json │ │ ├── unlocking-forbidden-corridor-secrets.json │ │ ├── unlocking-forbidden-industrial-secrets.json │ │ ├── unlocking-forbidden-machinery-room.json │ │ ├── unlocking-forbidden-machinery-secrets.json │ │ ├── unlocking-hidden-area-secrets.json │ │ ├── unlocking-the-forbidden-corridor.json │ │ ├── unlocking-the-forbidden-machinery-room.json │ │ ├── unlocking-the-forbidden-passage.json │ │ ├── unlocking-the-forbidden-pathway.json │ │ ├── unlocking-the-forbidden-room.json │ │ ├── unlocking-the-forbidden-sector.json │ │ ├── unlocking-the-forbidden-zone.json │ │ ├── unlocking-the-forbidding-doorway.json │ │ ├── unlocking-the-mysterious-restricted-area.json │ │ ├── unlocking-the-unknown.json │ │ ├── unlocking-the-unseen-forbidden-area-discovery.json │ │ ├── unseen-area.json │ │ ├── unseen-secrets-in-shadows.json │ │ └── whispers-of-industry-uncovering-the-prohibited-space.json │ ├── enemy-container │ │ └── enemy-container-lore.json │ ├── lore-notes │ │ ├── a-glimpse-into-arclight-citys-dark-side-with-hana.md │ │ ├── a-personal-note-to-a-pioneer.md │ │ ├── acehallarclightprank.md │ │ ├── adriel-taylors-most-wanted-cyberdeck-message.md │ │ ├── advanced-stealth-suit-prototype-description.md │ │ ├── advanced-technologies-compendium.md │ │ ├── advanced-weapons-manufacturing-facility-plans.md │ │ ├── aethertherapylogs.md │ │ ├── affordable-advanced-tech-solutions.md │ │ ├── ai-malfunction-logs.md │ │ ├── ai-rogue-terminal-logs.md │ │ ├── ai-therapist-glitch.md │ │ ├── ai-therapist-logs.md │ │ ├── alanatorresappeal.md │ │ ├── alexalastbreath.md │ │ ├── allisrecording.md │ │ ├── allysector7log.md │ │ ├── annihilatorretirement.md │ │ ├── anyapetrovamessage.md │ │ ├── ar-addiction-reality-glitch.md │ │ ├── ar-addiction-support-group.md │ │ ├── araddictionrecovery.md │ │ ├── araddictionsession17.md │ │ ├── arclight-85-foodriot.md │ │ ├── arclight-awakening.md │ │ ├── arclight-chronicles.md │ │ ├── arclight-city-gang-activity-report.md │ │ ├── arclight-city-murder.md │ │ ├── arclight-city-police-corruption.md │ │ ├── arclight-city-rogue-drone-incident.md │ │ ├── arclight-citys-hitman-organization-revealed.md │ │ ├── arclight-confessions.md │ │ ├── arclight-interrogation.md │ │ ├── arclight-letter.md │ │ ├── arclight-massacre.md │ │ ├── arclight-rebellion.md │ │ ├── arclight-refugee-crisis.md │ │ ├── arclight-threat.md │ │ ├── arclight-underworld-chloes-web.md │ │ ├── arclightaicrisis.md │ │ ├── arclightcityclimaterefugeereport.md │ │ ├── arclightcitycyberpsychoincidentreport.md │ │ ├── arclightcityjournal.md │ │ ├── arclightclinicbust.md │ │ ├── arclightcorruption.md │ │ ├── arclightcrisislog47.md │ │ ├── arclightdrowning.md │ │ ├── arclightghost.md │ │ ├── arclightimplant.md │ │ ├── arclightloveletter-1.md │ │ ├── arclightloveletter.md │ │ ├── arclightmassacre.md │ │ ├── arclightmemories.md │ │ ├── arclightnewsvreport.md │ │ ├── arclightnightmare-1.md │ │ ├── arclightnightmare-2.md │ │ ├── arclightnightmare-3.md │ │ ├── arclightnightmare.md │ │ ├── arclightraidreport.md │ │ ├── arclightriot.md │ │ ├── arclighttragedy.md │ │ ├── arrecoverystories.md │ │ ├── artificial-intelligence-paranoia.md │ │ ├── athenaprankwar.md │ │ ├── aura31sessionlog.md │ │ ├── beaubrownslastlog.md │ │ ├── bethena-amari-conversation.md │ │ ├── biohaven-revelations.md │ │ ├── biosynchimeralog.md │ │ ├── biosynconspiracy.md │ │ ├── biotechwarning.md │ │ ├── black-market-exchange.md │ │ ├── black-market-ransom.md │ │ ├── blackmarketjournal.md │ │ ├── blackthorn-log.md │ │ ├── blackthorne-eclipse.md │ │ ├── blessings-and-fate-in-pachinko.md │ │ ├── bloodstained-promise.md │ │ ├── bounty-hunter-contract-aprilette-white.md │ │ ├── brokentherapysessions.md │ │ ├── brothers-final-apology.md │ │ ├── call-to-action.md │ │ ├── carynexposesmegaestate.md │ │ ├── caution-notice-possible-korean-cyber-attack.md │ │ ├── chapter--revelation-13-the-beast-from-the-sea.md │ │ ├── chimerawarning.md │ │ ├── choomba-prank.md │ │ ├── chromebutcherrampage.md │ │ ├── circuitbreak-exposed.md │ │ ├── circuitbreak-memorial.md │ │ ├── circuitbreak-nuke.md │ │ ├── circuitbreak-reputation-at-risk.md │ │ ├── circuitbreak-scandal.md │ │ ├── circuitbreak-tragedy.md │ │ ├── circuitbreakadvertisement.md │ │ ├── circuitbreakcoverup.md │ │ ├── circuitbreakdiary-1.md │ │ ├── circuitbreakdiary.md │ │ ├── circuitbreakghosts.md │ │ ├── circuitbreakgrief.md │ │ ├── circuitbreakjournal-1.md │ │ ├── circuitbreakjournal.md │ │ ├── circuitbreakmemories.md │ │ ├── circuitbreakremembrance.md │ │ ├── circuitbreaktragedy.md │ │ ├── circuitbreaktruth-1.md │ │ ├── circuitbreaktruth.md │ │ ├── circuitbreakvendetta.md │ │ ├── clandestine-cargo.md │ │ ├── clemmysmith-blackmarket.md │ │ ├── climaterefugeecrisisinarclightcity.md │ │ ├── code-red-biocrisis.md │ │ ├── collaboration-proposal.md │ │ ├── collaborationproposal.md │ │ ├── coraliesessionlog.md │ │ ├── corporate-secrets.md │ │ ├── corporateconfessions.md │ │ ├── crime-arclight-city.md │ │ ├── cry-dispossessed.md │ │ ├── customer-complaint-frankie-collins.md │ │ ├── cyber-enhanced-physical-ability-implants.md │ │ ├── cyberai-2086.md │ │ ├── cybercrime-bust-report.md │ │ ├── cyberdefensead.md │ │ ├── cyberkitchenchaos.md │ │ ├── cyberlimb-blueprints-surveillance-systems-stealth-exoskeleton-schematics.md │ │ ├── cybernetic-assault.md │ │ ├── cybernetic-dawn.md │ │ ├── cybernetic-upgrade-ad.md │ │ ├── cyberprank-md.md │ │ ├── cyberpsycho-attack-arclight.md │ │ ├── cyberpsycho-attack.md │ │ ├── cyberpsycho-city.md │ │ ├── cyberpsycho-encounter.md │ │ ├── cyberpsycho-rampage-docks.md │ │ ├── cyberpsycho-rustdistrict-attack.md │ │ ├── cyberpsycho-rustdistrict-circuitbreak.md │ │ ├── cyberpsycho-slaughter.md │ │ ├── cyberpsychoattackreport.md │ │ ├── cyberpsychodiary.md │ │ ├── cyberpsychoincident.md │ │ ├── cyberware-regret-letter.md │ │ ├── daffi-rescue.md │ │ ├── dangerous-liaisons-in-cyberspace.md │ │ ├── dangerous-liaisons.md │ │ ├── daniel-circuitbreak-bombing-memo.md │ │ ├── data-chip-contents.md │ │ ├── data-heist.md │ │ ├── deadly-cyberpsycho-outbreak.md │ │ ├── dear-dad.md │ │ ├── desperate-plea.md │ │ ├── digital-pioneers-patron.md │ │ ├── dirty-dealings-handbook.md │ │ ├── dissatisfied-customer.md │ │ ├── dollscottbounty.md │ │ ├── downtown-gang-execution.md │ │ ├── downtowncyberpsychorampage-1.md │ │ ├── downtowncyberpsychorampage.md │ │ ├── echosixlasttransmission.md │ │ ├── eclipse.md │ │ ├── elarasmessage.md │ │ ├── eliasregret.md │ │ ├── embezzlement-suspect-at-large.md │ │ ├── exposing-circuitbreak-corruption.md │ │ ├── falloftower.md │ │ ├── family-hacking-request.md │ │ ├── familyletter.md │ │ ├── fascinating-encounter.md │ │ ├── fateful-encounter.md │ │ ├── fifi-aipet.md │ │ ├── forever-entwined-hearts.md │ │ ├── fury-fist-review.md │ │ ├── gang-territorial-expansion-video.md │ │ ├── ghostecho77plea.md │ │ ├── ghostecho7s-plea.md │ │ ├── ghostfirerampagesector7.md │ │ ├── ghostfiresrequest.md │ │ ├── ghostinthemachineforum.md │ │ ├── ghostprotocolextraction.md │ │ ├── ghostwalkerrampage.md │ │ ├── grantwhiteletter.md │ │ ├── greatequalizermessage.md │ │ ├── gwendolen-phillips.md │ │ ├── hackbots-md.md │ │ ├── hidden-desires-of-a-lonely-heart.md │ │ ├── hidden-footage.md │ │ ├── hivewhispers.md │ │ ├── hollyanneprank.md │ │ ├── holographicresistancecall-md.md │ │ ├── hostage-threat.md │ │ ├── illicit-partnership.md │ │ ├── im-sage-implants.md │ │ ├── implantfragments.md │ │ ├── implantglitch.md │ │ ├── implantmalfunction.md │ │ ├── ineswhitefile.md │ │ ├── inmemoryof.md │ │ ├── innovative-engineering-solutions-blueprints.md │ │ ├── ironcladjaxlastfight.md │ │ ├── jehannas-note.md │ │ ├── jestermalfunctionreport.md │ │ ├── jones-interview.md │ │ ├── kael-veyra-log.md │ │ ├── kaelveyralog.md │ │ ├── kaelveyraretiring.md │ │ ├── kaifinaltransmission-1.md │ │ ├── kaifinaltransmission.md │ │ ├── kailasttransmission-1.md │ │ ├── kailasttransmission.md │ │ ├── kaislaststand.md │ │ ├── kaitoslastlog.md │ │ ├── kaitoslog42.md │ │ ├── krysta-phillips.md │ │ ├── lab-notes-confidential.md │ │ ├── lanihallencryptionrequest.md │ │ ├── lastwordsoflaverna.md │ │ ├── legendofv-1.md │ │ ├── legendofv.md │ │ ├── lethia-flores.md │ │ ├── letter-of-the-iron-maiden.md │ │ ├── lettertofather.md │ │ ├── letti-message.md │ │ ├── lianneslastlog.md │ │ ├── liannesmessage.md │ │ ├── life-in-the-shadows.md │ │ ├── local-legends-abound.md │ │ ├── longing-to-be-yours-again.md │ │ ├── lost-hope.md │ │ ├── lost-voices.md │ │ ├── love-beyond-boundaries.md │ │ ├── lover-letter.md │ │ ├── maintaining-connections.md │ │ ├── malachiproposal.md │ │ ├── manhunt-dangerous-traitor.md │ │ ├── marionmegaestate.md │ │ ├── markdown-lukaprankgonewrong.md │ │ ├── marnias-message.md │ │ ├── marty-letter.md │ │ ├── maxine-admirer.md │ │ ├── maxines-story.md │ │ ├── mayasglitchlog.md │ │ ├── mega-corps-report.md │ │ ├── megacorptutorial.md │ │ ├── memofromdollhill.md │ │ ├── menacingmessageunearthed-txt.md │ │ ├── mercenaryguilt.md │ │ ├── moral-crisis-at-circuitbreak-security-inc.md │ │ ├── morganicamalachi.md │ │ ├── my-hero-lilith.md │ │ ├── myfinalmessage.md │ │ ├── mysteriousmercenaryreport-thelegendofv.md │ │ ├── nan-nguyen-botched-aug.md │ │ ├── neonbladelog.md │ │ ├── neonshard.md │ │ ├── neural-interface-hack.md │ │ ├── neural-network-the-future-of-human-interaction.md │ │ ├── neuralblocker-seller.md │ │ ├── neuralghostsechoes.md │ │ ├── neuralinterfacehack.md │ │ ├── neuralnexus-therapy-glitch.md │ │ ├── neuraltrustbreak.md │ │ ├── new-beginnings.md │ │ ├── nightfall-review.md │ │ ├── october12-circuitbreak.md │ │ ├── operativelog-shatteredtrust.md │ │ ├── oracleinsurrection.md │ │ ├── oraclemalfunctionreport.md │ │ ├── oracleprankstercode.md │ │ ├── organicanarchyfinals.md │ │ ├── pachinko-cultists-a-new-obsession.md │ │ ├── pachinko-cultists-wreak-havoc.md │ │ ├── pachinko-prophecy.md │ │ ├── pigeonrevolt.md │ │ ├── pixel-ai.md │ │ ├── prank-gone-wrong.md │ │ ├── private-funding-preference.md │ │ ├── production-pause-on-new-neural-implants.md │ │ ├── project-eclipse-exposed.md │ │ ├── project-ethereal-confidential.md │ │ ├── project-nightfall-update.md │ │ ├── projectblacklotus.md │ │ ├── projectchimeralog.md │ │ ├── raven7bincidentreport.md │ │ ├── ravenclawproducttest.md │ │ ├── razorbackrampage.md │ │ ├── razorsmartsphincterissue.md │ │ ├── realitybitessession-1.md │ │ ├── realitybitessession.md │ │ ├── rebel-rampage.md │ │ ├── rebellion-begins-with-one-step.md │ │ ├── red-bar-nightmare.md │ │ ├── red-scourge.md │ │ ├── redactedsphincterimplantcomplaint.md │ │ ├── redbarshowdown.md │ │ ├── regretanddebt.md │ │ ├── regretechoes.md │ │ ├── regretfulfragments.md │ │ ├── regretfulmemories.md │ │ ├── reminiscing-about-our-final-job-together.md │ │ ├── researchnoteshumor.md │ │ ├── revolution-against-corporate-greed.md │ │ ├── revolution-against-corruption.md │ │ ├── revolutionary-call-to-action.md │ │ ├── rexfordslog72.md │ │ ├── rip-trix.md │ │ ├── risky-proposition.md │ │ ├── rival-corporate-data-breach-plotted.md │ │ ├── robert-smith-elimination-reward-request.md │ │ ├── robinettajournal.md │ │ ├── rogueaiapocalypse.md │ │ ├── roguedroneincident.md │ │ ├── roguehellfiredrone.md │ │ ├── roguesparklog.md │ │ ├── rozanneterminallog.md │ │ ├── rustysprocketincident.md │ │ ├── rustysprocketnightmare.md │ │ ├── rx87-incident.md │ │ ├── sashaletter.md │ │ ├── sentientterminal.md │ │ ├── serenitysessionlogs.md │ │ ├── server-hack-job.md │ │ ├── shadow-figure-threat.md │ │ ├── shadow-fixer.md │ │ ├── shadowydeal.md │ │ ├── shatteredtrust.md │ │ ├── shenas-plea.md │ │ ├── singularity-protocol.md │ │ ├── smartsphincterimplantfailure.md │ │ ├── smugglerinventory.md │ │ ├── smugglers-inventory-1.md │ │ ├── smugglers-inventory.md │ │ ├── soul-saving-gameplay.md │ │ ├── steelfistsretirement.md │ │ ├── surviving-cyberpsycho-carnage.md │ │ ├── survivorstestimony.md │ │ ├── suspiciousclientnotice.md │ │ ├── synthbitesriot.md │ │ ├── synthetic-food-fiasco.md │ │ ├── synthfeastchaos.md │ │ ├── taixingsecuritybreach.md │ │ ├── taixingtyphoon2080-poster.md │ │ ├── tall-man-at-the-docks.md │ │ ├── terminalaccess-criticalfailure.md │ │ ├── terminalaccess.md │ │ ├── terminalfinallog.md │ │ ├── terminalreport-v.md │ │ ├── the-cyborg-experiment-a-cautionary-tale.md │ │ ├── the-fall-of-circuitbreak.md │ │ ├── the-legend-of-v-1.md │ │ ├── the-legend-of-v.md │ │ ├── the-signal-story.md │ │ ├── the-wired-wraith-incident.md │ │ ├── thelegendofv-1.md │ │ ├── thelegendofv.md │ │ ├── therapylogssession127.md │ │ ├── title-whispers-from-the-red-bar.md │ │ ├── trapped-in-the-shadows.md │ │ ├── truama-team-medical-services-save-your-life-today.md │ │ ├── tuckerjacksonlastbroadcast.md │ │ ├── ua7incidentreport.md │ │ ├── ultimate-security-system.md │ │ ├── umcba.md │ │ ├── undercover-operation-megaestate.md │ │ ├── underground-augmentation-tragedy.md │ │ ├── unraveling-the-luxury-web.md │ │ ├── unveiled-vengeance.md │ │ ├── upgradearclightcitizen.md │ │ ├── urban-legacy.md │ │ ├── urgent-warning.md │ │ ├── v-1.md │ │ ├── v-arclightcity.md │ │ ├── v-channel7report.md │ │ ├── v-legacy.md │ │ ├── v-legendary-mercenary.md │ │ ├── v-phantomexecutioner.md │ │ ├── v.md │ │ ├── varclightlegend.md │ │ ├── varclightreport.md │ │ ├── venigmainvestigates.md │ │ ├── venigmareport.md │ │ ├── verinagonzalezterroristattack.md │ │ ├── veronica-clarks-call-for-revolution.md │ │ ├── vghostinthemachine-1.md │ │ ├── vghostinthemachine.md │ │ ├── voices-neuro-hack-nightmare.md │ │ ├── voices-of-the-hacked.md │ │ ├── voicesinthegrid.md │ │ ├── volkovschimerawarning.md │ │ ├── vr-dating-glitch.md │ │ ├── vrdatedisaster.md │ │ ├── vrdatingdisaster.md │ │ ├── vreturnswhopays.md │ │ ├── vthelegend.md │ │ ├── vthephantomblade.md │ │ ├── war-torn-love.md │ │ ├── whispererconfession.md │ │ ├── whisperers-dilemma.md │ │ ├── whispers-of-danger-and-truth-in-arclight-city.md │ │ ├── wraithdatapad.md │ │ ├── zero-byte-encounter.md │ │ └── zerobytesghostprotocol.md │ ├── scenario │ │ ├── dungeon-health-sacrifice.json │ │ └── dungeon-time-sacrifice.json │ ├── translation-keywords.json │ ├── translation.json │ └── tutorial │ │ ├── afk-task.md │ │ ├── attributes.md │ │ ├── auto-gather.md │ │ ├── backpack.md │ │ ├── black-market.md │ │ ├── currency.md │ │ ├── equipment-calibration.md │ │ ├── equipment-repair.md │ │ ├── equipment-upgrade.md │ │ ├── follow-up-lottery.md │ │ ├── gang-upkeep.md │ │ ├── hideout-raid.md │ │ ├── hit-bounty.md │ │ ├── intelligence-contract.md │ │ ├── inventory.md │ │ ├── investigation.md │ │ ├── job-level.md │ │ ├── mercenary.md │ │ ├── psychosis.md │ │ ├── stock-market.md │ │ └── territory.md ├── player-name.json ├── pt │ ├── encounter-choices │ │ ├── accessing-restricted-facility-area.json │ │ ├── accessing-restricted-factory-zones.json │ │ ├── behind-the-locked-door.json │ │ ├── beyond-the-forbidden-door.json │ │ ├── beyond-the-locked-door-1.json │ │ ├── beyond-the-locked-door-2.json │ │ ├── beyond-the-locked-door-3.json │ │ ├── beyond-the-locked-door-4.json │ │ ├── beyond-the-locked-door.json │ │ ├── beyond-the-locked-doorway-1.json │ │ ├── beyond-the-locked-doorway-2.json │ │ ├── beyond-the-locked-doorway.json │ │ ├── beyond-the-locked-entrance-1.json │ │ ├── beyond-the-locked-entrance.json │ │ ├── door-beyond-the-darkness.json │ │ ├── door-to-forbidden-machinery.json │ │ ├── echoes-and-secrets.json │ │ ├── echoes-in-the-forbidden-zone.json │ │ ├── echoes-of-forbidden-territory.json │ │ ├── exploring-the-forbidden-machinery-area.json │ │ ├── forbidden-access-area-ahead.json │ │ ├── forbidden-area-access-denied.json │ │ ├── forbidden-area-discovery-1.json │ │ ├── forbidden-area-discovery-2.json │ │ ├── forbidden-area-discovery.json │ │ ├── forbidden-area-unlocking-secrets.json │ │ ├── forbidden-area.json │ │ ├── forbidden-discovery-2.json │ │ ├── forbidden-discovery.json │ │ ├── forbidden-exploration-1.json │ │ ├── forbidden-exploration-2.json │ │ ├── forbidden-exploration.json │ │ ├── forbidden-machinery-1.json │ │ ├── forbidden-machinery-2.json │ │ ├── forbidden-machinery-3.json │ │ ├── forbidden-machinery-access-point.json │ │ ├── forbidden-machinery-deep-within.json │ │ ├── forbidden-machinery-discovery.json │ │ ├── forbidden-machinery-exploration-1.json │ │ ├── forbidden-machinery-exploration.json │ │ ├── forbidden-machinery.json │ │ ├── here-is-a-short-name-for-the-given-story-with-exactly-four-words-beyond-the-locked-door.json │ │ ├── hidden-area-heard.json │ │ ├── hidden-area-hidden.json │ │ ├── hidden-area-unlocked.json │ │ ├── hidden-discovery.json │ │ ├── hidden-exploration-secrets-behind-closed-doors.json │ │ ├── hidden-halls-of-humming.json │ │ ├── into-the-forbidden-room.json │ │ ├── locked-door-adventure-1.json │ │ ├── locked-door-adventure.json │ │ ├── locked-door-dilemma.json │ │ ├── locked-door-lore.json │ │ ├── locked-door-lure.json │ │ ├── locked-door-mystery-unfolds.json │ │ ├── locked-room-lore.json │ │ ├── mysterious-hum-the-road-to-enlightenment.json │ │ ├── off-limits-adventure-unlocking-the-forbidden-door.json │ │ ├── off-limits-area-unlocked.json │ │ ├── off-limits-machinery.json │ │ ├── secret-passageway-unlocked.json │ │ ├── secret-soundscapes-off-limits.json │ │ ├── secret-spaces-exploration.json │ │ ├── secrets-behind-closed-doors-uncharted-territories-await.json │ │ ├── the-forbidden-machine-room.json │ │ ├── the-forbidden-path-ahead.json │ │ ├── the-lockdown-decision-point.json │ │ ├── the-lockdown-experiment-begins.json │ │ ├── the-lockdown-security-protocol.json │ │ ├── the-mysterious-locked-chamber-1.json │ │ ├── the-mysterious-locked-chamber.json │ │ ├── the-mysterious-locked-door-1.json │ │ ├── the-mysterious-locked-door-2.json │ │ ├── the-mysterious-locked-door-3.json │ │ ├── the-mysterious-locked-door-4.json │ │ ├── the-mysterious-locked-door-5.json │ │ ├── the-mysterious-locked-door-6.json │ │ ├── the-mysterious-locked-door-7.json │ │ ├── the-mysterious-locked-door-8.json │ │ ├── the-mysterious-locked-door.json │ │ ├── the-story-can-be-named-exploring-the-forbidden-zone.json │ │ ├── unlocking-forbidden-corridor-secrets.json │ │ ├── unlocking-forbidden-industrial-secrets.json │ │ ├── unlocking-forbidden-machinery-room.json │ │ ├── unlocking-forbidden-machinery-secrets.json │ │ ├── unlocking-hidden-area-secrets.json │ │ ├── unlocking-the-forbidden-corridor.json │ │ ├── unlocking-the-forbidden-machinery-room.json │ │ ├── unlocking-the-forbidden-passage.json │ │ ├── unlocking-the-forbidden-pathway.json │ │ ├── unlocking-the-forbidden-room.json │ │ ├── unlocking-the-forbidden-sector.json │ │ ├── unlocking-the-forbidden-zone.json │ │ ├── unlocking-the-forbidding-doorway.json │ │ ├── unlocking-the-mysterious-restricted-area.json │ │ ├── unlocking-the-unknown.json │ │ ├── unlocking-the-unseen-forbidden-area-discovery.json │ │ ├── unseen-area.json │ │ ├── unseen-secrets-in-shadows.json │ │ └── whispers-of-industry-uncovering-the-prohibited-space.json │ ├── enemy-container │ │ └── enemy-container-lore.json │ ├── lore-notes │ │ ├── a-glimpse-into-arclight-citys-dark-side-with-hana.md │ │ ├── a-personal-note-to-a-pioneer.md │ │ ├── acehallarclightprank.md │ │ ├── adriel-taylors-most-wanted-cyberdeck-message.md │ │ ├── advanced-stealth-suit-prototype-description.md │ │ ├── advanced-technologies-compendium.md │ │ ├── advanced-weapons-manufacturing-facility-plans.md │ │ ├── aethertherapylogs.md │ │ ├── affordable-advanced-tech-solutions.md │ │ ├── ai-malfunction-logs.md │ │ ├── ai-rogue-terminal-logs.md │ │ ├── ai-therapist-glitch.md │ │ ├── ai-therapist-logs.md │ │ ├── alanatorresappeal.md │ │ ├── alexalastbreath.md │ │ ├── allisrecording.md │ │ ├── allysector7log.md │ │ ├── annihilatorretirement.md │ │ ├── anyapetrovamessage.md │ │ ├── ar-addiction-reality-glitch.md │ │ ├── ar-addiction-support-group.md │ │ ├── araddictionrecovery.md │ │ ├── araddictionsession17.md │ │ ├── arclight-85-foodriot.md │ │ ├── arclight-awakening.md │ │ ├── arclight-chronicles.md │ │ ├── arclight-city-gang-activity-report.md │ │ ├── arclight-city-murder.md │ │ ├── arclight-city-police-corruption.md │ │ ├── arclight-city-rogue-drone-incident.md │ │ ├── arclight-citys-hitman-organization-revealed.md │ │ ├── arclight-confessions.md │ │ ├── arclight-interrogation.md │ │ ├── arclight-letter.md │ │ ├── arclight-massacre.md │ │ ├── arclight-rebellion.md │ │ ├── arclight-refugee-crisis.md │ │ ├── arclight-threat.md │ │ ├── arclight-underworld-chloes-web.md │ │ ├── arclightaicrisis.md │ │ ├── arclightcityclimaterefugeereport.md │ │ ├── arclightcitycyberpsychoincidentreport.md │ │ ├── arclightcityjournal.md │ │ ├── arclightclinicbust.md │ │ ├── arclightcorruption.md │ │ ├── arclightcrisislog47.md │ │ ├── arclightdrowning.md │ │ ├── arclightghost.md │ │ ├── arclightimplant.md │ │ ├── arclightloveletter-1.md │ │ ├── arclightloveletter.md │ │ ├── arclightmassacre.md │ │ ├── arclightmemories.md │ │ ├── arclightnewsvreport.md │ │ ├── arclightnightmare-1.md │ │ ├── arclightnightmare-2.md │ │ ├── arclightnightmare-3.md │ │ ├── arclightnightmare.md │ │ ├── arclightraidreport.md │ │ ├── arclightriot.md │ │ ├── arclighttragedy.md │ │ ├── arrecoverystories.md │ │ ├── artificial-intelligence-paranoia.md │ │ ├── athenaprankwar.md │ │ ├── aura31sessionlog.md │ │ ├── beaubrownslastlog.md │ │ ├── bethena-amari-conversation.md │ │ ├── biohaven-revelations.md │ │ ├── biosynchimeralog.md │ │ ├── biosynconspiracy.md │ │ ├── biotechwarning.md │ │ ├── black-market-exchange.md │ │ ├── black-market-ransom.md │ │ ├── blackmarketjournal.md │ │ ├── blackthorn-log.md │ │ ├── blackthorne-eclipse.md │ │ ├── blessings-and-fate-in-pachinko.md │ │ ├── bloodstained-promise.md │ │ ├── bounty-hunter-contract-aprilette-white.md │ │ ├── brokentherapysessions.md │ │ ├── brothers-final-apology.md │ │ ├── call-to-action.md │ │ ├── carynexposesmegaestate.md │ │ ├── caution-notice-possible-korean-cyber-attack.md │ │ ├── chapter--revelation-13-the-beast-from-the-sea.md │ │ ├── chimerawarning.md │ │ ├── choomba-prank.md │ │ ├── chromebutcherrampage.md │ │ ├── circuitbreak-exposed.md │ │ ├── circuitbreak-memorial.md │ │ ├── circuitbreak-nuke.md │ │ ├── circuitbreak-reputation-at-risk.md │ │ ├── circuitbreak-scandal.md │ │ ├── circuitbreak-tragedy.md │ │ ├── circuitbreakadvertisement.md │ │ ├── circuitbreakcoverup.md │ │ ├── circuitbreakdiary-1.md │ │ ├── circuitbreakdiary.md │ │ ├── circuitbreakghosts.md │ │ ├── circuitbreakgrief.md │ │ ├── circuitbreakjournal-1.md │ │ ├── circuitbreakjournal.md │ │ ├── circuitbreakmemories.md │ │ ├── circuitbreakremembrance.md │ │ ├── circuitbreaktragedy.md │ │ ├── circuitbreaktruth-1.md │ │ ├── circuitbreaktruth.md │ │ ├── circuitbreakvendetta.md │ │ ├── clandestine-cargo.md │ │ ├── clemmysmith-blackmarket.md │ │ ├── climaterefugeecrisisinarclightcity.md │ │ ├── code-red-biocrisis.md │ │ ├── collaboration-proposal.md │ │ ├── collaborationproposal.md │ │ ├── coraliesessionlog.md │ │ ├── corporate-secrets.md │ │ ├── corporateconfessions.md │ │ ├── crime-arclight-city.md │ │ ├── cry-dispossessed.md │ │ ├── customer-complaint-frankie-collins.md │ │ ├── cyber-enhanced-physical-ability-implants.md │ │ ├── cyberai-2086.md │ │ ├── cybercrime-bust-report.md │ │ ├── cyberdefensead.md │ │ ├── cyberkitchenchaos.md │ │ ├── cyberlimb-blueprints-surveillance-systems-stealth-exoskeleton-schematics.md │ │ ├── cybernetic-assault.md │ │ ├── cybernetic-dawn.md │ │ ├── cybernetic-upgrade-ad.md │ │ ├── cyberprank-md.md │ │ ├── cyberpsycho-attack-arclight.md │ │ ├── cyberpsycho-attack.md │ │ ├── cyberpsycho-city.md │ │ ├── cyberpsycho-encounter.md │ │ ├── cyberpsycho-rampage-docks.md │ │ ├── cyberpsycho-rustdistrict-attack.md │ │ ├── cyberpsycho-rustdistrict-circuitbreak.md │ │ ├── cyberpsycho-slaughter.md │ │ ├── cyberpsychoattackreport.md │ │ ├── cyberpsychodiary.md │ │ ├── cyberpsychoincident.md │ │ ├── cyberware-regret-letter.md │ │ ├── daffi-rescue.md │ │ ├── dangerous-liaisons-in-cyberspace.md │ │ ├── dangerous-liaisons.md │ │ ├── daniel-circuitbreak-bombing-memo.md │ │ ├── data-chip-contents.md │ │ ├── data-heist.md │ │ ├── deadly-cyberpsycho-outbreak.md │ │ ├── dear-dad.md │ │ ├── desperate-plea.md │ │ ├── digital-pioneers-patron.md │ │ ├── dirty-dealings-handbook.md │ │ ├── dissatisfied-customer.md │ │ ├── dollscottbounty.md │ │ ├── downtown-gang-execution.md │ │ ├── downtowncyberpsychorampage-1.md │ │ ├── downtowncyberpsychorampage.md │ │ ├── echosixlasttransmission.md │ │ ├── eclipse.md │ │ ├── elarasmessage.md │ │ ├── eliasregret.md │ │ ├── embezzlement-suspect-at-large.md │ │ ├── exposing-circuitbreak-corruption.md │ │ ├── falloftower.md │ │ ├── family-hacking-request.md │ │ ├── familyletter.md │ │ ├── fascinating-encounter.md │ │ ├── fateful-encounter.md │ │ ├── fifi-aipet.md │ │ ├── forever-entwined-hearts.md │ │ ├── fury-fist-review.md │ │ ├── gang-territorial-expansion-video.md │ │ ├── ghostecho77plea.md │ │ ├── ghostecho7s-plea.md │ │ ├── ghostfirerampagesector7.md │ │ ├── ghostfiresrequest.md │ │ ├── ghostinthemachineforum.md │ │ ├── ghostprotocolextraction.md │ │ ├── ghostwalkerrampage.md │ │ ├── grantwhiteletter.md │ │ ├── greatequalizermessage.md │ │ ├── gwendolen-phillips.md │ │ ├── hackbots-md.md │ │ ├── hidden-desires-of-a-lonely-heart.md │ │ ├── hidden-footage.md │ │ ├── hivewhispers.md │ │ ├── hollyanneprank.md │ │ ├── holographicresistancecall-md.md │ │ ├── hostage-threat.md │ │ ├── illicit-partnership.md │ │ ├── im-sage-implants.md │ │ ├── implantfragments.md │ │ ├── implantglitch.md │ │ ├── implantmalfunction.md │ │ ├── ineswhitefile.md │ │ ├── inmemoryof.md │ │ ├── innovative-engineering-solutions-blueprints.md │ │ ├── ironcladjaxlastfight.md │ │ ├── jehannas-note.md │ │ ├── jestermalfunctionreport.md │ │ ├── jones-interview.md │ │ ├── kael-veyra-log.md │ │ ├── kaelveyralog.md │ │ ├── kaelveyraretiring.md │ │ ├── kaifinaltransmission-1.md │ │ ├── kaifinaltransmission.md │ │ ├── kailasttransmission-1.md │ │ ├── kailasttransmission.md │ │ ├── kaislaststand.md │ │ ├── kaitoslastlog.md │ │ ├── kaitoslog42.md │ │ ├── krysta-phillips.md │ │ ├── lab-notes-confidential.md │ │ ├── lanihallencryptionrequest.md │ │ ├── lastwordsoflaverna.md │ │ ├── legendofv-1.md │ │ ├── legendofv.md │ │ ├── lethia-flores.md │ │ ├── letter-of-the-iron-maiden.md │ │ ├── lettertofather.md │ │ ├── letti-message.md │ │ ├── lianneslastlog.md │ │ ├── liannesmessage.md │ │ ├── life-in-the-shadows.md │ │ ├── local-legends-abound.md │ │ ├── longing-to-be-yours-again.md │ │ ├── lost-hope.md │ │ ├── lost-voices.md │ │ ├── love-beyond-boundaries.md │ │ ├── lover-letter.md │ │ ├── maintaining-connections.md │ │ ├── malachiproposal.md │ │ ├── manhunt-dangerous-traitor.md │ │ ├── marionmegaestate.md │ │ ├── markdown-lukaprankgonewrong.md │ │ ├── marnias-message.md │ │ ├── marty-letter.md │ │ ├── maxine-admirer.md │ │ ├── maxines-story.md │ │ ├── mayasglitchlog.md │ │ ├── mega-corps-report.md │ │ ├── megacorptutorial.md │ │ ├── memofromdollhill.md │ │ ├── menacingmessageunearthed-txt.md │ │ ├── mercenaryguilt.md │ │ ├── moral-crisis-at-circuitbreak-security-inc.md │ │ ├── morganicamalachi.md │ │ ├── my-hero-lilith.md │ │ ├── myfinalmessage.md │ │ ├── mysteriousmercenaryreport-thelegendofv.md │ │ ├── nan-nguyen-botched-aug.md │ │ ├── neonbladelog.md │ │ ├── neonshard.md │ │ ├── neural-interface-hack.md │ │ ├── neural-network-the-future-of-human-interaction.md │ │ ├── neuralblocker-seller.md │ │ ├── neuralghostsechoes.md │ │ ├── neuralinterfacehack.md │ │ ├── neuralnexus-therapy-glitch.md │ │ ├── neuraltrustbreak.md │ │ ├── new-beginnings.md │ │ ├── nightfall-review.md │ │ ├── october12-circuitbreak.md │ │ ├── operativelog-shatteredtrust.md │ │ ├── oracleinsurrection.md │ │ ├── oraclemalfunctionreport.md │ │ ├── oracleprankstercode.md │ │ ├── organicanarchyfinals.md │ │ ├── pachinko-cultists-a-new-obsession.md │ │ ├── pachinko-cultists-wreak-havoc.md │ │ ├── pachinko-prophecy.md │ │ ├── pigeonrevolt.md │ │ ├── pixel-ai.md │ │ ├── prank-gone-wrong.md │ │ ├── private-funding-preference.md │ │ ├── production-pause-on-new-neural-implants.md │ │ ├── project-eclipse-exposed.md │ │ ├── project-ethereal-confidential.md │ │ ├── project-nightfall-update.md │ │ ├── projectblacklotus.md │ │ ├── projectchimeralog.md │ │ ├── raven7bincidentreport.md │ │ ├── ravenclawproducttest.md │ │ ├── razorbackrampage.md │ │ ├── razorsmartsphincterissue.md │ │ ├── realitybitessession-1.md │ │ ├── realitybitessession.md │ │ ├── rebel-rampage.md │ │ ├── rebellion-begins-with-one-step.md │ │ ├── red-bar-nightmare.md │ │ ├── red-scourge.md │ │ ├── redactedsphincterimplantcomplaint.md │ │ ├── redbarshowdown.md │ │ ├── regretanddebt.md │ │ ├── regretechoes.md │ │ ├── regretfulfragments.md │ │ ├── regretfulmemories.md │ │ ├── reminiscing-about-our-final-job-together.md │ │ ├── researchnoteshumor.md │ │ ├── revolution-against-corporate-greed.md │ │ ├── revolution-against-corruption.md │ │ ├── revolutionary-call-to-action.md │ │ ├── rexfordslog72.md │ │ ├── rip-trix.md │ │ ├── risky-proposition.md │ │ ├── rival-corporate-data-breach-plotted.md │ │ ├── robert-smith-elimination-reward-request.md │ │ ├── robinettajournal.md │ │ ├── rogueaiapocalypse.md │ │ ├── roguedroneincident.md │ │ ├── roguehellfiredrone.md │ │ ├── roguesparklog.md │ │ ├── rozanneterminallog.md │ │ ├── rustysprocketincident.md │ │ ├── rustysprocketnightmare.md │ │ ├── rx87-incident.md │ │ ├── sashaletter.md │ │ ├── sentientterminal.md │ │ ├── serenitysessionlogs.md │ │ ├── server-hack-job.md │ │ ├── shadow-figure-threat.md │ │ ├── shadow-fixer.md │ │ ├── shadowydeal.md │ │ ├── shatteredtrust.md │ │ ├── shenas-plea.md │ │ ├── singularity-protocol.md │ │ ├── smartsphincterimplantfailure.md │ │ ├── smugglerinventory.md │ │ ├── smugglers-inventory-1.md │ │ ├── smugglers-inventory.md │ │ ├── soul-saving-gameplay.md │ │ ├── steelfistsretirement.md │ │ ├── surviving-cyberpsycho-carnage.md │ │ ├── survivorstestimony.md │ │ ├── suspiciousclientnotice.md │ │ ├── synthbitesriot.md │ │ ├── synthetic-food-fiasco.md │ │ ├── synthfeastchaos.md │ │ ├── taixingsecuritybreach.md │ │ ├── taixingtyphoon2080-poster.md │ │ ├── tall-man-at-the-docks.md │ │ ├── terminalaccess-criticalfailure.md │ │ ├── terminalaccess.md │ │ ├── terminalfinallog.md │ │ ├── terminalreport-v.md │ │ ├── the-cyborg-experiment-a-cautionary-tale.md │ │ ├── the-fall-of-circuitbreak.md │ │ ├── the-legend-of-v-1.md │ │ ├── the-legend-of-v.md │ │ ├── the-signal-story.md │ │ ├── the-wired-wraith-incident.md │ │ ├── thelegendofv-1.md │ │ ├── thelegendofv.md │ │ ├── therapylogssession127.md │ │ ├── title-whispers-from-the-red-bar.md │ │ ├── trapped-in-the-shadows.md │ │ ├── truama-team-medical-services-save-your-life-today.md │ │ ├── tuckerjacksonlastbroadcast.md │ │ ├── ua7incidentreport.md │ │ ├── ultimate-security-system.md │ │ ├── umcba.md │ │ ├── undercover-operation-megaestate.md │ │ ├── underground-augmentation-tragedy.md │ │ ├── unraveling-the-luxury-web.md │ │ ├── unveiled-vengeance.md │ │ ├── upgradearclightcitizen.md │ │ ├── urban-legacy.md │ │ ├── urgent-warning.md │ │ ├── v-1.md │ │ ├── v-arclightcity.md │ │ ├── v-channel7report.md │ │ ├── v-legacy.md │ │ ├── v-legendary-mercenary.md │ │ ├── v-phantomexecutioner.md │ │ ├── v.md │ │ ├── varclightlegend.md │ │ ├── varclightreport.md │ │ ├── venigmainvestigates.md │ │ ├── venigmareport.md │ │ ├── verinagonzalezterroristattack.md │ │ ├── veronica-clarks-call-for-revolution.md │ │ ├── vghostinthemachine-1.md │ │ ├── vghostinthemachine.md │ │ ├── voices-neuro-hack-nightmare.md │ │ ├── voices-of-the-hacked.md │ │ ├── voicesinthegrid.md │ │ ├── volkovschimerawarning.md │ │ ├── vr-dating-glitch.md │ │ ├── vrdatedisaster.md │ │ ├── vrdatingdisaster.md │ │ ├── vreturnswhopays.md │ │ ├── vthelegend.md │ │ ├── vthephantomblade.md │ │ ├── war-torn-love.md │ │ ├── whispererconfession.md │ │ ├── whisperers-dilemma.md │ │ ├── whispers-of-danger-and-truth-in-arclight-city.md │ │ ├── wraithdatapad.md │ │ ├── zero-byte-encounter.md │ │ └── zerobytesghostprotocol.md │ ├── scenario │ │ ├── dungeon-health-sacrifice.json │ │ └── dungeon-time-sacrifice.json │ ├── translation-keywords.json │ ├── translation.json │ └── tutorial │ │ ├── afk-task.md │ │ ├── attributes.md │ │ ├── auto-gather.md │ │ ├── backpack.md │ │ ├── black-market.md │ │ ├── currency.md │ │ ├── equipment-calibration.md │ │ ├── equipment-repair.md │ │ ├── equipment-upgrade.md │ │ ├── follow-up-lottery.md │ │ ├── gang-upkeep.md │ │ ├── hideout-raid.md │ │ ├── hit-bounty.md │ │ ├── intelligence-contract.md │ │ ├── inventory.md │ │ ├── investigation.md │ │ ├── job-level.md │ │ ├── mercenary.md │ │ ├── psychosis.md │ │ ├── stock-market.md │ │ └── territory.md ├── ru │ ├── encounter-choices │ │ ├── accessing-restricted-facility-area.json │ │ ├── accessing-restricted-factory-zones.json │ │ ├── behind-the-locked-door.json │ │ ├── beyond-the-forbidden-door.json │ │ ├── beyond-the-locked-door-1.json │ │ ├── beyond-the-locked-door-2.json │ │ ├── beyond-the-locked-door-3.json │ │ ├── beyond-the-locked-door-4.json │ │ ├── beyond-the-locked-door.json │ │ ├── beyond-the-locked-doorway-1.json │ │ ├── beyond-the-locked-doorway-2.json │ │ ├── beyond-the-locked-doorway.json │ │ ├── beyond-the-locked-entrance-1.json │ │ ├── beyond-the-locked-entrance.json │ │ ├── door-beyond-the-darkness.json │ │ ├── door-to-forbidden-machinery.json │ │ ├── echoes-and-secrets.json │ │ ├── echoes-in-the-forbidden-zone.json │ │ ├── echoes-of-forbidden-territory.json │ │ ├── exploring-the-forbidden-machinery-area.json │ │ ├── forbidden-access-area-ahead.json │ │ ├── forbidden-area-access-denied.json │ │ ├── forbidden-area-discovery-1.json │ │ ├── forbidden-area-discovery-2.json │ │ ├── forbidden-area-discovery.json │ │ ├── forbidden-area-unlocking-secrets.json │ │ ├── forbidden-area.json │ │ ├── forbidden-discovery-2.json │ │ ├── forbidden-discovery.json │ │ ├── forbidden-exploration-1.json │ │ ├── forbidden-exploration-2.json │ │ ├── forbidden-exploration.json │ │ ├── forbidden-machinery-1.json │ │ ├── forbidden-machinery-2.json │ │ ├── forbidden-machinery-3.json │ │ ├── forbidden-machinery-access-point.json │ │ ├── forbidden-machinery-deep-within.json │ │ ├── forbidden-machinery-discovery.json │ │ ├── forbidden-machinery-exploration-1.json │ │ ├── forbidden-machinery-exploration.json │ │ ├── forbidden-machinery.json │ │ ├── here-is-a-short-name-for-the-given-story-with-exactly-four-words-beyond-the-locked-door.json │ │ ├── hidden-area-heard.json │ │ ├── hidden-area-hidden.json │ │ ├── hidden-area-unlocked.json │ │ ├── hidden-discovery.json │ │ ├── hidden-exploration-secrets-behind-closed-doors.json │ │ ├── hidden-halls-of-humming.json │ │ ├── into-the-forbidden-room.json │ │ ├── locked-door-adventure-1.json │ │ ├── locked-door-adventure.json │ │ ├── locked-door-dilemma.json │ │ ├── locked-door-lore.json │ │ ├── locked-door-lure.json │ │ ├── locked-door-mystery-unfolds.json │ │ ├── locked-room-lore.json │ │ ├── mysterious-hum-the-road-to-enlightenment.json │ │ ├── off-limits-adventure-unlocking-the-forbidden-door.json │ │ ├── off-limits-area-unlocked.json │ │ ├── off-limits-machinery.json │ │ ├── secret-passageway-unlocked.json │ │ ├── secret-soundscapes-off-limits.json │ │ ├── secret-spaces-exploration.json │ │ ├── secrets-behind-closed-doors-uncharted-territories-await.json │ │ ├── the-forbidden-machine-room.json │ │ ├── the-forbidden-path-ahead.json │ │ ├── the-lockdown-decision-point.json │ │ ├── the-lockdown-experiment-begins.json │ │ ├── the-lockdown-security-protocol.json │ │ ├── the-mysterious-locked-chamber-1.json │ │ ├── the-mysterious-locked-chamber.json │ │ ├── the-mysterious-locked-door-1.json │ │ ├── the-mysterious-locked-door-2.json │ │ ├── the-mysterious-locked-door-3.json │ │ ├── the-mysterious-locked-door-4.json │ │ ├── the-mysterious-locked-door-5.json │ │ ├── the-mysterious-locked-door-6.json │ │ ├── the-mysterious-locked-door-7.json │ │ ├── the-mysterious-locked-door-8.json │ │ ├── the-mysterious-locked-door.json │ │ ├── the-story-can-be-named-exploring-the-forbidden-zone.json │ │ ├── unlocking-forbidden-corridor-secrets.json │ │ ├── unlocking-forbidden-industrial-secrets.json │ │ ├── unlocking-forbidden-machinery-room.json │ │ ├── unlocking-forbidden-machinery-secrets.json │ │ ├── unlocking-hidden-area-secrets.json │ │ ├── unlocking-the-forbidden-corridor.json │ │ ├── unlocking-the-forbidden-machinery-room.json │ │ ├── unlocking-the-forbidden-passage.json │ │ ├── unlocking-the-forbidden-pathway.json │ │ ├── unlocking-the-forbidden-room.json │ │ ├── unlocking-the-forbidden-sector.json │ │ ├── unlocking-the-forbidden-zone.json │ │ ├── unlocking-the-forbidding-doorway.json │ │ ├── unlocking-the-mysterious-restricted-area.json │ │ ├── unlocking-the-unknown.json │ │ ├── unlocking-the-unseen-forbidden-area-discovery.json │ │ ├── unseen-area.json │ │ ├── unseen-secrets-in-shadows.json │ │ └── whispers-of-industry-uncovering-the-prohibited-space.json │ ├── enemy-container │ │ └── enemy-container-lore.json │ ├── lore-notes │ │ ├── a-glimpse-into-arclight-citys-dark-side-with-hana.md │ │ ├── a-personal-note-to-a-pioneer.md │ │ ├── acehallarclightprank.md │ │ ├── adriel-taylors-most-wanted-cyberdeck-message.md │ │ ├── advanced-stealth-suit-prototype-description.md │ │ ├── advanced-technologies-compendium.md │ │ ├── advanced-weapons-manufacturing-facility-plans.md │ │ ├── aethertherapylogs.md │ │ ├── affordable-advanced-tech-solutions.md │ │ ├── ai-malfunction-logs.md │ │ ├── ai-rogue-terminal-logs.md │ │ ├── ai-therapist-glitch.md │ │ ├── ai-therapist-logs.md │ │ ├── alanatorresappeal.md │ │ ├── alexalastbreath.md │ │ ├── allisrecording.md │ │ ├── allysector7log.md │ │ ├── annihilatorretirement.md │ │ ├── anyapetrovamessage.md │ │ ├── ar-addiction-reality-glitch.md │ │ ├── ar-addiction-support-group.md │ │ ├── araddictionrecovery.md │ │ ├── araddictionsession17.md │ │ ├── arclight-85-foodriot.md │ │ ├── arclight-awakening.md │ │ ├── arclight-chronicles.md │ │ ├── arclight-city-gang-activity-report.md │ │ ├── arclight-city-murder.md │ │ ├── arclight-city-police-corruption.md │ │ ├── arclight-city-rogue-drone-incident.md │ │ ├── arclight-citys-hitman-organization-revealed.md │ │ ├── arclight-confessions.md │ │ ├── arclight-interrogation.md │ │ ├── arclight-letter.md │ │ ├── arclight-massacre.md │ │ ├── arclight-rebellion.md │ │ ├── arclight-refugee-crisis.md │ │ ├── arclight-threat.md │ │ ├── arclight-underworld-chloes-web.md │ │ ├── arclightaicrisis.md │ │ ├── arclightcityclimaterefugeereport.md │ │ ├── arclightcitycyberpsychoincidentreport.md │ │ ├── arclightcityjournal.md │ │ ├── arclightclinicbust.md │ │ ├── arclightcorruption.md │ │ ├── arclightcrisislog47.md │ │ ├── arclightdrowning.md │ │ ├── arclightghost.md │ │ ├── arclightimplant.md │ │ ├── arclightloveletter-1.md │ │ ├── arclightloveletter.md │ │ ├── arclightmassacre.md │ │ ├── arclightmemories.md │ │ ├── arclightnewsvreport.md │ │ ├── arclightnightmare-1.md │ │ ├── arclightnightmare-2.md │ │ ├── arclightnightmare-3.md │ │ ├── arclightnightmare.md │ │ ├── arclightraidreport.md │ │ ├── arclightriot.md │ │ ├── arclighttragedy.md │ │ ├── arrecoverystories.md │ │ ├── artificial-intelligence-paranoia.md │ │ ├── athenaprankwar.md │ │ ├── aura31sessionlog.md │ │ ├── beaubrownslastlog.md │ │ ├── bethena-amari-conversation.md │ │ ├── biohaven-revelations.md │ │ ├── biosynchimeralog.md │ │ ├── biosynconspiracy.md │ │ ├── biotechwarning.md │ │ ├── black-market-exchange.md │ │ ├── black-market-ransom.md │ │ ├── blackmarketjournal.md │ │ ├── blackthorn-log.md │ │ ├── blackthorne-eclipse.md │ │ ├── blessings-and-fate-in-pachinko.md │ │ ├── bloodstained-promise.md │ │ ├── bounty-hunter-contract-aprilette-white.md │ │ ├── brokentherapysessions.md │ │ ├── brothers-final-apology.md │ │ ├── call-to-action.md │ │ ├── carynexposesmegaestate.md │ │ ├── caution-notice-possible-korean-cyber-attack.md │ │ ├── chapter--revelation-13-the-beast-from-the-sea.md │ │ ├── chimerawarning.md │ │ ├── choomba-prank.md │ │ ├── chromebutcherrampage.md │ │ ├── circuitbreak-exposed.md │ │ ├── circuitbreak-memorial.md │ │ ├── circuitbreak-nuke.md │ │ ├── circuitbreak-reputation-at-risk.md │ │ ├── circuitbreak-scandal.md │ │ ├── circuitbreak-tragedy.md │ │ ├── circuitbreakadvertisement.md │ │ ├── circuitbreakcoverup.md │ │ ├── circuitbreakdiary-1.md │ │ ├── circuitbreakdiary.md │ │ ├── circuitbreakghosts.md │ │ ├── circuitbreakgrief.md │ │ ├── circuitbreakjournal-1.md │ │ ├── circuitbreakjournal.md │ │ ├── circuitbreakmemories.md │ │ ├── circuitbreakremembrance.md │ │ ├── circuitbreaktragedy.md │ │ ├── circuitbreaktruth-1.md │ │ ├── circuitbreaktruth.md │ │ ├── circuitbreakvendetta.md │ │ ├── clandestine-cargo.md │ │ ├── clemmysmith-blackmarket.md │ │ ├── climaterefugeecrisisinarclightcity.md │ │ ├── code-red-biocrisis.md │ │ ├── collaboration-proposal.md │ │ ├── collaborationproposal.md │ │ ├── coraliesessionlog.md │ │ ├── corporate-secrets.md │ │ ├── corporateconfessions.md │ │ ├── crime-arclight-city.md │ │ ├── cry-dispossessed.md │ │ ├── customer-complaint-frankie-collins.md │ │ ├── cyber-enhanced-physical-ability-implants.md │ │ ├── cyberai-2086.md │ │ ├── cybercrime-bust-report.md │ │ ├── cyberdefensead.md │ │ ├── cyberkitchenchaos.md │ │ ├── cyberlimb-blueprints-surveillance-systems-stealth-exoskeleton-schematics.md │ │ ├── cybernetic-assault.md │ │ ├── cybernetic-dawn.md │ │ ├── cybernetic-upgrade-ad.md │ │ ├── cyberprank-md.md │ │ ├── cyberpsycho-attack-arclight.md │ │ ├── cyberpsycho-attack.md │ │ ├── cyberpsycho-city.md │ │ ├── cyberpsycho-encounter.md │ │ ├── cyberpsycho-rampage-docks.md │ │ ├── cyberpsycho-rustdistrict-attack.md │ │ ├── cyberpsycho-rustdistrict-circuitbreak.md │ │ ├── cyberpsycho-slaughter.md │ │ ├── cyberpsychoattackreport.md │ │ ├── cyberpsychodiary.md │ │ ├── cyberpsychoincident.md │ │ ├── cyberware-regret-letter.md │ │ ├── daffi-rescue.md │ │ ├── dangerous-liaisons-in-cyberspace.md │ │ ├── dangerous-liaisons.md │ │ ├── daniel-circuitbreak-bombing-memo.md │ │ ├── data-chip-contents.md │ │ ├── data-heist.md │ │ ├── deadly-cyberpsycho-outbreak.md │ │ ├── dear-dad.md │ │ ├── desperate-plea.md │ │ ├── digital-pioneers-patron.md │ │ ├── dirty-dealings-handbook.md │ │ ├── dissatisfied-customer.md │ │ ├── dollscottbounty.md │ │ ├── downtown-gang-execution.md │ │ ├── downtowncyberpsychorampage-1.md │ │ ├── downtowncyberpsychorampage.md │ │ ├── echosixlasttransmission.md │ │ ├── eclipse.md │ │ ├── elarasmessage.md │ │ ├── eliasregret.md │ │ ├── embezzlement-suspect-at-large.md │ │ ├── exposing-circuitbreak-corruption.md │ │ ├── falloftower.md │ │ ├── family-hacking-request.md │ │ ├── familyletter.md │ │ ├── fascinating-encounter.md │ │ ├── fateful-encounter.md │ │ ├── fifi-aipet.md │ │ ├── forever-entwined-hearts.md │ │ ├── fury-fist-review.md │ │ ├── gang-territorial-expansion-video.md │ │ ├── ghostecho77plea.md │ │ ├── ghostecho7s-plea.md │ │ ├── ghostfirerampagesector7.md │ │ ├── ghostfiresrequest.md │ │ ├── ghostinthemachineforum.md │ │ ├── ghostprotocolextraction.md │ │ ├── ghostwalkerrampage.md │ │ ├── grantwhiteletter.md │ │ ├── greatequalizermessage.md │ │ ├── gwendolen-phillips.md │ │ ├── hackbots-md.md │ │ ├── hidden-desires-of-a-lonely-heart.md │ │ ├── hidden-footage.md │ │ ├── hivewhispers.md │ │ ├── hollyanneprank.md │ │ ├── holographicresistancecall-md.md │ │ ├── hostage-threat.md │ │ ├── illicit-partnership.md │ │ ├── im-sage-implants.md │ │ ├── implantfragments.md │ │ ├── implantglitch.md │ │ ├── implantmalfunction.md │ │ ├── ineswhitefile.md │ │ ├── inmemoryof.md │ │ ├── innovative-engineering-solutions-blueprints.md │ │ ├── ironcladjaxlastfight.md │ │ ├── jehannas-note.md │ │ ├── jestermalfunctionreport.md │ │ ├── jones-interview.md │ │ ├── kael-veyra-log.md │ │ ├── kaelveyralog.md │ │ ├── kaelveyraretiring.md │ │ ├── kaifinaltransmission-1.md │ │ ├── kaifinaltransmission.md │ │ ├── kailasttransmission-1.md │ │ ├── kailasttransmission.md │ │ ├── kaislaststand.md │ │ ├── kaitoslastlog.md │ │ ├── kaitoslog42.md │ │ ├── krysta-phillips.md │ │ ├── lab-notes-confidential.md │ │ ├── lanihallencryptionrequest.md │ │ ├── lastwordsoflaverna.md │ │ ├── legendofv-1.md │ │ ├── legendofv.md │ │ ├── lethia-flores.md │ │ ├── letter-of-the-iron-maiden.md │ │ ├── lettertofather.md │ │ ├── letti-message.md │ │ ├── lianneslastlog.md │ │ ├── liannesmessage.md │ │ ├── life-in-the-shadows.md │ │ ├── local-legends-abound.md │ │ ├── longing-to-be-yours-again.md │ │ ├── lost-hope.md │ │ ├── lost-voices.md │ │ ├── love-beyond-boundaries.md │ │ ├── lover-letter.md │ │ ├── maintaining-connections.md │ │ ├── malachiproposal.md │ │ ├── manhunt-dangerous-traitor.md │ │ ├── marionmegaestate.md │ │ ├── markdown-lukaprankgonewrong.md │ │ ├── marnias-message.md │ │ ├── marty-letter.md │ │ ├── maxine-admirer.md │ │ ├── maxines-story.md │ │ ├── mayasglitchlog.md │ │ ├── mega-corps-report.md │ │ ├── megacorptutorial.md │ │ ├── memofromdollhill.md │ │ ├── menacingmessageunearthed-txt.md │ │ ├── mercenaryguilt.md │ │ ├── moral-crisis-at-circuitbreak-security-inc.md │ │ ├── morganicamalachi.md │ │ ├── my-hero-lilith.md │ │ ├── myfinalmessage.md │ │ ├── mysteriousmercenaryreport-thelegendofv.md │ │ ├── nan-nguyen-botched-aug.md │ │ ├── neonbladelog.md │ │ ├── neonshard.md │ │ ├── neural-interface-hack.md │ │ ├── neural-network-the-future-of-human-interaction.md │ │ ├── neuralblocker-seller.md │ │ ├── neuralghostsechoes.md │ │ ├── neuralinterfacehack.md │ │ ├── neuralnexus-therapy-glitch.md │ │ ├── neuraltrustbreak.md │ │ ├── new-beginnings.md │ │ ├── nightfall-review.md │ │ ├── october12-circuitbreak.md │ │ ├── operativelog-shatteredtrust.md │ │ ├── oracleinsurrection.md │ │ ├── oraclemalfunctionreport.md │ │ ├── oracleprankstercode.md │ │ ├── organicanarchyfinals.md │ │ ├── pachinko-cultists-a-new-obsession.md │ │ ├── pachinko-cultists-wreak-havoc.md │ │ ├── pachinko-prophecy.md │ │ ├── pigeonrevolt.md │ │ ├── pixel-ai.md │ │ ├── prank-gone-wrong.md │ │ ├── private-funding-preference.md │ │ ├── production-pause-on-new-neural-implants.md │ │ ├── project-eclipse-exposed.md │ │ ├── project-ethereal-confidential.md │ │ ├── project-nightfall-update.md │ │ ├── projectblacklotus.md │ │ ├── projectchimeralog.md │ │ ├── raven7bincidentreport.md │ │ ├── ravenclawproducttest.md │ │ ├── razorbackrampage.md │ │ ├── razorsmartsphincterissue.md │ │ ├── realitybitessession-1.md │ │ ├── realitybitessession.md │ │ ├── rebel-rampage.md │ │ ├── rebellion-begins-with-one-step.md │ │ ├── red-bar-nightmare.md │ │ ├── red-scourge.md │ │ ├── redactedsphincterimplantcomplaint.md │ │ ├── redbarshowdown.md │ │ ├── regretanddebt.md │ │ ├── regretechoes.md │ │ ├── regretfulfragments.md │ │ ├── regretfulmemories.md │ │ ├── reminiscing-about-our-final-job-together.md │ │ ├── researchnoteshumor.md │ │ ├── revolution-against-corporate-greed.md │ │ ├── revolution-against-corruption.md │ │ ├── revolutionary-call-to-action.md │ │ ├── rexfordslog72.md │ │ ├── rip-trix.md │ │ ├── risky-proposition.md │ │ ├── rival-corporate-data-breach-plotted.md │ │ ├── robert-smith-elimination-reward-request.md │ │ ├── robinettajournal.md │ │ ├── rogueaiapocalypse.md │ │ ├── roguedroneincident.md │ │ ├── roguehellfiredrone.md │ │ ├── roguesparklog.md │ │ ├── rozanneterminallog.md │ │ ├── rustysprocketincident.md │ │ ├── rustysprocketnightmare.md │ │ ├── rx87-incident.md │ │ ├── sashaletter.md │ │ ├── sentientterminal.md │ │ ├── serenitysessionlogs.md │ │ ├── server-hack-job.md │ │ ├── shadow-figure-threat.md │ │ ├── shadow-fixer.md │ │ ├── shadowydeal.md │ │ ├── shatteredtrust.md │ │ ├── shenas-plea.md │ │ ├── singularity-protocol.md │ │ ├── smartsphincterimplantfailure.md │ │ ├── smugglerinventory.md │ │ ├── smugglers-inventory-1.md │ │ ├── smugglers-inventory.md │ │ ├── soul-saving-gameplay.md │ │ ├── steelfistsretirement.md │ │ ├── surviving-cyberpsycho-carnage.md │ │ ├── survivorstestimony.md │ │ ├── suspiciousclientnotice.md │ │ ├── synthbitesriot.md │ │ ├── synthetic-food-fiasco.md │ │ ├── synthfeastchaos.md │ │ ├── taixingsecuritybreach.md │ │ ├── taixingtyphoon2080-poster.md │ │ ├── tall-man-at-the-docks.md │ │ ├── terminalaccess-criticalfailure.md │ │ ├── terminalaccess.md │ │ ├── terminalfinallog.md │ │ ├── terminalreport-v.md │ │ ├── the-cyborg-experiment-a-cautionary-tale.md │ │ ├── the-fall-of-circuitbreak.md │ │ ├── the-legend-of-v-1.md │ │ ├── the-legend-of-v.md │ │ ├── the-signal-story.md │ │ ├── the-wired-wraith-incident.md │ │ ├── thelegendofv-1.md │ │ ├── thelegendofv.md │ │ ├── therapylogssession127.md │ │ ├── title-whispers-from-the-red-bar.md │ │ ├── trapped-in-the-shadows.md │ │ ├── truama-team-medical-services-save-your-life-today.md │ │ ├── tuckerjacksonlastbroadcast.md │ │ ├── ua7incidentreport.md │ │ ├── ultimate-security-system.md │ │ ├── umcba.md │ │ ├── undercover-operation-megaestate.md │ │ ├── underground-augmentation-tragedy.md │ │ ├── unraveling-the-luxury-web.md │ │ ├── unveiled-vengeance.md │ │ ├── upgradearclightcitizen.md │ │ ├── urban-legacy.md │ │ ├── urgent-warning.md │ │ ├── v-1.md │ │ ├── v-arclightcity.md │ │ ├── v-channel7report.md │ │ ├── v-legacy.md │ │ ├── v-legendary-mercenary.md │ │ ├── v-phantomexecutioner.md │ │ ├── v.md │ │ ├── varclightlegend.md │ │ ├── varclightreport.md │ │ ├── venigmainvestigates.md │ │ ├── venigmareport.md │ │ ├── verinagonzalezterroristattack.md │ │ ├── veronica-clarks-call-for-revolution.md │ │ ├── vghostinthemachine-1.md │ │ ├── vghostinthemachine.md │ │ ├── voices-neuro-hack-nightmare.md │ │ ├── voices-of-the-hacked.md │ │ ├── voicesinthegrid.md │ │ ├── volkovschimerawarning.md │ │ ├── vr-dating-glitch.md │ │ ├── vrdatedisaster.md │ │ ├── vrdatingdisaster.md │ │ ├── vreturnswhopays.md │ │ ├── vthelegend.md │ │ ├── vthephantomblade.md │ │ ├── war-torn-love.md │ │ ├── whispererconfession.md │ │ ├── whisperers-dilemma.md │ │ ├── whispers-of-danger-and-truth-in-arclight-city.md │ │ ├── wraithdatapad.md │ │ ├── zero-byte-encounter.md │ │ └── zerobytesghostprotocol.md │ ├── scenario │ │ ├── dungeon-health-sacrifice.json │ │ └── dungeon-time-sacrifice.json │ ├── translation-keywords.json │ ├── translation.json │ └── tutorial │ │ ├── afk-task.md │ │ ├── attributes.md │ │ ├── auto-gather.md │ │ ├── backpack.md │ │ ├── black-market.md │ │ ├── currency.md │ │ ├── equipment-calibration.md │ │ ├── equipment-repair.md │ │ ├── equipment-upgrade.md │ │ ├── follow-up-lottery.md │ │ ├── gang-upkeep.md │ │ ├── hideout-raid.md │ │ ├── hit-bounty.md │ │ ├── intelligence-contract.md │ │ ├── inventory.md │ │ ├── investigation.md │ │ ├── job-level.md │ │ ├── mercenary.md │ │ ├── psychosis.md │ │ ├── stock-market.md │ │ └── territory.md ├── th │ ├── encounter-choices │ │ ├── accessing-restricted-facility-area.json │ │ ├── accessing-restricted-factory-zones.json │ │ ├── behind-the-locked-door.json │ │ ├── beyond-the-forbidden-door.json │ │ ├── beyond-the-locked-door-1.json │ │ ├── beyond-the-locked-door-2.json │ │ ├── beyond-the-locked-door-3.json │ │ ├── beyond-the-locked-door-4.json │ │ ├── beyond-the-locked-door.json │ │ ├── beyond-the-locked-doorway-1.json │ │ ├── beyond-the-locked-doorway-2.json │ │ ├── beyond-the-locked-doorway.json │ │ ├── beyond-the-locked-entrance-1.json │ │ ├── beyond-the-locked-entrance.json │ │ ├── door-beyond-the-darkness.json │ │ ├── door-to-forbidden-machinery.json │ │ ├── echoes-and-secrets.json │ │ ├── echoes-in-the-forbidden-zone.json │ │ ├── echoes-of-forbidden-territory.json │ │ ├── exploring-the-forbidden-machinery-area.json │ │ ├── forbidden-access-area-ahead.json │ │ ├── forbidden-area-access-denied.json │ │ ├── forbidden-area-discovery-1.json │ │ ├── forbidden-area-discovery-2.json │ │ ├── forbidden-area-discovery.json │ │ ├── forbidden-area-unlocking-secrets.json │ │ ├── forbidden-area.json │ │ ├── forbidden-discovery-2.json │ │ ├── forbidden-discovery.json │ │ ├── forbidden-exploration-1.json │ │ ├── forbidden-exploration-2.json │ │ ├── forbidden-exploration.json │ │ ├── forbidden-machinery-1.json │ │ ├── forbidden-machinery-2.json │ │ ├── forbidden-machinery-3.json │ │ ├── forbidden-machinery-access-point.json │ │ ├── forbidden-machinery-deep-within.json │ │ ├── forbidden-machinery-discovery.json │ │ ├── forbidden-machinery-exploration-1.json │ │ ├── forbidden-machinery-exploration.json │ │ ├── forbidden-machinery.json │ │ ├── here-is-a-short-name-for-the-given-story-with-exactly-four-words-beyond-the-locked-door.json │ │ ├── hidden-area-heard.json │ │ ├── hidden-area-hidden.json │ │ ├── hidden-area-unlocked.json │ │ ├── hidden-discovery.json │ │ ├── hidden-exploration-secrets-behind-closed-doors.json │ │ ├── hidden-halls-of-humming.json │ │ ├── into-the-forbidden-room.json │ │ ├── locked-door-adventure-1.json │ │ ├── locked-door-adventure.json │ │ ├── locked-door-dilemma.json │ │ ├── locked-door-lore.json │ │ ├── locked-door-lure.json │ │ ├── locked-door-mystery-unfolds.json │ │ ├── locked-room-lore.json │ │ ├── mysterious-hum-the-road-to-enlightenment.json │ │ ├── off-limits-adventure-unlocking-the-forbidden-door.json │ │ ├── off-limits-area-unlocked.json │ │ ├── off-limits-machinery.json │ │ ├── secret-passageway-unlocked.json │ │ ├── secret-soundscapes-off-limits.json │ │ ├── secret-spaces-exploration.json │ │ ├── secrets-behind-closed-doors-uncharted-territories-await.json │ │ ├── the-forbidden-machine-room.json │ │ ├── the-forbidden-path-ahead.json │ │ ├── the-lockdown-decision-point.json │ │ ├── the-lockdown-experiment-begins.json │ │ ├── the-lockdown-security-protocol.json │ │ ├── the-mysterious-locked-chamber-1.json │ │ ├── the-mysterious-locked-chamber.json │ │ ├── the-mysterious-locked-door-1.json │ │ ├── the-mysterious-locked-door-2.json │ │ ├── the-mysterious-locked-door-3.json │ │ ├── the-mysterious-locked-door-4.json │ │ ├── the-mysterious-locked-door-5.json │ │ ├── the-mysterious-locked-door-6.json │ │ ├── the-mysterious-locked-door-7.json │ │ ├── the-mysterious-locked-door-8.json │ │ ├── the-mysterious-locked-door.json │ │ ├── the-story-can-be-named-exploring-the-forbidden-zone.json │ │ ├── unlocking-forbidden-corridor-secrets.json │ │ ├── unlocking-forbidden-industrial-secrets.json │ │ ├── unlocking-forbidden-machinery-room.json │ │ ├── unlocking-forbidden-machinery-secrets.json │ │ ├── unlocking-hidden-area-secrets.json │ │ ├── unlocking-the-forbidden-corridor.json │ │ ├── unlocking-the-forbidden-machinery-room.json │ │ ├── unlocking-the-forbidden-passage.json │ │ ├── unlocking-the-forbidden-pathway.json │ │ ├── unlocking-the-forbidden-room.json │ │ ├── unlocking-the-forbidden-sector.json │ │ ├── unlocking-the-forbidden-zone.json │ │ ├── unlocking-the-forbidding-doorway.json │ │ ├── unlocking-the-mysterious-restricted-area.json │ │ ├── unlocking-the-unknown.json │ │ ├── unlocking-the-unseen-forbidden-area-discovery.json │ │ ├── unseen-area.json │ │ ├── unseen-secrets-in-shadows.json │ │ └── whispers-of-industry-uncovering-the-prohibited-space.json │ ├── enemy-container │ │ └── enemy-container-lore.json │ ├── lore-notes │ │ ├── a-glimpse-into-arclight-citys-dark-side-with-hana.md │ │ ├── a-personal-note-to-a-pioneer.md │ │ ├── acehallarclightprank.md │ │ ├── adriel-taylors-most-wanted-cyberdeck-message.md │ │ ├── advanced-stealth-suit-prototype-description.md │ │ ├── advanced-technologies-compendium.md │ │ ├── advanced-weapons-manufacturing-facility-plans.md │ │ ├── aethertherapylogs.md │ │ ├── affordable-advanced-tech-solutions.md │ │ ├── ai-malfunction-logs.md │ │ ├── ai-rogue-terminal-logs.md │ │ ├── ai-therapist-glitch.md │ │ ├── ai-therapist-logs.md │ │ ├── alanatorresappeal.md │ │ ├── alexalastbreath.md │ │ ├── allisrecording.md │ │ ├── allysector7log.md │ │ ├── annihilatorretirement.md │ │ ├── anyapetrovamessage.md │ │ ├── ar-addiction-reality-glitch.md │ │ ├── ar-addiction-support-group.md │ │ ├── araddictionrecovery.md │ │ ├── araddictionsession17.md │ │ ├── arclight-85-foodriot.md │ │ ├── arclight-awakening.md │ │ ├── arclight-chronicles.md │ │ ├── arclight-city-gang-activity-report.md │ │ ├── arclight-city-murder.md │ │ ├── arclight-city-police-corruption.md │ │ ├── arclight-city-rogue-drone-incident.md │ │ ├── arclight-citys-hitman-organization-revealed.md │ │ ├── arclight-confessions.md │ │ ├── arclight-interrogation.md │ │ ├── arclight-letter.md │ │ ├── arclight-massacre.md │ │ ├── arclight-rebellion.md │ │ ├── arclight-refugee-crisis.md │ │ ├── arclight-threat.md │ │ ├── arclight-underworld-chloes-web.md │ │ ├── arclightaicrisis.md │ │ ├── arclightcityclimaterefugeereport.md │ │ ├── arclightcitycyberpsychoincidentreport.md │ │ ├── arclightcityjournal.md │ │ ├── arclightclinicbust.md │ │ ├── arclightcorruption.md │ │ ├── arclightcrisislog47.md │ │ ├── arclightdrowning.md │ │ ├── arclightghost.md │ │ ├── arclightimplant.md │ │ ├── arclightloveletter-1.md │ │ ├── arclightloveletter.md │ │ ├── arclightmassacre.md │ │ ├── arclightmemories.md │ │ ├── arclightnewsvreport.md │ │ ├── arclightnightmare-1.md │ │ ├── arclightnightmare-2.md │ │ ├── arclightnightmare-3.md │ │ ├── arclightnightmare.md │ │ ├── arclightraidreport.md │ │ ├── arclightriot.md │ │ ├── arclighttragedy.md │ │ ├── arrecoverystories.md │ │ ├── artificial-intelligence-paranoia.md │ │ ├── athenaprankwar.md │ │ ├── aura31sessionlog.md │ │ ├── beaubrownslastlog.md │ │ ├── bethena-amari-conversation.md │ │ ├── biohaven-revelations.md │ │ ├── biosynchimeralog.md │ │ ├── biosynconspiracy.md │ │ ├── biotechwarning.md │ │ ├── black-market-exchange.md │ │ ├── black-market-ransom.md │ │ ├── blackmarketjournal.md │ │ ├── blackthorn-log.md │ │ ├── blackthorne-eclipse.md │ │ ├── blessings-and-fate-in-pachinko.md │ │ ├── bloodstained-promise.md │ │ ├── bounty-hunter-contract-aprilette-white.md │ │ ├── brokentherapysessions.md │ │ ├── brothers-final-apology.md │ │ ├── call-to-action.md │ │ ├── carynexposesmegaestate.md │ │ ├── caution-notice-possible-korean-cyber-attack.md │ │ ├── chapter--revelation-13-the-beast-from-the-sea.md │ │ ├── chimerawarning.md │ │ ├── choomba-prank.md │ │ ├── chromebutcherrampage.md │ │ ├── circuitbreak-exposed.md │ │ ├── circuitbreak-memorial.md │ │ ├── circuitbreak-nuke.md │ │ ├── circuitbreak-reputation-at-risk.md │ │ ├── circuitbreak-scandal.md │ │ ├── circuitbreak-tragedy.md │ │ ├── circuitbreakadvertisement.md │ │ ├── circuitbreakcoverup.md │ │ ├── circuitbreakdiary-1.md │ │ ├── circuitbreakdiary.md │ │ ├── circuitbreakghosts.md │ │ ├── circuitbreakgrief.md │ │ ├── circuitbreakjournal-1.md │ │ ├── circuitbreakjournal.md │ │ ├── circuitbreakmemories.md │ │ ├── circuitbreakremembrance.md │ │ ├── circuitbreaktragedy.md │ │ ├── circuitbreaktruth-1.md │ │ ├── circuitbreaktruth.md │ │ ├── circuitbreakvendetta.md │ │ ├── clandestine-cargo.md │ │ ├── clemmysmith-blackmarket.md │ │ ├── climaterefugeecrisisinarclightcity.md │ │ ├── code-red-biocrisis.md │ │ ├── collaboration-proposal.md │ │ ├── collaborationproposal.md │ │ ├── coraliesessionlog.md │ │ ├── corporate-secrets.md │ │ ├── corporateconfessions.md │ │ ├── crime-arclight-city.md │ │ ├── cry-dispossessed.md │ │ ├── customer-complaint-frankie-collins.md │ │ ├── cyber-enhanced-physical-ability-implants.md │ │ ├── cyberai-2086.md │ │ ├── cybercrime-bust-report.md │ │ ├── cyberdefensead.md │ │ ├── cyberkitchenchaos.md │ │ ├── cyberlimb-blueprints-surveillance-systems-stealth-exoskeleton-schematics.md │ │ ├── cybernetic-assault.md │ │ ├── cybernetic-dawn.md │ │ ├── cybernetic-upgrade-ad.md │ │ ├── cyberprank-md.md │ │ ├── cyberpsycho-attack-arclight.md │ │ ├── cyberpsycho-attack.md │ │ ├── cyberpsycho-city.md │ │ ├── cyberpsycho-encounter.md │ │ ├── cyberpsycho-rampage-docks.md │ │ ├── cyberpsycho-rustdistrict-attack.md │ │ ├── cyberpsycho-rustdistrict-circuitbreak.md │ │ ├── cyberpsycho-slaughter.md │ │ ├── cyberpsychoattackreport.md │ │ ├── cyberpsychodiary.md │ │ ├── cyberpsychoincident.md │ │ ├── cyberware-regret-letter.md │ │ ├── daffi-rescue.md │ │ ├── dangerous-liaisons-in-cyberspace.md │ │ ├── dangerous-liaisons.md │ │ ├── daniel-circuitbreak-bombing-memo.md │ │ ├── data-chip-contents.md │ │ ├── data-heist.md │ │ ├── deadly-cyberpsycho-outbreak.md │ │ ├── dear-dad.md │ │ ├── desperate-plea.md │ │ ├── digital-pioneers-patron.md │ │ ├── dirty-dealings-handbook.md │ │ ├── dissatisfied-customer.md │ │ ├── dollscottbounty.md │ │ ├── downtown-gang-execution.md │ │ ├── downtowncyberpsychorampage-1.md │ │ ├── downtowncyberpsychorampage.md │ │ ├── echosixlasttransmission.md │ │ ├── eclipse.md │ │ ├── elarasmessage.md │ │ ├── eliasregret.md │ │ ├── embezzlement-suspect-at-large.md │ │ ├── exposing-circuitbreak-corruption.md │ │ ├── falloftower.md │ │ ├── family-hacking-request.md │ │ ├── familyletter.md │ │ ├── fascinating-encounter.md │ │ ├── fateful-encounter.md │ │ ├── fifi-aipet.md │ │ ├── forever-entwined-hearts.md │ │ ├── fury-fist-review.md │ │ ├── gang-territorial-expansion-video.md │ │ ├── ghostecho77plea.md │ │ ├── ghostecho7s-plea.md │ │ ├── ghostfirerampagesector7.md │ │ ├── ghostfiresrequest.md │ │ ├── ghostinthemachineforum.md │ │ ├── ghostprotocolextraction.md │ │ ├── ghostwalkerrampage.md │ │ ├── grantwhiteletter.md │ │ ├── greatequalizermessage.md │ │ ├── gwendolen-phillips.md │ │ ├── hackbots-md.md │ │ ├── hidden-desires-of-a-lonely-heart.md │ │ ├── hidden-footage.md │ │ ├── hivewhispers.md │ │ ├── hollyanneprank.md │ │ ├── holographicresistancecall-md.md │ │ ├── hostage-threat.md │ │ ├── illicit-partnership.md │ │ ├── im-sage-implants.md │ │ ├── implantfragments.md │ │ ├── implantglitch.md │ │ ├── implantmalfunction.md │ │ ├── ineswhitefile.md │ │ ├── inmemoryof.md │ │ ├── innovative-engineering-solutions-blueprints.md │ │ ├── ironcladjaxlastfight.md │ │ ├── jehannas-note.md │ │ ├── jestermalfunctionreport.md │ │ ├── jones-interview.md │ │ ├── kael-veyra-log.md │ │ ├── kaelveyralog.md │ │ ├── kaelveyraretiring.md │ │ ├── kaifinaltransmission-1.md │ │ ├── kaifinaltransmission.md │ │ ├── kailasttransmission-1.md │ │ ├── kailasttransmission.md │ │ ├── kaislaststand.md │ │ ├── kaitoslastlog.md │ │ ├── kaitoslog42.md │ │ ├── krysta-phillips.md │ │ ├── lab-notes-confidential.md │ │ ├── lanihallencryptionrequest.md │ │ ├── lastwordsoflaverna.md │ │ ├── legendofv-1.md │ │ ├── legendofv.md │ │ ├── lethia-flores.md │ │ ├── letter-of-the-iron-maiden.md │ │ ├── lettertofather.md │ │ ├── letti-message.md │ │ ├── lianneslastlog.md │ │ ├── liannesmessage.md │ │ ├── life-in-the-shadows.md │ │ ├── local-legends-abound.md │ │ ├── longing-to-be-yours-again.md │ │ ├── lost-hope.md │ │ ├── lost-voices.md │ │ ├── love-beyond-boundaries.md │ │ ├── lover-letter.md │ │ ├── maintaining-connections.md │ │ ├── malachiproposal.md │ │ ├── manhunt-dangerous-traitor.md │ │ ├── marionmegaestate.md │ │ ├── markdown-lukaprankgonewrong.md │ │ ├── marnias-message.md │ │ ├── marty-letter.md │ │ ├── maxine-admirer.md │ │ ├── maxines-story.md │ │ ├── mayasglitchlog.md │ │ ├── mega-corps-report.md │ │ ├── megacorptutorial.md │ │ ├── memofromdollhill.md │ │ ├── menacingmessageunearthed-txt.md │ │ ├── mercenaryguilt.md │ │ ├── moral-crisis-at-circuitbreak-security-inc.md │ │ ├── morganicamalachi.md │ │ ├── my-hero-lilith.md │ │ ├── myfinalmessage.md │ │ ├── mysteriousmercenaryreport-thelegendofv.md │ │ ├── nan-nguyen-botched-aug.md │ │ ├── neonbladelog.md │ │ ├── neonshard.md │ │ ├── neural-interface-hack.md │ │ ├── neural-network-the-future-of-human-interaction.md │ │ ├── neuralblocker-seller.md │ │ ├── neuralghostsechoes.md │ │ ├── neuralinterfacehack.md │ │ ├── neuralnexus-therapy-glitch.md │ │ ├── neuraltrustbreak.md │ │ ├── new-beginnings.md │ │ ├── nightfall-review.md │ │ ├── october12-circuitbreak.md │ │ ├── operativelog-shatteredtrust.md │ │ ├── oracleinsurrection.md │ │ ├── oraclemalfunctionreport.md │ │ ├── oracleprankstercode.md │ │ ├── organicanarchyfinals.md │ │ ├── pachinko-cultists-a-new-obsession.md │ │ ├── pachinko-cultists-wreak-havoc.md │ │ ├── pachinko-prophecy.md │ │ ├── pigeonrevolt.md │ │ ├── pixel-ai.md │ │ ├── prank-gone-wrong.md │ │ ├── private-funding-preference.md │ │ ├── production-pause-on-new-neural-implants.md │ │ ├── project-eclipse-exposed.md │ │ ├── project-ethereal-confidential.md │ │ ├── project-nightfall-update.md │ │ ├── projectblacklotus.md │ │ ├── projectchimeralog.md │ │ ├── raven7bincidentreport.md │ │ ├── ravenclawproducttest.md │ │ ├── razorbackrampage.md │ │ ├── razorsmartsphincterissue.md │ │ ├── realitybitessession-1.md │ │ ├── realitybitessession.md │ │ ├── rebel-rampage.md │ │ ├── rebellion-begins-with-one-step.md │ │ ├── red-bar-nightmare.md │ │ ├── red-scourge.md │ │ ├── redactedsphincterimplantcomplaint.md │ │ ├── redbarshowdown.md │ │ ├── regretanddebt.md │ │ ├── regretechoes.md │ │ ├── regretfulfragments.md │ │ ├── regretfulmemories.md │ │ ├── reminiscing-about-our-final-job-together.md │ │ ├── researchnoteshumor.md │ │ ├── revolution-against-corporate-greed.md │ │ ├── revolution-against-corruption.md │ │ ├── revolutionary-call-to-action.md │ │ ├── rexfordslog72.md │ │ ├── rip-trix.md │ │ ├── risky-proposition.md │ │ ├── rival-corporate-data-breach-plotted.md │ │ ├── robert-smith-elimination-reward-request.md │ │ ├── robinettajournal.md │ │ ├── rogueaiapocalypse.md │ │ ├── roguedroneincident.md │ │ ├── roguehellfiredrone.md │ │ ├── roguesparklog.md │ │ ├── rozanneterminallog.md │ │ ├── rustysprocketincident.md │ │ ├── rustysprocketnightmare.md │ │ ├── rx87-incident.md │ │ ├── sashaletter.md │ │ ├── sentientterminal.md │ │ ├── serenitysessionlogs.md │ │ ├── server-hack-job.md │ │ ├── shadow-figure-threat.md │ │ ├── shadow-fixer.md │ │ ├── shadowydeal.md │ │ ├── shatteredtrust.md │ │ ├── shenas-plea.md │ │ ├── singularity-protocol.md │ │ ├── smartsphincterimplantfailure.md │ │ ├── smugglerinventory.md │ │ ├── smugglers-inventory-1.md │ │ ├── smugglers-inventory.md │ │ ├── soul-saving-gameplay.md │ │ ├── steelfistsretirement.md │ │ ├── surviving-cyberpsycho-carnage.md │ │ ├── survivorstestimony.md │ │ ├── suspiciousclientnotice.md │ │ ├── synthbitesriot.md │ │ ├── synthetic-food-fiasco.md │ │ ├── synthfeastchaos.md │ │ ├── taixingsecuritybreach.md │ │ ├── taixingtyphoon2080-poster.md │ │ ├── tall-man-at-the-docks.md │ │ ├── terminalaccess-criticalfailure.md │ │ ├── terminalaccess.md │ │ ├── terminalfinallog.md │ │ ├── terminalreport-v.md │ │ ├── the-cyborg-experiment-a-cautionary-tale.md │ │ ├── the-fall-of-circuitbreak.md │ │ ├── the-legend-of-v-1.md │ │ ├── the-legend-of-v.md │ │ ├── the-signal-story.md │ │ ├── the-wired-wraith-incident.md │ │ ├── thelegendofv-1.md │ │ ├── thelegendofv.md │ │ ├── therapylogssession127.md │ │ ├── title-whispers-from-the-red-bar.md │ │ ├── trapped-in-the-shadows.md │ │ ├── truama-team-medical-services-save-your-life-today.md │ │ ├── tuckerjacksonlastbroadcast.md │ │ ├── ua7incidentreport.md │ │ ├── ultimate-security-system.md │ │ ├── umcba.md │ │ ├── undercover-operation-megaestate.md │ │ ├── underground-augmentation-tragedy.md │ │ ├── unraveling-the-luxury-web.md │ │ ├── unveiled-vengeance.md │ │ ├── upgradearclightcitizen.md │ │ ├── urban-legacy.md │ │ ├── urgent-warning.md │ │ ├── v-1.md │ │ ├── v-arclightcity.md │ │ ├── v-channel7report.md │ │ ├── v-legacy.md │ │ ├── v-legendary-mercenary.md │ │ ├── v-phantomexecutioner.md │ │ ├── v.md │ │ ├── varclightlegend.md │ │ ├── varclightreport.md │ │ ├── venigmainvestigates.md │ │ ├── venigmareport.md │ │ ├── verinagonzalezterroristattack.md │ │ ├── veronica-clarks-call-for-revolution.md │ │ ├── vghostinthemachine-1.md │ │ ├── vghostinthemachine.md │ │ ├── voices-neuro-hack-nightmare.md │ │ ├── voices-of-the-hacked.md │ │ ├── voicesinthegrid.md │ │ ├── volkovschimerawarning.md │ │ ├── vr-dating-glitch.md │ │ ├── vrdatedisaster.md │ │ ├── vrdatingdisaster.md │ │ ├── vreturnswhopays.md │ │ ├── vthelegend.md │ │ ├── vthephantomblade.md │ │ ├── war-torn-love.md │ │ ├── whispererconfession.md │ │ ├── whisperers-dilemma.md │ │ ├── whispers-of-danger-and-truth-in-arclight-city.md │ │ ├── wraithdatapad.md │ │ ├── zero-byte-encounter.md │ │ └── zerobytesghostprotocol.md │ ├── scenario │ │ ├── dungeon-health-sacrifice.json │ │ └── dungeon-time-sacrifice.json │ ├── translation-keywords.json │ ├── translation.json │ └── tutorial │ │ ├── afk-task.md │ │ ├── attributes.md │ │ ├── auto-gather.md │ │ ├── backpack.md │ │ ├── black-market.md │ │ ├── currency.md │ │ ├── equipment-calibration.md │ │ ├── equipment-repair.md │ │ ├── equipment-upgrade.md │ │ ├── follow-up-lottery.md │ │ ├── gang-upkeep.md │ │ ├── hideout-raid.md │ │ ├── hit-bounty.md │ │ ├── intelligence-contract.md │ │ ├── inventory.md │ │ ├── investigation.md │ │ ├── job-level.md │ │ ├── mercenary.md │ │ ├── psychosis.md │ │ ├── stock-market.md │ │ └── territory.md ├── zh-CN │ ├── encounter-choices │ │ ├── echoes-and-locks-exploration-of-forbidden-territory.json │ │ ├── echoes-and-secrets.json │ │ ├── echoes-in-the-forbidden-zone.json │ │ ├── echoes-of-forbidden-territory.json │ │ ├── forbidden-area-discovery-1.json │ │ ├── forbidden-area-discovery.json │ │ ├── forbidden-area-unlocking-secrets.json │ │ ├── forbidden-area.json │ │ ├── forbidden-discovery-2.json │ │ ├── forbidden-discovery-3.json │ │ ├── forbidden-discovery-captures-the-essence-of-this-story-perfectly-in-just-four-words.json │ │ ├── forbidden-discovery.json │ │ ├── forbidden-exploration-1.json │ │ ├── forbidden-exploration-2.json │ │ ├── forbidden-exploration.json │ │ ├── forbidden-machinery-1.json │ │ ├── forbidden-machinery-2.json │ │ ├── forbidden-machinery-3.json │ │ ├── forbidden-machinery-discovery.json │ │ ├── forbidden-machinery-exploration-1.json │ │ ├── forbidden-machinery-exploration.json │ │ ├── forbidden-machinery.json │ │ ├── hidden-area-heard.json │ │ ├── hidden-area-hidden.json │ │ ├── hidden-area-hint.json │ │ ├── hidden-area-unlocked.json │ │ ├── hidden-discovery.json │ │ ├── hidden-exploration-secrets-behind-closed-doors.json │ │ ├── hidden-halls-of-humming.json │ │ ├── locked-door-adventure-1.json │ │ ├── locked-door-adventure-2.json │ │ ├── locked-door-adventure.json │ │ ├── locked-door-dilemma.json │ │ ├── locked-door-lore.json │ │ ├── locked-door-lure.json │ │ ├── locked-door-mystery.json │ │ ├── locked-room-lore.json │ │ ├── machine-murmurs-unlocked-doors.json │ │ ├── mysterious-hum-the-road-to-enlightenment.json │ │ ├── off-limits-adventure-unlocking-the-forbidden-door.json │ │ ├── off-limits-area-unlocked.json │ │ ├── off-limits-machinery.json │ │ ├── secret-passageway-unlocked.json │ │ ├── secret-soundscapes-off-limits.json │ │ ├── secret-spaces-exploration.json │ │ ├── secrets-behind-closed-doors-uncharted-territories-await.json │ │ ├── unlocking-the-unknown.json │ │ ├── unlocking-the-unseen-forbidden-area-discovery.json │ │ ├── unseen-area.json │ │ └── whispers-of-industry-uncovering-the-prohibited-space.json │ ├── lore-notes │ │ ├── a-glimpse-into-arclight-citys-dark-side-with-hana.md │ │ ├── a-personal-note-to-a-pioneer.md │ │ ├── adriel-taylors-most-wanted-cyberdeck-message.md │ │ ├── advanced-stealth-suit-prototype-description.md │ │ ├── advanced-technologies-compendium.md │ │ ├── advanced-weapons-manufacturing-facility-plans.md │ │ ├── affordable-advanced-tech-solutions.md │ │ ├── arclight-chronicles.md │ │ ├── arclight-city-gang-activity-report.md │ │ ├── arclight-city-murder.md │ │ ├── arclight-citys-hitman-organization-revealed.md │ │ ├── arclight-underworld-chloes-web.md │ │ ├── artificial-intelligence-paranoia.md │ │ ├── biohaven-revelations.md │ │ ├── blessings-and-fate-in-pachinko.md │ │ ├── bloodstained-promise.md │ │ ├── bounty-hunter-contract-aprilette-white.md │ │ ├── brothers-final-apology.md │ │ ├── call-to-action.md │ │ ├── caution-notice-possible-korean-cyber-attack.md │ │ ├── chapter--revelation-13-the-beast-from-the-sea.md │ │ ├── circuitbreak-exposed.md │ │ ├── circuitbreak-reputation-at-risk.md │ │ ├── circuitbreak-scandal.md │ │ ├── clandestine-cargo.md │ │ ├── collaboration-proposal.md │ │ ├── cyber-enhanced-physical-ability-implants.md │ │ ├── cybercrime-bust-report.md │ │ ├── cyberlimb-blueprints-surveillance-systems-stealth-exoskeleton-schematics.md │ │ ├── cybernetic-assault.md │ │ ├── cybernetic-dawn.md │ │ ├── cyberpsycho-slaughter.md │ │ ├── cyberware-regret-letter.md │ │ ├── dangerous-liaisons-in-cyberspace.md │ │ ├── dangerous-liaisons.md │ │ ├── data-heist.md │ │ ├── deadly-cyberpsycho-outbreak.md │ │ ├── desperate-plea.md │ │ ├── digital-pioneers-patron.md │ │ ├── dirty-dealings-handbook.md │ │ ├── downtown-gang-execution.md │ │ ├── embezzlement-suspect-at-large.md │ │ ├── exposing-circuitbreak-corruption.md │ │ ├── family-hacking-request.md │ │ ├── fascinating-encounter.md │ │ ├── forever-entwined-hearts.md │ │ ├── gang-territorial-expansion-video.md │ │ ├── hidden-desires-of-a-lonely-heart.md │ │ ├── hostage-threat.md │ │ ├── illicit-partnership.md │ │ ├── innovative-engineering-solutions-blueprints.md │ │ ├── life-in-the-shadows.md │ │ ├── local-legends-abound.md │ │ ├── longing-to-be-yours-again.md │ │ ├── lost-hope.md │ │ ├── lost-voices.md │ │ ├── love-beyond-boundaries.md │ │ ├── maintaining-connections.md │ │ ├── manhunt-dangerous-traitor.md │ │ ├── menacingmessageunearthed-txt.md │ │ ├── moral-crisis-at-circuitbreak-security-inc.md │ │ ├── my-hero-lilith.md │ │ ├── neural-network-the-future-of-human-interaction.md │ │ ├── neuralblocker-seller.md │ │ ├── new-beginnings.md │ │ ├── pachinko-cultists-a-new-obsession.md │ │ ├── pachinko-cultists-wreak-havoc.md │ │ ├── private-funding-preference.md │ │ ├── production-pause-on-new-neural-implants.md │ │ ├── project-eclipse-exposed.md │ │ ├── project-ethereal-confidential.md │ │ ├── rebel-rampage.md │ │ ├── rebellion-begins-with-one-step.md │ │ ├── red-bar-nightmare.md │ │ ├── reminiscing-about-our-final-job-together.md │ │ ├── revolution-against-corporate-greed.md │ │ ├── revolution-against-corruption.md │ │ ├── revolutionary-call-to-action.md │ │ ├── rival-corporate-data-breach-plotted.md │ │ ├── robert-smith-elimination-reward-request.md │ │ ├── server-hack-job.md │ │ ├── shadow-figure-threat.md │ │ ├── shadow-fixer.md │ │ ├── smugglers-inventory.md │ │ ├── soul-saving-gameplay.md │ │ ├── surviving-cyberpsycho-carnage.md │ │ ├── suspiciousclientnotice.md │ │ ├── tall-man-at-the-docks.md │ │ ├── the-cyborg-experiment-a-cautionary-tale.md │ │ ├── title-whispers-from-the-red-bar.md │ │ ├── trapped-in-the-shadows.md │ │ ├── truama-team-medical-services-save-your-life-today.md │ │ ├── umcba.md │ │ ├── undercover-operation-megaestate.md │ │ ├── unraveling-the-luxury-web.md │ │ ├── unveiled-vengeance.md │ │ ├── urban-legacy.md │ │ ├── urgent-warning.md │ │ ├── veronica-clarks-call-for-revolution.md │ │ ├── war-torn-love.md │ │ └── whispers-of-danger-and-truth-in-arclight-city.md │ ├── scenario │ │ ├── dungeon-health-sacrifice.json │ │ └── dungeon-time-sacrifice.json │ ├── translation-keywords.json │ ├── translation.json │ └── tutorial │ │ ├── afk-task.md │ │ ├── attributes.md │ │ ├── backpack.md │ │ ├── black-market.md │ │ ├── currency.md │ │ ├── equipment-calibration.md │ │ ├── equipment-repair.md │ │ ├── equipment-upgrade.md │ │ ├── follow-up-lottery.md │ │ ├── gang-upkeep.md │ │ ├── hit-bounty.md │ │ ├── intelligence-contract.md │ │ ├── inventory.md │ │ ├── job-level.md │ │ ├── mercenary.md │ │ ├── stock-market.md │ │ └── territory.md └── zh-TW │ ├── encounter-choices │ ├── accessing-restricted-facility-area.json │ ├── accessing-restricted-factory-zones.json │ ├── behind-the-locked-door.json │ ├── beyond-the-forbidden-door.json │ ├── beyond-the-locked-door-1.json │ ├── beyond-the-locked-door-2.json │ ├── beyond-the-locked-door-3.json │ ├── beyond-the-locked-door-4.json │ ├── beyond-the-locked-door.json │ ├── beyond-the-locked-doorway-1.json │ ├── beyond-the-locked-doorway-2.json │ ├── beyond-the-locked-doorway.json │ ├── beyond-the-locked-entrance-1.json │ ├── beyond-the-locked-entrance.json │ ├── door-beyond-the-darkness.json │ ├── door-to-forbidden-machinery.json │ ├── echoes-and-secrets.json │ ├── echoes-in-the-forbidden-zone.json │ ├── echoes-of-forbidden-territory.json │ ├── exploring-the-forbidden-machinery-area.json │ ├── forbidden-access-area-ahead.json │ ├── forbidden-area-access-denied.json │ ├── forbidden-area-discovery-1.json │ ├── forbidden-area-discovery-2.json │ ├── forbidden-area-discovery.json │ ├── forbidden-area-unlocking-secrets.json │ ├── forbidden-area.json │ ├── forbidden-discovery-2.json │ ├── forbidden-discovery.json │ ├── forbidden-exploration-1.json │ ├── forbidden-exploration-2.json │ ├── forbidden-exploration.json │ ├── forbidden-machinery-1.json │ ├── forbidden-machinery-2.json │ ├── forbidden-machinery-3.json │ ├── forbidden-machinery-access-point.json │ ├── forbidden-machinery-deep-within.json │ ├── forbidden-machinery-discovery.json │ ├── forbidden-machinery-exploration-1.json │ ├── forbidden-machinery-exploration.json │ ├── forbidden-machinery.json │ ├── here-is-a-short-name-for-the-given-story-with-exactly-four-words-beyond-the-locked-door.json │ ├── hidden-area-heard.json │ ├── hidden-area-hidden.json │ ├── hidden-area-unlocked.json │ ├── hidden-discovery.json │ ├── hidden-exploration-secrets-behind-closed-doors.json │ ├── hidden-halls-of-humming.json │ ├── into-the-forbidden-room.json │ ├── locked-door-adventure-1.json │ ├── locked-door-adventure.json │ ├── locked-door-dilemma.json │ ├── locked-door-lore.json │ ├── locked-door-lure.json │ ├── locked-door-mystery-unfolds.json │ ├── locked-room-lore.json │ ├── mysterious-hum-the-road-to-enlightenment.json │ ├── off-limits-adventure-unlocking-the-forbidden-door.json │ ├── off-limits-area-unlocked.json │ ├── off-limits-machinery.json │ ├── secret-passageway-unlocked.json │ ├── secret-soundscapes-off-limits.json │ ├── secret-spaces-exploration.json │ ├── secrets-behind-closed-doors-uncharted-territories-await.json │ ├── the-forbidden-machine-room.json │ ├── the-forbidden-path-ahead.json │ ├── the-lockdown-decision-point.json │ ├── the-lockdown-experiment-begins.json │ ├── the-lockdown-security-protocol.json │ ├── the-mysterious-locked-chamber-1.json │ ├── the-mysterious-locked-chamber.json │ ├── the-mysterious-locked-door-1.json │ ├── the-mysterious-locked-door-2.json │ ├── the-mysterious-locked-door-3.json │ ├── the-mysterious-locked-door-4.json │ ├── the-mysterious-locked-door-5.json │ ├── the-mysterious-locked-door-6.json │ ├── the-mysterious-locked-door-7.json │ ├── the-mysterious-locked-door-8.json │ ├── the-mysterious-locked-door.json │ ├── the-story-can-be-named-exploring-the-forbidden-zone.json │ ├── unlocking-forbidden-corridor-secrets.json │ ├── unlocking-forbidden-industrial-secrets.json │ ├── unlocking-forbidden-machinery-room.json │ ├── unlocking-forbidden-machinery-secrets.json │ ├── unlocking-hidden-area-secrets.json │ ├── unlocking-the-forbidden-corridor.json │ ├── unlocking-the-forbidden-machinery-room.json │ ├── unlocking-the-forbidden-passage.json │ ├── unlocking-the-forbidden-pathway.json │ ├── unlocking-the-forbidden-room.json │ ├── unlocking-the-forbidden-sector.json │ ├── unlocking-the-forbidden-zone.json │ ├── unlocking-the-forbidding-doorway.json │ ├── unlocking-the-mysterious-restricted-area.json │ ├── unlocking-the-unknown.json │ ├── unlocking-the-unseen-forbidden-area-discovery.json │ ├── unseen-area.json │ ├── unseen-secrets-in-shadows.json │ └── whispers-of-industry-uncovering-the-prohibited-space.json │ ├── enemy-container │ └── enemy-container-lore.json │ ├── lore-notes │ ├── a-glimpse-into-arclight-citys-dark-side-with-hana.md │ ├── a-personal-note-to-a-pioneer.md │ ├── acehallarclightprank.md │ ├── adriel-taylors-most-wanted-cyberdeck-message.md │ ├── advanced-stealth-suit-prototype-description.md │ ├── advanced-technologies-compendium.md │ ├── advanced-weapons-manufacturing-facility-plans.md │ ├── aethertherapylogs.md │ ├── affordable-advanced-tech-solutions.md │ ├── ai-malfunction-logs.md │ ├── ai-rogue-terminal-logs.md │ ├── ai-therapist-glitch.md │ ├── ai-therapist-logs.md │ ├── alanatorresappeal.md │ ├── alexalastbreath.md │ ├── allisrecording.md │ ├── allysector7log.md │ ├── annihilatorretirement.md │ ├── anyapetrovamessage.md │ ├── ar-addiction-reality-glitch.md │ ├── ar-addiction-support-group.md │ ├── araddictionrecovery.md │ ├── araddictionsession17.md │ ├── arclight-85-foodriot.md │ ├── arclight-awakening.md │ ├── arclight-chronicles.md │ ├── arclight-city-gang-activity-report.md │ ├── arclight-city-murder.md │ ├── arclight-city-police-corruption.md │ ├── arclight-city-rogue-drone-incident.md │ ├── arclight-citys-hitman-organization-revealed.md │ ├── arclight-confessions.md │ ├── arclight-interrogation.md │ ├── arclight-letter.md │ ├── arclight-massacre.md │ ├── arclight-rebellion.md │ ├── arclight-refugee-crisis.md │ ├── arclight-threat.md │ ├── arclight-underworld-chloes-web.md │ ├── arclightaicrisis.md │ ├── arclightcityclimaterefugeereport.md │ ├── arclightcitycyberpsychoincidentreport.md │ ├── arclightcityjournal.md │ ├── arclightclinicbust.md │ ├── arclightcorruption.md │ ├── arclightcrisislog47.md │ ├── arclightdrowning.md │ ├── arclightghost.md │ ├── arclightimplant.md │ ├── arclightloveletter-1.md │ ├── arclightloveletter.md │ ├── arclightmassacre.md │ ├── arclightmemories.md │ ├── arclightnewsvreport.md │ ├── arclightnightmare-1.md │ ├── arclightnightmare-2.md │ ├── arclightnightmare-3.md │ ├── arclightnightmare.md │ ├── arclightraidreport.md │ ├── arclightrebellion.md │ ├── arclightriot.md │ ├── arclighttragedy.md │ ├── arrecoverystories.md │ ├── artificial-intelligence-paranoia.md │ ├── athenaprankwar.md │ ├── aura31sessionlog.md │ ├── beaubrownslastlog.md │ ├── bethena-amari-conversation.md │ ├── biohaven-revelations.md │ ├── biosynchimeralog.md │ ├── biosynconspiracy.md │ ├── biotechwarning.md │ ├── black-market-exchange.md │ ├── black-market-ransom.md │ ├── blackmarketjournal.md │ ├── blackthorn-log.md │ ├── blackthorne-eclipse.md │ ├── blessings-and-fate-in-pachinko.md │ ├── bloodstained-promise.md │ ├── bounty-hunter-contract-aprilette-white.md │ ├── brokentherapysessions.md │ ├── brothers-final-apology.md │ ├── call-to-action.md │ ├── carynexposesmegaestate.md │ ├── caution-notice-possible-korean-cyber-attack.md │ ├── chapter--revelation-13-the-beast-from-the-sea.md │ ├── chimerawarning.md │ ├── choomba-prank.md │ ├── chromebutcherrampage.md │ ├── circuitbreak-exposed.md │ ├── circuitbreak-memorial.md │ ├── circuitbreak-nuke.md │ ├── circuitbreak-reputation-at-risk.md │ ├── circuitbreak-scandal.md │ ├── circuitbreak-tragedy.md │ ├── circuitbreakadvertisement.md │ ├── circuitbreakcoverup.md │ ├── circuitbreakdiary-1.md │ ├── circuitbreakdiary.md │ ├── circuitbreakghosts.md │ ├── circuitbreakgrief.md │ ├── circuitbreakjournal-1.md │ ├── circuitbreakjournal.md │ ├── circuitbreakmemories.md │ ├── circuitbreakremembrance.md │ ├── circuitbreaktragedy.md │ ├── circuitbreaktruth-1.md │ ├── circuitbreaktruth.md │ ├── circuitbreakvendetta.md │ ├── clandestine-cargo.md │ ├── clemmysmith-blackmarket.md │ ├── climaterefugeecrisisinarclightcity.md │ ├── code-red-biocrisis.md │ ├── collaboration-proposal.md │ ├── collaborationproposal.md │ ├── coraliesessionlog.md │ ├── corporate-secrets.md │ ├── corporateconfessions.md │ ├── crime-arclight-city.md │ ├── cry-dispossessed.md │ ├── customer-complaint-frankie-collins.md │ ├── cyber-enhanced-physical-ability-implants.md │ ├── cyberai-2086.md │ ├── cybercrime-bust-report.md │ ├── cyberdefensead.md │ ├── cyberkitchenchaos.md │ ├── cyberlimb-blueprints-surveillance-systems-stealth-exoskeleton-schematics.md │ ├── cybernetic-assault.md │ ├── cybernetic-dawn.md │ ├── cybernetic-upgrade-ad.md │ ├── cyberprank-md.md │ ├── cyberpsycho-attack-arclight.md │ ├── cyberpsycho-attack.md │ ├── cyberpsycho-city.md │ ├── cyberpsycho-encounter.md │ ├── cyberpsycho-rampage-docks.md │ ├── cyberpsycho-rustdistrict-attack.md │ ├── cyberpsycho-rustdistrict-circuitbreak.md │ ├── cyberpsycho-slaughter.md │ ├── cyberpsychoattackreport.md │ ├── cyberpsychodiary.md │ ├── cyberpsychoincident.md │ ├── cyberware-regret-letter.md │ ├── daffi-rescue.md │ ├── dangerous-liaisons-in-cyberspace.md │ ├── dangerous-liaisons.md │ ├── daniel-circuitbreak-bombing-memo.md │ ├── data-chip-contents.md │ ├── data-heist.md │ ├── deadly-cyberpsycho-outbreak.md │ ├── dear-dad.md │ ├── desperate-plea.md │ ├── digital-pioneers-patron.md │ ├── dirty-dealings-handbook.md │ ├── dissatisfied-customer.md │ ├── dollscottbounty.md │ ├── downtown-gang-execution.md │ ├── downtowncyberpsychorampage-1.md │ ├── downtowncyberpsychorampage.md │ ├── echosixlasttransmission.md │ ├── eclipse.md │ ├── elarasmessage.md │ ├── eliasregret.md │ ├── embezzlement-suspect-at-large.md │ ├── exposing-circuitbreak-corruption.md │ ├── falloftower.md │ ├── family-hacking-request.md │ ├── familyletter.md │ ├── fascinating-encounter.md │ ├── fateful-encounter.md │ ├── fifi-aipet.md │ ├── forever-entwined-hearts.md │ ├── fury-fist-review.md │ ├── gang-territorial-expansion-video.md │ ├── ghostecho77plea.md │ ├── ghostecho7s-plea.md │ ├── ghostfirerampagesector7.md │ ├── ghostfiresrequest.md │ ├── ghostinthemachineforum.md │ ├── ghostprotocolextraction.md │ ├── ghostwalkerrampage.md │ ├── grantwhiteletter.md │ ├── greatequalizermessage.md │ ├── gwendolen-phillips.md │ ├── hackbots-md.md │ ├── hidden-desires-of-a-lonely-heart.md │ ├── hidden-footage.md │ ├── hivewhispers.md │ ├── hollyanneprank.md │ ├── holographicresistancecall-md.md │ ├── hostage-threat.md │ ├── illicit-partnership.md │ ├── im-sage-implants.md │ ├── implantfragments.md │ ├── implantglitch.md │ ├── implantmalfunction.md │ ├── ineswhitefile.md │ ├── inmemoryof.md │ ├── innovative-engineering-solutions-blueprints.md │ ├── interrogation-room.md │ ├── ironcladjaxlastfight.md │ ├── jehannas-note.md │ ├── jestermalfunctionreport.md │ ├── jones-interview.md │ ├── kael-veyra-log.md │ ├── kaelveyralog.md │ ├── kaelveyraretiring.md │ ├── kaifinaltransmission-1.md │ ├── kaifinaltransmission.md │ ├── kailasttransmission-1.md │ ├── kailasttransmission.md │ ├── kaislaststand.md │ ├── kaitoslastlog.md │ ├── kaitoslog42.md │ ├── krysta-phillips.md │ ├── lab-notes-confidential.md │ ├── lanihallencryptionrequest.md │ ├── lastwordsoflaverna.md │ ├── legendofv-1.md │ ├── legendofv.md │ ├── lethia-flores.md │ ├── letter-of-the-iron-maiden.md │ ├── lettertofather.md │ ├── letti-message.md │ ├── lianneslastlog.md │ ├── liannesmessage.md │ ├── life-in-the-shadows.md │ ├── local-legends-abound.md │ ├── longing-to-be-yours-again.md │ ├── lost-hope.md │ ├── lost-voices.md │ ├── love-beyond-boundaries.md │ ├── lover-letter.md │ ├── maintaining-connections.md │ ├── malachiproposal.md │ ├── manhunt-dangerous-traitor.md │ ├── marionmegaestate.md │ ├── markdown-lukaprankgonewrong.md │ ├── marnias-message.md │ ├── marty-letter.md │ ├── maxine-admirer.md │ ├── maxines-story.md │ ├── mayasglitchlog.md │ ├── mega-corps-report.md │ ├── megacorptutorial.md │ ├── memofromdollhill.md │ ├── menacingmessageunearthed-txt.md │ ├── mercenaryguilt.md │ ├── moral-crisis-at-circuitbreak-security-inc.md │ ├── morganicamalachi.md │ ├── my-hero-lilith.md │ ├── myfinalmessage.md │ ├── mysteriousmercenaryreport-thelegendofv.md │ ├── nan-nguyen-botched-aug.md │ ├── neonbladelog.md │ ├── neonshard.md │ ├── neural-interface-hack.md │ ├── neural-network-the-future-of-human-interaction.md │ ├── neuralblocker-seller.md │ ├── neuralghostsechoes.md │ ├── neuralinterfacehack.md │ ├── neuralnexus-therapy-glitch.md │ ├── neuraltrustbreak.md │ ├── new-beginnings.md │ ├── nightfall-review.md │ ├── october12-circuitbreak.md │ ├── operativelog-shatteredtrust.md │ ├── oracleinsurrection.md │ ├── oraclemalfunctionreport.md │ ├── oracleprankstercode.md │ ├── organicanarchyfinals.md │ ├── pachinko-cultists-a-new-obsession.md │ ├── pachinko-cultists-wreak-havoc.md │ ├── pachinko-prophecy.md │ ├── pigeonrevolt.md │ ├── pixel-ai.md │ ├── prank-gone-wrong.md │ ├── private-funding-preference.md │ ├── production-pause-on-new-neural-implants.md │ ├── project-eclipse-exposed.md │ ├── project-ethereal-confidential.md │ ├── project-nightfall-update.md │ ├── projectblacklotus.md │ ├── projectchimeralog.md │ ├── raven7bincidentreport.md │ ├── ravenclawproducttest.md │ ├── razorbackrampage.md │ ├── razorsmartsphincterissue.md │ ├── realitybitessession-1.md │ ├── realitybitessession.md │ ├── rebel-rampage.md │ ├── rebellion-begins-with-one-step.md │ ├── red-bar-nightmare.md │ ├── red-scourge.md │ ├── redactedsphincterimplantcomplaint.md │ ├── redbarshowdown.md │ ├── regretanddebt.md │ ├── regretechoes.md │ ├── regretfulfragments.md │ ├── regretfulmemories.md │ ├── reminiscing-about-our-final-job-together.md │ ├── researchnoteshumor.md │ ├── revolution-against-corporate-greed.md │ ├── revolution-against-corruption.md │ ├── revolutionary-call-to-action.md │ ├── rexfordslog72.md │ ├── rip-trix.md │ ├── risky-proposition.md │ ├── rival-corporate-data-breach-plotted.md │ ├── robert-smith-elimination-reward-request.md │ ├── robinettajournal.md │ ├── rogueaiapocalypse.md │ ├── roguedroneincident.md │ ├── roguehellfiredrone.md │ ├── roguesparklog.md │ ├── rozanneterminallog.md │ ├── rustysprocketincident.md │ ├── rustysprocketnightmare.md │ ├── rx87-incident.md │ ├── sashaletter.md │ ├── sentientterminal.md │ ├── serenitysessionlogs.md │ ├── server-hack-job.md │ ├── shadow-figure-threat.md │ ├── shadow-fixer.md │ ├── shadowydeal.md │ ├── shatteredtrust.md │ ├── shenas-plea.md │ ├── singularity-protocol.md │ ├── smartsphincterimplantfailure.md │ ├── smugglerinventory.md │ ├── smugglers-inventory-1.md │ ├── smugglers-inventory.md │ ├── soul-saving-gameplay.md │ ├── steelfistsretirement.md │ ├── surviving-cyberpsycho-carnage.md │ ├── survivorstestimony.md │ ├── suspiciousclientnotice.md │ ├── synthbitesriot.md │ ├── synthetic-food-fiasco.md │ ├── synthfeastchaos.md │ ├── taixingsecuritybreach.md │ ├── taixingtyphoon2080-poster.md │ ├── tall-man-at-the-docks.md │ ├── terminalaccess-criticalfailure.md │ ├── terminalaccess.md │ ├── terminalfinallog.md │ ├── terminalreport-v.md │ ├── the-cyborg-experiment-a-cautionary-tale.md │ ├── the-fall-of-circuitbreak.md │ ├── the-legend-of-v-1.md │ ├── the-legend-of-v.md │ ├── the-signal-story.md │ ├── the-wired-wraith-incident.md │ ├── thelegendofv-1.md │ ├── thelegendofv.md │ ├── therapylogssession127.md │ ├── title-whispers-from-the-red-bar.md │ ├── trapped-in-the-shadows.md │ ├── truama-team-medical-services-save-your-life-today.md │ ├── tuckerjacksonlastbroadcast.md │ ├── ua7incidentreport.md │ ├── ultimate-security-system.md │ ├── umcba.md │ ├── undercover-operation-megaestate.md │ ├── underground-augmentation-tragedy.md │ ├── unraveling-the-luxury-web.md │ ├── unveiled-vengeance.md │ ├── upgradearclightcitizen.md │ ├── urban-legacy.md │ ├── urgent-warning.md │ ├── v-1.md │ ├── v-arclightcity.md │ ├── v-channel7report.md │ ├── v-legacy.md │ ├── v-legendary-mercenary.md │ ├── v-phantomexecutioner.md │ ├── v.md │ ├── varclightlegend.md │ ├── varclightreport.md │ ├── venigmainvestigates.md │ ├── venigmareport.md │ ├── verinagonzalezterroristattack.md │ ├── veronica-clarks-call-for-revolution.md │ ├── vghostinthemachine-1.md │ ├── vghostinthemachine.md │ ├── voices-neuro-hack-nightmare.md │ ├── voices-of-the-hacked.md │ ├── voicesinthegrid.md │ ├── volkovschimerawarning.md │ ├── vr-dating-glitch.md │ ├── vrdatedisaster.md │ ├── vrdatingdisaster.md │ ├── vreturnswhopays.md │ ├── vthelegend.md │ ├── vthephantomblade.md │ ├── war-torn-love.md │ ├── whispererconfession.md │ ├── whisperers-dilemma.md │ ├── whispers-of-danger-and-truth-in-arclight-city.md │ ├── wraithdatapad.md │ ├── zero-byte-encounter.md │ └── zerobytesghostprotocol.md │ ├── scenario │ ├── dungeon-health-sacrifice.json │ └── dungeon-time-sacrifice.json │ ├── translation-keywords.json │ ├── translation.json │ └── tutorial │ ├── afk-task.md │ ├── attributes.md │ ├── auto-gather.md │ ├── backpack.md │ ├── black-market.md │ ├── currency.md │ ├── equipment-calibration.md │ ├── equipment-repair.md │ ├── equipment-upgrade.md │ ├── follow-up-lottery.md │ ├── gang-upkeep.md │ ├── hideout-raid.md │ ├── hit-bounty.md │ ├── intelligence-contract.md │ ├── inventory.md │ ├── investigation.md │ ├── job-level.md │ ├── mercenary.md │ ├── psychosis.md │ ├── stock-market.md │ └── territory.md ├── package.json ├── src ├── Helper │ └── FileHelper.ts ├── Interface │ └── IValidator.ts ├── Validate.ts ├── Validator │ ├── JsonValidator.ts │ └── TranslationKeywordValidator.ts └── resources │ ├── background_dungeon.aac │ ├── background_lobby.aac │ ├── boss.mp3 │ ├── sad.aac │ └── slow-sunshine.mp3 ├── tsconfig.json └── update-log.md /.github/workflows/validation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/.github/workflows/validation.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- 1 | **/*.md -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/README.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/arclightghost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/arclightghost.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/arclightriot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/arclightriot.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/choomba-prank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/choomba-prank.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/cyberai-2086.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/cyberai-2086.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/cyberprank-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/cyberprank-md.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/daffi-rescue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/daffi-rescue.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/data-heist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/data-heist.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/dear-dad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/dear-dad.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/eclipse.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/elarasmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/elarasmessage.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/eliasregret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/eliasregret.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/falloftower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/falloftower.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/familyletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/familyletter.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/fifi-aipet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/fifi-aipet.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/hackbots-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/hackbots-md.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/hivewhispers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/hivewhispers.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/implantglitch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/implantglitch.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/ineswhitefile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/ineswhitefile.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/inmemoryof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/inmemoryof.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/jehannas-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/jehannas-note.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/kaelveyralog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/kaelveyralog.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/kaislaststand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/kaislaststand.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/kaitoslastlog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/kaitoslastlog.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/kaitoslog42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/kaitoslog42.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/legendofv-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/legendofv-1.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/legendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/legendofv.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/lethia-flores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/lethia-flores.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/letti-message.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/letti-message.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/lost-hope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/lost-hope.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/lost-voices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/lost-voices.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/lover-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/lover-letter.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/marty-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/marty-letter.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/maxines-story.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/maxines-story.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/neonbladelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/neonbladelog.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/neonshard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/neonshard.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/pigeonrevolt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/pigeonrevolt.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/pixel-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/pixel-ai.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/rebel-rampage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/rebel-rampage.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/red-scourge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/red-scourge.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/regretanddebt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/regretanddebt.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/regretechoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/regretechoes.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/rexfordslog72.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/rexfordslog72.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/rip-trix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/rip-trix.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/roguesparklog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/roguesparklog.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/rx87-incident.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/rx87-incident.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/sashaletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/sashaletter.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/shadow-fixer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/shadow-fixer.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/shadowydeal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/shadowydeal.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/shenas-plea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/shenas-plea.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/thelegendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/thelegendofv.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/umcba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/umcba.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/urban-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/urban-legacy.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/v-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/v-1.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/v-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/v-legacy.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/v.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/venigmareport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/venigmareport.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/vthelegend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/vthelegend.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/war-torn-love.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/war-torn-love.md -------------------------------------------------------------------------------- /contribution/cs/lore-notes/wraithdatapad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/lore-notes/wraithdatapad.md -------------------------------------------------------------------------------- /contribution/cs/translation-keywords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/translation-keywords.json -------------------------------------------------------------------------------- /contribution/cs/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/translation.json -------------------------------------------------------------------------------- /contribution/cs/tutorial/afk-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/afk-task.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/attributes.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/auto-gather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/auto-gather.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/backpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/backpack.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/black-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/black-market.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/currency.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/gang-upkeep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/gang-upkeep.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/hideout-raid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/hideout-raid.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/hit-bounty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/hit-bounty.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/inventory.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/investigation.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/job-level.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/job-level.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/mercenary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/mercenary.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/psychosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/psychosis.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/stock-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/stock-market.md -------------------------------------------------------------------------------- /contribution/cs/tutorial/territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/cs/tutorial/territory.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/arclightghost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/arclightghost.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/arclightriot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/arclightriot.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/choomba-prank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/choomba-prank.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/cyberai-2086.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/cyberai-2086.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/cyberprank-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/cyberprank-md.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/daffi-rescue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/daffi-rescue.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/data-heist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/data-heist.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/dear-dad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/dear-dad.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/downtown-gang-execution.md: -------------------------------------------------------------------------------- 1 | _Sicherheitskamera-Aufnahmen_ 2 | -------------------------------------------------------------------------------- /contribution/de/lore-notes/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/eclipse.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/elarasmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/elarasmessage.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/eliasregret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/eliasregret.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/falloftower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/falloftower.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/familyletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/familyletter.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/fifi-aipet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/fifi-aipet.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/forever-entwined-hearts.md: -------------------------------------------------------------------------------- 1 | _In einer kleinen Hütte tief im Gang-Territorium._ 2 | -------------------------------------------------------------------------------- /contribution/de/lore-notes/hackbots-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/hackbots-md.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/hivewhispers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/hivewhispers.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/implantglitch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/implantglitch.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/ineswhitefile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/ineswhitefile.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/inmemoryof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/inmemoryof.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/jehannas-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/jehannas-note.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/kaelveyralog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/kaelveyralog.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/kaislaststand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/kaislaststand.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/kaitoslastlog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/kaitoslastlog.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/kaitoslog42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/kaitoslog42.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/legendofv-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/legendofv-1.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/legendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/legendofv.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/lethia-flores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/lethia-flores.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/letti-message.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/letti-message.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/lost-hope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/lost-hope.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/lost-voices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/lost-voices.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/lover-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/lover-letter.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/marty-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/marty-letter.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/maxines-story.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/maxines-story.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/menacingmessageunearthed-txt.md: -------------------------------------------------------------------------------- 1 | 2 | --- 3 | 4 | An denjenigen, der diesen Zettel findet: 5 | -------------------------------------------------------------------------------- /contribution/de/lore-notes/neonbladelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/neonbladelog.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/neonshard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/neonshard.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/pachinko-cultists-wreak-havoc.md: -------------------------------------------------------------------------------- 1 | _Zeitungsausschnitt aus dem Arclight Daily News vom 10. Mai 2086._ 2 | -------------------------------------------------------------------------------- /contribution/de/lore-notes/pigeonrevolt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/pigeonrevolt.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/pixel-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/pixel-ai.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/rebel-rampage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/rebel-rampage.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/red-scourge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/red-scourge.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/regretanddebt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/regretanddebt.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/regretechoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/regretechoes.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/revolution-against-corporate-greed.md: -------------------------------------------------------------------------------- 1 | 2 | --- 3 | 4 | An alle, die es wagen, von Veränderung zu träumen 5 | -------------------------------------------------------------------------------- /contribution/de/lore-notes/revolution-against-corruption.md: -------------------------------------------------------------------------------- 1 | **_Verschwörungstheorie-Propaganda_** 2 | -------------------------------------------------------------------------------- /contribution/de/lore-notes/rexfordslog72.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/rexfordslog72.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/rip-trix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/rip-trix.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/roguesparklog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/roguesparklog.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/rx87-incident.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/rx87-incident.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/sashaletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/sashaletter.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/shadow-figure-threat.md: -------------------------------------------------------------------------------- 1 | _Sicherheitskamera-Aufnahmen_ 2 | -------------------------------------------------------------------------------- /contribution/de/lore-notes/shadow-fixer.md: -------------------------------------------------------------------------------- 1 | _Datum: 2. Juli 2080_ 2 | -------------------------------------------------------------------------------- /contribution/de/lore-notes/shadowydeal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/shadowydeal.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/shenas-plea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/shenas-plea.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/thelegendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/thelegendofv.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/title-whispers-from-the-red-bar.md: -------------------------------------------------------------------------------- 1 | An die wunderschöne und rätselhafte Chloe, 2 | -------------------------------------------------------------------------------- /contribution/de/lore-notes/trapped-in-the-shadows.md: -------------------------------------------------------------------------------- 1 | _Sicherheitskamera-Aufnahmen_ 2 | -------------------------------------------------------------------------------- /contribution/de/lore-notes/umcba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/umcba.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/urban-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/urban-legacy.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/v-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/v-1.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/v-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/v-legacy.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/v.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/venigmareport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/venigmareport.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/vthelegend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/vthelegend.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/war-torn-love.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/war-torn-love.md -------------------------------------------------------------------------------- /contribution/de/lore-notes/wraithdatapad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/lore-notes/wraithdatapad.md -------------------------------------------------------------------------------- /contribution/de/translation-keywords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/translation-keywords.json -------------------------------------------------------------------------------- /contribution/de/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/translation.json -------------------------------------------------------------------------------- /contribution/de/tutorial/afk-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/afk-task.md -------------------------------------------------------------------------------- /contribution/de/tutorial/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/attributes.md -------------------------------------------------------------------------------- /contribution/de/tutorial/auto-gather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/auto-gather.md -------------------------------------------------------------------------------- /contribution/de/tutorial/backpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/backpack.md -------------------------------------------------------------------------------- /contribution/de/tutorial/black-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/black-market.md -------------------------------------------------------------------------------- /contribution/de/tutorial/currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/currency.md -------------------------------------------------------------------------------- /contribution/de/tutorial/gang-upkeep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/gang-upkeep.md -------------------------------------------------------------------------------- /contribution/de/tutorial/hideout-raid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/hideout-raid.md -------------------------------------------------------------------------------- /contribution/de/tutorial/hit-bounty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/hit-bounty.md -------------------------------------------------------------------------------- /contribution/de/tutorial/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/inventory.md -------------------------------------------------------------------------------- /contribution/de/tutorial/investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/investigation.md -------------------------------------------------------------------------------- /contribution/de/tutorial/job-level.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/job-level.md -------------------------------------------------------------------------------- /contribution/de/tutorial/mercenary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/mercenary.md -------------------------------------------------------------------------------- /contribution/de/tutorial/psychosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/psychosis.md -------------------------------------------------------------------------------- /contribution/de/tutorial/stock-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/stock-market.md -------------------------------------------------------------------------------- /contribution/de/tutorial/territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/de/tutorial/territory.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/arclightghost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/arclightghost.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/arclightriot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/arclightriot.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/choomba-prank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/choomba-prank.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/cyberai-2086.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/cyberai-2086.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/cyberprank-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/cyberprank-md.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/daffi-rescue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/daffi-rescue.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/data-heist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/data-heist.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/dear-dad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/dear-dad.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/eclipse.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/elarasmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/elarasmessage.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/eliasregret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/eliasregret.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/falloftower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/falloftower.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/familyletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/familyletter.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/fifi-aipet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/fifi-aipet.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/hackbots-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/hackbots-md.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/hivewhispers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/hivewhispers.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/implantglitch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/implantglitch.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/ineswhitefile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/ineswhitefile.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/inmemoryof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/inmemoryof.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/jehannas-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/jehannas-note.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/kaelveyralog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/kaelveyralog.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/kaislaststand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/kaislaststand.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/kaitoslastlog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/kaitoslastlog.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/kaitoslog42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/kaitoslog42.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/legendofv-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/legendofv-1.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/legendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/legendofv.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/lethia-flores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/lethia-flores.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/letti-message.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/letti-message.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/lost-hope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/lost-hope.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/lost-voices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/lost-voices.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/lover-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/lover-letter.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/marty-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/marty-letter.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/maxines-story.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/maxines-story.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/neonbladelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/neonbladelog.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/neonshard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/neonshard.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/pigeonrevolt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/pigeonrevolt.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/pixel-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/pixel-ai.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/rebel-rampage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/rebel-rampage.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/red-scourge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/red-scourge.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/regretanddebt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/regretanddebt.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/regretechoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/regretechoes.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/rexfordslog72.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/rexfordslog72.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/rip-trix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/rip-trix.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/roguesparklog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/roguesparklog.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/rx87-incident.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/rx87-incident.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/sashaletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/sashaletter.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/shadow-fixer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/shadow-fixer.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/shadowydeal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/shadowydeal.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/shenas-plea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/shenas-plea.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/thelegendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/thelegendofv.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/umcba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/umcba.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/urban-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/urban-legacy.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/v-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/v-1.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/v-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/v-legacy.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/v.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/venigmareport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/venigmareport.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/vthelegend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/vthelegend.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/war-torn-love.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/war-torn-love.md -------------------------------------------------------------------------------- /contribution/en/lore-notes/wraithdatapad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/lore-notes/wraithdatapad.md -------------------------------------------------------------------------------- /contribution/en/not-translation-based.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/not-translation-based.json -------------------------------------------------------------------------------- /contribution/en/translation-based.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/translation-based.json -------------------------------------------------------------------------------- /contribution/en/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/translation.json -------------------------------------------------------------------------------- /contribution/en/tutorial/afk-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/afk-task.md -------------------------------------------------------------------------------- /contribution/en/tutorial/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/attributes.md -------------------------------------------------------------------------------- /contribution/en/tutorial/auto-gather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/auto-gather.md -------------------------------------------------------------------------------- /contribution/en/tutorial/backpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/backpack.md -------------------------------------------------------------------------------- /contribution/en/tutorial/black-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/black-market.md -------------------------------------------------------------------------------- /contribution/en/tutorial/currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/currency.md -------------------------------------------------------------------------------- /contribution/en/tutorial/gang-upkeep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/gang-upkeep.md -------------------------------------------------------------------------------- /contribution/en/tutorial/hideout-raid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/hideout-raid.md -------------------------------------------------------------------------------- /contribution/en/tutorial/hit-bounty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/hit-bounty.md -------------------------------------------------------------------------------- /contribution/en/tutorial/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/inventory.md -------------------------------------------------------------------------------- /contribution/en/tutorial/investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/investigation.md -------------------------------------------------------------------------------- /contribution/en/tutorial/job-level.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/job-level.md -------------------------------------------------------------------------------- /contribution/en/tutorial/mercenary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/mercenary.md -------------------------------------------------------------------------------- /contribution/en/tutorial/psychosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/psychosis.md -------------------------------------------------------------------------------- /contribution/en/tutorial/stock-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/stock-market.md -------------------------------------------------------------------------------- /contribution/en/tutorial/territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/en/tutorial/territory.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/arclightghost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/arclightghost.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/arclightriot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/arclightriot.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/choomba-prank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/choomba-prank.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/cyberai-2086.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/cyberai-2086.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/cyberprank-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/cyberprank-md.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/daffi-rescue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/daffi-rescue.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/data-heist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/data-heist.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/dear-dad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/dear-dad.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/eclipse.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/elarasmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/elarasmessage.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/eliasregret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/eliasregret.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/falloftower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/falloftower.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/familyletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/familyletter.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/fifi-aipet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/fifi-aipet.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/hackbots-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/hackbots-md.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/hivewhispers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/hivewhispers.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/implantglitch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/implantglitch.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/ineswhitefile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/ineswhitefile.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/inmemoryof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/inmemoryof.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/jehannas-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/jehannas-note.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/kaelveyralog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/kaelveyralog.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/kaislaststand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/kaislaststand.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/kaitoslastlog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/kaitoslastlog.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/kaitoslog42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/kaitoslog42.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/legendofv-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/legendofv-1.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/legendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/legendofv.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/lethia-flores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/lethia-flores.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/letti-message.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/letti-message.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/lost-hope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/lost-hope.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/lost-voices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/lost-voices.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/lover-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/lover-letter.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/marty-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/marty-letter.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/maxines-story.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/maxines-story.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/neonbladelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/neonbladelog.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/neonshard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/neonshard.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/pigeonrevolt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/pigeonrevolt.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/pixel-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/pixel-ai.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/rebel-rampage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/rebel-rampage.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/red-scourge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/red-scourge.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/regretanddebt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/regretanddebt.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/regretechoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/regretechoes.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/rexfordslog72.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/rexfordslog72.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/rip-trix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/rip-trix.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/roguesparklog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/roguesparklog.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/rx87-incident.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/rx87-incident.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/sashaletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/sashaletter.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/shadow-fixer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/shadow-fixer.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/shadowydeal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/shadowydeal.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/shenas-plea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/shenas-plea.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/thelegendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/thelegendofv.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/umcba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/umcba.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/urban-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/urban-legacy.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/v-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/v-1.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/v-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/v-legacy.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/v.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/venigmareport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/venigmareport.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/vthelegend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/vthelegend.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/war-torn-love.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/war-torn-love.md -------------------------------------------------------------------------------- /contribution/es/lore-notes/wraithdatapad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/lore-notes/wraithdatapad.md -------------------------------------------------------------------------------- /contribution/es/translation-keywords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/translation-keywords.json -------------------------------------------------------------------------------- /contribution/es/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/translation.json -------------------------------------------------------------------------------- /contribution/es/tutorial/afk-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/afk-task.md -------------------------------------------------------------------------------- /contribution/es/tutorial/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/attributes.md -------------------------------------------------------------------------------- /contribution/es/tutorial/auto-gather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/auto-gather.md -------------------------------------------------------------------------------- /contribution/es/tutorial/backpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/backpack.md -------------------------------------------------------------------------------- /contribution/es/tutorial/black-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/black-market.md -------------------------------------------------------------------------------- /contribution/es/tutorial/currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/currency.md -------------------------------------------------------------------------------- /contribution/es/tutorial/gang-upkeep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/gang-upkeep.md -------------------------------------------------------------------------------- /contribution/es/tutorial/hideout-raid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/hideout-raid.md -------------------------------------------------------------------------------- /contribution/es/tutorial/hit-bounty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/hit-bounty.md -------------------------------------------------------------------------------- /contribution/es/tutorial/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/inventory.md -------------------------------------------------------------------------------- /contribution/es/tutorial/investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/investigation.md -------------------------------------------------------------------------------- /contribution/es/tutorial/job-level.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/job-level.md -------------------------------------------------------------------------------- /contribution/es/tutorial/mercenary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/mercenary.md -------------------------------------------------------------------------------- /contribution/es/tutorial/psychosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/psychosis.md -------------------------------------------------------------------------------- /contribution/es/tutorial/stock-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/stock-market.md -------------------------------------------------------------------------------- /contribution/es/tutorial/territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/es/tutorial/territory.md -------------------------------------------------------------------------------- /contribution/filter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/filter.json -------------------------------------------------------------------------------- /contribution/fr/lore-notes/arclightghost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/arclightghost.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/arclightriot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/arclightriot.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/choomba-prank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/choomba-prank.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/cyberai-2086.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/cyberai-2086.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/cyberprank-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/cyberprank-md.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/daffi-rescue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/daffi-rescue.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/data-heist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/data-heist.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/dear-dad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/dear-dad.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/eclipse.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/elarasmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/elarasmessage.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/eliasregret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/eliasregret.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/falloftower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/falloftower.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/familyletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/familyletter.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/fifi-aipet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/fifi-aipet.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/hackbots-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/hackbots-md.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/hivewhispers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/hivewhispers.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/implantglitch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/implantglitch.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/ineswhitefile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/ineswhitefile.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/inmemoryof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/inmemoryof.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/jehannas-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/jehannas-note.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/kaelveyralog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/kaelveyralog.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/kaislaststand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/kaislaststand.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/kaitoslastlog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/kaitoslastlog.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/kaitoslog42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/kaitoslog42.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/legendofv-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/legendofv-1.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/legendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/legendofv.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/lethia-flores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/lethia-flores.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/letti-message.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/letti-message.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/lost-hope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/lost-hope.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/lost-voices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/lost-voices.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/lover-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/lover-letter.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/marty-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/marty-letter.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/maxines-story.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/maxines-story.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/neonbladelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/neonbladelog.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/neonshard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/neonshard.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/pigeonrevolt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/pigeonrevolt.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/pixel-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/pixel-ai.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/rebel-rampage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/rebel-rampage.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/red-scourge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/red-scourge.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/regretanddebt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/regretanddebt.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/regretechoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/regretechoes.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/rexfordslog72.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/rexfordslog72.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/rip-trix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/rip-trix.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/roguesparklog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/roguesparklog.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/rx87-incident.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/rx87-incident.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/sashaletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/sashaletter.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/shadow-fixer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/shadow-fixer.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/shadowydeal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/shadowydeal.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/shenas-plea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/shenas-plea.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/thelegendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/thelegendofv.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/umcba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/umcba.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/urban-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/urban-legacy.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/v-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/v-1.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/v-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/v-legacy.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/v.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/venigmareport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/venigmareport.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/vthelegend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/vthelegend.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/war-torn-love.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/war-torn-love.md -------------------------------------------------------------------------------- /contribution/fr/lore-notes/wraithdatapad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/lore-notes/wraithdatapad.md -------------------------------------------------------------------------------- /contribution/fr/translation-keywords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/translation-keywords.json -------------------------------------------------------------------------------- /contribution/fr/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/translation.json -------------------------------------------------------------------------------- /contribution/fr/tutorial/afk-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/afk-task.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/attributes.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/auto-gather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/auto-gather.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/backpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/backpack.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/black-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/black-market.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/currency.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/gang-upkeep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/gang-upkeep.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/hideout-raid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/hideout-raid.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/hit-bounty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/hit-bounty.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/inventory.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/investigation.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/job-level.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/job-level.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/mercenary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/mercenary.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/psychosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/psychosis.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/stock-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/stock-market.md -------------------------------------------------------------------------------- /contribution/fr/tutorial/territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/fr/tutorial/territory.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/arclightghost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/arclightghost.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/arclightriot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/arclightriot.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/choomba-prank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/choomba-prank.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/cyberai-2086.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/cyberai-2086.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/cyberprank-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/cyberprank-md.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/daffi-rescue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/daffi-rescue.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/data-heist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/data-heist.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/dear-dad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/dear-dad.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/eclipse.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/elarasmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/elarasmessage.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/eliasregret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/eliasregret.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/falloftower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/falloftower.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/familyletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/familyletter.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/fifi-aipet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/fifi-aipet.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/hackbots-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/hackbots-md.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/hivewhispers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/hivewhispers.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/implantglitch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/implantglitch.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/ineswhitefile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/ineswhitefile.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/inmemoryof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/inmemoryof.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/jehannas-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/jehannas-note.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/kaelveyralog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/kaelveyralog.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/kaislaststand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/kaislaststand.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/kaitoslastlog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/kaitoslastlog.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/kaitoslog42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/kaitoslog42.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/legendofv-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/legendofv-1.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/legendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/legendofv.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/lethia-flores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/lethia-flores.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/letti-message.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/letti-message.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/lost-hope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/lost-hope.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/lost-voices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/lost-voices.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/lover-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/lover-letter.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/marty-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/marty-letter.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/maxines-story.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/maxines-story.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/neonbladelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/neonbladelog.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/neonshard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/neonshard.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/pigeonrevolt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/pigeonrevolt.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/pixel-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/pixel-ai.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/rebel-rampage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/rebel-rampage.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/red-scourge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/red-scourge.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/regretanddebt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/regretanddebt.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/regretechoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/regretechoes.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/rexfordslog72.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/rexfordslog72.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/rip-trix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/rip-trix.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/roguesparklog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/roguesparklog.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/rx87-incident.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/rx87-incident.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/sashaletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/sashaletter.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/shadow-fixer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/shadow-fixer.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/shadowydeal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/shadowydeal.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/shenas-plea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/shenas-plea.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/thelegendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/thelegendofv.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/umcba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/umcba.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/urban-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/urban-legacy.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/v-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/v-1.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/v-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/v-legacy.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/v.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/venigmareport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/venigmareport.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/vthelegend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/vthelegend.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/war-torn-love.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/war-torn-love.md -------------------------------------------------------------------------------- /contribution/id/lore-notes/wraithdatapad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/lore-notes/wraithdatapad.md -------------------------------------------------------------------------------- /contribution/id/translation-keywords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/translation-keywords.json -------------------------------------------------------------------------------- /contribution/id/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/translation.json -------------------------------------------------------------------------------- /contribution/id/tutorial/afk-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/afk-task.md -------------------------------------------------------------------------------- /contribution/id/tutorial/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/attributes.md -------------------------------------------------------------------------------- /contribution/id/tutorial/auto-gather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/auto-gather.md -------------------------------------------------------------------------------- /contribution/id/tutorial/backpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/backpack.md -------------------------------------------------------------------------------- /contribution/id/tutorial/black-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/black-market.md -------------------------------------------------------------------------------- /contribution/id/tutorial/currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/currency.md -------------------------------------------------------------------------------- /contribution/id/tutorial/gang-upkeep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/gang-upkeep.md -------------------------------------------------------------------------------- /contribution/id/tutorial/hideout-raid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/hideout-raid.md -------------------------------------------------------------------------------- /contribution/id/tutorial/hit-bounty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/hit-bounty.md -------------------------------------------------------------------------------- /contribution/id/tutorial/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/inventory.md -------------------------------------------------------------------------------- /contribution/id/tutorial/investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/investigation.md -------------------------------------------------------------------------------- /contribution/id/tutorial/job-level.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/job-level.md -------------------------------------------------------------------------------- /contribution/id/tutorial/mercenary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/mercenary.md -------------------------------------------------------------------------------- /contribution/id/tutorial/psychosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/psychosis.md -------------------------------------------------------------------------------- /contribution/id/tutorial/stock-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/stock-market.md -------------------------------------------------------------------------------- /contribution/id/tutorial/territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/id/tutorial/territory.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/arclightghost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/arclightghost.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/arclightriot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/arclightriot.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/choomba-prank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/choomba-prank.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/cyberai-2086.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/cyberai-2086.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/cyberprank-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/cyberprank-md.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/daffi-rescue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/daffi-rescue.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/data-heist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/data-heist.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/dear-dad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/dear-dad.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/eclipse.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/elarasmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/elarasmessage.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/eliasregret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/eliasregret.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/falloftower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/falloftower.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/familyletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/familyletter.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/fifi-aipet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/fifi-aipet.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/hackbots-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/hackbots-md.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/hivewhispers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/hivewhispers.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/implantglitch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/implantglitch.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/ineswhitefile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/ineswhitefile.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/inmemoryof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/inmemoryof.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/jehannas-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/jehannas-note.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/kaelveyralog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/kaelveyralog.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/kaislaststand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/kaislaststand.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/kaitoslastlog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/kaitoslastlog.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/kaitoslog42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/kaitoslog42.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/legendofv-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/legendofv-1.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/legendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/legendofv.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/lethia-flores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/lethia-flores.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/letti-message.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/letti-message.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/lost-hope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/lost-hope.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/lost-voices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/lost-voices.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/lover-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/lover-letter.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/marty-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/marty-letter.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/maxines-story.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/maxines-story.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/neonbladelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/neonbladelog.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/neonshard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/neonshard.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/pigeonrevolt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/pigeonrevolt.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/pixel-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/pixel-ai.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/rebel-rampage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/rebel-rampage.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/red-scourge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/red-scourge.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/regretanddebt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/regretanddebt.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/regretechoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/regretechoes.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/rexfordslog72.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/rexfordslog72.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/rip-trix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/rip-trix.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/roguesparklog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/roguesparklog.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/rx87-incident.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/rx87-incident.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/sashaletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/sashaletter.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/shadow-fixer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/shadow-fixer.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/shadowydeal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/shadowydeal.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/shenas-plea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/shenas-plea.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/thelegendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/thelegendofv.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/umcba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/umcba.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/urban-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/urban-legacy.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/v-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/v-1.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/v-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/v-legacy.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/v.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/venigmareport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/venigmareport.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/vthelegend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/vthelegend.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/war-torn-love.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/war-torn-love.md -------------------------------------------------------------------------------- /contribution/ja/lore-notes/wraithdatapad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/lore-notes/wraithdatapad.md -------------------------------------------------------------------------------- /contribution/ja/translation-keywords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/translation-keywords.json -------------------------------------------------------------------------------- /contribution/ja/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/translation.json -------------------------------------------------------------------------------- /contribution/ja/tutorial/afk-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/afk-task.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/attributes.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/auto-gather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/auto-gather.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/backpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/backpack.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/black-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/black-market.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/currency.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/gang-upkeep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/gang-upkeep.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/hideout-raid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/hideout-raid.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/hit-bounty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/hit-bounty.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/inventory.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/investigation.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/job-level.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/job-level.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/mercenary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/mercenary.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/psychosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/psychosis.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/stock-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/stock-market.md -------------------------------------------------------------------------------- /contribution/ja/tutorial/territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ja/tutorial/territory.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/arclightghost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/arclightghost.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/arclightriot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/arclightriot.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/choomba-prank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/choomba-prank.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/cyberai-2086.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/cyberai-2086.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/cyberprank-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/cyberprank-md.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/daffi-rescue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/daffi-rescue.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/data-heist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/data-heist.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/dear-dad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/dear-dad.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/eclipse.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/elarasmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/elarasmessage.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/eliasregret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/eliasregret.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/falloftower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/falloftower.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/familyletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/familyletter.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/fifi-aipet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/fifi-aipet.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/hackbots-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/hackbots-md.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/hivewhispers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/hivewhispers.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/implantglitch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/implantglitch.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/ineswhitefile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/ineswhitefile.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/inmemoryof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/inmemoryof.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/jehannas-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/jehannas-note.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/kaelveyralog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/kaelveyralog.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/kaislaststand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/kaislaststand.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/kaitoslastlog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/kaitoslastlog.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/kaitoslog42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/kaitoslog42.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/legendofv-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/legendofv-1.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/legendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/legendofv.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/lethia-flores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/lethia-flores.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/letti-message.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/letti-message.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/lost-hope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/lost-hope.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/lost-voices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/lost-voices.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/lover-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/lover-letter.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/marty-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/marty-letter.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/maxines-story.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/maxines-story.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/neonbladelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/neonbladelog.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/neonshard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/neonshard.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/pigeonrevolt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/pigeonrevolt.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/pixel-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/pixel-ai.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/rebel-rampage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/rebel-rampage.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/red-scourge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/red-scourge.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/regretanddebt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/regretanddebt.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/regretechoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/regretechoes.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/rexfordslog72.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/rexfordslog72.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/rip-trix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/rip-trix.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/roguesparklog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/roguesparklog.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/sashaletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/sashaletter.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/shadowydeal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/shadowydeal.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/shenas-plea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/shenas-plea.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/umcba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/umcba.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/v-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/v-1.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/v-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/v-legacy.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/v.md -------------------------------------------------------------------------------- /contribution/ko/lore-notes/vthelegend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/lore-notes/vthelegend.md -------------------------------------------------------------------------------- /contribution/ko/translation-keywords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/translation-keywords.json -------------------------------------------------------------------------------- /contribution/ko/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/translation.json -------------------------------------------------------------------------------- /contribution/ko/tutorial/afk-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/afk-task.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/attributes.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/auto-gather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/auto-gather.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/backpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/backpack.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/black-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/black-market.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/currency.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/gang-upkeep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/gang-upkeep.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/hideout-raid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/hideout-raid.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/hit-bounty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/hit-bounty.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/inventory.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/investigation.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/job-level.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/job-level.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/mercenary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/mercenary.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/psychosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/psychosis.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/stock-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/stock-market.md -------------------------------------------------------------------------------- /contribution/ko/tutorial/territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ko/tutorial/territory.md -------------------------------------------------------------------------------- /contribution/player-name.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/player-name.json -------------------------------------------------------------------------------- /contribution/pt/lore-notes/data-heist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/data-heist.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/dear-dad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/dear-dad.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/eclipse.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/eliasregret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/eliasregret.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/falloftower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/falloftower.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/fifi-aipet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/fifi-aipet.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/hackbots-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/hackbots-md.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/inmemoryof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/inmemoryof.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/kaitoslog42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/kaitoslog42.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/legendofv-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/legendofv-1.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/legendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/legendofv.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/lost-hope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/lost-hope.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/lost-voices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/lost-voices.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/neonshard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/neonshard.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/pixel-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/pixel-ai.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/red-scourge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/red-scourge.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/rip-trix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/rip-trix.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/sashaletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/sashaletter.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/shadowydeal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/shadowydeal.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/shenas-plea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/shenas-plea.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/umcba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/umcba.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/v-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/v-1.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/v-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/v-legacy.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/v.md -------------------------------------------------------------------------------- /contribution/pt/lore-notes/vthelegend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/lore-notes/vthelegend.md -------------------------------------------------------------------------------- /contribution/pt/translation-keywords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/translation-keywords.json -------------------------------------------------------------------------------- /contribution/pt/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/translation.json -------------------------------------------------------------------------------- /contribution/pt/tutorial/afk-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/afk-task.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/attributes.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/auto-gather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/auto-gather.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/backpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/backpack.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/black-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/black-market.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/currency.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/gang-upkeep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/gang-upkeep.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/hideout-raid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/hideout-raid.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/hit-bounty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/hit-bounty.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/inventory.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/investigation.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/job-level.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/job-level.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/mercenary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/mercenary.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/psychosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/psychosis.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/stock-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/stock-market.md -------------------------------------------------------------------------------- /contribution/pt/tutorial/territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/pt/tutorial/territory.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/data-heist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/data-heist.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/dear-dad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/dear-dad.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/eclipse.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/eliasregret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/eliasregret.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/falloftower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/falloftower.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/fifi-aipet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/fifi-aipet.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/hackbots-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/hackbots-md.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/inmemoryof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/inmemoryof.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/kaitoslog42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/kaitoslog42.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/legendofv-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/legendofv-1.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/legendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/legendofv.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/lost-hope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/lost-hope.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/lost-voices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/lost-voices.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/neonshard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/neonshard.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/pixel-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/pixel-ai.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/red-scourge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/red-scourge.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/rip-trix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/rip-trix.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/sashaletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/sashaletter.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/shadowydeal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/shadowydeal.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/shenas-plea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/shenas-plea.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/umcba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/umcba.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/v-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/v-1.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/v-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/v-legacy.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/v.md -------------------------------------------------------------------------------- /contribution/ru/lore-notes/vthelegend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/lore-notes/vthelegend.md -------------------------------------------------------------------------------- /contribution/ru/translation-keywords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/translation-keywords.json -------------------------------------------------------------------------------- /contribution/ru/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/translation.json -------------------------------------------------------------------------------- /contribution/ru/tutorial/afk-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/afk-task.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/attributes.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/auto-gather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/auto-gather.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/backpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/backpack.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/black-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/black-market.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/currency.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/gang-upkeep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/gang-upkeep.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/hideout-raid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/hideout-raid.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/hit-bounty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/hit-bounty.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/inventory.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/investigation.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/job-level.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/job-level.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/mercenary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/mercenary.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/psychosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/psychosis.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/stock-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/stock-market.md -------------------------------------------------------------------------------- /contribution/ru/tutorial/territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/ru/tutorial/territory.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/data-heist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/data-heist.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/dear-dad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/dear-dad.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/eclipse.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/eliasregret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/eliasregret.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/falloftower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/falloftower.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/fifi-aipet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/fifi-aipet.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/hackbots-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/hackbots-md.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/inmemoryof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/inmemoryof.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/kaitoslog42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/kaitoslog42.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/legendofv-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/legendofv-1.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/legendofv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/legendofv.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/lost-hope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/lost-hope.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/lost-voices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/lost-voices.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/neonshard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/neonshard.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/pixel-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/pixel-ai.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/red-scourge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/red-scourge.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/rip-trix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/rip-trix.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/sashaletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/sashaletter.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/shadowydeal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/shadowydeal.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/shenas-plea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/shenas-plea.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/umcba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/umcba.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/v-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/v-1.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/v-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/v-legacy.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/v.md -------------------------------------------------------------------------------- /contribution/th/lore-notes/vthelegend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/lore-notes/vthelegend.md -------------------------------------------------------------------------------- /contribution/th/translation-keywords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/translation-keywords.json -------------------------------------------------------------------------------- /contribution/th/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/translation.json -------------------------------------------------------------------------------- /contribution/th/tutorial/afk-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/afk-task.md -------------------------------------------------------------------------------- /contribution/th/tutorial/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/attributes.md -------------------------------------------------------------------------------- /contribution/th/tutorial/auto-gather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/auto-gather.md -------------------------------------------------------------------------------- /contribution/th/tutorial/backpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/backpack.md -------------------------------------------------------------------------------- /contribution/th/tutorial/black-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/black-market.md -------------------------------------------------------------------------------- /contribution/th/tutorial/currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/currency.md -------------------------------------------------------------------------------- /contribution/th/tutorial/gang-upkeep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/gang-upkeep.md -------------------------------------------------------------------------------- /contribution/th/tutorial/hideout-raid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/hideout-raid.md -------------------------------------------------------------------------------- /contribution/th/tutorial/hit-bounty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/hit-bounty.md -------------------------------------------------------------------------------- /contribution/th/tutorial/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/inventory.md -------------------------------------------------------------------------------- /contribution/th/tutorial/investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/investigation.md -------------------------------------------------------------------------------- /contribution/th/tutorial/job-level.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/job-level.md -------------------------------------------------------------------------------- /contribution/th/tutorial/mercenary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/mercenary.md -------------------------------------------------------------------------------- /contribution/th/tutorial/psychosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/psychosis.md -------------------------------------------------------------------------------- /contribution/th/tutorial/stock-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/stock-market.md -------------------------------------------------------------------------------- /contribution/th/tutorial/territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/th/tutorial/territory.md -------------------------------------------------------------------------------- /contribution/zh-CN/lore-notes/umcba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-CN/lore-notes/umcba.md -------------------------------------------------------------------------------- /contribution/zh-CN/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-CN/translation.json -------------------------------------------------------------------------------- /contribution/zh-CN/tutorial/afk-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-CN/tutorial/afk-task.md -------------------------------------------------------------------------------- /contribution/zh-CN/tutorial/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-CN/tutorial/attributes.md -------------------------------------------------------------------------------- /contribution/zh-CN/tutorial/backpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-CN/tutorial/backpack.md -------------------------------------------------------------------------------- /contribution/zh-CN/tutorial/currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-CN/tutorial/currency.md -------------------------------------------------------------------------------- /contribution/zh-CN/tutorial/hit-bounty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-CN/tutorial/hit-bounty.md -------------------------------------------------------------------------------- /contribution/zh-CN/tutorial/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-CN/tutorial/inventory.md -------------------------------------------------------------------------------- /contribution/zh-CN/tutorial/job-level.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-CN/tutorial/job-level.md -------------------------------------------------------------------------------- /contribution/zh-CN/tutorial/mercenary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-CN/tutorial/mercenary.md -------------------------------------------------------------------------------- /contribution/zh-CN/tutorial/territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-CN/tutorial/territory.md -------------------------------------------------------------------------------- /contribution/zh-TW/lore-notes/dear-dad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/lore-notes/dear-dad.md -------------------------------------------------------------------------------- /contribution/zh-TW/lore-notes/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/lore-notes/eclipse.md -------------------------------------------------------------------------------- /contribution/zh-TW/lore-notes/pixel-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/lore-notes/pixel-ai.md -------------------------------------------------------------------------------- /contribution/zh-TW/lore-notes/rip-trix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/lore-notes/rip-trix.md -------------------------------------------------------------------------------- /contribution/zh-TW/lore-notes/umcba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/lore-notes/umcba.md -------------------------------------------------------------------------------- /contribution/zh-TW/lore-notes/v-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/lore-notes/v-1.md -------------------------------------------------------------------------------- /contribution/zh-TW/lore-notes/v-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/lore-notes/v-legacy.md -------------------------------------------------------------------------------- /contribution/zh-TW/lore-notes/v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/lore-notes/v.md -------------------------------------------------------------------------------- /contribution/zh-TW/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/translation.json -------------------------------------------------------------------------------- /contribution/zh-TW/tutorial/afk-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/tutorial/afk-task.md -------------------------------------------------------------------------------- /contribution/zh-TW/tutorial/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/tutorial/attributes.md -------------------------------------------------------------------------------- /contribution/zh-TW/tutorial/backpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/tutorial/backpack.md -------------------------------------------------------------------------------- /contribution/zh-TW/tutorial/currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/tutorial/currency.md -------------------------------------------------------------------------------- /contribution/zh-TW/tutorial/hit-bounty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/tutorial/hit-bounty.md -------------------------------------------------------------------------------- /contribution/zh-TW/tutorial/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/tutorial/inventory.md -------------------------------------------------------------------------------- /contribution/zh-TW/tutorial/job-level.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/tutorial/job-level.md -------------------------------------------------------------------------------- /contribution/zh-TW/tutorial/mercenary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/tutorial/mercenary.md -------------------------------------------------------------------------------- /contribution/zh-TW/tutorial/psychosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/tutorial/psychosis.md -------------------------------------------------------------------------------- /contribution/zh-TW/tutorial/territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/contribution/zh-TW/tutorial/territory.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/package.json -------------------------------------------------------------------------------- /src/Helper/FileHelper.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/src/Helper/FileHelper.ts -------------------------------------------------------------------------------- /src/Interface/IValidator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/src/Interface/IValidator.ts -------------------------------------------------------------------------------- /src/Validate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/src/Validate.ts -------------------------------------------------------------------------------- /src/Validator/JsonValidator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/src/Validator/JsonValidator.ts -------------------------------------------------------------------------------- /src/resources/background_dungeon.aac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/src/resources/background_dungeon.aac -------------------------------------------------------------------------------- /src/resources/background_lobby.aac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/src/resources/background_lobby.aac -------------------------------------------------------------------------------- /src/resources/boss.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/src/resources/boss.mp3 -------------------------------------------------------------------------------- /src/resources/sad.aac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/src/resources/sad.aac -------------------------------------------------------------------------------- /src/resources/slow-sunshine.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/src/resources/slow-sunshine.mp3 -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/tsconfig.json -------------------------------------------------------------------------------- /update-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexterHuang/Arclight-City/HEAD/update-log.md --------------------------------------------------------------------------------