Openarl

Untitled

Apr 9th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1.     local str = ""
  2.     for _, node in pairs(self.build.spec.nodes) do
  3.         if not node.alloc and node.modKey ~= "" and node.path then
  4.             str = str .. node.id .. "=" .. node.power.dps .. "/" .. node.power.def .. ","
  5.         end
  6.     end
  7.     Copy(str)
Advertisement
Add Comment
Please, Sign In to add comment