hey all, ive been lurking around quite a while, and some of you from the TSOP project might by now recognise my name a bit
( or maybe not
)
anyway! i had a question to ask, i was fiddling around with the sins a bit and i was trying to make my novalith cannon be able to fire its abbility at capitalships as well as planets.
and i was wondering if i could just change the target parameters and be done with it, or would my sins just explode 
i know i can change target parameters, but can i just go PLANETS, CAPITALSHIPS
or do i need to add more lines of code ?
targetFilter
numOwnerships 1
ownership "Enemy"
numObjects 1
object "Planet"
numSpaces 1
space "Normal"
numConstraints 1
constraint "IsExplored"
is the original, so could i just do >
targetFilter
numOwnerships 1
ownership "Enemy"
numObjects 2
object "Planet"
object "Capitalship"
numSpaces 1
space "Normal"
numConstraints 1
constraint "IsExplored"
?