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

feat(asian): Updated SV6 and added SV6a & SV6s (#502)

This commit is contained in:
2024-10-10 00:44:36 +02:00
parent bfe885b508
commit 5e4ba51064
365 changed files with 13098 additions and 481 deletions

47
data-asia/SV/SV6a/047.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../SV6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "酋雷姆"
},
illustrator: "Shiburingaru",
category: "Pokemon",
hp: 130,
types: ["Dragon"],
description: {
'zh-tw': "雖然擁有凌駕於萊希拉姆和 捷克羅姆之上的力量,但是那 力量已被極低溫冷氣封住了。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "[特性]反等離子"
},
effect: {
'zh-tw': "若對手的棄牌區有名稱中有「阿克羅瑪」的卡則這隻寶可夢使用「三重冰霜」所需的能量改為1個【無】能量。"
}
}, {
name: {
'zh-tw': "三重冰霜"
},
effect: {
'zh-tw': "將這隻寶可夢身上附加的能量卡全部丟棄對手的3隻寶可夢各受到110點傷害。[在備戰區不計算弱點・抵抗力。]"
},
cost: ["Water", "Water", "Metal", "Metal", "Colorless"]
}],
retreat: 2,
regulationMark: "H",
rarity: "Uncommon"
}
export default card