Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loathers/locket-collector
Add monsters to your combat lover's locket.
https://github.com/loathers/locket-collector
Last synced: about 21 hours ago
JSON representation
Add monsters to your combat lover's locket.
- Host: GitHub
- URL: https://github.com/loathers/locket-collector
- Owner: loathers
- License: mit
- Created: 2022-10-23T20:44:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T05:49:59.000Z (over 1 year ago)
- Last Synced: 2024-10-24T17:54:27.178Z (3 months ago)
- Language: TypeScript
- Size: 167 KB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# locket-collector
Add monsters to your combat lover's locket.
To install, run the following command on an up-to-date [KolMafia](https://github.com/kolmafia/kolmafia) version:
```
git checkout loathers/locket-collector release
```To update, run `git update` or check the "Update installed Git projects on login" box within Mafia preferences.
## Running Locko
To run locko, run the following command in the mafia GCLI:
`locko monster="MONSTER TO FIND"`
or
`locko location="LOCATION TO FIND ALL MONSTERS"`
You can specify the number of turns to run (use negative numbers for the number of turns remaining) with the turns argument. The following example will use 10 turns.
`locko monster="rushing bum" turns=10`
## Warnings
* Cannot be used if you don't have any reminisces left, as there tracking the captured monsters is not supported.
* Currently only searches for monsters that always exist in a zone and cannot follow choice adventures. It is possible mafia has bad data and a monster won't be found, but generally it should be correct.
* If a monster is copyable and not locketable, the script should abort after it is encountered, but no guarentee this works and turns could be wasted. This may be due to missing data in mafia and could be reported.
* Various choice adventures are not handled and could cause problems.