1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-25 17:39:54 +00:00

26 lines
1.1 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 "../SV10"
const card: Card = {
set: Set,
name: {
'zh-tw': "火箭隊能量",
'zh-cn': "火箭隊能量",
ja: "ロケット団エネルギー"
},
category: "Energy",
effect: {
'zh-tw': "這張卡只可附於「火箭隊的寶可夢」身上,若附於「火箭隊的寶可夢」以外的寶可夢身上,則將其丟棄。 只要這張卡附於寶可夢身上視為提供2個【超】【惡】2種屬性的能量。",
'zh-cn': "這張卡只可附於「火箭隊的寶可夢」身上,若附於「火箭隊的寶可夢」以外的寶可夢身上,則將其丟棄。 只要這張卡附於寶可夢身上視為提供2個【超】【惡】2種屬性的能量。",
ja: "このカードは「ロケット団のポケモン」にしかつけられず、「ロケット団のポケモン」以外についているなら、トラッシュする。\n\nこのカードは、ポケモンについているかぎり、の2つのタイプのエネルギー2個ぶんとしてはたらく。"
},
energyType: "Special",
regulationMark: "I",
rarity: "Uncommon"
}
export default card