mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
feat: add slow marker to the Smooth geometry option
This commit is contained in:
parent
c486506af6
commit
8579ae7bff
2 changed files with 4 additions and 2 deletions
|
|
@ -726,7 +726,7 @@ window.COA = (function () {
|
|||
|
||||
// charges specific to culture or burg type (FMG-only config, not coming from Armoria)
|
||||
const typeMapping = {
|
||||
Naval: {anchor: 3, boat: 1, lymphad: 2, armillarySphere: 1, escallop: 1, dolphin: 1, plaice: 1, cavavel: 1},
|
||||
Naval: {anchor: 3, boat: 1, lymphad: 2, armillarySphere: 1, escallop: 1, dolphin: 1, plaice: 1, caravel: 1},
|
||||
Highland: {tower: 1, raven: 1, wolfHeadErased: 1, wolfPassant: 1, goat: 1, axe: 1},
|
||||
River: {
|
||||
tower: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue