danreeves / dt-exchange

40 stars 17 forks source link

Weapon statistics filtering #77

Closed CautemocSg closed 1 year ago

CautemocSg commented 1 year ago

This update includes adding the new statistics rules in the rules based filter gui.

Statistics filtering is implemented in the JSON as ..

"stats": [
  {
    "name": "Blast Damage",
    "min": 70
  }
]
danreeves commented 1 year ago

Looks good, I'll get this released!