From 62d0298b98320d376c37f75d78b4372c6e0495fb Mon Sep 17 00:00:00 2001 From: 1092384 <66282302+1092384@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:35:33 +0800 Subject: [PATCH] feat: combined pumpkin + large pumpkin article and jack O' lantern article --- app/(wiki)/obstacles/[item]/page.tsx | 5 ++++ .../obstacles/articles/jack_o_lantern.md | 22 ++++++++++++++ app/(wiki)/obstacles/articles/pumpkin.md | 27 ----------------- app/(wiki)/obstacles/articles/pumpkins.md | 30 +++++++++++++++++++ 4 files changed, 57 insertions(+), 27 deletions(-) create mode 100644 app/(wiki)/obstacles/articles/jack_o_lantern.md delete mode 100644 app/(wiki)/obstacles/articles/pumpkin.md create mode 100644 app/(wiki)/obstacles/articles/pumpkins.md diff --git a/app/(wiki)/obstacles/[item]/page.tsx b/app/(wiki)/obstacles/[item]/page.tsx index bdf578f4..c39c1873 100644 --- a/app/(wiki)/obstacles/[item]/page.tsx +++ b/app/(wiki)/obstacles/[item]/page.tsx @@ -90,6 +90,11 @@ const toExport = GenericArticlePage({ title: "Gifts", items: ["red_gift", "green_gift", "blue_gift", "black_gift", "purple_gift"], fileName: "gifts" + }, + { + title: "Pumpkins", + items: ["pumpkin", "large_pumpkin"], + fileName: "pumpkins" } ] }); diff --git a/app/(wiki)/obstacles/articles/jack_o_lantern.md b/app/(wiki)/obstacles/articles/jack_o_lantern.md new file mode 100644 index 00000000..ca6226db --- /dev/null +++ b/app/(wiki)/obstacles/articles/jack_o_lantern.md @@ -0,0 +1,22 @@ +The **Jack O' Lantern** is an [Obstacle](/obstacles) that was added to the game in the [v0.21.0](https://github.com/HasangerGames/suroi/releases/tag/v0.21.0) "Plumpkin Panic" update on November 1st, 2024. + +# Location & Spawning + +75 Jack O' Lanterns spawn around the Halloween Map in random locations. They can also be found in fixed positions near the entrances of several buildings such as the [Red House](/buildings/red_houses). + +# Loot & More + +Jack O' Lanterns have a 40% chance to drop a [Costumed](/perks/costumed) perk as well as the loot table for the [Large Pumpkin](/obstacles/large_pumpkin). + +# Tips + +- If you are stuck with a negative halloween perk, you can break a Jack O' Lantern as it has a good chance to drop a Costumed perk which overrides your current halloween perk. +- Jack O' Lanterns are even more effective than Large Pumpkins at being a piece of cover as they have a high amount of health. + +# Trivia + +- The Jack O' Lantern was the only obstacle added in the v0.21.0 update + +# History +- [v0.21.0](https://github.com/HasangerGames/suroi/releases/tag/v0.21.0) + - Added diff --git a/app/(wiki)/obstacles/articles/pumpkin.md b/app/(wiki)/obstacles/articles/pumpkin.md deleted file mode 100644 index 026d6b96..00000000 --- a/app/(wiki)/obstacles/articles/pumpkin.md +++ /dev/null @@ -1,27 +0,0 @@ -The **Pumpkin** is an [Obstacle](/obstacles) that only spawns on the Harvest and Halloween Maps. It was added to the game in the [v0.12.0](https://github.com/HasangerGames/suroi/releases/tag/v0.12.0) "Trick-or-Tweak" update on October 29th, 2023. It is a very common obstacle on both the Harvest and Halloween Maps. - -# Location & Spawning - -200 Pumpkins spawn around the Harvest and Halloween Maps in random locations. - -# Loot & More - -The Pumpkin drops common loot similar to crates such as ammo and guns. - -# Tips - -- The small size and relatively low health of the Pumpkin make it a poor choice for cover. - -# Trivia - -- During the Halloween 2023 event, the Pumpkin had a 95% chance to drop a [G17 (scoped)](/weapons/guns/g17_scoped) and a 5% chance to drop a [USAS-12](/weapons/guns/usas12). - -# History -- [v0.21.0](https://github.com/HasangerGames/suroi/releases/tag/v0.21.0) - - Added to 2024 Halloween event map -- [v0.20.0](https://github.com/HasangerGames/suroi/releases/tag/v0.20.0) - - Rebalanced the Pumpkin loot table and added it to the Harvest Map -- [v0.12.1](https://github.com/HasangerGames/suroi/releases/tag/v0.12.1) - - No longer available due to the 2023 Halloween event map being phased out -- [v0.12.0](https://github.com/HasangerGames/suroi/releases/tag/v0.12.0) - - Added diff --git a/app/(wiki)/obstacles/articles/pumpkins.md b/app/(wiki)/obstacles/articles/pumpkins.md new file mode 100644 index 00000000..b2d6ad2e --- /dev/null +++ b/app/(wiki)/obstacles/articles/pumpkins.md @@ -0,0 +1,30 @@ +**Pumpkins** are a type of [Obstacle](/obstacles) that come in two sizes and only spawn on the Harvest and Halloween Maps. The Normal Pumpkin was added to the game in the [v0.12.0](https://github.com/HasangerGames/suroi/releases/tag/v0.12.0) "Trick-or-Tweak" update on October 29th, 2023 and the Large Pumpkins were added to the game in the [v0.20.0](https://github.com/HasangerGames/suroi/releases/tag/v0.20.0) "Open Season" update on October 27th, 2024. Normal Pumpkins are a very common obstacle on both the Harvest and Halloween Maps while Large Pumpkins are rarer. + +# Location & Spawning + +200 Normal Pumpkins spawn around the Harvest and Halloween Maps in random locations. + +Five Large Pumpkins spawn around the same maps as the Normal Pumpkin. However, a huge amount of Large Pumpkins spawn near the entrance of the [Plumpkin Bunker](/buildings/plumpkin_bunker_meta). + +# Loot & More + +Pumpkins drop common loot similar to crates such as ammo and guns. The Large Pumpkin drops 2-3 loot instances while the Normal Pumpkin drops one. + +# Tips + +- The small size and relatively low health of the Normal Pumpkin make it a poor choice for cover. However, the Large Pumpkin is more effective because of its higher health and larger hitbox compared to the Normal Pumpkin. + +# Trivia + +- During the Halloween 2023 event, the Normal Pumpkin had a 95% chance to drop a [G17 (scoped)](/weapons/guns/g17_scoped) and a 5% chance to drop a [USAS-12](/weapons/guns/usas12). + +# History +- [v0.21.0](https://github.com/HasangerGames/suroi/releases/tag/v0.21.0) + - Added to 2024 Halloween event map +- [v0.20.0](https://github.com/HasangerGames/suroi/releases/tag/v0.20.0) + - Rebalanced the Pumpkin loot table and added it to the Harvest Map + - Added Large Pumpkins +- [v0.12.1](https://github.com/HasangerGames/suroi/releases/tag/v0.12.1) + - No longer available due to the 2023 Halloween event map being phased out +- [v0.12.0](https://github.com/HasangerGames/suroi/releases/tag/v0.12.0) + - Added