123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482 |
- {
- "version": "2.0.0",
- "heroes": [
- {
- "name" : "Paysan",
- "cost" : 0,
- "power" : 1,
- "faction": "humans",
- "draftMode" : true,
- "popularity": "any",
- "ability": "PaysanAbility",
- "nbInDeck": 2
- },
- {
- "name" : "Dragon",
- "cost" : 7,
- "power" : 6,
- "faction": "humans",
- "draftMode" : true,
- "popularity": "any",
- "ability": "DragonAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Archange",
- "cost" : 4,
- "power" : 3,
- "faction": "humans",
- "draftMode" : true,
- "popularity": "any",
- "ability": "ArchangeAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Chevalier",
- "cost" : 3,
- "power" : 4,
- "faction": "humans",
- "draftMode" : true,
- "popularity": "any",
- "ability": "ChevalierAbility",
- "nbInDeck": 2
- },
- {
- "name" : "Faucon Geant",
- "cost" : 1,
- "power" : 2,
- "faction": "humans",
- "draftMode" : false,
- "popularity": "any",
- "ability": "FauconAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Intendant",
- "cost" : 2,
- "power" : 2,
- "faction": "humans",
- "draftMode" : false,
- "popularity": "any",
- "ability": "IntendantAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Canon",
- "cost" : 1,
- "power" : 4,
- "faction": "humans",
- "draftMode" : false,
- "popularity": "any",
- "ability": "CanonAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Char",
- "cost" : 3,
- "power" : 3,
- "faction": "humans",
- "draftMode" : false,
- "popularity": "any",
- "ability": "CharAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Chevre",
- "cost" : 1,
- "power" : 2,
- "faction": "humans",
- "draftMode" : false,
- "popularity": "any",
- "ability": "ChevreAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Stratege",
- "cost" : 1,
- "power" : 2,
- "faction": "humans",
- "draftMode" : false,
- "popularity": "any",
- "ability": "StrategeAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Homme-Arbre",
- "cost" : 4,
- "power" : 4,
- "faction": "elves",
- "draftMode" : true,
- "popularity": "any",
- "ability": "HommeArbreAbility",
- "nbInDeck": 2
- },
- {
- "name" : "Elf",
- "cost" : 2,
- "power" : 2,
- "faction": "elves",
- "draftMode" : true,
- "popularity": "any",
- "ability": "ElfAbility",
- "nbInDeck": 2
- },
- {
- "name" : "Stratege",
- "cost" : 1,
- "power" : 2,
- "faction": "elves",
- "draftMode" : true,
- "popularity": "any",
- "ability": "StrategeAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Intendant",
- "cost" : 2,
- "power" : 2,
- "faction": "elves",
- "draftMode" : true,
- "popularity": "any",
- "ability": "IntendantAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Faucon Geant",
- "cost" : 1,
- "power" : 2,
- "faction": "elves",
- "draftMode" : true,
- "popularity": "any",
- "ability": "FauconAbility",
- "nbInDeck": 2
- },
- {
- "name" : "Paysan",
- "cost" : 0,
- "power" : 1,
- "faction": "elves",
- "draftMode" : false,
- "popularity": "any",
- "ability": "PaysanAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Archange",
- "cost" : 4,
- "power" : 3,
- "faction": "elves",
- "draftMode" : true,
- "popularity": "any",
- "ability": "ArchangeAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Chevre",
- "cost" : 1,
- "power" : 2,
- "faction": "elves",
- "draftMode" : false,
- "popularity": "any",
- "ability": "ChevreAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Voilier Celeste",
- "cost" : 1,
- "power" : 2,
- "faction": "elves",
- "draftMode" : false,
- "popularity": "any",
- "ability": "VoilierAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Orc",
- "cost" : 3,
- "power" : 3,
- "faction": "orcs",
- "draftMode" : true,
- "popularity": "any",
- "ability": "orcsAbility",
- "nbInDeck": 2
- },
- {
- "name" : "Behemoth",
- "cost" : 5,
- "power" : 5,
- "faction": "orcs",
- "draftMode" : true,
- "popularity": "any",
- "ability": "BehemothAbility",
- "nbInDeck": 2
- },
- {
- "name" : "Gobelin",
- "cost" : 0,
- "power" : 2,
- "faction": "orcs",
- "draftMode" : true,
- "popularity": "any",
- "ability": "GobelinAbility",
- "nbInDeck": 2
- },
- {
- "name" : "Char",
- "cost" : 3,
- "power" : 3,
- "faction": "orcs",
- "draftMode" : true,
- "popularity": "any",
- "ability": "CharAbility",
- "nbInDeck": 2
- },
- {
- "name" : "Chevre",
- "cost" : 1,
- "power" : 2,
- "faction": "orcs",
- "draftMode" : true,
- "popularity": "any",
- "ability": "ChevreAbility",
- "nbInDeck": 2
- },
- {
- "name" : "Paysan",
- "cost" : 0,
- "power" : 1,
- "faction": "orcs",
- "draftMode" : false,
- "popularity": "any",
- "ability": "PaysanAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Intendant",
- "cost" : 2,
- "power" : 2,
- "faction": "orcs",
- "draftMode" : true,
- "popularity": "any",
- "ability": "IntendantAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Geant de Fer",
- "cost" : 2,
- "power" : 3,
- "faction": "meca",
- "draftMode" : true,
- "popularity": "any",
- "ability": "GeantAbility",
- "nbInDeck": 2
- },
- {
- "name" : "Golem",
- "cost" : 4,
- "power" : 4,
- "faction": "meca",
- "draftMode" : true,
- "popularity": "with",
- "ability": "GolemAbilityWithPop",
- "nbInDeck": 2
- },
- {
- "name" : "Golem",
- "cost" : 4,
- "power" : 4,
- "faction": "meca",
- "draftMode" : true,
- "popularity": "without",
- "ability": "GolemAbilityWithoutPop",
- "nbInDeck": 2
- },
- {
- "name" : "Canon",
- "cost" : 1,
- "power" : 4,
- "faction": "meca",
- "draftMode" : true,
- "popularity": "any",
- "ability": "CanonAbility",
- "nbInDeck": 2
- },
- {
- "name" : "Char",
- "cost" : 3,
- "power" : 3,
- "faction": "meca",
- "draftMode" : false,
- "popularity": "any",
- "ability": "CharAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Voilier Celeste",
- "cost" : 1,
- "power" : 2,
- "faction": "meca",
- "draftMode" : true,
- "popularity": "any",
- "ability": "VoilierAbility",
- "nbInDeck": 2
- },
- {
- "name" : "Intendant",
- "cost" : 2,
- "power" : 2,
- "faction": "meca",
- "draftMode" : false,
- "popularity": "any",
- "ability": "IntendantAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Gobelin",
- "cost" : 0,
- "power" : 2,
- "faction": "meca",
- "draftMode" : false,
- "popularity": "any",
- "ability": "GobelinAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Stratege",
- "cost" : 1,
- "power" : 2,
- "faction": "meca",
- "draftMode" : true,
- "popularity": "any",
- "ability": "StrategeAbility",
- "nbInDeck": 1
- },
- {
- "name" : "Dragon",
- "cost" : 7,
- "power" : 6,
- "faction": "none",
- "draftMode" : true,
- "popularity": "any",
- "ability": "DragonAbility",
- "nbInDeck": 1
- }
- ],
- "abilities": [
- {
- "abilityName" : "PaysanAbility",
- "abilityHook": "AfterRecruit",
- "optionnal": "false",
- "abilityDesc-FR" : "Quand le Paysan est recrute, prenez 2 Nourritures."
- },
- {
- "abilityName" : "DragonAbility",
- "abilityHook": "AfterRecruit",
- "optionnal": "false",
- "abilityDesc-FR" : "Quand le Dragon est recrute, chaque joueur doit defausser 1 Nourriture dans chaque region ou il le peut."
- },
- {
- "abilityName" : "ArchangeAbility",
- "abilityHook": "AfterRecruit",
- "optionnal": "false",
- "abilityDesc-FR" : "Quand l'Archange est recrute, gagnez 4 Nourritures dans une region ou vous avez au moins un heros."
- },
- {
- "abilityName" : "ChevalierAbility",
- "abilityHook": "AfterRecruit",
- "optionnal": "false",
- "abilityDesc-FR" : "Quand le Chevalier est recrute, vous devez reprendre dans votre main un de vos Heros en jeu (le Chevalier si besoin)."
- },
- {
- "abilityName" : "FauconAbility",
- "abilityHook": "BeforeMilitary",
- "optionnal": "true",
- "abilityDesc-FR" : "Le Faucon Geant peut profiter gratuitement d'une action Deplacer au debut de votre phase Militaire."
- },
- {
- "abilityName" : "IntendantAbility",
- "abilityHook": "AfterRecruit",
- "optionnal": "false",
- "abilityDesc-FR" : "Quand l'Intendant est recrute, gagnez 1 Nourriture dans chaque region ou vous avez au moins un heros."
- },
- {
- "abilityName" : "CanonAbility",
- "abilityHook": "BeforeMaintenance",
- "optionnal": "false",
- "abilityDesc-FR" : "Au debut de votre Maintenance, vous devez defausser le canon."
- },
- {
- "abilityName" : "CharAbility",
- "abilityHook": "AfterDeploy",
- "optionnal": "true",
- "abilityDesc-FR" : "Quand le Char est deploye, vous pouvez renvoyer (sans Nourriture) un heros adverse de cout 3 ou moins de cette region vers son Campement."
- },
- {
- "abilityName" : "ChevreAbility",
- "abilityHook": "BeforeMaintenance",
- "optionnal": "true",
- "abilityDesc-FR" : "Au debut de votre Maintenance, si la chevre est dans une region, vous pouvez la defausser pour gagner une nourriture dans cette region."
- },
- {
- "abilityName" : "StrategeAbility",
- "abilityHook": "AfterRecruit",
- "optionnal": "true",
- "abilityDesc-FR" : "Quand le Stratege est recrute, vous pouvez renvoyer (sans Nourriture) n'importe quel nombre de vos Heros des regions vers votre Campement."
- },
- {
- "abilityName" : "HommeArbreAbility",
- "abilityHook": ["AfterDeploy","AfterMove"],
- "optionnal": "false",
- "abilityDesc-FR" : "Quand l'Homme-Arbre est deploye ou deplace, gagnez 1 Nourriture dans cette region."
- },
- {
- "abilityName" : "ElfAbility",
- "abilityHook": "AfterDeploy",
- "optionnal": "false",
- "abilityDesc-FR" : "Quand l'Elfe est deploye ou deplace, gagnez 2 Nourritures dans cette region."
- },
- {
- "abilityName" : "VoilierAbility",
- "abilityHook": "AfterDeploy",
- "optionnal": "true",
- "abilityDesc-FR" : "Quand le Voilier Celeste est deploye, vous pouvez ajouter gratuitement avec lui un Heros de cout 0 ou 1 de votre main. Si ce Heros a un effet quand il est recrute, appliquez-le."
- },
- {
- "abilityName" : "orcsAbility",
- "abilityHook": "AfterDeploy",
- "optionnal": "false",
- "abilityDesc-FR" : "Quand l'orcs est deploye, chaque joueur doit defausser 1 Nourriture dans cette region, s'il le peut."
- },
- {
- "abilityName" : "BehemothAbility",
- "abilityHook": "AfterRecruit",
- "optionnal": "false",
- "abilityDesc-FR" : "Quand le Behemoth est recrute, l'adversaire doit defausser un Heros dans une region, s'il le peut."
- },
- {
- "abilityName" : "GobelinAbility",
- "abilityHook": "AfterRecruit",
- "optionnal": "false",
- "abilityDesc-FR" : "Quand le Gobelin est recrute, deployez-le gratuitement dans une region, sans pouvoir emmener de Nourriture."
- },
- {
- "abilityName" : "GeantAbility",
- "abilityHook": "AfterDiscard",
- "optionnal": "false",
- "abilityDesc-FR" : "Quand le Geant de Fer est defausse depuis une region ou votre campement, piochez une carte."
- },
- {
- "abilityName" : "GolemAbilityWithoutPop",
- "abilityHook": "BeforeControl",
- "optionnal": "false",
- "abilityDesc-FR" : "Vous controlez la region ou se trouve le Golem meme en cas d'egalite avec votre adversaire."
- },
- {
- "abilityName" : "GolemAbilityWithPop",
- "abilityHook": "AfterRecruit",
- "optionnal": "false",
- "abilityDesc-FR" : "Piochez 1 carte pour chaque jeton Popularité en votre possession."
- }
- ]
- }
-
|