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

Added Best of games (#108)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2021-10-18 11:59:30 +02:00 committed by GitHub
parent bf27f42720
commit 2fc22cc4a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 348 additions and 0 deletions

View File

@ -0,0 +1,48 @@
import { Card } from '../../../interfaces'
import Set from '../Best of game'
const card: Card = {
set: Set,
name: {
en: "Electabuzz"
},
illustrator: "Ken Sugimori",
rarity: "None",
category: "Pokemon",
description: {
en: "Normally found near power plants, it can wander away and cause major blackouts in cities."
},
stage: "Basic",
attacks: [{
cost: ["Lightning"],
name: {
en: "Thundershock"
},
damage: 10,
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
}
}, {
cost: ["Lightning", "Colorless"],
name: {
en: "Thunderpunch"
},
damage: "30+",
effect: {
en: "Flip a coin. If heads, this attack does 30 damage plus 10 more damage; if tails, the attack does 30 damage and Electabuzz does 10 damage to itself."
}
}]
}
export default card

View File

@ -0,0 +1,40 @@
import { Card } from '../../../interfaces'
import Set from '../Best of game'
const card: Card = {
set: Set,
name: {
en: "Hitmonchan"
},
illustrator: "Ken Sugimori",
rarity: "None",
category: "Pokemon",
description: {
en: "While seeming to do nothing, it fires punches in lightning-fast volleys that are impossible to see."
},
stage: "Basic",
attacks: [{
cost: ["Fighting"],
name: {
en: "Jab"
},
damage: 20
}, {
cost: ["Fighting", "Fighting", "Colorless"],
name: {
en: "Special Punch"
},
damage: 40
}]
}
export default card

View File

@ -0,0 +1,20 @@
import { Card } from '../../../interfaces'
import Set from '../Best of game'
const card: Card = {
set: Set,
name: {
en: "Professor Elm"
},
illustrator: "Ken Sugimori",
rarity: "None",
category: "Trainer",
effect: {
en: "Shuffle your hand into your deck. Then, draw 7 cards. You cant play any more Trainer cards this turn."
}
}
export default card

View File

@ -0,0 +1,41 @@
import { Card } from '../../../interfaces'
import Set from '../Best of game'
const card: Card = {
set: Set,
name: {
en: "Rockets Scizor"
},
illustrator: "K. Hoshiba",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
cost: ["Colorless"],
name: {
en: "Focus"
},
effect: {
en: "During your next turn, Rockets Scizors Agility attacks damage is doubled."
}
}, {
cost: ["Metal", "Colorless", "Colorless"],
name: {
en: "Agility"
},
damage: 20,
effect: {
en: "Flip a coin. If heads, during your opponents next turn, prevent all effects of attacks, including damage, done to Rockets Scizor."
}
}]
}
export default card

View File

@ -0,0 +1,41 @@
import { Card } from '../../../interfaces'
import Set from '../Best of game'
const card: Card = {
set: Set,
name: {
en: "Rockets Sneasel"
},
illustrator: "Katsura Tabata",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
cost: ["Darkness"],
name: {
en: "Entrap"
},
effect: {
en: "The Defending Pokémon cant retreat during your opponents next turn."
}
}, {
cost: ["Colorless", "Colorless"],
name: {
en: "Continuous Scratch"
},
damage: "10×",
effect: {
en: "Flip 4 coins. This attack does 10 damage times the number of heads."
}
}]
}
export default card

View File

@ -0,0 +1,41 @@
import { Card } from '../../../interfaces'
import Set from '../Best of game'
const card: Card = {
set: Set,
name: {
en: "Dark Ivysaur"
},
illustrator: "Shin-ichi Yoshida",
rarity: "None",
category: "Pokemon",
stage: "Stage1",
abilities: [{
type: "Poke-BODY",
name: {
en: "Vine Pull"
},
effect: {
en: "Once during your turn when Dark Ivysaur retreats, choose 1 of your opponents Benched Pokémon and switch it with his or her Active Pokémon."
}
}],
attacks: [{
cost: ["Grass", "Grass"],
name: {
en: "Fury Strikes"
},
effect: {
en: "Your opponent puts 3 markers onto his or her Pokémon (divided as he or she chooses). (More than 1 marker can be put on the same Pokémon.) Then, this attack does 10 damage to each Pokémon for each marker on it. Dont apply Weakness and Resistance. Remove the markers at the end of the turn."
}
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../Best of game'
const card: Card = {
set: Set,
name: {
en: "Dark Venusaur"
},
illustrator: "Shin-ichi Yoshida",
rarity: "None",
category: "Pokemon",
stage: "Stage2",
attacks: [{
cost: ["Grass", "Grass", "Grass"],
name: {
en: "Horrid Pollen"
},
damage: 30,
effect: {
en: "Flip 2 coins. If 1 is heads, the Defending Pokémon is now Asleep and Poisoned. If both are heads, the Defending Pokémon is now Confused and Poisoned. If both are tails, the Defending Pokémon is now Paralyzed and Poisoned."
}
}]
}
export default card

View File

@ -0,0 +1,49 @@
import { Card } from '../../../interfaces'
import Set from '../Best of game'
const card: Card = {
set: Set,
name: {
en: "Rockets Mewtwo"
},
illustrator: "Shin-ichi Yoshida",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
cost: ["Psychic"],
name: {
en: "Juxtapose"
},
effect: {
en: "Flip a coin. If heads, switch the number of damage counters on Rockets Mewtwo with the number of damage counters on the Defending Pokémon (even if it would Knock Out either Pokémon). (Its okay if 1 of the Pokémon has no damage counters on it.)"
}
}, {
cost: ["Psychic", "Psychic"],
name: {
en: "Hypnoblast"
},
damage: 20,
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Asleep."
}
}, {
cost: ["Psychic", "Psychic", "Psychic", "Colorless"],
name: {
en: "Psyburn"
},
damage: 60
}]
}
export default card

View File

@ -0,0 +1,37 @@
import { Card } from '../../../interfaces'
import Set from '../Best of game'
const card: Card = {
set: Set,
name: {
en: "Rockets Hitmonchan"
},
illustrator: "Ken Sugimori",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
cost: ["Fighting"],
name: {
en: "Crosscounter"
},
effect: {
en: "If an attack does damage to Rockets Hitmonchan during your opponents next turn (even if Rockets Hitmonchan is Knocked Out), flip a coin. If heads, Rockets Hitmonchan attacks your opponents Active Pokémon for double that amount of damage. (If Rockets Hitmonchan takes 20 damage, it does 40 damage to that Pokémon.)"
}
}, {
cost: ["Fighting", "Fighting", "Colorless"],
name: {
en: "Magnum Punch"
},
damage: 50
}]
}
export default card