memphis-iis / mofacts

8 stars 1 forks source link

Modify multiple units with one unit through adaptive logic #1492

Closed MegaGeese closed 2 months ago

MegaGeese commented 2 months ago

Rewrite adaptive logic parsing to add the ability for one unit to modify multiple later units. Ex:

"adaptiveLogic": {
    "2": [ "IF NOT C0S0 THEN C2S0" ],
    "3": [ "IF NOT C0S0 THEN C2S0", "IF NOT C0S0 THEN C2S0"]
}