mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -41,7 +41,7 @@ const card: Card = {
|
||||
en: "Flip a coin. If heads, this attack does 30 damage to each of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts à chacun de vos Pokémon de Banc. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
damage: 130,
|
||||
damage: "130+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -60,7 +60,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 0
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Generations'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Basic Grass Energy",
|
||||
en: "Grass Energy",
|
||||
fr: "Énergie Grass de base",
|
||||
},
|
||||
illustrator: undefined,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Generations'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Basic Fire Energy",
|
||||
en: "Fire Energy",
|
||||
fr: "Énergie Fire de base",
|
||||
},
|
||||
illustrator: undefined,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Generations'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Basic Water Energy",
|
||||
en: "Water Energy",
|
||||
fr: "Énergie Water de base",
|
||||
},
|
||||
illustrator: undefined,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Generations'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Basic Lightning Energy",
|
||||
en: "Lightning Energy",
|
||||
fr: "Énergie Lightning de base",
|
||||
},
|
||||
illustrator: undefined,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Generations'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Basic Psychic Energy",
|
||||
en: "Psychic Energy",
|
||||
fr: "Énergie Psychic de base",
|
||||
},
|
||||
illustrator: undefined,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Generations'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Basic Fighting Energy",
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Fighting de base",
|
||||
},
|
||||
illustrator: undefined,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Generations'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Basic Darkness Energy",
|
||||
en: "Darkness Energy",
|
||||
fr: "Énergie Darkness de base",
|
||||
},
|
||||
illustrator: undefined,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Generations'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Basic Metal Energy",
|
||||
en: "Metal Energy",
|
||||
fr: "Énergie Metal de base",
|
||||
},
|
||||
illustrator: undefined,
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Generations'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Basic Fairy Energy",
|
||||
en: "Fairy Energy",
|
||||
fr: "Énergie Fairy de base",
|
||||
},
|
||||
illustrator: undefined,
|
||||
|
Reference in New Issue
Block a user