Hello everyone!
I would want to add some extra stats (mhp2, mmp2, atk2, def2, mat2, mdf2, agi2, luk2), each bound to an actor id, so that I could call them with $game_actors[actor_id].atk2 .
These stats would then be changed only using map events, so I just need to declare them (I think)...