Skip to content

Commit 07de714

Browse files
authored
Merge pull request #10025 from ThrisStraizo/watchwamoura
[mob] Watch Wamoura adjustment
2 parents a1936a7 + b432c7d commit 07de714

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/zones/Navukgo_Execution_Chamber/mobs/Watch_Wamoura.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ local entity = {}
77

88
local function curl(mob)
99
mob:setBaseSpeed(20)
10+
mob:setDelay(800)
1011
mob:setMod(xi.mod.DMG, -9500)
1112
mob:addStatusEffect(xi.effect.BLAZE_SPIKES, { power = 100, origin = mob })
1213
mob:setAnimationSub(5)
@@ -17,15 +18,18 @@ local function stretch(mob)
1718
mob:setBaseSpeed(100)
1819
mob:delMod(xi.mod.DMG, -9500)
1920
mob:delStatusEffect(xi.effect.BLAZE_SPIKES)
21+
mob:setDelay(170)
2022
mob:setAnimationSub(4)
2123
mob:setLocalVar('curlThreshold', math.max(0, mob:getHPP() - 20))
2224
end
2325

2426
entity.onMobSpawn = function(mob)
2527
mob:setMobMod(xi.mobMod.DETECTION, bit.bor(xi.detects.SIGHT, xi.detects.HEARING))
28+
mob:setMobMod(xi.mobMod.BASE_DAMAGE_MULTIPLIER, 200)
2629
mob:setMod(xi.mod.REGAIN, 150)
2730
mob:addImmunity(xi.immunity.DARK_SLEEP)
2831
mob:addImmunity(xi.immunity.LIGHT_SLEEP)
32+
mob:addImmunity(xi.immunity.TERROR)
2933
curl(mob)
3034
end
3135

sql/mob_pools.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4362,7 +4362,7 @@ INSERT INTO `mob_pools` VALUES (4303,'Wasabix_Callusdigit','Wasabix_Callusdigit'
43624362
INSERT INTO `mob_pools` VALUES (4304,'Watch_Hippogryph','Watch_Hippogryph',187,0x0000550500000000000000000000000000000000,6,6,2,240,100,0,1,1,1,18,0,0,825,135,0,0,0,0,0,140,140,3,16);
43634363
INSERT INTO `mob_pools` VALUES (4305,'Watch_Imp','Watch_Imp',212,0x0000BE0600000000000000000000000000000000,4,4,7,240,100,0,1,1,1,0,0,0,0,0,0,0,2,0,0,165,165,NULL,NULL);
43644364
INSERT INTO `mob_pools` VALUES (4306,'Watch_Lizard','Watch_Lizard',307,0x0000480100000000000000000000000000000000,1,1,7,240,100,0,0,0,1,0,0,0,344,129,0,0,0,0,0,174,174,0,13);
4365-
INSERT INTO `mob_pools` VALUES (4307,'Watch_Wamoura','Watch_Wamoura',471,0x00000A0700000000000000000000000000000000,1,1,7,265,100,0,1,1,1,16,0,0,0,3,0,0,0,0,0,254,254,1,12);
4365+
INSERT INTO `mob_pools` VALUES (4307,'Watch_Wamoura','Watch_Wamoura',471,0x00000A0700000000000000000000000000000000,7,7,7,170,100,0,1,1,1,16,0,0,0,3,0,0,0,0,0,254,254,1,12);
43664366
INSERT INTO `mob_pools` VALUES (4308,'Watch_Wyvern','Watch_Wyvern',237,0x00003E0100000000000000000000000000000000,1,1,7,240,100,0,1,0,1,0,0,0,132,133,0,0,0,0,0,266,268,2,36);
43674367
INSERT INTO `mob_pools` VALUES (4309,'Water_Elemental','Water_Elemental',267,0x0000B80100000000000000000000000000000000,4,5,12,240,100,0,1,0,0,0,256,0,343,131,16,0,15,0,0,106,106,1,3);
43684368
INSERT INTO `mob_pools` VALUES (4310,'Water_Golem','Water_Golem',63,0x0000B00100000000000000000000000000000000,1,1,11,300,100,0,1,1,1,18,0,0,0,3,0,0,0,0,0,135,135,1,20);

0 commit comments

Comments
 (0)