Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
9d8e8cb
add framework for DLC areas
CodeTriangle Feb 18, 2025
dfc59f3
add dlcActive var
CodeTriangle Feb 18, 2025
d20e164
add: prepare first changes
buanjautista Feb 18, 2025
5e3ab25
add: homestedt chests, key item cutscenes, base regions
buanjautista Feb 19, 2025
03e9819
add: beach and rhombus dlc chests
buanjautista Feb 20, 2025
bed692e
fix: actual map id instead of index, add item pools
buanjautista Feb 25, 2025
61d0981
change: azure archipelago checks name
buanjautista Jul 22, 2025
afc5613
add: kulero dungeon locations
buanjautista Jul 23, 2025
ef38eef
Merge branch 'master' into dlc-areas
buanjautista Jul 23, 2025
1870f2f
fix cutscene locations, rename regions
buanjautista Jul 24, 2025
db7ff7b
add: base for dlc quests
buanjautista Jul 26, 2025
bcfb138
Merge remote-tracking branch 'baun/dlc-areas' into dlc
kumquat-ir Dec 19, 2025
124b167
get the codegen to work (mod side)
kumquat-ir Dec 19, 2025
18d6565
functioning dlc item addition to pools (mod side)
kumquat-ir Dec 22, 2025
26cfc31
fix typos in ku'lero logic
kumquat-ir Dec 22, 2025
0384f90
homestedt logic pass
kumquat-ir Dec 22, 2025
3cef6ae
azure archipelago logic pass
kumquat-ir Dec 22, 2025
c4a8ca6
update rhombus pass cutscene index for the new version
kumquat-ir Dec 24, 2025
a451c1d
rename rhombus pass to azure archipelago pass
kumquat-ir Dec 24, 2025
970d01c
Merge remote-tracking branch 'origin/master' into dlc
kumquat-ir Dec 28, 2025
1f84ead
ku'lero logic pass
kumquat-ir Dec 29, 2025
28972a0
update ridge logic for open-world change
kumquat-ir Dec 29, 2025
3f6c6a8
Merge remote-tracking branch 'origin/master' into dlc
kumquat-ir Jan 4, 2026
5a83801
dlc quest logic first pass
kumquat-ir Jan 15, 2026
c7f2e78
Merge remote-tracking branch 'origin/master' into dlc
kumquat-ir Jan 17, 2026
f7d90a8
epic metal :)
kumquat-ir Jan 17, 2026
a14d11e
add salty detox
kumquat-ir Feb 4, 2026
01c7b06
fix indentation...
kumquat-ir Feb 4, 2026
73a11bf
salty detox explicitly needs wave
kumquat-ir Feb 15, 2026
115d9f5
shop data
kumquat-ir Feb 15, 2026
2a2b968
require placing unique trade items
kumquat-ir Feb 15, 2026
2422e00
di'orbis goal
kumquat-ir Feb 15, 2026
7661e0b
keyrings, progressive areas
kumquat-ir Feb 18, 2026
8f981ce
progressive equipment chains
kumquat-ir Feb 18, 2026
e10d183
codegen
kumquat-ir Feb 18, 2026
8081fdf
Merge remote-tracking branch 'origin/master' into dlc
kumquat-ir Feb 18, 2026
899d89b
nerf special epic metal trade
kumquat-ir Feb 22, 2026
d0d65e4
add missing combat-related element requirements
kumquat-ir Feb 22, 2026
cae6c67
make the goal actually work
kumquat-ir Feb 22, 2026
df22006
fix temple mine key logic issue
kumquat-ir Feb 22, 2026
1526e88
booster trade items -> progression
kumquat-ir Feb 22, 2026
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
56 changes: 56 additions & 0 deletions assets/data/database.json.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
[
{ "type": "ENTER", "index": ["traders"] },

{
"type": "SET_KEY",
"index": "mwBakiEpicMetal",
"content":{
"name": {
"en_US": "Ba'kii Special Metal",
"de_DE": "Ba'kii Special Metal",
"zh_CN": "Ba'kii Special Metal",
"zh_TW": "Ba'kii Special Metal",
"ja_JP": "Ba'kii Special Metal",
"ko_KR": "Ba'kii Special Metal"
},
"order": 36,
"noTrack": true,
"options": [
{
"get": [
{
"id": "192",
"amount": 2
}
],
"require": [
{
"id": "190",
"amount": 4
},
{
"id": "176",
"amount": 5
},
{
"id": "188",
"amount": 5
},
{
"id": "187",
"amount": 5
},
{
"id": "182",
"amount": 5
}
],
"scale": 1
}
],
"area": "heat-village"
}
},

{ "type": "EXIT" }
]
3 changes: 2 additions & 1 deletion assets/data/lang/sc/gui.en_US.json.patch
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"goals": {
"creator": "Ascend \\c[3]Vermillion Tower\\c[0] and defeat \\c[3]the Creator\\c[0].",
"monkey": "Complete the \\c[3]Grand Krys'kajo\\c[0] and defeat the \\c[3]Son of the East\\c[0].",
"observatory": "Find \\c[3]five broken weapons\\c[0] and take them to \\c[3]the Observatory\\c[0]"
"observatory": "Find \\c[3]five broken weapons\\c[0] and take them to \\c[3]the Observatory\\c[0]",
"diorbis": "Descend \\c[3]Ku'lero Temple\\c[0] and defeat \\c[3]the Gods of Shape\\c[0]."
}
}
}
Expand Down
48 changes: 48 additions & 0 deletions assets/data/maps/heat-village/interior/tradebuilding-eg.json.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
[
{ "type": "ENTER", "index": ["entities"] },

{
"type": "ADD_ARRAY_ELEMENT",
"content": {
"type": "NPC",
"x": 481,
"y": 206,
"level": 0,
"settings": {
"size": {
"x": 16,
"y": 16
},
"mapId": 154,
"npcStates": [
{
"reactType": "FIXED_POS",
"face": "WEST",
"action": [],
"hidden": true,
"condition": "",
"config": "normal",
"event": []
},
{
"reactType": "FIXED_POS",
"face": "WEST",
"action": [],
"hidden": false,
"condition": "mw.options.dlcActive && mw.options.questRando && !mw.options.allowBoosterGrinding && quest.bakiTrader-3-brewing_ghosts_1.started && !quest.bakiTrader-3-brewing_ghosts_1.finished",
"config": "normal",
"event": {
"trade": {
"trader": "mwBakiEpicMetal"
}
}
}
],
"characterName": "baki.female-yellow-tall",
"name": "epic_metal"
}
}
},

{ "type": "EXIT" }
]
17 changes: 17 additions & 0 deletions assets/extension/post-game/data/maps/final-dng/b4/boss.json.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "ENTER",
"index": ["entities", 22, "settings", "event"]
},
{
"type": "ADD_ARRAY_ELEMENT",
"index": 21,
"content": {
"type": "MW_GOAL_COMPLETED",
"goal": "diorbis"
}
},
{
"type": "EXIT"
}
]
Loading