mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
feat: Add Scarlet & violet three first sets (#446)
Some checks failed
Build / build (push) Failing after 59s
Some checks failed
Build / build (push) Failing after 59s
This commit is contained in:
32
data/Scarlet & Violet/Paldea Evolved/252.ts
Normal file
32
data/Scarlet & Violet/Paldea Evolved/252.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Paldea Evolved"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Brome",
|
||||
en: "Giacomo",
|
||||
es: "Anán",
|
||||
it: "Romelio",
|
||||
pt: "Giacomo",
|
||||
de: "Pinio"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez une Énergie spéciale de chacun des Pokémon de votre adversaire.",
|
||||
en: "Discard a Special Energy from each of your opponent's Pokémon.",
|
||||
es: "Descarta 1 Energía Especial de cada uno de los Pokémon de tu rival.",
|
||||
it: "Scarta un'Energia speciale da ciascuno dei Pokémon del tuo avversario.",
|
||||
pt: "Descarte uma Energia Especial de cada um dos Pokémon do seu oponente.",
|
||||
de: "Lege 1 Spezial-Energie von jedem Pokémon deines Gegners auf seinen Ablagestapel."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user