mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59: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: "Phanpy",
|
||||
fr: "Phanpy"
|
||||
fr: "Phanpy",
|
||||
de: "Phanpy"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
@ -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: "Endure",
|
||||
fr: "Ténacité"
|
||||
fr: "Ténacité",
|
||||
de: "Endure"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, then if, during your opponent's next turn, Phanpy would be Knocked Out by an attack, Phanpy isn't Knocked Out and its remaining HP become 10 instead.",
|
||||
fr: "Lancez une pièce. Si c'est face, alors, si pendant le prochain tour de votre adversaire, une attaque est supposée mettre Phanpy K.O., Phanpy n'est pas mis K.O. mais ses PV deviennent 10."
|
||||
fr: "Lancez une pièce. Si c'est face, alors, si pendant le prochain tour de votre adversaire, une attaque est supposée mettre Phanpy K.O., Phanpy n'est pas mis K.O. mais ses PV deviennent 10.",
|
||||
de: "Flip a coin. If heads, then if, during your opponent's next turn, Phanpy would be Knocked Out by an attack, Phanpy isn't Knocked Out and its remaining HP become 10 instead."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user