Add campfire cooking placeholder
This commit is contained in:
@@ -292,6 +292,11 @@ Campfires expose native extinguish logic through `AAgrarianCampfire::Extinguish`
|
||||
Extinguishing clears remaining fuel, turns off replicated lit state, and reuses
|
||||
the same visual update path as natural fuel depletion.
|
||||
|
||||
Campfires also expose a minimal replicated cooking placeholder. While lit and
|
||||
enabled, `AAgrarianCampfire` advances `CookingProgressSeconds` toward
|
||||
`CookingSecondsRequired` on the server and exposes `CanCook` plus a normalized
|
||||
progress ratio for future recipe UI, food transformation, and interaction hooks.
|
||||
|
||||
The first real-weather adapter is `UAgrarianWeatherProviderSubsystem`. It uses
|
||||
Open-Meteo forecast requests keyed by tile center latitude/longitude, parses the
|
||||
current temperature, daily low/high, precipitation, wind, humidity, cloud cover,
|
||||
|
||||
Reference in New Issue
Block a user