mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 09:59:19 +00:00
feat: Add Prismatic Evolutions (#637)
This commit is contained in:
36
data/Scarlet & Violet/Prismatic Evolutions/117.ts
Normal file
36
data/Scarlet & Violet/Prismatic Evolutions/117.ts
Normal file
@ -0,0 +1,36 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Prismatic Evolutions"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Maximum Belt",
|
||||
fr: "Ceinture Maximale",
|
||||
es: "Cinturón Colosal",
|
||||
pt: "Cinturão Máximo",
|
||||
it: "Maxicintura",
|
||||
de: "Maximalgürtel"
|
||||
},
|
||||
|
||||
rarity: "ACE SPEC Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Attacks used by the Pokémon this card is attached to do 50 more damage to your opponent's Active Pokémon ex (before applying Weakness and Resistance).",
|
||||
fr: "Les attaques utilisées par le Pokémon auquel cette carte est attachée infligent 50 dégâts supplémentaires au Pokémon-ex Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Los ataques usados por el Pokémon al que esté unida esta carta hacen 50 puntos de daño más al Pokémon ex Activo de tu rival (antes de aplicar Debilidad y Resistencia).",
|
||||
pt: "Os ataques usados pelo Pokémon ao qual esta carta está ligada causam 50 pontos de dano a mais ao Pokémon ex Ativo do seu oponente (antes de aplicar Fraqueza e Resistência).",
|
||||
it: "Gli attacchi usati dal Pokémon a cui è assegnata questa carta infliggono 50 danni in più al Pokémon-ex attivo del tuo avversario, prima di aver applicato debolezza e resistenza.",
|
||||
de: "Die eingesetzten Attacken von dem Pokémon, an das diese Karte angelegt ist, fügen dem Aktiven Pokémon-ex deines Gegners 50 Schadenspunkte mehr zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "H",
|
||||
variants: {
|
||||
holo: true,
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user