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

feat: Update asian sets (#554)

This commit is contained in:
2024-11-05 23:46:04 +01:00
committed by GitHub
parent 64bcd0524d
commit c1d83caca0
546 changed files with 26414 additions and 0 deletions

28
data-asia/SV/SV7/090.ts Normal file
View File

@ -0,0 +1,28 @@
import { Card } from "../../../interfaces"
import Set from "../SV7"
const card: Card = {
set: Set,
name: {
'zh-tw': "陳舊的根狀化石",
'zh-cn': "陳舊的根狀化石",
ja: "古びたねっこの化石"
},
illustrator: "AYUMI ODASHIMA",
category: "Trainer",
effect: {
'zh-tw': "這張卡可作為HP60的【無】屬性的【基礎】寶可夢放置於場上。這張卡不會陷入特殊狀態無法撤退。 若在自己的回合中,則可將場上的這張卡丟棄。",
'zh-cn': "這張卡可作為HP60的【無】屬性的【基礎】寶可夢放置於場上。這張卡不會陷入特殊狀態無法撤退。 若在自己的回合中,則可將場上的這張卡丟棄。",
ja: "このカードは、HP60のタイプのたねポケモンとして、場に出せる。このカードは、特殊状態にならず、にげられない。\n自分の番の中でなら、場に出ているこのカードをトラッシュできる。"
},
trainerType: "Item",
regulationMark: "H",
rarity: "Common",
hp: 60
}
export default card