
artifactofpreparation
Adds a new Artifact which by default randomly gives each player 1 red, 3 green, 5 white and 1 equipment item at the start of the run. Configurable.Details
Changelog
1.0.4
- Now reloads the config file every run to make it easier to well, er, configure.
- Added excluded items configuration option, using internal names you can block any item from being picked by the randomiser
- added guaranteed items configuration option, works similarly to artifact of rebirth, using internal names you always start with these items/equipment.
- added no dupes configuration option, prevents you gaining more than one of an item, however if theres no items left in the item pool it will start giving you dupes. i.e. if you ask for 500 whites. you're gonna get dupes. guaranteed items ignores this.
- After items have been given it now re-organises the item list in your inventory so its not a total mess anymore.
1.0.3
- Gave the mod the ability to exclude certain Boss (Yellow) items by default, such as Encrypted Cerebellum which does nothing until near the end of a run. Also excludes pearls and sentry keys by default, three new config options added. So you can set this how you please.
1.0.2
- Bugfix: Equipment disabled in config had no effect, now it does.
1.0.1
- Configuration file added. You can now configure how many of each item you get, and you can add items of all type now.
- I no longer build an array of items at the start of every run, at the start of the first run I build it then and use the same list every time, unless you config it otherwise, this is just in case of another fringe mod interaction.
1.0.0
- Initial release