X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=xonstat%2Ftemplates%2Fplayer_info.mako;h=24ed9056b4fbc77d9bfb97c88e598bf2338b37d2;hp=8216f7554ecd000e0bee6600f80233628bbacf0b;hb=7ceb773ef64c3bff51fc1c325e3f203c439c43fc;hpb=fbe02f385740039b3f15608488949d3d2c0207d1 diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index 8216f75..24ed905 100755 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -13,6 +13,7 @@ ${nav.nav('players')} % endif @@ -132,14 +201,14 @@ Player Information -% if accs is not None: +% if 'nex' in recent_weapons or 'rifle' in recent_weapons or 'minstanex' in recent_weapons or 'uzi' in recent_weapons or 'shotgun' in recent_weapons:

Accuracy

-
+
    % if 'nex' in recent_weapons:
  • @@ -198,6 +267,83 @@ Player Information % endif +% if 'rocketlauncher' in recent_weapons or 'grenadelauncher' in recent_weapons or 'electro' in recent_weapons or 'crylink' in recent_weapons or 'laser' in recent_weapons: +
    +
    +

    Damage Efficiency

    +
    +
    + +
    +
      + % if 'rocketlauncher' in recent_weapons: +
    • +
      + +

      Rocket

      + +
      +
    • + % endif + + % if 'grenadelauncher' in recent_weapons: +
    • +
      + +

      Mortar

      + +
      +
    • + % endif + + % if 'electro' in recent_weapons: +
    • +
      + +

      Electro

      + +
      +
    • + % endif + + % if 'crylink' in recent_weapons: +
    • +
      + +

      Crylink

      + +
      +
    • + % endif + + % if 'hagar' in recent_weapons: +
    • +
      + +

      Hagar

      + +
      +
    • + % endif + + % if 'laser' in recent_weapons: +
    • +
      + +

      Laser

      + +
      +
    • + % endif + +
    +
    + +
    +
    +% endif + + ##### RECENT GAMES (v2) #### % if recent_games: