Skip to content

Commit 86097ef

Browse files
committed
first steps
1 parent 708f065 commit 86097ef

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

data/mods/Archipelago/modinfo.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"type": "MOD_INFO",
4+
"id": "Archipelago",
5+
"name": "Archipelago",
6+
"authors": [ "Karol1223" ],
7+
"maintainers": [ "Karol1223" ],
8+
"description": "WIP but basically like a lot of water and islands also.",
9+
"category": "total_conversion",
10+
"dependencies": [ "dda" ]
11+
},
12+
{
13+
"type": "EXTERNAL_OPTION",
14+
"name": "DEFAULT_REGION",
15+
"stype": "string_input",
16+
"value": "default_archipelago"
17+
}
18+
]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[
2+
{
3+
"type": "region_settings",
4+
"id": "default_archipelago",
5+
"copy-from": "default",
6+
"lakes": "default_archipelago",
7+
"highways": null
8+
},
9+
{
10+
"type": "region_settings_lake",
11+
"id": "default_archipelago",
12+
"noise_threshold_lake": 0.3,
13+
"lake_size_min": 1,
14+
"lake_depth": -9,
15+
"invert_lakes": true,
16+
"shore_ter": "ocean_shore",
17+
"surface_ter": "ocean_surface",
18+
"interior_ter": "ocean_water_cube",
19+
"bed_ter": "ocean_bed"
20+
}
21+
]

0 commit comments

Comments
 (0)