1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00

27 lines
1.6 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from "../../../interfaces"
import Set from "../S12"
const card: Card = {
set: Set,
name: {
'zh-tw': "四尖石",
th: "หินสี่แฉก",
ja: "クワッドストーン"
},
illustrator: "sadaji",
category: "Trainer",
effect: {
'zh-tw': "「四尖石」卡可使用1張或者4張同時使用依據使用張數效果有所不同。◆若使用1張則將自己的戰鬥寶可夢恢復「10」HP。 ◆若同時使用4張則將自己的所有寶可夢的HP全部恢復。這個效果4張生效1次。",
th: "การ์ด [หินสี่แฉก] สามารถใช้ 1 ใบหรือ 4 ใบพร้อมกัน เอฟเฟกต์จะต่างกันตามจำนวนใบที่ใช้ ◆ถ้าใช้ 1 ใบ ฟื้นฟู HP ของโปเกมอนบนตำแหน่งต่อสู้ฝ่ายเรา [10] ◆ถ้าใช้ 4 ใบพร้อมกัน ฟื้นฟู HP ทั้งหมดของโปเกมอนฝ่ายเราทุกตัว (เอฟเฟกต์นี้ การ์ด 4 ใบจะทำงาน 1 ครั้ง)",
ja: "「クワッドストーン」は、1枚または4枚同時に使え、使った枚数によって効果が変わる。\n\n◆1枚使ったなら、自分のバトルポケモンのHPを「10」回復する。\n\n◆4枚同時に使ったなら、自分のポケモン全員のHPを、すべて回復する。この効果は、4枚で1回はたらく。"
},
trainerType: "Item",
regulationMark: "F",
rarity: "Uncommon"
}
export default card