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

56
data-asia/SV/SV7s/032.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../SV7s"
const card: Card = {
set: Set,
name: {
th: "นิวลา",
id: "Sneasel"
},
illustrator: "Krgc",
category: "Pokemon",
hp: 70,
types: ["Water"],
description: {
th: "เจ้าเล่ห์มาก บางครั้งทำงานเป็นทีมโดยให้ตัวหนึ่งล่อพ่อแม่ออกไป ส่วนอีกตัวก็ไปเอาไข่ออกมา",
id: "Pokémon ini menunjukkan kerja tim seperti ketika satu Sneasel dengan cerdiknya memancing induk telur, satu Sneasel lainnya pergi mengambil telur tersebut."
},
stage: "Basic",
attacks: [{
name: {
th: "ตัด",
id: "Potongan Iai"
},
damage: 10,
cost: ["Water"]
}, {
name: {
th: "รุกประชิด",
id: "Mendesak"
},
effect: {
th: "เทิร์นถัดไปของฝ่ายตรงข้าม โปเกมอนที่ได้รับท่าต่อสู้นี้ จะหนีไม่ได้",
id: "Pada giliran lawan berikutnya, Pokémon yang menerima serangan ini tidak dapat Mundur."
},
damage: 30,
cost: ["Water", "Water"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 1,
regulationMark: "H"
}
export default card