mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Farfetch'd",
|
||||
fr: "Canarticho"
|
||||
fr: "Canarticho",
|
||||
de: "Porenta"
|
||||
},
|
||||
illustrator: "Yukiko Baba",
|
||||
rarity: "Rare",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hoard",
|
||||
fr: "Faire des provisions"
|
||||
fr: "Faire des provisions",
|
||||
de: "Hoard"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Pokémon Tool cards and attach them to any of your Pokémon (excluding Pokémon that already have a Pokémon Tool attached to them). Shuffle your deck afterward.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 cartes Outil Pokémon et attachez-les aux Pokémon de votre choix (sauf les Pokémon qui possèdent déjà une carte Outil Pokémon). Ensuite, mélangez votre deck."
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 cartes Outil Pokémon et attachez-les aux Pokémon de votre choix (sauf les Pokémon qui possèdent déjà une carte Outil Pokémon). Ensuite, mélangez votre deck.",
|
||||
de: "Search your deck for up to 2 Pokémon Tool cards and attach them to any of your Pokémon (excluding Pokémon that already have a Pokémon Tool attached to them). Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Cross-Cut",
|
||||
fr: "Coupe transversale"
|
||||
fr: "Coupe transversale",
|
||||
de: "Cross-Cut"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is an Evolved Pokémon, this attack does 10 damage plus 20 more damage.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon Évolué, cette attaque inflige 10 dégâts plus 20 dégâts supplémentaires."
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon Évolué, cette attaque inflige 10 dégâts plus 20 dégâts supplémentaires.",
|
||||
de: "If the Defending Pokémon is an Evolved Pokémon, this attack does 10 damage plus 20 more damage."
|
||||
},
|
||||
damage: "10+",
|
||||
|
||||
|
Reference in New Issue
Block a user