From fdbe07e82146c28fe5af83e3707edc0e9ff9e02a Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Tue, 24 May 2011 22:29:32 -0400 Subject: [PATCH] Add hit and damage % --- xonstat/templates/player_weapon_stats.mako | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xonstat/templates/player_weapon_stats.mako b/xonstat/templates/player_weapon_stats.mako index 7aa9c76..ced0a4a 100644 --- a/xonstat/templates/player_weapon_stats.mako +++ b/xonstat/templates/player_weapon_stats.mako @@ -16,8 +16,10 @@ Accuracy Information - ${parent.title()} Weapon Fired Hit + Hit % Potential Damage Actual Damage + Damage % Frags @@ -26,6 +28,7 @@ Accuracy Information - ${parent.title()} ${weapon.descr} ${pwstat.fired} ${pwstat.hit} + ${pwstat.hit/pwstat.fired} ${pwstat.max} ${pwstat.actual} ${pwstat.frags} -- 2.39.2