ryuka_labs-Weapon_Double_XP icon

Weapon Double XP

Doubles weapon level-up XP in SULFUR.

Last updated 3 days ago
Total downloads 23
Total rating 0 
Categories Mods
Dependency string ryuka_labs-Weapon_Double_XP-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305

README

Weapon Double XP

A simple BepInEx mod for SULFUR that doubles weapon level-up XP.

What This Mod Does

This mod multiplies weapon XP by 2.

Example:

100 weapon XP -> 200 weapon XP
25 weapon XP -> 50 weapon XP

What It Affects

This mod patches weapon XP gain through:

PerfectRandom.Sulfur.Core.Weapons.Weapon.AddExperience(float)

It affects non-melee, non-throwable weapons that normally gain weapon XP.

What It Does NOT Affect

This mod does not change:

Player XP
Money
Loot
Enemy stats
Weapon damage
Weapon fire rate
Weapon durability
Melee weapon XP
Throwable weapon XP

Installation

Install with Thunderstore Mod Manager or r2modman.

Manual installation:

  1. Install BepInExPack for SULFUR.
  2. Place WeaponDoubleXp.dll into:
BepInEx/plugins/
  1. Start the game.

Configuration

This mod has no configuration.

It always applies a fixed 2x weapon XP multiplier.

Compatibility

This mod should be compatible with most mods.

If another mod also changes weapon XP through Weapon.AddExperience, the final XP amount may depend on patch order.

Uninstallation

Remove:

BepInEx/plugins/WeaponDoubleXp.dll

Changelog

1.0.0

  • Initial release.
  • Doubles weapon level-up XP.