Release 45.

This commit is contained in:
Daan Vanden Bosch 2020-01-05 23:19:08 +01:00
parent 97aa15235e
commit b0d2ed9115
31 changed files with 207 additions and 194 deletions

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{KUR2:function(e,t,r){"use strict";r.d(t,"a",(function(){return n}));var i=r("nN8q"),s=r("FXpb");class n extends i.a{constructor(e){super(),this.renderer=e,this.element=Object(s.h)({className:"core_RendererWidget"}),this.children=[],this.element.append(e.canvas_element),this.disposable(e),this.finalize_construction()}start_rendering(){this.renderer.start_rendering()}stop_rendering(){this.renderer.stop_rendering()}resize(e,t){return super.resize(e,t),this.renderer.set_size(e,t),this}}},Za3H:function(e,t,r){"use strict";r.r(t),r.d(t,"TextureView",(function(){return h}));var i=r("FXpb"),s=r("6cU9"),n=r("w6HN"),a=r("KUR2"),o=r("zsIO");class h extends o.a{constructor(e,t){super(),this.element=Object(i.h)({className:"viewer_TextureView"}),this.open_file_button=new s.a({icon_left:i.a.File,text:"Open file...",accept:".afs, .xvm"}),this.tool_bar=this.add(new n.a(this.open_file_button)),this.renderer_view=this.add(new a.a(t)),this.element.append(this.tool_bar.element,this.renderer_view.element),this.disposables(this.open_file_button.files.observe(({value:t})=>{t.length&&e.load_file(t[0])})),this.finalize_construction()}activate(){this.renderer_view.start_rendering(),super.activate()}deactivate(){super.deactivate(),this.renderer_view.stop_rendering()}resize(e,t){return super.resize(e,t),this.renderer_view.resize(e,Math.max(0,t-this.tool_bar.height)),this}}}}]);

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{KUR2:function(e,t,s){"use strict";s.d(t,"a",(function(){return n}));var i=s("nN8q"),r=s("FXpb");class n extends i.a{constructor(e){super(),this.renderer=e,this.element=Object(r.h)({className:"core_RendererWidget"}),this.children=[],this.element.append(e.canvas_element),this.disposable(e),this.finalize_construction()}start_rendering(){this.renderer.start_rendering()}stop_rendering(){this.renderer.stop_rendering()}resize(e,t){return super.resize(e,t),this.renderer.set_size(e,t),this}}},puLw:function(e,t,s){"use strict";s.r(t);s("zwwH");var i=s("KUR2"),r=(s("c3F4"),s("FXpb")),n=s("zsIO");class a extends n.a{constructor(e,t,s,i){super(),this.character_classes=e,this.selected=t,this.set_selected=s,this.border_left=i,this.element=Object(r.z)({className:"viewer_model_CharacterClassSelectionView"}),this.list_click=e=>{if(e.target instanceof HTMLLIElement&&e.target.dataset.index){this.selected_element&&this.selected_element.classList.remove("active"),e.target.classList.add("active");const t=parseInt(e.target.dataset.index,10);this.selected_element=e.target,this.set_selected(this.character_classes[t])}},this.element.onclick=this.list_click,i&&(this.element.style.borderLeft="var(--border)"),e.forEach((e,t)=>{this.element.append(Object(r.n)({data:{index:t.toString()}},e.name))}),this.disposables(t.observe(({value:e})=>{if(this.selected_element&&(this.selected_element.classList.remove("active"),this.selected_element=void 0),e&&e!==this.selected_model){const t=this.character_classes.indexOf(e);-1!==t&&(this.selected_element=this.element.childNodes[t],this.selected_element.classList.add("active"))}},{call_now:!0})),this.finalize_construction()}}s.d(t,"ModelView",(function(){return d}));const c=100,l=220,h=140;class d extends n.a{constructor(e,t,s,n){super(),this.element=Object(r.h)({className:"viewer_model_ModelView"}),this.tool_bar_view=this.add(t),this.character_class_selection_view=this.add(new a(e.character_classes,e.current_character_class,e.set_current_character_class,!1)),this.options_view=this.add(s),this.renderer_view=this.add(new i.a(n)),this.animation_selection_view=this.add(new a(e.animations,e.current_animation,e.set_current_animation,!0)),this.element.append(this.tool_bar_view.element,Object(r.h)({className:"viewer_model_ModelView_container"},this.character_class_selection_view.element,this.options_view.element,this.renderer_view.element,this.animation_selection_view.element)),this.finalize_construction()}activate(){this.renderer_view.start_rendering(),super.activate()}deactivate(){super.deactivate(),this.renderer_view.stop_rendering()}resize(e,t){super.resize(e,t);const s=Math.max(0,t-this.tool_bar_view.height);return this.character_class_selection_view.resize(c,s),this.options_view.resize(l,s),this.renderer_view.resize(Math.max(0,e-c-l-h),s),this.animation_selection_view.resize(h,s),this}}}}]);

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{F0Xh:function(t,e,o){"use strict";o.r(e),o.d(e,"HelpView",(function(){return s}));o("bknw");var i=o("FXpb"),n=o("zsIO");class s extends n.a{constructor(){super(),this.element=Object(i.h)({className:"hunt_optimizer_HelpView"},Object(i.o)("Add some items with the combo box on the left to see the optimal combination of hunt methods on the right."),Object(i.o)('At the moment a hunt method is simply a quest run-through. Partial quest run-throughs are coming. View the list of methods on the "Methods" tab. Each method takes a certain amount of time, which affects the optimization result. Make sure the times are correct for you.'),Object(i.o)("Only enemy drops are considered. Box drops are coming."),Object(i.o)("The optimal result is calculated using linear optimization. The optimizer takes into account rare enemies and the fact that pan arms can be split in two.")),this.finalize_construction()}}}}]);
(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{F0Xh:function(t,e,o){"use strict";o.r(e),o.d(e,"HelpView",(function(){return s}));o("bknw");var i=o("FXpb"),n=o("zsIO");class s extends n.a{constructor(){super(),this.element=Object(i.h)({className:"hunt_optimizer_HelpView"},Object(i.o)("Add some items with the combo box on the left to see the optimal combination of hunt methods on the right."),Object(i.o)('At the moment a hunt method is simply a quest run-through. Partial quest run-throughs are coming. View the list of methods on the "Methods" tab. Each method takes a certain amount of time, which affects the optimization result. Make sure the times are correct for you.'),Object(i.o)("Only enemy drops are considered. Box drops are coming."),Object(i.o)("The optimal result is calculated using linear optimization. The optimizer takes into account rare enemies and the fact that pan arms can be split in two.")),this.finalize_construction()}}}}]);

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[13],{QRTb:function(t,e,n){"use strict";n.r(e),n.d(e,"TextureController",(function(){return x}));var o=n("mKaR"),c=n("wtpc"),r=n("iPoI"),s=n("yub1"),i=n("NRxM"),u=n("bcBH"),a=n("/UnV"),l=n("rwco"),f=n("ouMO"),w=function(t,e,n,o){return new(n||(n=Promise))((function(c,r){function s(t){try{u(o.next(t))}catch(t){r(t)}}function i(t){try{u(o.throw(t))}catch(t){r(t)}}function u(t){var e;t.done?c(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,i)}u((o=o.apply(t,e||[])).next())}))};const h=l.c.get("viewer/controllers/TextureController");class x extends o.a{constructor(){super(...arguments),this._textures=Object(f.c)(),this.textures=this._textures,this.load_file=t=>w(this,void 0,void 0,(function*(){try{const e=Object(c.g)(t.name).toLowerCase(),n=yield Object(r.b)(t);if("xvm"===e){const t=Object(s.a)(new i.a(n,u.a.Little));this._textures.splice(0,1/0,...t.textures)}else if("afs"===e){const t=Object(a.a)(new i.a(n,u.a.Little)),e=[];for(const n of t){const t=Object(s.a)(new i.a(n,u.a.Little));e.push(...t.textures)}this._textures.val=e}}catch(t){h.error("Couldn't read file.",t)}}))}}}}]);

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{HjM1:function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var a=i("39ZU"),s=i("nN8q"),n=(i("4AvX"),i("FXpb"));const r=28;class o extends s.a{constructor(e,t){super(t),this.gui_store=e,this.tabs=[],this.bar_element=Object(n.h)({className:"core_TabContainer_Bar"}),this.panes_element=Object(n.h)({className:"core_TabContainer_Panes"}),this.element=Object(n.h)({className:"core_TabContainer"}),this.bar_mousedown=e=>{if(e.target instanceof HTMLElement){const t=e.target.dataset.key;t&&this.activate_key(t)}},this.bar_element.onmousedown=this.bar_mousedown;for(const e of t.tabs){const t=Object(n.q)({className:"core_TabContainer_Tab",data:{key:e.key}},e.title);this.bar_element.append(t);const i=this.disposable(new a.a(e.create_view)),s=Object.assign(Object.assign({},e),{tab_element:t,lazy_view:i});this.tabs.push(s),this.panes_element.append(i.element)}this.element.append(this.bar_element,this.panes_element),this.finalize_construction()}get children(){return this.tabs.flatMap(e=>e.lazy_view.children)}resize(e,t){super.resize(e,t),this.bar_element.style.width=`${e}px`,this.bar_element.style.height=`${r}px`;const i=t-r;this.panes_element.style.width=`${e}px`,this.panes_element.style.height=`${i}px`;for(const t of this.tabs)t.lazy_view.resize(e,i);return this}activate(){if(this.active_tab)this.activate_tab(this.active_tab);else{let e;for(const t of this.tabs)null!=t.path&&this.gui_store.path.val.startsWith(t.path)&&(e=t);e?this.activate_tab(e):this.tabs.length&&this.activate_tab(this.tabs[0])}}activate_key(e){for(const t of this.tabs)if(t.key===e){this.activate_tab(t);break}}activate_tab(e){this.active_tab!==e&&(this.active_tab&&(this.active_tab.tab_element.classList.remove("active"),this.active_tab.lazy_view.visible.val=!1,this.active_tab.lazy_view.deactivate()),this.active_tab=e,e.tab_element.classList.add("active"),e.lazy_view.visible.val=!0),null!=e.path&&(this.gui_store.set_path_prefix(e.path),e.lazy_view.activate())}}},U6CM:function(e,t,i){"use strict";i.r(t);var a=i("HjM1"),s=i("zsIO");class n extends s.a{constructor(e,t,i){super(),this.tab_container=this.add(new a.a(e,{class:"viewer_ViewerView",tabs:[{title:"Models",key:"models",path:"/models",create_view:t},{title:"Textures",key:"textures",path:"/textures",create_view:i}]})),this.finalize_construction()}get element(){return this.tab_container.element}resize(e,t){this.tab_container.resize(e,t)}}var r=i("Tpfs");i.d(t,"initialize_viewer",(function(){return l}));var o=function(e,t,i,a){return new(i||(i=Promise))((function(s,n){function r(e){try{l(a.next(e))}catch(e){n(e)}}function o(e){try{l(a.throw(e))}catch(e){n(e)}}function l(e){var t;e.done?s(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,o)}l((a=a.apply(e,t||[])).next())}))};function l(e,t,a){const s=new r.a;return{view:new n(t,()=>o(this,void 0,void 0,(function*(){const{Model3DStore:n}=yield Promise.all([i.e(3),i.e(13)]).then(i.bind(null,"tyuj")),{Model3DView:r}=yield Promise.all([i.e(0),i.e(1),i.e(2),i.e(10)]).then(i.bind(null,"Hdaq")),{CharacterClassAssetLoader:o}=yield Promise.all([i.e(3),i.e(16)]).then(i.bind(null,"ZV42")),l=new n(s.add(new o(e)));return s.disposed?l.dispose():s.add(l),new r(t,l,a())})),()=>o(this,void 0,void 0,(function*(){const{TextureStore:e}=yield i.e(6).then(i.bind(null,"4/Uj")),{TextureView:t}=yield Promise.all([i.e(0),i.e(1),i.e(8)]).then(i.bind(null,"Za3H")),n=new e;return s.disposed?n.dispose():s.add(n),new t(n,a())}))),dispose(){s.dispose()}}}}}]);

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{UwGQ:function(t,s,r){"use strict";r.r(s),r.d(s,"ModelController",(function(){return c}));var a=r("mKaR");class c extends a.a{constructor(t){super(),this.store=t,this.set_current_character_class=t=>{this.store.set_current_character_class(t)},this.set_current_animation=t=>{this.store.set_current_animation(t)},this.character_classes=t.character_classes,this.current_character_class=t.current_character_class,this.animations=t.animations,this.current_animation=t.current_animation}}}}]);

View File

@ -1 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{ZV42:function(e,t,o){"use strict";o.r(t),o.d(t,"CharacterClassAssetLoader",(function(){return u}));var s=o("kwt4"),a=o("NRxM"),n=o("bcBH"),i=o("VwSi"),r=o("9fJw"),c=o("yub1"),d=o("/UnV"),h=o("nsCy"),_=function(e,t,o,s){return new(o||(o=Promise))((function(a,n){function i(e){try{c(s.next(e))}catch(e){n(e)}}function r(e){try{c(s.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(i,r)}c((s=s.apply(e,t||[])).next())}))};class u{constructor(e){this.http_client=e,this.nj_object_cache=new Map,this.xvr_texture_cache=new Map,this.nj_motion_cache=new Map}dispose(){for(const e of this.nj_object_cache.values())e.dispose();for(const e of this.nj_motion_cache.values())e.dispose();this.nj_object_cache.clear(),this.nj_motion_cache.clear()}load_geometry(e){let t=this.nj_object_cache.get(e.name);return t||(t=this.load_all_nj_objects(e),this.nj_object_cache.set(e.name,t)),t}load_all_nj_objects(e){const t=l(e,h.e.Viridia,0);return this.load_body_part_geometry(e.name,"Body").then(o=>{if(!o)throw new Error(`Couldn't load body for player class ${e.name}.`);return this.load_body_part_geometry(e.name,"Head",0).then(s=>{if(!s)return o;let a=1+t.body.length;return this.shift_texture_ids(s,a),this.add_to_bone(o,s,59),0===e.hair_style_count?o:this.load_body_part_geometry(e.name,"Hair",0).then(n=>n?(a+=t.head.length,this.shift_texture_ids(n,a),this.add_to_bone(s,n,0),e.hair_styles_with_accessory.has(0)?this.load_body_part_geometry(e.name,"Accessory",0).then(e=>(e&&(a+=t.hair.length,this.shift_texture_ids(e,a),this.add_to_bone(n,e,0)),o)):o):o)})})}load_body_part_geometry(e,t,o){return this.http_client.get(function(e,t,o){return`/player/${e}${t}${null==o?"":o}.nj`}(e,t,o)).array_buffer().then(e=>Object(s.c)(new a.a(e,n.a.Little))[0])}shift_texture_ids(e,t){if(e.model)for(const o of e.model.meshes)null!=o.texture_id&&(o.texture_id+=t);for(const o of e.children)this.shift_texture_ids(o,t)}add_to_bone(e,t,o){const s=e.get_bone(o);s&&(s.evaluation_flags.hidden=!1,s.evaluation_flags.break_child_trace=!1,s.add_child(t))}load_textures(e,t,o){return _(this,void 0,void 0,(function*(){let s=this.xvr_texture_cache.get(e.name);s||(s=this.http_client.get(`/player/${e.name}Tex.afs`).array_buffer().then(e=>{const t=Object(d.a)(new a.a(e,n.a.Little)),o=[];for(const e of t){const t=Object(c.a)(new a.a(e,n.a.Little));o.push(...t.textures)}return o}));const i=yield s,r=l(e,t,o);return[r.section_id,...r.body,...r.head,...r.hair,...r.accessories].map(e=>null==e?void 0:i[e])}))}load_animation(e,t){let o=this.nj_motion_cache.get(e);return o||(o=this.http_client.get(`/player/animation/animation_${e.toString().padStart(3,"0")}.njm`).array_buffer().then(e=>Object(i.c)(new a.a(e,n.a.Little),t))),o}}function l(e,t,o){switch(e){case r.g:{const e=3*o;return{section_id:t+126,body:[e,e+1,e+2,o+108],head:[54,55],hair:[94,95],accessories:[]}}case r.h:{const e=13*o;return{section_id:t+299,body:[e+13,e,e+1,e+2,e+3,277,o+281],head:[235,239],hair:[260,259],accessories:[]}}case r.f:{const e=5*o;return{section_id:t+275,body:[e,e+1,e+2,o+250],head:[e+3,e+4],hair:[],accessories:[]}}case r.e:{const e=5*o;return{section_id:t+375,body:[e,e+1,e+2],head:[e+3,e+4],hair:[],accessories:[]}}case r.k:{const e=7*o;return{section_id:t+197,body:[e+4,e+5,e+6,o+179],head:[126,127],hair:[166,167],accessories:[void 0,void 0,e+2]}}case r.l:{const e=16*o;return{section_id:t+322,body:[e+15,e+1,e],head:[288],hair:[308,309],accessories:[void 0,void 0,e+8]}}case r.j:{const e=5*o;return{section_id:t+300,body:[e,e+1,e+2,e+3,o+275],head:[e+4],hair:[],accessories:[]}}case r.i:{const e=5*o;return{section_id:t+375,body:[o+350,e,e+1,e+2],head:[e+3],hair:[e+4],accessories:[]}}case r.a:{const e=0===o?0:15*o+2;return{section_id:t+310,body:[e+12,e+13,e+14,e],head:[276,272],hair:[void 0,296,297],accessories:[e+4]}}case r.b:{const e=16*o;return{section_id:t+310,body:[e,e+2,e+1,322],head:[288],hair:[void 0,void 0,308],accessories:[e+3,e+4]}}case r.d:{const e=17*o;return{section_id:t+344,body:[e+4,340,e,e+5],head:[306,310],hair:[void 0,void 0,330],accessories:[e+6,e+16,330]}}case r.c:{const e=26*o;return{section_id:t+505,body:[e+1,e,e+2,501],head:[472,468],hair:[void 0,void 0,492],accessories:[e+12,e+13]}}default:throw new Error(`No textures for character class ${e.name}.`)}}}}]);
(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{ZV42:function(e,t,o){"use strict";o.r(t),o.d(t,"CharacterClassAssetLoader",(function(){return u}));var s=o("kwt4"),a=o("NRxM"),n=o("bcBH"),i=o("VwSi"),r=o("9fJw"),c=o("yub1"),d=o("/UnV"),h=o("nsCy"),_=function(e,t,o,s){return new(o||(o=Promise))((function(a,n){function i(e){try{c(s.next(e))}catch(e){n(e)}}function r(e){try{c(s.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(i,r)}c((s=s.apply(e,t||[])).next())}))};class u{constructor(e){this.http_client=e,this.nj_object_cache=new Map,this.xvr_texture_cache=new Map,this.nj_motion_cache=new Map}dispose(){for(const e of this.nj_object_cache.values())e.dispose();for(const e of this.nj_motion_cache.values())e.dispose();this.nj_object_cache.clear(),this.nj_motion_cache.clear()}load_geometry(e){let t=this.nj_object_cache.get(e.name);return t||(t=this.load_all_nj_objects(e),this.nj_object_cache.set(e.name,t)),t}load_all_nj_objects(e){const t=l(e,h.e.Viridia,0);return this.load_body_part_geometry(e.name,"Body").then(o=>{if(!o)throw new Error(`Couldn't load body for player class ${e.name}.`);return this.load_body_part_geometry(e.name,"Head",0).then(s=>{if(!s)return o;let a=1+t.body.length;return this.shift_texture_ids(s,a),this.add_to_bone(o,s,59),0===e.hair_style_count?o:this.load_body_part_geometry(e.name,"Hair",0).then(n=>n?(a+=t.head.length,this.shift_texture_ids(n,a),this.add_to_bone(s,n,0),e.hair_styles_with_accessory.has(0)?this.load_body_part_geometry(e.name,"Accessory",0).then(e=>(e&&(a+=t.hair.length,this.shift_texture_ids(e,a),this.add_to_bone(n,e,0)),o)):o):o)})})}load_body_part_geometry(e,t,o){return this.http_client.get(function(e,t,o){return`/player/${e}${t}${null==o?"":o}.nj`}(e,t,o)).array_buffer().then(e=>Object(s.c)(new a.a(e,n.a.Little))[0])}shift_texture_ids(e,t){if(e.model)for(const o of e.model.meshes)null!=o.texture_id&&(o.texture_id+=t);for(const o of e.children)this.shift_texture_ids(o,t)}add_to_bone(e,t,o){const s=e.get_bone(o);s&&(s.evaluation_flags.hidden=!1,s.evaluation_flags.break_child_trace=!1,s.add_child(t))}load_textures(e,t,o){return _(this,void 0,void 0,(function*(){let s=this.xvr_texture_cache.get(e.name);s||(s=this.http_client.get(`/player/${e.name}Tex.afs`).array_buffer().then(e=>{const t=Object(d.a)(new a.a(e,n.a.Little)),o=[];for(const e of t){const t=Object(c.a)(new a.a(e,n.a.Little));o.push(...t.textures)}return o}));const i=yield s,r=l(e,t,o);return[r.section_id,...r.body,...r.head,...r.hair,...r.accessories].map(e=>null==e?void 0:i[e])}))}load_animation(e,t){let o=this.nj_motion_cache.get(e);return o||(o=this.http_client.get(`/player/animation/animation_${e.toString().padStart(3,"0")}.njm`).array_buffer().then(e=>Object(i.c)(new a.a(e,n.a.Little),t))),o}}function l(e,t,o){switch(e){case r.g:{const e=3*o;return{section_id:t+126,body:[e,e+1,e+2,o+108],head:[54,55],hair:[94,95],accessories:[]}}case r.h:{const e=13*o;return{section_id:t+299,body:[e+13,e,e+1,e+2,e+3,277,o+281],head:[235,239],hair:[260,259],accessories:[]}}case r.f:{const e=5*o;return{section_id:t+275,body:[e,e+1,e+2,o+250],head:[e+3,e+4],hair:[],accessories:[]}}case r.e:{const e=5*o;return{section_id:t+375,body:[e,e+1,e+2],head:[e+3,e+4],hair:[],accessories:[]}}case r.k:{const e=7*o;return{section_id:t+197,body:[e+4,e+5,e+6,o+179],head:[126,127],hair:[166,167],accessories:[void 0,void 0,e+2]}}case r.l:{const e=16*o;return{section_id:t+322,body:[e+15,e+1,e],head:[288],hair:[308,309],accessories:[void 0,void 0,e+8]}}case r.j:{const e=5*o;return{section_id:t+300,body:[e,e+1,e+2,e+3,o+275],head:[e+4],hair:[],accessories:[]}}case r.i:{const e=5*o;return{section_id:t+375,body:[o+350,e,e+1,e+2],head:[e+3],hair:[e+4],accessories:[]}}case r.a:{const e=0===o?0:15*o+2;return{section_id:t+310,body:[e+12,e+13,e+14,e],head:[276,272],hair:[void 0,296,297],accessories:[e+4]}}case r.b:{const e=16*o;return{section_id:t+326,body:[e,e+2,e+1,322],head:[288],hair:[void 0,void 0,308],accessories:[e+3,e+4]}}case r.d:{const e=17*o;return{section_id:t+344,body:[e+4,340,e,e+5],head:[306,310],hair:[void 0,void 0,330],accessories:[e+6,e+16,330]}}case r.c:{const e=26*o;return{section_id:t+505,body:[e+1,e,e+2,501],head:[472,468],hair:[void 0,void 0,492],accessories:[e+12,e+13]}}default:throw new Error(`No textures for character class ${e.name}.`)}}}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Phantasmal World</title>
<link href="vendors.2f01cd4bfc365d1613ad.css" rel="stylesheet"><link href="style.cce1cbfd1f14fd27e008.css" rel="stylesheet"></head>
<link href="vendors.2f01cd4bfc365d1613ad.css" rel="stylesheet"><link href="style.9441c4b2b261abd7f9d2.css" rel="stylesheet"></head>
<body>
<script type="text/javascript" src="runtime.f97fbdc90d7e31d5310c.js"></script><script type="text/javascript" src="vendors.dc565be2bcd6c7dc6d28.js"></script><script type="text/javascript" src="style.61867cc68d8fd6e39945.js"></script><script type="text/javascript" src="main.daa3a960d7df339b4f3f.js"></script></body>
<script type="text/javascript" src="runtime.ac99347ea364f42024a3.js"></script><script type="text/javascript" src="vendors.118fa2356100f78ac9e7.js"></script><script type="text/javascript" src="style.5ccbed331faa3f3853f4.js"></script><script type="text/javascript" src="main.5341660f114e006490ee.js"></script></body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
!function(e){function r(r){for(var n,c,f=r[0],u=r[1],i=r[2],d=0,p=[];d<f.length;d++)c=f[d],Object.prototype.hasOwnProperty.call(o,c)&&o[c]&&p.push(o[c][0]),o[c]=0;for(n in u)Object.prototype.hasOwnProperty.call(u,n)&&(e[n]=u[n]);for(l&&l(r);p.length;)p.shift()();return a.push.apply(a,i||[]),t()}function t(){for(var e,r=0;r<a.length;r++){for(var t=a[r],n=!0,f=1;f<t.length;f++){var u=t[f];0!==o[u]&&(n=!1)}n&&(a.splice(r--,1),e=c(c.s=t[0]))}return e}var n={},o={4:0},a=[];function c(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,c),t.l=!0,t.exports}c.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise((function(r,n){t=o[e]=[r,n]}));r.push(t[2]=n);var a,f=document.createElement("script");f.charset="utf-8",f.timeout=120,c.nc&&f.setAttribute("nonce",c.nc),f.src=function(e){return c.p+""+({}[e]||e)+"."+{2:"b1070a6f6fa6c5cf2aec",5:"484ba491fa0b7a3f94c1",6:"7067b685cd3472ddb13b",7:"12a9f57f99de709e8c1c",8:"1adc3cf2844f3d09cd0f",9:"aae25720b6ec6a9c9fd2",10:"24bc12dc67a84baa0bf1",11:"701c5dbadf50631f1f6b",12:"59bd51c313f1b0c2d0f1",13:"3fa984b8b512214c9fe0",14:"c2f659013a9209b053d7",15:"ad5ebebe72b2c68cf2c5"}[e]+".js"}(e);var u=new Error;a=function(r){f.onerror=f.onload=null,clearTimeout(i);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;u.message="Loading chunk "+e+" failed.\n("+n+": "+a+")",u.name="ChunkLoadError",u.type=n,u.request=a,t[1](u)}o[e]=void 0}};var i=setTimeout((function(){a({type:"timeout",target:f})}),12e4);f.onerror=f.onload=a,document.head.appendChild(f)}return Promise.all(r)},c.m=e,c.c=n,c.d=function(e,r,t){c.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},c.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},c.t=function(e,r){if(1&r&&(e=c(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(c.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)c.d(t,n,function(r){return e[r]}.bind(null,n));return t},c.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return c.d(r,"a",r),r},c.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},c.p="",c.oe=function(e){throw console.error(e),e};var f=window.webpackJsonp=window.webpackJsonp||[],u=f.push.bind(f);f.push=r,f=f.slice();for(var i=0;i<f.length;i++)r(f[i]);var l=u;t()}([]);

View File

@ -1 +0,0 @@
!function(e){function r(r){for(var n,c,u=r[0],f=r[1],i=r[2],d=0,p=[];d<u.length;d++)c=u[d],Object.prototype.hasOwnProperty.call(o,c)&&o[c]&&p.push(o[c][0]),o[c]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(l&&l(r);p.length;)p.shift()();return a.push.apply(a,i||[]),t()}function t(){for(var e,r=0;r<a.length;r++){for(var t=a[r],n=!0,u=1;u<t.length;u++){var f=t[u];0!==o[f]&&(n=!1)}n&&(a.splice(r--,1),e=c(c.s=t[0]))}return e}var n={},o={5:0},a=[];function c(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,c),t.l=!0,t.exports}c.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise((function(r,n){t=o[e]=[r,n]}));r.push(t[2]=n);var a,u=document.createElement("script");u.charset="utf-8",u.timeout=120,c.nc&&u.setAttribute("nonce",c.nc),u.src=function(e){return c.p+""+({}[e]||e)+"."+{2:"a7877dac4a5c5bbef89f",3:"f4d6591be60052d54167",6:"1ed80f6a2a415d68917a",7:"fcdacebcb8913b6ebe14",8:"02495feeeb9889ce58c0",9:"780499f0ac20ba582c68",10:"9efc79a2e8796b32a67d",11:"e5a7b97b52219daca40b",12:"c9609766a8eedad605c4",13:"9dfc9d0a8f1316cc0556",14:"b99164c8a80a88b3ae9d",15:"0b98425e5062224f638d",16:"36fa7d65be3e5389cdd2"}[e]+".js"}(e);var f=new Error;a=function(r){u.onerror=u.onload=null,clearTimeout(i);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;f.message="Loading chunk "+e+" failed.\n("+n+": "+a+")",f.name="ChunkLoadError",f.type=n,f.request=a,t[1](f)}o[e]=void 0}};var i=setTimeout((function(){a({type:"timeout",target:u})}),12e4);u.onerror=u.onload=a,document.head.appendChild(u)}return Promise.all(r)},c.m=e,c.c=n,c.d=function(e,r,t){c.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},c.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},c.t=function(e,r){if(1&r&&(e=c(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(c.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)c.d(t,n,function(r){return e[r]}.bind(null,n));return t},c.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return c.d(r,"a",r),r},c.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},c.p="",c.oe=function(e){throw console.error(e),e};var u=window.webpackJsonp=window.webpackJsonp||[],f=u.push.bind(u);u.push=r,u=u.slice();for(var i=0;i<u.length;i++)r(u[i]);var l=f;t()}([]);

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{"/KYB":function(n,c,o){},"/NSH":function(n,c,o){},"/xfa":function(n,c,o){},"4AvX":function(n,c,o){},"5sDa":function(n,c,o){},"6MRE":function(n,c,o){},"72lY":function(n,c,o){},"7YJZ":function(n,c,o){},"8UJ8":function(n,c,o){},C5oP:function(n,c,o){},CCCE:function(n,c,o){},CGbB:function(n,c,o){},Czz9:function(n,c,o){},IQIM:function(n,c,o){},ObFr:function(n,c,o){},PNEq:function(n,c,o){},Pjoc:function(n,c,o){},"RL+K":function(n,c,o){},Rbar:function(n,c,o){},Tp1L:function(n,c,o){},UrNz:function(n,c,o){},XfQH:function(n,c,o){},ZZ0G:function(n,c,o){},a0xr:function(n,c,o){},bknw:function(n,c,o){},c3F4:function(n,c,o){},cl9q:function(n,c,o){},ePAx:function(n,c,o){},egRq:function(n,c,o){},ku4b:function(n,c,o){},l8iQ:function(n,c,o){},pNch:function(n,c,o){},rY5A:function(n,c,o){},rlVZ:function(n,c,o){},vlF3:function(n,c,o){},x1yY:function(n,c,o){},xqR9:function(n,c,o){},zwwH:function(n,c,o){}}]);

View File

@ -1 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{"+Mcu":function(n,c,o){},"/KYB":function(n,c,o){},"/NSH":function(n,c,o){},"/xfa":function(n,c,o){},"4AvX":function(n,c,o){},"5sDa":function(n,c,o){},"6MRE":function(n,c,o){},"72lY":function(n,c,o){},"7YJZ":function(n,c,o){},"8TW1":function(n,c,o){},"8UJ8":function(n,c,o){},C5oP:function(n,c,o){},CCCE:function(n,c,o){},CGbB:function(n,c,o){},Czz9:function(n,c,o){},IQIM:function(n,c,o){},ObFr:function(n,c,o){},PNEq:function(n,c,o){},Pjoc:function(n,c,o){},"RL+K":function(n,c,o){},Rbar:function(n,c,o){},Tp1L:function(n,c,o){},UrNz:function(n,c,o){},XfQH:function(n,c,o){},ZZ0G:function(n,c,o){},a0xr:function(n,c,o){},bknw:function(n,c,o){},cl9q:function(n,c,o){},egRq:function(n,c,o){},ku4b:function(n,c,o){},l8iQ:function(n,c,o){},m5WL:function(n,c,o){},pNch:function(n,c,o){},rY5A:function(n,c,o){},rlVZ:function(n,c,o){},vlF3:function(n,c,o){},x1yY:function(n,c,o){},xqR9:function(n,c,o){}}]);

View File

@ -293,11 +293,6 @@ h2 {
border-bottom-color: var(--bg-color);
}
.viewer_Model3DView_container {
display: flex;
flex-direction: row;
}
.hunt_optimizer_WantedItemsView {
display: flex;
flex-direction: column;
@ -327,6 +322,33 @@ h2 {
height: 100%;
}
.viewer_model_ModelView_container {
display: flex;
flex-direction: row;
}
.viewer_model_CharacterClassSelectionView {
box-sizing: border-box;
list-style: none;
padding: 0;
margin: 0;
overflow: auto;
}
.viewer_model_CharacterClassSelectionView li {
padding: 4px 8px;
}
.viewer_model_CharacterClassSelectionView li:hover {
color: hsl(0, 0%, 90%);
background-color: hsl(0, 0%, 18%);
}
.viewer_model_CharacterClassSelectionView li.active {
color: hsl(0, 0%, 90%);
background-color: hsl(0, 0%, 21%);
}
.hunt_optimizer_HelpView p {
margin: 1em;
max-width: 600px;
@ -546,156 +568,6 @@ body .lm_dropTargetIndicator {
cursor: text;
}
.core_ComboBox {
box-sizing: border-box;
position: relative;
}
.core_ComboBox_inner {
box-sizing: border-box;
display: flex;
align-items: center;
}
.core_ComboBox_inner input {
flex: 1;
padding: 0;
border: none;
margin: 0;
color: var(--input-text-color);
background-color: transparent;
outline: none;
}
.core_ComboBox.disabled input {
color: var(--input-text-color-disabled);
}
.core_ComboBox .core_Menu {
top: 23px;
left: -2px;
min-width: calc(100% + 4px);
}
.core_ComboBox_button {
padding: 0 2px;
}
.hunt_optimizer_OptimizerView {
display: flex;
align-items: stretch;
overflow: hidden;
}
.hunt_optimizer_OptimizerView div:nth-child(2) {
flex: 1;
overflow: hidden;
}
.core_Table {
position: relative;
display: block;
box-sizing: border-box;
overflow: auto;
background-color: var(--bg-color);
border-collapse: collapse;
}
.core_Table tr {
display: flex;
align-items: stretch;
}
.core_Table thead {
position: sticky;
display: inline-block;
top: 0;
z-index: 2;
}
.core_Table thead tr {
position: sticky;
top: 0;
}
.core_Table thead th {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
}
.core_Table th,
.core_Table td {
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
padding: 3px 6px;
border-right: var(--border);
border-bottom: var(--border);
background-color: var(--bg-color);
}
.core_Table tbody {
user-select: text;
cursor: text;
}
.core_Table tbody th,
.core_Table tbody td {
white-space: nowrap;
}
.core_Table tbody th,
.core_Table tfoot th {
text-align: left;
}
.core_Table th.fixed {
position: sticky;
text-align: left;
}
.core_Table th.input {
padding: 0;
overflow: visible;
}
.core_Table th.input .core_DurationInput {
z-index: 0;
height: 100%;
width: 100%;
border: none;
}
.core_Table th.input .core_DurationInput:hover,
.core_Table th.input .core_DurationInput:focus-within {
margin: -1px;
height: calc(100% + 2px);
width: calc(100% + 2px);
}
.core_Table th.input .core_DurationInput:hover {
z-index: 4;
border: var(--input-border-hover);
}
.core_Table th.input .core_DurationInput:focus-within {
z-index: 6;
border: var(--input-border-focus);
}
.hunt_optimizer_OptimizationResultView {
display: flex;
flex-direction: column;
}
.hunt_optimizer_OptimizationResultView_table {
flex: 1;
border-top: var(--border);
border-left: var(--border);
}
.core_ToolBar {
box-sizing: border-box;
display: flex;
@ -724,6 +596,30 @@ body .lm_dropTargetIndicator {
height: 26px;
}
.viewer_model_CharacterClassOptionsView {
box-sizing: border-box;
border-left: var(--border);
border-right: var(--border);
padding: 0 2px;
}
.viewer_model_CharacterClassOptionsView table {
table-layout: fixed;
width: 100%;
}
.viewer_model_CharacterClassOptionsView td:first-child {
width: 80px;
}
.viewer_model_CharacterClassOptionsView_section_id {
width: 100%;
}
.viewer_model_CharacterClassOptionsView_body {
width: 60px;
}
:root {
--red-circle-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4c.367 0 .721.048 1.063.145a3.943 3.943 0 0 1 1.762 1.031 3.944 3.944 0 0 1 1.03 1.762c.097.34.145.695.145 1.062 0 .367-.048.721-.145 1.063a3.94 3.94 0 0 1-1.03 1.765 4.017 4.017 0 0 1-1.762 1.031C8.72 11.953 8.367 12 8 12s-.721-.047-1.063-.14a4.056 4.056 0 0 1-1.765-1.032A4.055 4.055 0 0 1 4.14 9.062 3.992 3.992 0 0 1 4 8c0-.367.047-.721.14-1.063.097-.34.232-.658.407-.953A4.089 4.089 0 0 1 5.98 4.546a3.94 3.94 0 0 1 .957-.401A3.89 3.89 0 0 1 8 4z' fill='%23E51400'/%3E%3C/svg%3E") 50% no-repeat;
}
@ -988,35 +884,153 @@ body .lm_dropTargetIndicator {
text-align: center;
}
.core_FileButton_input {
overflow: hidden;
clip: rect(0, 0, 0, 0);
position: absolute;
width: 1px;
height: 1px;
border: none;
padding: 0;
}
.viewer_Model3DSelectListView {
.core_ComboBox {
box-sizing: border-box;
list-style: none;
position: relative;
}
.core_ComboBox_inner {
box-sizing: border-box;
display: flex;
align-items: center;
}
.core_ComboBox_inner input {
flex: 1;
padding: 0;
border: none;
margin: 0;
color: var(--input-text-color);
background-color: transparent;
outline: none;
}
.core_ComboBox.disabled input {
color: var(--input-text-color-disabled);
}
.core_ComboBox .core_Menu {
top: 23px;
left: -2px;
min-width: calc(100% + 4px);
}
.core_ComboBox_button {
padding: 0 2px;
}
.hunt_optimizer_OptimizerView {
display: flex;
align-items: stretch;
overflow: hidden;
}
.hunt_optimizer_OptimizerView div:nth-child(2) {
flex: 1;
overflow: hidden;
}
.core_Table {
position: relative;
display: block;
box-sizing: border-box;
overflow: auto;
background-color: var(--bg-color);
border-collapse: collapse;
}
.viewer_Model3DSelectListView li {
padding: 4px 8px;
.core_Table tr {
display: flex;
align-items: stretch;
}
.viewer_Model3DSelectListView li:hover {
color: hsl(0, 0%, 90%);
background-color: hsl(0, 0%, 18%);
.core_Table thead {
position: sticky;
display: inline-block;
top: 0;
z-index: 2;
}
.viewer_Model3DSelectListView li.active {
color: hsl(0, 0%, 90%);
background-color: hsl(0, 0%, 21%);
.core_Table thead tr {
position: sticky;
top: 0;
}
.core_Table thead th {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
}
.core_Table th,
.core_Table td {
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
padding: 3px 6px;
border-right: var(--border);
border-bottom: var(--border);
background-color: var(--bg-color);
}
.core_Table tbody {
user-select: text;
cursor: text;
}
.core_Table tbody th,
.core_Table tbody td {
white-space: nowrap;
}
.core_Table tbody th,
.core_Table tfoot th {
text-align: left;
}
.core_Table th.fixed {
position: sticky;
text-align: left;
}
.core_Table th.input {
padding: 0;
overflow: visible;
}
.core_Table th.input .core_DurationInput {
z-index: 0;
height: 100%;
width: 100%;
border: none;
}
.core_Table th.input .core_DurationInput:hover,
.core_Table th.input .core_DurationInput:focus-within {
margin: -1px;
height: calc(100% + 2px);
width: calc(100% + 2px);
}
.core_Table th.input .core_DurationInput:hover {
z-index: 4;
border: var(--input-border-hover);
}
.core_Table th.input .core_DurationInput:focus-within {
z-index: 6;
border: var(--input-border-focus);
}
.hunt_optimizer_OptimizationResultView {
display: flex;
flex-direction: column;
}
.hunt_optimizer_OptimizationResultView_table {
flex: 1;
border-top: var(--border);
border-left: var(--border);
}