xKiv
Active member
A few days ago I hit 200 muscle and wanted to see what items I could now newly equip. But I couldn't do it without parsing equipment.txt, but that would take me too much time (I was already spending too many night hours just trying to play over a 11kbps connection, which is another can of worms entirely).
Now that I returned home I tried looking through the source code, but all I found is a weapon_type() function, which apparently returns the requirement stat (weapon_type() uses getWeaponStat(), not getWeaponType() ...) for a piece of equipment (not just weapons) (as a "stat" type value).
There doesn't seem to be any accompanying weapon_required_stat() function, so I am requesting it, please.
Now that I returned home I tried looking through the source code, but all I found is a weapon_type() function, which apparently returns the requirement stat (weapon_type() uses getWeaponStat(), not getWeaponType() ...) for a piece of equipment (not just weapons) (as a "stat" type value).
There doesn't seem to be any accompanying weapon_required_stat() function, so I am requesting it, please.