Very much so. It's the one major-major feature I think could be very distinguishing for the mod or even the base game.
To round it all out, I'd love an RPG-hero mode too (like the old game: Rise & Fall: Civilizations at War, but with differences of course). But that's a completely different subject.
If we were to add Battalions to the mod, we'd need to design it in such a way so that if subsequent base game changes make the feature obsolete, it can be easily removed or maintained.
Thank you for the hosting suggestions, guys. I went with @Grapjas's idea. Here's the Github page link for the preview release:
https://github.com/JustusAvramenko/delenda_est/releases/tag/Release-28-preview
And here is the direct link to the download:
https://github.com/JustusAvramenko/delenda_est/releases/download/Release-28-preview/0ad_delenda_est_r28.pyromod
Create a Markdown file called README.md in the root folder of your local repository. Write there anything you want. It can be an introduction of the mod, instructions to install it or anything else:
Here you have a guide to use special character to give it some nice looking format:
https://www.markdownguide.org/basic-syntax/
Then commit and push your changes to your remote repository
If you use the command line git you can:
git add README.md
git commit -m "Add README"
git push
I was about to explain how to make a Release but @Grapjas just did it here: