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