From a2d6b4bb36ce701b63c89f885f39e3c52f8b6d4e Mon Sep 17 00:00:00 2001 From: AnonymousStrangerOW <169866456+AnonymousStrangerOW@users.noreply.github.com> Date: Mon, 10 Feb 2025 22:05:01 +0000 Subject: [PATCH 1/3] Add new mod: AnonymousStrangerOW.TheStrangerTheyAre --- mods.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mods.json b/mods.json index 9a74f66e82..a078138887 100644 --- a/mods.json +++ b/mods.json @@ -3368,6 +3368,16 @@ "localization" ], "authorDisplay": "Ixrec" + }, + { + "name": "The Stranger They Are", + "uniqueName": "AnonymousStrangerOW.TheStrangerTheyAre", + "repo": "AnonymousStrangerOW/TheStrangerTheyAre", + "tags": [ + "story", + "requires-dlc" + ], + "authorDisplay": "Anonymous" } ] } \ No newline at end of file From 6c8e95c616883f5bea6f78f7aceccf155756080d Mon Sep 17 00:00:00 2001 From: Will Corby Date: Mon, 10 Feb 2025 14:51:03 -0800 Subject: [PATCH 2/3] add tags to stranger they are --- mods.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mods.json b/mods.json index a078138887..780e9e3222 100644 --- a/mods.json +++ b/mods.json @@ -3374,10 +3374,12 @@ "uniqueName": "AnonymousStrangerOW.TheStrangerTheyAre", "repo": "AnonymousStrangerOW/TheStrangerTheyAre", "tags": [ + "gameplay", + "content", "story", "requires-dlc" ], "authorDisplay": "Anonymous" } ] -} \ No newline at end of file +} From d2312355f6ecb2e7a370fd45bb3d75082db5a48e Mon Sep 17 00:00:00 2001 From: Will Corby Date: Mon, 10 Feb 2025 14:57:15 -0800 Subject: [PATCH 3/3] Update mods.json