mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: add the Japanese SV8 (#559)
This commit is contained in:
22
data-asia/SV/SV8/105.ts
Normal file
22
data-asia/SV/SV8/105.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV8"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "エキサイトスタジアム"
|
||||
},
|
||||
|
||||
illustrator: "imoniii",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
ja: "おたがいの場のたねポケモン全員の最大HPは、それぞれ「+30」される。"
|
||||
},
|
||||
|
||||
trainerType: "Stadium"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user