Linvail / keeperfx

Open source remake and Fan Expansion of Dungeon Keeper.
https://keeperfx.net/
GNU General Public License v2.0
0 stars 0 forks source link

Allow spell's logic effect can be customized in config files #5

Open Linvail opened 2 weeks ago

Linvail commented 2 weeks ago

Allow spell's logic effect (not visual effect) can be customized in config files For example, if I want to add a new spell or instance called "Soul of Berserker", I only need to write these in the config file.

_Name = Soul_of_Berserker ; +15% Strength StrengthModifier = 15 ; +10% Speed SpeedModifier = 10 ; -10% Defence DefenceModifier = -10_