Talk:Iacobi's J8A

From War Thunder Wiki
Revision as of 15:14, 5 January 2020 by Aussie_Mantis (talk | contribs)
Jump to: navigation, search

8mm Guns Misinformation

Dataripped the guns for my ordnance table. The information about tracer bullets being good at setting other planes on fire is incorrect- the incendiary bullets are MUCH better at that.

TRACER

   "bullet": {
     "mass": 0.011,
     "caliber": 0.008,
     "speed": 810.0,
     "Cx": 0.15,
     "maxDistance": 2000.0,
     "bulletType": "t_ball",
     "recoilMultiplier": 0.35,
     "hitPowerMult": 2.8,
     "onHitChanceMultFire": 1.5,

INCENDIARY

       "bullet": {
         "mass": 0.0098,
         "caliber": 0.008,
         "speed": 835.0,
         "Cx": 0.15,
         "maxDistance": 2000.0,
         "bulletType": "i_ball",
         "recoilMultiplier": 0.35,
         "hitPowerMult": 2.5,
         "onHitChanceMultFire": 4.0,

Source: 1.95 datarips (available at this link here on Google Drive- aces.vromfs.bin_u/gamedata/weapons/gunksp_m22.blkx, openable with Notepad, Notepad++, Wordpad or any other reputable text editor).