Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. (function (_n, c) {
  2. var check = 1;
  3. newItem = function (item) {
  4. for (var i in item) {
  5. if (item[i].loc == 'l' && check) {
  6. $('#battlelog').html($('#battlelog').html().replace(item[i].name, c.name));
  7. $.extend(item[i], c);
  8. check = 0;
  9. };
  10. };
  11. return _n(item)
  12. };
  13. })(newItem, {
  14. stat : ';ac=65;binds;crit=3;critval=12;;ds=106;energybon=22;hp=825;lowevade=18;legbon=lastheal,184;legendary;lvl=57;opis=W tych cholewach Jan wykonuje ciężkie prace przy swoim Gospodarstwie. Wiecie ile jest warte dobre obuwie do brudnej roboty?.;sa=51;',
  15. name : 'Popis fachu Drohiego',
  16. icon : '/but/buty100.gif',
  17. pr : '29613',
  18. cl : '8'
  19. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement