mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-26 13:59:18 +00:00
fix: correct data for sets tk-ex-latia, tk-ex-latio, tk-ex-m, tk-ex-p, tk-bw-e, tk-bw-z (#726)
Co-authored-by: Avior <github@avior.me>
This commit is contained in:
@ -14,13 +14,38 @@ const card: Card = {
|
||||
category: "Pokemon",
|
||||
stage: "Basic",
|
||||
|
||||
hp: 50,
|
||||
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
attacks: [{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Headbutt"
|
||||
},
|
||||
|
||||
damage: 10
|
||||
}]
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "2x"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Metal",
|
||||
value: "-30"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
17
data/Trainer kits/EX trainer Kit (Latios)/10.ts
Normal file
17
data/Trainer kits/EX trainer Kit (Latios)/10.ts
Normal file
@ -0,0 +1,17 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../EX trainer Kit (Latios)'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Lightning Energy",
|
||||
},
|
||||
illustrator: "",
|
||||
rarity: "None",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
stage: "Basic",
|
||||
energyType: "Normal",
|
||||
}
|
||||
|
||||
export default card
|
@ -14,23 +14,44 @@ const card: Card = {
|
||||
category: "Pokemon",
|
||||
stage: "Basic",
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
attacks: [{
|
||||
cost: [
|
||||
"Lightning",
|
||||
"Colorless"
|
||||
],
|
||||
name: {
|
||||
en: "Gather Energy"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, search your deck for a basic Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward."
|
||||
}
|
||||
},
|
||||
damage: 20
|
||||
}, {
|
||||
cost: [
|
||||
"Lightning",
|
||||
"Lightning",
|
||||
"Colorless"
|
||||
],
|
||||
name: {
|
||||
en: "Dragon Claw"
|
||||
},
|
||||
|
||||
damage: 40
|
||||
}]
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
value: "2x"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -14,25 +14,48 @@ const card: Card = {
|
||||
category: "Pokemon",
|
||||
stage: "Stage1",
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Zigzagoon",
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Seek Out"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward."
|
||||
}
|
||||
}, {
|
||||
cost: [
|
||||
"Colorless",
|
||||
"Colorless"
|
||||
],
|
||||
name: {
|
||||
en: "Continuous Headbutt"
|
||||
},
|
||||
|
||||
damage: "40×",
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin until you get tails. This attack does 40 damage times the number of heads."
|
||||
}
|
||||
}]
|
||||
},
|
||||
damage: "40×"
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "2x"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -14,19 +14,46 @@ const card: Card = {
|
||||
category: "Pokemon",
|
||||
stage: "Basic",
|
||||
|
||||
hp: 40,
|
||||
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
attacks: [{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Rollout"
|
||||
},
|
||||
|
||||
damage: 10
|
||||
}, {
|
||||
cost: [
|
||||
"Colorless",
|
||||
"Colorless"
|
||||
],
|
||||
name: {
|
||||
en: "Hook"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
}]
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "2x"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Metal",
|
||||
value: "-30"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -14,23 +14,48 @@ const card: Card = {
|
||||
category: "Pokemon",
|
||||
stage: "Stage1",
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Magnemite",
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: [
|
||||
"Colorless",
|
||||
"Colorless"
|
||||
],
|
||||
name: {
|
||||
en: "Ram"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
}, {
|
||||
cost: [
|
||||
"Lightning",
|
||||
"Colorless",
|
||||
"Colorless"
|
||||
],
|
||||
name: {
|
||||
en: "Triple Smash"
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 20 damage plus 20 more damage for each heads."
|
||||
}
|
||||
}]
|
||||
},
|
||||
damage: "20+"
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "2x"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -14,19 +14,40 @@ const card: Card = {
|
||||
category: "Pokemon",
|
||||
stage: "Basic",
|
||||
|
||||
hp: 50,
|
||||
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
attacks: [{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Scratch"
|
||||
},
|
||||
|
||||
damage: 10
|
||||
}, {
|
||||
cost: [
|
||||
"Lightning",
|
||||
"Colorless",
|
||||
"Colorless"
|
||||
],
|
||||
name: {
|
||||
en: "Pika Bolt"
|
||||
},
|
||||
|
||||
damage: 40
|
||||
}]
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "2x"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -14,17 +14,33 @@ const card: Card = {
|
||||
category: "Pokemon",
|
||||
stage: "Basic",
|
||||
|
||||
hp: 40,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
attacks: [{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Fury Swipes"
|
||||
},
|
||||
|
||||
damage: "10×",
|
||||
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 10 damage times the number of heads."
|
||||
}
|
||||
}]
|
||||
},
|
||||
damage: "10×"
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "2x"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
19
data/Trainer kits/EX trainer Kit (Latios)/8.ts
Normal file
19
data/Trainer kits/EX trainer Kit (Latios)/8.ts
Normal file
@ -0,0 +1,19 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../EX trainer Kit (Latios)'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Potion"
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
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
|
19
data/Trainer kits/EX trainer Kit (Latios)/9.ts
Normal file
19
data/Trainer kits/EX trainer Kit (Latios)/9.ts
Normal file
@ -0,0 +1,19 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../EX trainer Kit (Latios)'
|
||||
|
||||
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
|
Reference in New Issue
Block a user