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

feat: Add Crown Zenith (#416)

This commit is contained in:
2023-01-22 19:11:31 +01:00
committed by GitHub
parent a2db003735
commit 9074fbf511
231 changed files with 13403 additions and 0 deletions

View File

@ -0,0 +1,32 @@
import { Card } from "../../../interfaces"
import Set from "../Crown Zenith"
const card: Card = {
set: Set,
name: {
en: "Volo",
fr: "Percupio",
es: "Volus",
it: "Ethelo",
pt: "Volo",
de: "Volo"
},
rarity: "Ultra Rare",
category: "Trainer",
effect: {
en: "Discard 1 of your Benched Pokémon V and all attached cards.",
fr: "Défaussez l'un de vos Pokémon-V de Banc et toutes les cartes attachées.",
es: "Descarta 1 de tus Pokémon V en Banca y todas las cartas unidas a él.",
it: "Scarta uno dei tuoi Pokémon-V in panchina e tutte le carte a esso assegnate.",
pt: "Descarte 1 dos seus Pokémon V no Banco e todas as cartas ligadas a ele.",
de: "Lege 1 Pokémon-V auf deiner Bank und alle angelegten Karten auf deinen Ablagestapel."
},
trainerType: "Supporter",
regulationMark: "F"
}
export default card