mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +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: "Exeggutor",
|
||||
fr: "Noadkoko"
|
||||
fr: "Noadkoko",
|
||||
de: "Kokowei"
|
||||
},
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
rarity: "Rare",
|
||||
@ -31,13 +32,15 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Big Eggsplosion",
|
||||
fr: "Grosse éclate"
|
||||
fr: "Grosse éclate",
|
||||
de: "Big Eggsplosion"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a number of coins equal to the number of Energy attached to Exeggutor. This attack does 20 damage times the number of heads.",
|
||||
fr: "Lancez un nombre de pièces équivalent au nombre d'Énergie attachées à Noadkoko. Cette attaque inflige 20 dégâts multipliés par le nombre de faces."
|
||||
fr: "Lancez un nombre de pièces équivalent au nombre d'Énergie attachées à Noadkoko. Cette attaque inflige 20 dégâts multipliés par le nombre de faces.",
|
||||
de: "Flip a number of coins equal to the amount of Energy attached to Exeggutor. This attack does 20 damage times the number of heads."
|
||||
},
|
||||
damage: "20×",
|
||||
damage: "20x",
|
||||
|
||||
},
|
||||
{
|
||||
@ -48,11 +51,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Lateral Eggsplosion",
|
||||
fr: "Éclate latérale"
|
||||
fr: "Éclate latérale",
|
||||
de: "Lateral Eggsplosion"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a number of coins equal to the total number of Energy attached to your Benched Pokémon. This attack does 30 damage plus 10 more damage for each heads.",
|
||||
fr: "Lancez un nombre de pièces égal à la quantité d'Énergie attachée à tous les Pokémon de votre Banc. Cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires pour chaque face."
|
||||
fr: "Lancez un nombre de pièces égal à la quantité d'Énergie attachée à tous les Pokémon de votre Banc. Cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires pour chaque face.",
|
||||
de: "Flip a number of coins equal to the amount of Energy attached to all of your Benched Pokémon. This attack does 30 damage plus 10 more damage for each heads."
|
||||
},
|
||||
damage: "30+",
|
||||
|
||||
|
Reference in New Issue
Block a user