Feature - Rejected Item drop records for familiars

Saklad5

Member
Many familiars drop a variety of items after combat, some based on a limit, some not. The current system, which simply has three proxy record fields for the dropped item, the number of times it has dropped, and the daily limit on drops, is not adequate to represent this. As a result, many familiars have no listed drops despite yielding valuable items.

That being said, I’ve noticed that there is a “drop” modifier in “data/familiars.txt”. Is there a way to actually check that in ASH without loading the file directly? Either way, I’d like to be able to see the items each familiar can drop, and ideally information about the rate of such drops.

In summary, I’d like something along the lines of item_drops_array() for familiars. Since familiar items are fairly important for both ascension and aftercore, this seems justified.
 

Saklad5

Member
I just found out you can use file_to_map with data files that are compiled into KoLmafia. So scratch that off the list.
 
Top