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

Increase crit shrug randart power max and increase cost

Strengthening player-only (mostly) anti crit options at high scaling.
parent bd047b92
No related branches found
No related tags found
1 merge request!611Misc
......@@ -461,7 +461,7 @@ newEntity{ theme={physical=true, defense=true}, name="generic die at", points =
}
newEntity{ theme={defense=true, misc=true}, name="generic ignore crit", points = 1, rarity = 15, level_range = {1, 50},
wielder = { ignore_direct_crits = resolvers.randartmax(5, 15), },
wielder = { ignore_direct_crits = resolvers.randartmax(4, 20), },
}
newEntity{ theme={defense=true, spell=true, temporal=true}, name="generic void", points = 1, rarity = 20, level_range = {1, 50},
......
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