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

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

This commit is contained in:
2024-10-10 00:44:36 +02:00
committed by GitHub
parent 4f2c27937a
commit 1d14078dd8
365 changed files with 13098 additions and 481 deletions

51
data-asia/SV/SV6a/034.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../SV6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "烏賊王"
},
illustrator: "akagi",
category: "Pokemon",
hp: 120,
types: ["Darkness"],
description: {
'zh-tw': "要是盯著牠的發光體看, 就會馬上陷入催眠狀態, 並且受到牠的控制。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "勾結觸手"
},
effect: {
'zh-tw': "選擇1隻對手的備戰寶可夢與戰鬥寶可夢互換。然後新上場的寶可夢受到120點傷害。在這個回合若沒有從手牌使出「庫瑟洛斯奇的企圖」則這個招式失敗。"
},
cost: ["Darkness"]
}, {
name: {
'zh-tw': "迴轉攻擊"
},
damage: 90,
cost: ["Darkness", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 3,
regulationMark: "H",
rarity: "Uncommon"
}
export default card