1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +00:00

fix: modified variants in Pokémon Go and Astral Radiance (#420)

This commit is contained in:
calli23
2023-01-30 09:41:17 +01:00
committed by GitHub
parent 9074fbf511
commit 2a7e84c93a
92 changed files with 537 additions and 96 deletions

View File

@ -25,7 +25,12 @@ const card: Card = {
de: "Wähle 1 deiner Basis-Pokémon im Spiel. Wenn du eine Phase-2-Karte auf deiner Hand hast, die sich aus jenem Pokémon entwickelt, lege sie auf das Basis-Pokémon, um es zu entwickeln und Phase 1 zu überspringen. Du kannst diese Karte nicht während deines ersten Zuges oder für ein Basis-Pokémon, das während dieses Zuges ins Spiel gebracht wurde, verwenden."
},
trainerType: "Item"
trainerType: "Item",
variants: {
"normal": true,
"reverse": true,
"holo": false
}
}
export default card