1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29:19 +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

@ -5,21 +5,26 @@ const card: Card = {
name: {
en: "Trevenant",
},
illustrator: "Midori Harada",
rarity: "Rare",
category: "Pokemon",
illustrator: "Midori Harada",
rarity: "None",
category: "Pokemon",
set: Set,
dexId: [
709,
],
hp: 110,
types: [
"Psychic",
],
evolveFrom: {
en: "Phantump",
},
stage: "Stage1",
abilities: [
@ -29,7 +34,7 @@ const card: Card = {
en: "Nervous Seed",
},
effect: {
en: "As long as this Pokémon is your Active Pokémon, your opponent's Basic Pokémon's attacks cost Colorless more.",
en: "As long as this Pokémon is your Active Pokémon, your opponents Basic Pokémons attacks cost Colorless more.",
},
},
],
@ -40,6 +45,7 @@ const card: Card = {
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -47,9 +53,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card