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: "シロデスナex"
ja: "シロデスナex",
'zh-tw': "噬沙堡爺ex",
'zh-cn': "噬沙堡爺ex"
},
illustrator: "5ban Graphics",
@ -20,23 +22,31 @@ const card: Card = {
cost: ["Colorless", "Colorless", "Colorless"],
name: {
ja: "すなじごく"
ja: "すなじごく",
'zh-tw': "流沙地獄",
'zh-cn': "流沙地獄"
},
damage: 160,
effect: {
ja: "次の相手の番、このワザを受けたポケモンは、にげられない。"
ja: "次の相手の番、このワザを受けたポケモンは、にげられない。",
'zh-tw': "在下個對手的回合,受到這個招式的寶可夢無法撤退。",
'zh-cn': "在下個對手的回合,受到這個招式的寶可夢無法撤退。"
}
}, {
cost: ["Water", "Psychic", "Fighting"],
name: {
ja: "バライトジェイル"
ja: "バライトジェイル",
'zh-tw': "重晶石之獄",
'zh-cn': "重晶石之獄"
},
effect: {
ja: "相手のベンチポケモン全員に、それぞれ残りHPが「100」になるように、ダメカンをのせる。"
ja: "相手のベンチポケモン全員に、それぞれ残りHPが「100」になるように、ダメカンをのせる。",
'zh-tw': "在對手的所有備戰寶可夢身上放置傷害指示物直到各自的剩餘HP變為「100」為止。",
'zh-cn': "在對手的所有備戰寶可夢身上放置傷害指示物直到各自的剩餘HP變為「100」為止。"
}
}],
@ -47,10 +57,11 @@ const card: Card = {
resistances: [{
type: "Fighting",
value: "30"
value: "-30"
}],
retreat: 4
retreat: 4,
regulationMark: "H"
}
export default card