mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Update asian sets (#554)
This commit is contained in:
27
data-asia/SV/SV7/094.ts
Normal file
27
data-asia/SV/SV7/094.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV7"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
'zh-tw': "璀璨結晶",
|
||||
'zh-cn': "璀璨結晶",
|
||||
ja: "きらめく結晶"
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
'zh-tw': "附有這張卡的「太晶」寶可夢使用招式時,使用那個招式所需的能量減少1個。(減少的能量任何屬性皆可。)",
|
||||
'zh-cn': "附有這張卡的「太晶」寶可夢使用招式時,使用那個招式所需的能量減少1個。(減少的能量任何屬性皆可。)",
|
||||
ja: "このカードをつけている「テラスタル」のポケモンがワザを使うとき、そのワザを使うためのエネルギーは、1個ぶん少なくなる。(少なくなるのは、どのタイプのエネルギーでもよい。)"
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "H",
|
||||
rarity: "None"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user