1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 03:50:46 +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: "Unfezant",
fr: "Déflaisan"
},
illustrator: "Naoyo Kimura",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Tranquill",
fr: "Colombeau"
},
attacks: [
{
cost: [
@@ -27,9 +25,11 @@ const card: Card = {
],
name: {
en: "Daunt",
fr: "Découragement"
},
effect: {
en: "During your opponents next turn, the Defending Pokémons attacks do 50 less damage (before applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, les attaques du Pokémon Défenseur infligent 50 dégâts de moins (avant application de la Faiblesse et de la Résistance)."
},
damage: 50,
@@ -42,30 +42,34 @@ const card: Card = {
],
name: {
en: "Air Slash",
fr: "Lame dAir"
},
effect: {
en: "Discard an Energy from this Pokémon.",
fr: "Défaussez une Énergie de ce Pokémon."
},
damage: 150,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-30"
},
],
retreat: 1,
hp: 150,
types: ["Colorless"]
}
export default card