Info about the farming system
It seems they plan to have farm plants/animals that can stay for longer then just 60minutes.
I found this:
| Code: |
|
lifeTimeDay="0"
lifeTimeHour="0"
lifeTimeMinute="60"
|
This was infor for a pig. As it seems the client is already prepared to have animals stay for a couple of days.... maybe we will see trees later that stay for a longer time
I might also have found the % chances on getting boxes from animal / plants
| Code: |
|
hvCriChance_0="625"
hvCriChance_1="1250"
hvCriChance_2="2500"
hvCriChance_3="5000"
|
This must propably be read like this:
If harvesting at growth stage 0 -> 6,25% chance to get boxes
If harvesting at growth stage 1 -> 12,5% chance to get boxes
If harvesting at growth stage 2 -> 25,0% chance to get boxes
If harvesting at growth stage 3 -> 50,0% chance to get boxes
I think it is true, I did a lot of research on the boxes and the values seem really accurate.