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

48
data-asia/SV/SV7s/006.ts Normal file
View File

@ -0,0 +1,48 @@
import { Card } from "../../../interfaces"
import Set from "../SV7s"
const card: Card = {
set: Set,
name: {
th: "คัตโรตอม",
id: "Rotom Pemotong"
},
illustrator: "Amelicart",
category: "Pokemon",
hp: 90,
types: ["Grass"],
description: {
th: "ร่างของโรตอมที่เข้าไปในเครื่องตัดหญ้าจะเบ่งด้วยความภูมิอกภูมิใจหลังตัดดอกไม้และหญ้า",
id: "Wujud Rotom yang masuk ke dalam mesin pemotong rumput. Pokémon ini dengan bangga dan sombong memotong habis rumput serta bunga."
},
stage: "Basic",
attacks: [{
name: {
th: "พุ่งตัวถาง",
id: "Lari Kencang Menuai"
},
effect: {
th: "ก่อนจะทำแดเมจ ทิ้ง [ไอเท็มติดโปเกมอน] และ [พลังงานพิเศษ] ที่ติดอยู่กับโปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้าม ทั้งหมดที่ตำแหน่งทิ้งการ์ด",
id: "Sebelum memberikan kerusakan, buang semua Pokémon Tool dan Energi Spesial yang dikenakan pada Pokémon Bertarung lawan ke Trash."
},
damage: 30,
cost: ["Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "H"
}
export default card