mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01:59 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -4,7 +4,8 @@ import Set from '../Sandstorm'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dusclops",
|
||||
fr: "Teraclope"
|
||||
fr: "Teraclope",
|
||||
de: "Zwirrklop"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Rare",
|
||||
@@ -32,11 +33,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Judgement",
|
||||
fr: "Jugement"
|
||||
fr: "Jugement",
|
||||
de: "Judgement"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. If both of them are heads, the Defending Pokémon is Knocked Out.",
|
||||
fr: "Lancez deux pièces. Si ce sont deux faces, le Pokémon Défenseur est mis K.O."
|
||||
fr: "Lancez deux pièces. Si ce sont deux faces, le Pokémon Défenseur est mis K.O.",
|
||||
de: "Flip 2 coins. If both of them are heads, the Defending Pokémon is Knocked Out."
|
||||
},
|
||||
|
||||
},
|
||||
@@ -48,11 +51,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Random Curse",
|
||||
fr: "Malédiction au pif"
|
||||
fr: "Malédiction au pif",
|
||||
de: "Random Curse"
|
||||
},
|
||||
effect: {
|
||||
en: "Put a total of 5 damage counters on all Defending Pokémon in any way you like.",
|
||||
fr: "Placez comme vous le voulez un total de cinq marqueurs de dégât sur tout Pokémon Défenseur."
|
||||
fr: "Placez comme vous le voulez un total de cinq marqueurs de dégât sur tout Pokémon Défenseur.",
|
||||
de: "Put a total of 5 damage counters on all Defending Pokémon in any way you like."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user