cwtools-stellaris-config
cwtools-stellaris-config copied to clipboard
Exporting variable effects things
This probably affects all the Export_
The specific one I've noticed is that using
export_trigger_value_to_variable = { trigger = count_deposit parameters = { limit = { is_deposit_type = autofab_mine } } variable = autofab_mine }
has CWtools complaining that is_deposit_type is being used in the wrong scope.
I'm also getting the error that "rounded = yes/no" is unexpected in export_trigger_value_to_variable, when the docs say it's allowed, and defaults to no.