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
@@ -12,6 +12,8 @@ static var _all: Array[ResourceNode] = []
@export var resource_id: StringName = SimulationIds.RESOURCE_FOOD
@export var initial_amount: float = 10.0
@export var yield_per_action: float = 2.0
@export var max_amount: float = 0.0
@export var regrow_rate: float = 0.0
@export var initial_enabled: bool = true
@export var can_npcs_use: bool = true
@export var can_player_use: bool = true