1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-10 16:01:59 +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: "Naoki Saito",
@@ -13,10 +15,13 @@ const card: Card = {
category: "Trainer",
effect: {
ja: "自分のポケモン全員のHPを、それぞれ「60」回復する。"
ja: "自分のポケモン全員のHPを、それぞれ「60」回復する。",
'zh-tw': "將自己的所有【雷】寶可夢各恢復「60」HP。",
'zh-cn': "將自己的所有【雷】寶可夢各恢復「60」HP。"
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "H"
}
export default card