mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Neo Genesis'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Chikorita",
|
||||
fr: "Germignon"
|
||||
fr: "Germignon",
|
||||
de: "Endivie"
|
||||
},
|
||||
|
||||
illustrator: "Naoyo Kimura",
|
||||
@ -31,7 +32,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tackle",
|
||||
fr: "Charge"
|
||||
fr: "Charge",
|
||||
de: "Tackle"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -43,11 +45,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Deflector",
|
||||
fr: "Protection"
|
||||
fr: "Protection",
|
||||
de: "Deflector"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, whenever Chikorita takes damage, divide that damage in half (rounded down to the nearest 10). (Any other effects still happen.)",
|
||||
fr: "Pendant le prochain tour de votre adversaire, à chaque fois que Germignon reçoit des dégâts, divisez ces dégâts par deux (arrondis à la dizaine la plus proche). (Tout autre effet reste actif.)"
|
||||
fr: "Pendant le prochain tour de votre adversaire, à chaque fois que Germignon reçoit des dégâts, divisez ces dégâts par deux (arrondis à la dizaine la plus proche). (Tout autre effet reste actif.)",
|
||||
de: "During your opponent's next turn, whenever Chikorita takes damage, divide that damage in half (rounded down to the nearest 10). (Any other effects still happen.)"
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user