mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 07:50:45 -05:00
![Dev](/assets/img/avatar_default.png)
Unlocks have a priority order, it will be filtered by whatever is first in the dictionary e.g. pistol: unlock level 20 weapon: unlock level 30 A pistol will be unlocked at level 20, A shotgun will be unlocked at level 30 if the order was different: weapon: unlock level 30 pistol: unlock level 20 The pistol would be unlocked at level 30 as its a weapon and gets picked up by the weapon filter first