From 0c343c718e3f775bb26c0da00d57e61f2a7e339a Mon Sep 17 00:00:00 2001 From: Livio Brunner Date: Thu, 26 Jul 2018 18:26:00 +0200 Subject: [PATCH] Update GAME_MASTER 1532333601371 Add hydro cannon --- output/move.json | 21 +++++++++++++++++++++ package.json | 2 +- src/data/GAME_MASTER.json | 39 ++++++++++++++++++++++++++++++++++++--- 3 files changed, 58 insertions(+), 4 deletions(-) diff --git a/output/move.json b/output/move.json index 1e763f6..fb7d86b 100644 --- a/output/move.json +++ b/output/move.json @@ -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 } ] \ No newline at end of file diff --git a/package.json b/package.json index 4a4ff92..f98e90e 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/data/GAME_MASTER.json b/src/data/GAME_MASTER.json index 7c6631d..4022ff4 100644 --- a/src/data/GAME_MASTER.json +++ b/src/data/GAME_MASTER.json @@ -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": { @@ -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": { @@ -76390,6 +76423,6 @@ } } ], - "timestampMs": "1531334404553", - "version": "0.108.3\n" -} + "timestampMs": "1532333601371", + "version": "1532333601371\n" +} \ No newline at end of file