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:
FrozenEarth 2022-11-12 08:47:58 -06:00 committed by GitHub
parent 557f33a594
commit 1ff88b55a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28033,8 +28033,8 @@
"maximum": 8 "maximum": 8
}, },
"ms": { "ms": {
"minimum": 6, "minimum": 5,
"maximum": 8 "maximum": 6
}, },
"wDamPct": { "wDamPct": {
"minimum": -10, "minimum": -10,
@ -28389,7 +28389,7 @@
"strReq": 0, "strReq": 0,
"dexReq": 0, "dexReq": 0,
"intReq": 0, "intReq": 0,
"defReq": 4, "defReq": 0,
"agiReq": 0 "agiReq": 0
}, },
"consumableIDs": { "consumableIDs": {