mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-04 05:11:58 +00:00
feat: add database update (#825)
This commit is contained in:
34
data/Scarlet & Violet/Black Bolt/170.ts
Normal file
34
data/Scarlet & Violet/Black Bolt/170.ts
Normal file
@@ -0,0 +1,34 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Black Bolt"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "N's Plan",
|
||||
fr: "Plan de N",
|
||||
de: "Ns Plan",
|
||||
it: "Piano di N",
|
||||
pt: "Plano do N",
|
||||
es: "Plan de N",
|
||||
'es-mx': "Plan de N"
|
||||
},
|
||||
|
||||
rarity: "Special illustration rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Move up to 2 Energy from your Benched Pokémon to your Active Pokémon.",
|
||||
fr: "Déplacez jusqu'à 2 Énergies de vos Pokémon de Banc vers votre Pokémon Actif.",
|
||||
de: "Verschiebe bis zu 2 Energien von Pokémon auf deiner Bank auf dein Aktives Pokémon.",
|
||||
it: "Sposta fino a due Energie dai tuoi Pokémon in panchina al tuo Pokémon attivo.",
|
||||
pt: "Mova até 2 Energias dos seus Pokémon no Banco para o seu Pokémon Ativo.",
|
||||
es: "Mueve hasta 2 Energías de tus Pokémon en Banca a tu Pokémon Activo.",
|
||||
'es-mx': "Mueve hasta 2 Energías de tus Pokémon en Banca a tu Pokémon Activo."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user