Skip to content

Commit 0929297

Browse files
author
acidmanifesto
authored
Merge pull request #29 from LannyE/XP-Feature
feat(CORE): XP Balancing and Minor Fix
2 parents 18f4157 + 1b599cf commit 0929297

File tree

2 files changed

+150
-37
lines changed

2 files changed

+150
-37
lines changed

conf/Solocraft.conf.dist

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Solocraft.Announce = 1
2121

2222

2323
###################################################################################################
24-
# Balancing - Groups (Overloading), Global Spellpower and Stats modifier, Global Class Balancing
24+
# Balancing - Groups (Overloading), Global Spellpower and Stats modifier, Global Class Balancing,
25+
# and XP Gain Balancing
2526
###################################################################################################
2627

2728
# Enable Debuff of new party members who enter the dungeon to avoid overloading the dungeon?
@@ -75,6 +76,26 @@ SoloCraft.SHAMAN = 100
7576
SoloCraft.WARLOCK = 100
7677
SoloCraft.WARRIOR = 100
7778

79+
80+
# XP Gain
81+
# This settings will Enable/Disable XP gained while in the current dungeon
82+
83+
#Default: 1 (Enabled)
84+
# 0 (Disable)
85+
86+
Solocraft.XP.Enabled = 1
87+
88+
89+
# XP Balancing (XP Gain must be Enabled)
90+
# This settings will decrease the XP gained based on the Difficulty setting of the dungeon
91+
# and how many players are in the group.
92+
93+
#Default: 1 (Enabled)
94+
# 0 (Disable)
95+
96+
Solocraft.XPBal.Enabled = 1
97+
98+
7899
################################################################################################
79100
#Catch all Bucket - Difficulty Offset Defaults
80101
################################################################################################

0 commit comments

Comments
 (0)