Added cursery, sneaky curses: adds new curses, causes curses to have a chance to affix when enchanting regardless of its presence in the description, obfuscates curses from tooltip and instead makes the item's name red. curse of pandora: adds curios and cursed curios ancientcurses: adds altars where you can earn jewels (gems) to affix to an amulet for bonuses (future curio wip) Sound attracts mobs, proximity chat, and simple radios for bequiet systems Iron's spells & spellbook integrates with some of our mods and adds mobs and magic tenseambiance: dynamic biome based creepy ambient noise
15 lines
450 B
TOML
15 lines
450 B
TOML
#Allows L2DamageTracker to detect and prevent cyclic damage events
|
|
enableCyclicDamageEventInterrupt = false
|
|
#Cyclic Damage Interruption threshold
|
|
#Range: 1 ~ 1000
|
|
cyclicDamageThreshold = 1
|
|
#Mute error log lines for cyclic damage
|
|
muteCyclicDamageInterrupt = false
|
|
#Print damage trace tracked by damage tracker
|
|
printDamageTrace = false
|
|
#Save player attack damage trace
|
|
savePlayerAttack = false
|
|
#Save player hurt damage trace
|
|
savePlayerDamaged = false
|
|
|