Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurirex/gtfo_simpleprogression
https://github.com/aurirex/gtfo_simpleprogression
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aurirex/gtfo_simpleprogression
- Owner: AuriRex
- License: mit
- Created: 2024-09-12T20:02:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T22:20:43.000Z (4 months ago)
- Last Synced: 2024-09-14T13:42:55.846Z (4 months ago)
- Language: C#
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Progression
A spinoff version of the LocalProgression Feature from [TheArchive](https://github.com/AuriRex/GTFO_TheArchive) but adapted specifically for modded rundowns.
### Saves progression locally and is able to drop both Vanity items and Boosters (also local)!
| | |
|---|---|
|Level Completions|✅|
|Vanity Items|✅|
|Boosters|✅|
|API for plugin devs|WIP|### Compatible with the base game DataBlocks:
* Vanity
* `VanityItemsGroupDataBlock`: Drop random item from group (ex. on level completion)
* `VanityItemsLayerDropsDataBlock`: Drop items after completing x number of objectives
* Boosters
* `BoosterImplantTemplateDataBlock`: Templates used to define boosters
* `BoosterImplantEffectDataBlock`: Booster Effects and their min/max values
* `BoosterImplantConditionDataBlock`: Conditions needed for the effects to trigger*Or drop items manually via code*