mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Added Lost Origin datas (#360)
This commit is contained in:
38
data/Sword & Shield/Lost Origin/211.ts
Normal file
38
data/Sword & Shield/Lost Origin/211.ts
Normal file
@ -0,0 +1,38 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Lost Origin"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Volo",
|
||||
fr: "Percupio",
|
||||
es: "Volus",
|
||||
it: "Ethelo",
|
||||
pt: "Volo",
|
||||
de: "Volo"
|
||||
},
|
||||
|
||||
rarity: "Secret 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",
|
||||
|
||||
variants: {
|
||||
"normal": false,
|
||||
"reverse": false,
|
||||
"holo": true
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user