Skip to content

Commit

Permalink
Update logic Minish Dirt Room Key Drop Fow
Browse files Browse the repository at this point in the history
  • Loading branch information
deoxis9001 committed May 16, 2021
1 parent f324d5d commit 2509cb2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion locations/advanced.json
Expand Up @@ -987,7 +987,7 @@
},
{
"name":"Minish Dirt Room Key Drop",
"access_rules":["bow,mitts,[fow_smallkey:3],fow_smallkey:2"],
"access_rules":["bow,mitts,[fow_smallkey:3],fow_smallkey:2","{bow,fow_smallkey:2}"],
"map_locations":[
{
"map":"fow",
Expand All @@ -999,6 +999,7 @@
{
"name":"Minish Dirt Room Key Drop",
"item_count": 1,
"capture_item":true,
"chest_unopened_img":"images/items-map/Small Key.png",
"chest_opened_img":"images/items-map/Small Key Done.png"
}
Expand Down
12 changes: 8 additions & 4 deletions locations/dungeons.json
Expand Up @@ -499,7 +499,8 @@
//Everything past here needs three keys
{
"name":"Minish Dirt Room Key Drop",
"access_rules":["bow,mitts,[fow_smallkey:3],fow_smallkey:2"],
"access_rules":["bow,mitts,[fow_smallkey:3],fow_smallkey:2","{bow,fow_smallkey:2}"],
"capture_item":true,
"item_count": 1,
"chest_unopened_img":"images/items-map/Small Key.png",
"chest_opened_img":"images/items-map/Small Key Done.png"
Expand Down Expand Up @@ -642,7 +643,8 @@
//Everything past here needs three keys
{
"name":"Minish Dirt Room Key Drop",
"access_rules":["bow,mitts,[fow_smallkey:3],fow_smallkey:2"],
"access_rules":["bow,mitts,[fow_smallkey:3],fow_smallkey:2","{bow,fow_smallkey:2}"],
"capture_item":true,
"item_count": 1,
"chest_unopened_img":"images/items-map/Small Key.png",
"chest_opened_img":"images/items-map/Small Key Done.png"
Expand Down Expand Up @@ -775,7 +777,8 @@
//Everything past here needs three keys
{
"name":"Minish Dirt Room Key Drop",
"access_rules":["bow,mitts,[fow_smallkey:3],fow_smallkey:2"],
"access_rules":["bow,mitts,[fow_smallkey:3],fow_smallkey:2","{bow,fow_smallkey:2}"],
"capture_item":true,
"item_count": 1,
"chest_unopened_img":"images/items-map/Small Key.png",
"chest_opened_img":"images/items-map/Small Key Done.png"
Expand Down Expand Up @@ -924,7 +927,8 @@
//Everything past here needs three keys
{
"name":"Minish Dirt Room Key Drop",
"access_rules":["bow,mitts,[fow_smallkey:3],fow_smallkey:2"],
"access_rules":["bow,mitts,[fow_smallkey:3],fow_smallkey:2","{bow,fow_smallkey:2}"],
"capture_item":true,
"item_count": 1,
"chest_unopened_img":"images/items-map/Small Key.png",
"chest_opened_img":"images/items-map/Small Key Done.png"
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -2,7 +2,7 @@
"name": "The Minish Cap Randomizer Map and Item Tracker",
"game_name": "Minish Cap Randomizer",
"platform": "gba",
"package_version": "1.0.0.24",
"package_version": "1.0.0.25",
"package_uid": "tmcrando_maptracker_deoxis",
"author": "Deoxis9001",
"variants": {
Expand Down
Binary file modified tmcrando_maptracker_deoxis.zip
Binary file not shown.

0 comments on commit 2509cb2

Please sign in to comment.