Would it be possible to update autocontrol, specifically the maneuvers.lua
1) compare your stat to automaton stat to determine if it is a good /bad burden? (20 bad 15 good, unless dark maneuver, then 15/10)
then
2) if kenkonken is equipped, then take the maneuver specific heat from above and /3
Something like:
if (pet.str+pet.str_add) > player.str, then fireburden=20, else fireburden=15
I apologize if thats not possible, im super new to lua.