Increased Project E server difficulty.
This commit is contained in:
parent
5d475f9c40
commit
799338ae8c
@ -7,10 +7,10 @@
|
|||||||
offensiveAbilities = false
|
offensiveAbilities = false
|
||||||
#Amount of damage Katar 'C' key deals
|
#Amount of damage Katar 'C' key deals
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
#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.
|
#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
|
#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.
|
#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
|
covalenceLossRounding = true
|
||||||
|
|
||||||
@ -29,7 +29,7 @@
|
|||||||
[server.effects]
|
[server.effects]
|
||||||
#Bonus ticks given by the Watch of Flowing Time while in the pedestal. 0 = effectively no bonus.
|
#Bonus ticks given by the Watch of Flowing Time while in the pedestal. 0 = effectively no bonus.
|
||||||
#Range: 0 ~ 256
|
#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.
|
#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
|
#Range: 0.0 ~ 1.0
|
||||||
timePedMobSlowness = 0.1
|
timePedMobSlowness = 0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user