mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-03 04:51:58 +00:00
feat: Add Pocket promo cards 74 to 92 (#829)
This commit is contained in:
57
data/Pokémon TCG Pocket/Promos-A/074.ts
Normal file
57
data/Pokémon TCG Pocket/Promos-A/074.ts
Normal file
@@ -0,0 +1,57 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Zeraora",
|
||||
es: "Zeraora"
|
||||
},
|
||||
|
||||
illustrator: "GIDORA",
|
||||
rarity: "One Star",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Lightning"],
|
||||
|
||||
description: {
|
||||
en: "It electrifies its claws and tears its opponents\napart with them. Even if they dodge its attack,\nthey'll be electrocuted by the flying sparks.",
|
||||
es: "Hace jirones al oponente con sus garras electrificadas. Aunque\neste esquive los golpes, acaba electrocutado por las descargas."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Thunderclap Flash",
|
||||
es: "Destello Fulgurante"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "At the end of your first turn, take a {L} Energy from your Energy Zone and attach it to this Pokémon.",
|
||||
es: "Al final de tu primer turno, se unirá 1 Energía {L} de tu área de Energía a este Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Lightning Claw",
|
||||
es: "Garra Relámpago"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Lightning", "Lightning"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
44
data/Pokémon TCG Pocket/Promos-A/075.ts
Normal file
44
data/Pokémon TCG Pocket/Promos-A/075.ts
Normal file
@@ -0,0 +1,44 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Kartana",
|
||||
es: "Kartana"
|
||||
},
|
||||
|
||||
illustrator: "Hasuno",
|
||||
rarity: "One Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Grass"],
|
||||
|
||||
description: {
|
||||
en: "This Ultra Beast's body, which is thin\nas paper, is like a sharpened sword.",
|
||||
es: "El cuerpo de este Ultraente es fino como el papel\ny tan cortante como una espada recién afilada",
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Thrash Metal",
|
||||
es: "Thrash Metal"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Grass"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
boosters: ["vol9"]
|
||||
}
|
||||
|
||||
export default card
|
50
data/Pokémon TCG Pocket/Promos-A/076.ts
Normal file
50
data/Pokémon TCG Pocket/Promos-A/076.ts
Normal file
@@ -0,0 +1,50 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Blacephalon",
|
||||
es: "Blacephalon"
|
||||
},
|
||||
|
||||
illustrator: "Hasuno",
|
||||
rarity: "Two Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Fire"],
|
||||
|
||||
description: {
|
||||
en: "It slithers toward people. Then, without warning, it triggers the\nexplosion of its own head. It's apparently one kind of Ultra Beast",
|
||||
es: "Parece ser uno de los temibles Ultraentes. Se acerca a la gente\ncontoneándose y hace explotar su propia cabeza súbitamente",
|
||||
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Beat Punk",
|
||||
es: "Beat Punk"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
cost: ["Fire", "Fire", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 70 damage to itself.",
|
||||
es: "Este Pokémon también se hace 70 puntos de daño a si mismo"
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Water",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
boosters: ["vol9"]
|
||||
}
|
||||
|
||||
export default card
|
49
data/Pokémon TCG Pocket/Promos-A/077.ts
Normal file
49
data/Pokémon TCG Pocket/Promos-A/077.ts
Normal file
@@ -0,0 +1,49 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Xurkitree",
|
||||
es: "Xurkitree"
|
||||
},
|
||||
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Two Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Lightning"],
|
||||
|
||||
description: {
|
||||
en: "Although it's alien to this world and a danger here. It's apparently\na common organism in the world where it normally lives.",
|
||||
es: "Para los seres de este mundo resulta extraño y peligroso, pero\nen el mundo del que procede es una criatura muy común."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Electronica",
|
||||
es: "Electrónica"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Lightning", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Confused.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Confundido"
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
boosters: ["vol9"]
|
||||
}
|
||||
|
||||
export default card
|
49
data/Pokémon TCG Pocket/Promos-A/078.ts
Normal file
49
data/Pokémon TCG Pocket/Promos-A/078.ts
Normal file
@@ -0,0 +1,49 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Dawn Wings Necrozma",
|
||||
es: "Necrozma Alas del Alba"
|
||||
},
|
||||
|
||||
illustrator: "nagimiso",
|
||||
rarity: "Three Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Psychic"],
|
||||
|
||||
description: {
|
||||
en: "Lunala no longer has a will of its own. Now under the\ncontrol of Necrozma, it continuously expels all of its energy.",
|
||||
es: "En esta forma, Lunala no goza de voluntad propia. Necrozma\ntiene control absoluto y absorbe su energía poco a poco."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Psychobilly",
|
||||
es: "Psychobilly"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Psychic", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 30 damage to itself.",
|
||||
es: "Este Pokémon también se hace 30 puntos de daño a sí mismo."
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Darkness",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
boosters: ["vol9"]
|
||||
}
|
||||
|
||||
export default card
|
49
data/Pokémon TCG Pocket/Promos-A/079.ts
Normal file
49
data/Pokémon TCG Pocket/Promos-A/079.ts
Normal file
@@ -0,0 +1,49 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Dusk Mane Necrozma",
|
||||
es: "Necrozma Melena Crepuscular"
|
||||
},
|
||||
|
||||
illustrator: "nagimiso",
|
||||
rarity: "Three Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Metal"],
|
||||
|
||||
description: {
|
||||
en: "This is its form while it is devouring the light of\nSolgaleo. It pounces on foes and then slashes\nthem with the claws on its four limbs and back.",
|
||||
es: "Forma que adopta tras alimentarse de la luz de Solgaleo.\nSe lanza sobre su oponente y lo desgarra sin piedad."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Black Metal",
|
||||
es: "Black Metal"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Metal", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Discard a {M} Energy from this Pokémon.",
|
||||
es: "Descarta 1 Energía {M} de este Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
boosters: ["vol9"]
|
||||
}
|
||||
|
||||
export default card
|
49
data/Pokémon TCG Pocket/Promos-A/080.ts
Normal file
49
data/Pokémon TCG Pocket/Promos-A/080.ts
Normal file
@@ -0,0 +1,49 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Stakataka",
|
||||
es: "Stakataka"
|
||||
},
|
||||
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Two Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Metal"],
|
||||
|
||||
description: {
|
||||
en: "It appeared from an Ultra Wormhole. Each one\nappears to be made up of many life-forms\nstacked one on top of each other.",
|
||||
es: "Surgió de un Ultraumbral. Parece estar compuesto de varias\n criaturas que se han combinado para formar un solo ser."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Brass Rock",
|
||||
es: "Brass Rock"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Metal", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, this Pokémon takes -20 damage from attacks.",
|
||||
es: "Durante el próximo turno de tu rival, los ataques hacen -20 puntos de daño a este Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
boosters: ["vol9"]
|
||||
}
|
||||
|
||||
export default card
|
48
data/Pokémon TCG Pocket/Promos-A/081.ts
Normal file
48
data/Pokémon TCG Pocket/Promos-A/081.ts
Normal file
@@ -0,0 +1,48 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Ultra Necrozma ex",
|
||||
es: "Ultra-Necrozma ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
rarity: "Four Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic",
|
||||
suffix: "EX",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Photon Claw",
|
||||
es: "Garra Fotónica"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
},
|
||||
{
|
||||
name: {
|
||||
en: "Shoegaze",
|
||||
es: "Shoegaze"
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
cost: ["Psychic", "Psychic", "Metal", "Metal"],
|
||||
|
||||
effect: {
|
||||
en: "Discard the top 5 cards of each player's deck.",
|
||||
es: "Descarta las 5 primeras cartas de la baraja de cada jugador."
|
||||
}
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
boosters: ["vol9"]
|
||||
}
|
||||
|
||||
export default card
|
49
data/Pokémon TCG Pocket/Promos-A/082.ts
Normal file
49
data/Pokémon TCG Pocket/Promos-A/082.ts
Normal file
@@ -0,0 +1,49 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Poipole",
|
||||
es: "Poipole"
|
||||
},
|
||||
|
||||
illustrator: "Megumi Mizutani",
|
||||
rarity: "Three Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Darkness"],
|
||||
|
||||
description: {
|
||||
en: "This Ultra Beast is well enough liked to be\nchosen as first partner in its own world.",
|
||||
es: "En su mundo, este Ultraente se considera tan entrañable\ncomo para ser elegido compañero de viaje."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "2-Step",
|
||||
es: "2-Step"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Darkness"],
|
||||
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 20 damage for each heads.",
|
||||
es: "Lanza 2 monedas. Este ataque hace 20 puntos de daño por cada cara."
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
boosters: []
|
||||
}
|
||||
|
||||
export default card
|
44
data/Pokémon TCG Pocket/Promos-A/083.ts
Normal file
44
data/Pokémon TCG Pocket/Promos-A/083.ts
Normal file
@@ -0,0 +1,44 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Stufful",
|
||||
es: "Stufful"
|
||||
},
|
||||
|
||||
illustrator: "Kanako Eo",
|
||||
rarity: "Three Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "Its fluffy fur is a delight to pet, but carelessly reaching out\nto touch this Pokémon could result in painful retaliation.",
|
||||
es: "Su suave pelaje invita a acariciarlo, pero quien cometa\nsemejante temeridad recibirá un severo escarmiento."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Ram",
|
||||
es: "Apisonar"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
boosters: []
|
||||
}
|
||||
|
||||
export default card
|
52
data/Pokémon TCG Pocket/Promos-A/084.ts
Normal file
52
data/Pokémon TCG Pocket/Promos-A/084.ts
Normal file
@@ -0,0 +1,52 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Tapu Koko ex",
|
||||
es: "Tapu Koko ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
rarity: "Four Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Lightning"],
|
||||
stage: "Basic",
|
||||
suffix: "EX",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Plasma Hurricane",
|
||||
es: "Huracán Plasma"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Lightning"],
|
||||
|
||||
effect: {
|
||||
en: "Take a {L} Energy from your Energy Zone and attach it to his Pokémon.",
|
||||
es: "Une 1 Energía {L} de tu área de Energía a este Pokémon."
|
||||
}
|
||||
},
|
||||
{
|
||||
name: {
|
||||
en: "Match Bolt",
|
||||
es: "Rayo Mach"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
cost: ["Lightning", "Lightning", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
49
data/Pokémon TCG Pocket/Promos-A/085.ts
Normal file
49
data/Pokémon TCG Pocket/Promos-A/085.ts
Normal file
@@ -0,0 +1,49 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Vanillite",
|
||||
es: "Vanillite"
|
||||
},
|
||||
|
||||
illustrator: "OOYAMA",
|
||||
rarity: "One Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "Unable to survive in hot areas, it makes itselft\ncomfortable bt breathing out air cold enough to\ncause snow. It burrows into the snow to sleep.",
|
||||
es: "No puede vivir en lugares muy cálidos. Provoca\nnevadas exhalando un vaho gélido y luego se\nacurruca en la nieve acumulada para dormir."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Sweets Relay",
|
||||
es: "Relevo Dulce"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Water"],
|
||||
|
||||
effect: {
|
||||
en: "If 1 of your Pokémon used Sweets Relay during your last turn, this attack does 20 more damage.",
|
||||
es: "Si 1 de tus Pokémon usó Relevo Dulce durante tu último turno, este ataque hace 20 puntos de daño más."
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Metal",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
boosters: ["vol10"]
|
||||
}
|
||||
|
||||
export default card
|
54
data/Pokémon TCG Pocket/Promos-A/086.ts
Normal file
54
data/Pokémon TCG Pocket/Promos-A/086.ts
Normal file
@@ -0,0 +1,54 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Jolteon",
|
||||
es: "Jolteon"
|
||||
},
|
||||
|
||||
illustrator: "Mizue",
|
||||
rarity: "Three Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Lightning"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Eevee",
|
||||
es: "Eevee"
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It concentrates the weak electric charges emitted\nby its cells and launches wicked lightning bolts.",
|
||||
es: "Concentra la débil actividad eléctrica de\nsus células para lanzar dañinas descargas."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Beginning Bolt",
|
||||
es: "Descarga de Arranque"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Lightning"],
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon evolved during this turn, this attack does 20 more damage.",
|
||||
es: "Si este Pokémon ha evolucionado durante este turno, este ataque hace 20 puntos de daño más."
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
boosters: ["vol10"]
|
||||
}
|
||||
|
||||
export default card
|
54
data/Pokémon TCG Pocket/Promos-A/087.ts
Normal file
54
data/Pokémon TCG Pocket/Promos-A/087.ts
Normal file
@@ -0,0 +1,54 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Alcremie",
|
||||
es: "Alcremie"
|
||||
},
|
||||
|
||||
illustrator: "Tika Matsuno",
|
||||
rarity: "One Star",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Psychic"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Milcery",
|
||||
es: "Milcery"
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "When it trusts a Trainer, it will treat them\nto berries it's decorated with cream.",
|
||||
es: "Obsequia bayas decoradas con nata a\naquellos Entrenadores en los que confía."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Sweets Overload",
|
||||
es: "Dulzor Extremo"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "This attack does 40 damage for each time your Pokémon used Sweets Relay during this game.",
|
||||
es: "Este ataque hace 40 puntos de daño por cada vez que tus Pokémon hayan usado Relevo Dulce durante esta partida."
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Metal",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
boosters: ["vol10"]
|
||||
}
|
||||
|
||||
export default card
|
48
data/Pokémon TCG Pocket/Promos-A/088.ts
Normal file
48
data/Pokémon TCG Pocket/Promos-A/088.ts
Normal file
@@ -0,0 +1,48 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Dragonair",
|
||||
es: "Dragonair"
|
||||
},
|
||||
|
||||
illustrator: "Shinya Komatsu",
|
||||
rarity: "One Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Dragon"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Dratini",
|
||||
es: "Dratini"
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "They say that if it emits an aura from its whole\nbody, the weather will begin to change instantly.",
|
||||
es: "Dicen que, cuando su cuerpo desprende un aura,\nel tiempo empieza a cambiar inmediatamente."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Shed Skin",
|
||||
es: "Mudar"
|
||||
},
|
||||
|
||||
cost: ["Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
es: "Cura 30 puntos de daño a este Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
boosters: ["vol10"]
|
||||
}
|
||||
|
||||
export default card
|
49
data/Pokémon TCG Pocket/Promos-A/089.ts
Normal file
49
data/Pokémon TCG Pocket/Promos-A/089.ts
Normal file
@@ -0,0 +1,49 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Audino",
|
||||
es: "Audino"
|
||||
},
|
||||
|
||||
illustrator: "MAHOU",
|
||||
rarity: "One Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "This Pokémon has a kind heart. By touching with its feelers,\nAudino can gauge other creatures' feelings and physical conditions.",
|
||||
es: "Un Pokémon gentil que es capaz de comprender\nlos sentimientos y averiguar el estado de salud\nde todo aquel que toque con sus antenas."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Drain Slap",
|
||||
es: "Absorbebofetón"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Heal 10 damage from this Pokémon.",
|
||||
es: "Cura 10 puntos de daño a este Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
boosters: ["vol10"]
|
||||
}
|
||||
|
||||
export default card
|
48
data/Pokémon TCG Pocket/Promos-A/090.ts
Normal file
48
data/Pokémon TCG Pocket/Promos-A/090.ts
Normal file
@@ -0,0 +1,48 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Togedemaru",
|
||||
es: "Togedemaru"
|
||||
},
|
||||
|
||||
illustrator: "sowsow",
|
||||
rarity: "Three Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Metal"],
|
||||
|
||||
description: {
|
||||
en: "With the long hairs on its back, this Pokémon\ntakes in electricity from other electric Pokémon.\nIt stores what it absorbs in an electric sac.",
|
||||
es: "Utiliza el apéndice de la cabeza para absorber los raoys o los\nataques de los Pokémon de tipo Eléctrico para recargar su bolsa."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bristling Spikes",
|
||||
es: "Púas Erizadas"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Metal", "Metal"],
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, if this Pokémon is damaged by an attack, do 30 damage to the Attacking Pokémon.",
|
||||
es: "Durante el próximo turno de tu rival, si este Pokémon resulta dañado por un ataque, el Pokémon Atacante sufre 30 puntos de daño."
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
53
data/Pokémon TCG Pocket/Promos-A/091.ts
Normal file
53
data/Pokémon TCG Pocket/Promos-A/091.ts
Normal file
@@ -0,0 +1,53 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Greedent",
|
||||
es: "Greedent"
|
||||
},
|
||||
|
||||
illustrator: "HYOGONOSUKE",
|
||||
rarity: "Three Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Colorless"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Skwovet",
|
||||
es: "Skwovet"
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "This Pokémon makes off with heaps of fallen berries by wrapping\nthem in its tail, which is roughly twice the length of its body.",
|
||||
es: "Su cola es el doble de larga que su cuerpo.\nEnvuelve con ella las bayas que tira de los\nárboles para llevárselas consigo."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Enhanced Fang",
|
||||
es: "Incisivos Mejorados"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has a Pokémon Tool attached, this attack does 50 more damage.",
|
||||
es: "Si este Pokémon tiene 1 Herramienta Pokémon unida a él, este ataque hace 50 puntos de daño más."
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
43
data/Pokémon TCG Pocket/Promos-A/092.ts
Normal file
43
data/Pokémon TCG Pocket/Promos-A/092.ts
Normal file
@@ -0,0 +1,43 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Promos-A"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Eevee",
|
||||
es: "Eevee"
|
||||
},
|
||||
|
||||
illustrator: "nisimono",
|
||||
rarity: "Three Diamond",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "Its ability to evolve into many forms allows it to\nadapt smoothly and perfectly to any environment.",
|
||||
es: "Es capaz de evolucionar de muchas maneras\npara adaptarse sin problemas a cualquier medio."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tackle",
|
||||
es: "Placaje"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user