1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09:19 +00:00
Files
cards-database/data/Pokémon TCG Pocket/Genetic Apex/271.ts

35 lines
1.5 KiB
TypeScript

import { Card } from "../../../interfaces"
import Set from "../Genetic Apex"
const card: Card = {
set: Set,
name: {
en: "Brock",
fr: "Pierre",
es: "Brock",
it: "Brock",
de: "Rocko",
'pt-br': "Brock",
ko: "웅"
},
illustrator: "Ryuta Fuse",
category: "Trainer",
effect: {
en: "Take 1 {F} Energy from your Energy Zone and attach it to your Golem or Onix.",
fr: "Prenez une Énergie {F} de votre zone Énergie et attachez-la à Grolem[Text:Char v=\"FOUR-PER-EM-SPACE\" ][Text:AdditionalName v=\"ADDITIONAL_NAME_Alora\" type=\"region\" ] ou Onix.",
es: "Une 1 Energía {F} de tu área de Energía a tu Golem[Text:Char v=\"FOUR-PER-EM-SPACE\" ][Text:AdditionalName v=\"ADDITIONAL_NAME_Alora\" type=\"region\" ] o a tu Onix.",
it: "Prendi un'Energia {F} dalla tua Zona Energia e assegnala a Golem[Text:Char v=\"FOUR-PER-EM-SPACE\" ][Text:AdditionalName v=\"ADDITIONAL_NAME_Alora\" type=\"region\" ] oppure a Onix.",
de: "Lege 1 {F}-Energie aus deinem Energiebereich an [Text:AdditionalName v=\"ADDITIONAL_NAME_Alora\" type=\"region\" ]Geowaz oder Onix an.",
'pt-br': "Pegue 1 Energia {F} da sua Zona de Energia e ligue-a a Golem[Text:Char v=\"FOUR-PER-EM-SPACE\" ][Text:AdditionalName v=\"ADDITIONAL_NAME_Alora\" type=\"region\" ] ou Onix.",
ko: "자신의 에너지존에서 {F}에너지를 1개 내보내 「[Text:AdditionalName v=\"ADDITIONAL_NAME_Alora\" type=\"region\" ][Text:Char v=\"FOUR-PER-EM-SPACE\" ]딱구리」 또는 「롱스톤」에게 붙인다."
},
trainerType: "Supporter",
rarity: "Two Star"
}
export default card