I'm trying to have a weapon have a set damage, and an additional damage value that happens at the same time but the second one isn't reduced by armor.
The weapon is the SCV's Fusion cutter, so it is melee.
The thing is it seems to only allow one effect per weapon.
I tried making two weapons, one with the normal damage effect and the other with the armor-ignoring damage effect, but it only uses the normal weapon.
Yeah, first you gotta make 2 new effects. One effect set and one for the other damage which ignores armor. Then add both damage effects under the set effect and under the weapon remove the damage effect and add the set effect. Guess that should work. good luck
I'm trying to have a weapon have a set damage, and an additional damage value that happens at the same time but the second one isn't reduced by armor.
The weapon is the SCV's Fusion cutter, so it is melee.
The thing is it seems to only allow one effect per weapon. I tried making two weapons, one with the normal damage effect and the other with the armor-ignoring damage effect, but it only uses the normal weapon.
Any way to get this working?
@PIESOFTHENORTH: Go
Yeah, first you gotta make 2 new effects. One effect set and one for the other damage which ignores armor. Then add both damage effects under the set effect and under the weapon remove the damage effect and add the set effect. Guess that should work. good luck
Or to explain it less complicated:
Only the "set" effect type is allowed to have multiple effects.
Weapon links to the set, set links to both damage effects. (They are applied in order, that may be useful for other stuff)
@Vitkar: Go
pfft :p
@Jooon: Go
It worked, thanks!