From a7b618deb5069d3a5d46174c3aae47f9a9b1fc0f Mon Sep 17 00:00:00 2001 From: DukePaulAtreid3s <146854355+DukePaulAtreid3s@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:39:22 -0400 Subject: [PATCH 1/4] Animals, a cartoon, and some statue shenanigans --- data/json/snippets/snippets.json | 38 ++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/data/json/snippets/snippets.json b/data/json/snippets/snippets.json index f5a5e3ffd16e7..62cf898c8569a 100644 --- a/data/json/snippets/snippets.json +++ b/data/json/snippets/snippets.json @@ -235,7 +235,11 @@ "Some very interesting travel photos.", "Pictures of a concert of popular band.", "Photos of someone's luxurious house.", - "You feel nostalgic as you stare at the photo." + "You feel nostalgic as you stare at the photo.", + "You exhale through your nostrils at a niche meme.", + "Some wild photos from a wedding reception.", + "A tasteful drawing of an anthropomorphic .", + "A less-than-tasteful drawing of an anthropomorphic ." ] }, { @@ -389,7 +393,7 @@ { "type": "snippet", "category": "", - "text": [ "provided for our city in a time of need", "founded our great city" ] + "text": [ "provided for our city in a time of need", "founded our great city", "was a pillar of our community", "poured their heart and soul into this city" ] }, { "type": "snippet", @@ -476,7 +480,8 @@ "id": "cartoon_blanket_7", "text": "a small robot, known only as T6-Zed49, who tackles tough political issues while exploring civilizations across the universe" }, - { "id": "cartoon_blanket_8", "text": "a cartoon version of Mr. Smile and Laugh, a children's entertainer" } + { "id": "cartoon_blanket_8", "text": "a cartoon version of Mr. Smile and Laugh, a children's entertainer" }, + { "id": "cartoon_blanket_9", "text": "the Feline Five, a group of cats who perform various municipal services" } ] }, { @@ -757,5 +762,30 @@ { "id": "random_color_silver", "text": { "ctxt": "", "str": "silver" } }, { "id": "random_color_white", "text": { "ctxt": "", "str": "white" } } ] - } + }, + { + "type": "snippet". + "category": "", + "//": "For use in anywhere you want a depiction of a random animal to appear. Feel free to add more.", + "text": [ + { "id": "random_animal_wolf", "text": { "ctxt": "", "str": "wolf" } }, + { "id": "random_animal_horse", "text": { "ctxt": "", "str": "horse" } }, + { "id": "random_animal_cat", "text": { "ctxt": "", "str": "cat" } }, + { "id": "random_animal_dog", "text": { "ctxt": "", "str": "dog" } }, + { "id": "random_animal_unicorn", "text": { "ctxt": "", "str": "unicorn" } }, + { "id": "random_animal_fox", "text": { "ctxt": "", "str": "fox" } }, + { "id": "random_animal_boar", "text": { "ctxt": "", "str": "boar" } }, + { "id": "random_animal_cow", "text": { "ctxt": "", "str": "cow" } }, + { "id": "random_animal_bull", "text": { "ctxt": "", "str": "bull" } }, + { "id": "random_animal_eagle", "text": { "ctxt": "", "str": "eagle" } }, + { "id": "random_animal_bird", "text": { "ctxt": "", "str": "bird" } }, + { "id": "random_animal_spider", "text": { "ctxt": "", "str": "spider" } }, + { "id": "random_animal_frog", "text": { "ctxt": "", "str": "frog" } }, + { "id": "random_animal_insect", "text": { "ctxt": "", "str": "insect" } }, + { "id": "random_animal_raven", "text": { "ctxt": "", "str": "raven" } }, + { "id": "random_animal_whale", "text": { "ctxt": "", "str": "whale" } }, + { "id": "random_animal_fish", "text": { "ctxt": "", "str": "fish" } }, + { "id": "random_animal_lion", "text": { "ctxt": "", "str": "lion" } }, + { "id": "random_animal_bear", "text": { "ctxt": "", "str": "bear" } }, + { "id": "random_animal_armadillo", "text": { "ctxt": "", "str": "armadillo" } } ] From a66a623bc19546a74dc024b1e6e691c6b6be77e1 Mon Sep 17 00:00:00 2001 From: DukePaulAtreid3s <146854355+DukePaulAtreid3s@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:45:47 -0400 Subject: [PATCH 2/4] Pluralize it. --- data/json/snippets/snippets.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/json/snippets/snippets.json b/data/json/snippets/snippets.json index 62cf898c8569a..5daa9198230ac 100644 --- a/data/json/snippets/snippets.json +++ b/data/json/snippets/snippets.json @@ -237,9 +237,9 @@ "Photos of someone's luxurious house.", "You feel nostalgic as you stare at the photo.", "You exhale through your nostrils at a niche meme.", - "Some wild photos from a wedding reception.", - "A tasteful drawing of an anthropomorphic .", - "A less-than-tasteful drawing of an anthropomorphic ." + "Some hilarious photos of drunken tomfoolery.", + "Some tasteful drawings of an anthropomorphic .", + "Some less-than-tasteful drawings of an anthropomorphic ." ] }, { @@ -764,7 +764,7 @@ ] }, { - "type": "snippet". + "type": "snippet", "category": "", "//": "For use in anywhere you want a depiction of a random animal to appear. Feel free to add more.", "text": [ From 8de013d8a04456700d36e4ef345aadd07594db3f Mon Sep 17 00:00:00 2001 From: DukePaulAtreid3s <146854355+DukePaulAtreid3s@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:59:17 -0400 Subject: [PATCH 3/4] fixed error --- data/json/snippets/snippets.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/json/snippets/snippets.json b/data/json/snippets/snippets.json index 5daa9198230ac..2573d759ad909 100644 --- a/data/json/snippets/snippets.json +++ b/data/json/snippets/snippets.json @@ -788,4 +788,6 @@ { "id": "random_animal_lion", "text": { "ctxt": "", "str": "lion" } }, { "id": "random_animal_bear", "text": { "ctxt": "", "str": "bear" } }, { "id": "random_animal_armadillo", "text": { "ctxt": "", "str": "armadillo" } } + ] + } ] From 34aca7a273e53cae2eb17305cafd4d35ec7c9e03 Mon Sep 17 00:00:00 2001 From: DukePaulAtreid3s <146854355+DukePaulAtreid3s@users.noreply.github.com> Date: Sun, 8 Sep 2024 12:50:50 -0400 Subject: [PATCH 4/4] Update snippets.json --- data/json/snippets/snippets.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/snippets/snippets.json b/data/json/snippets/snippets.json index 2573d759ad909..c04da915b2ccd 100644 --- a/data/json/snippets/snippets.json +++ b/data/json/snippets/snippets.json @@ -233,13 +233,13 @@ "Excellent pictures of nature.", "Food photos… your stomach rumbles!", "Some very interesting travel photos.", - "Pictures of a concert of popular band.", + "Pictures from a popular band's concert.", "Photos of someone's luxurious house.", "You feel nostalgic as you stare at the photo.", "You exhale through your nostrils at a niche meme.", "Some hilarious photos of drunken tomfoolery.", - "Some tasteful drawings of an anthropomorphic .", - "Some less-than-tasteful drawings of an anthropomorphic ." + "Some tasteful drawings of an anthropomorphic .", + "Some less-than-tasteful drawings of an anthropomorphic ." ] }, {