Skip to content

Commit

Permalink
Update Setting weekly 4 sword
Browse files Browse the repository at this point in the history
Remove add to error "fusion setting"
Add sword canDamage_off ...
  • Loading branch information
deoxis9001 committed Mar 7, 2021
1 parent 9768e82 commit 0dd4ced
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
15 changes: 5 additions & 10 deletions items/options.json
Expand Up @@ -46,11 +46,6 @@
"codes": "fusions_open",
"inherit_codes":false
},
{
"img": "images/fusion/Kinsanity_Random.png",
"codes": "fusions_Rando",
"inherit_codes":false
},
{
"img": "images/options/Kinsanity_None.png",
"codes": "fusions_none",
Expand Down Expand Up @@ -159,6 +154,11 @@
"type":"progressive",
"allow_disabled":false,
"stages":[
{
"img": "images/options/Four Sword.png",
"inherit_codes": false,
"codes": "sword5Needed"
},
{
"img": "images/options/Smith's Sword0.png",
"inherit_codes": false,
Expand All @@ -183,11 +183,6 @@
"img": "images/options/Blue Sword.png",
"inherit_codes": false,
"codes": "sword4Needed"
},
{
"img": "images/options/Four Sword.png",
"inherit_codes": false,
"codes": "sword5Needed"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion layouts/tracker.json
Expand Up @@ -20,7 +20,7 @@
"h_alignment": "center",
"item_margin": "1,2",
"rows": [
["obscure_off","fusions_open","dhc_closed","element4Needed","sword0Needed","rupees_off","figurine_option","weapons_off","bingo_off"]
["obscure_off","fusions_open","dhc_closed","element4Needed","sword5Needed","rupees_off","figurine_option","weapons_off","bingo_off"]
]
}
},
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.17",
"package_version": "1.0.0.18",
"package_uid": "tmcrando_maptracker_deoxis",
"author": "Deoxis9001",
"variants": {
Expand Down
4 changes: 3 additions & 1 deletion scripts/logic_common.lua
Expand Up @@ -14,7 +14,9 @@ function canDamage()
end
end
function canDamage_off()
if Tracker:ProviderCountForCode("bow") > 0 then
if Tracker:ProviderCountForCode("sword") > 0 then
return 1
elseif Tracker:ProviderCountForCode("bow") > 0 then
return 1
elseif Tracker:ProviderCountForCode("lights") > 0 then
return 1
Expand Down
Binary file modified tmcrando_maptracker_deoxis.zip
Binary file not shown.

0 comments on commit 0dd4ced

Please sign in to comment.