1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +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: "Akira Komayama",
@ -13,10 +15,13 @@ const card: Card = {
category: "Trainer",
effect: {
ja: "自分の山札から「ポケモンex」を3枚まで選び、相手に見せて、手札に加える。そして山札を切る。"
ja: "自分の山札から「ポケモンex」を3枚まで選び、相手に見せて、手札に加える。そして山札を切る。",
'zh-tw': "從自己的牌庫選擇最多3張「寶可夢【ex】」卡在給對手看過後加入手牌。並且重洗牌庫。",
'zh-cn': "從自己的牌庫選擇最多3張「寶可夢【ex】」卡在給對手看過後加入手牌。並且重洗牌庫。"
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "H"
}
export default card