1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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: "ダルマッカ",
'zh-tw': "火紅不倒翁"
'zh-tw': "火紅不倒翁",
th: "ดารุมักกะ"
},
category: "Pokemon",
@ -18,7 +19,8 @@ const card: Card = {
description: {
ja: "体の 中で 燃える 炎が パワーの 源。 火が 小さく なると たちまち 眠ってしまう。",
'zh-tw': "能量之源是體內的火焰。 如果火焰變小了, 牠馬上就會睡著。"
'zh-tw': "能量之源是體內的火焰。 如果火焰變小了, 牠馬上就會睡著。",
th: "ไฟที่เผาไหม้อยู่ในร่างกายเป็นแหล่งพลังงาน หากเปลวเพลิงหรี่เล็กลงก็จะหลับไปในทันที"
},
stage: "Basic",
@ -28,7 +30,8 @@ const card: Card = {
name: {
ja: "かいりき",
'zh-tw': "怪力"
'zh-tw': "怪力",
th: "พลังมหากาฬ"
},
damage: 10
@ -37,14 +40,16 @@ const card: Card = {
name: {
ja: "ほのおタックル",
'zh-tw': "火焰衝撞"
'zh-tw': "火焰衝撞",
th: "ไฟกระแทก"
},
damage: 50,
effect: {
ja: "このポケモンにも20ダメージ。",
'zh-tw': "這隻寶可夢也受到20點傷害。"
'zh-tw': "這隻寶可夢也受到20點傷害。",
th: "โปเกมอนนี้ก็จะได้รับแดเมจ 20 ด้วย"
}
}],