fishing-api/config/locations.yml

21 lines
270 B
YAML
Raw Normal View History

2024-02-22 20:46:45 +01:00
- id: pond
name: Pond
nearby: []
hasSand: true
objects: []
- id: lake
name: Lake
nearby: []
hasSand: false
objects: []
- id: river
name: River
nearby: []
hasSand: false
objects: []
- id: sea
name: Sea
nearby: []
hasSand: true
objects: []