Bradium Brooch? Bonus if AGI -- 120?? | closed | |
rayn 2014-08-30 23:17:45 | http://db.irowiki.org/db/item-info/2790/ The itemscript matches the description: if AGI is 120, then CRIT +4. Can someone test on official see what happens if AGI is over 120? Seems kinda silly for a bonus to take effect at an exact stat amount. | |
Euphy 2014-08-31 01:14:04 | 120 is the max stat. Although Aegis actually tests for equality (for whatever awful reason, just as their max level is always tested for equality...), we've traditionally preferred using >= (as you'll see in most other items). So technically not a bug, but one of Aegis' stupid features we're not following. | |
Euphy 2014-08-31 02:07:38 | Fixed in ea1a247. |