mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Scyther",
|
||||
fr: "Insécateur"
|
||||
fr: "Insécateur",
|
||||
de: "Sichlor"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Uncommon",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Twin Play",
|
||||
fr: "Duo"
|
||||
fr: "Duo",
|
||||
de: "Twin Play"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 in any combination of Scyther and Scyther ex and put them onto your Bench. Shuffle your deck afterward.",
|
||||
fr: "Choisissez dans votre deck jusqu'à 2 Insécateur et Insécateur ex, dans n'importe quelle combinaison, et placez-les sur votre Banc. Ensuite, mélangez votre deck."
|
||||
fr: "Choisissez dans votre deck jusqu'à 2 Insécateur et Insécateur ex, dans n'importe quelle combinaison, et placez-les sur votre Banc. Ensuite, mélangez votre deck.",
|
||||
de: "Search your deck for up to 2 in any combination of Scyther and Scyther ex and put them onto your Bench. Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,11 +47,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Agility",
|
||||
fr: "Hâte"
|
||||
fr: "Hâte",
|
||||
de: "Agility"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Scyther during your opponent's next turn.",
|
||||
fr: "Lancez une pièce. Si c'est face, prévenez tous les effets d'une attaque, dégâts inclus, infligés à Insécateur lors du prochain tour de votre adversaire."
|
||||
fr: "Lancez une pièce. Si c'est face, prévenez tous les effets d'une attaque, dégâts inclus, infligés à Insécateur lors du prochain tour de votre adversaire.",
|
||||
de: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Scyther during your opponent's next turn."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
Reference in New Issue
Block a user