It would be nice if I could write custom profiles and have that profile extend one of the current profiles.
For example:
If I want some hard bases to have arena walls and other hard bases not to; I could write a new profile called "hard_with_walls.json" (or something) and tell it that it extends the hard profile. In that profile I can then overwrite the arena wall settings and all the other settings will be inherrited.
Taking this a step further, it'd be nice to have custom profiles that extend other custom profiles (as long as there are no cycles obviously, and the top custom profile extends a builtin profile).