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

feat: Add chinese SV08 (#572)

This commit is contained in:
2024-11-06 02:10:26 +01:00
committed by GitHub
parent 8231f45f81
commit bf8f610c04
107 changed files with 1658 additions and 608 deletions

View File

@ -5,7 +5,9 @@ const card: Card = {
set: Set,
name: {
ja: "トリトドン"
ja: "トリトドン",
'zh-tw': "海兔獸",
'zh-cn': "海兔獸"
},
illustrator: "Scav",
@ -16,7 +18,9 @@ const card: Card = {
types: ["Fighting"],
description: {
ja: "浅い 磯辺に 現れる。 獲物を 捕らえると 粘液で ゆっくりと 溶かし すするのだ。"
ja: "浅い 磯辺に 現れる。 獲物を 捕らえると 粘液で ゆっくりと 溶かし すするのだ。",
'zh-tw': "能在水淺的岩岸發現牠。 會用黏液慢慢溶解 並吸食捕捉到的獵物。",
'zh-cn': "能在水淺的岩岸發現牠。 會用黏液慢慢溶解 並吸食捕捉到的獵物。"
},
stage: "Stage1",
@ -25,11 +29,15 @@ const card: Card = {
type: "Ability",
name: {
ja: "ねんちゃくしばり"
ja: "ねんちゃくしばり",
'zh-tw': "黏著束縛",
'zh-cn': "黏著束縛"
},
effect: {
ja: "このポケモンがベンチにいるかぎり、おたがいのベンチの2進化ポケモンの特性は、すべてなくなる。"
ja: "このポケモンがベンチにいるかぎり、おたがいのベンチの2進化ポケモンの特性は、すべてなくなる。",
'zh-tw': "只要這隻寶可夢在備戰區雙方的備戰區的【2階進化】寶可夢的特性全部消除。",
'zh-cn': "只要這隻寶可夢在備戰區雙方的備戰區的【2階進化】寶可夢的特性全部消除。"
}
}],
@ -37,7 +45,9 @@ const card: Card = {
cost: ["Fighting", "Colorless", "Colorless"],
name: {
ja: "マッドショット"
ja: "マッドショット",
'zh-tw': "泥巴射擊",
'zh-cn': "泥巴射擊"
},
damage: 80
@ -48,7 +58,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "H"
}
export default card