Skip to content

Commit b68a4ac

Browse files
pokeapi-machine-userNaramsim
authored andcommitted
[Updater Bot] Regenerate data
1 parent cdacb91 commit b68a4ac

3 files changed

Lines changed: 30 additions & 1 deletion

File tree

data/api/v2/pokemon/10220/index.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,21 @@
205205
}
206206
},
207207
"stats": [],
208-
"types": [],
208+
"types": [
209+
{
210+
"slot": 1,
211+
"type": {
212+
"name": "electric",
213+
"url": "/api/v2/type/13/"
214+
}
215+
},
216+
{
217+
"slot": 2,
218+
"type": {
219+
"name": "poison",
220+
"url": "/api/v2/type/4/"
221+
}
222+
}
223+
],
209224
"weight": 10000
210225
}

data/api/v2/type/13/index.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,13 @@
939939
"url": "/api/v2/pokemon/10210/"
940940
},
941941
"slot": 1
942+
},
943+
{
944+
"pokemon": {
945+
"name": "toxtricity-low-key-gmax",
946+
"url": "/api/v2/pokemon/10220/"
947+
},
948+
"slot": 1
942949
}
943950
]
944951
}

data/api/v2/type/4/index.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,13 @@
879879
"url": "/api/v2/pokemon/10217/"
880880
},
881881
"slot": 1
882+
},
883+
{
884+
"pokemon": {
885+
"name": "toxtricity-low-key-gmax",
886+
"url": "/api/v2/pokemon/10220/"
887+
},
888+
"slot": 2
882889
}
883890
]
884891
}

0 commit comments

Comments
 (0)