WeaponLv
tmwa honors weapon lvl i just realized when looking through source
atkmin = dex; // 最低ATKはDEXで初期化? | Minimum ATK initialized with DEX?
atkmin = atkmin * (80 + sdidw->wlv * 20) / 100;
bows don't use WeaponLv atm.
weapon lvl 0 reduces min attack like it is now so it's and wrong state for weapons atm.
weapon lvl 1 = atkmin = dex
each weapon lvl 2+ increases min dmg by 20% of current dex
Edited by HoraK-FDF