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: "Ryota Murayama",
@ -16,7 +18,9 @@ const card: Card = {
types: ["Colorless"],
description: {
ja: "襟巻を 広げて 太陽光を 浴びると 大都会で 使われる 電気を 1匹で 発電する。"
ja: "襟巻を 広げて 太陽光を 浴びると 大都会で 使われる 電気を 1匹で 発電する。",
'zh-tw': "如果展開頸傘沐浴陽光, 單憑1隻光電傘蜥就能 製造出大城市所需的電力。",
'zh-cn': "如果展開頸傘沐浴陽光, 單憑1隻光電傘蜥就能 製造出大城市所需的電力。"
},
stage: "Stage1",
@ -25,17 +29,23 @@ const card: Card = {
cost: ["Colorless"],
name: {
ja: "パラボラチャージ"
ja: "パラボラチャージ",
'zh-tw': "拋物面充電",
'zh-cn': "拋物面充電"
},
effect: {
ja: "自分の山札からエネルギーを4枚まで選び、相手に見せて、手札に加える。そして山札を切る。"
ja: "自分の山札からエネルギーを4枚まで選び、相手に見せて、手札に加える。そして山札を切る。",
'zh-tw': "從自己的牌庫選擇最多4張能量卡在給對手看過後加入手牌。並且重洗牌庫。",
'zh-cn': "從自己的牌庫選擇最多4張能量卡在給對手看過後加入手牌。並且重洗牌庫。"
}
}, {
cost: ["Colorless", "Colorless", "Colorless"],
name: {
ja: "エレキスラッグ"
ja: "エレキスラッグ",
'zh-tw': "電氣猛擊",
'zh-cn': "電氣猛擊"
},
damage: 80
@ -46,7 +56,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "H"
}
export default card