mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +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:
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
|
Reference in New Issue
Block a user