Display MoreAnyway to change the Jury Ammo's inherited parent ammo. The Tac-x uses .338 ammo and i would like to change it to something less overpowered and the Jury AP Round uses .338 Lapua Magnum AP.
I'd like to change Jury-AP to 7.62x51mm M993 & TAC-X to 7.62x51mm Ultra Nosleror I'd prefer it just be the base 6.8x51mm with their respective ammo types, Fighting Legion in CQB just sucks so much. You need to snipe him from across the map or he beams you with instant death ammo.
The "ItemToClone": "AMMO_86X70_AP" in the ammo.json file I thought would be easy to edit, just change AMMO_86X70_AP with AMMO_762X51_M993 but every variant of this won't work and Checking https://db.sp-tarkov.com/search & https://github.com/TarkovTrack…ob/master/ammunition.json & Resources: Ammos ID
but i can't find a selector, id or short name to add in place of this, I assume i need to use unity editor and dig into the bundles to find the selector but I'm not a programmer or modder. Please help DJLang.
The names I use are in src/models/enums.ts under AllItemList.
Just get the ID for whatever ammo you want to change it to and search it in there.
I'm pretty sure I set it up to accept either the enum name or the item ID though so either should work