Skip to content
Snippets Groups Projects
Commit 7a574359 authored by Chris Davidson's avatar Chris Davidson
Browse files

Significantly increase the chance of dual type wild infusions spawning

parent 129b312e
No related branches found
No related tags found
1 merge request!5891.6.1 misc
......@@ -167,7 +167,7 @@ newEntity{ base = "BASE_INFUSION",
level_range = {1, 50},
rarity = 15,
cost = 20,
chance = resolvers.mbonus_level(80, -20), -- No chance of 2 cleanses until higher ilvl to discourage rerolling the earliest shops
chance = resolvers.mbonus_level(110, -10), -- No chance of 2 cleanses until higher ilvl to discourage rerolling the earliest shops
inscription_kind = "utility",
inscription_data = resolvers.generic(function(e)
local what = {}
......
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