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

feat: Add SV8s (#675)

This commit is contained in:
2025-02-28 08:44:50 +01:00
committed by GitHub
parent e4099defdb
commit e8e9c23e14
245 changed files with 11903 additions and 0 deletions

51
data-asia/SV/SV8s/137.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../SV8s"
const card: Card = {
set: Set,
name: {
id: "Flapple",
th: "แอปปริว"
},
illustrator: "GOTO minori",
category: "Pokemon",
hp: 80,
types: ["Dragon"],
description: {
id: "Pokémon ini memperbaiki apel dengan cairan tubuhnya. Apel milik Flapple yang kuat dan berpengalaman dalam pertarungan berwarna coklat tanah liat secara menyeluruh.",
th: "ใช้ของเหลวจากร่างกายซ่อมแซมแอปเปิล แอปเปิลของผู้แข็งแกร่งที่ ผ่านศึกมานักต่อนักจะเป็นสีดินเหนียวทั้งลูก"
},
stage: "Stage1",
attacks: [{
name: {
id: "Sour Spit",
th: "ซาวร์สปิต"
},
effect: {
id: "Serangan ini memberikan kerusakan sejumlah 20 untuk tiap Token Kerusakan yang dimiliki Pokémon Bertarung lawan.",
th: "แดเมจจะเท่ากับจำนวนตัวนับแดเมจที่วางอยู่บนโปเกมอนบนตำแหน่งต่อสู้ฝ่าย ตรงข้าม x20"
},
damage: "20×",
cost: ["Colorless"]
}, {
name: {
id: "Terbang Cepat",
th: "บินเร็วจี๋"
},
damage: 70,
cost: ["Grass", "Fire"]
}],
retreat: 1,
regulationMark: "H"
}
export default card