Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Update GAME_MASTER 1532333601371
Browse files Browse the repository at this point in the history
Add hydro cannon
  • Loading branch information
BrunnerLivio committed Jul 26, 2018
1 parent 877a00a commit 0c343c7
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 4 deletions.
21 changes: 21 additions & 0 deletions output/move.json
Original file line number Diff line number Diff line change
Expand Up @@ -3988,5 +3988,26 @@
},
"name": "Blast Burn",
"internalId": 298
},
{
"accuracyChange": 1,
"animationId": 5,
"power": 90,
"criticalChance": 0.05,
"staminaLossScalar": 0.065,
"trainerLevelMin": 1,
"trainerLevelMax": 100,
"vfxName": "hydro_cannon",
"durationMs": 1900,
"damageWindowStartMs": 500,
"damageWindowEndMs": 1600,
"energyDelta": -50,
"id": "HYDRO_CANNON",
"pokemonType": {
"id": "POKEMON_TYPE_WATER",
"name": "Water"
},
"name": "Hydro Cannon",
"internalId": 299
}
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pokemongo-json-pokedex",
"version": "3.1.1",
"version": "3.1.2",
"description": "This program transforms the data from the Pokemon GO master files to a better readable & processable JSON file.",
"main": "lib/index.js",
"scripts": {
Expand Down
39 changes: 36 additions & 3 deletions src/data/GAME_MASTER.json
Original file line number Diff line number Diff line change
Expand Up @@ -45667,6 +45667,25 @@
"buddyScale": 13
}
},
{
"templateId": "V0299_MOVE_HYDRO_CANNON",
"moveSettings": {
"movementId": "HYDRO_CANNON",
"animationId": 5,
"pokemonType": "POKEMON_TYPE_WATER",
"power": 90,
"accuracyChance": 1,
"criticalChance": 0.05,
"staminaLossScalar": 0.065,
"trainerLevelMin": 1,
"trainerLevelMax": 100,
"vfxName": "hydro_cannon",
"durationMs": 1900,
"damageWindowStartMs": 500,
"damageWindowEndMs": 1600,
"energyDelta": -50
}
},
{
"templateId": "V0299_POKEMON_NOSEPASS",
"pokemonSettings": {
Expand Down Expand Up @@ -74600,6 +74619,20 @@
]
}
},
{
"templateId": "sequence_hydro_cannon",
"moveSequenceSettings": {
"sequence": [
"anim attacker atk-move",
"wait 0.5",
"vfx hydro_cannon",
"sfx attacker 308-0_hydro_cannon",
"wait 1.5",
"sys ui-sync",
"sys complete"
]
}
},
{
"templateId": "sequence_hydro_pump",
"moveSequenceSettings": {
Expand Down Expand Up @@ -76390,6 +76423,6 @@
}
}
],
"timestampMs": "1531334404553",
"version": "0.108.3\n"
}
"timestampMs": "1532333601371",
"version": "1532333601371\n"
}

0 comments on commit 0c343c7

Please sign in to comment.