1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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: "Teeziro",
@ -16,7 +18,9 @@ const card: Card = {
types: ["Water"],
description: {
ja: "ぶ厚い 脂肪に 包まれた 見事に まんまるな 体。 歩くより 転がるほうが 速い。"
ja: "ぶ厚い 脂肪に 包まれた 見事に まんまるな 体。 歩くより 転がるほうが 速い。",
'zh-tw': "身體被厚厚的脂肪包裹著, 圓得令人讚嘆。用翻滾的 方式移動反而比走路還要快。",
'zh-cn': "身體被厚厚的脂肪包裹著, 圓得令人讚嘆。用翻滾的 方式移動反而比走路還要快。"
},
stage: "Basic",
@ -25,13 +29,17 @@ const card: Card = {
cost: ["Water"],
name: {
ja: "こなゆき"
ja: "こなゆき",
'zh-tw': "細雪",
'zh-cn': "細雪"
},
damage: 10,
effect: {
ja: "相手のバトルポケモンをねむりにする。"
ja: "相手のバトルポケモンをねむりにする。",
'zh-tw': "將對手的戰鬥寶可夢【睡眠】。",
'zh-cn': "將對手的戰鬥寶可夢【睡眠】。"
}
}],
@ -40,7 +48,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "H"
}
export default card