mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
40
data/Sword & Shield/Fusion Strike/228.ts
Normal file
40
data/Sword & Shield/Fusion Strike/228.ts
Normal file
@ -0,0 +1,40 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Fusion Strike"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Cook",
|
||||
fr: "Cuisinier",
|
||||
es: "Chef",
|
||||
it: "Cuoco",
|
||||
pt: "Chef",
|
||||
de: "Küchenchef"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 70 damage from your Active Pokémon.",
|
||||
fr: "Soignez 70 dégâts de votre Pokémon Actif.",
|
||||
es: "Cura 70 puntos de daño a tu Pokémon Activo.",
|
||||
it: "Cura il tuo Pokémon attivo da 70 danni.",
|
||||
pt: "Cure 70 pontos de dano do seu Pokémon Ativo.",
|
||||
de: "Heile 70 Schadenspunkte bei deinem Aktiven Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E",
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user