Increased Project E server difficulty.

This commit is contained in:
Harrison Deng 2022-06-05 14:37:04 -05:00
parent 5d475f9c40
commit 799338ae8c

View File

@ -7,10 +7,10 @@
offensiveAbilities = false
#Amount of damage Katar 'C' key deals
#Range: 0.0 ~ 2.147483647E9
katarDeathAura = 1000.0
katarDeathAura = 100.0
#Adjusting this ratio changes how much EMC is received when burning a item. For example setting this to 0.5 will return half of the EMC cost.
#Range: 0.1 ~ 1.0
covalenceLoss = 1.0
covalenceLoss = 0.7
#How rounding occurs when Covalence Loss results in a burn value less than 1 EMC. If true the value will be rounded up to 1. If false the value will be rounded down to 0.
covalenceLossRounding = true
@ -29,7 +29,7 @@
[server.effects]
#Bonus ticks given by the Watch of Flowing Time while in the pedestal. 0 = effectively no bonus.
#Range: 0 ~ 256
timePedBonus = 18
timePedBonus = 8
#Factor the Watch of Flowing Time slows down mobs by while in the pedestal. Set to 1.0 for no slowdown.
#Range: 0.0 ~ 1.0
timePedMobSlowness = 0.1