0 of 0

File information

Last updated

Original upload

Created by

DarkAoRaidenX

Uploaded by

DarkAoRaidenX

Virus scan

Safe to use

Tags for this mod

About this mod

*Server Side - No need to download any assets.*
This Mod adds boosts to EXP and Loot Gamestage at night. 10%,25%,50%,100% EXP Boosts.

Permissions and credits
Donations
This Mod adds boosts to EXP and Loot Gamestage at night. 10%,25%,50%,100% EXP Boosts.
Keep in mind the different EXP Boosts with the Nightstalker book that grants an extra 5% at night.

Changing how much EXP you gain
- Config/buffs.xml
<passive_effect name="PlayerExpGain" operation="perc_add" value=".10" tags="Kill" />
- .10 is 10 Percent and 1 is 100%


Changing how much Loot Gamestage you gain
There are 2 buffs

- Config/buffs.xml
<!-- ADDS a straight 20 -->
<passive_effect name="LootStage" operation="base_add" value="20"/>

<!-- ADDS 10% -->
<passive_effect name="LootStage" operation="perc_add" value=".1"/>