There's a bug where the 120 pack of BS ammo unloads into BP rounds.
The reason is that the filter for the 120mm ammo box is the BP round ID. To fix it:
- Open up Aki_Data\Server\eft-database\db\templates\items.json
- Look for "57372b832459776701014e41": {
- Under StackSlots and Filter, change the ID of the round to "56dff026d2720bb8668b4567" (BS) instead of "56dfef82d2720bbd668b4567" (BP).
I can open a PR on the Server repo so this will fix it for future downloads as well, or any of the devs who see this can too.
Code
"57372b832459776701014e41": {
"_id": "57372b832459776701014e41",
"_name": "item_ammo_box_545x39_120_BS",
"_parent": "543be5cb4bdc2deb348b4568",
"_type": "Item",
"_props": {
"Name": "ammo_box_545x39_120_BS",
"ShortName": "ammo_box_545x39_120_BS",
"Description": "ammo_box_545x39_120_BS",
"Weight": 0.5,
"BackgroundColor": "yellow",
"Width": 2,
"Height": 1,
"StackMaxSize": 1,
"Rarity": "Not_exist",
"SpawnChance": 70,
"CreditsPrice": 1000,
"ItemSound": "ammo_pack_generic",
"Prefab": {
"path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_bs.bundle",
"rcid": ""
},
"UsePrefab": {
"path": "",
"rcid": ""
},
"StackObjectsCount": 1,
"NotShownInSlot": false,
"ExaminedByDefault": false,
"ExamineTime": 1,
"IsUndiscardable": false,
"IsUnsaleable": false,
"IsUnbuyable": false,
"IsUngivable": false,
"IsLockedafterEquip": false,
"QuestItem": false,
"LootExperience": 0,
"ExamineExperience": 10,
"HideEntrails": true,
"RepairCost": 0,
"RepairSpeed": 0,
"ExtraSizeLeft": 0,
"ExtraSizeRight": 0,
"ExtraSizeUp": 0,
"ExtraSizeDown": 0,
"ExtraSizeForceAdd": false,
"MergesWithChildren": false,
"CanSellOnRagfair": true,
"CanRequireOnRagfair": true,
"ConflictingItems": [],
"FixedPrice": false,
"Unlootable": false,
"UnlootableFromSlot": "FirstPrimaryWeapon",
"UnlootableFromSide": [],
"ChangePriceCoef": 1,
"AllowSpawnOnLocations": [],
"SendToClient": false,
"AnimationVariantsNumber": 0,
"DiscardingBlock": false,
"RagFairCommissionModifier": 1,
"StackMinRandom": 120,
"StackMaxRandom": 120,
"ammoCaliber": "Caliber9x18PM",
"StackSlots": [
{
"_name": "cartridges",
"_id": "574d5556245977459805ee2e",
"_parent": "57372b832459776701014e41",
"_max_count": 120,
"_props": {
"filters": [
{
"Filter": [
"56dfef82d2720bbd668b4567"
]
}
]
},
"_proto": "5748538b2459770af276a261"
}
]
},
"_proto": "5737292724597765e5728562"
}
Display More