i'm trying to extract firerate from transdata /itemtable
so, if you do transdata /itemtable /help
there is no /firerate option available (there is /firedelay, but that's not it)
however if you try, /firerate is accepted as a parameter and returns values for weapons.
now, I don't know how to convert these values to what I read in the XML.
For example, for the recoilless cannon (firerate 16) transdata returns 125
But do not despair!
extract with transdata /itemtable /criteria:"w" /damage /averagedamage
then do:
averageDamage*360/damage = firerate
