Ammo Crate: Difference between revisions
Appearance
Created page with "{{Infobox Furniture | title = Ammo Crate | image = AmmoCrate.png | link = Ammo Crate | type = Ammo Resupply | family = Map Furniture (Interactive) | brand = Division Logistics | product = Ammunition Refill | slogan = “Bullets don’t grow on trees. They grow in boxes.” | distance = 16 units | prompt = Press [E] to refill {weapon} ammo for {cost} | interaction = Instant | cooldown = None..." |
No edit summary |
||
| Line 36: | Line 36: | ||
== Mechanics == | == Mechanics == | ||
* | * '''Interact range:''' 16 units. | ||
* | * '''Prompt:''' ''Press [E] to refill {weapon} ammo for {cost}''. | ||
* | * '''Interaction:''' Instant. | ||
* | * '''Effect:''' Sets the weapon’s current magazine to full, and restores reserve ammo to maximum. | ||
* | * '''Limit:''' Disabled if the weapon is already full. | ||
* | * '''Audio:''' Plays '''sndBuy''' on purchase. | ||
=== Cost === | === Cost === | ||
* | * '''Formula:''' | ||
`<code>cost = mag_cap * mags * dmg</code>` | `<code>cost = mag_cap * mags * dmg</code>` | ||
* | * '''Rounding:''' | ||
`<code>cost = round(cost / 50) * 50</code>` → always a multiple of 50. | `<code>cost = round(cost / 50) * 50</code>` → always a multiple of 50. | ||
* | * '''Scaling:''' | ||
Weapons with high damage-per-shot or very large magazines can cost several thousand points to refill. | Weapons with high damage-per-shot or very large magazines can cost several thousand points to refill. | ||
== Strategy == | == Strategy == | ||
* | * '''Emergency resupply:''' Best used mid-round when ammo is depleted and switching weapons isn’t viable. | ||
* | * '''Expensive guns:''' Ray-class weapons or heavy LMGs have extreme refill costs — sometimes less efficient than swapping guns from the Mystery Box. | ||
* | * '''Synergy:''' Works well with the Beastinator — upgrade refills ammo for free, so weigh whether to upgrade instead of paying the crate. | ||
* | * '''Efficiency tip:''' Use your cheaper guns for crowd control and save expensive ammo refills for bosses. | ||
== Trivia == | == Trivia == | ||
* The crate’s sprite was used as the base for the [[Mystery Box]] | * The crate’s sprite was used as the base for the [[Mystery Box]] | ||
Latest revision as of 09:12, 16 September 2025
- Ammo Crate
- “Bullets don’t grow on trees. They grow in boxes.”
Overview[edit]
The Ammo Crate is a universal refill station that restores full ammunition to the player’s currently equipped weapon. Unlike vending machines, the Ammo Crate dynamically calculates its cost based on the weapon in hand, making it fair but sometimes very expensive.
Mechanics[edit]
- Interact range: 16 units.
- Prompt: Press [E] to refill {weapon} ammo for {cost}.
- Interaction: Instant.
- Effect: Sets the weapon’s current magazine to full, and restores reserve ammo to maximum.
- Limit: Disabled if the weapon is already full.
- Audio: Plays sndBuy on purchase.
Cost[edit]
- Formula:
`cost = mag_cap * mags * dmg`
- Rounding:
`cost = round(cost / 50) * 50` → always a multiple of 50.
- Scaling:
Weapons with high damage-per-shot or very large magazines can cost several thousand points to refill.
Strategy[edit]
- Emergency resupply: Best used mid-round when ammo is depleted and switching weapons isn’t viable.
- Expensive guns: Ray-class weapons or heavy LMGs have extreme refill costs — sometimes less efficient than swapping guns from the Mystery Box.
- Synergy: Works well with the Beastinator — upgrade refills ammo for free, so weigh whether to upgrade instead of paying the crate.
- Efficiency tip: Use your cheaper guns for crowd control and save expensive ammo refills for bosses.
Trivia[edit]
- The crate’s sprite was used as the base for the Mystery Box
