1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

feat: Add SV9a (#672)

This commit is contained in:
2025-05-24 20:35:21 +02:00
committed by GitHub
parent 90d12fc9b6
commit db5863caee
93 changed files with 5333 additions and 0 deletions

27
data-asia/SV/SV9a/060.ts Normal file
View File

@ -0,0 +1,27 @@
import { Card } from "../../../interfaces"
import Set from "../SV9a"
const card: Card = {
set: Set,
name: {
ja: "シロナのパワーウエイト",
'zh-tw': "竹蘭的力量負重",
'zh-cn': "竹蘭的力量負重"
},
illustrator: "Studio Bora Inc.",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "このカードをつけている「シロナのポケモン」の最大HPは「70」される。",
'zh-tw': "附有這張卡的「竹蘭的寶可夢」的最大HP「+70」。",
'zh-cn': "附有這張卡的「竹蘭的寶可夢」的最大HP「+70」。"
},
trainerType: "Tool",
regulationMark: "I"
}
export default card