mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39:18 +00:00
add cards svp promos en & pt and add abbreviations official stellar crown (#662)
This commit is contained in:
39
data/Scarlet & Violet/SVP Black Star Promos/102.ts
Normal file
39
data/Scarlet & Violet/SVP Black Star Promos/102.ts
Normal file
@ -0,0 +1,39 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SVP Black Star Promos"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Oddish",
|
||||
pt: "Oddish"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Grass"],
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Razor Leaf",
|
||||
pt: "Folha Navalha"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 damage for each Colorless Energy in your opponent's Active Pokémon Retreat Cost.",
|
||||
pt: "Este ataque causará 20 pontos de dano para cada Energia Incolor no custo de Recuo do Pokémon Ativo do seu oponente."
|
||||
},
|
||||
|
||||
}
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user