cwtools / cwtools-stellaris-config

.cwt config files for Stellaris
MIT License
27 stars 27 forks source link

count in any_xxx works #238

Closed Persepheus closed 6 years ago

Persepheus commented 6 years ago

but cwtools tells me, its an error

Goldziher commented 6 years ago

does this work only with stuff like any_owned_xxx or any_controlled_xxx, or does it work as well with general stuff like any_ship or any_war?

anyhow, i suggest you make the changes here and submit as pull request: https://github.com/tboby/cwtools-stellaris-config/blob/master/config/triggers.cwt

Persepheus commented 6 years ago

Well, I guess it works simply always, but I would have to test to be sure and I will not have time for it, sry.

Goldziher commented 6 years ago

Yhea I think blackninja wrote the same, i'll ask

Goldziher commented 6 years ago

So its confirmed. Can you add:

cardinality = 0..1

count = int

To all any_ triggers?

Persepheus commented 6 years ago

yes

Persepheus commented 6 years ago

done

Goldziher commented 6 years ago

Great 😃

tboby commented 6 years ago

Done