X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=xonstat%2Ftemplates%2Fplayer_info.mako;h=24ed9056b4fbc77d9bfb97c88e598bf2338b37d2;hp=1e0188698683da98d93447d3c02b5f3203e375a4;hb=ab01b511f02a52d5386be63f228f9237b0e4586f;hpb=b5cf09a8d892756d719b627a9a31ded76fe00d40 diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako old mode 100755 new mode 100644 index 1e01886..24ed905 --- 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: