mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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: "Ariados",
|
||||
fr: "Migalos"
|
||||
fr: "Migalos",
|
||||
de: "Ariados"
|
||||
},
|
||||
illustrator: "Shin-ichi Yoshida",
|
||||
rarity: "Rare",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Gluey Slime",
|
||||
fr: "Bave gluante"
|
||||
fr: "Bave gluante",
|
||||
de: "Gluey Slime"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Ariados is in play, each player must pay an additional Colorless to retreat his or her Active Pokémon. Gluey Slime can't make a player pay more than an additional Colorless to retreat a Pokémon, even if there is more than 1 Ariados in play.",
|
||||
fr: "Tant que Migalos est en jeu, chaque joueur doit payer un supplémentaire pour faire battre en retraite son Pokémon Actif. Bave gluante ne peut pas obliger un joueur à payer plus qu'un supplémentaire pour faire battre en retraite un Pokémon, même s'il y a plus d'un Migalos en jeu."
|
||||
fr: "Tant que Migalos est en jeu, chaque joueur doit payer un supplémentaire pour faire battre en retraite son Pokémon Actif. Bave gluante ne peut pas obliger un joueur à payer plus qu'un supplémentaire pour faire battre en retraite un Pokémon, même s'il y a plus d'un Migalos en jeu.",
|
||||
de: "As long as Ariados is in play, each player must pay an additional to retreat his or her Active Pokémon. Gluey Slime can´t make a player pay more than an additional to retreat a Pokémon, even if there is more than 1 Ariados in play."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,11 +47,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spider Force",
|
||||
fr: "Arachno-force"
|
||||
fr: "Arachno-force",
|
||||
de: "Spider Force"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage. If tails, this attack does 20 damage and the Defending Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 10 dégâts supplémentaires. Si c'est pile, cette attaque inflige 20 dégâts et le Pokémon Défenseur est maintenant Paralysé."
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 10 dégâts supplémentaires. Si c'est pile, cette attaque inflige 20 dégâts et le Pokémon Défenseur est maintenant Paralysé.",
|
||||
de: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage. If tails, this attack does 20 damage and the Defending Pokémon is now Paralyzed."
|
||||
},
|
||||
damage: "20+",
|
||||
|
||||
|
Reference in New Issue
Block a user