[Mod] Priest Minions Heal Based on Level

This mod changes the priests minions so that they heal based on the demigods level instead of based on the max health of a demigod.

I balanced this mod to make priests as effective as they were before if you did not health stack.  What this means is that health stacking will not longer increase the effectiveness of Minion Priests.  Citadel Priests were not changed.

Anyone can feel free to incorporate this into any of thier balance mods.

 

http://www.mediafire.com/?mymt2kzg2j5

1,733 views 4 replies
Reply #1 Top

What are the new healing values?

Reply #2 Top

Agreed what are the numbers and did you make it so that everyone gets healed the same based on level or is it DG dependent... i.e. reg will get healed less than UB or does everyone get 800 @lvl 10?

 

Cheers,
Than. 

Reply #3 Top

I think I've got this one figured out. It appears that it does actually affect citadel priests ( they just heal about 1/10 that of minion priests. )

The mod actually changes the buffaffects.lua, so anything with MaxHealthPercent in the affects section will be changed by this.

So far, I think this is only priests, but there might be others.

The formula for the amount healed is: 100 + ( 25xLevelxMaxHealthPercent ), with MaxHealthPercent being the number from the buff blueprint.

In the case of the Minion ( high ) priest 1, without healing wind, this is 1.

So, if you were level 1, this would be: 100 + (25x1x1) = 125

If you were level 20: 100 + (25x20x1) = 600

High priest 4 with healing wind is 3.4, bringing the healed amount up to 1800.

The citadel minions with healing wind is 0.15, so 175.

Anyways, for the OP: When you make a mod, I recommend also including a zip as many people ( rightly so ) dont like using executables. More importantly though, you should only include the blocks from files that you added/changed, not the entire file. This helps massively with mod compatability, and makes life simpler for you, or anyone modding your mod:)

Reply #4 Top

Ok I was away from my computer for a few days.  I can clean up the files and provide a zipped version.