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

feat: Add support for Asians Pokémon Cards (#481)

This commit is contained in:
2024-06-07 12:53:08 +02:00
committed by GitHub
parent a35fadd50c
commit a26ef0e5eb
8069 changed files with 379200 additions and 423 deletions

30
data-asia/SV/SV6/090.ts Normal file
View File

@ -0,0 +1,30 @@
import { Card } from "../../../interfaces"
import Set from "../SV6"
const card: Card = {
set: Set,
name: {
ja: "鬼の仮面",
'zh-tw': "鬼之假面"
},
category: "Trainer",
rarity: "Uncommon",
description: {
},
illustrator: "5ban Graphics",
effect: {
ja: "自分のトラッシュから、名前に「オーガポン」とつく「ポケモンex」を1枚選び、自分の場の、名前に「オーガポン」とつく「ポケモンex」1匹と入れ替えるついているカード・ダメカン・特殊状態・効果などは、すべて引きつぐ。入れ替えたポケモンはトラッシュする。",
'zh-tw': "從自己的棄牌區選擇1張名稱中有「厄鬼椪」的「寶可夢【ex】」卡與自己的場上的1隻名稱中有「厄鬼椪」的「寶可夢【ex】」互換所附加的卡・傷害指示物・特殊狀態・效果等全部保留。將換下的寶可夢丟棄。"
},
trainerType: "Item",
regulationMark: "H"
}
export default card