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

Escort quest will not reward Water Jet anymore

git-svn-id: http://svn.net-core.org/repos/t-engine4@1322 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7256e9f2
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ local reward_types = {
exotic = {
talents = {
[Talents.T_DISARM] = 1,
[Talents.T_WATER_JET] = 1,
-- [Talents.T_WATER_JET] = 1,
[Talents.T_SPIT_POISON] = 1,
[Talents.T_MIND_SEAR] = 1,
},
......
......@@ -50,7 +50,7 @@ newEntity{ define_as = "BRIAGH",
body = { INVEN = 10, BODY=1 },
resolvers.drops{chance=100, nb=1, {defined="RESONATING_DIAMOND"}, },
resolvers.drops{chance=100, nb=10, {type="gem"} },
resolvers.drops{chance=100, nb=5, {type="gem"} },
resolvers.talents{
[Talents.T_PROBABILITY_TRAVEL]=10,
......
No preview for this file type
No preview for this file type
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