Cold-War-Project / CWP-Main

21 stars 12 forks source link

Incorrect good weighting #104

Closed DZappala closed 1 year ago

DZappala commented 1 year ago

Starting weight for some goods is outside min/max weight bounds for some goods

popneed_financial_services = {
    default = financial_services
    entry = {
        goods = services
        weight = 0.05
        max_weight = 0.0125        # Maxes out at 5% of supply share
        min_weight = 0
    }
    entry = {
        goods = financial_services
        weight = 1
        max_weight = 10        # Maxes out at 100% of supply share
        min_weight = 0
    }
}
JackEPepper commented 1 year ago

Goods weighting is weird, see here: https://www.reddit.com/r/victoria3/comments/yudc80/pop_needs_consumer_good_substitution_and_why_oil/ Shouldn't be a problem AFAIK, that's just how things are calculated.