1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-28 14:59:19 +00:00

Most data added (#106)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-18 11:53:03 +02:00
committed by GitHub
parent 6975dd8457
commit 142310c539
364 changed files with 11547 additions and 0 deletions

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Lycanroc)'
const card: Card = {
set: Set,
name: {
en: "Big Malasada",
fr: "Malasada Maxi",
es: "Malasada Maxi",
it: "Malasada maxi",
pt: "Sonho Recheado Grande",
de: "Maxi-Malasada"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Heal 20 damage and remove a Special Condition from your Active Pokémon.",
fr: "Soignez 20 dégâts et retirez un État Spécial de votre Pokémon Actif.",
es: "Cura 20 puntos de daño y elimina 1 Condición Especial de tu Pokémon Activo.",
it: "Cura il tuo Pokémon attivo da 20 danni e rimuovi una condizione speciale che lo influenza.",
pt: "Cure 20 pontos de dano e remova 1 Condição Especial do seu Pokémon Ativo.",
de: "Heile 20 Schadenspunkte und entferne 1 Speziellen Zustand von deinem Aktiven Pokémon."
},
trainerType: "Item"
}
export default card