mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add SV8s (#675)
This commit is contained in:
56
data-asia/SV/SV8s/113.ts
Normal file
56
data-asia/SV/SV8s/113.ts
Normal file
@ -0,0 +1,56 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV8s"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
id: "Koraidon",
|
||||
th: "โคไรดอน"
|
||||
},
|
||||
|
||||
illustrator: "Ryuta Fuse",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Fighting"],
|
||||
|
||||
description: {
|
||||
id: "Kabarnya, identitas asli Winged King yang membelah tanah dengan tinjunya seperti yang tertulis dalam jurnal ekspedisi kuno adalah Koraidon.",
|
||||
th: "ดูเหมือนว่าจะเป็นร่างที่แท้จริงของราชาแห่งปีกที่ในบันทึกการสำรวจ เก่ากล่าวว่ามันเคยแยกแผ่นดินด้วยกำปั้น"
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
id: "Serangan Menggebu Bergelombang",
|
||||
th: "บุกกระหน่ำเป็นระลอก"
|
||||
},
|
||||
|
||||
effect: {
|
||||
id: "Jika pada giliran sendiri sebelumnya, Pokémon Purba selain Pokémon ini telah menggunakan serangan, kerusakan yang diberikan bertambah sejumlah 150.",
|
||||
th: "เทิร์นก่อนของฝ่ายเรา ถ้าโปเกมอน [โบราณ] ที่นอกเหนือจากโปเกมอนนี้ใช้ ท่าต่อสู้ไปแล้ว การโจมตีนี้จะเพิ่มแดเมจอีก 150"
|
||||
},
|
||||
|
||||
damage: "30+",
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
id: "Hantaman Penuh Tenaga",
|
||||
th: "ตบหนัก"
|
||||
},
|
||||
|
||||
damage: 110,
|
||||
cost: ["Fighting", "Fighting", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Psychic",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user