Advertisement
hhaos

Untitled

Apr 5th, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. ["black dragon"] = {system.hunting.defs.attackStrategems["black dragon"] = {
  2. ["dam"] =
  3. function()
  4. if system.hunting.funcs.hasShield() then
  5. return "blast &tar"
  6. else
  7. if gmcp.Char.Vitals.wp and tonumber(gmcp.Char.Vitals.ep) < 1000 then
  8. return "summon acid" .. system.hunting.defs.separator .. "incantation &tar"
  9. else
  10. return "summon acid" .. system.hunting.defs.separator .. "gut &tar"
  11. end
  12. end
  13. end,
  14.  
  15. ["rageblade"] =
  16. function()
  17. if system.hunting.funcs.hasShield() then
  18. return "blast &tar"
  19. else
  20. return "wield 159574" .. system.hunting.defs.separator .. "jab &tar"
  21. end
  22. end
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement