mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,23 +5,32 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Ribombee",
|
||||
fr: "Rubombelle",
|
||||
es: "Ribombee",
|
||||
it: "Ribombee",
|
||||
pt: "Ribombee",
|
||||
de: "Bandelby"
|
||||
},
|
||||
|
||||
illustrator: "Hasuno",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
743,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Fairy",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Cutiefly",
|
||||
fr: "Bombydou",
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
abilities: [
|
||||
@ -30,13 +39,22 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mysterious Buzz",
|
||||
fr: "Bourdonnement Mystérieux",
|
||||
es: "Zumbido Misterioso",
|
||||
it: "Ronzio Misterioso",
|
||||
pt: "Zumbido Misterioso",
|
||||
de: "Geheimnisvolles Summen"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as this Pokémon is on your Bench, whenever your opponent plays a Supporter card from their hand, prevent all effects of that card done to your Fairy Pokémon in play.",
|
||||
fr: "Tant que ce Pokémon est sur votre Banc, chaque fois que votre adversaire joue une carte Supporter de sa main, évitez tous les effets que cette carte peut infliger à vos Pokémon Fairy en jeu.",
|
||||
es: "Mientras este Pokémon esté en tu Banca, cada vez que tu rival juegue 1 carta de Partidario de su mano, evita todos los efectos de esa carta infligidos a tus Pokémon Fairy en juego.",
|
||||
it: "Fintanto che questo Pokémon è nella tua panchina, ogni volta che il tuo avversario gioca una carta Aiuto dalla sua mano, previeni tutti gli effetti di quella carta sui tuoi Pokémon Fairy in gioco.",
|
||||
pt: "Enquanto este Pokémon estiver no seu Banco, sempre que seu oponente jogar 1 carta de Apoiador da própria mão, prevenirá todos os efeitos daquela carta causados aos seus Pokémon Fairy em jogo.",
|
||||
de: "Solang sich dieses Pokémon auf deiner Bank befindet, verhindere jedes Mal, wenn dein Gegner eine Unterstützerkarte aus seiner Hand spielt, alle Effekte jener Karte, die deinen Fairy-Pokémon im Spiel zugefügt werden."
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -45,18 +63,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Stampede",
|
||||
fr: "Ruée",
|
||||
es: "Estampida",
|
||||
it: "Fuggi Fuggi",
|
||||
pt: "Estouro",
|
||||
de: "Zertrampeln"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Metal",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Darkness",
|
||||
@ -64,9 +88,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user