mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 10:52:10 +00:00
feat: Add the new Pokémon TCG Pocket promos (#627)
This commit is contained in:
parent
60031a9de6
commit
f2a7f09e48
@ -12,7 +12,7 @@ const card: Card = {
|
|||||||
rarity: "One Diamond",
|
rarity: "One Diamond",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
description: {
|
effect: {
|
||||||
en: "Heal 20 damage from 1 of your Pokémon."
|
en: "Heal 20 damage from 1 of your Pokémon."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
|||||||
rarity: "One Diamond",
|
rarity: "One Diamond",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
description: {
|
effect: {
|
||||||
en: "During this turn, the Retreat Cost of your Active Pokémon is 1 less."
|
en: "During this turn, the Retreat Cost of your Active Pokémon is 1 less."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
|||||||
rarity: "One Diamond",
|
rarity: "One Diamond",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
description: {
|
effect: {
|
||||||
en: "Your opponent reveals their hand."
|
en: "Your opponent reveals their hand."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
|||||||
rarity: "One Diamond",
|
rarity: "One Diamond",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
description: {
|
effect: {
|
||||||
en: "Look at the top 3 cards of your deck."
|
en: "Look at the top 3 cards of your deck."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
|||||||
rarity: "One Diamond",
|
rarity: "One Diamond",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
description: {
|
effect: {
|
||||||
en: "Put 1 random Basic Pokémon from your deck into your hand."
|
en: "Put 1 random Basic Pokémon from your deck into your hand."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
|||||||
rarity: "One Diamond",
|
rarity: "One Diamond",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
description: {
|
effect: {
|
||||||
en: "Your opponent shuffles their hand into their deck and draws 3 cards."
|
en: "Your opponent shuffles their hand into their deck and draws 3 cards."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
|||||||
rarity: "One Diamond",
|
rarity: "One Diamond",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
description: {
|
effect: {
|
||||||
en: "Draw 2 cards."
|
en: "Draw 2 cards."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
22
data/Pokémon TCG Pocket/Promos-A/008.ts
Normal file
22
data/Pokémon TCG Pocket/Promos-A/008.ts
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
import { Card } from "../../../interfaces"
|
||||||
|
import Set from "../Promos-A"
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Pokédex"
|
||||||
|
},
|
||||||
|
|
||||||
|
illustrator: "Yuu Nishida",
|
||||||
|
rarity: "One Diamond",
|
||||||
|
category: "Trainer",
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Look at the top 3 cards of your deck."
|
||||||
|
},
|
||||||
|
|
||||||
|
trainerType: "Item"
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
@ -21,7 +21,20 @@ const card: Card = {
|
|||||||
|
|
||||||
cost: ["Lightning"],
|
cost: ["Lightning"],
|
||||||
damage: 20
|
damage: 20
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 60,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "When it is angered, it immediately discharges the<br />energy stored in the pouches in its cheeks."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Fighting",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -25,7 +25,20 @@ const card: Card = {
|
|||||||
effect: {
|
effect: {
|
||||||
en: "Discard 2 <span class=\"pfont\" title=\"Psychic\">P</span> Energy from this Pokémon."
|
en: "Discard 2 <span class=\"pfont\" title=\"Psychic\">P</span> Energy from this Pokémon."
|
||||||
}
|
}
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 120,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It was created by a scientist after years of horrific<br />gene-splicing and DNA-engineering experiments."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Darkness",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 2
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -21,7 +21,20 @@ const card: Card = {
|
|||||||
|
|
||||||
cost: ["Colorless", "Colorless", "Colorless"],
|
cost: ["Colorless", "Colorless", "Colorless"],
|
||||||
damage: 60
|
damage: 60
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 120,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "This kindly Pokémon lays highly nutritious eggs<br />and shares them with injured Pokémon or people."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Fighting",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 3
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -23,9 +23,22 @@ const card: Card = {
|
|||||||
damage: 10,
|
damage: 10,
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Draw 1 card."
|
en: "Draw a card."
|
||||||
}
|
}
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 60,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "All it does is sleep during the daytime. At night,<br />it patrols its territory with its eyes aglow."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Fighting",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -33,7 +33,24 @@ const card: Card = {
|
|||||||
|
|
||||||
cost: ["Grass", "Colorless", "Colorless"],
|
cost: ["Grass", "Colorless", "Colorless"],
|
||||||
damage: 60
|
damage: 60
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 120,
|
||||||
|
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Metapod"
|
||||||
|
},
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "In battle, it flaps its wings at great speed to<br />release highly toxic dust into the air."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Fire",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -25,7 +25,17 @@ const card: Card = {
|
|||||||
effect: {
|
effect: {
|
||||||
en: "Heal 20 damage from this Pokémon."
|
en: "Heal 20 damage from this Pokémon."
|
||||||
}
|
}
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 140,
|
||||||
|
suffix: "EX",
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Lightning",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 3
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -21,7 +21,20 @@ const card: Card = {
|
|||||||
|
|
||||||
cost: ["Lightning"],
|
cost: ["Lightning"],
|
||||||
damage: 20
|
damage: 20
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 60,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "When it is angered, it immediately discharges the<br />energy stored in the pouches in its cheeks."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Fighting",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -21,7 +21,20 @@ const card: Card = {
|
|||||||
|
|
||||||
cost: ["Psychic"],
|
cost: ["Psychic"],
|
||||||
damage: 20
|
damage: 20
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 60,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It is said that happiness will come to those who<br />see a gathering of Clefairy dancing under a<br />full moon."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Metal",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -25,7 +25,20 @@ const card: Card = {
|
|||||||
effect: {
|
effect: {
|
||||||
en: "This Pokémon also does 10 damage to itself."
|
en: "This Pokémon also does 10 damage to itself."
|
||||||
}
|
}
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 50,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It lives in groups in the treetops. If it loses sight of<br />its group, it becomes infuriated by its loneliness."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Psychic",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -25,7 +25,24 @@ const card: Card = {
|
|||||||
effect: {
|
effect: {
|
||||||
en: "Heal 30 damage from this Pokémon."
|
en: "Heal 30 damage from this Pokémon."
|
||||||
}
|
}
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 160,
|
||||||
|
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Ivysaur"
|
||||||
|
},
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Its plant blooms when it is absorbing solar<br />energy. It stays on the move to seek sunlight."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Fire",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 3
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -33,7 +33,24 @@ const card: Card = {
|
|||||||
|
|
||||||
cost: ["Water", "Colorless"],
|
cost: ["Water", "Colorless"],
|
||||||
damage: 60
|
damage: 60
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 120,
|
||||||
|
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Frogadier"
|
||||||
|
},
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It creates throwing stars out of compressed water. <br />When it spins them and throws them at high speed, <br />these stars can split metal in two."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Lightning",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -25,7 +25,24 @@ const card: Card = {
|
|||||||
effect: {
|
effect: {
|
||||||
en: "Flip a coin. If tails, this attack does nothing."
|
en: "Flip a coin. If tails, this attack does nothing."
|
||||||
}
|
}
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 70,
|
||||||
|
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Gastly"
|
||||||
|
},
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It likes to lurk in the dark and tap shoulders<br />with a gaseous hand. Its touch causes endless<br />shuddering."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Darkness",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -21,7 +21,20 @@ const card: Card = {
|
|||||||
|
|
||||||
cost: ["Fighting", "Fighting", "Fighting"],
|
cost: ["Fighting", "Fighting", "Fighting"],
|
||||||
damage: 70
|
damage: 70
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 110,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "As it digs through the ground, it absorbs many<br />hard objects. This is what makes its body so solid."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Grass",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 4
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -24,7 +24,20 @@ const card: Card = {
|
|||||||
effect: {
|
effect: {
|
||||||
en: "Your opponent's Active Pokémon is now Asleep."
|
en: "Your opponent's Active Pokémon is now Asleep."
|
||||||
}
|
}
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 50,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "When its huge eyes waver, it sings a mysteriously<br />soothing melody that lulls its enemies to sleep."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Fighting",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -21,7 +21,20 @@ const card: Card = {
|
|||||||
|
|
||||||
cost: ["Grass", "Colorless"],
|
cost: ["Grass", "Colorless"],
|
||||||
damage: 40
|
damage: 40
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 70,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "There is a plant seed on its back right from the<br />day this Pokémon is born. The seed slowly<br />grows larger."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Fire",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
@ -21,7 +21,20 @@ const card: Card = {
|
|||||||
|
|
||||||
cost: ["Lightning"],
|
cost: ["Lightning"],
|
||||||
damage: 20
|
damage: 20
|
||||||
}]
|
}],
|
||||||
|
|
||||||
|
hp: 60,
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "The electromagnetic waves emitted by the units<br />at the sides of its head expel antigravity, which<br />allows it to float."
|
||||||
|
},
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Fighting",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
46
data/Pokémon TCG Pocket/Promos-A/025.ts
Normal file
46
data/Pokémon TCG Pocket/Promos-A/025.ts
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
import { Card } from "../../../interfaces"
|
||||||
|
import Set from "../Promos-A"
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Moltres ex"
|
||||||
|
},
|
||||||
|
|
||||||
|
illustrator: "PLANETA Igarashi",
|
||||||
|
rarity: "Four Diamond",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 140,
|
||||||
|
types: ["Fire"],
|
||||||
|
stage: "Basic",
|
||||||
|
suffix: "EX",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Inferno Dance"
|
||||||
|
},
|
||||||
|
|
||||||
|
cost: ["Fire"],
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip 3 coins. Take an amount of <span class=\"energy-text energy-text--type-fire\"></span> Energy from your Energy Zone equal to the number of heads and attach it to your Benched <span class=\"energy-text energy-text--type-fire\"></span> Pokémon in any way you like."
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Heat Blast"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 70,
|
||||||
|
cost: ["Fire", "Colorless", "Colorless"]
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Lightning",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
40
data/Pokémon TCG Pocket/Promos-A/026.ts
Normal file
40
data/Pokémon TCG Pocket/Promos-A/026.ts
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
import { Card } from "../../../interfaces"
|
||||||
|
import Set from "../Promos-A"
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Pikachu"
|
||||||
|
},
|
||||||
|
|
||||||
|
illustrator: "Kouki Saitou",
|
||||||
|
rarity: "One Star",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Lightning"],
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "When it is angered, it immediately discharges the<br />energy stored in the pouches in its cheeks."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Gnaw"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20,
|
||||||
|
cost: ["Lightning"]
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Fighting",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
40
data/Pokémon TCG Pocket/Promos-A/027.ts
Normal file
40
data/Pokémon TCG Pocket/Promos-A/027.ts
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
import { Card } from "../../../interfaces"
|
||||||
|
import Set from "../Promos-A"
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Snivy"
|
||||||
|
},
|
||||||
|
|
||||||
|
illustrator: "Yoriyuki Ikegami",
|
||||||
|
rarity: "One Diamond",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Grass"],
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Being exposed to sunlight makes its movements<br />swifter. It uses vines more adeptly than its hands."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Tackle"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20,
|
||||||
|
cost: ["Grass"]
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Fire",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
47
data/Pokémon TCG Pocket/Promos-A/028.ts
Normal file
47
data/Pokémon TCG Pocket/Promos-A/028.ts
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
import { Card } from "../../../interfaces"
|
||||||
|
import Set from "../Promos-A"
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Volcarona"
|
||||||
|
},
|
||||||
|
|
||||||
|
illustrator: "Shin Nagasawa",
|
||||||
|
rarity: "Three Diamond",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 120,
|
||||||
|
types: ["Fire"],
|
||||||
|
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Larvesta"
|
||||||
|
},
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Its burning body causes it to be unpopular in hot<br />parts of the world, but in cold ones, Volcarona is<br />revered as an embodiment of the sun."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Stage1",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Volcanic Ash"
|
||||||
|
},
|
||||||
|
|
||||||
|
cost: ["Fire", "Fire", "Colorless"],
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Discard 2 <span class=\"energy-text energy-text--type-fire\"></span> Energy from this Pokémon. This attack does 80 damage to 1 of your opponent's Pokémon."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Water",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
48
data/Pokémon TCG Pocket/Promos-A/029.ts
Normal file
48
data/Pokémon TCG Pocket/Promos-A/029.ts
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
import { Card } from "../../../interfaces"
|
||||||
|
import Set from "../Promos-A"
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Blastoise"
|
||||||
|
},
|
||||||
|
|
||||||
|
illustrator: "danciao",
|
||||||
|
rarity: "One Star",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 150,
|
||||||
|
types: ["Water"],
|
||||||
|
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Wartortle"
|
||||||
|
},
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It crushes its foe under its heavy body to cause<br />fainting. In a pinch, it will withdraw inside its shell."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Stage2",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Hydro Pump"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 80,
|
||||||
|
cost: ["Water", "Water", "Colorless"],
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "If this Pokémon has at least 2 extra <span class=\"energy-text energy-text--type-water\"></span> Energy attached, this attack does 60 more damage."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Lightning",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 3
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
43
data/Pokémon TCG Pocket/Promos-A/030.ts
Normal file
43
data/Pokémon TCG Pocket/Promos-A/030.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { Card } from "../../../interfaces"
|
||||||
|
import Set from "../Promos-A"
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Eevee"
|
||||||
|
},
|
||||||
|
|
||||||
|
illustrator: "En Morikura",
|
||||||
|
rarity: "One Diamond",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Colorless"],
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Its ability to evolve into many forms allows it to<br />adapt smoothly and perfectly to any environment."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Growl"
|
||||||
|
},
|
||||||
|
|
||||||
|
cost: ["Colorless"],
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "During your opponent's next turn, attacks used by the Defending Pokémon do −20 damage."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Fighting",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
48
data/Pokémon TCG Pocket/Promos-A/031.ts
Normal file
48
data/Pokémon TCG Pocket/Promos-A/031.ts
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
import { Card } from "../../../interfaces"
|
||||||
|
import Set from "../Promos-A"
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Cinccino"
|
||||||
|
},
|
||||||
|
|
||||||
|
illustrator: "MAHOU",
|
||||||
|
rarity: "One Diamond",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 90,
|
||||||
|
types: ["Colorless"],
|
||||||
|
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Minccino"
|
||||||
|
},
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "Its body secretes oil that this Pokémon spreads<br />over its nest as a coating to protect it from dust.<br />Cinccino won't tolerate even a speck of the stuff."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Stage1",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Do the Wave"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 30,
|
||||||
|
cost: ["Colorless", "Colorless", "Colorless"],
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "This attack does 30 damage for each of your Benched Pokémon."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Fighting",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
44
data/Pokémon TCG Pocket/Promos-A/032.ts
Normal file
44
data/Pokémon TCG Pocket/Promos-A/032.ts
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
import { Card } from "../../../interfaces"
|
||||||
|
import Set from "../Promos-A"
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Charmander"
|
||||||
|
},
|
||||||
|
|
||||||
|
illustrator: "Naoyo Kimura",
|
||||||
|
rarity: "Three Diamond",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Fire"],
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "It has a preference for hot things. When it rains,<br />steam is said to spout from the tip of its tail."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Ember"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 30,
|
||||||
|
cost: ["Fire"],
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Discard a <span class=\"energy-text energy-text--type-fire\"></span> Energy from this Pokémon."
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Water",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
40
data/Pokémon TCG Pocket/Promos-A/033.ts
Normal file
40
data/Pokémon TCG Pocket/Promos-A/033.ts
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
import { Card } from "../../../interfaces"
|
||||||
|
import Set from "../Promos-A"
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
set: Set,
|
||||||
|
|
||||||
|
name: {
|
||||||
|
en: "Squirtle"
|
||||||
|
},
|
||||||
|
|
||||||
|
illustrator: "Kanako Eo",
|
||||||
|
rarity: "Three Diamond",
|
||||||
|
category: "Pokemon",
|
||||||
|
hp: 60,
|
||||||
|
types: ["Water"],
|
||||||
|
|
||||||
|
description: {
|
||||||
|
en: "When it retracts its long neck into its shell, it<br />squirts out water with vigorous force."
|
||||||
|
},
|
||||||
|
|
||||||
|
stage: "Basic",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Water Gun"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20,
|
||||||
|
cost: ["Water"]
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: "Lightning",
|
||||||
|
value: "+20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
export default card
|
Loading…
x
Reference in New Issue
Block a user