mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Update asian sets (#554)
This commit is contained in:
27
data-asia/SV/SV7a/058.ts
Normal file
27
data-asia/SV/SV7a/058.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: "Studio Bora Inc.",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
'zh-tw': "附有這張卡的寶可夢受到對手的【水】寶可夢招式的傷害時,那個傷害「-60」點,將這張卡丟棄。",
|
||||
'zh-cn': "附有這張卡的寶可夢受到對手的【水】寶可夢招式的傷害時,那個傷害「-60」點,將這張卡丟棄。",
|
||||
ja: "このカードをつけているポケモンが、相手のポケモンからワザのダメージを受けるとき、そのダメージは「-60」され、このカードをトラッシュする。"
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "H",
|
||||
rarity: "Uncommon"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user