mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +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/181.ts
Normal file
32
data/Scarlet & Violet/Paldea Evolved/181.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Paldea Evolved"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Combat au Lait",
|
||||
en: "Fighting Au Lait",
|
||||
es: "Batido Combate",
|
||||
it: "Latte di Lotta",
|
||||
pt: "Leite da Luta",
|
||||
de: "Kampf au Lait"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Vous ne pouvez utiliser cette carte que s'il vous reste plus de cartes Récompense qu'à votre adversaire.\nSoignez 60 dégâts de l'un de vos Pokémon.",
|
||||
en: "You can use this card only if you have more Prize cards remaining than your opponent.\n\nHeal 60 damage from 1 of your Pokémon.",
|
||||
es: "Puedes usar esta carta solo si te quedan más cartas de Premio que a tu rival.\nCura 60 puntos de daño a uno de tus Pokémon.",
|
||||
it: "Puoi usare questa carta solo se hai più carte Premio rimanenti del tuo avversario.\nCura uno dei tuoi Pokémon da 60 danni.",
|
||||
pt: "Você só pode usar esta carta se tiver mais cartas de Prêmio restantes do que seu oponente.\nCure 60 pontos de dano de 1 dos seus Pokémon.",
|
||||
de: "Du kannst diese Karte nur einsetzen, wenn du mehr verbleibende Preiskarten hast als dein Gegner.\nHeile 60 Schadenspunkte bei 1 deiner Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user