1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29:19 +00:00

feat: Add SV9s (#746)

This commit is contained in:
2025-05-24 20:57:29 +02:00
committed by GitHub
parent db5863caee
commit 651313ce70
186 changed files with 9356 additions and 0 deletions

48
data-asia/SV/SV9s/014.ts Normal file
View File

@ -0,0 +1,48 @@
import { Card } from "../../../interfaces"
import Set from "../SV9s"
const card: Card = {
set: Set,
name: {
th: "อกิลดา",
id: "Accelgor"
},
illustrator: "Kazumasa Yasukuni",
category: "Pokemon",
hp: 100,
types: ["Grass"],
description: {
th: "ถอดเปลือกทิ้งแล้วทำให้ตัวเบาลง เอาเยื่อเมือกที่เป็นแถบยาว ๆ พัน รอบกายป้องกันไม่ให้ตัวแห้ง",
id: "Melepas dan membuang cangkangnya membuat tubuh Accelgor menjadi ringan. Pokémon ini melapisi tubuhnya dengan membran berbentuk sabuk untuk melindungi dirinya dari dehidrasi."
},
stage: "Stage1",
attacks: [{
name: {
th: "ลอกคราบพิษ",
id: "Racun Bekas Cangkang"
},
effect: {
th: "ทำให้โปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้ามเป็นสภาวะ[พิษ]และ[สับสน] สลับ โปเกมอนนี้กับโปเกมอนบนเบนช์",
id: "Ubah kondisi Pokémon Bertarung lawan menjadi Racun dan Pusing. Tukar Pokémon ini dengan Pokémon Cadangan."
},
damage: 70,
cost: ["Grass", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "I"
}
export default card