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: "ヤクデ"
ja: "ヤクデ",
'zh-tw': "燒火蚣",
'zh-cn': "燒火蚣"
},
illustrator: "Minahamu",
@ -16,7 +18,9 @@ const card: Card = {
types: ["Fire"],
description: {
ja: "体に 溜めた 可燃ガスで 発熱。 とくに お腹の 黄色い 部分が 熱いのだ。"
ja: "体に 溜めた 可燃ガスで 発熱。 とくに お腹の 黄色い 部分が 熱いのだ。",
'zh-tw': "靠儲存在體內的可燃氣體 來發熱。熱度最高的是 腹部的黃色部分。",
'zh-cn': "靠儲存在體內的可燃氣體 來發熱。熱度最高的是 腹部的黃色部分。"
},
stage: "Basic",
@ -25,7 +29,9 @@ const card: Card = {
cost: ["Fire"],
name: {
ja: "ひだね"
ja: "ひだね",
'zh-tw': "火種",
'zh-cn': "火種"
},
damage: 10
@ -33,7 +39,9 @@ const card: Card = {
cost: ["Colorless", "Colorless", "Colorless"],
name: {
ja: "ひっかける"
ja: "ひっかける",
'zh-tw': "鉤住",
'zh-cn': "鉤住"
},
damage: 30
@ -44,7 +52,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "H"
}
export default card