Open Saucyjoy opened 5 years ago
[fbr] >= 30
[fbr] >= 30
thats faster block rate, that isn't the same as increased chance to block. so that's not going work.
line 938 from NTItemAlias.dbl is showing that [itemfasterblockrate] and [fbr] are the same
NTIPAliasStat["itemfasterblockrate"] = 102; NTIPAliasStat["fbr"] = 102;
maybe line 825 is more appropriate for what you are looking for
NTIPAliasStat["toblock"] = 20;
additional check http://www.theamazonbasin.com/wiki/index.php/Block
When fbr=30, Under normal circumstances the blk=20, so i'd like to use fbr Covered blk BUT it's right, can going work, bro
I want to craft safety amulets with increased chance to block, but I don't know the syntax for this mod. Obviously, [fbr] wouldn't work.
Right now, I have this: [type] == amulet && [quality] == crafted # [itemfasterblockrate] >= 1
Can someone tell me what the correct syntax would be? Thank you