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

Fixed dex requirement on Spellblaze Shard

git-svn-id: http://svn.net-core.org/repos/t-engine4@5975 51575b47-30f0-44d4-a5cc-537603b46e54
parent 18c74bf2
No related branches found
No related tags found
No related merge requests found
......@@ -4464,7 +4464,7 @@ newEntity{ base = "BASE_KNIFE", -- Thanks Grayswandir!
desc = [[This jagged crystal glows with an unnatural light. A strap of cloth is wrapped around one end, as a handle.]],
level_range = {12, 25},
rarity = 200,
require = { stat = { dex=32 }, },
require = { stat = { dex=17 }, },
cost = 250,
material_level = 2,
combat = {
......
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