1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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

24
data-asia/SV/SVDs/151.ts Normal file
View File

@ -0,0 +1,24 @@
import { Card } from "../../../interfaces"
import Set from "../SVDs"
const card: Card = {
set: Set,
name: {
th: "อุปกรณ์ช่วยเรียนรู้ [ไอเท็มติดโปเกมอน]",
id: "Pembagi Pengalaman"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
th: "ทุกครั้งที่โปเกมอนบนตำแหน่งต่อสู้ฝ่ายเรา ได้รับแดเมจของท่าต่อสู้จากโปเกมอนฝ่ายตรงข้ามและ[หมดสภาพ] จะเลือกการ์ดพลังงานพื้นฐานที่ติดอยู่กับโปเกมอนนั้น 1 ใบ ย้ายไปติดกับโปเกมอนที่ติดการ์ดนี้อยู่ก็ได้",
id: "Tiap kali Pokémon Bertarung sendiri KO karena menerima kerusakan akibat serangan dari Pokémon lawan, pemain dapat memilih 1 lembar Energi Dasar yang dikenakan pada Pokémon tersebut, lalu memindahkannya ke Pokémon yang mengenakan kartu ini."
},
trainerType: "Tool",
regulationMark: "G"
}
export default card