feat: generate watabou preview links for villages

This commit is contained in:
Azgaar 2024-03-10 22:09:45 +01:00
parent 56e6e47286
commit 81b17d0f6b
9 changed files with 247 additions and 192 deletions

View file

@ -514,7 +514,7 @@ function overviewBurgs(settings = {stateId: null, cultureId: null}) {
data += b.temple ? "temple," : ",";
data += b.shanty ? "shanty town," : ",";
data += b.coa ? JSON.stringify(b.coa).replace(/"/g, "").replace(/,/g, ";") + "," : ",";
data += getMFCGlink(b);
data += getBurgLink(b);
data += "\n";
});