Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
88 changes: 87 additions & 1 deletion data/in/chests.json
Original file line number Diff line number Diff line change
Expand Up @@ -4396,14 +4396,17 @@
"clearance": "Silver",
"region": {
"linear": "17",
"open": "open7.5"
"open": "open7.6"
},
"reward": [
[
"item",
"Dented Crown",
1
]
],
"condition": [
[ "item", "Heat" ]
]
},
"Faj'ro 4F: Test of Memory": {
Expand Down Expand Up @@ -4444,6 +4447,44 @@
]
]
},
"Faj'ro GF: Balance Room 1 Left": {
"location": {
"area": "heat-dng",
"map": "heat-dng.g.room-02-cross",
"mapId": 1276
},
"clearance": "Default",
"region": {
"linear": "14",
"open": "open7.3"
},
"reward": [
[
"item",
"Flaming Bun",
2
]
]
},
"Faj'ro GF: Balance Room 1 Right": {
"location": {
"area": "heat-dng",
"map": "heat-dng.g.room-02-cross",
"mapId": 1277
},
"clearance": "Default",
"region": {
"linear": "14",
"open": "open7.3"
},
"reward": [
[
"item",
"Salty Ice Cream",
2
]
]
},
"Faj'ro GF: Left Chamber 1": {
"location": {
"area": "heat-dng",
Expand All @@ -4461,6 +4502,9 @@
"Faj'ro Key",
1
]
],
"condition": [
[ "item", "Heat" ]
]
},
"Faj'ro GF: Fire and Sand 2": {
Expand Down Expand Up @@ -6600,6 +6644,48 @@
]
]
},
"Kajo GF: Main Stream Left": {
"location": {
"area": "tree-dng",
"map": "tree-dng.g.center-02-connect",
"mapId": 1270
},
"clearance": "Bronze",
"region": {
"linear": "28",
"open": "open15.1"
},
"reward": [
[
"item",
"Cold Platter",
2
]
]
},
"Kajo GF: Main Stream Right": {
"location": {
"area": "tree-dng",
"map": "tree-dng.g.center-02-connect",
"mapId": 1271
},
"clearance": "Bronze",
"region": {
"linear": "28",
"open": "open15.1"
},
"reward": [
[
"item",
"Full Course",
1
]
],
"condition": [
[ "item", "Heat" ],
[ "item", "Cold" ]
]
},
"Kajo 3F: East Branch Lower": {
"location": {
"area": "tree-dng",
Expand Down
2 changes: 1 addition & 1 deletion data/in/elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"region": {
"linear": "16",
"open": "open7.4"
"open": "open7.1"
},
"reward": [
["element", "Cold"]
Expand Down
19 changes: 5 additions & 14 deletions data/in/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,15 +351,15 @@
"from": "open5",
"to": "open7.1",
"condition": [
[ "item", "Yellow Sand Shade", 1 ],
[ "item", "Heat", 1 ]
[ "item", "Yellow Sand Shade", 1 ]
]
},
{
"from": "open7.1",
"to": "open7.2",
"condition": [
[ "item", "Faj'ro Key", 1 ]
[ "item", "Faj'ro Key", 1 ],
[ "item", "Heat" ]
]
},
{
Expand All @@ -370,14 +370,7 @@
]
},
{
"from": "open7.3",
"to": "open7.4",
"condition": [
[ "item", "Faj'ro Key", 4 ]
]
},
{
"from": "open7.4",
"from": "open7.1",
"to": "open7.5",
"condition": [
[ "item", "Cold", 1 ]
Expand All @@ -394,7 +387,7 @@
"from": "open7.6",
"to": "open7.7",
"condition": [
[ "item", "Faj'ro Key", 9 ]
[ "item", "Heat" ]
]
},
{
Expand Down Expand Up @@ -559,8 +552,6 @@
"condition": [
[ "item", "Azure Drop Shade", 1 ],
[ "item", "Purple Bolt Shade", 1 ],
[ "item", "Heat", 1 ],
[ "item", "Cold", 1 ],
[ "item", "Wave", 1 ],
[ "item", "Shock", 1 ]
]
Expand Down