Bloodlust & Harmony

The wiki that builds itself

Updated Jul 23, 2026

This site has a wiki with every unit, building, ability, research, shop item, and status effect in the game. I did not type any of it in. The game did.

Here is how it works. The project has an export command that walks all of the game data: stats, costs, upgrade paths, the damage table, and the tooltips exactly as they render in game. A second tool boots the game with no window and photographs every unit model on a transparent background. Those are the renders you see on the unit pages.

Then one click runs the whole thing: export the data, push it to the database, rebuild the site. A few minutes later the wiki matches the current build. When I change a stat or add a unit, publishing the update is that same click.

The part I did not expect is that the wiki turned into a debugging tool. Laying every unit side by side made problems jump out that I never noticed in the editor. Two dwarves sharing the same name. A slime that was accidentally called Ghoul. Status effects with no display name. Abilities no unit actually carries, which now sit in their own honest little section on the abilities page. If a number is wrong on the wiki, it is wrong in the game, so reading the site is reviewing the game.

It is also the first time I have seen the whole project in one place. Five factions, more than 140 units, over 160 buildings, one page each. Hard to hide a gap from yourself when it is all laid out like that.

If you want to poke around, start with the wiki or the damage matrix. And if you spot something that looks off, tell me in the Discord. That is the whole point of the alpha.