You can make a new spellbook and put the passive abilities you want in it.
Then make your unit have the spellbook ability.
Then at the beginning of the map, you run a trigger that disables the spellbook ability for all players with "player - disable ability for player".
Your unit now has all the passive abilities in the spellbook, but no ability icon.
I don't think you even want the spell book ability taking up space, correct? I wasn't sure if the channel ability would still be able to be learned, i haven't experimented with the not visible option enough.
Another option to not need a spell book would be to do what i said above, but simply keep track of the ability level via an integer variable, and "purchase" the ability at a shop (like by attaining a rune or something to be the event that would increase the integer value). You could then use that integer in place of the ability level integer.
There are a lot of options![]()
I don't think you even want the spell book ability taking up space, correct? I wasn't sure if the channel ability would still be able to be learned, i haven't experimented with the not visible option enough.
Another option to not need a spell book would be to do what i said above, but simply keep track of the ability level via an integer variable, and "purchase" the ability at a shop (like by attaining a rune or something to be the event that would increase the integer value). You could then use that integer in place of the ability level integer.
There are a lot of options![]()
only way is the spellbook way but only with spellbooks you can have more then 5 spells so read a spellbook tutorial and then use them
Disable the spellbook from triggers, but trust me it won't work lol.
You have to know how much the damage is taken by the attacked unit, then you have to put a random number between 100 is less than or equal to 30 ( let's say ) ...
Then .. damage target = taken damage... that's called double damage..
But it would be a big Complex ! if you want to do it![]()
So the whole idea is not possible?
Don't decapitate me if I'm wrong but can't you just remove the Art - Icon - Normal but leave the Art - Icon - Research?
You can trigger it! Every time a unit with crit attacks, check if it procs, and deal damage with triggers.
You are just making things more complicated.Is this so important to create all these stuff?
i think it also gives you one more spot for another spellYou are just making things more complicated.Is this so important to create all these stuff?