mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 11:22:10 +00:00
Added most Macdonald's sets (#100)
* Added most sets Signed-off-by: Avior <github@avior.me> * Fixed cards missing name Signed-off-by: Avior <github@avior.me>
This commit is contained in:
parent
91e5cdd534
commit
6975dd8457
43
data/McDonald's Collection/Macdonald's Collection 2011/1.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2011/1.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2011'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Ken Sugimori",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It is very intelligent and calm. Being exposed to lots of sunlight makes its movements swifter."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Slam"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "20×",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip 2 coins. This attack does 20 damage times the number of heads."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Snivy"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Grass"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
49
data/McDonald's Collection/Macdonald's Collection 2011/10.ts
Normal file
49
data/McDonald's Collection/Macdonald's Collection 2011/10.ts
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2011'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Ken Sugimori",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "The two minigears that mesh together are predetermined. Each will rebound from other minigears without meshing."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Charge Beam"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 10,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If heads, attach an Energy card from your discard pile to this Pokémon."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Irongrip"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Klink"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 50,
|
||||||
|
types: ["Metal"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
47
data/McDonald's Collection/Macdonald's Collection 2011/11.ts
Normal file
47
data/McDonald's Collection/Macdonald's Collection 2011/11.ts
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2011'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Ken Sugimori",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "These Pokémon live in cities. They are accustomed to people. Flocks often gather in parks and plazas."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Growl"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "During your opponent’s next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Gust"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 10
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Pidove"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 40,
|
||||||
|
types: ["Colorless"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2011/12.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2011/12.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2011'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "MAHOU",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It touches others with the feelers on its ears, using the sound of their heartbeats to tell how they are feeling."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Double Slap"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "30×",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip 2 coins. This attack does 30 damage times the number of heads."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Audino"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 80,
|
||||||
|
types: ["Colorless"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
53
data/McDonald's Collection/Macdonald's Collection 2011/2.ts
Normal file
53
data/McDonald's Collection/Macdonald's Collection 2011/2.ts
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2011'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Kagemaru Himeno",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It uses an up-tempo song and dance to drive away the bird Pokémon that prey on its flower seeds."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Mega Drain"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Heal 20 damage from this Pokémon."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Pin Missile"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "20×",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip 4 coins. This attack does 20 damage times the number of heads."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Maractus"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 80,
|
||||||
|
types: ["Grass"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2011/3.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2011/3.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2011'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Ken Sugimori",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It blows fire through its nose. When it catches a cold, the fire becomes pitch-black smoke instead."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Ember"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 30,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Discard an Energy attached to this Pokémon."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: true,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Tepig"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Fire"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2011/4.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2011/4.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2011'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Ken Sugimori",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It fights using the scalchop on its stomach. In response to an attack, it retaliates immediately by slashing."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Water Pulse"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If heads, the Defending Pokémon is now Asleep."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Oshawott"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Water"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
45
data/McDonald's Collection/Macdonald's Collection 2011/5.ts
Normal file
45
data/McDonald's Collection/Macdonald's Collection 2011/5.ts
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2011'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "sui",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Floating in the open sea is how they live. When they find a wounded Pokémon, they embrace it and bring it to shore."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Pound"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Wave Splash"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 60
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Alomomola"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 100,
|
||||||
|
types: ["Water"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2011/6.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2011/6.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2011'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Ken Sugimori",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Its mane shines when it discharges electricity. They use their flashing manes to communicate with one another."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Quick Attack"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "10+",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If heads, this attack does 20 more damage."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Blitzle"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Lightning"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
41
data/McDonald's Collection/Macdonald's Collection 2011/7.ts
Normal file
41
data/McDonald's Collection/Macdonald's Collection 2011/7.ts
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2011'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Ken Sugimori",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It eats the dreams of people and Pokémon. When it eats a pleasant dream, it expels pink-colored mist."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Yawn"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "The Defending Pokémon is now Asleep."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Munna"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Psychic"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2011/8.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2011/8.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2011'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Ken Sugimori",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It moves along below the sand’s surface, except for its nose and eyes. A dark membrane shields its eyes from the sun."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Sand Tomb"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 30,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "The Defending Pokémon can’t retreat during your opponent’s next turn."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Sandile"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Fighting"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
49
data/McDonald's Collection/Macdonald's Collection 2011/9.ts
Normal file
49
data/McDonald's Collection/Macdonald's Collection 2011/9.ts
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2011'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Ken Sugimori",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It changes into the forms of others to surprise them. Apparently, it often transforms into a silent child."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Scratch"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 10
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Fury Swipes"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "10×",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip 3 coins. This attack does 10 damage times the number of heads."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Zorua"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 50,
|
||||||
|
types: ["Darkness"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
49
data/McDonald's Collection/Macdonald's Collection 2012/1.ts
Normal file
49
data/McDonald's Collection/Macdonald's Collection 2012/1.ts
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2012'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Kagemaru Himeno",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "They avoid attacks by sinking into the shadows of thick foliage. They retaliate with masterful whipping techniques."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Stage1",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Wrap"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Tackle"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 30
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Servine"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 80,
|
||||||
|
types: ["Grass"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
39
data/McDonald's Collection/Macdonald's Collection 2012/10.ts
Normal file
39
data/McDonald's Collection/Macdonald's Collection 2012/10.ts
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2012'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Masakazu Fukuda",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Its skin has a rubbery elasticity, so it can reduce damage by defensively pulling its skin up to its neck."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Headbutt"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 10
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Scraggy"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Darkness"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
51
data/McDonald's Collection/Macdonald's Collection 2012/11.ts
Normal file
51
data/McDonald's Collection/Macdonald's Collection 2012/11.ts
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2012'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Kouki Saitou",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Spinning minigears are rotated at high speed and repeatedly fired away. It is dangerous if the gears don’t return."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Stage1",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Metal Sound"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "The Defending Pokémon is now Confused."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Guard Press"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 60,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "During your opponent’s next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Klang"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 80,
|
||||||
|
types: ["Metal"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2012/12.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2012/12.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2012'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Atsuko Nishida",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "They use their tusks to crush the berries they eat. Repeated regrowth makes their tusks strong and sharp."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Dual Chop"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "10×",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip 2 coins. This attack does 10 damage times the number of heads."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Axew"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Colorless"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
47
data/McDonald's Collection/Macdonald's Collection 2012/2.ts
Normal file
47
data/McDonald's Collection/Macdonald's Collection 2012/2.ts
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2012'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Kouki Saitou",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "This Pokémon dwells deep in the forest. Eating a leaf from its head whisks weariness away as if by magic."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Collect"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Draw a card."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Scratch"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Pansage"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Grass"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
47
data/McDonald's Collection/Macdonald's Collection 2012/3.ts
Normal file
47
data/McDonald's Collection/Macdonald's Collection 2012/3.ts
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2012'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "MAHOU",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "The Pokémon can easily melt holes in hard rocks with a liquid secreted from its mouth."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Withdraw"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent’s next turn."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Slash"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Dwebble"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Grass"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
47
data/McDonald's Collection/Macdonald's Collection 2012/4.ts
Normal file
47
data/McDonald's Collection/Macdonald's Collection 2012/4.ts
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2012'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Kouki Saitou",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "When its internal fire flares up, its movements grow sharper and faster. When in trouble, it emits smoke."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Stage1",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Flame Charge"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Search your deck for a Fire Energy card and attach it to this Pokémon. Shuffle your deck afterward."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Heat Crash"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 50
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Pignite"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 100,
|
||||||
|
types: ["Fire"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
49
data/McDonald's Collection/Macdonald's Collection 2012/5.ts
Normal file
49
data/McDonald's Collection/Macdonald's Collection 2012/5.ts
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2012'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Masakazu Fukuda",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Scalchop techniques differ from one Dewott to another. It never neglects maintaining its scalchops."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Stage1",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Water Gun"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 30
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Razor Shell"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "40+",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If heads, this attack does 20 more damage."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Dewott"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 90,
|
||||||
|
types: ["Water"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
53
data/McDonald's Collection/Macdonald's Collection 2012/6.ts
Normal file
53
data/McDonald's Collection/Macdonald's Collection 2012/6.ts
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2012'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Kouki Saitou",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "The energy made in its cheeks’ electric pouches is stored inside its membranes and released while it is gliding."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Thundershock"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 10,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Acrobatics"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "10+",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip 2 coins. This attack does 20 more damage for each heads."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Emolga"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Lightning"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2012/7.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2012/7.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2012'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Masakazu Fukuda",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Its habitat is dark forests and caves. It emits ultrasonic waves from its nose to learn about its surroundings."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Psy Bolt"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Woobat"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Psychic"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
41
data/McDonald's Collection/Macdonald's Collection 2012/8.ts
Normal file
41
data/McDonald's Collection/Macdonald's Collection 2012/8.ts
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2012'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "match",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It can dig through the ground at a speed of 30 mph. It could give a car running aboveground a good race."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Hone Claws"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "During your next turn, each of this Pokémon’s attacks does 30 more damage (before applying Weakness and Resistance).\nFighting"
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Drilbur"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Fighting"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2012/9.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2012/9.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2012'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Atsuko Nishida",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "They steal from people for fun, but their victims can’t help but forgive them. Their deceptively cute act is perfect."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Knock Off"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If heads, discard a random card from your opponent’s hand."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Purrloin"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Darkness"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2014/1.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2014/1.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2014'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Weedle"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 40,
|
||||||
|
types: ["Grass"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2014/10.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2014/10.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2014'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Bunnelby"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Colorless"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2014/11.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2014/11.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2014'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Fletchling"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 50,
|
||||||
|
types: ["Colorless"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2014/12.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2014/12.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2014'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Furfrou"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 90,
|
||||||
|
types: ["Colorless"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2014/2.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2014/2.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2014'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Chespin"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Grass"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2014/3.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2014/3.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2014'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Fennekin"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Fire"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2014/4.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2014/4.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2014'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Froakie"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Water"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2014/5.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2014/5.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2014'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Pikachu"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Lightning"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2014/6.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2014/6.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2014'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Inkay"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Darkness"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2014/7.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2014/7.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2014'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Honedge"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Metal"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2014/8.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2014/8.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2014'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Snubbull"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Fairy"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2014/9.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2014/9.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2014'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Swirlix"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Fairy"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2015/1.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2015/1.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2015'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Treecko"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Grass"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2015/10.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2015/10.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2015'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Marill"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Fairy"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2015/11.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2015/11.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2015'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Zigzagoon"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Colorless"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2015/12.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2015/12.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2015'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Skitty"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 50,
|
||||||
|
types: ["Colorless"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2015/2.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2015/2.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2015'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Lotad"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Grass"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2015/3.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2015/3.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2015'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: true,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Torchic"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Fire"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2015/4.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2015/4.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2015'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Staryu"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Water"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2015/5.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2015/5.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2015'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Mudkip"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Water"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2015/6.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2015/6.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2015'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Pikachu"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Lightning"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2015/7.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2015/7.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2015'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Electrike"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Lightning"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2015/8.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2015/8.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2015'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Rhyhorn"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 80,
|
||||||
|
types: ["Fighting"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2015/9.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2015/9.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2015'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Meditite"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 50,
|
||||||
|
types: ["Fighting"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
38
data/McDonald's Collection/Macdonald's Collection 2016/1.ts
Normal file
38
data/McDonald's Collection/Macdonald's Collection 2016/1.ts
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2016'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "kirisAki",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "While young, it has six gorgeous tails. When it grows, several new tails are sprouted."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Roar"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Gnaw"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 10
|
||||||
|
}],
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Vulpix"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
42
data/McDonald's Collection/Macdonald's Collection 2016/10.ts
Normal file
42
data/McDonald's Collection/Macdonald's Collection 2016/10.ts
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2016'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "5ban Graphics",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Its whiskers serve as antennas. By sending and receiving electrical waves, it can communicate with others over vast distances."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Nuzzle"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Spiral Drain"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 60,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Heal 20 damage from this Pokémon."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Dedenne"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
34
data/McDonald's Collection/Macdonald's Collection 2016/11.ts
Normal file
34
data/McDonald's Collection/Macdonald's Collection 2016/11.ts
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2016'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Kanako Eo",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Adores round objects. It wanders the streets on a nightly basis to look for dropped loose change."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Act Tough"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "10+",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "If this Pokémon has any Darkness Energy attached to it, this attack does 20 more damage."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Meowth"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
40
data/McDonald's Collection/Macdonald's Collection 2016/12.ts
Normal file
40
data/McDonald's Collection/Macdonald's Collection 2016/12.ts
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2016'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Kouki Saitou",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Tackle"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 10
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Lunge"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 30,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If tails, this attack does nothing."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Eevee"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
34
data/McDonald's Collection/Macdonald's Collection 2016/2.ts
Normal file
34
data/McDonald's Collection/Macdonald's Collection 2016/2.ts
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2016'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "sui",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees Fahrenheit."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Ember"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If tails, discard a Fire Energy attached to this Pokémon."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Torchic"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
30
data/McDonald's Collection/Macdonald's Collection 2016/3.ts
Normal file
30
data/McDonald's Collection/Macdonald's Collection 2016/3.ts
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2016'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "5ban Graphics",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Eating a twig fills it with energy, and its roomy ears give vent to air hotter than 390 degrees Fahrenheit."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Will-O-Wisp"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20
|
||||||
|
}],
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Fennekin"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
34
data/McDonald's Collection/Macdonald's Collection 2016/4.ts
Normal file
34
data/McDonald's Collection/Macdonald's Collection 2016/4.ts
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2016'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Akira Komayama",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "In the distant past, it was somewhat stronger than the horribly weak descendants that exist today."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Epic Splash"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 30,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip 2 coins. If either of them is tails, this attack does nothing."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Magikarp"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
34
data/McDonald's Collection/Macdonald's Collection 2016/5.ts
Normal file
34
data/McDonald's Collection/Macdonald's Collection 2016/5.ts
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2016'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Kagemaru Himeno",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It is small but rough and tough. It won’t hesitate to take a bite out of anything that moves."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Fury Strikes"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "10×",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip 3 coins. This attack does 10 damage times the number of heads."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Totodile"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
38
data/McDonald's Collection/Macdonald's Collection 2016/6.ts
Normal file
38
data/McDonald's Collection/Macdonald's Collection 2016/6.ts
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2016'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Naoki Saito",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It raises its tail to check its surroundings. The tail is sometimes struck by lightning in this pose."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Tail Whip"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If heads, the Defending Pokémon can’t attack during your opponent’s next turn."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Electro Ball"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 30
|
||||||
|
}],
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Pikachu"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
30
data/McDonald's Collection/Macdonald's Collection 2016/7.ts
Normal file
30
data/McDonald's Collection/Macdonald's Collection 2016/7.ts
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2016'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Tomokazu Komiya",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Its skin has a rubbery elasticity, so it can reduce damage by defensively pulling it skin up to its neck."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Corkscrew Punch"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 30
|
||||||
|
}],
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Scraggy"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
38
data/McDonald's Collection/Macdonald's Collection 2016/8.ts
Normal file
38
data/McDonald's Collection/Macdonald's Collection 2016/8.ts
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2016'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Kanako Eo",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It captivates foes with its huge, round eyes, then lulls them to sleep by singing a soothing melody."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Rollout"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 10
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Heartfelt Song"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Discard a Darkness Energy attached to your opponent’s Active Pokémon."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Jigglypuff"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
34
data/McDonald's Collection/Macdonald's Collection 2016/9.ts
Normal file
34
data/McDonald's Collection/Macdonald's Collection 2016/9.ts
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2016'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "HiRON",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "A proverb claims that happiness will come to anyone who can make a sleeping Togepi stand up."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Sweet Kiss"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 10,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Your opponent draws a card."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Togepi"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2017/1.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2017/1.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2017'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Rowlet"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Grass"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2017/10.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2017/10.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2017'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Cutiefly"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 30,
|
||||||
|
types: ["Fairy"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2017/11.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2017/11.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2017'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Pikipek"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 50,
|
||||||
|
types: ["Colorless"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2017/12.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2017/12.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2017'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Yungoos"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Colorless"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2017/2.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2017/2.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2017'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Grubbin"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Grass"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2017/3.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2017/3.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2017'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Litten"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Fire"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2017/4.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2017/4.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2017'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Popplio"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Water"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2017/5.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2017/5.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2017'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Pikachu"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Lightning"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2017/6.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2017/6.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2017'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Cosmog"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Psychic"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2017/7.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2017/7.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2017'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Crabrawler"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 80,
|
||||||
|
types: ["Fighting"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2017/8.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2017/8.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2017'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Alolan Meowth"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Darkness"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2017/9.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2017/9.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2017'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Alolan Diglett"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 50,
|
||||||
|
types: ["Metal"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2018/1.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2018/1.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2018'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Growlithe"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 80,
|
||||||
|
types: ["Fire"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2018/10.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2018/10.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2018'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Chansey"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 110,
|
||||||
|
types: ["Colorless"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2018/11.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2018/11.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2018'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Eevee"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Colorless"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2018/12.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2018/12.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2018'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Porygon"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Colorless"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2018/2.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2018/2.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2018'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Psyduck"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Water"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2018/3.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2018/3.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2018'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Horsea"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Water"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2018/4.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2018/4.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2018'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Pikachu"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Lightning"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2018/5.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2018/5.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2018'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Slowpoke"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Psychic"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2018/6.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2018/6.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2018'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Machop"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Fighting"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2018/7.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2018/7.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2018'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Cubone"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 70,
|
||||||
|
types: ["Fighting"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2018/8.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2018/8.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2018'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Magnemite"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Metal"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
25
data/McDonald's Collection/Macdonald's Collection 2018/9.ts
Normal file
25
data/McDonald's Collection/Macdonald's Collection 2018/9.ts
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2018'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Dratini"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Dragon"],
|
||||||
|
stage: "Basic"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2019/1.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2019/1.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2019'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Sekio",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "When attacked by bird Pokémon, it resists by releasing a terrifically strong odor from its antennae, but it often becomes their prey."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Surprise Attack"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If tails, this attack does nothing."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Caterpie"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 50,
|
||||||
|
types: ["Grass"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2019/10.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2019/10.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2019'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Akira Komayama",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "When its delicate pride is wounded, or when the gold coin on its forehead is dirtied, it flies into a hysterical rage."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Spoil the Fun"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "10+",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "If you go second, this attack does 60 more damage during your first turn."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Alolan Meowth"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Darkness"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2019/11.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2019/11.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2019'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Megumi Mizutani",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "These Pokémon are cherished in the Alola region, where they are thought to be feminine deities of the land incarnate."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Stage1",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Gold Rush"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "30×",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Discard any number of Metal Energy cards from your hand. This attack does 30 damage for each card you discarded in this way."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Alolan Dugtrio"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Metal"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
39
data/McDonald's Collection/Macdonald's Collection 2019/12.ts
Normal file
39
data/McDonald's Collection/Macdonald's Collection 2019/12.ts
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2019'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Atsuko Nishida",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Current studies show it can evolve into an incredible eight different species of Pokémon."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Gnaw"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Eevee"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Colorless"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2019/2.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2019/2.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2019'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Satoshi Shirai",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "As it grew taller and taller, it outgrew its reliance on psychic powers, while within it awakened the power of the sleeping dragon."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Stage1",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Tropical Shake"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "20+",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "This attack does 20 more damage for each type of basic Energy card in your discard pile. You can’t add more than 100 damage in this way."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Alolan Exeggutor"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 160,
|
||||||
|
types: ["Grass"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
51
data/McDonald's Collection/Macdonald's Collection 2019/3.ts
Normal file
51
data/McDonald's Collection/Macdonald's Collection 2019/3.ts
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2019'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Yumi",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "When angered, it spouts brilliant fire from all over its body. It doesn’t calm down until its opponent has burned to ash."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Controlled Burn"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Discard the top card of your opponent’s deck."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Flamethrower"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 80,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Discard an Energy from this Pokémon."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Magmar"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 80,
|
||||||
|
types: ["Fire"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2019/4.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2019/4.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2019'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Shin Nagasawa",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "An ancient tradition of Alolan festivals, still carried on to this day, is a competition to slide Sandshrew across ice as far as one can."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Fury Swipes"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "10×",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip 3 coins. This attack does 10 damage for each heads."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Alolan Sandshrew"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Water"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
53
data/McDonald's Collection/Macdonald's Collection 2019/5.ts
Normal file
53
data/McDonald's Collection/Macdonald's Collection 2019/5.ts
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2019'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Saya Tsuruta",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "These Pokémon were once near extinction due to poaching. Following protective regulations, there is now an overabundance of them."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Aqua Bullet"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20,
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "This attack does 20 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)"
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Hydro Pump"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "70+",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "This attack does 10 more damage times the amount of Water Energy attached to this Pokémon."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Lapras"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 120,
|
||||||
|
types: ["Water"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2019/6.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2019/6.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2019'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Kagemaru Himeno",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "A plan was recently announced to gather many Pikachu and make an electric power plant."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Iron Tail"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "20×",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin until you get tails. This attack does 20 damage for each heads."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Pikachu"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Lightning"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
41
data/McDonald's Collection/Macdonald's Collection 2019/7.ts
Normal file
41
data/McDonald's Collection/Macdonald's Collection 2019/7.ts
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2019'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Shibuzoh.",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Should a strange light be seen flickering in an abandoned building, Gastly is lurking there."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Ominous Eyes"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Put 1 damage counter on 1 of your opponent’s Pokémon."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: false,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Gastly"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 50,
|
||||||
|
types: ["Psychic"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/McDonald's Collection/Macdonald's Collection 2019/8.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2019/8.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2019'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Miki Tanaka",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It can spontaneously become enraged. Everyone near it clears out as it rampages and the resulting loneliness makes it angrier still."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Three-Step Strike"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "10×",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip 3 coins. This attack does 10 damage for each heads."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Mankey"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 50,
|
||||||
|
types: ["Fighting"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
51
data/McDonald's Collection/Macdonald's Collection 2019/9.ts
Normal file
51
data/McDonald's Collection/Macdonald's Collection 2019/9.ts
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
import { Card } from '../../../interfaces'
|
||||||
|
import Set from '../Macdonald\'s Collection 2019'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
illustrator: "Mitsuhiro Arita",
|
||||||
|
category: "Pokemon",
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It usually lives underground. It searches for food while boring its way through the ground at 50 miles per hour."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Screech"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "During your next turn, the Defending Pokémon takes 20 more damage from attacks (after applying Weakness and Resistance)."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Rage"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "10+",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "This attack does 10 more damage for each damage counter on this Pokémon."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: false,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
},
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Onix"
|
||||||
|
},
|
||||||
|
|
||||||
|
rarity: "None",
|
||||||
|
hp: 100,
|
||||||
|
types: ["Fighting"]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
@ -5,22 +5,24 @@ const card: Card = {
|
|||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur",
|
en: "Bulbasaur",
|
||||||
},
|
},
|
||||||
illustrator: "Sanosuke Sakuma",
|
|
||||||
|
illustrator: "Mizue",
|
||||||
rarity: "None",
|
rarity: "None",
|
||||||
category: "Pokemon",
|
category: "Pokemon",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
dexId: [
|
dexId: [
|
||||||
1,
|
1,
|
||||||
],
|
],
|
||||||
|
|
||||||
hp: 70,
|
hp: 70,
|
||||||
|
|
||||||
types: [
|
types: [
|
||||||
"Grass",
|
"Grass",
|
||||||
],
|
],
|
||||||
|
|
||||||
stage: "Basic",
|
stage: "Basic",
|
||||||
|
|
||||||
|
|
||||||
attacks: [
|
attacks: [
|
||||||
{
|
{
|
||||||
cost: [
|
cost: [
|
||||||
@ -35,6 +37,7 @@ const card: Card = {
|
|||||||
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
weaknesses: [
|
weaknesses: [
|
||||||
{
|
{
|
||||||
type: "Fire",
|
type: "Fire",
|
||||||
@ -44,8 +47,16 @@ const card: Card = {
|
|||||||
|
|
||||||
retreat: 2,
|
retreat: 2,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "A strange seed was planted on its back at birth. The plant sprouts and grows with this Pokémon."
|
||||||
|
},
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: true,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,22 +6,24 @@ const card: Card = {
|
|||||||
en: "Cyndaquil",
|
en: "Cyndaquil",
|
||||||
fr: "Héricendre",
|
fr: "Héricendre",
|
||||||
},
|
},
|
||||||
illustrator: "kirisAki",
|
|
||||||
rarity: "Common",
|
|
||||||
category: "Pokemon",
|
|
||||||
|
|
||||||
|
illustrator: "kirisAki",
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
dexId: [
|
dexId: [
|
||||||
155,
|
155,
|
||||||
],
|
],
|
||||||
|
|
||||||
hp: 70,
|
hp: 70,
|
||||||
|
|
||||||
types: [
|
types: [
|
||||||
"Fire",
|
"Fire",
|
||||||
],
|
],
|
||||||
|
|
||||||
stage: "Basic",
|
stage: "Basic",
|
||||||
|
|
||||||
|
|
||||||
attacks: [
|
attacks: [
|
||||||
{
|
{
|
||||||
cost: [
|
cost: [
|
||||||
@ -37,6 +39,7 @@ const card: Card = {
|
|||||||
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
weaknesses: [
|
weaknesses: [
|
||||||
{
|
{
|
||||||
type: "Water",
|
type: "Water",
|
||||||
@ -46,8 +49,16 @@ const card: Card = {
|
|||||||
|
|
||||||
retreat: 1,
|
retreat: 1,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It has a timid nature. If it is startled, the flames on its back burn more vigorously."
|
||||||
|
},
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: true,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,22 +6,24 @@ const card: Card = {
|
|||||||
en: "Torchic",
|
en: "Torchic",
|
||||||
fr: "Poussifeu",
|
fr: "Poussifeu",
|
||||||
},
|
},
|
||||||
illustrator: "sui",
|
|
||||||
rarity: "Common",
|
|
||||||
category: "Pokemon",
|
|
||||||
|
|
||||||
|
illustrator: "sui",
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
dexId: [
|
dexId: [
|
||||||
255,
|
255,
|
||||||
],
|
],
|
||||||
|
|
||||||
hp: 60,
|
hp: 60,
|
||||||
|
|
||||||
types: [
|
types: [
|
||||||
"Fire",
|
"Fire",
|
||||||
],
|
],
|
||||||
|
|
||||||
stage: "Basic",
|
stage: "Basic",
|
||||||
|
|
||||||
|
|
||||||
attacks: [
|
attacks: [
|
||||||
{
|
{
|
||||||
cost: [
|
cost: [
|
||||||
@ -39,6 +41,7 @@ const card: Card = {
|
|||||||
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
weaknesses: [
|
weaknesses: [
|
||||||
{
|
{
|
||||||
type: "Water",
|
type: "Water",
|
||||||
@ -48,8 +51,16 @@ const card: Card = {
|
|||||||
|
|
||||||
retreat: 1,
|
retreat: 1,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees Fahrenheit."
|
||||||
|
},
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: true,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -3,27 +3,31 @@ import Set from '../Macdonald\'s Collection 2021'
|
|||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Monferno",
|
en: "Chimchar",
|
||||||
fr: "Chimpenfeu",
|
fr: "Chimpenfeu",
|
||||||
},
|
},
|
||||||
illustrator: "Shigenori Negishi",
|
|
||||||
rarity: "Uncommon",
|
|
||||||
category: "Pokemon",
|
|
||||||
|
|
||||||
|
illustrator: "Kouki Saitou",
|
||||||
|
rarity: "None",
|
||||||
|
category: "Pokemon",
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
dexId: [
|
dexId: [
|
||||||
391,
|
391,
|
||||||
],
|
],
|
||||||
hp: 80,
|
|
||||||
|
hp: 60,
|
||||||
|
|
||||||
types: [
|
types: [
|
||||||
"Fire",
|
"Fire",
|
||||||
],
|
],
|
||||||
|
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Chimchar",
|
en: "Chimchar",
|
||||||
fr: "Ouisticram",
|
fr: "Ouisticram",
|
||||||
},
|
},
|
||||||
stage: "Stage1",
|
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
attacks: [
|
attacks: [
|
||||||
{
|
{
|
||||||
@ -31,17 +35,18 @@ const card: Card = {
|
|||||||
"Fire",
|
"Fire",
|
||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Super Singe",
|
en: "Fury Swipes",
|
||||||
fr: "Super Roussi",
|
fr: "Super Roussi",
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Your opponent's Active Pokémon is now Burned.",
|
en: "Flip 3 coins. This attack does 10 damage for each heads.",
|
||||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.",
|
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.",
|
||||||
},
|
},
|
||||||
damage: 20,
|
damage: "10×",
|
||||||
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
weaknesses: [
|
weaknesses: [
|
||||||
{
|
{
|
||||||
type: "Water",
|
type: "Water",
|
||||||
@ -51,8 +56,16 @@ const card: Card = {
|
|||||||
|
|
||||||
retreat: 1,
|
retreat: 1,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "The gas made in its belly burns from its rear end. The fire burns weakly when it feels sick."
|
||||||
|
},
|
||||||
|
|
||||||
|
variants: {
|
||||||
|
normal: true,
|
||||||
|
reverse: false,
|
||||||
|
holo: true,
|
||||||
|
firstEdition: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
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