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

Increase rarity on Biting Gale and Acid Wave runes

These aren't very tied to stats for players anyway but are very annoying when spammed by NPCs.  A potentially better solution is just to reduce the chance of attack runes spawning on NPCs similar to how Teleport is banned, but I'm in a hurry :p.
parent d546303f
No related branches found
No related tags found
1 merge request!5891.6.1 misc
......@@ -258,7 +258,7 @@ newEntity{ base = "BASE_RUNE",
newEntity{ base = "BASE_RUNE",
name = "biting gale rune",
level_range = {10, 50},
rarity = 20,
rarity = 35,
cost = 20,
inscription_kind = "attack",
......@@ -274,7 +274,7 @@ newEntity{ base = "BASE_RUNE",
newEntity{ base = "BASE_RUNE",
name = "acid wave rune",
level_range = {10, 50},
rarity = 20,
rarity = 35,
cost = 20,
inscription_kind = "attack",
......
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