Skip to content

Commit

Permalink
fix: minor article fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
1092384 committed Dec 21, 2024
1 parent 6a4500b commit 4e2fcca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions app/(wiki)/buildings/articles/refinery.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The **Refinery** is a large structure added in the [v0.10.0](https://github.com/

# Location & Spawning

The Refinery attempts to spawn once per map, anywhere on the map.
The Refinery attempts to spawn once per map on the Normal Map, anywhere on the map.

# Areas

Expand All @@ -12,15 +12,18 @@ The Loading Areas are located in the corners of the Refinery. Both have two [Reg

## Storage Area

The Storage Area contains some AEGIS Crates, Regular Crates, and two [Large Refinery Barrels](/obstacles/large_refinery_barrel). - Each Large Refinery Barrel has 3500 health, but only one has to be broken to destroy the other due to the large explosion.
The Storage Area contains some AEGIS Crates, Regular Crates, and two [Large Refinery Barrels](/obstacles/large_refinery_barrel).
- Each Large Refinery Barrel has 3500 health, but only one has to be broken to destroy the other due to the large explosion.

## Refinery

The actual Refinery building contains some tanks and equipment for refining oil, as well as some [Regular Crates](/obstacles/regular_crate). Some of these, like the [Small Refinery Barrel](/obstacles/small_refinery_barrel), are explodable.

## Office

The Office, located towards the back of the Refinery, contains a wall mount and a [Table](/obstacles/table) with a [Chair](/obstacles/chair). - The wall mount spawns with a [MCX Spear](/weapons/guns/mcx_spear) normally but also has a 1/100 chance to spawn a [Stoner 63](/weapons/guns/stoner_63) instead. - You can hide under the Table to ambush players.
The Office, located towards the back of the Refinery, contains a wall mount and a [Table](/obstacles/table) with a [Chair](/obstacles/chair).
- The wall mount spawns with a [MCX Spear](/weapons/guns/mcx_spear) normally but also has a 1/100 chance to spawn a [Stoner 63](/weapons/guns/stoner_63) instead.
- You can hide under the Table to ambush players.

# Tips

Expand Down
2 changes: 1 addition & 1 deletion app/(wiki)/loot/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function LootPage() {
<div key={`${name}_${mode}`} id={`${name}_${mode}`}>
<LootTable
title={name}
notice={Array.isArray(tables) ? "" : `This table drops ${tables.min}-${tables.max} items.`}
notice={Array.isArray(tables) ? "" : `This table drops ${tables.min === tables.max ? tables.min : `${tables.min}-${tables.max}`}${tables.noDuplicates ? " distinct" : ""} item${tables.max === 1 ? "" : "s"}.`}
content={tables}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/(wiki)/obstacles/articles/gifts.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Four (or rarely six) Gifts spawn symmetrically around the [Christmas Tree](/obst

All Gifts have a chance to contain a skin and most Gifts are guaranteed to contain a weapon.

The color of the Gift determines what loot table the gift will use:
The color of the Gift determines what loot table the gift will use. Click on the Gift's name to see a full loot table.

- [Red Gifts](/loot#red_gift_normal) always drop a shotgun.

Expand Down
2 changes: 1 addition & 1 deletion app/(wiki)/obstacles/articles/gun_mounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- A Gun Mount always containing a [M590M](/weapons/guns/m590m) spawns in the second floor of the [Lodge](/buildings/lodge) in the secret room behind the [Fireplace](/obstacle/fireplace).

- A Gun Mount always spawns in the vault of the [Plumpkin Bunker](/buildings/plumpkin_bunker_meta). The vault can be accessed by completing the second puzzle in the bunker. It has a 10 in 13 chance of containing a Mini-14, 2 in 13 chance of containing a M590M, and 1 in 13 chance to contain a pair of [RSH-12][weapons/rsh12]s.
- A Gun Mount always spawns in the vault of the [Plumpkin Bunker](/buildings/plumpkin_bunker_meta). The vault can be accessed by completing the second puzzle in the bunker. It has a 10 in 13 chance of containing a Mini-14, 2 in 13 chance of containing a M590M, and 1 in 13 chance to contain a pair of [RSH-12](weapons/guns/rsh12)s.

# Loot & More

Expand Down

0 comments on commit 4e2fcca

Please sign in to comment.