mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-01 00:09:19 +00:00
feat: Add missing Cards to tk-dp-l (lucario) and tk-dp-m (manaphy) (#721)
This commit is contained in:
@ -37,7 +37,14 @@ const card: Card = {
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
value: "10+"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "-20"
|
||||
},
|
||||
],
|
||||
|
||||
|
20
data/Trainer kits/DP trainer Kit (Lucario)/10.ts
Normal file
20
data/Trainer kits/DP trainer Kit (Lucario)/10.ts
Normal file
@ -0,0 +1,20 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Lucario)'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Quick Ball",
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
set: Set,
|
||||
|
||||
effect: {
|
||||
en: "Reveal cards from your deck until you reveal a Pokémon. Show that Pokémon to your opponent and put it into your hand. " +
|
||||
"Shuffle the other revealed cards back into your deck. (If you don't reveal a Pokémon, shuffle all the revealed cards back into your deck.)"
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
17
data/Trainer kits/DP trainer Kit (Lucario)/11.ts
Normal file
17
data/Trainer kits/DP trainer Kit (Lucario)/11.ts
Normal file
@ -0,0 +1,17 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Lucario)'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
},
|
||||
illustrator: "",
|
||||
rarity: "None",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
stage: "Basic",
|
||||
energyType: "Normal",
|
||||
}
|
||||
|
||||
export default card
|
78
data/Trainer kits/DP trainer Kit (Lucario)/2.ts
Normal file
78
data/Trainer kits/DP trainer Kit (Lucario)/2.ts
Normal file
@ -0,0 +1,78 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Lucario)'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [75],
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Graveler"
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Stage1",
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Geodude",
|
||||
},
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Fighting",
|
||||
"Colorless"
|
||||
],
|
||||
name: {
|
||||
en: "Rock Cannon"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin until you get tails. This attack does 30 damage times the number of heads."
|
||||
},
|
||||
damage: "30×"
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Fighting",
|
||||
"Colorless",
|
||||
"Colorless"
|
||||
],
|
||||
name: {
|
||||
en: "Rock Slide"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
|
||||
},
|
||||
damage: "40"
|
||||
}
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "20+"
|
||||
}
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "-20"
|
||||
}
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "GRAVELER make their homes on sheer cliff faces by gouging out numerous horizontal holes."
|
||||
},
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,34 +12,55 @@ const card: Card = {
|
||||
illustrator: "Kent Kanetsuna",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Stage1",
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Riolu",
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: [
|
||||
"Colorless"
|
||||
],
|
||||
name: {
|
||||
en: "Feint"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack’s damage isn’t affected by Resistance."
|
||||
},
|
||||
damage: 30,
|
||||
}, {
|
||||
cost: [
|
||||
"Fighting",
|
||||
"Fighting"
|
||||
],
|
||||
name: {
|
||||
en: "Aura Sphere"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 20 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)"
|
||||
},
|
||||
damage: 40,
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
value: "20+"
|
||||
}
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "It has the ability to sense the auras of all things. It understands human speech."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Feint"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
||||
effect: {
|
||||
en: "This attack’s damage isn’t affected by Resistance."
|
||||
}
|
||||
}, {
|
||||
name: {
|
||||
en: "Aura Sphere"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
||||
effect: {
|
||||
en: "Does 20 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)"
|
||||
}
|
||||
}]
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
68
data/Trainer kits/DP trainer Kit (Lucario)/4.ts
Normal file
68
data/Trainer kits/DP trainer Kit (Lucario)/4.ts
Normal file
@ -0,0 +1,68 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Lucario)'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [67],
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Machoke"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Stage1",
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Machop",
|
||||
},
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Fighting",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Karate Chop"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 40 damage minus 10 damage for each damage counter on Machoke."
|
||||
},
|
||||
damage: "40-"
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Fighting",
|
||||
"Fighting",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Seismic Toss"
|
||||
},
|
||||
damage: "60"
|
||||
}
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
value: "20+"
|
||||
}
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "MACHOKE's boundless power is very dangerous, so it wears a belt that suppresses its energy."
|
||||
},
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
49
data/Trainer kits/DP trainer Kit (Lucario)/5.ts
Normal file
49
data/Trainer kits/DP trainer Kit (Lucario)/5.ts
Normal file
@ -0,0 +1,49 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Lucario)'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [66],
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Machop"
|
||||
},
|
||||
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Basic",
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Fighting",
|
||||
],
|
||||
name: {
|
||||
en: "Low Kick"
|
||||
},
|
||||
damage: 20
|
||||
}
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
value: "10+"
|
||||
}
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "It hefts a GRAVELER repeatedly to strengthen its entire body. It uses every type of martial arts."
|
||||
},
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
52
data/Trainer kits/DP trainer Kit (Lucario)/6.ts
Normal file
52
data/Trainer kits/DP trainer Kit (Lucario)/6.ts
Normal file
@ -0,0 +1,52 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Lucario)'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [447],
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Riolu"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Basic",
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Fighting",
|
||||
],
|
||||
name: {
|
||||
en: "Wild Kick"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing."
|
||||
},
|
||||
damage: "30"
|
||||
}
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
value: "10+"
|
||||
}
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "The aura that emanates from its body intensifies to alert others if it is afraid or sad."
|
||||
},
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
69
data/Trainer kits/DP trainer Kit (Lucario)/7.ts
Normal file
69
data/Trainer kits/DP trainer Kit (Lucario)/7.ts
Normal file
@ -0,0 +1,69 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Lucario)'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [396],
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Starly"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Basic",
|
||||
|
||||
hp: 50,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Gust"
|
||||
},
|
||||
damage: 10
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Quick Attack"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 10 damage plus 20 more damage."
|
||||
},
|
||||
damage: "10+"
|
||||
}
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "10+"
|
||||
}
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "-20"
|
||||
}
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "They flock in great numbers. Though small, they flap their wings with great power."
|
||||
},
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
19
data/Trainer kits/DP trainer Kit (Lucario)/8.ts
Normal file
19
data/Trainer kits/DP trainer Kit (Lucario)/8.ts
Normal file
@ -0,0 +1,19 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Lucario)'
|
||||
|
||||
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
|
19
data/Trainer kits/DP trainer Kit (Lucario)/9.ts
Normal file
19
data/Trainer kits/DP trainer Kit (Lucario)/9.ts
Normal file
@ -0,0 +1,19 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Lucario)'
|
||||
|
||||
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
|
Reference in New Issue
Block a user