Familiar Properties Library?

HallowedWeasel

New member
Is there a library of functions out there for my script to check if familiars have certain properties? For example, I'm writing a post-ascension meat farming script. If my currently equipped familiar increases item drops, I don't want to switch to an ADD, otherwise, switch to an ADD.

Code:
if (!isItemDropFamiliar (my_familiar))
      equip_familiar($familiar[Attention-Deficit Demon]);

Something along those lines. If no such library exists, would it be worthwhile for me to attempt to assemble a set of such functions in a library?

~Weasel
 
Top