1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +00:00

feat: Add SV9 (#674)

This commit is contained in:
2025-02-28 08:44:38 +01:00
committed by GitHub
parent 19dccfd5d7
commit e4099defdb
133 changed files with 7333 additions and 0 deletions

27
data-asia/SV/SV9/092.ts Normal file
View File

@ -0,0 +1,27 @@
import { Card } from "../../../interfaces"
import Set from "../SV9"
const card: Card = {
set: Set,
name: {
ja: "ホップのこだわりハチマキ",
'zh-tw': "赫普的講究頭帶",
'zh-cn': "赫普的講究頭帶"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "このカードをつけている「ホップのポケモン」は、ワザを使うためのエネルギーがエネルギー1個ぶん少なくなり、そのポケモンが使うワザの、相手のバトルポケモンへのダメージは「+30」される。",
'zh-tw': "附有這張卡的「赫普的寶可夢」使用招式所需的能量減少1個【無】能量那隻寶可夢使用的招式對對手的戰鬥寶可夢造成的傷害「+30」點。",
'zh-cn': "附有這張卡的「赫普的寶可夢」使用招式所需的能量減少1個【無】能量那隻寶可夢使用的招式對對手的戰鬥寶可夢造成的傷害「+30」點。"
},
trainerType: "Tool",
regulationMark: "I"
}
export default card