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

Remove Probability Travel from some NPCs

Its no_npc_use now
parent 84b82d78
No related branches found
No related tags found
2 merge requests!617WIP: experienmental i18n support,!613Misc
......@@ -105,7 +105,6 @@ newEntity{ base = "BASE_NPC_WILD_DRAKE",
[Talents.T_CHARGE_LEECH]={base=5, every=5, max = 10},
[Talents.T_INSATIABLE]={base=5, every=5, max = 30},
[Talents.T_PHASE_DOOR]={base=5, every=5, max = 10},
[Talents.T_PROBABILITY_TRAVEL]={base=5, every=5, max = 10},
},
resolvers.inscriptions(2, {"phase door rune", "phase door rune"}),
......
......@@ -56,7 +56,6 @@ newEntity{ define_as = "BRIAGH",
resolvers.drops{chance=100, nb=5, {type="gem"} },
resolvers.talents{
[Talents.T_PROBABILITY_TRAVEL]=10,
[Talents.T_SUMMON]=1,
[Talents.T_SAND_BREATH]={base=8, every=8, max=12},
[Talents.T_STUN]={base=5, every=5, max=8},
......
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