From 15b068109c2f07f859284b7a3aaa9e63b0908f64 Mon Sep 17 00:00:00 2001 From: artcom-net Date: Fri, 9 Oct 2020 23:53:49 +0300 Subject: [PATCH] Add missing magic attributes to the "+X to Maximum Y Damage" database for cold and lightning Fixes #2 --- d2lib/items_data/magic_attrs.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/d2lib/items_data/magic_attrs.json b/d2lib/items_data/magic_attrs.json index 72404fc..e4a9549 100644 --- a/d2lib/items_data/magic_attrs.json +++ b/d2lib/items_data/magic_attrs.json @@ -306,6 +306,14 @@ "bias": 0, "is_invisible": false }, + "51": { + "bits": [ + 10 + ], + "name": "+{} to Maximum Lightning Damage", + "bias": 0, + "is_invisible": false + }, "52": { "bits": [ 8, @@ -325,6 +333,14 @@ "bias": 0, "is_invisible": false }, + "55": { + "bits": [ + 9 + ], + "name": "+{} to Maximum Cold Damage", + "bias": 0, + "is_invisible": false + }, "57": { "bits": [ 10,