From c17e5c15726305c5593de666799a29e1f6e2cfc4 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 30 Nov 2024 13:34:53 -0800 Subject: [PATCH 1/4] add English quotes --- frontend/static/quotes/english.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 899a4b13ca3d..078dc3154dce 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38481,6 +38481,30 @@ "source": "Caduceus Clay - Critical Role (Campaign 2, Episode 110)", "length": 603, "id": 7614 - } + }, + { + "text": "I've been having these weird thoughts lately - like is any of this for real, or not?", + "source": "Kingdom Hearts", + "length": 84, + "id": 7615 + }, + { + "text": "A scattered dream that's like a far-off memory. A far-off memory that's like a scattered dream. I want to line the pieces up - yours and mine.", + "source": "Kingdom Hearts II", + "length": 142, + "id": 7616 + }, + { + "text": "That dream again... I've been having the same dream over and over again for as long as I can remember. An unfamiliar world filled with unfamiliar faces and unfamiliar good-byes... As if I'm experiencing a life that belonged to someone else. This island surrounded by smaller desolate isles, a vast ocean, and a never-ending sky—this is my entire world. But maybe there's something beyond these waters. Maybe there are worlds like the ones I dream of. If I could get to the outside world, would I be able to meet my friends from my dreams? I can't get the thought out of my head as I lie on the sand like a starfish day after day, feeling like I'm falling through the sky.", + "source": "Kingdom Hearts Dark Road", + "length": 671, + "id": 7617 + }, + { + "text": "Those who are weak, and who desire greater power, simply strip the strong of their power, and convince themselves they've earned it. That's how people become tainted by darkness. They believe what they want to believe, using hollow reasons as justification. They repeat this cycle, and their darkness grows.", + "source": "Kingdom Hearts III", + "length": 307, + "id": 7618 + }, ] } From 6fd91013baa48d617772cbba17c43b7a213ef7fd Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 30 Nov 2024 14:42:47 -0800 Subject: [PATCH 2/4] Fix trailing comma --- frontend/static/quotes/english.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 078dc3154dce..662d22286a67 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38505,6 +38505,6 @@ "source": "Kingdom Hearts III", "length": 307, "id": 7618 - }, + } ] } From 54d4dce465b1557b8d26a74d6072de76c0b97ae2 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 9 Dec 2024 14:08:01 -0800 Subject: [PATCH 3/4] Fix spacing --- frontend/static/quotes/english.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index ea19d0b60b24..6869f6b951a3 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38525,7 +38525,7 @@ "id": 7621 }, { - "text": "That dream again... I've been having the same dream over and over again for as long as I can remember. An unfamiliar world filled with unfamiliar faces and unfamiliar good-byes... As if I'm experiencing a life that belonged to someone else. This island surrounded by smaller desolate isles, a vast ocean, and a never-ending sky—this is my entire world. But maybe there's something beyond these waters. Maybe there are worlds like the ones I dream of. If I could get to the outside world, would I be able to meet my friends from my dreams? I can't get the thought out of my head as I lie on the sand like a starfish day after day, feeling like I'm falling through the sky.", + "text": "That dream again... I've been having the same dream over and over again for as long as I can remember. An unfamiliar world filled with unfamiliar faces and unfamiliar good-byes... As if I'm experiencing a life that belonged to someone else. This island surrounded by smaller desolate isles, a vast ocean, and a never-ending sky — this is my entire world. But maybe there's something beyond these waters. Maybe there are worlds like the ones I dream of. If I could get to the outside world, would I be able to meet my friends from my dreams? I can't get the thought out of my head as I lie on the sand like a starfish day after day, feeling like I'm falling through the sky.", "source": "Kingdom Hearts Dark Road", "length": 671, "id": 7622 From 0ef9784d8a54ecfb7b71226cf93b8a40b30250d3 Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 11 Dec 2024 14:06:22 -0800 Subject: [PATCH 4/4] Fix character count after spacing --- frontend/static/quotes/english.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 6869f6b951a3..18794d85fab7 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38527,7 +38527,7 @@ { "text": "That dream again... I've been having the same dream over and over again for as long as I can remember. An unfamiliar world filled with unfamiliar faces and unfamiliar good-byes... As if I'm experiencing a life that belonged to someone else. This island surrounded by smaller desolate isles, a vast ocean, and a never-ending sky — this is my entire world. But maybe there's something beyond these waters. Maybe there are worlds like the ones I dream of. If I could get to the outside world, would I be able to meet my friends from my dreams? I can't get the thought out of my head as I lie on the sand like a starfish day after day, feeling like I'm falling through the sky.", "source": "Kingdom Hearts Dark Road", - "length": 671, + "length": 673, "id": 7622 }, {