1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00
This commit is contained in:
AlexVinS
2018-03-04 11:13:07 +03:00
parent dec825fdc2
commit f126a34a5e
15 changed files with 56 additions and 20 deletions

View File

@@ -232,6 +232,7 @@ public:
std::string nodeName() const override;
///spells::Caster
int32_t getCasterUnitId() const override;
ui8 getSpellSchoolLevel(const spells::Spell * spell, int * outSelectedSchool = nullptr) const override;
int64_t getSpellBonus(const spells::Spell * spell, int64_t base, const battle::Unit * affectedStack) const override;
int64_t getSpecificSpellBonus(const spells::Spell * spell, int64_t base) const override;