From 462f53050bc4e2c02f9a560101ab8d20bac85e94 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sun, 26 Aug 2012 19:47:03 +0000 Subject: [PATCH] Random rares/bosses should not be able to learn shell shield/call of amakthel/... git-svn-id: http://svn.net-core.org/repos/t-engine4@5586 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/general/npcs/bear.lua | 1 - game/modules/tome/data/general/npcs/ghoul.lua | 1 - game/modules/tome/data/general/npcs/skeleton.lua | 2 +- game/modules/tome/data/general/npcs/spider.lua | 1 - game/modules/tome/data/general/npcs/troll.lua | 2 -- 5 files changed, 1 insertion(+), 6 deletions(-) diff --git a/game/modules/tome/data/general/npcs/bear.lua b/game/modules/tome/data/general/npcs/bear.lua index 92314bb5bd..444a123c71 100644 --- a/game/modules/tome/data/general/npcs/bear.lua +++ b/game/modules/tome/data/general/npcs/bear.lua @@ -43,7 +43,6 @@ newEntity{ combat_armor = 1, combat_def = 1, combat = { dam=resolvers.levelup(resolvers.rngavg(12, 25), 1, 1), atk=10, apr=3, physspeed=2, dammod={str=0.8} }, life_rating = 12, - resolvers.tmasteries{ ["technique/other"]=0.25 }, resists = { [DamageType.FIRE] = 20, [DamageType.COLD] = 20, [DamageType.NATURE] = 20 }, ingredient_on_death = "BEAR_PAW", diff --git a/game/modules/tome/data/general/npcs/ghoul.lua b/game/modules/tome/data/general/npcs/ghoul.lua index 0da250aa18..dde7c42b7d 100644 --- a/game/modules/tome/data/general/npcs/ghoul.lua +++ b/game/modules/tome/data/general/npcs/ghoul.lua @@ -36,7 +36,6 @@ newEntity{ infravision = 10, resolvers.racial(), - resolvers.tmasteries{ ["technique/other"]=1, }, open_door = true, diff --git a/game/modules/tome/data/general/npcs/skeleton.lua b/game/modules/tome/data/general/npcs/skeleton.lua index 4c1f24415c..94369aaaf2 100644 --- a/game/modules/tome/data/general/npcs/skeleton.lua +++ b/game/modules/tome/data/general/npcs/skeleton.lua @@ -42,7 +42,7 @@ newEntity{ stats = { str=14, dex=12, mag=10, con=12 }, resolvers.racial(), - resolvers.tmasteries{ ["technique/other"]=0.3, ["technique/2hweapon-offense"]=0.3, ["technique/2hweapon-cripple"]=0.3 }, + resolvers.tmasteries{ ["technique/2hweapon-offense"]=0.3, ["technique/2hweapon-cripple"]=0.3 }, open_door = true, diff --git a/game/modules/tome/data/general/npcs/spider.lua b/game/modules/tome/data/general/npcs/spider.lua index 04fb902555..301769c94f 100644 --- a/game/modules/tome/data/general/npcs/spider.lua +++ b/game/modules/tome/data/general/npcs/spider.lua @@ -40,7 +40,6 @@ newEntity{ resolvers.inscriptions(2, "infusion"), - resolvers.tmasteries{ ["technique/other"]=0.3 }, resolvers.sustains_at_birth(), poison_immune = 0.9, diff --git a/game/modules/tome/data/general/npcs/troll.lua b/game/modules/tome/data/general/npcs/troll.lua index 6aa84d1097..d27d726f54 100644 --- a/game/modules/tome/data/general/npcs/troll.lua +++ b/game/modules/tome/data/general/npcs/troll.lua @@ -46,8 +46,6 @@ newEntity{ open_door = true, - resolvers.tmasteries{ ["technique/other"]=0.3 }, - resists = { [DamageType.FIRE] = -50 }, fear_immune = 1, ingredient_on_death = "TROLL_INTESTINE", -- GitLab