Skip to content

Instantly share code, notes, and snippets.

View matiasmoya's full-sized avatar

Matt Hinczuk matiasmoya

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@matiasmoya
matiasmoya / GAME_DATA_MOVES.json
Created July 22, 2016 17:32 — forked from rmkane/GAME_DATA_HISTORY.json
Pokemon GO - Game Data Statistics
[ {
"ID": 13,
"Name": "Wrap",
"Move Type": "Charge",
"Animation ID": 5,
"Type": "Normal",
"Power": 15,
"Accuracy Chance": 1,
"Stamina Loss Scalar": 0.06,
"Trainer Level Min": 1,
@matiasmoya
matiasmoya / GAME_MASTER_v0_1.protobuf
Created July 22, 2016 17:31 — forked from nneonneo/GAME_MASTER_v0_1.protobuf
Pokemon Go decoded GAME_MASTER protobuf file v0.1
Result: 1
Items {
TemplateId: "BADGE_BATTLE_ATTACK_WON"
Badge {
BadgeType: BADGE_BATTLE_ATTACK_WON
BadgeRanks: 4
Targets: [10, 100, 1000]
}
}
Items {
@matiasmoya
matiasmoya / GAME_MASTER_v0_1.protobuf
Created July 22, 2016 17:31 — forked from anonymous/GAME_MASTER_v0_1.protobuf
Pokemon Go decoded GAME_MASTER protobuf file v0.1
Result: 1
Items {
TemplateId: "BADGE_BATTLE_ATTACK_WON"
Badge {
BadgeType: BADGE_BATTLE_ATTACK_WON
BadgeRanks: 4
Targets: "\nd\350\007"
}
}
Items {
package javaapplication11;
public class Domicilio {
String calle;
int altura;
public int getAltura() {
return altura;
}
public void setAltura(int altura) {