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

60
data-asia/SV/SV7s/054.ts Normal file
View File

@ -0,0 +1,60 @@
import { Card } from "../../../interfaces"
import Set from "../SV7s"
const card: Card = {
set: Set,
name: {
th: "ยาโดคิง",
id: "Slowking"
},
illustrator: "Tetsu Kayama",
category: "Pokemon",
hp: 120,
types: ["Psychic"],
description: {
th: "มีสติปัญญาและความสามารถในการหยั่งรู้ที่ยอดเยี่ยม ไม่ว่าเมื่อไหร่ก็จะทำตัวสบาย ๆ ไม่รีบไม่แตกตื่น",
id: "Slowking memiliki kecerdasan dan intuisi yang luar biasa. Di saat apa pun, Pokémon ini tidak panik, tenang, dan santai."
},
stage: "Stage1",
attacks: [{
name: {
th: "ท้าประลองไหวพริบ",
id: "Tantangan Inspirasi"
},
effect: {
th: "ทิ้งการ์ด 1 ใบจากด้านบนของสำรับการ์ดฝ่ายเราที่ตำแหน่งทิ้งการ์ด ถ้าการ์ดนั้นเป็นการ์ดโปเกมอน (ยกเว้น [โปเกมอนที่มีกฎ]) เลือกท่าต่อสู้ที่โปเกมอนนั้นมี 1 ท่า ใช้เป็นท่าต่อสู้นี้ได้",
id: "Buang 1 kartu dari atas Deck sendiri ke Trash, jika kartu tersebut adalah Pokémon (selain Pokémon yang memiliki Peraturan), pilih 1 serangan yang dimiliki Pokémon tersebut, lalu gunakan sebagai serangan ini."
},
cost: ["Psychic", "Colorless"]
}, {
name: {
th: "ซูเปอร์โทรจิต",
id: "Psikokinesis Super"
},
damage: 120,
cost: ["Psychic", "Psychic", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 3,
regulationMark: "H"
}
export default card