diff --git a/client-new/.gitignore b/client-new/.gitignore new file mode 100644 index 0000000..1191a30 --- /dev/null +++ b/client-new/.gitignore @@ -0,0 +1,23 @@ +.DS_Store +node_modules +/dist + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? +*.lock \ No newline at end of file diff --git a/client-new/index.html b/client-new/index.html new file mode 100644 index 0000000..81a8889 --- /dev/null +++ b/client-new/index.html @@ -0,0 +1,26 @@ + + + +
+ + + + + + +|
+
+ {{ allyTeam ? "Ally" : "Enemy" }} Team
+
+
+
+ VICTORY
+
+ |
+ K | +D | +A | ++ {{ statsFormat === "stats" ? "Cs" : "Cs/m" }} + | ++ {{ statsFormat === "stats" ? "Vs" : "Vs/m" }} + | +Gold | +
+ Dmg
+ champ + |
+
+ Dmg
+ obj + |
+
+ Dmg
+ taken + |
+ KP | +
|---|---|---|---|---|---|---|---|---|---|---|
|
+
+
+
+
+
+
+
+
+
+
+ {{ player.level }}
+
+
+
+
+
+
+
+
+
+
+ {{ player.summonerSpell1.name }}
+
+
+ {{ player.summonerSpell1.description }}
+
+
+
+
+
+
+
+
+ {{ player.summonerSpell2.name }}
+
+
+ {{ player.summonerSpell2.description }}
+
+
+
+
+
+
+
+
+
+
+ Click to display +full runes +
+
+
+ {{ player.name }}
+
+
+ {{ player.champion.name }}
+
+
+
+
+
+
+
+ {{ player.rank.shortName }}
+
+
+
+
+
+ -
+ |
+
+
+ {{ player.stats.kills }}
+
+ |
+
+
+ {{ player.stats.deaths }}
+
+ |
+
+
+ {{ player.stats.assists }}
+
+ |
+
+
+ {{ player[statsFormat].minions }}
+
+ |
+
+
+ {{ player[statsFormat].vision }}
+
+ |
+
+
+ {{ roundStats(player[statsFormat].gold) }}
+
+ |
+
+
+ {{ roundStats(player[statsFormat].dmgChamp) }}
+
+ |
+
+
+ {{ roundStats(player[statsFormat].dmgObj) }}
+
+ |
+
+
+ {{ roundStats(player[statsFormat].dmgTaken) }}
+
+ |
+
+
+ {{ player.stats.kp }}
+
+ |
+
| rank | ++ | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ champion.index + 1 }} | +
+
+
+
+ {{ champion.champion.name }}
+ |
+ {{ champion.winrate|percent }} | +{{ champion.playrate|percent }} | +{{ champion.wins }} | +{{ champion.count }} | +
+ {{ champion.kda|round }}
+
+ {{ champion.kills/champion.count|round(1) }}
+ /
+ {{ champion.deaths/champion.count|round(1) }}
+ /
+ {{ champion.assists/champion.count|round(1) }}
+
+ |
+ {{ champion.kp|percent }} | +{{ champion.minions|round(0) }} | +{{ champion.gold|kilo }} | +{{ champion.dmgChamp|kilo }} | +{{ champion.dmgTaken|kilo }} | +{{ champion.gameLength|secToTime }} | +{{ champion.lastPlayed }} | +
|
+ |
+ |||||||||||||
| {{ ally ? 'Ally' : 'Enemy' }} Team | +SoloQ Stats | +Flex Stats | +Bans | +
|---|---|---|---|
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ player.champion.name }}
+
+ |
+
+
+
+
+
+
+
+
+ {{ player.rank.soloQ.shortName }}
+
+
+ {{ player.rank.soloQ.winrate }}
+ {{ player.rank.soloQ.wins + player.rank.soloQ.losses }} games
+
+
+ -
+ |
+
+
+
+
+
+
+
+
+ {{ player.rank.flex5v5.shortName }}
+
+
+ {{ player.rank.flex5v5.winrate }}
+ {{ player.rank.flex5v5.wins + player.rank.flex5v5.losses }} games
+
+
+ -
+ |
+
+
+
+
+
+
+ {{ banChamp(index, player.teamId).pickTurn }}
+
+
+ -
+ |
+
|
+ |
+ |||
+ LeagueStats.gg isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties.
+
Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.
+