1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 10:52:10 +00:00

29 lines
1.3 KiB
TypeScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from "../../../interfaces"
import Set from "../SV8a"
const card: Card = {
set: Set,
name: {
ja: "アンズの秘技",
id: "Teknik Rahasia Janine",
'zh-tw': "阿杏的秘招",
'zh-cn': "阿杏的秘招"
},
illustrator: "Ligton",
rarity: "None",
category: "Trainer",
effect: {
ja: "自分のポケモンを2匹まで選び、自分の山札から「基本エネルギー」を1枚ずつつける。そして山札を切る。バトルポケモンにつけた場合、そのポケモンをどくにする。",
id: "Pilih paling banyak 2 Pokémon {Kegelapan} sendiri, lalu kenakan Energi Dasar {Kegelapan} masing-masing 1 lembar dari Deck sendiri. Kemudian, kocok Deck. Jika dikenakan pada Pokémon Bertarung, ubah kondisi Pokémon tersebut menjadi Racun.",
'zh-tw': "選擇最多2隻自己的【惡】寶可夢從自己的牌庫附給那些寶可夢各1張「基本【惡】能量」卡。並且重洗牌庫。附於戰鬥寶可夢身上的情況下將那隻寶可夢【中毒】。",
'zh-cn': "選擇最多2隻自己的【惡】寶可夢從自己的牌庫附給那些寶可夢各1張「基本【惡】能量」卡。並且重洗牌庫。附於戰鬥寶可夢身上的情況下將那隻寶可夢【中毒】。"
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card