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

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Aerodactyl",
fr: "Ptera",
de: "Aerodactyl"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Primal Claw",
fr: "Griffe primitive",
de: "Urzeitklaue"
},
effect: {
en: "After your opponent's Pokémon uses a Poké-Power, put 2 damage counters on that Pokémon.",
fr: "Une fois que le Pokémon de votre adversaire a utilisé un Poké-Power, placez 2 marqueurs de dégât sur ce Pokémon.",
de: "Nachdem ein Pokémon deines Gegners eine Poké-Power benutzt hat, lege 2 Schadensmarken auf dieses Pokémon."
},
},
],
@ -46,10 +49,12 @@ const card: Card = {
name: {
en: "Supersonic",
fr: "Ultrason",
de: "Superschall"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus.",
de: "Wirf 1 Münze. Bei 'Kopf' ist das Verteidigende Pokémon jetzt verwirrt."
},
damage: 30,