1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

- Removed integer parameters from CCreature, all stats are now handled by Bonus System Only

- Parsing for creature format http://wiki.vcmi.eu/index.php?title=Creature_Format
Needs rearrangement of some info to work
This commit is contained in:
DjWarmonger
2012-08-30 14:57:24 +00:00
parent 78a6e7b56f
commit 31f82cade0
8 changed files with 139 additions and 31 deletions

View File

@@ -75,6 +75,7 @@ public:
void loadConfigFromFile (std::string name);
void saveConfigToFile (std::string name);
CCreature * loadCreature (const JsonNode &node); //TODO: handler collections now use ModHandler vector index. Should they be aligned according to mods actually used??
void recreateHandlers();
struct DLL_LINKAGE hardcodedFeatures