Ok, so I got it working now, but not as I wanted it to.
I think there is a bug in the instance process if the root node has _init -function with parameters, it does not even matter if there is inheritance.
This works:

And this is never getting called:

The quick fix for this is to NOT use gdscript _init() -function but instead use your own init() -function.