This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
my mod has a combat medic unit that has a weak weapon
i want it to be able to channel its healing ability while moving and attacking
alternatively, changing autocast to prefer attacking over repairing could also help
any thoughts?
@summerloud: Go
Theres a flag called "allow movement" and "transient", those two should let you use the ability while moving.
New to the Editor? Need a tutorial? Click Here
Want data assets? Click Here
if i check "transient", the ability doesnt work at all, seems like transient doesnt mix with create healer effects
i ended up reworking the ability to use (create persistent) and (modify unit) effects instead of (create healer), now it works exactly as intended
my mod has a combat medic unit that has a weak weapon
i want it to be able to channel its healing ability while moving and attacking
alternatively, changing autocast to prefer attacking over repairing could also help
any thoughts?
@summerloud: Go
Theres a flag called "allow movement" and "transient", those two should let you use the ability while moving.
New to the Editor? Need a tutorial? Click Here
Want data assets? Click Here
if i check "transient", the ability doesnt work at all, seems like transient doesnt mix with create healer effects
i ended up reworking the ability to use (create persistent) and (modify unit) effects instead of (create healer), now it works exactly as intended