Skip to content

Commit

Permalink
Add missing magic attributes to the "+X to Maximum Y Damage" database…
Browse files Browse the repository at this point in the history
… for cold and lightning

Fixes #2
  • Loading branch information
artcom-net committed Oct 9, 2020
1 parent e2cc4ea commit 15b0681
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions d2lib/items_data/magic_attrs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 15b0681

Please sign in to comment.