mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +00:00
Finished Complete Rework of the Database
This commit is contained in:
46
data/HeartGold & SoulSilver/Triumphant/101.ts
Normal file
46
data/HeartGold & SoulSilver/Triumphant/101.ts
Normal file
@ -0,0 +1,46 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Triumphant'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Palkia & Dialga LEGEND",
|
||||
fr: "Palkia & Dialga LÉGENDE",
|
||||
},
|
||||
illustrator: "Shinji Higuchi + Sachiko Eba/樋口真嗣+江場左知子",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
dexId: [
|
||||
483,
|
||||
],
|
||||
hp: 160,
|
||||
types: [
|
||||
"Water",
|
||||
"Metal",
|
||||
],
|
||||
|
||||
|
||||
suffix: "Legend",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
|
||||
name: {
|
||||
fr: "",
|
||||
},
|
||||
effect: {
|
||||
fr: "Vous ne pouvez placer cette carte sur votre Banc que si vous placez en même temps l'autre moitié de Palkia & Dialga LÉGENDE.",
|
||||
},
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user