mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
- it is possible to read json file with vector
- town configuration: - - all town-related texts are now in TownHandler - - alignments are now part of faction - - removed CTown::bonus field
This commit is contained in:
@@ -110,6 +110,8 @@ namespace ELossConditionType
|
||||
namespace EAlignment
|
||||
{
|
||||
enum EAlignment { GOOD, EVIL, NEUTRAL };
|
||||
|
||||
const std::string names [3] = {"good", "evil", "neutral"}; //for parsing from config file
|
||||
}
|
||||
|
||||
namespace ETownType
|
||||
|
||||
Reference in New Issue
Block a user