Home » What does Blizzard plan to do with this? Patch 10.2.6 brings over 300 weapons from Burning Crusade

What does Blizzard plan to do with this? Patch 10.2.6 brings over 300 weapons from Burning Crusade

by admin
What does Blizzard plan to do with this?  Patch 10.2.6 brings over 300 weapons from Burning Crusade

‘)
.css(‘opacity’, 0)
.html(tip)
.appendTo(‘body’);
self.init();
self.target.on(‘mouseleave’, () => {
console.log(‘mouseleave’);
console.log($(‘#shareDialog’).hasClass(‘is-open’));
if ($(‘#shareDialog’).hasClass(‘is-open’)) {
self.remove();
}
});
self.tooltip.on(‘click’, () => {
self.remove();
});
});
$(window).on(‘resize’, () => {
self.init();
});
}
/**
* @param target
* @param info
* @param timeout
*/
showTemporary(target, info, timeout) {
let self = this;
timeout = timeout || 10;
this.target = target;
let tip = self.textList[info];
if (!tip || tip == ”) {
return false;
}
if (this.tooltip) {
this.tooltip.remove();
}
this.tooltip = $(”)
.css(‘opacity’, 0)
.html(tip)
.appendTo(‘body’);
this.init();
setTimeout(() => {
self.remove();
$(this.target).removeClass(‘active’);
}, timeout * 1000);
}
/**
*
*/
remove() {
if (!this.tooltip) {
return;
}
this.tooltip.animate({
top: ‘-=10’,
opacity: 0
}, 50, function() {
$(this).remove();
});
}
/**
*
*/
init() {
if (!this.tooltip || !this.target) {
return;
}
this.tooltip.addClass(‘dBlk’);
}
}
ctcTooltip = new ctcTooltips();
$(document).on(‘click’, ‘.shareCopy’, function() {
$(this).addClass(‘active’);
copyToClipboardNew($(this));
});
var copyToClipboardNew = function(target) {
var textArea = document.createElement(‘textarea’),
text = target.data(‘text’);
textArea.style.position = ‘fixed’;
textArea.style.top = 0;
textArea.style.left = 0;
textArea.style.width=”2em”;
textArea.style.height=”2em”;
textArea.style.padding = 0;
textArea.style.border=”none”;
textArea.style.outline=”none”;
textArea.style.boxShadow = ‘none’;
textArea.style.background = ‘transparent’;
textArea.value = text;
document.body.appendChild(textArea);
textArea.focus();
textArea.select();
try {
var successful = document.execCommand(‘copy’);
if (successful) {
ctcTooltip.showTemporary(target, ‘link_copied’, 2);
} else {
ctcTooltip.showTemporary(target, ‘link_copy_error’);
}
} catch (err) {}
document.body.removeChild(textArea);
};
var closeShareWidget = function(delay) {
setTimeout(function() {
shareDialog.classList.remove(‘is-open’);
}, delay);
}
jQuery(document).on(‘click’, ‘.jsShare’, function() {
shareDialog.classList.add(‘is-open’);
jQuery(document).on(‘click’, ‘#shareDialog’, function() {
if (event.target.nodeName == ‘I’) {
closeShareWidget();
} else {
var container = $(‘.shareWrapper’);
if ((!container.is(event.target) && !container.has(event.target).length) || event.target.nodeName == ‘A’) {
closeShareWidget();
}
}
});
})

Autor:

Philipp Sattler Source: buffed

March 30, 2024 at 2:50 p.m. – Dataminers have found over 300 new colors for Burning Crusade weapons in the data from Wow Patch 10.2.6. What is Blizzard planning to do with this batch of new transmog templates?

It’s no secret that Blizzard likes to make working on WoW as easy as possible. Recolors, i.e. new colors for an existing model, are an easy way to give players the illusion of new items. New colors are not bad per se, but can enhance a previously boring item and turn it into an absolute eye-catcher.

See also  Tha Van Pelt, review of his album Artisans & merchants (2023

The trading post in particular benefits from such new colors of existing items. But the amount of items that have now appeared may be too much even for the trading post.

The data miners have now found over 300 new entries in the WoW Patch 10.2.6 data. These are linked to new looks and colors of existing weapons from Burning Crusade. Some of them have been in the game (in other entries) since then. Others, on the other hand, have not yet existed – including new colors for iconic weapons such as Shards of Azzinoth or Zhar’doom, Devourer’s Greatstaff.

New colors of the legendary bow have even appeared: Thori’dal, Fury of the Stars. And one of the smallest two-handed weapons of all time, Ax of the Gronnlordhas now apparently gotten a one-handed version.

Also read these interesting stories

WoW: The Plunderstorm Cramp – don’t let FOMO control you

The WoW wisdom for Easter: Don’t let yourself be driven by FOMO (like in Plunderstorm) in WoW, especially if your psyche suffers from it.

WoW: New adjustments for the Plunderstorm – hotfixes from March 30th

Instead of looking for eggs, the WoW developers prefer to add new hotfixes to the live servers to improve the Plunderstorm.

What is Blizzard planning to do with 300 new BC weapons in WoW?

So it’s a mix of new weapons, a few existing weapons in familiar colors and a lot of familiar weapons in new colors. In the following picture gallery you can see all the weapon optics found (be careful: there are over 300 optics):

See also  In Córdoba, River Plate drew 2-2 with Talleres in an exciting match

What does Blizzard plan to do with over 300 weapons? Of course, this question inevitably arises with such a quantity. However, we cannot give an answer at this point, but can only speculate. Of course, there is the possibility that you can simply prepare for the future of the trading post and bring a lot of optics into play in one fell swoop that will be unlocked in the coming years.

A new event, which should come into play with patch 10.2.7, may also be prepared here. It would then be expected that this event is somehow related to the content from Burning Crusade.

Another possibility is that Blizzard has been playing with new internal tools, for example letting the AI ​​design countless new color schemes and now simply implementing them into the game files without having a deeper plan. But why not just leave them in a drawer until you know how you want to use them? By the way, we have also highlighted for you what artificial intelligence can mean for the games industry.

We’ll probably have to wait to see what Blizzard plans to do with it. But what do you think? How could Blizzard bring this amount of new visuals to World of Warcraft (buy now World of Warcraft jetzt bei Amazon bestellen” target=”_blank” rel=”nofollow noopener”>) insert? Are we seeing a glut of new weapon transmogs or are we just preparing for the long term? Feel free to tell us your opinion in the comments.

You may also like

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More

Privacy & Cookies Policy