From ff2a73362d4bec22d0c467b3f7c0bc21cd96d5bf Mon Sep 17 00:00:00 2001 From: sup39 Date: Tue, 22 Nov 2022 21:23:50 +0900 Subject: [PATCH] add AMQ as preset; add description of Impa and All 13 memories --- src/events.ts | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/src/events.ts b/src/events.ts index ad5101b..b1ee76c 100644 --- a/src/events.ts +++ b/src/events.ts @@ -7,6 +7,8 @@ export const events = [ 'Head For The Point On Your SS', 'First Divine Beast Introduction', 'All Divine Beasts Completion', + 'Impa', + 'All 13 Memories', 'Lomei Labyrinth Island Introduction', 'South Lomei Labyrinth Introduction', 'North Lomei Labyrinth Introduction', @@ -19,8 +21,6 @@ export const events = [ '(EX) Medoh Re-Entry Introduction', '(EX) Ruta Re-Entry Introduction', '(EX) Rudania Re-Entry Introduction', - 'Impa', - 'All 13 Memories', "Ta'loh Naeg", 'Thundra Plateau Completion', '(EX) Introduction', @@ -49,21 +49,27 @@ export const i18nEventNames: I18N = { // 0:10 'Sheikah Slate Get': 'Sheikah Slate Get: "That is a Sheikah Slate."', // 0:27 - 'Out Of SoR': 'Out of SoR: "Hold the Sheikah Slate up to the pedstal.""', + 'Out Of SoR': 'Out of SoR (without clipping): "Hold the Sheikah Slate up to the pedstal.""', // 12:05 'Head For The Point On Your SS': '"Head for the point marked on the map in your Sheikah Slate."', // 1:06 - 'First Divine Beast Introduction': 'First Divine Beast Introduction: "That Divine Beast was taken over by Ganon 100 years ago"', + 'First Divine Beast Introduction': 'First Divine Beast Introduction (without meeting Impa): "That Divine Beast was taken over by Ganon 100 years ago"', // 1:46 'All Divine Beasts Completion': 'All Divine Beasts Completion: "Thanks to you, all of the Divine Beasts have returned to us and the spirits of the Champions are free."', + // 12:17 + 'Impa': 'Impa: "...So you\'re finally awake."', + // 12:57 + 'All 13 Memories': 'All 13 Memories: "You have recovered all of your memories of us from 100 years ago..."', }, 'ja-JP': { ...eventNameDefault, 'Sheikah Slate Get': 'シーカーストーン入手「それはシーカーストーン…」', - 'Out Of SoR': '回生の祠を出る直前「シーカーストーンをかざすのです…」', + 'Out Of SoR': '壁抜けせずに回生の祠を出る時「シーカーストーンをかざすのです…」', 'Head For The Point On Your SS': '「シーカーストーンのマップに示された場所へ向かうのです…」', - 'First Divine Beast Introduction': '最初の神獣イントロ「あれが今から100年前ガノンに奪われてしまった神獣です…」', + 'First Divine Beast Introduction': 'インパに会わずにルッタ以外の神獣エリアに行った時「あれが今から100年前ガノンに奪われてしまった神獣です…」', 'All Divine Beasts Completion': '四神獣クリア直後「ありがとう…貴方のおかげで全ての神獣と英傑達の魂が解放されました」', + 'Impa': 'インパ「…やっと目覚めおったか」', + 'All 13 Memories': '全ての記憶(13個)を取り戻した時「今 貴方は100年前の私との想い出を…そのすべてを取り戻してくれました…」', }, }; @@ -80,6 +86,11 @@ export const presets: {[name: string]: Preset} = Object.fromEntries([ 'First Divine Beast Introduction', 'All Divine Beasts Completion', ]], + ['All Main Quest', [ + 'Sheikah Slate Get', + 'Head For The Point On Your SS', + 'All Divine Beasts Completion', + ]], ['Dog%', [ 'Sheikah Slate Get', 'Head For The Point On Your SS',