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: "ケッキングex"
|
||||
ja: "ケッキングex",
|
||||
'zh-tw': "請假王ex",
|
||||
'zh-cn': "請假王ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Igarashi",
|
||||
@ -20,11 +22,15 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
ja: "さぼりたいしつ"
|
||||
ja: "さぼりたいしつ",
|
||||
'zh-tw': "懶怠個性",
|
||||
'zh-cn': "懶怠個性"
|
||||
},
|
||||
|
||||
effect: {
|
||||
ja: "相手の場に「ポケモンex・V」がいないなら、このポケモンはワザが使えない。"
|
||||
ja: "相手の場に「ポケモンex・V」がいないなら、このポケモンはワザが使えない。",
|
||||
'zh-tw': "若對手的場上沒有「寶可夢【ex】・【V】」,則這隻寶可夢無法使用招式。",
|
||||
'zh-cn': "若對手的場上沒有「寶可夢【ex】・【V】」,則這隻寶可夢無法使用招式。"
|
||||
}
|
||||
}],
|
||||
|
||||
@ -32,13 +38,17 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
ja: "グレートスイング"
|
||||
ja: "グレートスイング",
|
||||
'zh-tw': "偉大橫掃",
|
||||
'zh-cn': "偉大橫掃"
|
||||
},
|
||||
|
||||
damage: 280,
|
||||
|
||||
effect: {
|
||||
ja: "このポケモンについているエネルギーを1個選び、トラッシュする。"
|
||||
ja: "このポケモンについているエネルギーを1個選び、トラッシュする。",
|
||||
'zh-tw': "選擇1個這隻寶可夢身上附加的能量,將其丟棄。",
|
||||
'zh-cn': "選擇1個這隻寶可夢身上附加的能量,將其丟棄。"
|
||||
}
|
||||
}],
|
||||
|
||||
@ -47,7 +57,8 @@ const card: Card = {
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 4
|
||||
retreat: 4,
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user