1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 11:30:46 +00:00

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Dragonium Z: Dragon Claw",
fr: "Dracozélite : Dracogriffe",
es: "Dracostal Z: Garra Dragón",
it: "Draconium Z: Dragartigli",
pt: "Dragonium Z: Garra de Dragão",
de: "Dracium Z: Drachenklaue"
},
illustrator: "aky CG Works",
rarity: "Uncommon",
@ -12,18 +16,28 @@ const card: Card = {
set: Set,
attacks: [{
name: {
en: 'Destructive Drake GX',
},
damage: '80x',
effect: {
en: 'Discard all basic Energy from this Pokémon. This attack does 80 damage for each card you discarded in this way. (you can\'t use mote than 1 GX attack in a game.)'
},
cost: [
'Colorless',
'Colorless',
'Colorless'
]
}],
effect: {
fr: "Si le Pokémon auquel cette carte est attachée a lattaque Dracogriffe, il peut utiliser lattaque GX sur cette carte. (Vous avez toujours besoin de lÉnergie nécessaire pour utiliser cette attaque.)\n\nColorlessColorlessColorless Destruction Draconique GX 80×\nDéfaussez toute lÉnergie de base de ce Pokémon. Cette attaque inflige 80 dégâts pour chaque carte défaussée de cette façon. (Vous ne pouvez utiliser quune attaque GX par partie.)",
en: "If the Pokémon this card is attached to has the Dragon Claw attack, it can use the GX attack on this card. (You still need the necessary Energy to use this attack.)",
es: "",
it: "",
pt: "",
de: ""
},
trainerType: "Tool",