Add thunderstore folder

This commit is contained in:
Chev 2020-08-14 20:26:21 -07:00
parent 6fda65e88c
commit f9527a2895
8 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,15 @@
This mod will let you change the drop rate for the sacrifice artifact.
This mod only takes into account the percent entered in the config, meaning it will not take XP and monster value into account, unlike the default behavior. There is a ModEnabled toggle in the config that lets you enable/disable the mod if you wish to get the original artifact behavior without removing the mod.
Configuration
------------
The mod config file can be found under `BepInEx/config/com.ChevRoR.AlteredSacrificeArtifactRate.cfg`.
**ModEnabled (boolean) - Default: true** - Enables/disables the entire mod.
**SacrificeArtifactDropRate (float) Default: 5** - The percent chance that a monster will drop an item on death. Default is 5, which is a 5% chance.
Changelog
------------
1.0.0 - Initial mod

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View file

@ -0,0 +1,10 @@
{
"name": "SacrificeArtifactRateChanger",
"version_number": "1.0.0",
"website_url": "https://github.com/chev2/RoR2-Mods",
"description": "Lets you change the rate at which items drop from enemies when using the sacrifice artifact.",
"dependencies": [
"bbepis-BepInExPack-5.3.1",
"tristanmcpherson-R2API-2.4.29"
]
}

View file

@ -0,0 +1,7 @@
Makes Focused Convergence have no limit instead of capping at 3.
Makes the game unplayable at around 18 of the item due to how the item works.
Changelog
------------
1.0.0 - Initial mod

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

View file

@ -0,0 +1,10 @@
{
"name": "UncappedConvergence",
"version_number": "1.0.0",
"website_url": "https://github.com/chev2/RoR2-Mods",
"description": "Makes Focused Convergence have no limit instead of capping at 3.",
"dependencies": [
"bbepis-BepInExPack-5.3.1",
"tristanmcpherson-R2API-2.4.29"
]
}