1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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/084.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: "Falinks"
},
illustrator: "Gapao",
category: "Pokemon",
hp: 110,
types: ["Fighting"],
description: {
th: "ตัวหัวหน้าที่เรียกว่าหัวหน้าทหารจะใช้เขาซึ่งสามารถยืดหดได้ในการออกคำสั่งเพื่อจัดกระบวนทัพ",
id: "Pemimpin Falinks yang disebut juga sebagai kapten memberikan instruksi untuk mengganti formasi dengan tanduknya yang memanjang dan memendek."
},
stage: "Basic",
attacks: [{
name: {
th: "จัดแถว",
id: "Menyusun Formasi"
},
effect: {
th: "เลือกการ์ดโปเกมอน[พื้นฐาน]ได้สูงสุด 2 ใบจากสำรับการ์ดฝ่ายเรา วางบนเบนช์ แล้วสับสำรับการ์ด",
id: "Pilih paling banyak 2 lembar Pokémon Basic dari Deck sendiri, lalu masukkan ke Cadangan. Kemudian, kocok Deck."
},
cost: ["Colorless"]
}, {
name: {
th: "โจมตีพร้อมกันหมด",
id: "Serbuan Serempak"
},
effect: {
th: "เทิร์นก่อนของฝ่ายเรา ถ้าโปเกมอนนี้ใช้ [จัดแถว] ไปแล้ว การโจมตีนี้จะเพิ่มแดเมจอีก 90",
id: "Jika pada giliran sendiri sebelumnya, Pokémon ini telah menggunakan Menyusun Formasi, kerusakan yang diberikan bertambah sejumlah 90."
},
damage: "30+",
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Psychic",
value: "×2"
}],
retreat: 2,
regulationMark: "H"
}
export default card