mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +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/Obsidian Flames/193.ts
Normal file
32
data/Scarlet & Violet/Obsidian Flames/193.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Obsidian Flames"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Popi",
|
||||
en: "Poppy",
|
||||
es: "Pola",
|
||||
it: "Verina",
|
||||
pt: "Poppy",
|
||||
de: "Poppy"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Déplacez jusqu'à 2 Énergies de l'un de vos Pokémon vers un autre de vos Pokémon.",
|
||||
en: "Move up to 2 Energy from 1 of your Pokémon to another of your Pokémon.",
|
||||
es: "Mueve hasta 2 Energías de uno de tus Pokémon a otro de tus Pokémon.",
|
||||
it: "Sposta fino a due Energie da uno dei tuoi Pokémon a un altro.",
|
||||
pt: "Mova até 2 Energias de 1 dos seus Pokémon para outro Pokémon seu.",
|
||||
de: "Verschiebe bis zu 2 Energien von 1 deiner Pokémon auf 1 anderes deiner Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user