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

feat: Add support for Asians Pokémon Cards (#481)

This commit is contained in:
2024-06-07 12:53:08 +02:00
committed by GitHub
parent a35fadd50c
commit a26ef0e5eb
8069 changed files with 379200 additions and 423 deletions

27
data-asia/SV/SV5a/065.ts Normal file
View File

@ -0,0 +1,27 @@
import { Card } from "../../../interfaces"
import Set from "../SV5a"
const card: Card = {
set: Set,
name: {
ja: "公民館",
'zh-tw': "居民會館",
th: "ศาลาประชาคม"
},
illustrator: "MARINA Chikazawa",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "この番、手札からサポートを出して使っていたプレイヤーは、自分の番ごとに1回、自分のポケモン全員のHPを、それぞれ「10」回復してよい。",
'zh-tw': "在每個自己的回合時可使用1次。在這個回合從手牌使出了支援者卡的玩家可將自己的所有寶可夢各恢復「10」HP。",
th: "เทิร์นนี้ ผู้เล่นที่นำการ์ดซัพพอร์ตจากบนมือออกมาใช้แล้ว ในแต่ละเทิร์นของตัวเองทำได้ 1 ครั้ง จะฟื้นฟู HP ของโปเกมอนฝ่ายตัวเองทุกตัว ตัวละ [10] ก็ได้"
},
trainerType: "Stadium",
regulationMark: "H"
}
export default card