-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BoTW #3
Comments
I've snipped the irrelevant information for this instance. {
"name": "GS West Inner Room",
"short_name": "West Inner",
"access_rules": [
"botw_small_keys:1,[botw_small_keys:3],boomerang,[logic_lens_botw]",
"botw_small_keys:1,[botw_small_keys:3],boomerang,$can_use_lens",
"{botw_small_keys:1,sling}",
"{botw_small_keys:1,$has_explosives}"
],
"visibility_rules": [
"setting_tokens_dungeons"
],
},
{
"name": "GS East Inner Room",
"short_name": "East Inner",
"access_rules": [
"botw_small_keys:1,[botw_small_keys:3],boomerang,[logic_lens_botw]",
"botw_small_keys:1,[botw_small_keys:3],boomerang,$can_use_lens",
"{botw_small_keys:1,sling}",
"{botw_small_keys:1,$has_explosives}"
],
"visibility_rules": [
"setting_tokens_dungeons"
],
},
{
"name": "Fire Keese Chest",
"access_rules": [
"botw_small_keys:1,[botw_small_keys:3],[logic_lens_botw]",
"botw_small_keys:1,[botw_small_keys:3],$can_use_lens"
],
"item_count": 1
},
{
"name": "Like Like Chest",
"short_name": "Like Like",
"access_rules": [
"@Bottom of the Well/Fire Keese Chest"
],
"item_count": 1
},
{
"name": "GS Like Like Cage",
"short_name": "Like Like",
"access_rules": [
"@Bottom of the Well/Like Like Chest,boomerang"
],
"visibility_rules": [
"setting_tokens_dungeons"
],
},
{
"name": "Freestanding Key",
"short_name": "Coffin Key",
"access_rules": [
"sticks",
"$has_fire"
],
}, |
Bottom of The Well:
Freestanding key should require Sticks or Fire. at the moment it doesn't
West & East inner rooms GS should be accessable with the access and boomerang
Fire Keese chest should be yellow with access, and normal with bombs and any other child attack
Both the Like Like chest and the Like Like GS should be normal with boomerang and sword, or yellow with sticks
The text was updated successfully, but these errors were encountered: