BigMoneyPussHow likely would it be to add support for more pyro stats. I would like to be able to see how many reflects for damage the pyro did and how many players they extinguished. Right now looking at logs pulled from logs.tf/json/xxxxxx I can get pyro reflect kills and total reflect damage and thats about it.
I'm displaying some class specific stats on my teams website, but pyro gets no love in the logs. Right now it's just AVG spy kills+assists per game and reflect kills, which makes for a pretty sorry table. Would love to have extinguishes and reflects for damage.
Actually, you can get that information from the logs.
Extinguishing a burning player as pyro:
"F2<2><STEAM_0:0:38660><Blue>" triggered "player_extinguished" against "Bot01<4><BOT><Blue>" with "tf_weapon_flamethrower" (attacker_position "-544 -4512 192") (victim_position "-480 -4512 192")
If you detect that the player is currently a pyro, and he shoots someone with a rocket, then that is most certainly a deflect rocket:
"F2<2><STEAM_0:0:38660><Red>" triggered "damage" against "Bot01<4><BOT><Blue>" (damage "122") (weapon "tf_projectile_rocket") (crit "mini")
So, the logs do support it. If you want log-websites to show those stats, you should contact them. :)