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: "Hoshino KURO",
@ -16,7 +18,9 @@ const card: Card = {
types: ["Lightning"],
description: {
ja: "空中に 浮いたまま 移動して 左右の ユニットから 電磁波などを 放射する。"
ja: "空中に 浮いたまま 移動して 左右の ユニットから 電磁波などを 放射する。",
'zh-tw': "會浮在空中移動, 從左右兩邊的組件發射 電磁波之類的東西。",
'zh-cn': "會浮在空中移動, 從左右兩邊的組件發射 電磁波之類的東西。"
},
stage: "Basic",
@ -25,7 +29,9 @@ const card: Card = {
cost: ["Lightning"],
name: {
ja: "ピッカリだま"
ja: "ピッカリだま",
'zh-tw': "光彈",
'zh-cn': "光彈"
},
damage: 20
@ -36,7 +42,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "H"
}
export default card