Has this plugin been scrapped? It will be an extremely useful plugin for my project which relies heavily on states and I was just wondering if this plugin's development was continuing.
It hasn't been scrapped. I'll work on it some today.
Edit:
@Naraxis @lolshtar
I did quite a major reworking on the plugin internally. Tooltips are working now. I don't really notice any slowdown this time. Since I changed a lot of the inner-workings there may be bugs (didn't notice any though) so let me if you find some.
The plugin will auto-generate tooltips for states and buffs/debuffs if tooltips are turned on.
In addition, state counters can be displayed on the icons. You will need YEP Buff States Core to display state counters, turns and the rate of buffs. Yanfly's plugin will control how most of that is displayed too.
Make sure to read and set the parameters since I've removed (that were redundant and handled by YEP Buff States Core) and added some.
If you know javascript, you can still do a custom tooltip. You can even reference database values so you don't need to constantly update the tooltip text when you do balancing:
The code in this example is in the help documentation.
Script:
https://raw.githubusercontent.com/DreamXRMMV/Rpg-Maker-MV/master/DreamX_BattlerSpriteIcons.js
(same link as before but here it is again)
I'll still work on getting tooltips for the hud status window.
Later on I'll add state counters to the tooltip description, not sure how I'll phrase it though.