How item spawns work
Each dot is a fixed loot point. The map is split into a grid of regions,
and every region has its own respawn timer (Items.Respawn_Time,
configured by the server). When the timer fires, the region tops up its
loot up to a fraction of its points (Items.Spawn_Chance,
usually 10–50%), so most points stay empty between refreshes.
Each chosen point rolls its table in two steps: first picks a rarity tier (Common / Rare / Epic / Legendary) by cumulative chance, then picks one item uniformly from that tier. The Drop Chance column above is the combined odds. A 100% entry only means this item is the sole candidate in that table — it does not mean the point will always be filled with it.
Items can also drop from killed zombies. The hollow squares on the map are zombie spawn zones whose loot table contains this item.
Ranger Magazine
Where to find this Item
| Spawn Id | Spawn Name | Drop Chance | Map Points | Pool Size |
|---|---|---|---|---|
| 4342 | CA Hunting Mags | 21.74 % | — | 4 |
| 4275 | CA Civilian Rifle Ammo | 13.89 % | — | 6 |
| 4273 | CA Civilian Rifles | 9.72 % | — | 13 |
| 4344 | CA Hunting | 9.61 % | — | 17 |
GUID 0e7adb3ca28540418b96edcb21cdf93f
Type Magazine
Rarity Uncommon
ID 4823
Size_X 1
Size_Y 1
Amount 10
Count_Min 5
Count_Max 10
Calibers 1
Caliber_0 4076
Tracer 4054
Blueprints
[
{
CategoryTag "d739926736374e5ba34b4ac6ffbb5c8f" // Ammunition
Operation FillTargetItem
InputItems "422506cece76491e9eac8183fcf9c50f" // Medium Ammo Box
Effect "7c8f83ff39864322a11f27e0081042d2" // CA_Refill_Magazine
}
{
CategoryTag "d739926736374e5ba34b4ac6ffbb5c8f" // Ammunition
Operation FillTargetItem
InputItems "1d4d3bf6310f424f859bd8f39adea4e6" // Medium Ammo Crate
Effect "7c8f83ff39864322a11f27e0081042d2" // CA_Refill_Magazine
}
{
CategoryTag "d739926736374e5ba34b4ac6ffbb5c8f" // Ammunition
Operation FillTargetItem
InputItems "b27c74c383f04b48898be93e0becc239" // Ranger Magazine
Effect "7c8f83ff39864322a11f27e0081042d2" // CA_Refill_Magazine
}
{
CategoryTag "d739926736374e5ba34b4ac6ffbb5c8f" // Ammunition
Operation FillTargetItem
InputItems this
Effect "7c8f83ff39864322a11f27e0081042d2" // CA_Refill_Magazine
}
{
CategoryTag "d739926736374e5ba34b4ac6ffbb5c8f" // Ammunition
Operation FillTargetItem
InputItems "f2f1adb465d24b22a08fd9e4cfb5949c" // Extended Ranger Magazine
Effect "7c8f83ff39864322a11f27e0081042d2" // CA_Refill_Magazine
}
{
CategoryTag "d739926736374e5ba34b4ac6ffbb5c8f" // Ammunition
Operation FillTargetItem
InputItems "e4e70c44f4bc42a09aec511772e9f81a" // Banana Magazine
Effect "7c8f83ff39864322a11f27e0081042d2" // CA_Refill_Magazine
}
]