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: "IKEDA Saki",
@ -16,7 +18,9 @@ const card: Card = {
types: ["Psychic"],
description: {
ja: "夜な夜な 遺跡を さまよう。 もっている マスクは 人 だった ころの 自分の 顔 だという。"
ja: "夜な夜な 遺跡を さまよう。 もっている マスクは 人 だった ころの 自分の 顔 だという。",
'zh-tw': "每天夜裡都在遺跡中徘徊。 據說牠拿著的面具 是牠還是人類時的臉。",
'zh-cn': "每天夜裡都在遺跡中徘徊。 據說牠拿著的面具 是牠還是人類時的臉。"
},
stage: "Basic",
@ -25,7 +29,9 @@ const card: Card = {
cost: ["Psychic"],
name: {
ja: "つぶやく"
ja: "つぶやく",
'zh-tw': "囈語",
'zh-cn': "囈語"
},
damage: 10
@ -33,7 +39,9 @@ const card: Card = {
cost: ["Psychic", "Colorless"],
name: {
ja: "ちょっとうらむ"
ja: "ちょっとうらむ",
'zh-tw': "咒怨一下",
'zh-cn': "咒怨一下"
},
damage: 20
@ -46,10 +54,11 @@ const card: Card = {
resistances: [{
type: "Fighting",
value: "30"
value: "-30"
}],
retreat: 2
retreat: 2,
regulationMark: "H"
}
export default card