1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +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

51
data-asia/SV/SV9s/108.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../SV9s"
const card: Card = {
set: Set,
name: {
th: "เรชิรัม <ของ N>",
id: "Reshiram <N>"
},
illustrator: "rika",
category: "Pokemon",
hp: 130,
types: ["Dragon"],
description: {
th: "ถูกเล่าขานในเทพนิยายว่า เมื่อมนุษย์เพิกเฉยต่อความเป็นจริงและจม อยู่ในความละโมบ มันจะใช้เปลวเพลิงแผดเผาดินแดนให้สิ้น",
id: "Terlukiskan pada kisah mitos dirinya yang membumihanguskan suatu negeri ketika orang-orangnya mengabaikan kebenaran dan dipenuhi oleh nafsu."
},
stage: "Basic",
attacks: [{
name: {
th: "พาวเวอร์เรจ",
id: "Power Rage"
},
effect: {
th: "แดเมจจะเท่ากับจำนวนตัวนับแดเมจที่วางอยู่บนโปเกมอนนี้ x20",
id: "Serangan ini memberikan kerusakan sejumlah 20 untuk tiap Token Kerusakan yang dimiliki Pokémon ini."
},
damage: "20×",
cost: ["Fire", "Lightning"]
}, {
name: {
th: "อินโนเซนต์เฟลม",
id: "Innocent Flame"
},
damage: 170,
cost: ["Fire", "Fire", "Lightning", "Colorless"]
}],
retreat: 2,
regulationMark: "I"
}
export default card