dkfans / keeperfx

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

Added remaining fields to SET_CREATURE_CONFIGURATION #3708

Closed Loobinex closed 3 days ago

Loobinex commented 5 days ago

Added [experience] and [annoyance] blocks to SET_CREATURE_CONFIGURATION. Powers, PowersLevelRequired and LevelsTrainValues are all [slot],[value] format, so:

SET_CREATURE_CONFIGURATION(BILE_DEMON,Powers,3,HEAL)

Rest keeps normal format.