feat: regrow finite berry sources toward their authored cap
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user