I had been watching the Lilac stream, and noticed the information that he seemed to be looking up in the wiki about zones, so I wrote script to get that information without leaving mafia.
All information takes into account current modifiers (Except max damage doesn't calculate elemental resistance)
If you also have my Item_desc for categorizing items you can add Ascention relevant items to the output... just the "Ascention" category to any items you want to have show up.
Initiative in mafia is pretty sparse... so, this looks it up from the wiki instead.
It will cache data using YYYYMMD as the key, so it should update ~ once per ten days. or about 3 or 4 times a month.
If Wiki doesn't know the Initiative either, the Init will be assumed to be 0 (plus ML penalties) and append an * to notify the user.

All information takes into account current modifiers (Except max damage doesn't calculate elemental resistance)
If you also have my Item_desc for categorizing items you can add Ascention relevant items to the output... just the "Ascention" category to any items you want to have show up.
Initiative in mafia is pretty sparse... so, this looks it up from the wiki instead.
It will cache data using YYYYMMD as the key, so it should update ~ once per ten days. or about 3 or 4 times a month.
If Wiki doesn't know the Initiative either, the Init will be assumed to be 0 (plus ML penalties) and append an * to notify the user.