Skip to content

Commit

Permalink
Merge pull request #107 from GuybrushGit/remove-duplicate-nature-resi…
Browse files Browse the repository at this point in the history
…st-ranged-weapons

remove duplicate nature resist ranged-weapons
  • Loading branch information
jlabranche authored Oct 11, 2023
2 parents d0bb73f + 9d89c2b commit 6da669b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dist/js/data/gear.min.js

Large diffs are not rendered by default.

19 changes: 2 additions & 17 deletions js/data/gear.js
Original file line number Diff line number Diff line change
Expand Up @@ -3931,8 +3931,8 @@ var gear = {
"ranged": [
{
"name": "Polished Ironwood Crossbow",
"sta": 6,
"ap": 26,
"sta": 5,
"ap": 24,
"resist": {
"nature": 7
},
Expand All @@ -3959,13 +3959,6 @@ var gear = {
"phase": "1",
"id": 18680
},
{
"name": "Bow of Taut Sinew",
"ap": 22,
"source": "AQ20",
"phase": "5",
"id": 21478
},
{
"name": "Gorewood Bow",
"str": 2,
Expand Down Expand Up @@ -4112,14 +4105,6 @@ var gear = {
"phase": "6",
"id": 22812
},
{
"name": "Polished Ironwood Crossbow",
"sta": 5,
"ap": 24,
"source": "Emeriss",
"phase": "4",
"id": 20599
},
{
"name": "Skull Splitting Crossbow",
"str": 3,
Expand Down

0 comments on commit 6da669b

Please sign in to comment.