mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
32
data/HeartGold & SoulSilver/Triumphant/90.ts
Normal file
32
data/HeartGold & SoulSilver/Triumphant/90.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Triumphant'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rescue Energy",
|
||||
fr: "Énergie Rescousse",
|
||||
},
|
||||
illustrator: "Kent Kanetsuna",
|
||||
rarity: "Uncommon",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Énergie Rescousse fournit de l'Énergie Colorless. Si le Pokémon auquel est attachée cette carte est mis K.O. par une attaque, récupérez ce Pokémon dans votre main. (Défaussez toutes les cartes attachées à ce Pokémon.)",
|
||||
},
|
||||
|
||||
energyType: "Special",
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user