Skip to content
Snippets Groups Projects
Commit 6ac98657 authored by Lisa Greene's avatar Lisa Greene
Browse files

Increase rare spawn rate on nightmare

parent 9d7dc765
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ newBirthDescriptor{
{
_t"#GOLD##{bold}#Nightmare mode#WHITE##{normal}#",
_t"Unfair game setting",
_t"All zone levels increased by 50% by the time Player reaches level 10",
_t"All zone levels increased by 30% by the time Player reaches level 10",
_t"All creature talent levels increased by 30%",
_t"Unique (fixed) bosses advance in bonus classes 30% faster",
_t"Rare creatures are slightly more frequent",
......@@ -214,9 +214,9 @@ newBirthDescriptor{
__game_difficulty = 3,
},
game_state = {
default_random_rare_chance = 15,
default_random_rare_chance = 8,
difficulty_level_mult = 1.5, -- Level multiplier for Zone.level_range, handled in Game.applyDifficulty
difficulty_level_mult = 1.3, -- Level multiplier for Zone.level_range, handled in Game.applyDifficulty
difficulty_level_add = 0, -- Flat value added to Zone.level_range, handled in Game.applyDifficulty
difficulty_talent_mult = 1.3, -- Talent level multiplier for non-summoned NPC talents and base (non-autoclass) fixedboss talents, handled in NPC.addedToLevel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment