Skip to content

Commit

Permalink
(Classics) Add thalassophobia poem data, tale of herr fisher poem fix…
Browse files Browse the repository at this point in the history
…es and compress poem files
  • Loading branch information
Zekiah-A committed Mar 26, 2024
1 parent cadcc26 commit 6cbd978
Show file tree
Hide file tree
Showing 82 changed files with 88 additions and 17,085 deletions.
105 changes: 1 addition & 104 deletions Other/a-joke.json
Original file line number Diff line number Diff line change
@@ -1,104 +1 @@
{
"summary": "",
"tags": "",
"cWarning": false,
"cWarningAdditions": "",
"poemName": "A joke",
"poemAuthor": "Zekiah",
"poemContent": {
"type": "fragment",
"styles": [],
"children": [
{
"type": "text",
"content": "\"It's just a fun game\" "
},
{
"type": "newline",
"count": 1
},
{
"type": "text",
"content": "Who was I kidding, it was the MOST fun game. "
},
{
"type": "newline",
"count": 2
},
{
"type": "text",
"content": "She was in medbay- hospital, as my normie-crewmates told me (those noobs didn't even know the right terminology, nothing close to an expert like myself). "
},
{
"type": "newline",
"count": 2
},
{
"type": "text",
"content": "... "
},
{
"type": "newline",
"count": 2
},
{
"type": "text",
"content": "They kept saying that I should \"get out of the surgery imediately\", and that it was an \"operation\", but the only operation I saw was catching that imposter, and those knives they were holding - I have no clue what they were doing with them, but it was making them look reeeeeal sussy. "
},
{
"type": "newline",
"count": 2
},
{
"type": "text",
"content": "... "
},
{
"type": "newline",
"count": 2
},
{
"type": "text",
"content": "Before I could confront them, some alarms went off - time for another task! She was clearly cheating with that clear tube coming from her mouth, anyway, the ship has O2, we don't need those spacesuits. So I started to connect up some wires at the back, checked the screen, \"Oxygen level low\" it read, so I started to re-arrange them faster. I was pretty proud of myself, as by now I had almost completed my task, but before I could finish, a gang of imposters in blue pulled me back! "
},
{
"type": "newline",
"count": 2
},
{
"type": "text",
"content": "... "
},
{
"type": "newline",
"count": 2
},
{
"type": "text",
"content": "I broke free, and by now I had begun jumping around the bed in exhiliration, my arm twitching as my finger flicked outwards to point at blue as I screamed \"IMPOSTER, IMPOSTER SUS! EJECT HIM!\""
},
{
"type": "newline",
"count": 2
},
{
"type": "text",
"content": "... "
},
{
"type": "newline",
"count": 2
},
{
"type": "text",
"content": "From the corner of the room, I heard a long beeping sound, at first I thought it was just another ringing sound to join the voices that already resided within my head, but in my opinion, it was probably just the new soundtrack for the latest update! Hopefully I'm imposter next match!"
},
{
"type": "newline",
"count": 1
}
]
},
"pageStyle": "centre",
"pageBackground": ""
}
{"summary":"","tags":"","cWarning":false,"cWarningAdditions":"","poemName":"A joke","poemAuthor":"Zekiah","poemContent":{"type":"fragment","styles":[],"children":[{"type":"text","content":"\"It's just a fun game\" "},{"type":"newline","count":1},{"type":"text","content":"Who was I kidding, it was the MOST fun game. "},{"type":"newline","count":2},{"type":"text","content":"She was in medbay- hospital, as my normie-crewmates told me (those noobs didn't even know the right terminology, nothing close to an expert like myself). "},{"type":"newline","count":2},{"type":"text","content":"... "},{"type":"newline","count":2},{"type":"text","content":"They kept saying that I should \"get out of the surgery imediately\", and that it was an \"operation\", but the only operation I saw was catching that imposter, and those knives they were holding - I have no clue what they were doing with them, but it was making them look reeeeeal sussy. "},{"type":"newline","count":2},{"type":"text","content":"... "},{"type":"newline","count":2},{"type":"text","content":"Before I could confront them, some alarms went off - time for another task! She was clearly cheating with that clear tube coming from her mouth, anyway, the ship has O2, we don't need those spacesuits. So I started to connect up some wires at the back, checked the screen, \"Oxygen level low\" it read, so I started to re-arrange them faster. I was pretty proud of myself, as by now I had almost completed my task, but before I could finish, a gang of imposters in blue pulled me back! "},{"type":"newline","count":2},{"type":"text","content":"... "},{"type":"newline","count":2},{"type":"text","content":"I broke free, and by now I had begun jumping around the bed in exhiliration, my arm twitching as my finger flicked outwards to point at blue as I screamed \"IMPOSTER, IMPOSTER SUS! EJECT HIM!\" "},{"type":"newline","count":2},{"type":"text","content":"... "},{"type":"newline","count":2},{"type":"text","content":"From the corner of the room, I heard a long beeping sound, at first I thought it was just another ringing sound to join the voices that already resided within my head, but in my opinion, it was probably just the new soundtrack for the latest update! Hopefully I'm imposter next match!"},{"type":"newline","count":1}]},"pageStyle":"centre","pageBackground":""}
4 changes: 2 additions & 2 deletions Other/format-converter2.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ for (let poemPath of poemPaths) {
`{"type":"newline","count":4}`)
poemData.poemContent = JSON.parse(contentString)

console.log("🟨 Poem", file.name, "already converted, now prettified and optimised")
fs.writeFileSync(path.join(poemPath, file.name), JSON.stringify(poemData, null, 4))
console.log("🟨 Poem", file.name, "already converted, now compressed and optimised")
fs.writeFileSync(path.join(poemPath, file.name), JSON.stringify(poemData))
continue
}
poemData.poemContent = convertPoemContent(poemData.poemContent)
Expand Down
Loading

0 comments on commit 6cbd978

Please sign in to comment.