mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Skyridge'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Ditto",
|
||||
de: "Ditto"
|
||||
},
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Prismatic Body",
|
||||
de: "Prismatischer Körper"
|
||||
},
|
||||
effect: {
|
||||
en: "Each basic Energy card attached to Ditto provides every type of Energy but provides only 1 Energy at a time.",
|
||||
de: "Jede an Ditto angelegte Basis-Energiekarte erzeugt jeden Energietyp, aber nur 1 Energie auf einmal."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Copy",
|
||||
de: "Kopie"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 of the Defending Pokémon's attacks. Copy copies that attack. This attack does nothing if Ditto doesn't have the Energy necessary to use that attack. (You must still do anything else required in order to use that attack.)",
|
||||
de: "Wähle 1 der Angriffe des verteidigenden Pokémon. Kopie kopiert diesen Angriff. Dieser Angriff hat keine Auswirkungen, wenn an Ditto nicht die für diesen Angriff benötigte Energie angelegt ist. (Du musst immer noch alles tun, was verlangt wird, um diesen Angriff durchzuführen.)"
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user