Dodging shield?

Is it possible to give a dodging shield to units like the one of the shrivamsha? Do anyone know how?

Set the max charge to the total number of projectiles you want it to be able to block, set the recharge rate to max charge divided by the total time to recharge fully, set charge event to 0, and set charge type to 4. All of these fields can be modified through the Genie Editor or the scenario editor’s modify attribute effect.

1 Like

Thank you again, man! For a moment I thought it wasn’t possible since I couldn’t find info about it and it seemed weird nobody ever asked about it.

Ehi it’s me again, I actually have a problem: the shield doesn’t recharge with time.
Here is the trigger:

Set max charge to 10;
Set recharge rate to 10;
Divide recharge rate for 30; (max charge divided by time needed to recharge which I choose to be 30 seconds)
Set charge event to 0;
Set charge type to 4.

Thanks for the help!

I think that because of weird scenario editor stuff, it’s probably rounding down your recharge rate to 0, hence it not recharging at all. You could try using XS scripting, but that’d be a pain if you aren’t familiar with it.

1 Like

I see, that’s unfortunate, I guess this could be reported as a bug then?
Yeah I’m not familiar with Xs scripting and I imagine it’s not worth it just to add that shield (it was more of a gimmick for my scenario anyway).