https://github.com/hejsil/transfiguredloot
A Rabbit and Steel mod that adds alternate versions of existing loot. Inspired by Path of Exile Transfigured Gems
https://github.com/hejsil/transfiguredloot
Last synced: about 1 year ago
JSON representation
A Rabbit and Steel mod that adds alternate versions of existing loot. Inspired by Path of Exile Transfigured Gems
- Host: GitHub
- URL: https://github.com/hejsil/transfiguredloot
- Owner: Hejsil
- Created: 2024-08-04T21:14:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T12:38:25.000Z (about 1 year ago)
- Last Synced: 2025-03-29T13:28:46.805Z (about 1 year ago)
- Language: Zig
- Homepage: https://steamcommunity.com/sharedfiles/filedetails/?id=3354085327
- Size: 6.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transfigured Loot
A set of Rabbit and Steel mods that adds alternate versions of existing loot. Inspired by Path of Exile
[Transfigured Gems](https://www.poewiki.net/wiki/Transfigured_skill_gem).
https://steamcommunity.com/sharedfiles/filedetails/?id=3354085327
The mods are work in progress. Currently a little over 90 pieces of loot have been
implemented, but none of them have unique art.
## Build
As you might have noticed, there are no csv or ini files in this repository. That is because
the Transfigured Loot mods are generated from the code in this repository.
TODO: Pointers on how to get zig installed
To generate the mods, run:
```sh
zig build
```
This will try to find the Rabbit and Steel mods folder and generate the mods inside it (currently
only works on Linux). The mods folder can be specified like so:
```sh
# Generates the mods in the "Mods" folder in the current directory
zig build -- Mods
```