From 3c5b1fbfba773d0b4539929538fec92d58cdd1bb Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Fri, 28 Feb 2025 21:41:36 -0500 Subject: [PATCH] New Crowdin updates - February 2024 (#3867) --- game/assets/jak1/game_subtitle.gp | 29 +- game/assets/jak1/game_text.gp | 4 +- .../jak1/subtitle/subtitle_lines_fi-FI.json | 2 +- .../jak1/subtitle/subtitle_lines_gl-ES.json | 2868 ++++++ .../jak1/subtitle/subtitle_meta_cs-CZ.json | 4 + .../jak1/subtitle/subtitle_meta_gl-ES.json | 4 + .../jak1/subtitle/subtitle_meta_hr-HR.json | 4 + .../jak1/text/game_custom_text_gl-ES.json | 230 + .../jak1/text/game_custom_text_pt-PT.json | 8 +- game/assets/jak2/game_subtitle.gp | 99 +- game/assets/jak2/game_text.gp | 5 +- .../jak2/subtitle/subtitle_lines_gl-ES.json | 7875 +++++++++++++++++ .../jak2/subtitle/subtitle_lines_pl-PL.json | 2 +- .../jak2/subtitle/subtitle_meta_ca-ES.json | 4 + .../jak2/subtitle/subtitle_meta_cs-CZ.json | 4 + .../jak2/subtitle/subtitle_meta_da-DK.json | 4 + .../jak2/subtitle/subtitle_meta_gl-ES.json | 4 + .../jak2/subtitle/subtitle_meta_hr-HR.json | 4 + .../jak2/subtitle/subtitle_meta_hu-HU.json | 4 + .../jak2/subtitle/subtitle_meta_is-IS.json | 4 + .../jak2/subtitle/subtitle_meta_lt-LT.json | 4 + .../jak2/subtitle/subtitle_meta_nl-NL.json | 4 + .../jak2/subtitle/subtitle_meta_no-NO.json | 4 + .../jak2/subtitle/subtitle_meta_pl-PL.json | 4 + .../jak2/subtitle/subtitle_meta_pt-BR.json | 4 + .../jak2/subtitle/subtitle_meta_pt-PT.json | 4 + .../jak2/subtitle/subtitle_meta_sv-SE.json | 4 + .../jak2/text/game_custom_text_gl-ES.json | 252 + 28 files changed, 11432 insertions(+), 10 deletions(-) create mode 100644 game/assets/jak1/subtitle/subtitle_lines_gl-ES.json create mode 100644 game/assets/jak1/subtitle/subtitle_meta_cs-CZ.json create mode 100644 game/assets/jak1/subtitle/subtitle_meta_gl-ES.json create mode 100644 game/assets/jak1/subtitle/subtitle_meta_hr-HR.json create mode 100644 game/assets/jak1/text/game_custom_text_gl-ES.json create mode 100644 game/assets/jak2/subtitle/subtitle_lines_gl-ES.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_ca-ES.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_cs-CZ.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_da-DK.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_gl-ES.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_hr-HR.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_hu-HU.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_is-IS.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_lt-LT.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_nl-NL.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_no-NO.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_pl-PL.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_pt-BR.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_pt-PT.json create mode 100644 game/assets/jak2/subtitle/subtitle_meta_sv-SE.json create mode 100644 game/assets/jak2/text/game_custom_text_gl-ES.json diff --git a/game/assets/jak1/game_subtitle.gp b/game/assets/jak1/game_subtitle.gp index e79e7d75e4..12aaba5a98 100644 --- a/game/assets/jak1/game_subtitle.gp +++ b/game/assets/jak1/game_subtitle.gp @@ -118,6 +118,13 @@ :lines-base "game/assets/jak1/subtitle/subtitle_lines_en-US.json" :meta "game/assets/jak1/subtitle/subtitle_meta_is-IS.json" :meta-base "game/assets/jak1/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 16 + :text-version "jak1-v2" + :lines "game/assets/jak1/subtitle/subtitle_lines_is-IS.json" + :lines-base "game/assets/jak1/subtitle/subtitle_lines_en-US.json" + :meta "game/assets/jak1/subtitle/subtitle_meta_is-IS.json" + :meta-base "game/assets/jak1/subtitle/subtitle_meta_en-US.json") (file-json :language-id 19 :text-version "jak1-v2" @@ -132,7 +139,27 @@ :lines-base "game/assets/jak1/subtitle/subtitle_lines_en-US.json" :meta "game/assets/jak1/subtitle/subtitle_meta_lt-LT.json" :meta-base "game/assets/jak1/subtitle/subtitle_meta_en-US.json") - ;; TODO - add rest once crowdin re-syncs + (file-json + :language-id 21 + :text-version "jak1-v2" + :lines "game/assets/jak1/subtitle/subtitle_lines_cs-CZ.json" + :lines-base "game/assets/jak1/subtitle/subtitle_lines_en-US.json" + :meta "game/assets/jak1/subtitle/subtitle_meta_cs-CZ.json" + :meta-base "game/assets/jak1/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 22 + :text-version "jak1-v2" + :lines "game/assets/jak1/subtitle/subtitle_lines_hr-HR.json" + :lines-base "game/assets/jak1/subtitle/subtitle_lines_en-US.json" + :meta "game/assets/jak1/subtitle/subtitle_meta_hr-HR.json" + :meta-base "game/assets/jak1/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 23 + :text-version "jak1-v2" + :lines "game/assets/jak1/subtitle/subtitle_lines_gl-ES.json" + :lines-base "game/assets/jak1/subtitle/subtitle_lines_en-US.json" + :meta "game/assets/jak1/subtitle/subtitle_meta_gl-ES.json" + :meta-base "game/assets/jak1/subtitle/subtitle_meta_en-US.json") ) diff --git a/game/assets/jak1/game_text.gp b/game/assets/jak1/game_text.gp index 8a4e6da0be..6eae0e4906 100644 --- a/game/assets/jak1/game_text.gp +++ b/game/assets/jak1/game_text.gp @@ -33,5 +33,7 @@ (file-json 19 jak1-v2 "common" '("game/assets/jak1/text/game_custom_text_pl-PL.json" "game/assets/jak1/text/game_base_text_pl-PL.json")) (file-json 20 jak1-v2 "common" '("game/assets/jak1/text/game_custom_text_lt-LT.json")) - ;; TODO - add rest once crowdin re-syncs + (file-json 21 jak1-v2 "common" '("game/assets/jak1/text/game_custom_text_cs-CZ.json")) + (file-json 22 jak1-v2 "common" '("game/assets/jak1/text/game_custom_text_hr-HR.json")) + (file-json 23 jak1-v2 "common" '("game/assets/jak1/text/game_custom_text_gl-ES.json")) ) diff --git a/game/assets/jak1/subtitle/subtitle_lines_fi-FI.json b/game/assets/jak1/subtitle/subtitle_lines_fi-FI.json index 595221dbb2..06a3aa6304 100644 --- a/game/assets/jak1/subtitle/subtitle_lines_fi-FI.json +++ b/game/assets/jak1/subtitle/subtitle_lines_fi-FI.json @@ -2840,4 +2840,4 @@ "WOMAN": "NAINEN", "YELLOW SAGE": "KELTAINEN TIETÄJÄ" } -} +} \ No newline at end of file diff --git a/game/assets/jak1/subtitle/subtitle_lines_gl-ES.json b/game/assets/jak1/subtitle/subtitle_lines_gl-ES.json new file mode 100644 index 0000000000..e003aab677 --- /dev/null +++ b/game/assets/jak1/subtitle/subtitle_lines_gl-ES.json @@ -0,0 +1,2868 @@ +{ + "cutscenes": { + "assistant-firecanyon-resolution": [ + "GREAT! YOU HAVE THE 20 CELLS NEEDED TO POWER MY HEAT SHIELD!", + "NOW BE CAREFUL, THE SHIELD WILL ONLY PROTECT YOUR ZOOMER", + "TILL IT REACHES 500 DEGREES, SO TRY TO KEEP HER COOL.", + "FLYING OVER OPEN LAVA WILL DEFINITELY HEAT YOU UP FAST.", + "HIT 500 DEGREES, AND IT'S OVER.", + "OVER?! LIKE BURNING MOLTEN METAL OVER?!", + "THE FIRE CANYON GETS PRETTY HOT, SO KEEP A LOOK OUT FOR JUMPS", + "TO KEEP YOU OFF THE HOT GROUND.", + "I'VE ALSO RELEASED SEVERAL BLUE COOLING BALLOONS YOU CAN USE TO DROP", + "THE SHIELD'S TEMPERATURE QUICKLY.", + "OH! AND WHEN YOU GET ACROSS, DON'T FORGET TO ACTIVATE", + "THE TELEPORT GATE IN THE BLUE SAGE'S LAB.", + "THEN WE'LL BE ABLE TO TELEPORT OVER AND MEET YOU!", + "GOOD LUCK!" + ], + "assistant-introduction-blue-eco-switch": [ + "HEY BABY. WHAT DO YOU SAY YOU AND I GO CRUISIN' ON THIS A-GRAV ZOOMER?", + "RULE NUMBER ONE: I DON'T DATE ANIMALS.", + "OH YOU DON'T KNOW WHAT YOU'RE MISSING, HE HEH.", + "LISTEN, IF YOU NEED SOMETHING TO KEEP YOU BUSY, MY FATHER ALWAYS TALKED", + "ABOUT AN ANCIENT PRECURSOR PIPELINE HIDDEN DEEP UNDERGROUND.", + "SOME OF THESE PIPES END IN VENTS FROM WHICH ECO FLOWS FREELY,", + "AND SOME HAVE BEEN CAPPED OFF SO THAT THE ECO IS SEALED BACK.", + "THERE MUST BE A WAY TO TURN THE CAPPED VENTS ON.", + "I TRACED PART OF THE PIPELINE BACK TO THE FORBIDDEN TEMPLE.", + "MAYBE YOU SHOULD LOOK THERE FOR SOME TYPE OF SWITCH." + ], + "assistant-introduction-race-bike": [ + "HEY BABY, WHAT'CHA WORKIN' ON?", + "BE CAREFUL WITH THAT! I'M TRYING TO FIGURE HOW TO TRANSPORT THE ZOOMER", + "USING THE TRANS-PADS THE PRECURSORS LEFT ALL OVER THE WORLD.", + "IF YOU COME ACROSS ONE OF THESE PADS I CAN LOCK ON TO YOUR COMMUNICATOR'S LOCATION", + "AND SEND YOU THE ZOOMER!", + "KEEP AN EYE OUT FOR A TRANS-PAD WHEN YOU EXPLORE MISTY ISLAND, AND WHEREVER ELSE YOU GO!" + ], + "assistant-lavatube-end-resolution": [ + "HEY! WHERE'S OL' SHORT, GREEN AND WRINKLY?", + "THIS IS TERRIBLE! FATHER IS MISSING!", + "I THINK GOL AND MAIA MAY HAVE KIDNAPPED HIM AS WELL!", + "RELAX, SWEETHEART. I GOT EVERYTHING UNDER CONTROL.", + "UNDER CONTROL?!", + "LURKER ARMIES CONTINUE TO GROW ACROSS THE LAND,", + "THE SAGES HAVE BEEN KIDNAPPED,", + "GOL AND MAIA HAVE GATHERED ENOUGH ECO", + "TO COMPLETE THEIR TERRIBLE PLAN,", + "AND TO STOP THEM, YOU'RE GOING TO HAVE TO", + "FIGHT YOUR WAY THROUGH THEIR CITADEL!", + "UH... YEAH. THAT ABOUT, UH... SUMS IT UP.", + "YOU'VE GOT TO RESCUE MY FATHER BEFORE IT'S TOO LATE!", + "AND JAK...", + "BE CAREFUL.", + "YEAH. WE WILL BE!" + ], + "assistant-lavatube-start-resolution": [ + "HA HA! ALL RIGHT!", + "WITH THESE ADDITIONAL POWER CELLS, I SHOULD BE ABLE TO SUPPLY THE HEAT SHIELD", + "WITH ENOUGH POWER TO STAND UP TO THIS LAVA.", + "BUT THE SHIELD STILL HAS A LIMIT.", + "IT WILL NOW WITHSTAND TEMPERATURES UP TO 800 DEGREES, BUT NO MORE.", + "SO KEEP AN EYE ON YOUR GAUGE.", + "I DON'T WANNA THINK ABOUT WHAT THOSE TEMPERATURES WOULD DO TO YOUR ZOOMER", + "IF THE SHIELD GIVES OUT.", + "YEAH, THE HEAT...", + "WHAT? THE ZOOMER? HEY! WHAT ABOUT US?!", + "DON'T YOU THINK WE COULD LOOK FOR A SAFER ROUTE TO GOL'S CITADEL?", + "LOOK, I'VE RELEASED MORE COOLING BALLOONS INTO THE TUBE.", + "SO YOU CAN USE THEM TO KEEP THE TEMPERATURE DOWN.", + "AND DON'T FORGET TO ACTIVATE THE TELEPORT GATE IN THE YELLOW SAGE'S LAB.", + "WE'RE COUNTING ON YOU." + ], + "assistant-reminder-1-blue-eco-switch": [ + "I'M SURE IF YOU LOOKED INSIDE THE PRECURSOR FORBIDDEN TEMPLE", + "YOU'LL FIND A WAY TO TURN ON THAT CAPPED BLUE ECO VENT ON SENTINEL BEACH." + ], + "assistant-reminder-1-generic": [ + "HEY GUYS! KEEP COLLECTING POWER CELLS", + "THEY'RE THE KEY TO CONTINUING OUR JOURNEY NORTH." + ], + "assistant-reminder-1-race-bike": [ + "I'VE DEFINITELY FIGURED OUT HOW TO USE THE TRANS-PADS.", + "NOW GO TO MISTY ISLAND AND I'LL SEND THE ZOOMER OVER TO YOU." + ], + "assistant-village2-introduction": [ + "WHOA!", + "I DON'T THINK I'LL EVER GET USED TO THAT TELEPORTER TINGLING SENSATION.", + "HEY!", + "IT LOOKS LIKE THE BLUE SAGE THREW A PARTY.", + "OH MY! ROCK VILLAGE IS ON FIRE!", + "ONE HECK OF A PARTY.", + "NO, NO! I MEAN ROCK VILLAGE IS BEING BOMBARDED WITH FLAMING BOULDERS!", + "OH! AND IT LOOKS LIKE THE BLUE SAGE IS WORKING ON A LEVITATION MACHINE TO MOVE THEM.", + "ASSUMING IT'S OPERATIONAL, WE'RE GONNA NEED POWER CELLS TO FUEL IT.", + "I GUESS YOU TWO ARE GOING TO HAVE TO FIND SOME MORE.", + "WE'D BETTER TAKE A LOOK AT HIS NOTES.", + "JAK, GO CHECK ON THE VILLAGERS, THEN COME BACK AND GIVE US AN UPDATE.", + "AND TAKE THE FURBALL WITH YOU!" + ], + "assistant-village2-introduction-flutflut": [ + "BACK AGAIN, BOYS?", + "\"BOY\"?", + "HEY BABE, I'M A FULL-GROWN...", + "AH...", + "SOMETHIN'... SOMETHIN' FUZZY.", + "OH, GUESS WHAT? WITH PERMISSION FROM OUR VILLAGE BIRDWATCHER,", + "I'VE OUTFITTED THE BABY FLUT-FLUT WITH A RIDING SADDLE.", + "IT APPEARS THERE'S A PRECURSOR TRANS-PAD IN THE BOGGY SWAMP.", + "IF YOU CAN FIND IT, I'LL SEND YOU THE FLUT-FLUT IN FULL RIDING REGALIA.", + "HER LONG JUMP MIGHT COME IN HANDY WHEN YOU'RE CROSSING THE TAR." + ], + "assistant-village2-introduction-robbers": [ + "HEY, YOU TWO!", + "I KNOW WHERE YOU CAN FIND ANOTHER POWER CELL!", + "ACCORDING TO HIS NOTES,", + "A COUPLE OF DAYS AGO FLYING LURKERS STOLE ONE FROM THE BLUE SAGE,", + "AND FLEW OFF INTO THE PRECURSOR BASIN.", + "I'LL BET YOU COULD RUN THOSE LURKERS DOWN WITH YOUR ZOOMER", + "UNTIL YOU FIND THE ONE WITH THE POWER CELL.", + "YOU'LL FIND THE ZOOMER ON THE TRANS-PAD NEAR THE ENTRANCE TO THE PRECURSOR BASIN." + ], + "assistant-village2-introduction-room": [ + "APPARENTLY THE PRECURSOR STRUCTURE JUST OFF THE COAST", + "LEADS TO AN UNDERWATER LOST CITY.", + "THE BLUE SAGE HAS BEEN TRYING TO FIGURE OUT", + "HOW HE CAN BRING ONE OF THE CHAMBERS TO THE SURFACE.", + "BUT HE WAS NEVER SUCCESSFUL.", + "YOU SHOULD CHECK IT OUT!", + "UH... AREN'T THERE A LOT OF, UM...", + "LURKER SHARKS IN THAT WATER?", + "WHY? ARE YOU SCARED?", + "ME? OF COURSE NOT!", + "JUST LOOKIN' OUT FOR JAK HERE!", + "YOU, UH, HEH...", + "YOU KNOW WHAT A CHICKEN HE CAN BE.", + "WELL, IF YOU SWIM OUT OVER THE CORAL REEF, I DOUBT THE LURKER SHARKS WILL BOTHER YOU.", + "THEY DON'T LIKE SHALLOW WATER." + ], + "assistant-village2-reminder-1-flutflut": [ + "I'M SURE THE FLUT-FLUT COULD BE OF USE TO YOU IN THE SWAMP.", + "FIND THE TRANS-PAD AND I'LL TELEPORT HER TO YOU." + ], + "assistant-village2-reminder-1-robbers": [ + "I'LL TELEPORT YOUR ZOOMER TO YOU BY THE PRECURSOR BASIN,", + "SO YOU CAN CHASE DOWN THOSE FLYING LURKERS WE WERE TALKING ABOUT." + ], + "assistant-village2-reminder-1-room": [ + "DID YOU SWIM OUT TO THE LOST PRECURSOR CITY YET?", + "YOU SHOULD REALLY TRY AND RAISE THE ROOM THE BLUE SAGE WAS AFTER." + ], + "assistant-village2-resolution": [ + "GREAT, YOU HAVE THE CELLS FOR THE MACHINE!", + "THEY OUGHT TO PROVIDE ENOUGH POWER TO LIFT THAT BOULDER.", + "THERE WE GO!", + "NOW, BE CAREFUL FACING THAT MONSTER LURKER AT THE TOP.", + "WAIT! UH...", + "I'LL STAY HERE AND PROTECT KEIRA!", + "JAK, I THINK YOU'RE READY TO HANDLE THAT MONSTER WITHOUT ME.", + "OH, REALLY HEROIC OF YOU." + ], + "assistant-village3-reminder": [ + "HEY GUYS! KEEP COLLECTING POWER CELLS.", + "THEY'RE THE KEY TO CONTINUING OUR JOURNEY NORTH." + ], + "billy-accept": [ + "GOOD! THOSE RATS WILL BE BACK ANYTIME.", + "SHOOT ALL THEM RATS, AND KEEP 'EM", + "FROM EATING AT LEAST ONE OF THEM SNACKS." + ], + "billy-introduction": [ + "HOWDY, FRIENDS! ENJOYIN' MY BEAUTIFUL SWAMP?", + "I OWN THESE HERE PARTS.", + "EVERYTHING THAT DOESN'T SINK INTO THE MUD, THAT IS! HA HA HA...", + "JUDGING BY THE SMELL, I'D WAGER YOUR", + "BATHTUB SANK IN THE MUD LONG AGO.", + "WHAT'S A BATHTUB?", + "ANYWAY I GOT BIGGER PROBLEMS NOW...", + "SEEMS SOME NASTY LURKER VARMINTS ARE GROUSIN' ABOUTS,", + "SNATCHIN' EVERYTHING THEY CAN GET THEIR GRUBBY LITTLE PAWS ON.", + "AND SCARIN' AWAY MY PET HIPHOG, FARTHY.", + "HE'S BEEN MISSIN' FOR NIGH ON TO A COON'S AGE.", + "I'VE BEEN PUTTIN' OUT HIS FAVORITE SNACK,", + "BUT THOSE ORNERY SWAMP RATS KEEP STEALIN' EM!", + "IF YOU COULD KEEP THOSE PESKY CRITTERS AWAY LONG ENOUGH,", + "I JUST KNOW FARTHY WOULD SMELL THEM VITTLES AND COME BACK!", + "WILL YA HELP ME OUT?" + ], + "billy-reject": [ + "WELL, IF YOU CHANGE YOUR MIND, YOU KNOW WHERE TO FIND ME!", + "HE HE HE HE HEH..." + ], + "billy-reminder-1": [ + "AHH, Y'ALL BACK TO HELP STOP THEM RATS?" + ], + "billy-resolution": [ + "WELL FRY MY HIDE! YOU SURE KNOW HOW TO SHOOT!", + "THANKS A HEAP FOR THE HELP." + ], + "bird-lady-beach-resolution": [ + "OH MY, I HOPE THE POOR DEAR'S OKAY.", + "HERE'S A POWER CELL FOR YOUR VALOR.", + "MAMA!", + "MAMA!", + "OH NO! NO, NO, NO, NO!", + "LOOK... ISN'T THAT CUTE? IT THINKS YOU'RE ITS MAMA.", + "EH? I'M NOT YOUR MOM! YOU SEE ANY FEATHERS HERE?", + "OH, LOVE AT FIRST SIGHT! AH...", + "LISTEN, BOYS, I'LL TAKE THIS LITTLE CHICK BACK TO THE VILLAGE WITH ME", + "AND WORK WITH THE SAGE TO TAKE CARE OF HER." + ], + "bird-lady-introduction": [ + "OH MY, WHAT A HORRIBLY SICK LITTLE BIRD.", + "HUH! YOU DON'T LOOK SO GOOD YOURSELF, LADY!", + "OH, SORRY. I THOUGHT YOU WERE A SPOTTED", + "ORANGE-BELLIED RAIN FRAY.", + "YOU KNOW, YESTERDAY I SAW SOME", + "TERRIBLY VICIOUS CREATURES CAPTURE", + "A MOTHER FLUT-FLUT NEAR THE BEACH.", + "NOW THERE'S THIS POOR LITTLE ORPHAN EGG", + "SITTING IN A NEST AT THE TOP OF THE CLIFF", + "AND I CAN'T GET TO IT.", + "IF YOU COULD CLIMB UP THERE AND PUSH IT OFF, I'VE PILED", + "SOME HAY DOWN AT THE BASE TO CATCH IT SAFELY.", + "DO AN OLD LADY A FAVOR, AND I'LL GIVE YOU A POWER CELL." + ], + "bird-lady-reminder-1": [ + "OH, HELLO AGAIN. DID YOU BOYS FIND THAT BLUE EGG ON THE CLIFF?", + "PUSH IT OFF THE EDGE AND I'LL GIVE YOU A POWER CELL!" + ], + "bird-lady-reminder-2": [ + "ARE YOU BOYS STILL PICKING AROUND HERE? HO HO HO.", + "I'LL BET THAT POOR LITTLE BLUE EGG ON THE CLIFF", + "IS GETTING AWFULLY COLD BY NOW.", + "GO SAVE IT BY PUSHING IT OFF THE EDGE OF THE CLIFF,", + "AND I'LL GIVE YOU A POWER CELL." + ], + "bluesage-resolution": [ + "GOOD WORK, FELLOWS! OLD SAMOS WAS RIGHT ABOUT YOU!", + "GREAT PILES OF PRECURSOR METAL!", + "THAT INSIDIOUS MECHANICAL CREATION", + "MUST NOT BE ALLOWED TO WREAK ITS TERRIBLE HAVOC!", + "I WILL TRY TO ACTUATE THE SHIELD DOOR", + "BY ELICITING A CONDUIT OF ENERGY", + "BETWEEN MYSELF AND THE VAST PORTAL BELOW!", + "UH... YEAH. YOU DO THAT. WE'LL UH... JUST GO FIND MORE HELP.", + "WEIRDO!" + ], + "death-0181": [ + "DON'T STEP INTO THE LIGHT, JAK! DON'T STEP INTO THE LIGHT!" + ], + "death-0182": [ + "HEY, JAK! CAN I...", + "HAVE YOUR INSECT COLLECTION?" + ], + "death-0184": [ + "WHILE YOU'RE DOWN THERE, EHM...", + "COULD YA RUB MY FEET?" + ], + "death-0186": [ + "DON'T WORRY! I'LL AVENGE YOU!", + "...NOT." + ], + "death-0187": [ + "WELL, UH...", + "BETTER YOU THAN ME." + ], + "death-0191": [ + "THAT LOOKS LIKE IT HURT.", + "SHOULD I CALL FOR BACKUP?" + ], + "death-0193": [ + "STEP ONE: STAY ALIVE!", + "STEP TWO...", + "THINK ABOUT NOT DOING SOMETHING LIKE THAT AGAIN!" + ], + "death-0195": [ + "I WAS RIGHT BEHIND YA, JAK!", + "...REALLY. I WAS." + ], + "death-0197": [ + "HEIMLICH! UH... STRETCHER!", + "YUCK... BREATH MINT?" + ], + "death-0199": [ + "I'LL SAY SOMETHING REALLY TEARY AT THE FUNERAL, LIKE...", + "...\"HOW AM I GONNA GET CHANGED BACK NOW?!\"" + ], + "death-0202": [ + "SAY GOODNIGHT, JAK!" + ], + "evilbro-misty-end": [ + "THOSE TWO COULD PROVE TO BE TROUBLE.", + "DON'T WORRY DEAR BROTHER, I'LL DISPATCH MY LURKER ARMY TO DEAL WITH THEM.", + "JUST MAKE SURE THEY DON'T GET TOO CLOSE TO OUR NORTHERN OPERATIONS.", + "I DOUBT THEY'LL GET THAT FAR...", + "BUT IF THEY DO, A SURPRISE WILL BE WAITING FOR THEM IN ROCK VILLAGE.", + "SO...YOU'RE GOING TO LET...KLAWW OUT OF HIS CAGE?", + "I THINK IT'S WORTH THE RISK.", + "INDEED..." + ], + "explorer-introduction": [ + "WELL, HELLO THERE MY DEAR BOY.", + "YOU'VE CAUGHT AT A MOST INOPPORTUNE MOMENT.", + "I WAS TO SET OFF ON MY JOURNEYS YESTERDAY", + "BUT I SEEM TO BE A SPOT SHORT ON THE OLD PRECURSOR ORBS.", + "I WOULD'VE PLEDGED MY WORD THAT I HAD 90 OF THEM,", + "BUT I GATHER THAT YOUR YOUNG FRIEND, YOU KNOW, THE", + "LITTLE ANNOYING MISERABLY UGLY ONE", + "MIGHT HAVE JUST PILFERED THEM AS A SORT OF A SPOT OF FUN.", + "ANYWAY, WOULD YOU BE KIND ENOUGH TO LOAN YOUR DEAR OLD UNCLE", + "90 PRECURSOR ORBS SO HE CAN GET UNDERWAY?", + "I WOULD OFFER YOU A POWER CELL IN RETURN." + ], + "explorer-reminder-1": [ + "WHAT? YOU DON'T HAVE THE FULL STASH? HARRUMPH!", + "WELL, ANY LESS THAN 90 PRECURSOR ORBS", + "AND I SHAN'T HAVE A CHANCE TO GET UNDERWAY, DEAR BOY." + ], + "explorer-reminder-2": [ + "OH SEE HERE, THE DEAL IS FOR 90 PRECURSOR ORBS FOR A POWER CELL.", + "A DOWNRIGHT EVEN TRADE." + ], + "explorer-resolution": [ + "I SEE YOU TWO ARE BACK TO MAKE THE TRADE. GOOD, GOOD, JOLLY GOOD!", + "EH, YOU HAVE THE UH, PRECURSOR ORBS THAT WE AGREED ON?", + "I HOPE YOU PUT THIS HARD-EARNED POWER CELL TO GOOD USE.", + "CHEERIO, TA TA, BYE BYE!" + ], + "farmer-introduction": [ + "GOTTA MILK THOSE YAKOWS, GOTTA MILK THOSE YAKOWS...", + "OH! IT'S YOU... JUST RESTIN' MY TIRED BONES.", + "I'VE BEEN TRYING TO GET THOSE ORNERY YAKOWS", + "BACK INTO THE PEN ALL DAY!", + "SOME STRANGE CREATURES TRIED TO STEAL 'EM EARLIER.", + "YOU THINK YOU CAN HELP AN OLD MAN TRY TO GET 'EM BACK INTO THE CORRAL?" + ], + "farmer-reminder-1": [ + "HEY! MY YAKOWS ARE STILL ON THE LOOSE!", + "EH, COULD YOU BRING 'EM BACK FOR ME ALREADY?" + ], + "farmer-reminder-2": [ + "THOSE DARN YAKOWS ARE STILL ROAMIN' FREE.", + "AIN'T YOU GONNA CHASE 'EM INTO THE CORRAL ALREADY?" + ], + "farmer-resolution": [ + "AH, WELL DONE MY BOY. YOU ACTUALLY GOT THOSE FLEABAGS PACK INTO THE PEN.", + "NOW I CAN SLEEP IN PEACE. TAKE THIS POWER CELL FOR YOUR TROUBLE." + ], + "finalbosscam-white-eco": [ + "LIGHT ECO! IT DOES EXIST!", + "THEY MUST NOT BE ALLOWED TO GET IT!" + ], + "fisher-accept": [ + "THERE ARE TWO TYPES OF GOOD FISH TO CATCH:", + "ONE-POUND FISHIES, AND FIVE-POUND FISHIES.", + "HEH. IF YOU MISS 20 POUNDS OF GOOD FISH", + "THEN I'M GONNA TAKE ME NET BACK FROM YA!", + "THERE ARE POISONOUS EELS IN THIS RIVER.", + "CATCH EVEN ONE OF THEM BOOGERS", + "AND YOU'LL POISON THE WHOLE DARN CATCH!" + ], + "fisher-introduction": [ + "WHAT DO YOU HAVE IN THE BASKET?", + "NOTHING TO TALK ABOUT.", + "THEM MONSTERS PATROLIN' THE OCEAN", + "TOOK A BITE OUT OF ME FISHIN' RIG.", + "AND NOW THEY'RE GOBLIN' UP ME CATCH!", + "NO MATTER WHAT I TRY, I CAN'T SEEM TO CATCH A SINGLE FISH IN THIS RIVER.", + "WHOO! MAYBE... IT'S YOUR BREATH.", + "YOU THINK YOU CAN DO BETTER?", + "TRY SCOOPIN' UP RIVER FISH WITH A TINY NET!", + "I'LL GIVE YOU A POWER CELL", + "IF YOU CAN CATCH 200 POUNDS OF THEM CRITTERS!", + "AND I'LL LET YOU AND SHRIMP HERE", + "USE MY SPEEDBOAT TO GET TO MISTY ISLAND.", + "YOU'S WANT TO TRY THE CHALLENGE?" + ], + "fisher-reject": [ + "WELL, IF YOU WANT TO TRY FOR THE POWER CELL SOMETIME", + "YOU KNOW WHERE TO FIND ME." + ], + "fisher-reminder-1": [ + "WANT TO TRY AND BEAT THE RIVER, DO YA?" + ], + "fisher-resolution": [ + "YOU DID IT! YOU CAUGHT 200 POUNDS OF FISH!", + "NOT BAD FOR A COUPLE OF LAND LUBBERS!", + "HERE'S THE POWER CELL I PROMISED", + "AND YOU CAN USE MY BOAT IN THE VILLAGE DOCK", + "WHENEVER YOU LIKE!" + ], + "fishermans-boat-ride-to-village1-alt": [ + "THOSE TWO COULD PROVE TO BE TROUBLE.", + "DON'T WORRY, DEAR BROTHER. I'LL DISPATCH MY LURKER ARMY TO DEAL WITH THEM.", + "JUST MAKE SURE THEY DON'T GET TOO CLOSE TO OUR NORTHERN OPERATIONS.", + "I DOUBT THEY'LL GET THAT FAR.", + "BUT IF THEY DO, A SURPRISE WILL BE WAITING FOR THEM IN ROCK VILLAGE.", + "SO... YOU'RE GOING TO LET KLAWW OUT OF HIS CAGE?", + "I THINK IT'S WORTH THE RISK.", + "INDEED." + ], + "gambler-introduction-1": [ + "AW, NO. NOT ANOTHER \"HERO\".", + "I LOST MY SHORTS ON THIS SO-CALLED HERO'S BIG FIGHT", + "AGAINST THE MONSTER UP THERE.", + "TRUST ME, THE SMART MONEY'S ON THE MONSTER.", + "THAT WAGER PRETTY MUCH TAPPED ME OUT!", + "SO'S, I GOT A PROPOSAL.", + "BRING ME 90 ORBS TO GET ME BACK ON MY FEET AND OUT OF THIS BARREL,", + "AND I'LL GIVE YOU A POWER CELL IN RETURN.", + "AND IF YOU'RE GAME, I DO HAVE ONE MORE BET ONLINE.", + "MY BIG COMEBACK!", + "BEAT THE RECORD TIME RACING DEAD MAN'S GORGE IN THE PRECURSOR BASIN,", + "AND I'LL GET A PRETTY PAYOFF!", + "FOR THAT, I'LL GIVE YOU ANOTHER POWER CELL." + ], + "gambler-reminder-money": [ + "HEY. DON'T FORGET ABOUT THOSE ORBS I NEED.", + "90'LL GET YOU ONE. ONE POWER CELL, THAT IS!" + ], + "gambler-reminder-race": [ + "WELL, WHAT ARE YOU WAITIN' FOR?", + "THIS BARREL'S GETTIN' ITCHY!", + "BEAT THE BEST TIME DOWN DEAD MAN'S GORGE,", + "AND WE'LL BOTH BE WINNERS!" + ], + "gambler-resolution-money": [ + "HEH HEH HEH! OH, YEAH!", + "THESE ORBS'LL HELP ME WIN MY WAY BACK OUTTA THIS BARREL!", + "HERE'S THE POWER CELL I PROMISED!" + ], + "gambler-resolution-race": [ + "OH, GREAT MOVES, KID! I KNEW THAT TIME RECORD WOULD FALL.", + "NOW HERE'S YOUR POWER CELL, AND I CAN GO COLLECT MY BIG PAYOFF!" + ], + "geologist-introduction": [ + "YOU TWO LOOK LIKE A COUPLE OF CAPABLE FELLOWS.", + "I'VE GOT A RESEARCH PROJECT GOING,", + "AND MAYBE YOU COULD HELP ME OUT.", + "HEY, WE'RE THE ONES ON A BIG QUEST HERE.", + "WE ASK YOU FOR HELP.", + "WELL, PERHAPS WE CAN HELP EACH OTHER.", + "I'VE BEEN STUDYING THE BURROWING HABITS OF LIGHTING MOLES", + "IN THE PRECURSOR BASIN NEXT TO OUR VILLAGE FOR YEARS.", + "BUT NOW THOSE AWFUL LURKERS HAVE SCARED THE MOLES TO THE SURFACE!", + "AND SINCE THEY'RE BLIND AS BATS, THEY CAN'T FIND THEIR WAY BACK UNDERGROUND.", + "IF YOU COULD HERD THEM BACK INTO THEIR BURROWING TUNNELS,", + "YOU MIGHT JUST SAVE THEIR LIVES.", + "I'VE GOT A POWER CELL THAT SAYS YOU CAN DO IT.", + "YEAH, LIGHTNING MOLES... WE CARE.", + "MAYBE FOR TWO POWER CELLS!", + "NICE TRY. BUT I WOULD BE WILLING TO PART WITH ANOTHER POWER CELL", + "IF YOU TWO FIND ME 90 PRECURSOR ORBS FOR MY RESEARCH EQUIPMENT.", + "FAIR ENOUGH?" + ], + "geologist-reminder-moles": [ + "DID YOU HERD THOSE LIGHTNING MOLES BACK UNDERGROUND?", + "YOU SHOULD HURRY - THE DIRECT SUNLIGHT ISN'T GOOD FOR THEM!" + ], + "geologist-reminder-money": [ + "I NEED THOSE ORBS IF I'M GOING TO CONTINUE MY RESEARCH!" + ], + "geologist-resolution-moles": [ + "THANK YOU FOR SAVING THOSE MOLES, THAT'S AWFULLY GOOD OF YOU.", + "HERE'S A POWER CELL TO HELP YOU OUT.", + "NOW I CAN GET BACK TO MY RESEARCH!" + ], + "geologist-resolution-money": [ + "OH, YOU HAVE THE ORBS!", + "HERE'S A POWER CELL WE AGREED UPON." + ], + "green-sagecage-daxter-sacrifice": [ + "LIGHT ECO! THAT COULD BE THE STUFF TO CHANGE ME BACK!", + "OR... IT MIGHT STOP THAT ROBOT.", + "STAY FUZZY, SAVE THE WORLD... CHOICES...", + "OKAY, FINE, WE'LL SAVE THE WORLD.", + "BUT DO IT QUICKLY BEFORE I CHANGE MY MIND!" + ], + "green-sagecage-introduction": [ + "IT'S ABOUT TIME YOU TWO DECIDED TO SHOW UP!", + "NICE TO SEE YOU TOO!", + "DO THEY HAVE YOU MOPPING THE FLOORS NOW?", + "THERE'S NO TIME FOR JOKES, DAXTER. GOL AND MAIA KIDNAPPED US", + "TO SAP OUR ENERGIES TO POWER THEIR ABOMINABLE MACHINE.", + "IT APPEARS THEY HAVE COMBINED THE FUNCTIONAL REMAINS OF A PRECURSOR ROBOT", + "WITH SCAVENGED ARTIFACTS FROM ACROSS THE LAND.", + "THEN THEY ADDED A FEW DIABOLICAL ADDITIONS OF THEIR OWN,", + "CREATING THE ONE THING CAPABLE OF OPENING THE DARK ECO SILOS.", + "IF YOU CAN FREE THE FOUR OF US, WE CAN USE OUR COMBINED POWERS", + "TO BREAK THE FORCE SHIELD SURROUNDING THE ROBOT", + "BEFORE THEY USE IT TO DESTROY THE WORLD." + ], + "green-sagecage-outro-beat-boss-a": [ + "DO SOMETHING!", + "NOOO!" + ], + "green-sagecage-outro-beat-boss-b": [ + "WELL, IT LOOKS LIKE I MAY HAVE BEEN TOO HARD ON YOU BOYS!", + "YOU DO HAVE WHAT IT TAKES TO BE HEROES!", + "BUT, DAXTER, NOW WE CAN'T CHANGE YOU BACK.", + "DON'T WORRY ABOUT ME, BABY.", + "YOU KNOW WHAT THEY SAY: BIG THINGS COME IN SMALL PACKAGES.", + "JAK, YOU HAVE AN INCREDIBLE TALENT FOR CHANNELLING ECO!", + "SAMOS, YOU MAY HAVE BEEN RIGHT ABOUT THIS ONE AFTER ALL!", + "AND KEIRA, WITHOUT YOUR HELP AND INGENUITY", + "NONE OF THIS WOULD HAVE BEEN POSSIBLE.", + "HM-HM-HM. PERHAPS WE FOUND ANOTHER SAGE", + "NOW THAT GOL AND MAIA ARE LOST...", + "YES, GOL AND MAIA... THE DARK ECO PROBABLY DESTROYED THEM.", + "EH, PROBABLY...", + "AH WHO CARES? BRING 'EM ON, WE CAN TAKE 'EM AGAIN! RIGHT JAK?", + "I SAID, RIGHT, JAK?", + "WHOA! PUT IT ON ICE, BIG GUY!" + ], + "green-sagecage-outro-beat-boss-enough-cells": [ + "HOLY YAKOW! WHAT COULD THAT BE?", + "WOW, IT'S AN ANCIENT PRECURSOR DOOR!", + "IT LOOKS LIKE IT WILL ONLY OPEN IF WE FILL ALL 100 HOLES WITH POWER CELLS!", + "UH, WE'RE HEROES, REMEMBER? WE HAVE 100 POWER CELLS!" + ], + "green-sagecage-outro-beat-boss-need-cells": [ + "HOLY YAKOW! WHAT COULD THAT BE?", + "WOW, IT'S AN ANCIENT PRECURSOR DOOR!", + "IT LOOKS LIKE IT WILL ONLY OPEN IF WE FILL ALL 100 HOLES WITH POWER CELLS!", + "OH BOY... HERE WE GO AGAIN!" + ], + "green-sagecage-outro-big-finish": [ + "WOW! WHAT IS IT?", + "IT'S SO BEAUTIFUL...", + "BY THE PRECURSORS..." + ], + "green-sagecage-outro-preboss": [ + "YOU'RE TOO LATE, SAMOS.", + "ONCE I POSSESS LIMITLESS DARK ECO", + "I WILL HAVE THE KEY TO CREATION ITSELF!", + "THIS IS MADNESS!", + "RELEASING THAT MUCH DARK ECO WILL DESTROY EVERYTHING WE KNOW!", + "JUST LOOK WHAT IT'S DONE TO YOU!", + "IT HAS GIVEN US A BEAUTY BEYOND ANYTHING YOU COULD UNDERSTAND.", + "BEAUTY? HAVE YOU TWO LOOKED IN THE MIRROR LATELY?", + "JUST WAIT UNTIL WE OPEN THE SILOS, LITTLE ONE.", + "YOU THINK SHORT AND FUZZY IS BAD?", + "AND TO THINK, YOU TWO TRAVELLED ALL THIS WAY FOR MY HELP.", + "FOOLS! ENJOY YOUR FRONT ROW SEATS TO THE RECREATION OF THE WORLD!", + "JAK! TAKE THE ELEVATOR UP AND STOP THAT ROBOT!" + ], + "green-sagecage-resolution": [ + "GOOD WORK, BOYS! YOU'RE REAL HEROES NOW.", + "I'LL COMBINE MY GREEN ECO POWER WITH THE OTHER THREE SAGES", + "AND TOGETHER WE'LL OPEN THE SHIELD DOOR SURROUNDING THE PRECURSOR ROBOT.", + "YEAH YEAH THAT SOUNDS LIKE A GOOD START.", + "AND THEN AFTER YOU GUYS OPEN THAT SHIELD", + "WHAT ARE YOU GONNA DO ABOUT THE ROBOT?", + "NOTHING, DAXTER. WE HAVE TO KEEP THE SHIELD OPEN.", + "IT'S UP TO YOU TWO TO FIGURE OUT HOW TO DESTROY THE ROBOT.", + "OH, GREAT. I GET TO HELP THE GUY THAT TURNED ME INTO A FURBALL", + "DESTROY THE ONLY PERSON WHO CAN TURN ME BACK!", + "FIRST, SAVE THE WORLD!", + "THEN WE'LL TRY TO CONVINCE GOL TO HELP DAXTER." + ], + "mayor-introduction": [ + "NO... (MUTTERS) DON'T TELL ME THAT YOU TWO HAVE PROBLEMS AS WELL!", + "FIRST I HEAR OF MONSTER SIGHTINGS NEAR THE VILLAGE, AND NOW THIS.", + "SEE THOSE GEARS UP THERE, BOYS? SEE THEM? SEE HOW THEY'RE NOT MOVING?", + "THAT MEANS OUR VILLAGE HAS NO POWER!", + "THE ECO BEAM COMING FROM THE JUNGLE TEMPLE HAS BEEN INTERRUPTED!", + "AND BOYS, EVERYONE'S TOO FRIGHTENED TO GO OUT AND FIND OUT WHAT'S HAPPENED.", + "DID YOU PAY THE BILL?", + "YEAH-HMM? OH-HUH-OH, YOU'RE FUNNY.", + "NOW LOOK, IF YOU TWO FIX THE ECO BEAM, I'LL GIVE YOU A POWER CELL.", + "OH OOH OOH AND-AND ANOTHER THING, UH...", + "IF BY ANY CHANCE YOU'RE INTERESTED IN MAKING A CONTRIBUTION TO MY RE-ELECTION CAMPAIGN,", + "I-I MIGHT BE WILLING TO PART WITH YET ANOTHER POWER CELL!", + "THE MINIMUM CONTRIBUTION IS, OH, A VERY MODEST...", + "90 PRECURSOR ORBS." + ], + "mayor-reminder-beams": [ + "BACK ALREADY? AND WITHOUT FIXING THE ECO BEAMS?", + "(SOBS) YOUR VILLAGE NEEDS YOU, BOYS!" + ], + "mayor-reminder-donation": [ + "AH, HERE TO MAKE A DONATION TO MY CAMPAIGN, OH HO HO HO.", + "90 PRECURSOR ORBS BUYS YOU A POWER CELL, THANK YOU." + ], + "mayor-resolution-beams": [ + "OH HO HO, WHAT A WONDERFUL SIGHT! I THANK YOU!", + "AND THE ENTIRE VILLAGE WILL THANK ME -", + "UH, BOYS, YOU HAVE RESTORED POWER TO THE VILLAGE AND GUARANTEED MY RE-ELECTION!", + "AND FOR THAT, MY BOY, YOU'VE EARNED A POWER CELL." + ], + "mayor-resolution-donation": [ + "SO EH, YOU UH, WANNA MAKE A CONTRIBUTION? GOOD... A-A-A SIZABLE ONE I HOPE.", + "YOOH! EH HE HE, IT'S A, OH, THIS IS A SIZABLE CONTRIBUTION!", + "I, WH-WH-WH-WHY I JUST HOPE THIS POWER CELL ADEQUATELY REPRESENTS MY GRATITUDE." + ], + "minershort-introduction-gnawers": [ + "WHY DON'T YOU TWO MAKE YOURSELVES USEFUL?", + "LURKERS HAVE BEEN EXCAVATIN' THE DARK CAVES OVER THERE.", + "SEEMS THEY'RE LOOKIN' FOR PRECURSOR ARTIFACTS.", + "THEY CAN HAVE THE ARTIFACTS, FOR ALL I CARE.", + "FOR ALL WE CARE!", + "WILLARD, FEED YOUR BIRD.", + "ALL I CARE ABOUT ARE GEMS!", + "BUT I AIN'T GONNA BE ABLE TO GET THE CAVE'S GEMS", + "BECAUSE WHEN THEY'RE THROUGH, THEY'RE GONNA COLLAPSE THE PLACE!", + "IF YOU TAKE OUT THE LURKERS CHEWIN' AT THE SUPPORT BEAMS,", + "YOU COULD SAVE THE CAVE FOR ME.", + "NOW BEAT IT!" + ], + "minershort-introduction-orbs": [ + "HEY GORDY, DUH, I THINK WE GOT VISITORS.", + "YA THINK, WILLARD? HOWDY, STRANGERS, UH, PASSING THROUGH?", + "UH, US, TOO. WELL, WE GOTTA BE MOVIN' ON, NOTHIN' TO SEE HERE.", + "DUH, I THOUGHT YOU SAID THIS WAS A PRICELESS GEM WORTH-", + "WILLARD!", + "ACTUALLY, WE WANT POWER CELLS. NOT GEMS.", + "WE GOT FOUR OF 'EM. DUH, YOU WANT 'EM?", + "WHAT BIRD-BRAIN HERE IS TRYING TO SAY IS,", + "WE MAY HAVE A FEW POWER CELLS LAYING AROUND,", + "AND WE MIGHT BE WILLING TO PART WITH THEM FOR...", + "90 ORBS EACH.", + "WHERE HAVE I HEARD THAT BEFORE?", + "HEY, HOW DO YOU TWO GENIUSES EXPECT TO GET THAT BIG GEM OUTTA HERE ANYWAY?", + "WELL, SMARTYPANTS, WE GOT TWELVE MORE YEARS OF DIGGIN' TO FIGURE THAT OUT.", + "UHH... GORDY, WOULDN'T IT TAKE LESS TIME IF YOU DUG, TOO?" + ], + "minershort-introduction-switch": [ + "PSST, GUYS. DUH...", + "BIRDIE AND I WAS EXPLORING A CAVE YOU'D LIKE!", + "IT WAS FILLED WITH PRETTY ORANGE METAL,", + "AND HIDDEN REAL GOOD BEHIND SOME TREES IN THE SNOWY MOUNTAINS!", + "I TOLD GORDY, BUT HE JUST YELLED AT ME FOR NOT DIGGING!", + "WHY AREN'T YOU DIGGING?!", + "I'M SORRY!" + ], + "minershort-reminder-1-gnawers": [ + "WOULD YOU TAKE CARE OF THOSE LURKERS", + "CHEWIN' AT THE DARK CAVE SUPPORT BEAMS ALREADY!", + "THOSE BEAMS CAN'T TAKE THAT KIND OF ABUSE FOREVER!" + ], + "minershort-reminder-1-orbs": [ + "DON'T FORGET OUR DEAL. BRING US 100 ORBS.", + "DUH... YOU SAID 90.", + "WILLARD!", + "FINE. 90 ORBS A POWER CELL." + ], + "minershort-reminder-1-switch": [ + "DID YOU FIND THE CAVE BEHIND THEM TREES IN THE SNOWY MOUNTAINS?", + "I'M GONNA GO THERE SOON, TO HIDE FROM GORDY, 'CAUSE HE'S YELLING AT ME AGAIN!", + "WILLARD!!" + ], + "minershort-reminder-2-orbs": [ + "DUH, GORDY?", + "90 ORBS A POWER CELL, WILLARD! URGH!" + ], + "minershort-resolution-1-orbs": [ + "OH, ALRIGHT ALREADY.", + "HERE'S A POWER CELL FOR THOSE ORBS OF YOURS." + ], + "minershort-resolution-2-orbs": [ + "OOH! OH, I GOT IT THIS TIME! UH...", + "HERE'S A...", + "DUHH.. HERE'S A...!", + "A POWER CELL!", + "YEAH, YEAH... WHAT HE SAID.", + "THAT'S IT. YOU'VE CLEANED US OUT.", + "NO! MORE! POWER! CELLS!" + ], + "oracle-intro-1": [ + "WHO AWAKENS THE ORACLE?", + "WAIT, ONE OF YOU HAS THE LIGHT WITHIN.", + "FROM BEFORE TIME, I HAVE WATCHED AND WAITED", + "FOR THE TRUE HERO TO RETURN.", + "PRESENT TO ME 120 PRECURSOR ORBS", + "FOR EACH POWER CELL I CONTAIN." + ], + "oracle-intro-2": [ + "BEWARE OF THE DARK LIGHT,", + "FOR IT HAS TWISTED THE FATE OF ONE OF YOU.", + "BRING ME 120 PRECURSOR ORBS", + "FOR EACH POWER CELL I CONTAIN." + ], + "oracle-intro-3": [ + "SEEK THE PURE LIGHT, FOR WITHIN ITS FLAME THE ANSWERS RESIDE.", + "YOU CAN GAIN MY POWER CELLS", + "BY BRINGING 120 PRECURSOR ORBS FOR EACH." + ], + "oracle-left-eye-1": [ + "YOU HAVE PROVEN YOURSELF WORTHY. HERE IS A POWER CELL." + ], + "oracle-left-eye-2": [ + "FOR YOUR SACRIFICE, I OFFER YOU A POWER CELL." + ], + "oracle-left-eye-3": [ + "FOR YOUR EFFORT, A POWER CELL IS THE REWARD." + ], + "oracle-reminder-1": [ + "BRING TO ME 120 PRECURSOR ORBS", + "AND I WILL AWARD YOU A POWER CELL." + ], + "oracle-reminder-2": [ + "PRESENT 120 PRECURSOR ORBS", + "AND A POWER CELL WILL BE YOUR REWARD." + ], + "oracle-reminder-3": [ + "YOU MUST BRING 120 PRECURSOR ORBS", + "TO ME FOR EACH POWER CELL I CONTAIN." + ], + "oracle-right-eye-1": [ + "FOR YOUR GIFT, ANOTHER POWER CELL IS YOURS." + ], + "oracle-right-eye-2": [ + "HERE IS ANOTHER POWER CELL FOR YOUR QUEST." + ], + "oracle-right-eye-3": [ + "YOU HAVE OBTAINED ANOTHER POWER CELL." + ], + "redsage-resolution": [ + "HE-HE-HEH... YOU'VE FINALLY COME TO RESCUE ME.", + "DO YOU KNOW HOW LONG I'VE BEEN IN HERE?", + "WHAT TOOK YOU SO LONG? AND UH, HE-HE-HEH...", + "WHAT ARE YOUR NAMES?", + "I'M DAXTER! HE'S JAK, HE'S WITH ME.", + "GOOD JOB, DAXTER. YOU'RE A REAL HERO.", + "YOU'VE GOT TO STOP GOL FROM LAUNCHING THE ROBOT.", + "I'LL USE MY ECO POWER TO HELP OPEN THE SHIELD DOOR." + ], + "sage-bluehut-introduction-crop-dusting": [ + "WELL, THE SITUATION HERE STINKS WORSE THAN A LURKER'S ARMPIT.", + "BEFORE BLUE SAGE'S DISAPPEARANCE,", + "HE JOURNALED SIGNIFICANT TROUBLE IN ALL OF THE SURROUNDING AREAS.", + "OF PARTICULAR INTEREST TO ME IS THE DARK ECO INFECTION", + "OF SOME INNOCENT PLANTS IN THE PRECURSOR BASIN.", + "KEIRA WILL TELEPORT YOUR A-GRAV ZOOMER TO THE NEAREST TRANS-PAD.", + "RIDE THE ZOOMER TO A GREEN ECO VENT,", + "AND THEN CARRY THE GREEN ECO TO THE CORRUPTED PLANTS.", + "THAT SHOULD HEAL THEM.", + "DON'T MISS A SINGLE PLANT, OR THE INFECTED ONES WILL SLOWLY RE-INFECT THE HEALTHY ONES.", + "AND, DAXTER...", + "START CLEANING UP IN HERE!", + "AND DON'T FORGET THE CORNERS!" + ], + "sage-bluehut-introduction-prec-arm": [ + "WELL, I HOPE YOU'VE PACKED A LUNCH. 'CAUSE WE'RE JUST GETTING STARTED.", + "ACCORDING TO THE BLUE SAGE'S NOTES,", + "LURKERS HAVE INFESTED THE SWAMP ACROSS THE BAY.", + "APPARENTLY, THEY'RE PLANNING TO USE A DIRIGIBLE", + "TO LIFT AN IMPORTANT PRECURSOR ARTIFACT FROM THE MUCK.", + "YOU'RE GOING TO HAVE TO GET OVER THERE TO DISLODGE THEIR TETHERS.", + "WHO KNOWS WHAT THEY MIGHT WANT WITH THE ARTIFACT,", + "BUT LIKE ORANGE STUFF HERE'S BREATH, IT JUST CAN'T BE GOOD." + ], + "sage-bluehut-reminder-1-crop-dusting": [ + "MY EYES MUST BE DECEIVING ME!", + "BECAUSE I KNOW THAT THE TWO OF YOU ARE DEEP IN THE PRECURSOR BASIN,", + "SAVING THE DARK ECO-INFECTED PLANTS." + ], + "sage-bluehut-reminder-1-prec-arm": [ + "WHAT ARE YOU DOING BACK HERE ALREADY?", + "I CAN SEE FROM THE BALCONY", + "THAT THE LURKER DIRIGIBLE IS STILL FLOATING ABOVE THE SWAMP.", + "YOU OBVIOUSLY HAVEN'T COMPLETED YOUR TASK.", + "GET MOVING!" + ], + "sage-intro-sequence-a": [ + "I HAVE SPENT MY LIFE SEARCHING FOR THE ANSWERS THAT MY FATHER,", + "AND MY FATHER'S FATHERS FAILED TO FIND.", + "WHO WERE THE PRECURSORS?", + "WHY DID THEY CREATE THE VAST MONOLITHS THAT LITTER OUR PLANET?", + "HOW DID THEY HARNESS ECO, THE LIFE ENERGY OF THE WORLD?", + "WHAT WAS THEIR PURPOSE? AND WHY DID THEY VANISH?", + "I HAVE ASKED THE PLANTS, BUT THEY DO NOT REMEMBER.", + "THE PLANTS HAVE ASKED THE ROCKS, BUT THE ROCKS DO NOT RECALL.", + "EVEN THE ROCKS DO NOT RECALL...", + "EVERY BONE IN MY BODY TELLS ME THAT THE ANSWERS REST", + "ON THE SHOULDERS OF A YOUNG BOY", + "OBLIVIOUS TO HIS DESTINY, UNINTERESTED IN THE SEARCH FOR TRUTH", + "AND REJECTING OF MY GUIDANCE!", + "AND WHY WOULD HE WANT TO LISTEN TO OLD SAMOS THE SAGE ANYWAY?", + "I'M ONLY THE MASTER OF GREEN ECO, ONE OF THE WISEST MEN ON THE PLANET!", + "SO IT SEEMS THE ANSWER BEGINS NOT WITH CAREFUL RESEARCH", + "OR SENSIBLE THINKING.", + "NAY! AS WITH MANY OF FATE'S MYSTERIES", + "IT BEGINS WITH BUT A SMALL ACT OF DISOBEDIENCE.", + "HEY! UH, JAK? OL' GREEN STUFF TOLD US NOT TO COME HERE!" + ], + "sage-intro-sequence-d1": [ + "WHAT IN GREEN TARNATION DO YOU TWO WANT?", + "WE- WE- WE WAS- THEY WAS- I'M- I WAS-", + "DON'T TELL ME! INSTEAD OF HEEDING MY WISDOM", + "THE TWO OF YOU WENT MUCKING AROUND", + "IN THE ONLY PLACE THAT I TOLD YOU NOT TO GO: MISTY ISLAND!", + "THAT'S RIGHT! AND THEN-", + "AND, DAXTER, YOU FINALLY TOOK A MUCH-NEEDED BATH", + "BUT IN A BATHTUB FILLED WITH DARK ECO.", + "LOOK, OLD MAN, ARE YOU GONNA KEEP YAPPIN'", + "OR YOU GONNA HELP ME OUTTA THIS MESS!?", + "I'M GONNA KEEP YAPPIN'! BECAUSE IN MY PROFESSIONAL OPINION", + "THE CHANGE IS AN IMPROVEMENT.", + "AND BESIDES... I COULDN'T HELP YOU IF I WANTED TO.", + "WHAT!?", + "THERE'S ONLY ONE PERSON WHO HAS STUDIED DARK ECO LONG ENOUGH", + "TO HAVE A CHANCE AT RETURNING YOU TO YOUR PREVIOUS FORM:", + "GOL ACHERON, THE SAGE.", + "BUT HE LIVES FAR TO THE NORTH. FAR, FAR TO THE NORTH.", + "NOBODY HAS SPOKEN TO HIM IN AGES.", + "I WOULD TELEPORT YOU THERE, BUT I CAN'T DO THAT EITHER.", + "NONE OF THE THREE SAGES THAT MAINTAIN THE OTHER TELEPORTER GATES", + "HAVE SEEN FIT TO TURN THEIR ENDS ON FOR QUITE A WHILE!" + ], + "sage-intro-sequence-d2": [ + "THE ONLY OTHER WAY NORTH IS BY FOOT THROUGH THE FIRE CANYON", + "BUT ITS VOLCANIC SOIL IS HOT ENOUGH TO MELT PRECURSOR METAL.", + "YOU CAN'T JUST WALK THROUGH IT.", + "BUT YOU COULD FLY OVER IT", + "IF YOU HAD A ZOOMER EQUIPPED WITH A HEAT SHIELD.", + "I JUST HAPPEN TO BE WORKING ON SUCH A THING AT THIS VERY MOMENT.", + "ALL I WOULD NEED IS TWENTY POWER CELLS TO GIVE IT ENOUGH ENERGY", + "TO WITHSTAND THE CANYON'S HEAT. ISN'T THAT RIGHT, DADDY?", + "YES, KEIRA, THAT MIGHT WORK. BUT WHERE ARE A BOY", + "AND A HALF!", + "GOING TO GET TWENTY POWER CELLS?", + "FROM THE VILLAGERS! MOST OF THEM HAVE A POWER CELL OR TWO", + "STASHED AWAY SOMEWHERE.", + "AND EVEN IF THEY AREN'T WILLING TO JUST GIVE THEM AWAY", + "GREASING THEIR PALMS WITH A FEW PRECURSOR ORBS SHOULD DO THE TRICK.", + "AND I BET THERE ARE EVEN MORE OF THEM OUT IN THE WILDS JUST WAITING FOR SOME", + "BRAVE ADVENTURER TO FIND.", + "WELL WE'VE GOT THE BRAVE ADVENTURER, AT LEAST.", + "BRAVE ADVENTURER?", + "YOU TWO COULDN'T FIND YOUR WAY OUT OF THE VILLAGE WITHOUT TRAINING!", + "BEFORE YOU DO ANYTHING ELSE, YOU BETTER GO THROUGH THE WARP GATE AND GET", + "SOME PRACTICE ON GEYSER ROCK.", + "UH, WE WON'T FIND ANY MORE OF THAT DARK GOOEY ECO STUFF, WILL WE?", + "'CAUSE I'D HATE TO FALL IN AGAIN AND TURN INTO YOU!", + "GET IN THERE! BEFORE I TURN YOU BOTH INTO FERNS!" + ], + "sage-intro-sequence-e": [ + "GOOD TRAINING, BOYS, BUT THAT'S NOTHING COMPARED TO THE CHALLENGES THAT LIE AHEAD.", + "AH, THEY'RE NO PROBLEM. WE GOT THE MOVES, EH JAK?", + "WE'D LOVE TO STAY AND CHAT, BIG GREEN, BUT WE'RE UH...", + "ITCHING TO GET ON WITH OUR ADVENTURES.", + "FINE, FINE, \"ADVENTURE\" AWAY THEN.", + "AND WHILE YOU'RE OUT \"ADVENTURING,\" WHY DON'T YOU MAKE YOURSELF USEFUL?", + "MY DARN GREEN ECO COLLECTORS ARE CLOGGED UP AGAIN.", + "HEAD OUT TO THE FAR SIDE OF THE BEACH AND CLEAR THEM OUT WHY DON'T YOU.", + "FOLLOW THE LAMPS, THEY'LL TAKE YOU RIGHT THERE.", + "NOW, ALL OF YOU...", + "GET OUT OF HERE!" + ], + "sage-introduction-misty-cannon": [ + "OH, IT'S THE CONQUERING HEROES.", + "GOOD, I WANTED TO TALK WITH YOU TWO ABOUT SOMETHING SERIOUS.", + "THERE APPEARS TO BE QUITE A BIT OF LURKER ACTIVITY ON MISTY ISLAND.", + "I CAN SEE THEM BOMBARDING THE PRECURSOR SILO FROM MY LOOKOUT TOWER.", + "IF THE LURKERS OPEN IT UP AND RELEASE THE DARK ECO, WE COULD ALL END UP", + "RUNNING AROUND LOOKING AS RIDICULOUS AS THIS ANNOYING LITTLE SPECIMEN.", + "JAK, IT'S TIME FOR YOU TO PROVE YOUR WORTH.", + "GET THE FISHERMAN TO LET YOU TAKE HIS BOAT BACK TO MISTY ISLAND", + "GET TO THE TOP OF THE PRECURSOR SILO AND TAKE OUT THAT CANNON.", + "AND... WHAT ABOUT ME?", + "YOU? WHY DON'T YOU MOP MY FLOORS? THEY SEEM TO HAVE LOST THEIR SHINE LATELY." + ], + "sage-reminder-1-ecorocks": [ + "SOME \"BRAVE ADVENTURERS\" YOU TWO ARE.", + "BACK ALREADY AND WITHOUT CLEARING MY BLOCKED ECO HARVESTERS!", + "THEY'RE ON THE FAR SIDE OF THE BEACH, BOYS.", + "NOW...", + "GET MOVING!" + ], + "sage-reminder-1-generic": [ + "WHAT ARE YOU TWO DOING HERE? YOU HAVE POWER CELLS TO COLLECT!", + "LEAVE ME ALONE... UNTIL YOU HAVE THEM!" + ], + "sage-reminder-1-misty-cannon": [ + "THE BOMBARDMENT IS GETTING WORSE!", + "FIND THE FISHERMAN IN THE JUNGLE, GET PERMISSION TO USE HIS BOAT", + "AND GET OVER TO MISTY ISLAND TO STOP THE CANNON.", + "AND YOU DAXTER, YOU NEED TO GET MOPPING. THIS PLACE IS A MESS!" + ], + "sage-reminder-2-generic": [ + "YOU TWO JUST DON'T UNDERSTAND THE GRAVITY OF THE SITUATION.", + "THIS IS ABOUT MORE THAN A SINGLE BOY GONE FUZZY. THIS IS ABOUT LIFE AS WE KNOW IT.", + "NOW, GET OUT THERE AND FULFILL YOUR DESTINY." + ], + "sage-village3-introduction": [ + "OW! I ALWAYS WONDER IF I'M LOSING BODY PARTS IN THOSE THINGS!", + "HOLY YAKOW! THE RED SAGE'S LAB LOOKS WORSE THAN THE BLUE'S!", + "WELL, IT DEFINITELY LOOKS AS THOUGH THERE'S BEEN A STRUGGLE HERE.", + "HA HA HA HA HA!", + "I'D HARDLY CALL IT \"STRUGGLE.\"", + "WOULD YOU, DEAR SISTER?", + "CERTAINLY NOT. THE RED SAGE GAVE UP WITH SO LITTLE EFFORT.", + "NO FUN AT ALL.", + "GOL? IS THAT YOU?", + "YOU'VE FINALLY GONE OFF THE DEEP END, EH?", + "AND, MAIA! I TOLD YOU THE DARK ECO WOULD AFFECT YOU BOTH!", + "HNG, NOBODY EVER LISTENS TO OLD SAMOS...", + "WHAT HAVE YOU TWO DONE WITH THE BLUE AND RED SAGES?", + "DON'T WORRY ABOUT YOUR COLORFUL FRIENDS, YOU OLD FOOL.", + "THEY'RE PERFECTLY SAFE IN OUR CITADEL. OUR SPECIAL GUESTS.", + "THEY HAVE GRACIOUSLY AGREED TO HELP US ON A LITTLE PROJECT.", + "YOU WERE WRONG, SAMOS. DARK ECO CAN BE CONTROLLED!", + "WE'VE LEARNED ITS SECRETS, AND NOW WE CAN RESHAPE THE WORLD TO OUR LIKING.", + "YOU CAN'T CONTROL DARK ECO BY ITSELF! EVEN THE PRECURSORS COULDN'T-", + "UNTIL NOW, WE'VE HAD TO SCRAPE BY WITH WHAT LITTLE DARK ECO", + "WE COULD FIND NEAR THE SURFACE.", + "BUT SOON, WE WILL HAVE ACCESS TO THE VAST STORES", + "OF DARK ECO HIDDEN DEEP UNDERGROUND.", + "NOT THE SILOS!", + "YES, THE SILOS!", + "THEY WILL BE OPENED, AND ALL THE DARK ECO IN THE WORLD WILL BE OURS!", + "BUT THAT'S IMPOSSIBLE! ONLY A PRECURSOR ROBOT-", + "OH, DON'T LOOK SO UPSET, SAMOS.", + "WE'VE GOT BIG PLANS FOR YOU.", + "AH HA HA HA HA HA HA! AHH...", + "WAIT A MINUTE!", + "THAT WAS GOL?", + "THE SAME GOL WHO'S SUPPOSED TO CHANGE ME BACK?", + "GOL IS THE GUY TRYING TO KILL US?!", + "I'M DOOMED.", + "WE MAY ALL BE DOOMED.", + "IF THEY OPEN THE SILOS, THE DARK ECO WILL", + "TWIST AND DESTROY EVERYTHING IT TOUCHES!", + "WE SIMPLY MUST GET TO THEIR CITADEL, TO STOP THEM!", + "THE FASTEST WAY THERE IS THROUGH THE LAVA TUBE", + "AT THE BOTTOM OF THIS CRATER.", + "A FEW MORE POWER CELLS, AND YOUR ZOOMER'S HEAT SHIELD", + "SHOULD GET YOU ACROSS THE LAVA SAFELY.", + "ALL RIGHT, MY BOY. YOU KNOW WHAT TO DO.", + "TAKE THE FLEABAG AND GO ROUND UP MORE POWER CELLS." + ], + "sage-village3-introduction-dark-eco": [ + "GREAT BALLS OF ECO!", + "THERE SEEMS TO BE A LARGE LURKER PRESENCE IN THE SPIDER CAVES!", + "GREAT. SOUNDS LIKE A REAL CHEERY PLACE.", + "LET ME GUESS. THERE ARE SPIDERS IN THE SPIDER CAVES, RIGHT?", + "OF COURSE THERE ARE SPIDERS IN SPIDER CAVES!", + "BUT THAT'S THE LEAST OF YOUR PROBLEMS!", + "THE LURKERS ARE AFTER CRYSTALS OF CONCENTRATED DARK ECO.", + "YOU'VE GOT TO DESTROY THE CRYSTALS BEFORE THOSE MONSTERS", + "GET THEIR HANDS ON THEM!", + "HOP TO IT!" + ], + "sage-village3-introduction-rams": [ + "I'M GLAD YOU TWO ARE HERE. THERE'S LURKER MOVEMENT IN THE MOUNTAINS.", + "APPARENTLY THEY'VE DISCOVERED, AND ARE NOW TRYING TO REMOVE,", + "SOME DARK ECO STORES FROZEN IN THE GLACIERS.", + "WHILE YOU'RE UP THERE POKING AROUND FOR POWER CELLS", + "STOP THOSE LURKERS, AND KEEP A LITTLE MORE DARK ECO OUT OF GOL'S HANDS." + ], + "sage-village3-reminder-1-dark-eco": [ + "YOU HAVE TO DESTROY THE DARK ECO CRYSTALS IN SPIDER CAVES!" + ], + "sage-village3-reminder-1-rams": [ + "WE CAN'T LET THE LURKERS GET THEIR HANDS ON THE DARK ECO CANISTERS.", + "GET UP TO THOSE SNOWY PEAKS AND STOP THEM!" + ], + "sculptor-introduction": [ + "HEY... LITTLE FURRY DUDE!", + "AWW... I THOUGHT FOR A MOMENT YOU WERE MY MUSE.", + "YOUR WHAT?", + "HAVEN'T YOU EVER SEEN A MUSE BEFORE?", + "IT'S A LITTLE GLOWIN' SQUIRREL ABOUT YOUR SIZE, FULL OF SPUNK, AND CRAZY AS A LARK!", + "OH, I GET IT! LIKE A SIDEKICK.", + "AS A MATTER OF FACT, WITHOUT MY MUSE, I JUST CAN'T SCULPT.", + "BUT WITH HER AROUND... I SEE BEAUTY IN EVERYTHING, YOU KNOW?", + "RIGHT NOW I COULDN'T CHISEL MY WAY OUT OF A BOX.", + "I THINK SHE RAN AWAY TO THAT MISTY ISLAND.", + "AWW, I JUST HOPE SHE'S ALL RIGHT.", + "IT'S WORTH A POWER CELL IF YOU BRING HER BACK TO ME!", + "WAIT A MINUTE! WE ARE NOT GOING BACK TO MISTY ISLAND!", + "ARE WE?" + ], + "sculptor-reminder-1": [ + "AW HEY DUDES! DID YOU FIND MY MUSE YET?" + ], + "sculptor-resolution": [ + "OH, MY MUSE! YOU SAVED HER! AW, YOU REALLY ARE THE BEST!", + "HERE, TAKE THIS POWER CELL. I WON'T NEED IT NOW THAT I HAVE MY INSPIRATION BACK!" + ], + "sidekick-human-intro-sequence-b": [ + "CONTINUE YOUR SEARCH FOR ARTIFACTS AND ECO.", + "IF THE LOCALS POSSESS PRECURSOR ITEMS, YOU KNOW WHAT TO DO.", + "DEAL HARSHLY WITH ANYBODY WHO STRAYS FROM THE VILLAGE.", + "WE WILL ATTACK IT IN DUE TIME." + ], + "sidekick-human-intro-sequence-c": [ + "WHAT ARE WE DOING HERE ANYWAY, JAK? THIS PLACE GIVES ME THE CREEPS!", + "HUH?", + "(GROAN) STUPID PRECURSOR JUNK!", + "EEK! WHAT IS THAT DARK OOZE? IT SURE DON'T LOOK FRIENDLY.", + "THE SAGE YAPS ON ABOUT THE PRECURSORS THAT BUILT THIS PLACE ALL THE TIME.", + "\"WHERE DID THEY GO? WHY DID THEY BUILD THIS CRAP?\"", + "NOW I LIKE PRECURSOR ORBS AND POWER CELLS AS MUCH AS THE NEXT GUY", + "BUT IF YOU ASK ME, THEY MUST HAVE BEEN REAL LOSERS.", + "WHOA! HOW DID YOU DO THAT?", + "JAK, I THINK WE'RE IN TROUBLE!", + "MAN, THAT STUNG.", + "I TOLD YOU WE SHOULDN'T HAVE COME HERE, AND YOU LISTENED?", + "WHAAAT?", + "WAAAAAAAAHHHHHHHH!!", + "OKAY, OKAY. I'M FINE, I'M FINE...", + "WAAAAAAAAHHHHHHHH!!" + ], + "warrior-introduction": [ + "OHH... MY ACHING HEAD.", + "I DOUBT THAT'S ONE OF YOUR VITAL ORGANS!", + "WALK IT OFF, TOUGH GUY!", + "OH, SURE, I WAS TOUGH ONCE.", + "MAYBE EVEN THE TOUGHEST OF THEM ALL.", + "I SINGLE-HANDEDLY DEFENDED THIS VILLAGE FROM THOSE HORRID CREATURES FOR ALMOST A YEAR!", + "THEN THAT HORRIBLE MONSTER ARRIVED AND COMMENCED THE BOULDER BOMBARDMENT.", + "SO, FULL OF VALOR, ARMOR SHINING IN THE SUN...", + "I CLIMBED THE HILL TO TAKE HIM ON...!", + "BUT HE POUNDED ME LIKE ONE TENDERIZES A YAKOW STEAK.", + "HAVE YOU TRIED ATTACKING HIM WITH YOUR MELODRAMA?", + "'CAUSE IT'S KILLIN' ME!", + "AFTER MY LAST STUNNING FAILURE,", + "HE SEALED THE PASSAGEWAY TO HIS ROOST WITH A 30-TON BOULDER,", + "LEAVING NO WAY FOR ANYONE TO CHALLENGE HIM AGAIN.", + "SO, OUR SAGE, A MASTER OF BLUE ECO AND A MECHANICAL GENIUS, DEVISED A MACHINE", + "CAPABLE OF LIFTING THE BOULDER OUT OF THE WAY...!", + "BUT ALAS, HE DISAPPEARED BEFORE WE HAD A CHANCE TO TURN IT ON.", + "AND HE TOOK ALL OF HIS POWER CELLS WITH HIM.", + "AT LEAST I WAS ABLE TO PULL ENOUGH PONTOONS OUT OF OUR BRIDGE TO PREVENT", + "THAT MONSTER FROM COMING DOWN HERE TO DO ME HARM.", + "YEAH, GOOD, GOOD JOB, TOUGH GUY. BUT, UM...", + "WE'RE GONNA NEED YOU TO, UH... PUT 'EM BACK, AND STUFF.", + "OH, SURE! AND SEAL MY DOOM?", + "(SIGHS)", + "ALRIGHT. FINE.", + "BRING ME 90 PRECURSOR ORBS AND I'LL LET THE PONTOONS LOOSE.", + "BUT I'M NOT GOING TO FIGHT THAT MONSTER AGAIN!" + ], + "warrior-reminder-1": [ + "TAKE ALL THE TIME YOU WANT BRINGING ME THE PRECURSOR ORBS", + "I'M NOT LOOKING TO FIX THE PONTOON BRIDGE ANY TIME SOON." + ], + "warrior-resolution": [ + "OH.", + "WONDERFUL.", + "YA BROUGHT ME THE PRECURSOR ORBS.", + "ALL RIGHT.", + "I'LL FIX THE BRIDGE.", + "BUT DON'T ASK ME TO GET INVOLVED WITH THAT CREATURE AGAIN!" + ], + "yellowsage-resolution": [ + "WHO WOULDA THOUGHT I'D LIVE TO SEE THE DAY", + "WHEN I NEEDED TO BE RESCUED BY A BOY AND HIS MUSKRAT!", + "AHH... I'M GONNA GIVE GOL AND MAIA", + "A LITTLE PAYBACK FOR THIS EMBARRASSMENT!", + "THEN WE'LL SEE ABOUT COOKING UP SOME MUSKRAT STEW...", + "(GULPS)" + ] + }, + "hints": { + "ASSTLP01": [ + "HMM..." + ], + "ASSTLP02": [ + "GOTTA GET THIS HEAT SHIELD WORKING..." + ], + "ASSTLP03": [ + "WE NEED POWER CELLS TO FUEL THE HEAT SHIELD..." + ], + "ASSTLP04": [ + "WHERE'S MY SPANNER?" + ], + "ASSTLP05": [ + "FIRE CANYON IS SO HOT..." + ], + "ASSTLP23": [ + "NOW, HOW DID HE GET THAT LEVITATOR TO WORK?" + ], + "ASSTLP24": [ + "NOW, EVEN WITH POWER CELLS,", + "WILL WE HAVE ENOUGH POWER?" + ], + "ASSTLP30": [ + "HM, LET'S SEE..." + ], + "ASSTLP31": [ + "HM." + ], + "ASSTLP32": [ + "OH, MY..." + ], + "ASSTLP33": [ + "AH-HA!" + ], + "ASSTLP34": [ + "HUH... WHAT ARE GOL AND MAIA UP TO?" + ], + "ASSTLP35": [ + "HMM... WE'VE GOTTA GET TO PRECURSOR CITY." + ], + "ASSTLP36": [ + "HUH. THE HEAT SHIELD'S GOING TO NEED EVEN MORE POWER", + "TO WITHSTAND THE LAVA." + ], + "ASSTLP37": [ + "AW... WE'VE GOT TO SAVE THE OTHER SAGES..." + ], + "BIL-AM01": [ + "I JUST LOVE THE MUD." + ], + "BIL-AM02": [ + "DARN SWAMP RATS." + ], + "BIL-AM03": [ + "I NEED A GOOD DRAUGHT OF MAMA'S MEDICINE." + ], + "BIL-AM04": [ + "GLADIOLA." + ], + "BIL-AM05": [ + "I NEED ME SOME BROWN MEDICINE." + ], + "BIL-AM06": [ + "I NEED ME SOME SUMMER COOLANT." + ], + "BIL-AM07": [ + "DARN, THIS HEAT'S GIVIN' ME THE PRICKLIES." + ], + "BIL-AM08": [ + "DARN... THIS HEAT'S GIVIN' ME A RASH." + ], + "BIL-AM1A": [ + "MM-MM! I JUST LOVE THE MUD!" + ], + "BIL-AM2A": [ + "DARN SWAMP RATS!" + ], + "BIL-AM2B": [ + "DARN SWAMP RATS!" + ], + "BIL-LO01": [ + "FARTHY!" + ], + "BIL-LO02": [ + "SOIEE-SOIEE-SOIEE-SOIEE-SOIEE!" + ], + "BIL-LO03": [ + "SOIEE-SOIEE-SOIEE!" + ], + "BIL-LO1A": [ + "FARTHY!" + ], + "BIL-LO2A": [ + "SOIEE-SOIEE-SOIEE!" + ], + "BIL-LO2B": [ + "SOIEE! SOIEE!" + ], + "BIL-TA01": [ + "GET 'EM!" + ], + "BIL-TA02": [ + "NICE SHOT!" + ], + "BIL-TA03": [ + "OVER THAR!" + ], + "BIL-TA04": [ + "AW, DANG." + ], + "BIL-TA05": [ + "RAT GOT A SNACK." + ], + "BIL-TA06": [ + "AND ANOTHER..." + ], + "BIL-TA07": [ + "THERE'S ONLY ONE LEFT..." + ], + "BIL-TA08": [ + "GOT 'EM." + ], + "BIL-TA09": [ + "YEEHAW!" + ], + "BIL-TA1A": [ + "GET 'EM!" + ], + "BIL-TA2A": [ + "NICE SHOT!" + ], + "BIL-TA3A": [ + "OVER THAR." + ], + "BIL-TA4A": [ + "DANG!" + ], + "BIL-TA4B": [ + "DANG!" + ], + "BIL-TA5A": [ + "RAT GOT A SNACK!" + ], + "BIR-AM01": [ + "ARE YOU NEAR THE EGG YET?" + ], + "BIR-AM02": [ + "THAT'S IT, JUST A LITTLE FURTHER!" + ], + "BIR-AM03": [ + "OH, GOOD, NOW PUSH IT. OH, GENTLY NOW!" + ], + "BIR-AM04": [ + "OH, MY, THAT WASN'T GENTLE!" + ], + "BIR-AM05": [ + "COME ON, PUSH THE EGG OFF THE CLIFF!" + ], + "BIR-AM06": [ + "OHH!" + ], + "BIR-AM07": [ + "OH, HERE, BIRDIE BIRDIE. HERE, BIRDIE BIRDIE." + ], + "BIR-AM08": [ + "HERE, BIRDIE BIRDIE." + ], + "BIR-AM09": [ + "BE CAREFUL, IT DOESN'T LOOK SAFE UP THERE!" + ], + "BIR-AM10": [ + "CAREFUL, EASY DOES IT!" + ], + "BIR-AM11": [ + "GOOD JOB! NOW MEET ME DOWN HERE BY THE EGG." + ], + "BIR-AM12": [ + "YOU MUST BE A TRUE ANIMAL LOVER!" + ], + "BIR-AM13": [ + "DO YOU SEE ANY OTHER BIRDS UP THERE?" + ], + "BIR-LO01": [ + "(KISS) (WHISTLE)" + ], + "BIR-LO02": [ + "OH MY, THAT'S A PRETTY ONE." + ], + "BIR-LO03": [ + "OH LOOK, A MUCKY-MUCK." + ], + "BIR-am08": [ + "HERE, BIRDIE BIRDIE..." + ], + "BLU-AM01": [ + "A LITTLE BIT OF HELP WOULD BE GOOD!" + ], + "BLU-AM02": [ + "OH, THIS IS A FINE MESS." + ], + "BLU-AM03": [ + "HMM, QUITE AN ENIGMA WE'RE FACING." + ], + "CHI-AM01": [ + "THIS IS A CATASTROPHE. A CATASTROPHE I SAY!" + ], + "CHI-AM02": [ + "THEY WANT ME TO GO INTO THE JUNGLE - ME! HO HO OH...", + "I'D SOONER WRESTLE AN ENRAGED FLUT-FLUT." + ], + "CHI-AM03": [ + "F-FIRST THE FISHERMAN'S BOAT IS...", + "IT'S ATTACKED BY A MONSTER...", + "AND NOW, NOW THIS...", + "WHAT ELSE COULD GO WRONG?" + ], + "CHI-AM04": [ + "I DON'T... I'D, I'D... OOH, MAYBE I SHOULD RAISE TAXES...", + "TO PAY FOR THIS MESS." + ], + "CHI-AM05": [ + "PROBLEMS... PROBLEMS... PROBLEMS!" + ], + "CHI-AM06": [ + "(SOBS) I'LL NEVER GET RE-ELECTED NOW..." + ], + "CHI-AM07": [ + "(MOANS) WHAT'S HAPPENED TO THE VILLAGE'S ENERGY BEAM?" + ], + "CHI-AM08": [ + "I... THEY, I DON'T... (MUTTERS)" + ], + "CHI-LO01": [ + "...WINDMILL, MONSTERS, POWER, RE-ELECTION..." + ], + "CHI-LO02": [ + "...THE POLLS, I... MONSTERS, HM... RE-ELECTION, OH..." + ], + "EXP-AM01": [ + "I NEED TO SET OFF ON MY JOURNEY SOON.", + "I NEED PRECURSOR ORBS!" + ], + "EXP-AM02": [ + "LET'S SEE, NOW WHERE SHALL I GO FIRST? EH..." + ], + "EXP-AM03": [ + "OH I DO MISS THE OPEN ROAD." + ], + "EXP-AM04": [ + "SO MANY PLACES TO SEE, AND SO LITTLE TIME." + ], + "EXP-AM05": [ + "WELL IN MY DAY, YOU COULD WALK THE LANDS", + "WITHOUT BEING ASSAULTED BY MONSTERS!" + ], + "EXP-LO02": [ + "I NEED MORE PRECURSOR ORBS." + ], + "EXP-LO1A": [ + "(MUTTERS)" + ], + "FAR-AM01": [ + "(SNORES) HERE, BESSIE... HERE, BESSIE BESSIE...", + "THAT'S A GOOD GIRL..." + ], + "FAR-AM02": [ + "GOTTA BRING IN THE CROPS 'FORE THE JUNE BUGS..." + ], + "FAR-AM2A": [ + "GOTTA BRING IN THE CROPS 'FORE THE JUNE BUGS GET..." + ], + "FAR-LO01": [ + "(SNORES)" + ], + "FAR-LO1A": [ + "(SNORES)" + ], + "FIS-AM01": [ + "GRR, THESE DARN FISH...", + "I NEVER CATCH ME A SINGLE ONE." + ], + "FIS-AM02": [ + "THEM MONSTERS THAT DONE BIT ME SHIP", + "WILL DRIVE ME BROKE." + ], + "FIS-AM03": [ + "DRAT, THESE BLIGHTERS!", + "IN ME BASKET, DARN FISHIES, COME ON YEAH...", + "HEH HE HE HE HE..." + ], + "FIS-AM04": [ + "OH I LOVE THE SMELL OF FISH IN THE MORNIN'." + ], + "FIS-AM05": [ + "OOH I COULD USE ME A SALTED FISH LIPS ON RYE." + ], + "FIS-AM06": [ + "I 'MEMBER THE BIG ONE THAT GOT AWAY..." + ], + "FIS-LO01": [ + "GRR!" + ], + "FIS-LO03": [ + "HA HA HA HA HA HAH!" + ], + "FIS-LO04": [ + "DARN FISH... THEY NEVER GET IN ME NET!" + ], + "FIS-LO05": [ + "HA HA HA AH HA HA HA HAH!" + ], + "FIS-TA01": [ + "TO THE LEFT!" + ], + "FIS-TA02": [ + "RIGHT WITH YA!" + ], + "FIS-TA03": [ + "HERE COMES A BIG ONE!" + ], + "FIS-TA04": [ + "YE MISSED A JUMBO, LADDIE!" + ], + "FIS-TA05": [ + "DON'T MISS ONE LIKE THAT AGAIN!" + ], + "FIS-TA06": [ + "STEADY BOY." + ], + "FIS-TA07": [ + "YOUR SAILS ARE SAGGING IN THE WIND, BOY." + ], + "FIS-TA08": [ + "MISSED." + ], + "FIS-TA09": [ + "LOOKS LIKE YOU COULD USE A BIGGER NET..." + ], + "FIS-TA10": [ + "MISSED AGAIN!" + ], + "FIS-TA11": [ + "HOLD STEADY! YOU'RE ALMOST THERE..." + ], + "FIS-TA1A": [ + "LEFT!" + ], + "FIS-TA2A": [ + "RIGHT!" + ], + "GAM-AM01": [ + "HEY, TWENTY-TO-ONE ODDS AIN'T SO BAD!" + ], + "GAM-AM02": [ + "NO, IT WAS A SURE THING!" + ], + "GAM-AM03": [ + "HEH HEH HEH... I'M GONNA HIT THE JACKPOT NEXT TIME!" + ], + "GAM-AM04": [ + "HEH! IF I HAD AN ORB FOR EVERY MISSED OPPORTUNITY...!" + ], + "GAM-AM05": [ + "HEY! BARRELS COULD COME BACK IN STYLE!" + ], + "GAM-AM06": [ + "OH... I NEED A LUCKY BREAK." + ], + "GAM-AM07": [ + "AW, WHAT ARE THE ODDS OF MOVIN' TO A TOWN UNDER ATTACK?" + ], + "GAM-AM08": [ + "I THOUGHT I HAD A GOOD TIP!" + ], + "GAM-AM09": [ + "ANOTHER DAY, ANOTHER WAGER." + ], + "GAM-AM10": [ + "I BET NO ONE CAN TAKE ON THAT MONSTER." + ], + "GAM-AM11": [ + "HUH-HUH... I SHOULD CASH OUT AND MOVE ON." + ], + "GAM-AM12": [ + "EH, SOMETIMES YOU JUST CAN'T WIN." + ], + "GAM-AM13": [ + "HEY, WHAT ARE YOU LAUGHIN' AT? DO I AMUSE YOU?" + ], + "GEO-AM01": [ + "MM, INTERESTING STRATA..." + ], + "GEO-AM02": [ + "POOR LITTLE MOLES..." + ], + "GEO-AM03": [ + "INTERESTING..." + ], + "GEO-AM04": [ + "GOOD LUCK, BOYS!" + ], + "GEO-AM05": [ + "NASTY LURKERS..." + ], + "GEO-AM06": [ + "ROCKS HAVE FEELINGS, TOO..." + ], + "GEO-AM07": [ + "HANG IN THERE, LITTLE ONES..." + ], + "GEO-AM08": [ + "NOW I CAN GET BACK TO MY RESEARCH!" + ], + "GEO-LO01": [ + "I'VE GOT TO GET BACK TO MY RESEARCH." + ], + "GEO-LO02": [ + "HM, THIS STONE IS VERY OLD..." + ], + "GOL-AM01": [ + "YOU JUST WON'T GIVE UP, WILL YOU?" + ], + "GOL-AM02": [ + "SOON, THE DARK ECO WILL BE OURS!" + ], + "GOL-AM03": [ + "FINISH THEM!" + ], + "GOL-AM04": [ + "FIRE!" + ], + "GOL-AM05": [ + "BLAST THEM!" + ], + "GOL-AM06": [ + "WHAT? THEM AGAIN!" + ], + "GOL-AM07": [ + "IT'S TOO LATE!" + ], + "GOL-AM08": [ + "YOU ARE MINE!" + ], + "GOL-AM09": [ + "I HAVE YOU NOW!" + ], + "GOL-AM10": [ + "AH HA HA HA HA!" + ], + "GOL-AM11": [ + "NO MERCY!" + ], + "GOL-AM12": [ + "TAKE THAT!" + ], + "GOL-AM13": [ + "NICE TRY!" + ], + "GOL-AM14": [ + "STAND STILL!" + ], + "GOL-AM15": [ + "PATHETIC!" + ], + "GOL-AM16": [ + "NOOO!" + ], + "GOL-AM17": [ + "AHHH!" + ], + "GOL-AM18": [ + "WE'LL OPEN THE SILO ALL THE WAY AND DESTROY YOU TWO!" + ], + "GOL-AM19": [ + "LIGHT ECO! IT DOES EXIST!" + ], + "GOL-AM20": [ + "WE'RE NOT GONNA TAKE IT!" + ], + "MAI-AM01": [ + "FINISH THEM BOTH OFF ONCE AND FOR ALL!" + ], + "MAI-AM02": [ + "TAKE THEM OUT!" + ], + "MAI-AM03": [ + "HA HA HA!" + ], + "MAI-AM04": [ + "ECO WON'T PROTECT YOU NOW!" + ], + "MAI-AM05": [ + "DO SOMETHING!" + ], + "MAI-AM06": [ + "AGH!" + ], + "MAI-AM07": [ + "NOOOOO!" + ], + "MAI-AM08": [ + "WE'LL OPEN THE SILO ALL THE WAY AND DESTROY YOU TWO!" + ], + "MAI-AM09": [ + "THEY MUST NOT BE ALLOWED TO GET IT!" + ], + "MIN-LO01": [ + "ONE OF THESE DAYS I'LL BE RICH...", + "YOU MEAN WE'LL BE RICH!", + "YEAH. WHATEVER." + ], + "MIN-LO03": [ + "DIG, WILLARD! DIG!", + "YEAH, BUT YOU'RE NOT DIGGING!", + "THAT'S 'CAUSE I'M DOIN' THE THINKIN'!" + ], + "MIN-LO04": [ + "DUH, GORDY? CAN I TAKE A BREAK?", + "OH, I'LL BREAK SOMETHIN' ALRIGHT. NOW DIG!" + ], + "MIN-LO05": [ + "I'M STARVING, GORDY!", + "EAT YOUR BIRD!" + ], + "MIN-LO06": [ + "DUH, GORDY? I NEED A SHARPER PICK.", + "WHAT YOU NEED IS A SHARPER WIT!" + ], + "MSH-AM01": [ + "WAH-HA-HA-HA-HA! I'M GONNA BE RICH!" + ], + "MSH-AM02": [ + "DIG, DIG, DIG!" + ], + "MSH-AM03": [ + "WILLARD! WORK HARDER, NOT SMARTER!" + ], + "MSH-AM04": [ + "AH-HAH, I'LL BE THE RICHEST MAN IN THE WORLD! AH HA HA..." + ], + "MSH-AM05": [ + "OH HO HO! NOBODY'S EVEN SEEN A GEM THIS SIZE! AH HA HA!" + ], + "MSH-AM06": [ + "EASY STREET, HERE I COME!" + ], + "MSH-AM07": [ + "MY GEMS! ALL MY GEMS!" + ], + "MSH-AM08": [], + "MSH-AM09": [ + "(CHUCKLING) I CAN'T WAIT TO CASH THIS BABY IN!" + ], + "MSH-AM10": [ + "THIS LOOKS LIKE A RARE CRYSTITE ZLARCONIA! OH-HO-HO!" + ], + "MSH-AM11": [ + "NOW WAIT A MINUTE! THEY'RE ALL MINE! MINE, I TELL YA!" + ], + "MSH-AM12": [ + "SO, WILLARD. WHAT ARE YOU GONNA DO WITH", + "YOUR QUARTER, OF YOUR HALF?" + ], + "MSH-AM1A": [ + "I'M GONNA BE RICH!" + ], + "MSH-AM2A": [ + "DIG, DIG, DIG!" + ], + "MSH-AM3A": [ + "WORK HARDER, NOT SMARTER!" + ], + "MTA-AM01": [ + "DUH, ARE WE ALMOST DONE?" + ], + "MTA-AM02": [ + "GEE, CAN WE TAKE A BREAK?" + ], + "MTA-AM03": [ + "AWW, I'M HUNGRY..." + ], + "MTA-AM04": [ + "DUH... I THINK BIRDIE'S CAGE NEEDS CLEANING..." + ], + "MTA-AM05": [ + "GEE, THAT'S AN AWFULLY BIG GEM!" + ], + "MTA-AM06": [ + "DUH... I ALWAYS WANTED TO BE A LUMBERJACK..." + ], + "MTA-AM07": [ + "DUH, GORDY PROMISED TO GIVE ME HALF OF WHATEVER I COULD CARRY!" + ], + "MTA-AM08": [ + "EH HEH... BIRDIE IS MY BEST FRIEND..." + ], + "MTA-AM09": [ + "I LOVE MY LITTLE BIRDIE..." + ], + "RED-AM01": [ + "IS ANYBODY THERE?" + ], + "RED-AM02": [ + "WELL..." + ], + "RED-AM03": [ + "WHAT KEPT YOU?" + ], + "SAGELP03": [ + "THESE TWO COULDN'T UNBLOCK THEIR EARS..." + ], + "SAGELP04": [ + "HE'LL JUST NEVER BE LIKE HIS UNCLE...", + "I DON'T CARE WHAT THE OTHERS SAY." + ], + "SAGELP05": [ + "HELLO, BLUE SAGE? HELLO?", + "WHERE IN THE BLUE BLAZES COULD HE BE..." + ], + "SAGELP06": [ + "MY, MY, MY..." + ], + "SAGELP11": [ + "ANYONE? ANYONE AT ALL? COME IN?" + ], + "SAGELP20": [ + "HMM..." + ], + "SAGELP21": [ + "THE LURKERS MUST BE STOPPED." + ], + "SAGELP22": [ + "I SEE..." + ], + "SAGELP23": [ + "NO..." + ], + "SAGELP24": [ + "WHAT COULD HAVE HAPPENED TO THEM?" + ], + "SAGELP31": [ + "THIS ISN'T GOOD." + ], + "SAGELP32": [ + "DARK ECO CRYSTALS?" + ], + "SAGELP33": [ + "MAIA AND GOL HAVE GOTTEN IN OVER THEIR HEADS!" + ], + "SAGELP34": [ + "HNG, DARK ECO'S POWERS CANNOT BE CONTROLLED!" + ], + "SAGELP35": [ + "DARK ECO IN THE GLACIERS?" + ], + "SAGELP36": [ + "AH! THERE'S LURKER TROOPS IN THE MOUNTAINS!" + ], + "SAGELP37": [ + "WHAT IS GOL PLANNING..." + ], + "SAGELP38": [ + "COULD HE ACTUALLY HAVE...?" + ], + "SCU-AM01": [ + "AW... I JUST CAN'T DO IT ANYMORE." + ], + "SCU-AM02": [ + "AW, I WISH I HAD SOME INSPIRATION." + ], + "SCU-AM03": [ + "I'M AS INSPIRED AS... THIS ROCK." + ], + "SCU-AM04": [ + "AW... WHERE IS MY MUSE?" + ], + "SCU-AM05": [ + "I CAN'T WORK LIKE THIS!" + ], + "SCU-AM06": [ + "AW MAN... WILL SHE EVER COME BACK TO ME?" + ], + "SCU-LO01": [ + "AW MAN..." + ], + "SKSP009F": [ + "GET SOME! GET SOME! HA HA HA!" + ], + "WAR-LO1A": [ + "(SOBBING)" + ], + "WAR-LO1B": [ + "(SOBS)" + ], + "WAR-LO1C": [ + "(BLOWS NOSE AND SPUTTERS)", + "(CONTINUES SOBBING)" + ], + "YEL-AM01": [ + "TIME IS RUNNIN' OUT!" + ], + "YEL-AM02": [ + "HEY! GET ME OUTTA HERE!" + ], + "YEL-AM03": [ + "WHEN I GET OUTTA HERE, SOME SHOOTIN'S GONNA START!" + ], + "asstv100": [ + "OKAY, YOU HAVE ENOUGH CELLS TO INCREASE THE POWER ON THE HEAT SHIELD.", + "RIDE THE WOODEN MINECART DOWN THE SHAFT BY THE LAVA GEYSER.", + "I'LL MEET YOU BY THE ENTRANCE TO THE LAVA TUBE,", + "SO I CAN MODIFY THE ZOOMER. HURRY!" + ], + "asstv101": [ + "HAHA, OKAY! YOU HAVE ENOUGH CELLS TO INCREASE", + "THE POWER ON THE HEAT SHIELD.", + "MEET ME BACK IN THE VOLCANIC CRATER.", + "I'LL BE WAITING BY THE LAVA TUBE DOWN THE SHAFT BY THE LAVA GEYSER.", + "BRING ME THE POWER CELLS!" + ], + "asstv102": [ + "HURRY UP WITH THOSE POWER CELLS!", + "I'M WAITING BY THE WOODEN MINECART SHAFT NEAR THE LAVA GEYSER." + ], + "asstv103": [ + "DON'T FORGET TO TURN ON THE TELEPORT GATE TO LET US THROUGH.", + "YOU'VE GOT TO GO INTO THE RED SAGE'S LAB", + "IN THE CENTER OF THE VOLCANIC CRATER TO TURN IT ON.", + "WE CAN'T COME THROUGH UNTIL IT'S BACK ONLINE." + ], + "asstv104": [ + "HEY, WE'RE STILL BACK IN ROCK VILLAGE!", + "TURN ON THE TELEPORT GATE!" + ], + "asstv105": [ + "WE WANNA JOIN YOU IN THE VOLCANIC CRATER!", + "GO INTO THE RED SAGE'S LAB AND TURN ON THE GATE." + ], + "asstva73": [ + "HEY GUYS! BY MY CALCULATIONS, IT'S GOING TO TAKE", + "72 POWER CELLS TO FUEL THE HEAT SHIELD", + "AGAINST THE LAVA ON THE WAY TO GOL AND MAIA'S CITADEL." + ], + "asstva74": [ + "YOU DON'T HAVE ENOUGH POWER CELLS TO GET THROUGH THIS LAVA!", + "YOU CAN'T GET THROUGH TO GOL AND MAIA'S CITADEL", + "UNTIL YOU'VE COLLECTED 72 POWER CELLS!" + ], + "asstvb02": [ + "WOW, DID YOU SEE THAT?", + "BLUE ECO VENTS HAVE BEEN ACTIVATED ALL OVER THE WORLD!", + "I KNEW THERE WAS A WAY TO TURN THEM ON.", + "THERE MUST BE PLACES TO TURN ON THE OTHER ECO VENTS AS WELL." + ], + "asstvb03": [ + "GOOD! YOU STOPPED ALL THE MINE-DROPPING LURKERS!", + "THEY'VE BEEN THREATENING THE WATERS AROUND OUR VILLAGE FOR WEEKS.", + "BRING YOUR ZOOMER BACK TO THE TRANS-PAD AND I'LL TELEPORT IT BACK!" + ], + "asstvb04": [ + "GOOD, YOU'VE COLLECTED ENOUGH POWER CELLS TO FUEL MY HEAT SHIELD!", + "MEET ME BY THE ENTRANCE TO THE FIRE CANYON", + "BY CLIMBING THE CLIFF BEHIND THE FARMER'S HOUSE.", + "BRING THE POWER CELLS, AND HURRY!", + "MY FATHER SAYS HE'S SEEN MORE LURKERS AROUND!" + ], + "asstvb08": [ + "HURRY UP WITH THOSE POWER CELLS.", + "I'M WAITING AT THE HEAD OF FIRE CANYON", + "AT THE TOP OF THE CLIFF BEHIND THE FARMER'S HOUSE!" + ], + "asstvb09": [ + "YOU DON'T HAVE ENOUGH POWER CELLS TO FUEL MY HEAT SHIELD.", + "YOU CAN'T CROSS FIRE CANYON UNTIL YOU COLLECT ENOUGH POWER CELLS." + ], + "asstvb20": [ + "GOOD FLYING! THOSE LURKERS WERE NO MATCH FOR YOUR ZOOMER!", + "THAT'S ONE MORE POWER CELL!" + ], + "asstvb21": [ + "GOOD WORK! AREN'T YOU GUYS HAPPY", + "YOU SAVED OUR LITTLE FLUT-FLUT FRIEND?", + "SHE MAY COME IN HANDY AGAIN SOMETIME.", + "NOW, GO BACK TO THE TRANS-PAD, AND I'LL BRING HER HOME." + ], + "asstvb22": [ + "WOW! YOU RAISED A PIECE OF THE UNDERWATER RUINS TO THE SURFACE!", + "IT SEEMS YOU CAN USE ECO IN WAYS WE'VE NEVER SEEN BEFORE!", + "A POWER CELL SURFACED WITH THE ROOM. CLIMB UP THERE AND GET IT." + ], + "asstvb23": [ + "GREAT WORK! THE PEOPLE OF ROCK VILLAGE ARE BREATHING", + "A COLLECTIVE SIGH OF RELIEF!", + "BUT THERE'S NO TIME TO CELEBRATE! USE YOUR ZOOMER", + "TO NAVIGATE THE MOUNTAIN PASS UP AHEAD.", + "BE CAREFUL, IT LOOKS LIKE THE LURKERS HAVE RIGGED", + "THE WHOLE PASS WITH EXPLOSIVES!", + "WHEN YOU REACH THE VOLCANIC CRATER,", + "BE SURE TO VISIT THE RED SAGE'S LAB", + "AND ACTIVATE THE TELEPORT GATE SO THAT FATHER AND I CAN JOIN YOU." + ], + "asstvb24": [ + "OH MY! THOSE LURKERS MUST BE HEADED", + "FOR A DETONATOR AT THE END OF THE CANYON!", + "IF THEY REACH IT BEFORE YOU DO,", + "THEY'LL BLOW UP THE ENTIRE PASS!", + "YOU'VE GOTTA BEAT THEM THERE AND DESTROY THE DETONATOR,", + "OR IT'S ALL OVER!" + ], + "asstvb25": [ + "GOOD WORK! YOU BEAT THEM TO THE DETONATOR!", + "THE RED SAGE'S LAB IS JUST AHEAD.", + "GO TURN ON THE TELEPORT GATE SO WE CAN JOIN YOU." + ], + "asstvb28": [ + "HEY! DON'T FORGET ABOUT THE SAGE AND ME!", + "YOU HAVE TO TURN ON THE TELEPORT GATE TO LET US THROUGH!", + "IT'S IN THE BLUE SAGE'S LAB, BY THE END OF FIRE CANYON.", + "IF YOU DON'T LET US THROUGH, THEN WE CAN'T HELP YOU!" + ], + "asstvb29": [ + "HEY! WE'RE STILL WAITING!", + "TURN ON THE TELEPORT GATE!" + ], + "asstvb30": [ + "HEY! WE CAN'T COME THROUGH UNTIL THE TELEPORT GATE'S ON!" + ], + "asstvb40": [ + "THIS DEVICE IS A COMMUNICATOR. WITH IT, MY FATHER AND I", + "CAN GIVE YOU ADVICE AT ANY TIME DURING YOUR QUEST." + ], + "asstvb41": [ + "THESE FLOATING EGG-SHAPED THINGS ARE PRECURSOR ORBS.", + "COLLECT ENOUGH OF THEM, AND SOME OF THE VILLAGERS WILL GIVE YOU", + "A POWER CELL IN EXCHANGE." + ], + "asstvb42": [ + "THIS IS A POWER CELL, THE MOST IMPORTANT PRECURSOR ARTIFACT YOU CAN FIND!", + "YOU NEED TO COLLECT 20 OF THESE SO I CAN POWER THE HEAT SHIELD", + "FOR YOUR A-GRAV ZOOMER." + ], + "asstvb44": [ + "HEY, YOU FOUND ONE OF MY SCOUT FLIES!", + "I SENT 7 OF THEM TO EACH AREA TO LOOK FOR POWER CELLS", + "BUT THE LURKERS MUST HAVE CAPTURED THEM ALL!" + ], + "asstvb45": [ + "WOW! THAT LAST SCOUT FLY HAD A POWER CELL!", + "I'LL BET IF YOU COLLECT ALL 7 IN EACH AREA", + "YOU CAN FIND EVEN MORE POWER CELLS." + ], + "asstvb46": [ + "BE CAREFUL IN THE OCEAN, THE WATERS ARE CHOCK-FULL OF", + "LURKER SHARKS AND I'VE NEVER SEEN ANYONE DEFEAT ONE.", + "STAY CLEAR OF THEM IF YOU KNOW WHAT'S GOOD FOR YOU!" + ], + "asstvb47": [ + "REMEMBER, THAT'S A POWER CELL.", + "YOU NEED TO COLLECT AS MANY OF THOSE AS YOU CAN." + ], + "asstvb48": [ + "THAT'S A BLUE ECO VENT! MORE CONCENTRATED THAN THE FLOATING CLUSTERS,", + "THIS VENT WILL GIVE YOU A FULL CHARGE OF BLUE ECO,", + "LETTING YOU USE IT FOR THE MAXIMUM TIME." + ], + "asstvb71": [ + "YOU DON'T HAVE ENOUGH POWER CELLS TO POWER THE BLUE SAGE'S MACHINE.", + "WE CAN'T LIFT THAT BOULDER UNTIL YOU COLLECT 45 POWER CELLS." + ], + "asstvb72": [ + "UNTIL WE FIND OUT WHY THE BLUE SAGE DISAPPEARED,", + "YOU'RE GOING TO NEED TO COLLECT 45 POWER CELLS TO FUEL HIS MACHINE.", + "GO GET 'EM!" + ], + "asstvb75": [ + "THIS GONDOLA SEEMS TO BE MALFUNCTIONING.", + "I'LL TRY TO WORK ON IT AND GET IT RUNNING AGAIN." + ], + "asstvb76": [ + "I'VE REACTIVATED THE GONDOLA. IT CAN TAKE YOU TO SNOWY MOUNTAIN!", + "USE IT WHENEVER YOU WANT." + ], + "sagevb01": [ + "WELL, I SEE THAT YOU TWO HAVE FINALLY", + "DECIDED TO UNBLOCK MY COLLECTORS.", + "I WOULD OFFER MY CONGRATULATIONS", + "BUT YOU HAVE SO MUCH TO DO I WON'T WASTE YOUR TIME.", + "BY THE WAY, IF THINGS DON'T WORK OUT,", + "DAXTER COULD ALWAYS GET A JOB CONTROLLING THE VILLAGE RAT PROBLEM.", + "NYEH HA HA HA HA HA." + ], + "sagevb02": [ + "I HAVE TO ADMIT, I'M IMPRESSED. YOU TWO DIDN'T SCREW UP!", + "NOW THAT THE LURKERS CAN'T OPEN THAT SILO", + "THEY CAN'T FLOOD THE WORLD WITH DARK ECO", + "AND CAUSE UNTOLD DESTRUCTION.", + "WIPE THAT RIDICULOUS GRIN OFF YOUR FACE, DAXTER!", + "THE TWO OF YOU HAVE PLENTY TO DO.", + "GET ON WITH IT!" + ], + "sagevb03": [ + "YOU KEEP ON IMPRESSING ME. BUT THEN MAYBE IT'S JUST BECAUSE", + "I'VE GOT LOW EXPECTATIONS.", + "OKAY, YOUR MOMENT OF GLOATING IS OVER.", + "GET ON WITH IT!" + ], + "sagevb04": [ + "GOOD WORK, JAK! YOUR UNCLE WOULD BE PROUD.", + "THAT WAS A GIANT ARM FROM A PRECURSOR ROBOT.", + "I'VE NEVER SEEN ONE IN SUCH GOOD CONDITION!", + "I CAN'T IMAGINE WHAT THE LURKERS WANTED WITH IT,", + "BUT WE SURE DIDN'T WANT THEM TO GET IT.", + "IF YOU KEEP THIS SUCCESS UP...", + "NAH, YOU'LL STILL FALL SHORT OF HERO.", + "BUT KEEP TRYING. IT'S ENDEARING." + ], + "sagevb21": [ + "THOSE LITTLE GREEN BALLS OF ENERGY ON THE GROUND ARE A TYPE OF ECO.", + "PICK UP 50 SMALL GREEN ECOES, OR ONE BIG GREEN ONE TO INCREASE YOUR HEALTH." + ], + "sagevb22": [ + "THAT'S BLUE ECO, WHICH CONTAINS THE ENERGY OF MOTION.", + "BLUE ECO ALLOWS YOU TO RUN FAST, BREAK BOXES, AND EVEN ACTIVATE SOME PRECURSOR", + "ARTIFACTS WHEN YOU GET NEAR THEM." + ], + "sagevb23": [ + "NOTICE HOW EACH BLUE ECO CLUSTER YOU PICK UP", + "INCREASES THE TIME YOU CAN USE ITS POWER." + ], + "sagevb24": [ + "THIS IS A PRECURSOR DOOR.", + "IT CAN ONLY BE OPENED BY APPROACHING THE DOOR", + "WHILE CHANNELLING BLUE ECO THROUGH YOUR BODY." + ], + "sagevb25": [ + "GOOD WORK, THE BLUE ECO CAUSED THE DOOR TO OPEN.", + "WITH BLUE ECO, YOU CAN BREATHE ENERGY INTO ALL KINDS", + "OF PRECURSOR ARTIFACTS THAT HAVE LAIN DORMANT FOR YEARS." + ], + "sagevb26": [ + "USE YOUR GOGGLES TO VIEW YOUR PROGRESS DURING THE ADVENTURE." + ], + "sagevb27": [ + "YOU CAN JUMP ONCE, THEN JUMP AGAIN IN THE AIR TO REACH EVEN HIGHER LEDGES." + ], + "sagevb28": [ + "WHEN YOU'RE SURROUNDED BY ENEMIES, USE YOUR SPIN KICK." + ], + "sagevb29": [ + "THAT'S NOT A SPIN KICK! TRY AGAIN." + ], + "sagevb30": [ + "COME ON, JAK! DO A SPIN KICK." + ], + "sagevb31": [ + "GOOD WORK. USE THE SPIN KICK WHEN YOU WANT A GOOD ALL-ROUND ATTACK." + ], + "sagevb32": [ + "FOR A STRAIGHT LINE, MOVING ATTACK, USE YOUR FIST TO PUNCH." + ], + "sagevb33": [ + "THAT'S NOT A PUNCH ATTACK! LET'S SEE YOU PUNCH ALREADY." + ], + "sagevb34": [ + "JAK! USE A PUNCH." + ], + "sagevb35": [ + "GREAT JOB. USE THE PUNCH TO CLOSE DISTANCE QUICKLY IN A TOUGH SPOT." + ], + "sagevb36": [ + "SOMETIMES YOU'LL WANT TO HIT THINGS WITH A GREATER FORCE.", + "TO BREAK ONE OF THESE BOXES, YOU SHOULD JUMP IN THE AIR", + "AND THEN DIVE DOWN ONTO IT, HANDS FIRST." + ], + "sagevb37": [ + "WHEN YOU GET SOME CONFIDENCE, TRY USING SOME OF YOUR MOVES IN COMBINATIONS." + ], + "sagevb38": [ + "YOU CAN'T COME BACK THROUGH THE WARP GATE", + "UNTIL YOU FIND ALL 4 POWER CELLS ON THIS ISLAND." + ], + "sagevb39": [ + "GREAT! YOU FOUND ALL OF THE POWER CELLS ON THE ISLAND.", + "COME BACK TO THE WARP GATE SO I CAN BRING YOU BACK TO THE LAB. HURRY UP!" + ], + "sksp0001": [ + "HEY! THAT SWEET-LOOKING BABE KEIRA WAS RIGHT! THERE ARE TRANS-PADS OUT HERE." + ], + "sksp0002": [ + "TRUST ME, THOSE DARK ECO BOXES ARE BAD NEWS!" + ], + "sksp0003": [ + "I BET IF WE FOUND ALL OF THOSE SICKLY CUTE SCOUT FLIES ON EACH LEVEL", + "AT LEAST ONE WILL HAVE A POWER CELL!" + ], + "sksp0004": [ + "ALL RIGHT, TREASURE!" + ], + "sksp0005": [ + "THESE WOOD AND METAL BOXES DON'T LOOK THAT TOUGH!", + "I'LL BET THEY'LL BREAK IF YOU JUMP DIVE ONTO THEM." + ], + "sksp0006": [ + "THOSE ALL-METAL BOXES ARE THICKER THAN A YAKOW SKULL!", + "BUT THERE MUST BE SOMETHING THAT CAN BUST 'EM OPEN." + ], + "sksp0007": [ + "TWO WORDS: POWER CELLS. WE NEED TO FIND 'EM AND WE AREN'T LOOKIN' SO GOOD RIGHT NOW." + ], + "sksp0008": [ + "WE NEED ORBS. ORBS, JAK! HOW ARE EVER GONNA BUY POWER CELLS IF WE DON'T COLLECT ORBS!" + ], + "sksp0009": [ + "WHAT A WEIRD-LOOKING THING! I'LL BET WE CAN GET THIS OPEN", + "IF YOU'RE POWERED UP WITH THAT ZAPPY BLUE ECO STUFF." + ], + "sksp0010": [ + "HEY! LET'S GO CHECK OUT OL' FISH BREATH'S SPEED-BOAT AT THE DOCK!" + ], + "sksp0011": [ + "WE SHOULD ASK THE FISHERMAN DOWN BY THE JUNGLE RIVER", + "IF WE CAN BORROW HIS SPEEDBOAT TO ZOOM ON OVER TO MISTY ISLAND!" + ], + "sksp0013": [ + "DID YOU SEE THE SIZE OF THE BITE", + "THAT LURKER SHARK TOOK OUT OF THE FISHERMAN'S BOAT?", + "WE BEST STAY WAY CLEAR OF THEM!", + "I DON'T THINK WE CAN TACKLE A CREATURE THAT DAG NASTY." + ], + "sksp0014": [ + "WE SCROUNGED ENOUGH ORBS TO TRADE FOR A POWER CELL.", + "LET'S GET BACK AND MAKE THE SWITCH ALREADY!" + ], + "sksp0015": [ + "THIS MUST BE A PRECURSOR ORACLE LIKE THE SAGE ALWAYS GOES ON ABOUT.", + "I HOPE THEY WEREN'T AS UGLY IN PERSON!" + ], + "sksp0017": [ + "WHOA! CHECK OUT THAT FUNKY SCULPTURE", + "SITTIN' ON THE ROCKS OVER THERE!" + ], + "sksp0018": [ + "WE SHOULD GO TELL THAT WINDBAG OF A MAYOR THAT HE OWES US BIG TIME", + "FOR CONNECTING THE VILLAGE ENERGY BEAM!" + ], + "sksp0019": [ + "HEY, SEAGULLS! LET'S BUZZ 'EM FOR KICKS." + ], + "sksp0020": [ + "YEAH HA HA! LET'S DO THAT AGAIN!" + ], + "sksp0021": [ + "THERE'RE THOSE SEAGULLS AGAIN. LET'S GET 'EM!!" + ], + "sksp0022": [ + "YEAH HA HA HA HA HA!! WOO HO HO HO!" + ], + "sksp0023": [ + "WOOHOO!" + ], + "sksp0024": [ + "YEAH HA HA! YEAH!" + ], + "sksp0025": [ + "WHOA! THEY CAUSED AN AVALANCHE! LET'S CHECK IT OUT." + ], + "sksp0026": [ + "HEY! THAT PELICAN JUST SNAGGED A POWER CELL!", + "LET'S GO KICK SOME BIG BIRD BUTT!" + ], + "sksp0027": [ + "QUICK! WE HAVE TO GET TO THE POWER CELL BEFORE THE PELICAN SCOOPS IT UP AGAIN." + ], + "sksp0028": [ + "KICK THE EGG! HEE-HEE! KICK IT! KICK IT!" + ], + "sksp0029": [ + "EH, WE MIGHT WANNA TALK TO THE BIRDWATCHER", + "AND SEE IF WE SCRAMBLED THAT FLUT-FLUT EGG." + ], + "sksp0030": [ + "HEY, TRY PUNCHING THE ROCKS TO GET 'EM OUT OF THE WAY!" + ], + "sksp0031": [ + "OOH! LET'S USE THE CANNON TO BLOW THINGS UP!" + ], + "sksp0034": [ + "AWOOGA! AWOOGA! DIVE FOR THOSE ORBS, JAK, DIVE!" + ], + "sksp0035": [ + "YEAH, SO WE GOT A PRECURSOR LAUNCHER HERE", + "BUT YOU AREN'T POWERED UP WITH THE BLUE STUFF. SO IT AIN'T GONNA HELP US!" + ], + "sksp0037": [ + "THOSE TOWER DOOHICKEYS SCATTERED ALL OVER THE JUNGLE MUST REDIRECT THE ECO BEAM.", + "LET'S GO FIDDLE WITH THEM!" + ], + "sksp0038": [ + "HMM, IF BLUE ECO CAN BUILD A BRIDGE, THEN I BET IT'LL OPEN A DOOR!", + "LET'S GO BACK AND GET YOU JUICED UP AGAIN." + ], + "sksp0039": [ + "HEY, THERE'S LITTLE LIGHTNING MARKS ON THOSE POSTS", + "AND THERE'S LIGHTNING COMING OUT OF THAT VENT OVER THERE.", + "ARE YOU THINKING WHAT I'M THINKING?" + ], + "sksp0040": [ + "LET'S GET UP ON THAT MACHINE AND BREAK THE MIRROR DIVERTING THE PRECURSOR BEAM!" + ], + "sksp0041": [ + "WE NEED TO GET TO THE TOP OF THAT TOWER!" + ], + "sksp0043": [ + "MAYBE WE SHOULD GO ROOT OUT THE FISHERMAN.", + "I HEARD HE WAS IN THE JUNGLE FISHING BY THE LOWER RIVER!" + ], + "sksp0049": [ + "LINE UP THE BEAM BY POINTING IT AT THE NEXT TOWER!" + ], + "sksp0050": [ + "BREAK THE MIRROR, JAK!" + ], + "sksp0051": [ + "GET THE BUGS, JAK! GET THE BUGS!" + ], + "sksp0052": [ + "LET'S GO TO THE NEXT TOWER AND RECONNECT THE BEAM THERE!" + ], + "sksp0053": [ + "HEY! WE CAN FOLLOW THE BEAM TO FIND THE NEXT TOWER." + ], + "sksp0054": [ + "WE NEED TO CHARGE YOU UP WITH THAT BLUE STUFF TO GET THIS OPEN!" + ], + "sksp0056": [ + "HEY! I SEE THE SCULPTOR'S MUSE!" + ], + "sksp0059": [ + "THIS PLACE GIVES ME THE WILLIES!", + "LET'S KEEP YOU OUT OF THE OOZE, OKAY?" + ], + "sksp0060": [ + "(WHIMPERS) THIS PLACE GIVES ME THE CREEPS!", + "AND TRUST ME, IT'S A WHOLE NEW EXPERIENCE", + "WHEN YOU'RE COVERED IN FUZZ!" + ], + "sksp0062": [ + "LET'S PLOW INTO THOSE BALLOON LURKERS AND SHRED 'EM!" + ], + "sksp0063": [ + "I SAID \"SHRED THE LURKERS,\" JAK. NOT THE MINES!", + "RULE NUMBER ONE: ALWAYS AVOID THE MINES!" + ], + "sksp0064": [ + "WATCH YOUR BACK! YOU REMEMBER WHAT HAPPENED THE LAST TIME WE WERE HERE." + ], + "sksp0067": [ + "DON'T FALL INTO THE MIST BELOW US!", + "'CAUSE I DON'T THINK WE'LL MAKE IT BACK." + ], + "sksp0069": [ + "IT'S AN AMBUSH, JAK! IT'S AN AMBUSH!" + ], + "sksp0070": [ + "JUMP, THEN DIVE ONTO THE TEETER-TOTTER." + ], + "sksp0071": [ + "GET THE RED ECO!" + ], + "sksp0072": [ + "RED ECO MAKES YOUR ATTACKS STRONGER." + ], + "sksp0073": [ + "WE NEED BLUE ECO TO CHARGE THIS PLATFORM UP!" + ], + "sksp0076": [ + "JAK! HIT SOME JUMPS TO KEEP US OFF THE HOT GROUND." + ], + "sksp0077": [ + "BALLOONS GOOD, BURNING HOT MAGMA BAD!" + ], + "sksp0078": [ + "RIDE ON THE RAISED PRECURSOR STUFF TO KEEP US COOL." + ], + "sksp0079": [ + "AHH! I'M GONNA DIE! I'M A COMING, GRANDPAP!", + "YOU HAVE TO GET THIS THING TO THE OTHER SIDE BEFORE IT OVERHEATS!" + ], + "sksp0080": [ + "USE THE HOP-TURN TO STEER HARDER!" + ], + "sksp0081": [ + "AHH! MAYBE I SHOULD DRIVE!" + ], + "sksp0082": [ + "YOU ARE TRYING TO AVOID THOSE DARK ECO BOXES, RIGHT?" + ], + "sksp0083": [ + "OOH! SEE IF WE CAN CATCH AIR OFF THOSE LURKERS!" + ], + "sksp0084": [ + "TOO CLOSE, TOO CLOSE!" + ], + "sksp0085": [ + "WHOA! THIS BABY'S GETTING WAY TOO HOT!" + ], + "sksp0086": [ + "A FEW MORE SECONDS AND WE'RE FRIED FLUT-FLUT!" + ], + "sksp0087": [ + "HIT THOSE BALLOONS TO COOL OFF!" + ], + "sksp0088": [ + "HERE COMES ANOTHER BALLOON!" + ], + "sksp0089": [ + "I WISH I SLEPT IN THIS MORNING!" + ], + "sksp0090": [ + "YOU MISSED A BALLOON! WE NEED THOSE OR WE'RE COOKED!" + ], + "sksp0091": [ + "THIS PUPPY'S GETTING TOO HOT!" + ], + "sksp0092": [ + "DO YOU SMELL SOMETHING BURNING?!" + ], + "sksp0093": [ + "I THINK MY TAIL'S ON FIRE!" + ], + "sksp0094": [ + "SHE'S GONNA BLOW!" + ], + "sksp0095": [ + "WAHOO! WE MADE IT!" + ], + "sksp0096": [ + "THERE'S SCOUT FLIES OUT HERE, TOO!" + ], + "sksp009a": [ + "HA HA! WE SHOWED HIM A THING OR TWO." + ], + "sksp009b": [ + "ALL RIGHT, MORE ORBS!" + ], + "sksp009c": [ + "DO ME A FAVOR AND KEEP AWAY FROM THOSE DARK ECO BOXES!" + ], + "sksp009d": [ + "YEAH-HA-HA-HA!" + ], + "sksp009e": [ + "WA-HOO!" + ], + "sksp009f": [ + "GET SOME, GET SOME! HA HA HA!" + ], + "sksp009g": [ + "RIGHT BEHIND YA, JAK!" + ], + "sksp009i": [ + "DID WE FIND ALL THE SCOUT FLIES IN THIS AREA?" + ], + "sksp009j": [ + "HEY! IT LOOKS LIKE SCOUT FLIES ARE ALWAYS IN RED BOXES." + ], + "sksp009k": [ + "ALRIGHT! YOU FOUND ALL THE SCOUT FLIES IN THIS AREA!" + ], + "sksp0109": [ + "WOO! WE BEAT THE RECORD TIME!" + ], + "sksp0110": [ + "I'VE SAID IT BEFORE, I'LL SAY IT AGAIN...", + "AVOID THE DARK ECO BOXES!" + ], + "sksp0111": [ + "LET'S CHASE THOSE MOLES BACK UNDERGROUND." + ], + "sksp0112": [ + "LET'S GO GET OUR POWER CELL FROM THE GEOLOGIST." + ], + "sksp0113": [ + "THOSE MUST BE THE INFESTED PLANTS OL' LOG-NOGGIN WAS TALKIN' ABOUT." + ], + "sksp0114": [ + "WE HAVE TO USE GREEN ECO TO CURE THOSE PLANTS." + ], + "sksp0115": [ + "JAK, DRIVE THROUGH THE GREEN ECO VENT." + ], + "sksp0116": [ + "THAT'S ONE OF THOSE FLYING LURKERS!", + "HE MIGHT HAVE A POWER CELL!" + ], + "sksp0117": [ + "THERE'S THE MOLE HOLE!" + ], + "sksp0118": [ + "NOW, LET'S FLY OVER THE INFECTED PLANTS!" + ], + "sksp0119": [ + "ONE RING DOWN, A BUNCH TO GO!" + ], + "sksp0120": [ + "HURRY! THERE'S THE NEXT RING!" + ], + "sksp0121": [ + "QUICK! YOU'VE GOTTA FLY THROUGH EACH RING BEFORE THEY TURN OFF!" + ], + "sksp0122": [ + "HEY! THAT GRASS SLOWS US DOWN..." + ], + "sksp0123": [ + "QUICK! FOLLOW THAT PIPE!" + ], + "sksp0124": [ + "I GOT A BAD FEELING ABOUT THIS." + ], + "sksp0125": [ + "IT LOOKS LIKE THOSE THINGS NEED A BLUE ECO CHARGE." + ], + "sksp0126": [ + "LET'S GET THE POWER CELL ON THE ROOF OF THIS THING!" + ], + "sksp0127": [ + "KICK THE LITTLE GUY ON THE TOP!" + ], + "sksp0128": [ + "JAK! RUN! THE DARK ECO IS RISING!" + ], + "sksp0129": [ + "AHH! THAT DARK ECO'S GETTING CLOSE" + ], + "sksp0130": [ + "UH, I THINK WE HAVE TO SWITCH ON ALL THOSE PLATFORMS OR SOMETHIN'." + ], + "sksp0131": [ + "HEY! IT LOOKS LIKE YOU COULD JUMP-DIVE ONTO THOSE GUYS!" + ], + "sksp0132": [ + "EE-EE! WHOA! WHO-AH! WHO-AHH!" + ], + "sksp0133": [ + "I'LL BET WE CAN GET ALL OF THOSE THINGS CHARGED AT ONCE!" + ], + "sksp0134": [ + "HOW 'BOUT WE TAKE IT EASY ON THOSE HOT PIPES?!" + ], + "sksp0135": [ + "THAT WATER LOOKS DANGEROUS WHEN IT CHANGES COLOR!" + ], + "sksp0136": [ + "YOU GOTTA GET OUT OF THE WATER BEFORE IT CHANGES COLOR!" + ], + "sksp0137": [ + "I BET WE COULD SHOOT THOSE BOULDERS IF WE'RE CHARGED UP WITH YELLOW ECO." + ], + "sksp0138": [ + "WE SHOULD SHOOT THOSE BIG BOULDERS HOLDING THE TETHER." + ], + "sksp0139": [ + "MAYBE WE SHOULD HELP THAT WEIRDO FIND HIS PET." + ], + "sksp0140": [ + "THE FLUT-FLUT CAN GLIDE FARTHER IF SHE JUMPS AGAIN IN THE AIR!" + ], + "sksp0141": [ + "DON'T TOUCH THAT BLACK HOT TAR, OR YOU'LL GET HURT!" + ], + "sksp0142": [ + "THE WATER'S SAFE TO WAIT IN." + ], + "sksp0143": [ + "WAAH! BREAK THE TONGUE'S GRIP!" + ], + "sksp0144": [ + "SHOOT THOSE RAT NESTS TO STOP THE RATS FROM COMING OUT." + ], + "sksp0145": [ + "WOW! YOU CAN SHOOT FIREBALLS", + "WHEN YOU'RE POWERED UP WITH YELLOW ECO." + ], + "sksp0146": [ + "HEY! THAT'S YELLOW ECO!" + ], + "sksp0147": [ + "YOU CAN SWING ON THAT POLE OVER THERE!" + ], + "sksp0148": [ + "WATCH OUT, THAT BRAMBLE IS PRICKLY!" + ], + "sksp0149": [ + "HEY, THAT LOOKS LIKE A TETHER HOLDING THE DIRIGIBLE IN PLACE!" + ], + "sksp0150": [ + "WATCH OUT WHEN THAT FROG IS CHARGED UP!" + ], + "sksp0151": [ + "RUN AWAY, JAK!" + ], + "sksp0152": [ + "LOOK OUT, JAK! IT'S AN AMBUSH!" + ], + "sksp0153": [ + "HEY, THAT MUST BE THE PRECURSOR ARTIFACT THE LURKERS ARE AFTER!", + "IT LOOKS LIKE A GIANT ROBOT ARM!" + ], + "sksp0154": [ + "THAT BLACK TAR LOOKS HOT AND DANGEROUS!" + ], + "sksp0155": [ + "SHOOT THE BATS WITH THAT YELLOW ECO STUFF!" + ], + "sksp0156": [ + "MAYBE WE CAN DUCK THE BATS!" + ], + "sksp0157": [ + "DID YOU SEE THAT? ONLY THREE MORE TETHERS TO GO!" + ], + "sksp0158": [ + "WOW! ONLY TWO MORE TETHERS." + ], + "sksp0159": [ + "THAT DIRIGIBLE'S BARELY HANGIN' ON! LET'S FIND THE LAST TETHER!" + ], + "sksp0160": [ + "HEY! THERE'S THE FLUT-FLUT!" + ], + "sksp0161": [ + "I HATE RATS! AND I'M ALMOST ONE OF THEM." + ], + "sksp018a": [ + "THAT LAZY FARMER OWES US A POWER CELL!", + "LET'S GO TALK TO HIM!" + ], + "sksp0300": [ + "WE HAVE TO BEAT THOSE LURKERS TO THE END OF THE PASS!" + ], + "sksp0301": [ + "DON'T HIT THOSE EXPLOSIVES!" + ], + "sksp0302": [ + "STAY AHEAD OF THEM AND WE GOT IT MADE!" + ], + "sksp0303": [ + "HIT THE BLUE ECO TO GET SPEED BOOSTS!" + ], + "sksp0304": [ + "AVOID THE TREES, JAK! THEY SLOW US DOWN!" + ], + "sksp0305": [ + "THE MORE BLUE ECO WE HIT, THE FASTER WE GO!" + ], + "sksp0306": [ + "WATCH OUT FOR THOSE EXPLOSIVES!" + ], + "sksp0307": [ + "STAY CLEAR OF THE PITS!" + ], + "sksp0308": [ + "MAYBE I SHOULD DRIVE!" + ], + "sksp0309": [ + "THERE'S ONE OF THE LURKERS!" + ], + "sksp0310": [ + "CATCH 'EM, JAK!" + ], + "sksp0311": [ + "WE PASSED ONE!" + ], + "sksp0312": [ + "WAH, ONE OF THE LURKERS PASSED US!" + ], + "sksp0313": [ + "THEY'RE WAY AHEAD!" + ], + "sksp0314": [ + "YEAH, WE'RE IN THE LEAD!" + ], + "sksp0315": [ + "FASTER, JAK, FASTER!" + ], + "sksp0316": [ + "BIG JUMP, BIG JUMP!" + ], + "sksp0317": [ + "HANG ON!" + ], + "sksp0318": [ + "YAAHH!" + ], + "sksp0319": [ + "IT'S GONNA BE CLOSE!" + ], + "sksp0320": [ + "THEY'RE GONNA BEAT US TO THE DETONATOR!" + ], + "sksp0321": [ + "WE DID IT! WE STOPPED THEM FROM BLOWIN' UP THE PASS!" + ], + "sksp0327": [ + "I THINK THAT WAS THE LAST DARK ECO CRYSTAL!" + ], + "sksp0328": [ + "MAYBE YOU CAN SHOOT BETTER IF YOU AIM THROUGH YOUR GOGGLES." + ], + "sksp0329": [ + "OH, NO! MORE DARK ECO!" + ], + "sksp0330": [ + "I DON'T THINK WE GOT ALL OF THOSE DARK ECO CRYSTALS." + ], + "sksp0331": [ + "SHOOT THE LURKERS EATING THE POLES!" + ], + "sksp0332": [ + "DON'T LET THE LIGHTS GO OUT!" + ], + "sksp0333": [ + "HIT A CRYSTAL TO GET SOME LIGHT." + ], + "sksp0334": [ + "RUN AWAY! THAT CRYSTAL'S GONNA BLOW!" + ], + "sksp0335": [ + "EWH, THEY FOUND A PRECURSOR ROBOT!" + ], + "sksp0336": [ + "POP THE EGGS, BEFORE THEY HATCH!" + ], + "sksp0337": [ + "IT'S SPOOKY IN HERE..." + ], + "sksp0338": [ + "LOOKS LIKE SPIDER WEBS BREAK AFTER TWO BOUNCES." + ], + "sksp0339": [ + "I. HATE. SPIDERS..." + ], + "sksp0340": [ + "BABY SPIDERS ARE COMING!" + ], + "sksp0341": [ + "I THINK WE'RE IN A SPIDER'S NEST HERE!" + ], + "sksp0342": [ + "LOOK OUT, MORE SPIDERS!" + ], + "sksp0343": [ + "LET'S GET OUTTA HERE!" + ], + "sksp0345": [ + "HOW DO WE GET INSIDE THIS FORT?" + ], + "sksp0346": [ + "MAYBE RED ECO CAN DEFEAT THIS GUY!" + ], + "sksp0347": [ + "WE NEED TO DO A ROLL JUMP!" + ], + "sksp0348": [ + "WE NEED TO FIND A WAY TO OPEN THIS VENT!" + ], + "sksp0349": [ + "THAT LOOKS LIKE AN ECO SWITCH DOWN THERE!" + ], + "sksp0350": [ + "HIT HIM WHEN THE SPIKES ARE IN!" + ], + "sksp0351": [ + "PUSH THE BUTTON!" + ], + "sksp0352": [ + "QUICK! BEFORE THEY DROP BACK DOWN!" + ], + "sksp0359": [ + "YOU GOTTA USE RED ECO!" + ], + "sksp0360": [ + "ALL RIGHT! WE TURNED ON THE CAPPED YELLOW ECO VENTS!" + ], + "sksp0362": [ + "LOOK! A FROZEN POWER CELL!" + ], + "sksp0363": [ + "ONLY A FLUT-FLUT CAN JUMP THAT FAR!" + ], + "sksp0364": [ + "WE GOTTA HURRY, OR WE'RE TOAST!" + ], + "sksp0365": [ + "PICK A PATH, ANY PATH!" + ], + "sksp0366": [ + "AVOID, OR SHOOT THE MINES, JAK!" + ], + "sksp0367": [ + "FIND A WAY THROUGH THOSE DARK ECO BARRELS!" + ], + "sksp0368": [ + "KEEP HITTING THOSE COOLING BALLOONS!" + ], + "sksp0369": [ + "WE'RE GETTING TOO HOT!" + ], + "sksp0370": [ + "SHE'S GONNA BLOW!" + ], + "sksp0371": [ + "GO FOR THE BLUE ECO, JAK!" + ], + "sksp0372": [ + "SHOOT YOUR WAY THROUGH!" + ], + "sksp0373": [ + "WAHOO! WHAT A RIDE!" + ], + "sksp0374": [ + "YES! TURN AND BURN, BABY!" + ], + "sksp0375": [ + "SHOOT THE POWER SPHERES TO OPEN THE DOOR!" + ], + "sksp0376": [ + "SHOOT THE POWER SPHERES BEFORE WE BURN UP!" + ], + "sksp0378": [ + "THE DOOR'S OPEN, LET'S GET GOING!" + ], + "sksp0379": [ + "ZOOMING!" + ], + "sksp0380": [ + "WE MADE IT THROUGH!" + ], + "sksp0381": [ + "BREAK THE GENERATOR TO FREE THE SAGE!" + ], + "sksp0382": [ + "JUST HANG ON TO THE EDGE!" + ], + "sksp0383": [ + "WE GOT COMPANY, JAK. LOOOTS OF LURKERS!" + ], + "sksp0384": [ + "DESTROY THOSE GENERATORS!" + ], + "sksp0385": [ + "PUSH THE BUTTON!" + ], + "sksp0386": [ + "THAT ROBOT DOESN'T SCARE ME!" + ], + "sksp0387": [ + "LET'S GO CLIMB UP THOSE PLATFORMS!" + ], + "sksp0388": [ + "DON'T MISS THE NEXT LAUNCHER!" + ], + "sksp0389": [ + "WATCH IT!" + ], + "sksp0390": [ + "WE HAVE TO RESCUE ALL THE SAGES!" + ], + "sksp0391": [ + "DO YOU THINK GOL WILL STILL CHANGE ME BACK?" + ], + "sksp0392": [ + "SO THIS IS GOL AND MAIA'S CITADEL. NICE AND COZY." + ], + "sksp0393": [ + "LAND ON THE NEXT LAUNCHER!" + ], + "sksp0394": [ + "GRAB THE YELLOW ECO!" + ], + "sksp0395": [ + "SHOOT THE ROBOT, JAK!" + ], + "sksp0396": [ + "SHOOT HIS ARM!" + ], + "sksp0397": [ + "SHOOT HIS GUN!" + ], + "sksp0398": [ + "SHOOT HIS HEAD!" + ], + "sksp0399": [ + "WATCH OUT FOR THE BLAST!" + ], + "sksp0400": [ + "HE'S CHARGING UP!" + ], + "sksp0401": [ + "GET THE BLUE ECO!" + ], + "sksp0402": [ + "GET THE RED ECO!" + ], + "sksp0403": [ + "I HAVE A BAD FEELING ABOUT THIS!" + ], + "sksp0404": [ + "USE THE LAUNCHER, QUICK!" + ], + "sksp0405": [ + "NOW YOU'VE MADE THE ANIMAL MAD!" + ], + "sksp0406": [ + "WE CAN'T TOUCH THESE GUYS!" + ], + "sksp0407": [ + "USE THE YELLOW ECO!" + ], + "sksp0408": [ + "SHOOT THOSE GUYS!" + ], + "sksp0409": [ + "GET THE LIGHT ECO, JAK!" + ], + "sksp0410": [ + "HE LOOKS ANGRY!" + ], + "sksp0411": [ + "JUMP TO AVOID THE EXPLOSIONS!" + ], + "sksp0412": [ + "NOW WE TAKE CARE OF BUSINESS!" + ], + "sksp0413": [ + "GOOD SHOOTING, PARTNER!" + ], + "sksp0414": [ + "THAT HURT HIM!" + ], + "sksp0415": [ + "HERE HE COMES!" + ], + "sksp0416": [ + "YEAH! YOU DID IT!" + ], + "sksp0417": [ + "SAY \"GOOD NIGHT,\" GOL AND MAIA!" + ], + "sksp0435": [ + "KNOCK OVER THOSE BONES!" + ], + "sksp0443": [ + "PUNCH THOSE POLES UP FROM BELOW!" + ], + "sksp0444": [ + "WE'RE WAITING. HELLO?" + ], + "sksp0449": [ + "PRESS START TO PLAY." + ], + "sksp0450": [ + "YOU WANNA STOP PLAYING?" + ], + "sksp0451": [ + "I DIDN'T THINK SO." + ], + "sksp0452": [ + "OKAY, SEE YA LATER." + ], + "sksp0455": [ + "MAN, WHO ARE ALL THESE PEOPLE?" + ], + "sksp0466": [ + "I WAS GOOD. WASN'T I, GIRLS?" + ], + "sksp0b42": [ + "STOP MISSING THE YELLOW FISH, THEY WEIGH FIVE POUNDS EACH!", + "AND THAT'S A LOTTA FISH, JAK." + ] + }, + "speakers": { + "???": "???", + "BILLY": "BILLY", + "BIRDWATCHER": "BIRDWATCHER", + "BLUE SAGE": "BLUE SAGE", + "DAXTER": "DAXTER", + "FARMER": "FARMER", + "FISHERMAN": "FISHERMAN", + "FLUT-FLUT": "FLUT-FLUT", + "GAMBLER": "GAMBLER", + "GEOLOGIST": "GEOLOGIST", + "GOL": "GOL", + "GORDY": "GORDY", + "JAK": "JAK", + "JAK'S UNCLE": "JAK'S UNCLE", + "KEIRA": "KEIRA", + "MAIA": "MAIA", + "MAYOR": "MAYOR", + "MINER": "MINER", + "OLD MAN": "OLD MAN", + "ORACLE": "ORACLE", + "RED SAGE": "RED SAGE", + "SAMOS": "SAMOS", + "SCULPTOR": "SCULPTOR", + "WARRIOR": "WARRIOR", + "WILLARD": "WILLARD", + "WOMAN": "WOMAN", + "YELLOW SAGE": "YELLOW SAGE" + } +} diff --git a/game/assets/jak1/subtitle/subtitle_meta_cs-CZ.json b/game/assets/jak1/subtitle/subtitle_meta_cs-CZ.json new file mode 100644 index 0000000000..d290ff23ee --- /dev/null +++ b/game/assets/jak1/subtitle/subtitle_meta_cs-CZ.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "hints": {} +} diff --git a/game/assets/jak1/subtitle/subtitle_meta_gl-ES.json b/game/assets/jak1/subtitle/subtitle_meta_gl-ES.json new file mode 100644 index 0000000000..d290ff23ee --- /dev/null +++ b/game/assets/jak1/subtitle/subtitle_meta_gl-ES.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "hints": {} +} diff --git a/game/assets/jak1/subtitle/subtitle_meta_hr-HR.json b/game/assets/jak1/subtitle/subtitle_meta_hr-HR.json new file mode 100644 index 0000000000..d290ff23ee --- /dev/null +++ b/game/assets/jak1/subtitle/subtitle_meta_hr-HR.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "hints": {} +} diff --git a/game/assets/jak1/text/game_custom_text_gl-ES.json b/game/assets/jak1/text/game_custom_text_gl-ES.json new file mode 100644 index 0000000000..db2ca22fa2 --- /dev/null +++ b/game/assets/jak1/text/game_custom_text_gl-ES.json @@ -0,0 +1,230 @@ +{ + "1000": "OPCIONS DE CÁMARA", + "1001": "NORMAL", + "1002": "INVERTED", + "1003": "1ST-PERSON HORIZONTAL CAMERA", + "1004": "1ST-PERSON VERTICAL CAMERA", + "1005": "3RD-PERSON HORIZONTAL CAMERA", + "1006": "3RD-PERSON VERTICAL CAMERA", + "1007": "RESTORE DEFAULTS", + "1010": "ACCESSIBILITY", + "1011": "PRECURSOR ORB GLOW", + "1020": "PS2 OPTIONS", + "1021": "PS2 LOAD SPEED", + "1022": "PARTICLE CULLING", + "1023": "MUSIC FADE-OUT", + "1024": "MUSIC FADE-IN", + "1025": "ACTOR CULLING", + "1026": "BACKGROUND CULLING", + "1027": "FORCE ENVIRONMENT MAPPING", + "1030": "DISCORD RICH-PRESENCE", + "1031": "DISPLAY MODE", + "1032": "WINDOWED", + "1033": "BORDERLESS", + "1034": "FULLSCREEN", + "1035": "GAME RESOLUTION", + "1036": "~D X ~D", + "1037": "PS2 ASPECT RATIO", + "1038": "WHEN PS2 ASPECT RATIO IS ENABLED, ONLY 4X3 AND 16X9 ASPECT RATIO CAN BE SELECTED. CONTINUE?", + "1039": "ASPECT RATIO (PS2)", + "1040": "SUBTITLES ENABLED", + "1041": "SUBTITLES DISABLED", + "1042": "TEXT LANGUAGE", + "1043": "DISPLAY", + "1044": "DISPLAY ~D", + "1050": "MSAA", + "1051": "~DX", + "1052": "2X", + "1053": "4X", + "1054": "8X", + "1055": "16X", + "1060": "FRAME RATE (EXPERIMENTAL)", + "1061": "60", + "1062": "100", + "1063": "150", + "1070": "LEVEL OF DETAIL (BACKGROUND)", + "1071": "LEVEL OF DETAIL (FOREGROUND)", + "1072": "MAXIMUM", + "1073": "HIGH", + "1074": "MEDIUM", + "1075": "LOW", + "1076": "MINIMUM", + "1077": "PS2", + "1078": "SUBTITLES", + "1079": "HINT SUBTITLES", + "1080": "CHEATS", + "1081": "SECRETS", + "1082": "SELECT TRACK", + "1083": "SELECT FLAVOR", + "1084": "FINAL BOSS", + "1085": "CREDITS", + "1086": "?????", + "1087": "KLAWW", + "1088": "FISHING MINI-GAME", + "1089": "CHALLENGE THEME", + "1090": "", + "1091": "ECO VERMELLO INFINITO", + "1092": "INFINITE GREEN ECO", + "1093": "INFINITE YELLOW ECO", + "1094": "ALTERNATE DAXTER", + "1095": "INVINCIBILITY", + "1096": "ALL MUSIC TRACKS", + "1097": "REAL TIME OF DAY", + "1098": "REACH 100% COMPLETION", + "1099": "BEAT THE GAME", + "1100": "YELLOW SAGE", + "1101": "RED SAGE", + "1102": "BLUE SAGE", + "1103": "CITADEL HUB", + "1104": "MIDDLE OF THE BOSS", + "1105": "END OF THE BOSS", + "1106": "FLAVOR 1", + "1107": "FLAVOR 2", + "1110": "ENGLISH (UK)", + "1111": "PORTUGUÊS", + "1112": "PORTUGUÊS (BRASIL)", + "1113": "SUOMI", + "1114": "SVENSKA", + "1115": "DANSK", + "1116": "NORSK", + "1117": "MAGYAR", + "1118": "NEDERLANDS", + "1119": "CATALÀ", + "111a": "ÍSLANDSKA", + "111b": "POLSKI", + "111c": "LIETUVIŲ KALBA", + "111d": "ČEŠTINA", + "111e": "HRVATSKI", + "111f": "GALEGO", + "1500": "SPEEDRUNNER MODE", + "138": "PLEASE DO NOT REMOVE OR INSERT ANY PERIPHERALS, TURN OFF YOUR SYSTEM OR SHUT DOWN THE GAME", + "161": "WHILE THIS ICON IS ON SCREEN, DO NOT REMOVE OR INSERT ANY PERIPHERALS, TURN OFF YOUR SYSTEM OR SHUT DOWN THE GAME", + "100c": "AUTO-SAVE DISABLED", + "100d": "ARE YOU SURE YOU WANT TO DISABLE AUTO-SAVE?", + "100e": "DISABLE AUTO-SAVE", + "100f": "MISCELLANEOUS", + "103a": "FIT TO SCREEN", + "103b": "V-SYNC", + "103c": "4X3 (PS2)", + "103d": "16X9 (PS2)", + "103e": "~DX~D", + "103f": "PRESS TO TOGGLE SUBTITLES", + "107a": "SUBTITLE LANGUAGE", + "107b": "SHOW SPEAKER IN SUBTITLE", + "107c": "ALWAYS", + "107d": "NEVER", + "107e": "OFF-SCREEN", + "107f": "HINT LOG", + "109a": "BIG HEAD JAK", + "109b": "SMALL HEAD JAK", + "109c": "BIG FIST JAK", + "109d": "BIG HEAD CHARACTERS", + "109e": "NO TEXTURES MODE", + "109f": "MIRRORED WORLD", + "10a0": "HUGE HEAD JAK", + "10c0": "MUSIC PLAYER", + "10c1": "SCENE PLAYER", + "10c2": "PLAY CREDITS", + "10c3": "SCRAPBOOK", + "10d0": "DEFAULT", + "10d1": "UNUSED", + "10d2": "SAGE", + "10d3": "SAGE'S HUT", + "10d4": "BIRDWATCHER", + "10d5": "FARMER", + "10d6": "KEIRA", + "10d7": "MAYOR", + "10d8": "SCULPTOR", + "10d9": "JAK'S UNCLE", + "10da": "DOCK", + "10db": "FORBIDDEN TEMPLE EXIT", + "10dc": "LURKER MACHINE", + "10dd": "TOP OF THE TOWER", + "10de": "BLUE VENT SWITCH", + "10df": "UNUSED", + "10e0": "SENTINELS", + "10e1": "LURKER CANNON", + "10e2": "GROTTO", + "10e3": "UNUSED 1", + "10e4": "LURKER BOAT", + "10e5": "UNUSED 2", + "10e6": "ZOOMER", + "10e7": "FLUT FLUT", + "10e8": "UNUSED", + "10e9": "WARRIOR", + "10ea": "GEOLOGIST", + "10eb": "GAMBLER", + "10ec": "LEVITATOR MACHINE", + "10ed": "UNUSED 1", + "10ee": "LAUNCHER TRAPS", + "10ef": "UNUSED 2", + "10f0": "DEAD MAN'S GORGE", + "10f1": "MIDDLE OF THE PASS", + "10f2": "END OF THE PASS", + "10f3": "TO SPIDER CAVE", + "10f4": "TO SNOWY MOUNTAIN", + "10f5": "MINERS", + "10f6": "ROBOT CAVE SCAFFOLDING", + "10f7": "PRECURSOR ROBOT TOP", + "10f8": "MAIN CAVE", + "10f9": "DARK CAVE", + "10fa": "UNUSED", + "10fb": "HIDDEN CAVE", + "10fc": "LURKER FORT", + "10fd": "SNOWBALLS", + "10fe": "MIDDLE OF THE TUBE", + "10ff": "END OF THE TUBE", + "1501": "CUTSCENE SKIPS", + "1502": "CHECKPOINT SELECT", + "1503": "SPEEDRUN OPTIONS", + "1504": "CAUTION: THESE OPTIONS WILL AUTO SAVE IN YOUR FIRST SAVE SLOT!", + "1505": "RESET CURRENT SPEEDRUN", + "1506": "NEW FULL GAME RUN", + "150e": "NEW INDIVIDUAL LEVEL RUN", + "150f": "GEYSER ROCK IL", + "1510": "SANDOVER VILLAGE IL", + "1511": "SENTINEL BEACH IL", + "1512": "FORBIDDEN JUNGLE IL", + "1513": "MISTY ISLAND IL", + "1514": "FIRE CANYON IL", + "1515": "ROCK VILLAGE IL", + "1516": "LOST PRECURSOR CITY IL", + "1517": "BOGGY SWAMP IL", + "1518": "PRECURSOR BASIN IL", + "1519": "MOUNTAIN PASS IL", + "151a": "VOLCANIC CRATER IL", + "151b": "SNOWY MOUNTAIN IL", + "151c": "SPIDER CAVE IL", + "151d": "LAVA TUBE IL", + "151e": "GOL AND MAIA'S CITADEL IL", + "151f": "NEW CATEGORY EXTENSION RUN", + "1520": "NG+", + "1521": "HUB 1 100%", + "1522": "HUB 2 100%", + "1523": "HUB 3 100%", + "1524": "ALL CUTSCENES", + "1600": "INPUT OPTIONS", + "1601": "SELECT CONTROLLER", + "1602": "ANALOG DEADZONE", + "1603": "IGNORE IF WINDOW UNFOCUSED", + "1604": "CONTROLLER LED FOR HP", + "1605": "CONTROLLER LED FOR ECO", + "1606": "TRACK CAMERA", + "1607": "HORIZONTAL SENSITIVITY", + "1608": "VERTICAL SENSITIVITY", + "1609": "PLAYER MOVEMENT", + "160a": "CONTROLLER BINDS", + "160b": "KEYBOARD BINDS", + "160c": "MOUSE BINDS", + "160d": "CONTROLLER OPTIONS", + "160e": "ENABLE KEYBOARD", + "160f": "ENABLE MOUSE", + "1610": "MOUSE OPTIONS", + "1611": "REASSIGN BINDS", + "1612": "CONTROLLER ~D", + "1613": "AUTO HIDE CURSOR", + "1614": "UNSET", + "1615": "UNKNOWN", + "1616": "NO OTHER OPTIONS FOR ASPECT RATIO", + "1617": "CONTROLLER LED FOR HEAT" +} diff --git a/game/assets/jak1/text/game_custom_text_pt-PT.json b/game/assets/jak1/text/game_custom_text_pt-PT.json index eb9d77e282..df3d5acc40 100644 --- a/game/assets/jak1/text/game_custom_text_pt-PT.json +++ b/game/assets/jak1/text/game_custom_text_pt-PT.json @@ -130,10 +130,10 @@ "10d1": "SEM USO", "10d2": "SÁBIO", "10d3": "CABANA DO SÁBIO", - "10d4": "ORNITÓFILA", - "10d5": "FAZENDEIRO", + "10d4": "SENHORA DOS PÁSSAROS", + "10d5": "LAVRADOR", "10d6": "KEIRA", - "10d7": "PREFEITO", + "10d7": "PRESIDENTE DA CÂMARA", "10d8": "ESCULTOR", "10d9": "TIO DO JAK", "10da": "DOCA", @@ -153,7 +153,7 @@ "10e8": "SEM USO", "10e9": "GUERREIRO", "10ea": "GEOLOGISTA", - "10eb": "APOSTADOR", + "10eb": "JOGADOR", "10ec": "MÁQUINA LEVITADORA", "10ed": "SEM USO 1", "10ee": "ARMADILHAS DE LANÇADOR", diff --git a/game/assets/jak2/game_subtitle.gp b/game/assets/jak2/game_subtitle.gp index 6e14d4e770..f86f8f2f4a 100644 --- a/game/assets/jak2/game_subtitle.gp +++ b/game/assets/jak2/game_subtitle.gp @@ -55,6 +55,13 @@ :meta "game/assets/jak2/subtitle/subtitle_meta_en-GB.json" :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 8 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_pt-PT.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_pt-PT.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") (file-json :language-id 9 :text-version "jak2" @@ -62,5 +69,95 @@ :meta "game/assets/jak2/subtitle/subtitle_meta_fi-FI.json" :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") - ;; TODO - add rest once crowdin re-syncs + (file-json + :language-id 10 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_sv-SE.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_sv-SE.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 11 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_da-DK.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_da-DK.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 12 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_no-NO.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_no-NO.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 13 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_nl-NL.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_nl-NL.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 14 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_pt-BR.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_pt-BR.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 15 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_hu-HU.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_hu-HU.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 16 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_ca-ES.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_ca-ES.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 17 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_is-IS.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_is-IS.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 18 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_pl-PL.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_pl-PL.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 19 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_lt-LT.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_lt-LT.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 20 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_cs-CZ.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_cs-CZ.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 21 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_hr-HR.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_hr-HR.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") + (file-json + :language-id 22 + :text-version "jak2" + :lines "game/assets/jak2/subtitle/subtitle_lines_gl-ES.json" + :meta "game/assets/jak2/subtitle/subtitle_meta_gl-ES.json" + :lines-base "game/assets/jak2/subtitle/subtitle_lines_en-US.json" + :meta-base "game/assets/jak2/subtitle/subtitle_meta_en-US.json") ) diff --git a/game/assets/jak2/game_text.gp b/game/assets/jak2/game_text.gp index fab6cc044e..5032ad7bf4 100644 --- a/game/assets/jak2/game_text.gp +++ b/game/assets/jak2/game_text.gp @@ -32,5 +32,8 @@ (file-json 16 jak2 "common" '("game/assets/jak2/text/game_custom_text_ca-ES.json")) (file-json 17 jak2 "common" '("game/assets/jak2/text/game_custom_text_is-IS.json")) (file-json 18 jak2 "common" '("game/assets/jak2/text/game_custom_text_pl-PL.json")) - ;; TODO - add rest once crowdin re-syncs + (file-json 19 jak2 "common" '("game/assets/jak2/text/game_custom_text_lt-LT.json")) + (file-json 20 jak2 "common" '("game/assets/jak2/text/game_custom_text_cs-CZ.json")) + (file-json 21 jak2 "common" '("game/assets/jak2/text/game_custom_text_hr-HR.json")) + (file-json 22 jak2 "common" '("game/assets/jak2/text/game_custom_text_gl-ES.json")) ) diff --git a/game/assets/jak2/subtitle/subtitle_lines_gl-ES.json b/game/assets/jak2/subtitle/subtitle_lines_gl-ES.json new file mode 100644 index 0000000000..3849a6c5ca --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_lines_gl-ES.json @@ -0,0 +1,7875 @@ +{ + "cutscenes": {}, + "other": { + "DSbop001": [ + "You sure seem angry, Jak." + ], + "DSbop002": [ + "Do you remember how to jump?" + ], + "DSbop003": [ + "Jump onto that crate to get over the barricade." + ], + "DSbop004": [ + "Ooh, that's a high ledge!", + "Try jumping once, then jump again while in the air", + "to reach that one." + ], + "DSbop005": [ + "Good job, see? You still got it!" + ], + "DSbop006": [ + "I never found hide nor hair of Keira or Samos.", + "I don't know where they went." + ], + "DSbop007": [ + "I don't know where that crazy rift vehicle took us, but...", + "It's some kind of big city!" + ], + "DSbop008": [ + "It's a tough place, Jak. You DO remember", + "how to fight, right? Try breaking that crate with a kick." + ], + "DSbop009": [ + "Looking good, partner! Nice spin kick!", + "Works out some of that anger, eh?" + ], + "DSbop010": [ + "There are lots of Krimzon Guard crates lying around", + "for the taking. Break that crate!" + ], + "DSbop011": [ + "Good job! That crate had a health pack inside.", + "Pick it up, you'll wanna keep healthy, Jak, or uh heh...", + "who'll do the fighting?" + ], + "DSbop016": [ + "If you jump then dive, you'll crash down to the ground", + "hard enough to break lots of things.", + "Breaking stuff's fun, right?" + ], + "DSbop017": [ + "Guards, Jak! Do your, uh... stuff." + ], + "agnt001": [ + "Hey hey, drive carefully!" + ], + "agnt002": [ + "Look out!" + ], + "agnt003": [ + "Watch it!" + ], + "agnt004": [ + "Whoa whoa whoa whoa!" + ], + "agnt005": [ + "Whoa!" + ], + "agnt006": [ + "You're crazy!" + ], + "agnt007": [ + "Are you out of your mind!?" + ], + "agnt008": [ + "Watch out!" + ], + "agnt009": [ + "That one hurt!" + ], + "agnt010": [ + "Stay sharp, we've got a tough part of town coming up." + ], + "agnt011": [ + "Now we're in for it!" + ], + "agnt012": [ + "You're wasting citizens!" + ], + "agnt013": [ + "Don't hit the civvies, man!" + ], + "agnt014": [ + "Man, you are hitting people!" + ], + "agnt015": [ + "Look where you're going!" + ], + "agnt016": [ + "Go man!" + ], + "agnt017": [ + "Keep your head down!" + ], + "agnt018": [ + "They're shooting at us!" + ], + "agnt019": [ + "We are dead if you don't drive faster!" + ], + "agnt020": [ + "Keep going!" + ], + "agnt021": [ + "Do it, man, do it!" + ], + "agnt022": [ + "Hurry up, man!" + ], + "agnt023": [ + "I ain't riding on the back, pick up a two-seater!" + ], + "agnt024": [ + "Get a bigger car!" + ], + "agnt025": [ + "Get a bigger vehicle." + ], + "agnt026": [ + "Get one with two seats, will ya?" + ], + "agnt027": [ + "Get another vehicle." + ], + "agnt028": [ + "They're onto us." + ], + "agnt029": [ + "We're being followed." + ], + "agnt030": [ + "We're taking a beating!" + ], + "agnt031": [ + "We can't take much more of that!" + ], + "agnt032": [ + "Are you trying to die!?" + ], + "agnt033": [ + "Where did Torn find you?" + ], + "agnt034": [ + "You sure you're on our side?" + ], + "agnt035": [ + "Turn, TURN!" + ], + "agnt036": [ + "Good move." + ], + "agnt037": [ + "Death to the Baron!" + ], + "agnt038": [ + "Thank Mar you're here, Krimzon Guards are everywhere!" + ], + "agnt039": [ + "It's about time, let's get out of here!" + ], + "agnt040": [ + "Good, good, just in time. GO, GO, GO!" + ], + "agnt041": [ + "Finally, we need to move!" + ], + "agnt042": [ + "Man, I was beginning to think you wouldn't show up." + ], + "agnt043": [ + "Not a moment too soon, let's fly!" + ], + "agnt044": [ + "Get me to my new safehouse, quickly!" + ], + "agnt045": [ + "Thanks, good luck!" + ], + "agnt046": [ + "Good driving, go save the rest of our guys." + ], + "agnt047": [ + "OK, I'm out of here!" + ], + "agnt048": [ + "See you at the next meeting." + ], + "agnt049": [ + "Thanks, you're a life saver." + ], + "agnt050": [ + "This is where I get off." + ], + "agnt051": [ + "I'm glad you're on our side." + ], + "agnt052": [ + "Ugh!" + ], + "agnt053": [ + "Ugh!" + ], + "agnt054": [ + "Hah!" + ], + "agnt055": [ + "Ahhh!" + ], + "agnt056": [ + "Drive carefully!" + ], + "agnt057": [ + "Look out!" + ], + "agnt058": [ + "Watch it!" + ], + "agnt059": [ + "WHOA!" + ], + "agnt060": [ + "You're crazy!" + ], + "agnt061": [ + "Are you out of your mind?!" + ], + "agnt062": [ + "Watch out!" + ], + "agnt063": [ + "That one hurt." + ], + "agnt064": [ + "Stay sharp, we got a tough part of our town coming up." + ], + "agnt065": [ + "Now we're in for it." + ], + "agnt066": [ + "You're wasting citizens!" + ], + "agnt067": [ + "Don't hit the civvies, man!" + ], + "agnt068": [ + "Man, you're hitting the people!" + ], + "agnt069": [ + "Look where you're going!" + ], + "agnt070": [ + "Go man, GO!" + ], + "agnt071": [ + "Keep your head down!" + ], + "agnt072": [ + "They're shooting at us!" + ], + "agnt073": [ + "We're dead if you don't drive faster!" + ], + "agnt074": [ + "Keep going!" + ], + "agnt075": [ + "Do it, man, do it!" + ], + "agnt076": [ + "Hurry up, man!" + ], + "agnt077": [ + "I ain't riding on the back, pick up a two-seater!" + ], + "agnt078": [ + "Get a bigger vehicle." + ], + "agnt079": [ + "They're onto us!" + ], + "agnt080": [ + "We're being followed!" + ], + "agnt081": [ + "We're taking a beating!" + ], + "agnt082": [ + "We can't take much more of that." + ], + "agnt083": [ + "You trying to die?" + ], + "agnt084": [ + "Where'd Torn find you?" + ], + "agnt085": [ + "You sure you're on our side?" + ], + "agnt086": [ + "Turn, TURN!" + ], + "agnt087": [ + "Good move!" + ], + "agnt088": [ + "Death to the Baron!" + ], + "agnt089": [ + "Thank Mar you're here, Krimzon Guards are everywhere!" + ], + "agnt090": [ + "It's about time, let's get out of here!" + ], + "agnt091": [ + "Good, just in time, GO, GO, GO!" + ], + "agnt092": [ + "Finally, we need to move!" + ], + "agnt093": [ + "Man, I was beginning to think you wouldn't show up." + ], + "agnt094": [ + "Not a moment too soon, let's fly!" + ], + "agnt095": [ + "Get me to my new safehouse, quickly!" + ], + "agnt096": [ + "Thanks, good luck!" + ], + "agnt097": [ + "Good driving, go save the rest of our guys." + ], + "agnt098": [ + "OK, I'm out of here!" + ], + "agnt099": [ + "See ya at the next meeting!" + ], + "agnt100": [ + "Thanks, you're a life-saver." + ], + "agnt101": [ + "This is where I get off." + ], + "agnt102": [ + "I'm glad you're on our side." + ], + "agnt103": [ + "Look out!" + ], + "agnt104": [ + "Hey!" + ], + "agnt105": [ + "Augh!" + ], + "agnt106": [ + "Come on man, you trying to kill me!?" + ], + "agnt107": [ + "Take it easy!" + ], + "agnt108": [ + "Ughh!" + ], + "agnt109": [ + "Ughh!" + ], + "agnt110": [ + "Ahhh!" + ], + "agnt111": [ + "Oof!" + ], + "agnt112": [ + "Ah!" + ], + "agnt113": [ + "Ahh!" + ], + "agnt114": [ + "Oof!" + ], + "agnt115": [ + "Okay, buddy, move!" + ], + "agnt116": [ + "Look out!" + ], + "agnt117": [ + "Keep your eyes on the road!" + ], + "agnt118": [ + "Watch it!" + ], + "agnt119": [ + "Thanks for the lift." + ], + "agnt120": [ + "See ya at the next meeting." + ], + "agnt121": [ + "Right, let's go!" + ], + "agnt122": [ + "Drive, man, drive!" + ], + "agnt123": [ + "That was close!" + ], + "agnt124": [ + "You sure you know what you're doing?" + ], + "agnt125": [ + "Ok, thanks, good luck." + ], + "agnt126": [ + "Great, let's go." + ], + "agnt127": [ + "Drive, man, drive!" + ], + "agnt128": [ + "That was close!" + ], + "agnt129": [ + "You sure you know what you're doing?" + ], + "agnt130": [ + "OK, thanks, good luck!" + ], + "agnt131": [ + "What took you so long?" + ], + "agnt132": [ + "Move like you got a purpose, man!" + ], + "agnt133": [ + "GO, GO, the KG are onto us!" + ], + "agnt134": [ + "Stay sharp, we're almost there!" + ], + "agnt135": [ + "Good, you did well, I'll tell the Shadow we're safe!" + ], + "asha001": [ + "Payback's a bitch, and I'm it." + ], + "asha002": [ + "Watch your ass, I'm only woman on the outside." + ], + "asha003": [ + "Let me knock you down to size...", + "Not that you have any." + ], + "asha004": [ + "Small guns don't get me going." + ], + "asha005": [ + "That's a tiny gun..." + ], + "asha006": [ + "You don't know who you're dealing with." + ], + "asha007": [ + "I never said you could touch me there." + ], + "asha008": [ + "Take that!" + ], + "asha009": [ + "Here's some." + ], + "asha010": [ + "Ready for another?" + ], + "asha011": [ + "How's that feel?" + ], + "asha012": [ + "Seems like it hurts." + ], + "asha013": [ + "Oh, that hurt." + ], + "asha014": [ + "Ugh!" + ], + "asha015": [ + "Ough!" + ], + "asha016": [ + "Ah!" + ], + "asha017": [ + "Agh!" + ], + "asha018": [ + "Hit me again and you'll lose something really valuable!" + ], + "asha019": [ + "Not smart!" + ], + "asha020": [ + "Listen, buddy, whose side are you on?" + ], + "asha021": [ + "Don't make me hurt you." + ], + "asha022": [ + "Do that again and I'll put you down." + ], + "asha023": [ + "Learn to control your gun, buddy." + ], + "asha024": [ + "Where'd you learn to fight?" + ], + "asha025": [ + "Check your targets, mister." + ], + "asha026": [ + "Don't do that again." + ], + "asha027": [ + "Maybe I should be behind you." + ], + "asha028": [ + "I won't take that!" + ], + "asha029": [ + "Another one like that and you'll be singing soprano." + ], + "asha030": [ + "Have some back." + ], + "asha031": [ + "Don't do that again!" + ], + "asha032": [ + "Nice shooting." + ], + "asha033": [ + "Good shooting, blue boy." + ], + "asha034": [ + "Good work." + ], + "asha035": [ + "Take 'em all down!" + ], + "asha036": [ + "Let's get 'em!" + ], + "asha037": [ + "Here they come!" + ], + "asha038": [ + "I need some help!" + ], + "asha039": [ + "Man, there are a lot of 'em!" + ], + "asha040": [ + "More coming." + ], + "asha041": [ + "I got him." + ], + "asha042": [ + "More firepower!" + ], + "asha043": [ + "One more down!" + ], + "asha044": [ + "Help me out!" + ], + "asha045": [ + "They're out-flanking us!" + ], + "asha046": [ + "We're surrounded!" + ], + "asha047": [ + "Shoot! Shoot!" + ], + "asha048": [ + "It's not looking good." + ], + "asha049": [ + "Help me!" + ], + "asha050": [ + "Here's one for my father!" + ], + "asha051": [ + "Damn Metal Heads..." + ], + "asha052": [ + "Bullseye." + ], + "asha053": [ + "There's some more of those things!" + ], + "asha054": [ + "Get 'em all!" + ], + "asha055": [ + "Ugh..." + ], + "asha056": [ + "Hm-agh..." + ], + "asha057": [ + "Hah...agh..." + ], + "asht002": [ + "You were right, Jak. What my father's doing is wrong.", + "I need to help fix this. If you get to the Weapons Factory,", + "maybe we can stop him. I'll meet you there." + ], + "asht006": [ + "I think now's the time to act.", + "The Metal Heads are so focused on attacking the city,", + "they may have left their nest vulnerable.", + "Jak, you've got to get out to the Wasteland", + "and breach the Nest barrier any way you can.", + "Maybe if you get inside and take out the Metal Head leader", + "the army will collapse. It's a long shot,", + "but it might be our only chance." + ], + "bar001": [ + "Pay no attention to the groundless rumors about", + "low eco supplies. As your Baron, I assure you,", + "the city has an endless supply of eco stores.", + "Those who would say we are running out,", + "are only trying to frighten and subvert!", + "I have everything in control, I command you", + "to have no fear." + ], + "bar004": [ + "Go!" + ], + "bb01fail": [ + "I think you should practice more." + ], + "bb01int": [ + "Jak, this is Torn. The Underground needs good drivers", + "for our vehicle missions. Prove your skills on the", + "Ring Challenge and maybe we'll let you in on the action." + ], + "bb01win": [ + "Not bad, I think we can use ya.", + "Here's a little reward for your effort." + ], + "bb02fail": [ + "You're still a little timid. Try again." + ], + "bb02int": [ + "We'd like to see you prove your driving skills. Take on", + "another Ring Challenge, let's see what you've got." + ], + "bb02win": [ + "Not bad. You could be my getaway driver any time." + ], + "bb03fail": [ + "I knew this one would prove too much for ya. Keep practicing." + ], + "bb03int": [ + "The next Ring Challenge will separate the men from the boys.", + "Let's see if you can handle it." + ], + "bb03win": [ + "Very nice driving. I'm starting to think you could really", + "help us, Jak." + ], + "bb04fail": [ + "Too bad, I kinda hoped you could do this. Keep trying." + ], + "bb04int": [ + "Torn here. I don't even know why I'm lettin' you try this", + "Ring Challenge, never beat it myself. I guess I'm morbidly", + "curious. Beat this one and you'll be the best driver", + "the Underground's ever had." + ], + "bb04win": [ + "Very nice, Jak! You're the best driver we've ever had." + ], + "bb05fail": [ + "You didn't get all the Bomb Bots, Jak!" + ], + "bb05int": [ + "Jak, reports say more bomb bots are roaming the city.", + "They're a dangerous menace, and I need you to locate", + "and destroy each one before they hurt our interests." + ], + "bb05win": [ + "Good work! That oughta put a dent in the Baron's war budget." + ], + "bb06int": [ + "Jak, we need you to take out another group of Bomb Bots.", + "These mobile weapons keep showing up in the city,", + "we gotta take them out as soon as possible." + ], + "bb06win": [ + "Another pile of bomb bot scrap metal for the KG", + "trash compactors. Mission accomplished, the Underground's", + "most grateful for your service." + ], + "bb07fail": [ + "You lost an agent! NOT good at all, Jak! Mission failed!" + ], + "bb07int": [ + "Torn here, I need you to go out and move more of our Agents", + "to new locations in the city.", + "KG spies are watching our every move,", + "so look out for trouble. Good luck." + ], + "bb07win": [ + "Nice shuttle work! You're keepin' people alive out there." + ], + "bb08fail": [ + "One of our best agents was arrested. The Shadow will NOT be", + "pleased! You failed." + ], + "bb08int": [ + "Jak, some of our Agents have been compromised again.", + "Find each one and take them to special hideouts in the city.", + "The guard patrols are on high alert,", + "so this is going to be a tough one. Keep your head down!" + ], + "bb08win": [ + "That was good driving, Jak.", + "The Underground can breathe a little easier now." + ], + "bb09fail": [ + "You took too long, Jak. We're calling off the meeting." + ], + "bb09int": [ + "Jak, we're having an Underground meeting", + "with some special Agents. Pick up each Agent", + "and bring them to the meeting place quickly." + ], + "bb09win": [ + "Fast work, Jak! Some day, we might even", + "invite you to these meetings." + ], + "bb10fail": [ + "Not fast enough, buddy! You've gotta be quick", + "with those deliveries." + ], + "bb10int": [ + "Jak, you've got to prove your driving skills once again.", + "One of our Agents dropped off a package,", + "I need it delivered to the Hideout. Immediately." + ], + "bb10win": [ + "Good work, Jak!" + ], + "bb11fail": [ + "The package contents didn't make it. Go faster next time!" + ], + "bb11int": [ + "Jak, I need you to take a package of eco", + "over to the power station. Get there quickly or the contents", + "will be useless to Vin." + ], + "bb11win": [ + "Nice driving, Jak." + ], + "bb12fail": [ + "You didn't push it hard enough, newbie. Try again." + ], + "bb12int": [ + "This is Torn, we've got another package delivery", + "for the Stadium. Make it quick!" + ], + "bb12win": [ + "Not bad driving. You really oughta race", + "in the city championship." + ], + "bb13fail": [ + "You gotta work on your speed, man." + ], + "bb13int": [ + "I need you to take a valuable item over to Onin.", + "You won't be able to drive the whole way,", + "but you still have to move fast. Good luck." + ], + "bb13win": [ + "That's the way to get it done, good work." + ], + "bb14fail": [ + "Too late, Jak! The agent is calling it off.", + "You need to reach it faster!" + ], + "bb14int": [ + "Jak, we have an Agent waiting for a package delivery.", + "Guard spies are watching this guy,", + "so if you don't get to him fast, he'll be arrested.", + "Take the package to him before it's too late." + ], + "bb14win": [ + "Nice work, the delivery was a success. I like your style, Jak." + ], + "bb15fail": [ + "You screwed up, Jak! You didn't get it to the safe zone", + "as we asked." + ], + "bb15farr": [ + "Get off the bike and get clear, Jak!!" + ], + "bb15int": [ + "Jak, we found a bomb in the Slums", + "that was meant for the Shadow.", + "I need you to pick it up and take it out to the Farm Area", + "where we've marked a safe zone where it can explode.", + "Go quickly." + ], + "bb15win": [ + "That was amazing work, Jak! Thank you, I really mean that." + ], + "bb16fail": [ + "You didn't take out enough guards!", + "We need to hit them harder!" + ], + "bb16int": [ + "Jak, this is Torn.", + "Erol's elite personal guard are moving through the city.", + "We need to hit them and hit them hard! Take out enough", + "guards before I have to call off the mission.", + "Get too few guards and we'll have missed an opportunity to", + "inflict real damage on our enemies." + ], + "bb16win": [ + "Great hit 'n' run, Jak! That'll send a message to Erol." + ], + "bb17fail": [ + "Looks like that thing's too hard to use. We'll pass for now." + ], + "bb17int": [ + "We're evaluating the new JET-Board for use in Underground", + "missions. We heard you're pretty good with that thing,", + "show us what it can do. Score enough points with the", + "judge-bot and we'll consider adding it to our arsenal." + ], + "bb17win": [ + "Wow! You can really tear up the concrete with that baby!", + "Good work." + ], + "bb18fail": [ + "I'm still not sure the JET-Board's that useful." + ], + "bb18int": [ + "Here's another great place to evaluate the performance", + "of the JET-Board. Try to get enough points here as well." + ], + "bb18win": [ + "Sweet moves, Jak. The KG would have a hard time", + "catching us on those babies." + ], + "bb19fail": [ + "You didn't get them all. Try again." + ], + "bb19int": [ + "We're evaluating the use of homing beacons in missions.", + "Get all of the beacons as fast as you can.", + "You gotta move quickly on this one." + ], + "bb19win": [ + "Excellent work. You're a great asset", + "to the Underground, Jak." + ], + "bb20fail": [ + "Too slow, Jak! When the Shadow asks, you need to deliver." + ], + "bb20int": [ + "The Shadow needs you to collect some green eco for his", + "experiments. Get all of it before the eco vanishes." + ], + "bb20win": [ + "Not bad. I'll put in a good word with the Shadow." + ], + "bb21fail": [ + "Keep tryin'. You need to develop your skills here." + ], + "bb21int": [ + "Sometimes we like to \"borrow\" Krimzon Guard", + "equipment. Take that KG patrol bike out for a spin", + "and hit all the targets within the time limit." + ], + "bb21win": [ + "Nice shooting. The Guard would looove you as a recruit.", + "Here's a little reward to stay with us instead." + ], + "bb22fail": [ + "You didn't get the booths fast enough, Jak." + ], + "bb22int": [ + "Some of the Baron's propaganda is unnerving", + "the civilians. Take out those booths and we'll stop Praxis", + "from spreading his lies." + ], + "bb22win": [ + "Good work! That should shut up the Baron a bit." + ], + "bb23fail": [ + "You lost, Jak. If you wanna win,", + "you better work on your speed skills." + ], + "bb23int": [ + "The Underground's top racer wants to challenge you", + "to a race on Ring Course One.", + "Think you can handle a little competition?" + ], + "bb23win": [ + "Congratulations! You beat the challenger!" + ], + "bb24fail": [ + "Our boy took you on this one. Better luck next time." + ], + "bb24int": [ + "Up for a little race, Jak?", + "Our top driver wants to face you on Ring Course Two.", + "This baby's a little more difficult.", + "Let's see if you can rise to the challenge." + ], + "bb24win": [ + "You beat him, Jak. Nice driving." + ], + "bb25fail": [ + "Looks like you're not the top racer in this town, Jak.", + "You lost!" + ], + "bb25int": [ + "The Underground's race champion wants at you again,", + "this time on the difficult Ring Course Three.", + "This one's gonna get hairy." + ], + "bb25win": [ + "Congratulations, you beat our best racer. Well done." + ], + "bb26int": [ + "This is Torn, a good Underground agent knows the city", + "inside and out, by sight. Let's see how you stack up,", + "get to this place in the time limit given", + "and you'll get a reward. GO!" + ], + "bb27int": [ + "Here's another chance to prove your knowledge of the city." + ], + "bb28int": [ + "Find this place before time runs out." + ], + "bb29int": [ + "Here's a tough one, beat the clock to here." + ], + "bb30int": [ + "Recognize this place? Find it fast and a reward is yours." + ], + "bb31int": [ + "Here's a little known place, find it fast and I'll be impressed." + ], + "bb32int": [ + "I'd like to see you find this place. Impress me, Jak." + ], + "bb33int": [ + "Get here fast and surprise me." + ], + "bb34int": [ + "Here's another destination, get here quickly." + ], + "bb35int": [ + "Find this spot, fast!" + ], + "bb36int": [ + "Reach this area and be rewarded." + ], + "bb37int": [ + "Think you can find this place?" + ], + "bb38fail": [ + "Not so good, Jak! Maybe you should calibrate that board." + ], + "bb38int": [ + "We're still evaluating the JET-Board.", + "Let's see if you can collect all of the energy boosts", + "in the time limit allotted." + ], + "bb38win": [ + "Nice moves, fly-boy." + ], + "bb39fail": [ + "Soo close, but in this business that means dead." + ], + "bb39int": [ + "Take that JET-Board through its paces on a Ring Course.", + "Beat the time and I'll get your face tattooed like mine." + ], + "bb39win": [ + "Good speed through the course, Jak!", + "That one looked too easy." + ], + "bb40fail": [ + "Looks like you've met your match, Jak!", + "You were too slow on that course." + ], + "bb40int": [ + "I'd like to see you take the JET-Board through another", + "Ring Course. We'll make this one a little more interesting,", + "let's see if you can complete it in time." + ], + "bb40win": [ + "Wow! Even I'd have trouble on that one, good job!" + ], + "bf001": [ + "My shield is impervious to your attacks!" + ], + "bf002": [ + "You cannot hurt me!" + ], + "bf003": [ + "Fool! Nothing can touch me!" + ], + "bf004": [ + "You're powerless!" + ], + "bf005": [ + "There is nothing you can do!" + ], + "bf006": [ + "HAHAHAHAHAHA!" + ], + "bf007": [ + "HAHAHAHA!" + ], + "bf008": [ + "Come get me!" + ], + "bf009": [ + "Come closer!" + ], + "bf010": [ + "Try me now!" + ], + "bf011": [ + "Let's make this personal!" + ], + "bf012": [ + "Surprise!" + ], + "bf013": [ + "Don't fall!" + ], + "bf014": [ + "I will crush you!" + ], + "bf015": [ + "Take this!" + ], + "bf016": [ + "Here I come!" + ], + "bf017": [ + "Why won't you die?!" + ], + "bf018": [ + "Your Dark Eco powers surprise me!" + ], + "bf019": [ + "Your arrogance will be your downfall!" + ], + "bf020": [ + "The Stone is mine!" + ], + "bf021": [ + "Give me the Stone!" + ], + "bf022": [ + "Release it!" + ], + "bf023": [ + "I want the Stone!" + ], + "bf024": [ + "Argh, let go!" + ], + "bf025": [ + "It's mine!" + ], + "bf026": [ + "Try these on for size!" + ], + "bf027": [ + "Here's a little present!" + ], + "bf028": [ + "Want some more?" + ], + "bf029": [ + "I grow tired of this, now you die!" + ], + "bf030": [ + "You cannot run away from these!" + ], + "bf031": [ + "Allow me to share the pain!" + ], + "bf032": [ + "Now you're mine!" + ], + "bf033": [ + "Here's some hell!" + ], + "bf034": [ + "Say good night!" + ], + "bf035": [ + "Enjoy your next life!" + ], + "bf036": [ + "It's over!" + ], + "bf037": [ + "Burn in hell!" + ], + "bf038": [ + "The Stone is mine! Let me show you what it can do!" + ], + "bf039": [ + "Now you see the Stone's power in capable hands!" + ], + "bf040": [ + "How's that for power?" + ], + "bf041": [ + "Now you see!" + ], + "bf042": [ + "I am invincible now!" + ], + "bf043": [ + "You cannot run forever!" + ], + "bf044": [ + "I have all the power I need!" + ], + "bf045": [ + "You can't avoid this!" + ], + "bf046": [ + "Here's a little something special!" + ], + "bf047": [ + "Come to me!" + ], + "bf048": [ + "Come here!" + ], + "bf049": [ + "Let's get closer!" + ], + "bf050": [ + "Nothing can save you now!" + ], + "bf051": [ + "You're history!" + ], + "bf052": [ + "I am the city's savior, not you!" + ], + "bf053": [ + "Die!" + ], + "bf054": [ + "It's over!" + ], + "bf055": [ + "I've got you!" + ], + "bf056": [ + "Now you die!" + ], + "bf057": [ + "NOOOOOO!" + ], + "bf058": [ + "No!" + ], + "bf059": [ + "NO!" + ], + "bf060": [ + "Uorghh!" + ], + "bf061": [ + "Ahh!" + ], + "bf062": [ + "Ungh!" + ], + "bf063": [ + "Raghh!" + ], + "bf064": [ + "We finish this now!" + ], + "bf065": [ + "Eat this!" + ], + "bf066": [ + "Stop!" + ], + "bf067": [ + "You idiot, you're no match for me!" + ], + "bf068": [ + "Why don't you die!?" + ], + "bf069": [ + "Give up and I'll make it painless!" + ], + "bf070": [ + "You cannot win!" + ], + "bf071": [ + "Aha!" + ], + "bf072": [ + "Haha!" + ], + "bf073": [ + "AH!" + ], + "bf074": [ + "Urgh!" + ], + "bf075": [ + "You can do better than that!" + ], + "bf076": [ + "You're mine!" + ], + "bf077": [ + "Why won't you die!?" + ], + "bf078": [ + "I have the ultimate power!" + ], + "bf079": [ + "Die!" + ], + "bf080": [ + "Is that your best shot?" + ], + "bf081": [ + "Now you die!" + ], + "bf082": [ + "Get off my tower!" + ], + "bf083": [ + "We'll see about that!" + ], + "bf084": [ + "You really think you have a chance?" + ], + "bf085": [ + "Fear me!" + ], + "bf086": [ + "You're nothing!" + ], + "bf087": [ + "My shield is now recharged!" + ], + "bf088": [ + "Try these on for size!" + ], + "bf089": [ + "I should have killed you long ago!" + ], + "bf090": [ + "Never a dull moment, eh?" + ], + "bf091": [ + "Stand still!" + ], + "bf092": [ + "Go back to wherever you came from!" + ], + "bf093": [ + "You're both going to die by my hand!" + ], + "bf094": [ + "Come closer!" + ], + "bf095": [ + "To the end!" + ], + "bf096": [ + "You cannot win!" + ], + "bf097": [ + "Come here!" + ], + "bf098": [ + "ARGHHH!" + ], + "bf099": [ + "URGHH!" + ], + "bf100": [ + "Urgh!" + ], + "bf101": [ + "Oof!" + ], + "bf102": [ + "Noooo!" + ], + "bf103": [ + "No!" + ], + "bf104": [ + "Not again!" + ], + "bf105": [ + "It can't be!" + ], + "bf106": [ + "Not this time!" + ], + "bf107": [ + "Stop!" + ], + "bf108": [ + "Damn!" + ], + "bf109": [ + "Why, you little...!" + ], + "bf110": [ + "Now you've made me angry!" + ], + "bf111": [ + "Impressive, but let's try that again!" + ], + "bf112": [ + "The stronger man always wins!" + ], + "bf113": [ + "Your loss was inevitable, Jak!" + ], + "bf114": [ + "You could never be a baron!" + ], + "bf115": [ + "I knew you were weak!" + ], + "bf116": [ + "Hm, I expected more from you!" + ], + "bf117": [ + "Losing is for the weak!" + ], + "bf118": [ + "How pathetic!" + ], + "bf119": [ + "That was too easy!" + ], + "bf120": [ + "Sorry, old boy, it's just war!" + ], + "bf121": [ + "Too bad you don't have what it takes!" + ], + "bf122": [ + "The better man won!" + ], + "bf123": [ + "We're similar, Jak... oh, except you're dead!" + ], + "bf124": [ + "Feel the fury of the Precursor Stone!" + ], + "bf125": [ + "With the Stone's power, I am invincible!" + ], + "bf126": [ + "All will fear me now!" + ], + "bf127": [ + "Time to die!" + ], + "bf128": [ + "My little friends will take care of you!" + ], + "bf129": [ + "You can't run forever, Jak!" + ], + "bf130": [ + "Now I've got you!" + ], + "bf131": [ + "Surprise!" + ], + "bf132": [ + "I have better things to do than waste my time with you!" + ], + "bf133": [ + "You are nothing!" + ], + "bf134": [ + "Annoying insect, die!" + ], + "bf135": [ + "Not bad, but let me show you what real power is!" + ], + "bf136": [ + "Feel this!" + ], + "bru001": [ + "Great smelly breath of a goosesnake!", + "Heroes to Lurker people you be!", + "By now just see much happy thanks! Ruhuhuh.", + "You honorary members of Lurker tribe now.", + "We no forget - if ever you need us, we help you!" + ], + "bru002": [ + "I hears you two look for a piece of Mar's shiny Seal.", + "Brutter loves shiny bright things too.", + "I have piece I thinks. It in Water Slums,", + "hanging over me hut and you free to have.", + "Gift from Brutter!" + ], + "bru004": [ + "You two good! No better warrior in all Lurker tribes!", + "You keep Seal. You love shiny things just like Brutter." + ], + "cit001": [ + "Hey!" + ], + "cit004": [ + "Watch it!" + ], + "cit008": [ + "No!" + ], + "cit010": [ + "Argh!" + ], + "cit016": [ + "Stay away!" + ], + "cit033": [ + "Hey!" + ], + "cit034": [ + "Look out!" + ], + "cit035": [ + "Watch out!" + ], + "cit046": [ + "Go away!" + ], + "cit047": [ + "Leave me alone!" + ], + "cit051": [ + "Are you crazy?" + ], + "cit053": [ + "Are you insane?!" + ], + "cit055": [ + "Hey, that's my vehicle!" + ], + "cit056": [ + "Gimme back my vehicle!" + ], + "cit057": [ + "What are you doing?" + ], + "cit058": [ + "Please, don't take it!" + ], + "cit097": [ + "Ugh!" + ], + "cit097a": [ + "Aahh!" + ], + "cit097b": [ + "Aaghhh!" + ], + "cit097c": [ + "AAAHHH!!" + ], + "cit097d": [ + "AAHHH!" + ], + "cit098": [ + "Ahh!!" + ], + "cit098a": [ + "Urgh!" + ], + "cit098b": [ + "Ugh!" + ], + "cit098c": [ + "Ugh!" + ], + "cit098d": [ + "Ahh!" + ], + "cit099": [ + "No!" + ], + "cit099a": [ + "Noooo!" + ], + "cit099b": [ + "No!" + ], + "cit099c": [ + "No!" + ], + "cit099d": [ + "Nooo!" + ], + "cit100": [ + "Please!" + ], + "cit100a": [ + "Please!" + ], + "cit100b": [ + "Please!" + ], + "cit100c": [ + "Please!" + ], + "cit101": [ + "Stop!" + ], + "cit101a": [ + "Stop!" + ], + "cit101b": [ + "Stop!" + ], + "cit101c": [ + "Stop!" + ], + "cit103": [ + "Sound the alarm!" + ], + "cit103a": [ + "Sound the alarm!" + ], + "cit104": [ + "Guards!" + ], + "cit104a": [ + "Guards! Help us!" + ], + "cit105": [ + "Help us!" + ], + "cit120": [ + "Keep away from me!" + ], + "cit120a": [ + "Keep away from me!" + ], + "cit137a": [ + "Wait!" + ], + "cityv001": [ + "Leaving city safe zone." + ], + "cityv002": [ + "Leaving city at your own risk." + ], + "cityv003": [ + "Exiting city." + ], + "cityv004": [ + "Opening outer shield." + ], + "cityv005": [ + "Decontamination complete." + ], + "cityv006": [ + "Entering Haven City." + ], + "cityv007": [ + "Re-entering city." + ], + "cityv008": [ + "Welcome back." + ], + "cityv009": [ + "It's good to see you still alive." + ], + "cityv010": [ + "Security clearance granted." + ], + "cityv011": [ + "Entrance denied. You do not have proper clearance." + ], + "cityv012": [ + "I am unable to comply." + ], + "cityv013": [ + "Please come back with proper clearance." + ], + "cityv014": [ + "Access denied." + ], + "cityv015": [ + "You need Red Clearance for this gate." + ], + "cityv016": [ + "You need Green Clearance for this gate." + ], + "cityv017": [ + "You need Yellow Clearance for this gate." + ], + "cityv018": [ + "You need Blue Clearance for this gate." + ], + "cityv019": [ + "You need Purple Clearance for this gate." + ], + "cityv020": [ + "You need special Black Clearance for this door." + ], + "cityv021": [ + "Access granted." + ], + "cityv022": [ + "Door open." + ], + "cityv023": [ + "Door closed." + ], + "cityv024": [ + "Please enter." + ], + "cityv025": [ + "Warp Gate online." + ], + "cityv026": [ + "Warning: Eco supplies low." + ], + "cityv027": [ + "Backup systems failing." + ], + "cityv028": [ + "Warning: Eco storage is below safe minimums." + ], + "cityv029": [ + "Eco Grid unstable." + ], + "cityv030": [ + "Metal Heads detected at Mining Site." + ], + "cityv031": [ + "Metal Heads detected at Drilling Site." + ], + "cityv032": [ + "Stand by for clearance." + ], + "cityv033": [ + "Have a nice day." + ], + "cityv034": [ + "Welcome." + ], + "cityv035": [ + "This is a restricted area." + ], + "cityv036": [ + "You are in violation of Speed Ordinance 51d, pull over." + ], + "cityv037": [ + "I have alerted the authorities." + ], + "cityv038": [ + "This sector is closed." + ], + "cityv039": [ + "Alert: Prison escape in progress." + ], + "cityv040": [ + "Alert: City under attack." + ], + "cityv041": [ + "Metal Head attack in progress." + ], + "cityv042": [ + "All citizens go to safe shelters." + ], + "cityv043": [ + "Eco Grid growing unstable." + ], + "cityv044": [ + "The Eco Grid is down. Repeat: The Eco Grid is down." + ], + "cityv045": [ + "Red alert: City shield wall compromised." + ], + "cityv046": [ + "Unauthorized movement in sewer system." + ], + "cityv047": [ + "This is a restricted area. Defenses activated." + ], + "cityv048": [ + "You are trespassing. Defenses coming online." + ], + "cityv049": [ + "I regret use of force. Systems arming." + ], + "cityv050": [ + "Trespasser neutralized." + ], + "cityv051": [ + "Suspect destroyed." + ], + "cityv052": [ + "I am authorized to use force." + ], + "cityv053": [ + "General alert: Riot in progress. Krimzon Guards en route." + ], + "cityv054": [ + "Surrender yourself. You are under arrest." + ], + "cityv055": [ + "There is no escape." + ], + "cityv056": [ + "You are in a restricted sector. This sector is on high alert." + ], + "cityv057": [ + "You are under arrest. Surrender yourself." + ], + "cityv058": [ + "This sector is off limits." + ], + "cityv061": [ + "All systems back online and in the green." + ], + "cityv062": [ + "The race is about to begin." + ], + "cityv063": [ + "Welcome to the city transportation system." + ], + "cityv064": [ + "You can thrust in your vehicle at any time." + ], + "cityv065": [ + "Braking will assist in vehicle control." + ], + "cityv067": [ + "Backing up is easy." + ], + "cityv068": [ + "You can hover in one of two zones: low and high." + ], + "cityv069": [ + "Try switching hover zones." + ], + "cityv070": [ + "Switching hover zones may help avoid traffic or", + "ground obstacles." + ], + "cityv075": [ + "Alert: Vehicle destruction imminent." + ], + "cityv076": [ + "Please drive more carefully next time." + ], + "cityv077": [ + "Thank you for using the vehicle." + ], + "cityv078": [ + "Have a nice day." + ], + "cityv079": [ + "Warning: Missile cooling systems damaged." + ], + "cityv080": [ + "Alert: Backup cooling system failure.", + "Emergency overrides initiated." + ], + "cityv081": [ + "Missile systems at critical overload.", + "Failsafe not responding." + ], + "cityv082": [ + "Danger: Warhead detonation imminent.", + "Evacuate immediately." + ], + "cityv087": [ + "Arriving at Throne Room floor." + ], + "cityv088": [ + "Arriving at ground floor." + ], + "cityv093": [ + "You have been sentenced to termination." + ], + "cityv094": [ + "This area is restricted.", + "Initiating termination with extreme prejudice." + ], + "cityv095": [ + "This area open to Krimzon Guard personnel only." + ], + "cityv096": [ + "The city is on high alert." + ], + "cityv097": [ + "The city is under attack.", + "All citizens proceed to safe shelters." + ], + "cityv098": [ + "The city is under attack. Please stay in your homes." + ], + "cityv099": [ + "Metal Head aggressors are infiltrating the system." + ], + "cityv100": [ + "Congratulations on receiving a Security Pass." + ], + "cityv107": [ + "Unauthorized use of Fortress door.", + "Activating security tank." + ], + "cityv108": [ + "Gunpod weapons coming online." + ], + "cityv109": [ + "Weapons overheating." + ], + "cityv110": [ + "Weapons inoperative. Please wait for cooling." + ], + "cityv111": [ + "Weapons back online." + ], + "cityv112": [ + "The gunpod has taken severe damage." + ], + "cityv130": [ + "The city map is displayed in the lower right." + ], + "cityv132": [ + "Follow the icons on the map", + "to reach important destinations." + ], + "cityv134": [ + "Intruder alert." + ], + "cityv135": [ + "Stand by." + ], + "cityv146": [ + "I'm experiencing a circuit overload.", + "Turn on my bypass switches within the time limit", + "and you will be rewarded." + ], + "cityv147": [ + "You failed to turn on the bypass grid in time.", + "My C-Zone circuits have overloaded." + ], + "cityv148": [ + "You successfully switched on the bypass", + "for my circuits in time.", + "Here is a reward." + ], + "cityv149": [ + "I need emergency power for my Eco Converters.", + "Switch on all available circuits quickly", + "to stabilize the Eco Grid." + ], + "cityv150": [ + "You didn't reach all the switches in time.", + "The Eco Grid is still unstable." + ], + "cityv151": [ + "You successfully switched on the circuits", + "to stabilize the Eco Grid.", + "You have earned a reward." + ], + "cityv152": [ + "I have detected a Dark Eco spill.", + "You must remove this hazard quickly", + "before the city is contaminated." + ], + "cityv153": [ + "You did not remove all the Dark Eco quickly enough." + ], + "cityv154": [ + "You removed the Dark Eco hazard in time.", + "The city is grateful to you." + ], + "cityv155": [ + "Sensors indicate a cluster of Blue Eco in the city.", + "Collect all eco before it dissipates", + "and you will be rewarded." + ], + "cityv156": [ + "You did not retrieve all of the eco." + ], + "cityv157": [ + "You successfully retrieved the eco.", + "Here is your reward." + ], + "cityv158": [ + "Emergency response needed.", + "Runaway bomb bots detected and headed for", + "populated areas. Neutralize all bomb bots", + "before it's too late." + ], + "cityv159": [ + "You failed to neutralize the runaway bomb bots." + ], + "cityv160": [ + "You destroyed the runaway bomb bots.", + "The city thanks you." + ], + "cityv161": [ + "Get to this point in the game quickly", + "and you will receive a prize." + ], + "cityv162": [ + "Try to find this spot." + ], + "cityv163": [ + "Can you identify this place and get there?" + ], + "cityv164": [ + "Make it here in the time allotted and a reward is yours." + ], + "cityv165": [ + "Find this spot for a prize." + ], + "cityv166": [ + "Get to this spot for a prize." + ], + "cityv167": [ + "Metal Heads have been detected in the gun course.", + "Neutralize them all immediately." + ], + "cityv168": [ + "You did not kill them all." + ], + "cityv169": [ + "Excellent shooting. Threat eliminated." + ], + "cityv170": [ + "Get a high score on the JET-Board and receive a prize." + ], + "cityv171": [ + "Try for a high score and receive a prize." + ], + "cityv172": [ + "You did not achieve a high enough score." + ], + "cityv173": [ + "Congratulations, you achieved a high enough score." + ], + "cityv174": [ + "Welcome to the Stadium Central Computer.", + "Please select your challenge." + ], + "cityv175": [ + "Attention, all citizens:", + "The Class 1 Race is about to begin." + ], + "cityv176": [ + "Attention, all citizens:", + "The Class 2 Race is about to begin." + ], + "cityv177": [ + "Attention, all citizens:", + "The Class 3 Race is about to begin." + ], + "cityv178": [ + "Care to try for the course record?" + ], + "cityv179": [ + "Congratulations, you achieved the gold record." + ], + "cityv180": [ + "Congratulations, you achieved the silver record." + ], + "cityv181": [ + "Congratulations, you achieved the bronze record." + ], + "cityv182": [ + "Care to try for a high score record?" + ], + "cityv183": [ + "Would you like to try for a high score?" + ], + "cityv184": [ + "Welcome to the Racing Time Trials." + ], + "cityv185": [ + "Would you like to race for a record time?" + ], + "cityv186": [ + "Choose your course." + ], + "cityv187": [ + "Would you like to try for a course record?" + ], + "cityv188": [ + "Would you like to use Orbs to buy a secret?" + ], + "cityv189": [ + "You do not have enough Orbs for this secret." + ], + "cityv190": [ + "Secret activated." + ], + "cityv191": [ + "All secrets are activated." + ], + "cityv192": [ + "Please exit the Titan Suit." + ], + "cityv193": [ + "You must exit the Titan Suit." + ], + "cityv194": [ + "Vehicles must remain within city limits." + ], + "cityv195": [ + "Exit denied. Enemy targets still present." + ], + "cityv196": [ + "Exit denied. Metal Head eggs still detected." + ], + "cityv197": [ + "Scanners show Metal Head eggs still active." + ], + "daxm001": [ + "Shoot the platform, Jak." + ], + "daxm002": [ + "We need something to get through that gate!" + ], + "daxm003": [ + "Shoot the Metal Head when he moves his shield!" + ], + "daxm004": [ + "Hit him in his stomach!" + ], + "daxm005": [ + "Whoa! That path dropped like uh... a rock!" + ], + "daxm006": [ + "Smack the box, baby!" + ], + "daxm007": [ + "That's what I call a rocky road!" + ], + "daxm008": [ + "We gotta get to the top!" + ], + "daxm009": [ + "We made it!!" + ], + "daxm010": [ + "Rock 'n roll!" + ], + "ds001": [ + "We gotta find the Baron, Jak." + ], + "ds005": [ + "Jak, those are Metal Heads!" + ], + "ds006": [ + "Finally, now we get to see the Shadow!", + "What do ya gotta do around this place to get noticed?" + ], + "ds012": [ + "That must be the Ruby Key to the city." + ], + "ds013": [ + "Statues are becoming an endangered species around here." + ], + "ds014": [ + "So this is Mar's scary tomb, eh?", + "Doesn't look so bad." + ], + "ds016": [ + "Let's bring the money back to Krew." + ], + "ds017": [ + "That must be the ammo and missile Torn told us to blow up!" + ], + "ds018": [ + "Get the tank to shoot the missile!" + ], + "ds019": [ + "Break those tubes in the center." + ], + "ds020": [ + "Please tell me you remember how to roll..." + ], + "ds023": [ + "Let's rock!" + ], + "ds024": [ + "Here we go!" + ], + "ds025": [ + "All right!" + ], + "ds026": [ + "Yeah!" + ], + "ds028": [ + "Oh yeah!" + ], + "ds029": [ + "Let's go back to the city." + ], + "ds030": [ + "I think we need to go back to the city, Jak." + ], + "ds031": [ + "Let's go talk to Torn." + ], + "ds032": [ + "Let's go back to the Underground Hideout." + ], + "ds043": [ + "You can get a longer jump by rolling into it." + ], + "ds044": [ + "Use a long jump to get across this gap." + ], + "ds045": [ + "Nice form!" + ], + "ds046": [ + "If you duck before you jump, you'll go higher.", + "You'll need a high jump to reach the top of this ledge, Jak." + ], + "ds047": [ + "Ooh, that's a high one.", + "You'll need to jump,", + "then jump again in the air to get up there." + ], + "ds048": [ + "Hit 'em again, Jak!" + ], + "ds049": [ + "Do a spin kick!" + ], + "ds050": [ + "Robotank, run!" + ], + "ds051": [ + "Hey, we should stay with Sig." + ], + "ds052": [ + "Hey, big guy, keep close, huh?" + ], + "ds053": [ + "We're too far away from Sig." + ], + "ds054": [ + "Stick with the plan, Jak, protect Sig!" + ], + "ds055": [ + "Uh oh, where's Sig?" + ], + "ds056": [ + "Wow, what a blast!" + ], + "ds057": [ + "Sig's a good shot." + ], + "ds058": [ + "Go help Sig!" + ], + "ds059": [ + "Nice shootin', Sig!" + ], + "ds060": [ + "You're my hero!" + ], + "ds061": [ + "Uh oh, Sig's in trouble!" + ], + "ds062": [ + "There's another Metal Head going after our boy!", + "Shoot it, shoot it!" + ], + "ds063": [ + "Keep Sig safe, Jak!" + ], + "ds064": [ + "Whoa, Sig's really getting roughed up!" + ], + "ds065": [ + "Shoot 'em, shoot 'em!" + ], + "ds066": [ + "Sig dies, we die." + ], + "ds067": [ + "Oof, we suck..." + ], + "ds068": [ + "We have to keep 'em away from Sig." + ], + "ds069": [ + "We need to find the valve to turn the water back on." + ], + "ds094": [ + "Robotank, run!" + ], + "ds095": [ + "Here comes that tank again!" + ], + "ds096": [ + "Get the tank to shoot the missile!" + ], + "ds099": [ + "We need to get to the top of that tower!" + ], + "ds100": [ + "Climb the ruined tower, Jak!" + ], + "ds111": [ + "We should come back with the Titan Suit to do this path." + ], + "ds112": [ + "You've got a mechanical fist, Jak. Use it!" + ], + "ds113": [ + "Break the door!" + ], + "ds114": [ + "800 pound Tigorilla comin' through!" + ], + "ds115": [ + "Smashing work, Jak! Oh, that was funny." + ], + "ds116": [ + "Shoot the platform, Jak." + ], + "ds117": [ + "We need something to get through that gate." + ], + "ds118": [ + "Shoot the Metal Head when he moves his shield." + ], + "ds119": [ + "Hit him in his stomach." + ], + "ds120": [ + "Whoa, that path dropped like a... a rock!" + ], + "ds121": [ + "Smack the box, baby!" + ], + "ds128": [ + "Good, we're through." + ], + "ds129": [ + "Shoot the gun, Jak!" + ], + "ds143": [ + "We're supposed to keep Krew's guys alive, Jak!" + ], + "ds144": [ + "Save 'em, Jak!" + ], + "ds145": [ + "Don't like this, Jak..." + ], + "ds146": [ + "Behind us, Jak!" + ], + "ds147": [ + "Metal Heads! Everywhere!" + ], + "ds148": [ + "Protect us, Jak! But first me." + ], + "ds150": [ + "Take a vehicle, Jak! It's faster." + ], + "ds151": [ + "Use your JET-Board!" + ], + "ds152": [ + "We got company, Jak! Lots of guards!" + ], + "ds160": [ + "That's right, we're bad! The Precursor Stone is ours!" + ], + "ds161": [ + "There's Mar's gun, Jak! Let's go check it out." + ], + "ds162": [ + "These Precursor Orbs are worth a lot now.", + "We might find a few hidden around,", + "or get some doing difficult tasks.", + "We'll be able to buy stuff with 'em!" + ], + "ds163": [ + "Jak, now that we have the Palace Security Pass,", + "let's go have some fun in the big man's crib!" + ], + "ds164": [ + "Back up to get out of the mech." + ], + "ds165": [ + "We're free, Jak! Thanks to me.", + "Nice to breathe some fresh air, huh?", + "We'll get that Baron Praxis guy, alright!" + ], + "ds166": [ + "I'm not getting out of this pod", + "'till you kill all those crazy flyin' Metal Heads!" + ], + "ds167": [ + "I wonder why they wanted us to protect Samos' Hut.", + "Maybe now we'll get to meet the Shadow." + ], + "ds168": [ + "There's the Rift Ring!" + ], + "ds173": [ + "Ahhh!" + ], + "ds174": [ + "Ooooh!" + ], + "ds175": [ + "Whoa-whoa-oaa-ah!" + ], + "ds176": [ + "Whoa!" + ], + "ds177": [ + "Hey!" + ], + "ds178": [ + "Hey, watch that!" + ], + "ds179": [ + "Ooh!" + ], + "ds180": [ + "Oh, boy!" + ], + "ds181": [ + "Uooaaoh!" + ], + "ds182": [ + "Wow, that was close!" + ], + "ds183": [ + "Oh, boy!" + ], + "ds184": [ + "Yes!" + ], + "ds185": [ + "Yeah!" + ], + "ds186": [ + "Hey, watch it!" + ], + "ds187": [ + "All right!" + ], + "ds188": [ + "Move over!" + ], + "ds189": [ + "Orange Lightning coming through!" + ], + "ds190": [ + "Rollin' with the homies!" + ], + "ds191": [ + "You're mine!" + ], + "ds192": [ + "There they are!" + ], + "ds193": [ + "Hey! Watch where you're drivin'!" + ], + "ds194": [ + "How do I drive this thing?" + ], + "ds195": [ + "Yeah, that's right! I'm bad!" + ], + "ds196": [ + "Outta my way!" + ], + "ds197": [ + "Outta my way!" + ], + "ds198": [ + "Move it or lose it, buddy!" + ], + "ds199": [ + "Mm... bye-bye!" + ], + "ds200": [ + "Last lap!" + ], + "ds201": [ + "Come on, come on!" + ], + "ds202": [ + "Come on, come on, come on!" + ], + "ds203": [ + "Pedal to the metal!" + ], + "ds204": [ + "Ooooah, I gotta catch up!" + ], + "ds205": [ + "Turn and burn, baby!" + ], + "ds206": [ + "Oooh, it's gonna be close!" + ], + "ds207": [ + "Eat my dust, buddy!" + ], + "ds208": [ + "Gotcha!" + ], + "ds209": [ + "This is my track, grandma!" + ], + "ds210": [ + "Learn to drive!" + ], + "ds211": [ + "Turn, turn!" + ], + "ds212": [ + "Step on it!" + ], + "ds213": [ + "Oooh, I won, I won!" + ], + "ds214": [ + "Yeee, that's a good lap time." + ], + "ds215": [ + "Oh, yeah! I'm rockin'!" + ], + "ds216": [ + "Another lap in the record book!" + ], + "ds217": [ + "Take a good look at my tail!" + ], + "ds218": [ + "Wahoo!" + ], + "ds219": [ + "Hey, fang boy, hurry up and get in,", + "we'll take you to Brutter!" + ], + "ds220": [ + "Here's your boy, Brutter! We're off to get another animal!" + ], + "ds221": [ + "Yo, animal lover, get your furry butt in the vehicle!" + ], + "ds222": [ + "Here's another beast of burden!" + ], + "ds223": [ + "In the vehicle, buddy, we can save you!" + ], + "ds224": [ + "Another Lurker freed." + ], + "ds225": [ + "Let's move, eco breath! We gotta get you to Brutter." + ], + "ds226": [ + "Hey, Brutter! Look what the cat turkey dragged in." + ], + "ds227": [ + "Lookie what we found!" + ], + "ds228": [ + "You recognize this monster?" + ], + "ds229": [ + "We did it! We saved them all!" + ], + "ds230": [ + "Catch the paddywagon, Jak!" + ], + "ds231": [ + "Crash the paddywagon!" + ], + "ds232": [ + "A little more damage and we got the sucker!" + ], + "ds233": [ + "He's smoking, Jak! Hit him again!" + ], + "ds234": [ + "That caused some damage!" + ], + "ds235": [ + "One more like that and he's through!" + ], + "ds236": [ + "Find the next vehicle!" + ], + "ds237": [ + "Yes, we took it out!" + ], + "ds238": [ + "Hunt and destroy, baby!" + ], + "ds239": [ + "Hit it, hit it!" + ], + "ds240": [ + "Take it out!" + ], + "ds241": [ + "Pick up the Lurker, Jak!" + ], + "ds242": [ + "Get the Lurker!" + ], + "ds243": [ + "We need to pick up that Lurker back there." + ], + "ds244": [ + "Usually, I don't like to be this close to Lurkers." + ], + "ds245": [ + "Ehehe, you seem like a nice, uh... animal." + ], + "ds246": [ + "Easy, buddy. Don't bite me!" + ], + "ds247": [ + "Hey, stop slobbering on me!" + ], + "ds248": [ + "He's recharging!" + ], + "ds249": [ + "Ooh, we got him good that time!" + ], + "ds250": [ + "Yeah, now he's hurtin'!" + ], + "ds251": [ + "Good shot, Jak!" + ], + "ds252": [ + "Incoming!" + ], + "ds253": [ + "Yeah, we got him!" + ], + "ds254": [ + "Jak, hide behind the pillars when he shoots!" + ], + "ds255": [ + "He's got the Precursor Stone!" + ], + "ds256": [ + "Kick the bomb right at him, Jak!" + ], + "ds257": [ + "That one hit him!" + ], + "ds258": [ + "Look out!" + ], + "ds259": [ + "Jump the gap!" + ], + "ds260": [ + "Yeah, you hit him!" + ], + "ds261": [ + "As if there wasn't enough of Krew already." + ], + "ds262": [ + "Shoot 'em all, Jak! We'll sort 'em out later..." + ], + "ds263": [ + "There's the real Krew! Shoot him!" + ], + "ds264": [ + "You got him!" + ], + "ds265": [ + "Watch your back, Jak!" + ], + "ds266": [ + "They're comin' again!" + ], + "ds267": [ + "Now you've got us mad." + ], + "ds268": [ + "Good shot, Jak! The big man is hurtin' now." + ], + "ds269": [ + "And the challenger is down for the count!" + ], + "ds270": [ + "Keep movin', baby! He's gonna shoot!" + ], + "ds271": [ + "Wooh, here come some Metal Heads!" + ], + "ds272": [ + "Protect the kid!" + ], + "ds273": [ + "Kill all the Metal Heads!" + ], + "ds274": [ + "More Metal Heads!" + ], + "ds275": [ + "Shoot Kor's legs out, Jak!" + ], + "ds276": [ + "He's down, Jak! Hit him in the head!" + ], + "ds277": [ + "Boot to the head, boot to the head!" + ], + "ds278": [ + "I think we should hide somewhere!" + ], + "ds279": [ + "Take cover before he blows!" + ], + "ds280": [ + "Yeah, you got him good that time!" + ], + "ds281": [ + "Oh, man, now he's angry!" + ], + "ds282": [ + "Get him, Jak!" + ], + "ds283": [ + "He's gonna shoot!" + ], + "ds284": [ + "Nice hit, partner!" + ], + "ds285": [ + "That had to hurt him." + ], + "ds286": [ + "You messed with the wrong heroes, buddy!" + ], + "ds287": [ + "Shoot him again, Jak!" + ], + "ds288": [ + "Jak, we're taking a beating!" + ], + "ds289": [ + "Stay away from the Dark Eco!" + ], + "ds302": [ + "We've almost got him, Jak!" + ], + "ds303": [ + "That's it! You did it!" + ], + "ds305": [ + "Shoot the switch to change the coveyor belt's", + "direction!" + ], + "ds306": [ + "You gotta shoot the switch, Jak!" + ], + "ds307": [ + "Find the switch to change the conveyor's direction!" + ], + "ds321": [ + "Take out the turrets!" + ], + "ds322": [ + "Hit the turrets, Jak!" + ], + "ds323": [ + "Doin' some damage!" + ], + "ds324": [ + "Get in the Titan Suit!" + ], + "ds325": [ + "Shoot that ship!" + ], + "ds326": [ + "Yeah, that ship's feelin' it now!" + ], + "ds327": [ + "Ooh, direct hits." + ], + "ds328": [ + "I think you hurt it that time!" + ], + "ds329": [ + "The ship's goin' down! You did it, Jak!" + ], + "ds353": [ + "That must be the missile Torn wants us to blow up!" + ], + "ds354": [ + "Break those tubes in the center, Jak!" + ], + "ds372": [ + "Gotta ride the JET-Board on this one, Jak!" + ], + "ds375": [ + "Look out for the ray!" + ], + "ds378": [ + "We gotta break all the support cables!" + ], + "ds379": [ + "Grind on the support bases to break the cables." + ], + "ds394": [ + "Spider! Spider! Huff... huff... I hate spiders!" + ], + "ds395": [ + "Gotta run, gotta run!" + ], + "ds398": [ + "The first beam!" + ], + "ds399": [ + "The second beam! The door's opening!" + ], + "ds404": [ + "There's Sig!" + ], + "ds405": [ + "Get the blocks to go into the slots, Jak!" + ], + "ds406": [ + "Shoot or kick the blocks!" + ], + "ds407": [ + "You have to get the blocks in the slots faster!" + ], + "ds408": [ + "Run, Jak!" + ], + "ds409": [ + "Keep moving!" + ], + "ds410": [ + "We gotta stay ahead of that thing!" + ], + "ds439": [ + "Shoot all the Metal Head eggs, Jak!" + ], + "ds440": [ + "We didn't get all those nasty eggs!" + ], + "ds441": [ + "We missed some Metal Head eggs!" + ], + "ds461": [ + "We gotta jump onto the crate dangling from the crane!" + ], + "ds462": [ + "Use your hoverboard on this path!" + ], + "ds463": [ + "You can grind to cross those pipes using your", + "hoverboard!" + ], + "ds464": [ + "Ride the half-pipe to the end!" + ], + "ds466": [ + "You gotta drop a bomb into each well, Jak!" + ], + "ds467": [ + "Use the ramp to get high enough to drop the bomb in!" + ], + "ds468": [ + "Gotta jump higher!" + ], + "ds469": [ + "Only a minute before we're toast, Jak!" + ], + "ds470": [ + "30 seconds left, then we go BOOM!" + ], + "ds471": [ + "Ten seconds left, Jak!" + ], + "ds472": [ + "That's one well down, five to go!" + ], + "ds473": [ + "Two wells are history, four left!" + ], + "ds474": [ + "Three wells cut, only three to go!" + ], + "ds475": [ + "That's the fourth well, two bad boys left!" + ], + "ds476": [ + "You got the fifth well, only one to go!" + ], + "ds477": [ + "You got 'em all, Jak!" + ], + "ds478": [ + "The last well is up where we rescued Vin!" + ], + "ds479": [ + "Now he's vulnerable!" + ], + "ds480": [ + "Take him out!" + ], + "ds481": [ + "Get him while he's vulnerable!" + ], + "ds482": [ + "Here he comes..." + ], + "ds483": [ + "How's it feel to have your pants down, Baron?" + ], + "ds484": [ + "Shoot him, shoot him!" + ], + "ds485": [ + "Look out!" + ], + "ds487": [ + "Easy, Jak, we gotta get this guy to safety!" + ], + "ds488": [ + "We're takin' a lotta damage, buddy!" + ], + "ds489": [ + "We're gettin' our butts kicked!" + ], + "ds490": [ + "Maybe I should drive..." + ], + "ds491": [ + "Let's go, wondergoon,", + "we'll take you to a safe place in the city!" + ], + "ds492": [ + "Okay, ride's over, out you go!" + ], + "ds493": [ + "All aboard the Underground railroad!", + "Next stop: Your new safehouse!" + ], + "ds494": [ + "I believe this is your stop!" + ], + "ds495": [ + "Daxter's Freedom Fighter Taxi Service!", + "Hurry up, buddy, we ain't got all day." + ], + "ds496": [ + "Home free, baby!", + "Don't forget to tell Torn how well we did!" + ], + "ds497": [ + "You looking for a lift, fighter boy?" + ], + "ds498": [ + "Okay, this is where you get off. So... get off." + ], + "ds499": [ + "We did it, Jak!", + "We got all the fighters to the new safehouses!" + ], + "ds500": [ + "Statues are becoming an endangered species around here." + ], + "ds501": [ + "I got us a talkbox.", + "The city people use these things to communicate", + "with each other." + ], + "ds502": [ + "Let's go see Onin and her crazy monkey bird." + ], + "ds503": [ + "I think we need to go back to the city, Jak." + ], + "dsek001": [ + "Kid! Stay with him, Jak!" + ], + "dsek002": [ + "Catch up to them, Jak!" + ], + "dsek003": [ + "Where'd they go?!" + ], + "dsek004": [ + "There they go again!" + ], + "dsek005": [ + "Uh oh, here comes trouble!" + ], + "dsek006": [ + "More guards!?" + ], + "dsek007": [ + "Kid, please! You're killin' me!" + ], + "dsek008": [ + "Here, poochie, poochie..." + ], + "dsek009": [ + "There goes that crazy crocadog again...!" + ], + "dsek010": [ + "Chase after the Kid!" + ], + "dsek011": [ + "Keep up with the Kid!" + ], + "dsek012": [ + "Crocadog!" + ], + "dsek013": [ + "Phew, finally... let's get these two to Kor!" + ], + "ero001": [ + "Out of my way!" + ], + "ero002": [ + "I own this track!" + ], + "ero003": [ + "Give it up, eco freak!" + ], + "ero004": [ + "Payback time." + ], + "ero005": [ + "Let's make this interesting!" + ], + "ero006": [ + "Eat wall!" + ], + "ero007": [ + "Time to die!" + ], + "ero008": [ + "Move over!" + ], + "ero009": [ + "Catch me now, loser!" + ], + "ero010": [ + "I'm too fast for you!" + ], + "ero011": [ + "Now you're racing with the big boys!" + ], + "ero012": [ + "Here's one for the Baron." + ], + "ero013": [ + "Take this!" + ], + "ero014": [ + "You're making this too easy!" + ], + "ero015": [ + "Hahaha, bye bye!" + ], + "ero016": [ + "You want some?" + ], + "ero017": [ + "Now you see why I never lose." + ], + "ero018": [ + "The crowd loves me!" + ], + "ero019": [ + "Ahh!" + ], + "ero020": [ + "Here's some pain!" + ], + "ero021": [ + "Try to erase these!" + ], + "ero022": [ + "How's your reflexes?" + ], + "ero023": [ + "Too much for you?!" + ], + "ero024": [ + "Had enough?" + ], + "ero025": [ + "Avoid this, smart-ass!" + ], + "ero026": [ + "Say goodnight, eco freak!" + ], + "ero027": [ + "You can't beat me!" + ], + "ero028": [ + "I'd die before I let you win!" + ], + "ero029": [ + "This will be your last lap." + ], + "ero030": [ + "Crash and burn!" + ], + "ero031": [ + "To the end!" + ], + "ero032": [ + "Last lap to live!" + ], + "ero033": [ + "Now we end this!" + ], + "ero034": [ + "You won't see the finish line!" + ], + "ero035": [ + "DIE!" + ], + "ero036": [ + "Die!" + ], + "ero037": [ + "Hahahaha!" + ], + "ero038": [ + "YEAH!" + ], + "ero039": [ + "HA!" + ], + "ero040": [ + "NO!" + ], + "ero041": [ + "NOOOOO!" + ], + "ero042": [ + "AHHHHHH!" + ], + "ero043": [ + "Here we go." + ], + "ero044": [ + "See you later." + ], + "ero045": [ + "Fool! You cannot defeat me." + ], + "ero046": [ + "You missed a ring." + ], + "ero047": [ + "This race is mine!" + ], + "ero048": [ + "You can never be as fast as me!" + ], + "ero049": [ + "Keira wants a real man." + ], + "ero050": [ + "Bad luck, old chap." + ], + "ero051": [ + "Nice try." + ], + "ero052": [ + "Move over!" + ], + "ero053": [ + "Out of my way!" + ], + "ero054": [ + "Coming through!" + ], + "ero055": [ + "Bye bye!" + ], + "ero056": [ + "Here I come!" + ], + "ero057": [ + "Get used to watching my back!" + ], + "ero058": [ + "This is my city, eco freak." + ], + "ero059": [ + "Looking sloppy, Jak." + ], + "ero060": [ + "Give it up!" + ], + "ero061": [ + "Not this time." + ], + "ero062": [ + "Getting a bit nervous?" + ], + "ero063": [ + "Come back here!" + ], + "ero064": [ + "Move over, slowpoke!" + ], + "ero065": [ + "This is where I beat you." + ], + "ero066": [ + "Final stretch!" + ], + "ero067": [ + "It's over!" + ], + "ero068": [ + "I own this city." + ], + "ero069": [ + "What? Where'd you come from?" + ], + "ero070": [ + "You're just lucky." + ], + "ero071": [ + "You can't handle the speed!" + ], + "ero072": [ + "Die, freak." + ], + "ero073": [ + "No!" + ], + "ero074": [ + "STOP!" + ], + "ero075": [ + "Hahahaha!" + ], + "ero076": [ + "HAHA!" + ], + "ero077": [ + "Ahhh!" + ], + "ero078": [ + "Ough!" + ], + "ero079": [ + "Oof!" + ], + "ero080": [ + "Beat it, freak!" + ], + "ero081": [ + "Care to get back in the chair?" + ], + "ero082": [ + "This race was too easy." + ], + "ero083": [ + "It was easier than I thought to beat you." + ], + "ero084": [ + "Not even close, Keira's betting on the wrong man." + ], + "ero085": [ + "Loser! You disgust me!" + ], + "ero086": [ + "You see Jak, I win, and I get what I want.", + "Someday I will be Baron, then the city will really pay!" + ], + "ero087": [ + "I should have known you'd be no match." + ], + "ero088": [ + "I win, Keira's going to love me!" + ], + "ero089": [ + "Maybe you should go back to wherever you came from." + ], + "ero090": [ + "I'll get a victory kiss from Keira later." + ], + "ero091": [ + "Again I prove my superiority." + ], + "ero092": [ + "You see? You are no match for me." + ], + "ero093": [ + "Too bad, I win!" + ], + "ero094": [ + "Hahahaha, pathetic insect, I win!" + ], + "ero095": [ + "You can never defeat me!" + ], + "ero096": [ + "Ahhh!...ahh." + ], + "ero097": [ + "Ugh!" + ], + "ero098": [ + "Ughhh!" + ], + "ero099": [ + "Dahh!" + ], + "ero100": [ + "Yaughh!" + ], + "ero101": [ + "AUGHH!" + ], + "ero102": [ + "OW!" + ], + "ero103": [ + "DAHHH!" + ], + "ero104": [ + "DAUGHH!" + ], + "erol001": [ + "I'm looking for you, eco freak,", + "and when I find you, you'll wish you died in prison." + ], + "erol002": [ + "This is Erol. Looks like you're running out of friends.", + "We've arrested them all and thrown them into your", + "favorite prison. By the way, that blonde girl Tess", + "screamed so delightfully when she was arrested.", + "I can't wait for her turn in the chair.", + "Hahahahaha...." + ], + "erol003": [ + "This is Erol. Just remember, the only reason I'm letting you", + "walk is so I can face you in the championship race!" + ], + "hal001": [ + "Quiet! Here comes pretty boy." + ], + "hal002": [ + "'Bout time you showed up. Okay, let's do this." + ], + "hal003": [ + "Krew said you'll protect us all the way to the statue." + ], + "hal004": [ + "We go down!" + ], + "hal006": [ + "This way!" + ], + "hal007": [ + "AHH! It's a Metal Head! Shoot it, shoot it!" + ], + "hal008": [ + "Stay with us!" + ], + "hal009": [ + "Man, Krew's gonna be pissed if you mess this up." + ], + "hal010": [ + "Don't leave us to die!" + ], + "hal011": [ + "You ditch us and Krew's gonna mess you up!" + ], + "hal012": [ + "We need to stay together." + ], + "hal013": [ + "I thought this guy was supposed to be protecting us!" + ], + "hal014": [ + "That's it! We're calling the mission off,", + "we don't go until you're serious." + ], + "hal015": [ + "I'm not getting killed because of this loser,", + "this mission is over." + ], + "hal019": [ + "Let's go back before we all get killed." + ], + "hal020": [ + "Ugh, this place stinks." + ], + "hal021": [ + "I got a bad feeling about this place." + ], + "hal022": [ + "Uh oh, I think I wet myself." + ], + "hal023": [ + "No! Please!" + ], + "hal024": [ + "I wanna go home." + ], + "hal025": [ + "Uhh, I'm hearing things." + ], + "hal026": [ + "Let's go back." + ], + "hal027": [ + "Move your butts, or I'll move 'em for ya!" + ], + "hal028": [ + "This job beats being a garbage man." + ], + "hal029": [ + "Ain't the smell of sulphur grand?" + ], + "hal030": [ + "Cover your ears!" + ], + "hal031": [ + "I love this job." + ], + "hal032": [ + "Great, now we're trapped in this slime pit!" + ], + "hal033": [ + "Shoot, baby, shoot!" + ], + "hal034": [ + "Ahh! The ceiling's crawling!" + ], + "hal035": [ + "I can't get away!" + ], + "hal036": [ + "There's one coming right at me!" + ], + "hal037": [ + "It sees me!" + ], + "hal038": [ + "Ahh! Stay away!" + ], + "hal039": [ + "It's hitting me!" + ], + "hal040": [ + "Gahh, I'm gonna die here!" + ], + "hal041": [ + "I'm getting zapped!" + ], + "hal042": [ + "This'll be the end of me!" + ], + "hal043": [ + "Help me! I've got eight kids to feed!" + ], + "hal044": [ + "Nice work, those were some nasty Metal Heads." + ], + "hal045": [ + "There you are, why don't you make yourself useful?" + ], + "hal046": [ + "Keep moving!" + ], + "hal047": [ + "On we go, we're not getting any younger." + ], + "hal048": [ + "Ahh! They're crawling down the walls!" + ], + "hal049": [ + "Way to go, this is where I come in." + ], + "hal050": [ + "You mean cover your ass! Fire in the hole!" + ], + "hal051": [ + "You better keep your head down, sugar." + ], + "hal052": [ + "Your bad breath, let's move." + ], + "hal053": [ + "That straightened your hair, huh?", + "Hehe, next time you'll listen to me. Okay, let's move." + ], + "hal054": [ + "Oof, that had to hurt.", + "I told you to keep back, but no one ever listens to Jinx." + ], + "hal055": [ + "More of those monsters!" + ], + "hal056": [ + "So what, we got a dream team here. Do your stuff, Jak!" + ], + "hal057": [ + "Jak! Get your butt up here and do your thing." + ], + "hal058": [ + "Take 'em out, blue boy." + ], + "hal059": [ + "You're pretty handy with that iron, blondie." + ], + "hal060": [ + "Shut up, Mog." + ], + "hal061": [ + "Here they come again!" + ], + "hal062": [ + "Get up here and earn your keep!" + ], + "hal063": [ + "Krew was right about you. You got the magic, man." + ], + "hal064": [ + "Nice fighting, man, I'm beginning to like you." + ], + "hal065": [ + "Okay... that doesn't look good. Jak, you're up!" + ], + "hal066": [ + "Wow! Beams of death!", + "I'm staying right here 'til you do something about that." + ], + "hal067": [ + "Uhhh, Jak. I think you're the man for this job." + ], + "hal068": [ + "Jump the beams, Jak." + ], + "hal069": [ + "Nice moves." + ], + "hal070": [ + "Yeah... you wish, tubby." + ], + "hal071": [ + "We're staying put 'til you take out those Metal Heads." + ], + "hal072": [ + "Sweet as a ballerina, hehehehe..." + ], + "hal073": [ + "Knock 'em silly, Jak!" + ], + "hal074": [ + "This one's gonna be loud!" + ], + "hal075": [ + "This is too easy." + ], + "hal080": [ + "We ain't moving, 'til you kill 'em all!" + ], + "hal081": [ + "OK, let's get out of here before more come back." + ], + "hal082": [ + "You're earning your dough today. Let's finish this!" + ], + "hal083": [ + "I'm impressed, Jak. I'll put in a good word with the boss." + ], + "hal084": [ + "Yeah, do it, Jinx." + ], + "hal085": [ + "Man, Jinx, what'd you put in those boomsticks?" + ], + "hal086": [ + "Look at him go." + ], + "hal087": [ + "I could jump like that." + ], + "hal088": [ + "Get away from me, you crazy monster!" + ], + "hal090": [ + "This is where I come in, cover your ears." + ], + "hal091": [ + "Fire in the hole!" + ], + "hal092": [ + "And on we go." + ], + "hal093": [ + "Please, allow me." + ], + "hal094": [ + "One unclogged sewer, comin' up." + ], + "hal095": [ + "This is my boomshtick!" + ], + "hal096": [ + "Boom, baby!" + ], + "hal097": [ + "We're clear, let's move." + ], + "hal101": [ + "Ahh! That's gonna leave a mark." + ], + "hal102": [ + "Die! A little help would be good!" + ], + "hal103": [ + "Watch it, pretty boy, or I'll rearrange your face." + ], + "hal104": [ + "You got an itchy trigger finger." + ], + "hal107": [ + "Piece of cake." + ], + "hal108": [ + "Get over here, Jak!" + ], + "hal109": [ + "Stay close, pretty boy!" + ], + "hal111": [ + "Keep with us, tough guy!" + ], + "hal112": [ + "You're in the way, Jak, move!" + ], + "hal113": [ + "I wouldn't stand there if I were you!" + ], + "hal114": [ + "This is gonna be loud." + ], + "hal115": [ + "Oh!" + ], + "hal116": [ + "Oh!" + ], + "hal117": [ + "Hey!" + ], + "hal118": [ + "It's a trap!" + ], + "hal119": [ + "Yeah, why did we sign up for this?" + ], + "hal120": [ + "I got 30 keys of high explosives strapped to my back...", + "Great..." + ], + "hal121": [ + "Just shut your whiny traps and keep moving." + ], + "hal122": [ + "Uh, do we have to?" + ], + "hal123": [ + "Uhh, did you hear that?" + ], + "hal124": [ + "We are so dead, man." + ], + "hal125": [ + "Shut up! I'll go ahead and check it out..." + ], + "hal126": [ + "Man, that thing's ugly." + ], + "hal127": [ + "Get him, man, before he gets us." + ], + "hal128": [ + "They're coming up from behind, too!" + ], + "hal129": [ + "Jak's my hero." + ], + "hal130": [ + "Sounds like I got gas." + ], + "hal131": [ + "I hate Krew." + ], + "hal132": [ + "I'm sure not going back that way!" + ], + "hal133": [ + "It's coming for me!" + ], + "hal134": [ + "I think it wants me!" + ], + "hal135": [ + "Help me, Jak!" + ], + "hal136": [ + "I'm gonna die!" + ], + "hal137": [ + "It got me!" + ], + "hal138": [ + "Jak! Save me!" + ], + "hal139": [ + "Ughh! It got me!" + ], + "hal140": [ + "Oughh! That beam smarts." + ], + "hal141": [ + "I've been shot!" + ], + "hal142": [ + "I'm hit!" + ], + "hal143": [ + "Ughh!" + ], + "hal144": [ + "Ughh! Help me!" + ], + "hal145": [ + "Hey man, watch it!" + ], + "hal146": [ + "Ohh, hit me again and I'll pound you!" + ], + "hal147": [ + "Nobody's my friend..." + ], + "hal148": [ + "Oof!" + ], + "hal149": [ + "Uh!" + ], + "hal150": [ + "Ahh!" + ], + "hal151": [ + "He's got me!" + ], + "hal152": [ + "Gahh!! Not again!" + ], + "hal153": [ + "I'm dying!" + ], + "hal154": [ + "Any more like that, then I'm history." + ], + "hal155": [ + "I'm getting shot!" + ], + "hal156": [ + "Sure! Why don't you kill me too?" + ], + "hal157": [ + "Check your targets, wimp boy!" + ], + "hal158": [ + "Shoot the shine-heads, not me!" + ], + "hal159": [ + "Ahh!" + ], + "hal161": [ + "Ugh!" + ], + "hal162": [ + "Oh!" + ], + "hal163": [ + "Oh!" + ], + "hal164": [ + "Ah!" + ], + "hal165": [ + "Look out!" + ], + "hal166": [ + "We're not doing this with a rookie, I'm calling this off!" + ], + "hal167": [ + "That's it, we're done! Come back when you're serious." + ], + "hal168": [ + "I'm cornered!" + ], + "hal169": [ + "It's gonna shoot me!" + ], + "hal170": [ + "Jak! Do something!" + ], + "hal171": [ + "Ahh! It got me!" + ], + "hal172": [ + "No no no! Help!" + ], + "hal173": [ + "They're getting too close, Jak!" + ], + "hal174": [ + "It's gonna get me!" + ], + "hal175": [ + "I'm getting killed here!" + ], + "hal176": [ + "Jak! I'm about to be metal meat!" + ], + "hal177": [ + "Aghh! That beam burns!" + ], + "hal178": [ + "It's shooting me!" + ], + "hal179": [ + "Watch out for the beam!" + ], + "hal180": [ + "I'm shot!" + ], + "hal181": [ + "I'm trapped!" + ], + "hal182": [ + "Get back... I'm gonna detonate this one remotely." + ], + "hal183": [ + "He-hah!" + ], + "hal184": [ + "Alright!" + ], + "hal185": [ + "Let's go!" + ], + "hal186": [ + "Move it!" + ], + "hal187": [ + "That's a lot of Metal Heads." + ], + "hal188": [ + "Oof!" + ], + "hal189": [ + "Daghh!" + ], + "hal190": [ + "Oughh..." + ], + "hal191": [ + "Krew's dead for getting me into this!" + ], + "jak001": [ + "Alright!" + ], + "jak002": [ + "Yeah!" + ], + "jak003": [ + "Wooo!" + ], + "jak004": [ + "Here we go!" + ], + "jak005": [ + "Nice!" + ], + "jak006": [ + "Rock 'n roll!" + ], + "jak007": [ + "Right on!" + ], + "jak008": [ + "Cool!" + ], + "jak009": [ + "Cool!" + ], + "jak010": [ + "Oh, yeah!" + ], + "jak011": [ + "Comin' through!" + ], + "jak012": [ + "Look out!" + ], + "jak013": [ + "Last lap!" + ], + "jak014": [ + "Watch out!" + ], + "jak015": [ + "Whoa!" + ], + "jak016": [ + "Whoa!" + ], + "jak017": [ + "Hold on, Dax!" + ], + "jak018": [ + "Hang on, Dax!" + ], + "jak020": [ + "Whoa... boy that was close." + ], + "jak021": [ + "No!" + ], + "jak022": [ + "Not this time." + ], + "jak023": [ + "Huargh!" + ], + "jak024": [ + "Lean, baby, lean!" + ], + "jak025": [ + "Catch him on the inside!" + ], + "jak026": [ + "This is MY show!" + ], + "jak027": [ + "Haha, we got him!" + ], + "jak028": [ + "Watch out!" + ], + "jak029": [ + "You're dead, Erol!" + ], + "jak030": [ + "See ya!" + ], + "jak031": [ + "Haha!" + ], + "jak032": [ + "Wooo!" + ], + "jak033": [ + "Last lap!" + ], + "jak034": [ + "Later." + ], + "jak035": [ + "We gotta catch up!" + ], + "jak036": [ + "There he is!" + ], + "jak037": [ + "Come on, baby, show me what you got!" + ], + "jak038": [ + "Here we go!" + ], + "jak039": [ + "Urgh!" + ], + "jak040": [ + "I'll take this." + ], + "jak041": [ + "I need to borrow this." + ], + "jak042": [ + "Move over, buddy!" + ], + "jak044": [ + "Outta the vehicle!" + ], + "jak045": [ + "Outta my way, buddy!" + ], + "jak046": [ + "Thanks for the lift." + ], + "jak047": [ + "Mind if I drive?" + ], + "jak048": [ + "I like the color of this vehicle." + ], + "jak049": [ + "Mine now." + ], + "jak050": [ + "'Scuse me, but I need this." + ], + "jak051": [ + "Take a hike, buddy!" + ], + "jak052": [ + "Try walking." + ], + "jak053": [ + "Sorry, but I'm in a hurry!" + ], + "jak054": [ + "Gotta go!" + ], + "jak055": [ + "Get another vehicle!" + ], + "jak056": [ + "Road hog!" + ], + "jak057": [ + "Brake yourself!" + ], + "jak059": [ + "Haha, you want some?" + ], + "jak060": [ + "Get some!" + ], + "jak061": [ + "Yeah, feel it!" + ], + "jak062": [ + "Die!" + ], + "jak063": [ + "Badass comin' through!" + ], + "jak064": [ + "Be afraid. Be very afraid." + ], + "jak065": [ + "Oooh, that's gotta hurt." + ], + "jak066": [ + "This is payback." + ], + "jak067": [ + "DIE, Praxis!" + ], + "jak068": [ + "You're finished, Kor!" + ], + "jak069": [ + "This is my town, Kor!" + ], + "jak070": [ + "Surprise... you can't kill me in my dark form." + ], + "jak071": [ + "Now you pay!" + ], + "jak072": [ + "Go back to the past, Kor! 'Cause you're history." + ], + "jak073": [ + "I win." + ], + "jak074": [ + "You should have killed me when you had the chance, Praxis." + ], + "jak075": [ + "Daxter, just shut up and watch my back." + ], + "jak076": [ + "Whatever, Daxter." + ], + "jak077": [ + "Will you stop yappin'?" + ], + "jak078": [ + "When you got smaller, so did your brain." + ], + "jak079": [ + "You're on MY shoulder. YOU'RE the sidekick." + ], + "jak080": [ + "As long as you're on MY shoulder, keep your mouth shut." + ], + "jd001": [ + "Hey, kid! Wait! Come back!", + "We gotta protect him!" + ], + "jk001": [ + "Wait, KID!" + ], + "jk002": [ + "There he goes!" + ], + "jk003": [ + "Leave him alone!" + ], + "jk004": [ + "KID!" + ], + "jk005": [ + "Pick on someone your own size!" + ], + "jk006": [ + "Kid, look out!" + ], + "jk007": [ + "How do YOU like it when somebody fights back?" + ], + "jk008": [ + "Leave the kid alone!" + ], + "jk009": [ + "He's just a kid!" + ], + "jk010": [ + "Keep away from him!" + ], + "jk011": [ + "Now you've pissed me off!" + ], + "jk012": [ + "Eat this!" + ], + "jk013": [ + "Back off!" + ], + "jk014": [ + "We gotta get in the vehicle with the Kid!" + ], + "jk015": [ + "Hold on!" + ], + "jk016": [ + "Keep your head down, Kid!" + ], + "jk017": [ + "Stick with me, Kid, and you'll be safe." + ], + "jk018": [ + "Stay with me, Kid!" + ], + "jk019": [ + "Get in the vehicle, Dax!" + ], + "kei001": [ + "You can get on and off the JET-Board at any time." + ], + "kei002": [ + "You can jump on your JET-Board!" + ], + "kei003": [ + "Jump up on that ledge." + ], + "kei004": [ + "Try jumping up on that crate." + ], + "kei005": [ + "Jump over that obstacle." + ], + "kei006": [ + "You can get a higher jump by ducking before you jump!" + ], + "kei007": [ + "Try doing a duck jump over that obstacle." + ], + "kei008": [ + "Jump and jump again a little after you've landed", + "for an even bigger launch!" + ], + "kei009": [ + "Try getting up on that higher ledge with a boost jump!" + ], + "kei010": [ + "You can spin in the air!" + ], + "kei011": [ + "Land a perfect 360 for a speed boost!" + ], + "kei012": [ + "Nice spin!" + ], + "kei013": [ + "You can land on a rail and grind across it." + ], + "kei014": [ + "Try grinding on that rail." + ], + "kei016": [ + "You can do flips while you jump!" + ], + "kei017": [ + "You can also do tricks for fun." + ], + "kei018": [ + "Try to put a number of moves together to get points." + ], + "kei019": [ + "Get enough points to win the challenge!" + ], + "kei020": [ + "Not enough points! Work on your moves." + ], + "kei021": [ + "Good job!" + ], + "kei022": [ + "Close, but not quite there." + ], + "kei023": [ + "Try again." + ], + "kei024": [ + "A little more work and you just might win!" + ], + "kei025": [ + "No good! Not enough points." + ], + "kei026": [ + "The Underground said you needed some help,", + "you won't be able to catch those Metal Heads in the", + "Forest on foot so I've left my JET-Board at the airlock", + "near the city exit. Since you're helping the Underground,", + "I'll even let you keep it!" + ], + "kei027": [ + "Jak, this is Keira. Don't forget - I still need two artifacts", + "to make the Rift Rider work! I need the Time Map and the", + "Heart of Mar Energy Gem, or we're not going anywhere!" + ], + "kei028": [ + "I still need those two artifacts or this pile of junk", + "won't move one city block, much less through the Rift", + "and back to our own time!", + "You've got to find the Heart of Mar and the Time Map", + "or we're stuck!" + ], + "kei029": [ + "This is Keira. Thanks for getting the artifacts, guys.", + "It's strange... the Time Map had a bunch of old coordinates", + "in it. Come see me at the Stadium." + ], + "kg001": [ + "Call for backup!" + ], + "kg001a": [ + "Call for backup!" + ], + "kg002": [ + "Freeze!" + ], + "kg002a": [ + "Freeze!" + ], + "kg004": [ + "Halt!" + ], + "kg004a": [ + "Halt!" + ], + "kg005": [ + "Get more cruisers in here!" + ], + "kg005a": [ + "Get more cruisers in here!" + ], + "kg006": [ + "Surrender!" + ], + "kg006a": [ + "Surrender!" + ], + "kg007": [ + "This is a no-hover zone!" + ], + "kg007a": [ + "This is a no-hover zone!" + ], + "kg008": [ + "Pull over!" + ], + "kg008a": [ + "Pull over!" + ], + "kg009": [ + "Say good night!" + ], + "kg010": [ + "Seal off the area." + ], + "kg011": [ + "Stop the vehicle!" + ], + "kg011a": [ + "Stop the vehicle!" + ], + "kg012": [ + "You're under arrest!" + ], + "kg012a": [ + "You're under arrest!" + ], + "kg013": [ + "You there!" + ], + "kg014": [ + "You want some?!" + ], + "kg015": [ + "This area is off-limits." + ], + "kg016": [ + "Stop!" + ], + "kg018": [ + "Hey!" + ], + "kg019": [ + "We do this the easy way, or the hard way." + ], + "kg020": [ + "Slow down!" + ], + "kg020a": [ + "Slow down!" + ], + "kg021": [ + "Move over!" + ], + "kg021a": [ + "Move over!" + ], + "kg022": [ + "Call in more Hellcats!" + ], + "kg023": [ + "Requesting backup!" + ], + "kg023a": [ + "Requesting backup!" + ], + "kg024": [ + "Suspect on foot!" + ], + "kg024a": [ + "Suspect on foot!" + ], + "kg025": [ + "Suspect in vehicle!" + ], + "kg025a": [ + "Suspect in vehicle!" + ], + "kg026": [ + "Suspect fleeing into sector five!" + ], + "kg026a": [ + "Suspect fleeing into sector five!" + ], + "kg027": [ + "Suspect moving to sector six!" + ], + "kg027a": [ + "Suspect moving into sector six!" + ], + "kg028": [ + "High-speed chase in sector four!" + ], + "kg028a": [ + "High-speed chase in sector four!" + ], + "kg029": [ + "Checking sector three." + ], + "kg029a": [ + "Checking sector three." + ], + "kg030": [ + "Patrolling sector nine." + ], + "kg030a": [ + "Patrolling sector nine." + ], + "kg031": [ + "Be advised, I'm on foot." + ], + "kg031a": [ + "Be advised, I'm on foot." + ], + "kg032": [ + "Moving to next sector." + ], + "kg032a": [ + "Moving to next sector." + ], + "kg033": [ + "I've got suspicious activity in this sector." + ], + "kg033a": [ + "I've got suspicious activity in this sector." + ], + "kg034": [ + "Sweeping for suspects." + ], + "kg034a": [ + "Sweeping for suspects." + ], + "kg035": [ + "Nothing so far." + ], + "kg035a": [ + "Nothing so far." + ], + "kg036": [ + "Roger that, still looking." + ], + "kg036a": [ + "Roger that, still looking." + ], + "kg037": [ + "Roger, we'll shoot on sight." + ], + "kg037a": [ + "Roger, we'll shoot on sight." + ], + "kg038": [ + "Please advise, suspect's description." + ], + "kg039": [ + "Get out of the vehicle!" + ], + "kg039a": [ + "Get out of the vehicle!" + ], + "kg040": [ + "Call in more Hellcats!" + ], + "kg040a": [ + "Call in more Hellcats!" + ], + "kg041": [ + "The area is secure." + ], + "kg041a": [ + "The area is secure." + ], + "kg042": [ + "Nothing to report." + ], + "kg042a": [ + "Nothing to report." + ], + "kg043": [ + "Proceeding as planned." + ], + "kg043a": [ + "Proceeding as planned." + ], + "kg044": [ + "I lost him." + ], + "kg044a": [ + "I lost him." + ], + "kg045": [ + "Subject is not in sight." + ], + "kg045a": [ + "Subject not in sight." + ], + "kg046": [ + "He's gone." + ], + "kg046a": [ + "He disappeared!" + ], + "kg047": [ + "Where'd he go?" + ], + "kg047a": [ + "Where'd he go?" + ], + "kg048": [ + "Lost visual contact." + ], + "kg048a": [ + "Lost visual contact." + ], + "kg049": [ + "He just ducked out." + ], + "kg049a": [ + "He just ducked out." + ], + "kg050": [ + "He's out of sight." + ], + "kg050a": [ + "He's out of sight." + ], + "kg051": [ + "We're losing him!" + ], + "kg051a": [ + "We're losing him!" + ], + "kg052": [ + "Continuing our sweep." + ], + "kg052a": [ + "Continuing our sweep." + ], + "kg053": [ + "Searching sector four." + ], + "kg053a": [ + "Searching sector four." + ], + "kg054": [ + "Searching sector seven." + ], + "kg054a": [ + "Searching sector seven." + ], + "kg055": [ + "Searching sector three." + ], + "kg055a": [ + "Searching sector three." + ], + "kg056": [ + "Keep looking." + ], + "kg056a": [ + "Keep looking." + ], + "kg057": [ + "He's got to be here somewhere." + ], + "kg057a": [ + "He's got to be here somewhere." + ], + "kg058": [ + "I can't find him." + ], + "kg058a": [ + "I can't find him." + ], + "kg059": [ + "No sign of the subject." + ], + "kg059a": [ + "No sign of the subject." + ], + "kg060": [ + "I don't see him anywhere." + ], + "kg060a": [ + "I don't see him anywhere." + ], + "kg061": [ + "Still searching." + ], + "kg061a": [ + "Still searching." + ], + "kg062": [ + "Searching for the target." + ], + "kg062a": [ + "Searching for the target." + ], + "kg063": [ + "He must be here." + ], + "kg063a": [ + "He must be here." + ], + "kg064": [ + "He was just here." + ], + "kg064a": [ + "He was just here." + ], + "kg065": [ + "We lost him." + ], + "kg065a": [ + "We lost him." + ], + "kg066": [ + "He got away." + ], + "kg066a": [ + "He got away." + ], + "kg067": [ + "He escaped." + ], + "kg067a": [ + "He escaped." + ], + "kg068": [ + "He shook us." + ], + "kg068a": [ + "He shook us." + ], + "kg069": [ + "Looks like he's gone." + ], + "kg069a": [ + "Looks like he's gone." + ], + "kg070": [ + "I found him!" + ], + "kg070a": [ + "I found him!" + ], + "kg071": [ + "There he is." + ], + "kg071a": [ + "There he is!" + ], + "kg072": [ + "Be advised, target in sight." + ], + "kg072a": [ + "Be advised, target in sight!" + ], + "kg073": [ + "We have a positive ID." + ], + "kg073a": [ + "We have a positive ID." + ], + "kg074": [ + "I see him!" + ], + "kg074a": [ + "I see him!" + ], + "kg075": [ + "He's over there, get him!" + ], + "kg075a": [ + "He's over here!" + ], + "kg076": [ + "Get him!" + ], + "kg076a": [ + "Get him!" + ], + "kg077": [ + "I've reacquired the target!" + ], + "kg077a": [ + "I've reacquired the target!" + ], + "kg078": [ + "I'm closing in." + ], + "kg078a": [ + "I'm closing in!" + ], + "kg079": [ + "I'm on him!" + ], + "kg079a": [ + "I'm on him!" + ], + "kg080": [ + "I'm in pursuit!" + ], + "kg080a": [ + "I'm in pursuit!" + ], + "kg081": [ + "Pursuing target." + ], + "kg081a": [ + "Pursuing target!" + ], + "kg082": [ + "Don't let him get away!" + ], + "kg082a": [ + "Don't let him get away!" + ], + "kg083": [ + "Get him!" + ], + "kg083a": [ + "Get him!" + ], + "kg084": [ + "After him!" + ], + "kg084a": [ + "After him!" + ], + "kg085": [ + "I have a visual!" + ], + "kg085a": [ + "I have a visual!" + ], + "kg086": [ + "We see him!" + ], + "kg086a": [ + "We see him!" + ], + "kg087": [ + "Stop right there!" + ], + "kg087a": [ + "Stop right there!" + ], + "kg088": [ + "I have a bead on him!" + ], + "kg088a": [ + "I have a bead on him!" + ], + "kg089": [ + "I'm hit!" + ], + "kg089a": [ + "I'm hit!" + ], + "kg090": [ + "Man down!" + ], + "kg090a": [ + "Man down!" + ], + "kg091": [ + "I need backup!" + ], + "kg091a": [ + "I need backup!" + ], + "kg092": [ + "Stop him!" + ], + "kg092a": [ + "Stop him!" + ], + "kg093": [ + "Look out!" + ], + "kg093a": [ + "Look out!" + ], + "kg094": [ + "There he is, shoot him!" + ], + "kg094a": [ + "There he is, shoot him!" + ], + "kg095": [ + "Take him out!" + ], + "kg095a": [ + "Take him out!" + ], + "kg096": [ + "Prisoner escape in progress, sound the alarm!" + ], + "kg096a": [ + "Prison escape in progress, sound the alarm!" + ], + "kg097": [ + "Prisoner on level two!" + ], + "kg097a": [ + "Prisoner on level two!" + ], + "kg098": [ + "Prisoner moving to sub-level B!" + ], + "kg098a": [ + "Prisoner moving to sub-level B!" + ], + "kg099": [ + "We think he's in the pipes!" + ], + "kg099a": [ + "We think he's in the pipes!" + ], + "kg100": [ + "We're beginning our sweep." + ], + "kg100a": [ + "We're beginning our sweep." + ], + "kg101": [ + "We have prisoner in sight, move in!" + ], + "kg101a": [ + "We have prisoner in sight, move in!" + ], + "kg102": [ + "We have movement on level one!" + ], + "kg102a": [ + "We have movement on level one!" + ], + "kg103": [ + "Close in!" + ], + "kg103a": [ + "Close in!" + ], + "kg104": [ + "We're moving in!" + ], + "kg104a": [ + "We're moving in!" + ], + "kg105": [ + "Secure the cell block!" + ], + "kg105a": [ + "Secure the cell block!" + ], + "kg106": [ + "Take no prisoners!" + ], + "kg106a": [ + "Take no prisoners!" + ], + "kg107": [ + "Prisoner sighted, we got him!" + ], + "kg107a": [ + "Prisoner sighted, we got him!" + ], + "kg108": [ + "Prisoner is still on the loose!" + ], + "kg108a": [ + "Prisoner is still on the loose!" + ], + "kg109": [ + "We think he's going for an exit!" + ], + "kg109a": [ + "We think he's going for an exit!" + ], + "kg110": [ + "Searching rooms." + ], + "kg110a": [ + "Searching rooms." + ], + "kg111": [ + "Prisoner loose in complex." + ], + "kg111a": [ + "Prisoner loose in complex." + ], + "kg112": [ + "You are authorized to shoot to kill." + ], + "kg112a": [ + "You are authorized to shoot to kill." + ], + "kg113": [ + "Go, go, go! Sweep the area!" + ], + "kg113a": [ + "Go go go! Sweep the area!" + ], + "kg114": [ + "Searching the sub-basements." + ], + "kg114a": [ + "Searching the sub-basements." + ], + "kg115": [ + "Cell block is clear." + ], + "kg115a": [ + "Cell block is clear." + ], + "kg116": [ + "Tank room is clear." + ], + "kg116a": [ + "Tank room is clear." + ], + "kg117": [ + "Activate riot tanks." + ], + "kg117a": [ + "Activate riot tanks." + ], + "kg118": [ + "Riot tank has prisoner in sight." + ], + "kg118a": [ + "Riot tank has prisoner in sight." + ], + "kg119": [ + "Intruder alert." + ], + "kg119a": [ + "Intruder alert!" + ], + "kg120": [ + "Activating security defenses." + ], + "kg120a": [ + "Activating security defenses." + ], + "kg121": [ + "Please advise, suspect's description." + ], + "kg121a": [ + "Please advise, suspect's description." + ], + "kg122": [ + "I've got civvies in sight." + ], + "kg122a": [ + "I've got civvies in sight." + ], + "kg123": [ + "I've got suspects in sight." + ], + "kg123a": [ + "I've got suspects in sight." + ], + "kg124": [ + "I hate the smell of this part of the city." + ], + "kg124a": [ + "I hate the smell in this part of the city." + ], + "kg125": [ + "Right, we'll check it out." + ], + "kg125a": [ + "Right, we'll check it out." + ], + "kg126": [ + "Confirmed, Underground suspect neutralized." + ], + "kg126a": [ + "Confirmed, Underground suspect neutralized." + ], + "kg127": [ + "They're all guilty!" + ], + "kg127a": [ + "They're all guilty!" + ], + "kg128": [ + "This is Unit Alpha, we're en route." + ], + "kg128a": [ + "This is Unit Alpha, we're en route." + ], + "kg129": [ + "Roger, continuing our sweep." + ], + "kg129a": [ + "Roger, continuing our sweep." + ], + "kg130": [ + "Unit Zulu, moving in." + ], + "kg130a": [ + "Unit Zulu, moving in." + ], + "kg131": [ + "Roger that, we're making our sweep." + ], + "kg131a": [ + "Roger that, we're making our sweep." + ], + "kg132": [ + "I say shoot 'em all and sort 'em out later." + ], + "kg132a": [ + "I say shoot 'em all and sort 'em out later." + ], + "kg133": [ + "You have the right to die!" + ], + "kg134": [ + "Lock and load!" + ], + "kg135": [ + "Open fire!" + ], + "kg136": [ + "Alert, alert!" + ], + "kg137": [ + "Don't move!" + ], + "kg138": [ + "Do it!" + ], + "kg139": [ + "Go, go, go!" + ], + "kg140": [ + "Flank 'em!" + ], + "kg141": [ + "Move in!" + ], + "kg142": [ + "Take 'em out!" + ], + "kg143": [ + "Bust some heads!" + ], + "kg144": [ + "Arrest him!" + ], + "kg145": [ + "Shoot 'em, shoot 'em!" + ], + "kg146": [ + "Die, outlaw!" + ], + "kg147": [ + "You're history!" + ], + "kg148": [ + "Eat this!" + ], + "kg149": [ + "Get some!" + ], + "kg150": [ + "Fire, fire!" + ], + "kg151": [ + "Here's one for the Guard!" + ], + "kg152": [ + "Give it up, outlaw!" + ], + "kg153": [ + "Here's some pain!" + ], + "kg154": [ + "Payback time!" + ], + "kg155": [ + "Shoulda given up!" + ], + "kg156": [ + "I need cover fire!" + ], + "kg157": [ + "Call in reinforcements!" + ], + "kg158": [ + "I'll shoot!" + ], + "kg159": [ + "Die!" + ], + "kg160": [ + "You're busted!" + ], + "kg161": [ + "Riot in progress!" + ], + "kg162": [ + "Send in the troops!" + ], + "kg163": [ + "Give it up!" + ], + "kg164": [ + "Make 'em pay!" + ], + "kg165": [ + "Tag 'em and bag 'em!" + ], + "kg165a": [ + "Tag 'em and bag 'em!" + ], + "kg165b": [ + "Tag 'em and bag 'em!" + ], + "kg166": [ + "Another notch for my gun." + ], + "kg166a": [ + "Another notch for my gun." + ], + "kg166b": [ + "Another notch for my gun." + ], + "kg167": [ + "This one was easy!" + ], + "kg167a": [ + "This one was easy!" + ], + "kg167b": [ + "This one was easy!" + ], + "kg168": [ + "Suspect neutralized." + ], + "kg168a": [ + "Suspect neutralized." + ], + "kg168b": [ + "Suspect neutralized." + ], + "kg169": [ + "Didn't even work up a sweat." + ], + "kg169a": [ + "Didn't even work up a sweat." + ], + "kg169b": [ + "Didn't even work up a sweat." + ], + "kg170": [ + "Take him in for... questioning, hehehe..." + ], + "kg170a": [ + "Take him in for... questioning, hehehe..." + ], + "kg170b": [ + "Take him in for... questioning, hehehe..." + ], + "kg171": [ + "Another one bites the dust." + ], + "kg171a": [ + "Another one bites the dust." + ], + "kg171b": [ + "Another one bites the dust." + ], + "kg172": [ + "That must have hurt." + ], + "kg172a": [ + "That must have hurt." + ], + "kg172b": [ + "That must have hurt." + ], + "kg173": [ + "There's plenty more where that came from." + ], + "kg173a": [ + "There's plenty more where that came from." + ], + "kg173b": [ + "There's plenty more where that came from." + ], + "kg174": [ + "Citizen scum." + ], + "kg174a": [ + "Citizen scum." + ], + "kg174b": [ + "Citizen scum." + ], + "kg175": [ + "Don't fight the law, son." + ], + "kg175a": [ + "Don't fight the law, son." + ], + "kg175b": [ + "Don't fight the law, son." + ], + "kg176": [ + "You are under arrest!" + ], + "kg177": [ + "Get moving!" + ], + "kg178a": [ + "He vanished!" + ], + "kg179": [ + "You guys hear about the latest Metal Head attacks?" + ], + "kg179b": [ + "Oh you guys hear about the latest Metal Head attacks?" + ], + "kg180": [ + "We lost three squads last week." + ], + "kg180a": [ + "We lost three squads last week." + ], + "kg180b": [ + "We lost three squads last week." + ], + "kg181": [ + "I hear the Underground are getting stronger." + ], + "kg181a": [ + "I hear the Underground are getting stronger." + ], + "kg181b": [ + "I hear the Underground are getting stronger." + ], + "kg182": [ + "Just rumors, private, keep your mouth shut." + ], + "kg182a": [ + "Just rumors, private, keep your mouth shut." + ], + "kg182b": [ + "Just rumors, private, keep your mouth shut." + ], + "kg183": [ + "It's us or them, there's no in-between." + ], + "kg183a": [ + "It's us or them, there's no in-between." + ], + "kg183b": [ + "It's us or them, there's no in-between." + ], + "kg184": [ + "Don't worry, the Baron will save us." + ], + "kg184a": [ + "Don't worry, the Baron will save us." + ], + "kg184b": [ + "Don't worry, the Baron will save us." + ], + "kg185": [ + "I got no faith in nobody." + ], + "kg185a": [ + "I ain't got no faith in nobody." + ], + "kg185b": [ + "I got no faith in nobody." + ], + "kg186": [ + "Seen that new JX-7 racer? Sweet ride." + ], + "kg186a": [ + "You seen that new JX-7 racer? Sweet ride." + ], + "kg186b": [ + "Seen that new JX-7 racer? It's a sweet ride." + ], + "kg187": [ + "You seen anything?" + ], + "kg187a": [ + "You seen anything?" + ], + "kg187b": [ + "You seen anything?" + ], + "kg188": [ + "No." + ], + "kg188a": [ + "No." + ], + "kg188b": [ + "Nah." + ], + "kg189": [ + "Keep your eyes peeled." + ], + "kg189a": [ + "Keep your eyes peeled." + ], + "kg189b": [ + "Keep your eyes peeled." + ], + "kg190": [ + "I just got a radio alert, stay frosty." + ], + "kg190a": [ + "I just got a radio alert, stay frosty." + ], + "kg190b": [ + "I just got a radio alert, stay frosty." + ], + "kg191": [ + "Never trust a civilian." + ], + "kg191a": [ + "Never trust a civilian." + ], + "kg191b": [ + "Never trust a civilian." + ], + "kg192": [ + "Never trust anyone." + ], + "kg192a": [ + "Never trust anyone." + ], + "kg192b": [ + "Never trust anyone." + ], + "kg193": [ + "Long live the KG!" + ], + "kg193a": [ + "Long live the KG!" + ], + "kg193b": [ + "Long live the KG!" + ], + "kg194": [ + "We ain't had a food riot since we brought in them tanks." + ], + "kg194a": [ + "We ain't had a food riot since we brought in them tanks." + ], + "kg194b": [ + "We ain't had a food riot since we brought in them tanks." + ], + "kg195": [ + "I'm bored, I want to crunch heads." + ], + "kg195a": [ + "I'm bored, I want to crunch heads." + ], + "kg195b": [ + "I'm bored, I want to crunch heads." + ], + "kg196": [ + "I want to kick some ass." + ], + "kg196a": [ + "Ugh... I want to kick some butt." + ], + "kg196b": [ + "I want to kick some butt." + ], + "kg197": [ + "Did you hear the Underground got our ammo at HQ?" + ], + "kg197a": [ + "Did you hear the Underground got to", + "our ammo at HQ?" + ], + "kg197b": [ + "Did you hear the Underground got to", + "our ammo at HQ?" + ], + "kg198": [ + "Payback's a bitch!" + ], + "kg198a": [ + "Payback's a bitch!" + ], + "kg198b": [ + "Payback's a bitch!" + ], + "kg199": [ + "Animals!" + ], + "kg199a": [ + "Animals!" + ], + "kg199b": [ + "Animals!" + ], + "kg200": [ + "I hear the Shadow's been dead for years." + ], + "kg200a": [ + "I hear the Shadow's been dead for years." + ], + "kg200b": [ + "I hear the Shadow's been dead for years." + ], + "kg201": [ + "Maybe, but the rest of them Underground scum", + "are still scurrying about." + ], + "kg201a": [ + "Maybe, but the rest of them Underground scum", + "are still scurrying about." + ], + "kg201b": [ + "Maybe, but the rest of them Underground scum", + "are still scurrying about." + ], + "kg202": [ + "Can I shoot someone now?" + ], + "kg202a": [ + "Can I shoot someone now?" + ], + "kg202b": [ + "Can I shoot someone now?" + ], + "kg203": [ + "I like the new armor." + ], + "kg203a": [ + "I like the new armor." + ], + "kg203b": [ + "I like the new armor." + ], + "kg204": [ + "Yeah, me too. More comfort in the crotch." + ], + "kg204a": [ + "Yeah, me too. More comfort in the crotch." + ], + "kg204b": [ + "Yeah, me too. More comfort in the crotch." + ], + "kg205": [ + "If something interesting doesn't happen soon,", + "I'm going to start shooting you." + ], + "kg205a": [ + "Next time, can I kill a civvy?" + ], + "kg205b": [ + "Next time, can I kill a civvy?" + ], + "kg206a": [ + "If something interesting doesn't happen soon,", + "I'm gonna shoot you." + ], + "kg206b": [ + "If something interesting doesn't happen soon,", + "I'm gonna start shooting you." + ], + "kg207": [ + "Did you collect your bribes this week?" + ], + "kg207a": [ + "You collect your bribes this week?" + ], + "kg207b": [ + "You collect your bribes this week?" + ], + "kg208": [ + "Shhh..." + ], + "kg208a": [ + "Shhh..." + ], + "kg209": [ + "Shh." + ], + "kg209a": [ + "Shh." + ], + "kg209b": [ + "Shh." + ], + "kg210": [ + "I hear someone's been using the old wall airlocks.", + "Pfft, crazy bastard." + ], + "kg210a": [ + "I hear someone's been using the old wall airlocks.", + "Crazy bastard." + ], + "kg210b": [ + "I hear someone's been using the old wall airlocks.", + "Crazy bastard." + ], + "kg211": [ + "I've been on duty for two days straight." + ], + "kg211a": [ + "I've been on duty for two days straight." + ], + "kg211b": [ + "I've been on duty for two days straight." + ], + "kg212": [ + "Pfft, don't complain. I've got sewer patrol next week." + ], + "kg212a": [ + "Don't complain, I got sewer patrol next week." + ], + "kg212b": [ + "Don't complain. I got sewer patrol next week." + ], + "kg213": [ + "Ahh, you poor bastard. Which commander did you piss off?" + ], + "kg213a": [ + "Ahh, you poor bastard. Which commander did you piss off?" + ], + "kg213b": [ + "Hehe, poor bastard. Which commander did you piss off?" + ], + "kg214": [ + "I say death to the Underground." + ], + "kg214a": [ + "I say death to the Underground." + ], + "kg214b": [ + "I say death to the Underground." + ], + "kg215": [ + "I wanna so kill that Shadow guy." + ], + "kg215a": [ + "I want to kill that Shadow guy!" + ], + "kg215b": [ + "I want to kill that Shadow guy!" + ], + "kg216": [ + "And don't forget that traitor Torn." + ], + "kg216a": [ + "And don't forget that traitor Torn." + ], + "kg216b": [ + "Don't forget that traitor Torn!" + ], + "kg217": [ + "Death's too good for him." + ], + "kg217a": [ + "Death's too good for him." + ], + "kg217b": [ + "Death's too good for him." + ], + "kg218": [ + "Why are we looking for some kid?" + ], + "kg218a": [ + "Why are we looking for some kid?" + ], + "kg218b": [ + "Why are we looking for some kid?" + ], + "kg219": [ + "I don't know, Baron's orders." + ], + "kg219a": [ + "I dunno, Baron's orders." + ], + "kg219b": [ + "I dunno, Baron's orders." + ], + "kg220": [ + "Hey, have they found Mar's Tomb yet?" + ], + "kg220a": [ + "Have they found Mar's Tomb yet?" + ], + "kg220b": [ + "Have they found Mar's Tomb yet?" + ], + "kg221": [ + "They wouldn't tell us if they did." + ], + "kg221a": [ + "Nah, they wouldn't tell us if they did." + ], + "kg221b": [ + "Nah, they wouldn't tell us if they did." + ], + "kg222": [ + "I've got a big bet on the next city races." + ], + "kg222a": [ + "I got a big bet on the next city races." + ], + "kg222b": [ + "Got a big bet on the next city races." + ], + "kg223": [ + "Erol's my boy. He always wins." + ], + "kg223a": [ + "Erol's my boy. He always wins." + ], + "kg223b": [ + "Erol's my boy. He always wins." + ], + "kg224": [ + "You going to the city races this time?" + ], + "kg224a": [ + "You going to the city races this time?" + ], + "kg224b": [ + "You going to the city races this time?" + ], + "kg225": [ + "I'll be there." + ], + "kg225a": [ + "I'll be there." + ], + "kg225b": [ + "I'll be there." + ], + "kg226": [ + "There've been some serious guard casualties this week." + ], + "kg226a": [ + "There've been some serious guard casualties this week." + ], + "kg226b": [ + "There've been some serious guard casualties this week." + ], + "kg227": [ + "Yeah, some rebel fighter is stirring up the pot good." + ], + "kg227a": [ + "Yeah, some rebel fighter is stirring the pot good." + ], + "kg227b": [ + "Some rebel fighter is stirring the pot good." + ], + "kg228": [ + "I'd love to be the one to take him out." + ], + "kg228a": [ + "I'd love to be the one to take him out." + ], + "kg228b": [ + "Oh I'd love to be the one to take him out." + ], + "kg229": [ + "Let's get drinks later." + ], + "kg229a": [ + "Let's get drinks later." + ], + "kg229b": [ + "Let's get drinks later." + ], + "kg230": [ + "I got a bad feeling about this war." + ], + "kg230a": [ + "I got a bad feeling about this war." + ], + "kg230b": [ + "I got a bad feeling about this war." + ], + "kg231": [ + "I hear there are more Metal Head attacks", + "than HQ's admitting." + ], + "kg231a": [ + "I hear there are more Metal Head attacks", + "than HQ's admitting." + ], + "kg231b": [ + "Yeah, I hear there are more Metal Head attacks", + "than HQ's admitting." + ], + "kg232": [ + "The reports I've seen aren't good.", + "I think the city's in trouble." + ], + "kg232a": [ + "The reports I've seen aren't good.", + "I think the city's in trouble." + ], + "kg232b": [ + "The reports I've seen aren't good.", + "I think the city's in trouble." + ], + "kg233": [ + "I'm worried about this new guy", + "fighting for the Underground." + ], + "kg233a": [ + "I'm worried about this new guy", + "fighting for the Underground." + ], + "kg233b": [ + "I'm worried about this new guy", + "fighting for the Underground." + ], + "kg234": [ + "Yeah, they say he can change into some kind of monster." + ], + "kg234a": [ + "Yeah, they say he can change into some kind of monster." + ], + "kg234b": [ + "They say he can change into some kind of monster." + ], + "kg235": [ + "Don't worry, his head'll be on the tower wall soon enough." + ], + "kg235a": [ + "Don't worry, his head'll be on the tower wall soon enough." + ], + "kg235b": [ + "Don't worry, his head'll be on the tower wall soon enough." + ], + "kg236": [ + "Hehehe." + ], + "kg236a": [ + "Hehehe." + ], + "kg236b": [ + "Hehehe." + ], + "kg237a": [ + "Hehehe..." + ], + "kg237b": [ + "Hehehe..." + ], + "kg238a": [ + "Hahaha..." + ], + "kg239a": [ + "Hah!" + ], + "kg239b": [ + "Hah!" + ], + "kg240a": [ + "Hehehe..." + ], + "kg241a": [ + "Suspect in known Underground vehicle!" + ], + "kg242a": [ + "He's got a cargo, move in!" + ], + "kg243a": [ + "Stop that vehicle!" + ], + "kg244a": [ + "You're under arrest, pull over!" + ], + "kg245a": [ + "Surrender the vehicle!" + ], + "kg246a": [ + "We are in pursuit!" + ], + "kg247a": [ + "He's got a package!" + ], + "kg248a": [ + "Suspect has suspicious cargo!" + ], + "kg249a": [ + "We think it's an illegal shipment." + ], + "kg250a": [ + "All units close in on vehicle!" + ], + "kg251a": [ + "Suspect moving at high speed!" + ], + "kg252a": [ + "We can't keep up!" + ], + "kg253a": [ + "He's in the port!" + ], + "kg254a": [ + "He got away!" + ], + "kg255a": [ + "Suspect has taken out pursuit!" + ], + "kg256a": [ + "Vehicle destroyed, we got him!" + ], + "kg257a": [ + "Nice work boys, he's down." + ], + "kg258a": [ + "Excellent pursuit." + ], + "kg259a": [ + "Guard transport under attack, requesting support!" + ], + "kg260a": [ + "We're takin' damage!" + ], + "kg261a": [ + "He's after us!" + ], + "kg262a": [ + "He's trying to crash the transport!" + ], + "kg263a": [ + "We've had a transport ambush, units respond!" + ], + "kg264a": [ + "He's picking up a prisoner!" + ], + "kg265a": [ + "We lost a Lurker prisoner." + ], + "kg266a": [ + "He's got a Lurker prisoner with him!" + ], + "kg267a": [ + "Take 'em all out!" + ], + "kg268a": [ + "We think he's helping the Lurkers escape!" + ], + "kg269a": [ + "He's taken out two of our transports already!" + ], + "kg270a": [ + "He's alone again." + ], + "kg271a": [ + "Where's he heading?!" + ], + "kg272a": [ + "Terminate with extreme prejudice!" + ], + "kg273a": [ + "He's attacking another transport!" + ], + "kg274a": [ + "We're being chased, send in an escort!" + ], + "kg275a": [ + "We lost this passenger." + ], + "kg276a": [ + "We're losing him!" + ], + "kg277a": [ + "We got 'em!" + ], + "kg278a": [ + "We got 'em, teach ya to screw with the KG!" + ], + "kg279a": [ + "Pull over, Lurker lover!" + ], + "kg280a": [ + "There's a kid, check him out." + ], + "kg281a": [ + "The Baron wants every kid in this city arrested." + ], + "kg282a": [ + "Surrender the child!" + ], + "kg283a": [ + "Give up the kid!" + ], + "kg284a": [ + "If they won't surrender, kill them all!" + ], + "kg285a": [ + "Don't kill the kid." + ], + "kg286a": [ + "The Baron wants the kid alive!" + ], + "kg287a": [ + "Find the boy!" + ], + "kg288a": [ + "That could be the kid the Baron wants." + ], + "kg289a": [ + "After them!" + ], + "kg290a": [ + "Don't move, boy!" + ], + "kg291a": [ + "Take out that mutt!" + ], + "kg292a": [ + "We should kill 'em all!" + ], + "kg293a": [ + "They've taken a vehicle!" + ], + "kg294a": [ + "If you get a clear shot, take it!" + ], + "kg295a": [ + "Suspect is fleeing in vehicle!" + ], + "kg296a": [ + "Suspect's vehicle moving through section seven." + ], + "kg297a": [ + "We think the kid's with that Underground freak." + ], + "kg298a": [ + "Take 'em out, but keep the kid alive!" + ], + "kg299a": [ + "They're on foot again!" + ], + "kg300a": [ + "What is that thing?!" + ], + "kg301a": [ + "Shoot that thing, shoot it!" + ], + "kg302a": [ + "What's he doing?!" + ], + "kg303a": [ + "It's that monster!" + ], + "kg304a": [ + "The stories are true!" + ], + "kg305a": [ + "It's the dark monster!" + ], + "kg306a": [ + "It's him!" + ], + "kg307a": [ + "It's the dark eco freak!" + ], + "kg308a": [ + "Kill it, kill it!" + ], + "kg309a": [ + "Suspect has transformed into", + "a creature of some kind." + ], + "kg310a": [ + "Sure is ugly." + ], + "kg311a": [ + "That's one ugly creature." + ], + "kg312a": [ + "Look out!" + ], + "kg313a": [ + "Fall back!" + ], + "kg314a": [ + "He's wasting everybody!" + ], + "kg315a": [ + "We can't kill it!" + ], + "kg316a": [ + "Stand your ground men!" + ], + "kg317a": [ + "The Krimzon Guard do not run!" + ], + "kg318a": [ + "Watch out for his claws!" + ], + "kg319a": [ + "Keep clear of his energy bolts!" + ], + "kg320a": [ + "This is a raid, do not resist!" + ], + "kg321a": [ + "Move in!" + ], + "kg322a": [ + "By order of Baron Praxis,", + "everyone here is to be terminated!" + ], + "kg323a": [ + "Surrender and you will not suffer much." + ], + "kg324a": [ + "It's that Underground monster freak!" + ], + "kg325a": [ + "Get him!" + ], + "kg326a": [ + "All units converge on Water Slums!" + ], + "kg327a": [ + "We've got an Underground fighter!" + ], + "kg328a": [ + "Burn 'em down!" + ], + "kg329a": [ + "Stay together!" + ], + "kg330a": [ + "We've got 'em cornered!" + ], + "kg331a": [ + "Suspect cornered in section two." + ], + "kg332a": [ + "There is no escape!" + ], + "kg333a": [ + "Resistance is futile!" + ], + "kg334a": [ + "Give up the artifact, eco freak!" + ], + "kg335a": [ + "We've cut 'em off!" + ], + "kg336a": [ + "He's trapped!" + ], + "kg337a": [ + "We got 'em!" + ], + "kg338a": [ + "We're taking heavy fire!" + ], + "kg339a": [ + "We're taking heavy casualties, send in backup!" + ], + "kg340a": [ + "This guy knows how to fight!" + ], + "kg341a": [ + "Hold your ground!" + ], + "kg342a": [ + "Do not retreat!" + ], + "kg343a": [ + "We lost Beta squad!" + ], + "kg344a": [ + "We need more men!" + ], + "kg345a": [ + "He's on the south path!" + ], + "kg346a": [ + "He's in the water!" + ], + "kg347a": [ + "He's near the east hut, all units converge!" + ], + "kg348a": [ + "We're gonna lose him!" + ], + "kg349a": [ + "Intruder alert, sound the alarm!" + ], + "kg350a": [ + "The Fortress is under attack!" + ], + "kg351a": [ + "This is our house, boy!" + ], + "kg352a": [ + "You've got brass coming into our Fortress!" + ], + "kg353a": [ + "You won't get out of here alive!" + ], + "kg354a": [ + "Thanks for making this easy." + ], + "kg355a": [ + "We're taking heavy casualties." + ], + "kg356a": [ + "He's getting in deep, stop him!" + ], + "kg357a": [ + "Take this guy out, that's an order!" + ], + "kg358a": [ + "Send in the shock squad!" + ], + "kg359a": [ + "Bring in the heavy firepower!" + ], + "kg360a": [ + "Send in the shield guards!" + ], + "kg361a": [ + "I'm on him!" + ], + "kg362a": [ + "Let me at 'em!" + ], + "kg363a": [ + "I got 'em!" + ], + "kg364a": [ + "Finish him off!" + ], + "kg365a": [ + "He's moving toward the ammo room!" + ], + "kg366a": [ + "Intercept the intruder before he gets in too far!" + ], + "kg367a": [ + "He's picking up a suspect." + ], + "kg368a": [ + "He's got an Underground agent with him!" + ], + "kg369a": [ + "Take 'em both out!" + ], + "kg370a": [ + "He's picked up another suspect." + ], + "kg371a": [ + "We lost the guy he dropped off!" + ], + "kg372a": [ + "He's got a passenger." + ], + "kg373a": [ + "Driver is working with the Underground." + ], + "kg374a": [ + "Suspect vehicle taking damage, but still moving." + ], + "kg375a": [ + "We need to cut 'em off!" + ], + "kg376a": [ + "He's got another agent!" + ], + "kg377a": [ + "Suspect driving erratically!" + ], + "kg378a": [ + "Suspect still evading!" + ], + "kg379a": [ + "We got 'em this time!" + ], + "kg380a": [ + "Suspect vehicle destroyed!" + ], + "kg381a": [ + "He's going for another vehicle!" + ], + "kg382a": [ + "We took 'em out!" + ], + "kg383a": [ + "He's toast!" + ], + "kg384a": [ + "Another win for the KG, good shooting, men." + ], + "kg385a": [ + "Suspect has evaded capture." + ], + "kg386a": [ + "Ough!" + ], + "kg387a": [ + "Huh!" + ], + "kg388a": [ + "Arghh!" + ], + "kg389a": [ + "Ughh!" + ], + "kg390a": [ + "Hugh!" + ], + "kg391a": [ + "Aughh!" + ], + "kg392a": [ + "Haugh!" + ], + "kg393a": [ + "Oof!" + ], + "kg394a": [ + "Hah!" + ], + "kg395a": [ + "Ugh!" + ], + "kg396a": [ + "Hah!" + ], + "kg397a": [ + "Ugh!" + ], + "kg398a": [ + "Huff!" + ], + "kg399a": [ + "Argh!" + ], + "kg400a": [ + "Hah!" + ], + "kg401a": [ + "Huh!" + ], + "kg402a": [ + "Huuh!" + ], + "kg403a": [ + "Haah!" + ], + "kg404a": [ + "Ahh!" + ], + "kg405a": [ + "Ahh...!" + ], + "kg406a": [ + "Arrgh!" + ], + "kg407a": [ + "Uargh!" + ], + "kg408a": [ + "Ugh...!" + ], + "kg409a": [ + "Ugh!" + ], + "kg410a": [ + "Nargh!" + ], + "kg411a": [ + "Hah!" + ], + "kg412a": [ + "Ugh...!" + ], + "kg413a": [ + "Gah...!" + ], + "kg414a": [ + "Ah!" + ], + "kg415a": [ + "Argh!" + ], + "kg416a": [ + "Ugh...!" + ], + "kg417a": [ + "Uh..." + ], + "kg418a": [ + "Ah...!" + ], + "kg419a": [ + "Uugh!" + ], + "kg420a": [ + "Ah...!" + ], + "kg421a": [ + "Huah...!" + ], + "kg422a": [ + "Agh!" + ], + "kg423a": [ + "Hungh...!" + ], + "kg424a": [ + "Argh!" + ], + "kg425a": [ + "Ugh!" + ], + "kg426a": [ + "Ugh!" + ], + "kg427a": [ + "Ugh!" + ], + "kg428a": [ + "Oof!" + ], + "kgv001": [ + "Stop!" + ], + "kgv002": [ + "Open fire!" + ], + "kgv003": [ + "Move in!" + ], + "kgv004": [ + "Take 'em out!" + ], + "kgv005": [ + "Take him down!" + ], + "kgv006": [ + "Shoot 'em, shoot 'em!" + ], + "kgv007": [ + "Die, outlaw!" + ], + "kgv008": [ + "Eat this!" + ], + "kgv009": [ + "Fire, fire!" + ], + "kgv010": [ + "Give it up, outlaw!" + ], + "kgv011": [ + "Seal off the area!" + ], + "kgv012": [ + "Call in reinforcements!" + ], + "kgv013": [ + "Riot in progress!" + ], + "kgv014": [ + "Call for backup!" + ], + "kgv015": [ + "Stop the vehicle!" + ], + "kgv016": [ + "You are under arrest!" + ], + "kgv017": [ + "Pull over!" + ], + "kgv018": [ + "Slow down!" + ], + "kgv019": [ + "Move over!" + ], + "kgv020": [ + "Get out of the vehicle!" + ], + "kgv021": [ + "Call in more Hellcats!" + ], + "kgv022": [ + "Requesting backup!" + ], + "kgv023": [ + "High speed chase in sector four!" + ], + "kgv024": [ + "Suspect in vehicle!" + ], + "kgv025": [ + "Suspect fleeing into sector five." + ], + "kor001": [ + "I am so proud of you Jak, and you too, Daxter!", + "Together you have done real damage to the Baron.", + "We may win this war yet!" + ], + "kor002": [ + "Excellent work, you are proving to be quite an asset.", + "Without eco, the Baron will soon topple,", + "and the city's future will be in our hands." + ], + "kor004": [ + "Another blow to the Baron, my good friends!", + "Very soon, our fortunes will change!" + ], + "krew001": [ + "Jak, this is Krew. I just talked to my racing client", + "and she told me you were pretty good with that JET-Board", + "of hers. My sources say a shipment of Krimzon Guard", + "listening equipment just arrived in the Port.", + "None of us, including the Underground, want those devices", + "up and running. It's not good for business.", + "Ride the JET-Board out into the Port", + "and destroy every Krimzon Guard crate you find.", + "There's sure to be a defense perimeter,", + "so watch out, 'ey?" + ], + "krew002": [ + "Excellent work, Jak. Even I am impressed.", + "I should keep unscrupulous Krimzon Guards", + "out of our business.", + "What's the world coming to when you can't buy off", + "a few guards with bribes?" + ], + "krew003": [ + "Ooooh... the bedtime stories were true!", + "The fabled Heart of Mar was hidden inside that ugly statue", + "of the old boy.", + "Nothing fractured, nothing gained! That's my motto. Hahaha...", + "For your loyalty, you'll find an excellent gun upgrade", + "stashed in a crate in the Port." + ], + "krew004": [ + "That's one turret down. Keep looking!" + ], + "krew005": [ + "Two turrets. Good work so far!" + ], + "krew006": [ + "Three turrets gone. Nice! Keep it up!" + ], + "krew007": [ + "Four turrets trashed. Haha... Lovely, boys! Go get 'em!" + ], + "krew008": [ + "Five turrets down the drain! Keep going." + ], + "krew009": [ + "Six turrets out of commission.", + "Hah, I like the way you work." + ], + "krew010": [ + "Brass work, boys! You destroyed all the turrets, eh?", + "Now, come back to the Hip Hog." + ], + "kwbf001": [ + "You know I can't play fair!", + "I have a secret weapon: my duplicity field!", + "Say hello to my little friends...", + "Ah, multiple me! Hahahaha... How delightful." + ], + "kwbf002": [ + "Let me introduce you to my... \"crew.\"" + ], + "kwbf003": [ + "Let's dance!" + ], + "kwbf004": [ + "You will die!" + ], + "kwbf005": [ + "Here we come!" + ], + "kwbf006": [ + "My, don't my twins look stunning?" + ], + "kwbf007": [ + "You can't stop us all!" + ], + "kwbf008": [ + "Surprise! More of me than you can handle." + ], + "kwbf009": [ + "I've a few good men to help me." + ], + "kwbf010": [ + "Get him!" + ], + "kwbf011": [ + "UARGH! Try stopping me now!" + ], + "kwbf012": [ + "You're getting lucky so far, 'ey?" + ], + "kwbf013": [ + "I grow weary of this. We end it now." + ], + "kwbf014": [ + "Hm-hm, I move pretty fast for a big man, 'ey?" + ], + "kwbf015": [ + "I float like a butterfly and sting like a wumpbee!" + ], + "kwbf016": [ + "Urghh!" + ], + "kwbf017": [ + "Aurgh!" + ], + "kwbf018": [ + "Arghh!" + ], + "kwbf019": [ + "Urrghh!" + ], + "kwbf020": [ + "Urgh, ow!" + ], + "kwbf021": [ + "Die!" + ], + "kwbf022": [ + "Now I have you!" + ], + "kwbf023": [ + "You cannot win, Jak!" + ], + "kwbf024": [ + "Here's some pain!" + ], + "kwbf025": [ + "No!" + ], + "kwbf026": [ + "You're trying my patience!" + ], + "kwbf027": [ + "Stand still!" + ], + "kwbf028": [ + "Haha, how did that feel?" + ], + "kwbf029": [ + "You should have walked away when you had a chance." + ], + "kwbf030": [ + "Pop this!" + ], + "kwbf031": [ + "You can't stop the bomb, Jak!" + ], + "kwbf032": [ + "Hahahaha, that felt good!" + ], + "kwbf033": [ + "I am the weapon master!" + ], + "kwbf034": [ + "Had enough?" + ], + "kwbf035": [ + "Here we come!" + ], + "kwbf036": [ + "Dance for me, Jak!" + ], + "kwbf037": [ + "You can't get us all!" + ], + "kwbf038": [ + "Tag! You're it." + ], + "kwbf039": [ + "Phew. This is a bit of a workout..." + ], + "kwbf040": [ + "Which is the real me, Jak?" + ], + "kwbf041": [ + "Finally... I get to put you in your place!" + ], + "kwbf042": [ + "Arghh! You little...!" + ], + "ora006": [ + "Bring me 200 more Metal Head Skull Gems", + "and I will show you another Dark Power." + ], + "ora007": [ + "Bring me 200 more Skull Gems", + "and another power will be yours to control." + ], + "ora008": [ + "Bring me more Skull Gems to receive control", + "over a Dark Power." + ], + "ora009": [ + "You do not have enough Skull Gems.", + "Come back when you have collected more." + ], + "ora010": [ + "I need more Skull Gems." + ], + "ora011": [ + "Trust not your reliance on weapons." + ], + "ora012": [ + "Use only your body and brain for this challenge." + ], + "ora013": [ + "Weapons are for the weak." + ], + "ora014": [ + "You must not use weapons in this challenge." + ], + "pek001": [ + "Groark! I can't believe you actually did this thing!", + "Onin says she will search timelines for answers", + "about these sacred relics. I will find you then." + ], + "pek002": [ + "Groark! Whoa... well I'll be a moncaw's uncle, the Light Tower", + "actually does exist! The beam of light is shining somewhere", + "in the city! The Tomb of Mar was right under our noses", + "all along. And thanks to me, you found it!" + ], + "pek003": [ + "Wow! As I live and molt, one step closer to the Tomb.", + "I never thought we'd get this far!" + ], + "pek010": [ + "This is Onin's magic bowl.", + "Onin will make symbols appear from her bowl.", + "When the symbols appear, you must pop them before they", + "reach the ground. You must pop them quickly, pop only", + "the symbols you see. If you try to pop a symbol that is", + "not there, Onin will give you a penalty! Miss any symbols", + "and you will penalized! Each round will get faster.", + "Let's see how far you get.", + "You must get a high enough score to win." + ], + "pek011": [ + "You are doing very well!" + ], + "pek012": [ + "Huh, not bad." + ], + "pek013": [ + "Keep going, you can do it!" + ], + "pek014": [ + "Pop any more than the true number of each symbol,", + "and you will be penalized! Groark!" + ], + "pek015": [ + "Ready? Go!" + ], + "pek016": [ + "That symbol wasn't there, penalty!" + ], + "pek017": [ + "Hah, Onin got you! Pop only symbols that you see." + ], + "pek018": [ + "Here comes another round!", + "Give him another burst, Onin girl!" + ], + "pek019": [ + "She got you again! What is your problem?" + ], + "pek020": [ + "I can't believe you've made it this far!" + ], + "pek021": [ + "Quickly! You are missing symbols!" + ], + "pek022": [ + "You missed some!" + ], + "pek023": [ + "Faster! Faster!" + ], + "pek024": [ + "Give it to him, Onin! More, Onin, more!", + "You go, girl, shake what your momma gave you!" + ], + "pek025": [ + "Rockin' in the club." + ], + "pek026": [ + "He can't do that many!" + ], + "pek027": [ + "What? He's still going?" + ], + "pek028": [ + "Let's see if he can handle it." + ], + "pek029": [ + "Go! Come on!" + ], + "pek030": [ + "Okay, so you're good." + ], + "pek031": [ + "Wow! Not bad." + ], + "pek032": [ + "Well, I laid an egg." + ], + "pek033": [ + "Amazing! You actually won!", + "I am without words, and that is rare." + ], + "pek034": [ + "You got enough points, congratulations!" + ], + "pek035": [ + "Last penalty! You lose, loser." + ], + "pek036": [ + "You lost! Why am I not surprised?" + ], + "pek037": [ + "You lose! Would you like to try again?" + ], + "pek038": [ + "Ahh, you laid an egg. Too bad, so sad." + ], + "pek039": [ + "Oooh, so close... not! Hehehe..." + ], + "pek040": [ + "You made a valiant effort, but you suck!" + ], + "pek041": [ + "Game over, finito, done, se acabó!" + ], + "prop002": [ + "As you all know, I was wounded during our last", + "glorious assault against the Metal Head Nest", + "many years ago. I have sacrificed everything", + "for this city and I demand only the same in return!", + "Loyalty will be rewarded,", + "death will await all others." + ], + "prop003": [ + "The Dark Eco inside you will eventually kill you, Jak.", + "Its destructive effects cannot be stopped.", + "Once you are in its chaotic grip, it will not let you go", + "until you slide into insanity. Turn yourself in, and I will", + "kill you mercifully and painlessly,", + "it is your only way out." + ], + "prop004": [ + "Don't try to make a fool out of me, Jak.", + "Just because I haven't killed you yet doesn't", + "mean I'm not onto you. The citizens of this city", + "worship me because I offer them safety.", + "All I ask in return is for their lives.", + "I'll find you, and when I do, you'll wish", + "you died in prison." + ], + "prop005": [ + "Attention, my loyal citizens! We are looking for a", + "rebel fugitive who has caused the city considerable", + "damage of late. This man is armed and extremely", + "dangerous and can somehow change into a monstrous", + "creature. We have reports he is working with the", + "Metal Heads to subvert your city and your safety.", + "Report all sightings immediately!" + ], + "prop006": [ + "Brave citizens, today is the anniversary of the great", + "battle that ruined our city section we now call", + "Dead Town. Remember those who died", + "that day and how much we owe the Metal Heads", + "for their treachery! Remember how bravely I fought", + "to save those poor souls of the overrun section", + "and reflect on how grateful you should all be that the", + "Krimzon Guard keeps you safe each day." + ], + "prop007": [ + "This is your Baron. The reports of a Metal Head", + "invasion of the city are vastly overblown.", + "I assure you this is but a small incursion and we will", + "defeat it shortly. Stay in your homes, do not panic,", + "or you will be punished!" + ], + "prop008": [ + "Attention citizens, this is your Baron speaking.", + "There have been several unauthorized uses of the", + "city's old gate locks. Fortunately, these breaches", + "have not resulted in contamination, but we all know", + "how deadly the Wasteland is. No one is allowed", + "outside the city without authorization, let it be", + "known that any violators will be caught", + "and executed." + ], + "prop009": [ + "Serve your city." + ], + "prop010": [ + "Sacrifice for your city, and all will prosper!" + ], + "prop011": [ + "You are safe, because I care." + ], + "prop012": [ + "All Metal Heads must die!" + ], + "prop013": [ + "Work hard, and be grateful." + ], + "prop014": [ + "Report all wrongdoers." + ], + "prop015": [ + "Remember, even your friends could be enemies." + ], + "prop016": [ + "Turn in all who subvert." + ], + "prop017": [ + "Strength is our only option!" + ], + "prop018": [ + "Obey and be happy." + ], + "prop019": [ + "Sacrifice is something you should do", + "for your city." + ], + "prop020": [ + "Sacrifice for your city." + ], + "prop021": [ + "Remember, even friends might be enemies." + ], + "prop022": [ + "The city needs your sacrifice." + ], + "prop023": [ + "It is better inside the walls!" + ], + "prop024": [ + "The law will show no mercy." + ], + "prop025": [ + "Justice is swift." + ], + "prop026": [ + "The Underground movement is dead!" + ], + "prop027": [ + "Join the Krimzon Guard and your family", + "will be allowed to stay." + ], + "prop028": [ + "One way: My way." + ], + "prop029": [ + "To lead is to control." + ], + "prop030": [ + "Give up your freedom and I will protect you." + ], + "prop031": [ + "Have faith in me and the Promised Land is yours." + ], + "prop032": [ + "Your city needs a strong leader, not a childish fool." + ], + "prop033": [ + "Welcome not the unknown face." + ], + "prop034": [ + "Shun those who would defy me!" + ], + "prop035": [ + "I am the face of Haven City." + ], + "prop036": [ + "Without my strength, there would be no city." + ], + "prop037": [ + "Follow me to a safer future!" + ], + "prop038": [ + "You are safe inside the walls with me." + ], + "prop039": [ + "Defy... and die." + ], + "prop040": [ + "Welcome to Haven City!", + "All laws are enforced for your safety.", + "Obey me and you will not be punished." + ], + "prop041": [ + "The city is safe. I will not allow harm", + "to befall you, trust me." + ], + "prop042": [ + "Rest assured, I will destroy the Metal Heads.", + "One way or another." + ], + "prop043": [ + "To all citizens, this puny Underground revolt", + "will be dealt with by all aggressive means.", + "We will crush these arrogant upstarts, they will not", + "be allowed to threaten me or this city's order!" + ], + "prop044": [ + "To all citizens of this great city, there is a monster", + "among you, masquerading as a man!", + "He is dangerous and must be destroyed!", + "I offer a reward of eco for his capture, or, if you", + "have a loved one in prison, I will exchange them for", + "this renegade. I promise." + ], + "prop045": [ + "To all who defy me! I am watching you,", + "I am everywhere, I am this city!" + ], + "prop046": [ + "This is your Baron. I have been informed by the", + "ministry of extreme labor that worker productivity is", + "down this month! That is unacceptable!", + "I give you safety and this is how you repay me?", + "You must work harder, not smarter!", + "Free the mind and the body will do as it's told,", + "forced labor will set you free!", + "And to help you in your spiritual motivation...", + "quotas are doubled next month!" + ], + "prop047": [ + "Due to recent, uh... \"attrition\" difficulties,", + "this city needs fresh Krimzon Guard recruits!", + "Everyone is asked to volunteer members of their family!", + "Come down to your friendly Fortress facility.", + "Or else!" + ], + "prop048": [ + "As your Baron, I am instituting a \"no hoverboard\" rule", + "in the city! Young delinquents with nothing better", + "to do than float around and do tricks! Huh!", + "I'll put all violators into the Guard and teach them", + "some discipline. No skating, it's the law!" + ], + "prop049": [ + "I am disappointed with this city's lack of", + "commitment and sacrifice. Work harder! Eat less!", + "Drink only when I tell you! Sleep is optional.", + "We are at war with an outside threat,", + "don't make me declare war on you as well!" + ], + "prop050": [ + "Greetings, people of this wonderful utopia. This year's", + "championship race will begin shortly. All citizens", + "not under house arrest are invited to come down", + "to the Stadium and watch your favorite son Erol", + "once again show how the Krimzon Guard are the elite", + "warriors of this city. Bring the whole family!", + "The first one thousand children will get", + "a mandatory Krimzon Guard recruitment package", + "and be \"asked\" to join the Guard for life!", + "What a treat!" + ], + "prop051": [ + "This is your Baron, I am still in control!", + "And I assure you, there's absolutely no Metal Heads", + "in the city. Anyone who contradicts this fact...", + "will be shot! The current situation is merely", + "an elaborate propaganda hoax, perpetrated by", + "the outlawed Underground militia trying to", + "subvert our laws and discredit those who protect you", + "while you sleep! Pay no attention to this foolish hoax,", + "there are no Metal Heads within 100 miles of this city!" + ], + "prop052": [ + "This is Baron Praxis. We have taken back the city", + "and the Metal Heads are now fleeing before us!", + "Victory is at hand! Continue to fight for the freedom", + "I may some day give you. Continue to defy these", + "enemies of my law and order...", + "and continue to die for me." + ], + "prop053": [ + "Fear not the men in red. Sure, there are occasional", + "complaints about their over-aggressive policing,", + "wanton destruction of people's property during raids,", + "mass-arrests, misplaced loved ones and whatnot.", + "Hey, we're only human! Running a city can be", + "tougher than it looks, imagine how much worse", + "it would be if the Metal Heads were in charge!" + ], + "prop054": [ + "We've had a few incidents with our lower class", + "labor force lately. If your Lurker is acting up,", + "call Krimzon Animal Control. Is your Lurker in a tree?", + "Stuck in a sewer grate? Foaming at the mouth?", + "Call the friendly officers of the K.A.C.", + "and they will deal with your furry slave", + "with all the love and care it deserves...", + "then haul it away for reconditioning.", + "Remember, Lurkers can be dangerous!" + ], + "prop055": [ + "Please give generously to the Baron eco fund.", + "Your munificent donation will be used for", + "a variety of humanitarian needs:", + "bombs, guns, armor, genetic alteration research,", + "all in the name of preserving this", + "wonderful city of ours. Give often, give freely...", + "or it will be taken from you!" + ], + "prop056": [ + "It can be so lonely at the top and looking down from", + "up here I can see that this dirty city is in desperate", + "need of revitalization. So, to that end, we", + "will be bulldozing many sections of the city in the", + "coming weeks! All complaints against this", + "construction initiative can be brought,", + "in-person, to the Fortress Prison where they will be", + "\"reviewed.\" Condemned city sections are to", + "be evacuated before razing begins.", + "Anyone still in their homes will be ignored." + ], + "prop057": [ + "The Metal Head attack will not succeed!", + "Your Baron has taken certain measures", + "to guarantee that the Metal Heads will NEVER hold", + "this city for long. Rest assured, I will snatch victory", + "from the jaws of defeat, whatever the cost!", + "I vowed never to let this city fall, and I intend to keep", + "that promise. What must happen is for the good of all!", + "Remember, to die in victory is a glorious", + "badge of honor!" + ], + "prop058": [ + "This is Baron Praxis. As our city faces its worst threat", + "in three hundred years, I am faced with serious", + "decisions concerning our future. I regret that I have", + "few choices left. I command you all to return to your", + "homes and say goodbye to your families.", + "Be assured, we will not lose this fight, one way", + "or another! The time has come to show these creatures", + "what we're capable of when all hope is lost!", + "It has been a pleasure ruling over you", + "to the end." + ], + "sam001": [ + "This is Samos. Jak, I need you to go out to the ruins", + "in Dead Town and visit my old hut. It's now time to retrieve", + "something I hid there long ago, good luck! And Daxter...", + "clean up my place while you're out there!" + ], + "sam002": [ + "This is Samos. Now that you boys are here", + "I want you to get up to my old hut. There is something there", + "that we need! Good luck, and watch our for Metal Heads." + ], + "sam003": [ + "This is Samos, Jak. the Metal Heads must have taken", + "the giant gate ring to their Nest in the Wasteland.", + "If they're ever going to use that ring to open a rift back", + "to our old village, we need to get into the Nest and find it." + ], + "sam004": [ + "You did well, Jak. Luckily, the Precursor Stone wasn't in that", + "bomb when it went off or none of us would be here", + "right now. Come back to the race garage", + "as soon as you can." + ], + "sam005": [ + "Good work so far, boys!", + "Find Young Samos and give him the Life Seed." + ], + "sam006": [ + "Finally, you got here! Find the Lurker Totem", + "and retrieve a piece of the Seal of Mar on its top." + ], + "sam007": [ + "You've got to get the boy safely to the Power Station, Jak!" + ], + "sam008": [ + "Thank you for protecting us, Jak.", + "We'll meet you at the Nest." + ], + "sigc001": [ + "Hold on there, we need to teach you how to use this baby!" + ], + "sigc002": [ + "The Scatter Gun is a good short-range weapon", + "with a wide field of fire." + ], + "sigc003": [ + "To fire the weapon, press the trigger." + ], + "sigc004": [ + "Good! Some kick, huh?" + ], + "sigc005": [ + "It's not the fastest firing weapon in the world, though." + ], + "sigc006": [ + "You can put your weapon away or pull it out at anytime." + ], + "sigc007": [ + "Try putting the weapon away." + ], + "sigc008": [ + "Easy, huh?" + ], + "sigc009": [ + "Now take the weapon back out." + ], + "sigc010": [ + "Good!" + ], + "sigc011": [ + "You can find red ammo inside Krimzon Guard crates." + ], + "sigc012": [ + "Shoot the crates." + ], + "sigc013": [ + "Great, now you're ready!" + ], + "sigc014": [ + "Want to try the Scatter Gun course?" + ], + "sigc015": [ + "The blaster is a good all-around choice", + "with a nice rate of fire." + ], + "sigc016": [ + "This weapon requires more aiming ability." + ], + "sigc017": [ + "You can switch weapon modes at anytime." + ], + "sigc018": [ + "You can find yellow ammo in crates." + ], + "sigc022": [ + "Would you like to test your skills on the gun course?" + ], + "sigc023": [ + "Which course do you want to play?" + ], + "sigc024": [ + "Shoot every target. The faster you shoot each target", + "the more points you'll get." + ], + "sigc025": [ + "Hold your fire on civvies.", + "Hit a friendly target and points will be deducted." + ], + "sigc026": [ + "Good luck." + ], + "sigc027": [ + "Lock and load. Ready, go!" + ], + "sigc028": [ + "Perfect! You can be my backup any day." + ], + "sigc029": [ + "You did it, excellent shooting!" + ], + "sigc030": [ + "Nice shooting! You got potential, kid!" + ], + "sigc031": [ + "Not bad, you'll do." + ], + "sigc032": [ + "Try again, rookie. You're still a bit rusty with that hardware." + ], + "sigc033": [ + "Not bad, but not good. Try again?" + ], + "sigc034": [ + "Close, but in the thick, close won't cut it. Try again?" + ], + "sigc035": [ + "Care to try again? Or is your momma calling?" + ], + "sigc036": [ + "You're not up to speed yet, try again?" + ], + "sigc037": [ + "You gotta shoot those targets faster!" + ], + "sigc038": [ + "Be the gun, baby!" + ], + "sigc039": [ + "It's all about reaction time." + ], + "sigc040": [ + "Different gun modes come in handy against different targets." + ], + "sigc041": [ + "Be cool and you'll rule." + ], + "sigc043": [ + "Try switching to the Scatter Gun." + ], + "sigc053": [ + "Faster on the trigger, cherry." + ], + "sigc054": [ + "That was a civilian!" + ], + "sigc055": [ + "I said \"don't shoot civvies,\" itchy finger!" + ], + "sigc056": [ + "Great job!" + ], + "sigc057": [ + "Awesome round, I feel sorry for those Metal Heads already." + ], + "sigc058": [ + "That was a sweet round, you make it look easy!" + ], + "sigc059": [ + "You smoked that course!" + ], + "sigc060": [ + "The Metal Heads will eat you alive, rookie! Do it over!" + ], + "sigc061": [ + "You need some practice." + ], + "sigc062": [ + "I remember my rookie days, keep trying." + ], + "sigc063": [ + "Perfect round! You are the man." + ], + "sigc064": [ + "Perfect shooting! I'm impressed." + ], + "sigc065": [ + "Whoa, rock and roll, baby! That was a perfect round." + ], + "sigc066": [ + "Nice shot!" + ], + "sigc067": [ + "Wasted 'em!" + ], + "sigc068": [ + "Very nice! Reminds me of me." + ], + "sigc069": [ + "Make 'em fear you." + ], + "sigc070": [ + "Good combo!" + ], + "sigc071": [ + "I love seeing you work!" + ], + "sigc072": [ + "Now switch back to the Blaster." + ], + "sigc073": [ + "You can combo your attacks by kicking,", + "then firing your weapon." + ], + "sigc074": [ + "Try a kick-shot combo." + ], + "sigc075": [ + "Kick the first target, then shoot while kicking", + "to automatically hit the second target." + ], + "sigc076": [ + "Great move!" + ], + "sigc077": [ + "Not quite, try again. Kick then shoot, almost at the same time." + ], + "sigc078": [ + "Make sure you shoot while you're kicking to get the combo." + ], + "sigc079": [ + "Give it another shot." + ], + "sigc080": [ + "Now that's a Wastelander move!", + "They won't know what hit 'em!" + ], + "sigc081": [ + "Think you can handle the Blaster course?" + ], + "sigf001": [ + "You wasted 'em all! I'm still not sure why combat Metal Heads", + "are scouting this close to the city. To be honest,", + "I wasn't sure you could handle this gig, nice work!" + ], + "sigt003": [ + "Here we go!" + ], + "sigt004": [ + "Follow me!" + ], + "sigt005": [ + "Get behind me while I toast that tank." + ], + "sigt006": [ + "Hurry up kid, I don't have all day!" + ], + "sigt007": [ + "This way!" + ], + "sigt008": [ + "Toast those bad boys up ahead." + ], + "sigt009": [ + "Quick! Drop the bridge!" + ], + "sigt010": [ + "Jump up and grab the bridge to bring it down." + ], + "sigt011": [ + "Let's get across the bridge before they come back." + ], + "sigt012": [ + "There's our first target, keep the other creatures back", + "while I charge up the Peacemaker." + ], + "sigt013": [ + "That's one fried Metal Head." + ], + "sigt014": [ + "Let's get to the next target." + ], + "sigt015": [ + "With Metal Heads I say shoot first, ask questions later." + ], + "sigt017": [ + "Stay with me!" + ], + "sigt019": [ + "Waste the suckers!" + ], + "sigt020": [ + "Great, kid, great! Don't get cocky." + ], + "sigt021": [ + "There's the second scumbag, sittin' pretty." + ], + "sigt022": [ + "Cover me!" + ], + "sigt023": [ + "Boom, baby! One less Metal Head to think about." + ], + "sigt024": [ + "Next target." + ], + "sigt025": [ + "Watch my six, while I toast this bad boy.", + "The trick is to not hit the pipes." + ], + "sigt026": [ + "Now that's what I call blowing someone's mind." + ], + "sigt027": [ + "Gotta thread the needle this time." + ], + "sigt028": [ + "Hahaha, Metal Head flambé." + ], + "sigt029": [ + "Look out! We've got company!" + ], + "sigt030": [ + "Damn! My gun's jammed, take over!" + ], + "sigt031": [ + "Get 'em while I fix my gun!" + ], + "sigt032": [ + "Okay, the Peacemaker is back online. Let's move!" + ], + "sigt033": [ + "Last target, then we go home." + ], + "sigt036": [ + "Here comes trouble." + ], + "sigt037": [ + "Did ya miss me?" + ], + "sigt038": [ + "Say \"good night,\" baby." + ], + "sigt039": [ + "Thanks for covering my butt, that was close!" + ], + "sigt043": [ + "Stay with me!" + ], + "sigt044": [ + "Stay close or we'll both be dead!" + ], + "sigt045": [ + "Get over here and stay close!" + ], + "sigt046": [ + "You wanna play, huh?" + ], + "sigt047": [ + "Oh, you got games?" + ], + "sigt049": [ + "You cherries can't handle this mission, we're through!" + ], + "sigt052": [ + "I don't work with amateurs!" + ], + "sigt053": [ + "You're more trouble than you're worth!" + ], + "sigt054": [ + "Come back when you're serious!" + ], + "sigt056": [ + "You want some of this?!" + ], + "sigt057": [ + "Drop that lift-cap while I hold them off." + ], + "sigt058": [ + "Take 'em all out!" + ], + "sigt059": [ + "Great, no time to celebrate." + ], + "sigt060": [ + "If I can't shoot it, it's someone else's problem.", + "You do something with those blocks." + ], + "sigt061": [ + "You gotta figure out the blocks, man." + ], + "sigt062": [ + "Did you hear something?" + ], + "sigt063": [ + "That's one big ugly Metal Head." + ], + "sigt064": [ + "Shootin' this one's only going to get it mad, run!" + ], + "sigt065": [ + "See ya on the flipside!" + ], + "sigt066": [ + "Gone with the wind." + ], + "sigt067": [ + "Later alligator." + ], + "sigt068": [ + "I think that's the last we'll see of him." + ], + "sigt069": [ + "You figure this out, I'll cover your butt." + ], + "sigt070": [ + "This is your gig, baby. Solve it, so we can go home." + ], + "sigt071": [ + "Great, here comes that bad boy again. Move!" + ], + "sigt072": [ + "Run!" + ], + "sigt073": [ + "Go, go, go!" + ], + "sigt074": [ + "He's gaining!" + ], + "sigt075": [ + "Keep moving!" + ], + "sigt076": [ + "Faster!" + ], + "sigt077": [ + "It's gonna be close!" + ], + "sigt078": [ + "Move your butts!" + ], + "sigt082": [ + "Buddy, you don't wanna piss me off." + ], + "sigt083": [ + "You got a death wish?!" + ], + "sigt087": [ + "Have a little pain right back!" + ], + "sigt089": [ + "Never trust a rookie." + ], + "sigt090": [ + "We're finished until you guys get serious." + ], + "sigt091": [ + "This mission is obviously out of your league." + ], + "sigt092": [ + "You're wasting my time, this mission is over." + ], + "sigt093": [ + "Uhh... ugh...." + ], + "sigt100": [ + "Rage before beauty, buddy." + ], + "sigt101": [ + "Let's move!" + ], + "sigt102": [ + "I love the smell of burning metal!" + ], + "sigt103": [ + "Just a walk in the park." + ], + "sigt104": [ + "Follow me!" + ], + "sigt105": [ + "Let's go!" + ], + "sigt106": [ + "This way!" + ], + "sigt107": [ + "Over here!" + ], + "sigt108": [ + "Rollin' baby!" + ], + "sigt109": [ + "Blow 'em a kiss of death." + ], + "sigt110": [ + "I love dead-heads!" + ], + "sigt111": [ + "Kiss your shiny butt goodbye!" + ], + "sigt112": [ + "Born to kill, baby!" + ], + "sigt113": [ + "Two to the chest, one to the head." + ], + "spot004": [ + "Come out and cheer for me", + "as I destroy the competition once again on the track.", + "This year's racing final will be to die for,", + "I guarantee more thrills and more spills.", + "This time I want blood! Bring the kids." + ], + "tess001": [ + "Hey, guys! This is Tess. Before Krew left, I saw him hide", + "something in the game machine here. Knowing Krew,", + "it's probably something valuable.", + "You might wanna come check it out." + ], + "tor001": [ + "The operation was a success.", + "All Underground members are safe.", + "Come back to the hideout, I have a new mission for you", + "while we wait for this alert to blow over." + ], + "tor002": [ + "That should take some heat off the streets.", + "Good work, I couldn't have done it better myself." + ], + "tor003": [ + "That's it, Jak, you're up! Try not to trigger any alarms,", + "the garrison guards will be tough.", + "Get to the prison cell block and find the prisoners.", + "Once there, we'll turn on the Warp Gate inside", + "to get you all back out. Good luck." + ], + "tor004": [ + "Okay, my old access codes should help Vin turn off", + "the magnetic seal for the Fortress door." + ], + "tor005": [ + "Jak, this is Torn, the city is under Metal Head attack!", + "There's a large force moving toward the city wall", + "from the ocean. We need people manning the tower gunpods", + "to stop that assault. Meet me at the seaside ocean wall", + "in the Port. Hurry, we need every man we can get!" + ], + "tor007": [ + "Jak, it's a guard roadblock, get out of there!" + ], + "tor008": [ + "They've set up a roadblock, they're onto you!" + ], + "torn024": [ + "More coming in!" + ], + "tswm001": [ + "You can do it, Daxter!" + ], + "tswm002": [ + "Keep going, Daxter." + ], + "tswm003": [ + "Go, go, go!" + ], + "tswm004": [ + "Wow! What an animal!" + ], + "tswm005": [ + "You got it!" + ], + "tswm006": [ + "Nice slam!" + ], + "tswm007": [ + "Ooh ho ho, baby!" + ], + "tswm008": [ + "Great shot, Daxter!" + ], + "tswm009": [ + "You're almost there!" + ], + "tswm010": [ + "You can win, baby!" + ], + "tswm011": [ + "My hero!" + ], + "tswm012": [ + "Look at him go!" + ], + "tswm013": [ + "You ARE Orange Lightning!" + ], + "tswm014": [ + "Just a few more!" + ], + "tswm015": [ + "Hit him again!" + ], + "tswm016": [ + "Yes!" + ], + "tswm017": [ + "That's my naughty ottsel!" + ], + "tswm018": [ + "Oh!" + ], + "tswm019": [ + "That wasn't good." + ], + "tswm020": [ + "Don't hit the red ones!" + ], + "tswm021": [ + "Ooh!" + ], + "tswm022": [ + "That took points away!" + ], + "tswm023": [ + "You did it!" + ], + "tswm024": [ + "Daxter, you won!" + ], + "tswm025": [ + "Yes! You're the man! I mean... the animal." + ], + "tswm026": [ + "You beat the game, Daxter!" + ], + "tswm027": [ + "Where'd you learn to pound like that?" + ], + "tswm028": [ + "That was amazing!" + ], + "tswm029": [ + "Pretty good for a little furball." + ], + "tswm030": [ + "Ooh... Not enough points!" + ], + "tswm031": [ + "No! You lost..." + ], + "tswm032": [ + "Awww... You lost again!" + ], + "tswm033": [ + "So close!" + ], + "tswm034": [ + "One more time." + ], + "tswm035": [ + "You can do it!" + ], + "tswm036": [ + "You have to try again!" + ], + "tswm037": [ + "You have to beat the game, Daxter." + ], + "tswm038": [ + "Try again!" + ], + "tswm039": [ + "Ah! That was a bad one!" + ], + "tswm040": [ + "Don't hit the bad ones, Daxter." + ], + "tswm041": [ + "You hit a bad Metal Head." + ], + "tswm042": [ + "Not again!" + ], + "tswm043": [ + "Oh no!" + ], + "tswm044": [ + "Daxter..! You need more points!" + ], + "tswm045": [ + "Keep going...!" + ], + "tswm046": [ + "Oh, Daxter... did you get your whiskers singed?" + ], + "tswm047": [ + "You're gonna score!" + ], + "tswm048": [ + "You're almost there...!" + ], + "tswm049": [ + "Just a few more!" + ], + "tswm050": [ + "We have a winner!" + ], + "tswm051": [ + "Oh! That was a bad one." + ], + "tswm052": [ + "Don't hit the bad ones, Daxter." + ], + "tswm053": [ + "Daxter, you hit a bad Metal Head!" + ], + "tswm054": [ + "Daxter, you won!!" + ], + "tswm055": [ + "You did it, fur boy!" + ], + "tswm056": [ + "Yes!! You beat the game!" + ], + "tswm057": [ + "I knew you could do it." + ], + "vin002": [ + "Okay, the B-Zone Power Grid is back online.", + "Have fun being killed in the Palace." + ], + "vin003": [ + "You destroyed the last of the Metal Head eggs!", + "That should give us a little more eco for the city.", + "Good work!" + ], + "vin004": [ + "You still haven't gotten all the Metal Head eggs!", + "Make sure you get 'em all, or I'm gonna have", + "a nervous breakdown!" + ], + "vin011": [ + "Thank goodness you blew up those wells.", + "I sure don't want any more Metal Heads coming around here.", + "Good work, boys! I owe ya one." + ], + "vin012": [ + "Good work, guys! The fewer Metal Head eggs", + "we allow to hatch, the fewer of those nasty monsters", + "we'll have to fight!" + ], + "vin013": [ + "Jak... Kor...", + "Construction... Site...", + "Ngh..." + ], + "vin014": [ + "Once again you guys have saved my butt!", + "Maybe now I'll get a raise. Or a long vacation.", + "God knows I could use one. Thanks for the help!" + ], + "vin015": [ + "The shield wall is down! I repeat - the shield wall is down!", + "Sabotage! Kor did it!", + "I knew Metal Heads would be the end of me!", + "OH NO! Metal Heads are at the door!!", + "They're breaking through!!", + "Too many of them!! Jak!!! AHHHH!!!" + ], + "ys001": [ + "Excellent work, boys! Come on back", + "to the Hideout, I have another task for you." + ], + "ys002": [ + "Nice shooting, my boy!", + "Good work, Jak!", + "We'll all sleep a little easier tonight." + ] + }, + "speakers": { + "agent": "Agent", + "ashelin": "Ashelin", + "baron": "Baron Praxis", + "brutter": "Brutter", + "citizen-female": "Citizen", + "citizen-male": "Citizen", + "computer": "Computer", + "darkjak": "Dark Jak", + "daxter": "Daxter", + "errol": "Erol", + "grim": "Grim", + "guard": "Krimzon Guard", + "guard-a": "Guard A", + "guard-b": "Guard B", + "jak": "Jak", + "jinx": "Jinx", + "keira": "Keira", + "keira-before-class-3": "Mechanic", + "kid": "Kid", + "kor": "Kor", + "krew": "Krew", + "metalkor": "Metal Kor", + "metalkor-before-consite": "Metal Head Leader", + "metalkor-intro": "???", + "mog": "Mog", + "onin": "Onin", + "oracle": "Oracle", + "pecker": "Pecker", + "precursor": "Precursor", + "samos": "Samos", + "sig": "Sig", + "tess": "Tess", + "torn": "Torn", + "vin": "Vin", + "youngsamos": "Young Samos", + "youngsamos-before-rescue": "Samos" + } +} diff --git a/game/assets/jak2/subtitle/subtitle_lines_pl-PL.json b/game/assets/jak2/subtitle/subtitle_lines_pl-PL.json index 7da5e0fb40..97b2a0de8d 100644 --- a/game/assets/jak2/subtitle/subtitle_lines_pl-PL.json +++ b/game/assets/jak2/subtitle/subtitle_lines_pl-PL.json @@ -7592,7 +7592,7 @@ "to get you all back out. Good luck." ], "tor004": [ - "Okay, my old access codes should help Vin turn off", + "Okaj, moje stare kody dostępu powinny pomóc Vin'owi wyłączyć", "the magnetic seal for the Fortress door." ], "tor005": [ diff --git a/game/assets/jak2/subtitle/subtitle_meta_ca-ES.json b/game/assets/jak2/subtitle/subtitle_meta_ca-ES.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_ca-ES.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/subtitle/subtitle_meta_cs-CZ.json b/game/assets/jak2/subtitle/subtitle_meta_cs-CZ.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_cs-CZ.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/subtitle/subtitle_meta_da-DK.json b/game/assets/jak2/subtitle/subtitle_meta_da-DK.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_da-DK.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/subtitle/subtitle_meta_gl-ES.json b/game/assets/jak2/subtitle/subtitle_meta_gl-ES.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_gl-ES.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/subtitle/subtitle_meta_hr-HR.json b/game/assets/jak2/subtitle/subtitle_meta_hr-HR.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_hr-HR.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/subtitle/subtitle_meta_hu-HU.json b/game/assets/jak2/subtitle/subtitle_meta_hu-HU.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_hu-HU.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/subtitle/subtitle_meta_is-IS.json b/game/assets/jak2/subtitle/subtitle_meta_is-IS.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_is-IS.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/subtitle/subtitle_meta_lt-LT.json b/game/assets/jak2/subtitle/subtitle_meta_lt-LT.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_lt-LT.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/subtitle/subtitle_meta_nl-NL.json b/game/assets/jak2/subtitle/subtitle_meta_nl-NL.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_nl-NL.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/subtitle/subtitle_meta_no-NO.json b/game/assets/jak2/subtitle/subtitle_meta_no-NO.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_no-NO.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/subtitle/subtitle_meta_pl-PL.json b/game/assets/jak2/subtitle/subtitle_meta_pl-PL.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_pl-PL.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/subtitle/subtitle_meta_pt-BR.json b/game/assets/jak2/subtitle/subtitle_meta_pt-BR.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_pt-BR.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/subtitle/subtitle_meta_pt-PT.json b/game/assets/jak2/subtitle/subtitle_meta_pt-PT.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_pt-PT.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/subtitle/subtitle_meta_sv-SE.json b/game/assets/jak2/subtitle/subtitle_meta_sv-SE.json new file mode 100644 index 0000000000..495996ba8e --- /dev/null +++ b/game/assets/jak2/subtitle/subtitle_meta_sv-SE.json @@ -0,0 +1,4 @@ +{ + "cutscenes": {}, + "other": {} +} diff --git a/game/assets/jak2/text/game_custom_text_gl-ES.json b/game/assets/jak2/text/game_custom_text_gl-ES.json new file mode 100644 index 0000000000..0c8fd58c0b --- /dev/null +++ b/game/assets/jak2/text/game_custom_text_gl-ES.json @@ -0,0 +1,252 @@ +{ + "1a3": "Please do not remove or insert any peripherals, turn off your system or shut down the game", + "1b5": "While this icon is on screen, do not remove or insert any peripherals, turn off your system or shut down the game", + "1100": "Not in a mission", + "1101": "Playing a bonus mission", + "1102": "Scatter Gun Training Course", + "1103": "Blaster Training Course", + "1104": "Vulcan Fury Training Course", + "1105": "Peace Maker Training Course", + "1106": "Onin Game", + "1107": "Metal Head Mash", + "1200": "Display Mode", + "1201": "Windowed", + "1202": "Fullscreen", + "1203": "Borderless", + "1204": "Automatic", + "1205": "Custom", + "1206": "4x3 (PS2)", + "1207": "16x9 (PS2)", + "1208": "Choose width and height ratio", + "1209": "Press to confirm and exit.", + "120a": "Press to confirm and exit.", + "120b": "Ratio must not be lower than 4x3!", + "120c": "Music Player", + "120d": "V-Sync", + "120e": "Text Language", + "120f": "OpenGOAL Secrets", + "1210": "Width", + "1211": "Height", + "1212": "??????????", + "1213": "Now playing...", + "1214": "No Track", + "1215": "Default", + "1216": "Morph Gun", + "1217": "JET-Board", + "1218": "Titan Suit", + "1219": "Dark Jak", + "121a": "Vehicle", + "121b": "Danger", + "121c": "None", + "121d": "Low", + "121e": "Medium", + "121f": "High", + "1220": "Haven Exploration", + "1221": "Guard Pursuit", + "1222": "Ram Head Battle (Alt)", + "1223": "Mar's Tomb", + "1224": "Onin Challenge", + "1225": "Metal Kor", + "1226": "Krew Battle", + "1227": "Baron Battle", + "1228": "Bouncing Boulders", + "1229": "Exploding Eco", + "122a": "Fortress Tank", + "122b": "Pumping Station", + "122c": "Protect Sig", + "122d": "Strip Mine", + "122e": "Haven Forest", + "122f": "Forest Dragons", + "1230": "The Fortress", + "1231": "Escape", + "1232": "Mountain Temple", + "1233": "Ram Head Battle", + "1234": "Praxis Palace", + "1235": "Weapons Factory", + "1236": "Arena Race", + "1237": "Dead Town", + "1238": "Window Size", + "1239": "Select Window Size", + "123a": "Game Resolution", + "123b": "Select Game Resolution", + "123c": "Level of Detail (Background)", + "123d": "Level of Detail (Foreground)", + "123f": "Show Speaker in Subtitle", + "1240": "Never", + "1241": "Off-Screen", + "1242": "Always", + "1243": "Game Territory", + "1244": "America (SCEA)", + "1245": "Europe (SCEE)", + "1246": "Japan (SCEI)", + "1247": "Korea (SCEK)", + "1248": "MSAA", + "1249": "~Dx", + "124a": "Controller LED Options", + "124b": "Show Player State", + "124c": "Show Amount of Health", + "124d": "Disable Auto-Save", + "124e": "Auto-Save Disabled", + "124f": "Are you sure you want to disable auto-save?", + "1250": "Turbo JET-Board in Haven City", + "1251": "Enemy Health Bars", + "1252": "Vehicle Health Bars", + "1253": "Vehicle Invulnerability", + "1254": "Statistics", + "1255": "Automatically Grab Collectables", + "1256": "Music Player", + "1257": "No Textures Mode", + "1258": "Fast Movies", + "1259": "Slow Movies", + "125a": "Fast Gameplay", + "125b": "Slow Gameplay", + "125c": "Instant Travel in Haven City", + "125d": "Precursor Orb Tracker", + "125e": "Real Time of Day", + "125f": "Pacified Haven City", + "1260": "JET-Board Trick Display", + "1261": "Bad Weather", + "1262": "Nice Weather", + "1263": "Vehicle Hijack Voice Lines", + "1264": "Locked", + "1265": "Hit all 3 valves and find Mar's Statue in \"~S\" in under ~D seconds", + "1266": "Reduce Haven City's population count by ~D", + "1267": "Reduce Haven City's vehicle count by ~D", + "1268": "Hunt every species of Metal Head", + "1269": "Use the JET-Board to break open containers", + "126a": "Transport the Rift Rider while leaving Samos and Young Samos unscathed", + "1280": "Camera Options", + "1281": "Left/Right (1st Person)", + "1282": "Up/Down (1st Person)", + "1283": "Left/Right (3rd Person)", + "1284": "Up/Down (3rd Person)", + "1285": "Reset to Default", + "1286": "Normal", + "1287": "Inverted", + "1288": "Particle Culling", + "1289": "Discord Rich-Presence", + "128a": "Default", + "128b": "Low", + "128c": "High", + "128d": "Credits", + "128e": "Frame Rate", + "128f": "Miscellaneous", + "1290": "Speedrunner Mode", + "1291": "Input Options", + "1292": "Restore Defaults", + "1293": "Controller Options", + "1294": "Select Controller", + "1295": "Analog Deadzone", + "1296": "Ignore When Window is Unfocused", + "1297": "Use LED for Health", + "1298": "Use LED for Other States", + "1299": "Enable Keyboard", + "129a": "Enable Mouse", + "129b": "Mouse Options", + "129c": "Track Camera", + "129d": "Horizontal Sensitivity", + "129e": "Vertical Sensitivity", + "129f": "Player Movement", + "12a0": "Object Shadows", + "12a1": "Normal", + "12a2": "Extended", + "12a3": "No valid resolutions found.", + "12a4": "Automatic", + "12a5": "Bestiary", + "12a6": "Other Statistics", + "12a7": "Total Killed", + "12a8": "Killed by Jak", + "12a9": "Killed by Dark Jak", + "12aa": "Killed by Daxter", + "12ab": "Killed by Others", + "12ac": "Blaster", + "12ad": "Scatter Gun", + "12ae": "Vulcan Fury", + "12af": "Peacemaker", + "12b0": "JET-Board", + "12b1": "JET-Board Trick", + "12b2": "Titan Suit Punch", + "12b3": "Titan Suit Body", + "12b4": "Gunpod", + "12b5": "Punch", + "12b6": "Flop", + "12b7": "Uppercut", + "12b8": "Spin", + "12b9": "Roll", + "12bf": "Dark Bomb", + "12c0": "Dark Blast", + "12c3": "Krimzon Guard", + "12c4": "Sig", + "12c5": "Ashelin", + "12c6": "Jinx", + "12c7": "Grim", + "12c8": "Mog", + "12c9": "Metal Heads", + "12ca": "Other Friends", + "12cb": "Other Enemies", + "1300": "Auto Hide Cursor", + "1301": "Reassign Binds", + "1302": "Controller Binds", + "1303": "Keyboard Binds", + "1304": "Mouse Binds", + "1305": "No Options", + "1306": "Waiting", + "1307": "Unset", + "1308": "Unknown", + "1309": "High-Resolution Sky", + "130a": "Fast Airlocks and Doors", + "130b": "Fast Elevators", + "130c": "Speedrun", + "130d": "Any%", + "130e": "Any% - Hoverless", + "130f": "All Missions", + "1310": "100%", + "1311": "Any% - All Orbs", + "1312": "Any% - Hero Mode", + "1313": "Local Time", + "1314": "Warning!", + "1315": "This setting is highly experimental. When not played at 60 frames per second, visual and gameplay issues may arise as a result.", + "1316": "Local Score", + "1320": "None", + "1321": "Spin", + "1322": "Boost", + "1323": "Flip", + "1324": "Rail Grind", + "1325": "Rail Jump", + "1326": "Nosegrab", + "1327": "Method", + "1328": "Board Spin", + "1329": "Board Flip", + "132a": "Noseflip", + "132b": "Kickflip", + "132c": "Jump", + "132d": "Duck Jump", + "132e": "Quick Jump", + "132f": "Dark Jak", + "1330": "Dark Bomb", + "1331": "Dark Blast", + "1332": "Dark Giant", + "1333": "PS2 Options", + "1334": "Actor Culling", + "1335": "Force Environment Mapping", + "1336": "Fast Progress Menu", + "1337": "PS2 LOD Distance", + "1338": "Off", + "1339": "Display", + "133a": " Suomi", + "133b": "Hint Subtitles", + "133c": "Português", + "133d": "Svenska ", + "133e": "Dansk", + "133f": "Norsk", + "1340": "Nederlands", + "1341": "Português (Brasil)", + "1342": "Magyar", + "1343": "Català", + "1344": "Íslenska ", + "1345": "Polski", + "1346": "Lietuvių Kalba", + "1347": "Čeština", + "1348": "Hrvatski", + "1349": "Galego" +}