1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +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: "ニョロゾ",
'zh-tw': "蚊香君"
'zh-tw': "蚊香君",
th: "เนียวโรโซ"
},
category: "Pokemon",
@ -18,7 +19,8 @@ const card: Card = {
description: {
ja: "全身の 皮膚は 湿っているが お腹の 渦巻きの 部分の 感触は すべすべとしている。",
'zh-tw': "全身的皮膚都濕答答的, 但肚子上的漩渦部分 摸起來很光滑。"
'zh-tw': "全身的皮膚都濕答答的, 但肚子上的漩渦部分 摸起來很光滑。",
th: "ผิวทั่วร่างชุ่มชื้น แต่ส่วนที่ขดเป็นวงตรงท้องนั้นมีผิวสัมผัสที่นุ่มลื่น"
},
stage: "Stage1",
@ -28,26 +30,30 @@ const card: Card = {
name: {
ja: "さいみんじゅつ",
'zh-tw': "催眠術"
'zh-tw': "催眠術",
th: "สะกดจิต"
},
effect: {
ja: "相手のバトルポケモンをねむりにする。",
'zh-tw': "將對手的戰鬥寶可夢【睡眠】。"
'zh-tw': "將對手的戰鬥寶可夢【睡眠】。",
th: "ทำให้โปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้ามเป็นสภาวะ[หลับ]"
}
}, {
cost: ["Colorless", "Colorless"],
name: {
ja: "おうふくビンタ",
'zh-tw': "連環巴掌"
'zh-tw': "連環巴掌",
th: "ตบเรียกสติ"
},
damage: "30×",
effect: {
ja: "コインを2回投げ、オモテの数×30ダメージ。",
'zh-tw': "擲2次硬幣造成正面出現的次數×30點傷害。"
'zh-tw': "擲2次硬幣造成正面出現的次數×30點傷害。",
th: "ทอยเหรียญ 2 ครั้ง แดเมจจะเท่ากับจำนวนครั้งที่ออกหัว x30"
}
}],