sbuffkin_hexmaker/data.json
2026-03-08 12:18:55 -04:00

216 lines
No EOL
4.3 KiB
JSON

{
"mySetting": "default",
"worldFolder": "RPG/duckmage/world",
"hexFolder": "RPG/duckmage/hexes",
"templatePath": "RPG/duckmage/world/hextemplate.md",
"hexGap": "0.15",
"terrainPalette": [
{
"name": "mountain",
"color": "#6e7b91",
"icon": "bw-mountain.png"
},
{
"name": "water",
"color": "#17375e"
},
{
"name": "grass",
"color": "#638c7b",
"icon": "bw-grassland.png"
},
{
"name": "forest",
"color": "#0a431f",
"icon": "bw-forest-heavy.png"
},
{
"name": "cliffs",
"color": "#a86f1f",
"icon": "bw-brokenlands.png"
},
{
"name": "desert",
"color": "#c6b47b",
"icon": "bw-cactus.png"
},
{
"name": "snow",
"color": "#e0f2fe"
},
{
"name": "aaaaa",
"color": "#432e6b",
"icon": "bw-swamp.png"
},
{
"name": "hills",
"color": "#a8a29e",
"icon": "bw-hills.png"
},
{
"name": "desert rocky",
"color": "#d97706",
"icon": "bw-desert-rocky.png"
},
{
"name": "dunes",
"color": "#fbbf24",
"icon": "bw-dunes.png"
},
{
"name": "cactus",
"color": "#ca8a04",
"icon": "bw-cactus.png"
},
{
"name": "cactus heavy",
"color": "#b45309",
"icon": "bw-cactus-heavy.png"
},
{
"name": "badlands",
"color": "#c2410c",
"icon": "bw-badlands.png"
},
{
"name": "brokenlands",
"color": "#92400e",
"icon": "bw-brokenlands.png"
},
{
"name": "forest heavy",
"color": "#15803d",
"icon": "bw-forest-heavy.png"
},
{
"name": "forested hills",
"color": "#22c55e",
"icon": "bw-forested-hills.png"
},
{
"name": "mixed forest",
"color": "#16a34a",
"icon": "bw-forest-mixed.png"
},
{
"name": "mixed forest heavy",
"color": "#15803d",
"icon": "bw-forest-mixed-heavy.png"
},
{
"name": "mixed forest hills",
"color": "#22c55e",
"icon": "bw-forest-mixed-hills.png"
},
{
"name": "evergreen",
"color": "#166534",
"icon": "bw-evergreen.png"
},
{
"name": "evergreen heavy",
"color": "#14532d",
"icon": "bw-evergreen-heavy.png"
},
{
"name": "evergreen hills",
"color": "#4ade80",
"icon": "bw-evergreen-hills.png"
},
{
"name": "jungle",
"color": "#15803d",
"icon": "bw-jungle.png"
},
{
"name": "jungle heavy",
"color": "#14532d",
"icon": "bw-jungle-heavy.png"
},
{
"name": "jungle hills",
"color": "#4ade80",
"icon": "bw-jungle-hills.png"
},
{
"name": "mountain peak",
"color": "#78716c",
"icon": "bw-mountain.png"
},
{
"name": "mountains snow",
"color": "#bfdbfe",
"icon": "bw-mountains-snow.png"
},
{
"name": "forested mountain",
"color": "#6b9e7c",
"icon": "bw-forested-mountain.png"
},
{
"name": "forested mountains",
"color": "#5e8c6a",
"icon": "bw-forested-mountains.png"
},
{
"name": "mixed forest mountain",
"color": "#6b9e7c",
"icon": "bw-forest-mixed-mountain.png"
},
{
"name": "mixed forest mountains",
"color": "#5e8c6a",
"icon": "bw-forest-mixed-mountains.png"
},
{
"name": "evergreen mountain",
"color": "#6b7280",
"icon": "bw-evergreen-mountain.png"
},
{
"name": "evergreen mountains",
"color": "#4b5563",
"icon": "bw-evergreen-mountains.png"
},
{
"name": "jungle mountain",
"color": "#4d7c0f",
"icon": "bw-jungle-mountain.png"
},
{
"name": "jungle mountains",
"color": "#3f6212",
"icon": "bw-jungle-mountains.png"
},
{
"name": "volcano",
"color": "#b91c1c",
"icon": "bw-volcano.png"
},
{
"name": "volcano dormant",
"color": "#78350f",
"icon": "bw-volcano-dormant.png"
},
{
"name": "marsh",
"color": "#4d7c0f",
"icon": "bw-marsh.png"
},
{
"name": "swamp",
"color": "#365314",
"icon": "bw-swamp.png"
}
],
"gridSize": {
"cols": 26,
"rows": 17
},
"gridOffset": {
"x": -1,
"y": -1
},
"zoomLevel": 1
}