Fix Strange Trinket (#229)
* Fix Strange Trinket Removed Strange Trinket's 4 def req (that it doesn't actually have) * Also fixed Ignited Faebloom's mana steal
This commit is contained in:
parent
557f33a594
commit
1ff88b55a8
1 changed files with 3 additions and 3 deletions
|
@ -28033,8 +28033,8 @@
|
|||
"maximum": 8
|
||||
},
|
||||
"ms": {
|
||||
"minimum": 6,
|
||||
"maximum": 8
|
||||
"minimum": 5,
|
||||
"maximum": 6
|
||||
},
|
||||
"wDamPct": {
|
||||
"minimum": -10,
|
||||
|
@ -28389,7 +28389,7 @@
|
|||
"strReq": 0,
|
||||
"dexReq": 0,
|
||||
"intReq": 0,
|
||||
"defReq": 4,
|
||||
"defReq": 0,
|
||||
"agiReq": 0
|
||||
},
|
||||
"consumableIDs": {
|
||||
|
|
Loading…
Reference in a new issue