Advertisement
Guest User

Untitled

a guest
Nov 1st, 2018
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 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=563;binds;crit=3;critval=12;;ds=106;energybon=22;hp=825;lowevade=18;legbon=lastheal,184;legendary;lvl=184;opis=Ten szykowny hełm to wyjątkowa robota<br>barbarzyńskich rzemieślników. Legenda głosi,<br>że należał do wielkiego wodza Draków -<br>Kystiosa.;reqp=w;sa=146;',
  15. name : 'Skrzydła Varów',
  16. icon : '/hel/barb_helm03.gif',
  17. pr : '271773',
  18. cl : '9'
  19. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement