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
34 lines
1.2 KiB
TOML
34 lines
1.2 KiB
TOML
|
|
[Structures]
|
|
#Spawn chance for the Cursed Altar structure
|
|
#Range: 0.0 ~ 1.0
|
|
cursedAltarSpawnChance = 1.0
|
|
|
|
["Trial Modifiers"]
|
|
#Base chance for player to be cursed with a Tier 1 trial
|
|
#All values for trials chances should ideally add up to 10 to avoid bugs
|
|
#Range: 0.0 ~ 10.0
|
|
cursedTrialTier1Chance = 6.0
|
|
#Base chance for player to be cursed with a Tier 2 trial
|
|
#All values for trials chances should ideally add up to 10 to avoid bugs
|
|
#Range: 0.0 ~ 10.0
|
|
cursedTrialTier2Chance = 3.0
|
|
#Base chance for player to be cursed with a Tier 3 trial
|
|
#All values for trials chances should ideally add up to 10 to avoid bugs
|
|
#Range: 0.0 ~ 10.0
|
|
cursedTrialTier3Chance = 1.0
|
|
#Max amount of trials for player to complete before Tier 3 trials are guaranteed
|
|
#Range: 1 ~ 256
|
|
cursedTrialMaxChance = 25
|
|
|
|
["Curse Modifiers"]
|
|
#Minimum number of seconds that a Survival Trial can curse the player for
|
|
#If value is set to 0, all Survival Trials will result in an instant completion
|
|
#Range: 0 ~ 12000
|
|
curseTimeMinimum = 180
|
|
#Maximum number of seconds that a Survival Trial can curse the player for
|
|
#If value is set to 0, all Survival Trials will result in an instant completion
|
|
#Range: 0 ~ 18000
|
|
curseTimeMaximum = 240
|
|
|