#What directory should custom ability icons be in?
1 messages · Page 1 of 1 (latest)
it should be "resource" not "resources"
30 mins of looking to come back at me with that. Thanks!
am I doing something wrong?
why does the icon show up on hero select but not ingame
My guess would be that the ability is not being initialized in the game
Do you have any code that actually initializes the ability? Lua code
That would still not work
oh wait
bonus_magic
kek
nevermind not the problem
even with magic fixed
The function name of the GetIntrinsic is wrong, it refers to "technical_name" instead of the ability name
oh ye now it works
now I just need to figure out why its not giving me magic resist
I assume I have to change modifier_name to modifier_antimage_spell_shield_584
oh ye now it works
damn I am stupid
Well yes "modifier_name" is just a placeholder
now it's time for me to learn how to make a toggle
That's so you can have multiple modifiers in one file and be able to reference each of them correctly
I see