1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +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,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Mandibuzz",
fr: "Vaututrice"
},
illustrator: "kodama",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Vullaby",
fr: "Vostourno"
},
attacks: [
{
cost: [
@ -26,9 +24,11 @@ const card: Card = {
],
name: {
en: "Bone Rush",
fr: "Charge Os"
},
effect: {
en: "Flip a coin until you get tails. This attack does 30 damage for each heads.",
fr: "Lancez une pièce jusquà obtenir un côté pile. Cette attaque inflige 30 dégâts pour chaque côté face."
},
damage: "30×",
@ -40,29 +40,33 @@ const card: Card = {
],
name: {
en: "Blindside",
fr: "Angle Mort"
},
effect: {
en: "This attack does 100 damage to 1 of your opponents Pokémon that has any damage counters on it. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 100 dégâts à lun des Pokémon de votre adversaire ayant au moins un marqueur de dégâts. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
},
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-30"
},
],
retreat: 2,
hp: 120,
types: ["Darkness"]
}
export default card