Taranchuk / PurpleIvy

2 stars 2 forks source link

Plant growth not growing during the sunlight #3

Closed unlimitedgithub closed 4 years ago

unlimitedgithub commented 4 years ago

Plant says its growing but it remains at 5%

unlimitedgithub commented 4 years ago

added

        <fertilityMin>0.001</fertilityMin>
        <fertilitySensitivity>0.3</fertilitySensitivity>
        <growDays>0.5</growDays>
                   <dieIfLeafless>false</dieIfLeafless>
                   <neverBlightable>true</neverBlightable>
unlimitedgithub commented 4 years ago

Found something that may be helpful, was able to get the plant to grow to maturity by changing the ticker type from rare to long it does seem to break plant spread though as it no longer expands outwards only starting on the tiles it lands on from the meteorite event.

unlimitedgithub commented 4 years ago
<thingClass>PurpleIvy.Plant_Ivy</thingClass>    
<tickerType>Rare</tickerType>

    <thingClass>PurpleIvy.Plant_Ivy</thingClass>
    <tickerType>Long</tickerType>
Taranchuk commented 4 years ago

Solved