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:
@ -5,7 +5,9 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "ユクシー"
|
||||
ja: "ユクシー",
|
||||
'zh-tw': "由克希",
|
||||
'zh-cn': "由克希"
|
||||
},
|
||||
|
||||
illustrator: "HYOGONOSUKE",
|
||||
@ -16,7 +18,9 @@ const card: Card = {
|
||||
types: ["Psychic"],
|
||||
|
||||
description: {
|
||||
ja: "知識の神と 呼ばれている。 目を 合わせた 者の 記憶を 消してしまう 力を 持つという。"
|
||||
ja: "知識の神と 呼ばれている。 目を 合わせた 者の 記憶を 消してしまう 力を 持つという。",
|
||||
'zh-tw': "被稱為知識之神。 擁有將與自己視線相對者的 記憶消去的力量。",
|
||||
'zh-cn': "被稱為知識之神。 擁有將與自己視線相對者的 記憶消去的力量。"
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -25,11 +29,15 @@ const card: Card = {
|
||||
cost: ["Psychic"],
|
||||
|
||||
name: {
|
||||
ja: "いたみのきおく"
|
||||
ja: "いたみのきおく",
|
||||
'zh-tw': "痛楚記憶",
|
||||
'zh-cn': "痛楚記憶"
|
||||
},
|
||||
|
||||
effect: {
|
||||
ja: "相手のポケモン全員に、それぞれダメカンを2個のせる。"
|
||||
ja: "相手のポケモン全員に、それぞれダメカンを2個のせる。",
|
||||
'zh-tw': "在對手的所有寶可夢身上各放置2個傷害指示物。",
|
||||
'zh-cn': "在對手的所有寶可夢身上各放置2個傷害指示物。"
|
||||
}
|
||||
}],
|
||||
|
||||
@ -40,10 +48,11 @@ const card: Card = {
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
retreat: 1,
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user