mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29: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/173.ts
Normal file
32
data/Scarlet & Violet/Paldea Evolved/173.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Paldea Evolved"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Amulette Bravoure",
|
||||
en: "Bravery Charm",
|
||||
es: "Amuleto de Bravura",
|
||||
it: "Amuleto del Coraggio",
|
||||
pt: "Pingente de Bravura",
|
||||
de: "Amulett der Tapferkeit"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Le Pokémon de base auquel cette carte est attachée reçoit +50 PV.",
|
||||
en: "The Basic Pokémon this card is attached to gets +50 HP.",
|
||||
es: "El Pokémon Básico al que esté unida esta carta obtiene 50 PS más.",
|
||||
it: "Il Pokémon Base a cui è assegnata questa carta ha 50 PS in più.",
|
||||
pt: "O Pokémon Básico ao qual esta carta está ligada recebe 50 PS a mais.",
|
||||
de: "Das Basis-Pokémon, an das diese Karte angelegt ist, erhält +50 KP."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user