Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Badges and items update #2 #130

Merged
merged 4 commits into from
Aug 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 82 additions & 61 deletions data/badges.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,244 +2,265 @@
{
"Name":"Jogger",
"Protobuf":"BADGE_TRAVEL_KM",
"Description":"Kilometers Walked",
"Description":"Kilometers walked",
"Playerstat":"km_walked",
"Thresholds":[10, 100,1000]
},
{
"Name":"Pokedex",
"Name":"Kanto",
"Protobuf":"BADGE_POKEDEX_ENTRIES",
"Description":"Unique Pokedex Entries",
"Description":"Kanto region Pokemons",
"Playerstat":"unique_pokedex_entries",
"Thresholds":[5, 50, 100]
},
{
"Name":"Johto",
"Protobuf":"BADGE_POKEDEX_ENTRIES_GEN2",
"Description":"Johto region Pokemons",
"Playerstat":"pokedex_entries_gen2",
"Thresholds":[5, 30, 70]
},
{
"Name":"Collector",
"Protobuf":"BADGE_CAPTURE_TOTAL",
"Description":"Pokemons Caught",
"Description":"Pokemons caught",
"Playerstat":"pokemons_captured",
"Thresholds":[30, 500, 2000]
},
{
"Name":"Scientist",
"Protobuf":"BADGE_EVOLVED_TOTAL",
"Description":"Pokemons Evolved",
"Description":"Pokemons evolved",
"Playerstat":"evolutions",
"Thresholds":[3, 20, 200]
},
{
"Name":"Gym Leader",
"Protobuf":"BADGE_HOURS_DEFENDED",
"Description":"Gym Hours Defended",
"Playerstat":"hours_defender",
"Thresholds":[10, 100, 1000]
},
{
"Name":"Breeder",
"Protobuf":"BADGE_HATCHED_TOTAL",
"Description":"Eggs Hatched",
"Description":"Eggs hatched",
"Playerstat":"eggs_hatched",
"Thresholds":[10, 100, 500]
},
{
"Name":"Backpacker",
"Protobuf":"BADGE_POKESTOPS_VISITED",
"Description":"Pokestops Visited",
"Description":"Pokestops visited",
"Playerstat":"poke_stop_visits",
"Thresholds":[100, 1000, 2000]
},
{
"Name":"Battle Girl",
"Protobuf":"BADGE_BATTLE_ATTACK_WON",
"Description":"Gym battles won",
"Playerstat":"battle_attack_won",
"Thresholds":[10, 100, 1000]
},
{
"Name":"Gym Leader",
"Protobuf":"BADGE_HOURS_DEFENDED",
"Description":"Gym hours defended",
"Playerstat":"hours_defender",
"Thresholds":[10, 100, 1000]
},
{
"Name":"Berry Master",
"Protobuf":"BADGE_BERRIES_FED",
"Description":"Berries feed at gym",
"Playerstat":"berries_Fed",
"Thresholds":[10, 100, 1000]
},
{
"Name":"Champion",
"Protobuf":"BADGE_RAID_BATTLE_WON",
"Description":"Raid Battles Won",
"Description":"Raid battles won",
"Playerstat":"raid_battle_won",
"Thresholds":[10, 100, 1000]
},
{
"Name":"Legendary Pokemon",
"Protobuf":"BADGE_LEGENDARY_BATTLE_WON",
"Description":"Win legendary raid battles",
"Playerstat":"legendary_battle_won",
"Thresholds":[3, 10, 26]
},
{
"Name":"Fisherman",
"Protobuf":"BADGE_BIG_MAGIKARP",
"Description":"Big Magicarp Caught",
"Description":"Big Magicarp caught",
"Playerstat":"big_magikarp_caught",
"Thresholds":[3, 50, 300]
},
{
"Name":"Battle Girl",
"Protobuf":"BADGE_BATTLE_ATTACK_WON",
"Description":"Gym Battles Won",
"Playerstat":"battle_attack_won",
"Thresholds":[10, 100, 1000]
},
{
"Name":"Ace Trainer",
"Protobuf":"BADGE_BATTLE_TRAINING_WON",
"Description":"Training Battles Won",
"Description":"Training battles won",
"Playerstat":"battle_training_won",
"Thresholds":[10, 100, 1000]
},
{
"Name":"Berry Master",
"Protobuf":"BADGE_BERRIES_FED",
"Description":"Berries Feed At Gym",
"Playerstat":"berries_Fed",
"Thresholds":[10, 100, 1000]
"Name":"Youngster",
"Protobuf":"BADGE_SMALL_RATTATA",
"Description":"Tiny Rattata caught",
"Playerstat":"small_rattata_caught",
"Thresholds":[3, 50, 300]
},
{
"Name":"Pikachu Fan",
"Protobuf":"BADGE_PIKACHU",
"Description":"Pikachu caught",
"Playerstat":"pikachu_caught",
"Thresholds":[3, 50, 300]
},
{
"Name":"Unown",
"Protobuf":"BADGE_UNOWN",
"Description":"Unown caught",
"Playerstat":"unown_caught",
"Thresholds":[3, 10, 26]
},
{
"Name":"Schoolkid",
"Protobuf":"BADGE_TYPE_NORMAL",
"Description":"Normal-type Pokemon Caught",
"Description":"Normal-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":1,
"Thresholds":[10, 50, 200]
},
{
"Name":"Black Belt",
"Protobuf":"BADGE_TYPE_FIGHTING",
"Description":"Fight-type Pokemon Caught",
"Description":"Fight-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":2,
"Thresholds":[10, 50, 200]
},
{
"Name":"Bird Keeper",
"Protobuf":"BADGE_TYPE_FLYING",
"Description":"Flying-type Pokemon Caught",
"Description":"Flying-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":3,
"Thresholds":[10, 50, 200]
},
{
"Name":"Punk Girl",
"Protobuf":"BADGE_TYPE_POISON",
"Description":"Poison-type Pokemon Caught",
"Description":"Poison-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":4,
"Thresholds":[10, 50, 200]
},
{
"Name":"Ruin Maniac",
"Protobuf":"BADGE_TYPE_GROUND",
"Description":"Ground-type Pokemon Caught",
"Description":"Ground-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":5,
"Thresholds":[10, 50, 200]
},
{
"Name":"Hiker",
"Protobuf":"BADGE_TYPE_ROCK",
"Description":"Rock-type Pokemon Caught",
"Description":"Rock-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":6,
"Thresholds":[10, 50, 200]
},
{
"Name":"Bug Catcher",
"Protobuf":"BADGE_TYPE_BUG",
"Description":"Bug-type Pokemon Caught",
"Description":"Bug-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":7,
"Thresholds":[10, 50, 200]
},
{
"Name":"Hex Maniac",
"Protobuf":"BADGE_TYPE_GHOST",
"Description":"Ghost-type Pokemon Caught",
"Description":"Ghost-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":8,
"Thresholds":[10, 50, 200]
},
{
"Name":"Depot Agent",
"Protobuf":"BADGE_TYPE_STEEL",
"Description":"Steel-type Pokemon Caught",
"Description":"Steel-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":9,
"Thresholds":[10, 50, 200]
},
{
"Name":"Kindler",
"Protobuf":"BADGE_TYPE_FIRE",
"Description":"Fire-type Pokemon Caught",
"Description":"Fire-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":10,
"Thresholds":[10, 50, 200]
},
{
"Name":"Swimmer",
"Protobuf":"BADGE_TYPE_WATER",
"Description":"Water-type Pokemon Caught",
"Description":"Water-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":11,
"Thresholds":[10, 50, 200]
},
{
"Name":"Gardener",
"Protobuf":"BADGE_TYPE_GRASS",
"Description":"Grass-type Pokemon Caught",
"Description":"Grass-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":12,
"Thresholds":[10, 50, 200]
},
{
"Name":"Rocker",
"Protobuf":"BADGE_TYPE_ELECTRIC",
"Description":"Electric-type Pokemon Caught",
"Description":"Electric-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":13,
"Thresholds":[10, 50, 200]
},
{
"Name":"Psychic",
"Protobuf":"BADGE_TYPE_PSYCHIC",
"Description":"Psychic-type Pokemon Caught",
"Description":"Psychic-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":14,
"Thresholds":[10, 50, 200]
},
{
"Name":"Skier",
"Protobuf":"BADGE_TYPE_ICE",
"Description":"Ice-type Pokemon Caught",
"Description":"Ice-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":15,
"Thresholds":[10, 50, 200]
},
{
"Name":"Dragon Tamer",
"Protobuf":"BADGE_TYPE_DRAGON",
"Description":"Dragon-type Pokemon Caught",
"Description":"Dragon-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":16,
"Thresholds":[10, 50, 200]
},
{
"Name":"Delinquent",
"Protobuf":"BADGE_TYPE_DARK",
"Description":"Dark-type Pokemon Caught",
"Description":"Dark-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":17,
"Thresholds":[10, 50, 200]
},
{
"Name":"Fairy Tale Girl",
"Protobuf":"BADGE_TYPE_FAIRY",
"Description":"Fairy-type Pokemon Caught",
"Description":"Fairy-type Pokemon caught",
"Playerstat":"pokemon_caught_by_type",
"Pokemontype":18,
"Thresholds":[10, 50, 200]
},
{
"Name":"Youngster",
"Protobuf":"BADGE_SMALL_RATTATA",
"Description":"Tiny Rattata Caught",
"Playerstat":"small_rattata_caught",
"Thresholds":[3, 50, 300]
},
{
"Name":"Pikachu Fan",
"Protobuf":"BADGE_PIKACHU",
"Description":"Pikachu Caught",
"Playerstat":"pikachu_caught",
"Thresholds":[3, 50, 300]
}
]

Loading