1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 20:01:58 +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

61
data-asia/SV/SV7s/114.ts Normal file
View File

@@ -0,0 +1,61 @@
import { Card } from "../../../interfaces"
import Set from "../SV7s"
const card: Card = {
set: Set,
name: {
th: "ดิวรัลดอน",
id: "Duraludon"
},
illustrator: "Takeshi Nakamura",
category: "Pokemon",
hp: 130,
types: ["Metal"],
description: {
th: "ร่างกายที่เป็นโลหะนั้นทนทานมาก แต่เก็บความร้อน มันจึงต้องระบายความร้อนออกมาทางร่องที่หาง",
id: "Tubuh logamnya kokoh, tetapi panas cenderung menumpuk sehingga ia selalu mengeluarkan panas dari celah ekornya."
},
stage: "Basic",
attacks: [{
name: {
th: "ตบหนัก",
id: "Hantaman Penuh Tenaga"
},
damage: 30,
cost: ["Metal"]
}, {
name: {
th: "เรจจิงแฮมเมอร์",
id: "Raging Hammer"
},
effect: {
th: "แดเมจจะเพิ่มตามจำนวนตัวนับแดเมจที่วางอยู่บนโปเกมอนนี้ x10",
id: "Kerusakan yang diberikan bertambah sejumlah 10 untuk tiap Token Kerusakan yang dimiliki Pokémon ini."
},
damage: "80+",
cost: ["Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2,
regulationMark: "H"
}
export default card