Merge pull request #19 from MikeHoffert/feature-attack-boost

Attack boosts and upgrades now support upgrading attack speed
This commit is contained in:
titiger 2014-09-29 01:24:52 +02:00
commit c6993ed7dd

View File

@ -96,6 +96,10 @@ protected:
bool attackSpeedIsMultiplier; bool attackSpeedIsMultiplier;
std::map<string,int> attackSpeedIsMultiplierValueList; std::map<string,int> attackSpeedIsMultiplierValueList;
int attackSpeed;
bool attackSpeedIsMultiplier;
std::map<string,int> attackSpeedIsMultiplierValueList;
public: public:
/** /**
* Creates an UpgradeTypeBase with values such that there are no stat changes. * Creates an UpgradeTypeBase with values such that there are no stat changes.