mirror of
https://github.com/chev2/RoR2-Mods.git
synced 2025-10-30 08:11:54 +00:00
Add thunderstore folder
This commit is contained in:
parent
6fda65e88c
commit
f9527a2895
8 changed files with 42 additions and 0 deletions
15
thunderstore/SacrificeDropRate/README.md
Normal file
15
thunderstore/SacrificeDropRate/README.md
Normal 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
|
||||
BIN
thunderstore/SacrificeDropRate/icon.png
Normal file
BIN
thunderstore/SacrificeDropRate/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
10
thunderstore/SacrificeDropRate/manifest.json
Normal file
10
thunderstore/SacrificeDropRate/manifest.json
Normal 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"
|
||||
]
|
||||
}
|
||||
BIN
thunderstore/SacrificeDropRate/plugins/SacrificeDropRate.dll
Normal file
BIN
thunderstore/SacrificeDropRate/plugins/SacrificeDropRate.dll
Normal file
Binary file not shown.
7
thunderstore/UncappedConvergence/README.md
Normal file
7
thunderstore/UncappedConvergence/README.md
Normal 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
|
||||
BIN
thunderstore/UncappedConvergence/icon.png
Normal file
BIN
thunderstore/UncappedConvergence/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 165 KiB |
10
thunderstore/UncappedConvergence/manifest.json
Normal file
10
thunderstore/UncappedConvergence/manifest.json
Normal 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"
|
||||
]
|
||||
}
|
||||
BIN
thunderstore/UncappedConvergence/plugins/UncappedConvergence.dll
Normal file
BIN
thunderstore/UncappedConvergence/plugins/UncappedConvergence.dll
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue