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

feat: Add Fusion Strike (#162)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2021-11-12 12:42:38 +01:00 committed by GitHub
parent a0792cd72f
commit 2be1cb2be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
285 changed files with 16346 additions and 0 deletions

View File

@ -0,0 +1,24 @@
import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const set: Set = {
id: "swsh6",
name: {
en: "Fusion Strike",
fr: "Poing de Fusion",
es: "Golpe Fusión",
it: "Colpo Fusione",
de: "Fusions Angriff",
pt: "Golpe Fusão"
},
serie: serie,
cardCount: {
official: 264
},
releaseDate: "2021-11-12"
}
export default set

View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Caterpie",
fr: "Chenipan",
es: "Caterpie",
it: "Caterpie",
pt: "Caterpie",
de: "Raupy"
},
rarity: "Common",
category: "Pokemon",
hp: 50,
types: ["Grass"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Mitsuhiro Arita",
description: {
en: "Its short feet are tipped with suction pads that enable it to tirelessly climb slopes and walls."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Flock"
},
effect: {
en: "Search your deck for a Caterpie and put it onto your Bench. Then, shuffle your deck."
}
}, {
cost: ["Grass"],
name: {
en: "Bug Bite"
},
damage: 10
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Swadloon",
fr: "Couverdure",
es: "Swadloon",
it: "Swadloon",
pt: "Swadloon",
de: "Folikon"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 80,
types: ["Grass"],
evolveFrom: {
en: "Sewaddle",
fr: "Larveyette",
es: "Sewaddle",
it: "Sewaddle",
pt: "Sewaddle",
de: "Strawickl"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "0313",
description: {
en: "It protects itself from the cold by wrapping up in leaves. It stays on the move, eating leaves in forests."
},
attacks: [{
cost: ["Grass"],
name: {
en: "Trip Over"
},
damage: "10+",
effect: {
en: "Flip a coin. If heads, this attack does 20 more damage."
}
}, {
cost: ["Grass", "Colorless", "Colorless"],
name: {
en: "Seed Bomb"
},
damage: 60
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,65 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Charjabug",
fr: "Chrysapile",
es: "Charjabug",
it: "Charjabug",
pt: "Charjabug",
de: "Akkup"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 100,
types: ["Lightning"],
evolveFrom: {
en: "Grubbin",
fr: "Larvibule",
es: "Grubbin",
it: "Grubbin",
pt: "Grubbin",
de: "Mabula"
},
stage: "Stage1",
retreat: 3,
regulationMark: "E",
illustrator: "sowsow",
description: {
en: "Its digestive processes convert the leaves it eats into electricity. An electric sac in its belly stores the electricity for later use."
},
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
en: "Vise Grip"
},
damage: 30
}, {
cost: ["Lightning", "Colorless", "Colorless"],
name: {
en: "Head Bolt"
},
damage: 60
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Vikavolt",
fr: "Lucanon",
es: "Vikavolt",
it: "Vikavolt",
pt: "Vikavolt",
de: "Donarion"
},
rarity: "Rare",
category: "Pokemon",
hp: 150,
types: ["Lightning"],
evolveFrom: {
en: "Charjabug",
fr: "Chrysapile",
es: "Charjabug",
it: "Charjabug",
pt: "Charjabug",
de: "Akkup"
},
stage: "Stage2",
retreat: 0,
regulationMark: "E",
illustrator: "nagimiso",
description: {
en: "If it carries a Charjabug to use as a spare battery, a flying Vikavolt can rapidly fire high-powered beams of electricity."
},
attacks: [{
cost: ["Colorless", "Colorless", "Colorless"],
name: {
en: "Bite"
},
damage: 70
}, {
cost: ["Lightning", "Lightning", "Colorless", "Colorless"],
name: {
en: "Electro Blaster"
},
effect: {
en: "Discard 2 Lightning Energy from this Pokémon. This attack does 200 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Zeraora",
fr: "Zeraora",
es: "Zeraora",
it: "Zeraora",
pt: "Zeraora",
de: "Zeraora"
},
rarity: "Rare",
category: "Pokemon",
hp: 120,
types: ["Lightning"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Teeziro",
description: {
en: "It approaches its enemies at the speed of lightning, then tears them limb from limb with its sharp claws."
},
attacks: [{
cost: ["Lightning", "Colorless"],
name: {
en: "Wild Charge"
},
damage: 70,
effect: {
en: "This Pokémon also does 20 damage to itself."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,60 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Boltund V",
fr: "Fulgudog V",
es: "Boltund V",
it: "Boltund V",
pt: "Boltund V",
de: "Bellektro V"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 200,
types: ["Lightning"],
stage: "Basic",
suffix: "V",
retreat: 1,
regulationMark: "E",
illustrator: "Shin Nagasawa",
attacks: [{
cost: ["Lightning"],
name: {
en: "Smash Turn"
},
damage: 30,
effect: {
en: "You may switch this Pokémon with 1 of your Benched Pokémon."
}
}, {
cost: ["Lightning", "Lightning", "Colorless"],
name: {
en: "Electrobullet"
},
damage: 120,
effect: {
en: "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
}
}],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,90 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Boltund VMAX",
fr: "Fulgudog VMAX",
es: "Boltund VMAX",
it: "Boltund VMAX",
pt: "Boltund VMAX",
de: "Bellektro VMAX"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 320,
types: ["Lightning"],
evolveFrom: {
en: "Boltund V",
fr: "Fulgudog-V",
es: "Boltund V",
it: "Boltund-V",
pt: "Boltund V",
de: "Bellektro-V"
},
stage: "VMAX",
retreat: 2,
regulationMark: "E",
illustrator: "PLANETA Tsuji",
attacks: [{
cost: ["Lightning", "Colorless"],
name: {
en: "Bolt Storm",
fr: "Tempête Éclair",
es: "Tormenta de Relámpagos",
it: "Fulmintempesta",
de: "Elektrosturm"
},
damage: "30+",
effect: {
en: "This attack does 30 more damage for each Lightning Energy attached to all of your Pokémon.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie Lightning attachée à tous vos Pokémon.",
es: "Este ataque hace 30 puntos de daño más por cada Energía Lightning unida a todos tus Pokémon.",
it: "Questo attacco infligge 30 danni in più per ogni Energia Lightning assegnata ai tuoi Pokémon.",
de: "Diese Attacke fügt für jede an alle deine Pokémon angelegte Lightning-Energie 30 Schadenspunkte mehr zu."
}
}, {
cost: ["Lightning", "Lightning", "Colorless"],
name: {
en: "Max Bolt",
fr: "Foudromax",
es: "Maxirrelámpago",
it: "Dynafulmine",
de: "Dyna-Elektroblitz"
},
damage: 230,
effect: {
en: "During your next turn, this Pokémon can't use Max Bolt.",
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas utiliser Foudromax.",
es: "Durante tu próximo turno, este Pokémon no puede usar Maxirrelámpago.",
it: "Durante il tuo prossimo turno, questo Pokémon non può usare Dynafulmine.",
de: "Während deines nächsten Zuges kann dieses Pokémon Dyna-Elektroblitz nicht einsetzen."
}
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Toxel",
fr: "Toxizap",
es: "Toxel",
it: "Toxel",
pt: "Toxel",
de: "Toxel"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Lightning"],
stage: "Basic",
retreat: 2,
regulationMark: "E",
illustrator: "Mina Nakai",
description: {
en: "It manipulates the chemical makeup of its poison to produce electricity. The voltage is weak, but it can cause a tingling paralysis."
},
attacks: [{
cost: ["Lightning"],
name: {
en: "Ram"
},
damage: 20
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Toxel",
fr: "Toxizap",
es: "Toxel",
it: "Toxel",
pt: "Toxel",
de: "Toxel"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Lightning"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "kodama",
description: {
en: "It manipulates the chemical makeup of its poison to produce electricity. The voltage is weak, but it can cause a tingling paralysis."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Growl"
},
effect: {
en: "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance)."
}
}, {
cost: ["Lightning"],
name: {
en: "Tiny Bolt"
},
damage: 10
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,61 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Toxtricity",
fr: "Salarsen",
es: "Toxtricity",
it: "Toxtricity",
pt: "Toxtricity",
de: "Riffex"
},
rarity: "Rare",
category: "Pokemon",
hp: 130,
types: ["Lightning"],
evolveFrom: {
en: "Toxel",
fr: "Toxizap",
es: "Toxel",
it: "Toxel",
pt: "Toxel",
de: "Toxel"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "Ryuta Fuse",
description: {
en: "This short-tempered and aggressive Pokémon chugs stagnant water to absorb any toxins it might contain."
},
attacks: [{
cost: ["Lightning", "Colorless"],
name: {
en: "Punk Shock"
},
damage: 70,
effect: {
en: "You may choose to make your opponent's Active Pokémon Paralyzed. If you do, this Pokémon also does 70 damage to itself."
}
}],
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Toxtricity",
fr: "Salarsen",
es: "Toxtricity",
it: "Toxtricity",
pt: "Toxtricity",
de: "Riffex"
},
rarity: "Rare",
category: "Pokemon",
hp: 120,
types: ["Lightning"],
evolveFrom: {
en: "Toxel",
fr: "Toxizap",
es: "Toxel",
it: "Toxel",
pt: "Toxel",
de: "Toxel"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "nagimiso",
description: {
en: "It has an electrical organ on its chest. While generating electricity, it fills its surroundings with sounds like the strumming of a bass guitar."
},
abilities: [{
type: "Ability",
name: {
en: "Maximum Downer"
},
effect: {
en: "If all your Pokémon in play are Fusion Strike Pokémon, your opponent's Pokémon VMAX in play get -30 HP."
}
}],
attacks: [{
cost: ["Lightning", "Lightning", "Colorless"],
name: {
en: "Head Bolt"
},
damage: 90
}],
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,49 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Morpeko",
fr: "Morpeko",
es: "Morpeko",
it: "Morpeko",
pt: "Morpeko",
de: "Morpeko"
},
rarity: "Common",
category: "Pokemon",
hp: 80,
types: ["Lightning"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Sanosuke Sakuma",
description: {
en: "It carries electrically roasted seeds with it as if they're precious treasures. No matter how much it eats, it always gets hungry again in short order."
},
attacks: [{
cost: ["Lightning", "Colorless"],
name: {
en: "Targeted Spark"
},
effect: {
en: "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Leavanny",
fr: "Manternel",
es: "Leavanny",
it: "Leavanny",
pt: "Leavanny",
de: "Matrifol"
},
rarity: "Rare",
category: "Pokemon",
hp: 130,
types: ["Grass"],
evolveFrom: {
en: "Swadloon",
fr: "Couverdure",
es: "Swadloon",
it: "Swadloon",
pt: "Swadloon",
de: "Folikon"
},
stage: "Stage2",
retreat: 1,
regulationMark: "E",
illustrator: "kodama",
description: {
en: "It keeps its eggs warm with heat from fermenting leaves. It also uses leaves to make warm wrappings for Sewaddle."
},
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
en: "Healing Circle"
},
effect: {
en: "Heal all damage from each of your Benched Pokémon. If you healed any damage in this way, shuffle this Pokémon and all attached cards into your deck."
}
}, {
cost: ["Grass", "Colorless", "Colorless"],
name: {
en: "Razor Leaf"
},
damage: 120
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,59 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Jigglypuff",
fr: "Rondoudou",
es: "Jigglypuff",
it: "Jigglypuff",
pt: "Jigglypuff",
de: "Pummeluff"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Psychic"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Saya Tsuruta",
description: {
en: "The songs they sing are totally different depending on the region they live in. Some even sound like they're shouting!"
},
attacks: [{
cost: ["Psychic"],
name: {
en: "Pound"
},
damage: 20
}, {
cost: ["Colorless", "Colorless"],
name: {
en: "Let's All Rollout"
},
damage: "20×",
effect: {
en: "This attack does 20 damage for each of your Benched Pokémon that has the Let's All Rollout attack."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Wigglytuff",
fr: "Grodoudou",
es: "Wigglytuff",
it: "Wigglytuff",
pt: "Wigglytuff",
de: "Knuddeluff"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 120,
types: ["Psychic"],
evolveFrom: {
en: "Jigglypuff",
fr: "Rondoudou",
es: "Jigglypuff",
it: "Jigglypuff",
pt: "Jigglypuff",
de: "Pummeluff"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "Asako Ito",
description: {
en: "When it gets angry, it inhales with all its might, and its body gradually inflates. Sometimes they can grow 20 times larger!"
},
attacks: [{
cost: ["Psychic"],
name: {
en: "Find Treasure"
},
effect: {
en: "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck."
}
}, {
cost: ["Psychic", "Colorless", "Colorless"],
name: {
en: "Hyper Voice"
},
damage: 90
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,61 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Jynx",
fr: "Lippoutou",
es: "Jynx",
it: "Jynx",
pt: "Jynx",
de: "Rossana"
},
rarity: "Common",
category: "Pokemon",
hp: 100,
types: ["Psychic"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Shigenori Negishi",
description: {
en: "Its strange cries sound like human language. There are some musicians who compose songs for Jynx to sing."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Double Draw"
},
effect: {
en: "Draw 2 cards."
}
}, {
cost: ["Psychic", "Colorless"],
name: {
en: "Dazzle Dance"
},
damage: 30,
effect: {
en: "Your opponent's Active Pokémon is now Confused."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,58 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Mew V",
fr: "Mew V",
es: "Mew V",
it: "Mew V",
pt: "Mew V",
de: "Mew V"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 180,
types: ["Psychic"],
stage: "Basic",
suffix: "V",
retreat: 0,
regulationMark: "E",
illustrator: "Mitsuhiro Arita",
attacks: [{
cost: ["Psychic"],
name: {
en: "Energy Mix"
},
effect: {
en: "Search your deck for an Energy card and attach it to 1 of your Fusion Strike Pokémon. Then, shuffle your deck."
}
}, {
cost: ["Psychic", "Colorless"],
name: {
en: "Psychic Leap"
},
damage: 70,
effect: {
en: "You may shuffle this Pokémon and all attached cards into your deck."
}
}],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,93 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Mew VMAX",
fr: "Mew VMAX",
es: "Mew VMAX",
it: "Mew VMAX",
pt: "Mew VMAX",
de: "Mew VMAX"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 310,
types: ["Psychic"],
evolveFrom: {
en: "Mew V",
fr: "Mew-V",
es: "Mew V",
it: "Mew-V",
pt: "Mew V",
de: "Mew-V"
},
stage: "VMAX",
retreat: 0,
regulationMark: "E",
illustrator: "5ban Graphics",
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
en: "Cross Fusion Strike",
fr: "Poing de Fusion Croisé",
es: "Golpe Fusión Cruzado",
it: "Colpo Fusione Incrociato",
de: "Cross-Fusionsangriff"
},
effect: {
en: "Choose 1 of your Benched Fusion Strike Pokémon's attacks and use it as this attack.",
fr: "Choisissez l'une des attaques de vos Pokémon Poing de Fusion de Banc et utilisez-la en tant que cette attaque.",
es: "Elige 1 de los ataques de tus Pokémon Golpe Fusión en Banca y úsalo para este ataque.",
it: "Scegli un attacco di un Pokémon Colpo Fusione nella tua panchina e usalo al posto di questo attacco.",
de: "Wähle 1 Attacke der Fusionsangriff-Pokémon auf deiner Bank und setze sie als diese Attacke ein."
}
}, {
cost: ["Psychic", "Psychic"],
name: {
en: "Max Miracle",
fr: "Miraclomax",
es: "Maximilagro",
it: "Dynaprodigio",
de: "Dyna-Wunder"
},
damage: 130,
effect: {
en: "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
fr: "Les dégâts de cette attaque ne sont affectés par aucun effet en action sur le Pokémon Actif de votre adversaire.",
es: "El daño de este ataque no se ve afectado por ningún efecto en el Pokémon Activo de tu rival.",
it: "I danni di questo attacco non sono influenzati da alcun effetto presente sul Pokémon attivo del tuo avversario.",
de: "Der Schaden dieser Attacke wird durch Effekte auf dem Aktiven Pokémon deines Gegners nicht verändert."
}
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Snubbull",
fr: "Snubbull",
es: "Snubbull",
it: "Snubbull",
pt: "Snubbull",
de: "Snubbull"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Psychic"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Kyoko Umemoto",
description: {
en: "In contrast to its appearance, it's quite timid. When playing with other puppy Pokémon, it sometimes gets bullied."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Headbutt"
},
damage: 10
}, {
cost: ["Colorless", "Colorless", "Colorless"],
name: {
en: "Bite"
},
damage: 30
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Granbull",
fr: "Granbull",
es: "Granbull",
it: "Granbull",
pt: "Granbull",
de: "Granbull"
},
rarity: "Rare",
category: "Pokemon",
hp: 120,
types: ["Psychic"],
evolveFrom: {
en: "Snubbull",
fr: "Snubbull",
es: "Snubbull",
it: "Snubbull",
pt: "Snubbull",
de: "Snubbull"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "Akira Komayama",
description: {
en: "Although it's popular with young people, Granbull is timid and sensitive, so it's totally incompetent as a watchdog."
},
abilities: [{
type: "Ability",
name: {
en: "Dig Up"
},
effect: {
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may put up to 2 Pokémon Tool cards from your discard pile into your hand."
}
}],
attacks: [{
cost: ["Colorless", "Colorless", "Colorless"],
name: {
en: "Bite"
},
damage: 90
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Galarian Corsola",
fr: "Corayon de Galar",
es: "Corsola de Galar",
it: "Corsola di Galar",
pt: "Corsola de Galar",
de: "Galar-Corasonn"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Psychic"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Kouki Saitou",
description: {
en: "Sudden climate change wiped out this ancient kind of Corsola. This Pokémon absorbs others' life-force through its branches."
},
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
en: "Tackle"
},
damage: 30
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Galarian Cursola",
fr: "Corayôme de Galar",
es: "Cursola de Galar",
it: "Cursola di Galar",
pt: "Cursola de Galar",
de: "Galar-Gorgasonn"
},
rarity: "Rare",
category: "Pokemon",
hp: 100,
types: ["Psychic"],
evolveFrom: {
en: "Galarian Corsola",
fr: "Corayon de Galar",
es: "Corsola de Galar",
it: "Corsola di Galar",
pt: "Corsola de Galar",
de: "Galar-Corasonn"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "Misa Tsutsui",
description: {
en: "Be cautious of the ectoplasmic body surrounding its soul. You'll become stiff as stone if you touch it."
},
attacks: [{
cost: ["Psychic"],
name: {
en: "Force Regeneration"
},
effect: {
en: "Put a Basic Pokémon V from your opponent's discard pile onto their Bench. If you do, put damage counters on that Pokémon until its remaining HP is 30."
}
}, {
cost: ["Psychic", "Colorless", "Colorless"],
name: {
en: "Spooky Shot"
},
damage: 80
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Mawile",
fr: "Mysdibule",
es: "Mawile",
it: "Mawile",
pt: "Mawile",
de: "Flunkifer"
},
rarity: "Common",
category: "Pokemon",
hp: 90,
types: ["Psychic"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Kouki Saitou",
description: {
en: "It chomps with its gaping mouth. Its huge jaws are actually steel horns that have been transformed."
},
attacks: [{
cost: ["Psychic"],
name: {
en: "Chomp Chomp Hold"
},
damage: 30,
effect: {
en: "During your opponent's next turn, the Defending Pokémon's attacks cost Colorless more, and its Retreat Cost is Colorless more."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,59 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Maractus",
fr: "Maracachi",
es: "Maractus",
it: "Maractus",
pt: "Maractus",
de: "Maracamba"
},
rarity: "Rare",
category: "Pokemon",
hp: 110,
types: ["Grass"],
stage: "Basic",
retreat: 2,
regulationMark: "E",
illustrator: "0313",
description: {
en: "Once each year, this Pokémon scatters its seeds. They're jam-packed with nutrients, making them a precious food source out in the desert."
},
attacks: [{
cost: ["Grass"],
name: {
en: "Peck"
},
damage: 20
}, {
cost: ["Grass", "Colorless"],
name: {
en: "Ditch and Shake"
},
damage: "50×",
effect: {
en: "Discard any number of Pokémon Tool cards from your hand. This attack does 50 damage for each card you discarded in this way."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Deoxys",
fr: "Deoxys",
es: "Deoxys",
it: "Deoxys",
pt: "Deoxys",
de: "Deoxys"
},
rarity: "Rare",
category: "Pokemon",
hp: 120,
types: ["Psychic"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Kouki Saitou",
description: {
en: "DNA from a space virus mutated and became a Pokémon. It appears where auroras are seen."
},
attacks: [{
cost: ["Colorless", "Colorless", "Colorless"],
name: {
en: "Photon Boost"
},
damage: "80+",
effect: {
en: "If this Pokémon has any Fusion Strike Energy attached, this attack does 80 more damage."
}
}],
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Munna",
fr: "Munna",
es: "Munna",
it: "Munna",
pt: "Munna",
de: "Somniam"
},
rarity: "Common",
category: "Pokemon",
hp: 80,
types: ["Psychic"],
stage: "Basic",
retreat: 2,
regulationMark: "E",
illustrator: "miki kudo",
description: {
en: "It eats dreams and releases mist. The mist is pink when it's eating a good dream, and black when it's eating a nightmare."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Ram"
},
damage: 10
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,71 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Musharna",
fr: "Mushana",
es: "Musharna",
it: "Musharna",
pt: "Musharna",
de: "Somnivora"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 120,
types: ["Psychic"],
evolveFrom: {
en: "Munna",
fr: "Munna",
es: "Munna",
it: "Munna",
pt: "Munna",
de: "Somniam"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "Tika Matsuno",
description: {
en: "It drowses and dreams all the time. It's best to leave it be if it's just woken up, as it's a terrible grump when freshly roused from sleep."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Sleep Inducer"
},
effect: {
en: "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Asleep."
}
}, {
cost: ["Psychic", "Colorless"],
name: {
en: "Psychic"
},
damage: "30+",
effect: {
en: "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,63 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Sigilyph",
fr: "Cryptéro",
es: "Sigilyph",
it: "Sigilyph",
pt: "Sigilyph",
de: "Symvolara"
},
rarity: "Common",
category: "Pokemon",
hp: 100,
types: ["Psychic"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Yukiko Baba",
description: {
en: "A discovery was made in the desert where Sigilyph fly. The ruins of what may have been an ancient city were found beneath the sands."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Joust"
},
damage: 20,
effect: {
en: "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon."
}
}, {
cost: ["Psychic", "Colorless"],
name: {
en: "Reflect Energy"
},
damage: 60,
effect: {
en: "Move an Energy from this Pokémon to 1 of your Benched Pokémon."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Meloetta",
fr: "Meloetta",
es: "Meloetta",
it: "Meloetta",
pt: "Meloetta",
de: "Meloetta"
},
rarity: "Rare",
category: "Pokemon",
hp: 90,
types: ["Psychic"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "kirisAki",
description: {
en: "Its melodies are sung with a special vocalization method that can control the feelings of those who hear it."
},
attacks: [{
cost: ["Psychic", "Colorless"],
name: {
en: "Melodious Echo"
},
damage: "70×",
effect: {
en: "This attack does 70 damage for each Fusion Strike Energy attached to all of your Pokémon."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Sandygast",
fr: "Bacabouh",
es: "Sandygast",
it: "Sandygast",
pt: "Sandygast",
de: "Sankabuh"
},
rarity: "Common",
category: "Pokemon",
hp: 80,
types: ["Psychic"],
stage: "Basic",
retreat: 3,
regulationMark: "E",
illustrator: "KIYOTAKA OSHIYAMA",
description: {
en: "If you build sand mounds when you're playing, destroy them before you go home, or they may get possessed and become Sandygast."
},
attacks: [{
cost: ["Psychic"],
name: {
en: "Vibration"
},
damage: 10
}, {
cost: ["Psychic", "Psychic"],
name: {
en: "Spooky Shot"
},
damage: 30
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Palossand",
fr: "Trépassable",
es: "Palossand",
it: "Palossand",
pt: "Palossand",
de: "Colossand"
},
rarity: "Rare",
category: "Pokemon",
hp: 140,
types: ["Psychic"],
evolveFrom: {
en: "Sandygast",
fr: "Bacabouh",
es: "Sandygast",
it: "Sandygast",
pt: "Sandygast",
de: "Sankabuh"
},
stage: "Stage1",
retreat: 4,
regulationMark: "E",
illustrator: "Shibuzoh.",
description: {
en: "Once it has whipped up a sandstorm to halt its opponents in their tracks, this terrifying Pokémon snatches away their vitality."
},
attacks: [{
cost: ["Psychic", "Psychic", "Colorless"],
name: {
en: "Spooky Sand"
},
damage: 120
}, {
cost: ["Psychic", "Psychic", "Psychic", "Colorless"],
name: {
en: "Oppressing Sandstorm"
},
effect: {
en: "If your opponent's Active Pokémon is a Basic Pokémon, it is Knocked Out."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Indeedee",
fr: "Wimessir",
es: "Indeedee",
it: "Indeedee",
pt: "Indeedee",
de: "Servol"
},
rarity: "Common",
category: "Pokemon",
hp: 100,
types: ["Psychic"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Misa Tsutsui",
description: {
en: "They diligently serve people and Pokémon so they can gather feelings of gratitude. The females are particularly good at babysitting."
},
attacks: [{
cost: ["Psychic"],
name: {
en: "Call for Family"
},
effect: {
en: "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck."
}
}, {
cost: ["Psychic", "Colorless", "Colorless"],
name: {
en: "Heart Sign"
},
damage: 80
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Dreepy",
fr: "Fantyrm",
es: "Dreepy",
it: "Dreepy",
pt: "Dreepy",
de: "Grolldra"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Psychic"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Teeziro",
description: {
en: "If this weak Pokémon is by itself, a mere child could defeat it. But if Dreepy has friends to help it train, it can evolve and become much stronger."
},
attacks: [{
cost: ["Psychic"],
name: {
en: "Infestation"
},
damage: 10,
effect: {
en: "During your opponent's next turn, the Defending Pokémon can't retreat."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Drakloak",
fr: "Dispareptil",
es: "Drakloak",
it: "Drakloak",
pt: "Drakloak",
de: "Phandra"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 90,
types: ["Psychic"],
evolveFrom: {
en: "Dreepy",
fr: "Fantyrm",
es: "Dreepy",
it: "Dreepy",
pt: "Dreepy",
de: "Grolldra"
},
stage: "Stage1",
retreat: 1,
regulationMark: "E",
illustrator: "HYOGONOSUKE",
description: {
en: "Without a Dreepy to place on its head and care for, it gets so uneasy it'll try to substitute any Pokémon it finds for the missing Dreepy."
},
attacks: [{
cost: ["Psychic"],
name: {
en: "Spooky Shot"
},
damage: 20
}, {
cost: ["Psychic", "Colorless"],
name: {
en: "U-turn"
},
damage: 30,
effect: {
en: "Switch this Pokémon with 1 of your Benched Pokémon."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Shelmet",
fr: "Escargaume",
es: "Shelmet",
it: "Shelmet",
pt: "Shelmet",
de: "Schnuthelm"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Grass"],
stage: "Basic",
retreat: 3,
regulationMark: "E",
illustrator: "Shibuzoh.",
description: {
en: "It has a strange physiology that responds to electricity. When together with Karrablast, Shelmet evolves for some reason."
},
attacks: [{
cost: ["Grass"],
name: {
en: "Spit Beam"
},
damage: 20
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,91 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Dragapult",
fr: "Lanssorien",
es: "Dragapult",
it: "Dragapult",
pt: "Dragapult",
de: "Katapuldra"
},
rarity: "Rare",
category: "Pokemon",
hp: 150,
types: ["Psychic"],
evolveFrom: {
en: "Drakloak",
fr: "Dispareptil",
es: "Drakloak",
it: "Drakloak",
pt: "Drakloak",
de: "Phandra"
},
stage: "Stage2",
retreat: 0,
regulationMark: "E",
illustrator: "Souichirou Gunjima",
description: {
en: "Apparently the Dreepy inside Dragapult's horns eagerly look forward to being launched out at Mach speeds."
},
attacks: [{
cost: ["Psychic"],
name: {
en: "Fusion Strike Assault",
fr: "Assaut Poing de Fusion",
es: "Asalto Golpe Fusión",
it: "Assalto Colpo Fusione",
de: "Fusionsangriff-Offensive"
},
damage: "30×",
effect: {
en: "This attack does 30 damage for each of your Fusion Strike Pokémon in play.",
fr: "Cette attaque inflige 30 dégâts pour chacun de vos Pokémon Poing de Fusion en jeu.",
es: "Este ataque hace 30 puntos de daño por cada uno de tus Pokémon Golpe Fusión en juego.",
it: "Questo attacco infligge 30 danni per ogni tuo Pokémon Colpo Fusione in gioco.",
de: "Diese Attacke fügt für jedes deiner Fusionsangriff-Pokémon im Spiel 30 Schadenspunkte zu."
}
}, {
cost: ["Psychic", "Colorless"],
name: {
en: "Speed Attack",
fr: "Attaque Rapide",
es: "Ataque Fugaz",
it: "Attacco Veloce",
de: "Tempoangriff"
},
damage: 120
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,61 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Sandshrew",
fr: "Sabelette",
es: "Sandshrew",
it: "Sandshrew",
pt: "Sandshrew",
de: "Sandan"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Fighting"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Yuka Morii",
description: {
en: "When its skin gets wrinkled from moisture, it heads for a volcano. It lies flat on a spot with a lot of geothermal heat and dries itself out."
},
attacks: [{
cost: ["Fighting"],
name: {
en: "Dig It Up"
},
effect: {
en: "Look at the top card of your deck. You may discard that card."
}
}, {
cost: ["Colorless", "Colorless"],
name: {
en: "Let's All Rollout"
},
damage: "20×",
effect: {
en: "This attack does 20 damage for each of your Benched Pokémon that has the Let's All Rollout attack."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,61 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Sandslash",
fr: "Sablaireau",
es: "Sandslash",
it: "Sandslash",
pt: "Sandslash",
de: "Sandamer"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 120,
types: ["Fighting"],
evolveFrom: {
en: "Sandshrew",
fr: "Sabelette",
es: "Sandshrew",
it: "Sandshrew",
pt: "Sandshrew",
de: "Sandan"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "Kyoko Umemoto",
description: {
en: "Thanks to its thick claws, it's good at climbing trees. There are plenty of Sandslash that park themselves in trees and go right to sleep."
},
attacks: [{
cost: ["Fighting", "Colorless"],
name: {
en: "Dig Uppercut"
},
damage: 60,
effect: {
en: "Put a card from your discard pile into your hand."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Mankey",
fr: "Férosinge",
es: "Mankey",
it: "Mankey",
pt: "Mankey",
de: "Menki"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Fighting"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "sowsow",
description: {
en: "If one gets angry, all the others around it will get angry, so silence is a rare visitor in a troop of Mankey."
},
attacks: [{
cost: ["Fighting"],
name: {
en: "Scratch"
},
damage: 10
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,61 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Primeape",
fr: "Colossinge",
es: "Primeape",
it: "Primeape",
pt: "Primeape",
de: "Rasaff"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 100,
types: ["Fighting"],
evolveFrom: {
en: "Mankey",
fr: "Férosinge",
es: "Mankey",
it: "Mankey",
pt: "Mankey",
de: "Menki"
},
stage: "Stage1",
retreat: 1,
regulationMark: "E",
illustrator: "Yuya Oka",
description: {
en: "The blood vessels in its brain are sturdier than those of other Pokémon, so it can stay healthy despite its constant raging."
},
attacks: [{
cost: ["Fighting"],
name: {
en: "Gut Punch"
},
damage: "30+",
effect: {
en: "If your opponent's Active Pokémon is a Pokémon V, this attack does 60 more damage."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Geodude",
fr: "Racaillou",
es: "Geodude",
it: "Geodude",
pt: "Geodude",
de: "Kleinstein"
},
rarity: "Common",
category: "Pokemon",
hp: 80,
types: ["Fighting"],
stage: "Basic",
retreat: 3,
regulationMark: "E",
illustrator: "OKACHEKE",
description: {
en: "It uses both hands to climb precipitous cliffs. People who see it in action have been known to take up bouldering."
},
attacks: [{
cost: ["Fighting"],
name: {
en: "Rollout"
},
damage: 10
}, {
cost: ["Colorless", "Colorless"],
name: {
en: "Light Punch"
},
damage: 20
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,65 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Graveler",
fr: "Gravalanch",
es: "Graveler",
it: "Graveler",
pt: "Graveler",
de: "Georok"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 110,
types: ["Fighting"],
evolveFrom: {
en: "Geodude",
fr: "Racaillou",
es: "Geodude",
it: "Geodude",
pt: "Geodude",
de: "Kleinstein"
},
stage: "Stage1",
retreat: 4,
regulationMark: "E",
illustrator: "Masakazu Fukuda",
description: {
en: "It travels by rolling down cliffs. If it falls into a river, it will explode with its last gasp."
},
attacks: [{
cost: ["Fighting"],
name: {
en: "Tackle"
},
damage: 30
}, {
cost: ["Fighting", "Colorless", "Colorless"],
name: {
en: "Boulder Crush"
},
damage: 70
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,73 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Golem",
fr: "Grolem",
es: "Golem",
it: "Golem",
pt: "Golem",
de: "Geowaz"
},
rarity: "Rare",
category: "Pokemon",
hp: 180,
types: ["Fighting"],
evolveFrom: {
en: "Graveler",
fr: "Gravalanch",
es: "Graveler",
it: "Graveler",
pt: "Graveler",
de: "Georok"
},
stage: "Stage2",
retreat: 4,
regulationMark: "E",
illustrator: "KEIICHIRO ITO",
description: {
en: "It detonates its own body. The power from that explosion can propel it up steep mountain paths with amazing speed."
},
abilities: [{
type: "Ability",
name: {
en: "Desperate Blast"
},
effect: {
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, put 10 damage counters on the Attacking Pokémon."
}
}],
attacks: [{
cost: ["Fighting", "Colorless", "Colorless"],
name: {
en: "Double-Edge"
},
damage: 160,
effect: {
en: "This Pokémon also does 30 damage to itself."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,59 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Onix",
fr: "Onix",
es: "Onix",
it: "Onix",
pt: "Onix",
de: "Onix"
},
rarity: "Common",
category: "Pokemon",
hp: 110,
types: ["Fighting"],
stage: "Basic",
retreat: 4,
regulationMark: "E",
illustrator: "KEIICHIRO ITO",
description: {
en: "It rapidly bores through the ground at 50 mph by squirming and twisting its massive, rugged body."
},
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
en: "Guard Press"
},
damage: 30,
effect: {
en: "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)."
}
}, {
cost: ["Fighting", "Fighting", "Colorless"],
name: {
en: "Rock Throw"
},
damage: 90
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,73 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Steelix",
fr: "Steelix",
es: "Steelix",
it: "Steelix",
pt: "Steelix",
de: "Stahlos"
},
rarity: "Rare",
category: "Pokemon",
hp: 190,
types: ["Fighting"],
evolveFrom: {
en: "Onix",
fr: "Onix",
es: "Onix",
it: "Onix",
pt: "Onix",
de: "Onix"
},
stage: "Stage1",
retreat: 4,
regulationMark: "E",
illustrator: "Ryuta Fuse",
description: {
en: "It is thought its body transformed as a result of iron accumulating internally from swallowing soil."
},
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
en: "Powerful Rage"
},
damage: "20×",
effect: {
en: "This attack does 20 damage for each damage counter on this Pokémon."
}
}, {
cost: ["Fighting", "Fighting", "Colorless"],
name: {
en: "Earthquake"
},
damage: 180,
effect: {
en: "This attack also does 30 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
}
}],
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,74 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Accelgor",
fr: "Limaspeed",
es: "Accelgor",
it: "Accelgor",
pt: "Accelgor",
de: "Hydragil"
},
rarity: "Rare",
category: "Pokemon",
hp: 90,
types: ["Grass"],
evolveFrom: {
en: "Shelmet",
fr: "Escargaume",
es: "Shelmet",
it: "Shelmet",
pt: "Shelmet",
de: "Schnuthelm"
},
stage: "Stage1",
retreat: 1,
regulationMark: "E",
illustrator: "nagimiso",
description: {
en: "Discarding its shell made it nimble. To keep itself from dehydrating, it wraps its body in bands of membrane."
},
attacks: [{
cost: ["Grass", "Colorless", "Colorless"],
name: {
en: "Ninja Tornado",
fr: "Tornade Ninja",
es: "Tornado Ninja",
it: "Tornado Ninja",
de: "Ninjatornado"
},
damage: 120,
effect: {
en: "If this Pokémon moved from your Bench to the Active Spot this turn, this attack can be used for Grass.",
fr: "Si ce Pokémon a été déplacé de votre Banc vers le Poste Actif pendant ce tour, cette attaque peut être utilisée pour Grass.",
es: "Si este Pokémon se ha movido de tu Banca al Puesto Activo en este turno, este ataque se puede usar por 1 Energía Grass.",
it: "Se questo Pokémon si è spostato dalla tua panchina in posizione attiva nel turno in corso, il costo di questo attacco è Grass.",
de: "Wenn dieses Pokémon während dieses Zuges von deiner Bank in die Aktive Position gewechselt ist, kann diese Attacke für Grass eingesetzt werden."
}
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Gligar",
fr: "Scorplane",
es: "Gligar",
it: "Gligar",
pt: "Gligar",
de: "Skorgla"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Fighting"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Misa Tsutsui",
description: {
en: "It flies straight at its target's face, then clamps down on the startled victim to inject poison."
},
attacks: [{
cost: ["Fighting"],
name: {
en: "Poison Sting"
},
effect: {
en: "Your opponent's Active Pokémon is now Poisoned."
}
}, {
cost: ["Fighting", "Colorless"],
name: {
en: "Pierce"
},
damage: 30
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,73 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Gliscor",
fr: "Scorvol",
es: "Gliscor",
it: "Gliscor",
pt: "Gliscor",
de: "Skorgro"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 110,
types: ["Fighting"],
evolveFrom: {
en: "Gligar",
fr: "Scorplane",
es: "Gligar",
it: "Gligar",
pt: "Gligar",
de: "Skorgla"
},
stage: "Stage1",
retreat: 1,
regulationMark: "E",
illustrator: "SATOSHI NAKAI",
description: {
en: "Its flight is soundless. It uses its lengthy tail to carry off its prey… Then its elongated fangs do the rest."
},
attacks: [{
cost: ["Fighting", "Colorless"],
name: {
en: "Cut Down"
},
damage: 30,
effect: {
en: "Discard an Energy from your opponent's Active Pokémon."
}
}, {
cost: ["Fighting", "Fighting", "Colorless"],
name: {
en: "Venomous Hit"
},
damage: 100,
effect: {
en: "Your opponent's Active Pokémon is now Poisoned."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Makuhita",
fr: "Makuhita",
es: "Makuhita",
it: "Makuhita",
pt: "Makuhita",
de: "Makuhita"
},
rarity: "Common",
category: "Pokemon",
hp: 90,
types: ["Fighting"],
stage: "Basic",
retreat: 3,
regulationMark: "E",
illustrator: "Oswaldo KATO",
description: {
en: "There's a rumor of a traditional recipe for stew that Trainers can use to raise strong Makuhita."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Lunge Out"
},
damage: 10
}, {
cost: ["Fighting", "Colorless", "Colorless"],
name: {
en: "Hammer In"
},
damage: 60
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Hariyama",
fr: "Hariyama",
es: "Hariyama",
it: "Hariyama",
pt: "Hariyama",
de: "Hariyama"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 140,
types: ["Fighting"],
evolveFrom: {
en: "Makuhita",
fr: "Makuhita",
es: "Makuhita",
it: "Makuhita",
pt: "Makuhita",
de: "Makuhita"
},
stage: "Stage1",
retreat: 4,
regulationMark: "E",
illustrator: "Hitoshi Ariga",
description: {
en: "Hariyama that are big and fat aren't necessarily strong. There are some small ones that move nimbly and use moves skillfully."
},
abilities: [{
type: "Ability",
name: {
en: "Guts"
},
effect: {
en: "If this Pokémon would be Knocked Out by damage from an attack, flip a coin. If heads, this Pokémon is not Knocked Out, and its remaining HP becomes 10."
}
}],
attacks: [{
cost: ["Fighting", "Colorless", "Colorless"],
name: {
en: "Hammer In"
},
damage: 100
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Baltoy",
fr: "Balbuto",
es: "Baltoy",
it: "Baltoy",
pt: "Baltoy",
de: "Puppance"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Fighting"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Sumiyoshi Kizuki",
description: {
en: "It was discovered in ancient ruins. While moving, it constantly spins. It stands on one foot even when asleep."
},
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
en: "Smack"
},
damage: 20
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,71 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Claydol",
fr: "Kaorine",
es: "Claydol",
it: "Claydol",
pt: "Claydol",
de: "Lepumentas"
},
rarity: "Rare",
category: "Pokemon",
hp: 120,
types: ["Fighting"],
evolveFrom: {
en: "Baltoy",
fr: "Balbuto",
es: "Baltoy",
it: "Baltoy",
pt: "Baltoy",
de: "Puppance"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "Akira Komayama",
description: {
en: "It appears to have been born from clay dolls made by ancient people. It uses telekinesis to float and move."
},
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
en: "Rapid Spin"
},
damage: 30,
effect: {
en: "Switch this Pokémon with 1 of your Benched Pokémon. If you do, your opponent switches their Active Pokémon with 1 of their Benched Pokémon."
}
}, {
cost: ["Fighting", "Fighting"],
name: {
en: "Ancient Imprint"
},
effect: {
en: "Put damage counters on your opponent's Active Pokémon until its remaining HP is 60."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Lucario V",
fr: "Lucario V",
es: "Lucario V",
it: "Lucario V",
pt: "Lucario V",
de: "Lucario V"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 210,
types: ["Fighting"],
stage: "Basic",
suffix: "V",
retreat: 2,
regulationMark: "E",
illustrator: "aky CG Works",
attacks: [{
cost: ["Fighting", "Fighting", "Colorless"],
name: {
en: "Aura Sphere"
},
damage: 120
}],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Drilbur",
fr: "Rototaupe",
es: "Drilbur",
it: "Drilbur",
pt: "Drilbur",
de: "Rotomurf"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Fighting"],
stage: "Basic",
retreat: 2,
regulationMark: "E",
illustrator: "tetsuya koizumi",
description: {
en: "It's a digger, using its claws to burrow through the ground. It causes damage to vegetable crops, so many farmers have little love for it."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Scratch"
},
damage: 20
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,63 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Landorus",
fr: "Démétéros",
es: "Landorus",
it: "Landorus",
pt: "Landorus",
de: "Demeteros"
},
rarity: "Rare",
category: "Pokemon",
hp: 120,
types: ["Fighting"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "NC Empire",
description: {
en: "From the forces of lightning and wind, it creates energy to give nutrients to the soil and make the land abundant."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Strafe"
},
damage: 20,
effect: {
en: "You may switch this Pokémon with 1 of your Benched Pokémon."
}
}, {
cost: ["Fighting", "Fighting", "Colorless"],
name: {
en: "Earthen Boom"
},
damage: 120,
effect: {
en: "Move all Energy from this Pokémon to your Benched Pokémon in any way you like."
}
}],
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Pancham",
fr: "Pandespiègle",
es: "Pancham",
it: "Pancham",
pt: "Pancham",
de: "Pam-Pam"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Fighting"],
stage: "Basic",
retreat: 2,
regulationMark: "E",
illustrator: "Mina Nakai",
description: {
en: "Wanting to make sure it's taken seriously, Pancham's always giving others a glare. But if it's not focusing, it ends up smiling."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Raised Bad"
},
effect: {
en: "Search your deck for up to 2 Darkness Energy cards and attach them to this Pokémon. Then, shuffle your deck."
}
}, {
cost: ["Colorless", "Colorless", "Colorless"],
name: {
en: "Smash Kick"
},
damage: 30
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Virizion",
fr: "Viridium",
es: "Virizion",
it: "Virizion",
pt: "Virizion",
de: "Viridium"
},
rarity: "Rare",
category: "Pokemon",
hp: 110,
types: ["Grass"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Kagemaru Himeno",
description: {
en: "Legends say this Pokémon confounded opponents with its swift movements."
},
attacks: [{
cost: ["Grass"],
name: {
en: "Bail Out"
},
effect: {
en: "Put up to 2 Pokémon from your discard pile into your hand."
}
}, {
cost: ["Grass", "Colorless", "Colorless"],
name: {
en: "Solar Beam"
},
damage: 90
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Stufful",
fr: "Nounourson",
es: "Stufful",
it: "Stufful",
pt: "Stufful",
de: "Velursi"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Fighting"],
stage: "Basic",
retreat: 2,
regulationMark: "E",
illustrator: "OKACHEKE",
description: {
en: "The way it protects itself by flailing its arms may be an adorable sight, but stay well away. This is flailing that can snap thick tree trunks."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Beat"
},
damage: 10
}, {
cost: ["Fighting", "Colorless"],
name: {
en: "Rollout"
},
damage: 30
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Bewear",
fr: "Chelours",
es: "Bewear",
it: "Bewear",
pt: "Bewear",
de: "Kosturso"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 130,
types: ["Fighting"],
evolveFrom: {
en: "Stufful",
fr: "Nounourson",
es: "Stufful",
it: "Stufful",
pt: "Stufful",
de: "Velursi"
},
stage: "Stage1",
retreat: 3,
regulationMark: "E",
illustrator: "Shigenori Negishi",
description: {
en: "The moves it uses to take down its prey would make a martial artist jealous. It tucks subdued prey under its arms to carry them to its nest."
},
attacks: [{
cost: ["Fighting", "Colorless"],
name: {
en: "Split Spiral Punch"
},
damage: 40,
effect: {
en: "Your opponent's Active Pokémon is now Confused."
}
}, {
cost: ["Fighting", "Fighting", "Colorless"],
name: {
en: "Strength"
},
damage: 130
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Clobbopus",
fr: "Poulpaf",
es: "Clobbopus",
it: "Clobbopus",
pt: "Clobbopus",
de: "Klopptopus"
},
rarity: "Common",
category: "Pokemon",
hp: 80,
types: ["Fighting"],
stage: "Basic",
retreat: 2,
regulationMark: "E",
illustrator: "Mizue",
description: {
en: "Its tentacles tear off easily, but it isn't alarmed when that happens—it knows they'll grow back. It's about as smart as a three-year-old."
},
attacks: [{
cost: ["Fighting"],
name: {
en: "Beat"
},
damage: 10
}, {
cost: ["Fighting", "Colorless"],
name: {
en: "Knuckle Punch"
},
damage: 20
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,65 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Grapploct",
fr: "Krakos",
es: "Grapploct",
it: "Grapploct",
pt: "Grapploct",
de: "Kaocto"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 130,
types: ["Fighting"],
evolveFrom: {
en: "Clobbopus",
fr: "Poulpaf",
es: "Clobbopus",
it: "Clobbopus",
pt: "Clobbopus",
de: "Klopptopus"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "Souichirou Gunjima",
description: {
en: "Searching for an opponent to test its skills against, it emerges onto land. Once the battle is over, it returns to the sea."
},
attacks: [{
cost: ["Fighting", "Colorless"],
name: {
en: "Lunge Out"
},
damage: 40
}, {
cost: ["Fighting", "Colorless", "Colorless"],
name: {
en: "Magnum Punch"
},
damage: 90
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,59 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Falinks",
fr: "Hexadron",
es: "Falinks",
it: "Falinks",
pt: "Falinks",
de: "Legios"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 90,
types: ["Fighting"],
stage: "Basic",
retreat: 2,
regulationMark: "E",
illustrator: "Akira Komayama",
description: {
en: "The six of them work together as one Pokémon. Teamwork is also their battle strategy, and they constantly change their formation as they fight."
},
attacks: [{
cost: ["Fighting"],
name: {
en: "Headbutt"
},
damage: 30
}, {
cost: ["Fighting", "Colorless", "Colorless"],
name: {
en: "Cliff Edge Formation"
},
damage: "60+",
effect: {
en: "If your opponent has exactly 1 Prize card remaining, this attack does 160 more damage."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Falinks",
fr: "Hexadron",
es: "Falinks",
it: "Falinks",
pt: "Falinks",
de: "Legios"
},
rarity: "Common",
category: "Pokemon",
hp: 90,
types: ["Fighting"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Yuu Nishida",
description: {
en: "The six of them work together as one Pokémon. Teamwork is also their battle strategy, and they constantly change their formation as they fight."
},
attacks: [{
cost: ["Fighting"],
name: {
en: "Invade"
},
damage: 30
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,60 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Gengar V",
fr: "Ectoplasma V",
es: "Gengar V",
it: "Gengar V",
pt: "Gengar V",
de: "Gengar V"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 210,
types: ["Darkness"],
stage: "Basic",
suffix: "V",
retreat: 2,
regulationMark: "E",
illustrator: "5ban Graphics",
attacks: [{
cost: ["Darkness", "Darkness"],
name: {
en: "Dark Slumber"
},
damage: 40,
effect: {
en: "Your opponent's Active Pokémon is now Asleep."
}
}, {
cost: ["Darkness", "Darkness", "Darkness"],
name: {
en: "Pain Explosion"
},
damage: 190,
effect: {
en: "Put 3 damage counters on this Pokémon."
}
}],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,90 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Gengar VMAX",
fr: "Ectoplasma VMAX",
es: "Gengar VMAX",
it: "Gengar VMAX",
pt: "Gengar VMAX",
de: "Gengar VMAX"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 320,
types: ["Darkness"],
evolveFrom: {
en: "Gengar V",
fr: "Ectoplasma-V",
es: "Gengar V",
it: "Gengar-V",
pt: "Gengar V",
de: "Gengar-V"
},
stage: "VMAX",
retreat: 3,
regulationMark: "E",
illustrator: "5ban Graphics",
attacks: [{
cost: ["Darkness", "Darkness"],
name: {
en: "Fear and Panic",
fr: "Peur Panique",
es: "Temor y Pánico",
it: "Paura e Ansia",
de: "Angst und Bange"
},
damage: "60×",
effect: {
en: "This attack does 60 damage for each of your opponent's Pokémon V and Pokémon-GX in play.",
fr: "Cette attaque inflige 60 dégâts pour chacun des Pokémon-V et Pokémon-GX en jeu de votre adversaire.",
es: "Este ataque hace 60 puntos de daño por cada uno de los Pokémon V y Pokémon-GX en juego de tu rival.",
it: "Questo attacco infligge 60 danni per ogni Pokémon-V e ogni Pokémon-GX in gioco del tuo avversario.",
de: "Diese Attacke fügt für jedes Pokémon-V und Pokémon-GX deines Gegners im Spiel 60 Schadenspunkte zu."
}
}, {
cost: ["Darkness", "Darkness", "Darkness"],
name: {
en: "G-Max Swallow Up",
fr: "Engloutissement G-Max",
es: "Gigaengullir",
it: "Gigainghiottire",
de: "Giga-Runterschlucken"
},
damage: 250,
effect: {
en: "During your next turn, this Pokémon can't attack.",
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.",
es: "Durante tu próximo turno, este Pokémon no puede atacar.",
it: "Durante il tuo prossimo turno, questo Pokémon non può attaccare.",
de: "Während deines nächsten Zuges kann dieses Pokémon nicht angreifen."
}
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Tyranitar V",
fr: "Tyranocif V",
es: "Tyranitar V",
it: "Tyranitar V",
pt: "Tyranitar V",
de: "Despotar V"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 230,
types: ["Darkness"],
stage: "Basic",
suffix: "V",
retreat: 4,
regulationMark: "E",
illustrator: "5ban Graphics",
attacks: [{
cost: ["Darkness", "Colorless", "Colorless"],
name: {
en: "Hammer In"
},
damage: 80
}, {
cost: ["Darkness", "Darkness", "Darkness", "Colorless"],
name: {
en: "Land Crush"
},
damage: 150
}],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Galarian Zigzagoon",
fr: "Zigzaton de Galar",
es: "Zigzagoon de Galar",
it: "Zigzagoon di Galar",
pt: "Zigzagoon de Galar",
de: "Galar-Zigzachs"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Eri Yamaki",
description: {
en: "Thought to be the oldest form of Zigzagoon, it moves in zigzags and wreaks havoc upon its surroundings."
},
attacks: [{
cost: ["Darkness"],
name: {
en: "Lick"
},
damage: 10,
effect: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Phantump",
fr: "Brocélôme",
es: "Phantump",
it: "Phantump",
pt: "Phantump",
de: "Paragoni"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Grass"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "OKACHEKE",
description: {
en: "With a voice like a human child's, it cries out to lure adults deep into the forest, getting them lost among the trees."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Tackle"
},
damage: 10
}, {
cost: ["Grass", "Colorless"],
name: {
en: "Seed Bomb"
},
damage: 20
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Galarian Linoone",
fr: "Linéon de Galar",
es: "Linoone de Galar",
it: "Linoone di Galar",
pt: "Linoone de Galar",
de: "Galar-Geradaks"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 90,
types: ["Darkness"],
evolveFrom: {
en: "Galarian Zigzagoon",
fr: "Zigzaton de Galar",
es: "Zigzagoon de Galar",
it: "Zigzagoon di Galar",
pt: "Zigzagoon de Galar",
de: "Galar-Zigzachs"
},
stage: "Stage1",
retreat: 1,
regulationMark: "E",
illustrator: "sowsow",
description: {
en: "This very aggressive Pokémon will recklessly challenge opponents stronger than itself."
},
attacks: [{
cost: ["Darkness"],
name: {
en: "Rear Kick"
},
damage: 30
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,73 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Galarian Obstagoon",
fr: "Ixon de Galar",
es: "Obstagoon de Galar",
it: "Obstagoon di Galar",
pt: "Obstagoon de Galar",
de: "Galar-Barrikadax"
},
rarity: "Rare",
category: "Pokemon",
hp: 170,
types: ["Darkness"],
evolveFrom: {
en: "Galarian Linoone",
fr: "Linéon de Galar",
es: "Linoone de Galar",
it: "Linoone di Galar",
pt: "Linoone de Galar",
de: "Galar-Geradaks"
},
stage: "Stage2",
retreat: 2,
regulationMark: "E",
illustrator: "kodama",
description: {
en: "It evolved after experiencing numerous fights. While crossing its arms, it lets out a shout that would make any opponent flinch."
},
attacks: [{
cost: ["Darkness"],
name: {
en: "Silence"
},
damage: 30,
effect: {
en: "Choose 1 of your opponent's Active Pokémon's attacks. During your opponent's next turn, that Pokémon can't use that attack."
}
}, {
cost: ["Darkness"],
name: {
en: "Merciless Strike"
},
damage: "60+",
effect: {
en: "If your opponent's Active Pokémon already has any damage counters on it, this attack does 90 more damage."
}
}],
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Carvanha",
fr: "Carvanha",
es: "Carvanha",
it: "Carvanha",
pt: "Carvanha",
de: "Kanivanha"
},
rarity: "Common",
category: "Pokemon",
hp: 50,
types: ["Darkness"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "NC Empire",
description: {
en: "With its sturdy jaws and fangs, it can easily chomp wooden boats to splinters. It fights with Basculin over food."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Bite"
},
damage: 10
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Sharpedo",
fr: "Sharpedo",
es: "Sharpedo",
it: "Sharpedo",
pt: "Sharpedo",
de: "Tohaido"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 100,
types: ["Darkness"],
evolveFrom: {
en: "Carvanha",
fr: "Carvanha",
es: "Carvanha",
it: "Carvanha",
pt: "Carvanha",
de: "Kanivanha"
},
stage: "Stage1",
retreat: 1,
regulationMark: "E",
illustrator: "Hasuno",
description: {
en: "It drinks in seawater and jets it from its rear to propel itself. It's very sensitive to the scent of blood."
},
attacks: [{
cost: ["Darkness", "Colorless"],
name: {
en: "Sharp Fang"
},
damage: 70
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Absol",
fr: "Absol",
es: "Absol",
it: "Absol",
pt: "Absol",
de: "Absol"
},
rarity: "Rare",
category: "Pokemon",
hp: 100,
types: ["Darkness"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Eri Yamaki",
description: {
en: "The elderly call it the disaster Pokémon and detest it, but interest in its power to predict disasters is on the rise."
},
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
en: "Drag Off"
},
effect: {
en: "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon."
}
}, {
cost: ["Darkness", "Colorless", "Colorless"],
name: {
en: "Slash"
},
damage: 80
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Croagunk",
fr: "Cradopaud",
es: "Croagunk",
it: "Croagunk",
pt: "Croagunk",
de: "Glibunkel"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Nagomi Nijo",
description: {
en: "Once diluted, its poison becomes medicinal. This Pokémon came into popularity after a pharmaceutical company chose it as a mascot."
},
attacks: [{
cost: ["Darkness"],
name: {
en: "Corkscrew Punch"
},
damage: 20
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Toxicroak",
fr: "Coatox",
es: "Toxicroak",
it: "Toxicroak",
pt: "Toxicroak",
de: "Toxiquak"
},
rarity: "Rare",
category: "Pokemon",
hp: 110,
types: ["Darkness"],
evolveFrom: {
en: "Croagunk",
fr: "Cradopaud",
es: "Croagunk",
it: "Croagunk",
pt: "Croagunk",
de: "Glibunkel"
},
stage: "Stage1",
retreat: 1,
regulationMark: "E",
illustrator: "Masakazu Fukuda",
description: {
en: "It booms out a victory croak when its prey goes down in defeat. This Pokémon and Seismitoad are related species."
},
attacks: [{
cost: ["Darkness"],
name: {
en: "Severe Poison"
},
effect: {
en: "Your opponent's Active Pokémon is now Poisoned. During Pokémon Checkup, put 4 damage counters on that Pokémon instead of 1."
}
}, {
cost: ["Darkness", "Colorless", "Colorless"],
name: {
en: "Magnum Punch"
},
damage: 90
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Darkrai",
fr: "Darkrai",
es: "Darkrai",
it: "Darkrai",
pt: "Darkrai",
de: "Darkrai"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 110,
types: ["Darkness"],
stage: "Basic",
retreat: 2,
regulationMark: "E",
illustrator: "Megumi Mizutani",
description: {
en: "It can lull people to sleep and make them dream. It is active during nights of the new moon."
},
attacks: [{
cost: ["Darkness", "Colorless", "Colorless"],
name: {
en: "Dark Cutter"
},
damage: 90
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,61 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Trubbish",
fr: "Miamiasme",
es: "Trubbish",
it: "Trubbish",
pt: "Trubbish",
de: "Unratütox"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Darkness"],
stage: "Basic",
retreat: 2,
regulationMark: "E",
illustrator: "Shibuzoh.",
description: {
en: "This Pokémon was born from a bag stuffed with trash. Galarian Weezing relish the fumes belched by Trubbish."
},
attacks: [{
cost: ["Darkness"],
name: {
en: "Call for Family"
},
effect: {
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck."
}
}, {
cost: ["Darkness", "Colorless"],
name: {
en: "Super Poison Breath"
},
damage: 20,
effect: {
en: "Your opponent's Active Pokémon is now Poisoned."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Garbodor",
fr: "Miasmax",
es: "Garbodor",
it: "Garbodor",
pt: "Garbodor",
de: "Deponitox"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 120,
types: ["Darkness"],
evolveFrom: {
en: "Trubbish",
fr: "Miamiasme",
es: "Trubbish",
it: "Trubbish",
pt: "Trubbish",
de: "Unratütox"
},
stage: "Stage1",
retreat: 3,
regulationMark: "E",
illustrator: "Misa Tsutsui",
description: {
en: "The toxic liquid it launches from its right arm is so virulent that it can kill a weakened creature instantly."
},
attacks: [{
cost: ["Darkness"],
name: {
en: "Poison Gas"
},
damage: 30,
effect: {
en: "Your opponent's Active Pokémon is now Poisoned."
}
}, {
cost: ["Darkness", "Darkness", "Colorless"],
name: {
en: "Sludge Whirlpool"
},
damage: 130
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,65 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Trevenant",
fr: "Desséliande",
es: "Trevenant",
it: "Trevenant",
pt: "Trevenant",
de: "Trombork"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 120,
types: ["Grass"],
evolveFrom: {
en: "Phantump",
fr: "Brocélôme",
es: "Phantump",
it: "Phantump",
pt: "Phantump",
de: "Paragoni"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "Narumi Sato",
description: {
en: "Small roots that extend from the tips of this Pokémon's feet can tie into the trees of the forest and give Trevenant control over them."
},
attacks: [{
cost: ["Grass", "Colorless"],
name: {
en: "Gentle Slap"
},
damage: 40
}, {
cost: ["Grass", "Colorless", "Colorless"],
name: {
en: "Wood Hammer"
},
damage: 90
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Zorua",
fr: "Zorua",
es: "Zorua",
it: "Zorua",
pt: "Zorua",
de: "Zorua"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "nagimiso",
description: {
en: "If a normally talkative child suddenly stops talking, it may have been replaced by Zorua."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Ram"
},
damage: 10
}, {
cost: ["Darkness", "Colorless"],
name: {
en: "Rear Kick"
},
damage: 20
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Zoroark",
fr: "Zoroark",
es: "Zoroark",
it: "Zoroark",
pt: "Zoroark",
de: "Zoroark"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 120,
types: ["Darkness"],
evolveFrom: {
en: "Zorua",
fr: "Zorua",
es: "Zorua",
it: "Zorua",
pt: "Zorua",
de: "Zorua"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "Kouki Saitou",
description: {
en: "If it thinks humans are going to discover its den, Zoroark shows them visions that make them wander around in the woods."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Double Claw"
},
damage: "40×",
effect: {
en: "Flip 2 coins. This attack does 40 damage for each heads."
}
}, {
cost: ["Darkness", "Darkness", "Colorless"],
name: {
en: "Night Daze"
},
damage: 100
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,59 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Vullaby",
fr: "Vostourno",
es: "Vullaby",
it: "Vullaby",
pt: "Vullaby",
de: "Skallyk"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Shigenori Negishi",
description: {
en: "Vullaby grow quickly. Bones that have gotten too small for older Vullaby to wear often get passed down to younger ones in the nest."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Razor Wing"
},
damage: 10
}, {
cost: ["Darkness", "Colorless"],
name: {
en: "Air Slash"
},
damage: 30,
effect: {
en: "Discard an Energy from this Pokémon."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Mandibuzz",
fr: "Vaututrice",
es: "Mandibuzz",
it: "Mandibuzz",
pt: "Mandibuzz",
de: "Grypheldis"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 120,
types: ["Darkness"],
evolveFrom: {
en: "Vullaby",
fr: "Vostourno",
es: "Vullaby",
it: "Vullaby",
pt: "Vullaby",
de: "Skallyk"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "Narumi Sato",
description: {
en: "They adorn themselves with bones. There seem to be fashion trends among them, as different bones come into and fall out of popularity."
},
attacks: [{
cost: ["Darkness"],
name: {
en: "Bone Block"
},
damage: 20,
effect: {
en: "During your opponent's next turn, Pokémon can't be played from your opponent's hand to evolve the Defending Pokémon.n"
}
}, {
cost: ["Darkness", "Colorless"],
name: {
en: "Dark Cutter"
},
damage: 70
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,73 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Pangoro",
fr: "Pandarbare",
es: "Pangoro",
it: "Pangoro",
pt: "Pangoro",
de: "Pandagro"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 140,
types: ["Darkness"],
evolveFrom: {
en: "Pancham",
fr: "Pandespiègle",
es: "Pancham",
it: "Pancham",
pt: "Pancham",
de: "Pam-Pam"
},
stage: "Stage1",
retreat: 4,
regulationMark: "E",
illustrator: "HYOGONOSUKE",
description: {
en: "Using its leaf, Pangoro can predict the moves of its opponents. It strikes with punches that can turn a dump truck into scrap with just one hit."
},
attacks: [{
cost: ["Darkness", "Darkness", "Colorless"],
name: {
en: "Knocking Hammer"
},
damage: 90,
effect: {
en: "Discard the top card of your opponent's deck."
}
}, {
cost: ["Darkness", "Darkness", "Darkness", "Colorless"],
name: {
en: "Shakedown"
},
damage: 150,
effect: {
en: "Discard a random card from your opponent's hand."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Yveltal",
fr: "Yveltal",
es: "Yveltal",
it: "Yveltal",
pt: "Yveltal",
de: "Yveltal"
},
rarity: "Rare",
category: "Pokemon",
hp: 130,
types: ["Darkness"],
stage: "Basic",
retreat: 2,
regulationMark: "E",
illustrator: "kawayoo",
description: {
en: "When its life comes to an end, it absorbs the life energy of every living thing and turns into a cocoon once more."
},
attacks: [{
cost: ["Darkness", "Darkness"],
name: {
en: "Dark Cutter"
},
damage: 50
}, {
cost: ["Darkness", "Darkness", "Darkness"],
name: {
en: "Single Strike Wings"
},
damage: 110
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Impidimp",
fr: "Grimalin",
es: "Impidimp",
it: "Impidimp",
pt: "Impidimp",
de: "Bähmon"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Darkness"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "sowsow",
description: {
en: "It sneaks into people's homes, stealing things and feasting on the negative energy of the frustrated occupants."
},
attacks: [{
cost: ["Darkness"],
name: {
en: "Play Rough"
},
damage: "10+",
effect: {
en: "Flip a coin. If heads, this attack does 30 more damage."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Morgrem",
fr: "Fourbelin",
es: "Morgrem",
it: "Morgrem",
pt: "Morgrem",
de: "Pelzebub"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 90,
types: ["Darkness"],
evolveFrom: {
en: "Impidimp",
fr: "Grimalin",
es: "Impidimp",
it: "Impidimp",
pt: "Impidimp",
de: "Bähmon"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "tetsuya koizumi",
description: {
en: "With sly cunning, it tries to lure people into the woods. Some believe it to have the power to make crops grow."
},
attacks: [{
cost: ["Darkness"],
name: {
en: "Bite"
},
damage: 20
}, {
cost: ["Darkness", "Darkness"],
name: {
en: "Crushing Blow"
},
damage: 40,
effect: {
en: "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,86 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Grimmsnarl",
fr: "Angoliath",
es: "Grimmsnarl",
it: "Grimmsnarl",
pt: "Grimmsnarl",
de: "Olangaar"
},
rarity: "Rare",
category: "Pokemon",
hp: 170,
types: ["Darkness"],
evolveFrom: {
en: "Morgrem",
fr: "Fourbelin",
es: "Morgrem",
it: "Morgrem",
pt: "Morgrem",
de: "Pelzebub"
},
stage: "Stage2",
retreat: 3,
regulationMark: "E",
illustrator: "kawayoo",
description: {
en: "Its hairs work like muscle fibers. When its hairs unfurl, they latch on to opponents, ensnaring them as tentacles would."
},
attacks: [{
cost: ["Darkness"],
name: {
en: "Bite",
fr: "Morsure",
es: "Mordisco",
it: "Morso",
de: "Biss"
},
damage: 60
}, {
cost: ["Darkness", "Darkness"],
name: {
en: "Rear Attack",
fr: "Attaque Arrière",
es: "Ataque por la Retaguardia",
it: "Retroattacco",
de: "Rückenstärkung"
},
damage: "100+",
effect: {
en: "If you have 2 or fewer Benched Pokémon, this attack does 140 more damage.",
fr: "Si vous avez 2 Pokémon de Banc ou moins, cette attaque inflige 140 dégâts supplémentaires.",
es: "Si tienes 2 o menos Pokémon en Banca, este ataque hace 140 puntos de daño más.",
it: "Se hai due o meno Pokémon in panchina, questo attacco infligge 140 danni in più.",
de: "Wenn du 2 oder weniger Pokémon auf deiner Bank hast, fügt diese Attacke 140 Schadenspunkte mehr zu."
}
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Morpeko",
fr: "Morpeko",
es: "Morpeko",
it: "Morpeko",
pt: "Morpeko",
de: "Morpeko"
},
rarity: "Common",
category: "Pokemon",
hp: 50,
types: ["Darkness"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Teeziro",
description: {
en: "Hunger hormones affect its temperament. Until its hunger is appeased, it gets up to all manner of evil deeds."
},
attacks: [{
cost: ["Darkness"],
name: {
en: "Explosive Discontent"
},
damage: "30×",
effect: {
en: "This attack does 30 damage for each damage counter on this Pokémon."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,61 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Grubbin",
fr: "Larvibule",
es: "Grubbin",
it: "Grubbin",
pt: "Grubbin",
de: "Mabula"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Grass"],
stage: "Basic",
retreat: 2,
regulationMark: "E",
illustrator: "Asako Ito",
description: {
en: "It uses its big jaws to dig nests into the forest floor, and it loves to feed on sweet tree sap."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Energize"
},
effect: {
en: "Attach a Lightning Energy card from your discard pile to this Pokémon."
}
}, {
cost: ["Colorless", "Colorless", "Colorless"],
name: {
en: "Surprise Attack"
},
damage: 50,
effect: {
en: "Flip a coin. If tails, this attack does nothing."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Galarian Meowth",
fr: "Miaouss de Galar",
es: "Meowth de Galar",
it: "Meowth di Galar",
pt: "Meowth de Galar",
de: "Galar-Mauzi"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Metal"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "0313",
description: {
en: "These daring Pokémon have coins on their foreheads. Darker coins are harder, and harder coins garner more respect among Meowth."
},
attacks: [{
cost: ["Metal"],
name: {
en: "Growl"
},
effect: {
en: "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance)."
}
}, {
cost: ["Colorless", "Colorless"],
name: {
en: "Slash"
},
damage: 20
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Galarian Perrserker",
fr: "Berserkatt de Galar",
es: "Perrserker de Galar",
it: "Perrserker di Galar",
pt: "Perrserker de Galar",
de: "Galar-Mauzinger"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 120,
types: ["Metal"],
evolveFrom: {
en: "Galarian Meowth",
fr: "Miaouss de Galar",
es: "Meowth de Galar",
it: "Meowth di Galar",
pt: "Meowth de Galar",
de: "Galar-Mauzi"
},
stage: "Stage1",
retreat: 1,
regulationMark: "E",
illustrator: "Shigenori Negishi",
description: {
en: "After many battles, it evolved dangerous claws that come together to form daggers when extended."
},
attacks: [{
cost: ["Metal"],
name: {
en: "Call to Muster"
},
effect: {
en: "Search your deck for up to 2 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck."
}
}, {
cost: ["Colorless", "Colorless", "Colorless"],
name: {
en: "Headbang"
},
damage: 80
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,59 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Skarmory",
fr: "Airmure",
es: "Skarmory",
it: "Skarmory",
pt: "Skarmory",
de: "Panzaeron"
},
rarity: "Common",
category: "Pokemon",
hp: 120,
types: ["Metal"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Megumi Higuchi",
description: {
en: "Its body is draped in steel armor. It looks heavy, but it can fly at speeds of up to 185 miles an hour!"
},
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
en: "Steel Wing"
},
damage: 30,
effect: {
en: "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)."
}
}, {
cost: ["Metal", "Metal", "Colorless"],
name: {
en: "Slicing Blade"
},
damage: 110
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Excadrill",
fr: "Minotaupe",
es: "Excadrill",
it: "Excadrill",
pt: "Excadrill",
de: "Stalobor"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 130,
types: ["Metal"],
evolveFrom: {
en: "Drilbur",
fr: "Rototaupe",
es: "Drilbur",
it: "Drilbur",
pt: "Drilbur",
de: "Rotomurf"
},
stage: "Stage1",
retreat: 2,
regulationMark: "E",
illustrator: "Lee HyunJung",
description: {
en: "Known as the Drill King, this Pokémon can tunnel through the terrain at speeds of over 90 mph."
},
attacks: [{
cost: ["Metal", "Colorless"],
name: {
en: "Metal Claw"
},
damage: 50
}, {
cost: ["Metal", "Metal", "Colorless"],
name: {
en: "Rock Tomb"
},
damage: 120,
effect: {
en: "During your opponent's next turn, the Defending Pokémon can't retreat."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Durant",
fr: "Fermite",
es: "Durant",
it: "Durant",
pt: "Durant",
de: "Fermicula"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Metal"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Shin Nagasawa",
description: {
en: "With their large mandibles, these Pokémon can crunch their way through rock. They work together to protect their eggs from Sandaconda."
},
attacks: [{
cost: ["Colorless", "Colorless", "Colorless"],
name: {
en: "Adversity Jaws"
},
damage: 70,
effect: {
en: "If your opponent's Active Pokémon is a Fire Pokémon, it is now Paralyzed."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,86 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Genesect V",
fr: "Genesect V",
es: "Genesect V",
it: "Genesect V",
pt: "Genesect V",
de: "Genesect V"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 190,
types: ["Metal"],
stage: "Basic",
suffix: "V",
retreat: 2,
regulationMark: "E",
illustrator: "PLANETA Tsuji",
abilities: [{
type: "Ability",
name: {
en: "Fusion Strike System",
fr: "Système Poing de Fusion",
es: "Sistema Golpe Fusión",
it: "Sistema Colpo Fusione",
de: "Fusionsangriff-System"
},
effect: {
en: "Once during your turn, you may draw cards until you have as many cards in your hand as you have Fusion Strike Pokémon in play.",
fr: "Une fois pendant votre tour, vous pouvez piocher des cartes jusqu'à en avoir autant en main que vous avez de Pokémon Poing de Fusion en jeu.",
es: "Una vez durante tu turno, puedes robar cartas hasta que tengas tantas cartas en tu mano como Pokémon Golpe Fusión tengas en juego.",
it: "Una sola volta durante il tuo turno, puoi pescare fino ad avere in mano un numero di carte uguale a quello dei tuoi Pokémon Colpo Fusione in gioco.",
de: "Einmal während deines Zuges kannst du so lange Karten ziehen, bis du so viele Karten auf deiner Hand hast, wie du Fusionsangriff-Pokémon im Spiel hast."
}
}],
attacks: [{
cost: ["Metal", "Metal", "Colorless"],
name: {
en: "Techno Blast",
fr: "Techno-Buster",
es: "Tecno Shock",
it: "Tecnobotto",
de: "Techblaster"
},
damage: 210,
effect: {
en: "During your next turn, this Pokémon can't attack.",
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.",
es: "Durante tu próximo turno, este Pokémon no puede atacar.",
it: "Durante il tuo prossimo turno, questo Pokémon non può attaccare.",
de: "Während deines nächsten Zuges kann dieses Pokémon nicht angreifen."
}
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Klefki",
fr: "Trousselin",
es: "Klefki",
it: "Klefki",
pt: "Klefki",
de: "Clavion"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Metal"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "MAHOU",
description: {
en: "Long ago it lived in mines, but once the minerals that make up its diet became scarcer, Klefki began appearing in human settlements."
},
attacks: [{
cost: ["Colorless"],
name: {
en: "Unlock"
},
damage: 10,
effect: {
en: "Draw 2 cards."
}
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,59 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Togedemaru",
fr: "Togedemaru",
es: "Togedemaru",
it: "Togedemaru",
pt: "Togedemaru",
de: "Togedemaru"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 80,
types: ["Metal"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Oswaldo KATO",
description: {
en: "When it's in trouble, it curls up into a ball, makes its fur spikes stand on end, and then discharges electricity indiscriminately."
},
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
en: "Let's All Rollout"
},
damage: "20×",
effect: {
en: "This attack does 20 damage for each of your Benched Pokémon that has the Let's All Rollout attack."
}
}, {
cost: ["Metal", "Colorless", "Colorless"],
name: {
en: "Rolling Attack"
},
damage: 50
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../Fusion Strike"
const card: Card = {
set: Set,
name: {
en: "Meltan",
fr: "Meltan",
es: "Meltan",
it: "Meltan",
pt: "Meltan",
de: "Meltan"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Metal"],
stage: "Basic",
retreat: 1,
regulationMark: "E",
illustrator: "Teeziro",
description: {
en: "It melts particles of iron and other metals found in the subsoil, so it can absorb them into its body of molten steel."
},
attacks: [{
cost: ["Metal"],
name: {
en: "Iron Intake"
},
effect: {
en: "Heal 30 damage from this Pokémon."
}
}, {
cost: ["Colorless", "Colorless"],
name: {
en: "Headbutt"
},
damage: 20
}],
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

Some files were not shown because too many files have changed in this diff Show More