Description:
Tweak odds of tree spawning.
Reduce the odds in a preserve so it's just double the regular rate..
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -61,9 +61,9 | |||||
|
61 | private const float NEIGHBOR_NEW_TREE_CHANCE = 0.995f; |
|
61 | private const float NEIGHBOR_NEW_TREE_CHANCE = 0.995f; |
|
62 | private const float NEIGHBOR_CROWDS_TREE_CHANCE = 0.995f; |
|
62 | private const float NEIGHBOR_CROWDS_TREE_CHANCE = 0.995f; |
|
63 |
|
63 | ||
|
64 |
private const float PRESERVE_SPONTANEOUS_NEW_TREE_CHANCE = 0.99 |
|
64 | private const float PRESERVE_SPONTANEOUS_NEW_TREE_CHANCE = 0.9990f; |
|
65 | private const float PRESERVE_NEIGHBOR_NEW_TREE_CHANCE = 0.995f; |
|
65 | private const float PRESERVE_NEIGHBOR_NEW_TREE_CHANCE = 0.995f; |
|
66 |
private const float PRESERVE_NEIGHBOR_CROWDS_TREE_CHANCE = 0.999 |
|
66 | private const float PRESERVE_NEIGHBOR_CROWDS_TREE_CHANCE = 0.9990f; |
|
67 |
|
67 | ||
|
68 | public const int TREE_PLANT_COST = 500; |
|
68 | public const int TREE_PLANT_COST = 500; |
|
69 | public const int TREE_CLEAR_COST = 250; |
|
69 | public const int TREE_CLEAR_COST = 250; |
You need to be logged in to leave comments.
Login now