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,31 +4,33 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Grimmsnarl",
fr: "Angoliath"
},
illustrator: "nagimiso",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Morgrem",
fr: "Fourbelin"
},
abilities: [
{
type: "Ability",
name: {
en: "Dark Oath",
fr: "Serment Obscur"
},
effect: {
en: "As long as this Pokémon is in the Active Spot, your opponents Active Pokémons attacks cost Colorless more.",
fr: "Tant que ce Pokémon est sur le Poste Actif, les attaques du Pokémon Actif de votre adversaire coûtent Colorless de plus."
},
},
],
attacks: [
{
cost: [
@ -38,14 +40,17 @@ const card: Card = {
],
name: {
en: "Energy Press",
fr: "Pression Énergétique"
},
effect: {
en: "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire."
},
damage: "100+",
},
],
weaknesses: [
{
type: "Grass",
@ -54,9 +59,8 @@ const card: Card = {
],
retreat: 3,
hp: 170,
types: ["Darkness"]
}
export default card