1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

feat(asian): Updated SV6 and added SV6a & SV6s (#502)

This commit is contained in:
2024-10-10 00:44:36 +02:00
committed by GitHub
parent 4f2c27937a
commit 1d14078dd8
365 changed files with 13098 additions and 481 deletions

View File

@ -6,7 +6,8 @@ const card: Card = {
name: {
ja: "レントラーex",
'zh-tw': "倫琴貓ex"
'zh-tw': "倫琴貓ex",
th: "เร็นโทราex"
},
category: "Pokemon",
@ -22,28 +23,32 @@ const card: Card = {
name: {
ja: "つきさすがんこう",
'zh-tw': "突刺目光"
'zh-tw': "突刺目光",
th: "ตาประกายทิ่มแทง"
},
damage: 120,
effect: {
ja: "相手の手札を見て、その中からカードを1枚選び、トラッシュする。",
'zh-tw': "查看對手的手牌從其中選擇1張卡將其丟棄。"
'zh-tw': "查看對手的手牌從其中選擇1張卡將其丟棄。",
th: "ดูการ์ดบนมือฝ่ายตรงข้าม เลือกการ์ด 1 ใบจากในนั้น ทิ้งที่ตำแหน่งทิ้งการ์ด"
}
}, {
cost: ["Lightning", "Lightning"],
name: {
ja: "ボルトストライク",
'zh-tw': "伏特強襲"
'zh-tw': "伏特強襲",
th: "โวลต์สไตรค์"
},
damage: 250,
effect: {
ja: "このポケモンについているエネルギーを、すべてトラッシュする。",
'zh-tw': "將這隻寶可夢身上附加的能量卡全部丟棄。"
'zh-tw': "將這隻寶可夢身上附加的能量卡全部丟棄。",
th: "ทิ้งพลังงานที่ติดอยู่กับโปเกมอนนี้ ทั้งหมดที่ตำแหน่งทิ้งการ์ด"
}
}],