mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
Create a_commanded_destroyer.lua
This commit is contained in:
parent
29b0e245dd
commit
afdd089102
1 changed files with 9 additions and 0 deletions
9
yxtta/a_commanded_destroyer.lua
Normal file
9
yxtta/a_commanded_destroyer.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
-- mods enthralled destroyer/noc bloodluster
|
||||
|
||||
function event_spawn(e)
|
||||
e.self:ModSkillDmgTaken(0, 25); -- 1h blunt
|
||||
e.self:ModSkillDmgTaken(2, 25); -- 2h blunt
|
||||
e.self:ModSkillDmgTaken(1, -25); -- 1h slashing
|
||||
e.self:ModSkillDmgTaken(3, -25); -- 2h slashing
|
||||
e.self:ModSkillDmgTaken(7, -25); -- archery
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue