1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 18:29:19 +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

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Shellos East Sea",
fr: "Sancoki Mer Orient",
de: "Schalellos Östliches Meer"
},
illustrator: "Midori Harada",
rarity: "Common",
@ -30,6 +31,7 @@ const card: Card = {
name: {
en: "Surf",
fr: "Surf",
de: "Surfer"
},
damage: 10,
@ -43,10 +45,12 @@ const card: Card = {
name: {
en: "Muddy Water",
fr: "Ocroupi",
de: "Lehmbrühe"
},
effect: {
en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à 1 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Dieser Angriff fügt 1 Pokémon auf der Bank deines Gegners 10 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
},
damage: 20,