Production rules · Lighting
LGT-012
Soft rule priority 74 domain: lighting continuity
Rationale
Atmosphere changes depth and visible beam behavior.
IF — conditions (all must hold)
- lighting.atmosphere_continuity_drift eq true
THEN — actions
- add_flag "ATMOSPHERE_DRIFT"
- propose "match_density_and_light_scatter"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "LGT-012",
"domain": "lighting",
"priority": 74,
"hard": false,
"logic": "all",
"when": [
{
"path": "lighting.atmosphere_continuity_drift",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "ATMOSPHERE_DRIFT"
},
{
"op": "propose",
"value": "match_density_and_light_scatter"
}
],
"rationale": "Atmosphere changes depth and visible beam behavior.",
"tags": [
"continuity"
]
}