39 lines
974 B
YAML
39 lines
974 B
YAML
- section: River
|
|
items:
|
|
- key: flow
|
|
label: Flow
|
|
options: ["No", Standard, High, Uncertain]
|
|
default: Standard
|
|
- key: shadows
|
|
label: Strong Shadows
|
|
options: ["Yes", "No", Uncertain]
|
|
default: "No"
|
|
- key: sediments
|
|
label: Sediments
|
|
options: ["Yes", "No", Uncertain]
|
|
default: "No"
|
|
- key: artifacts
|
|
label: Artifacts on River
|
|
options: ["Yes", "No", Uncertain]
|
|
default: "No"
|
|
- section: Scene
|
|
items:
|
|
- key: lighting
|
|
label: Lighting
|
|
options: [Bright, Dark, Uncertain]
|
|
default: Bright
|
|
- key: exposure
|
|
label: Exposure
|
|
options: [Overexposed, Underexposed, Both, Normal, Uncertain]
|
|
default: Normal
|
|
- section: Weather
|
|
items:
|
|
- key: precipitation
|
|
label: Precipitation
|
|
options: ["Yes", "No", Uncertain]
|
|
default: "No"
|
|
- key: snow_on_ground
|
|
label: Snow on Ground
|
|
options: ["Yes", "No", Uncertain]
|
|
default: "No"
|