Skip to content

Commit

Permalink
chore: update protos and pokeapi
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Mar 21, 2024
1 parent b72e117 commit ec1057d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 57 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pogo-data-generator",
"version": "1.16.9",
"version": "1.16.10",
"description": "Pokemon GO project data generator",
"author": "TurtIeSocks",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,6 +43,12 @@
"engines": {
"node": ">=16.0.0"
},
"prettier": {
"arrowParens": "always",
"trailingComma": "all",
"semi": false,
"singleQuote": true
},
"devDependencies": {
"@types/node": "*",
"@types/node-fetch": "^2.6.2",
Expand All @@ -51,4 +57,4 @@
"ts-node": "^10.9.1",
"typescript": "^4.5.5"
}
}
}
75 changes: 26 additions & 49 deletions static/baseStats.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"evoId": 864,
"formId": 2507
}
]
],
"legendary": false,
"mythic": false
},
"234": {
"evolutions": [
Expand All @@ -45,7 +47,9 @@
"evoId": 292,
"formId": 0
}
]
],
"legendary": false,
"mythic": false
},
"550": {
"evolutions": [
Expand All @@ -72,7 +76,8 @@
223,
226,
241,
281
281,
402
],
"chargedMoves": [
36,
Expand Down Expand Up @@ -110,7 +115,8 @@
223,
226,
241,
281
281,
402
],
"chargedMoves": [
36,
Expand Down Expand Up @@ -147,7 +153,8 @@
226,
241,
255,
281
281,
402
],
"chargedMoves": [
14,
Expand Down Expand Up @@ -177,6 +184,14 @@
],
"unreleased": true
},
"803": {
"evolutions": [
{
"evoId": 804,
"formId": 0
}
]
},
"902": {
"pokemonName": "Basculegion-male",
"quickMoves": [
Expand Down Expand Up @@ -219,47 +234,6 @@
"legendary": false,
"mythic": false
},
"905": {
"pokemonName": "Enamorus-incarnate",
"quickMoves": [
234,
263,
274,
282,
350
],
"chargedMoves": [
14,
74,
80,
84,
85,
86,
87,
88,
90,
108,
131,
132,
247,
272,
277,
304,
321,
341,
382
],
"attack": 281,
"defense": 162,
"stamina": 179,
"types": [
3,
18
],
"unreleased": true,
"legendary": true,
"mythic": false
},
"1009": {
"pokemonName": "Walking-wake",
"quickMoves": [
Expand Down Expand Up @@ -309,7 +283,8 @@
219,
255,
282,
357
357,
402
],
"chargedMoves": [
14,
Expand Down Expand Up @@ -620,7 +595,8 @@
253,
278,
282,
297
297,
402
],
"chargedMoves": [
14,
Expand Down Expand Up @@ -847,7 +823,8 @@
235,
250,
255,
282
282,
402
],
"chargedMoves": [
14,
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -758,9 +758,9 @@
"@jridgewell/sourcemap-codec" "^1.4.10"

"@na-ji/pogo-protos@<3.0.0":
version "2.105.0"
resolved "https://registry.yarnpkg.com/@na-ji/pogo-protos/-/pogo-protos-2.105.0.tgz#a4e1d921b3606afb2e073996895f9aa2af761fc9"
integrity sha512-kHL96kUX0mZR2TbNUhWm3JcHIANEtrodNaiTMvlbL1s/0TYn6ZIMfEyY/TWomS6JElbUqUmLtWVURJaQ6Xreeg==
version "2.118.0"
resolved "https://registry.yarnpkg.com/@na-ji/pogo-protos/-/pogo-protos-2.118.0.tgz#595dd7a439ef42576624a32bf99e1b9d42a09d2f"
integrity sha512-ZY3PZGBQCUGTU4H8EBSroot7t9kuFjQhwli5fjgsPct8txsBPGgdud6M+wAt7GAIiCnmmWK5suwAN8iKEuoazw==
dependencies:
protobufjs "^6.11.3"

Expand Down Expand Up @@ -934,9 +934,9 @@
integrity sha512-6qKpDtoaYLM+5+AFChLhHermMQxc3TOEFIDzrZLPRGHPrLEwqFkkT5Kx3ju05g6X7uDPazz3jHbKPX0KzCjntg==

"@types/node@>=13.7.0":
version "20.11.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.5.tgz#be10c622ca7fcaa3cf226cf80166abc31389d86e"
integrity sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==
version "20.11.30"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit ec1057d

Please sign in to comment.