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: "Beedrill-EX",
en: "Beedrill EX",
},
illustrator: "hatachu",
rarity: "Common",
category: "Pokemon",
illustrator: "hatachu",
rarity: "None",
category: "Pokemon",
set: Set,
dexId: [
15,
],
hp: 160,
types: [
"Grass",
],
suffix: "EX",
attacks: [
@ -30,7 +32,7 @@ const card: Card = {
en: "Double Scrapper",
},
effect: {
en: "Discard up to 2 Pokémon Tool cards attached to your opponent's Pokémon.",
en: "Discard up to 2 Pokémon Tool cards attached to your opponents Pokémon.",
},
},
@ -45,10 +47,11 @@ const card: Card = {
effect: {
en: "Flip 4 coins. This attack does 40 damage times the number of heads.",
},
damage: 40,
damage: "40×",
},
],
weaknesses: [
{
type: "Fire",
@ -56,10 +59,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card