mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 02:42:09 +00:00
fix: Added the illustrator
field to TCGP A1 cards. (#604)
This commit is contained in:
parent
2b6d06184d
commit
48a984ef50
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Bulbasaur"
|
||||
},
|
||||
|
||||
illustrator: "Narumi Sato",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Ivysaur"
|
||||
},
|
||||
|
||||
illustrator: "Kurata So",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Venusaur"
|
||||
},
|
||||
|
||||
illustrator: "Ryota Murayama",
|
||||
category: "Pokemon",
|
||||
hp: 160,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Venusaur ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Caterpie"
|
||||
},
|
||||
|
||||
illustrator: "Miki Tanaka",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Grass"],
|
||||
@ -29,4 +30,4 @@ const card: Card = {
|
||||
rarity: "One Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Metapod"
|
||||
},
|
||||
|
||||
illustrator: "Yuka Morii",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
@ -27,4 +28,4 @@ const card: Card = {
|
||||
rarity: "One Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Butterfree"
|
||||
},
|
||||
|
||||
illustrator: "Shin Nagasawa",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Grass"],
|
||||
@ -39,4 +40,4 @@ const card: Card = {
|
||||
rarity: "Three Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Weedle"
|
||||
},
|
||||
|
||||
illustrator: "Hajime Kusajima",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Grass"],
|
||||
@ -27,4 +28,4 @@ const card: Card = {
|
||||
rarity: "One Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Kakuna"
|
||||
},
|
||||
|
||||
illustrator: "miki kudo",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
@ -27,4 +28,4 @@ const card: Card = {
|
||||
rarity: "One Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Beedrill"
|
||||
},
|
||||
|
||||
illustrator: "You Iribi",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Grass"],
|
||||
@ -27,4 +28,4 @@ const card: Card = {
|
||||
rarity: "Three Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Oddish"
|
||||
},
|
||||
|
||||
illustrator: "HYOGONOSUKE",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Grass"],
|
||||
@ -27,4 +28,4 @@ const card: Card = {
|
||||
rarity: "One Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Gloom"
|
||||
},
|
||||
|
||||
illustrator: "Anesaki Dynamic",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
@ -27,4 +28,4 @@ const card: Card = {
|
||||
rarity: "Two Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Vileplume"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Grass"],
|
||||
@ -31,4 +32,4 @@ const card: Card = {
|
||||
rarity: "Three Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Paras"
|
||||
},
|
||||
|
||||
illustrator: "Naoyo Kimura",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Fire"],
|
||||
@ -27,4 +28,4 @@ const card: Card = {
|
||||
rarity: "One Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Parasect"
|
||||
},
|
||||
|
||||
illustrator: "Eri Yamaki",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Venonat"
|
||||
},
|
||||
|
||||
illustrator: "HYOGONOSUKE",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Venomoth"
|
||||
},
|
||||
|
||||
illustrator: "Mina Nakai",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
@ -31,4 +32,4 @@ const card: Card = {
|
||||
rarity: "Two Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Bellsprout"
|
||||
},
|
||||
|
||||
illustrator: "HYOGONOSUKE",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Grass"],
|
||||
@ -27,4 +28,4 @@ const card: Card = {
|
||||
rarity: "One Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Weepinbell"
|
||||
},
|
||||
|
||||
illustrator: "Miki Tanaka",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Grass"],
|
||||
@ -27,4 +28,4 @@ const card: Card = {
|
||||
rarity: "Two Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Victreebel"
|
||||
},
|
||||
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Grass"],
|
||||
@ -39,4 +40,4 @@ const card: Card = {
|
||||
rarity: "Three Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Exeggcute"
|
||||
},
|
||||
|
||||
illustrator: "kawayoo",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Exeggutor"
|
||||
},
|
||||
|
||||
illustrator: "Yukiko Baba",
|
||||
category: "Pokemon",
|
||||
hp: 160,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Exeggutor ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
category: "Pokemon",
|
||||
hp: 160,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Tangela"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Scyther"
|
||||
},
|
||||
|
||||
illustrator: "Hasuno",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Pinsir"
|
||||
},
|
||||
|
||||
illustrator: "Eri Yamaki",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Cottonee"
|
||||
},
|
||||
|
||||
illustrator: "Kanako Eo",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Whimsicott"
|
||||
},
|
||||
|
||||
illustrator: "Atsuko Nishida",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Petilil"
|
||||
},
|
||||
|
||||
illustrator: "Naoyo Kimura",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Lilligant"
|
||||
},
|
||||
|
||||
illustrator: "You Iribi",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Skiddo"
|
||||
},
|
||||
|
||||
illustrator: "Naoki Saito",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Grass"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Gogoat"
|
||||
},
|
||||
|
||||
illustrator: "You Iribi",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
stage: "Stage1",
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Charmander"
|
||||
},
|
||||
|
||||
illustrator: "Teeziro",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Charmeleon"
|
||||
},
|
||||
|
||||
illustrator: "kantaro",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Charizard"
|
||||
},
|
||||
|
||||
illustrator: "takuyoa",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Charizard ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
category: "Pokemon",
|
||||
hp: 180,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Vulpix"
|
||||
},
|
||||
|
||||
illustrator: "Toshinao Aoki",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Ninetales"
|
||||
},
|
||||
|
||||
illustrator: "You Iribi",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Growlithe"
|
||||
},
|
||||
|
||||
illustrator: "Mizue",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Arcanine"
|
||||
},
|
||||
|
||||
illustrator: "kodama",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Arcanine ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Saito",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Ponyta"
|
||||
},
|
||||
|
||||
illustrator: "Uta",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Rapidash"
|
||||
},
|
||||
|
||||
illustrator: "Misa Tsutsui",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Magmar"
|
||||
},
|
||||
|
||||
illustrator: "Ryuta Fuse",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Flareon"
|
||||
},
|
||||
|
||||
illustrator: "sui",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Moltres"
|
||||
},
|
||||
|
||||
illustrator: "Hitoshi Ariga",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Moltres ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Heatmor"
|
||||
},
|
||||
|
||||
illustrator: "Suwama Chiaki",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Salandit"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Salazzle"
|
||||
},
|
||||
|
||||
illustrator: "hatachu",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Sizzlipede"
|
||||
},
|
||||
|
||||
illustrator: "Teeziro",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Centiskorch"
|
||||
},
|
||||
|
||||
illustrator: "GOSSAN",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Fire"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Squirtle"
|
||||
},
|
||||
|
||||
illustrator: "Mizue",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Wartortle"
|
||||
},
|
||||
|
||||
illustrator: "Nelnal",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Blastoise"
|
||||
},
|
||||
|
||||
illustrator: "Nurikabe",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Blastoise ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
category: "Pokemon",
|
||||
hp: 180,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Psyduck"
|
||||
},
|
||||
|
||||
illustrator: "Shibuzoh.",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Golduck"
|
||||
},
|
||||
|
||||
illustrator: "Naoki Saito",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Poliwag"
|
||||
},
|
||||
|
||||
illustrator: "Shibuzoh.",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Poliwhirl"
|
||||
},
|
||||
|
||||
illustrator: "Yuka Morii",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Poliwrath"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Tentacool"
|
||||
},
|
||||
|
||||
illustrator: "Shinya Komatsu",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Tentacruel"
|
||||
},
|
||||
|
||||
illustrator: "kodama",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Seel"
|
||||
},
|
||||
|
||||
illustrator: "Masako Yamashita",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Dewgong"
|
||||
},
|
||||
|
||||
illustrator: "Kanako Eo",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Shellder"
|
||||
},
|
||||
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Cloyster"
|
||||
},
|
||||
|
||||
illustrator: "Saya Tsuruta",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Krabby"
|
||||
},
|
||||
|
||||
illustrator: "Tomokazu Komiya",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Kingler"
|
||||
},
|
||||
|
||||
illustrator: "Shigenori Negishi",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Horsea"
|
||||
},
|
||||
|
||||
illustrator: "Saya Tsuruta",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Seadra"
|
||||
},
|
||||
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Goldeen"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Seaking"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Staryu"
|
||||
},
|
||||
|
||||
illustrator: "Hiroki Asanuma",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Starmie"
|
||||
},
|
||||
|
||||
illustrator: "Yukiko Baba",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Starmie ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Igarashi",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Magikarp"
|
||||
},
|
||||
|
||||
illustrator: "Sekio",
|
||||
category: "Pokemon",
|
||||
hp: 30,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Gyarados"
|
||||
},
|
||||
|
||||
illustrator: "Mituhiro Arita",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Lapras"
|
||||
},
|
||||
|
||||
illustrator: "Sekio",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Vaporeon"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Omanyte"
|
||||
},
|
||||
|
||||
illustrator: "Suwama Chiaki",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Omastar"
|
||||
},
|
||||
|
||||
illustrator: "kirisAki",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Articuno"
|
||||
},
|
||||
|
||||
illustrator: "Hitoshi Ariga",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Articuno ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Saito",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Ducklett"
|
||||
},
|
||||
|
||||
illustrator: "Yumi",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Swanna"
|
||||
},
|
||||
|
||||
illustrator: "sui",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Froakie"
|
||||
},
|
||||
|
||||
illustrator: "Aya Kusube",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Frogadier"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Greninja"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Pyukumuku"
|
||||
},
|
||||
|
||||
illustrator: "OOYAMA",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Bruxish"
|
||||
},
|
||||
|
||||
illustrator: "Mizue",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Snom"
|
||||
},
|
||||
|
||||
illustrator: "ryoma uratsuka",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Frosmoth"
|
||||
},
|
||||
|
||||
illustrator: "aoki",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Water"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Pikachu"
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Lightning"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Raichu"
|
||||
},
|
||||
|
||||
illustrator: "AKIRA EGAWA",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Lightning"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Pikachu ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Lightning"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Magnemite"
|
||||
},
|
||||
|
||||
illustrator: "sowsow",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Lightning"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Magneton"
|
||||
},
|
||||
|
||||
illustrator: "kirisAki",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Lightning"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Voltorb"
|
||||
},
|
||||
|
||||
illustrator: "SATOSHI NAKAI",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Lightning"],
|
||||
|
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Electrode"
|
||||
},
|
||||
|
||||
illustrator: "Asako Ito",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Lightning"],
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user