Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local str = ""
- for _, node in pairs(self.build.spec.nodes) do
- if not node.alloc and node.modKey ~= "" and node.path then
- str = str .. node.id .. "=" .. node.power.dps .. "/" .. node.power.def .. ","
- end
- end
- Copy(str)
Advertisement
Add Comment
Please, Sign In to add comment