mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Aquapolis'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pinsir",
|
||||
fr: "Scarabrute"
|
||||
fr: "Scarabrute",
|
||||
de: "Pinsir"
|
||||
},
|
||||
illustrator: "Toshinao Aoki",
|
||||
rarity: "Common",
|
||||
@ -31,12 +32,14 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Horn Grab",
|
||||
fr: "Attrap'korne"
|
||||
fr: "Attrap'korne",
|
||||
de: "Horngrapscher"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, this attack does nothing.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé. Si c'est pile, cette attaque ne fait rien."
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé. Si c'est pile, cette attaque ne fait rien.",
|
||||
de: "Wirf eine Münze. Bei 'Kopf' ist das Verteidigende Pokémon jetzt gelähm, bei 'Zahl' hat dieser Angriff keine Auswirkungen."
|
||||
},
|
||||
|
||||
damage: 20
|
||||
@ -50,12 +53,14 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Super Slice",
|
||||
fr: "Super tranche"
|
||||
fr: "Super tranche",
|
||||
de: "Superschnippler"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip 2 coins. If either of them is tails, this attack does nothing.",
|
||||
fr: "Lancez 2 pièces. Si vous obtenez un pile, cette attaque ne fait rien."
|
||||
fr: "Lancez 2 pièces. Si vous obtenez un pile, cette attaque ne fait rien.",
|
||||
de: "Wirf 2 Münzen. Wenn mindestens eine von beiden Zahl zeigt, hat dieser Angriff keine Auswirkungen."
|
||||
},
|
||||
|
||||
damage: 90
|
||||
|
Reference in New Issue
Block a user