Skip to content

Commit

Permalink
Merge pull request #31 from Hamsda/dev
Browse files Browse the repository at this point in the history
update to version 2.2.0.1
  • Loading branch information
Hamsda authored Dec 26, 2018
2 parents ae0b70c + 998fb0e commit 617e01a
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 5 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.2.0.1

- fixed a few capture locations that were missing a `"capture_item": true` oops
- added inspect to lake hylia sun with bow

## 2.2.0.0

- moved logic to lua
Expand Down
Binary file modified ootrando_overworldmap_hamsda.zip
Binary file not shown.
5 changes: 3 additions & 2 deletions ootrando_overworldmap_hamsda/locations/dungeons.json
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@
"sections": [
{
"name": "Free the carpenters",
"access_rules":[
"access_rules": [
"gerudo_fortress_normal,[bow]",
"gerudo_fortress_normal,[hookshot]",
"gerudo_fortress_normal,[hoverboots]",
Expand Down Expand Up @@ -1890,6 +1890,7 @@
"$has_explosives,ocarina,time",
"{$has_explosives}"
],
"capture_item": true,
"chest_unopened_img": "images/small_key.png",
"chest_opened_img": "images/small_key_check.png",
"item_count": 1
Expand Down Expand Up @@ -1939,7 +1940,7 @@
},
{
"name": "Ice Arrow Chest",
"access_rules":[
"access_rules": [
"card",
"{agony}"
],
Expand Down
2 changes: 2 additions & 0 deletions ootrando_overworldmap_hamsda/locations/mq.json
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,7 @@
"hookshot",
"{}"
],
"capture_item": true,
"chest_unopened_img": "images/small_key.png",
"chest_opened_img": "images/small_key_check.png",
"item_count": 1
Expand Down Expand Up @@ -1910,6 +1911,7 @@
"$has_explosives",
"{}"
],
"capture_item": true,
"chest_unopened_img": "images/HP.png",
"chest_opened_img": "images/HP_grey.png",
"item_count": 1
Expand Down
7 changes: 6 additions & 1 deletion ootrando_overworldmap_hamsda/locations/overworld.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@
"sword2,ironboots",
"{}"
],
"capture_item": true,
"chest_unopened_img": "images/HP.png",
"chest_opened_img": "images/HP_grey.png",
"item_count": 1
Expand Down Expand Up @@ -893,6 +894,7 @@
"scale1",
"{}"
],
"capture_item": true,
"item_count": 1
}
],
Expand Down Expand Up @@ -1386,6 +1388,7 @@
"boomerang",
"{}"
],
"capture_item": true,
"chest_unopened_img": "images/HP.png",
"chest_opened_img": "images/HP_grey.png",
"item_count": 1
Expand Down Expand Up @@ -2288,6 +2291,7 @@
"bow",
"{ocarina,bolero}"
],
"capture_item": true,
"chest_unopened_img": "images/HP.png",
"chest_opened_img": "images/HP_grey.png",
"item_count": 1
Expand Down Expand Up @@ -4646,7 +4650,8 @@
"access_rules": [
"bow,ocarina,[scarecrow],longshot",
"bow,water",
"{agony}"
"{agony}",
"{bow}"
],
"capture_item": true,
"item_count": 1
Expand Down
2 changes: 1 addition & 1 deletion ootrando_overworldmap_hamsda/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "OoT Randomizer - Map and Item Tracker",
"game_name": "Ocarina of Time Randomizer",
"package_version": "2.2.0.0",
"package_version": "2.2.0.1",
"package_uid": "ootrando_overworldmap_hamsda",
"author": "Hamsda",
"variants": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1935,6 +1935,7 @@
"{$has_explosives}",
"gtg_small_keys:2"
],
"capture_item": true,
"chest_unopened_img": "images/small_key.png",
"chest_opened_img": "images/small_key_check.png",
"item_count": 1
Expand Down
2 changes: 2 additions & 0 deletions ootrando_overworldmap_hamsda/var_keysanity/locations/mq.json
Original file line number Diff line number Diff line change
Expand Up @@ -1768,6 +1768,7 @@
"hookshot",
"{}"
],
"capture_item": true,
"chest_unopened_img": "images/small_key.png",
"chest_opened_img": "images/small_key_check.png",
"item_count": 1
Expand Down Expand Up @@ -1914,6 +1915,7 @@
"$has_explosives",
"{}"
],
"capture_item": true,
"chest_unopened_img": "images/HP.png",
"chest_opened_img": "images/HP_grey.png",
"item_count": 1
Expand Down
2 changes: 1 addition & 1 deletion repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pins",
"chathud"
],
"version": "2.2.0.0",
"version": "2.2.0.1",
"uid": "ootrando_overworldmap_hamsda",
"link": "https://hamsda.github.io/OoTRMapTracker/ootrando_overworldmap_hamsda.zip",
"variants": [
Expand Down

0 comments on commit 617e01a

Please sign in to comment.