mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Neo Revelation'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Ampharos",
|
||||
fr: "Pharamp"
|
||||
fr: "Pharamp",
|
||||
de: "Ampharos"
|
||||
},
|
||||
|
||||
illustrator: "Toshinao Aoki",
|
||||
@ -35,11 +36,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Attract Current",
|
||||
fr: "Courant d'attraction"
|
||||
fr: "Courant d'attraction",
|
||||
de: "Attract Current"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 3 coins. For each heads, you may search your deck for a L Energy card and attach it to 1 of your L Pokémon. Shuffle your deck afterward.",
|
||||
fr: "Lancez 3 pièces. Pour chaque face, vous pouvez chercher une carte Énergie dans votre deck et l'attacher à l'un de vos Pokémon . Mélangez ensuite votre deck."
|
||||
fr: "Lancez 3 pièces. Pour chaque face, vous pouvez chercher une carte Énergie dans votre deck et l'attacher à l'un de vos Pokémon . Mélangez ensuite votre deck.",
|
||||
de: "Flip 3 coins. For each heads, you may search your deck for a Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -53,11 +56,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Gigavolt",
|
||||
fr: "Gigavolt"
|
||||
fr: "Gigavolt",
|
||||
de: "Gigavolt"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 40 damage plus 20 more damage. If tails, this attack does 40 damage and the Defending Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires. Si c'est pile, cette attaque inflige 40 dégâts et le Pokémon Défenseur est maintenant Paralysé."
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires. Si c'est pile, cette attaque inflige 40 dégâts et le Pokémon Défenseur est maintenant Paralysé.",
|
||||
de: "Flip a coin. If heads, this attack does 40 damage plus 20 more damage. If tails, this attack does 40 damage and the Defending Pokémon is now Paralyzed."
|
||||
},
|
||||
damage: "40+",
|
||||
|
||||
|
Reference in New Issue
Block a user