mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-15 01:41:59 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
34dc55b1d7 | |||
17ef7efab3 | |||
|
b6dab212b7 |
22
data/Pokémon TCG Pocket/Mythical Island/063.ts
Normal file
22
data/Pokémon TCG Pocket/Mythical Island/063.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Mythical Island"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Old Amber"
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Play this card as if it were a 40-HP Basic C Pokémon.\nAt any time during your turn, you may discard this card from play.\nThis card can't retreat."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
rarity: "One Diamond"
|
||||
}
|
||||
|
||||
export default card
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Naoki Saito",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Yuu Nishida",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Atsushi Furusawa",
|
||||
rarity: "One Star",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Lightning"],
|
||||
stage: "Basic",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Krgc",
|
||||
rarity: "One Star",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Psychic"],
|
||||
stage: "Basic",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "sowsow",
|
||||
rarity: "Three Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Colorless"],
|
||||
stage: "Basic",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Shigenori Negishi",
|
||||
rarity: "Three Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Colorless"],
|
||||
stage: "Basic",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "miki kudo",
|
||||
rarity: "Three Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Grass"],
|
||||
stage: "Stage2",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
rarity: "Four Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Water"],
|
||||
stage: "Basic",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Lightning"],
|
||||
stage: "Basic",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Shibuzoh.",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Psychic"],
|
||||
stage: "Basic",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Souichirou Gunjima",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Fighting"],
|
||||
stage: "Basic",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Kuroimori",
|
||||
rarity: "One Star",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Grass"],
|
||||
stage: "Stage2",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
rarity: "Three Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Water"],
|
||||
stage: "Stage2",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Mékayu",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Psychic"],
|
||||
stage: "Stage1",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Fighting"],
|
||||
stage: "Basic",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Kurata So",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Colorless"],
|
||||
stage: "Basic",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Three Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Grass"],
|
||||
stage: "Basic",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Miki Tanaka",
|
||||
rarity: "Three Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Lightning"],
|
||||
stage: "Basic",
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Igarashi",
|
||||
rarity: "Four Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Fire"],
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "One Star",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Lightning"],
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Yoriyuki Ikegami",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Grass"],
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Three Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Fire"],
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "danciao",
|
||||
rarity: "One Star",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Water"],
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "En Morikura",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Colorless"],
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "MAHOU",
|
||||
rarity: "One Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Colorless"],
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Three Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Fire"],
|
||||
|
@@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Kanako Eo",
|
||||
rarity: "Three Diamond",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Water"],
|
||||
|
@@ -67,7 +67,9 @@ const card: Card = {
|
||||
regulationMark: "H",
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user