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

@ -3,22 +3,24 @@ import Set from '../XY Black Star Promos'
const card: Card = {
name: {
en: "Salamence-EX",
en: "Salamence EX",
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
illustrator: "5ban Graphics",
rarity: "None",
category: "Pokemon",
set: Set,
dexId: [
373,
],
hp: 180,
types: [
"Dragon",
],
suffix: "EX",
attacks: [
@ -32,9 +34,9 @@ const card: Card = {
en: "Beastly Fang",
},
effect: {
en: "This attack does 50 more damage for each of your opponent's Pokémon-EX.",
en: "This attack does 50 more damage for each of your opponents Pokémon-EX.",
},
damage: 10,
damage: "10+",
},
{
@ -48,12 +50,13 @@ const card: Card = {
en: "Dragon Strike",
},
effect: {
en: "This Pokémon can't use Dragon Strike during your next turn.",
en: "This Pokémon cant use Dragon Strike during your next turn.",
},
damage: 130,
},
],
weaknesses: [
{
type: "Fairy",
@ -61,10 +64,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card