1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

feat: Add SV10 (#747)

This commit is contained in:
2025-05-24 20:58:26 +02:00
committed by GitHub
parent 651313ce70
commit 25df3092d2
99 changed files with 5615 additions and 0 deletions

27
data-asia/SV/SV10/093.ts Normal file
View File

@ -0,0 +1,27 @@
import { Card } from "../../../interfaces"
import Set from "../SV10"
const card: Card = {
set: Set,
name: {
'zh-tw': "火箭隊的坂木",
'zh-cn': "火箭隊的坂木",
ja: "ロケット団のサカキ"
},
illustrator: "akagi",
category: "Trainer",
effect: {
'zh-tw': "將自己的戰鬥場的「火箭隊的寶可夢」與備戰區的「火箭隊的寶可夢」互換。然後選擇1隻對手的備戰寶可夢與戰鬥寶可夢互換。",
'zh-cn': "將自己的戰鬥場的「火箭隊的寶可夢」與備戰區的「火箭隊的寶可夢」互換。然後選擇1隻對手的備戰寶可夢與戰鬥寶可夢互換。",
ja: "自分のバトル場の「ロケット団のポケモン」を、ベンチの「ロケット団のポケモン」と入れ替える。その後、相手のベンチポケモンを1匹選び、バトルポケモンと入れ替える。"
},
trainerType: "Supporter",
regulationMark: "I",
rarity: "Uncommon"
}
export default card