1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00

Updated informations (#23)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@ -4,31 +4,33 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Whiscash",
fr: "Barbicha"
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Barboach",
fr: "Barloche"
},
abilities: [
{
type: "Ability",
name: {
en: "Submerge",
fr: "Submersion"
},
effect: {
en: "As long as this Pokémon is on your Bench, prevent all damage done to this Pokémon by attacks (both yours and your opponents).",
fr: "Tant que ce Pokémon est sur votre Banc, évitez tous les dégâts infligés à ce Pokémon par des attaques (les vôtres et celles de votre adversaire)."
},
},
],
attacks: [
{
cost: [
@ -37,14 +39,17 @@ const card: Card = {
],
name: {
en: "Earthquake",
fr: "Séisme"
},
effect: {
en: "This attack also does 20 damage to each of your Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige aussi 20 dégâts à chacun de vos Pokémon de Banc. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
},
damage: 140,
},
],
weaknesses: [
{
type: "Grass",
@ -53,9 +58,8 @@ const card: Card = {
],
retreat: 3,
hp: 140,
types: ["Fighting"]
}
export default card