mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-23 00:28:08 +02:00
Quick implementation of stack experience details. Minor fixes.
Man, it's ugly.
This commit is contained in:
@ -74,6 +74,7 @@ public:
|
||||
std::vector <std::string> skillName;
|
||||
std::vector <std::vector <std::string> > skillInfoTexts; //[id][level] : level 0 - basic; 2 - advanced
|
||||
std::vector<std::string> levels;
|
||||
std::vector<std::string> zcrexp; //more or less useful content of that file
|
||||
|
||||
//campaigns
|
||||
std::vector <std::string> campaignMapNames;
|
||||
|
Reference in New Issue
Block a user