mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Zamazenta",
|
||||
fr: "Zamazenta"
|
||||
},
|
||||
|
||||
illustrator: "Hideki Ishikawa",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -25,9 +20,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Guard Press",
|
||||
fr: "Pression de Garde"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 20 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -40,30 +37,34 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Power Rush",
|
||||
fr: "Ruée Puissante"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, during your next turn, this Pokémon can’t attack.",
|
||||
fr: "Lancez une pièce. Si c’est pile, ce Pokémon ne peut pas attaquer pendant votre prochain tour."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "-30"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
hp: 120,
|
||||
types: ["Metal"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user