mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add SV8s (#675)
This commit is contained in:
52
data-asia/SV/SV8s/121.ts
Normal file
52
data-asia/SV/SV8s/121.ts
Normal file
@ -0,0 +1,52 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV8s"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
id: "Alolan Dugtrio",
|
||||
th: "อโลลา ดักทริโอ"
|
||||
},
|
||||
|
||||
illustrator: "Dsuke",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Metal"],
|
||||
|
||||
description: {
|
||||
id: "Kecepatannya tidak begitu bagus karena kumis metaliknya berat, tetapi ia memiliki kekuatan untuk menggali tembus bebatuan dasar yang keras.",
|
||||
th: "เนื่องจากหนวดที่มีคุณสมบัติเป็นโลหะนั้นมีน้ำหนักมาก จึงไม่ค่อยว่องไว นัก แต่มีพลังที่เจาะทะลวงได้แม้แต่หินผาแข็ง ๆ"
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
id: "Three Bingo",
|
||||
th: "ทรีบิงโก"
|
||||
},
|
||||
|
||||
effect: {
|
||||
id: "Jika jumlah Kartu Pegangan sendiri bukan 3 lembar, serangan ini gagal.",
|
||||
th: "ถ้าการ์ดบนมือฝ่ายเราไม่ใช่ 3 ใบ ท่าต่อสู้นี้จะล้มเหลว"
|
||||
},
|
||||
|
||||
damage: 120
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Grass",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user