all-heroes.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. {
  2. "version": "2.0.0",
  3. "heroes": [
  4. {
  5. "name" : "Paysan",
  6. "cost" : 0,
  7. "power" : 1,
  8. "faction": "humans",
  9. "draftMode" : true,
  10. "popularity": "any",
  11. "ability": "PaysanAbility",
  12. "nbInDeck": 2
  13. },
  14. {
  15. "name" : "Dragon",
  16. "cost" : 7,
  17. "power" : 6,
  18. "faction": "humans",
  19. "draftMode" : true,
  20. "popularity": "any",
  21. "ability": "DragonAbility",
  22. "nbInDeck": 1
  23. },
  24. {
  25. "name" : "Archange",
  26. "cost" : 4,
  27. "power" : 3,
  28. "faction": "humans",
  29. "draftMode" : true,
  30. "popularity": "any",
  31. "ability": "ArchangeAbility",
  32. "nbInDeck": 1
  33. },
  34. {
  35. "name" : "Chevalier",
  36. "cost" : 3,
  37. "power" : 4,
  38. "faction": "humans",
  39. "draftMode" : true,
  40. "popularity": "any",
  41. "ability": "ChevalierAbility",
  42. "nbInDeck": 2
  43. },
  44. {
  45. "name" : "Faucon Geant",
  46. "cost" : 1,
  47. "power" : 2,
  48. "faction": "humans",
  49. "draftMode" : false,
  50. "popularity": "any",
  51. "ability": "FauconAbility",
  52. "nbInDeck": 1
  53. },
  54. {
  55. "name" : "Intendant",
  56. "cost" : 2,
  57. "power" : 2,
  58. "faction": "humans",
  59. "draftMode" : false,
  60. "popularity": "any",
  61. "ability": "IntendantAbility",
  62. "nbInDeck": 1
  63. },
  64. {
  65. "name" : "Canon",
  66. "cost" : 1,
  67. "power" : 4,
  68. "faction": "humans",
  69. "draftMode" : false,
  70. "popularity": "any",
  71. "ability": "CanonAbility",
  72. "nbInDeck": 1
  73. },
  74. {
  75. "name" : "Char",
  76. "cost" : 3,
  77. "power" : 3,
  78. "faction": "humans",
  79. "draftMode" : false,
  80. "popularity": "any",
  81. "ability": "CharAbility",
  82. "nbInDeck": 1
  83. },
  84. {
  85. "name" : "Chevre",
  86. "cost" : 1,
  87. "power" : 2,
  88. "faction": "humans",
  89. "draftMode" : false,
  90. "popularity": "any",
  91. "ability": "ChevreAbility",
  92. "nbInDeck": 1
  93. },
  94. {
  95. "name" : "Stratege",
  96. "cost" : 1,
  97. "power" : 2,
  98. "faction": "humans",
  99. "draftMode" : false,
  100. "popularity": "any",
  101. "ability": "StrategeAbility",
  102. "nbInDeck": 1
  103. },
  104. {
  105. "name" : "Homme-Arbre",
  106. "cost" : 4,
  107. "power" : 4,
  108. "faction": "elves",
  109. "draftMode" : true,
  110. "popularity": "any",
  111. "ability": "HommeArbreAbility",
  112. "nbInDeck": 2
  113. },
  114. {
  115. "name" : "Elf",
  116. "cost" : 2,
  117. "power" : 2,
  118. "faction": "elves",
  119. "draftMode" : true,
  120. "popularity": "any",
  121. "ability": "ElfAbility",
  122. "nbInDeck": 2
  123. },
  124. {
  125. "name" : "Stratege",
  126. "cost" : 1,
  127. "power" : 2,
  128. "faction": "elves",
  129. "draftMode" : true,
  130. "popularity": "any",
  131. "ability": "StrategeAbility",
  132. "nbInDeck": 1
  133. },
  134. {
  135. "name" : "Intendant",
  136. "cost" : 2,
  137. "power" : 2,
  138. "faction": "elves",
  139. "draftMode" : true,
  140. "popularity": "any",
  141. "ability": "IntendantAbility",
  142. "nbInDeck": 1
  143. },
  144. {
  145. "name" : "Faucon Geant",
  146. "cost" : 1,
  147. "power" : 2,
  148. "faction": "elves",
  149. "draftMode" : true,
  150. "popularity": "any",
  151. "ability": "FauconAbility",
  152. "nbInDeck": 2
  153. },
  154. {
  155. "name" : "Paysan",
  156. "cost" : 0,
  157. "power" : 1,
  158. "faction": "elves",
  159. "draftMode" : false,
  160. "popularity": "any",
  161. "ability": "PaysanAbility",
  162. "nbInDeck": 1
  163. },
  164. {
  165. "name" : "Archange",
  166. "cost" : 4,
  167. "power" : 3,
  168. "faction": "elves",
  169. "draftMode" : true,
  170. "popularity": "any",
  171. "ability": "ArchangeAbility",
  172. "nbInDeck": 1
  173. },
  174. {
  175. "name" : "Chevre",
  176. "cost" : 1,
  177. "power" : 2,
  178. "faction": "elves",
  179. "draftMode" : false,
  180. "popularity": "any",
  181. "ability": "ChevreAbility",
  182. "nbInDeck": 1
  183. },
  184. {
  185. "name" : "Voilier Celeste",
  186. "cost" : 1,
  187. "power" : 2,
  188. "faction": "elves",
  189. "draftMode" : false,
  190. "popularity": "any",
  191. "ability": "VoilierAbility",
  192. "nbInDeck": 1
  193. },
  194. {
  195. "name" : "Orc",
  196. "cost" : 3,
  197. "power" : 3,
  198. "faction": "orcs",
  199. "draftMode" : true,
  200. "popularity": "any",
  201. "ability": "orcsAbility",
  202. "nbInDeck": 2
  203. },
  204. {
  205. "name" : "Behemoth",
  206. "cost" : 5,
  207. "power" : 5,
  208. "faction": "orcs",
  209. "draftMode" : true,
  210. "popularity": "any",
  211. "ability": "BehemothAbility",
  212. "nbInDeck": 2
  213. },
  214. {
  215. "name" : "Gobelin",
  216. "cost" : 0,
  217. "power" : 2,
  218. "faction": "orcs",
  219. "draftMode" : true,
  220. "popularity": "any",
  221. "ability": "GobelinAbility",
  222. "nbInDeck": 2
  223. },
  224. {
  225. "name" : "Char",
  226. "cost" : 3,
  227. "power" : 3,
  228. "faction": "orcs",
  229. "draftMode" : true,
  230. "popularity": "any",
  231. "ability": "CharAbility",
  232. "nbInDeck": 2
  233. },
  234. {
  235. "name" : "Chevre",
  236. "cost" : 1,
  237. "power" : 2,
  238. "faction": "orcs",
  239. "draftMode" : true,
  240. "popularity": "any",
  241. "ability": "ChevreAbility",
  242. "nbInDeck": 2
  243. },
  244. {
  245. "name" : "Paysan",
  246. "cost" : 0,
  247. "power" : 1,
  248. "faction": "orcs",
  249. "draftMode" : false,
  250. "popularity": "any",
  251. "ability": "PaysanAbility",
  252. "nbInDeck": 1
  253. },
  254. {
  255. "name" : "Intendant",
  256. "cost" : 2,
  257. "power" : 2,
  258. "faction": "orcs",
  259. "draftMode" : true,
  260. "popularity": "any",
  261. "ability": "IntendantAbility",
  262. "nbInDeck": 1
  263. },
  264. {
  265. "name" : "Geant de Fer",
  266. "cost" : 2,
  267. "power" : 3,
  268. "faction": "meca",
  269. "draftMode" : true,
  270. "popularity": "any",
  271. "ability": "GeantAbility",
  272. "nbInDeck": 2
  273. },
  274. {
  275. "name" : "Golem",
  276. "cost" : 4,
  277. "power" : 4,
  278. "faction": "meca",
  279. "draftMode" : true,
  280. "popularity": "with",
  281. "ability": "GolemAbilityWithPop",
  282. "nbInDeck": 2
  283. },
  284. {
  285. "name" : "Golem",
  286. "cost" : 4,
  287. "power" : 4,
  288. "faction": "meca",
  289. "draftMode" : true,
  290. "popularity": "without",
  291. "ability": "GolemAbilityWithoutPop",
  292. "nbInDeck": 2
  293. },
  294. {
  295. "name" : "Canon",
  296. "cost" : 1,
  297. "power" : 4,
  298. "faction": "meca",
  299. "draftMode" : true,
  300. "popularity": "any",
  301. "ability": "CanonAbility",
  302. "nbInDeck": 2
  303. },
  304. {
  305. "name" : "Char",
  306. "cost" : 3,
  307. "power" : 3,
  308. "faction": "meca",
  309. "draftMode" : false,
  310. "popularity": "any",
  311. "ability": "CharAbility",
  312. "nbInDeck": 1
  313. },
  314. {
  315. "name" : "Voilier Celeste",
  316. "cost" : 1,
  317. "power" : 2,
  318. "faction": "meca",
  319. "draftMode" : true,
  320. "popularity": "any",
  321. "ability": "VoilierAbility",
  322. "nbInDeck": 2
  323. },
  324. {
  325. "name" : "Intendant",
  326. "cost" : 2,
  327. "power" : 2,
  328. "faction": "meca",
  329. "draftMode" : false,
  330. "popularity": "any",
  331. "ability": "IntendantAbility",
  332. "nbInDeck": 1
  333. },
  334. {
  335. "name" : "Gobelin",
  336. "cost" : 0,
  337. "power" : 2,
  338. "faction": "meca",
  339. "draftMode" : false,
  340. "popularity": "any",
  341. "ability": "GobelinAbility",
  342. "nbInDeck": 1
  343. },
  344. {
  345. "name" : "Stratege",
  346. "cost" : 1,
  347. "power" : 2,
  348. "faction": "meca",
  349. "draftMode" : true,
  350. "popularity": "any",
  351. "ability": "StrategeAbility",
  352. "nbInDeck": 1
  353. },
  354. {
  355. "name" : "Dragon",
  356. "cost" : 7,
  357. "power" : 6,
  358. "faction": "none",
  359. "draftMode" : true,
  360. "popularity": "any",
  361. "ability": "DragonAbility",
  362. "nbInDeck": 1
  363. }
  364. ],
  365. "abilities": [
  366. {
  367. "abilityName" : "PaysanAbility",
  368. "abilityHook": "AfterRecruit",
  369. "optionnal": "false",
  370. "abilityDesc-FR" : "Quand le Paysan est recrute, prenez 2 Nourritures."
  371. },
  372. {
  373. "abilityName" : "DragonAbility",
  374. "abilityHook": "AfterRecruit",
  375. "optionnal": "false",
  376. "abilityDesc-FR" : "Quand le Dragon est recrute, chaque joueur doit defausser 1 Nourriture dans chaque region ou il le peut."
  377. },
  378. {
  379. "abilityName" : "ArchangeAbility",
  380. "abilityHook": "AfterRecruit",
  381. "optionnal": "false",
  382. "abilityDesc-FR" : "Quand l'Archange est recrute, gagnez 4 Nourritures dans une region ou vous avez au moins un heros."
  383. },
  384. {
  385. "abilityName" : "ChevalierAbility",
  386. "abilityHook": "AfterRecruit",
  387. "optionnal": "false",
  388. "abilityDesc-FR" : "Quand le Chevalier est recrute, vous devez reprendre dans votre main un de vos Heros en jeu (le Chevalier si besoin)."
  389. },
  390. {
  391. "abilityName" : "FauconAbility",
  392. "abilityHook": "BeforeMilitary",
  393. "optionnal": "true",
  394. "abilityDesc-FR" : "Le Faucon Geant peut profiter gratuitement d'une action Deplacer au debut de votre phase Militaire."
  395. },
  396. {
  397. "abilityName" : "IntendantAbility",
  398. "abilityHook": "AfterRecruit",
  399. "optionnal": "false",
  400. "abilityDesc-FR" : "Quand l'Intendant est recrute, gagnez 1 Nourriture dans chaque region ou vous avez au moins un heros."
  401. },
  402. {
  403. "abilityName" : "CanonAbility",
  404. "abilityHook": "BeforeMaintenance",
  405. "optionnal": "false",
  406. "abilityDesc-FR" : "Au debut de votre Maintenance, vous devez defausser le canon."
  407. },
  408. {
  409. "abilityName" : "CharAbility",
  410. "abilityHook": "AfterDeploy",
  411. "optionnal": "true",
  412. "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."
  413. },
  414. {
  415. "abilityName" : "ChevreAbility",
  416. "abilityHook": "BeforeMaintenance",
  417. "optionnal": "true",
  418. "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."
  419. },
  420. {
  421. "abilityName" : "StrategeAbility",
  422. "abilityHook": "AfterRecruit",
  423. "optionnal": "true",
  424. "abilityDesc-FR" : "Quand le Stratege est recrute, vous pouvez renvoyer (sans Nourriture) n'importe quel nombre de vos Heros des regions vers votre Campement."
  425. },
  426. {
  427. "abilityName" : "HommeArbreAbility",
  428. "abilityHook": ["AfterDeploy","AfterMove"],
  429. "optionnal": "false",
  430. "abilityDesc-FR" : "Quand l'Homme-Arbre est deploye ou deplace, gagnez 1 Nourriture dans cette region."
  431. },
  432. {
  433. "abilityName" : "ElfAbility",
  434. "abilityHook": "AfterDeploy",
  435. "optionnal": "false",
  436. "abilityDesc-FR" : "Quand l'Elfe est deploye ou deplace, gagnez 2 Nourritures dans cette region."
  437. },
  438. {
  439. "abilityName" : "VoilierAbility",
  440. "abilityHook": "AfterDeploy",
  441. "optionnal": "true",
  442. "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."
  443. },
  444. {
  445. "abilityName" : "orcsAbility",
  446. "abilityHook": "AfterDeploy",
  447. "optionnal": "false",
  448. "abilityDesc-FR" : "Quand l'orcs est deploye, chaque joueur doit defausser 1 Nourriture dans cette region, s'il le peut."
  449. },
  450. {
  451. "abilityName" : "BehemothAbility",
  452. "abilityHook": "AfterRecruit",
  453. "optionnal": "false",
  454. "abilityDesc-FR" : "Quand le Behemoth est recrute, l'adversaire doit defausser un Heros dans une region, s'il le peut."
  455. },
  456. {
  457. "abilityName" : "GobelinAbility",
  458. "abilityHook": "AfterRecruit",
  459. "optionnal": "false",
  460. "abilityDesc-FR" : "Quand le Gobelin est recrute, deployez-le gratuitement dans une region, sans pouvoir emmener de Nourriture."
  461. },
  462. {
  463. "abilityName" : "GeantAbility",
  464. "abilityHook": "AfterDiscard",
  465. "optionnal": "false",
  466. "abilityDesc-FR" : "Quand le Geant de Fer est defausse depuis une region ou votre campement, piochez une carte."
  467. },
  468. {
  469. "abilityName" : "GolemAbilityWithoutPop",
  470. "abilityHook": "BeforeControl",
  471. "optionnal": "false",
  472. "abilityDesc-FR" : "Vous controlez la region ou se trouve le Golem meme en cas d'egalite avec votre adversaire."
  473. },
  474. {
  475. "abilityName" : "GolemAbilityWithPop",
  476. "abilityHook": "AfterRecruit",
  477. "optionnal": "false",
  478. "abilityDesc-FR" : "Piochez 1 carte pour chaque jeton Popularité en votre possession."
  479. }
  480. ]
  481. }