Skip to content

Commit

Permalink
Merge pull request #30 from patrickwhite256/ladder_fn
Browse files Browse the repository at this point in the history
Cleanup ladder logic
  • Loading branch information
Br00ty authored Jun 3, 2024
2 parents 0af9735 + 6b82601 commit d6f7230
Show file tree
Hide file tree
Showing 4 changed files with 329 additions and 375 deletions.
63 changes: 21 additions & 42 deletions items/common_pop.json
Original file line number Diff line number Diff line change
Expand Up @@ -884,148 +884,127 @@
"name": "Ladders near Weathervane",
"type": "toggle",
"img": "images/ladders/near_wv.png",
"codes": "ladders_near_weathervane",
"initial_active_state": true
"codes": "ladders_near_weathervane"
},
{
"name": "Ladders near Overworld Checkpoint",
"type": "toggle",
"img": "images/ladders/near_owc.png",
"codes": "ladders_near_overworld_checkpoint",
"initial_active_state": true
"codes": "ladders_near_overworld_checkpoint"
},
{
"name": "Ladders near Patrol Cave",
"type": "toggle",
"img": "images/ladders/near_ptc.png",
"codes": "ladders_near_patrol_cave",
"initial_active_state": true
"codes": "ladders_near_patrol_cave"
},
{
"name": "Ladder near Temple Rafters",
"type": "toggle",
"img": "images/ladders/near_tmp.png",
"codes": "ladder_near_temple_rafters",
"initial_active_state": true
"codes": "ladder_near_temple_rafters"
},
{
"name": "Ladders near Dark Tomb",
"type": "toggle",
"img": "images/ladders/near_dt.png",
"codes": "ladders_near_dark_tomb",
"initial_active_state": true
"codes": "ladders_near_dark_tomb"
},
{
"name": "Ladder to Quarry",
"type": "toggle",
"img": "images/ladders/to_qry.png",
"codes": "ladder_to_quarry",
"initial_active_state": true
"codes": "ladder_to_quarry"
},
{
"name": "Ladders to West Bell",
"type": "toggle",
"img": "images/ladders/to_wb.png",
"codes": "ladders_to_west_bell",
"initial_active_state": true
"codes": "ladders_to_west_bell"
},
{
"name": "Ladders in Overworld Town",
"type": "toggle",
"img": "images/ladders/in_twn.png",
"codes": "ladders_in_overworld_town",
"initial_active_state": true
"codes": "ladders_in_overworld_town"
},
{
"name": "Ladder to Ruined Atoll",
"type": "toggle",
"img": "images/ladders/to_atl.png",
"codes": "ladder_to_ruined_atoll",
"initial_active_state": true
"codes": "ladder_to_ruined_atoll"
},
{
"name": "Ladder to Swamp",
"type": "toggle",
"img": "images/ladders/to_swp.png",
"codes": "ladder_to_swamp",
"initial_active_state": true
"codes": "ladder_to_swamp"
},
{
"name": "Ladders in Well",
"type": "toggle",
"img": "images/ladders/in_wel.png",
"codes": "ladders_in_well",
"initial_active_state": true
"codes": "ladders_in_well"
},
{
"name": "Ladder in Dark Tomb",
"type": "toggle",
"img": "images/ladders/in_dt.png",
"codes": "ladder_in_dark_tomb",
"initial_active_state": true
"codes": "ladder_in_dark_tomb"
},
{
"name": "Ladder to East Forest",
"type": "toggle",
"img": "images/ladders/to_efr.png",
"codes": "ladder_to_east_forest",
"initial_active_state": true
"codes": "ladder_to_east_forest"
},
{
"name": "Ladders to Lower Forest",
"type": "toggle",
"img": "images/ladders/to_lfr.png",
"codes": "ladders_to_lower_forest",
"initial_active_state": true
"codes": "ladders_to_lower_forest"
},
{
"name": "Ladder to Beneath the Vault",
"type": "toggle",
"img": "images/ladders/to_btv.png",
"codes": "ladder_to_beneath_the_vault",
"initial_active_state": true
"codes": "ladder_to_beneath_the_vault"
},
{
"name": "Ladders in Hourglass Cave",
"type": "toggle",
"img": "images/ladders/in_hgc.png",
"codes": "ladders_in_hourglass_cave",
"initial_active_state": true
"codes": "ladders_in_hourglass_cave"
},
{
"name": "Ladders in South Atoll",
"type": "toggle",
"img": "images/ladders/in_atl.png",
"codes": "ladders_in_south_atoll",
"initial_active_state": true
"codes": "ladders_in_south_atoll"
},
{
"name": "Ladders to Frog's Domain",
"type": "toggle",
"img": "images/ladders/to_frg.png",
"codes": "ladders_to_frogs_domain",
"initial_active_state": true
"codes": "ladders_to_frogs_domain"
},
{
"name": "Ladders in Library",
"type": "toggle",
"img": "images/ladders/in_lib.png",
"codes": "ladders_in_library",
"initial_active_state": true
"codes": "ladders_in_library"
},
{
"name": "Ladders in Lower Quarry",
"type": "toggle",
"img": "images/ladders/in_qry.png",
"codes": "ladders_in_lower_quarry",
"initial_active_state": true
"codes": "ladders_in_lower_quarry"
},
{
"name": "Ladders in Swamp",
"type": "toggle",
"img": "images/ladders/in_swp.png",
"codes": "ladders_in_swamp",
"initial_active_state": true
"codes": "ladders_in_swamp"
},
//Statics
{
Expand Down
Loading

0 comments on commit d6f7230

Please sign in to comment.