Code Monkey home page Code Monkey logo

game_masters's Introduction

PokeMiners Game Master

Repository for latest JSON and txt versions of the Game Master for Pokemon GO.

The latest folder will contain a .txt and a .json of the latest Game Master. Only one of each will be found here. They will always be called latest.txt and latest.json. This folder will also contain a timestamp.txt file that contains the timestamp/batch ID from the latest Game Master. This can be used to check if a new Game Master has been updated.

The previous_game_master folders will contain a timestamped folder for each previous Game Master release. Each folder will contain a .txt and .json file as well. Timestamp format is:

gm
gm_version
apk_version
year-month-day
hour-minute-second

Original timestamp format is:

gm
gm_version
apk_version
day_of_week
month_and_day
hour_minute_second
year

Note on Obfuscation

Niantic obfuscates parts of their game code, to make it harder to determine field names. We spend a lot of time going through and trying to make sense of these obfuscated names, but please note they may not be fully accurate. We have prefixed all obfuscated field names that we were not able to 100% determine their names with ob. We will try our best to name these fields as accurately as possible, with some being more accurate than others. Even if we are fairly certain of the field name, we will leave the ob prefix on until we have confirmation from the code.

These fields names may change over time as we determine more accurate names for them so please be aware when using these fields in your apps to put in proper error handling in case of changes.

Disclaimer

This repo is for educational use only. All content found within this repo is the property of The Pokemon Company and Niantic. PokeMiners did not create or modify any files found within this repo and all copyright belongs to the respective companies. Please respect the original source material.

game_masters's People

Contributors

badc0ffee avatar gamingmaster2000 avatar lewymd avatar marty0678 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

game_masters's Issues

no CaptureRate anymore?

In the latest json file, there is no captureRate anymore? Only obShadowFormBaseCaptureRate. Is that intentionally? Or is it removed from the official version?

I also don't see immediately something that looks like a replacement for it. So I'm kind of hoping it's an issue in the generation ;-)

Mega Garchamp missing TEMPORARY_EVOLUTION template

"templateId": "V0445_POKEMON_GARCHOMP" has filled "tempEvoOverrides" which indicates its has mega evolution however there is no entry such as "TEMPORARY_EVOLUTION_V0445_POKEMON_GARCHOMP" while all other mega evolutions have.

Actually problem is about there is typo error, latest.json has this entry for garchomp however the dex number is wrong. It should be 445.
"TEMPORARY_EVOLUTION_V0428_POKEMON_GARCHOMP"

image

Gimmighoul catch/flee rate?

Do you have these mixed up? The gamemaster shows:

"baseCaptureRate": 0.03,
"baseFleeRate": 0.5,

However the catch rate is certainly not 3% in the game. It pretty much always has a green circle so I'd say it's 50% and the flee rate is likely 3% (though I haven't had one flee yet due to the high catch rate).

How to find siganture moves for certain pokemon?

Hello,

I'm developping a tool which uses the game master file to make a list of available moves for certain pokemon. Now I can find all the regular and elite moves, but I have a problem with signature moves.

For example: Giratina (both Altered and Origin) have signature move "Shadow Force". But when I search in the file for Shadow Force (in all combinations with or without spaces, hyphens, underscores, etc) I can't find anything that links this move to Giratina.

What am I missing?

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.