• At the moment the warehouse is a little bit unrealistic (and unfair). The warehouse should have a maximum volume for all stored goods (not maximum for every type of goods).


    For example:
    Two players have the same warehouse (max.500).
    One of them wants to store 1000 pieces of 1 type of product = 1000 pieces.
    The other one wants to store 500 pieces of 3 types of products = 1500 pieces.
    The first player will have to pay more which is not fair.

  • Hmm, i think we have a problem with the branches.
    Not every branche have the same amount of products. Must we change it?


    Its not a problem, how much volume should have the warehouse?


    You should add the number of all products from each player and divide by the number of warehouses of all players. Then, you will have an average number of products per warehouse per player.