mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Snorlax",
|
||||
fr: "Ronflex Niv. X",
|
||||
de: "Relaxo"
|
||||
},
|
||||
illustrator: "Shizurow",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +28,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Big Appetite",
|
||||
fr: "Gros appétit",
|
||||
de: "Großer Hunger"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Snorlax is your Active Pokémon, you may draw cards until you have 6 cards in your hand. If you do, Snorlax is now Asleep. This power can't be used if Snorlax is affected by a Special Condition.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), si Ronflex est votre Pokémon Actif, vous pouvez piocher des cartes jusqu'à ce que vous ayez 6 cartes en main. Ronflex est alors maintenant Endormi. Ce pouvoir ne peut pas être utilisé si Ronflex est affecté par un État Spécial.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du, wenn Relaxo dein Aktives Pokémon ist, so viele Karten ziehen, bis du 6 Karten auf der Hand hast. Wenn du das machst, schläft Relaxo jetzt. Diese Poké-Power kann nicht benutzt werden, wenn Relaxo von einem Speziellen Zustand betroffen ist."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -45,10 +48,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Exercise",
|
||||
fr: "Exercise",
|
||||
de: "Leibesübung"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard as many Energy cards as you like from your hand. If you do, remove that many damage counters from Snorlax.",
|
||||
fr: "Vous pouvez défausser de votre main autant de cartes Énergie que vous le voulez. Retirez alors à Ronflex autant de marqueurs de dégât.",
|
||||
de: "Du kannst beliebig viele Energiekarten von deiner Hand auf deinen Ablagestapel legen. Wenn du das machst, entferne die gleiche Anzahl Schadensmarken von Relaxo."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user