mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-24 04:49:19 +00:00
feat: Add missing Cards to tk-dp-l (lucario) and tk-dp-m (manaphy) (#721)
This commit is contained in:
52
data/Trainer kits/DP trainer Kit (Manaphy)/1.ts
Normal file
52
data/Trainer kits/DP trainer Kit (Manaphy)/1.ts
Normal file
@ -0,0 +1,52 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Manaphy)'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [418],
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Buizel"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Basic",
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Water",
|
||||
],
|
||||
name: {
|
||||
en: "Splash About"
|
||||
},
|
||||
effect: {
|
||||
en: "If Buizel has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 10 more damage."
|
||||
},
|
||||
damage: "10+"
|
||||
}
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "10+"
|
||||
}
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "It has a flotation that is like an inflatable collar. It floats on water with its head out."
|
||||
},
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
19
data/Trainer kits/DP trainer Kit (Manaphy)/10.ts
Normal file
19
data/Trainer kits/DP trainer Kit (Manaphy)/10.ts
Normal file
@ -0,0 +1,19 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Manaphy)'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Energy Search"
|
||||
},
|
||||
|
||||
illustrator: "Kai Ishikawa",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
set: Set,
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
21
data/Trainer kits/DP trainer Kit (Manaphy)/11.ts
Normal file
21
data/Trainer kits/DP trainer Kit (Manaphy)/11.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Manaphy)'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Potion"
|
||||
},
|
||||
|
||||
illustrator: "Shin-ichi Yoshikawa",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
set: Set,
|
||||
|
||||
effect: {
|
||||
en: "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
||||
|
17
data/Trainer kits/DP trainer Kit (Manaphy)/12.ts
Normal file
17
data/Trainer kits/DP trainer Kit (Manaphy)/12.ts
Normal file
@ -0,0 +1,17 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Manaphy)'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Water Energy",
|
||||
},
|
||||
illustrator: "",
|
||||
rarity: "None",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
stage: "Basic",
|
||||
energyType: "Normal",
|
||||
}
|
||||
|
||||
export default card
|
70
data/Trainer kits/DP trainer Kit (Manaphy)/2.ts
Normal file
70
data/Trainer kits/DP trainer Kit (Manaphy)/2.ts
Normal file
@ -0,0 +1,70 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Manaphy)'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [419],
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Floatzel"
|
||||
},
|
||||
|
||||
illustrator: "Masahiko Ishii",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Stage1",
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Buizel",
|
||||
},
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Water",
|
||||
"Colorless"
|
||||
],
|
||||
name: {
|
||||
en: "Screw Tail"
|
||||
},
|
||||
effect:{
|
||||
en: "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon."
|
||||
},
|
||||
damage: 30
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Water",
|
||||
"Water",
|
||||
],
|
||||
name: {
|
||||
en: "Water Gun"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 40 damage plus 20 more damage for each Water Energy attached to Floatzel but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way."
|
||||
},
|
||||
damage: 40
|
||||
}
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "20+"
|
||||
}
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "It floats using its well-developed floation sac. It assists in the rescues of drowning people."
|
||||
},
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
62
data/Trainer kits/DP trainer Kit (Manaphy)/3.ts
Normal file
62
data/Trainer kits/DP trainer Kit (Manaphy)/3.ts
Normal file
@ -0,0 +1,62 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Manaphy)'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [118],
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Goldeen"
|
||||
},
|
||||
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Basic",
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Horn Attack"
|
||||
},
|
||||
damage: 10
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Water",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Take Down"
|
||||
},
|
||||
effect: {
|
||||
en: "Goldeen does 10 damage to itself."
|
||||
},
|
||||
damage: 30
|
||||
}
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "10+"
|
||||
}
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "It swims elegantly by flittering its tail fin as if it were a dress. It has the look of a queen."
|
||||
},
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,32 +12,47 @@ const card: Card = {
|
||||
illustrator: "Daisuke Ito",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
description: {
|
||||
en: "Born on a cold seafloor, it will swim great distances to return to its birthplace."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
hp: 70,
|
||||
|
||||
attacks: [{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Call for Family"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward."
|
||||
}
|
||||
}, {
|
||||
cost: [
|
||||
"Water",
|
||||
"Water"
|
||||
],
|
||||
name: {
|
||||
en: "Aqua Ring"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
||||
effect: {
|
||||
en: "Switch Manaphy with 1 of your Benched Pokémon."
|
||||
},
|
||||
damage: 30
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "20+"
|
||||
}
|
||||
}]
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "Born on a cold seafloor, it will swim great distances to return to its birthplace."
|
||||
},
|
||||
|
||||
retreat: 1
|
||||
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
62
data/Trainer kits/DP trainer Kit (Manaphy)/5.ts
Normal file
62
data/Trainer kits/DP trainer Kit (Manaphy)/5.ts
Normal file
@ -0,0 +1,62 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Manaphy)'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [393],
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Piplup"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Basic",
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Peck"
|
||||
},
|
||||
damage: 10
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Water",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Water Splash"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 more damage plus 10 more damage."
|
||||
},
|
||||
damage: "20+"
|
||||
}
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "10+"
|
||||
}
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold."
|
||||
},
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
67
data/Trainer kits/DP trainer Kit (Manaphy)/6.ts
Normal file
67
data/Trainer kits/DP trainer Kit (Manaphy)/6.ts
Normal file
@ -0,0 +1,67 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Manaphy)'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [394],
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Prinplup"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Stage1",
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Piplup",
|
||||
},
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Water"
|
||||
],
|
||||
name: {
|
||||
en: "Aqua Shower"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
|
||||
},
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Water",
|
||||
"Water"
|
||||
],
|
||||
name: {
|
||||
en: "Brine"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
|
||||
},
|
||||
}
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "20+"
|
||||
}
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "It lives alone, away from others. Apparently, every one of them believes it is the most important."
|
||||
},
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
67
data/Trainer kits/DP trainer Kit (Manaphy)/7.ts
Normal file
67
data/Trainer kits/DP trainer Kit (Manaphy)/7.ts
Normal file
@ -0,0 +1,67 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Manaphy)'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [119],
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Seaking"
|
||||
},
|
||||
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Stage1",
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Goldeen",
|
||||
},
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Colorless",
|
||||
"Colorless"
|
||||
],
|
||||
name: {
|
||||
en: "Flail"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage times the number of damage counters on Seaking."
|
||||
},
|
||||
damage: "10x"
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Water",
|
||||
"Water"
|
||||
],
|
||||
name: {
|
||||
en: "Horn Drill"
|
||||
},
|
||||
damage: 50
|
||||
}
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "20+"
|
||||
}
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "It makes its nest by hollowing out boulders in streams with its horn. It defends its eggs with its life."
|
||||
},
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
61
data/Trainer kits/DP trainer Kit (Manaphy)/8.ts
Normal file
61
data/Trainer kits/DP trainer Kit (Manaphy)/8.ts
Normal file
@ -0,0 +1,61 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Manaphy)'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [158],
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Totodile"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Basic",
|
||||
|
||||
hp: 50,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Colorless"
|
||||
],
|
||||
name: {
|
||||
en: "Bite"
|
||||
},
|
||||
damage: 10
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Water",
|
||||
],
|
||||
name: {
|
||||
en: "Shining Fang"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon already has any damage counters on it, this attack does 10 damage plus 10 more damage."
|
||||
},
|
||||
damage: "10+"
|
||||
}
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "10+"
|
||||
}
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "It has the habit of biting anything with its developed jaws. Even its Trainer needs to be careful."
|
||||
},
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
20
data/Trainer kits/DP trainer Kit (Manaphy)/9.ts
Normal file
20
data/Trainer kits/DP trainer Kit (Manaphy)/9.ts
Normal file
@ -0,0 +1,20 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Manaphy)'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dusk Ball"
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
set: Set,
|
||||
|
||||
effect: {
|
||||
en: "Look at the 7 cards from the bottom of your deck. Choose 1 Pokémon you find there, show it to your opponent, and put it into your hand. Put the remaining cards back on top of your deck. Shuffle your deck afterward."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user