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: "Atsuya Uki",
@ -16,7 +18,9 @@ const card: Card = {
types: ["Fire"],
description: {
ja: "声帯と 炎袋の 弁は 密接な 関係。 だみ声を 上げながら 炎を 吐き散らす。"
ja: "声帯と 炎袋の 弁は 密接な 関係。 だみ声を 上げながら 炎を 吐き散らす。",
'zh-tw': "聲帶和火囊的閥緊鄰在一起。 會一邊發出嘶啞的聲音, 一邊噴灑火焰。",
'zh-cn': "聲帶和火囊的閥緊鄰在一起。 會一邊發出嘶啞的聲音, 一邊噴灑火焰。"
},
stage: "Stage1",
@ -25,13 +29,17 @@ const card: Card = {
cost: ["Fire", "Colorless"],
name: {
ja: "ヒートブレス"
ja: "ヒートブレス",
'zh-tw': "高溫吐息",
'zh-cn': "高溫吐息"
},
damage: "30",
damage: "30+",
effect: {
ja: "コインを1回投げオモテなら、50ダメージ追加。"
ja: "コインを1回投げオモテなら、50ダメージ追加。",
'zh-tw': "擲1次硬幣若為正面則增加50點傷害。",
'zh-cn': "擲1次硬幣若為正面則增加50點傷害。"
}
}],
@ -40,7 +48,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "H"
}
export default card