Skip to content

Commit

Permalink
test: update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 15, 2023
1 parent e3d363b commit e364bad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
17 changes: 9 additions & 8 deletions tests/testUtils/full-data-responses/beldum.json
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,10 @@
"evYields": { "hp": 0, "attack": 0, "defense": 1, "specialattack": 0, "specialdefense": 0, "speed": 0 },
"evolutionLevel": null,
"flavorTexts": [
{ "flavor": "They converse with one another by using magnetic pulses. In a swarm, they move in perfect unison.", "game": "Shining Pearl" }
{
"flavor": "All its cells are magnets. It communicates with others of its kind by transmitting magnetic forces from its body.",
"game": "Violet"
}
],
"forme": null,
"formeLetter": null,
Expand Down Expand Up @@ -1597,12 +1600,7 @@
"eggGroups": ["Mineral"],
"evYields": { "hp": 0, "attack": 0, "defense": 2, "specialattack": 0, "specialdefense": 0, "speed": 0 },
"evolutionLevel": "20",
"flavorTexts": [
{
"flavor": "It is formed by two Beldum joining together. Its steel body won't be scratched if it collides with a jet.",
"game": "Shining Pearl"
}
],
"flavorTexts": [{ "flavor": "It adores magnetic minerals, so it pursues Nosepass at speeds exceeding 60 mph.", "game": "Violet" }],
"forme": null,
"formeLetter": null,
"gender": { "female": "0%", "male": "0%" },
Expand Down Expand Up @@ -10350,7 +10348,10 @@
"evYields": { "hp": 0, "attack": 0, "defense": 3, "specialattack": 0, "specialdefense": 0, "speed": 0 },
"evolutionLevel": "45",
"flavorTexts": [
{ "flavor": "Metang combined to form it. With four brains, it has the intelligence of a supercomputer.", "game": "Shining Pearl" }
{
"flavor": "It firmly pins its prey using its four claws and large body. Then Metagross uses the mouth on its stomach to chew its prey to bits.",
"game": "Violet"
}
],
"forme": null,
"formeLetter": null,
Expand Down
8 changes: 4 additions & 4 deletions tests/testUtils/full-data-responses/rattata-alola.json
Original file line number Diff line number Diff line change
Expand Up @@ -1906,10 +1906,10 @@
}
}
],
"baseSpecies": "Rattata",
"baseSpecies": "rattata",
"baseStats": { "hp": 30, "attack": 56, "defense": 35, "specialattack": 25, "specialdefense": 35, "speed": 72 },
"baseStatsTotal": 253,
"bulbapediaPage": "https://bulbapedia.bulbagarden.net/wiki/Rattata_(Pokémon)",
"bulbapediaPage": "https://bulbapedia.bulbagarden.net/wiki/rattata_(Pokémon)",
"catchRate": { "base": 255, "percentageWithOrdinaryPokeballAtFullHealth": "43.9%" },
"color": "Black",
"cosmeticFormes": null,
Expand Down Expand Up @@ -3837,10 +3837,10 @@
}
}
],
"baseSpecies": "Raticate",
"baseSpecies": "raticate",
"baseStats": { "hp": 75, "attack": 71, "defense": 70, "specialattack": 40, "specialdefense": 80, "speed": 77 },
"baseStatsTotal": 413,
"bulbapediaPage": "https://bulbapedia.bulbagarden.net/wiki/Raticate_(Pokémon)",
"bulbapediaPage": "https://bulbapedia.bulbagarden.net/wiki/raticate_(Pokémon)",
"catchRate": { "base": 127, "percentageWithOrdinaryPokeballAtFullHealth": "26%" },
"color": "Black",
"cosmeticFormes": null,
Expand Down

0 comments on commit e364bad

Please sign in to comment.