mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Ursaring",
|
||||
fr: "Ursaring"
|
||||
fr: "Ursaring",
|
||||
de: "Ursaring"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Rare",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Intimidating Ring",
|
||||
fr: "Cercle intimidant"
|
||||
fr: "Cercle intimidant",
|
||||
de: "Intimidating Ring"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Ursaring is your Active Pokémon, your opponent's Basic Pokémon can't attack or use any Poké-Powers.",
|
||||
fr: "Tant qu'Ursaring est votre Pokémon Actif, les Pokémon de base de votre adversaire ne peuvent pas attaquer ou utiliser des Poké-Powers."
|
||||
fr: "Tant qu'Ursaring est votre Pokémon Actif, les Pokémon de base de votre adversaire ne peuvent pas attaquer ou utiliser des Poké-Powers.",
|
||||
de: "As long as Ursaring is your Active Pokémon, your opponent's Basic Pokémon can't attack or use any Poké-Powers."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,11 +47,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Drag Off",
|
||||
fr: "Traîne"
|
||||
fr: "Traîne",
|
||||
de: "Drag Off"
|
||||
},
|
||||
effect: {
|
||||
en: "Before doing damage, you may switch 1 of your opponent's Benched Pokémon with the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon. Your opponent chooses the Defending Pokémon to switch.",
|
||||
fr: "Avant d'infliger des dégâts, vous pouvez échanger 1 des Pokémon de Banc de votre adversaire avec le Pokémon Défenseur. Cette attaque inflige alors 20 dégâts au nouveau Pokémon Défenseur. Votre adversaire choisit le Pokémon Défenseur à échanger."
|
||||
fr: "Avant d'infliger des dégâts, vous pouvez échanger 1 des Pokémon de Banc de votre adversaire avec le Pokémon Défenseur. Cette attaque inflige alors 20 dégâts au nouveau Pokémon Défenseur. Votre adversaire choisit le Pokémon Défenseur à échanger.",
|
||||
de: "Before doing damage, you may switch 1 of your opponent's Benched Pokémon with the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon. Your opponent chooses the Defending Pokémon to switch."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -61,11 +66,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rock Smash",
|
||||
fr: "Éclate-roc"
|
||||
fr: "Éclate-roc",
|
||||
de: "Rock Smash"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 40 damage plus 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires."
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires.",
|
||||
de: "Flip a coin. If heads, this attack does 40 damage plus 20 more damage."
|
||||
},
|
||||
damage: "40+",
|
||||
|
||||
|
Reference in New Issue
Block a user