mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +00:00
feat: Update asian sets (#554)
This commit is contained in:
27
data-asia/SV/SV7a/056.ts
Normal file
27
data-asia/SV/SV7a/056.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV7a"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
'zh-tw': "百萬噸吹風機",
|
||||
'zh-cn': "百萬噸吹風機",
|
||||
ja: "メガトンブロアー"
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
'zh-tw': "將對手的所有寶可夢身上附加的「寶可夢道具」卡與「特殊能量」卡,與場上的「競技場」卡,全部丟棄。",
|
||||
'zh-cn': "將對手的所有寶可夢身上附加的「寶可夢道具」卡與「特殊能量」卡,與場上的「競技場」卡,全部丟棄。",
|
||||
ja: "相手のポケモン全員についている「ポケモンのどうぐ」と「特殊エネルギー」と、場に出ている「スタジアム」を、すべてトラッシュする。"
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "H",
|
||||
rarity: "None"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user