You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Points into strength, agility and intelligence gives fixed attributes, like HP regen, armour, magic resistance, and you cannot easily change these (or at all?).
Solution: Allow modders to set custom properties for what these attributes reward
Priority: Low
The text was updated successfully, but these errors were encountered:
darklordabc
changed the title
Allow changing what you get per attribute point
Allow modifying what heroes get per attribute point
Nov 23, 2016
With the exception of #26 This is fully possible using Lua Modifiers and Lua Spells, with luaSpell:OnHeroCalculateStatsBonus() to reapply the lua modifiers with the intended stack counts.
it is possible, but the problem is if you work with big numbers, dropping an item can (due to the 0.03 server tick delay) mean you have 0hp for example for a server tick and you die; so preferably we'd have some kind of integrated method for this or at least some way to just turn the default valve values off
for example you have a 100 strength item and in your gamemode strength gives you 1hp per strength; dropping this item suddenly loses you 20*100 effective hp and you're dead because the health you're deducting makes your max health 0
Problem: Points into strength, agility and intelligence gives fixed attributes, like HP regen, armour, magic resistance, and you cannot easily change these (or at all?).
Solution: Allow modders to set custom properties for what these attributes reward
Priority: Low
The text was updated successfully, but these errors were encountered: