mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Seel",
|
||||
fr: "Otaria"
|
||||
fr: "Otaria",
|
||||
de: "Jurob"
|
||||
},
|
||||
illustrator: "Toshinao Aoki",
|
||||
rarity: "Common",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Horn Hazard",
|
||||
fr: "Chanc'korne"
|
||||
fr: "Chanc'korne",
|
||||
de: "Horn Hazard"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing.",
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet."
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet.",
|
||||
de: "Flip a coin. If tails, this attack does nothing."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user