I have a marine-type unit that i want to deal 75% less damage while its outside of bunkers. I've tried using different weapons and then disabling one and enabling the other when the marine goes into the bunker. No luck.
I also tried having a damage de-duff whenever the marine was outside of the bunker. That didn't work either.
Could anybody help me out?
You can apply a buff to cargo units within any transport (a field in the Bunker - Load/Unload ability, read the mouseover texts to identify the correct one)
Make it give +300% dmg, and add a "remove" validator IsMarine. If it doesn't exist already, there are many examples to copy from. Remember that the behavior deactivates/is removed if the validator returns "false".
Hello community!
I have a marine-type unit that i want to deal 75% less damage while its outside of bunkers. I've tried using different weapons and then disabling one and enabling the other when the marine goes into the bunker. No luck. I also tried having a damage de-duff whenever the marine was outside of the bunker. That didn't work either. Could anybody help me out?
You can apply a buff to cargo units within any transport (a field in the Bunker - Load/Unload ability, read the mouseover texts to identify the correct one)
Make it give +300% dmg, and add a "remove" validator IsMarine. If it doesn't exist already, there are many examples to copy from. Remember that the behavior deactivates/is removed if the validator returns "false".
Thank you! I just needed to think of another way to approach this and you gave me just that. I'll get to it.