1
0
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:
2024-11-06 02:10:26 +01:00
committed by GitHub
parent 8231f45f81
commit bf8f610c04
107 changed files with 1658 additions and 608 deletions

View File

@ -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