mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-08 11:09:18 +00:00
31
data/Trainer kits/HS trainer Kit (Excadrill)/15.ts
Normal file
31
data/Trainer kits/HS trainer Kit (Excadrill)/15.ts
Normal file
@ -0,0 +1,31 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Potion",
|
||||
fr: "Potion",
|
||||
es: "Poción",
|
||||
it: "Pozione",
|
||||
pt: "Poção",
|
||||
de: "Trank"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from 1 of your Pokémon.",
|
||||
fr: "Soignez 30 dégâts à 1 de vos Pokémon.",
|
||||
es: "Cura 30 puntos de daño a 1 de tus Pokémon.",
|
||||
it: "Cura uno dei tuoi Pokémon da 30 danni.",
|
||||
pt: "Cura 30 de danos de 1 Pokémon seu.",
|
||||
de: "Heile 30 Schadenspunkte bei 1 deiner Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user