1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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: "AYUMI ODASHIMA",
@ -13,10 +15,13 @@ const card: Card = {
category: "Trainer",
effect: {
ja: "おたがいの場の2進化ポケモン全員の最大HPは、それぞれ「-30」される。"
ja: "おたがいの場の2進化ポケモン全員の最大HPは、それぞれ「-30」される。",
'zh-tw': "雙方場上所有【2階進化】寶可夢的最大HP各「-30」。",
'zh-cn': "雙方場上所有【2階進化】寶可夢的最大HP各「-30」。"
},
trainerType: "Stadium"
trainerType: "Stadium",
regulationMark: "H"
}
export default card