1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 17:39:18 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Ho-Oh BREAK",
fr: "Ho-Oh TURBO",
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
illustrator: "5ban Graphics",
rarity: "None",
category: "Pokemon",
set: Set,
dexId: [
250,
],
hp: 150,
types: [
"Fire",
],
evolveFrom: {
en: "Ho-Oh",
fr: "Ho-Oh",
},
stage: "BREAK",
stage: "BREAK",
attacks: [
{
@ -36,10 +40,11 @@ const card: Card = {
],
name: {
en: "Shining Flame",
fr: "Règle des Évolutions TURBO",
fr: "Flamme Brillante",
},
effect: {
en: "This Pokémon can't use Shining Flame during your next turn.",
en: "This Pokémon cant use Shining Flame during your next turn.",
fr: "Ce Pokémon ne peut pas utiliser Flamme Brillante pendant votre prochain tour."
},
damage: 160,
@ -63,11 +68,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card