biomemusic will give us additional control over music and when it can be played, as well as allowing for additional custom songs on top of the vanilla ones. All vanilla CDs have been replaced, to be adjusted in \lang\en_us.json some of the tracks need to be volumized for consistent audio volumes
29 lines
1.5 KiB
TOML
29 lines
1.5 KiB
TOML
#Multiplier to the amount of lp created by the Dagger of Bloodletting
|
|
#Values less than 1 will result in less LP, values greater than 1 result in more LP.
|
|
#Range: 0.0 ~ 1.7976931348623157E308
|
|
LPMulti = 1.0
|
|
#Multiplier to the amount of lp created by the Sentient Dagger of Bloodletting
|
|
#Values less than 1 will result in less LP, values greater than 1 result in more LP.
|
|
#Range: 0.0 ~ 1.7976931348623157E308
|
|
sentientLPMulti = 0.8
|
|
#Multiplier to the amount of lp created by the Dagger of the Orb
|
|
#Values less than 1 will result in less LP, values greater than 1 result in more LP.
|
|
#Range: 0.0 ~ 1.7976931348623157E308
|
|
orbDaggerLPMulti = 0.5
|
|
#This value is the max LP a Weak Blood Orb bound Dagger of the Orb can add to your network.
|
|
#Range: 0.0 ~ 1.7976931348623157E308
|
|
weakBloodOrbDaggerCapacity = 5000.0
|
|
#This value is the max LP an Apprentice Blood Orb bound Dagger of the Orb can add to your network.
|
|
#Range: 0.0 ~ 1.7976931348623157E308
|
|
apprenticeBloodOrbDaggerCapacity = 25000.0
|
|
#This value is the max LP a Magician Blood Orb bound Dagger of the Orb can add to your network.
|
|
#Range: 0.0 ~ 1.7976931348623157E308
|
|
magicianBloodOrbDaggerCapacity = 150000.0
|
|
#This value is the max LP a Master Blood Orb bound Dagger of the Orb can add to your network.
|
|
#Range: 0.0 ~ 1.7976931348623157E308
|
|
masterBloodOrbDaggerCapacity = 1000000.0
|
|
#This value is the max LP an Archmage Blood Orb bound Dagger of the Orb can add to your network.
|
|
#Range: 0.0 ~ 1.7976931348623157E308
|
|
archmageBloodOrbDaggerCapacity = 1.0E7
|
|
|