Hello all. So I recently downloaded the munitions mod and for the most part I'm quite happy with it. I appreciate the attempts to put IRL ammo types in the game and it certainly improves realism. However many damage/accuracy stats make literally zero sense and I've been working on fixing them myself by adjusting values in the weapons.ymt file. Examples of weird stats were the repeater carbine being MORE accurate than the Springfield...a literal rifle. So really among my first questions is: what are the actual units of accuracy/distance in game? I have been adjusting values of accuracy based on the overall scale of numbers but I have no idea what the units actually are. Likewise I've been assuming damage/accuracy falloff distances are in metres but again I have no idea. As for my main question, damage falloffs. I can't help but notice that weapons like the carcano seem to not have any falloff info provided in the ymt file. The cweaponinfo statement says the following: <AmmoInfo>AMMO_CARCANO</AmmoInfo> <Name>DM_CARCANO</Name> <UNK_MEMBER_0x1F5DA5F4 value="0" /> <Damage value="95.00000000" /> <DamageType>BULLET</DamageType> <Penetration value="16.00000000" /> <Explosion> <Default>EXP_TAG_DONTCARE</Default> <HitCar>EXP_TAG_DONTCARE</HitCar> <HitTruck>EXP_TAG_DONTCARE</HitTruck> <HitBike>EXP_TAG_DONTCARE</HitBike> <HitBoat>EXP_TAG_DONTCARE</HitBoat> <HitPlane>EXP_TAG_DONTCARE</HitPlane> </Explosion> <AccuracyInfo /> <DamageFallOffInfo /> Damage falloff info is left blank. I'm guessing that means default for that weapon....but it's not in the list of damage falloffs....so where is that information? There does exist several damage falloffs but their titles are all weird '0x34274532' style codes of which I cannot find any other matching number in the rest of the weapons file. In addition, I am aware of damage/accuracy falloff ranges but what actually defines the maximum range the weapon's projectile will be allowed to fly to? Whilst my main question is regarding the missing falloff data...any info regarding the seemingly endless list of parameters for weapons and what they all do would be greatly appreciated. -Thank you.