Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ["black dragon"] = {system.hunting.defs.attackStrategems["black dragon"] = {
- ["dam"] =
- function()
- if system.hunting.funcs.hasShield() then
- return "blast &tar"
- else
- if gmcp.Char.Vitals.wp and tonumber(gmcp.Char.Vitals.ep) < 1000 then
- return "summon acid" .. system.hunting.defs.separator .. "incantation &tar"
- else
- return "summon acid" .. system.hunting.defs.separator .. "gut &tar"
- end
- end
- end,
- ["rageblade"] =
- function()
- if system.hunting.funcs.hasShield() then
- return "blast &tar"
- else
- return "wield 159574" .. system.hunting.defs.separator .. "jab &tar"
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement