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:
32
data/Sword & Shield/Crown Zenith/151.ts
Normal file
32
data/Sword & Shield/Crown Zenith/151.ts
Normal 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
|
Reference in New Issue
Block a user