Add water to water tiles. (#25825)

* update

* rename tank to pool. bigger arbitrary #. remove bad copy paste part.
This commit is contained in:
Froffy025
2024-03-05 20:37:24 -05:00
committed by GitHub
parent 55cebb3b56
commit 8e8156a6a7

View File

@@ -17,6 +17,21 @@
drawdepth: BelowFloor
layers:
- state: shoreline_water
- type: SolutionContainerManager
solutions:
pool:
maxVol: 9999999 #.inf seems to break the whole yaml file, but would definitely be preferable.
reagents:
- ReagentId: Water
Quantity: 9999999
- type: SolutionRegeneration
solution: tank
generated:
reagents:
- ReagentId: Water
Quantity: 100
- type: DrainableSolution
solution: pool
- type: SlowContacts
walkSpeedModifier: 0.5
sprintSpeedModifier: 0.5