forked from wolfman2000/lisa
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Officially end support for EmoTracker, although this pack never would…
… show up in Emo Add some new things to manifest.json * Add lorom flag to all variants * Add versions.json url Remove extraneous autotracking-custom.lua files from variants Check if the player has magic for certain checks Update the Magridd Left Tower requirements for the new Archipelago logic
- Loading branch information
Showing
13 changed files
with
152 additions
and
54 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 |
---|---|---|
@@ -1,26 +1,47 @@ | ||
{ | ||
"json.schemas": [ | ||
|
||
{ | ||
"fileMatch": [ | ||
"*/items/*.json", | ||
"*/*.items.json", | ||
"*/manifest.json" | ||
], | ||
"url": "https://emotracker.net/developers/schemas/items.json" | ||
"url": "https://poptracker.github.io/schema/packs/strict/manifest.json" | ||
}, | ||
{ | ||
"fileMatch": [ | ||
"*/layouts/*.json", | ||
"*/*.layouts.json", | ||
"*/items/*.json" | ||
], | ||
"url": "https://emotracker.net/developers/schemas/layouts.json" | ||
"url": "https://poptracker.github.io/schema/packs/strict/items.json" | ||
}, | ||
{ | ||
"fileMatch": [ | ||
"*/locations/*.json", | ||
"*/*.locations.json" | ||
"*/locations/*.json" | ||
], | ||
"url": "https://emotracker.net/developers/schemas/locations.json" | ||
} | ||
"url": "https://poptracker.github.io/schema/packs/strict/locations.json" | ||
}, | ||
{ | ||
"fileMatch": [ | ||
"*/layouts/*.json" | ||
], | ||
"url": "https://poptracker.github.io/schema/packs/strict/layouts.json" | ||
}, | ||
{ | ||
"fileMatch": [ | ||
"*/maps/*.json" | ||
], | ||
"url": "https://poptracker.github.io/schema/packs/strict/maps.json" | ||
}, | ||
{ | ||
"fileMatch": [ | ||
"/settings.json" | ||
], | ||
"url": "https://poptracker.github.io/schema/packs/strict/settings.json" | ||
}, | ||
{ | ||
"fileMatch": [ | ||
"/versions.json" | ||
], | ||
"url": "https://raw.githubusercontent.com/black-sliver/PopTracker/packlist/schema/versions.schema.json" | ||
} | ||
|
||
] | ||
} |
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
Empty file.
Empty file.
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
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 |
---|---|---|
@@ -1,29 +1,47 @@ | ||
{ | ||
"name": "Soul Blazer Rando Tracker Beta", | ||
"name": "Soul Blazer Rando Tracker", | ||
"game_name": "Soul Blazer Randomizer", | ||
"game_variant": "yes", | ||
"platform": "snes", | ||
"package_version": "2.2.0.0-beta2", | ||
"package_uid": "soulblazer-wolfman-beta", | ||
"package_version": "2.2.0.4", | ||
"package_uid": "soulblazer-wolfman", | ||
"author": "Wolfman2000 and Powerlord", | ||
"variants": { | ||
"items_minimal-map_simple": { | ||
"display_name": "Item (Minimal) & Map Tracker" | ||
"display_name": "Item (Minimal) & Map Tracker", | ||
"flags": [ | ||
"lorom" | ||
] | ||
}, | ||
"items_equipment-map_simple": { | ||
"display_name": "Item (Equipment) & Map Tracker" | ||
"display_name": "Item (Equipment) & Map Tracker", | ||
"flags": [ | ||
"lorom" | ||
] | ||
}, | ||
"items_minimal-map_none": { | ||
"display_name": "Item (Minimal) Only Tracker" | ||
"display_name": "Item (Minimal) Only Tracker", | ||
"flags": [ | ||
"lorom" | ||
] | ||
}, | ||
"items_equipment-map_none": { | ||
"display_name": "Item (Equipment) Only Tracker" | ||
"display_name": "Item (Equipment) Only Tracker", | ||
"flags": [ | ||
"lorom" | ||
] | ||
}, | ||
"items_skarsnik-map_none": { | ||
"display_name": "Item (Skarsnik) Only Tracker" | ||
"display_name": "Item (Skarsnik) Only Tracker", | ||
"flags": [ | ||
"lorom" | ||
] | ||
}, | ||
"archipelago-items_equipment-map_simple": { | ||
"display_name": "Archipelago Item (Equipment) & Map Tracker" | ||
"display_name": "Archipelago Item (Equipment) & Map Tracker", | ||
"flags": [ | ||
"lorom" | ||
] | ||
} | ||
} | ||
} |
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"package_version": "2.2.0.4", | ||
"download_url": "", | ||
"sha256": "", | ||
"changelog": [ | ||
"", | ||
"" | ||
] | ||
|
||
} | ||
] | ||
} |