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
+4
View File
@@ -166,6 +166,8 @@ func _test_target_resolution_and_travel_are_separate() -> void:
"resource_id": String(SimulationIds.RESOURCE_FOOD),
"amount_remaining": 5.0,
"yield_per_action": 1.0,
"max_amount": 5.0,
"regrow_rate": 0.0,
"reserved_by": -1,
"enabled": true,
"can_npcs_use": true,
@@ -184,6 +186,8 @@ func _test_target_resolution_and_travel_are_separate() -> void:
"resource_id": String(SimulationIds.RESOURCE_FOOD),
"amount_remaining": 5.0,
"yield_per_action": 1.0,
"max_amount": 5.0,
"regrow_rate": 0.0,
"reserved_by": -1,
"enabled": true,
"can_npcs_use": true,