1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

27 lines
1.0 KiB
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV8"
const card: Card = {
set: Set,
name: {
ja: "ワザマシン フローライト",
'zh-tw': "招式學習器 螢石",
'zh-cn': "招式學習器 螢石"
},
illustrator: "Studio Bora Inc.",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "このカードをつけているポケモンは、このカードに書かれているワザを使える。[ワザを使うためのエネルギーは必要。] ポケモンについているこのカードは、自分の番の終わりにトラッシュする。",
'zh-tw': "附有這張卡的寶可夢,可使用這張卡上寫的招式。[需要有足夠使用招式的能量。]將附於寶可夢身上的這張卡,在自己的回合結束時丟棄。",
'zh-cn': "附有這張卡的寶可夢,可使用這張卡上寫的招式。[需要有足夠使用招式的能量。]將附於寶可夢身上的這張卡,在自己的回合結束時丟棄。"
},
trainerType: "Tool",
regulationMark: "H"
}
export default card