Don’t know if this is specific to the module I am working with (warmachine and hordes module), but it has an option for an area of effect for certain models. This area of effect is centered on the model. I would like to have a similar area of effect but instead of it being a circle around the model I need it to be a semicircle that would also rotate with the model. Is this possible with vassal or would the module have to have it built into it?
I have looked for similar question on this forum and haven’t found anything that was very close to what I was looking to do.
Thank you.
Thus spake fatzech:
Don’t know if this is specific to the module I am working with
(warmachine and hordes module), but it has an option for an area of
effect for certain models. This area of effect is centered on the model.
I would like to have a similar area of effect but instead of it being a
circle around the model I need it to be a semicircle that would also
rotate with the model. Is this possible with vassal or would the module
have to have it built into it?
I have looked for similar question on this forum and haven’t found
anything that was very close to what I was looking to do.
The Area of Effect trait is what provides the shaded circle. To get
some other shape, you could write a Java class which subclass
AreaOfEffect, and then include that class in your module.
–
J.