mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
26
data-asia/SV/SVEL/010.ts
Normal file
26
data-asia/SV/SVEL/010.ts
Normal file
@ -0,0 +1,26 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SVEL"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
'zh-tw': "厲害釣竿"
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Darkness"],
|
||||
stage: "Basic",
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user