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

feat: Update asian sets (#554)

This commit is contained in:
2024-11-05 23:46:04 +01:00
committed by GitHub
parent 64bcd0524d
commit c1d83caca0
546 changed files with 26414 additions and 0 deletions

49
data-asia/SV/SV7a/074.ts Normal file
View File

@ -0,0 +1,49 @@
import { Card } from "../../../interfaces"
import Set from "../SV7a"
const card: Card = {
set: Set,
name: {
ja: "アップリュー"
},
illustrator: "Uninori",
category: "Pokemon",
dexId: [841],
hp: 80,
types: ["Dragon"],
description: {
ja: "体液で りんごを 補修する。 歴戦の 強者の りんごは 全体的に 粘土色。"
},
stage: "Stage1",
attacks: [{
cost: ["Colorless"],
name: {
ja: "サワースピット"
},
damage: "20×",
effect: {
ja: "相手のバトルポケモンにのっているダメカンの数×20ダメージ。"
}
}, {
cost: ["Grass", "Fire"],
name: {
ja: "スピードひこう"
},
damage: 70
}],
retreat: 1,
rarity: "None"
}
export default card