1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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/089.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: "Toyste Beach",
category: "Trainer",
effect: {
'zh-tw': "擲1次硬幣若為正面則在對手的1隻寶可夢身上放置2個傷害指示物。若為反面則在自己的戰鬥寶可夢身上放置2個傷害指示物。",
'zh-cn': "擲1次硬幣若為正面則在對手的1隻寶可夢身上放置2個傷害指示物。若為反面則在自己的戰鬥寶可夢身上放置2個傷害指示物。",
ja: "コインを1回投げオモテなら、相手のポケモン1匹に、ダメカンを2個のせる。ウラなら、自分のバトルポケモンに、ダメカンを2個のせる。"
},
trainerType: "Item",
regulationMark: "I",
rarity: "Uncommon"
}
export default card