Add Ground Zero water source

This commit is contained in:
2026-05-14 07:20:32 -07:00
parent 8d20a90e02
commit 65d43839c8
10 changed files with 182 additions and 5 deletions
+27
View File
@@ -0,0 +1,27 @@
# Ground Zero Freshwater Source
The Ground Zero map now has a first-pass gameplay freshwater source.
## Placement
- Actor label: `AGR_GZ_FreshWaterSource_01`
- Blueprint: `/Game/Agrarian/Blueprints/World/BP_FreshWaterSource`
- Placement intent: drainage-candidate area identified during the landform pass.
The previous water/shoreline analysis found no ocean, lake, or confirmed stream
inside the current 1 km tile. This actor is therefore a gameplay MVP freshwater
source, not a confirmed hydrography feature.
## Gameplay
The water source is an interactable actor. On server-authoritative interaction,
it restores thirst through `UAgrarianSurvivalComponent::AddWater`.
- Restore amount: `45`
- Interaction text: `Drink from Fresh Water Spring`
## Follow-Up
Later hydrography work should validate this drainage candidate against USGS NHD
or equivalent data. If a confirmed stream or spring is available, replace this
placeholder with the real watercourse location and geometry.