Skip to content
Snippets Groups Projects
Commit 5e0397e6 authored by dg's avatar dg
Browse files

Reduced the chance of lore randomly dropping

git-svn-id: http://svn.net-core.org/repos/t-engine4@3652 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9242bdea
No related branches found
No related tags found
No related merge requests found
......@@ -638,7 +638,7 @@ local drop_tables = {
ego = 45,
basic = 20,
money = 7,
lore = 5,
lore = 2,
},
[2] = {
uniques = 0.7,
......@@ -649,7 +649,7 @@ local drop_tables = {
ego = 30,
basic = 15,
money = 8,
lore = 6,
lore = 2.5,
},
[3] = {
uniques = 1,
......@@ -660,7 +660,7 @@ local drop_tables = {
ego = 15,
basic = 10,
money = 8.5,
lore = 6.5,
lore = 2.5,
},
[4] = {
uniques = 1.1,
......@@ -671,7 +671,7 @@ local drop_tables = {
ego = 5,
basic = 5,
money = 8,
lore = 6,
lore = 3,
},
[5] = {
uniques = 1.2,
......@@ -682,7 +682,7 @@ local drop_tables = {
ego = 5,
basic = 5,
money = 8,
lore = 6,
lore = 3,
},
},
store = {
......
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