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

58 lines
2.0 KiB
TypeScript
Raw Permalink 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 "../S12a"
const card: Card = {
set: Set,
name: {
'zh-tw': "七夕青鳥",
th: "ทิลทาลิส",
ja: "チルタリス"
},
illustrator: "sui",
category: "Pokemon",
hp: 90,
types: ["Dragon"],
description: {
'zh-tw': "在晴朗的日子會混在雲朵中,自在地在空中來回飛行。 會用美妙的高音歌唱。",
th: "วันที่อากาศแจ่มใสจะแฝงตัวเข้าไปอยู่ในปุยเมฆพลางโผบินไปมาบนท้องฟ้าและร้องเพลงด้วยเสียงโซปราโนอันไพเราะ",
ja: "晴れた日 綿雲に まぎれながら 大空を 自由に 飛び回り 美しい ソプラノで 歌う。"
},
stage: "Stage1",
abilities: [{
type: "Ability",
name: {
'zh-tw': "勸誘曲調",
th: "บรรเลงเพลงชักชวน",
ja: "いざなうしらべ"
},
effect: {
'zh-tw': "在自己的回合時可使用1次。從自己的牌庫選擇1張支援者卡給對手看過。重洗剩餘牌庫將所選的卡放回牌庫上方。",
th: "ใช้ได้ 1 ครั้งในเทิร์นฝ่ายเรา เลือกการ์ดซัพพอร์ต 1 ใบจากสำรับการ์ดฝ่ายเรา ให้ฝ่ายตรงข้ามดู สับสำรับการ์ดที่เหลือ นำการ์ดที่เลือกใส่คืนกลับด้านบนของสำรับการ์ด",
ja: "自分の番に1回使える。自分の山札からサポートを1枚選び、相手に見せる。残りの山札を切り、選んだカードを山札の上にもどす。"
}
}],
attacks: [{
name: {
'zh-tw': "滑翔",
th: "ถลาลม",
ja: "かっくう"
},
damage: 60,
cost: ["Water", "Metal"]
}],
retreat: 0,
regulationMark: "E",
dexId: [334]
}
export default card