R rlbond86 Member Aug 25, 2012 #1 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.
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.
H heeheehee Developer Staff member Aug 25, 2012 #2 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: Aug 25, 2012
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?