Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
969b37a
north and south smushed
kyres1 May 13, 2025
9853280
Give buff when you need sleep to advance a skill
jb1361 May 18, 2025
5df83f8
Add changelog
jb1361 May 18, 2025
ff07fe5
Merge pull request #318 from Encore-Server/jb-fix-level-ups
kyres1 May 18, 2025
3d48b36
changes the iconnnnnn
kyres1 May 18, 2025
b327304
Merge branch '5-12-2025-map_compression' into gigachungus-map-compres…
furrycactus May 24, 2025
7f2fe18
Saving Progress
furrycactus May 24, 2025
97463ff
weeping woods sinking into the sea of fire
furrycactus May 28, 2025
98e256b
beginning mount miracle squish
furrycactus May 28, 2025
2b35ebe
bulk of the work is done
furrycactus May 28, 2025
6769fe3
north domotan embiggening
furrycactus May 29, 2025
12f5010
area fuckery
furrycactus May 29, 2025
2d7e5cd
road fuckery
furrycactus May 29, 2025
67d494e
more area fuckery
furrycactus May 29, 2025
f51ef56
.json fuckery. hope this doesn't break anything
furrycactus May 30, 2025
e68879d
I'm in the mines
furrycactus May 30, 2025
7cf2fed
more stuff
furrycactus May 31, 2025
721ae5d
folder shuffle
furrycactus May 31, 2025
57b5c07
cute wayshrines across the island
furrycactus Jun 3, 2025
fb46bb5
forgot an area on a shrine
furrycactus Jun 3, 2025
70e06f5
idk why this aint working
furrycactus Jun 3, 2025
2a7e8e2
more prettying up
furrycactus Jun 4, 2025
89120be
sunlight engine stuff
furrycactus Jun 4, 2025
b39d671
tweaks
furrycactus Jun 7, 2025
4d82d0a
it's finally working
furrycactus Jun 7, 2025
e70f1ea
final touches
furrycactus Jun 7, 2025
72d322b
folder reallocation
furrycactus Jun 7, 2025
99ec42f
weapon skill level tweaks
furrycactus Jun 7, 2025
78885a5
dagger
furrycactus Jun 7, 2025
1afe3f7
dagger 2
furrycactus Jun 7, 2025
38d6d7a
dagger 3
furrycactus Jun 7, 2025
430d06b
Merge pull request #319 from Encore-Server/5-18-2025-lvl_up_icons
kyres1 Jun 7, 2025
72d2f63
Merge pull request #320 from furrycactus/gigachungus-map-compression
kyres1 Jun 7, 2025
3b6636f
Merge pull request #322 from furrycactus/new-royal-subclasses
kyres1 Jun 7, 2025
3268629
Apply automatic changes
kyres1 Jun 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions _maps/domotan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
"map_name": "Domotan Island",
"map_path": "map_files/domotan",
"map_file": [
"domotan.dmm",
"old_doma.dmm",
"domotan_north.dmm",
"domotan_east.dmm",
"domotan_west.dmm",
"domotan_south.dmm"
"domotan_south.dmm",
"fort_hellwatch.dmm"
],
"traits": [{"Name": "Central Domotan", "Up": true}, {"Up": true, "Down": true}, {"Up": true, "Down": true}, {"Up": true, "Down": true}, {"Down": true},
{"Name": "Eastern Domotan", "Up": true}, {"Up": true, "Down": true}, {"Up": true, "Down": true}, {"Up": true, "Down": true}, {"Down": true},
{"Name": "Western Domotan", "Up": true}, {"Up": true, "Down": true}, {"Down": true},
{"Name": "Southern Domotan", "Up": true}, {"Up": true, "Down": true}, {"Down": true}],
"traits": [{"Name": "Old Doma", "Up": true}, {"Up": true, "Down": true}, {"Up": true, "Down": true}, {"Up": true, "Down": true}, {"Down": true},
{"Name": "Northern Domotan"},
{"Name": "Eastern Domotan", "Up": true}, {"Down": true},
{"Name": "Western Domotan", "Up": true}, {"Down": true},
{"Name": "Southern Domotan"},
{"Name": "Fort Hellwatch", "Up": true}, {"Up": true, "Down": true}, {"Down": true}],
"minetype": null,
"space_empty_levels": 0,
"space_ruin_levels": 0,
Expand Down
Loading