mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 03:50:46 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -10,22 +10,24 @@ const card: Card = {
|
||||
pt: "Shieldon",
|
||||
de: "Schilterus"
|
||||
},
|
||||
|
||||
illustrator: "Mizue",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
410,
|
||||
],
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Metal",
|
||||
],
|
||||
|
||||
stage: "RESTORED",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -41,7 +43,7 @@ const card: Card = {
|
||||
de: "Steinhaupt"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
|
||||
en: "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, tous les dégâts infligés à ce Pokémon par des attaques sont réduits de 20 (après application de la Faiblesse et de la Résistance).",
|
||||
es: "Durante el próximo turno de tu rival, cualquier daño infligido a este Pokémon por ataques se reduce en 20 (después de aplicar Debilidad y Resistencia).",
|
||||
it: "Durante il prossimo turno del tuo avversario, i danni inflitti a questo Pokémon dagli attacchi sono ridotti di 20, dopo aver applicato debolezza e resistenza.",
|
||||
@ -70,22 +72,31 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
value: "-20"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Armor Fossil Shieldon",
|
||||
fr: "Fossile Armure Dinoclier",
|
||||
es: "Fósil Coraza Shieldon",
|
||||
it: "Fossilscudo di Shieldon",
|
||||
pt: "Fóssil Armadura de Shieldon",
|
||||
de: "Schilterus' Panzerfossil"
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user