mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49: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/151/155.ts
Normal file
32
data/Scarlet & Violet/151/155.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../151"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Gros Ballon",
|
||||
en: "Big Air Balloon",
|
||||
es: "Globo Helio Grande",
|
||||
it: "Palloncino Gigante",
|
||||
pt: "Grande Balão de Ar",
|
||||
de: "Großer Luftballon"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Le Pokémon de Niveau 2 auquel cette carte est attachée n'a pas de Coût de Retraite.",
|
||||
en: "The Stage 2 Pokémon this card is attached to has no Retreat Cost.",
|
||||
es: "El Pokémon de Fase 2 al que esté unida esta carta no tiene ningún Coste de Retirada.",
|
||||
it: "Il Pokémon di Fase 2 a cui è assegnata questa carta non ha costo di ritirata.",
|
||||
pt: "O Pokémon Estágio 2 ao qual esta carta está ligada não tem custo de Recuo.",
|
||||
de: "Das Phase-2-Pokémon, an das diese Karte angelegt ist, hat keine Rückzugskosten."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user