CArtHandler.cpp 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581
  1. #include "StdInc.h"
  2. #include "CArtHandler.h"
  3. #include "Filesystem/CResourceLoader.h"
  4. #include "CGeneralTextHandler.h"
  5. #include <boost/random/linear_congruential.hpp>
  6. #include "VCMI_Lib.h"
  7. #include "CModHandler.h"
  8. #include "CSpellHandler.h"
  9. #include "CObjectHandler.h"
  10. #include "NetPacks.h"
  11. #include "JsonNode.h"
  12. using namespace boost::assign;
  13. /*
  14. * CArtHandler.cpp, part of VCMI engine
  15. *
  16. * Authors: listed in file AUTHORS in main folder
  17. *
  18. * License: GNU General Public License v2.0 or later
  19. * Full text of license available in license.txt file, in main folder
  20. *
  21. */
  22. extern boost::rand48 ran;
  23. extern Bonus * ParseBonus (const JsonVector &ability_vec);
  24. const std::string & CArtifact::Name() const
  25. {
  26. if(name.size())
  27. return name;
  28. else
  29. return VLC->generaltexth->artifNames[id];
  30. }
  31. const std::string & CArtifact::Description() const
  32. {
  33. if(description.size())
  34. return description;
  35. else
  36. return VLC->generaltexth->artifDescriptions[id];
  37. }
  38. bool CArtifact::isBig () const
  39. {
  40. return VLC->arth->isBigArtifact(id);
  41. }
  42. // /**
  43. // * Checks whether the artifact fits at a given slot.
  44. // * @param artifWorn A hero's set of worn artifacts.
  45. // */
  46. // bool CArtifact::fitsAt (const std::map<ui16, const CArtifact*> &artifWorn, ui16 slotID) const
  47. // {
  48. // if (!vstd::contains(possibleSlots, slotID))
  49. // return false;
  50. //
  51. // // Can't put an artifact in a locked slot.
  52. // std::map<ui16, const CArtifact*>::const_iterator it = artifWorn.find(slotID);
  53. // if (it != artifWorn.end() && it->second->id == 145)
  54. // return false;
  55. //
  56. // // Check if a combination artifact fits.
  57. // // TODO: Might want a more general algorithm?
  58. // // Assumes that misc & rings fits only in their slots, and others in only one slot and no duplicates.
  59. // if (constituents != NULL)
  60. // {
  61. // std::map<ui16, const CArtifact*> tempArtifWorn = artifWorn;
  62. // const ui16 ringSlots[] = {6, 7};
  63. // const ui16 miscSlots[] = {9, 10, 11, 12, 18};
  64. // int rings = 0;
  65. // int misc = 0;
  66. //
  67. // VLC->arth->unequipArtifact(tempArtifWorn, slotID);
  68. //
  69. // BOOST_FOREACH(ui32 constituentID, *constituents)
  70. // {
  71. // const CArtifact& constituent = *VLC->arth->artifacts[constituentID];
  72. // const int slot = constituent.possibleSlots[0];
  73. //
  74. // if (slot == 6 || slot == 7)
  75. // rings++;
  76. // else if ((slot >= 9 && slot <= 12) || slot == 18)
  77. // misc++;
  78. // else if (tempArtifWorn.find(slot) != tempArtifWorn.end())
  79. // return false;
  80. // }
  81. //
  82. // // Ensure enough ring slots are free
  83. // for (int i = 0; i < sizeof(ringSlots)/sizeof(*ringSlots); i++)
  84. // {
  85. // if (tempArtifWorn.find(ringSlots[i]) == tempArtifWorn.end() || ringSlots[i] == slotID)
  86. // rings--;
  87. // }
  88. // if (rings > 0)
  89. // return false;
  90. //
  91. // // Ensure enough misc slots are free.
  92. // for (int i = 0; i < sizeof(miscSlots)/sizeof(*miscSlots); i++)
  93. // {
  94. // if (tempArtifWorn.find(miscSlots[i]) == tempArtifWorn.end() || miscSlots[i] == slotID)
  95. // misc--;
  96. // }
  97. // if (misc > 0)
  98. // return false;
  99. // }
  100. //
  101. // return true;
  102. // }
  103. // bool CArtifact::canBeAssembledTo (const std::map<ui16, const CArtifact*> &artifWorn, ui32 artifactID) const
  104. // {
  105. // if (constituentOf == NULL || !vstd::contains(*constituentOf, artifactID))
  106. // return false;
  107. //
  108. // const CArtifact &artifact = *VLC->arth->artifacts[artifactID];
  109. // assert(artifact.constituents);
  110. //
  111. // BOOST_FOREACH(ui32 constituentID, *artifact.constituents)
  112. // {
  113. // bool found = false;
  114. // for (std::map<ui16, const CArtifact*>::const_iterator it = artifWorn.begin(); it != artifWorn.end(); ++it)
  115. // {
  116. // if (it->second->id == constituentID)
  117. // {
  118. // found = true;
  119. // break;
  120. // }
  121. // }
  122. // if (!found)
  123. // return false;
  124. // }
  125. //
  126. // return true;
  127. // }
  128. CArtifact::CArtifact()
  129. {
  130. setNodeType(ARTIFACT);
  131. }
  132. CArtifact::~CArtifact()
  133. {
  134. }
  135. int CArtifact::getArtClassSerial() const
  136. {
  137. if(id == 1)
  138. return 4;
  139. switch(aClass)
  140. {
  141. case ART_TREASURE:
  142. return 0;
  143. case ART_MINOR:
  144. return 1;
  145. case ART_MAJOR:
  146. return 2;
  147. case ART_RELIC:
  148. return 3;
  149. case ART_SPECIAL:
  150. return 5;
  151. }
  152. return -1;
  153. }
  154. std::string CArtifact::nodeName() const
  155. {
  156. return "Artifact: " + Name();
  157. }
  158. // void CArtifact::getParents(TCNodes &out, const CBonusSystemNode *root /*= NULL*/) const
  159. // {
  160. // //combined artifact carries bonuses from its parts
  161. // if(constituents)
  162. // {
  163. // BOOST_FOREACH(ui32 id, *constituents)
  164. // out.insert(VLC->arth->artifacts[id]);
  165. // }
  166. // }
  167. // void CScroll::Init()
  168. // {
  169. // // addNewBonus (Bonus (Bonus::PERMANENT, Bonus::SPELL, Bonus::ARTIFACT, 1, id, spellid, Bonus::INDEPENDENT_MAX));
  170. // // //boost::algorithm::replace_first(description, "[spell name]", VLC->spellh->spells[spellid].name);
  171. // }
  172. void CArtifact::setDescription (std::string desc)
  173. {
  174. description = desc;
  175. }
  176. void CGrowingArtifact::levelUpArtifact (CArtifactInstance * art)
  177. {
  178. Bonus b;
  179. b.type = Bonus::LEVEL_COUNTER;
  180. b.val = 1;
  181. b.duration = Bonus::COMMANDER_KILLED;
  182. art->accumulateBonus (b);
  183. BOOST_FOREACH (auto bonus, bonusesPerLevel)
  184. {
  185. if (art->valOfBonuses(Bonus::LEVEL_COUNTER) % bonus.first == 0) //every n levels
  186. {
  187. art->accumulateBonus (bonus.second);
  188. }
  189. }
  190. BOOST_FOREACH (auto bonus, thresholdBonuses)
  191. {
  192. if (art->valOfBonuses(Bonus::LEVEL_COUNTER) == bonus.first) //every n levels
  193. {
  194. art->addNewBonus (&bonus.second);
  195. }
  196. }
  197. }
  198. CArtHandler::CArtHandler()
  199. {
  200. VLC->arth = this;
  201. // War machines are the default big artifacts.
  202. for (ui32 i = 3; i <= 6; i++)
  203. bigArtifacts.insert(i);
  204. }
  205. CArtHandler::~CArtHandler()
  206. {
  207. for (std::vector< ConstTransitivePtr<CArtifact> >::iterator it = artifacts.begin(); it != artifacts.end(); ++it)
  208. {
  209. delete (*it)->constituents;
  210. delete (*it)->constituentOf;
  211. }
  212. }
  213. void CArtHandler::loadArtifacts(bool onlyTxt)
  214. {
  215. std::vector<ui16> slots;
  216. slots += 17, 16, 15, 14, 13, 18, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0;
  217. growingArtifacts += 146, 147, 148, 150, 151, 152, 153;
  218. static std::map<char, CArtifact::EartClass> classes =
  219. map_list_of('S',CArtifact::ART_SPECIAL)('T',CArtifact::ART_TREASURE)('N',CArtifact::ART_MINOR)('J',CArtifact::ART_MAJOR)('R',CArtifact::ART_RELIC);
  220. CLegacyConfigParser parser("DATA/ARTRAITS.TXT");
  221. parser.endLine(); // header
  222. parser.endLine();
  223. VLC->generaltexth->artifNames.resize(GameConstants::ARTIFACTS_QUANTITY);
  224. VLC->generaltexth->artifDescriptions.resize(GameConstants::ARTIFACTS_QUANTITY);
  225. std::map<ui32,ui8>::iterator itr;
  226. for (int i=0; i<GameConstants::ARTIFACTS_QUANTITY; i++)
  227. {
  228. CArtifact *art;
  229. if (vstd::contains (growingArtifacts, i))
  230. {
  231. art = new CGrowingArtifact();
  232. }
  233. else
  234. {
  235. art = new CArtifact();
  236. }
  237. CArtifact &nart = *art;
  238. nart.id=i;
  239. VLC->generaltexth->artifNames[i] = parser.readString();
  240. nart.price= parser.readNumber();
  241. nart.possibleSlots[ArtBearer::HERO]; //we want to generate map entry even if it will be empty
  242. nart.possibleSlots[ArtBearer::CREATURE]; //we want to generate map entry even if it will be empty
  243. nart.possibleSlots[ArtBearer::COMMANDER];
  244. for(int j=0;j<slots.size();j++)
  245. {
  246. if(parser.readString() == "x")
  247. nart.possibleSlots[ArtBearer::HERO].push_back(slots[j]);
  248. }
  249. nart.aClass = classes[parser.readString()[0]];
  250. //load description and remove quotation marks
  251. VLC->generaltexth->artifDescriptions[i] = parser.readString();
  252. parser.endLine();
  253. if(onlyTxt)
  254. continue;
  255. // Fill in information about combined artifacts. Should perhaps be moved to a config file?
  256. nart.constituentOf = NULL;
  257. switch (nart.id)
  258. {
  259. case 129: // Angelic Alliance
  260. nart.constituents = new std::vector<ui32>();
  261. *nart.constituents += 31, 32, 33, 34, 35, 36;
  262. break;
  263. case 130: // Cloak of the Undead King
  264. nart.constituents = new std::vector<ui32>();
  265. *nart.constituents += 54, 55, 56;
  266. break;
  267. case 131: // Elixir of Life
  268. nart.constituents = new std::vector<ui32>();
  269. *nart.constituents += 94, 95, 96;
  270. break;
  271. case 132: // Armor of the Damned
  272. nart.constituents = new std::vector<ui32>();
  273. *nart.constituents += 8, 14, 20, 26;
  274. break;
  275. case 133: // Statue of Legion
  276. nart.constituents = new std::vector<ui32>();
  277. *nart.constituents += 118, 119, 120, 121, 122;
  278. break;
  279. case 134: // Power of the Dragon Father
  280. nart.constituents = new std::vector<ui32>();
  281. *nart.constituents += 37, 38, 39, 40, 41, 42, 43, 44, 45;
  282. break;
  283. case 135: // Titan's Thunder
  284. nart.constituents = new std::vector<ui32>();
  285. *nart.constituents += 12, 18, 24, 30;
  286. break;
  287. case 136: // Admiral's Hat
  288. nart.constituents = new std::vector<ui32>();
  289. *nart.constituents += 71, 123;
  290. break;
  291. case 137: // Bow of the Sharpshooter
  292. nart.constituents = new std::vector<ui32>();
  293. *nart.constituents += 60, 61, 62;
  294. break;
  295. case 138: // Wizards' Well
  296. nart.constituents = new std::vector<ui32>();
  297. *nart.constituents += 73, 74, 75;
  298. break;
  299. case 139: // Ring of the Magi
  300. nart.constituents = new std::vector<ui32>();
  301. *nart.constituents += 76, 77, 78;
  302. break;
  303. case 140: // Cornucopia
  304. nart.constituents = new std::vector<ui32>();
  305. *nart.constituents += 109, 110, 111, 113;
  306. break;
  307. // TODO: WoG combinationals
  308. default:
  309. nart.constituents = NULL;
  310. break;
  311. }
  312. artifacts.push_back(&nart);
  313. }
  314. if (VLC->modh->modules.COMMANDERS)
  315. { //TODO: move all artifacts config to separate json file
  316. const JsonNode config(ResourceID("config/commanders.json"));
  317. BOOST_FOREACH(const JsonNode &artifact, config["artifacts"].Vector())
  318. {
  319. auto ga = dynamic_cast <CGrowingArtifact *>(artifacts[artifact["id"].Float()].get());
  320. BOOST_FOREACH (auto b, artifact["bonusesPerLevel"].Vector())
  321. {
  322. ga->bonusesPerLevel.push_back (std::pair <ui16, Bonus> (b["level"].Float(), *ParseBonus (b["bonus"].Vector())));
  323. }
  324. BOOST_FOREACH (auto b, artifact["thresholdBonuses"].Vector())
  325. {
  326. ga->thresholdBonuses.push_back (std::pair <ui16, Bonus> (b["level"].Float(), *ParseBonus (b["bonus"].Vector())));
  327. }
  328. }
  329. }
  330. sortArts();
  331. if(onlyTxt)
  332. return;
  333. addBonuses();
  334. // Populate reverse mappings of combinational artifacts.
  335. BOOST_FOREACH(CArtifact *artifact, artifacts)
  336. {
  337. if (artifact->constituents != NULL)
  338. {
  339. BOOST_FOREACH(ui32 constituentID, *artifact->constituents)
  340. {
  341. if (artifacts[constituentID]->constituentOf == NULL)
  342. artifacts[constituentID]->constituentOf = new std::vector<ui32>();
  343. artifacts[constituentID]->constituentOf->push_back(artifact->id);
  344. }
  345. }
  346. }
  347. }
  348. int CArtHandler::convertMachineID(int id, bool creToArt )
  349. {
  350. int dif = 142;
  351. if(creToArt)
  352. {
  353. switch (id)
  354. {
  355. case 147:
  356. dif--;
  357. break;
  358. case 148:
  359. dif++;
  360. break;
  361. }
  362. dif = -dif;
  363. }
  364. else
  365. {
  366. switch (id)
  367. {
  368. case 6:
  369. dif--;
  370. break;
  371. case 5:
  372. dif++;
  373. break;
  374. }
  375. }
  376. return id + dif;
  377. }
  378. void CArtHandler::sortArts()
  379. {
  380. //for (int i=0; i<allowedArtifacts.size(); ++i) //do 144, bo nie chcemy bzdurek
  381. //{
  382. // switch (allowedArtifacts[i]->aClass)
  383. // {
  384. // case CArtifact::ART_TREASURE:
  385. // treasures.push_back(allowedArtifacts[i]);
  386. // break;
  387. // case CArtifact::ART_MINOR:
  388. // minors.push_back(allowedArtifacts[i]);
  389. // break;
  390. // case CArtifact::ART_MAJOR:
  391. // majors.push_back(allowedArtifacts[i]);
  392. // break;
  393. // case CArtifact::ART_RELIC:
  394. // relics.push_back(allowedArtifacts[i]);
  395. // break;
  396. // }
  397. //}
  398. }
  399. void CArtHandler::erasePickedArt( TArtifactInstanceID id )
  400. {
  401. std::vector<CArtifact*>* ptr;
  402. CArtifact *art = artifacts[id];
  403. switch (art->aClass)
  404. {
  405. case CArtifact::ART_TREASURE:
  406. ptr = &treasures;
  407. break;
  408. case CArtifact::ART_MINOR:
  409. ptr = &minors;
  410. break;
  411. case CArtifact::ART_MAJOR:
  412. ptr = &majors;
  413. break;
  414. case CArtifact::ART_RELIC:
  415. ptr = &relics;
  416. break;
  417. default: //special artifacts should not be erased
  418. return;
  419. }
  420. ptr->erase (std::find(ptr->begin(), ptr->end(), art)); //remove the artifact from available list
  421. }
  422. ui16 CArtHandler::getRandomArt(int flags)
  423. {
  424. std::vector<ConstTransitivePtr<CArtifact> > out;
  425. getAllowed(out, flags);
  426. ui16 id = out[ran() % out.size()]->id;
  427. erasePickedArt (id);
  428. return id;
  429. }
  430. ui16 CArtHandler::getArtSync (ui32 rand, int flags)
  431. {
  432. std::vector<ConstTransitivePtr<CArtifact> > out;
  433. getAllowed(out, flags);
  434. CArtifact *art = out[rand % out.size()];
  435. return art->id;
  436. }
  437. void CArtHandler::getAllowed(std::vector<ConstTransitivePtr<CArtifact> > &out, int flags)
  438. {
  439. if (flags & CArtifact::ART_TREASURE)
  440. getAllowedArts (out, &treasures, CArtifact::ART_TREASURE);
  441. if (flags & CArtifact::ART_MINOR)
  442. getAllowedArts (out, &minors, CArtifact::ART_MINOR);
  443. if (flags & CArtifact::ART_MAJOR)
  444. getAllowedArts (out, &majors, CArtifact::ART_MAJOR);
  445. if (flags & CArtifact::ART_RELIC)
  446. getAllowedArts (out, &relics, CArtifact::ART_RELIC);
  447. if (!out.size()) //no artifact of specified rarity, we need to take another one
  448. {
  449. getAllowedArts (out, &treasures, CArtifact::ART_TREASURE);
  450. getAllowedArts (out, &minors, CArtifact::ART_MINOR);
  451. getAllowedArts (out, &majors, CArtifact::ART_MAJOR);
  452. getAllowedArts (out, &relics, CArtifact::ART_RELIC);
  453. }
  454. if (!out.size()) //no arts are available at all
  455. {
  456. out.resize (64);
  457. std::fill_n (out.begin(), 64, artifacts[2]); //Give Grail - this can't be banned (hopefully)
  458. }
  459. }
  460. void CArtHandler::getAllowedArts(std::vector<ConstTransitivePtr<CArtifact> > &out, std::vector<CArtifact*> *arts, int flag)
  461. {
  462. if (arts->empty()) //restock available arts
  463. {
  464. for (int i = 0; i < allowedArtifacts.size(); ++i)
  465. {
  466. if (allowedArtifacts[i]->aClass == flag)
  467. arts->push_back(allowedArtifacts[i]);
  468. }
  469. }
  470. for (int i = 0; i < arts->size(); ++i)
  471. {
  472. CArtifact *art = (*arts)[i];
  473. out.push_back(art);
  474. }
  475. }
  476. Bonus *createBonus(Bonus::BonusType type, int val, int subtype, int valType, shared_ptr<ILimiter> limiter = nullptr, int additionalInfo = 0)
  477. {
  478. Bonus *added = new Bonus(Bonus::PERMANENT,type,Bonus::ARTIFACT,val,-1,subtype);
  479. added->additionalInfo = additionalInfo;
  480. added->valType = valType;
  481. added->limiter = limiter;
  482. return added;
  483. }
  484. Bonus *createBonus(Bonus::BonusType type, int val, int subtype, shared_ptr<IPropagator> propagator = nullptr, int additionalInfo = 0)
  485. {
  486. Bonus *added = new Bonus(Bonus::PERMANENT,type,Bonus::ARTIFACT,val,-1,subtype);
  487. added->additionalInfo = additionalInfo;
  488. added->valType = Bonus::BASE_NUMBER;
  489. added->propagator = propagator;
  490. return added;
  491. }
  492. void CArtHandler::giveArtBonus( TArtifactID aid, Bonus::BonusType type, int val, int subtype, int valType, shared_ptr<ILimiter> limiter, int additionalInfo)
  493. {
  494. giveArtBonus(aid, createBonus(type, val, subtype, valType, limiter, additionalInfo));
  495. }
  496. void CArtHandler::giveArtBonus(TArtifactID aid, Bonus::BonusType type, int val, int subtype, shared_ptr<IPropagator> propagator /*= NULL*/, int additionalInfo)
  497. {
  498. giveArtBonus(aid, createBonus(type, val, subtype, propagator, additionalInfo));
  499. }
  500. void CArtHandler::giveArtBonus(TArtifactID aid, Bonus *bonus)
  501. {
  502. bonus->sid = aid;
  503. if(bonus->subtype == Bonus::MORALE || bonus->type == Bonus::LUCK)
  504. bonus->description = artifacts[aid]->Name() + (bonus->val > 0 ? " +" : " ") + boost::lexical_cast<std::string>(bonus->val);
  505. else
  506. bonus->description = artifacts[aid]->Name();
  507. artifacts[aid]->addNewBonus(bonus);
  508. }
  509. void CArtHandler::makeItCreatureArt (TArtifactInstanceID aid, bool onlyCreature /*=true*/)
  510. {
  511. CArtifact *a = artifacts[aid];
  512. if (onlyCreature)
  513. {
  514. a->possibleSlots[ArtBearer::HERO].clear();
  515. a->possibleSlots[ArtBearer::COMMANDER].clear();
  516. }
  517. a->possibleSlots[ArtBearer::CREATURE].push_back(ArtifactPosition::CREATURE_SLOT);
  518. }
  519. void CArtHandler::makeItCommanderArt( TArtifactInstanceID aid, bool onlyCommander /*= true*/ )
  520. {
  521. CArtifact *a = artifacts[aid];
  522. if (onlyCommander)
  523. {
  524. a->possibleSlots[ArtBearer::HERO].clear();
  525. a->possibleSlots[ArtBearer::CREATURE].clear();
  526. }
  527. for (int i = ArtifactPosition::COMMANDER1; i <= ArtifactPosition::COMMANDER6; ++i)
  528. a->possibleSlots[ArtBearer::COMMANDER].push_back(i);
  529. }
  530. void CArtHandler::addBonuses()
  531. {
  532. #define ART_PRIM_SKILL(ID, whichSkill, val) giveArtBonus(ID,Bonus::PRIMARY_SKILL,val,whichSkill)
  533. #define ART_MORALE(ID, val) giveArtBonus(ID,Bonus::MORALE,val)
  534. #define ART_LUCK(ID, val) giveArtBonus(ID,Bonus::LUCK,val)
  535. #define ART_MORALE_AND_LUCK(ID, val) giveArtBonus(ID,Bonus::MORALE_AND_LUCK,val)
  536. #define ART_ALL_PRIM_SKILLS(ID, val) ART_PRIM_SKILL(ID,0,val); ART_PRIM_SKILL(ID,1,val); ART_PRIM_SKILL(ID,2,val); ART_PRIM_SKILL(ID,3,val)
  537. #define ART_ATTACK_AND_DEFENSE(ID, val) ART_PRIM_SKILL(ID,0,val); ART_PRIM_SKILL(ID,1,val)
  538. #define ART_POWER_AND_KNOWLEDGE(ID, val) ART_PRIM_SKILL(ID,2,val); ART_PRIM_SKILL(ID,3,val)
  539. //Propagators/limiters used more than once
  540. auto battleWidePropagator = make_shared<CPropagatorNodeType>(CBonusSystemNode::BATTLE);
  541. auto visitedTownPropagator = make_shared<CPropagatorNodeType>(CBonusSystemNode::TOWN_AND_VISITOR);
  542. auto shooterOnlyLimiter = make_shared<HasAnotherBonusLimiter>(Bonus::SHOOTER);
  543. auto dragonNatureLimiter = make_shared<HasAnotherBonusLimiter>(Bonus::DRAGON_NATURE);
  544. // const JsonNode config(ResourceID("config/artifacts.json"));
  545. // BOOST_FOREACH(const JsonNode &artifact, config.Vector())
  546. // {
  547. // auto ga = artifacts[artifact["id"].Float()].get();
  548. //
  549. // BOOST_FOREACH (auto b, artifact["bonuses"].Vector())
  550. // {
  551. // ga->addNewBonus(ParseBonus (b["bonus"].Vector()));
  552. // }
  553. // }
  554. //Attack bonus artifacts (Weapons)
  555. ART_PRIM_SKILL(7,0,+2); //Centaur Axe
  556. ART_PRIM_SKILL(8,0,+3); //Blackshard of the Dead Knight
  557. ART_PRIM_SKILL(9,0,+4); //Greater Gnoll's Flail
  558. ART_PRIM_SKILL(10,0,+5); //Ogre's Club of Havoc
  559. ART_PRIM_SKILL(11,0,+6); //Sword of Hellfire
  560. ART_PRIM_SKILL(12,0,+12); //Titan's Gladius
  561. ART_PRIM_SKILL(12,1,-3); //Titan's Gladius
  562. //Defense bonus artifacts (Shields)
  563. ART_PRIM_SKILL(13,1,+2); //Shield of the Dwarven Lords
  564. ART_PRIM_SKILL(14,1,+3); //Shield of the Yawning Dead
  565. ART_PRIM_SKILL(15,1,+4); //Buckler of the Gnoll King
  566. ART_PRIM_SKILL(16,1,+5); //Targ of the Rampaging Ogre
  567. ART_PRIM_SKILL(17,1,+6); //Shield of the Damned
  568. ART_PRIM_SKILL(18,1,+12); //Sentinel's Shield
  569. ART_PRIM_SKILL(18,0,-3); //Sentinel's Shield
  570. //Knowledge bonus artifacts (Helmets)
  571. ART_PRIM_SKILL(19,3,+1); //Helm of the Alabaster Unicorn
  572. ART_PRIM_SKILL(20,3,+2); //Skull Helmet
  573. ART_PRIM_SKILL(21,3,+3); //Helm of Chaos
  574. ART_PRIM_SKILL(22,3,+4); //Crown of the Supreme Magi
  575. ART_PRIM_SKILL(23,3,+5); //Hellstorm Helmet
  576. ART_PRIM_SKILL(24,3,+10); //Thunder Helmet
  577. ART_PRIM_SKILL(24,2,-2); //Thunder Helmet
  578. //Spell power bonus artifacts (Armours)
  579. ART_PRIM_SKILL(25,2,+1); //Breastplate of Petrified Wood
  580. ART_PRIM_SKILL(26,2,+2); //Rib Cage
  581. ART_PRIM_SKILL(27,2,+3); //Scales of the Greater Basilisk
  582. ART_PRIM_SKILL(28,2,+4); //Tunic of the Cyclops King
  583. ART_PRIM_SKILL(29,2,+5); //Breastplate of Brimstone
  584. ART_PRIM_SKILL(30,2,+10); //Titan's Cuirass
  585. ART_PRIM_SKILL(30,3,-2); //Titan's Cuirass
  586. //All primary skills (various)
  587. ART_ALL_PRIM_SKILLS(31,+1); //Armor of Wonder
  588. ART_ALL_PRIM_SKILLS(32,+2); //Sandals of the Saint
  589. ART_ALL_PRIM_SKILLS(33,+3); //Celestial Necklace of Bliss
  590. ART_ALL_PRIM_SKILLS(34,+4); //Lion's Shield of Courage
  591. ART_ALL_PRIM_SKILLS(35,+5); //Sword of Judgement
  592. ART_ALL_PRIM_SKILLS(36,+6); //Helm of Heavenly Enlightenment
  593. //Attack and Defense (various)
  594. ART_ATTACK_AND_DEFENSE(37,+1); //Quiet Eye of the Dragon
  595. ART_ATTACK_AND_DEFENSE(38,+2); //Red Dragon Flame Tongue
  596. ART_ATTACK_AND_DEFENSE(39,+3); //Dragon Scale Shield
  597. ART_ATTACK_AND_DEFENSE(40,+4); //Dragon Scale Armor
  598. //Spell power and Knowledge (various)
  599. ART_POWER_AND_KNOWLEDGE(41,+1); //Dragonbone Greaves
  600. ART_POWER_AND_KNOWLEDGE(42,+2); //Dragon Wing Tabard
  601. ART_POWER_AND_KNOWLEDGE(43,+3); //Necklace of Dragonteeth
  602. ART_POWER_AND_KNOWLEDGE(44,+4); //Crown of Dragontooth
  603. //Luck and morale
  604. ART_MORALE(45,+1); //Still Eye of the Dragon
  605. ART_LUCK(45,+1); //Still Eye of the Dragon
  606. ART_LUCK(46,+1); //Clover of Fortune
  607. ART_LUCK(47,+1); //Cards of Prophecy
  608. ART_LUCK(48,+1); //Ladybird of Luck
  609. ART_MORALE(49,+1); //Badge of Courage -> +1 morale
  610. giveArtBonus(49,Bonus::MIND_IMMUNITY,0); //immunity to hostile mind spells:
  611. ART_MORALE(50,+1); //Crest of Valor
  612. ART_MORALE(51,+1); //Glyph of Gallantry
  613. giveArtBonus(52,Bonus::SIGHT_RADIOUS,+1);//Speculum
  614. giveArtBonus(53,Bonus::SIGHT_RADIOUS,+1);//Spyglass
  615. //necromancy bonus
  616. giveArtBonus(54,Bonus::SECONDARY_SKILL_PREMY,+5, CGHeroInstance::NECROMANCY, Bonus::ADDITIVE_VALUE);//Amulet of the Undertaker
  617. giveArtBonus(55,Bonus::SECONDARY_SKILL_PREMY,+10, CGHeroInstance::NECROMANCY, Bonus::ADDITIVE_VALUE);//Vampire's Cowl
  618. giveArtBonus(56,Bonus::SECONDARY_SKILL_PREMY,+15, CGHeroInstance::NECROMANCY, Bonus::ADDITIVE_VALUE);//Dead Man's Boots
  619. giveArtBonus(57,Bonus::MAGIC_RESISTANCE,+5, 0);//Garniture of Interference
  620. giveArtBonus(58,Bonus::MAGIC_RESISTANCE,+10, 0);//Surcoat of Counterpoise
  621. giveArtBonus(59,Bonus::MAGIC_RESISTANCE,+15, 0);//Boots of Polarity
  622. //archery bonus
  623. giveArtBonus(60,Bonus::SECONDARY_SKILL_PREMY,+5, CGHeroInstance::ARCHERY, Bonus::ADDITIVE_VALUE);//Bow of Elven Cherrywood
  624. giveArtBonus(61,Bonus::SECONDARY_SKILL_PREMY,+10,CGHeroInstance::ARCHERY, Bonus::ADDITIVE_VALUE);//Bowstring of the Unicorn's Mane
  625. giveArtBonus(62,Bonus::SECONDARY_SKILL_PREMY,+15,CGHeroInstance::ARCHERY, Bonus::ADDITIVE_VALUE);//Angel Feather Arrows
  626. //eagle eye bonus
  627. giveArtBonus(63,Bonus::SECONDARY_SKILL_PREMY,+5, CGHeroInstance::EAGLE_EYE, Bonus::ADDITIVE_VALUE);//Bird of Perception
  628. giveArtBonus(64,Bonus::SECONDARY_SKILL_PREMY,+10, CGHeroInstance::EAGLE_EYE, Bonus::ADDITIVE_VALUE);//Stoic Watchman
  629. giveArtBonus(65,Bonus::SECONDARY_SKILL_PREMY,+15, CGHeroInstance::EAGLE_EYE, Bonus::ADDITIVE_VALUE);//Emblem of Cognizance
  630. //reducing cost of surrendering
  631. giveArtBonus(66,Bonus::SURRENDER_DISCOUNT,+10);//Statesman's Medal
  632. giveArtBonus(67,Bonus::SURRENDER_DISCOUNT,+10);//Diplomat's Ring
  633. giveArtBonus(68,Bonus::SURRENDER_DISCOUNT,+10);//Ambassador's Sash
  634. giveArtBonus(69,Bonus::STACKS_SPEED,+1);//Ring of the Wayfarer
  635. giveArtBonus(70,Bonus::LAND_MOVEMENT,+300);//Equestrian's Gloves
  636. giveArtBonus(71,Bonus::SEA_MOVEMENT,+1000);//Necklace of Ocean Guidance
  637. giveArtBonus(72,Bonus::FLYING_MOVEMENT, 0, 1);//Angel Wings
  638. giveArtBonus(73,Bonus::MANA_REGENERATION,+1);//Charm of Mana
  639. giveArtBonus(74,Bonus::MANA_REGENERATION,+2);//Talisman of Mana
  640. giveArtBonus(75,Bonus::MANA_REGENERATION,+3);//Mystic Orb of Mana
  641. giveArtBonus(76,Bonus::SPELL_DURATION,+1);//Collar of Conjuring
  642. giveArtBonus(77,Bonus::SPELL_DURATION,+2);//Ring of Conjuring
  643. giveArtBonus(78,Bonus::SPELL_DURATION,+3);//Cape of Conjuring
  644. giveArtBonus(79,Bonus::AIR_SPELL_DMG_PREMY,+50);//Orb of the Firmament
  645. giveArtBonus(80,Bonus::EARTH_SPELL_DMG_PREMY,+50);//Orb of Silt
  646. giveArtBonus(81,Bonus::FIRE_SPELL_DMG_PREMY,+50);//Orb of Tempestuous Fire
  647. giveArtBonus(82,Bonus::WATER_SPELL_DMG_PREMY,+50);//Orb of Driving Rain
  648. giveArtBonus(83,createBonus(Bonus::BLOCK_MAGIC_ABOVE, 2, -1, Bonus::INDEPENDENT_MIN)->addPropagator(battleWidePropagator));//Recanter's Cloak
  649. giveArtBonus(84,Bonus::BLOCK_MORALE,0);//Spirit of Oppression
  650. giveArtBonus(85,Bonus::BLOCK_LUCK,0);//Hourglass of the Evil Hour
  651. giveArtBonus(86,Bonus::FIRE_SPELLS,0);//Tome of Fire Magic
  652. giveArtBonus(87,Bonus::AIR_SPELLS,0);//Tome of Air Magic
  653. giveArtBonus(88,Bonus::WATER_SPELLS,0);//Tome of Water Magic
  654. giveArtBonus(89,Bonus::EARTH_SPELLS,0);//Tome of Earth Magic
  655. giveArtBonus(90,Bonus::WATER_WALKING, 0, 1);//Boots of Levitation
  656. giveArtBonus(91,Bonus::NO_DISTANCE_PENALTY,0, 0, 0, shooterOnlyLimiter);//Golden Bow
  657. giveArtBonus(91,Bonus::NO_WALL_PENALTY, 0, 0, 0, shooterOnlyLimiter);
  658. giveArtBonus(92,Bonus::SPELL_IMMUNITY,0,35);//Sphere of Permanence
  659. giveArtBonus(93,Bonus::NEGATE_ALL_NATURAL_IMMUNITIES,0);//Orb of Vulnerability
  660. giveArtBonus(94,Bonus::STACK_HEALTH,+1);//Ring of Vitality
  661. giveArtBonus(95,Bonus::STACK_HEALTH,+1);//Ring of Life
  662. giveArtBonus(96,Bonus::STACK_HEALTH,+2);//Vial of Lifeblood
  663. giveArtBonus(97,Bonus::STACKS_SPEED,+1);//Necklace of Swiftness
  664. giveArtBonus(98,Bonus::LAND_MOVEMENT,+600);//Boots of Speed
  665. giveArtBonus(99,Bonus::STACKS_SPEED,+2);//Cape of Velocity
  666. giveArtBonus(100,Bonus::SPELL_IMMUNITY,0,Spells::BERSERK);//Pendant of Dispassion
  667. giveArtBonus(101,Bonus::SPELL_IMMUNITY,0,Spells::BLIND);//Pendant of Second Sight
  668. giveArtBonus(102,Bonus::SPELL_IMMUNITY,0,Spells::CURSE);//Pendant of Holiness
  669. giveArtBonus(103,Bonus::SPELL_IMMUNITY,0,Spells::DEATH_RIPPLE);//Pendant of Life
  670. giveArtBonus(104,Bonus::SPELL_IMMUNITY,0,Spells::DESTROY_UNDEAD, 1, make_shared<HasAnotherBonusLimiter>(Bonus::UNDEAD));//Pendant of Death does not display info for living stacks
  671. giveArtBonus(105,Bonus::SPELL_IMMUNITY,0,Spells::HYPNOTIZE);//Pendant of Free Will
  672. giveArtBonus(106,Bonus::SPELL_IMMUNITY,0,Spells::LIGHTNING_BOLT);//Pendant of Negativity
  673. giveArtBonus(106,Bonus::SPELL_IMMUNITY,0,Spells::CHAIN_LIGHTNING);//Pendant of Negativity
  674. giveArtBonus(107,Bonus::SPELL_IMMUNITY,0,Spells::FORGETFULNESS);//Pendant of Total Recall
  675. giveArtBonus(108,Bonus::MORALE,+3);//Pendant of Courage
  676. giveArtBonus(108,Bonus::LUCK,+3);//Pendant of Courage
  677. giveArtBonus(109,Bonus::GENERATE_RESOURCE,+1,4); //Everflowing Crystal Cloak
  678. giveArtBonus(110,Bonus::GENERATE_RESOURCE,+1,5); //Ring of Infinite Gems
  679. giveArtBonus(111,Bonus::GENERATE_RESOURCE,+1,1); //Everpouring Vial of Mercury
  680. giveArtBonus(112,Bonus::GENERATE_RESOURCE,+1,2); //Inexhaustible Cart of Ore
  681. giveArtBonus(113,Bonus::GENERATE_RESOURCE,+1,3); //Eversmoking Ring of Sulfur
  682. giveArtBonus(114,Bonus::GENERATE_RESOURCE,+1,0); //Inexhaustible Cart of Lumber
  683. giveArtBonus(115,Bonus::GENERATE_RESOURCE,+1000, Res::GOLD); //Endless Sack of Gold
  684. giveArtBonus(116,Bonus::GENERATE_RESOURCE,+750, Res::GOLD); //Endless Bag of Gold
  685. giveArtBonus(117,Bonus::GENERATE_RESOURCE,+500, Res::GOLD); //Endless Purse of Gold
  686. //Town will receive bonus if hero is visiting town or stays in its garrison.
  687. giveArtBonus(118,Bonus::CREATURE_GROWTH,+5,1, visitedTownPropagator); //Legs of Legion
  688. giveArtBonus(119,Bonus::CREATURE_GROWTH,+4,2, visitedTownPropagator); //Loins of Legion
  689. giveArtBonus(120,Bonus::CREATURE_GROWTH,+3,3, visitedTownPropagator); //Torso of Legion
  690. giveArtBonus(121,Bonus::CREATURE_GROWTH,+2,4, visitedTownPropagator); //Arms of Legion
  691. giveArtBonus(122,Bonus::CREATURE_GROWTH,+1,5, visitedTownPropagator); //Head of Legion
  692. //Sea Captain's Hat
  693. giveArtBonus(123,Bonus::WHIRLPOOL_PROTECTION,0);
  694. giveArtBonus(123,Bonus::SEA_MOVEMENT,+500);
  695. giveArtBonus(123,Bonus::SPELL,3,0, Bonus::INDEPENDENT_MAX);
  696. giveArtBonus(123,Bonus::SPELL,3,1, Bonus::INDEPENDENT_MAX);
  697. giveArtBonus(124, Bonus::SPELLS_OF_LEVEL,3,1); //Spellbinder's Hat
  698. giveArtBonus(125, Bonus::BATTLE_NO_FLEEING,0, 0, battleWidePropagator); //Shackles of War
  699. giveArtBonus(126, Bonus::BLOCK_ALL_MAGIC, 0, -1, battleWidePropagator);//Orb of Inhibition
  700. //vial of dragon blood
  701. giveArtBonus(127, Bonus::PRIMARY_SKILL, +5, PrimarySkill::ATTACK, Bonus::BASE_NUMBER, dragonNatureLimiter);
  702. giveArtBonus(127, Bonus::PRIMARY_SKILL, +5, PrimarySkill::DEFENSE, Bonus::BASE_NUMBER, dragonNatureLimiter);
  703. //Armageddon's Blade
  704. giveArtBonus(128, Bonus::SPELL, 3, 26, Bonus::INDEPENDENT_MAX);
  705. giveArtBonus(128, Bonus::SPELL_IMMUNITY,0, 26);
  706. ART_ATTACK_AND_DEFENSE(128, +3);
  707. ART_PRIM_SKILL(128, 2, +3);
  708. ART_PRIM_SKILL(128, 3, +6);
  709. //Angelic Alliance
  710. giveArtBonus(129, Bonus::NONEVIL_ALIGNMENT_MIX, 0);
  711. giveArtBonus(129, Bonus::OPENING_BATTLE_SPELL, 10, 48); // Prayer
  712. //Cloak of the Undead King
  713. giveArtBonus(130, Bonus::IMPROVED_NECROMANCY, 0);
  714. //Elixir of Life
  715. giveArtBonus(131, Bonus::STACK_HEALTH, +25, -1, Bonus::PERCENT_TO_BASE);
  716. giveArtBonus(131, Bonus::HP_REGENERATION, +50);
  717. //Armor of the Damned
  718. giveArtBonus(132, Bonus::OPENING_BATTLE_SPELL, 50, 54); // Slow
  719. giveArtBonus(132, Bonus::OPENING_BATTLE_SPELL, 50, 47); // Disrupting Ray
  720. giveArtBonus(132, Bonus::OPENING_BATTLE_SPELL, 50, 45); // Weakness
  721. giveArtBonus(132, Bonus::OPENING_BATTLE_SPELL, 50, 52); // Misfortune
  722. // Statue of Legion - gives only 50% growth
  723. giveArtBonus(133, Bonus::CREATURE_GROWTH_PERCENT, 50, -1, make_shared<CPropagatorNodeType>(CBonusSystemNode::PLAYER));
  724. //Power of the Dragon Father
  725. giveArtBonus(134, Bonus::LEVEL_SPELL_IMMUNITY, 4, -1, Bonus::INDEPENDENT_MAX);
  726. //Titan's Thunder
  727. giveArtBonus(135, Bonus::SPELL, 3, 57);
  728. //Admiral's Hat
  729. giveArtBonus(136, Bonus::FREE_SHIP_BOARDING, 0);
  730. //Bow of the Sharpshooter
  731. giveArtBonus(137, Bonus::NO_DISTANCE_PENALTY, 0, 0, 0, shooterOnlyLimiter);
  732. giveArtBonus(137, Bonus::NO_WALL_PENALTY, 0, 0, 0, shooterOnlyLimiter);
  733. giveArtBonus(137, Bonus::FREE_SHOOTING, 0, 0, 0, shooterOnlyLimiter);
  734. //Wizard's Well
  735. giveArtBonus(138, Bonus::FULL_MANA_REGENERATION, 0);
  736. //Ring of the Magi
  737. giveArtBonus(139, Bonus::SPELL_DURATION, +50);
  738. //Cornucopia
  739. giveArtBonus(140, Bonus::GENERATE_RESOURCE, +4, Res::MERCURY);
  740. giveArtBonus(140, Bonus::GENERATE_RESOURCE, +4, Res::SULFUR);
  741. giveArtBonus(140, Bonus::GENERATE_RESOURCE, +4, Res::CRYSTAL);
  742. giveArtBonus(140, Bonus::GENERATE_RESOURCE, +4, Res::GEMS);
  743. //Stack artifact test
  744. if (VLC->modh->modules.STACK_ARTIFACT)
  745. {
  746. makeItCreatureArt(141);
  747. makeItCreatureArt(142);
  748. makeItCreatureArt(143);
  749. makeItCreatureArt(156);
  750. //Magic Wand
  751. giveArtBonus(141, Bonus::CASTS, 10);
  752. giveArtBonus(141, Bonus::SPELLCASTER, 0, Spells::IMPLOSION);
  753. giveArtBonus(141, Bonus::SPELLCASTER, 0, Spells::FIREBALL);
  754. giveArtBonus(141, Bonus::RANDOM_SPELLCASTER, 0);
  755. giveArtBonus(141, Bonus::DAEMON_SUMMONING, 10, 63); //rise vampire lords
  756. giveArtBonus(141, Bonus::ENCHANTER, 0, Spells::LIGHTNING_BOLT, NULL, 2);
  757. giveArtBonus(141, Bonus::REBIRTH, 1, 1);
  758. giveArtBonus(141, Bonus::MANA_DRAIN, 10);
  759. giveArtBonus(141, Bonus::HEALER, 25);
  760. artifacts[141].get()->setDescription ("Casts Implosion / Fireball, random Genie spell, summons Vampire Lords from corpses, casts Lighthning Bolt every 2 turns, rebirths at least one creature, drains enemy mana and heals");
  761. //Tower Arrow
  762. giveArtBonus(142, Bonus::NO_DISTANCE_PENALTY, 0);
  763. giveArtBonus(142, Bonus::ADDITIONAL_ATTACK, 2);
  764. giveArtBonus(142, Bonus::SPELL_LIKE_ATTACK, 1, Spells::INFERNO);
  765. giveArtBonus(142, Bonus::CATAPULT, 0);
  766. giveArtBonus(142, Bonus::ACID_BREATH, 20);
  767. giveArtBonus(142, Bonus::SHOTS, 200, 0, Bonus::PERCENT_TO_BASE);
  768. giveArtBonus(142, Bonus::SPELL_BEFORE_ATTACK, 50, Spells::AGE, NULL, 1);
  769. giveArtBonus(142, Bonus::SPELL_AFTER_ATTACK, 50, Spells::BERSERK, NULL, 1);
  770. giveArtBonus(142, Bonus::SPELL_AFTER_ATTACK, 50, Spells::POISON, NULL, 1);
  771. giveArtBonus(142, Bonus::SPELL_AFTER_ATTACK, 50, Spells::DISRUPTING_RAY, NULL, 1);
  772. artifacts[142].get()->setDescription ("Triple shots, triple attack, casts various spells during attack, attacks have range of Inferno, no distance penalty, catapult");
  773. //Monster's Power
  774. giveArtBonus(143, Bonus::STACK_HEALTH, +100, -1, Bonus::PERCENT_TO_BASE);
  775. giveArtBonus(143, Bonus::CREATURE_DAMAGE, +100, 2, Bonus::PERCENT_TO_ALL);
  776. giveArtBonus(143, Bonus::HP_REGENERATION, 50);
  777. giveArtBonus(143, Bonus::NO_RETALIATION, 0);
  778. giveArtBonus(143, Bonus::RETURN_AFTER_STRIKE, 0);
  779. giveArtBonus(143, Bonus::ATTACKS_ALL_ADJACENT, 0);
  780. giveArtBonus(143, Bonus::SPELL_RESISTANCE_AURA, 100);
  781. giveArtBonus(143, Bonus::DIRECT_DAMAGE_IMMUNITY, 0);
  782. artifacts[143].get()->setDescription ("Double health, double max damage, hp regeneration, can't retaliate, return after strike, attack all around, 100% spell reisstance aura, immune to direct damage spells");
  783. //Warlord's banner
  784. giveArtBonus(156, Bonus::STACK_HEALTH, +2);
  785. artifacts[156].get()->setDescription ("+2 stack HP");
  786. }
  787. if (VLC->modh->modules.COMMANDERS)
  788. {
  789. for (int i = 146; i <= 155; ++i)
  790. {
  791. makeItCommanderArt (i);
  792. }
  793. ART_PRIM_SKILL (146, 0, +6); //Axe of Smashing
  794. giveArtBonus(147, Bonus::STACK_HEALTH, +12, -1, Bonus::PERCENT_TO_ALL); //Mithril Mail
  795. giveArtBonus(148, Bonus::CREATURE_DAMAGE, +12, 0, Bonus::PERCENT_TO_ALL); //Sword of Sharpness
  796. giveArtBonus(150, Bonus::CASTS, 1); //Pendant of Sorcery
  797. giveArtBonus(151, Bonus::STACKS_SPEED, 1); //Boots of haste
  798. ART_PRIM_SKILL (154, 0, +6); //Hardened Shield
  799. }
  800. JsonNode cfg;
  801. BOOST_FOREACH(auto art, artifacts)
  802. {
  803. art->id;
  804. JsonNode jn;
  805. jn["id"].Float() = art->id;
  806. BOOST_FOREACH (auto b, art->getBonusList())
  807. {
  808. JsonNode bn;
  809. UnparseBonus(bn, b);
  810. jn["bonuses"].Vector().push_back(bn);
  811. }
  812. cfg.Vector().push_back(jn);
  813. }
  814. std::ofstream artconfigOutput("config/artifacts.json");
  815. JsonWriter(artconfigOutput, cfg);
  816. }
  817. void CArtHandler::clear()
  818. {
  819. BOOST_FOREACH(CArtifact *art, artifacts)
  820. delete art;
  821. artifacts.clear();
  822. clearHlpLists();
  823. }
  824. // /**
  825. // * Locally equips an artifact to a hero's worn slots. Unequips an already present artifact.
  826. // * Does not test if the operation is legal.
  827. // * @param artifWorn A hero's set of worn artifacts.
  828. // * @param bonuses Optional list of bonuses to update.
  829. // */
  830. // void CArtHandler::equipArtifact( std::map<ui16, const CArtifact*> &artifWorn, ui16 slotID, const CArtifact* art ) const
  831. // {
  832. // unequipArtifact(artifWorn, slotID);
  833. //
  834. // if (art) //false when artifact is NULL -> slot set to empty
  835. // {
  836. // const CArtifact &artifact = *art;
  837. //
  838. // // Add artifact.
  839. // artifWorn[slotID] = art;
  840. //
  841. // // Add locks, in reverse order of being removed.
  842. // if (artifact.constituents != NULL)
  843. // {
  844. // bool destConsumed = false; // Determines which constituent that will be counted for together with the artifact.
  845. //
  846. // BOOST_FOREACH(ui32 constituentID, *artifact.constituents)
  847. // {
  848. // const CArtifact &constituent = *artifacts[constituentID];
  849. //
  850. // if (!destConsumed && vstd::contains(constituent.possibleSlots, slotID))
  851. // {
  852. // destConsumed = true;
  853. // }
  854. // else
  855. // {
  856. // BOOST_FOREACH(ui16 slot, constituent.possibleSlots)
  857. // {
  858. // if (!vstd::contains(artifWorn, slot))
  859. // {
  860. // artifWorn[slot] = VLC->arth->artifacts[145]; //lock
  861. // break;
  862. // }
  863. // }
  864. // }
  865. // }
  866. // }
  867. // }
  868. // }
  869. //
  870. // /**
  871. // * Locally unequips an artifact from a hero's worn slots.
  872. // * Does not test if the operation is legal.
  873. // * @param artifWorn A hero's set of worn artifacts.
  874. // * @param bonuses Optional list of bonuses to update.
  875. // */
  876. // void CArtHandler::unequipArtifact(std::map<ui16, const CArtifact*> &artifWorn, ui16 slotID) const
  877. // {
  878. // if (!vstd::contains(artifWorn, slotID))
  879. // return;
  880. //
  881. // const CArtifact &artifact = *artifWorn[slotID];
  882. //
  883. // // Remove artifact, if it's not already removed.
  884. // artifWorn.erase(slotID);
  885. //
  886. // // Remove locks, in reverse order of being added.
  887. // if (artifact.constituents != NULL)
  888. // {
  889. // bool destConsumed = false;
  890. //
  891. // BOOST_FOREACH(ui32 constituentID, *artifact.constituents)
  892. // {
  893. // const CArtifact &constituent = *artifacts[constituentID];
  894. //
  895. // if (!destConsumed && vstd::contains(constituent.possibleSlots, slotID))
  896. // {
  897. // destConsumed = true;
  898. // }
  899. // else
  900. // {
  901. // BOOST_REVERSE_FOREACH(ui16 slot, constituent.possibleSlots)
  902. // {
  903. // if (vstd::contains(artifWorn, slot) && artifWorn[slot]->id == 145)
  904. // {
  905. // artifWorn.erase(slot);
  906. // break;
  907. // }
  908. // }
  909. // }
  910. // }
  911. // }
  912. // }
  913. void CArtHandler::clearHlpLists()
  914. {
  915. treasures.clear();
  916. minors.clear();
  917. majors.clear();
  918. relics.clear();
  919. }
  920. void CArtHandler::initAllowedArtifactsList(const std::vector<ui8> &allowed)
  921. {
  922. allowedArtifacts.clear();
  923. clearHlpLists();
  924. for (int i=0; i<144; ++i) //yes, 144
  925. {
  926. if (allowed[i])
  927. allowedArtifacts.push_back(artifacts[i]);
  928. }
  929. if (VLC->modh->modules.COMMANDERS) //allow all commander artifacts for testing
  930. {
  931. for (int i = 146; i <= 155; ++i)
  932. {
  933. allowedArtifacts.push_back(artifacts[i]);
  934. }
  935. }
  936. }
  937. CArtifactInstance::CArtifactInstance()
  938. {
  939. init();
  940. }
  941. CArtifactInstance::CArtifactInstance( CArtifact *Art)
  942. {
  943. init();
  944. setType(Art);
  945. }
  946. // CArtifactInstance::CArtifactInstance(int aid)
  947. // {
  948. // init();
  949. // setType(VLC->arth->artifacts[aid]);
  950. // }
  951. void CArtifactInstance::setType( CArtifact *Art )
  952. {
  953. artType = Art;
  954. attachTo(Art);
  955. }
  956. std::string CArtifactInstance::nodeName() const
  957. {
  958. return "Artifact instance of " + (artType ? artType->Name() : std::string("uninitialized")) + " type";
  959. }
  960. CArtifactInstance * CArtifactInstance::createScroll( const CSpell *s)
  961. {
  962. CArtifactInstance *ret = new CArtifactInstance(VLC->arth->artifacts[1]);
  963. Bonus *b = new Bonus(Bonus::PERMANENT, Bonus::SPELL, Bonus::ARTIFACT_INSTANCE, -1, 1, s->id);
  964. ret->addNewBonus(b);
  965. return ret;
  966. }
  967. void CArtifactInstance::init()
  968. {
  969. id = -1;
  970. setNodeType(ARTIFACT_INSTANCE);
  971. }
  972. int CArtifactInstance::firstAvailableSlot(const CArtifactSet *h) const
  973. {
  974. BOOST_FOREACH(ui16 slot, artType->possibleSlots[h->bearerType()])
  975. {
  976. if(canBePutAt(h, slot)) //if(artType->fitsAt(h->artifWorn, slot))
  977. {
  978. //we've found a free suitable slot.
  979. return slot;
  980. }
  981. }
  982. //if haven't find proper slot, use backpack
  983. return firstBackpackSlot(h);
  984. }
  985. int CArtifactInstance::firstBackpackSlot(const CArtifactSet *h) const
  986. {
  987. if(!artType->isBig()) //discard big artifact
  988. return GameConstants::BACKPACK_START + h->artifactsInBackpack.size();
  989. return -1;
  990. }
  991. bool CArtifactInstance::canBePutAt(const ArtifactLocation al, bool assumeDestRemoved /*= false*/) const
  992. {
  993. return canBePutAt(al.getHolderArtSet(), al.slot, assumeDestRemoved);
  994. }
  995. bool CArtifactInstance::canBePutAt(const CArtifactSet *artSet, int slot, bool assumeDestRemoved /*= false*/) const
  996. {
  997. if(slot >= GameConstants::BACKPACK_START)
  998. {
  999. if(artType->isBig())
  1000. return false;
  1001. //TODO backpack limit
  1002. return true;
  1003. }
  1004. auto possibleSlots = artType->possibleSlots.find(artSet->bearerType());
  1005. if(possibleSlots == artType->possibleSlots.end())
  1006. {
  1007. tlog3 << "Warning: arrtifact " << artType->Name() << " doesn't have defined allowed slots for bearer of type "
  1008. << artSet->bearerType() << std::endl;
  1009. return false;
  1010. }
  1011. if(!vstd::contains(possibleSlots->second, slot))
  1012. return false;
  1013. return artSet->isPositionFree(slot, assumeDestRemoved);
  1014. }
  1015. void CArtifactInstance::putAt(ArtifactLocation al)
  1016. {
  1017. assert(canBePutAt(al));
  1018. al.getHolderArtSet()->setNewArtSlot(al.slot, this, false);
  1019. if(al.slot < GameConstants::BACKPACK_START)
  1020. al.getHolderNode()->attachTo(this);
  1021. }
  1022. void CArtifactInstance::removeFrom(ArtifactLocation al)
  1023. {
  1024. assert(al.getHolderArtSet()->getArt(al.slot) == this);
  1025. al.getHolderArtSet()->eraseArtSlot(al.slot);
  1026. if(al.slot < GameConstants::BACKPACK_START)
  1027. al.getHolderNode()->detachFrom(this);
  1028. //TODO delete me?
  1029. }
  1030. bool CArtifactInstance::canBeDisassembled() const
  1031. {
  1032. return artType->constituents && artType->constituentOf->size();
  1033. }
  1034. std::vector<const CArtifact *> CArtifactInstance::assemblyPossibilities(const CArtifactSet *h) const
  1035. {
  1036. std::vector<const CArtifact *> ret;
  1037. if(!artType->constituentOf //not a part of combined artifact
  1038. || artType->constituents) //combined artifact already: no combining of combined artifacts... for now.
  1039. return ret;
  1040. BOOST_FOREACH(ui32 possibleCombinedArt, *artType->constituentOf)
  1041. {
  1042. const CArtifact * const artifact = VLC->arth->artifacts[possibleCombinedArt];
  1043. assert(artifact->constituents);
  1044. bool possible = true;
  1045. BOOST_FOREACH(ui32 constituentID, *artifact->constituents) //check if all constituents are available
  1046. {
  1047. if(!h->hasArt(constituentID, true)) //constituent must be equipped
  1048. {
  1049. possible = false;
  1050. break;
  1051. }
  1052. }
  1053. if(possible)
  1054. ret.push_back(artifact);
  1055. }
  1056. return ret;
  1057. }
  1058. void CArtifactInstance::move(ArtifactLocation src, ArtifactLocation dst)
  1059. {
  1060. removeFrom(src);
  1061. putAt(dst);
  1062. }
  1063. CArtifactInstance * CArtifactInstance::createNewArtifactInstance(CArtifact *Art)
  1064. {
  1065. if(!Art->constituents)
  1066. {
  1067. auto ret = new CArtifactInstance(Art);
  1068. if (dynamic_cast<CGrowingArtifact *>(Art))
  1069. {
  1070. Bonus * bonus = new Bonus;
  1071. bonus->type = Bonus::LEVEL_COUNTER;
  1072. bonus->val = 0;
  1073. ret->addNewBonus (bonus);
  1074. }
  1075. return ret;
  1076. }
  1077. else
  1078. {
  1079. CCombinedArtifactInstance * ret = new CCombinedArtifactInstance(Art);
  1080. ret->createConstituents();
  1081. return ret;
  1082. }
  1083. }
  1084. CArtifactInstance * CArtifactInstance::createNewArtifactInstance(int aid)
  1085. {
  1086. return createNewArtifactInstance(VLC->arth->artifacts[aid]);
  1087. }
  1088. void CArtifactInstance::deserializationFix()
  1089. {
  1090. setType(artType);
  1091. }
  1092. int CArtifactInstance::getGivenSpellID() const
  1093. {
  1094. const Bonus * b = getBonusLocalFirst(Selector::type(Bonus::SPELL));
  1095. if(!b)
  1096. {
  1097. tlog3 << "Warning: " << nodeName() << " doesn't bear any spell!\n";
  1098. return -1;
  1099. }
  1100. return b->subtype;
  1101. }
  1102. bool CArtifactInstance::isPart(const CArtifactInstance *supposedPart) const
  1103. {
  1104. return supposedPart == this;
  1105. }
  1106. bool CCombinedArtifactInstance::canBePutAt(const CArtifactSet *artSet, int slot, bool assumeDestRemoved /*= false*/) const
  1107. {
  1108. bool canMainArtifactBePlaced = CArtifactInstance::canBePutAt(artSet, slot, assumeDestRemoved);
  1109. if(!canMainArtifactBePlaced)
  1110. return false; //no is no...
  1111. if(slot >= GameConstants::BACKPACK_START)
  1112. return true; //we can always remove combined art to the backapck
  1113. assert(artType->constituents);
  1114. std::vector<ConstituentInfo> constituentsToBePlaced = constituentsInfo; //we'll remove constituents from that list, as we find a suitable slot for them
  1115. //it may be that we picked a combined artifact in hero screen (though technically it's still there) to move it
  1116. //so we remove from the list all constituents that are already present on dst hero in the form of locks
  1117. BOOST_FOREACH(const ConstituentInfo &constituent, constituentsInfo)
  1118. {
  1119. if(constituent.art == artSet->getArt(constituent.slot, false)) //no need to worry about locked constituent
  1120. constituentsToBePlaced -= constituent;
  1121. }
  1122. //we iterate over all active slots and check if constituents fits them
  1123. for (int i = 0; i < GameConstants::BACKPACK_START; i++)
  1124. {
  1125. for(std::vector<ConstituentInfo>::iterator art = constituentsToBePlaced.begin(); art != constituentsToBePlaced.end(); art++)
  1126. {
  1127. if(art->art->canBePutAt(artSet, i, i == slot)) // i == al.slot because we can remove already worn artifact only from that slot that is our main destination
  1128. {
  1129. constituentsToBePlaced.erase(art);
  1130. break;
  1131. }
  1132. }
  1133. }
  1134. return constituentsToBePlaced.empty();
  1135. }
  1136. bool CCombinedArtifactInstance::canBeDisassembled() const
  1137. {
  1138. return true;
  1139. }
  1140. CCombinedArtifactInstance::CCombinedArtifactInstance(CArtifact *Art)
  1141. : CArtifactInstance(Art) //TODO: seems unued, but need to be written
  1142. {
  1143. }
  1144. CCombinedArtifactInstance::CCombinedArtifactInstance()
  1145. {
  1146. }
  1147. void CCombinedArtifactInstance::createConstituents()
  1148. {
  1149. assert(artType);
  1150. assert(artType->constituents);
  1151. BOOST_FOREACH(ui32 a, *artType->constituents)
  1152. {
  1153. addAsConstituent(CArtifactInstance::createNewArtifactInstance(a), -1);
  1154. }
  1155. }
  1156. void CCombinedArtifactInstance::addAsConstituent(CArtifactInstance *art, int slot)
  1157. {
  1158. assert(vstd::contains(*artType->constituents, art->artType->id));
  1159. assert(art->getParentNodes().size() == 1 && art->getParentNodes().front() == art->artType);
  1160. constituentsInfo.push_back(ConstituentInfo(art, slot));
  1161. attachTo(art);
  1162. }
  1163. void CCombinedArtifactInstance::putAt(ArtifactLocation al)
  1164. {
  1165. if(al.slot >= GameConstants::BACKPACK_START)
  1166. {
  1167. CArtifactInstance::putAt(al);
  1168. BOOST_FOREACH(ConstituentInfo &ci, constituentsInfo)
  1169. ci.slot = -1;
  1170. }
  1171. else
  1172. {
  1173. CArtifactInstance *mainConstituent = figureMainConstituent(al); //it'll be replaced with combined artifact, not a lock
  1174. CArtifactInstance::putAt(al); //puts combined art (this)
  1175. BOOST_FOREACH(ConstituentInfo &ci, constituentsInfo)
  1176. {
  1177. if(ci.art != mainConstituent)
  1178. {
  1179. const ArtifactLocation suggestedPos(al.artHolder, ci.slot);
  1180. const bool inActiveSlot = vstd::isbetween(ci.slot, 0, GameConstants::BACKPACK_START);
  1181. const bool suggestedPosValid = ci.art->canBePutAt(suggestedPos);
  1182. int pos = -1;
  1183. if(inActiveSlot && suggestedPosValid) //there is a valid suggestion where to place lock
  1184. pos = ci.slot;
  1185. else
  1186. ci.slot = pos = ci.art->firstAvailableSlot(al.getHolderArtSet());
  1187. assert(pos < GameConstants::BACKPACK_START);
  1188. al.getHolderArtSet()->setNewArtSlot(pos, ci.art, true); //sets as lock
  1189. }
  1190. else
  1191. {
  1192. ci.slot = -1;
  1193. }
  1194. }
  1195. }
  1196. }
  1197. void CCombinedArtifactInstance::removeFrom(ArtifactLocation al)
  1198. {
  1199. if(al.slot >= GameConstants::BACKPACK_START)
  1200. {
  1201. CArtifactInstance::removeFrom(al);
  1202. }
  1203. else
  1204. {
  1205. BOOST_FOREACH(ConstituentInfo &ci, constituentsInfo)
  1206. {
  1207. if(ci.slot >= 0)
  1208. {
  1209. al.getHolderArtSet()->eraseArtSlot(ci.slot);
  1210. ci.slot = -1;
  1211. }
  1212. else
  1213. {
  1214. //main constituent
  1215. CArtifactInstance::removeFrom(al);
  1216. }
  1217. }
  1218. }
  1219. }
  1220. CArtifactInstance * CCombinedArtifactInstance::figureMainConstituent(const ArtifactLocation al)
  1221. {
  1222. CArtifactInstance *mainConstituent = NULL; //it'll be replaced with combined artifact, not a lock
  1223. BOOST_FOREACH(ConstituentInfo &ci, constituentsInfo)
  1224. if(ci.slot == al.slot)
  1225. mainConstituent = ci.art;
  1226. if(!mainConstituent)
  1227. {
  1228. BOOST_FOREACH(ConstituentInfo &ci, constituentsInfo)
  1229. {
  1230. if(vstd::contains(ci.art->artType->possibleSlots[al.getHolderArtSet()->bearerType()], al.slot))
  1231. {
  1232. mainConstituent = ci.art;
  1233. }
  1234. }
  1235. }
  1236. return mainConstituent;
  1237. }
  1238. void CCombinedArtifactInstance::deserializationFix()
  1239. {
  1240. BOOST_FOREACH(ConstituentInfo &ci, constituentsInfo)
  1241. attachTo(ci.art);
  1242. }
  1243. bool CCombinedArtifactInstance::isPart(const CArtifactInstance *supposedPart) const
  1244. {
  1245. bool me = CArtifactInstance::isPart(supposedPart);
  1246. if(me)
  1247. return true;
  1248. //check for constituents
  1249. BOOST_FOREACH(const ConstituentInfo &constituent, constituentsInfo)
  1250. if(constituent.art == supposedPart)
  1251. return true;
  1252. return false;
  1253. }
  1254. CCombinedArtifactInstance::ConstituentInfo::ConstituentInfo(CArtifactInstance *Art /*= NULL*/, ui16 Slot /*= -1*/)
  1255. {
  1256. art = Art;
  1257. slot = Slot;
  1258. }
  1259. bool CCombinedArtifactInstance::ConstituentInfo::operator==(const ConstituentInfo &rhs) const
  1260. {
  1261. return art == rhs.art && slot == rhs.slot;
  1262. }
  1263. const CArtifactInstance* CArtifactSet::getArt(ui16 pos, bool excludeLocked /*= true*/) const
  1264. {
  1265. if(const ArtSlotInfo *si = getSlot(pos))
  1266. {
  1267. if(si->artifact && (!excludeLocked || !si->locked))
  1268. return si->artifact;
  1269. }
  1270. return NULL;
  1271. }
  1272. CArtifactInstance* CArtifactSet::getArt(ui16 pos, bool excludeLocked /*= true*/)
  1273. {
  1274. return const_cast<CArtifactInstance*>((const_cast<const CArtifactSet*>(this))->getArt(pos, excludeLocked));
  1275. }
  1276. si32 CArtifactSet::getArtPos(int aid, bool onlyWorn /*= true*/) const
  1277. {
  1278. for(std::map<ui16, ArtSlotInfo>::const_iterator i = artifactsWorn.begin(); i != artifactsWorn.end(); i++)
  1279. if(i->second.artifact->artType->id == aid)
  1280. return i->first;
  1281. if(onlyWorn)
  1282. return -1;
  1283. for(int i = 0; i < artifactsInBackpack.size(); i++)
  1284. if(artifactsInBackpack[i].artifact->artType->id == aid)
  1285. return GameConstants::BACKPACK_START + i;
  1286. return -1;
  1287. }
  1288. si32 CArtifactSet::getArtPos(const CArtifactInstance *art) const
  1289. {
  1290. for(std::map<ui16, ArtSlotInfo>::const_iterator i = artifactsWorn.begin(); i != artifactsWorn.end(); i++)
  1291. if(i->second.artifact == art)
  1292. return i->first;
  1293. for(int i = 0; i < artifactsInBackpack.size(); i++)
  1294. if(artifactsInBackpack[i].artifact == art)
  1295. return GameConstants::BACKPACK_START + i;
  1296. return -1;
  1297. }
  1298. const CArtifactInstance * CArtifactSet::getArtByInstanceId( TArtifactInstanceID artInstId ) const
  1299. {
  1300. for(std::map<ui16, ArtSlotInfo>::const_iterator i = artifactsWorn.begin(); i != artifactsWorn.end(); i++)
  1301. if(i->second.artifact->id == artInstId)
  1302. return i->second.artifact;
  1303. for(int i = 0; i < artifactsInBackpack.size(); i++)
  1304. if(artifactsInBackpack[i].artifact->id == artInstId)
  1305. return artifactsInBackpack[i].artifact;
  1306. return NULL;
  1307. }
  1308. bool CArtifactSet::hasArt(ui32 aid, bool onlyWorn /*= false*/) const
  1309. {
  1310. return getArtPos(aid, onlyWorn) != -1;
  1311. }
  1312. const ArtSlotInfo * CArtifactSet::getSlot(ui16 pos) const
  1313. {
  1314. if(vstd::contains(artifactsWorn, pos))
  1315. return &artifactsWorn[pos];
  1316. if(pos >= ArtifactPosition::AFTER_LAST )
  1317. {
  1318. int backpackPos = (int)pos - GameConstants::BACKPACK_START;
  1319. if(backpackPos < 0 || backpackPos >= artifactsInBackpack.size())
  1320. return NULL;
  1321. else
  1322. return &artifactsInBackpack[backpackPos];
  1323. }
  1324. return NULL;
  1325. }
  1326. bool CArtifactSet::isPositionFree(ui16 pos, bool onlyLockCheck /*= false*/) const
  1327. {
  1328. if(const ArtSlotInfo *s = getSlot(pos))
  1329. return (onlyLockCheck || !s->artifact) && !s->locked;
  1330. return true; //no slot means not used
  1331. }
  1332. si32 CArtifactSet::getArtTypeId(ui16 pos) const
  1333. {
  1334. const CArtifactInstance * const a = getArt(pos);
  1335. if(!a)
  1336. {
  1337. tlog2 << (dynamic_cast<const CGHeroInstance*>(this))->name << " has no artifact at " << pos << " (getArtTypeId)\n";
  1338. return -1;
  1339. }
  1340. return a->artType->id;
  1341. }
  1342. CArtifactSet::~CArtifactSet()
  1343. {
  1344. }
  1345. ArtSlotInfo & CArtifactSet::retreiveNewArtSlot(ui16 slot)
  1346. {
  1347. assert(!vstd::contains(artifactsWorn, slot));
  1348. ArtSlotInfo &ret = slot < GameConstants::BACKPACK_START
  1349. ? artifactsWorn[slot]
  1350. : *artifactsInBackpack.insert(artifactsInBackpack.begin() + (slot - GameConstants::BACKPACK_START), ArtSlotInfo());
  1351. return ret;
  1352. }
  1353. void CArtifactSet::setNewArtSlot(ui16 slot, CArtifactInstance *art, bool locked)
  1354. {
  1355. ArtSlotInfo &asi = retreiveNewArtSlot(slot);
  1356. asi.artifact = art;
  1357. asi.locked = locked;
  1358. }
  1359. void CArtifactSet::eraseArtSlot(ui16 slot)
  1360. {
  1361. if(slot < GameConstants::BACKPACK_START)
  1362. {
  1363. artifactsWorn.erase(slot);
  1364. }
  1365. else
  1366. {
  1367. slot -= GameConstants::BACKPACK_START;
  1368. artifactsInBackpack.erase(artifactsInBackpack.begin() + slot);
  1369. }
  1370. }
  1371. void CArtifactSet::artDeserializationFix(CBonusSystemNode *node)
  1372. {
  1373. for(bmap<ui16, ArtSlotInfo>::iterator i = artifactsWorn.begin(); i != artifactsWorn.end(); i++)
  1374. if(i->second.artifact && !i->second.locked)
  1375. node->attachTo(i->second.artifact);
  1376. }