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:
@@ -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 opponent’s next turn, the Defending Pokémon’s 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 d’Air"
|
||||
},
|
||||
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
|
||||
|
Reference in New Issue
Block a user