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:
@ -5,7 +5,9 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "アローラ ディグダ"
|
||||
ja: "アローラ ディグダ",
|
||||
'zh-tw': "阿羅拉 地鼠",
|
||||
'zh-cn': "阿羅拉 地鼠"
|
||||
},
|
||||
|
||||
illustrator: "Akino Fukuji",
|
||||
@ -16,20 +18,26 @@ const card: Card = {
|
||||
types: ["Metal"],
|
||||
|
||||
description: {
|
||||
ja: "金色の 髭は センサー機能を 持っている。 穴から だして 周りの 様子を うかがっている。"
|
||||
ja: "金色の 髭は センサー機能を 持っている。 穴から だして 周りの 様子を うかがっている。",
|
||||
'zh-tw': "金色的鬍子擁有感應器的功能。 會從洞裡伸出,查探周圍的狀態。",
|
||||
'zh-cn': "金色的鬍子擁有感應器的功能。 會從洞裡伸出,查探周圍的狀態。"
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
ja: "ふいをつく"
|
||||
ja: "ふいをつく",
|
||||
'zh-tw': "偷襲",
|
||||
'zh-cn': "偷襲"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
||||
effect: {
|
||||
ja: "コインを1回投げウラなら、このワザは失敗。"
|
||||
ja: "コインを1回投げウラなら、このワザは失敗。",
|
||||
'zh-tw': "擲1次硬幣若為反面,則這個招式失敗。",
|
||||
'zh-cn': "擲1次硬幣若為反面,則這個招式失敗。"
|
||||
}
|
||||
}],
|
||||
|
||||
@ -40,10 +48,11 @@ const card: Card = {
|
||||
|
||||
resistances: [{
|
||||
type: "Grass",
|
||||
value: "-30"
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
retreat: 1,
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user