mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Add more g7 trainer stats
A little bit of clarification provided for some Thanks tastymeatball!
This commit is contained in:
parent
9180f32032
commit
ff2dc1356b
1 changed files with 8 additions and 6 deletions
|
@ -411,6 +411,7 @@ namespace PKHeX.WinForms
|
|||
{
|
||||
{000, "Steps Taken"},
|
||||
{001, "Times Saved"},
|
||||
{002, "Storyline Completed Time"},
|
||||
{003, "Total Battles"},
|
||||
{004, "Wild Pokémon Battles"},
|
||||
{005, "Trainer Battles"},
|
||||
|
@ -452,7 +453,7 @@ namespace PKHeX.WinForms
|
|||
{047, "Rock Smash Items"},
|
||||
{048, "Medicine Used"},
|
||||
{050, "Total Thumbs-Ups"},
|
||||
{051, "Times Twirled"},
|
||||
{051, "Times Twirled (Pirouette)"},
|
||||
{052, "Record Thumbs-ups"},
|
||||
{053, "Pokemon Petted"},
|
||||
{054, "Poké Pelago Visits"},
|
||||
|
@ -463,7 +464,8 @@ namespace PKHeX.WinForms
|
|||
{064, "Battle Videos Rebattled"},
|
||||
{065, "RotomDex Interactions"},
|
||||
{066, "Guests Interacted With"},
|
||||
{067, "Berry Piles Collected"},
|
||||
{067, "Berry Piles (not full) Collected"},
|
||||
{068, "Berry Piles (full) Collected"},
|
||||
{069, "Items Reeled In"},
|
||||
|
||||
{100, "Champion Title Defense"},
|
||||
|
@ -480,9 +482,9 @@ namespace PKHeX.WinForms
|
|||
{117, "Pokemon Evolved (Today)"},
|
||||
{118, "Fossils Restored"},
|
||||
{119, "Photos Rated"},
|
||||
{120, "Best Super Singles Streak"},
|
||||
{121, "Best Super Doubles Streak"},
|
||||
{122, "Best Super Multi Streak"},
|
||||
{120, "Best (Super) Singles Streak"},
|
||||
{121, "Best (Super) Doubles Streak"},
|
||||
{122, "Best (Super) Multi Streak"},
|
||||
{123, "Loto-ID Wins"},
|
||||
{124, "PP Raised"},
|
||||
{127, "Shiny Pokemon Encountered"},
|
||||
|
@ -523,7 +525,7 @@ namespace PKHeX.WinForms
|
|||
{169, "Rustling Grass Encounters"},
|
||||
{170, "Dirt Cloud Encounters"},
|
||||
{171, "Wimpod Chases"},
|
||||
{172, "Berry Tree Battles"},
|
||||
{172, "Berry Tree Battles won"},
|
||||
{173, "Bubbling Spot Encounters/Items"},
|
||||
{174, "Times laid down in Own Bed"},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue