For my map I’m making a tech that reduce the attack reload time of archer type unit however I need to subtract and not add time
void main() {
int c = -0.5;
xsEffectAmount(cAddAttribute, 900, cAttackReloadTime, c, 1);
}
I’ve try many many thing to reduce this attack reload time but I can’t get it to work
Does anyone has a solution ?