mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add chinese SV08 (#572)
This commit is contained in:
@ -5,7 +5,9 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "エリキテル"
|
||||
ja: "エリキテル",
|
||||
'zh-tw': "傘電蜥",
|
||||
'zh-cn': "傘電蜥"
|
||||
},
|
||||
|
||||
illustrator: "miki kudo",
|
||||
@ -16,7 +18,9 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
ja: "頭の ひだを 広げ 太陽の 光で 発電すると パワフルな 電気技を 出せるようになる。"
|
||||
ja: "頭の ひだを 広げ 太陽の 光で 発電すると パワフルな 電気技を 出せるようになる。",
|
||||
'zh-tw': "當牠張開頭部的褶邊 用太陽光發電,就能使出 威力強大的電屬性招式。",
|
||||
'zh-cn': "當牠張開頭部的褶邊 用太陽光發電,就能使出 威力強大的電屬性招式。"
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -25,7 +29,9 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
ja: "プチボルト"
|
||||
ja: "プチボルト",
|
||||
'zh-tw': "小伏特",
|
||||
'zh-cn': "小伏特"
|
||||
},
|
||||
|
||||
damage: 10
|
||||
@ -33,13 +39,17 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
ja: "とつげき"
|
||||
ja: "とつげき",
|
||||
'zh-tw': "突擊",
|
||||
'zh-cn': "突擊"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
||||
effect: {
|
||||
ja: "このポケモンにも10ダメージ。"
|
||||
ja: "このポケモンにも10ダメージ。",
|
||||
'zh-tw': "這隻寶可夢也受到10點傷害。",
|
||||
'zh-cn': "這隻寶可夢也受到10點傷害。"
|
||||
}
|
||||
}],
|
||||
|
||||
@ -48,7 +58,8 @@ const card: Card = {
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
retreat: 1,
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user