1
0
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:
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: "Porygon",
fr: "Porygon",
de: "Porygon"
},
illustrator: "Kent Kanetsuna",
rarity: "Common",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Calculate",
fr: "Calculer",
de: "Berechnen"
},
effect: {
en: "Look at the top 3 cards of your deck and put them back on top of your deck in any order.",
fr: "Regardez les 3 cartes du dessus de votre deck et replacez-les au dessus de votre deck dans n'importe quel ordre.",
de: "Schau dir die obersten 3 Karten deines Decks an und lege sie in beliebiger Reihenfolge auf dein Deck zurück."
},
},
@ -45,6 +48,7 @@ const card: Card = {
name: {
en: "Sharpen",
fr: "Affûtage",
de: "Schärfer"
},
damage: 20,