1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00

Updated informations (#23)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Diggersby",
fr: "Excavarenne"
},
illustrator: "kodama",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Bunnelby",
fr: "Sapereau"
},
attacks: [
{
cost: [
@ -28,9 +26,11 @@ const card: Card = {
],
name: {
en: "Mining Rush",
fr: "Excavation Hâtive"
},
effect: {
en: "Discard up to 6 cards from the top of your deck. If you do, this attack does 30 damage for each card you discarded in this way.",
fr: "Défaussez jusquà 6 cartes du dessus de votre deck. Dans ce cas, cette attaque inflige 30 dégâts pour chaque carte défaussée de cette façon."
},
damage: "30×",
@ -44,12 +44,14 @@ const card: Card = {
],
name: {
en: "Headbutt Bounce",
fr: "Culbute Surprise"
},
damage: 110,
},
],
weaknesses: [
{
type: "Fighting",
@ -58,9 +60,8 @@ const card: Card = {
],
retreat: 3,
hp: 130,
types: ["Colorless"]
}
export default card