From 7d32a7fc12be48b6c1410e53a18910f16d14d634 Mon Sep 17 00:00:00 2001 From: Summate Date: Sat, 21 Dec 2019 09:04:10 -0600 Subject: [PATCH 1/2] Adding baseline documentation for Slippi stats --- SLIPPI_STATS.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 SLIPPI_STATS.md diff --git a/SLIPPI_STATS.md b/SLIPPI_STATS.md new file mode 100644 index 0000000..4e14f75 --- /dev/null +++ b/SLIPPI_STATS.md @@ -0,0 +1,26 @@ +# Slippi Stats + +# Overall + +## Offense +- Kills: The quantity of stocks taken. Self-destructs are counted as kills for the opposing player. +- Damage Done: The full sum of the damage done to a player. It is the sum of all of the highest percentages of a player's stocks, and so bubble or stage damage would be included. +- Opening Conversion Rate: The ratio of successful conversions to total openings. A successful conversion is defined as an opening with two or more actions landed. This may be grab or attacks. +- Openings / Kill: The number of openings divided by the quantity of kills. +- Damage / Opening: Damage done divided by the number of openings. + +## Defense +- Roll: The number of rolls. Does not include tech options. +- Air Dodge: The number of air dodges. Attempts are made to remove wavedash and waveland air dodges from this count. +- Spot Dodge: The number of spotdodges. + +## Neutral +- Neutral Wins: The quantity of conversions started while the opponent is not actively converting. +- Counter Hits: The quantity of conversions started while the opponent is actively converting. +- Beneficial Trades: The quantity of beneficial trades. Trades are considered beneficial if one hit kills and the other does not or one does more damage than the other. The only things considered trades are cases where both players have a conversion starting on the same frame. +- Wavedash: The number of wavedashes. A wavedash is a LandFallSpecial state preceded by a jumpsquat or a jumpsquat and air dodge. +- Waveland: The number of wavedashes. A waveland is a LandFallSpecial state preceded by an air dodge with no jumpsquat recently. +- Dash Dance: The number of dash dances. A dash dance is a trio of action states; Dash, Turn, Dash. + +## General +- Inputs / Minute: The quantity of inputs divided by the quantity of minutes. Factors contributing to quantity of inputs: Buttons being pressed when they were not before, joystick or C-stick inputs transitioning between stick regions (N, NE, E, SE, S, SW, W, NW, deadzone), or triggers passing the 30% threshold when they were less than 30% before. Each of these distinct factors will contribute a single input to the count. That is, each distinct dual state button will potentially contribute 1 input, each stick will potentially produce 1 input, and each trigger will potentially produce one input. Inputs are processed on a frame-by-frame basis. From bb0786d04e20711b581142f74b434dd1fd0dd2d4 Mon Sep 17 00:00:00 2001 From: Summate Date: Sat, 21 Dec 2019 09:09:06 -0600 Subject: [PATCH 2/2] Add link to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3a7525..18fbe5c 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ | [Console Replay Guide](https://github.com/project-slippi/slippi-wiki/blob/master/CONSOLE_REPLAYS.md) | Guide to setting up a Wii to generate replays. | | [Console Mirroring Guide](https://github.com/project-slippi/slippi-wiki/blob/master/CONSOLE_MIRRORING.md) | Guide to setting up a Wii to mirror gameplay on a computer. | | [Direct Connect Guide](https://github.com/project-slippi/slippi-wiki/blob/master/DIRECT_CONNECT.md) | Guide to using a computer in place of a router for the wii network connection. | +| [Slippi Stats Documentation](https://github.com/project-slippi/slippi-wiki/blob/master/SLIPPI_STATS.md) | Documentation on the various stats that the Slippi Desktop App provides. | \ No newline at end of file