Skip to content

Commit

Permalink
feat: combined pumpkin + large pumpkin article and jack O' lantern ar…
Browse files Browse the repository at this point in the history
…ticle
  • Loading branch information
1092384 committed Dec 24, 2024
1 parent 394bb86 commit 62d0298
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 27 deletions.
5 changes: 5 additions & 0 deletions app/(wiki)/obstacles/[item]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
});
Expand Down
22 changes: 22 additions & 0 deletions app/(wiki)/obstacles/articles/jack_o_lantern.md
Original file line number Diff line number Diff line change
@@ -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
27 changes: 0 additions & 27 deletions app/(wiki)/obstacles/articles/pumpkin.md

This file was deleted.

30 changes: 30 additions & 0 deletions app/(wiki)/obstacles/articles/pumpkins.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 62d0298

Please sign in to comment.