mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-01 15:12:10 +00:00
feat: Add 1 Missing card in tk-dp-l (#714)
This commit is contained in:
parent
51e017e9cc
commit
63790a056c
52
data/Trainer kits/DP trainer Kit (Lucario)/1.ts
Normal file
52
data/Trainer kits/DP trainer Kit (Lucario)/1.ts
Normal file
@ -0,0 +1,52 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../DP trainer Kit (Lucario)'
|
||||
|
||||
const card: Card = {
|
||||
dexId: [74],
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Geodude"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sudimori",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
attacks: [{
|
||||
|
||||
cost: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Stone Throw"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Choose 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)"
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "Many live on mountain trails and remain half buried while keeping an eye on climbers"
|
||||
},
|
||||
|
||||
retreat: 2,
|
||||
|
||||
}
|
||||
|
||||
export default card
|
Loading…
x
Reference in New Issue
Block a user