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/187.ts
Normal file
32
data/Scarlet & Violet/Paldea Evolved/187.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Paldea Evolved"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Saguaro",
|
||||
en: "Saguaro",
|
||||
es: "Hugo",
|
||||
it: "Guaro",
|
||||
pt: "Saguaro",
|
||||
de: "Saguaro"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez jusqu'à 2 de vos Pokémon, puis soignez 50 dégâts de chacun d'eux.",
|
||||
en: "Choose up to 2 of your Pokémon and heal 50 damage from each of them.",
|
||||
es: "Elige hasta 2 de tus Pokémon y cura 50 puntos de daño a cada uno de ellos.",
|
||||
it: "Scegli fino a due dei tuoi Pokémon e cura ciascuno di essi da 50 danni.",
|
||||
pt: "Escolha até 2 dos seus Pokémon e cure 50 pontos de dano de cada um deles.",
|
||||
de: "Wähle bis zu 2 deiner Pokémon und heile 50 Schadenspunkte bei jedem von ihnen."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user