mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 11:30:46 +00:00
feat: Add chinese SV08 (#572)
This commit is contained in:
@ -5,7 +5,9 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "エキサイトスタジアム"
|
||||
ja: "エキサイトスタジアム",
|
||||
'zh-tw': "激動競技場",
|
||||
'zh-cn': "激動競技場"
|
||||
},
|
||||
|
||||
illustrator: "imoniii",
|
||||
@ -13,10 +15,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
ja: "おたがいの場のたねポケモン全員の最大HPは、それぞれ「+30」される。"
|
||||
ja: "おたがいの場のたねポケモン全員の最大HPは、それぞれ「+30」される。",
|
||||
'zh-tw': "雙方場上所有【基礎】寶可夢的最大HP各「+30」。",
|
||||
'zh-cn': "雙方場上所有【基礎】寶可夢的最大HP各「+30」。"
|
||||
},
|
||||
|
||||
trainerType: "Stadium"
|
||||
trainerType: "Stadium",
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user