feat: Add InputStats and PlayerStats for Apex Legends#7695
Open
SlothyMan wants to merge 20 commits into
Open
Conversation
Removed an empty line in the Miscellaneous.scss file.
hjpalpha
reviewed
Jun 24, 2026
hjpalpha
left a comment
Collaborator
There was a problem hiding this comment.
add the modules in the same pr
This module calculates tournament player statistics for Apex Legends, including player performance metrics such as games played, kills, assists, and damage.
Collaborator
Author
Okay added. Werent just happy with it yet, but I guess its not the big of the deal to add it now. |
hjpalpha
reviewed
Jun 25, 2026
hjpalpha
left a comment
Collaborator
There was a problem hiding this comment.
missing .lua for the modules filenames
hjpalpha
reviewed
Jun 25, 2026
hjpalpha
left a comment
Collaborator
There was a problem hiding this comment.
annos Widget —> Renderable
quick review on phone
Collaborator
|
ideally KDA and other match stats should be stored directly into match2 and then be fetched from there |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adding 2 statistics modules for apex legends.
Input is live: https://liquipedia.net/apexlegends/Apex_Legends_Global_Series/2026/Split_1/Playoffs#Input_Statistics (old cards using navigation card class)
Player stats:
https://liquipedia.net/apexlegends/ZZZZZTESTZZZZZ - test page. also currently using navigation card class
Storage:
https://liquipedia.net/apexlegends/ZZZZZTESTZZZZZ/Storage
https://liquipedia.net/apexlegends/CCCCCTESCCCCC/Storage
new cards were tested via dev console. Were using navigation cards before
Note: The form is just fallback for smaller tournaments as we fetching data only for major tournaments.
https://liquipedia.net/apexlegends/Special:RunQuery/TournamentPlayerStatsCopyPaste
SIGNLE Cards
SIGNLE Table
MERGED Table
How did you test this change?
live + dev console = inputstats
sandbox + dev console = playerstats