mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
20
data-asia/SV/SV3a/092.ts
Normal file
20
data-asia/SV/SV3a/092.ts
Normal file
@ -0,0 +1,20 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV3a"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "リバーサルエネルギー"
|
||||
},
|
||||
|
||||
category: "Energy",
|
||||
|
||||
effect: {
|
||||
ja: "このカードは、ポケモンについているかぎり、エネルギー1個ぶんとしてはたらく。\n\n自分のサイドの残り枚数が、相手のサイドの残り枚数より多いなら、このカードは、進化ポケモン(「ルールを持つポケモン」をのぞく)についているかぎり、すべてのタイプのエネルギー3個ぶんとしてはたらく。"
|
||||
},
|
||||
|
||||
energyType: "Special"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user