feat: regrow finite berry sources toward their authored cap

This commit is contained in:
Rijad Zuzo
2026-08-11 00:40:13 +02:00
parent 82e44a9f5d
commit 549a365ab2
8 changed files with 200 additions and 1 deletions
+3
View File
@@ -490,6 +490,7 @@ position = Vector3(-8, 0, -17)
[node name="BerryBush_01" parent="WorldObjects/ResourceNodes" instance=ExtResource("2_resource")]
position = Vector3(-6, 0, -8)
node_id = &"berry_bush_01"
regrow_rate = 0.02
safety_risk = 0.05
comfort_distance = 18.0
discovery_priority = 1.0
@@ -498,6 +499,7 @@ discovery_priority = 1.0
position = Vector3(-10, 0, -4)
node_id = &"berry_bush_02"
initial_amount = 8.0
regrow_rate = 0.02
safety_risk = 0.08
comfort_distance = 20.0
discovery_priority = 0.5
@@ -507,6 +509,7 @@ position = Vector3(12, 0, 10)
node_id = &"berry_patch_river_01"
initial_amount = 6.0
yield_per_action = 1.5
regrow_rate = 0.02
safety_risk = 0.18
comfort_distance = 22.0
discovery_priority = 0.25