Required Mus/Myst/Mox to equip an item

rlbond86

Member
Is there a function to determine the required stats to equip an item? It would be convenient but it is not in the proxy records for any items.
 

heeheehee

Developer
Staff member
boolean can_equip(item) is the only thing that comes to mind. Is this sufficient?

edit: otherwise, there's probably something in one of the datafiles. equipment.txt, third field, from the looks of it?
 
Last edited:
Top