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 Revelation'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Ho-oh",
|
||||
fr: "Ho-oh"
|
||||
fr: "Ho-oh",
|
||||
de: "Ho-oh"
|
||||
},
|
||||
|
||||
illustrator: "Aya Kusube",
|
||||
@ -34,11 +35,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rainbow Burn",
|
||||
fr: "Brûlure arcenciel"
|
||||
fr: "Brûlure arcenciel",
|
||||
de: "Rainbow Burn"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 30 damage plus 10 more for each type of Basic Energy card if any, attached to Ho-oh",
|
||||
fr: "Cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires par type de carte Énergie de base attachée à Ho-oh, le cas échéant."
|
||||
fr: "Cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires par type de carte Énergie de base attachée à Ho-oh, le cas échéant.",
|
||||
de: "This attack does 30 damage plus 10 more damage for each type of Basic Energy card, if any, attached to Ho-oh."
|
||||
},
|
||||
damage: "30+",
|
||||
|
||||
|
Reference in New Issue
Block a user