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: "Toshinao Aoki",
@ -16,7 +18,9 @@ const card: Card = {
types: ["Grass"],
description: {
ja: "泥玉を 転がしながら 進化の エネルギーを 熟成させる。 やがて 進化のときを 迎える。"
ja: "泥玉を 転がしながら 進化の エネルギーを 熟成させる。 やがて 進化のときを 迎える。",
'zh-tw': "會一邊滾著泥巴球, 一邊使進化的能量成熟。 最終會迎接進化的時刻。",
'zh-cn': "會一邊滾著泥巴球, 一邊使進化的能量成熟。 最終會迎接進化的時刻。"
},
stage: "Basic",
@ -25,17 +29,23 @@ const card: Card = {
cost: ["Colorless"],
name: {
ja: "もってくる"
ja: "もってくる",
'zh-tw': "呼喚",
'zh-cn': "呼喚"
},
effect: {
ja: "自分の山札を1枚引く。"
ja: "自分の山札を1枚引く。",
'zh-tw': "從自己的牌庫抽出1張卡。",
'zh-cn': "從自己的牌庫抽出1張卡。"
}
}, {
cost: ["Grass"],
name: {
ja: "ころがる"
ja: "ころがる",
'zh-tw': "滾動",
'zh-cn': "滾動"
},
damage: 10
@ -46,7 +56,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "H"
}
export default card