From ca1515ab9e30354fc342fc641e373608d341ae47 Mon Sep 17 00:00:00 2001 From: fin444 Date: Fri, 16 Sep 2022 08:40:10 -0400 Subject: [PATCH] re-add Rainbow Spell Damage to atlas --- js/query.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/query.js b/js/query.js index 5a14773..99ebd4e 100644 --- a/js/query.js +++ b/js/query.js @@ -100,6 +100,7 @@ const itemQueryProps = (function() { rangeAvg(['firedmg', 'firedam', 'fdmg', 'fdam'], (i, ie) => i.fDam); rangeAvg(['airdmg', 'airdam', 'admg', 'adam'], (i, ie) => i.aDam); sum(['sumdmg', 'sumdam', 'totaldmg', 'totaldam'], props.ndam, props.edam, props.tdam, props.wdam, props.fdam, props.adam); + sum(['rainbowraw'], props.edam, props.tdam, props.wdam, props.fdam, props.adam); maxId(['earthdmg%', 'earthdam%', 'edmg%', 'edam%', 'edampct'], 'eDamPct'); maxId(['thunderdmg%', 'thunderdam%', 'tdmg%', 'tdam%', 'tdampct'], 'tDamPct');