[1.1.2647] adaptation days cap out at 100

Started by Wanderer_joins, June 01, 2020, 02:21:27 PM

Previous topic - Next topic

Wanderer_joins

This one is rather technical but it seems adaptation days cap out at 100. If i understand the storyteller description there shouldn't be such a cap:

    <adaptDaysGrowthRateCurve>
      <points>
        <li>(-30.01, 6)</li>   <!-- under: 8.00 -->
        <li>(-30,    3)</li>   <!--   -30: 3.00 -->
        <li>(-0.01,  3)</li>
        <li>(0,      1)</li>   <!--     0: 1.00 -->
        <li>(59.99,  1)</li>
        <li>(60,     0.5)</li> <!--    60: 0.50 -->
        <li>(119.99, 0.5)</li>
        <li>(120,    0.25)</li> <!--  120: 0.25 -->
      </points>
    </adaptDaysGrowthRateCurve>
    <pointsFactorFromAdaptDays>
      <points>
        <li>(-30, 0.40)</li>  <!-- recover in 10 days -->
        <li>(  0, 0.80)</li>  <!-- start at     0.80  -->
        <li>( 30, 1.00)</li>  <!-- 0.5 years to 1.00  -->
        <li>( 60, 1.20)</li>  <!-- 0.5 years to 1.20  -->
        <li>(120, 1.60)</li>  <!-- 2   years to 1.60  -->
        <li>(180, 2.00)</li>  <!-- 4   years to 2.00  -->
      </points>
    </pointsFactorFromAdaptDays>


example of adaptation days flat for 30 days at 100 days in attachement pics


Wanderer_joins

Nervermind, i've jsut seen "adaptdaysmax" in the storyteller, which i think is relatively new.

ison

I think it's correct, thanks for reporting though!