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
+2
View File
@@ -25,6 +25,8 @@ func _run() -> void:
"resource_id": String(SimulationIds.RESOURCE_FOOD),
"amount_remaining": 10.0,
"yield_per_action": 2.0,
"max_amount": 10.0,
"regrow_rate": 0.0,
"reserved_by": -1,
"enabled": true,
"can_npcs_use": true,