-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Slot Data Fallback
- Loading branch information
Showing
5 changed files
with
114 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[ | ||
{ | ||
"name": "", | ||
"type": "toggle", | ||
"img": "/images/items/invisible.png", | ||
"codes": "missing_FightLogic" | ||
}, | ||
{ | ||
"name": "", | ||
"type": "toggle", | ||
"img": "/images/items/invisible.png", | ||
"codes": "missing_FinalFormLogic" | ||
}, | ||
{ | ||
"name": "", | ||
"type": "toggle", | ||
"img": "/images/items/invisible.png", | ||
"codes": "missing_AutoFormLogic" | ||
}, | ||
{ | ||
"name": "", | ||
"type": "toggle", | ||
"img": "/images/items/invisible.png", | ||
"codes": "missing_LevelDepth" | ||
}, | ||
{ | ||
"name": "", | ||
"type": "toggle", | ||
"img": "/images/items/invisible.png", | ||
"codes": "missing_DonaldGoofyStatsanity" | ||
}, | ||
{ | ||
"name": "", | ||
"type": "toggle", | ||
"img": "/images/items/invisible.png", | ||
"codes": "missing_CorSkipToggle" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
[ | ||
{ | ||
"name": "Overworld2", | ||
"chest_unopened_img": "/images/items/invisible.png", | ||
"chest_opened_img": "/images/items/invisible.png", | ||
"overlay_background": "#000000", | ||
"visibility_rules": [ | ||
"missing_FightLogic", "missing_FinalFormLogic", "missing_AutoFormLogic", "missing_LevelDepth", "missing_DonaldGoofyStatsanity", "missing_CorSkipToggle" | ||
], | ||
"children": [ | ||
{ | ||
"name": "Important Information", | ||
"chest_unopened_img": "/images/items/invisible.png", | ||
"chest_opened_img": "/images/items/invisible.png", | ||
"overlay_background": "#000000", | ||
"access_rules": [ | ||
"^$scoutable" | ||
], | ||
"sections": [ | ||
{ | ||
"name": "If you are reading this, this game was generated with a KH2 apworld which does not have slot data for the settings listed below.\nYou'll need to set those settings manually.\nIf you want the slot data to be present, you can grab an apworld off github's main.\n0.5.1 will have the proper slot data.", | ||
"item_count": 1, | ||
"visibility_rules": [], | ||
"access_rules": [] | ||
}, | ||
{ | ||
"name": "Fight Logic", | ||
"visibility_rules": ["missing_FightLogic"] | ||
}, | ||
{ | ||
"name": "Final Form Logic", | ||
"visibility_rules": ["missing_FinalFormLogic"] | ||
}, | ||
{ | ||
"name": "Auto Form Logic", | ||
"visibility_rules": ["missing_AutoFormLogic"] | ||
}, | ||
{ | ||
"name": "Level Depth Logic", | ||
"visibility_rules": ["missing_LevelDepth"] | ||
}, | ||
{ | ||
"name": "Donald & Goofy Statsanity", | ||
"visibility_rules": ["missing_DonaldGoofyStatsanity"] | ||
}, | ||
{ | ||
"name": "CorSkip Toggle", | ||
"visibility_rules": ["missing_CorSkipToggle"] | ||
} | ||
], | ||
"map_locations": [ | ||
{ | ||
"map": "Overworld", | ||
"x": 323, | ||
"y": 500, | ||
"size": 20 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters