1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -4,7 +4,8 @@ import Set from '../Expedition Base Set'
const card: Card = {
name: {
en: "Feraligatr",
fr: "Aligatueur"
fr: "Aligatueur",
de: "Impergator"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -28,11 +29,13 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Major Tsunami",
fr: "Terrible tsunami"
fr: "Terrible tsunami",
de: "Major Tsunami"
},
effect: {
en: "Once during your turn (before you attack), if Feraligatr is your Active Pokémon and if your opponent has any Benched Pokémon, your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon. Either way, if you have any Benched Pokémon, switch Feraligatr with 1 of them. This power can't be used if Feraligatr is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), si Aligatueur est votre Pokémon Actif et si votre adversaire a des Pokémon sur son Banc, il échange l'un d'eux contre son Pokémon Actif. Quel que soit le cas, si vous avez des Pokémon sur votre Banc, échangez l'un d'eux contre Aligatueur. Ce pouvoir ne peut pas être utilisé si Aligatueur est affecté par un État spécial."
fr: "Une seule fois pendant votre tour (avant votre attaque), si Aligatueur est votre Pokémon Actif et si votre adversaire a des Pokémon sur son Banc, il échange l'un d'eux contre son Pokémon Actif. Quel que soit le cas, si vous avez des Pokémon sur votre Banc, échangez l'un d'eux contre Aligatueur. Ce pouvoir ne peut pas être utilisé si Aligatueur est affecté par un État spécial.",
de: "Once during your turn (before your attack), if Feraligatr is your Active Pokémon and if your opponent has any Benched Pokémon, your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon. Either way, if you have any Benched Pokémon, switch Feraligatr with 1 of them. This power can't be used if Feraligatr is affected by a Special Condition."
},
},
],
@ -47,12 +50,14 @@ const card: Card = {
name: {
en: "Rending Jaws",
fr: "Coud'mâchoire"
fr: "Coud'mâchoire",
de: "Rending Jaws"
},
effect: {
en: "If there are no damage counters on the Defending Pokémon, this attack's base damage is 40 instead of 70.",
fr: "S'il n'y a aucun marqueur de dégâts sur le Pokémon Défenseur, cette attaque inflige 40 dégâts de base au lieu de 70."
fr: "S'il n'y a aucun marqueur de dégâts sur le Pokémon Défenseur, cette attaque inflige 40 dégâts de base au lieu de 70.",
de: "If there are now damage counters on the Defending Pokémon, this attack's base damage is 40 instead of 70."
},
damage: 70