Ok I've noticed people are having trouble with identifying and editing the ammo for specific guns so i thought i could try to clear it up a bit
The first thing you should search for is
firearm in the text string
then you want to find the right firearm
:to do this look for the words after
firearm_, this will say something like
M9Gen or
SingleShotRifleGen
:each name is somewhat self explanatory like
M9Gen is a pistol and something like
ColtGen is a revolver
::After the name of the weapon is a few ... and then whatever weapon mod that specific firearm has, It will say
Craftplan_ then whatever mod is attached to that weapon like
Craftplan_Pridegun or
None if there is no mod
:::then to mod ammunition just go over about 8 bits to the right and in the hex you will read "BF 80 00 00" , the ammunition for that specific gun is the four preceding bits, so if your weapon has ten rounds in the clip and you want near limitless ammo then you would change "00 00 00 0A BF 80 00 00" to "7F FF FF FF BF 80 00 00"
And items are in the order they are in Jins storage Then they are mod components in the order they are picked up and then your inventory in the order in your "backpack" if that makes any sense