Popup.js: Diferență între versiuni
Fără descriere a modificării |
Fără descriere a modificării |
||
(Nu s-au afișat 63 de versiuni intermediare efectuate de același utilizator) | |||
Linia 58: | Linia 58: | ||
drop: '<p class="popup_txtgreen">+ #1% Șanse#2</p>', | drop: '<p class="popup_txtgreen">+ #1% Șanse#2</p>', | ||
labor_pts: '<p class="popup_txtgreen">+ #1 puncte de muncă#2</p>', | labor_pts: '<p class="popup_txtgreen">+ #1 puncte de muncă#2</p>', | ||
spd: '<p class="popup_txtgreen">+ #1% Viteză#2</p>' | spd: '<p class="popup_txtgreen">+ #1% Viteză#2</p>', | ||
pray: '<p class="popup_txtgreen">+ #1% Rugăciune#2</p>' | |||
} | } | ||
} | } | ||
Linia 222: | Linia 223: | ||
img: "https://wiki.the-west.net//images/5/5e/Labor_pts.png" | img: "https://wiki.the-west.net//images/5/5e/Labor_pts.png" | ||
} | } | ||
}, | |||
img_job: { | |||
trader: ['d/dc', 'Fahrender Händler'], | |||
tailor: ['d/de', 'Schneider'], | |||
gunsmith: ['2/21', 'Büchsenmacher'], | |||
general: ['e/ef', 'Gemischwaren'], | |||
all: ['d/d1', 'Alle Arbeiten'], | |||
}, | |||
jobIcon: function(p, q) { | |||
var wip = this.img_job[p], | |||
ji = wip ? ['/images/' + wip[0] + '/Job_', wip[1] + (q || '')] : [this.cdn + '/images/jobs/', q]; | |||
ji[0] += p + '.png'; | |||
return ji; | |||
}, | }, | ||
sorting: { | sorting: { | ||
Linia 229: | Linia 243: | ||
Charisma: '{"cha":1}', | Charisma: '{"cha":1}', | ||
Construction: '{"str":1,"con":1}', | Construction: '{"str":1,"con":1}', | ||
Vigoare: '{"str":1,"vig":1}', | |||
Toughness: '{"str":1,"tou":1}', | Toughness: '{"str":1,"tou":1}', | ||
Stamina: '{"str":1,"sta":1}', | Stamina: '{"str":1,"sta":1}', | ||
Linia 264: | Linia 278: | ||
}, | }, | ||
initPage: function() { | initPage: function() { | ||
if (1 === $("#input_level").length) var t = $('<input type="number" style="width:80px;" class="west" placeholder="' + westui.lang.input_level + '" min="0" max=" | if (1 === $("#input_level").length) var t = $('<input type="number" style="width:80px;" class="west" placeholder="' + westui.lang.input_level + '" min="0" max="250">').bind("propertychange keyup input paste", function() { | ||
this.value > | this.value > 250 ? this.value = 250 : this.value < 0 && (this.value = 0), $(".calc").each(function() { | ||
0 == t.val() ? ($(this).html(this.id), $(".per_level_off").addClass("per_level").removeClass("per_level_off")) : ($(this).html(Math.ceil(Number(this.id) * t.val())), $(".per_level").addClass("per_level_off").removeClass("per_level")) | 0 == t.val() ? ($(this).html(this.id), $(".per_level_off").addClass("per_level").removeClass("per_level_off")) : ($(this).html(Math.ceil(Number(this.id) * t.val())), $(".per_level").addClass("per_level_off").removeClass("per_level")) | ||
}) | }) | ||
Linia 315: | Linia 329: | ||
createPopup: function(t, e, i, a) { | createPopup: function(t, e, i, a) { | ||
t = JSON.parse(t); | t = JSON.parse(t); | ||
var s = '<div class="popup_image"><img src="' + westui.config.cdn + "/images/items/" + t.cdn_cat + "/" + t.cdn_img + '.png"/></div><div class="popup_divider"></div><p class="popup_name">' + t.name + '</p><p class="popup_type">' + t.type + "</p><br/>", | var wc = westui.config, | ||
s = '<div class="popup_image"><img src="' + westui.config.cdn + "/images/items/" + t.cdn_cat + "/" + t.cdn_img + '.png"/></div><div class="popup_divider"></div><p class="popup_name">' + t.name + '</p><p class="popup_type">' + t.type + "</p><br/>", | |||
n = !1; | n = !1; | ||
if (a >= 1 && a <= 5 && (n = !0, t.auc = !1), t.dmg_min && t.dmg_max && (n && (t.dmg_min += Math.round(Math.max(1, .1 * t.dmg_min * a)), t.dmg_max += Math.round(Math.max(1, .1 * t.dmg_max * a))), s += '<p class="popup_dmg">' + t.dmg_min + "-" + t.dmg_max + " " + westui.lang.damages + "</p>"), t.text) { | |||
if (a >= 1 && a <= 5 && (n = !0, t.auc = !1), t.dmg_min && t.dmg_max && (n && (t.dmg_min += Math.round(Math.max(1, .1 * t.dmg_min * a)), t.dmg_max += Math.round(Math.max(1, .1 * t.dmg_max * a))), s += '<p class="popup_dmg">' + | |||
for (var p = 0; p < t.text.length; p++) s += '<p class="popup_text">' + t.text[p] + "</p>"; | for (var p = 0; p < t.text.length; p++) s += '<p class="popup_text">' + t.text[p] + "</p>"; | ||
s += "<br/>" | s += "<br/>" | ||
} | } | ||
// var MinValuePLVL = $("#input_level input").val(); | |||
// var DamPerLvl = -t.dmglvl; | |||
// if (a >= 1 && a <= 5 && (n = !0, t.auc = !1), t.dmg_min && t.dmg_max && (n && (t.dmg_min += Math.floor(Math.max(1, .1 * t.dmg_min * a)), t.dmg_max += Math.floor(Math.max(1, .1 * t.dmg_max * a))), s += '<p class="popup_dmg">' + Math.round(t.dmg_min + (MinValuePLVL * DamPerLvl)) + "-" + Math.round(t.dmg_max + (MinValuePLVL * DamPerLvl)) + " " + westui.lang.damages + "</p>"), t.text) { | |||
// for (var p = 0; p < t.text.length; p++) s += '<p class="popup_text">' + t.text[p] + "</p>"; | |||
// s += "<br/>" | |||
// } | |||
for (var o in westui.lang.popup) { | for (var o in westui.lang.popup) { | ||
var l = 0; | var l = 0; | ||
Linia 346: | Linia 360: | ||
s += "<br/>" | s += "<br/>" | ||
} | } | ||
// if (t.jobs) { | |||
// s += '<div style="text-align:center;"><table class="popup_job">'; | |||
// for (p = 0; p < t.jobs.length; p++) s += '<tr><td><img src="' + westui.config.cdn + "/images/jobs/" + t.jobs[p][1] + '.png"/></td><td><span> ' + t.jobs[p][0] + "</span></td></tr>"; | |||
// s += "</table></div>" | |||
// } | |||
// if (t.jobs) { | |||
// for (p in t.jobs) | |||
// if (p == 'req') { | |||
// s += '<table class="popup_job">'; | |||
// } | |||
// } | |||
if (t.jobs) { | if (t.jobs) { | ||
s += '<div style="text-align:center;"><table class="popup_job">'; | s += '<div style="text-align:center;"><table class="popup_job">'; | ||
Linia 351: | Linia 381: | ||
s += "</table></div>" | s += "</table></div>" | ||
} | } | ||
if (t.requi) { | |||
s += '<table class="popup_job">'; | |||
for (p in t.requi) | |||
if (p == 'req') { | |||
s += '<tr><td colspan="2">'; | |||
for (var q of t.requi[p]) { | |||
q = q.split(','); | |||
s += '<div class="item_req"><img src="' + wc.cdn + '/images/items/' + (q[0].includes('/') ? '' : 'yield/') + q[0] + '.png"><div class="item_flag ' + q[2] + '"/>' + (q[2] == 'eqp' ? '' : '<div class="number">' + q[1] + '</div>') + '</div>'; | |||
} | |||
s += '</td></tr>'; | |||
} else { | |||
var ji = wc.jobIcon(p, t.requi[p]); | |||
s += '<tr><th><img src="' + ji[0] + '"></th><td> ' + ji[1] + '</td></tr>'; | |||
} | |||
s += '</table><br>'; | |||
} | |||
if (t.craft) { | if (t.craft) { | ||
s += '<div style="text-align:center;"><table class="popup_crafteditem"><tr><td><img src="' + westui.config.cdn + "/images/crafting/profsymbol_" + t.craft.id + '_small.png"/></td><td><table><tr>'; | s += '<div style="text-align:center;"><table class="popup_crafteditem"><tr><td><img src="' + westui.config.cdn + "/images/crafting/profsymbol_" + t.craft.id + '_small.png"/></td><td><table><tr>'; | ||
Linia 476: | Linia 524: | ||
var i = JSON.parse($(e).attr("data-popup")), | var i = JSON.parse($(e).attr("data-popup")), | ||
a = $("#input_level input").val(); | a = $("#input_level input").val(); | ||
a = a || | a = a || 250; | ||
var s = -1 !== Object.keys(t).indexOf("id") || t.bool && !0 === t.bool, | var s = -1 !== Object.keys(t).indexOf("id") || t.bool && !0 === t.bool, | ||
n = 0; | n = 0; |
Versiunea curentă din 15 octombrie 2022 19:42
westui = {
lang: { input_level: "Nivelul tău", input_search: "Caută", damages: "Daune", per_level: "pe nivel", speed: "Viteză", level: "Nivel", unsalable: "Nevandabil", auction: "Licitabil", not_auction: "Nelicitabil", not_upgrade: "Nu poate fi îmbunătățit", upgrade: "Poate fi îmbunătățit", total: "Total", popup: { dmg: {
dmglvl: '
+ #1 Daune#2
'
}, skills: {
str: '
+ #1 Putere#2
', mob: '
+ #1 Mobilitate#2
', dex: '
+ #1 Dexteritate#2
', cha: '
+ #1 Carismă#2
', con: '
+ #1 Construcție#2
', vig: '
+ #1 Vigoare#2
', tou: '
+ #1 Rezistență#2
', sta: '
+ #1 Perseverență#2
', hea: '
+ #1 Puncte de viață#2
', rid: '
+ #1 Călărie#2
', ref: '
+ #1 Reflex#2
', dod: '
+ #1 Ferire#2
', hid: '
+ #1 Ascundere#2
', swi: '
+ #1 Înot#2
', aim: '
+ #1 Țintire#2
', sho: '
+ #1 Împușcare#2
', pit: '
+ #1 Pune capcane#2
', fin: '
+ #1 Îndemânare motrică#2
', rep: '
+ #1 Reparare#2
', lea: '
+ #1 Conducere#2
', tac: '
+ #1 Tactică#2
', tra: '
+ #1 Comerț#2
', ani: '
+ #1 Instinct pentru animale#2
', app: '
+ #1 Aspect#2
'
}, fb: {
fbdef: '
+ #1 Apărare (bonus pentru bătălie fort)#2
', fboff: '
+ #1 Atac (bonus pentru bătălie fort)#2
', fbres: '
+ #1 Rezistență (bonus pentru bătălie fort)#2
', fbdefs: '
+ #1 Apărare (bonus pentru sectorul bătăliei de fort)#2
', fboffs: '
+ #1 Atac (bonus pentru sectorul bătăliei de fort)#2
', fbdmgs: '
+ #1 Daune (bonus pentru sectorul bătăliei de fort)#2
'
}, special: {
xp: '
+ #1% Experiență din munci, dueluri și bătălii pentru fort#2
', money: '
+ #1% Bani din munci și dueluri#2
', luck: '
+ #1% Bonus de noroc#2
', regen: '
+ #1% Regenerare#2
', drop: '
+ #1% Șanse#2
', labor_pts: '
+ #1 puncte de muncă#2
', spd: '
+ #1% Viteză#2
', pray: '
+ #1% Rugăciune#2
'
} } }, config: { enable_set_calc: !0, plain_popup: !0, redirect_on_dblclick: !1, link_on_dblclick: !0, enable_sorting: !0, cdn: "https://westzz.innogamescdn.com", img_buyprice: "/images/5/57/Buy_price.png", img_sellprice: "/images/f/fc/Sell_price.png", img_male: "https://wiki.the-west.net/images/c/c5/Gender_m.png", img_female: "https://wiki.the-west.net/images/4/41/Gender_f.png", set_bonus: { str: { name: "Putere", img: "https://wiki.the-west.net//images/thumb/8/8b/Strength.png/40px-Strength.png" }, mob: { name: "Mobilitate", img: "https://wiki.the-west.net//images/thumb/5/5a/Mobility.png/40px-Mobility.png" }, dex: { name: "Dexteritate", img: "https://wiki.the-west.net//images/thumb/0/0d/Dexterity.png/40px-Dexterity.png" }, cha: { name: "Carismă", img: "https://wiki.the-west.net//images/thumb/c/c9/Charisma.png/40px-Charisma.png" }, con: { name: "Construcție", img: "https://wiki.the-west.net//images/thumb/3/37/Construction.png/40px-Construction.png" }, vig: { name: "Vigoare", img: "https://wiki.the-west.net//images/thumb/9/90/Skill_Punch.png/40px-Skill_Punch.png" }, tou: { name: "Rezistență", img: "https://wiki.the-west.net//images/thumb/f/f8/Skill_Tough.png/40px-Skill_Tough.png" }, sta: { name: "Perseverență", img: "https://wiki.the-west.net//images/thumb/8/8d/Stamina.png/40px-Stamina.png" }, hea: { name: "Puncte de viață", img: "https://wiki.the-west.net//images/thumb/9/94/Health.png/40px-Health.png" }, rid: { name: "Călărie", img: "https://wiki.the-west.net//images/thumb/7/78/Hbr.png/40px-Hbr.png" }, ref: { name: "Reflex", img: "https://wiki.the-west.net//images/thumb/e/e9/Skill_Reflex.png/40px-Skill_Reflex.png" }, dod: { name: "Ferire", img: "https://wiki.the-west.net//images/thumb/0/07/Skill_Dodge.png/40px-Skill_Dodge.png" }, hid: { name: "Ascundere", img: "https://wiki.the-west.net//images/thumb/9/97/Hiding.png/40px-Hiding.png" }, swi: { name: "Înot", img: "https://wiki.the-west.net//images/thumb/f/f4/Swimming.png/40px-Swimming.png" }, aim: { name: "Țintire", img: "https://wiki.the-west.net//images/thumb/5/53/Skill_Aim.png/40px-Skill_Aim.png" }, sho: { name: "Împușcare", img: "https://wiki.the-west.net//images/thumb/7/73/Skill_Shot.png/40px-Skill_Shot.png" }, pit: { name: "Pune capcane", img: "https://wiki.the-west.net//images/thumb/e/e1/Trapping.png/40px-Trapping.png" }, fin: { name: "Îndemânare motrică", img: "https://wiki.the-west.net//images/thumb/1/18/Fms.png/40px-Fms.png" }, rep: { name: "Reparare", img: "https://wiki.the-west.net//images/thumb/d/d5/Repairing.png/40px-Repairing.png" }, lea: { name: "Conducere", img: "https://wiki.the-west.net//images/thumb/4/44/Leadership.png/40px-Leadership.png" }, tac: { name: "Tactică", img: "https://wiki.the-west.net//images/thumb/9/91/Skill_Tactic.png/40px-Skill_Tactic.png" }, tra: { name: "Comerț", img: "https://wiki.the-west.net//images/thumb/f/f3/Skill_Trading.png/40px-Skill_Trading.png" }, ani: { name: "Instinct pentru animale", img: "https://wiki.the-west.net//images/thumb/9/9d/AnimalInstinct.png/40px-AnimalInstinct.png" }, app: { name: "Aspect", img: "https://wiki.the-west.net//images/thumb/4/4c/Skill_Appearance.png/40px-Skill_Appearance.png" }, fbdef: { name: "Apărare (bonus pentru bătălie fort)", img: "https://wiki.the-west.net//images/8/82/Set_Fb_defense.png" }, fboff: { name: "Atac (bonus pentru bătălie fort)", img: "https://wiki.the-west.net//images/3/30/Set_Fb_offense.png" }, fbres: { name: "Rezistență (bonus pentru bătălie fort)", img: "https://wiki.the-west.net//images/4/4b/Resistance.png" }, fbdefs: { name: "Apărare (bonus pentru sectorul bătăliei de fort)", img: "https://wiki.the-west.net//images/1/1a/Set_Fb_defense_sec.png" }, fboffs: { name: "Atac (bonus pentru sectorul bătăliei de fort)", img: "https://wiki.the-west.net//images/f/fe/Set_Fb_offense_sec.png" }, fbdmgs: { name: "Daune (bonus pentru sectorul bătăliei de fort)", img: "https://wiki.the-west.net//images/b/b3/Damages_sector.png" }, xp: { name: "Experiență din munci, dueluri și bătălii pentru fort (%)", img: "https://wiki.the-west.net//images/7/71/Set_xp.png" }, money: { name: "Bani din munci și dueluri (%)", img: "https://wiki.the-west.net//images/d/df/Set_money.png" }, luck: { name: "Bonus de noroc", img: "https://wiki.the-west.net//images/c/c1/Set_luck.png" }, regen: { name: "Regenerare", img: "https://wiki.the-west.net//images/5/53/Regeneration.png" }, drop: { name: "Șanse", img: "https://wiki.the-west.net//images/thumb/b/b8/Drop.png/40px-Drop.png" }, spd: { name: "Viteză", img: "https://wiki.the-west.net//images/thumb/1/1a/QuarterHorse.png/40px-QuarterHorse.png" }, labor_pts: { name: "Puncte de muncă (toate muncile)", img: "https://wiki.the-west.net//images/5/5e/Labor_pts.png" } }, img_job: { trader: ['d/dc', 'Fahrender Händler'], tailor: ['d/de', 'Schneider'], gunsmith: ['2/21', 'Büchsenmacher'], general: ['e/ef', 'Gemischwaren'], all: ['d/d1', 'Alle Arbeiten'], }, jobIcon: function(p, q) { var wip = this.img_job[p], ji = wip ? ['/images/' + wip[0] + '/Job_', wip[1] + (q || )] : [this.cdn + '/images/jobs/', q]; ji[0] += p + '.png'; return ji; }, sorting: { Strength: '{"str":1}', Mobility: '{"mob":1}', Dexterity: '{"dex":1}', Charisma: '{"cha":1}', Construction: '{"str":1,"con":1}', Vigoare: '{"str":1,"vig":1}', Toughness: '{"str":1,"tou":1}', Stamina: '{"str":1,"sta":1}', "Health Points": '{"str":1,"hea":1}', "Horseback Riding": '{"mob":1,"rid":1}', Reflex: '{"mob":1,"ref":1}', Dodging: '{"mob":1,"dod":1}', Hiding: '{"mob":1,"hid":1}', Swimming: '{"mob":1,"swi":1}', Aiming: '{"dex":1,"aim":1}', Shooting: '{"dex":1,"sho":1}', "Setting traps": '{"dex":1,"pit":1}', "Fine Motor Skills": '{"dex":1,"fin":1}', Repairing: '{"dex":1,"rep":1}', Leadership: '{"cha":1,"lea":1}', Tactics: '{"cha":1,"tac":1}', Trading: '{"cha":1,"tra":1}', "Animal Instinct": '{"cha":1,"ani":1}', Appearance: '{"cha":1,"app":1}', "Labor points towards building": '{"str":3,"con":3,"dex":1,"rep":1,"cha":1,"lea":1}', "Experience from jobs, duels, and fort battles (%)": '{"xp":1}', "Money from jobs and duels (%)": '{"money":1}', "Increased Luck (%)": '{"luck":1}', "Regeneration (%)": '{"regen":1}', "Improved drop chance (%)": '{"drop":1}', "Speed (%)": '{"spd":1,"hspd":1,"mob":1,"rid":1}', "Average damage": '{"dmg_min":0.5,"dmg_max":0.5,"dmglvl":1}', "Maximum damage": '{"dmg_max":1,"dmglvl":1}', "Upgradeable items": '{"bool":true,"upg":1}', "Not upgradeable items": '{"bool":true,"upg":0}', "Auctionable items": '{"bool":true,"auc":1}', "Not auctionable items": '{"bool":true,"auc":0}' } }, initPage: function() { if (1 === $("#input_level").length) var t = $('<input type="number" style="width:80px;" class="west" placeholder="' + westui.lang.input_level + '" min="0" max="250">').bind("propertychange keyup input paste", function() { this.value > 250 ? this.value = 250 : this.value < 0 && (this.value = 0), $(".calc").each(function() { 0 == t.val() ? ($(this).html(this.id), $(".per_level_off").addClass("per_level").removeClass("per_level_off")) : ($(this).html(Math.ceil(Number(this.id) * t.val())), $(".per_level").addClass("per_level_off").removeClass("per_level")) }) }).appendTo($("#input_level")); if (1 === $("#input_search").length) $('<input type="search" class="west" placeholder="' + westui.lang.input_search + '">').bind("propertychange keyup input paste", function() { var t = this.value.toLowerCase(); "" === t ? $(".item_container").show() : ($(".item_container").hide(), $(".item_container").filter(function() { return $(this).attr("data-popup").toLowerCase().indexOf(t) > -1 }).show()) }).appendTo($("#input_search")); 1 === $("#switch").length && ($("#fire").hide(), $("#switch").on("click", function() { $("#melee, #fire").toggle() })), 1 === $("#switch_prod").length && ($("#prod2").hide(), $("#switch_prod").on("click", function() { $("#prod, #prod2").toggle()
})), westui.config.plain_popup && new RegExp(mw.config.get("wgFormattedNamespaces")[10] + ":Item_*").test(mw.config.get("wgPageName")) && 1 === $(".item_container").length && ($("#mw-content-text").append('
'), $("#popup_plain").hide(), $("#popup_plain_contents").append(westui.popup.createPopup($(".item_container").attr("data-popup"), $(".item_container").attr("data-cdn-cat"), $(".item_container").attr("data-cdn-img"), 0)), $("#popup_plain").slideDown()), westui.config.redirect_on_dblclick && $(".item_container img").on("dblclick", function() {
window.location = "/wiki/" + mw.config.get("wgFormattedNamespaces")[10] + ":Item_" + JSON.parse($(this).parent().attr("data-popup")).id / 1e3 }), westui.config.link_on_dblclick && $(".item_container img").on("dblclick", function() { window.location = "/wiki/" + $(this).parent().attr("data-link") }) }, popup: { content: "", delay: 200, active: !1, show: function(t) { westui.popup.content = westui.popup.createPopup($(t).attr("data-popup"), $(t).attr("data-cdn-cat"), $(t).attr("data-cdn-img"), parseInt($(t).attr("data-lvl"))), westui.popup.active = !0, westui.popup.setTimeout(), westui.popup.getContainer().html(westui.popup.content) }, hide: function() { westui.popup.getEl().css({ display: "none", top: 0, left: 0 }), westui.popup.active = !1, westui.popup.clearTimeout() }, setTimeout: function() { westui.popup.clearTimeout(), westui.popup.timer = window.setTimeout(function() { westui.popup.getEl().css("display", "block") }, westui.popup.delay) }, clearTimeout: function() { westui.popup.timer && window.clearTimeout(westui.popup.timer) }, getEl: function() { return $("#popup_window") }, getContainer: function() { return $("#popup_contents") }, createPopup: function(t, e, i, a) { t = JSON.parse(t); var wc = westui.config,
s = '
' + t.name + '
' + t.type + "
",
n = !1;
if (a >= 1 && a <= 5 && (n = !0, t.auc = !1), t.dmg_min && t.dmg_max && (n && (t.dmg_min += Math.round(Math.max(1, .1 * t.dmg_min * a)), t.dmg_max += Math.round(Math.max(1, .1 * t.dmg_max * a))), s += '
' + t.dmg_min + "-" + t.dmg_max + " " + westui.lang.damages + "
"), t.text) { for (var p = 0; p < t.text.length; p++) s += '
' + t.text[p] + "
";
s += "
" }
// var MinValuePLVL = $("#input_level input").val(); // var DamPerLvl = -t.dmglvl;
// if (a >= 1 && a <= 5 && (n = !0, t.auc = !1), t.dmg_min && t.dmg_max && (n && (t.dmg_min += Math.floor(Math.max(1, .1 * t.dmg_min * a)), t.dmg_max += Math.floor(Math.max(1, .1 * t.dmg_max * a))), s += '
' + Math.round(t.dmg_min + (MinValuePLVL * DamPerLvl)) + "-" + Math.round(t.dmg_max + (MinValuePLVL * DamPerLvl)) + " " + westui.lang.damages + "
"), t.text) { // for (var p = 0; p < t.text.length; p++) s += '
' + t.text[p] + "
";
// s += "
" // } for (var o in westui.lang.popup) { var l = 0; for (var c in westui.lang.popup[o]) if (t.hasOwnProperty(c)) { l++; var r = ""; t[c] < 0 ? $("#input_level input").val() > 0 ? (t[c] = Math.ceil($("#input_level input").val() * -t[c]), n && (t[c] += Math.round(Math.max(1, .1 * t[c] * a)))) : (t[c] = -t[c], r = " (" + westui.lang.per_level + ")", n && (t[c] = Math.round(1e6 * (1 * t[c] + Math.round(Math.max(1, 1e3 * t[c] * a)) / 1e4)) / 1e6)) : n && (t[c] < 1 ? t[c] = Math.round(1e6 * (1 * t[c] + Math.round(Math.max(1, 1e3 * t[c] * a)) / 1e4)) / 1e6 : t[c] += Math.round(Math.max(1, .1 * t[c] * a))), s += westui.lang.popup[o][c].replace("#1", t[c]).replace("#2", r) } l > 0 && (s += "
") } if (t.textjob) {
for (p = 0; p < t.textjob.length; p++) s += '
' + t.textjob[p] + "
";
s += "
" } if (t.bonus) {
for (p = 0; p < t.bonus.length; p++) s += '
' + t.bonus[p] + "
";
s += "
" }
// if (t.jobs) {
// s += '
<img src="' + westui.config.cdn + "/images/jobs/" + t.jobs[p][1] + '.png"/> | ' + t.jobs[p][0] + " |
"
// }
// if (t.jobs) { // for (p in t.jobs) // if (p == 'req') {
// s += '
'; // } // } if (t.jobs) { s += '<img src="' + westui.config.cdn + "/images/jobs/" + t.jobs[p][1] + '.png"/> | ' + t.jobs[p][0] + " |
"
}
if (t.requi) {
s += '
'; for (p in t.requi) if (p == 'req') { s += ''; } else { var ji = wc.jobIcon(p, t.requi[p]); s += '';}s += '
';
for (var q of t.requi[p]) { q = q.split(',');s += ' <img src="' + wc.cdn + '/images/items/' + (q[0].includes('/') ? : 'yield/') + q[0] + '.png"> ' + (q[2] == 'eqp' ? : ' ';
' + q[1] + ' ') + '}s += ' | |
<img src="' + ji[0] + '"> | ' + ji[1] + ' |
---|
';
}
if (t.craft) {
s += '
<img src="' + westui.config.cdn + "/images/crafting/profsymbol_" + t.craft.id + '_small.png"/> | ';
for (p = 0; p < t.craft.req.length; p++) s += '';
s += "";
for (p = 0; p < t.craft.req.length; p++) s += "";
s += "
|
"
}
return s += '
' + westui.lang.speed + ": +" + t.hspd + "%
"), t.set && (s += '
<a class="popup_set" href="/wiki/' + t.set + '">' + t.set + "</a>
"), t.sp ? s += '<img src="' + westui.config.img_buyprice + '"/>' + t.bp + ' <img src="' + westui.config.img_sellprice + '"/> ' + t.sp + "
" : s += "" + westui.lang.unsalable + "
", t.lvl && (s += westui.lang.level + " " + t.lvl + "
"), t.sex && (0 == t.sex ? s += '<img src="' + westui.config.img_male + '"/> ' : s += '<img src="' + westui.config.img_female + '"/> '), 1 == t.auc ? s += '' + westui.lang.auction + "
" : s += '' + westui.lang.not_auction + "
", 0 == t.upg ? s += '' + westui.lang.not_upgrade + "
" : s += '' + westui.lang.upgrade + "
", s += '
[item=' + t.id + "]
", s
}, setPosition: function(t) { var e, i, a = $(window).width(), s = $(window).height(), n = westui.popup.getEl().outerWidth(), p = westui.popup.getEl().outerHeight(), o = t.clientX, l = t.clientY, c = 20, r = 20; i = o + n + r > a ? o - n - r + (t.pageX - t.clientX) : o + r + (t.pageX - t.clientX), e = l + p + c > s ? s - p + (t.pageY - t.clientY) : l + c + (t.pageY - t.clientY), westui.popup.getEl().css({ top: e, left: i }) }, init: function() {
$("body").append('
'), $(document).on("mouseenter", ".item_container", function(t) {
westui.popup.show(this), westui.popup.setPosition(t) }), $(document).on("mouseleave", ".item_container", function() { westui.popup.hide() }), $(document).on("mousemove", ".item_container", function(t) { westui.popup.setPosition(t) }), $(".item_level").mousedown(function(t) { t.preventDefault() }), $(document).on("click", ".upgrade", function() { var t = $(this).closest(".item_container"), e = parseInt(t.attr("data-lvl")); 5 !== e && (t.attr("data-lvl", e + 1), t.find(".level").html(e + 1)), westui.popup.show(t[0]) }), $(document).on("click", ".downgrade", function() { var t = $(this).closest(".item_container"), e = parseInt(t.attr("data-lvl")); 0 !== e && (t.attr("data-lvl", e - 1), t.find(".level").html(e - 1)), westui.popup.show(t[0]) }) } }, set_calc: { bonus: { extra_set_bonus: {} }, data: {}, itemStatus: {}, getData: function() { $(".set_container").each(function() { var t = $(this).attr("data-set-id"); westui.set_calc.itemStatus[t] = {}, westui.set_calc.data[t] = { items: {}, set: {} } }), $(".infoSet").each(function() { var t = $(this).attr("data-set-id"); $(this).find(".infosetatt").each(function() { var e = $(this).attr("data-nb"); westui.set_calc.data[t].set[e] = {}, $(this).find(".set_bonus").each(function() { key = $(this).attr("data-type"), 0 !== $(this).find(".calc").length ? westui.set_calc.data[t].set[e][key] = -parseFloat($(this).find(".calc").attr("id")) : westui.set_calc.data[t].set[e][key] = parseFloat($(this).find(".val").text()), westui.config.set_bonus.hasOwnProperty(key) || (westui.set_calc.bonus.extra_set_bonus[key] = { img: $(this).find("img").attr("src"), name: $(this).find("#tooltip_content").text() }) }) }) }), $(".set_container").each(function() { var t = $(this).attr("data-set-id"); $(this).find(".item_container").each(function() { var e = JSON.parse($(this).attr("data-popup")); for (var i in $(this).is(":hidden") ? westui.set_calc.itemStatus[t][e.id] = !1 : westui.set_calc.itemStatus[t][e.id] = 0, e) e.hasOwnProperty(i) && (westui.config.set_bonus.hasOwnProperty(i) || westui.set_calc.bonus.extra_set_bonus.hasOwnProperty(i)) && (westui.set_calc.data[t].items[i] || (westui.set_calc.data[t].items[i] = {}), westui.set_calc.data[t].items[i][e.id] = e[i]) }) }) }, calc: function() { if (0 === $("#input_level").length | "" !== $("#input_level input").val()) { var t = parseInt($("#input_level input").val()); for (var e in total = {}, westui.set_calc.data) { for (var i in westui.set_calc.data[e].items) for (var a in westui.set_calc.data[e].items[i]) if (!1 !== westui.set_calc.itemStatus[e][a]) { lvl = westui.set_calc.itemStatus[e][a], total[i] || (total[i] = 0); var s = westui.set_calc.data[e].items[i][a]; westui.set_calc.data[e].items[i][a] < 0 ? (s = -s, westui.set_calc.itemStatus[e][a] > 0 ? total[i] += Math.ceil(s * t) + Math.round(Math.max(1, .1 * Math.ceil(s * t) * lvl)) : total[i] += Math.ceil(s * t)) : westui.set_calc.itemStatus[e][a] > 0 ? total[i] += s < 1 ? Math.round(1e6 * (1 * s + Math.round(Math.max(1, 1e3 * s * lvl)) / 1e4)) / 1e6 : s + Math.round(Math.max(1, .1 * s * lvl)) : total[i] += s } var n = 0; for (var a in westui.set_calc.itemStatus[e]) !1 !== westui.set_calc.itemStatus[e][a] && n++; for (var i in westui.set_calc.data[e].set[n]) total[i] || (total[i] = 0), westui.set_calc.data[e].set[n][i] < 0 ? total[i] += Math.ceil(-westui.set_calc.data[e].set[n][i] * t) : total[i] += westui.set_calc.data[e].set[n][i] }
var p = '
";
for (var i in westui.config.set_bonus) total.hasOwnProperty(i) && (p += ' <img src="' + westui.config.set_bonus[i].img + '">+' + total[i] + (-1 !== ["xp", "money", "luck", "spd", "regen", "drop"].indexOf(i) ? "%" : "") + ' ");
for (var i in westui.set_calc.bonus.extra_set_bonus) total.hasOwnProperty(i) && (p += '' + westui.config.set_bonus[i].name + " <img src="' + westui.set_calc.bonus.extra_set_bonus[i].img + '">+' + total[i] + (-1 !== ["xp", "money", "luck", "spd", "regen", "drop"].indexOf(i) ? "%" : "") + ' ");
' + westui.set_calc.bonus.extra_set_bonus[i].name + " $("#set_calc").html(p) } else $("#set_calc").html("") }, initEvents: function() { $(".item_container > img").on("click", function() { var t = $(this).closest(".item_container"); t.toggleClass("item_off"); var e = t.closest(".set_container").attr("data-set-id"), i = JSON.parse(t.attr("data-popup")).id; t.hasClass("item_off") || t.is(":hidden") ? westui.set_calc.itemStatus[e][i] = !1 : westui.set_calc.itemStatus[e][i] = parseInt(t.attr("data-lvl")), westui.set_calc.calc() }), $(document).on("click", ".upgrade, .downgrade", function() { var t = $(this).closest(".item_container"), e = t.closest(".set_container").attr("data-set-id"); t.hasClass("item_off") || t.is(":hidden") || (westui.set_calc.itemStatus[e][JSON.parse(t.attr("data-popup")).id] = parseInt(t.attr("data-lvl")), westui.set_calc.calc()) }), $("#input_level").bind("propertychange keyup input paste", function() { westui.set_calc.calc() }), $("#switch").on("click", function() { $("#melee, #fire").each(function() { var t = $(this).find(".item_container"), e = $(this).closest(".set_container").attr("data-set-id"); $(this).is(":hidden") ? westui.set_calc.itemStatus[e][JSON.parse(t.attr("data-popup")).id] = !1 : westui.set_calc.itemStatus[e][JSON.parse(t.attr("data-popup")).id] = parseInt(t.attr("data-lvl")) }), westui.set_calc.calc() }) }, init: function() {westui.set_calc.initEvents(), westui.set_calc.getData(), $("#mw-content-text").append(''), 0 === $("#input_level").length && westui.set_calc.calc() } }, sorting: { sortItems: function(t) { function e(e) { var i = JSON.parse($(e).attr("data-popup")), a = $("#input_level input").val(); a = a || 250; var s = -1 !== Object.keys(t).indexOf("id") || t.bool && !0 === t.bool, n = 0; if (t.bool && !0 === t.bool) for (var p in n = 1, t) "bool" !== p && i[p] !== t[p] && (n = 0); else for (var p in t) "id" === p ? n -= i[p] : (!i.lvl || i.lvl <= a) && i[p] && (i[p] < 0 ? n += Math.ceil(-i[p] * a) * t[p] : n += i[p] * t[p]);$(e).attr("data-sort", n), 0 == n && $(e).hide(), 0 !== $(e).find(".number").length ? s ? $(e).find(".number").html("") : $(e).find(".number").html(n) : s || $(e).append(' ' + n + " ")} $(".item_container").removeAttr("data-sort").show(), $("#mw-content-text").find(".sorting_hidden").hide(), $(".sorting_container").each(function() { $(this).find(".item_container").sort(function(t, i) { return $(t).attr("data-sort") || e(t), $(i).attr("data-sort") || e(i), $(i).attr("data-sort") - $(t).attr("data-sort") }).appendTo($(this)) }) }, init: function() { if (1 === $("div#sort_items").length) {var t = " <select id='sort_items' class='west'><option selected disabled>Order by :</option>";
", $("div#sort_items").html(t), $("select#sort_items").on("change", function() {
for (var e in westui.config.sorting) t += "<option value='" + westui.config.sorting[e] + "'>" + e + "</option>";t += "</select> westui.sorting.sortItems(JSON.parse($(this).find("option:selected").attr("value"))) }) } } }, init: function() { westui.initPage(), westui.popup.init(), westui.config.enable_sorting && westui.sorting.init(), westui.config.enable_set_calc && 0 !== $(".infoSet").length && westui.set_calc.init() } }, westui.init(); |