diff --git a/10.10e1d06eef6963e28548.js b/10.10e1d06eef6963e28548.js new file mode 100644 index 00000000..a8474a3b --- /dev/null +++ b/10.10e1d06eef6963e28548.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{"/UnV":function(t,i,e){"use strict";e.d(i,"a",(function(){return h}));var s=e("rwco"),r=e("BAAx"),n=e("5cb6");const o=s.a.get("core/data_formats/parsing/afs"),a=5457473;function h(t){const i=Object(r.b)(o);if(t.bytes_left<8)return i.add_problem(n.b.Error,"AFS archive is corrupted.","Too small to be an AFS archive.").failure();if(t.u32()!==a)return i.add_problem(n.b.Error,"AFS archive is corrupted.","Magic bytes not present.").failure();const e=t.u16();t.seek(2);const s=[];for(let r=1;r<=e;r++){if(t.bytes_left<8){i.add_problem(n.b.Warning,`AFS file entry ${r} is invalid.`,`Couldn't read file entry ${r}, only ${t.bytes_left} bytes left.`);break}const e=t.u32(),o=t.u32();if(e>t.size)i.add_problem(n.b.Warning,`AFS file entry ${r} is invalid.`,`Invalid file offset ${e} for entry ${r}.`);else if(e+o>t.size)i.add_problem(n.b.Warning,`AFS file entry ${r} is invalid.`,`File size ${o} (offset: ${e}) of entry ${r} too large.`);else{const i=t.position;t.seek_start(e),s.push(t.array_buffer(o)),t.seek_start(i)}}return i.success(s)}},"/Wax":function(t,i,e){"use strict";e.d(i,"a",(function(){return r}));var s=e("9dYx");class r extends s.a{constructor(t,i,e=0,s=t.size-e){if(e<0||e>t.size)throw new Error(`Offset ${e} is out of bounds.`);if(s<0||e+s>t.size)throw new Error(`Size ${s} is out of bounds.`);super(i,e),this.buffer=t,this._size=s}get size(){return this._size}set size(t){t>this._size?this.ensure_size(t-this.position):this._size=t}get backing_buffer(){return this.buffer.backing_buffer}get dv(){return this.buffer.view}take(t){this.check_size("size",t,t);const i=this.offset+this.position,e=new r(this.buffer,this.endianness,i,t);return this._position+=t,e}ensure_size(t,i=this.position){const e=i+t-this._size;e>0&&(this._size+=e,this.buffer.sizethis.size)throw new Error(`Offset ${t} is out of bounds.`);return this._position=t,this}seek_end(t){if(t<0||t>this.size)throw new Error(`Offset ${t} is out of bounds.`);return this._position=this.size-t,this}u8(){return this.u8_at(this._position++)}u8_at(t){return this.check_offset(t,1),this.dv.getUint8(this.offset+t)}u16(){const t=this.u16_at(this.position);return this._position+=2,t}u16_at(t){return this.check_offset(t,2),this.dv.getUint16(this.offset+t,this.little_endian)}u32(){const t=this.u32_at(this.position);return this._position+=4,t}u32_at(t){return this.check_offset(t,4),this.dv.getUint32(this.offset+t,this.little_endian)}i8(){return this.i8_at(this._position++)}i8_at(t){return this.check_offset(t,1),this.dv.getInt8(this.offset+t)}i16(){const t=this.i16_at(this.position);return this._position+=2,t}i16_at(t){return this.check_offset(t,2),this.dv.getInt16(this.offset+t,this.little_endian)}i32(){const t=this.i32_at(this.position);return this._position+=4,t}i32_at(t){return this.check_offset(t,4),this.dv.getInt32(this.offset+t,this.little_endian)}f32(){const t=this.f32_at(this.position);return this._position+=4,t}f32_at(t){return this.check_offset(t,4),this.dv.getFloat32(this.offset+t,this.little_endian)}u8_array(t){this.check_size("n",t,t);const i=[];for(let e=0;ethis.size-this.position)throw new Error(`${t} ${i} is out of bounds.`)}check_offset(t,i){if(t<0||t+i>this.size)throw new Error(`Offset ${t} is out of bounds.`)}}e.d(i,"a",(function(){return n}));class n extends r{write_u8(t){return this.write_u8_at(this.position,t),this._position+=1,this}write_u16(t){return this.write_u16_at(this.position,t),this._position+=2,this}write_u32(t){return this.write_u32_at(this.position,t),this._position+=4,this}write_i8(t){return this.write_i8_at(this.position,t),this._position+=1,this}write_i16(t){return this.write_i16_at(this.position,t),this._position+=2,this}write_i32(t){return this.write_i32_at(this.position,t),this._position+=4,this}write_f32(t){return this.write_f32_at(this.position,t),this._position+=4,this}write_u8_array(t){return this.write_u8_array_at(this.position,t),this._position+=t.length,this}write_u16_array(t){return this.write_u16_array_at(this.position,t),this._position+=2*t.length,this}write_u32_array(t){return this.write_u32_array_at(this.position,t),this._position+=4*t.length,this}write_i32_array(t){return this.write_i32_array_at(this.position,t),this._position+=4*t.length,this}write_vec2_f32(t){return this.write_vec2_f32_at(this.position,t),this._position+=8,this}write_vec3_f32(t){return this.write_vec3_f32_at(this.position,t),this._position+=12,this}write_cursor(t){const i=t.size-t.position;return this.ensure_size(i),t.copy_to_uint8_array(new Uint8Array(this.backing_buffer,this.offset+this.position,i),i),this._position+=i,this}write_string_ascii(t,i){return this.write_string_ascii_at(this.position,t,i),this._position+=i,this}write_string_utf16(t,i){return this.write_string_utf16_at(this.position,t,i),this._position+=i,this}write_u8_at(t,i){return this.ensure_size(1,t),this.dv.setUint8(t,i),this}write_u16_at(t,i){return this.ensure_size(2,t),this.dv.setUint16(t,i,this.little_endian),this}write_u32_at(t,i){return this.ensure_size(4,t),this.dv.setUint32(t,i,this.little_endian),this}write_i8_at(t,i){return this.ensure_size(1,t),this.dv.setInt8(t,i),this}write_i16_at(t,i){return this.ensure_size(2,t),this.dv.setInt16(t,i,this.little_endian),this}write_i32_at(t,i){return this.ensure_size(4,t),this.dv.setInt32(t,i,this.little_endian),this}write_f32_at(t,i){return this.ensure_size(4,t),this.dv.setFloat32(t,i,this.little_endian),this}write_u8_array_at(t,i){return this.ensure_size(i.length,t),new Uint8Array(this.backing_buffer,this.offset+t).set(new Uint8Array(i)),this}write_u16_array_at(t,i){this.ensure_size(2*i.length,t);const e=i.length;for(let s=0;se)throw new Error(`${t} Bytes required but only ${e} available.`)}}},Ea9h:function(t,i,e){"use strict";e.r(i),e.d(i,"ModelToolBarController",(function(){return g}));var s=e("mKaR"),r=e("iPoI"),n=e("NRxM"),o=e("bcBH"),a=e("kwt4"),h=e("VwSi"),_=e("yub1"),u=e("/UnV"),f=e("rwco"),c=e("IMNf"),l=e("BAAx"),d=e("5cb6"),b=e("ouMO"),p=function(t,i,e,s){return new(e||(e=Promise))((function(r,n){function o(t){try{h(s.next(t))}catch(t){n(t)}}function a(t){try{h(s.throw(t))}catch(t){n(t)}}function h(t){var i;t.done?r(t.value):(i=t.value,i instanceof e?i:new e((function(t){t(i)}))).then(o,a)}h((s=s.apply(t,i||[])).next())}))};const w=f.a.get("viewer/controllers/model/ModelToolBarController");class g extends s.a{constructor(t){super(),this.store=t,this._result_dialog_visible=Object(b.e)(!1),this._result=Object(b.e)(void 0),this._result_problems_message=Object(b.e)(""),this._result_error_message=Object(b.e)(""),this.result_dialog_visible=this._result_dialog_visible,this.result=this._result,this.result_problems_message=this._result_problems_message,this.result_error_message=this._result_error_message,this.set_show_skeleton=t=>{this.store.set_show_skeleton(t)},this.set_animation_playing=t=>{this.store.set_animation_playing(t)},this.set_animation_frame_rate=t=>{this.store.set_animation_frame_rate(t)},this.set_animation_frame=t=>{this.store.set_animation_frame(t)},this.load_file=t=>p(this,void 0,void 0,(function*(){this._result_problems_message.val=`Encountered some problems while opening "${t.name}".`,this._result_error_message.val=`Couldn't open "${t.name}".`;try{const i=yield Object(r.b)(t),e=new n.a(i,o.a.Little);if(t.name.endsWith(".nj")){const t=Object(a.c)(e);this.set_result(t),t.success&&this.store.set_current_nj_object(t.value[0])}else if(t.name.endsWith(".xj")){const t=Object(a.d)(e);this.set_result(t),t.success&&this.store.set_current_nj_object(t.value[0])}else if(t.name.endsWith(".njm")){this.store.set_current_animation(void 0),this.store.set_current_nj_motion(void 0);const t=this.store.current_nj_object.val;t?(this.set_animation_playing(!0),this.store.set_current_nj_motion(Object(h.c)(e,t.bone_count())),this.set_result(Object(l.c)(void 0))):this.set_result(Object(l.a)([{severity:d.b.Error,ui_message:"No model to animate"}]))}else if(t.name.endsWith(".xvm")){const t=Object(_.b)(e);this.set_result(t),t.success?this.store.set_current_textures(t.value.textures):this.store.set_current_textures([])}else if(t.name.endsWith(".afs")){const t=Object(l.b)(w),i=Object(u.a)(e);if(t.add_result(i),i.success){const e=i.value.flatMap(i=>{var e,s,r,a;const h=new n.a(i,o.a.Little);if(Object(_.a)(h)){const i=Object(_.b)(h);return t.add_result(i),null!=(s=null===(e=i.value)||void 0===e?void 0:e.textures)?s:[]}{const i=Object(_.b)(Object(c.a)(h.seek_start(0)));return t.add_result(i),null!=(a=null===(r=i.value)||void 0===r?void 0:r.textures)?a:[]}});e.length?this.set_result(t.success(e)):this.set_result(t.failure()),this.store.set_current_textures(e)}else this.set_result(t.failure())}else w.debug(`Unsupported file extension in filename "${t.name}".`),this.set_result(Object(l.a)([{severity:d.b.Error,ui_message:"Unsupported file type."}]))}catch(t){w.error("Couldn't read file.",t),this.set_result(Object(l.a)())}})),this.dismiss_result_dialog=()=>{this._result_dialog_visible.val=!1},this.show_skeleton=t.show_skeleton,this.animation_frame_count=t.animation_frame_count,this.animation_frame_count_label=t.animation_frame_count.map(t=>`/ ${t}`),this.animation_controls_enabled=t.current_nj_motion.map(t=>null!=t),this.animation_playing=t.animation_playing,this.animation_frame_rate=t.animation_frame_rate,this.animation_frame=t.animation_frame.map(t=>Math.round(t))}set_result(t){this._result.val=t,t.problems.length&&(this._result_dialog_visible.val=!0)}}},IMNf:function(t,i,e){"use strict";e.d(i,"a",(function(){return o}));var s=e("/Wax"),r=e("tjEv");const n=e("rwco").a.get("core/data_formats/compression/prs/decompress");function o(t){const i=new a(t);for(;;)if(1===i.read_flag_bit())i.copy_u8();else{let t,e;if(0===i.read_flag_bit())t=i.read_flag_bit()<<1,t|=i.read_flag_bit(),t+=2,e=i.read_u8()-256;else{if(e=i.read_u16(),0===e)break;t=7&e,e>>>=3,0===t?(t=i.read_u8(),t+=1):t+=2,e-=8192}i.offset_copy(e,t)}return i.dst.seek_start(0)}class a{constructor(t){this.src=t,this.dst=new s.a(new r.a(Math.floor(1.5*t.size)),t.endianness),this.flags=0,this.flag_bits_left=0}read_flag_bit(){0===this.flag_bits_left&&(this.flags=this.read_u8(),this.flag_bits_left=8);const t=1&this.flags;return this.flags>>>=1,this.flag_bits_left-=1,t}copy_u8(){this.dst.write_u8(this.read_u8())}read_u8(){return this.src.u8()}read_u16(){return this.src.u16()}offset_copy(t,i){(t<-8192||t>0)&&n.error(`offset was ${t}, should be between -8192 and 0.`),(i<1||i>256)&&n.error(`length was ${i}, should be between 1 and 256.`);const e=Math.min(-t,i);this.dst.seek(t);const s=this.dst.take(e);this.dst.seek(-t-e);for(let t=0;tthis.backing_buffer.byteLength-this.offset)throw new Error(`Size ${t} is out of bounds.`);this._size=t}take(t){const i=this.offset+this.position,e=new r(this.backing_buffer,this.endianness,i,t);return this._position+=t,e}}},bcBH:function(t,i,e){"use strict";var s;e.d(i,"a",(function(){return s})),function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"}(s||(s={}))},iPoI:function(t,i,e){"use strict";e.d(i,"a",(function(){return r})),e.d(i,"b",(function(){return n}));var s=e("FXpb");function r(t){return new Promise(i=>{var e,r,n,o;const a=Object(s.m)({type:"file"});a.accept=null!=(r=null===(e=t)||void 0===e?void 0:e.accept)?r:"",a.multiple=null!=(o=null===(n=t)||void 0===n?void 0:n.multiple)&&o,a.onchange=()=>{a.files&&a.files.length?i([...a.files]):i([])},a.click()})}function n(t){return new Promise((i,e)=>{const s=new FileReader;s.addEventListener("loadend",()=>{s.result instanceof ArrayBuffer?i(s.result):e(new Error("Couldn't read file."))}),s.readAsArrayBuffer(t)})}},tjEv:function(t,i,e){"use strict";e.d(i,"a",(function(){return s}));class s{constructor(t=8192){this._size=0,this._buffer=new ArrayBuffer(t),this._data_view=new DataView(this._buffer)}get size(){return this._size}set size(t){if(t<0)throw new Error("Size should be non-negative.");this.ensure_capacity(t),this._size=t}get capacity(){return this._buffer.byteLength}get backing_buffer(){return this._buffer}get view(){return this._data_view}sub_view(t,i){return new DataView(this._buffer,t,i)}ensure_capacity(t){if(t>this.capacity){let i=this.capacity||t;do{i*=2}while(it.type===h||t.type===_)}function f(t){const i=Object(s.a)(t);if(!i.success)return i;const e=Object(n.b)(a);e.add_result(i);const r=i.value,u=r.find(t=>t.type===h),f=u&&function(t){return{texture_count:t.u16()}}(u.data),c=r.filter(t=>t.type===_).map(t=>(function(t){const i=t.u32(),e=t.u32(),s=t.u32(),r=t.u16(),n=t.u16(),o=t.u32();return t.seek(36),{id:s,format:[i,e],width:r,height:n,size:o,data:t.array_buffer(o)}})(t.data));return f||0!==c.length?(f&&f.texture_count!==c.length&&e.add_problem(o.b.Warning,"Corrupted XVM file.",`Found ${c.length} textures instead of ${f.texture_count} as defined in the header.`),e.success({textures:c})):(e.add_problem(o.b.Error,"Corrupted XVM file.","No header and no XVRT chunks found."),e.failure())}}}]); \ No newline at end of file diff --git a/10.176f577f4f36871f1995.js b/10.176f577f4f36871f1995.js deleted file mode 100644 index 7b83d480..00000000 --- a/10.176f577f4f36871f1995.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{KUR2:function(e,s,t){"use strict";t.d(s,"a",(function(){return n}));var r=t("nN8q"),i=t("FXpb");class n extends r.a{constructor(e){super(),this.renderer=e,this.element=Object(i.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,s){return super.resize(e,s),this.renderer.set_size(e,s),this}}},Za3H:function(e,s,t){"use strict";t.r(s),t.d(s,"TextureView",(function(){return d}));var r=t("FXpb"),i=t("6cU9"),n=t("w6HN"),a=t("KUR2"),o=t("zsIO"),l=t("68q7");class d extends o.a{constructor(e,s){super(),this.element=Object(r.h)({className:"viewer_TextureView"}),this.open_file_button=new i.a({icon_left:r.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(s)),this.element.append(this.tool_bar.element,this.renderer_view.element);const t=this.disposable(new l.a({visible:e.result_dialog_visible,result:e.result,problems_message:e.result_problems_message,error_message:e.result_error_message}));this.disposables(this.open_file_button.files.observe(({value:s})=>{s.length&&e.load_file(s[0])}),t.ondismiss.observe(e.dismiss_result_dialog)),this.finalize_construction()}activate(){this.renderer_view.start_rendering(),super.activate()}deactivate(){super.deactivate(),this.renderer_view.stop_rendering()}resize(e,s){return super.resize(e,s),this.renderer_view.resize(e,Math.max(0,s-this.tool_bar.height)),this}}}}]); \ No newline at end of file diff --git a/11.7ad4863d7d8a1d8c16c1.js b/11.7ad4863d7d8a1d8c16c1.js new file mode 100644 index 00000000..941b074d --- /dev/null +++ b/11.7ad4863d7d8a1d8c16c1.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{"0Xme":function(e,t,s){"use strict";s.d(t,"a",(function(){return a}));var n=s("sDu+"),i=s("jJhE"),o=(s("x1yY"),s("4VsB")),r=s("FXpb");class a extends n.a{constructor(e,t,s,n,i){super(i),this.element=Object(r.s)({className:`${t} core_Input`}),this._value=new o.a(this,e,this.set_value),this.value=this._value,this.input_element=Object(r.m)({className:`${n} core_Input_inner`}),this.input_element.type=s,this.input_element.addEventListener("change",()=>{this._value.set_val(this.get_value(),{silent:!1})}),this.input_element.addEventListener("keydown",e=>{"Enter"===e.key&&this._value.set_val(this.get_value(),{silent:!1})}),i&&i.readonly&&this.set_attr("readOnly",!0),this.element.append(this.input_element)}set_enabled(e){super.set_enabled(e),this.input_element.disabled=!e}set_attr(e,t,s){if(null==t)return;const n=this.input_element,o=s||(e=>e);Object(i.a)(t)?(n[e]=o(t.val),this.disposable(t.observe(({value:t})=>n[e]=o(t)))):n[e]=o(t)}}},"68q7":function(e,t,s){"use strict";s.d(t,"a",(function(){return l}));var n=s("iUMt"),i=s("KVVN"),o=s("jJhE"),r=s("FXpb"),a=s("ouMO");class l extends n.a{constructor(e){const t=new i.a({text:"Dismiss"});super(Object.assign({footer:[t.element]},e));const s=Object(o.a)(e.result)?e.result:Object(a.e)(e.result);this.problems_message=Object(o.a)(e.problems_message)?e.problems_message:Object(a.e)(e.problems_message),this.error_message=Object(o.a)(e.error_message)?e.error_message:Object(a.e)(e.error_message),this.disposables(t,t.onclick.observe(e=>this._ondismiss.emit(e)),s.observe(({value:e})=>this.result_changed(e),{call_now:!0})),this.finalize_construction()}result_changed(e){e?(this.content.val=function(e){const t=Object(r.h)();t.style.overflow="auto",t.style.userSelect="text",t.style.height="100%",t.style.maxHeight="400px";const s=Object(r.B)(...e.problems.map(e=>Object(r.o)(e.ui_message)));return s.style.cursor="text",t.append(s),t}(e),e.success?e.problems.length&&(this.title.val="Problems",this.description.val=this.problems_message.val):(this.title.val="Error",this.description.val=this.error_message.val)):this.content.val=""}}},"6cU9":function(e,t,s){"use strict";s.d(t,"a",(function(){return a}));var n=s("ouMO"),i=s("KVVN"),o=s("iPoI"),r=function(e,t,s,n){return new(s||(s=Promise))((function(i,o){function r(e){try{l(n.next(e))}catch(e){o(e)}}function a(e){try{l(n.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?i(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(r,a)}l((n=n.apply(e,t||[])).next())}))};class a extends i.a{constructor(e){super(e),this._files=Object(n.e)([]),this.files=this._files,this.element.classList.add("core_FileButton"),this.disposables(this.onclick.observe(()=>r(this,void 0,void 0,(function*(){this._files.val=yield Object(o.a)(e)})))),this.finalize_construction()}}},"7CyS":function(e,t,s){"use strict";s.d(t,"a",(function(){return o})),s.d(t,"b",(function(){return r}));var n=s("Womt"),i=s("VwSi");const o=30;function r(e,t){const s=t.interpolation===i.a.Spline?n.InterpolateSmooth:n.InterpolateLinear,r=[];return t.motion_data.forEach((t,a)=>{const l=e.get_bone(a);l&&t.tracks.forEach(({type:e,keyframes:t})=>{const c=[],h=[];for(const s of t)if(c.push(s.frame/o),e===i.b.Rotation){const e=l.evaluation_flags.zxy_rotation_order?"ZXY":"ZYX",t=(new n.Quaternion).setFromEuler(new n.Euler(s.value.x,s.value.y,s.value.z,e));h.push(t.x,t.y,t.z,t.w)}else h.push(s.value.x,s.value.y,s.value.z);if(e===i.b.Rotation)r.push(new n.QuaternionKeyframeTrack(`.bones[${a}].quaternion`,c,h,s));else{const t=e===i.b.Position?`.bones[${a}].position`:`.bones[${a}].scale`;r.push(new n.VectorKeyframeTrack(t,c,h,s))}})}),new n.AnimationClip("Animation",(t.frame_count-1)/o,r).optimize()}},PE7g:function(e,t,s){"use strict";s.d(t,"a",(function(){return i}));var n=s("0Xme");s("rY5A");class i extends n.a{constructor(e=0,t){if(super(e,"core_NumberInput","number","core_NumberInput_inner",t),this.preferred_label_position="left",t){const{min:e,max:s,step:n,width:i}=t;this.set_attr("min",e,String),this.set_attr("max",s,String),this.input_element.step="any",this.set_attr("step",n,String),null!=i&&(this.element.style.width=`${i}px`)}t&&null!=t.round_to&&t.round_to>=0?this.rounding_factor=Math.pow(10,t.round_to):this.rounding_factor=1,this.set_value(e),this.finalize_construction()}get_value(){return parseFloat(this.input_element.value)}set_value(e){this.input_element.valueAsNumber=Math.round(this.rounding_factor*e)/this.rounding_factor}}},"i7j/":function(e,t,s){"use strict";s.r(t),s.d(t,"ModelToolBarView",(function(){return d}));var n=s("w6HN"),i=s("6cU9"),o=s("oyid"),r=s("PE7g"),a=s("7CyS"),l=s("7ZX1"),c=s("FXpb"),h=s("6Fug"),u=s("68q7");class d extends h.a{constructor(e){super();const t=new i.a({icon_left:c.a.File,text:"Open file...",accept:".afs, .nj, .njm, .xj, .xvm"}),s=new o.a(!1,{label:"Show skeleton"}),h=new o.a(!0,{label:"Play animation"}),d=new r.a(a.a,{label:"Frame rate:",min:1,max:240,step:1}),_=new r.a(1,{label:"Frame:",min:1,max:e.animation_frame_count,step:1}),m=new l.a(e.animation_frame_count_label);this.toolbar=this.add(new n.a(t,s,h,d,_,m));const p=this.disposable(new u.a({visible:e.result_dialog_visible,result:e.result,problems_message:e.result_problems_message,error_message:e.result_error_message}));this.disposables(t.files.observe(({value:t})=>{t.length&&e.load_file(t[0])}),s.checked.observe(({value:t})=>e.set_show_skeleton(t)),p.ondismiss.observe(e.dismiss_result_dialog));const b=e.animation_controls_enabled;this.disposables(h.enabled.bind_to(b),h.checked.bind_to(e.animation_playing),h.checked.observe(({value:t})=>e.set_animation_playing(t)),d.enabled.bind_to(b),d.value.observe(({value:t})=>e.set_animation_frame_rate(t)),_.enabled.bind_to(b),_.value.bind_to(e.animation_frame),_.value.observe(({value:t})=>e.set_animation_frame(t)),m.enabled.bind_to(b)),this.finalize_construction()}get element(){return this.toolbar.element}get height(){return this.toolbar.height}}},iPoI:function(e,t,s){"use strict";s.d(t,"a",(function(){return i})),s.d(t,"b",(function(){return o}));var n=s("FXpb");function i(e){return new Promise(t=>{var s,i,o,r;const a=Object(n.m)({type:"file"});a.accept=null!=(i=null===(s=e)||void 0===s?void 0:s.accept)?i:"",a.multiple=null!=(r=null===(o=e)||void 0===o?void 0:o.multiple)&&r,a.onchange=()=>{a.files&&a.files.length?t([...a.files]):t([])},a.click()})}function o(e){return new Promise((t,s)=>{const n=new FileReader;n.addEventListener("loadend",()=>{n.result instanceof ArrayBuffer?t(n.result):s(new Error("Couldn't read file."))}),n.readAsArrayBuffer(e)})}},iUMt:function(e,t,s){"use strict";s.d(t,"a",(function(){return h}));var n=s("nN8q"),i=s("FXpb"),o=(s("pxmB"),s("jJhE")),r=s("4VsB"),a=s("ouMO");const l=500,c=500;class h extends n.a{constructor(e){var t,s;super(e),this.x=0,this.y=0,this.prev_mouse_x=0,this.prev_mouse_y=0,this._title=new r.a(this,"",this.set_title),this._description=new r.a(this,"",this.set_description),this._content=new r.a(this,"",this.set_content),this._ondismiss=Object(a.a)(),this.children=[],this.title=this._title,this.description=this._description,this.content=this._content,this.ondismiss=this._ondismiss,this.mousedown=e=>{this.prev_mouse_x=e.clientX,this.prev_mouse_y=e.clientY,window.addEventListener("mousemove",this.window_mousemove),window.addEventListener("mouseup",this.window_mouseup)},this.window_mousemove=e=>{e.preventDefault(),this.set_position(this.x+e.clientX-this.prev_mouse_x,this.y+e.clientY-this.prev_mouse_y),this.prev_mouse_x=e.clientX,this.prev_mouse_y=e.clientY},this.window_mouseup=e=>{e.preventDefault(),window.removeEventListener("mousemove",this.window_mousemove),window.removeEventListener("mouseup",this.window_mouseup)},this.element=Object(i.q)({className:"core_Dialog",tabIndex:0},this.header_element=Object(i.i)(),this.description_element=Object(i.h)({className:"core_Dialog_description"}),this.content_element=Object(i.h)({className:"core_Dialog_body"}),Object(i.h)({className:"core_Dialog_footer"},...(s=null===(t=e)||void 0===t?void 0:t.footer,null!=s?s:[]))),this.element.style.width=`${l}px`,this.element.style.maxHeight=`${c}px`,this.element.addEventListener("keydown",e=>this.keydown(e)),e&&("string"==typeof e.title?this.title.val=e.title:e.title&&this.title.bind_to(e.title),"string"==typeof e.description?this.description.val=e.description:e.description&&this.description.bind_to(e.description),Object(o.a)(e.content)?this.content.bind_to(e.content):null!=e.content&&(this.content.val=e.content)),this.set_position((window.innerWidth-l)/2,(window.innerHeight-c)/2),this.header_element.addEventListener("mousedown",this.mousedown),this.overlay_element=Object(i.h)({className:"core_Dialog_modal_overlay",tabIndex:-1}),this.overlay_element.addEventListener("focus",()=>this.focus()),this.finalize_construction()}dispose(){super.dispose(),this.overlay_element.remove()}focus(){(this.first_focusable_child(this.element)||this.element).focus()}first_focusable_child(e){for(const t of e.children)if(t instanceof HTMLElement){if(t.tabIndex>=0)return t;{const e=this.first_focusable_child(t);if(e)return e}}}set_position(e,t){this.x=e,this.y=t,this.element.style.transform=`translate(${Math.floor(e)}px, ${Math.floor(t)}px)`}set_visible(e){e?(document.body.append(this.overlay_element),document.body.append(this.element),this.focus()):(this.overlay_element.remove(),this.element.remove())}set_title(e){this.header_element.textContent=e}set_description(e){""===e?(this.description_element.hidden=!0,this.description_element.textContent=""):(this.description_element.hidden=!1,this.description_element.textContent=e)}set_content(e){this.content_element.textContent="",this.content_element.append(e)}keydown(e){"Escape"===e.key&&this._ondismiss.emit({value:e})}}},oyid:function(e,t,s){"use strict";s.d(t,"a",(function(){return r}));var n=s("sDu+"),i=s("4VsB"),o=s("FXpb");class r extends n.a{constructor(e=!1,t){super(t),this.element=Object(o.m)({className:"core_CheckBox"}),this.preferred_label_position="right",this._checked=new i.a(this,e,this.set_checked),this.checked=this._checked,this.set_checked(e),this.element.type="checkbox",this.element.onchange=()=>this._checked.set_val(this.element.checked,{silent:!1}),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.element.disabled=!e}set_checked(e){this.element.checked=e}}},w6HN:function(e,t,s){"use strict";s.d(t,"a",(function(){return r}));var n=s("TRid"),i=(s("IQIM"),s("sDu+")),o=s("FXpb");class r extends n.a{constructor(e,...t){super(e instanceof n.a?void 0:e),this.element=Object(o.h)({className:"core_ToolBar"}),this.height=33,this.element.style.height=`${this.height}px`,this.children=e instanceof n.a?[e,...t]:t;for(const e of this.children)if(this.disposable(e),e instanceof i.a&&e.label){const t=Object(o.h)({className:"core_ToolBar_group"});"left"===e.preferred_label_position||"top"===e.preferred_label_position?t.append(e.label.element,e.element):t.append(e.element,e.label.element),this.element.append(t)}else this.element.append(e.element);this.finalize_construction()}set_enabled(e){super.set_enabled(e);for(const t of this.children)t.enabled.val=e}}}}]); \ No newline at end of file diff --git a/12.47e5aad1cccb6330e313.js b/12.47e5aad1cccb6330e313.js new file mode 100644 index 00000000..cdb357c1 --- /dev/null +++ b/12.47e5aad1cccb6330e313.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{"7/+l":function(t,e,i){"use strict";var n;i.d(e,"b",(function(){return n})),i.d(e,"a",(function(){return s})),function(t){t[t.RGBA_S3TC_DXT1=0]="RGBA_S3TC_DXT1",t[t.RGBA_S3TC_DXT3=1]="RGBA_S3TC_DXT3"}(n||(n={}));class s{constructor(t,e,i,n,s){this.gfx=t,this.format=e,this.width=i,this.height=n,this.data=s}upload(){null==this.gfx_texture&&(this.gfx_texture=this.gfx.create_texture(this.format,this.width,this.height,this.data))}destroy(){this.gfx.destroy_texture(this.gfx_texture)}}},"7CyS":function(t,e,i){"use strict";i.d(e,"a",(function(){return r})),i.d(e,"b",(function(){return a}));var n=i("Womt"),s=i("VwSi");const r=30;function a(t,e){const i=e.interpolation===s.a.Spline?n.InterpolateSmooth:n.InterpolateLinear,a=[];return e.motion_data.forEach((e,o)=>{const h=t.get_bone(o);h&&e.tracks.forEach(({type:t,keyframes:e})=>{const c=[],d=[];for(const i of e)if(c.push(i.frame/r),t===s.b.Rotation){const t=h.evaluation_flags.zxy_rotation_order?"ZXY":"ZYX",e=(new n.Quaternion).setFromEuler(new n.Euler(i.value.x,i.value.y,i.value.z,t));d.push(e.x,e.y,e.z,e.w)}else d.push(i.value.x,i.value.y,i.value.z);if(t===s.b.Rotation)a.push(new n.QuaternionKeyframeTrack(`.bones[${o}].quaternion`,c,d,i));else{const e=t===s.b.Position?`.bones[${o}].position`:`.bones[${o}].scale`;a.push(new n.VectorKeyframeTrack(e,c,d,i))}})}),new n.AnimationClip("Animation",(e.frame_count-1)/r,a).optimize()}},BylX:function(t,e,i){"use strict";i.d(e,"a",(function(){return r}));var n=i("pVCM"),s=i("Womt");n.a.install({THREE:Object.assign(Object.assign({},s),{MOUSE:Object.assign(Object.assign({},s.MOUSE),{LEFT:s.MOUSE.RIGHT,RIGHT:s.MOUSE.LEFT})})});class r{constructor(t){this._debug=!1,this.scene=new s.Scene,this.light_holder=new s.Group,this.render_scheduled=!1,this.animation_frame_handle=void 0,this.light=new s.HemisphereLight(16777215,5263440,1),this.controls_clock=new s.Clock,this.size=new s.Vector2(0,0),this.schedule_render=()=>{this.render_scheduled=!0},this.on_mouse_down=t=>{t.currentTarget&&t.currentTarget.focus()},this.call_render=()=>{const t=this.controls.update(this.controls_clock.getDelta()),e=this.render_scheduled||t;this.render_scheduled=!1,e&&this.render(),this.animation_frame_handle=requestAnimationFrame(this.call_render)},this.renderer=t,this.renderer.domElement.tabIndex=0,this.renderer.domElement.addEventListener("mousedown",this.on_mouse_down),this.renderer.domElement.style.outline="none",this.scene.background=new s.Color(1579032),this.light_holder.add(this.light),this.scene.add(this.light_holder)}get debug(){return this._debug}set debug(t){this._debug=t}get canvas_element(){return this.renderer.domElement}set_size(t,e){this.size.set(t,e),this.renderer.setSize(t,e),this.schedule_render()}pointer_pos_to_device_coords(t){t.set(t.x/this.size.width*2-1,t.y/this.size.height*-2+1)}start_rendering(){null==this.animation_frame_handle&&(this.schedule_render(),this.animation_frame_handle=requestAnimationFrame(this.call_render))}stop_rendering(){null!=this.animation_frame_handle&&(cancelAnimationFrame(this.animation_frame_handle),this.animation_frame_handle=void 0)}reset_camera(t,e){this.controls.setLookAt(t.x,t.y,t.z,e.x,e.y,e.z)}dispose(){this.renderer.dispose(),this.controls.dispose()}init_camera_controls(){this.controls=new n.a(this.camera,this.renderer.domElement),this.controls.dampingFactor=1,this.controls.draggingDampingFactor=1}render(){this.renderer.render(this.scene,this.camera)}}},Eqai:function(t,e,i){"use strict";i.d(e,"a",(function(){return r}));var n=i("Womt");const s=new n.MeshLambertMaterial({color:65280,side:n.DoubleSide});function r(t,e,i,r){const{created_by_geometry_builder:a,materials:o,bones:h}=t.userData;let c;if(e.length&&a){c=[s];for(let t=1;t=0;i--){const n=this.vertices_stack[i][t];n&&e.push(n)}return e}}class p{constructor(t){this.vertices=new m,this.bone_id=0,this.builder=t}to_geometry_builder(t){this.object_to_geometry(t,void 0,new n.Matrix4)}create_buffer_geometry(t){return this.to_geometry_builder(t),this.builder.build()}object_to_geometry(t,e,i){const{no_translate:r,no_rotate:a,no_scale:o,hidden:h,break_child_trace:u,zxy_rotation_order:_,skip:m}=t.evaluation_flags,{position:p,rotation:b,scale:g}=t,f=new n.Euler(b.x,b.y,b.z,_?"ZXY":"ZYX"),w=(new n.Matrix4).compose(r?c:Object(s.b)(p),a?d:(new n.Quaternion).setFromEuler(f),o?l:Object(s.b)(g)).premultiply(i);let x;if(m?x=e:(x=new n.Bone,x.name=this.bone_id.toString(),x.position.set(p.x,p.y,p.z),x.setRotationFromEuler(f),x.scale.set(g.x,g.y,g.z),this.builder.add_bone(x),e&&e.add(x)),t.model&&!h&&this.model_to_geometry(t.model,w),this.bone_id++,!u)for(const e of t.children)this.object_to_geometry(e,x,w)}model_to_geometry(t,e){Object(r.b)(t)?this.njcm_model_to_geometry(t,e):this.xj_model_to_geometry(t,e)}njcm_model_to_geometry(t,e){const i=(new n.Matrix3).getNormalMatrix(e),r=t.vertices.map(t=>{const r=Object(s.b)(t.position),a=t.normal?Object(s.b)(t.normal):new n.Vector3(0,1,0);return r.applyMatrix4(e),a.applyMatrix3(i),{bone_id:this.bone_id,position:r,normal:a,bone_weight:t.bone_weight,bone_weight_status:t.bone_weight_status,calc_continue:t.calc_continue}});this.vertices.put(r);for(const e of t.meshes){const t=this.builder.index_count;for(let t=0;t=2&&(t%2==(e.clockwise_winding?1:0)?(this.builder.add_index(a-2),this.builder.add_index(a-1),this.builder.add_index(a)):(this.builder.add_index(a-2),this.builder.add_index(a),this.builder.add_index(a-1)));const c=[[0,0],[0,0],[0,0],[0,0]];for(let t=n.length-1;t>=0;t--){const e=n[t];c[e.bone_weight_status]=[e.bone_id,e.bone_weight]}const d=c.reduce((t,[,e])=>t+e,0);for(const[t,e]of c)this.builder.add_bone_weight(t,d>0?e/d:e)}}this.builder.add_group(t,this.builder.index_count-t,e.texture_id,e.use_alpha,4!==e.src_alpha||5!==e.dst_alpha)}}xj_model_to_geometry(t,e){const i=this.builder.vertex_count,r=(new n.Matrix3).getNormalMatrix(e);for(const{position:i,normal:a,uv:o}of t.vertices){const t=Object(s.b)(i).applyMatrix4(e),c=(a?Object(s.b)(a):new n.Vector3(0,1,0)).applyMatrix3(r),d=o||h;this.builder.add_vertex(t,c,d)}let a,o,c;for(const e of t.meshes){const t=this.builder.index_count;let n=!1;for(let t=2;t=2&&(n=!n),n?(this.builder.add_index(r),this.builder.add_index(s),this.builder.add_index(a)):(this.builder.add_index(s),this.builder.add_index(r),this.builder.add_index(a)),n=!n}null!=e.material_properties.texture_id&&(a=e.material_properties.texture_id),null!=e.material_properties.src_alpha&&(o=e.material_properties.src_alpha),null!=e.material_properties.dst_alpha&&(c=e.material_properties.dst_alpha),this.builder.add_group(t,this.builder.index_count-t,a,!0,4!==o||5!==c)}}}},iR5r:function(t,e,i){"use strict";i.d(e,"b",(function(){return r})),i.d(e,"a",(function(){return a})),i.d(e,"c",(function(){return o}));var n=i("Womt"),s=i("7/+l");function r(t,e){let i,n;switch(e.format[1]){case 6:i=s.b.RGBA_S3TC_DXT1,n=e.width*e.height/2;break;case 7:i=s.b.RGBA_S3TC_DXT3,n=e.width*e.height;break;default:throw new Error(`Format ${e.format.join(", ")} not supported.`)}return new s.a(t,i,e.width,e.height,e.data.slice(0,n))}function a(t){return t.textures.map(o)}function o(t){let e,i;switch(t.format[1]){case 6:e=n.RGBA_S3TC_DXT1_Format,i=t.width*t.height/2;break;case 7:e=n.RGBA_S3TC_DXT3_Format,i=t.width*t.height;break;default:throw new Error(`Format ${t.format.join(", ")} not supported.`)}const s=new n.CompressedTexture([{data:new Uint8Array(t.data,0,i),width:t.width,height:t.height}],t.width,t.height,e);return s.minFilter=n.LinearFilter,s.wrapS=n.MirroredRepeatWrapping,s.wrapT=n.MirroredRepeatWrapping,s.needsUpdate=!0,s}},tDPm:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"e",(function(){return r})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return h})),i.d(e,"d",(function(){return c}));var n=i("wtpc");class s{constructor(t,e){this.x=t,this.y=e}get u(){return this.x}get v(){return this.y}}function r(t,e){return new s(t.x-e.x,t.y-e.y)}class a{constructor(t,e,i){this.x=t,this.y=e,this.z=i}}class o{constructor(t){this.data=t,Object(n.d)(9===t.length,"data should be of length 9.")}static of(t,e,i,n,s,r,a,h,c){return new o(new Float32Array([t,n,a,e,s,h,i,r,c]))}static identity(){return o.of(1,0,0,0,1,0,0,0,1)}get(t,e){return this.data[t+3*e]}set(t,e,i){this.data[t+3*e]=i}clone(){return new o(new Float32Array(this.data))}transpose(){let t;const e=this.data;t=e[1],e[1]=e[3],e[3]=t,t=e[2],e[2]=e[6],e[6]=t,t=e[5],e[5]=e[7],e[7]=t}inverse(){const t=this.clone();return t.invert(),t}invert(){const t=this.data[0],e=this.data[1],i=this.data[2],n=this.data[3],s=this.data[4],r=this.data[5],a=this.data[6],o=this.data[7],h=this.data[8],c=h*s-r*o,d=r*a-h*n,l=o*n-s*a,u=t*c+e*d+i*l;if(0===u)return this.data[0]=1,this.data[1]=0,this.data[2]=0,this.data[3]=0,this.data[4]=1,this.data[5]=0,this.data[6]=0,this.data[7]=0,void(this.data[8]=1);const _=1/u;this.data[0]=c*_,this.data[1]=(i*o-h*e)*_,this.data[2]=(r*e-i*s)*_,this.data[3]=d*_,this.data[4]=(h*t-i*a)*_,this.data[5]=(i*n-r*t)*_,this.data[6]=l*_,this.data[7]=(e*a-o*t)*_,this.data[8]=(s*t-e*n)*_}}class h{constructor(t){this.data=t,Object(n.d)(16===t.length,"data should be of length 16.")}static of(t,e,i,n,s,r,a,o,c,d,l,u,_,m,p,b){return new h(new Float32Array([t,s,c,_,e,r,d,m,i,a,l,p,n,o,u,b]))}static identity(){return h.of(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}static translation(t,e,i){return h.of(1,0,0,t,0,1,0,e,0,0,1,i,0,0,0,1)}static scale(t,e,i){return h.of(t,0,0,1,0,e,0,1,0,0,i,1,0,0,0,1)}static compose(t,e,i){const n=e.w,s=e.x,r=e.y,a=e.z,o=s+s,c=r+r,d=a+a,l=s*o,u=s*c,_=s*d,m=r*c,p=r*d,b=a*d,g=n*o,f=n*c,w=n*d,x=i.x,v=i.y,y=i.z;return h.of((1-(m+b))*x,(u-w)*v,(_+f)*y,t.x,(u+w)*x,(1-(l+b))*v,(p-g)*y,t.y,(_-f)*x,(p+g)*v,(1-(l+m))*y,t.z,0,0,0,1)}get(t,e){return this.data[t+4*e]}set(t,e,i){this.data[t+4*e]=i}clone(){return new h(new Float32Array(this.data))}normal_mat3(){const t=o.of(this.data[0],this.data[4],this.data[8],this.data[1],this.data[5],this.data[9],this.data[2],this.data[6],this.data[10]);return t.invert(),t.transpose(),t}}function c(t,e){const i=new h(new Float32Array(16));return d(i.data,t,e),i}function d(t,e,i){for(let n=0;n<4;n++)for(let s=0;s<4;s++)for(let r=0;r<4;r++)t[n+4*s]+=e.data[n+4*r]*i.data[r+4*s]}},tRdk:function(t,e,i){"use strict";i.d(e,"b",(function(){return r})),i.d(e,"a",(function(){return a}));var n=i("Womt"),s=i("tDPm");function r(t){return new n.Vector3(t.x,t.y,t.z)}function a(t){return new s.c(t.x,t.y,t.z)}},vM2b:function(t,e,i){"use strict";i.d(e,"a",(function(){return a}));var n=i("Womt"),s=i("wtpc");class r{constructor(){this.materials=[{alpha:!1,additive_blending:!1}],this.map=new Map}add_material(t,e=!1,i=!1){if(null==t)return 0;{const n=t<<2|(e?2:0)|(i?1:0);return Object(s.h)(this.map,n,()=>(this.materials.push({texture_id:t,alpha:e,additive_blending:i}),this.materials.length-1))}}get_materials(){return this.materials}}class a{constructor(){this.positions=[],this.normals=[],this.uvs=[],this.indices=[],this.bones=[],this.bone_indices=[],this.bone_weights=[],this.groups=[],this.material_map=new r}get vertex_count(){return this.positions.length/3}get index_count(){return this.indices.length}get_position(t){return new n.Vector3(this.positions[3*t],this.positions[3*t+1],this.positions[3*t+2])}get_normal(t){return new n.Vector3(this.normals[3*t],this.normals[3*t+1],this.normals[3*t+2])}add_vertex(t,e,i){this.positions.push(t.x,t.y,t.z),this.normals.push(e.x,e.y,e.z),this.uvs.push(i.x,i.y)}add_index(t){this.indices.push(t)}add_bone(t){this.bones.push(t)}add_bone_weight(t,e){this.bone_indices.push(t),this.bone_weights.push(e)}add_group(t,e,i,n=!1,s=!1){const r=this.groups[this.groups.length-1],a=this.material_map.add_material(i,n,s);r&&r.material_index===a?r.size+=e:this.groups.push({offset:t,size:e,material_index:a})}build(){const t=new n.BufferGeometry;let e;t.setAttribute("position",new n.Float32BufferAttribute(this.positions,3)),t.setAttribute("normal",new n.Float32BufferAttribute(this.normals,3)),t.setAttribute("uv",new n.Float32BufferAttribute(this.uvs,2)),t.setIndex(new n.Uint16BufferAttribute(this.indices,1)),this.bone_indices.length&&this.bones.length?(t.setAttribute("skinIndex",new n.Uint16BufferAttribute(this.bone_indices,4)),t.setAttribute("skinWeight",new n.Float32BufferAttribute(this.bone_weights,4)),e=this.bones):e=[];for(const e of this.groups)t.addGroup(e.offset,e.size,e.material_index);const i={created_by_geometry_builder:!0,materials:this.material_map.get_materials(),bones:e};return t.userData=i,t.computeBoundingSphere(),t.computeBoundingBox(),t}}},zaf9:function(t,e,i){"use strict";i.r(e),i.d(e,"ModelRenderer",(function(){return p}));var n=i("Womt"),s=i("iR5r"),r=i("Eqai"),a=i("N8H5"),o=i("7CyS"),h=i("BylX"),c=i("Tpfs");const d=i("rwco").a.get("viewer/rendering/ModelRenderer"),l=new n.MeshLambertMaterial({color:16777215,side:n.DoubleSide}),u=new n.MeshLambertMaterial({skinning:!0,color:16777215,side:n.DoubleSide}),_=Object.freeze(new n.Vector3(0,10,20)),m=Object.freeze(new n.Vector3(0,0,0));class p extends h.a{constructor(t,e){super(e),this.store=t,this.disposer=new c.a,this.clock=new n.Clock,this.update_animation_time=!0,this.camera=new n.PerspectiveCamera(75,1,1,200),this.current_character_class_changed=t=>{const e=null!=t.value;this.character_class_active!==e&&this.reset_camera(_,m),this.character_class_active=e},this.nj_object_or_xvm_changed=()=>{var t;this.mesh&&(this.scene.remove(this.mesh),this.mesh=void 0,this.scene.remove(this.skeleton_helper),this.skeleton_helper=void 0);const e=this.store.current_nj_object.val;if(e){let i;if(this.animation){const e=this.animation.mixer;i=null===(t=e.existingAction(this.animation.clip))||void 0===t?void 0:t.time,e.stopAllAction(),e.uncacheAction(this.animation.clip),this.animation=void 0}const h=this.store.current_textures.val.map(t=>{if(t)try{return Object(s.c)(t)}catch(t){d.error("Couldn't convert XVR texture.",t)}}),c=Object(a.a)(e),_=null!=c.getAttribute("skinIndex");this.mesh=Object(r.a)(c,h,_?u:l,_);const m=c.boundingBox,p=m.max.y-m.min.y;this.mesh.translateY(-p/2-m.min.y),this.scene.add(this.mesh),this.skeleton_helper=new n.SkeletonHelper(this.mesh),this.skeleton_helper.visible=this.store.show_skeleton.val,this.skeleton_helper.material.linewidth=3,this.scene.add(this.skeleton_helper);const b=this.store.current_nj_motion.val;if(b){const t=new n.AnimationMixer(this.mesh);t.timeScale=this.store.animation_frame_rate.val/o.a;const s=Object(o.b)(e,b);this.animation={mixer:t,clip:s};const r=t.clipAction(s,this.mesh);r.time=null!=i?i:0,r.play()}}this.schedule_render()},this.nj_motion_changed=({value:t})=>{let e;this.animation&&(this.animation.mixer.stopAllAction(),this.animation.mixer.uncacheAction(this.animation.clip),e=this.animation.mixer);const i=this.store.current_nj_object.val;if(!(this.mesh&&this.mesh instanceof n.SkinnedMesh&&t&&i))return;e||(e=new n.AnimationMixer(this.mesh));const s=Object(o.b)(i,t);this.animation={mixer:e,clip:s},this.clock.start(),e.clipAction(s).play(),this.schedule_render()},this.show_skeleton_changed=({value:t})=>{this.skeleton_helper&&(this.skeleton_helper.visible=t,this.schedule_render())},this.animation_playing_changed=({value:t})=>{this.animation&&(this.animation.mixer.clipAction(this.animation.clip).paused=!t,t?(this.clock.start(),this.schedule_render()):this.clock.stop())},this.animation_frame_rate_changed=({value:t})=>{this.animation&&(this.animation.mixer.timeScale=t/o.a)},this.animation_frame_changed=({value:t})=>{const e=this.store.current_nj_motion.val;if(this.animation&&e){const i=e.frame_count;t>i&&(t=1),t<1&&(t=i),this.update_animation_time&&(this.animation.mixer.clipAction(this.animation.clip).time=(t-1)/o.a),this.schedule_render()}},this.character_class_active=null!=t.current_character_class.val,this.disposer.add_all(t.current_character_class.observe(this.current_character_class_changed),t.current_nj_object.observe(this.nj_object_or_xvm_changed),t.current_textures.observe(this.nj_object_or_xvm_changed),t.current_nj_motion.observe(this.nj_motion_changed),t.show_skeleton.observe(this.show_skeleton_changed),t.animation_playing.observe(this.animation_playing_changed),t.animation_frame_rate.observe(this.animation_frame_rate_changed),t.animation_frame.observe(this.animation_frame_changed)),this.init_camera_controls(),this.reset_camera(_,m)}set_size(t,e){this.camera.aspect=t/e,this.camera.updateProjectionMatrix(),super.set_size(t,e)}dispose(){super.dispose(),this.disposer.dispose()}render(){this.animation&&this.animation.mixer.update(this.clock.getDelta()),this.light_holder.quaternion.copy(this.camera.quaternion),super.render(),this.animation&&!this.animation.mixer.clipAction(this.animation.clip).paused&&(this.update_animation_frame(),this.schedule_render())}update_animation_frame(){if(this.animation){const t=this.animation.mixer.clipAction(this.animation.clip);t.paused||(this.update_animation_time=!1,this.store.set_animation_frame(t.time*o.a+1),this.update_animation_time=!0)}}}}}]); \ No newline at end of file diff --git a/13.e06da0805ab744720dfa.js b/13.e06da0805ab744720dfa.js new file mode 100644 index 00000000..91e65a20 --- /dev/null +++ b/13.e06da0805ab744720dfa.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[13],{"/UnV":function(t,e,i){"use strict";i.d(e,"a",(function(){return a}));var s=i("rwco"),n=i("BAAx"),r=i("5cb6");const o=s.a.get("core/data_formats/parsing/afs"),_=5457473;function a(t){const e=Object(n.b)(o);if(t.bytes_left<8)return e.add_problem(r.b.Error,"AFS archive is corrupted.","Too small to be an AFS archive.").failure();if(t.u32()!==_)return e.add_problem(r.b.Error,"AFS archive is corrupted.","Magic bytes not present.").failure();const i=t.u16();t.seek(2);const s=[];for(let n=1;n<=i;n++){if(t.bytes_left<8){e.add_problem(r.b.Warning,`AFS file entry ${n} is invalid.`,`Couldn't read file entry ${n}, only ${t.bytes_left} bytes left.`);break}const i=t.u32(),o=t.u32();if(i>t.size)e.add_problem(r.b.Warning,`AFS file entry ${n} is invalid.`,`Invalid file offset ${i} for entry ${n}.`);else if(i+o>t.size)e.add_problem(r.b.Warning,`AFS file entry ${n} is invalid.`,`File size ${o} (offset: ${i}) of entry ${n} too large.`);else{const e=t.position;t.seek_start(i),s.push(t.array_buffer(o)),t.seek_start(e)}}return e.success(s)}},"9dYx":function(t,e,i){"use strict";var s=i("bcBH");class n{constructor(t,e){this._position=0,this.endianness=t,this.offset=e}get position(){return this._position}get endianness(){return this.little_endian?s.a.Little:s.a.Big}set endianness(t){this.little_endian=t===s.a.Little}get bytes_left(){return this.size-this.position}seek(t){return this.seek_start(this.position+t)}seek_start(t){if(t<0||t>this.size)throw new Error(`Offset ${t} is out of bounds.`);return this._position=t,this}seek_end(t){if(t<0||t>this.size)throw new Error(`Offset ${t} is out of bounds.`);return this._position=this.size-t,this}u8(){return this.u8_at(this._position++)}u8_at(t){return this.check_offset(t,1),this.dv.getUint8(this.offset+t)}u16(){const t=this.u16_at(this.position);return this._position+=2,t}u16_at(t){return this.check_offset(t,2),this.dv.getUint16(this.offset+t,this.little_endian)}u32(){const t=this.u32_at(this.position);return this._position+=4,t}u32_at(t){return this.check_offset(t,4),this.dv.getUint32(this.offset+t,this.little_endian)}i8(){return this.i8_at(this._position++)}i8_at(t){return this.check_offset(t,1),this.dv.getInt8(this.offset+t)}i16(){const t=this.i16_at(this.position);return this._position+=2,t}i16_at(t){return this.check_offset(t,2),this.dv.getInt16(this.offset+t,this.little_endian)}i32(){const t=this.i32_at(this.position);return this._position+=4,t}i32_at(t){return this.check_offset(t,4),this.dv.getInt32(this.offset+t,this.little_endian)}f32(){const t=this.f32_at(this.position);return this._position+=4,t}f32_at(t){return this.check_offset(t,4),this.dv.getFloat32(this.offset+t,this.little_endian)}u8_array(t){this.check_size("n",t,t);const e=[];for(let i=0;ithis.size-this.position)throw new Error(`${t} ${e} is out of bounds.`)}check_offset(t,e){if(t<0||t+e>this.size)throw new Error(`Offset ${t} is out of bounds.`)}}i.d(e,"a",(function(){return r}));class r extends n{write_u8(t){return this.write_u8_at(this.position,t),this._position+=1,this}write_u16(t){return this.write_u16_at(this.position,t),this._position+=2,this}write_u32(t){return this.write_u32_at(this.position,t),this._position+=4,this}write_i8(t){return this.write_i8_at(this.position,t),this._position+=1,this}write_i16(t){return this.write_i16_at(this.position,t),this._position+=2,this}write_i32(t){return this.write_i32_at(this.position,t),this._position+=4,this}write_f32(t){return this.write_f32_at(this.position,t),this._position+=4,this}write_u8_array(t){return this.write_u8_array_at(this.position,t),this._position+=t.length,this}write_u16_array(t){return this.write_u16_array_at(this.position,t),this._position+=2*t.length,this}write_u32_array(t){return this.write_u32_array_at(this.position,t),this._position+=4*t.length,this}write_i32_array(t){return this.write_i32_array_at(this.position,t),this._position+=4*t.length,this}write_vec2_f32(t){return this.write_vec2_f32_at(this.position,t),this._position+=8,this}write_vec3_f32(t){return this.write_vec3_f32_at(this.position,t),this._position+=12,this}write_cursor(t){const e=t.size-t.position;return this.ensure_size(e),t.copy_to_uint8_array(new Uint8Array(this.backing_buffer,this.offset+this.position,e),e),this._position+=e,this}write_string_ascii(t,e){return this.write_string_ascii_at(this.position,t,e),this._position+=e,this}write_string_utf16(t,e){return this.write_string_utf16_at(this.position,t,e),this._position+=e,this}write_u8_at(t,e){return this.ensure_size(1,t),this.dv.setUint8(t,e),this}write_u16_at(t,e){return this.ensure_size(2,t),this.dv.setUint16(t,e,this.little_endian),this}write_u32_at(t,e){return this.ensure_size(4,t),this.dv.setUint32(t,e,this.little_endian),this}write_i8_at(t,e){return this.ensure_size(1,t),this.dv.setInt8(t,e),this}write_i16_at(t,e){return this.ensure_size(2,t),this.dv.setInt16(t,e,this.little_endian),this}write_i32_at(t,e){return this.ensure_size(4,t),this.dv.setInt32(t,e,this.little_endian),this}write_f32_at(t,e){return this.ensure_size(4,t),this.dv.setFloat32(t,e,this.little_endian),this}write_u8_array_at(t,e){return this.ensure_size(e.length,t),new Uint8Array(this.backing_buffer,this.offset+t).set(new Uint8Array(e)),this}write_u16_array_at(t,e){this.ensure_size(2*e.length,t);const i=e.length;for(let s=0;si)throw new Error(`${t} Bytes required but only ${i} available.`)}}},"9fJw":function(t,e,i){"use strict";i.d(e,"g",(function(){return n})),i.d(e,"h",(function(){return r})),i.d(e,"f",(function(){return o})),i.d(e,"e",(function(){return _})),i.d(e,"k",(function(){return a})),i.d(e,"l",(function(){return h})),i.d(e,"j",(function(){return c})),i.d(e,"i",(function(){return u})),i.d(e,"a",(function(){return d})),i.d(e,"b",(function(){return l})),i.d(e,"d",(function(){return f})),i.d(e,"c",(function(){return y}));class s{constructor(t){var e,i,s,n,r;this.name=t.name,this.body_style_count=null!=(e=t.body_style_count)?e:1,this.head_style_count=t.head_style_count,this.hair_style_count=t.hair_style_count,this.hair_styles_with_accessory=t.hair_styles_with_accessory,this.body_tex_ids=null!=(i=t.body_tex_ids)?i:[],this.head_tex_ids=null!=(s=t.head_tex_ids)?s:[],this.hair_tex_ids=null!=(n=t.hair_tex_ids)?n:[],this.accessory_tex_ids=null!=(r=t.accessory_tex_ids)?r:[]}}const n=new s({name:"HUmar",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([6])}),r=new s({name:"HUnewearl",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set}),o=new s({name:"HUcast",body_style_count:25,head_style_count:5,hair_style_count:0,hair_styles_with_accessory:new Set}),_=new s({name:"HUcaseal",body_style_count:25,head_style_count:5,hair_style_count:0,hair_styles_with_accessory:new Set}),a=new s({name:"RAmar",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),h=new s({name:"RAmarl",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),c=new s({name:"RAcast",body_style_count:25,head_style_count:5,hair_style_count:0,hair_styles_with_accessory:new Set}),u=new s({name:"RAcaseal",body_style_count:25,head_style_count:5,hair_style_count:0,hair_styles_with_accessory:new Set}),d=new s({name:"FOmar",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),l=new s({name:"FOmarl",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),f=new s({name:"FOnewm",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),y=new s({name:"FOnewearl",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])})},NRxM:function(t,e,i){"use strict";i.d(e,"a",(function(){return n}));var s=i("9dYx");class n extends s.a{constructor(t,e,i=0,s=t.byteLength-i){super(e,i),this._size=s,this.backing_buffer=t,this.dv=new DataView(t,0,t.byteLength)}get size(){return this._size}set size(t){if(t>this.backing_buffer.byteLength-this.offset)throw new Error(`Size ${t} is out of bounds.`);this._size=t}take(t){const e=this.offset+this.position,i=new n(this.backing_buffer,this.endianness,e,t);return this._position+=t,i}}},ZV42:function(t,e,i){"use strict";i.r(e),i.d(e,"CharacterClassAssetLoader",(function(){return l}));var s=i("kwt4"),n=i("NRxM"),r=i("bcBH"),o=i("VwSi"),_=i("9fJw"),a=i("yub1"),h=i("/UnV"),c=i("nsCy"),u=i("BAAx"),d=function(t,e,i,s){return new(i||(i=Promise))((function(n,r){function o(t){try{a(s.next(t))}catch(t){r(t)}}function _(t){try{a(s.throw(t))}catch(t){r(t)}}function a(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(o,_)}a((s=s.apply(t,e||[])).next())}))};class l{constructor(t){this.http_client=t,this.nj_object_cache=new Map,this.xvr_texture_cache=new Map,this.nj_motion_cache=new Map}dispose(){for(const t of this.nj_object_cache.values())t.dispose();for(const t of this.nj_motion_cache.values())t.dispose();this.nj_object_cache.clear(),this.nj_motion_cache.clear()}load_geometry(t){let e=this.nj_object_cache.get(t.name);return e||(e=this.load_all_nj_objects(t),this.nj_object_cache.set(t.name,e)),e}load_all_nj_objects(t){const e=f(t,c.e.Viridia,0);return this.load_body_part_geometry(t.name,"Body").then(i=>{if(!i)throw new Error(`Couldn't load body for player class ${t.name}.`);return this.load_body_part_geometry(t.name,"Head",0).then(s=>{if(!s)return i;let n=1+e.body.length;return this.shift_texture_ids(s,n),this.add_to_bone(i,s,59),0===t.hair_style_count?i:this.load_body_part_geometry(t.name,"Hair",0).then(r=>r?(n+=e.head.length,this.shift_texture_ids(r,n),this.add_to_bone(s,r,0),t.hair_styles_with_accessory.has(0)?this.load_body_part_geometry(t.name,"Accessory",0).then(t=>(t&&(n+=e.hair.length,this.shift_texture_ids(t,n),this.add_to_bone(r,t,0)),i)):i):i)})})}load_body_part_geometry(t,e,i){return this.http_client.get(function(t,e,i){return`/player/${t}${e}${null==i?"":i}.nj`}(t,e,i)).array_buffer().then(t=>Object(u.d)(Object(s.c)(new n.a(t,r.a.Little)))[0])}shift_texture_ids(t,e){if(t.model)for(const i of t.model.meshes)null!=i.texture_id&&(i.texture_id+=e);for(const i of t.children)this.shift_texture_ids(i,e)}add_to_bone(t,e,i){const s=t.get_bone(i);s&&(s.evaluation_flags.hidden=!1,s.evaluation_flags.break_child_trace=!1,s.add_child(e))}load_textures(t,e,i){return d(this,void 0,void 0,(function*(){let s=this.xvr_texture_cache.get(t.name);s||(s=this.http_client.get(`/player/${t.name}Tex.afs`).array_buffer().then(t=>{const e=Object(h.a)(new n.a(t,r.a.Little)),i=[];if(e.success)for(const t of e.value){const e=Object(a.b)(new n.a(t,r.a.Little));e.success&&i.push(...e.value.textures)}return i}));const o=yield s,_=f(t,e,i);return[_.section_id,..._.body,..._.head,..._.hair,..._.accessories].map(t=>null==t?void 0:o[t])}))}load_animation(t,e){let i=this.nj_motion_cache.get(t);return i||(i=this.http_client.get(`/player/animation/animation_${t.toString().padStart(3,"0")}.njm`).array_buffer().then(t=>Object(o.c)(new n.a(t,r.a.Little),e))),i}}function f(t,e,i){switch(t){case _.g:{const t=3*i;return{section_id:e+126,body:[t,t+1,t+2,i+108],head:[54,55],hair:[94,95],accessories:[]}}case _.h:{const t=13*i;return{section_id:e+299,body:[t+13,t,t+1,t+2,t+3,277,i+281],head:[235,239],hair:[260,259],accessories:[]}}case _.f:{const t=5*i;return{section_id:e+275,body:[t,t+1,t+2,i+250],head:[t+3,t+4],hair:[],accessories:[]}}case _.e:{const t=5*i;return{section_id:e+375,body:[t,t+1,t+2],head:[t+3,t+4],hair:[],accessories:[]}}case _.k:{const t=7*i;return{section_id:e+197,body:[t+4,t+5,t+6,i+179],head:[126,127],hair:[166,167],accessories:[void 0,void 0,t+2]}}case _.l:{const t=16*i;return{section_id:e+322,body:[t+15,t+1,t],head:[288],hair:[308,309],accessories:[void 0,void 0,t+8]}}case _.j:{const t=5*i;return{section_id:e+300,body:[t,t+1,t+2,t+3,i+275],head:[t+4],hair:[],accessories:[]}}case _.i:{const t=5*i;return{section_id:e+375,body:[i+350,t,t+1,t+2],head:[t+3],hair:[t+4],accessories:[]}}case _.a:{const t=0===i?0:15*i+2;return{section_id:e+310,body:[t+12,t+13,t+14,t],head:[276,272],hair:[void 0,296,297],accessories:[t+4]}}case _.b:{const t=16*i;return{section_id:e+326,body:[t,t+2,t+1,322],head:[288],hair:[void 0,void 0,308],accessories:[t+3,t+4]}}case _.d:{const t=17*i;return{section_id:e+344,body:[t+4,340,t,t+5],head:[306,310],hair:[void 0,void 0,330],accessories:[t+6,t+16,330]}}case _.c:{const t=26*i;return{section_id:e+505,body:[t+1,t,t+2,501],head:[472,468],hair:[void 0,void 0,492],accessories:[t+12,t+13]}}default:throw new Error(`No textures for character class ${t.name}.`)}}},bcBH:function(t,e,i){"use strict";var s;i.d(e,"a",(function(){return s})),function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"}(s||(s={}))},yub1:function(t,e,i){"use strict";i.d(e,"a",(function(){return c})),i.d(e,"b",(function(){return u}));var s=i("9Ykw"),n=i("rwco"),r=i("BAAx"),o=i("5cb6");const _=n.a.get("core/data_formats/parsing/ninja/texture"),a=1213027928,h=1414682200;function c(t){const e=Object(s.b)(t,!0);return t.seek_start(0),e.success&&null!=e.value.find(t=>t.type===a||t.type===h)}function u(t){const e=Object(s.a)(t);if(!e.success)return e;const i=Object(r.b)(_);i.add_result(e);const n=e.value,c=n.find(t=>t.type===a),u=c&&function(t){return{texture_count:t.u16()}}(c.data),d=n.filter(t=>t.type===h).map(t=>(function(t){const e=t.u32(),i=t.u32(),s=t.u32(),n=t.u16(),r=t.u16(),o=t.u32();return t.seek(36),{id:s,format:[e,i],width:n,height:r,size:o,data:t.array_buffer(o)}})(t.data));return u||0!==d.length?(u&&u.texture_count!==d.length&&i.add_problem(o.b.Warning,"Corrupted XVM file.",`Found ${d.length} textures instead of ${u.texture_count} as defined in the header.`),i.success({textures:d})):(i.add_problem(o.b.Error,"Corrupted XVM file.","No header and no XVRT chunks found."),i.failure())}}}]); \ No newline at end of file diff --git a/13.f72a484ce85172f5cfee.js b/13.f72a484ce85172f5cfee.js deleted file mode 100644 index 0e1d458d..00000000 --- a/13.f72a484ce85172f5cfee.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[13],{QRTb:function(e,t,s){"use strict";s.r(t),s.d(t,"TextureController",(function(){return f}));var r=s("mKaR"),l=s("wtpc"),i=s("iPoI"),u=s("yub1"),n=s("NRxM"),o=s("bcBH"),a=s("/UnV"),c=s("rwco"),_=s("ouMO"),b=s("IMNf"),h=s("BAAx"),d=s("5cb6"),v=function(e,t,s,r){return new(s||(s=Promise))((function(l,i){function u(e){try{o(r.next(e))}catch(e){i(e)}}function n(e){try{o(r.throw(e))}catch(e){i(e)}}function o(e){var t;e.done?l(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(u,n)}o((r=r.apply(e,t||[])).next())}))};const m=c.a.get("viewer/controllers/TextureController");class f extends r.a{constructor(){super(...arguments),this._textures=Object(_.c)(),this._result_dialog_visible=Object(_.e)(!1),this._result=Object(_.e)(void 0),this._result_problems_message=Object(_.e)(""),this._result_error_message=Object(_.e)(""),this.textures=this._textures,this.result_dialog_visible=this._result_dialog_visible,this.result=this._result,this.result_problems_message=this._result_problems_message,this.result_error_message=this._result_error_message,this.load_file=e=>v(this,void 0,void 0,(function*(){this._result_problems_message.val=`Encountered some problems while opening "${e.name}".`,this._result_error_message.val=`Couldn't open "${e.name}".`;try{const t=Object(l.g)(e.name).toLowerCase(),s=yield Object(i.b)(e),r=new n.a(s,o.a.Little);if("xvm"===t){const e=Object(u.b)(r);this.set_result(e),e.success&&(this._textures.val=e.value.textures)}else if("afs"===t){const e=Object(h.b)(m),t=Object(a.a)(r);if(e.add_result(t),t.success){const s=t.value.flatMap(t=>{var s,r,l,i;const a=new n.a(t,o.a.Little);if(Object(u.a)(a)){const t=Object(u.b)(a);return e.add_result(t),null!=(r=null===(s=t.value)||void 0===s?void 0:s.textures)?r:[]}{const t=Object(u.b)(Object(b.a)(a.seek_start(0)));return e.add_result(t),null!=(i=null===(l=t.value)||void 0===l?void 0:l.textures)?i:[]}});s.length?this.set_result(e.success(s)):this.set_result(e.failure()),this._textures.val=s}else this.set_result(e.failure())}else m.debug(`Unsupported file extension in filename "${e.name}".`),this.set_result(Object(h.a)([{severity:d.b.Error,ui_message:"Unsupported file type."}]))}catch(e){m.error("Couldn't read file.",e),this.set_result(Object(h.a)())}})),this.dismiss_result_dialog=()=>{this._result_dialog_visible.val=!1}}set_result(e){this._result.val=e,e.problems.length&&(this._result_dialog_visible.val=!0)}}}}]); \ No newline at end of file diff --git a/14.f6d92702cf0d489bc7af.js b/14.f6d92702cf0d489bc7af.js new file mode 100644 index 00000000..a7e008e4 --- /dev/null +++ b/14.f6d92702cf0d489bc7af.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{"+n1W":function(e,t,s){"use strict";s.r(t),s.d(t,"TextureView",(function(){return a}));var i=s("FXpb"),n=s("6cU9"),o=s("w6HN"),r=s("KUR2"),l=s("zsIO"),c=s("68q7");class a extends l.a{constructor(e,t){super(),this.element=Object(i.h)({className:"viewer_TextureView"}),this.open_file_button=new n.a({icon_left:i.a.File,text:"Open file...",accept:".afs, .xvm"}),this.tool_bar=this.add(new o.a(this.open_file_button)),this.renderer_view=this.add(new r.a(t)),this.element.append(this.tool_bar.element,this.renderer_view.element);const s=this.disposable(new c.a({visible:e.result_dialog_visible,result:e.result,problems_message:e.result_problems_message,error_message:e.result_error_message}));this.disposables(this.open_file_button.files.observe(({value:t})=>{t.length&&e.load_file(t[0])}),s.ondismiss.observe(e.dismiss_result_dialog)),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}}},"68q7":function(e,t,s){"use strict";s.d(t,"a",(function(){return c}));var i=s("iUMt"),n=s("KVVN"),o=s("jJhE"),r=s("FXpb"),l=s("ouMO");class c extends i.a{constructor(e){const t=new n.a({text:"Dismiss"});super(Object.assign({footer:[t.element]},e));const s=Object(o.a)(e.result)?e.result:Object(l.e)(e.result);this.problems_message=Object(o.a)(e.problems_message)?e.problems_message:Object(l.e)(e.problems_message),this.error_message=Object(o.a)(e.error_message)?e.error_message:Object(l.e)(e.error_message),this.disposables(t,t.onclick.observe(e=>this._ondismiss.emit(e)),s.observe(({value:e})=>this.result_changed(e),{call_now:!0})),this.finalize_construction()}result_changed(e){e?(this.content.val=function(e){const t=Object(r.h)();t.style.overflow="auto",t.style.userSelect="text",t.style.height="100%",t.style.maxHeight="400px";const s=Object(r.B)(...e.problems.map(e=>Object(r.o)(e.ui_message)));return s.style.cursor="text",t.append(s),t}(e),e.success?e.problems.length&&(this.title.val="Problems",this.description.val=this.problems_message.val):(this.title.val="Error",this.description.val=this.error_message.val)):this.content.val=""}}},"6cU9":function(e,t,s){"use strict";s.d(t,"a",(function(){return l}));var i=s("ouMO"),n=s("KVVN"),o=s("iPoI"),r=function(e,t,s,i){return new(s||(s=Promise))((function(n,o){function r(e){try{c(i.next(e))}catch(e){o(e)}}function l(e){try{c(i.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(r,l)}c((i=i.apply(e,t||[])).next())}))};class l extends n.a{constructor(e){super(e),this._files=Object(i.e)([]),this.files=this._files,this.element.classList.add("core_FileButton"),this.disposables(this.onclick.observe(()=>r(this,void 0,void 0,(function*(){this._files.val=yield Object(o.a)(e)})))),this.finalize_construction()}}},KUR2:function(e,t,s){"use strict";s.d(t,"a",(function(){return o}));var i=s("nN8q"),n=s("FXpb");class o extends i.a{constructor(e){super(),this.renderer=e,this.element=Object(n.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}}},iPoI:function(e,t,s){"use strict";s.d(t,"a",(function(){return n})),s.d(t,"b",(function(){return o}));var i=s("FXpb");function n(e){return new Promise(t=>{var s,n,o,r;const l=Object(i.m)({type:"file"});l.accept=null!=(n=null===(s=e)||void 0===s?void 0:s.accept)?n:"",l.multiple=null!=(r=null===(o=e)||void 0===o?void 0:o.multiple)&&r,l.onchange=()=>{l.files&&l.files.length?t([...l.files]):t([])},l.click()})}function o(e){return new Promise((t,s)=>{const i=new FileReader;i.addEventListener("loadend",()=>{i.result instanceof ArrayBuffer?t(i.result):s(new Error("Couldn't read file."))}),i.readAsArrayBuffer(e)})}},iUMt:function(e,t,s){"use strict";s.d(t,"a",(function(){return h}));var i=s("nN8q"),n=s("FXpb"),o=(s("pxmB"),s("jJhE")),r=s("4VsB"),l=s("ouMO");const c=500,a=500;class h extends i.a{constructor(e){var t,s;super(e),this.x=0,this.y=0,this.prev_mouse_x=0,this.prev_mouse_y=0,this._title=new r.a(this,"",this.set_title),this._description=new r.a(this,"",this.set_description),this._content=new r.a(this,"",this.set_content),this._ondismiss=Object(l.a)(),this.children=[],this.title=this._title,this.description=this._description,this.content=this._content,this.ondismiss=this._ondismiss,this.mousedown=e=>{this.prev_mouse_x=e.clientX,this.prev_mouse_y=e.clientY,window.addEventListener("mousemove",this.window_mousemove),window.addEventListener("mouseup",this.window_mouseup)},this.window_mousemove=e=>{e.preventDefault(),this.set_position(this.x+e.clientX-this.prev_mouse_x,this.y+e.clientY-this.prev_mouse_y),this.prev_mouse_x=e.clientX,this.prev_mouse_y=e.clientY},this.window_mouseup=e=>{e.preventDefault(),window.removeEventListener("mousemove",this.window_mousemove),window.removeEventListener("mouseup",this.window_mouseup)},this.element=Object(n.q)({className:"core_Dialog",tabIndex:0},this.header_element=Object(n.i)(),this.description_element=Object(n.h)({className:"core_Dialog_description"}),this.content_element=Object(n.h)({className:"core_Dialog_body"}),Object(n.h)({className:"core_Dialog_footer"},...(s=null===(t=e)||void 0===t?void 0:t.footer,null!=s?s:[]))),this.element.style.width=`${c}px`,this.element.style.maxHeight=`${a}px`,this.element.addEventListener("keydown",e=>this.keydown(e)),e&&("string"==typeof e.title?this.title.val=e.title:e.title&&this.title.bind_to(e.title),"string"==typeof e.description?this.description.val=e.description:e.description&&this.description.bind_to(e.description),Object(o.a)(e.content)?this.content.bind_to(e.content):null!=e.content&&(this.content.val=e.content)),this.set_position((window.innerWidth-c)/2,(window.innerHeight-a)/2),this.header_element.addEventListener("mousedown",this.mousedown),this.overlay_element=Object(n.h)({className:"core_Dialog_modal_overlay",tabIndex:-1}),this.overlay_element.addEventListener("focus",()=>this.focus()),this.finalize_construction()}dispose(){super.dispose(),this.overlay_element.remove()}focus(){(this.first_focusable_child(this.element)||this.element).focus()}first_focusable_child(e){for(const t of e.children)if(t instanceof HTMLElement){if(t.tabIndex>=0)return t;{const e=this.first_focusable_child(t);if(e)return e}}}set_position(e,t){this.x=e,this.y=t,this.element.style.transform=`translate(${Math.floor(e)}px, ${Math.floor(t)}px)`}set_visible(e){e?(document.body.append(this.overlay_element),document.body.append(this.element),this.focus()):(this.overlay_element.remove(),this.element.remove())}set_title(e){this.header_element.textContent=e}set_description(e){""===e?(this.description_element.hidden=!0,this.description_element.textContent=""):(this.description_element.hidden=!1,this.description_element.textContent=e)}set_content(e){this.content_element.textContent="",this.content_element.append(e)}keydown(e){"Escape"===e.key&&this._ondismiss.emit({value:e})}}},w6HN:function(e,t,s){"use strict";s.d(t,"a",(function(){return r}));var i=s("TRid"),n=(s("IQIM"),s("sDu+")),o=s("FXpb");class r extends i.a{constructor(e,...t){super(e instanceof i.a?void 0:e),this.element=Object(o.h)({className:"core_ToolBar"}),this.height=33,this.element.style.height=`${this.height}px`,this.children=e instanceof i.a?[e,...t]:t;for(const e of this.children)if(this.disposable(e),e instanceof n.a&&e.label){const t=Object(o.h)({className:"core_ToolBar_group"});"left"===e.preferred_label_position||"top"===e.preferred_label_position?t.append(e.label.element,e.element):t.append(e.element,e.label.element),this.element.append(t)}else this.element.append(e.element);this.finalize_construction()}set_enabled(e){super.set_enabled(e);for(const t of this.children)t.enabled.val=e}}}}]); \ No newline at end of file diff --git a/15.93bade89986b73950565.js b/15.93bade89986b73950565.js deleted file mode 100644 index ffd5dfa0..00000000 --- a/15.93bade89986b73950565.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{ZV42:function(e,t,o){"use strict";o.r(t),o.d(t,"CharacterClassAssetLoader",(function(){return l}));var s=o("kwt4"),a=o("NRxM"),n=o("bcBH"),i=o("VwSi"),c=o("9fJw"),r=o("yub1"),d=o("/UnV"),h=o("nsCy"),_=o("BAAx"),u=function(e,t,o,s){return new(o||(o=Promise))((function(a,n){function i(e){try{r(s.next(e))}catch(e){n(e)}}function c(e){try{r(s.throw(e))}catch(e){n(e)}}function r(e){var t;e.done?a(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(i,c)}r((s=s.apply(e,t||[])).next())}))};class l{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=b(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(_.d)(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 u(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=[];if(t.success)for(const e of t.value){const t=Object(r.b)(new a.a(e,n.a.Little));t.success&&o.push(...t.value.textures)}return o}));const i=yield s,c=b(e,t,o);return[c.section_id,...c.body,...c.head,...c.hair,...c.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 b(e,t,o){switch(e){case c.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 c.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 c.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 c.e:{const e=5*o;return{section_id:t+375,body:[e,e+1,e+2],head:[e+3,e+4],hair:[],accessories:[]}}case c.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 c.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 c.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 c.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 c.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 c.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 c.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 c.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}.`)}}}}]); \ No newline at end of file diff --git a/15.e39de63f32803fce51fc.js b/15.e39de63f32803fce51fc.js new file mode 100644 index 00000000..eeaa7536 --- /dev/null +++ b/15.e39de63f32803fce51fc.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{"469Q":function(t,e,r){"use strict";r.r(e),r.d(e,"TextureRenderer",(function(){return u}));var s=r("Tpfs"),n=r("rwco"),a=r("y3fX"),i=r("ZKO6"),o=r("iR5r"),h=r("tDPm"),d=r("e6d5");const c=n.a.get("viewer/rendering/TextureRenderer");class u{constructor(t,e){this.renderer=e,this.disposer=new s.a,this.canvas_element=e.canvas_element,this.disposer.add_all(t.textures.observe(({value:t})=>{e.destroy_scene(),e.camera.reset(),this.create_quads(t),e.schedule_render()}))}dispose(){this.renderer.dispose(),this.disposer.dispose()}start_rendering(){this.renderer.start_rendering()}stop_rendering(){this.renderer.stop_rendering()}set_size(t,e){this.renderer.set_size(t,e)}create_quads(t){let e=10*(t.length-1),r=0;for(const s of t)e+=s.width,r=Math.max(r,s.height);let s=-Math.floor(e/2);const n=-Math.floor(r/2);for(const e of t){try{const t=this.create_quad(e);t.upload(this.renderer.gfx),this.renderer.scene.root_node.add_child(new d.b(t,h.a.translation(s,n+(r-e.height)/2,0)))}catch(t){c.error("Couldn't create quad for texture.",t)}s+=10+e.width}}create_quad(t){return i.a.builder(a.d.PosTex).vertex(new h.c(0,0,0),new h.b(0,1)).vertex(new h.c(t.width,0,0),new h.b(1,1)).vertex(new h.c(t.width,t.height,0),new h.b(1,0)).vertex(new h.c(0,t.height,0),new h.b(0,0)).triangle(0,1,2).triangle(2,3,0).texture(Object(o.b)(this.renderer.gfx,t)).build()}}},"7/+l":function(t,e,r){"use strict";var s;r.d(e,"b",(function(){return s})),r.d(e,"a",(function(){return n})),function(t){t[t.RGBA_S3TC_DXT1=0]="RGBA_S3TC_DXT1",t[t.RGBA_S3TC_DXT3=1]="RGBA_S3TC_DXT3"}(s||(s={}));class n{constructor(t,e,r,s,n){this.gfx=t,this.format=e,this.width=r,this.height=s,this.data=n}upload(){null==this.gfx_texture&&(this.gfx_texture=this.gfx.create_texture(this.format,this.width,this.height,this.data))}destroy(){this.gfx.destroy_texture(this.gfx_texture)}}},ZKO6:function(t,e,r){"use strict";var s=r("y3fX");class n{constructor(t){this.format=t,this.vertex_data=[],this.index_data=[]}get vertex_count(){return this.vertex_data.length}triangle(t,e,r){return this.index_data.push(t,e,r),this}build(){const t=Object(s.f)(this.format),e=Object(s.e)(this.format),r=Object(s.g)(this.format),n=new ArrayBuffer(this.vertex_data.length*t),a=new DataView(n);let i=0;for(const{pos:s,normal:n,tex:o}of this.vertex_data)a.setFloat32(i,s.x,!0),a.setFloat32(i+4,s.y,!0),a.setFloat32(i+8,s.z,!0),-1!==e&&(a.setFloat32(i+e,n.x,!0),a.setFloat32(i+e+4,n.y,!0),a.setFloat32(i+e+8,n.z,!0)),-1!==r&&(a.setUint16(i+r,65535*o.x,!0),a.setUint16(i+r+2,65535*o.y,!0)),i+=t;const o=new Uint16Array(2*Math.ceil(this.index_data.length/2));return o.set(this.index_data),new h(this.format,n,o,this.index_data.length,this._texture)}}class a extends n{constructor(){super(s.d.PosNorm)}vertex(t,e){return this.vertex_data.push({pos:t,normal:e}),this}}class i extends n{constructor(){super(s.d.PosTex)}vertex(t,e){return this.vertex_data.push({pos:t,tex:e}),this}texture(t){return this._texture=t,this}}class o extends n{constructor(){super(s.d.PosNormTex)}vertex(t,e,r){return this.vertex_data.push({pos:t,normal:e,tex:r}),this}texture(t){return this._texture=t,this}}r.d(e,"a",(function(){return h}));class h{constructor(t,e,r,s,n){this.format=t,this.vertex_data=e,this.index_data=r,this.index_count=s,this.texture=n}static builder(t){switch(t){case s.d.PosNorm:return new a;case s.d.PosTex:return new i;case s.d.PosNormTex:return new o}}upload(t){var e;null===(e=this.texture)||void 0===e||e.upload(),null==this.gfx_mesh&&(this.gfx_mesh=t.create_gfx_mesh(this.format,this.vertex_data,this.index_data,this.texture))}destroy(t){t.destroy_gfx_mesh(this.gfx_mesh)}}},e6d5:function(t,e,r){"use strict";r.d(e,"a",(function(){return n})),r.d(e,"b",(function(){return a}));var s=r("tDPm");class n{constructor(){this.root_node=new a(void 0,s.a.identity())}traverse(t,e){this.traverse_node(this.root_node,t,e)}traverse_node(t,e,r){const s=e(t,r);for(const r of t.children)this.traverse_node(r,e,s)}}class a{constructor(t,e,...r){this.mesh=t,this.transform=e,this._children=r}get children(){return this._children}add_child(t){this._children.push(t)}clear_children(){this._children.splice(0)}}},iR5r:function(t,e,r){"use strict";r.d(e,"b",(function(){return a})),r.d(e,"a",(function(){return i})),r.d(e,"c",(function(){return o}));var s=r("Womt"),n=r("7/+l");function a(t,e){let r,s;switch(e.format[1]){case 6:r=n.b.RGBA_S3TC_DXT1,s=e.width*e.height/2;break;case 7:r=n.b.RGBA_S3TC_DXT3,s=e.width*e.height;break;default:throw new Error(`Format ${e.format.join(", ")} not supported.`)}return new n.a(t,r,e.width,e.height,e.data.slice(0,s))}function i(t){return t.textures.map(o)}function o(t){let e,r;switch(t.format[1]){case 6:e=s.RGBA_S3TC_DXT1_Format,r=t.width*t.height/2;break;case 7:e=s.RGBA_S3TC_DXT3_Format,r=t.width*t.height;break;default:throw new Error(`Format ${t.format.join(", ")} not supported.`)}const n=new s.CompressedTexture([{data:new Uint8Array(t.data,0,r),width:t.width,height:t.height}],t.width,t.height,e);return n.minFilter=s.LinearFilter,n.wrapS=s.MirroredRepeatWrapping,n.wrapT=s.MirroredRepeatWrapping,n.needsUpdate=!0,n}},tDPm:function(t,e,r){"use strict";r.d(e,"b",(function(){return n})),r.d(e,"e",(function(){return a})),r.d(e,"c",(function(){return i})),r.d(e,"a",(function(){return h})),r.d(e,"d",(function(){return d}));var s=r("wtpc");class n{constructor(t,e){this.x=t,this.y=e}get u(){return this.x}get v(){return this.y}}function a(t,e){return new n(t.x-e.x,t.y-e.y)}class i{constructor(t,e,r){this.x=t,this.y=e,this.z=r}}class o{constructor(t){this.data=t,Object(s.d)(9===t.length,"data should be of length 9.")}static of(t,e,r,s,n,a,i,h,d){return new o(new Float32Array([t,s,i,e,n,h,r,a,d]))}static identity(){return o.of(1,0,0,0,1,0,0,0,1)}get(t,e){return this.data[t+3*e]}set(t,e,r){this.data[t+3*e]=r}clone(){return new o(new Float32Array(this.data))}transpose(){let t;const e=this.data;t=e[1],e[1]=e[3],e[3]=t,t=e[2],e[2]=e[6],e[6]=t,t=e[5],e[5]=e[7],e[7]=t}inverse(){const t=this.clone();return t.invert(),t}invert(){const t=this.data[0],e=this.data[1],r=this.data[2],s=this.data[3],n=this.data[4],a=this.data[5],i=this.data[6],o=this.data[7],h=this.data[8],d=h*n-a*o,c=a*i-h*s,u=o*s-n*i,f=t*d+e*c+r*u;if(0===f)return this.data[0]=1,this.data[1]=0,this.data[2]=0,this.data[3]=0,this.data[4]=1,this.data[5]=0,this.data[6]=0,this.data[7]=0,void(this.data[8]=1);const l=1/f;this.data[0]=d*l,this.data[1]=(r*o-h*e)*l,this.data[2]=(a*e-r*n)*l,this.data[3]=c*l,this.data[4]=(h*t-r*i)*l,this.data[5]=(r*s-a*t)*l,this.data[6]=u*l,this.data[7]=(e*i-o*t)*l,this.data[8]=(n*t-e*s)*l}}class h{constructor(t){this.data=t,Object(s.d)(16===t.length,"data should be of length 16.")}static of(t,e,r,s,n,a,i,o,d,c,u,f,l,x,_,w){return new h(new Float32Array([t,n,d,l,e,a,c,x,r,i,u,_,s,o,f,w]))}static identity(){return h.of(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}static translation(t,e,r){return h.of(1,0,0,t,0,1,0,e,0,0,1,r,0,0,0,1)}static scale(t,e,r){return h.of(t,0,0,1,0,e,0,1,0,0,r,1,0,0,0,1)}static compose(t,e,r){const s=e.w,n=e.x,a=e.y,i=e.z,o=n+n,d=a+a,c=i+i,u=n*o,f=n*d,l=n*c,x=a*d,_=a*c,w=i*c,g=s*o,m=s*d,p=s*c,v=r.x,T=r.y,b=r.z;return h.of((1-(x+w))*v,(f-p)*T,(l+m)*b,t.x,(f+p)*v,(1-(u+w))*T,(_-g)*b,t.y,(l-m)*v,(_+g)*T,(1-(u+x))*b,t.z,0,0,0,1)}get(t,e){return this.data[t+4*e]}set(t,e,r){this.data[t+4*e]=r}clone(){return new h(new Float32Array(this.data))}normal_mat3(){const t=o.of(this.data[0],this.data[4],this.data[8],this.data[1],this.data[5],this.data[9],this.data[2],this.data[6],this.data[10]);return t.invert(),t.transpose(),t}}function d(t,e){const r=new h(new Float32Array(16));return c(r.data,t,e),r}function c(t,e,r){for(let s=0;s<4;s++)for(let n=0;n<4;n++)for(let a=0;a<4;a++)t[s+4*n]+=e.data[s+4*a]*r.data[a+4*n]}},y3fX:function(t,e,r){"use strict";var s;r.d(e,"d",(function(){return s})),r.d(e,"b",(function(){return n})),r.d(e,"a",(function(){return a})),r.d(e,"c",(function(){return i})),r.d(e,"f",(function(){return o})),r.d(e,"e",(function(){return h})),r.d(e,"g",(function(){return d})),function(t){t[t.PosNorm=0]="PosNorm",t[t.PosTex=1]="PosTex",t[t.PosNormTex=2]="PosNormTex"}(s||(s={}));const n=0,a=1,i=2;function o(t){switch(t){case s.PosNorm:return 24;case s.PosTex:return 16;case s.PosNormTex:return 28}}function h(t){switch(t){case s.PosTex:return-1;case s.PosNorm:case s.PosNormTex:return 12}}function d(t){switch(t){case s.PosNorm:return-1;case s.PosTex:return 12;case s.PosNormTex:return 24}}}}]); \ No newline at end of file diff --git a/16.c908af11ac21ba3ddde2.js b/16.c908af11ac21ba3ddde2.js new file mode 100644 index 00000000..a4b7278c --- /dev/null +++ b/16.c908af11ac21ba3ddde2.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{"0Xme":function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var s=i("sDu+"),n=i("jJhE"),o=(i("x1yY"),i("4VsB")),l=i("FXpb");class r extends s.a{constructor(e,t,i,s,n){super(n),this.element=Object(l.s)({className:`${t} core_Input`}),this._value=new o.a(this,e,this.set_value),this.value=this._value,this.input_element=Object(l.m)({className:`${s} core_Input_inner`}),this.input_element.type=i,this.input_element.addEventListener("change",()=>{this._value.set_val(this.get_value(),{silent:!1})}),this.input_element.addEventListener("keydown",e=>{"Enter"===e.key&&this._value.set_val(this.get_value(),{silent:!1})}),n&&n.readonly&&this.set_attr("readOnly",!0),this.element.append(this.input_element)}set_enabled(e){super.set_enabled(e),this.input_element.disabled=!e}set_attr(e,t,i){if(null==t)return;const s=this.input_element,o=i||(e=>e);Object(n.a)(t)?(s[e]=o(t.val),this.disposable(t.observe(({value:t})=>s[e]=o(t)))):s[e]=o(t)}}},FNQV:function(e,t,i){"use strict";i.r(t);var s=i("FXpb"),n=(i("XfQH"),i("KVVN")),o=i("Tpfs"),l=i("PE7g"),r=i("sDu+"),a=(i("rlVZ"),i("x1yY"),i("LSoc")),c=i("4VsB");class u extends r.a{constructor(e){super(e),this.element=Object(s.s)({className:"core_ComboBox core_Input"}),this.preferred_label_position="left",this.input_element=Object(s.m)(),this.to_label=e.to_label,this._selected=new c.a(this,void 0,this.set_selected),this.selected=this._selected,this.menu=this.disposable(new a.a({items:e.items,to_label:e.to_label,related_element:this.element})),this.menu.element.onmousedown=e=>e.preventDefault(),this.input_element.placeholder=e.placeholder_text||"",this.input_element.onmousedown=()=>{this.menu.visible.set_val(!0,{silent:!1})},this.input_element.onkeydown=e=>{switch(e.key){case"ArrowDown":e.preventDefault(),this.menu.hover_next();break;case"ArrowUp":e.preventDefault(),this.menu.hover_prev();break;case"Enter":this.menu.select_hovered()}};const t=e.filter;if(t){let e="";this.input_element.onkeyup=()=>{this.input_element.value!==e&&(e=this.input_element.value,t(e),(this.menu.visible.val||e)&&this.menu.hover_next())}}this.input_element.onblur=()=>{this.menu.visible.set_val(!1,{silent:!1})};const i=Object(s.k)(s.a.TriangleDown),n=Object(s.k)(s.a.TriangleUp),o=Object(s.s)({className:"core_ComboBox_button"},i,n);o.onmousedown=e=>{e.preventDefault(),this.menu.visible.set_val(!this.menu.visible.val,{silent:!1})},this.element.append(Object(s.s)({className:"core_ComboBox_inner core_Input_inner"},this.input_element,o),this.menu.element),this.disposables(this.menu.visible.observe(({value:e})=>{e&&this.menu.hover_next()}),this.menu.selected.observe(({value:e})=>{this.selected.set_val(e,{silent:!1}),this.input_element.focus()}),Object(s.c)(n,"hidden",this.menu.visible.map(e=>!e)),Object(s.c)(i,"hidden",this.menu.visible)),this.finalize_construction()}set_selected(e){this.input_element.value=e?this.to_label(e):"",this.menu.selected.val=e}}var h=i("ouMO"),d=i("rwco"),_=i("6Fug"),m=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function l(e){try{a(s.next(e))}catch(e){o(e)}}function r(e){try{a(s.throw(e))}catch(e){o(e)}}function a(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(l,r)}a((s=s.apply(e,t||[])).next())}))};const p=d.a.get("hunt_optimizer/gui/WantedItemsView");class b extends _.a{constructor(e){super(),this.hunt_optimizer_stores=e,this.tbody_element=Object(s.u)(),this.store_disposer=this.disposable(new o.a),this.element=Object(s.h)({className:"hunt_optimizer_WantedItemsView"}),this.create_row=e=>{const t=new o.a,i=t.add(new l.a(e.amount.val,{min:0,step:1}));t.add_all(i.value.bind_to(e.amount),i.value.observe(({value:t})=>e.set_amount(t)));const r=t.add(new n.a({icon_left:s.a.Remove}));return t.add(r.onclick.observe(()=>m(this,void 0,void 0,(function*(){return(yield this.hunt_optimizer_stores.current.val).remove_wanted_item(e)})))),[Object(s.A)(Object(s.v)(i.element),Object(s.v)(e.item_type.name),Object(s.v)(r.element)),t]};const t=Object(h.c)(),i=Object(h.c)(),r=this.add(new u({items:i,to_label:e=>e.name,placeholder_text:"Add an item",filter(e){const s=e.toLowerCase();i.val=t.val.filter(e=>e.name.toLowerCase().includes(s))}}));this.element.append(Object(s.j)("Wanted Items"),r.element,Object(s.h)({className:"hunt_optimizer_WantedItemsView_table_wrapper"},Object(s.t)(this.tbody_element))),this.disposables(e.current.observe(({value:e})=>m(this,void 0,void 0,(function*(){try{const n=yield e;this.store_disposer.dispose_all(),this.store_disposer.add_all(Object(s.d)(this.tbody_element,n.wanted_items,this.create_row),r.selected.observe(({value:e})=>{e&&(n.add_wanted_item(e),r.selected.val=void 0)})),t.val=n.huntable_item_types.slice().sort((e,t)=>e.name.localeCompare(t.name)),i.val=t.val}catch(e){p.error("Couldn't load hunt optimizer store.",e)}})),{call_now:!0})),this.finalize_construction()}}i("l8iQ");var f=i("yar8"),v=i("nsCy"),w=i("xs7i"),x=(i("a0xr"),i("ExVU")),y=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function l(e){try{a(s.next(e))}catch(e){o(e)}}function r(e){try{a(s.throw(e))}catch(e){o(e)}}function a(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(l,r)}a((s=s.apply(e,t||[])).next())}))};const O=d.a.get("hunt_optimizer/gui/OptimizationResultView");class g extends _.a{constructor(e){super(),this.element=Object(s.h)({className:"hunt_optimizer_OptimizationResultView"},Object(s.j)("Ideal Combination of Methods")),this.disposable(e.current.observe(({value:e})=>y(this,void 0,void 0,(function*(){try{const t=yield e;if(this.disposed)return;this.results_observer&&this.remove_disposable(this.results_observer),this.results_observer=this.disposable(t.result.observe(({value:e})=>this.update_table(e),{call_now:!0}))}catch(e){O.error("Couldn't load hunt optimizer store.",e)}})),{call_now:!0})),this.finalize_construction()}update_table(e){this.table&&this.remove(this.table);let t=0,i=x.Duration.fromMillis(0);if(e)for(const s of e.optimal_methods)t+=s.runs,i=i.plus(s.total_time);const n=[{title:"Difficulty",fixed:!0,width:80,render_cell:e=>v.b[e.difficulty],footer:{render_cell:()=>"Totals:"}},{title:"Method",fixed:!0,width:250,render_cell:e=>e.method_name},{title:"Ep.",fixed:!0,width:40,render_cell:e=>w.b[e.method_episode]},{title:"Section ID",fixed:!0,width:90,render_cell(e){const t=Object(s.s)(...e.section_ids.map(e=>Object(s.r)(e,{size:17})));return t.style.display="flex",t}},{title:"Time/Run",width:90,text_align:"center",render_cell:e=>e.method_time.toFormat("hh:mm")},{title:"Runs",width:60,text_align:"right",render_cell:e=>e.runs.toFixed(1),tooltip:e=>e.runs.toString(),footer:{render_cell:()=>t.toFixed(1),tooltip:()=>t.toString()}},{title:"Total Hours",width:60,text_align:"right",render_cell:e=>e.total_time.as("hours").toFixed(1),tooltip:e=>e.total_time.as("hours").toString(),footer:{render_cell:()=>i.as("hours").toFixed(1),tooltip:()=>i.as("hours").toString()}}];if(e)for(const t of e.wanted_items){let i=0;for(const s of e.optimal_methods)i+=s.item_counts.get(t)||0;n.push({title:t.name,width:80,text_align:"right",render_cell(e){const i=e.item_counts.get(t);return i?i.toFixed(2):""},tooltip(e){const i=e.item_counts.get(t);return i?i.toString():""},footer:{render_cell:()=>i.toFixed(2),tooltip:()=>i.toString()}})}this.table=this.add(new f.b({class:"hunt_optimizer_OptimizationResultView_table",values:e?Object(h.c)(void 0,...e.optimal_methods):Object(h.c)(),columns:n})),this.element.append(this.table.element)}}var j=i("zsIO");i.d(t,"OptimizerView",(function(){return z}));class z extends j.a{constructor(e){super(),this.element=Object(s.h)({className:"hunt_optimizer_OptimizerView"}),this.element.append(this.add(new b(e)).element,this.add(new g(e)).element),this.finalize_construction()}}},PE7g:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("0Xme");i("rY5A");class n extends s.a{constructor(e=0,t){if(super(e,"core_NumberInput","number","core_NumberInput_inner",t),this.preferred_label_position="left",t){const{min:e,max:i,step:s,width:n}=t;this.set_attr("min",e,String),this.set_attr("max",i,String),this.input_element.step="any",this.set_attr("step",s,String),null!=n&&(this.element.style.width=`${n}px`)}t&&null!=t.round_to&&t.round_to>=0?this.rounding_factor=Math.pow(10,t.round_to):this.rounding_factor=1,this.set_value(e),this.finalize_construction()}get_value(){return parseFloat(this.input_element.value)}set_value(e){this.input_element.valueAsNumber=Math.round(this.rounding_factor*e)/this.rounding_factor}}},yar8:function(e,t,i){"use strict";i.d(t,"a",(function(){return r})),i.d(t,"b",(function(){return a}));var s=i("TRid"),n=i("FXpb"),o=i("Tpfs");i("/KYB");const l=i("rwco").a.get("core/gui/Table");var r;!function(e){e[e.Asc=0]="Asc",e[e.Desc=1]="Desc"}(r||(r={}));class a extends s.a{constructor(e){super(e),this.tbody_element=Object(n.u)(),this.element=Object(n.t)({className:"core_Table"}),this.children=[],this.create_row=(e,t)=>{const i=new o.a;let s=0;return[Object(n.A)(...this.columns.map((o,r)=>{const a=o.fixed?Object(n.y)():Object(n.v)();try{const t=o.render_cell(e,i);a.append(t),o.input&&a.classList.add("input"),o.fixed&&(a.classList.add("fixed"),a.style.left=`${s}px`,s+=o.width||0),a.style.width=`${o.width}px`,o.text_align&&(a.style.textAlign=o.text_align),o.tooltip&&(a.title=o.tooltip(e))}catch(e){l.warn(`Error while rendering cell for index ${t}, column ${r}.`,e)}return a})),i]},this.update_footer=()=>{if(!this.footer_row_element)return;const e=this.columns.length;for(let t=0;t{const i=Object(n.y)({data:{index:t.toString()}},Object(n.s)(e.title));return e.fixed&&(i.style.position="sticky",i.style.left=`${a}px`,a+=e.width),i.style.width=`${e.width}px`,e.footer&&(c=!0),i}));const u=e.sort;u&&(s.onmousedown=e=>{if(e.target instanceof HTMLElement){let i=e.target;for(let e=0;e<5&&!i.dataset.index;e++){if(!i.parentElement)return;i=i.parentElement}if(!i.dataset.index)return;const s=parseInt(i.dataset.index,10),n=this.columns[s];if(!n.sortable)return;const o=t.findIndex(e=>e.column===n);if(0===o){const e=t[0];e.direction=e.direction===r.Asc?r.Desc:r.Asc}else-1!==o&&t.splice(o,1),t.unshift({column:n,direction:r.Asc});u(t)}}),i.append(s),this.tbody_element=Object(n.u)(),this.element.append(i,this.tbody_element),c&&(this.footer_row_element=Object(n.A)(),this.element.append(Object(n.x)({},this.footer_row_element)),this.create_footer()),this.disposables(Object(n.d)(this.tbody_element,this.values,this.create_row),this.values.observe(this.update_footer)),this.finalize_construction()}create_footer(){const e=[];let t=0;for(let i=0;i{this._value.set_val(this.get_value(),{silent:!1})}),this.input_element.addEventListener("keydown",e=>{"Enter"===e.key&&this._value.set_val(this.get_value(),{silent:!1})}),i&&i.readonly&&this.set_attr("readOnly",!0),this.element.append(this.input_element)}set_enabled(e){super.set_enabled(e),this.input_element.disabled=!e}set_attr(e,t,n){if(null==t)return;const s=this.input_element,o=n||(e=>e);Object(i.a)(t)?(s[e]=o(t.val),this.disposable(t.observe(({value:t})=>s[e]=o(t)))):s[e]=o(t)}}},GN66:function(e,t,n){"use strict";n.r(t);var s=n("HjM1"),i=n("xs7i"),o=n("sZ1+"),r=(n("Czz9"),n("0Xme")),l=n("ExVU");n("vlF3");class c extends r.a{constructor(e=l.Duration.fromMillis(0),t){super(e,"core_DurationInput","text","core_DurationInput_inner",t),this.preferred_label_position="left",this.input_element.pattern="(60|[0-5][0-9]):(60|[0-5][0-9])",this.set_value(e),this.finalize_construction()}get_value(){const e=this.input_element.value;if(this.input_element.validity.valid)return l.Duration.fromObject({hours:parseInt(e.slice(0,2),10),minutes:parseInt(e.slice(3),10)});{const t=e.indexOf(":");return-1===t?l.Duration.fromObject({minutes:parseInt(e,10)}):l.Duration.fromObject({hours:parseInt(e.slice(0,t),10),minutes:parseInt(e.slice(t+1),10)})}}set_value(e){this.input_element.value=e.toFormat("hh:mm")}}var a=n("yar8"),u=n("ouMO"),d=n("rwco"),h=n("FXpb"),p=n("zsIO"),_=function(e,t,n,s){return new(n||(n=Promise))((function(i,o){function r(e){try{c(s.next(e))}catch(e){o(e)}}function l(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(r,l)}c((s=s.apply(e,t||[])).next())}))};const m=d.a.get("hunt_optimizer/gui/MethodsForEpisodeView");class f extends p.a{constructor(e,t){super(),this.element=Object(h.h)({className:"hunt_optimizer_MethodsForEpisodeView"}),this.episode=t,this.enemy_types=o.a.filter(e=>Object(o.d)(e).episode===this.episode);const n=Object(u.c)(),s=this.add(new a.b({class:"hunt_optimizer_MethodsForEpisodeView_table",values:n,sort:e=>{n.sort((t,n)=>{for(const{column:s,direction:i}of e){let e=0;switch(s.key){case"method":e=t.name.localeCompare(n.name);break;case"time":e=t.time.val.as("minutes")-n.time.val.as("minutes");break;default:{const i=o.c[s.key];i&&(e=(t.enemy_counts.get(i)||0)-(n.enemy_counts.get(i)||0))}}if(0!==e)return i===a.a.Asc?e:-e}return 0})},columns:[{key:"method",title:"Method",fixed:!0,width:250,sortable:!0,render_cell:e=>e.name},{key:"time",title:"Time",fixed:!0,width:60,input:!0,sortable:!0,render_cell(e,t){const n=t.add(new c(e.time.val));return t.add(n.value.observe(({value:t})=>e.set_user_time(t))),n.element}},...this.enemy_types.map(e=>({key:o.c[e],title:Object(o.d)(e).simple_name,width:90,text_align:"right",sortable:!0,render_cell(t){const n=t.enemy_counts.get(e);return null==n?"":n.toString()}}))]}));this.element.append(s.element),this.disposables(e.current.observe(({value:e})=>_(this,void 0,void 0,(function*(){try{const t=yield e;this.hunt_methods_observer&&this.hunt_methods_observer.dispose(),this.hunt_methods_observer=t.methods.observe(({value:e})=>{n.val=e.filter(e=>e.episode===this.episode)},{call_now:!0})}catch(e){m.error("Couldn't load hunt optimizer store.",e)}})),{call_now:!0})),this.finalize_construction()}dispose(){super.dispose(),this.hunt_methods_observer&&this.hunt_methods_observer.dispose()}}n.d(t,"MethodsView",(function(){return b}));var v=function(e,t,n,s){return new(n||(n=Promise))((function(i,o){function r(e){try{c(s.next(e))}catch(e){o(e)}}function l(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(r,l)}c((s=s.apply(e,t||[])).next())}))};class b extends s.a{constructor(e,t){super(e,{class:"hunt_optimizer_MethodsView",tabs:[{title:"Episode I",key:"episode_1",path:"/methods/episode_1",create_view:function(){return v(this,void 0,void 0,(function*(){return new f(t,i.b.I)}))}},{title:"Episode II",key:"episode_2",path:"/methods/episode_2",create_view:function(){return v(this,void 0,void 0,(function*(){return new f(t,i.b.II)}))}},{title:"Episode IV",key:"episode_4",path:"/methods/episode_4",create_view:function(){return v(this,void 0,void 0,(function*(){return new f(t,i.b.IV)}))}}]}),this.finalize_construction()}}},yar8:function(e,t,n){"use strict";n.d(t,"a",(function(){return l})),n.d(t,"b",(function(){return c}));var s=n("TRid"),i=n("FXpb"),o=n("Tpfs");n("/KYB");const r=n("rwco").a.get("core/gui/Table");var l;!function(e){e[e.Asc=0]="Asc",e[e.Desc=1]="Desc"}(l||(l={}));class c extends s.a{constructor(e){super(e),this.tbody_element=Object(i.u)(),this.element=Object(i.t)({className:"core_Table"}),this.children=[],this.create_row=(e,t)=>{const n=new o.a;let s=0;return[Object(i.A)(...this.columns.map((o,l)=>{const c=o.fixed?Object(i.y)():Object(i.v)();try{const t=o.render_cell(e,n);c.append(t),o.input&&c.classList.add("input"),o.fixed&&(c.classList.add("fixed"),c.style.left=`${s}px`,s+=o.width||0),c.style.width=`${o.width}px`,o.text_align&&(c.style.textAlign=o.text_align),o.tooltip&&(c.title=o.tooltip(e))}catch(e){r.warn(`Error while rendering cell for index ${t}, column ${l}.`,e)}return c})),n]},this.update_footer=()=>{if(!this.footer_row_element)return;const e=this.columns.length;for(let t=0;t{const n=Object(i.y)({data:{index:t.toString()}},Object(i.s)(e.title));return e.fixed&&(n.style.position="sticky",n.style.left=`${c}px`,c+=e.width),n.style.width=`${e.width}px`,e.footer&&(a=!0),n}));const u=e.sort;u&&(s.onmousedown=e=>{if(e.target instanceof HTMLElement){let n=e.target;for(let e=0;e<5&&!n.dataset.index;e++){if(!n.parentElement)return;n=n.parentElement}if(!n.dataset.index)return;const s=parseInt(n.dataset.index,10),i=this.columns[s];if(!i.sortable)return;const o=t.findIndex(e=>e.column===i);if(0===o){const e=t[0];e.direction=e.direction===l.Asc?l.Desc:l.Asc}else-1!==o&&t.splice(o,1),t.unshift({column:i,direction:l.Asc});u(t)}}),n.append(s),this.tbody_element=Object(i.u)(),this.element.append(n,this.tbody_element),a&&(this.footer_row_element=Object(i.A)(),this.element.append(Object(i.x)({},this.footer_row_element)),this.create_footer()),this.disposables(Object(i.d)(this.tbody_element,this.values,this.create_row),this.values.observe(this.update_footer)),this.finalize_construction()}create_footer(){const e=[];let t=0;for(let n=0;n{if(t.target instanceof HTMLElement){const e=t.target.dataset.key;e&&this.activate_key(e)}},this.bar_element.onmousedown=this.bar_mousedown;for(const t of e.tabs){const e=Object(o.s)({className:"core_TabContainer_Tab",data:{key:t.key}},t.title);this.bar_element.append(e);const i=this.disposable(new s.a(t.create_view)),n=Object.assign(Object.assign({},t),{tab_element:e,lazy_view:i});this.tabs.push(n),this.panes_element.append(i.element)}this.element.append(this.bar_element,this.panes_element),this.finalize_construction()}get children(){return this.tabs.flatMap(t=>t.lazy_view.children)}resize(t,e){super.resize(t,e),this.bar_element.style.width=`${t}px`,this.bar_element.style.height=`${r}px`;const i=e-r;this.panes_element.style.width=`${t}px`,this.panes_element.style.height=`${i}px`;for(const e of this.tabs)e.lazy_view.resize(t,i);return this}activate(){if(this.active_tab)this.activate_tab(this.active_tab);else{let t;for(const e of this.tabs)null!=e.path&&this.gui_store.path.val.startsWith(e.path)&&(t=e);t?this.activate_tab(t):this.tabs.length&&this.activate_tab(this.tabs[0])}}activate_key(t){for(const e of this.tabs)if(e.key===t){this.activate_tab(e);break}}activate_tab(t){this.active_tab!==t&&(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=t,t.tab_element.classList.add("active"),t.lazy_view.visible.val=!0),null!=t.path&&(this.gui_store.set_path_prefix(t.path),t.lazy_view.activate())}}},I7a6:function(t,e,i){"use strict";i.d(e,"a",(function(){return a}));var s=i("nsCy"),n=i("rwco"),o=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};const r=n.a.get("core/persistence/Persister");class a{persist_for_server(t,e,i){this.persist(this.server_key(t,e),i)}persist(t,e){try{localStorage.setItem(t,JSON.stringify(e))}catch(e){r.error(`Couldn't persist ${t}.`,e)}}load_for_server(t,e){return o(this,void 0,void 0,(function*(){return this.load(this.server_key(t,e))}))}load(t){return o(this,void 0,void 0,(function*(){try{const e=localStorage.getItem(t);return e&&JSON.parse(e)}catch(e){return void r.error(`Couldn't load ${t}.`,e)}}))}server_key(t,e){let i=e+".";switch(t){case s.g.Ephinea:i+="Ephinea";break;default:throw new Error(`Server ${s.g[t]} not supported.`)}return i}}},"Ix/i":function(t,e,i){"use strict";i.r(e);var s=i("HjM1"),n=i("zsIO"),o=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};class r extends n.a{constructor(t,e,n){super(),this.tab_container=this.add(new s.a(t,{class:"hunt_optimizer_HuntOptimizerView",tabs:[{title:"Optimize",key:"optimize",path:"/optimize",create_view:function(){return o(this,void 0,void 0,(function*(){return new((yield Promise.all([i.e(1),i.e(16)]).then(i.bind(null,"FNQV"))).OptimizerView)(e)}))}},{title:"Methods",key:"methods",path:"/methods",create_view:function(){return o(this,void 0,void 0,(function*(){return new((yield Promise.all([i.e(1),i.e(17)]).then(i.bind(null,"GN66"))).MethodsView)(t,n)}))}},{title:"Help",key:"help",path:"/help",create_view:function(){return o(this,void 0,void 0,(function*(){return new((yield Promise.all([i.e(1),i.e(22)]).then(i.bind(null,"F0Xh"))).HelpView)}))}}]})),this.finalize_construction()}get element(){return this.tab_container.element}resize(t,e){super.resize(t,e),this.tab_container.resize(t,e)}}var a=i("nsCy"),c=i("sZ1+");class u{constructor(t,e,i,s){if(this.id=t,this.name=e,this.episode=i,this.enemy_counts=s,!t)throw new Error("id is required.");if(!e)throw new Error("name is required.");if(!s)throw new Error("enemyCounts is required.")}}var h=i("ouMO"),_=i("ExVU");class l{constructor(t,e,i,s){if(!t)throw new Error("id is required.");if(!_.Duration.isDuration(s))throw new Error("default_time must a valid duration.");if(!e)throw new Error("name is required.");if(!i)throw new Error("quest is required.");this.id=t,this.name=e,this.episode=i.episode,this.quest=i,this.enemy_counts=i.enemy_counts,this.default_time=s,this._user_time=Object(h.e)(void 0),this.user_time=this._user_time,this.time=this.user_time.map(t=>null!=t?t:this.default_time)}set_user_time(t){return this._user_time.val=t,this}}var d=i("kcKQ"),m=i("Ya0R"),f=i("rwco"),p=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};const v=f.a.get("hunt_optimizer/stores/HuntMethodStore"),w=_.Duration.fromObject({minutes:30}),y=_.Duration.fromObject({minutes:45}),b=_.Duration.fromObject({minutes:45});function g(t,e,i){return new m.a(e,function(t,e){return i=>p(this,void 0,void 0,(function*(){const s=yield t.get(`/quests.${a.g[i].toLowerCase()}.json`).json(),n=[];for(const t of s){let e=0;const i=new Map;for(const[s,n]of Object.entries(t.enemy_counts)){const t=c.c[s];t?(i.set(t,n),e+=n):v.error(`No NpcType found for code ${s}.`)}switch(t.id){case 31:case 34:case 1305:case 1306:case 1307:case 313:case 314:continue}n.push(new l(`q${t.id}`,t.name,new u(t.id,t.name,t.episode,i),/^\d-\d.*/.test(t.name)?y:e>400?b:w))}return yield e.load_method_user_times(n,i),new z(e,i,n)}))}(t,i))}class z extends d.a{constructor(t,e,i){super(),this.methods=Object(h.c)(t=>[t.user_time],...i),this.disposables(this.methods.observe_list(()=>t.persist_method_user_times(this.methods.val,e)))}}var O=i("lLyO"),x=i.n(O);class j{constructor(t,e){this.item_type=t,this._amount=Object(h.e)(e),this.amount=this._amount}set_amount(t){return this._amount.val=t,this}}class k{constructor(t,e){this.wanted_items=t,this.optimal_methods=e}}class M{constructor(t,e,i,s,n,o,r){this.difficulty=t,this.section_ids=e,this.method_name=i,this.method_episode=s,this.method_time=n,this.runs=o,this.item_counts=r,this.total_time=_.Duration.fromMillis(o*n.as("milliseconds"))}}var P=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};function $(t,e,i,s,n){return new m.a(t,function(t,e,i,s){return n=>P(this,void 0,void 0,(function*(){return new E(t,n,yield e.get(n),yield i.get(n),yield s.get(n))}))}(e,i,s,n))}class E extends d.a{constructor(t,e,i,s,n){super(),this.hunt_optimizer_persister=t,this.server=e,this.item_drop_store=s,this._wanted_items=Object(h.c)(t=>[t.amount]),this.wanted_items=this._wanted_items,this.optimize=(t,e)=>{if(!t.length)return;const i=new Set(t.filter(t=>t.amount.val>0).map(t=>t.item_type)),s=this.item_drop_store.enemy_drops,n={};for(const t of this.wanted_items.val)n[t.item_type.name]={min:t.amount.val};const o={},r=new Map;for(const t of e){const e=new Map;for(const[i,s]of t.enemy_counts.entries()){const t=e.get(i)||0,n=Object(c.d)(i);if(null==n.rare_type)e.set(i,t+s);else{let o,r;n.rare_type===c.c.Kondrieu?(o=1-a.c,r=a.c):(o=1-a.d,r=a.d),e.set(i,t+s*o),e.set(n.rare_type,(e.get(n.rare_type)||0)+s*r)}}const n=[e],u=e.get(c.c.PanArms);if(u){const t=new Map(e);t.delete(c.c.PanArms),t.set(c.c.Migium,u),t.set(c.c.Hidoom,u),n.push(t)}const h=e.get(c.c.PanArms2);if(h){const t=new Map(e);t.delete(c.c.PanArms2),t.set(c.c.Migium2,h),t.set(c.c.Hidoom2,h),n.push(t)}for(let e=0;eP(this,void 0,void 0,(function*(){this._wanted_items.val=yield this.hunt_optimizer_persister.load_wanted_items(this.server),this.disposable(this._wanted_items.observe(({value:t})=>{this.hunt_optimizer_persister.persist_wanted_items(this.server,t)}))})),this.huntable_item_types=i.item_types.filter(t=>s.enemy_drops.get_drops_for_item_type(t.id).length),this.result=Object(h.d)(this.optimize,this.wanted_items,n.methods),this.initialize_persistence()}add_wanted_item(t){this._wanted_items.val.find(e=>e.item_type===t)||this._wanted_items.push(new j(t,1))}remove_wanted_item(t){this._wanted_items.remove(t)}full_method_name(t,e,i,s){let n=`${t}\t${e}\t${i.id}`;return s&&(n+="\tspa"),n}}var T=i("I7a6"),q=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};const H="HuntMethodStore.methodUserTimes";class N extends T.a{persist_method_user_times(t,e){const i={};for(const e of t)null!=e.user_time.val&&(i[e.id]=e.user_time.val.as("hours"));this.persist_for_server(e,H,i)}load_method_user_times(t,e){return q(this,void 0,void 0,(function*(){const i=yield this.load_for_server(e,H);if(i)for(const e of t){const t=i[e.id];e.set_user_time(null==t?void 0:_.Duration.fromObject({hours:t}))}}))}}var S=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};const C="HuntOptimizerStore.wantedItems";class I extends T.a{constructor(t){super(),this.item_type_stores=t}persist_wanted_items(t,e){this.persist_for_server(t,C,e.map(({item_type:t,amount:e})=>({itemTypeId:t.id,amount:e.val})))}load_wanted_items(t){return S(this,void 0,void 0,(function*(){const e=yield this.item_type_stores.get(t),i=yield this.load_for_server(t,C),s=[];if(i)for(const{itemTypeId:t,itemKindId:n,amount:o}of i){const i=null!=t?e.get_by_id(t):e.get_by_id(n);i&&s.push(new j(i,o))}return s}))}}var D=i("Tpfs");function A(t,e,i,s){const n=new D.a,o=n.add(g(t,e,new N)),a=n.add($(e,new I(i),i,s,o));return{view:n.add(new r(e,a,o)),dispose(){n.dispose()}}}i.d(e,"initialize_hunt_optimizer",(function(){return A}))}}]); \ No newline at end of file diff --git a/19.cf9915b0f9df5444a078.js b/19.cf9915b0f9df5444a078.js new file mode 100644 index 00000000..390615b4 --- /dev/null +++ b/19.cf9915b0f9df5444a078.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[19],{"7CyS":function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return _}));var s=n("Womt"),i=n("VwSi");const r=30;function _(t,e){const n=e.interpolation===i.a.Spline?s.InterpolateSmooth:s.InterpolateLinear,_=[];return e.motion_data.forEach((e,a)=>{const o=t.get_bone(a);o&&e.tracks.forEach(({type:t,keyframes:e})=>{const c=[],l=[];for(const n of e)if(c.push(n.frame/r),t===i.b.Rotation){const t=o.evaluation_flags.zxy_rotation_order?"ZXY":"ZYX",e=(new s.Quaternion).setFromEuler(new s.Euler(n.value.x,n.value.y,n.value.z,t));l.push(e.x,e.y,e.z,e.w)}else l.push(n.value.x,n.value.y,n.value.z);if(t===i.b.Rotation)_.push(new s.QuaternionKeyframeTrack(`.bones[${a}].quaternion`,c,l,n));else{const e=t===i.b.Position?`.bones[${a}].position`:`.bones[${a}].scale`;_.push(new s.VectorKeyframeTrack(e,c,l,n))}})}),new s.AnimationClip("Animation",(e.frame_count-1)/r,_).optimize()}},"9fJw":function(t,e,n){"use strict";n.d(e,"g",(function(){return i})),n.d(e,"h",(function(){return r})),n.d(e,"f",(function(){return _})),n.d(e,"e",(function(){return a})),n.d(e,"k",(function(){return o})),n.d(e,"l",(function(){return c})),n.d(e,"j",(function(){return l})),n.d(e,"i",(function(){return h})),n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return d})),n.d(e,"d",(function(){return y})),n.d(e,"c",(function(){return m}));class s{constructor(t){var e,n,s,i,r;this.name=t.name,this.body_style_count=null!=(e=t.body_style_count)?e:1,this.head_style_count=t.head_style_count,this.hair_style_count=t.hair_style_count,this.hair_styles_with_accessory=t.hair_styles_with_accessory,this.body_tex_ids=null!=(n=t.body_tex_ids)?n:[],this.head_tex_ids=null!=(s=t.head_tex_ids)?s:[],this.hair_tex_ids=null!=(i=t.hair_tex_ids)?i:[],this.accessory_tex_ids=null!=(r=t.accessory_tex_ids)?r:[]}}const i=new s({name:"HUmar",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([6])}),r=new s({name:"HUnewearl",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set}),_=new s({name:"HUcast",body_style_count:25,head_style_count:5,hair_style_count:0,hair_styles_with_accessory:new Set}),a=new s({name:"HUcaseal",body_style_count:25,head_style_count:5,hair_style_count:0,hair_styles_with_accessory:new Set}),o=new s({name:"RAmar",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),c=new s({name:"RAmarl",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),l=new s({name:"RAcast",body_style_count:25,head_style_count:5,hair_style_count:0,hair_styles_with_accessory:new Set}),h=new s({name:"RAcaseal",body_style_count:25,head_style_count:5,hair_style_count:0,hair_styles_with_accessory:new Set}),u=new s({name:"FOmar",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),d=new s({name:"FOmarl",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),y=new s({name:"FOnewm",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),m=new s({name:"FOnewearl",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])})},HF44:function(t,e,n){"use strict";n.r(e);var s=n("kcKQ"),i=n("9fJw"),r=n("ouMO");class _{constructor(t,e){this.id=t,this.name=e}}var a=n("7CyS"),o=n("nsCy"),c=n("rwco"),l=n("4SjJ"),h=n("uiJh");n.d(e,"ModelStore",(function(){return y}));var u=function(t,e,n,s){return new(n||(n=Promise))((function(i,r){function _(t){try{o(s.next(t))}catch(t){r(t)}}function a(t){try{o(s.throw(t))}catch(t){r(t)}}function o(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(_,a)}o((s=s.apply(t,e||[])).next())}))};const d=c.a.get("viewer/stores/ModelStore");class y extends s.a{constructor(t,e,n){super(),this.asset_loader=e,this.random=n,this._current_character_class=Object(r.e)(void 0),this._current_section_id=Object(r.e)(void 0),this._current_body=Object(r.e)(void 0),this._current_animation=Object(r.e)(void 0),this._current_nj_object=Object(r.e)(void 0),this._current_textures=Object(r.c)(),this._current_nj_motion=Object(r.e)(void 0),this._show_skeleton=Object(r.e)(!1),this._animation_playing=Object(r.e)(!0),this._animation_frame_rate=Object(r.e)(a.a),this._animation_frame=Object(r.e)(0),this.character_classes=[i.g,i.h,i.f,i.e,i.k,i.l,i.j,i.i,i.a,i.b,i.d,i.c],this.current_character_class=this._current_character_class,this.current_section_id=this._current_section_id,this.current_body=this._current_body,this.animations=new Array(572).fill(void 0).map((t,e)=>new _(e,`Animation ${e+1}`)),this.current_animation=this._current_animation,this.current_nj_object=this._current_nj_object,this.current_textures=this._current_textures,this.current_nj_motion=this._current_nj_motion,this.animation_frame_count=this.current_nj_motion.map(t=>t?t.frame_count:0),this.show_skeleton=this._show_skeleton,this.animation_playing=this._animation_playing,this.animation_frame_rate=this._animation_frame_rate,this.animation_frame=this._animation_frame,this.set_current_character_class=t=>{var e;if(this._current_character_class.val!==t){if(null==t)this.set_current_body(void 0);else{const n=this.current_body.val;(void 0===n||n>=(null===(e=t)||void 0===e?void 0:e.body_style_count))&&this.set_current_body(t.body_style_count-1)}this._current_character_class.val=t,null==this.current_animation.val&&this.set_current_nj_motion(void 0)}},this.set_current_section_id=t=>{this._current_section_id.val=t},this.set_current_body=t=>{this._current_body.val=t},this.set_current_animation=t=>{this._current_animation.val!==t&&(this._current_animation.val=t)},this.set_current_nj_object=t=>{this.set_current_character_class(void 0),this.set_current_animation(void 0),this.set_current_textures([]),this.set_current_nj_motion(void 0),this._current_nj_object.val=t},this.set_current_textures=t=>{this._current_textures.val=t},this.set_current_nj_motion=t=>{this.set_current_animation(void 0),this._current_nj_motion.val=t},this.set_show_skeleton=t=>{this._show_skeleton.val=t},this.set_animation_playing=t=>{this._animation_playing.val=t},this.set_animation_frame_rate=t=>{this._animation_frame_rate.val=t},this.set_animation_frame=t=>{this._animation_frame.val=t},this.load_character_class_model=()=>u(this,void 0,void 0,(function*(){const t=this.current_character_class.val;if(null==t)return;const e=this.current_section_id.val;if(null==e)return;const n=this.current_body.val;if(null!=n)try{const s=yield this.asset_loader.load_geometry(t);this._current_textures.val=yield this.asset_loader.load_textures(t,e,n),this._current_nj_object.val=s}catch(e){d.error(`Couldn't load model for ${t.name}.`),this._current_nj_object.val=void 0}})),this.load_animation=()=>u(this,void 0,void 0,(function*(){const t=this._current_nj_object.val,e=this.current_animation.val;if(t&&e)try{this._current_nj_motion.val=yield this.asset_loader.load_animation(e.id,64),this.set_animation_playing(!0)}catch(t){d.error(`Couldn't load animation "${e.name}".`,t),this._current_nj_motion.val=void 0}else this._current_nj_motion.val=void 0})),this.disposables(this.current_character_class.observe(this.load_character_class_model),this.current_section_id.observe(this.load_character_class_model),this.current_body.observe(this.load_character_class_model),this.current_animation.observe(this.load_animation)),this.disposables(t.bind_parameter(l.b.Viewer,"/models","model",this.current_character_class.map(t=>void 0===t?void 0:t.name)),t.bind_parameter(l.b.Viewer,"/models","section_id",this.current_section_id.map(t=>void 0===t?void 0:o.e[t])),t.bind_parameter(l.b.Viewer,"/models","body",this.current_body.map(t=>void 0===t?void 0:String(t+1))));const s=t.get_parameter(l.b.Viewer,"/models","model");let c=this.character_classes.find(t=>t.name===s);null==c&&(c=n.sample_array(this.character_classes));const y=t.get_parameter(l.b.Viewer,"/models","body");let m=null==y?void 0:parseInt(y,10);null!=m&&Number.isInteger(m)?m--:m=n.integer(0,c.body_style_count);const b=t.get_parameter(l.b.Viewer,"/models","section_id"),v=void 0===b?void 0:Object(h.b)(o.e,b);this._current_section_id.val=null!=v?v:n.sample_array(o.f),this._current_body.val=m,this._current_character_class.val=c}}}}]); \ No newline at end of file diff --git a/2.3669076b41dfc4548d21.js b/2.3669076b41dfc4548d21.js deleted file mode 100644 index 423d8389..00000000 --- a/2.3669076b41dfc4548d21.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{"/Wax":function(t,e,i){"use strict";i.d(e,"a",(function(){return n}));var s=i("9dYx");class n extends s.a{constructor(t,e,i=0,s=t.size-i){if(i<0||i>t.size)throw new Error(`Offset ${i} is out of bounds.`);if(s<0||i+s>t.size)throw new Error(`Size ${s} is out of bounds.`);super(e,i),this.buffer=t,this._size=s}get size(){return this._size}set size(t){t>this._size?this.ensure_size(t-this.position):this._size=t}get backing_buffer(){return this.buffer.backing_buffer}get dv(){return this.buffer.view}take(t){this.check_size("size",t,t);const e=this.offset+this.position,i=new n(this.buffer,this.endianness,e,t);return this._position+=t,i}ensure_size(t,e=this.position){const i=e+t-this._size;i>0&&(this._size+=i,this.buffer.size{this._value.set_val(this.get_value(),{silent:!1})}),this.input_element.addEventListener("keydown",t=>{"Enter"===t.key&&this._value.set_val(this.get_value(),{silent:!1})}),n&&n.readonly&&this.set_attr("readOnly",!0),this.element.append(this.input_element)}set_enabled(t){super.set_enabled(t),this.input_element.disabled=!t}set_attr(t,e,i){if(null==e)return;const s=this.input_element,r=i||(t=>t);Object(n.a)(e)?(s[t]=r(e.val),this.disposable(e.observe(({value:e})=>s[t]=r(e)))):s[t]=r(e)}}},"488w":function(t,e,i){"use strict";i.d(e,"b",(function(){return l})),i.d(e,"a",(function(){return d}));var s=i("Womt"),n=i("tRdk"),r=i("kwt4"),o=i("vM2b");const h=new s.Vector3(0,1,0),a=new s.Vector2(0,0),u=new s.Vector3(0,0,0),c=new s.Quaternion(0,0,0,1),_=new s.Vector3(1,1,1);function l(t,e){new p(e).to_geometry_builder(t)}function d(t){return new p(new o.a).create_buffer_geometry(t)}class f{constructor(){this.vertices_stack=[]}put(t){this.vertices_stack.push(t)}get(t){const e=[];for(let i=this.vertices_stack.length-1;i>=0;i--){const s=this.vertices_stack[i][t];s&&e.push(s)}return e}}class p{constructor(t){this.vertices=new f,this.bone_id=0,this.builder=t}to_geometry_builder(t){this.object_to_geometry(t,void 0,new s.Matrix4)}create_buffer_geometry(t){return this.to_geometry_builder(t),this.builder.build()}object_to_geometry(t,e,i){const{no_translate:r,no_rotate:o,no_scale:h,hidden:a,break_child_trace:l,zxy_rotation_order:d,skip:f}=t.evaluation_flags,{position:p,rotation:b,scale:m}=t,w=new s.Euler(b.x,b.y,b.z,d?"ZXY":"ZYX"),g=(new s.Matrix4).compose(r?u:Object(n.a)(p),o?c:(new s.Quaternion).setFromEuler(w),h?_:Object(n.a)(m)).premultiply(i);let v;if(f?v=e:(v=new s.Bone,v.name=this.bone_id.toString(),v.position.set(p.x,p.y,p.z),v.setRotationFromEuler(w),v.scale.set(m.x,m.y,m.z),this.builder.add_bone(v),e&&e.add(v)),t.model&&!a&&this.model_to_geometry(t.model,g),this.bone_id++,!l)for(const e of t.children)this.object_to_geometry(e,v,g)}model_to_geometry(t,e){Object(r.b)(t)?this.njcm_model_to_geometry(t,e):this.xj_model_to_geometry(t,e)}njcm_model_to_geometry(t,e){const i=(new s.Matrix3).getNormalMatrix(e),r=t.vertices.map(t=>{const r=Object(n.a)(t.position),o=t.normal?Object(n.a)(t.normal):new s.Vector3(0,1,0);return r.applyMatrix4(e),o.applyMatrix3(i),{bone_id:this.bone_id,position:r,normal:o,bone_weight:t.bone_weight,bone_weight_status:t.bone_weight_status,calc_continue:t.calc_continue}});this.vertices.put(r);for(const e of t.meshes){const t=this.builder.index_count;for(let t=0;t=2&&(t%2==(e.clockwise_winding?1:0)?(this.builder.add_index(o-2),this.builder.add_index(o-1),this.builder.add_index(o)):(this.builder.add_index(o-2),this.builder.add_index(o),this.builder.add_index(o-1)));const u=[[0,0],[0,0],[0,0],[0,0]];for(let t=s.length-1;t>=0;t--){const e=s[t];u[e.bone_weight_status]=[e.bone_id,e.bone_weight]}const c=u.reduce((t,[,e])=>t+e,0);for(const[t,e]of u)this.builder.add_bone_weight(t,c>0?e/c:e)}}this.builder.add_group(t,this.builder.index_count-t,e.texture_id)}}xj_model_to_geometry(t,e){const i=this.builder.vertex_count,r=(new s.Matrix3).getNormalMatrix(e);for(const{position:i,normal:o,uv:h}of t.vertices){const t=Object(n.a)(i).applyMatrix4(e),u=(o?Object(n.a)(o):new s.Vector3(0,1,0)).applyMatrix3(r),c=h||a;this.builder.add_vertex(t,u,c)}let o;for(const e of t.meshes){const t=this.builder.index_count;let s=!1;for(let t=2;t=2&&(s=!s),s?(this.builder.add_index(r),this.builder.add_index(n),this.builder.add_index(o)):(this.builder.add_index(n),this.builder.add_index(r),this.builder.add_index(o)),s=!s}null!=e.material_properties.texture_id&&(o=e.material_properties.texture_id),this.builder.add_group(t,this.builder.index_count-t,o)}}}},"6cU9":function(t,e,i){"use strict";i.d(e,"a",(function(){return h}));var s=i("ouMO"),n=i("KVVN"),r=i("iPoI"),o=function(t,e,i,s){return new(i||(i=Promise))((function(n,r){function o(t){try{a(s.next(t))}catch(t){r(t)}}function h(t){try{a(s.throw(t))}catch(t){r(t)}}function a(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(o,h)}a((s=s.apply(t,e||[])).next())}))};class h extends n.a{constructor(t){super(t),this._files=Object(s.e)([]),this.files=this._files,this.element.classList.add("core_FileButton"),this.disposables(this.onclick.observe(()=>o(this,void 0,void 0,(function*(){this._files.val=yield Object(r.a)(t)})))),this.finalize_construction()}}},"9Ykw":function(t,e,i){"use strict";i.d(e,"a",(function(){return h})),i.d(e,"b",(function(){return a}));var s=i("BAAx"),n=i("rwco"),r=i("5cb6");const o=n.a.get("core/data_formats/parsing/iff");function h(t,e=!1){return u(t,e,[],(t,e,i)=>({type:e,data:t.take(i)}))}function a(t,e=!1){return u(t,e,[],(t,e,i)=>({type:e,size:i}))}function u(t,e,i,n){const h=Object(s.b)(o);let a=!1;for(;t.bytes_left>=8;){const s=t.u32(),o=t.position,u=t.u32();if(u>t.bytes_left){a=!0,e||h.add_problem(0===i.length?r.b.Error:r.b.Warning,"Invalid IFF format.",`Size ${u} was too large (only ${t.bytes_left} bytes left) at position ${o}.`);break}i.push(n(t,s,u))}return a&&0===i.length?h.failure():h.success(i)}},"9dYx":function(t,e,i){"use strict";var s=i("bcBH");class n{constructor(t,e){this._position=0,this.endianness=t,this.offset=e}get position(){return this._position}get endianness(){return this.little_endian?s.a.Little:s.a.Big}set endianness(t){this.little_endian=t===s.a.Little}get bytes_left(){return this.size-this.position}seek(t){return this.seek_start(this.position+t)}seek_start(t){if(t<0||t>this.size)throw new Error(`Offset ${t} is out of bounds.`);return this._position=t,this}seek_end(t){if(t<0||t>this.size)throw new Error(`Offset ${t} is out of bounds.`);return this._position=this.size-t,this}u8(){return this.u8_at(this._position++)}u8_at(t){return this.check_offset(t,1),this.dv.getUint8(this.offset+t)}u16(){const t=this.u16_at(this.position);return this._position+=2,t}u16_at(t){return this.check_offset(t,2),this.dv.getUint16(this.offset+t,this.little_endian)}u32(){const t=this.u32_at(this.position);return this._position+=4,t}u32_at(t){return this.check_offset(t,4),this.dv.getUint32(this.offset+t,this.little_endian)}i8(){return this.i8_at(this._position++)}i8_at(t){return this.check_offset(t,1),this.dv.getInt8(this.offset+t)}i16(){const t=this.i16_at(this.position);return this._position+=2,t}i16_at(t){return this.check_offset(t,2),this.dv.getInt16(this.offset+t,this.little_endian)}i32(){const t=this.i32_at(this.position);return this._position+=4,t}i32_at(t){return this.check_offset(t,4),this.dv.getInt32(this.offset+t,this.little_endian)}f32(){const t=this.f32_at(this.position);return this._position+=4,t}f32_at(t){return this.check_offset(t,4),this.dv.getFloat32(this.offset+t,this.little_endian)}u8_array(t){this.check_size("n",t,t);const e=[];for(let i=0;ithis.size-this.position)throw new Error(`${t} ${e} is out of bounds.`)}check_offset(t,e){if(t<0||t+e>this.size)throw new Error(`Offset ${t} is out of bounds.`)}}i.d(e,"a",(function(){return r}));class r extends n{write_u8(t){return this.write_u8_at(this.position,t),this._position+=1,this}write_u16(t){return this.write_u16_at(this.position,t),this._position+=2,this}write_u32(t){return this.write_u32_at(this.position,t),this._position+=4,this}write_i8(t){return this.write_i8_at(this.position,t),this._position+=1,this}write_i16(t){return this.write_i16_at(this.position,t),this._position+=2,this}write_i32(t){return this.write_i32_at(this.position,t),this._position+=4,this}write_f32(t){return this.write_f32_at(this.position,t),this._position+=4,this}write_u8_array(t){return this.write_u8_array_at(this.position,t),this._position+=t.length,this}write_u16_array(t){return this.write_u16_array_at(this.position,t),this._position+=2*t.length,this}write_u32_array(t){return this.write_u32_array_at(this.position,t),this._position+=4*t.length,this}write_i32_array(t){return this.write_i32_array_at(this.position,t),this._position+=4*t.length,this}write_vec2_f32(t){return this.write_vec2_f32_at(this.position,t),this._position+=8,this}write_vec3_f32(t){return this.write_vec3_f32_at(this.position,t),this._position+=12,this}write_cursor(t){const e=t.size-t.position;return this.ensure_size(e),t.copy_to_uint8_array(new Uint8Array(this.backing_buffer,this.offset+this.position,e),e),this._position+=e,this}write_string_ascii(t,e){return this.write_string_ascii_at(this.position,t,e),this._position+=e,this}write_string_utf16(t,e){return this.write_string_utf16_at(this.position,t,e),this._position+=e,this}write_u8_at(t,e){return this.ensure_size(1,t),this.dv.setUint8(t,e),this}write_u16_at(t,e){return this.ensure_size(2,t),this.dv.setUint16(t,e,this.little_endian),this}write_u32_at(t,e){return this.ensure_size(4,t),this.dv.setUint32(t,e,this.little_endian),this}write_i8_at(t,e){return this.ensure_size(1,t),this.dv.setInt8(t,e),this}write_i16_at(t,e){return this.ensure_size(2,t),this.dv.setInt16(t,e,this.little_endian),this}write_i32_at(t,e){return this.ensure_size(4,t),this.dv.setInt32(t,e,this.little_endian),this}write_f32_at(t,e){return this.ensure_size(4,t),this.dv.setFloat32(t,e,this.little_endian),this}write_u8_array_at(t,e){return this.ensure_size(e.length,t),new Uint8Array(this.backing_buffer,this.offset+t).set(new Uint8Array(e)),this}write_u16_array_at(t,e){this.ensure_size(2*e.length,t);const i=e.length;for(let s=0;si)throw new Error(`${t} Bytes required but only ${i} available.`)}}},BAAx:function(t,e,i){"use strict";function s(t,e){return{success:!0,value:t,problems:null!=e?e:[]}}function n(t){return{success:!1,problems:null!=t?t:[]}}function r(t){if(t.success)return t.value;throw new Error(t.problems.join("\n"))}function o(t){return new h(t)}i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n})),i.d(e,"d",(function(){return r})),i.d(e,"b",(function(){return o}));class h{constructor(t){this.logger=t,this.problems=[]}add_problem(t,e,i,s){return this.logger.log(t,i,s),this.problems.push({severity:t,ui_message:e}),this}add_result(t){return this.problems.push(...t.problems),this}success(t){return s(t,this.problems)}failure(){return n(this.problems)}}},Eqai:function(t,e,i){"use strict";i.d(e,"a",(function(){return h})),i.d(e,"b",(function(){return a}));var s=i("Womt");const n=new s.MeshLambertMaterial({color:65280,side:s.DoubleSide}),r=new s.MeshLambertMaterial({color:16711935,side:s.DoubleSide}),o=new s.MeshLambertMaterial({skinning:!0,color:16711935,side:s.DoubleSide});function h(t,e,i=r){return u(t,e,i,s.Mesh)}function a(t,e,i=o){return u(t,e,i,s.SkinnedMesh)}function u(t,e,i,r){const{created_by_geometry_builder:o,normalized_material_indices:h,bones:a}=t.userData;let u;if(Array.isArray(e))if(o){u=[n];for(const[t,s]of h.entries())s>0&&(u[s]=e[t]||i)}else u=e;else u=e||i;const c=new r(t,u);return o&&a.length&&c instanceof s.SkinnedMesh&&(c.add(a[0]),c.bind(new s.Skeleton(a))),c}},Ftn7:function(t,e,i){"use strict";i.d(e,"a",(function(){return r}));var s=i("pVCM"),n=i("Womt");s.a.install({THREE:Object.assign(Object.assign({},n),{MOUSE:Object.assign(Object.assign({},n.MOUSE),{LEFT:n.MOUSE.RIGHT,RIGHT:n.MOUSE.LEFT})})});class r{constructor(t){this._debug=!1,this.scene=new n.Scene,this.light_holder=new n.Group,this.render_scheduled=!1,this.animation_frame_handle=void 0,this.light=new n.HemisphereLight(16777215,5263440,1),this.controls_clock=new n.Clock,this.size=new n.Vector2(0,0),this.schedule_render=()=>{this.render_scheduled=!0},this.on_mouse_down=t=>{t.currentTarget&&t.currentTarget.focus()},this.call_render=()=>{const t=this.controls.update(this.controls_clock.getDelta()),e=this.render_scheduled||t;this.render_scheduled=!1,e&&this.render(),this.animation_frame_handle=requestAnimationFrame(this.call_render)},this.renderer=t,this.renderer.domElement.tabIndex=0,this.renderer.domElement.addEventListener("mousedown",this.on_mouse_down),this.renderer.domElement.style.outline="none",this.scene.background=new n.Color(1579032),this.light_holder.add(this.light),this.scene.add(this.light_holder)}get debug(){return this._debug}set debug(t){this._debug=t}get canvas_element(){return this.renderer.domElement}set_size(t,e){this.size.set(t,e),this.renderer.setSize(t,e),this.schedule_render()}pointer_pos_to_device_coords(t){t.set(t.x/this.size.width*2-1,t.y/this.size.height*-2+1)}start_rendering(){null==this.animation_frame_handle&&(this.schedule_render(),this.animation_frame_handle=requestAnimationFrame(this.call_render))}stop_rendering(){null!=this.animation_frame_handle&&(cancelAnimationFrame(this.animation_frame_handle),this.animation_frame_handle=void 0)}reset_camera(t,e){this.controls.setLookAt(t.x,t.y,t.z,e.x,e.y,e.z)}dispose(){this.renderer.dispose(),this.controls.dispose()}init_camera_controls(){this.controls=new s.a(this.camera,this.renderer.domElement),this.controls.dampingFactor=1,this.controls.draggingDampingFactor=1}render(){this.renderer.render(this.scene,this.camera)}}},IMNf:function(t,e,i){"use strict";i.d(e,"a",(function(){return o}));var s=i("/Wax"),n=i("tjEv");const r=i("rwco").a.get("core/data_formats/compression/prs/decompress");function o(t){const e=new h(t);for(;;)if(1===e.read_flag_bit())e.copy_u8();else{let t,i;if(0===e.read_flag_bit())t=e.read_flag_bit()<<1,t|=e.read_flag_bit(),t+=2,i=e.read_u8()-256;else{if(i=e.read_u16(),0===i)break;t=7&i,i>>>=3,0===t?(t=e.read_u8(),t+=1):t+=2,i-=8192}e.offset_copy(i,t)}return e.dst.seek_start(0)}class h{constructor(t){this.src=t,this.dst=new s.a(new n.a(Math.floor(1.5*t.size)),t.endianness),this.flags=0,this.flag_bits_left=0}read_flag_bit(){0===this.flag_bits_left&&(this.flags=this.read_u8(),this.flag_bits_left=8);const t=1&this.flags;return this.flags>>>=1,this.flag_bits_left-=1,t}copy_u8(){this.dst.write_u8(this.read_u8())}read_u8(){return this.src.u8()}read_u16(){return this.src.u16()}offset_copy(t,e){(t<-8192||t>0)&&r.error(`offset was ${t}, should be between -8192 and 0.`),(e<1||e>256)&&r.error(`length was ${e}, should be between 1 and 256.`);const i=Math.min(-t,e);this.dst.seek(t);const s=this.dst.take(i);this.dst.seek(-t-i);for(let t=0;tthis.backing_buffer.byteLength-this.offset)throw new Error(`Size ${t} is out of bounds.`);this._size=t}take(t){const e=this.offset+this.position,i=new n(this.backing_buffer,this.endianness,e,t);return this._position+=t,i}}},PE7g:function(t,e,i){"use strict";i.d(e,"a",(function(){return n}));var s=i("0Xme");i("rY5A");class n extends s.a{constructor(t=0,e){if(super(t,"core_NumberInput","number","core_NumberInput_inner",e),this.preferred_label_position="left",e){const{min:t,max:i,step:s,width:n}=e;this.set_attr("min",t,String),this.set_attr("max",i,String),this.input_element.step="any",this.set_attr("step",s,String),null!=n&&(this.element.style.width=`${n}px`)}e&&null!=e.round_to&&e.round_to>=0?this.rounding_factor=Math.pow(10,e.round_to):this.rounding_factor=1,this.set_value(t),this.finalize_construction()}get_value(){return parseFloat(this.input_element.value)}set_value(t){this.input_element.valueAsNumber=Math.round(this.rounding_factor*t)/this.rounding_factor}}},bcBH:function(t,e,i){"use strict";var s;i.d(e,"a",(function(){return s})),function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"}(s||(s={}))},iPoI:function(t,e,i){"use strict";i.d(e,"a",(function(){return n})),i.d(e,"b",(function(){return r}));var s=i("FXpb");function n(t){return new Promise(e=>{var i,n,r,o;const h=Object(s.m)({type:"file"});h.accept=null!=(n=null===(i=t)||void 0===i?void 0:i.accept)?n:"",h.multiple=null!=(o=null===(r=t)||void 0===r?void 0:r.multiple)&&o,h.onchange=()=>{h.files&&h.files.length?e([...h.files]):e([])},h.click()})}function r(t){return new Promise((e,i)=>{const s=new FileReader;s.addEventListener("loadend",()=>{s.result instanceof ArrayBuffer?e(s.result):i(new Error("Couldn't read file."))}),s.readAsArrayBuffer(t)})}},iR5r:function(t,e,i){"use strict";i.d(e,"a",(function(){return n})),i.d(e,"b",(function(){return r}));var s=i("Womt");function n(t){return t.textures.map(r)}function r(t){let e,i;switch(t.format[1]){case 6:e=s.RGBA_S3TC_DXT1_Format,i=t.width*t.height/2;break;case 7:e=s.RGBA_S3TC_DXT3_Format,i=t.width*t.height;break;default:throw new Error(`Format ${t.format.join(", ")} not supported.`)}const n=new s.CompressedTexture([{data:new Uint8Array(t.data,0,i),width:t.width,height:t.height}],t.width,t.height,e);return n.minFilter=s.LinearFilter,n.wrapS=s.MirroredRepeatWrapping,n.wrapT=s.MirroredRepeatWrapping,n.needsUpdate=!0,n}},iUMt:function(t,e,i){"use strict";i.d(e,"a",(function(){return c}));var s=i("nN8q"),n=i("FXpb"),r=(i("pxmB"),i("jJhE")),o=i("4VsB"),h=i("ouMO");const a=500,u=500;class c extends s.a{constructor(t){var e,i;super(t),this.x=0,this.y=0,this.prev_mouse_x=0,this.prev_mouse_y=0,this._title=new o.a(this,"",this.set_title),this._description=new o.a(this,"",this.set_description),this._content=new o.a(this,"",this.set_content),this._ondismiss=Object(h.a)(),this.children=[],this.title=this._title,this.description=this._description,this.content=this._content,this.ondismiss=this._ondismiss,this.mousedown=t=>{this.prev_mouse_x=t.clientX,this.prev_mouse_y=t.clientY,window.addEventListener("mousemove",this.window_mousemove),window.addEventListener("mouseup",this.window_mouseup)},this.window_mousemove=t=>{t.preventDefault(),this.set_position(this.x+t.clientX-this.prev_mouse_x,this.y+t.clientY-this.prev_mouse_y),this.prev_mouse_x=t.clientX,this.prev_mouse_y=t.clientY},this.window_mouseup=t=>{t.preventDefault(),window.removeEventListener("mousemove",this.window_mousemove),window.removeEventListener("mouseup",this.window_mouseup)},this.element=Object(n.q)({className:"core_Dialog",tabIndex:0},this.header_element=Object(n.i)(),this.description_element=Object(n.h)({className:"core_Dialog_description"}),this.content_element=Object(n.h)({className:"core_Dialog_body"}),Object(n.h)({className:"core_Dialog_footer"},...(i=null===(e=t)||void 0===e?void 0:e.footer,null!=i?i:[]))),this.element.style.width=`${a}px`,this.element.style.maxHeight=`${u}px`,this.element.addEventListener("keydown",t=>this.keydown(t)),t&&("string"==typeof t.title?this.title.val=t.title:t.title&&this.title.bind_to(t.title),"string"==typeof t.description?this.description.val=t.description:t.description&&this.description.bind_to(t.description),Object(r.a)(t.content)?this.content.bind_to(t.content):null!=t.content&&(this.content.val=t.content)),this.set_position((window.innerWidth-a)/2,(window.innerHeight-u)/2),this.header_element.addEventListener("mousedown",this.mousedown),this.overlay_element=Object(n.h)({className:"core_Dialog_modal_overlay",tabIndex:-1}),this.overlay_element.addEventListener("focus",()=>this.focus()),this.finalize_construction()}dispose(){super.dispose(),this.overlay_element.remove()}focus(){(this.first_focusable_child(this.element)||this.element).focus()}first_focusable_child(t){for(const e of t.children)if(e instanceof HTMLElement){if(e.tabIndex>=0)return e;{const t=this.first_focusable_child(e);if(t)return t}}}set_position(t,e){this.x=t,this.y=e,this.element.style.transform=`translate(${Math.floor(t)}px, ${Math.floor(e)}px)`}set_visible(t){t?(document.body.append(this.overlay_element),document.body.append(this.element),this.focus()):(this.overlay_element.remove(),this.element.remove())}set_title(t){this.header_element.textContent=t}set_description(t){""===t?(this.description_element.hidden=!0,this.description_element.textContent=""):(this.description_element.hidden=!1,this.description_element.textContent=t)}set_content(t){this.content_element.textContent="",this.content_element.append(t)}keydown(t){"Escape"===t.key&&this._ondismiss.emit({value:t})}}},kwt4:function(t,e,i){"use strict";var s=i("9Ykw"),n=i("rwco");const r=n.a.get("core/data_formats/parsing/ninja/njcm");var o;function h(t,e){const i=t.u32(),s=t.u32(),n=t.vec3_f32(),r=t.f32(),h=[],u=[];if(i){t.seek_start(i);for(const i of a(t,e,!0))if(i.type===o.Vertex)for(const t of i.vertices)h[t.index]={position:t.position,normal:t.normal,bone_weight:t.bone_weight,bone_weight_status:t.bone_weight_status,calc_continue:t.calc_continue}}if(s){t.seek_start(s);let i=void 0;for(const s of a(t,e,!1))if(s.type===o.Tiny)i=s.texture_id;else if(s.type===o.Strip){for(const t of s.triangle_strips)t.texture_id=i;u.push(...s.triangle_strips)}}return{type:"njcm",vertices:h,meshes:u,collision_sphere_center:n,collision_sphere_radius:r}}function a(t,e,i){const s=[];let n=!0;for(;n;){const h=t.u8(),_=t.u8(),l=t.position;let d=0;if(0===h)s.push({type:o.Null,type_id:h});else if(1<=h&&h<=3)s.push({type:o.Bits,type_id:h});else if(4===h){const i=_,r=t.position;s.push({type:o.CachePolygonList,type_id:h,cache_index:i,offset:r}),e[i]=r,n=!1}else if(5===h){const n=_,r=e[n];null!=r&&(t.seek_start(r),s.push(...a(t,e,i))),s.push({type:o.DrawPolygonList,type_id:h,cache_index:n})}else if(8<=h&&h<=9){d=2;const e=t.u16();s.push({type:o.Tiny,type_id:h,flip_u:0!=(128&h),flip_v:0!=(64&h),clamp_u:0!=(32&h),clamp_v:0!=(16&h),mipmap_d_adjust:15&h,filter_mode:e>>>14,super_sample:0!=(64&e),texture_id:8191&e})}else 17<=h&&h<=31?(d=2+2*t.u16(),s.push({type:o.Material,type_id:h})):32<=h&&h<=50?(d=2+4*t.u16(),s.push({type:o.Vertex,type_id:h,vertices:u(t,h,_)})):56<=h&&h<=58?(d=2+2*t.u16(),s.push({type:o.Volume,type_id:h})):64<=h&&h<=75?(d=2+2*t.u16(),s.push({type:o.Strip,type_id:h,triangle_strips:c(t,h,_)})):255===h?(d=i?2:0,s.push({type:o.End,type_id:h}),n=!1):(d=2+2*t.u16(),s.push({type:o.Unknown,type_id:h}),r.warn(`Unknown chunk type ${h} at offset ${l}.`));t.seek_start(l+d)}return s}function u(t,e,i){if(e<32||e>50)return r.warn(`Unknown vertex chunk type ${e}.`),[];const s=3&i,n=0!=(128&i),o=t.u16(),h=t.u16(),a=[];for(let i=0;i=42&&(44===e?(r.index=o+t.u16(),r.bone_weight=t.u16()/255):t.seek(4));else if(48<=e&&e<=50){const i=t.u32();r.normal={x:(i>>20&1023)/1023,y:(i>>10&1023)/1023,z:(1023&i)/1023},e>=49&&t.seek(4)}a.push(r)}return a}function c(t,e,i){const s={ignore_light:0!=(1&i),ignore_specular:0!=(2&i),ignore_ambient:0!=(4&i),use_alpha:0!=(8&i),double_side:0!=(16&i),flat_shading:0!=(32&i),environment_mapping:0!=(64&i)},n=t.u16(),r=n>>>14,o=16383&n;let h=!1,a=!1,u=!1,c=!1;switch(e){case 64:break;case 65:case 66:h=!0;break;case 67:u=!0;break;case 68:case 69:h=!0,u=!0;break;case 70:a=!0;break;case 71:case 72:h=!0,a=!0;break;case 73:break;case 74:case 75:c=!0;break;default:throw new Error(`Unexpected chunk type ID: ${e}.`)}const _=[];for(let e=0;e=2&&t.seek(2*r)}_.push(Object.assign(Object.assign({},s),{clockwise_winding:i,has_tex_coords:h,has_normal:u,vertices:o}))}return _}!function(t){t[t.Unknown=0]="Unknown",t[t.Null=1]="Null",t[t.Bits=2]="Bits",t[t.CachePolygonList=3]="CachePolygonList",t[t.DrawPolygonList=4]="DrawPolygonList",t[t.Tiny=5]="Tiny",t[t.Material=6]="Material",t[t.Vertex=7]="Vertex",t[t.Volume=8]="Volume",t[t.Strip=9]="Strip",t[t.End=10]="End"}(o||(o={}));const _=n.a.get("core/data_formats/parsing/ninja/xj");function l(t){t.seek(4);const e=t.u32(),i=t.u32(),s=t.u32(),n=t.u32(),r=t.u32(),o=t.u32(),h={type:"xj",vertices:[],meshes:[],collision_sphere_position:t.vec3_f32(),collision_sphere_radius:t.f32()};return i>=1&&(i>1&&_.warn(`Vertex info count of ${i} was larger than expected.`),h.vertices.push(...function(t,e){t.seek_start(e);const i=t.u16();t.seek(2);const s=t.u32(),n=t.u32(),r=t.u32(),o=[];for(let e=0;et.type===m),o=[];for(const t of r)o.push(...z(t.data,e,i));return Object(p.c)(o,n.problems)}function z(t,e,i){const s=t.u32(),n=0!=(1&s),r=0!=(2&s),o=0!=(4&s),h=0!=(8&s),a=0!=(16&s),u=0!=(32&s),c=0!=(64&s),_=0!=(128&s),l=t.u32(),d=t.vec3_f32(),f={x:t.i32()*b,y:t.i32()*b,z:t.i32()*b},p=t.vec3_f32(),m=t.u32(),w=t.u32();let v,y,k;return l&&(t.seek_start(l),v=e(t,i)),m?(t.seek_start(m),y=z(t,e,i)):y=[],w?(t.seek_start(w),k=z(t,e,i)):k=[],[new g({no_translate:n,no_rotate:r,no_scale:o,hidden:h,break_child_trace:a,zxy_rotation_order:u,skip:c,shape_skip:_},v,d,f,p,y),...k]}},oyid:function(t,e,i){"use strict";i.d(e,"a",(function(){return o}));var s=i("sDu+"),n=i("4VsB"),r=i("FXpb");class o extends s.a{constructor(t=!1,e){super(e),this.element=Object(r.m)({className:"core_CheckBox"}),this.preferred_label_position="right",this._checked=new n.a(this,t,this.set_checked),this.checked=this._checked,this.set_checked(t),this.element.type="checkbox",this.element.onchange=()=>this._checked.set_val(this.element.checked,{silent:!1}),this.finalize_construction()}set_enabled(t){super.set_enabled(t),this.element.disabled=!t}set_checked(t){this.element.checked=t}}},tRdk:function(t,e,i){"use strict";i.d(e,"a",(function(){return n}));var s=i("Womt");function n(t){return new s.Vector3(t.x,t.y,t.z)}},tjEv:function(t,e,i){"use strict";i.d(e,"a",(function(){return s}));class s{constructor(t=8192){this._size=0,this._buffer=new ArrayBuffer(t),this._data_view=new DataView(this._buffer)}get size(){return this._size}set size(t){if(t<0)throw new Error("Size should be non-negative.");this.ensure_capacity(t),this._size=t}get capacity(){return this._buffer.byteLength}get backing_buffer(){return this._buffer}get view(){return this._data_view}sub_view(t,e){return new DataView(this._buffer,t,e)}ensure_capacity(t){if(t>this.capacity){let e=this.capacity||t;do{e*=2}while(et-e))i.set(t,n++);for(const e of this.groups)t.addGroup(e.offset,e.size,i.get(e.material_index));return e.normalized_material_indices=i,t.computeBoundingSphere(),t.computeBoundingBox(),t}}},w6HN:function(t,e,i){"use strict";i.d(e,"a",(function(){return o}));var s=i("TRid"),n=(i("IQIM"),i("sDu+")),r=i("FXpb");class o extends s.a{constructor(t,...e){super(t instanceof s.a?void 0:t),this.element=Object(r.h)({className:"core_ToolBar"}),this.height=33,this.element.style.height=`${this.height}px`,this.children=t instanceof s.a?[t,...e]:e;for(const t of this.children)if(this.disposable(t),t instanceof n.a&&t.label){const e=Object(r.h)({className:"core_ToolBar_group"});"left"===t.preferred_label_position||"top"===t.preferred_label_position?e.append(t.label.element,t.element):e.append(t.element,t.label.element),this.element.append(e)}else this.element.append(t.element);this.finalize_construction()}set_enabled(t){super.set_enabled(t);for(const e of this.children)e.enabled.val=t}}},yub1:function(t,e,i){"use strict";i.d(e,"a",(function(){return c})),i.d(e,"b",(function(){return _}));var s=i("9Ykw"),n=i("rwco"),r=i("BAAx"),o=i("5cb6");const h=n.a.get("core/data_formats/parsing/ninja/texture"),a=1213027928,u=1414682200;function c(t){const e=Object(s.b)(t,!0);return t.seek_start(0),e.success&&null!=e.value.find(t=>t.type===a||t.type===u)}function _(t){const e=Object(s.a)(t);if(!e.success)return e;const i=Object(r.b)(h);i.add_result(e);const n=e.value,c=n.find(t=>t.type===a),_=c&&function(t){return{texture_count:t.u16()}}(c.data),l=n.filter(t=>t.type===u).map(t=>(function(t){const e=t.u32(),i=t.u32(),s=t.u32(),n=t.u16(),r=t.u16(),o=t.u32();return t.seek(36),{id:s,format:[e,i],width:n,height:r,size:o,data:t.array_buffer(o)}})(t.data));return _||0!==l.length?(_&&_.texture_count!==l.length&&i.add_problem(o.b.Warning,"Corrupted XVM file.",`Found ${l.length} textures instead of ${_.texture_count} as defined in the header.`),i.success({textures:l})):(i.add_problem(o.b.Error,"Corrupted XVM file.","No header and no XVRT chunks found."),i.failure())}}}]); \ No newline at end of file diff --git a/2.a69ce8198525d383ffdc.js b/2.a69ce8198525d383ffdc.js new file mode 100644 index 00000000..1a78bf9e --- /dev/null +++ b/2.a69ce8198525d383ffdc.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{"9Ykw":function(e,t,n){"use strict";n.d(t,"a",(function(){return u})),n.d(t,"b",(function(){return a}));var s=n("BAAx"),r=n("rwco"),i=n("5cb6");const o=r.a.get("core/data_formats/parsing/iff");function u(e,t=!1){return c(e,t,[],(e,t,n)=>({type:t,data:e.take(n)}))}function a(e,t=!1){return c(e,t,[],(e,t,n)=>({type:t,size:n}))}function c(e,t,n,r){const u=Object(s.b)(o);let a=!1;for(;e.bytes_left>=8;){const s=e.u32(),o=e.position,c=e.u32();if(c>e.bytes_left){a=!0,t||u.add_problem(0===n.length?i.b.Error:i.b.Warning,"Invalid IFF format.",`Size ${c} was too large (only ${e.bytes_left} bytes left) at position ${o}.`);break}n.push(r(e,s,c))}return a&&0===n.length?u.failure():u.success(n)}},BAAx:function(e,t,n){"use strict";function s(e,t){return{success:!0,value:e,problems:null!=t?t:[]}}function r(e){return{success:!1,problems:null!=e?e:[]}}function i(e){if(e.success)return e.value;throw new Error(e.problems.join("\n"))}function o(e){return new u(e)}n.d(t,"c",(function(){return s})),n.d(t,"a",(function(){return r})),n.d(t,"d",(function(){return i})),n.d(t,"b",(function(){return o}));class u{constructor(e){this.logger=e,this.problems=[]}add_problem(e,t,n,s){return this.logger.log(e,n,s),this.problems.push({severity:e,ui_message:t}),this}add_result(e){return this.problems.push(...e.problems),this}success(e){return s(e,this.problems)}failure(){return r(this.problems)}}},VwSi:function(e,t,n){"use strict";n.d(t,"a",(function(){return i})),n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return u}));var s=n("kwt4");const r=1296321870;var i,o;function u(e,t){return e.u32()===r?function(e,t){const n=e.u32();return a(e.take(n),t)}(e,t):(e.seek_start(0),function(e,t){e.seek_end(16);const n=e.u32();e.seek_start(n);const s=e.u32();return e.seek_start(s),function(e,t){e.seek(4);const n=e.u32();return e.seek_start(n),a(e,t)}(e,t)}(e,t))}function a(e,t){let n=e.u32();const s=e.u32(),r=e.u16(),i=e.u16(),u=(192&i)>>6,a=15&i,f=[];for(let i=0;i=n)return e.seek_start(i),f(e,t);o=s}return r}function f(e,t){const n=[];for(let r=0;r>>3&7,dst_alpha:7&f});else if(4===u){const n=f,i=e.position;s.push({type:o.CachePolygonList,type_id:u,cache_index:n,offset:i}),t[n]=i,r=!1}else if(5===u){const r=f,i=t[r];null!=i&&(e.seek_start(i),s.push(...a(e,t,n))),s.push({type:o.DrawPolygonList,type_id:u,cache_index:r})}else if(8<=u&&u<=9){p=2;const t=e.u16();s.push({type:o.Tiny,type_id:u,flip_u:0!=(128&u),flip_v:0!=(64&u),clamp_u:0!=(32&u),clamp_v:0!=(16&u),mipmap_d_adjust:15&u,filter_mode:t>>>14,super_sample:0!=(64&t),texture_id:8191&t})}else if(17<=u&&u<=31){let t,n,r;p=2+2*e.u16(),0!=(1&f)&&(t={b:e.u8()/255,g:e.u8()/255,r:e.u8()/255,a:e.u8()/255}),0!=(2&f)&&(n={b:e.u8()/255,g:e.u8()/255,r:e.u8()/255,a:e.u8()/255}),0!=(4&f)&&(r={b:e.u8(),g:e.u8(),r:e.u8(),e:e.u8()}),s.push({type:o.Material,type_id:u,src_alpha:f>>>3&7,dst_alpha:7&f,diffuse:t,ambient:n,specular:r})}else 32<=u&&u<=50?(p=2+4*e.u16(),s.push({type:o.Vertex,type_id:u,vertices:c(e,u,f)})):56<=u&&u<=58?(p=2+2*e.u16(),s.push({type:o.Volume,type_id:u})):64<=u&&u<=75?(p=2+2*e.u16(),s.push({type:o.Strip,type_id:u,triangle_strips:l(e,u,f)})):255===u?(p=n?2:0,s.push({type:o.End,type_id:u}),r=!1):(p=2+2*e.u16(),s.push({type:o.Unknown,type_id:u}),i.warn(`Unknown chunk type ${u} at offset ${_}.`));e.seek_start(_+p)}return s}function c(e,t,n){if(t<32||t>50)return i.warn(`Unknown vertex chunk type ${t}.`),[];const s=3&n,r=0!=(128&n),o=e.u16(),u=e.u16(),a=[];for(let n=0;n=42&&(44===t?(i.index=o+e.u16(),i.bone_weight=e.u16()/255):e.seek(4));else if(48<=t&&t<=50){const n=e.u32();i.normal={x:(n>>20&1023)/1023,y:(n>>10&1023)/1023,z:(1023&n)/1023},t>=49&&e.seek(4)}a.push(i)}return a}function l(e,t,n){const s={ignore_light:0!=(1&n),ignore_specular:0!=(2&n),ignore_ambient:0!=(4&n),use_alpha:0!=(8&n),double_side:0!=(16&n),flat_shading:0!=(32&n),environment_mapping:0!=(64&n)},r=e.u16(),i=r>>>14,o=16383&r;let u=!1,a=!1,c=!1,l=!1;switch(t){case 64:break;case 65:case 66:u=!0;break;case 67:c=!0;break;case 68:case 69:u=!0,c=!0;break;case 70:a=!0;break;case 71:case 72:u=!0,a=!0;break;case 73:break;case 74:case 75:l=!0;break;default:throw new Error(`Unexpected chunk type ID: ${t}.`)}const f=[];for(let t=0;t=2&&e.seek(2*i)}f.push(Object.assign(Object.assign({},s),{clockwise_winding:n,has_tex_coords:u,has_normal:c,vertices:o}))}return f}!function(e){e[e.Unknown=0]="Unknown",e[e.Null=1]="Null",e[e.Bits=2]="Bits",e[e.CachePolygonList=3]="CachePolygonList",e[e.DrawPolygonList=4]="DrawPolygonList",e[e.Tiny=5]="Tiny",e[e.Material=6]="Material",e[e.Vertex=7]="Vertex",e[e.Volume=8]="Volume",e[e.Strip=9]="Strip",e[e.End=10]="End"}(o||(o={}));const f=r.a.get("core/data_formats/parsing/ninja/xj");function _(e){e.seek(4);const t=e.u32(),n=e.u32(),s=e.u32(),r=e.u32(),i=e.u32(),o=e.u32(),u={type:"xj",vertices:[],meshes:[],collision_sphere_position:e.vec3_f32(),collision_sphere_radius:e.f32()};return n>=1&&(n>1&&f.warn(`Vertex info count of ${n} was larger than expected.`),u.vertices.push(...function(e,t){e.seek_start(t);const n=e.u16();e.seek(2);const s=e.u32(),r=e.u32(),i=e.u32(),o=[];for(let t=0;te.type===k),o=[];for(const e of i)o.push(...j(e.data,t,n));return Object(d.c)(o,r.problems)}function j(e,t,n){const s=e.u32(),r=0!=(1&s),i=0!=(2&s),o=0!=(4&s),u=0!=(8&s),a=0!=(16&s),c=0!=(32&s),l=0!=(64&s),f=0!=(128&s),_=e.u32(),p=e.vec3_f32(),h={x:e.i32()*b,y:e.i32()*b,z:e.i32()*b},d=e.vec3_f32(),k=e.u32(),y=e.u32();let g,v,w;return _&&(e.seek_start(_),g=t(e,n)),k?(e.seek_start(k),v=j(e,t,n)):v=[],y?(e.seek_start(y),w=j(e,t,n)):w=[],[new m({no_translate:r,no_rotate:i,no_scale:o,hidden:u,break_child_trace:a,zxy_rotation_order:c,skip:l,shape_skip:f},g,p,h,d,v),...w]}}}]); \ No newline at end of file diff --git a/11.b1a318c0d8cb789efd94.js b/20.1c3789441a14a20a68e9.js similarity index 97% rename from 11.b1a318c0d8cb789efd94.js rename to 20.1c3789441a14a20a68e9.js index 137c72f8..2963fde4 100644 --- a/11.b1a318c0d8cb789efd94.js +++ b/20.1c3789441a14a20a68e9.js @@ -1 +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.B)({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.o)({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}}}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[20],{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.B)({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.o)({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}}}}]); \ No newline at end of file diff --git a/21.a5e62013a2f23a67ca71.js b/21.a5e62013a2f23a67ca71.js new file mode 100644 index 00000000..a46f05e5 --- /dev/null +++ b/21.a5e62013a2f23a67ca71.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[21],{HjM1:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var i=n("39ZU"),a=n("nN8q"),s=(n("4AvX"),n("FXpb"));const l=28;class r extends a.a{constructor(e,t){super(t),this.gui_store=e,this.tabs=[],this.bar_element=Object(s.h)({className:"core_TabContainer_Bar"}),this.panes_element=Object(s.h)({className:"core_TabContainer_Panes"}),this.element=Object(s.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(s.s)({className:"core_TabContainer_Tab",data:{key:e.key}},e.title);this.bar_element.append(t);const n=this.disposable(new i.a(e.create_view)),a=Object.assign(Object.assign({},e),{tab_element:t,lazy_view:n});this.tabs.push(a),this.panes_element.append(n.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=`${l}px`;const n=t-l;this.panes_element.style.width=`${e}px`,this.panes_element.style.height=`${n}px`;for(const t of this.tabs)t.lazy_view.resize(e,n);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,n){"use strict";n.r(t);var i=n("HjM1"),a=n("zsIO");class s extends a.a{constructor(e,t,n){super(),this.tab_container=this.add(new i.a(e,{class:"viewer_ViewerView",tabs:[{title:"Models",key:"model",path:"/models",create_view:t},{title:"Textures",key:"texture",path:"/textures",create_view:n}]})),this.finalize_construction()}get element(){return this.tab_container.element}resize(e,t){this.tab_container.resize(e,t)}}var l=n("Tpfs");n.d(t,"initialize_viewer",(function(){return o}));var r=function(e,t,n,i){return new(n||(n=Promise))((function(a,s){function l(e){try{o(i.next(e))}catch(e){s(e)}}function r(e){try{o(i.throw(e))}catch(e){s(e)}}function o(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(l,r)}o((i=i.apply(e,t||[])).next())}))};function o(e,t,i,a){const o=new l.a;return{view:new s(i,()=>r(this,void 0,void 0,(function*(){const{ModelController:s}=yield n.e(24).then(n.bind(null,"UwGQ")),{ModelView:l}=yield Promise.all([n.e(1),n.e(20)]).then(n.bind(null,"puLw")),{CharacterClassAssetLoader:r}=yield Promise.all([n.e(2),n.e(13)]).then(n.bind(null,"ZV42")),{ModelToolBarView:c}=yield Promise.all([n.e(1),n.e(2),n.e(11)]).then(n.bind(null,"i7j/")),{ModelStore:h}=yield Promise.all([n.e(2),n.e(19)]).then(n.bind(null,"HF44")),{ModelToolBarController:d}=yield Promise.all([n.e(2),n.e(10)]).then(n.bind(null,"Ea9h")),{CharacterClassOptionsView:b}=yield Promise.all([n.e(1),n.e(25)]).then(n.bind(null,"Utg3")),{CharacterClassOptionsController:u}=yield n.e(23).then(n.bind(null,"n/YL")),_=o.add(new r(e)),w=o.add(new h(i,_,t)),v=new s(w),p=new d(w),f=new u(w);let y;if(i.feature_active("webgpu")){const{WebgpuRenderer:t}=yield n.e(5).then(n.bind(null,"Ye55")),{ModelGfxRenderer:i}=yield n.e(3).then(n.bind(null,"GfTf"));y=new i(w,new t(!0,e))}else if(i.feature_active("webgl")){const{WebglRenderer:e}=yield n.e(4).then(n.bind(null,"/QjG")),{ModelGfxRenderer:t}=yield n.e(3).then(n.bind(null,"GfTf"));y=new t(w,new e(!0))}else{const{ModelRenderer:e}=yield Promise.all([n.e(0),n.e(2),n.e(12)]).then(n.bind(null,"zaf9"));y=new e(w,a())}return new l(v,new c(p),new b(f),y)})),()=>r(this,void 0,void 0,(function*(){const{TextureController:t}=yield n.e(9).then(n.bind(null,"sKNB")),{TextureView:a}=yield Promise.all([n.e(1),n.e(14)]).then(n.bind(null,"+n1W")),{TextureRenderer:s}=yield n.e(15).then(n.bind(null,"469Q")),l=o.add(new t);let r;if(i.feature_active("webgpu")){const{WebgpuRenderer:t}=yield n.e(5).then(n.bind(null,"Ye55"));r=new s(l,new t(!1,e))}else{const{WebglRenderer:e}=yield n.e(4).then(n.bind(null,"/QjG"));r=new s(l,new e(!1))}return new a(l,r)}))),dispose(){o.dispose()}}}}}]); \ No newline at end of file diff --git a/12.4f45381d7f5aa03836f8.js b/22.fb7d62a6fe4a7ba31d54.js similarity index 93% rename from 12.4f45381d7f5aa03836f8.js rename to 22.fb7d62a6fe4a7ba31d54.js index 6787a2ff..ed42f43a 100644 --- a/12.4f45381d7f5aa03836f8.js +++ b/22.fb7d62a6fe4a7ba31d54.js @@ -1 +1 @@ -(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.p)("Add some items with the combo box on the left to see the optimal combination of hunt methods on the right."),Object(i.p)('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.p)("Only enemy drops are considered. Box drops are coming."),Object(i.p)("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()}}}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[22],{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.p)("Add some items with the combo box on the left to see the optimal combination of hunt methods on the right."),Object(i.p)('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.p)("Only enemy drops are considered. Box drops are coming."),Object(i.p)("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()}}}}]); \ No newline at end of file diff --git a/23.7734e2ea3d340034a0a8.js b/23.7734e2ea3d340034a0a8.js new file mode 100644 index 00000000..2778480e --- /dev/null +++ b/23.7734e2ea3d340034a0a8.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[23],{"n/YL":function(t,r,s){"use strict";s.r(r),s.d(r,"CharacterClassOptionsController",(function(){return c}));var e=s("mKaR"),n=s("LvDl");class c extends e.a{constructor(t){super(),this.store=t,this.set_current_section_id=t=>{null!=t&&this.store.set_current_section_id(t)},this.set_current_body=t=>{this.store.set_current_body(null==t?void 0:t-1)},this.enabled=t.current_character_class.map(t=>null!=t),this.current_section_id=t.current_section_id,this.current_body_options=t.current_character_class.map(t=>t?Object(n.range)(1,t.body_style_count+1):[]),this.current_body=t.current_body.map(t=>null==t?void 0:t+1)}}}}]); \ No newline at end of file diff --git a/14.c2f659013a9209b053d7.js b/24.e0bc3f5f319daf13a1df.js similarity index 88% rename from 14.c2f659013a9209b053d7.js rename to 24.e0bc3f5f319daf13a1df.js index 36e00aa8..3116dd87 100644 --- a/14.c2f659013a9209b053d7.js +++ b/24.e0bc3f5f319daf13a1df.js @@ -1 +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}}}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[24],{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}}}}]); \ No newline at end of file diff --git a/25.307a1bb186f3afc80a25.js b/25.307a1bb186f3afc80a25.js new file mode 100644 index 00000000..c27a74b5 --- /dev/null +++ b/25.307a1bb186f3afc80a25.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[25],{Utg3:function(e,t,s){"use strict";s.r(t),s.d(t,"CharacterClassOptionsView",(function(){return i}));var l=s("zsIO"),n=s("FXpb"),a=s("sv1z"),c=(s("ePAx"),s("nsCy"));class i extends l.a{constructor(e){var t,s;super();const l=this.add(new a.a({class:"viewer_model_CharacterClassOptionsView_section_id",label:"Section ID:",items:c.f,selected:e.current_section_id,to_label:e=>null==e?"":c.e[e],enabled:e.enabled})),i=this.add(new a.a({class:"viewer_model_CharacterClassOptionsView_body",label:"Body:",items:e.current_body_options,selected:e.current_body,enabled:e.enabled}));this.element=Object(n.h)({className:"viewer_model_CharacterClassOptionsView"},Object(n.t)(Object(n.A)(Object(n.v)(null===(t=l.label)||void 0===t?void 0:t.element),Object(n.v)(l.element)),Object(n.A)(Object(n.v)(null===(s=i.label)||void 0===s?void 0:s.element),Object(n.v)(i.element)))),this.disposables(l.selected.observe(({value:t})=>e.set_current_section_id(t)),i.selected.observe(({value:t})=>e.set_current_body(t))),this.finalize_construction()}}}}]); \ No newline at end of file diff --git a/3.90547d533b3b6e25284f.js b/3.90547d533b3b6e25284f.js new file mode 100644 index 00000000..38b26465 --- /dev/null +++ b/3.90547d533b3b6e25284f.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{"9Ykw":function(t,e,s){"use strict";s.d(e,"a",(function(){return a})),s.d(e,"b",(function(){return c}));var n=s("BAAx"),r=s("rwco"),i=s("5cb6");const o=r.a.get("core/data_formats/parsing/iff");function a(t,e=!1){return u(t,e,[],(t,e,s)=>({type:e,data:t.take(s)}))}function c(t,e=!1){return u(t,e,[],(t,e,s)=>({type:e,size:s}))}function u(t,e,s,r){const a=Object(n.b)(o);let c=!1;for(;t.bytes_left>=8;){const n=t.u32(),o=t.position,u=t.u32();if(u>t.bytes_left){c=!0,e||a.add_problem(0===s.length?i.b.Error:i.b.Warning,"Invalid IFF format.",`Size ${u} was too large (only ${t.bytes_left} bytes left) at position ${o}.`);break}s.push(r(t,n,u))}return c&&0===s.length?a.failure():a.success(s)}},BAAx:function(t,e,s){"use strict";function n(t,e){return{success:!0,value:t,problems:null!=e?e:[]}}function r(t){return{success:!1,problems:null!=t?t:[]}}function i(t){if(t.success)return t.value;throw new Error(t.problems.join("\n"))}function o(t){return new a(t)}s.d(e,"c",(function(){return n})),s.d(e,"a",(function(){return r})),s.d(e,"d",(function(){return i})),s.d(e,"b",(function(){return o}));class a{constructor(t){this.logger=t,this.problems=[]}add_problem(t,e,s,n){return this.logger.log(t,s,n),this.problems.push({severity:t,ui_message:e}),this}add_result(t){return this.problems.push(...t.problems),this}success(t){return n(t,this.problems)}failure(){return r(this.problems)}}},GfTf:function(t,e,s){"use strict";s.r(e);var n,r=s("Tpfs"),i=s("kwt4"),o=s("tRdk"),a=s("ZKO6"),c=s("e6d5"),u=s("y3fX");!function(t){t[t.ZXY=0]="ZXY",t[t.ZYX=1]="ZYX"}(n||(n={}));class h{constructor(t,e,s,n){this.w=t,this.x=e,this.y=s,this.z=n}static euler_angles(t,e,s,r){const i=Math.cos(.5*t),o=Math.sin(.5*t),a=Math.cos(.5*e),c=Math.sin(.5*e),u=Math.cos(.5*s),d=Math.sin(.5*s);switch(r){case n.ZXY:return new h(i*a*u-o*c*d,o*a*u-i*c*d,i*c*u+o*a*d,i*a*d+o*c*u);case n.ZYX:return new h(i*a*u+o*c*d,o*a*u-i*c*d,i*c*u+o*a*d,i*a*d-o*c*u)}}}var d=s("tDPm");const l=new d.c(0,1,0),_=(new d.b(0,0),new d.c(0,0,0)),f=new h(1,0,0,0),p=new d.c(1,1,1);class m{constructor(){this.vertices_stack=[]}put(t){this.vertices_stack.push(t)}get(t){const e=[];for(let s=this.vertices_stack.length-1;s>=0;s--){const n=this.vertices_stack[s][t];n&&e.push(n)}return e}}class b{constructor(){this.vertices=new m}to_node(t){const{no_translate:e,no_rotate:s,no_scale:r,hidden:i,break_child_trace:o,zxy_rotation_order:a,skip:u}=t.evaluation_flags,{position:l,rotation:m,scale:b}=t,x=d.a.compose(e?_:l,s?f:h.euler_angles(m.x,m.y,m.z,a?n.ZXY:n.ZYX),r?p:b);let v;t.model&&!i&&(v=this.model_to_mesh(t.model));const g=new c.b(v,x);if(!o)for(const e of t.children)g.add_child(this.to_node(e));return g}model_to_mesh(t){return Object(i.b)(t)?this.njcm_model_to_mesh(t):this.xj_model_to_mesh(t)}njcm_model_to_mesh(t){var e,s;const n=t.vertices.map(t=>{return{position:Object(o.a)(t.position),normal:t.normal?Object(o.a)(t.normal):l,bone_weight:t.bone_weight,bone_weight_status:t.bone_weight_status,calc_continue:t.calc_continue}});this.vertices.put(n);const r=a.a.builder(u.d.PosNorm);for(const n of t.meshes)for(let t=0;t=2&&(t%2==(n.clockwise_winding?1:0)?r.triangle(u-2,u-1,u):r.triangle(u-2,u,u-1))}}return r.build()}xj_model_to_mesh(t){const e=a.a.builder(u.d.PosNorm);for(const{position:s,normal:n}of t.vertices)e.vertex(Object(o.a)(s),n?Object(o.a)(n):l);for(const s of t.meshes){let t=!1;for(let n=2;n{this.renderer.destroy_scene();const t=this.store.current_nj_object.val;if(t){const e=function(t){return(new b).to_node(t)}(t);this.renderer.scene.root_node.add_child(e),this.renderer.scene.traverse(t=>{var e;null===(e=t.mesh)||void 0===e||e.upload(this.renderer.gfx)},void 0)}this.renderer.schedule_render()},this.canvas_element=e.canvas_element,e.camera.pan(0,0,50),this.disposer.add_all(t.current_nj_object.observe(this.nj_object_or_xvm_changed))}dispose(){this.disposer.dispose()}start_rendering(){this.renderer.start_rendering()}stop_rendering(){this.renderer.stop_rendering()}set_size(t,e){this.renderer.set_size(t,e)}}},ZKO6:function(t,e,s){"use strict";var n=s("y3fX");class r{constructor(t){this.format=t,this.vertex_data=[],this.index_data=[]}get vertex_count(){return this.vertex_data.length}triangle(t,e,s){return this.index_data.push(t,e,s),this}build(){const t=Object(n.f)(this.format),e=Object(n.e)(this.format),s=Object(n.g)(this.format),r=new ArrayBuffer(this.vertex_data.length*t),i=new DataView(r);let o=0;for(const{pos:n,normal:r,tex:a}of this.vertex_data)i.setFloat32(o,n.x,!0),i.setFloat32(o+4,n.y,!0),i.setFloat32(o+8,n.z,!0),-1!==e&&(i.setFloat32(o+e,r.x,!0),i.setFloat32(o+e+4,r.y,!0),i.setFloat32(o+e+8,r.z,!0)),-1!==s&&(i.setUint16(o+s,65535*a.x,!0),i.setUint16(o+s+2,65535*a.y,!0)),o+=t;const a=new Uint16Array(2*Math.ceil(this.index_data.length/2));return a.set(this.index_data),new c(this.format,r,a,this.index_data.length,this._texture)}}class i extends r{constructor(){super(n.d.PosNorm)}vertex(t,e){return this.vertex_data.push({pos:t,normal:e}),this}}class o extends r{constructor(){super(n.d.PosTex)}vertex(t,e){return this.vertex_data.push({pos:t,tex:e}),this}texture(t){return this._texture=t,this}}class a extends r{constructor(){super(n.d.PosNormTex)}vertex(t,e,s){return this.vertex_data.push({pos:t,normal:e,tex:s}),this}texture(t){return this._texture=t,this}}s.d(e,"a",(function(){return c}));class c{constructor(t,e,s,n,r){this.format=t,this.vertex_data=e,this.index_data=s,this.index_count=n,this.texture=r}static builder(t){switch(t){case n.d.PosNorm:return new i;case n.d.PosTex:return new o;case n.d.PosNormTex:return new a}}upload(t){var e;null===(e=this.texture)||void 0===e||e.upload(),null==this.gfx_mesh&&(this.gfx_mesh=t.create_gfx_mesh(this.format,this.vertex_data,this.index_data,this.texture))}destroy(t){t.destroy_gfx_mesh(this.gfx_mesh)}}},e6d5:function(t,e,s){"use strict";s.d(e,"a",(function(){return r})),s.d(e,"b",(function(){return i}));var n=s("tDPm");class r{constructor(){this.root_node=new i(void 0,n.a.identity())}traverse(t,e){this.traverse_node(this.root_node,t,e)}traverse_node(t,e,s){const n=e(t,s);for(const s of t.children)this.traverse_node(s,e,n)}}class i{constructor(t,e,...s){this.mesh=t,this.transform=e,this._children=s}get children(){return this._children}add_child(t){this._children.push(t)}clear_children(){this._children.splice(0)}}},kwt4:function(t,e,s){"use strict";var n=s("9Ykw"),r=s("rwco");const i=r.a.get("core/data_formats/parsing/ninja/njcm");var o;function a(t,e){const s=t.u32(),n=t.u32(),r=t.vec3_f32(),i=t.f32(),a=[],u=[];if(s){t.seek_start(s);for(const s of c(t,e,!0))if(s.type===o.Vertex)for(const t of s.vertices)a[t.index]={position:t.position,normal:t.normal,bone_weight:t.bone_weight,bone_weight_status:t.bone_weight_status,calc_continue:t.calc_continue}}if(n){t.seek_start(n);let s=void 0,r=void 0,i=void 0;for(const n of c(t,e,!1))switch(n.type){case o.Bits:r=n.src_alpha,i=n.dst_alpha;break;case o.Tiny:s=n.texture_id;break;case o.Material:r=n.src_alpha,i=n.dst_alpha;break;case o.Strip:for(const t of n.triangle_strips)t.texture_id=s,t.src_alpha=r,t.dst_alpha=i;u.push(...n.triangle_strips)}}return{type:"njcm",vertices:a,meshes:u,collision_sphere_center:r,collision_sphere_radius:i}}function c(t,e,s){const n=[];let r=!0;for(;r;){const a=t.u8(),d=t.u8(),l=t.position;let _=0;if(0===a)n.push({type:o.Null,type_id:a});else if(1<=a&&a<=3)n.push({type:o.Bits,type_id:a,src_alpha:d>>>3&7,dst_alpha:7&d});else if(4===a){const s=d,i=t.position;n.push({type:o.CachePolygonList,type_id:a,cache_index:s,offset:i}),e[s]=i,r=!1}else if(5===a){const r=d,i=e[r];null!=i&&(t.seek_start(i),n.push(...c(t,e,s))),n.push({type:o.DrawPolygonList,type_id:a,cache_index:r})}else if(8<=a&&a<=9){_=2;const e=t.u16();n.push({type:o.Tiny,type_id:a,flip_u:0!=(128&a),flip_v:0!=(64&a),clamp_u:0!=(32&a),clamp_v:0!=(16&a),mipmap_d_adjust:15&a,filter_mode:e>>>14,super_sample:0!=(64&e),texture_id:8191&e})}else if(17<=a&&a<=31){let e,s,r;_=2+2*t.u16(),0!=(1&d)&&(e={b:t.u8()/255,g:t.u8()/255,r:t.u8()/255,a:t.u8()/255}),0!=(2&d)&&(s={b:t.u8()/255,g:t.u8()/255,r:t.u8()/255,a:t.u8()/255}),0!=(4&d)&&(r={b:t.u8(),g:t.u8(),r:t.u8(),e:t.u8()}),n.push({type:o.Material,type_id:a,src_alpha:d>>>3&7,dst_alpha:7&d,diffuse:e,ambient:s,specular:r})}else 32<=a&&a<=50?(_=2+4*t.u16(),n.push({type:o.Vertex,type_id:a,vertices:u(t,a,d)})):56<=a&&a<=58?(_=2+2*t.u16(),n.push({type:o.Volume,type_id:a})):64<=a&&a<=75?(_=2+2*t.u16(),n.push({type:o.Strip,type_id:a,triangle_strips:h(t,a,d)})):255===a?(_=s?2:0,n.push({type:o.End,type_id:a}),r=!1):(_=2+2*t.u16(),n.push({type:o.Unknown,type_id:a}),i.warn(`Unknown chunk type ${a} at offset ${l}.`));t.seek_start(l+_)}return n}function u(t,e,s){if(e<32||e>50)return i.warn(`Unknown vertex chunk type ${e}.`),[];const n=3&s,r=0!=(128&s),o=t.u16(),a=t.u16(),c=[];for(let s=0;s=42&&(44===e?(i.index=o+t.u16(),i.bone_weight=t.u16()/255):t.seek(4));else if(48<=e&&e<=50){const s=t.u32();i.normal={x:(s>>20&1023)/1023,y:(s>>10&1023)/1023,z:(1023&s)/1023},e>=49&&t.seek(4)}c.push(i)}return c}function h(t,e,s){const n={ignore_light:0!=(1&s),ignore_specular:0!=(2&s),ignore_ambient:0!=(4&s),use_alpha:0!=(8&s),double_side:0!=(16&s),flat_shading:0!=(32&s),environment_mapping:0!=(64&s)},r=t.u16(),i=r>>>14,o=16383&r;let a=!1,c=!1,u=!1,h=!1;switch(e){case 64:break;case 65:case 66:a=!0;break;case 67:u=!0;break;case 68:case 69:a=!0,u=!0;break;case 70:c=!0;break;case 71:case 72:a=!0,c=!0;break;case 73:break;case 74:case 75:h=!0;break;default:throw new Error(`Unexpected chunk type ID: ${e}.`)}const d=[];for(let e=0;e=2&&t.seek(2*i)}d.push(Object.assign(Object.assign({},n),{clockwise_winding:s,has_tex_coords:a,has_normal:u,vertices:o}))}return d}!function(t){t[t.Unknown=0]="Unknown",t[t.Null=1]="Null",t[t.Bits=2]="Bits",t[t.CachePolygonList=3]="CachePolygonList",t[t.DrawPolygonList=4]="DrawPolygonList",t[t.Tiny=5]="Tiny",t[t.Material=6]="Material",t[t.Vertex=7]="Vertex",t[t.Volume=8]="Volume",t[t.Strip=9]="Strip",t[t.End=10]="End"}(o||(o={}));const d=r.a.get("core/data_formats/parsing/ninja/xj");function l(t){t.seek(4);const e=t.u32(),s=t.u32(),n=t.u32(),r=t.u32(),i=t.u32(),o=t.u32(),a={type:"xj",vertices:[],meshes:[],collision_sphere_position:t.vec3_f32(),collision_sphere_radius:t.f32()};return s>=1&&(s>1&&d.warn(`Vertex info count of ${s} was larger than expected.`),a.vertices.push(...function(t,e){t.seek_start(e);const s=t.u16();t.seek(2);const n=t.u32(),r=t.u32(),i=t.u32(),o=[];for(let e=0;et.type===b),o=[];for(const t of i)o.push(...j(t.data,e,s));return Object(p.c)(o,r.problems)}function j(t,e,s){const n=t.u32(),r=0!=(1&n),i=0!=(2&n),o=0!=(4&n),a=0!=(8&n),c=0!=(16&n),u=0!=(32&n),h=0!=(64&n),d=0!=(128&n),l=t.u32(),_=t.vec3_f32(),f={x:t.i32()*m,y:t.i32()*m,z:t.i32()*m},p=t.vec3_f32(),b=t.u32(),x=t.u32();let g,w,y;return l&&(t.seek_start(l),g=e(t,s)),b?(t.seek_start(b),w=j(t,e,s)):w=[],x?(t.seek_start(x),y=j(t,e,s)):y=[],[new v({no_translate:r,no_rotate:i,no_scale:o,hidden:a,break_child_trace:c,zxy_rotation_order:u,skip:h,shape_skip:d},g,_,f,p,w),...y]}},tDPm:function(t,e,s){"use strict";s.d(e,"b",(function(){return r})),s.d(e,"e",(function(){return i})),s.d(e,"c",(function(){return o})),s.d(e,"a",(function(){return c})),s.d(e,"d",(function(){return u}));var n=s("wtpc");class r{constructor(t,e){this.x=t,this.y=e}get u(){return this.x}get v(){return this.y}}function i(t,e){return new r(t.x-e.x,t.y-e.y)}class o{constructor(t,e,s){this.x=t,this.y=e,this.z=s}}class a{constructor(t){this.data=t,Object(n.d)(9===t.length,"data should be of length 9.")}static of(t,e,s,n,r,i,o,c,u){return new a(new Float32Array([t,n,o,e,r,c,s,i,u]))}static identity(){return a.of(1,0,0,0,1,0,0,0,1)}get(t,e){return this.data[t+3*e]}set(t,e,s){this.data[t+3*e]=s}clone(){return new a(new Float32Array(this.data))}transpose(){let t;const e=this.data;t=e[1],e[1]=e[3],e[3]=t,t=e[2],e[2]=e[6],e[6]=t,t=e[5],e[5]=e[7],e[7]=t}inverse(){const t=this.clone();return t.invert(),t}invert(){const t=this.data[0],e=this.data[1],s=this.data[2],n=this.data[3],r=this.data[4],i=this.data[5],o=this.data[6],a=this.data[7],c=this.data[8],u=c*r-i*a,h=i*o-c*n,d=a*n-r*o,l=t*u+e*h+s*d;if(0===l)return this.data[0]=1,this.data[1]=0,this.data[2]=0,this.data[3]=0,this.data[4]=1,this.data[5]=0,this.data[6]=0,this.data[7]=0,void(this.data[8]=1);const _=1/l;this.data[0]=u*_,this.data[1]=(s*a-c*e)*_,this.data[2]=(i*e-s*r)*_,this.data[3]=h*_,this.data[4]=(c*t-s*o)*_,this.data[5]=(s*n-i*t)*_,this.data[6]=d*_,this.data[7]=(e*o-a*t)*_,this.data[8]=(r*t-e*n)*_}}class c{constructor(t){this.data=t,Object(n.d)(16===t.length,"data should be of length 16.")}static of(t,e,s,n,r,i,o,a,u,h,d,l,_,f,p,m){return new c(new Float32Array([t,r,u,_,e,i,h,f,s,o,d,p,n,a,l,m]))}static identity(){return c.of(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}static translation(t,e,s){return c.of(1,0,0,t,0,1,0,e,0,0,1,s,0,0,0,1)}static scale(t,e,s){return c.of(t,0,0,1,0,e,0,1,0,0,s,1,0,0,0,1)}static compose(t,e,s){const n=e.w,r=e.x,i=e.y,o=e.z,a=r+r,u=i+i,h=o+o,d=r*a,l=r*u,_=r*h,f=i*u,p=i*h,m=o*h,b=n*a,x=n*u,v=n*h,g=s.x,w=s.y,y=s.z;return c.of((1-(f+m))*g,(l-v)*w,(_+x)*y,t.x,(l+v)*g,(1-(d+m))*w,(p-b)*y,t.y,(_-x)*g,(p+b)*w,(1-(d+f))*y,t.z,0,0,0,1)}get(t,e){return this.data[t+4*e]}set(t,e,s){this.data[t+4*e]=s}clone(){return new c(new Float32Array(this.data))}normal_mat3(){const t=a.of(this.data[0],this.data[4],this.data[8],this.data[1],this.data[5],this.data[9],this.data[2],this.data[6],this.data[10]);return t.invert(),t.transpose(),t}}function u(t,e){const s=new c(new Float32Array(16));return h(s.data,t,e),s}function h(t,e,s){for(let n=0;n<4;n++)for(let r=0;r<4;r++)for(let i=0;i<4;i++)t[n+4*r]+=e.data[n+4*i]*s.data[i+4*r]}},tRdk:function(t,e,s){"use strict";s.d(e,"b",(function(){return i})),s.d(e,"a",(function(){return o}));var n=s("Womt"),r=s("tDPm");function i(t){return new n.Vector3(t.x,t.y,t.z)}function o(t){return new r.c(t.x,t.y,t.z)}},y3fX:function(t,e,s){"use strict";var n;s.d(e,"d",(function(){return n})),s.d(e,"b",(function(){return r})),s.d(e,"a",(function(){return i})),s.d(e,"c",(function(){return o})),s.d(e,"f",(function(){return a})),s.d(e,"e",(function(){return c})),s.d(e,"g",(function(){return u})),function(t){t[t.PosNorm=0]="PosNorm",t[t.PosTex=1]="PosTex",t[t.PosNormTex=2]="PosNormTex"}(n||(n={}));const r=0,i=1,o=2;function a(t){switch(t){case n.PosNorm:return 24;case n.PosTex:return 16;case n.PosNormTex:return 28}}function c(t){switch(t){case n.PosTex:return-1;case n.PosNorm:case n.PosNormTex:return 12}}function u(t){switch(t){case n.PosNorm:return-1;case n.PosTex:return 12;case n.PosNormTex:return 24}}}}]); \ No newline at end of file diff --git a/4.e2661b30fb3f35beedec.js b/4.e2661b30fb3f35beedec.js new file mode 100644 index 00000000..edf9a5a8 --- /dev/null +++ b/4.e2661b30fb3f35beedec.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{"/QjG":function(t,e,r){"use strict";r.r(e);var n=r("tDPm"),o=r("y3fX");class i{constructor(t,e,r){this.gl=t;const n=t.createProgram();if(null==n)throw new Error("Failed to create program.");this.program=n;let i=null,s=null;try{if(i=a(t,t.VERTEX_SHADER,e),t.attachShader(n,i),s=a(t,t.FRAGMENT_SHADER,r),t.attachShader(n,s),t.bindAttribLocation(n,o.b,"pos"),t.bindAttribLocation(n,o.a,"normal"),t.bindAttribLocation(n,o.c,"tex"),t.linkProgram(n),!t.getProgramParameter(n,t.LINK_STATUS)){const e=t.getProgramInfoLog(n);throw new Error("Shader linking failed. Program log:\n"+e)}this.mat_projection_loc=this.get_required_uniform_location(n,"mat_projection"),this.mat_camera_loc=this.get_required_uniform_location(n,"mat_camera"),this.mat_normal_loc=t.getUniformLocation(n,"mat_normal"),this.tex_sampler_loc=t.getUniformLocation(n,"tex_sampler"),t.detachShader(n,i),t.detachShader(n,s)}catch(e){throw t.deleteProgram(n),e}finally{t.deleteShader(i),t.deleteShader(s)}}set_mat_projection_uniform(t){this.gl.uniformMatrix4fv(this.mat_projection_loc,!1,t.data)}set_mat_camera_uniform(t){this.gl.uniformMatrix4fv(this.mat_camera_loc,!1,t.data)}set_mat_normal_uniform(t){this.gl.uniformMatrix3fv(this.mat_normal_loc,!1,t.data)}set_texture_uniform(t){this.gl.uniform1i(this.tex_sampler_loc,t-this.gl.TEXTURE0)}bind(){this.gl.useProgram(this.program)}unbind(){this.gl.useProgram(null)}delete(){this.gl.deleteProgram(this.program)}get_required_uniform_location(t,e){const r=this.gl.getUniformLocation(t,e);if(null==r)throw new Error(`Couldn't get ${e} uniform location.`);return r}}function a(t,e,r){const n=t.createShader(e);if(null==n)throw new Error(`Failed to create shader of type ${e}.`);if(t.shaderSource(n,r),t.compileShader(n),!t.getShaderParameter(n,t.COMPILE_STATUS)){const e=t.getShaderInfoLog(n);throw t.deleteShader(n),new Error("Vertex shader compilation failed. Shader log:\n"+e)}return n}var s="#version 300 es\r\n\r\nprecision mediump float;\r\n\r\nuniform mat4 mat_projection;\r\nuniform mat4 mat_camera;\r\nuniform mat3 mat_normal;\r\n\r\nin vec4 pos;\r\nin vec3 normal;\r\n\r\nout vec3 frag_normal;\r\n\r\nvoid main() {\r\n gl_Position = mat_projection * mat_camera * pos;\r\n frag_normal = normalize(mat_normal * normal);\r\n}\r\n",c="#version 300 es\r\n\r\nprecision mediump float;\r\n\r\nconst vec3 light_pos = normalize(vec3(-1, 1, 1));\r\nconst vec4 sky_color = vec4(1, 1, 1, 1);\r\nconst vec4 ground_color = vec4(0.1, 0.1, 0.1, 1);\r\n\r\nin vec3 frag_normal;\r\n\r\nout vec4 frag_color;\r\n\r\nvoid main() {\r\n float cos0 = dot(frag_normal, light_pos);\r\n float a = 0.5 + 0.5 * cos0;\r\n float a_back = 1.0 - a;\r\n\r\n if (gl_FrontFacing) {\r\n frag_color = mix(ground_color, sky_color, a);\r\n } else {\r\n frag_color = mix(ground_color, sky_color, a_back);\r\n }\r\n}\r\n",h="#version 300 es\r\n\r\nprecision mediump float;\r\n\r\nuniform mat4 mat_projection;\r\nuniform mat4 mat_camera;\r\n\r\nin vec4 pos;\r\nin vec2 tex;\r\n\r\nout vec2 f_tex;\r\n\r\nvoid main() {\r\n gl_Position = mat_projection * mat_camera * pos;\r\n f_tex = tex;\r\n}\r\n",d="#version 300 es\r\n\r\nprecision mediump float;\r\n\r\nuniform sampler2D tex_sampler;\r\n\r\nin vec2 f_tex;\r\n\r\nout vec4 frag_color;\r\n\r\nvoid main() {\r\n frag_color = texture(tex_sampler, f_tex);\r\n}\r\n",u=r("FLbM"),l=r("7/+l");class _{constructor(t){this.gl=t}create_gfx_mesh(t,e,r,n){var i;const a=this.gl;let s=null,c=null,h=null;try{if(s=a.createVertexArray(),null==s)throw new Error("Failed to create VAO.");if(c=a.createBuffer(),null==c)throw new Error("Failed to create vertex buffer.");if(h=a.createBuffer(),null==h)throw new Error("Failed to create index buffer.");a.bindVertexArray(s),a.bindBuffer(a.ARRAY_BUFFER,c),a.bufferData(a.ARRAY_BUFFER,e,a.STATIC_DRAW);const d=Object(o.f)(t);a.vertexAttribPointer(o.b,3,a.FLOAT,!0,d,0),a.enableVertexAttribArray(o.b);const u=Object(o.e)(t);-1!==u&&(a.vertexAttribPointer(o.a,3,a.FLOAT,!0,d,u),a.enableVertexAttribArray(o.a));const l=Object(o.g)(t);return-1!==l&&(a.vertexAttribPointer(o.c,2,a.UNSIGNED_SHORT,!0,d,l),a.enableVertexAttribArray(o.c)),a.bindBuffer(a.ARRAY_BUFFER,null),a.bindBuffer(a.ELEMENT_ARRAY_BUFFER,h),a.bufferData(a.ELEMENT_ARRAY_BUFFER,r,a.STATIC_DRAW),a.bindVertexArray(null),null===(i=n)||void 0===i||i.upload(),{vao:s,vertex_buffer:c,index_buffer:h}}catch(t){throw a.deleteVertexArray(s),a.deleteBuffer(c),a.deleteBuffer(h),t}}destroy_gfx_mesh(t){if(t){const e=this.gl;e.deleteVertexArray(t.vao),e.deleteBuffer(t.vertex_buffer),e.deleteBuffer(t.index_buffer)}}create_texture(t,e,r,n){const o=this.gl,i=o.getExtension("WEBGL_compressed_texture_s3tc");if(!i)throw new Error("Extension WEBGL_compressed_texture_s3tc not supported.");const a=o.createTexture();if(null==a)throw new Error("Failed to create texture.");let s;switch(t){case l.b.RGBA_S3TC_DXT1:s=i.COMPRESSED_RGBA_S3TC_DXT1_EXT;break;case l.b.RGBA_S3TC_DXT3:s=i.COMPRESSED_RGBA_S3TC_DXT3_EXT}return o.bindTexture(o.TEXTURE_2D,a),o.compressedTexImage2D(o.TEXTURE_2D,0,s,e,r,0,new Uint8Array(n)),o.texParameteri(o.TEXTURE_2D,o.TEXTURE_WRAP_S,o.CLAMP_TO_EDGE),o.texParameteri(o.TEXTURE_2D,o.TEXTURE_WRAP_T,o.CLAMP_TO_EDGE),o.texParameteri(o.TEXTURE_2D,o.TEXTURE_MIN_FILTER,o.LINEAR),o.bindTexture(o.TEXTURE_2D,null),a}destroy_texture(t){null!=t&&this.gl.deleteTexture(t)}}r.d(e,"WebglRenderer",(function(){return m}));class m extends u.a{constructor(t){super(t);const e=this.canvas_element.getContext("webgl2");if(null==e)throw new Error("Failed to initialize webgl2 context.");this.gl=e,this.gfx=new _(e),e.enable(e.DEPTH_TEST),e.enable(e.CULL_FACE),e.clearColor(.1,.1,.1,1),this.shader_programs=[new i(e,s,c),new i(e,h,d)],this.set_size(800,600)}dispose(){for(const t of this.shader_programs)t.delete();super.dispose()}set_size(t,e){this.canvas_element.width=t,this.canvas_element.height=e,this.gl.viewport(0,0,t,e),super.set_size(t,e)}render(){const t=this.gl;t.clear(t.COLOR_BUFFER_BIT|t.DEPTH_BUFFER_BIT),this.scene.traverse((e,r)=>{var o;const i=Object(n.d)(r,e.transform);if(e.mesh){const r=this.shader_programs[e.mesh.format];r.bind(),r.set_mat_projection_uniform(this.projection_mat),r.set_mat_camera_uniform(i),r.set_mat_normal_uniform(i.normal_mat3()),(null===(o=e.mesh.texture)||void 0===o?void 0:o.gfx_texture)&&(t.activeTexture(t.TEXTURE0),t.bindTexture(t.TEXTURE_2D,e.mesh.texture.gfx_texture),r.set_texture_uniform(t.TEXTURE0));const n=e.mesh.gfx_mesh;t.bindVertexArray(n.vao),t.drawElements(t.TRIANGLES,e.mesh.index_count,t.UNSIGNED_SHORT,0),t.bindVertexArray(null),t.bindTexture(t.TEXTURE_2D,null),r.unbind()}return i},this.camera.mat4)}}},"7/+l":function(t,e,r){"use strict";var n;r.d(e,"b",(function(){return n})),r.d(e,"a",(function(){return o})),function(t){t[t.RGBA_S3TC_DXT1=0]="RGBA_S3TC_DXT1",t[t.RGBA_S3TC_DXT3=1]="RGBA_S3TC_DXT3"}(n||(n={}));class o{constructor(t,e,r,n,o){this.gfx=t,this.format=e,this.width=r,this.height=n,this.data=o}upload(){null==this.gfx_texture&&(this.gfx_texture=this.gfx.create_texture(this.format,this.width,this.height,this.data))}destroy(){this.gfx.destroy_texture(this.gfx_texture)}}},FLbM:function(t,e,r){"use strict";var n=r("e6d5"),o=r("tDPm");class i{constructor(){this.look_at=new o.c(0,0,0),this.x_rot=0,this.y_rot=0,this.z_rot=0,this._zoom=1,this._mat4=o.a.identity()}get mat4(){return this._mat4}pan(t,e,r){return this.look_at.x+=t,this.look_at.y+=e,this.look_at.z+=r,this.update_matrix(),this}zoom(t){return this._zoom*=t,this.look_at.x*=t,this.look_at.y*=t,this.look_at.z*=t,this.update_matrix(),this}reset(){return this.look_at.x=0,this.look_at.y=0,this.look_at.z=0,this.x_rot=0,this.y_rot=0,this.z_rot=0,this._zoom=1,this.update_matrix(),this}update_matrix(){this._mat4.data[12]=-this.look_at.x,this._mat4.data[13]=-this.look_at.y,this._mat4.data[14]=-this.look_at.z,this._mat4.data[0]=this._zoom,this._mat4.data[5]=this._zoom,this._mat4.data[10]=this._zoom}}var a=r("ViJ0");r.d(e,"a",(function(){return s}));class s{constructor(t){this.perspective_projection=t,this.projection_mat=o.a.identity(),this.scene=new n.a,this.camera=new i,this.canvas_element=document.createElement("canvas"),this.schedule_render=()=>{null==this.animation_frame&&(this.animation_frame=requestAnimationFrame(this.call_render))},this.call_render=()=>{this.animation_frame=void 0,this.render()},this.mousedown=t=>{1===t.buttons&&(this.pointer_pos=new o.b(t.clientX,t.clientY),window.addEventListener("mousemove",this.mousemove),window.addEventListener("mouseup",this.mouseup))},this.mousemove=t=>{if(1===t.buttons){const e=new o.b(t.clientX,t.clientY),r=Object(o.e)(e,this.pointer_pos);this.camera.pan(-r.x,r.y,0),this.pointer_pos=e,this.schedule_render()}},this.mouseup=()=>{this.pointer_pos=void 0,window.removeEventListener("mousemove",this.mousemove),window.removeEventListener("mouseup",this.mouseup)},this.wheel=t=>{this.perspective_projection?t.deltaY<0?this.camera.pan(0,0,-5):this.camera.pan(0,0,5):t.deltaY<0?this.camera.zoom(1.1):this.camera.zoom(.9),this.schedule_render()},this.canvas_element.width=800,this.canvas_element.height=600,this.canvas_element.addEventListener("mousedown",this.mousedown),this.canvas_element.addEventListener("wheel",this.wheel,{passive:!0})}dispose(){this.destroy_scene()}set_size(t,e){if(this.perspective_projection){const r=75,n=t/e,i=.1,s=2e3,c=i*Math.tan(Object(a.a)(.5*r)),h=-c,d=n*c,u=-d;this.projection_mat=o.a.of(2*i/(d-u),0,(d+u)/(d-u),0,0,2*i/(c-h),(c+h)/(c-h),0,0,0,-(s+i)/(s-i),-2*s*i/(s-i),0,0,-1,0)}else{const r=t,n=e,i=-1e3,a=1e3;this.projection_mat=o.a.of(2/r,0,0,0,0,2/n,0,0,0,0,2/(i-a),0,0,0,0,1)}this.schedule_render()}start_rendering(){this.schedule_render()}stop_rendering(){null!=this.animation_frame&&cancelAnimationFrame(this.animation_frame),this.animation_frame=void 0}destroy_scene(){this.scene.traverse(t=>{var e,r,n;null===(e=t.mesh)||void 0===e||e.destroy(this.gfx),null===(n=null===(r=t.mesh)||void 0===r?void 0:r.texture)||void 0===n||n.destroy(),t.mesh=void 0},void 0),this.scene.root_node.clear_children(),this.scene.root_node.transform=o.a.identity()}}},ViJ0:function(t,e,r){"use strict";r.d(e,"c",(function(){return i})),r.d(e,"a",(function(){return a})),r.d(e,"b",(function(){return s}));const n=180/Math.PI,o=Math.PI/180;function i(t){return t*n}function a(t){return t*o}function s(t,e){return(t%e+e)%e}},e6d5:function(t,e,r){"use strict";r.d(e,"a",(function(){return o})),r.d(e,"b",(function(){return i}));var n=r("tDPm");class o{constructor(){this.root_node=new i(void 0,n.a.identity())}traverse(t,e){this.traverse_node(this.root_node,t,e)}traverse_node(t,e,r){const n=e(t,r);for(const r of t.children)this.traverse_node(r,e,n)}}class i{constructor(t,e,...r){this.mesh=t,this.transform=e,this._children=r}get children(){return this._children}add_child(t){this._children.push(t)}clear_children(){this._children.splice(0)}}},tDPm:function(t,e,r){"use strict";r.d(e,"b",(function(){return o})),r.d(e,"e",(function(){return i})),r.d(e,"c",(function(){return a})),r.d(e,"a",(function(){return c})),r.d(e,"d",(function(){return h}));var n=r("wtpc");class o{constructor(t,e){this.x=t,this.y=e}get u(){return this.x}get v(){return this.y}}function i(t,e){return new o(t.x-e.x,t.y-e.y)}class a{constructor(t,e,r){this.x=t,this.y=e,this.z=r}}class s{constructor(t){this.data=t,Object(n.d)(9===t.length,"data should be of length 9.")}static of(t,e,r,n,o,i,a,c,h){return new s(new Float32Array([t,n,a,e,o,c,r,i,h]))}static identity(){return s.of(1,0,0,0,1,0,0,0,1)}get(t,e){return this.data[t+3*e]}set(t,e,r){this.data[t+3*e]=r}clone(){return new s(new Float32Array(this.data))}transpose(){let t;const e=this.data;t=e[1],e[1]=e[3],e[3]=t,t=e[2],e[2]=e[6],e[6]=t,t=e[5],e[5]=e[7],e[7]=t}inverse(){const t=this.clone();return t.invert(),t}invert(){const t=this.data[0],e=this.data[1],r=this.data[2],n=this.data[3],o=this.data[4],i=this.data[5],a=this.data[6],s=this.data[7],c=this.data[8],h=c*o-i*s,d=i*a-c*n,u=s*n-o*a,l=t*h+e*d+r*u;if(0===l)return this.data[0]=1,this.data[1]=0,this.data[2]=0,this.data[3]=0,this.data[4]=1,this.data[5]=0,this.data[6]=0,this.data[7]=0,void(this.data[8]=1);const _=1/l;this.data[0]=h*_,this.data[1]=(r*s-c*e)*_,this.data[2]=(i*e-r*o)*_,this.data[3]=d*_,this.data[4]=(c*t-r*a)*_,this.data[5]=(r*n-i*t)*_,this.data[6]=u*_,this.data[7]=(e*a-s*t)*_,this.data[8]=(o*t-e*n)*_}}class c{constructor(t){this.data=t,Object(n.d)(16===t.length,"data should be of length 16.")}static of(t,e,r,n,o,i,a,s,h,d,u,l,_,m,f,x){return new c(new Float32Array([t,o,h,_,e,i,d,m,r,a,u,f,n,s,l,x]))}static identity(){return c.of(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}static translation(t,e,r){return c.of(1,0,0,t,0,1,0,e,0,0,1,r,0,0,0,1)}static scale(t,e,r){return c.of(t,0,0,1,0,e,0,1,0,0,r,1,0,0,0,1)}static compose(t,e,r){const n=e.w,o=e.x,i=e.y,a=e.z,s=o+o,h=i+i,d=a+a,u=o*s,l=o*h,_=o*d,m=i*h,f=i*d,x=a*d,g=n*s,p=n*h,v=n*d,T=r.x,E=r.y,w=r.z;return c.of((1-(m+x))*T,(l-v)*E,(_+p)*w,t.x,(l+v)*T,(1-(u+x))*E,(f-g)*w,t.y,(_-p)*T,(f+g)*E,(1-(u+m))*w,t.z,0,0,0,1)}get(t,e){return this.data[t+4*e]}set(t,e,r){this.data[t+4*e]=r}clone(){return new c(new Float32Array(this.data))}normal_mat3(){const t=s.of(this.data[0],this.data[4],this.data[8],this.data[1],this.data[5],this.data[9],this.data[2],this.data[6],this.data[10]);return t.invert(),t.transpose(),t}}function h(t,e){const r=new c(new Float32Array(16));return d(r.data,t,e),r}function d(t,e,r){for(let n=0;n<4;n++)for(let o=0;o<4;o++)for(let i=0;i<4;i++)t[n+4*o]+=e.data[n+4*i]*r.data[i+4*o]}},y3fX:function(t,e,r){"use strict";var n;r.d(e,"d",(function(){return n})),r.d(e,"b",(function(){return o})),r.d(e,"a",(function(){return i})),r.d(e,"c",(function(){return a})),r.d(e,"f",(function(){return s})),r.d(e,"e",(function(){return c})),r.d(e,"g",(function(){return h})),function(t){t[t.PosNorm=0]="PosNorm",t[t.PosTex=1]="PosTex",t[t.PosNormTex=2]="PosNormTex"}(n||(n={}));const o=0,i=1,a=2;function s(t){switch(t){case n.PosNorm:return 24;case n.PosTex:return 16;case n.PosNormTex:return 28}}function c(t){switch(t){case n.PosTex:return-1;case n.PosNorm:case n.PosNormTex:return 12}}function h(t){switch(t){case n.PosNorm:return-1;case n.PosTex:return 12;case n.PosNormTex:return 24}}}}]); \ No newline at end of file diff --git a/5.15e19a70967fdbd9fb91.js b/5.15e19a70967fdbd9fb91.js new file mode 100644 index 00000000..88975bfe --- /dev/null +++ b/5.15e19a70967fdbd9fb91.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{"7/+l":function(t,e,i){"use strict";var r;i.d(e,"b",(function(){return r})),i.d(e,"a",(function(){return s})),function(t){t[t.RGBA_S3TC_DXT1=0]="RGBA_S3TC_DXT1",t[t.RGBA_S3TC_DXT3=1]="RGBA_S3TC_DXT3"}(r||(r={}));class s{constructor(t,e,i,r,s){this.gfx=t,this.format=e,this.width=i,this.height=r,this.data=s}upload(){null==this.gfx_texture&&(this.gfx_texture=this.gfx.create_texture(this.format,this.width,this.height,this.data))}destroy(){this.gfx.destroy_texture(this.gfx_texture)}}},FLbM:function(t,e,i){"use strict";var r=i("e6d5"),s=i("tDPm");class n{constructor(){this.look_at=new s.c(0,0,0),this.x_rot=0,this.y_rot=0,this.z_rot=0,this._zoom=1,this._mat4=s.a.identity()}get mat4(){return this._mat4}pan(t,e,i){return this.look_at.x+=t,this.look_at.y+=e,this.look_at.z+=i,this.update_matrix(),this}zoom(t){return this._zoom*=t,this.look_at.x*=t,this.look_at.y*=t,this.look_at.z*=t,this.update_matrix(),this}reset(){return this.look_at.x=0,this.look_at.y=0,this.look_at.z=0,this.x_rot=0,this.y_rot=0,this.z_rot=0,this._zoom=1,this.update_matrix(),this}update_matrix(){this._mat4.data[12]=-this.look_at.x,this._mat4.data[13]=-this.look_at.y,this._mat4.data[14]=-this.look_at.z,this._mat4.data[0]=this._zoom,this._mat4.data[5]=this._zoom,this._mat4.data[10]=this._zoom}}var a=i("ViJ0");i.d(e,"a",(function(){return o}));class o{constructor(t){this.perspective_projection=t,this.projection_mat=s.a.identity(),this.scene=new r.a,this.camera=new n,this.canvas_element=document.createElement("canvas"),this.schedule_render=()=>{null==this.animation_frame&&(this.animation_frame=requestAnimationFrame(this.call_render))},this.call_render=()=>{this.animation_frame=void 0,this.render()},this.mousedown=t=>{1===t.buttons&&(this.pointer_pos=new s.b(t.clientX,t.clientY),window.addEventListener("mousemove",this.mousemove),window.addEventListener("mouseup",this.mouseup))},this.mousemove=t=>{if(1===t.buttons){const e=new s.b(t.clientX,t.clientY),i=Object(s.e)(e,this.pointer_pos);this.camera.pan(-i.x,i.y,0),this.pointer_pos=e,this.schedule_render()}},this.mouseup=()=>{this.pointer_pos=void 0,window.removeEventListener("mousemove",this.mousemove),window.removeEventListener("mouseup",this.mouseup)},this.wheel=t=>{this.perspective_projection?t.deltaY<0?this.camera.pan(0,0,-5):this.camera.pan(0,0,5):t.deltaY<0?this.camera.zoom(1.1):this.camera.zoom(.9),this.schedule_render()},this.canvas_element.width=800,this.canvas_element.height=600,this.canvas_element.addEventListener("mousedown",this.mousedown),this.canvas_element.addEventListener("wheel",this.wheel,{passive:!0})}dispose(){this.destroy_scene()}set_size(t,e){if(this.perspective_projection){const i=75,r=t/e,n=.1,o=2e3,h=n*Math.tan(Object(a.a)(.5*i)),u=-h,d=r*h,c=-d;this.projection_mat=s.a.of(2*n/(d-c),0,(d+c)/(d-c),0,0,2*n/(h-u),(h+u)/(h-u),0,0,0,-(o+n)/(o-n),-2*o*n/(o-n),0,0,-1,0)}else{const i=t,r=e,n=-1e3,a=1e3;this.projection_mat=s.a.of(2/i,0,0,0,0,2/r,0,0,0,0,2/(n-a),0,0,0,0,1)}this.schedule_render()}start_rendering(){this.schedule_render()}stop_rendering(){null!=this.animation_frame&&cancelAnimationFrame(this.animation_frame),this.animation_frame=void 0}destroy_scene(){this.scene.traverse(t=>{var e,i,r;null===(e=t.mesh)||void 0===e||e.destroy(this.gfx),null===(r=null===(i=t.mesh)||void 0===i?void 0:i.texture)||void 0===r||r.destroy(),t.mesh=void 0},void 0),this.scene.root_node.clear_children(),this.scene.root_node.transform=s.a.identity()}}},ViJ0:function(t,e,i){"use strict";i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){return a})),i.d(e,"b",(function(){return o}));const r=180/Math.PI,s=Math.PI/180;function n(t){return t*r}function a(t){return t*s}function o(t,e){return(t%e+e)%e}},Ye55:function(t,e,i){"use strict";i.r(e);var r=i("rwco"),s=i("y3fX"),n=i("FLbM"),a=i("tDPm"),o=i("7/+l");class h{constructor(t,e){this.device=t,this.bind_group_layout=e}create_gfx_mesh(t,e,i,r){const s=this.device.createBuffer({size:64,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.UNIFORM}),n=this.device.createBindGroup({layout:this.bind_group_layout,bindings:[{binding:0,resource:{buffer:s}},{binding:1,resource:this.device.createSampler({magFilter:"linear",minFilter:"linear"})},{binding:2,resource:r.gfx_texture.createView()}]}),a=this.device.createBuffer({size:e.byteLength,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.VERTEX});a.setSubData(0,new Uint8Array(e));const o=this.device.createBuffer({size:i.byteLength,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.INDEX});return o.setSubData(0,new Uint16Array(i)),{uniform_buffer:s,bind_group:n,vertex_buffer:a,index_buffer:o}}destroy_gfx_mesh(t){t&&(t.uniform_buffer.destroy(),t.vertex_buffer.destroy(),t.index_buffer.destroy())}create_texture(t,e,i,r){if(t===o.b.RGBA_S3TC_DXT1||t===o.b.RGBA_S3TC_DXT3){const t=new ArrayBuffer(16),s=new Uint32Array(t);s[0]=4294901760,s[1]=4278255360,s[2]=4278190335,s[3]=4278255615,e=2,i=2,r=t}const s=this.device.createTexture({size:{width:e,height:i,depth:1},format:"rgba8unorm",usage:GPUTextureUsage.COPY_DST|GPUTextureUsage.SAMPLED}),n=256*Math.ceil(4*e/256),a=n*i,h=this.device.createBuffer({size:a,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.COPY_SRC});let u;if(a===r.byteLength)u=new Uint8Array(r);else{u=new Uint8Array(a);const t=new Uint8Array(r);let s=0;for(let r=0;r{const i=Object(a.d)(e,t.transform);if(t.mesh){const e=t.mesh.gfx_mesh;e.uniform_buffer.setSubData(0,i.data),n.setBindGroup(0,e.bind_group),n.setVertexBuffer(0,e.vertex_buffer),n.setIndexBuffer(e.index_buffer),n.drawIndexed(t.mesh.index_count,1,0,0,0)}return i},o),n.endPass(),t.defaultQueue.submit([r.finish()])}}}},e6d5:function(t,e,i){"use strict";i.d(e,"a",(function(){return s})),i.d(e,"b",(function(){return n}));var r=i("tDPm");class s{constructor(){this.root_node=new n(void 0,r.a.identity())}traverse(t,e){this.traverse_node(this.root_node,t,e)}traverse_node(t,e,i){const r=e(t,i);for(const i of t.children)this.traverse_node(i,e,r)}}class n{constructor(t,e,...i){this.mesh=t,this.transform=e,this._children=i}get children(){return this._children}add_child(t){this._children.push(t)}clear_children(){this._children.splice(0)}}},tDPm:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"e",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return h})),i.d(e,"d",(function(){return u}));var r=i("wtpc");class s{constructor(t,e){this.x=t,this.y=e}get u(){return this.x}get v(){return this.y}}function n(t,e){return new s(t.x-e.x,t.y-e.y)}class a{constructor(t,e,i){this.x=t,this.y=e,this.z=i}}class o{constructor(t){this.data=t,Object(r.d)(9===t.length,"data should be of length 9.")}static of(t,e,i,r,s,n,a,h,u){return new o(new Float32Array([t,r,a,e,s,h,i,n,u]))}static identity(){return o.of(1,0,0,0,1,0,0,0,1)}get(t,e){return this.data[t+3*e]}set(t,e,i){this.data[t+3*e]=i}clone(){return new o(new Float32Array(this.data))}transpose(){let t;const e=this.data;t=e[1],e[1]=e[3],e[3]=t,t=e[2],e[2]=e[6],e[6]=t,t=e[5],e[5]=e[7],e[7]=t}inverse(){const t=this.clone();return t.invert(),t}invert(){const t=this.data[0],e=this.data[1],i=this.data[2],r=this.data[3],s=this.data[4],n=this.data[5],a=this.data[6],o=this.data[7],h=this.data[8],u=h*s-n*o,d=n*a-h*r,c=o*r-s*a,f=t*u+e*d+i*c;if(0===f)return this.data[0]=1,this.data[1]=0,this.data[2]=0,this.data[3]=0,this.data[4]=1,this.data[5]=0,this.data[6]=0,this.data[7]=0,void(this.data[8]=1);const l=1/f;this.data[0]=u*l,this.data[1]=(i*o-h*e)*l,this.data[2]=(n*e-i*s)*l,this.data[3]=d*l,this.data[4]=(h*t-i*a)*l,this.data[5]=(i*r-n*t)*l,this.data[6]=c*l,this.data[7]=(e*a-o*t)*l,this.data[8]=(s*t-e*r)*l}}class h{constructor(t){this.data=t,Object(r.d)(16===t.length,"data should be of length 16.")}static of(t,e,i,r,s,n,a,o,u,d,c,f,l,_,m,p){return new h(new Float32Array([t,s,u,l,e,n,d,_,i,a,c,m,r,o,f,p]))}static identity(){return h.of(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}static translation(t,e,i){return h.of(1,0,0,t,0,1,0,e,0,0,1,i,0,0,0,1)}static scale(t,e,i){return h.of(t,0,0,1,0,e,0,1,0,0,i,1,0,0,0,1)}static compose(t,e,i){const r=e.w,s=e.x,n=e.y,a=e.z,o=s+s,u=n+n,d=a+a,c=s*o,f=s*u,l=s*d,_=n*u,m=n*d,p=a*d,g=r*o,v=r*u,x=r*d,y=i.x,w=i.y,b=i.z;return h.of((1-(_+p))*y,(f-x)*w,(l+v)*b,t.x,(f+x)*y,(1-(c+p))*w,(m-g)*b,t.y,(l-v)*y,(m+g)*w,(1-(c+_))*b,t.z,0,0,0,1)}get(t,e){return this.data[t+4*e]}set(t,e,i){this.data[t+4*e]=i}clone(){return new h(new Float32Array(this.data))}normal_mat3(){const t=o.of(this.data[0],this.data[4],this.data[8],this.data[1],this.data[5],this.data[9],this.data[2],this.data[6],this.data[10]);return t.invert(),t.transpose(),t}}function u(t,e){const i=new h(new Float32Array(16));return d(i.data,t,e),i}function d(t,e,i){for(let r=0;r<4;r++)for(let s=0;s<4;s++)for(let n=0;n<4;n++)t[r+4*s]+=e.data[r+4*n]*i.data[n+4*s]}},y3fX:function(t,e,i){"use strict";var r;i.d(e,"d",(function(){return r})),i.d(e,"b",(function(){return s})),i.d(e,"a",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"f",(function(){return o})),i.d(e,"e",(function(){return h})),i.d(e,"g",(function(){return u})),function(t){t[t.PosNorm=0]="PosNorm",t[t.PosTex=1]="PosTex",t[t.PosNormTex=2]="PosNormTex"}(r||(r={}));const s=0,n=1,a=2;function o(t){switch(t){case r.PosNorm:return 24;case r.PosTex:return 16;case r.PosNormTex:return 28}}function h(t){switch(t){case r.PosTex:return-1;case r.PosNorm:case r.PosNormTex:return 12}}function u(t){switch(t){case r.PosNorm:return-1;case r.PosTex:return 12;case r.PosNormTex:return 24}}}}]); \ No newline at end of file diff --git a/5.7e07735073c967012346.js b/5.7e07735073c967012346.js deleted file mode 100644 index 2802d4c6..00000000 --- a/5.7e07735073c967012346.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{"/UnV":function(e,t,s){"use strict";s.d(t,"a",(function(){return c}));var i=s("rwco"),n=s("BAAx"),a=s("5cb6");const r=i.a.get("core/data_formats/parsing/afs"),o=5457473;function c(e){const t=Object(n.b)(r);if(e.bytes_left<8)return t.add_problem(a.b.Error,"AFS archive is corrupted.","Too small to be an AFS archive.").failure();if(e.u32()!==o)return t.add_problem(a.b.Error,"AFS archive is corrupted.","Magic bytes not present.").failure();const s=e.u16();e.seek(2);const i=[];for(let n=1;n<=s;n++){if(e.bytes_left<8){t.add_problem(a.b.Warning,`AFS file entry ${n} is invalid.`,`Couldn't read file entry ${n}, only ${e.bytes_left} bytes left.`);break}const s=e.u32(),r=e.u32();if(s>e.size)t.add_problem(a.b.Warning,`AFS file entry ${n} is invalid.`,`Invalid file offset ${s} for entry ${n}.`);else if(s+r>e.size)t.add_problem(a.b.Warning,`AFS file entry ${n} is invalid.`,`File size ${r} (offset: ${s}) of entry ${n} too large.`);else{const t=e.position;e.seek_start(s),i.push(e.array_buffer(r)),e.seek_start(t)}}return t.success(i)}},"68q7":function(e,t,s){"use strict";s.d(t,"a",(function(){return c}));var i=s("iUMt"),n=s("KVVN"),a=s("jJhE"),r=s("FXpb"),o=s("ouMO");class c extends i.a{constructor(e){const t=new n.a({text:"Dismiss"});super(Object.assign({footer:[t.element]},e));const s=Object(a.a)(e.result)?e.result:Object(o.e)(e.result);this.problems_message=Object(a.a)(e.problems_message)?e.problems_message:Object(o.e)(e.problems_message),this.error_message=Object(a.a)(e.error_message)?e.error_message:Object(o.e)(e.error_message),this.disposables(t,t.onclick.observe(e=>this._ondismiss.emit(e)),s.observe(({value:e})=>this.result_changed(e),{call_now:!0})),this.finalize_construction()}result_changed(e){e?(this.content.val=function(e){const t=Object(r.h)();t.style.overflow="auto",t.style.userSelect="text",t.style.height="100%",t.style.maxHeight="400px";const s=Object(r.B)(...e.problems.map(e=>Object(r.o)(e.ui_message)));return s.style.cursor="text",t.append(s),t}(e),e.success?e.problems.length&&(this.title.val="Problems",this.description.val=this.problems_message.val):(this.title.val="Error",this.description.val=this.error_message.val)):this.content.val=""}}},"9fJw":function(e,t,s){"use strict";s.d(t,"g",(function(){return n})),s.d(t,"h",(function(){return a})),s.d(t,"f",(function(){return r})),s.d(t,"e",(function(){return o})),s.d(t,"k",(function(){return c})),s.d(t,"l",(function(){return _})),s.d(t,"j",(function(){return l})),s.d(t,"i",(function(){return h})),s.d(t,"a",(function(){return u})),s.d(t,"b",(function(){return d})),s.d(t,"d",(function(){return m})),s.d(t,"c",(function(){return b}));class i{constructor(e){var t,s,i,n,a;this.name=e.name,this.body_style_count=null!=(t=e.body_style_count)?t:1,this.head_style_count=e.head_style_count,this.hair_style_count=e.hair_style_count,this.hair_styles_with_accessory=e.hair_styles_with_accessory,this.body_tex_ids=null!=(s=e.body_tex_ids)?s:[],this.head_tex_ids=null!=(i=e.head_tex_ids)?i:[],this.hair_tex_ids=null!=(n=e.hair_tex_ids)?n:[],this.accessory_tex_ids=null!=(a=e.accessory_tex_ids)?a:[]}}const n=new i({name:"HUmar",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([6])}),a=new i({name:"HUnewearl",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set}),r=new i({name:"HUcast",body_style_count:25,head_style_count:5,hair_style_count:0,hair_styles_with_accessory:new Set}),o=new i({name:"HUcaseal",body_style_count:25,head_style_count:5,hair_style_count:0,hair_styles_with_accessory:new Set}),c=new i({name:"RAmar",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),_=new i({name:"RAmarl",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),l=new i({name:"RAcast",body_style_count:25,head_style_count:5,hair_style_count:0,hair_styles_with_accessory:new Set}),h=new i({name:"RAcaseal",body_style_count:25,head_style_count:5,hair_style_count:0,hair_styles_with_accessory:new Set}),u=new i({name:"FOmar",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),d=new i({name:"FOmarl",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),m=new i({name:"FOnewm",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])}),b=new i({name:"FOnewearl",body_style_count:18,head_style_count:1,hair_style_count:10,hair_styles_with_accessory:new Set([0,1,2,3,4,5,6,7,8,9])})},HjM1:function(e,t,s){"use strict";s.d(t,"a",(function(){return o}));var i=s("39ZU"),n=s("nN8q"),a=(s("4AvX"),s("FXpb"));const r=28;class o extends n.a{constructor(e,t){super(t),this.gui_store=e,this.tabs=[],this.bar_element=Object(a.h)({className:"core_TabContainer_Bar"}),this.panes_element=Object(a.h)({className:"core_TabContainer_Panes"}),this.element=Object(a.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(a.s)({className:"core_TabContainer_Tab",data:{key:e.key}},e.title);this.bar_element.append(t);const s=this.disposable(new i.a(e.create_view)),n=Object.assign(Object.assign({},e),{tab_element:t,lazy_view:s});this.tabs.push(n),this.panes_element.append(s.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 s=t-r;this.panes_element.style.width=`${e}px`,this.panes_element.style.height=`${s}px`;for(const t of this.tabs)t.lazy_view.resize(e,s);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,s){"use strict";s.r(t);var i=s("HjM1"),n=s("zsIO");class a extends n.a{constructor(e,t,s){super(),this.tab_container=this.add(new i.a(e,{class:"viewer_ViewerView",tabs:[{title:"Models",key:"model",path:"/models",create_view:t},{title:"Textures",key:"texture",path:"/textures",create_view:s}]})),this.finalize_construction()}get element(){return this.tab_container.element}resize(e,t){this.tab_container.resize(e,t)}}var r=s("Tpfs"),o=s("Womt"),c=s("Ftn7"),_=s("iR5r"),l=s("rwco");const h=l.a.get("viewer/rendering/TextureRenderer");class u extends c.a{constructor(e,t){super(t),this.disposer=new r.a,this.quad_meshes=[],this.camera=new o.OrthographicCamera(-400,400,300,-300,1,10),this.disposer.add_all(e.textures.observe(({value:e})=>{this.scene.remove(...this.quad_meshes),this.render_textures(e),this.reset_camera(new o.Vector3(0,0,5),new o.Vector3),this.schedule_render()})),this.init_camera_controls(),this.controls.azimuthRotateSpeed=0,this.controls.polarRotateSpeed=0}set_size(e,t){this.camera.left=-Math.floor(e/2),this.camera.right=Math.ceil(e/2),this.camera.top=Math.floor(t/2),this.camera.bottom=-Math.ceil(t/2),this.camera.updateProjectionMatrix(),super.set_size(e,t)}dispose(){super.dispose(),this.disposer.dispose()}render_textures(e){let t=10*(e.length-1),s=0;for(const i of e)t+=i.width,s=Math.max(s,i.height);let i=-Math.floor(t/2);const n=-Math.floor(s/2);for(const t of e){let e=void 0;try{e=Object(_.b)(t)}catch(e){h.error("Couldn't convert XVR texture.",e)}const a=new o.Mesh(this.create_quad(i,n+Math.floor((s-t.height)/2),t.width,t.height),e?new o.MeshBasicMaterial({map:e,transparent:!0}):new o.MeshBasicMaterial({color:16711935}));this.quad_meshes.push(a),this.scene.add(a),i+=10+t.width}}create_quad(e,t,s,i){const n=new o.PlaneGeometry(s,i,1,1);return n.faceVertexUvs=[[[new o.Vector2(0,0),new o.Vector2(0,1),new o.Vector2(1,0)],[new o.Vector2(0,1),new o.Vector2(1,1),new o.Vector2(1,0)]]],n.translate(e+s/2,t+i/2,-5),n}}var d=s("Eqai"),m=s("488w"),b=s("VwSi");const v=30;function p(e,t){const s=t.interpolation===b.a.Spline?o.InterpolateSmooth:o.InterpolateLinear,i=[];return t.motion_data.forEach((t,n)=>{const a=e.get_bone(n);a&&t.tracks.forEach(({type:e,keyframes:t})=>{const r=[],c=[];for(const s of t)if(r.push(s.frame/v),e===b.b.Rotation){const e=a.evaluation_flags.zxy_rotation_order?"ZXY":"ZYX",t=(new o.Quaternion).setFromEuler(new o.Euler(s.value.x,s.value.y,s.value.z,e));c.push(t.x,t.y,t.z,t.w)}else c.push(s.value.x,s.value.y,s.value.z);if(e===b.b.Rotation)i.push(new o.QuaternionKeyframeTrack(`.bones[${n}].quaternion`,r,c,s));else{const t=e===b.b.Position?`.bones[${n}].position`:`.bones[${n}].scale`;i.push(new o.VectorKeyframeTrack(t,r,c,s))}})}),new o.AnimationClip("Animation",(t.frame_count-1)/v,i).optimize()}const f=l.a.get("viewer/rendering/ModelRenderer"),y=new o.MeshLambertMaterial({color:16777215,side:o.DoubleSide}),w=new o.MeshLambertMaterial({skinning:!0,color:16777215,side:o.DoubleSide}),g=Object.freeze(new o.Vector3(0,10,20)),j=Object.freeze(new o.Vector3(0,0,0));class x extends c.a{constructor(e,t){super(t),this.store=e,this.disposer=new r.a,this.clock=new o.Clock,this.update_animation_time=!0,this.camera=new o.PerspectiveCamera(75,1,1,200),this.current_character_class_changed=e=>{const t=null!=e.value;this.character_class_active!==t&&this.reset_camera(g,j),this.character_class_active=t},this.nj_object_or_xvm_changed=()=>{var e;this.mesh&&(this.scene.remove(this.mesh),this.mesh=void 0,this.scene.remove(this.skeleton_helper),this.skeleton_helper=void 0);const t=this.store.current_nj_object.val;if(t){let s;if(this.animation){const t=this.animation.mixer;s=null===(e=t.existingAction(this.animation.clip))||void 0===e?void 0:e.time,t.stopAllAction(),t.uncacheAction(this.animation.clip),this.animation=void 0}const i=this.store.current_textures.val.map(e=>{if(e)try{return Object(_.b)(e)}catch(e){f.error("Couldn't convert XVR texture.",e)}}),n=Object(m.a)(t),a=null!=n.getAttribute("skinIndex"),r=i.map(e=>e?new o.MeshBasicMaterial({skinning:a,map:e,side:o.DoubleSide,alphaTest:.1,transparent:!0}):new o.MeshLambertMaterial({skinning:a,side:o.DoubleSide}));this.mesh=a?Object(d.b)(n,r,w):Object(d.a)(n,r,y);const c=n.boundingBox,l=c.max.y-c.min.y;this.mesh.translateY(-l/2-c.min.y),this.scene.add(this.mesh),this.skeleton_helper=new o.SkeletonHelper(this.mesh),this.skeleton_helper.visible=this.store.show_skeleton.val,this.skeleton_helper.material.linewidth=3,this.scene.add(this.skeleton_helper);const h=this.store.current_nj_motion.val;if(h){const e=new o.AnimationMixer(this.mesh);e.timeScale=this.store.animation_frame_rate.val/v;const i=p(t,h);this.animation={mixer:e,clip:i};const n=e.clipAction(i,this.mesh);n.time=null!=s?s:0,n.play()}}this.schedule_render()},this.nj_motion_changed=({value:e})=>{let t;this.animation&&(this.animation.mixer.stopAllAction(),this.animation.mixer.uncacheAction(this.animation.clip),t=this.animation.mixer);const s=this.store.current_nj_object.val;if(!(this.mesh&&this.mesh instanceof o.SkinnedMesh&&e&&s))return;t||(t=new o.AnimationMixer(this.mesh));const i=p(s,e);this.animation={mixer:t,clip:i},this.clock.start(),t.clipAction(i).play(),this.schedule_render()},this.show_skeleton_changed=({value:e})=>{this.skeleton_helper&&(this.skeleton_helper.visible=e,this.schedule_render())},this.animation_playing_changed=({value:e})=>{this.animation&&(this.animation.mixer.clipAction(this.animation.clip).paused=!e,e?(this.clock.start(),this.schedule_render()):this.clock.stop())},this.animation_frame_rate_changed=({value:e})=>{this.animation&&(this.animation.mixer.timeScale=e/v)},this.animation_frame_changed=({value:e})=>{const t=this.store.current_nj_motion.val;if(this.animation&&t){const s=t.frame_count;e>s&&(e=1),e<1&&(e=s),this.update_animation_time&&(this.animation.mixer.clipAction(this.animation.clip).time=(e-1)/v),this.schedule_render()}},this.character_class_active=null!=e.current_character_class.val,this.disposer.add_all(e.current_character_class.observe(this.current_character_class_changed),e.current_nj_object.observe(this.nj_object_or_xvm_changed),e.current_textures.observe(this.nj_object_or_xvm_changed),e.current_nj_motion.observe(this.nj_motion_changed),e.show_skeleton.observe(this.show_skeleton_changed),e.animation_playing.observe(this.animation_playing_changed),e.animation_frame_rate.observe(this.animation_frame_rate_changed),e.animation_frame.observe(this.animation_frame_changed)),this.init_camera_controls(),this.reset_camera(g,j)}set_size(e,t){this.camera.aspect=e/t,this.camera.updateProjectionMatrix(),super.set_size(e,t)}dispose(){super.dispose(),this.disposer.dispose()}render(){this.animation&&this.animation.mixer.update(this.clock.getDelta()),this.light_holder.quaternion.copy(this.camera.quaternion),super.render(),this.animation&&!this.animation.mixer.clipAction(this.animation.clip).paused&&(this.update_animation_frame(),this.schedule_render())}update_animation_frame(){if(this.animation){const e=this.animation.mixer.clipAction(this.animation.clip);e.paused||(this.update_animation_time=!1,this.store.set_animation_frame(e.time*v+1),this.update_animation_time=!0)}}}var k=s("w6HN"),O=s("6cU9"),M=s("oyid"),S=s("PE7g"),A=s("7ZX1"),z=s("FXpb"),V=s("6Fug"),C=s("68q7");class $ extends V.a{constructor(e){super();const t=new O.a({icon_left:z.a.File,text:"Open file...",accept:".afs, .nj, .njm, .xj, .xvm"}),s=new M.a(!1,{label:"Show skeleton"}),i=new M.a(!0,{label:"Play animation"}),n=new S.a(v,{label:"Frame rate:",min:1,max:240,step:1}),a=new S.a(1,{label:"Frame:",min:1,max:e.animation_frame_count,step:1}),r=new A.a(e.animation_frame_count_label);this.toolbar=this.add(new k.a(t,s,i,n,a,r));const o=this.disposable(new C.a({visible:e.result_dialog_visible,result:e.result,problems_message:e.result_problems_message,error_message:e.result_error_message}));this.disposables(t.files.observe(({value:t})=>{t.length&&e.load_file(t[0])}),s.checked.observe(({value:t})=>e.set_show_skeleton(t)),o.ondismiss.observe(e.dismiss_result_dialog));const c=e.animation_controls_enabled;this.disposables(i.enabled.bind_to(c),i.checked.bind_to(e.animation_playing),i.checked.observe(({value:t})=>e.set_animation_playing(t)),n.enabled.bind_to(c),n.value.observe(({value:t})=>e.set_animation_frame_rate(t)),a.enabled.bind_to(c),a.value.bind_to(e.animation_frame),a.value.observe(({value:t})=>e.set_animation_frame(t)),r.enabled.bind_to(c)),this.finalize_construction()}get element(){return this.toolbar.element}get height(){return this.toolbar.height}}var F=s("kcKQ"),R=s("9fJw"),P=s("ouMO");class T{constructor(e,t){this.id=e,this.name=t}}var U=s("nsCy"),E=s("4SjJ"),L=s("uiJh"),q=function(e,t,s,i){return new(s||(s=Promise))((function(n,a){function r(e){try{c(i.next(e))}catch(e){a(e)}}function o(e){try{c(i.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(r,o)}c((i=i.apply(e,t||[])).next())}))};const H=l.a.get("viewer/stores/ModelStore");class N extends F.a{constructor(e,t,s){super(),this.asset_loader=t,this.random=s,this._current_character_class=Object(P.e)(void 0),this._current_section_id=Object(P.e)(void 0),this._current_body=Object(P.e)(void 0),this._current_animation=Object(P.e)(void 0),this._current_nj_object=Object(P.e)(void 0),this._current_textures=Object(P.c)(),this._current_nj_motion=Object(P.e)(void 0),this._show_skeleton=Object(P.e)(!1),this._animation_playing=Object(P.e)(!0),this._animation_frame_rate=Object(P.e)(v),this._animation_frame=Object(P.e)(0),this.character_classes=[R.g,R.h,R.f,R.e,R.k,R.l,R.j,R.i,R.a,R.b,R.d,R.c],this.current_character_class=this._current_character_class,this.current_section_id=this._current_section_id,this.current_body=this._current_body,this.animations=new Array(572).fill(void 0).map((e,t)=>new T(t,`Animation ${t+1}`)),this.current_animation=this._current_animation,this.current_nj_object=this._current_nj_object,this.current_textures=this._current_textures,this.current_nj_motion=this._current_nj_motion,this.animation_frame_count=this.current_nj_motion.map(e=>e?e.frame_count:0),this.show_skeleton=this._show_skeleton,this.animation_playing=this._animation_playing,this.animation_frame_rate=this._animation_frame_rate,this.animation_frame=this._animation_frame,this.set_current_character_class=e=>{var t;if(this._current_character_class.val!==e){if(null==e)this.set_current_body(void 0);else{const s=this.current_body.val;(void 0===s||s>=(null===(t=e)||void 0===t?void 0:t.body_style_count))&&this.set_current_body(e.body_style_count-1)}this._current_character_class.val=e,null==this.current_animation.val&&this.set_current_nj_motion(void 0)}},this.set_current_section_id=e=>{this._current_section_id.val=e},this.set_current_body=e=>{this._current_body.val=e},this.set_current_animation=e=>{this._current_animation.val!==e&&(this._current_animation.val=e)},this.set_current_nj_object=e=>{this.set_current_character_class(void 0),this.set_current_animation(void 0),this.set_current_textures([]),this.set_current_nj_motion(void 0),this._current_nj_object.val=e},this.set_current_textures=e=>{this._current_textures.val=e},this.set_current_nj_motion=e=>{this.set_current_animation(void 0),this._current_nj_motion.val=e},this.set_show_skeleton=e=>{this._show_skeleton.val=e},this.set_animation_playing=e=>{this._animation_playing.val=e},this.set_animation_frame_rate=e=>{this._animation_frame_rate.val=e},this.set_animation_frame=e=>{this._animation_frame.val=e},this.load_character_class_model=()=>q(this,void 0,void 0,(function*(){const e=this.current_character_class.val;if(null==e)return;const t=this.current_section_id.val;if(null==t)return;const s=this.current_body.val;if(null!=s)try{const i=yield this.asset_loader.load_geometry(e);this._current_textures.val=yield this.asset_loader.load_textures(e,t,s),this._current_nj_object.val=i}catch(t){H.error(`Couldn't load model for ${e.name}.`),this._current_nj_object.val=void 0}})),this.load_animation=()=>q(this,void 0,void 0,(function*(){const e=this._current_nj_object.val,t=this.current_animation.val;if(e&&t)try{this._current_nj_motion.val=yield this.asset_loader.load_animation(t.id,64),this.set_animation_playing(!0)}catch(e){H.error(`Couldn't load animation "${t.name}".`,e),this._current_nj_motion.val=void 0}else this._current_nj_motion.val=void 0})),this.disposables(this.current_character_class.observe(this.load_character_class_model),this.current_section_id.observe(this.load_character_class_model),this.current_body.observe(this.load_character_class_model),this.current_animation.observe(this.load_animation)),this.disposables(e.bind_parameter(E.b.Viewer,"/models","model",this.current_character_class.map(e=>void 0===e?void 0:e.name)),e.bind_parameter(E.b.Viewer,"/models","section_id",this.current_section_id.map(e=>void 0===e?void 0:U.e[e])),e.bind_parameter(E.b.Viewer,"/models","body",this.current_body.map(e=>void 0===e?void 0:String(e+1))));const i=e.get_parameter(E.b.Viewer,"/models","model");let n=this.character_classes.find(e=>e.name===i);null==n&&(n=s.sample_array(this.character_classes));const a=e.get_parameter(E.b.Viewer,"/models","body");let r=null==a?void 0:parseInt(a,10);null!=r&&Number.isInteger(r)?r--:r=s.integer(0,n.body_style_count);const o=e.get_parameter(E.b.Viewer,"/models","section_id"),c=void 0===o?void 0:Object(L.b)(U.e,o);this._current_section_id.val=null!=c?c:s.sample_array(U.f),this._current_body.val=r,this._current_character_class.val=n}}var B=s("mKaR"),I=s("iPoI"),W=s("NRxM"),X=s("bcBH"),D=s("kwt4"),J=s("yub1"),Z=s("/UnV"),K=s("IMNf"),Q=s("BAAx"),Y=s("5cb6"),G=function(e,t,s,i){return new(s||(s=Promise))((function(n,a){function r(e){try{c(i.next(e))}catch(e){a(e)}}function o(e){try{c(i.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(r,o)}c((i=i.apply(e,t||[])).next())}))};const ee=l.a.get("viewer/controllers/model/ModelToolBarController");class te extends B.a{constructor(e){super(),this.store=e,this._result_dialog_visible=Object(P.e)(!1),this._result=Object(P.e)(void 0),this._result_problems_message=Object(P.e)(""),this._result_error_message=Object(P.e)(""),this.result_dialog_visible=this._result_dialog_visible,this.result=this._result,this.result_problems_message=this._result_problems_message,this.result_error_message=this._result_error_message,this.set_show_skeleton=e=>{this.store.set_show_skeleton(e)},this.set_animation_playing=e=>{this.store.set_animation_playing(e)},this.set_animation_frame_rate=e=>{this.store.set_animation_frame_rate(e)},this.set_animation_frame=e=>{this.store.set_animation_frame(e)},this.load_file=e=>G(this,void 0,void 0,(function*(){this._result_problems_message.val=`Encountered some problems while opening "${e.name}".`,this._result_error_message.val=`Couldn't open "${e.name}".`;try{const t=yield Object(I.b)(e),s=new W.a(t,X.a.Little);if(e.name.endsWith(".nj")){const e=Object(D.c)(s);this.set_result(e),e.success&&this.store.set_current_nj_object(e.value[0])}else if(e.name.endsWith(".xj")){const e=Object(D.d)(s);this.set_result(e),e.success&&this.store.set_current_nj_object(e.value[0])}else if(e.name.endsWith(".njm")){this.store.set_current_animation(void 0),this.store.set_current_nj_motion(void 0);const e=this.store.current_nj_object.val;e?(this.set_animation_playing(!0),this.store.set_current_nj_motion(Object(b.c)(s,e.bone_count())),this.set_result(Object(Q.c)(void 0))):this.set_result(Object(Q.a)([{severity:Y.b.Error,ui_message:"No model to animate"}]))}else if(e.name.endsWith(".xvm")){const e=Object(J.b)(s);this.set_result(e),e.success?this.store.set_current_textures(e.value.textures):this.store.set_current_textures([])}else if(e.name.endsWith(".afs")){const e=Object(Q.b)(ee),t=Object(Z.a)(s);if(e.add_result(t),t.success){const s=t.value.flatMap(t=>{var s,i,n,a;const r=new W.a(t,X.a.Little);if(Object(J.a)(r)){const t=Object(J.b)(r);return e.add_result(t),null!=(i=null===(s=t.value)||void 0===s?void 0:s.textures)?i:[]}{const t=Object(J.b)(Object(K.a)(r.seek_start(0)));return e.add_result(t),null!=(a=null===(n=t.value)||void 0===n?void 0:n.textures)?a:[]}});s.length?this.set_result(e.success(s)):this.set_result(e.failure()),this.store.set_current_textures(s)}else this.set_result(e.failure())}else ee.debug(`Unsupported file extension in filename "${e.name}".`),this.set_result(Object(Q.a)([{severity:Y.b.Error,ui_message:"Unsupported file type."}]))}catch(e){ee.error("Couldn't read file.",e),this.set_result(Object(Q.a)())}})),this.dismiss_result_dialog=()=>{this._result_dialog_visible.val=!1},this.show_skeleton=e.show_skeleton,this.animation_frame_count=e.animation_frame_count,this.animation_frame_count_label=e.animation_frame_count.map(e=>`/ ${e}`),this.animation_controls_enabled=e.current_nj_motion.map(e=>null!=e),this.animation_playing=e.animation_playing,this.animation_frame_rate=e.animation_frame_rate,this.animation_frame=e.animation_frame.map(e=>Math.round(e))}set_result(e){this._result.val=e,e.problems.length&&(this._result_dialog_visible.val=!0)}}var se=s("sv1z");s("ePAx");class ie extends n.a{constructor(e){var t,s;super();const i=this.add(new se.a({class:"viewer_model_CharacterClassOptionsView_section_id",label:"Section ID:",items:U.f,selected:e.current_section_id,to_label:e=>null==e?"":U.e[e],enabled:e.enabled})),n=this.add(new se.a({class:"viewer_model_CharacterClassOptionsView_body",label:"Body:",items:e.current_body_options,selected:e.current_body,enabled:e.enabled}));this.element=Object(z.h)({className:"viewer_model_CharacterClassOptionsView"},Object(z.t)(Object(z.A)(Object(z.v)(null===(t=i.label)||void 0===t?void 0:t.element),Object(z.v)(i.element)),Object(z.A)(Object(z.v)(null===(s=n.label)||void 0===s?void 0:s.element),Object(z.v)(n.element)))),this.disposables(i.selected.observe(({value:t})=>e.set_current_section_id(t)),n.selected.observe(({value:t})=>e.set_current_body(t))),this.finalize_construction()}}var ne=s("LvDl");class ae extends B.a{constructor(e){super(),this.store=e,this.set_current_section_id=e=>{null!=e&&this.store.set_current_section_id(e)},this.set_current_body=e=>{this.store.set_current_body(null==e?void 0:e-1)},this.enabled=e.current_character_class.map(e=>null!=e),this.current_section_id=e.current_section_id,this.current_body_options=e.current_character_class.map(e=>e?Object(ne.range)(1,e.body_style_count+1):[]),this.current_body=e.current_body.map(e=>null==e?void 0:e+1)}}s.d(t,"initialize_viewer",(function(){return oe}));var re=function(e,t,s,i){return new(s||(s=Promise))((function(n,a){function r(e){try{c(i.next(e))}catch(e){a(e)}}function o(e){try{c(i.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(r,o)}c((i=i.apply(e,t||[])).next())}))};function oe(e,t,i,n){const o=new r.a;return{view:new a(i,()=>re(this,void 0,void 0,(function*(){const{ModelController:a}=yield s.e(14).then(s.bind(null,"UwGQ")),{ModelView:r}=yield Promise.all([s.e(1),s.e(11)]).then(s.bind(null,"puLw")),{CharacterClassAssetLoader:c}=yield s.e(15).then(s.bind(null,"ZV42")),_=o.add(new c(e)),l=o.add(new N(i,_,t)),h=new a(l),u=new te(l),d=new ae(l);return new r(h,new $(u),new ie(d),new x(l,n()))})),()=>re(this,void 0,void 0,(function*(){const{TextureController:e}=yield s.e(13).then(s.bind(null,"QRTb")),{TextureView:t}=yield s.e(10).then(s.bind(null,"Za3H")),i=o.add(new e);return new t(i,new u(i,n()))}))),dispose(){o.dispose()}}}},VwSi:function(e,t,s){"use strict";s.d(t,"a",(function(){return a})),s.d(t,"b",(function(){return r})),s.d(t,"c",(function(){return o}));var i=s("kwt4");const n=1296321870;var a,r;function o(e,t){return e.u32()===n?function(e,t){const s=e.u32();return c(e.take(s),t)}(e,t):(e.seek_start(0),function(e,t){e.seek_end(16);const s=e.u32();e.seek_start(s);const i=e.u32();return e.seek_start(i),function(e,t){e.seek(4);const s=e.u32();return e.seek_start(s),c(e,t)}(e,t)}(e,t))}function c(e,t){let s=e.u32();const i=e.u32(),n=e.u16(),a=e.u16(),o=(192&a)>>6,c=15&a,h=[];for(let a=0;a=s)return e.seek_start(a),h(e,t);r=i}return n}function h(e,t){const s=[];for(let n=0;n{this._value.set_val(this.get_value(),{silent:!1})}),this.input_element.addEventListener("keydown",e=>{"Enter"===e.key&&this._value.set_val(this.get_value(),{silent:!1})}),n&&n.readonly&&this.set_attr("readOnly",!0),this.element.append(this.input_element)}set_enabled(e){super.set_enabled(e),this.input_element.disabled=!e}set_attr(e,t,i){if(null==t)return;const s=this.input_element,o=i||(e=>e);Object(n.a)(t)?(s[e]=o(t.val),this.disposable(t.observe(({value:t})=>s[e]=o(t)))):s[e]=o(t)}}},FNQV:function(e,t,i){"use strict";i.r(t);var s=i("FXpb"),n=(i("XfQH"),i("KVVN")),o=i("Tpfs"),l=i("PE7g"),r=i("sDu+"),a=(i("rlVZ"),i("x1yY"),i("LSoc")),c=i("4VsB");class u extends r.a{constructor(e){super(e),this.element=Object(s.s)({className:"core_ComboBox core_Input"}),this.preferred_label_position="left",this.input_element=Object(s.m)(),this.to_label=e.to_label,this._selected=new c.a(this,void 0,this.set_selected),this.selected=this._selected,this.menu=this.disposable(new a.a({items:e.items,to_label:e.to_label,related_element:this.element})),this.menu.element.onmousedown=e=>e.preventDefault(),this.input_element.placeholder=e.placeholder_text||"",this.input_element.onmousedown=()=>{this.menu.visible.set_val(!0,{silent:!1})},this.input_element.onkeydown=e=>{switch(e.key){case"ArrowDown":e.preventDefault(),this.menu.hover_next();break;case"ArrowUp":e.preventDefault(),this.menu.hover_prev();break;case"Enter":this.menu.select_hovered()}};const t=e.filter;if(t){let e="";this.input_element.onkeyup=()=>{this.input_element.value!==e&&(e=this.input_element.value,t(e),(this.menu.visible.val||e)&&this.menu.hover_next())}}this.input_element.onblur=()=>{this.menu.visible.set_val(!1,{silent:!1})};const i=Object(s.k)(s.a.TriangleDown),n=Object(s.k)(s.a.TriangleUp),o=Object(s.s)({className:"core_ComboBox_button"},i,n);o.onmousedown=e=>{e.preventDefault(),this.menu.visible.set_val(!this.menu.visible.val,{silent:!1})},this.element.append(Object(s.s)({className:"core_ComboBox_inner core_Input_inner"},this.input_element,o),this.menu.element),this.disposables(this.menu.visible.observe(({value:e})=>{e&&this.menu.hover_next()}),this.menu.selected.observe(({value:e})=>{this.selected.set_val(e,{silent:!1}),this.input_element.focus()}),Object(s.c)(n,"hidden",this.menu.visible.map(e=>!e)),Object(s.c)(i,"hidden",this.menu.visible)),this.finalize_construction()}set_selected(e){this.input_element.value=e?this.to_label(e):"",this.menu.selected.val=e}}var h=i("ouMO"),d=i("rwco"),_=i("6Fug"),m=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function l(e){try{a(s.next(e))}catch(e){o(e)}}function r(e){try{a(s.throw(e))}catch(e){o(e)}}function a(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(l,r)}a((s=s.apply(e,t||[])).next())}))};const p=d.a.get("hunt_optimizer/gui/WantedItemsView");class b extends _.a{constructor(e){super(),this.hunt_optimizer_stores=e,this.tbody_element=Object(s.u)(),this.store_disposer=this.disposable(new o.a),this.element=Object(s.h)({className:"hunt_optimizer_WantedItemsView"}),this.create_row=e=>{const t=new o.a,i=t.add(new l.a(e.amount.val,{min:0,step:1}));t.add_all(i.value.bind_to(e.amount),i.value.observe(({value:t})=>e.set_amount(t)));const r=t.add(new n.a({icon_left:s.a.Remove}));return t.add(r.onclick.observe(()=>m(this,void 0,void 0,(function*(){return(yield this.hunt_optimizer_stores.current.val).remove_wanted_item(e)})))),[Object(s.A)(Object(s.v)(i.element),Object(s.v)(e.item_type.name),Object(s.v)(r.element)),t]};const t=Object(h.c)(),i=Object(h.c)(),r=this.add(new u({items:i,to_label:e=>e.name,placeholder_text:"Add an item",filter(e){const s=e.toLowerCase();i.val=t.val.filter(e=>e.name.toLowerCase().includes(s))}}));this.element.append(Object(s.j)("Wanted Items"),r.element,Object(s.h)({className:"hunt_optimizer_WantedItemsView_table_wrapper"},Object(s.t)(this.tbody_element))),this.disposables(e.current.observe(({value:e})=>m(this,void 0,void 0,(function*(){try{const n=yield e;this.store_disposer.dispose_all(),this.store_disposer.add_all(Object(s.d)(this.tbody_element,n.wanted_items,this.create_row),r.selected.observe(({value:e})=>{e&&(n.add_wanted_item(e),r.selected.val=void 0)})),t.val=n.huntable_item_types.slice().sort((e,t)=>e.name.localeCompare(t.name)),i.val=t.val}catch(e){p.error("Couldn't load hunt optimizer store.",e)}})),{call_now:!0})),this.finalize_construction()}}i("l8iQ");var f=i("yar8"),v=i("nsCy"),w=i("xs7i"),x=(i("a0xr"),i("ExVU")),y=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function l(e){try{a(s.next(e))}catch(e){o(e)}}function r(e){try{a(s.throw(e))}catch(e){o(e)}}function a(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(l,r)}a((s=s.apply(e,t||[])).next())}))};const O=d.a.get("hunt_optimizer/gui/OptimizationResultView");class g extends _.a{constructor(e){super(),this.element=Object(s.h)({className:"hunt_optimizer_OptimizationResultView"},Object(s.j)("Ideal Combination of Methods")),this.disposable(e.current.observe(({value:e})=>y(this,void 0,void 0,(function*(){try{const t=yield e;if(this.disposed)return;this.results_observer&&this.remove_disposable(this.results_observer),this.results_observer=this.disposable(t.result.observe(({value:e})=>this.update_table(e),{call_now:!0}))}catch(e){O.error("Couldn't load hunt optimizer store.",e)}})),{call_now:!0})),this.finalize_construction()}update_table(e){this.table&&this.remove(this.table);let t=0,i=x.Duration.fromMillis(0);if(e)for(const s of e.optimal_methods)t+=s.runs,i=i.plus(s.total_time);const n=[{title:"Difficulty",fixed:!0,width:80,render_cell:e=>v.b[e.difficulty],footer:{render_cell:()=>"Totals:"}},{title:"Method",fixed:!0,width:250,render_cell:e=>e.method_name},{title:"Ep.",fixed:!0,width:40,render_cell:e=>w.b[e.method_episode]},{title:"Section ID",fixed:!0,width:90,render_cell(e){const t=Object(s.s)(...e.section_ids.map(e=>Object(s.r)(e,{size:17})));return t.style.display="flex",t}},{title:"Time/Run",width:90,text_align:"center",render_cell:e=>e.method_time.toFormat("hh:mm")},{title:"Runs",width:60,text_align:"right",render_cell:e=>e.runs.toFixed(1),tooltip:e=>e.runs.toString(),footer:{render_cell:()=>t.toFixed(1),tooltip:()=>t.toString()}},{title:"Total Hours",width:60,text_align:"right",render_cell:e=>e.total_time.as("hours").toFixed(1),tooltip:e=>e.total_time.as("hours").toString(),footer:{render_cell:()=>i.as("hours").toFixed(1),tooltip:()=>i.as("hours").toString()}}];if(e)for(const t of e.wanted_items){let i=0;for(const s of e.optimal_methods)i+=s.item_counts.get(t)||0;n.push({title:t.name,width:80,text_align:"right",render_cell(e){const i=e.item_counts.get(t);return i?i.toFixed(2):""},tooltip(e){const i=e.item_counts.get(t);return i?i.toString():""},footer:{render_cell:()=>i.toFixed(2),tooltip:()=>i.toString()}})}this.table=this.add(new f.b({class:"hunt_optimizer_OptimizationResultView_table",values:e?Object(h.c)(void 0,...e.optimal_methods):Object(h.c)(),columns:n})),this.element.append(this.table.element)}}var j=i("zsIO");i.d(t,"OptimizerView",(function(){return z}));class z extends j.a{constructor(e){super(),this.element=Object(s.h)({className:"hunt_optimizer_OptimizerView"}),this.element.append(this.add(new b(e)).element,this.add(new g(e)).element),this.finalize_construction()}}},PE7g:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("0Xme");i("rY5A");class n extends s.a{constructor(e=0,t){if(super(e,"core_NumberInput","number","core_NumberInput_inner",t),this.preferred_label_position="left",t){const{min:e,max:i,step:s,width:n}=t;this.set_attr("min",e,String),this.set_attr("max",i,String),this.input_element.step="any",this.set_attr("step",s,String),null!=n&&(this.element.style.width=`${n}px`)}t&&null!=t.round_to&&t.round_to>=0?this.rounding_factor=Math.pow(10,t.round_to):this.rounding_factor=1,this.set_value(e),this.finalize_construction()}get_value(){return parseFloat(this.input_element.value)}set_value(e){this.input_element.valueAsNumber=Math.round(this.rounding_factor*e)/this.rounding_factor}}},yar8:function(e,t,i){"use strict";i.d(t,"a",(function(){return r})),i.d(t,"b",(function(){return a}));var s=i("TRid"),n=i("FXpb"),o=i("Tpfs");i("/KYB");const l=i("rwco").a.get("core/gui/Table");var r;!function(e){e[e.Asc=0]="Asc",e[e.Desc=1]="Desc"}(r||(r={}));class a extends s.a{constructor(e){super(e),this.tbody_element=Object(n.u)(),this.element=Object(n.t)({className:"core_Table"}),this.children=[],this.create_row=(e,t)=>{const i=new o.a;let s=0;return[Object(n.A)(...this.columns.map((o,r)=>{const a=o.fixed?Object(n.y)():Object(n.v)();try{const t=o.render_cell(e,i);a.append(t),o.input&&a.classList.add("input"),o.fixed&&(a.classList.add("fixed"),a.style.left=`${s}px`,s+=o.width||0),a.style.width=`${o.width}px`,o.text_align&&(a.style.textAlign=o.text_align),o.tooltip&&(a.title=o.tooltip(e))}catch(e){l.warn(`Error while rendering cell for index ${t}, column ${r}.`,e)}return a})),i]},this.update_footer=()=>{if(!this.footer_row_element)return;const e=this.columns.length;for(let t=0;t{const i=Object(n.y)({data:{index:t.toString()}},Object(n.s)(e.title));return e.fixed&&(i.style.position="sticky",i.style.left=`${a}px`,a+=e.width),i.style.width=`${e.width}px`,e.footer&&(c=!0),i}));const u=e.sort;u&&(s.onmousedown=e=>{if(e.target instanceof HTMLElement){let i=e.target;for(let e=0;e<5&&!i.dataset.index;e++){if(!i.parentElement)return;i=i.parentElement}if(!i.dataset.index)return;const s=parseInt(i.dataset.index,10),n=this.columns[s];if(!n.sortable)return;const o=t.findIndex(e=>e.column===n);if(0===o){const e=t[0];e.direction=e.direction===r.Asc?r.Desc:r.Asc}else-1!==o&&t.splice(o,1),t.unshift({column:n,direction:r.Asc});u(t)}}),i.append(s),this.tbody_element=Object(n.u)(),this.element.append(i,this.tbody_element),c&&(this.footer_row_element=Object(n.A)(),this.element.append(Object(n.x)({},this.footer_row_element)),this.create_footer()),this.disposables(Object(n.d)(this.tbody_element,this.values,this.create_row),this.values.observe(this.update_footer)),this.finalize_construction()}create_footer(){const e=[];let t=0;for(let i=0;ithis._value.set_val(this.text_element.value,{silent:!1}),this.element.append(this.text_element),this.finalize_construction()}set_value(e){this.text_element.value=e}}i("ObFr");var h=i("7ZX1"),p=(i("7YJZ"),i("6Fug"));class g extends p.a{constructor(e){super(),this.element=Object(u.h)({className:"quest_editor_UnavailableView"}),this.label=this.disposable(new h.a(e,{enabled:!1})),this.element.append(this.label.element),this.finalize_construction()}}var b=i("zsIO");class f extends b.a{constructor(e){super(),this.element=Object(u.h)({className:"quest_editor_QuestInfoView",tabIndex:-1}),this.table_element=Object(u.t)(),this.id_input=this.add(new r.a(0,{min:0,step:1})),this.name_input=this.add(new c("",{max_length:32})),this.short_description_input=this.add(new v("",{max_length:128,font_family:'"Courier New", monospace',cols:25,rows:5})),this.long_description_input=this.add(new v("",{max_length:288,font_family:'"Courier New", monospace',cols:25,rows:10})),this.unavailable_view=this.add(new g("No quest loaded.")),this.quest_disposer=this.disposable(new a.a);const t=e.current_quest;this.table_element.append(Object(u.A)(Object(u.y)("Episode:"),this.episode_element=Object(u.v)()),Object(u.A)(Object(u.y)("ID:"),Object(u.v)(this.id_input.element)),Object(u.A)(Object(u.y)("Name:"),Object(u.v)(this.name_input.element)),Object(u.A)(Object(u.y)({colSpan:2},"Short description:")),Object(u.A)(Object(u.v)({colSpan:2},this.short_description_input.element)),Object(u.A)(Object(u.y)({colSpan:2},"Long description:")),Object(u.A)(Object(u.v)({colSpan:2},this.long_description_input.element))),this.element.append(this.table_element,this.unavailable_view.element),this.element.addEventListener("focus",e.focused,!0),this.disposables(this.unavailable_view.visible.bind_to(e.unavailable),Object(u.c)(this.table_element,"hidden",e.unavailable),t.observe(({value:t})=>{this.quest_disposer.dispose_all(),this.episode_element.textContent=t?s.b[t.episode]:"",t&&this.quest_disposer.add_all(this.id_input.value.bind_to(t.id),this.id_input.value.observe(({value:t})=>e.set_id(t)),this.name_input.value.bind_to(t.name),this.name_input.value.observe(({value:t})=>e.set_name(t)),this.short_description_input.value.bind_to(t.short_description),this.short_description_input.value.observe(({value:t})=>e.set_short_description(t)),this.long_description_input.value.bind_to(t.long_description),this.long_description_input.value.observe(({value:t})=>e.set_long_description(t)),this.enabled.bind_to(e.enabled))})),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.id_input.enabled.val=e,this.name_input.enabled.val=e,this.short_description_input.enabled.val=e,this.long_description_input.enabled.val=e}}i("88+i"),i("UrNz"),i("5sDa");class m extends b.a{constructor(e){super(),this.element=Object(u.h)({className:"quest_editor_NpcCountsView"}),this.table_element=Object(u.t)(),this.unavailable_view=this.add(new g("No quest loaded.")),this.element.append(this.table_element,this.unavailable_view.element),this.disposables(Object(u.c)(this.table_element,"hidden",e.unavailable),this.unavailable_view.visible.bind_to(e.unavailable),e.npc_counts.observe(({value:e})=>this.update_view(e),{call_now:!0})),this.finalize_construction()}update_view(e){const t=document.createDocumentFragment();for(const{name:i,count:o}of e)t.append(Object(u.A)(Object(u.y)(i+":"),Object(u.v)(String(o))));this.table_element.innerHTML="",this.table_element.append(t)}}var w,k=i("Ftn7"),y=i("Womt"),R=i("Eqai"),I=i("sZ1+");!function(e){e[e.Unknown=1e3]="Unknown",e[e.PlayerSet=1001]="PlayerSet",e[e.Particle=1002]="Particle",e[e.Teleporter=1003]="Teleporter",e[e.Warp=1004]="Warp",e[e.LightCollision=1005]="LightCollision",e[e.Item=1006]="Item",e[e.EnvSound=1007]="EnvSound",e[e.FogCollision=1008]="FogCollision",e[e.EventCollision=1009]="EventCollision",e[e.CharaCollision=1010]="CharaCollision",e[e.ElementalTrap=1011]="ElementalTrap",e[e.StatusTrap=1012]="StatusTrap",e[e.HealTrap=1013]="HealTrap",e[e.LargeElementalTrap=1014]="LargeElementalTrap",e[e.ObjRoomID=1015]="ObjRoomID",e[e.Sensor=1016]="Sensor",e[e.UnknownItem16=1017]="UnknownItem16",e[e.LensFlare=1018]="LensFlare",e[e.ScriptCollision=1019]="ScriptCollision",e[e.HealRing=1020]="HealRing",e[e.MapCollision=1021]="MapCollision",e[e.ScriptCollisionA=1022]="ScriptCollisionA",e[e.ItemLight=1023]="ItemLight",e[e.RadarCollision=1024]="RadarCollision",e[e.FogCollisionSW=1025]="FogCollisionSW",e[e.BossTeleporter=1026]="BossTeleporter",e[e.ImageBoard=1027]="ImageBoard",e[e.QuestWarp=1028]="QuestWarp",e[e.Epilogue=1029]="Epilogue",e[e.UnknownItem29=1030]="UnknownItem29",e[e.UnknownItem30=1031]="UnknownItem30",e[e.UnknownItem31=1032]="UnknownItem31",e[e.BoxDetectObject=1033]="BoxDetectObject",e[e.SymbolChatObject=1034]="SymbolChatObject",e[e.TouchPlateObject=1035]="TouchPlateObject",e[e.TargetableObject=1036]="TargetableObject",e[e.EffectObject=1037]="EffectObject",e[e.CountDownObject=1038]="CountDownObject",e[e.UnknownItem38=1039]="UnknownItem38",e[e.UnknownItem39=1040]="UnknownItem39",e[e.UnknownItem40=1041]="UnknownItem40",e[e.UnknownItem41=1042]="UnknownItem41",e[e.MenuActivation=1043]="MenuActivation",e[e.TelepipeLocation=1044]="TelepipeLocation",e[e.BGMCollision=1045]="BGMCollision",e[e.MainRagolTeleporter=1046]="MainRagolTeleporter",e[e.LobbyTeleporter=1047]="LobbyTeleporter",e[e.PrincipalWarp=1048]="PrincipalWarp",e[e.ShopDoor=1049]="ShopDoor",e[e.HuntersGuildDoor=1050]="HuntersGuildDoor",e[e.TeleporterDoor=1051]="TeleporterDoor",e[e.MedicalCenterDoor=1052]="MedicalCenterDoor",e[e.Elevator=1053]="Elevator",e[e.EasterEgg=1054]="EasterEgg",e[e.ValentinesHeart=1055]="ValentinesHeart",e[e.ChristmasTree=1056]="ChristmasTree",e[e.ChristmasWreath=1057]="ChristmasWreath",e[e.HalloweenPumpkin=1058]="HalloweenPumpkin",e[e.TwentyFirstCentury=1059]="TwentyFirstCentury",e[e.Sonic=1060]="Sonic",e[e.WelcomeBoard=1061]="WelcomeBoard",e[e.Firework=1062]="Firework",e[e.LobbyScreenDoor=1063]="LobbyScreenDoor",e[e.MainRagolTeleporterBattleInNextArea=1064]="MainRagolTeleporterBattleInNextArea",e[e.LabTeleporterDoor=1065]="LabTeleporterDoor",e[e.Pioneer2InvisibleTouchplate=1066]="Pioneer2InvisibleTouchplate",e[e.ForestDoor=1067]="ForestDoor",e[e.ForestSwitch=1068]="ForestSwitch",e[e.LaserFence=1069]="LaserFence",e[e.LaserSquareFence=1070]="LaserSquareFence",e[e.ForestLaserFenceSwitch=1071]="ForestLaserFenceSwitch",e[e.LightRays=1072]="LightRays",e[e.BlueButterfly=1073]="BlueButterfly",e[e.Probe=1074]="Probe",e[e.RandomTypeBox1=1075]="RandomTypeBox1",e[e.ForestWeatherStation=1076]="ForestWeatherStation",e[e.Battery=1077]="Battery",e[e.ForestConsole=1078]="ForestConsole",e[e.BlackSlidingDoor=1079]="BlackSlidingDoor",e[e.RicoMessagePod=1080]="RicoMessagePod",e[e.EnergyBarrier=1081]="EnergyBarrier",e[e.ForestRisingBridge=1082]="ForestRisingBridge",e[e.SwitchNoneDoor=1083]="SwitchNoneDoor",e[e.EnemyBoxGrey=1084]="EnemyBoxGrey",e[e.FixedTypeBox=1085]="FixedTypeBox",e[e.EnemyBoxBrown=1086]="EnemyBoxBrown",e[e.EmptyTypeBox=1087]="EmptyTypeBox",e[e.LaserFenceEx=1088]="LaserFenceEx",e[e.LaserSquareFenceEx=1089]="LaserSquareFenceEx",e[e.FloorPanel1=1090]="FloorPanel1",e[e.Caves4ButtonDoor=1091]="Caves4ButtonDoor",e[e.CavesNormalDoor=1092]="CavesNormalDoor",e[e.CavesSmashingPillar=1093]="CavesSmashingPillar",e[e.CavesSign1=1094]="CavesSign1",e[e.CavesSign2=1095]="CavesSign2",e[e.CavesSign3=1096]="CavesSign3",e[e.HexagonalTank=1097]="HexagonalTank",e[e.BrownPlatform=1098]="BrownPlatform",e[e.WarningLightObject=1099]="WarningLightObject",e[e.Rainbow=1100]="Rainbow",e[e.FloatingJellyfish=1101]="FloatingJellyfish",e[e.FloatingDragonfly=1102]="FloatingDragonfly",e[e.CavesSwitchDoor=1103]="CavesSwitchDoor",e[e.RobotRechargeStation=1104]="RobotRechargeStation",e[e.CavesCakeShop=1105]="CavesCakeShop",e[e.Caves1SmallRedRock=1106]="Caves1SmallRedRock",e[e.Caves1MediumRedRock=1107]="Caves1MediumRedRock",e[e.Caves1LargeRedRock=1108]="Caves1LargeRedRock",e[e.Caves2SmallRock1=1109]="Caves2SmallRock1",e[e.Caves2MediumRock1=1110]="Caves2MediumRock1",e[e.Caves2LargeRock1=1111]="Caves2LargeRock1",e[e.Caves2SmallRock2=1112]="Caves2SmallRock2",e[e.Caves2MediumRock2=1113]="Caves2MediumRock2",e[e.Caves2LargeRock2=1114]="Caves2LargeRock2",e[e.Caves3SmallRock=1115]="Caves3SmallRock",e[e.Caves3MediumRock=1116]="Caves3MediumRock",e[e.Caves3LargeRock=1117]="Caves3LargeRock",e[e.FloorPanel2=1118]="FloorPanel2",e[e.DestructableRockCaves1=1119]="DestructableRockCaves1",e[e.DestructableRockCaves2=1120]="DestructableRockCaves2",e[e.DestructableRockCaves3=1121]="DestructableRockCaves3",e[e.MinesDoor=1122]="MinesDoor",e[e.FloorPanel3=1123]="FloorPanel3",e[e.MinesSwitchDoor=1124]="MinesSwitchDoor",e[e.LargeCryoTube=1125]="LargeCryoTube",e[e.ComputerLikeCalus=1126]="ComputerLikeCalus",e[e.GreenScreenOpeningAndClosing=1127]="GreenScreenOpeningAndClosing",e[e.FloatingRobot=1128]="FloatingRobot",e[e.FloatingBlueLight=1129]="FloatingBlueLight",e[e.SelfDestructingObject1=1130]="SelfDestructingObject1",e[e.SelfDestructingObject2=1131]="SelfDestructingObject2",e[e.SelfDestructingObject3=1132]="SelfDestructingObject3",e[e.SparkMachine=1133]="SparkMachine",e[e.MinesLargeFlashingCrate=1134]="MinesLargeFlashingCrate",e[e.RuinsSeal=1135]="RuinsSeal",e[e.RuinsTeleporter=1136]="RuinsTeleporter",e[e.RuinsWarpSiteToSite=1137]="RuinsWarpSiteToSite",e[e.RuinsSwitch=1138]="RuinsSwitch",e[e.FloorPanel4=1139]="FloorPanel4",e[e.Ruins1Door=1140]="Ruins1Door",e[e.Ruins3Door=1141]="Ruins3Door",e[e.Ruins2Door=1142]="Ruins2Door",e[e.Ruins11ButtonDoor=1143]="Ruins11ButtonDoor",e[e.Ruins21ButtonDoor=1144]="Ruins21ButtonDoor",e[e.Ruins31ButtonDoor=1145]="Ruins31ButtonDoor",e[e.Ruins4ButtonDoor=1146]="Ruins4ButtonDoor",e[e.Ruins2ButtonDoor=1147]="Ruins2ButtonDoor",e[e.RuinsSensor=1148]="RuinsSensor",e[e.RuinsFenceSwitch=1149]="RuinsFenceSwitch",e[e.RuinsLaserFence4x2=1150]="RuinsLaserFence4x2",e[e.RuinsLaserFence6x2=1151]="RuinsLaserFence6x2",e[e.RuinsLaserFence4x4=1152]="RuinsLaserFence4x4",e[e.RuinsLaserFence6x4=1153]="RuinsLaserFence6x4",e[e.RuinsPoisonBlob=1154]="RuinsPoisonBlob",e[e.RuinsPillarTrap=1155]="RuinsPillarTrap",e[e.PopupTrapNoTech=1156]="PopupTrapNoTech",e[e.RuinsCrystal=1157]="RuinsCrystal",e[e.Monument=1158]="Monument",e[e.RuinsRock1=1159]="RuinsRock1",e[e.RuinsRock2=1160]="RuinsRock2",e[e.RuinsRock3=1161]="RuinsRock3",e[e.RuinsRock4=1162]="RuinsRock4",e[e.RuinsRock5=1163]="RuinsRock5",e[e.RuinsRock6=1164]="RuinsRock6",e[e.RuinsRock7=1165]="RuinsRock7",e[e.Poison=1166]="Poison",e[e.FixedBoxTypeRuins=1167]="FixedBoxTypeRuins",e[e.RandomBoxTypeRuins=1168]="RandomBoxTypeRuins",e[e.EnemyTypeBoxYellow=1169]="EnemyTypeBoxYellow",e[e.EnemyTypeBoxBlue=1170]="EnemyTypeBoxBlue",e[e.EmptyTypeBoxBlue=1171]="EmptyTypeBoxBlue",e[e.DestructableRock=1172]="DestructableRock",e[e.PopupTrapsTechs=1173]="PopupTrapsTechs",e[e.FlyingWhiteBird=1174]="FlyingWhiteBird",e[e.Tower=1175]="Tower",e[e.FloatingRocks=1176]="FloatingRocks",e[e.FloatingSoul=1177]="FloatingSoul",e[e.Butterfly=1178]="Butterfly",e[e.LobbyGameMenu=1179]="LobbyGameMenu",e[e.LobbyWarpObject=1180]="LobbyWarpObject",e[e.Lobby1EventObjectDefaultTree=1181]="Lobby1EventObjectDefaultTree",e[e.UnknownItem387=1182]="UnknownItem387",e[e.UnknownItem388=1183]="UnknownItem388",e[e.UnknownItem389=1184]="UnknownItem389",e[e.LobbyEventObjectStaticPumpkin=1185]="LobbyEventObjectStaticPumpkin",e[e.LobbyEventObject3ChristmasWindows=1186]="LobbyEventObject3ChristmasWindows",e[e.LobbyEventObjectRedAndWhiteCurtain=1187]="LobbyEventObjectRedAndWhiteCurtain",e[e.UnknownItem393=1188]="UnknownItem393",e[e.UnknownItem394=1189]="UnknownItem394",e[e.LobbyFishTank=1190]="LobbyFishTank",e[e.LobbyEventObjectButterflies=1191]="LobbyEventObjectButterflies",e[e.UnknownItem400=1192]="UnknownItem400",e[e.GreyWallLow=1193]="GreyWallLow",e[e.SpaceshipDoor=1194]="SpaceshipDoor",e[e.GreyWallHigh=1195]="GreyWallHigh",e[e.TempleNormalDoor=1196]="TempleNormalDoor",e[e.BreakableWallWallButUnbreakable=1197]="BreakableWallWallButUnbreakable",e[e.BrokenCylinderAndRubble=1198]="BrokenCylinderAndRubble",e[e.ThreeBrokenWallPiecesOnFloor=1199]="ThreeBrokenWallPiecesOnFloor",e[e.HighBrickCylinder=1200]="HighBrickCylinder",e[e.LyingCylinder=1201]="LyingCylinder",e[e.BrickConeWithFlatTop=1202]="BrickConeWithFlatTop",e[e.BreakableTempleWall=1203]="BreakableTempleWall",e[e.TempleMapDetect=1204]="TempleMapDetect",e[e.SmallBrownBrickRisingBridge=1205]="SmallBrownBrickRisingBridge",e[e.LongRisingBridgeWithPinkHighEdges=1206]="LongRisingBridgeWithPinkHighEdges",e[e.FourSwitchTempleDoor=1207]="FourSwitchTempleDoor",e[e.FourButtonSpaceshipDoor=1208]="FourButtonSpaceshipDoor",e[e.ItemBoxCca=1209]="ItemBoxCca",e[e.TeleporterEp2=1210]="TeleporterEp2",e[e.CCADoor=1211]="CCADoor",e[e.SpecialBoxCCA=1212]="SpecialBoxCCA",e[e.BigCCADoor=1213]="BigCCADoor",e[e.BigCCADoorSwitch=1214]="BigCCADoorSwitch",e[e.LittleRock=1215]="LittleRock",e[e.Little3StoneWall=1216]="Little3StoneWall",e[e.Medium3StoneWall=1217]="Medium3StoneWall",e[e.SpiderPlant=1218]="SpiderPlant",e[e.CCAAreaTeleporter=1219]="CCAAreaTeleporter",e[e.UnknownItem523=1220]="UnknownItem523",e[e.WhiteBird=1221]="WhiteBird",e[e.OrangeBird=1222]="OrangeBird",e[e.Saw=1223]="Saw",e[e.LaserDetect=1224]="LaserDetect",e[e.UnknownItem529=1225]="UnknownItem529",e[e.UnknownItem530=1226]="UnknownItem530",e[e.Seagull=1227]="Seagull",e[e.Fish=1228]="Fish",e[e.SeabedDoorWithBlueEdges=1229]="SeabedDoorWithBlueEdges",e[e.SeabedDoorAlwaysOpenNonTriggerable=1230]="SeabedDoorAlwaysOpenNonTriggerable",e[e.LittleCryotube=1231]="LittleCryotube",e[e.WideGlassWallBreakable=1232]="WideGlassWallBreakable",e[e.BlueFloatingRobot=1233]="BlueFloatingRobot",e[e.RedFloatingRobot=1234]="RedFloatingRobot",e[e.Dolphin=1235]="Dolphin",e[e.CaptureTrap=1236]="CaptureTrap",e[e.VRLink=1237]="VRLink",e[e.UnknownItem576=1238]="UnknownItem576",e[e.WarpInBarbaRayRoom=1239]="WarpInBarbaRayRoom",e[e.UnknownItem672=1240]="UnknownItem672",e[e.GeeNest=1241]="GeeNest",e[e.LabComputerConsole=1242]="LabComputerConsole",e[e.LabComputerConsoleGreenScreen=1243]="LabComputerConsoleGreenScreen",e[e.ChairYellowPillow=1244]="ChairYellowPillow",e[e.OrangeWallWithHoleInMiddle=1245]="OrangeWallWithHoleInMiddle",e[e.GreyWallWithHoleInMiddle=1246]="GreyWallWithHoleInMiddle",e[e.LongTable=1247]="LongTable",e[e.GBAStation=1248]="GBAStation",e[e.TalkLinkToSupport=1249]="TalkLinkToSupport",e[e.InstaWarp=1250]="InstaWarp",e[e.LabInvisibleObject=1251]="LabInvisibleObject",e[e.LabGlassWindowDoor=1252]="LabGlassWindowDoor",e[e.UnknownItem700=1253]="UnknownItem700",e[e.LabCeilingWarp=1254]="LabCeilingWarp",e[e.Ep4LightSource=1255]="Ep4LightSource",e[e.Cactus=1256]="Cactus",e[e.BigBrownRock=1257]="BigBrownRock",e[e.BreakableBrownRock=1258]="BreakableBrownRock",e[e.UnknownItem832=1259]="UnknownItem832",e[e.UnknownItem833=1260]="UnknownItem833",e[e.PoisonPlant=1261]="PoisonPlant",e[e.UnknownItem897=1262]="UnknownItem897",e[e.UnknownItem898=1263]="UnknownItem898",e[e.OozingDesertPlant=1264]="OozingDesertPlant",e[e.UnknownItem901=1265]="UnknownItem901",e[e.BigBlackRocks=1266]="BigBlackRocks",e[e.UnknownItem903=1267]="UnknownItem903",e[e.UnknownItem904=1268]="UnknownItem904",e[e.UnknownItem905=1269]="UnknownItem905",e[e.UnknownItem906=1270]="UnknownItem906",e[e.FallingRock=1271]="FallingRock",e[e.DesertPlantHasCollision=1272]="DesertPlantHasCollision",e[e.DesertFixedTypeBoxBreakableCrystals=1273]="DesertFixedTypeBoxBreakableCrystals",e[e.UnknownItem910=1274]="UnknownItem910",e[e.BeeHive=1275]="BeeHive",e[e.UnknownItem912=1276]="UnknownItem912",e[e.Heat=1277]="Heat",e[e.TopOfSaintMillionEgg=1278]="TopOfSaintMillionEgg",e[e.UnknownItem961=1279]="UnknownItem961"}(w||(w={}));const j=[];function C(e){return T[e]}const T=[];function S(e,t,i,o){j.push(e);const n=[];for(const[e,t]of o)n[e]=t;T[e]=Object.freeze({name:i,area_ids:n,pso_id:t})}function x(e){var t;return null!=(t=I.c[e])?t:w[e]}function O(e){return null!=I.c[e]}function L(e){var t;return null!=(t=Object(I.d)(e))?t:C(e)}var P;S(w.Unknown,void 0,"Unknown",[]),S(w.PlayerSet,0,"Player Set",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,9,0]]]),S(w.Particle,1,"Particle",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.Teleporter,2,"Teleporter",[[s.b.I,[0,1,2,3,4,5,6,7,11,12,13,14]],[s.b.II,[0,1,2,3,4,12,13,14,15]],[s.b.IV,[1,2,3,4,5,6,7,8,9,0]]]),S(w.Warp,3,"Warp",[[s.b.I,[0,1,2,3,4,5,6,7,11,12,13,14,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,9,0]]]),S(w.LightCollision,4,"Light Collision",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,15,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.Item,5,"Item",[]),S(w.EnvSound,6,"Env Sound",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,13]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.FogCollision,7,"Fog Collision",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.EventCollision,8,"Event Collision",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,9,0]]]),S(w.CharaCollision,9,"Chara Collision",[[s.b.I,[0,1,2,3,4,5,8,9,10]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.ElementalTrap,10,"Elemental Trap",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,9]]]),S(w.StatusTrap,11,"Status Trap",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,9]]]),S(w.HealTrap,12,"Heal Trap",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,9]]]),S(w.LargeElementalTrap,13,"Large Elemental Trap",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,9]]]),S(w.ObjRoomID,14,"Obj Room ID",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,11,12,13]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,9]]]),S(w.Sensor,15,"Sensor",[[s.b.I,[1,2,4,5,6,7]]]),S(w.UnknownItem16,16,"Unknown Item (16)",[]),S(w.LensFlare,17,"Lens Flare",[[s.b.I,[1,2,3,4,8,14]]]),S(w.ScriptCollision,18,"Script Collision",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.HealRing,19,"Heal Ring",[[s.b.I,[1,2,3,4,5,6,7,8,9,10]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.MapCollision,20,"Map Collision",[[s.b.I,[0,1,2,3,4,5,8,9,10,16,17]],[s.b.II,[0,5,6,7,8,9,10,11,16,17]],[s.b.IV,[0]]]),S(w.ScriptCollisionA,21,"Script Collision A",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.ItemLight,22,"Item Light",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.RadarCollision,23,"Radar Collision",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.FogCollisionSW,24,"Fog Collision SW",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,11,12,13,14]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.BossTeleporter,25,"Boss Teleporter",[[s.b.I,[0,2,5,7,10]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[5,6,7,8,0]]]),S(w.ImageBoard,26,"Image Board",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.QuestWarp,27,"Quest Warp",[[s.b.I,[1,2,3,4,5,6,7,11,12,13,14]],[s.b.IV,[9]]]),S(w.Epilogue,28,"Epilogue",[[s.b.I,[14]],[s.b.II,[13]],[s.b.IV,[9]]]),S(w.UnknownItem29,29,"Unknown Item (29)",[[s.b.I,[1]]]),S(w.UnknownItem30,30,"Unknown Item (30)",[[s.b.I,[1,2,17]],[s.b.II,[1,2,14]],[s.b.IV,[1,2,3,4,5]]]),S(w.UnknownItem31,31,"Unknown Item (31)",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.BoxDetectObject,32,"Box Detect Object",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.SymbolChatObject,33,"Symbol Chat Object",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.TouchPlateObject,34,"Touch plate Object",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.TargetableObject,35,"Targetable Object",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.EffectObject,36,"Effect object",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[0,1,2,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[0]]]),S(w.CountDownObject,37,"Count Down Object",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.UnknownItem38,38,"Unknown Item (38)",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.UnknownItem39,39,"Unknown Item (39)",[[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.UnknownItem40,40,"Unknown Item (40)",[[s.b.I,[0,1,2,4,5,6,7,8,9,10,13,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,13,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.UnknownItem41,41,"Unknown Item (41)",[[s.b.I,[0,1,2,4,5,6,7,8,9,10,13,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,13,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.MenuActivation,64,"Menu activation",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.TelepipeLocation,65,"Telepipe Location",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.BGMCollision,66,"BGM Collision",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.MainRagolTeleporter,67,"Main Ragol Teleporter",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.LobbyTeleporter,68,"Lobby Teleporter",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.PrincipalWarp,69,"Principal warp",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.ShopDoor,70,"Shop Door",[[s.b.I,[0]],[s.b.IV,[0]]]),S(w.HuntersGuildDoor,71,"Hunter's Guild Door",[[s.b.I,[0]],[s.b.IV,[0]]]),S(w.TeleporterDoor,72,"Teleporter Door",[[s.b.I,[0]],[s.b.IV,[0]]]),S(w.MedicalCenterDoor,73,"Medical Center Door",[[s.b.I,[0]],[s.b.IV,[0]]]),S(w.Elevator,74,"Elevator",[[s.b.I,[0]],[s.b.IV,[0]]]),S(w.EasterEgg,75,"Easter Egg",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.ValentinesHeart,76,"Valentines Heart",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.ChristmasTree,77,"Christmas Tree",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.ChristmasWreath,78,"Christmas Wreath",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.HalloweenPumpkin,79,"Halloween Pumpkin",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.TwentyFirstCentury,80,"21st Century",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.Sonic,81,"Sonic",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.WelcomeBoard,82,"Welcome Board",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.Firework,83,"Firework",[[s.b.I,[0]],[s.b.II,[0,16]],[s.b.IV,[0]]]),S(w.LobbyScreenDoor,84,"Lobby Screen Door",[[s.b.I,[0]],[s.b.IV,[0]]]),S(w.MainRagolTeleporterBattleInNextArea,85,"Main Ragol Teleporter (Battle in next area?)",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.LabTeleporterDoor,86,"Lab Teleporter Door",[[s.b.II,[0]]]),S(w.Pioneer2InvisibleTouchplate,87,"Pioneer 2 Invisible Touchplate",[[s.b.I,[0]],[s.b.II,[0]],[s.b.IV,[0]]]),S(w.ForestDoor,128,"Forest Door",[[s.b.I,[1,2]]]),S(w.ForestSwitch,129,"Forest Switch",[[s.b.I,[1,2,3,4,5]],[s.b.II,[1,2,3,4]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.LaserFence,130,"Laser Fence",[[s.b.I,[1,2,3,4,5,6,7,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.LaserSquareFence,131,"Laser Square Fence",[[s.b.I,[1,2,3,4,5,6,7,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.ForestLaserFenceSwitch,132,"Forest Laser Fence Switch",[[s.b.I,[1,2,3,4,5,6,7,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.LightRays,133,"Light rays",[[s.b.I,[1,2]],[s.b.II,[5,6,7,8,9]],[s.b.IV,[6,7,8]]]),S(w.BlueButterfly,134,"Blue Butterfly",[[s.b.I,[1,2]],[s.b.IV,[6,7,8]]]),S(w.Probe,135,"Probe",[[s.b.I,[1,2]]]),S(w.RandomTypeBox1,136,"Random Type Box 1",[[s.b.I,[1,2,3,4,5,6,7]],[s.b.II,[10,11,13]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.ForestWeatherStation,137,"Forest Weather Station",[[s.b.I,[1,2]]]),S(w.Battery,138,"Battery",[]),S(w.ForestConsole,139,"Forest Console",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.BlackSlidingDoor,140,"Black Sliding Door",[[s.b.I,[1,2,3]]]),S(w.RicoMessagePod,141,"Rico Message Pod",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,13]]]),S(w.EnergyBarrier,142,"Energy Barrier",[[s.b.I,[1,2,4,5,6,7]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.ForestRisingBridge,143,"Forest Rising Bridge",[[s.b.I,[1,2]]]),S(w.SwitchNoneDoor,144,"Switch (none door)",[[s.b.I,[1,2,6,7,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.EnemyBoxGrey,145,"Enemy Box (Grey)",[[s.b.I,[1,2,3,4,5,6,7]],[s.b.II,[10,11]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.FixedTypeBox,146,"Fixed Type Box",[[s.b.I,[1,2,3,4,5,6,7,11,12,13,14]],[s.b.II,[10,11,13]],[s.b.IV,[1,2,3,4,6,7,8,9]]]),S(w.EnemyBoxBrown,147,"Enemy Box (Brown)",[[s.b.I,[1,2,3,4,5,6,7]],[s.b.II,[10,11]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.EmptyTypeBox,149,"Empty Type Box",[[s.b.I,[1,2,3,4,5,6,7]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.LaserFenceEx,150,"Laser Fence Ex",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.LaserSquareFenceEx,151,"Laser Square Fence Ex",[]),S(w.FloorPanel1,192,"Floor Panel 1",[[s.b.I,[3,4,5,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.Caves4ButtonDoor,193,"Caves 4 Button door",[[s.b.I,[3,4,5]]]),S(w.CavesNormalDoor,194,"Caves Normal door",[[s.b.I,[3,4,5]]]),S(w.CavesSmashingPillar,195,"Caves Smashing Pillar",[[s.b.I,[3,4,5]],[s.b.II,[1,2,3,4,17]]]),S(w.CavesSign1,196,"Caves Sign 1",[[s.b.I,[4,5]]]),S(w.CavesSign2,197,"Caves Sign 2",[[s.b.I,[4,5]]]),S(w.CavesSign3,198,"Caves Sign 3",[[s.b.I,[4,5]]]),S(w.HexagonalTank,199,"Hexagonal Tank",[[s.b.I,[4,5]]]),S(w.BrownPlatform,200,"Brown Platform",[[s.b.I,[4,5]]]),S(w.WarningLightObject,201,"Warning Light Object",[[s.b.I,[4,5]],[s.b.IV,[5]]]),S(w.Rainbow,203,"Rainbow",[[s.b.I,[4]]]),S(w.FloatingJellyfish,204,"Floating Jellyfish",[[s.b.I,[4]],[s.b.II,[10,11]]]),S(w.FloatingDragonfly,205,"Floating Dragonfly",[[s.b.I,[4,16]],[s.b.II,[3,4]],[s.b.IV,[6,7,8]]]),S(w.CavesSwitchDoor,206,"Caves Switch Door",[[s.b.I,[3,4,5]]]),S(w.RobotRechargeStation,207,"Robot Recharge Station",[[s.b.I,[3,4,5,6,7]],[s.b.II,[17]]]),S(w.CavesCakeShop,208,"Caves Cake Shop",[[s.b.I,[5]]]),S(w.Caves1SmallRedRock,209,"Caves 1 Small Red Rock",[[s.b.I,[3]]]),S(w.Caves1MediumRedRock,210,"Caves 1 Medium Red Rock",[[s.b.I,[3]]]),S(w.Caves1LargeRedRock,211,"Caves 1 Large Red Rock",[[s.b.I,[3]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.Caves2SmallRock1,212,"Caves 2 Small Rock 1",[[s.b.I,[4]]]),S(w.Caves2MediumRock1,213,"Caves 2 Medium Rock 1",[[s.b.I,[4]]]),S(w.Caves2LargeRock1,214,"Caves 2 Large Rock 1",[[s.b.I,[4]]]),S(w.Caves2SmallRock2,215,"Caves 2 Small Rock 2",[[s.b.I,[4]]]),S(w.Caves2MediumRock2,216,"Caves 2 Medium Rock 2",[[s.b.I,[4]]]),S(w.Caves2LargeRock2,217,"Caves 2 Large Rock 2",[[s.b.I,[4]]]),S(w.Caves3SmallRock,218,"Caves 3 Small Rock",[[s.b.I,[5]]]),S(w.Caves3MediumRock,219,"Caves 3 Medium Rock",[[s.b.I,[5]]]),S(w.Caves3LargeRock,220,"Caves 3 Large Rock",[[s.b.I,[5]]]),S(w.FloorPanel2,222,"Floor Panel 2",[[s.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.DestructableRockCaves1,223,"Destructable Rock (Caves 1)",[[s.b.I,[3]]]),S(w.DestructableRockCaves2,224,"Destructable Rock (Caves 2)",[[s.b.I,[4]]]),S(w.DestructableRockCaves3,225,"Destructable Rock (Caves 3)",[[s.b.I,[5]]]),S(w.MinesDoor,256,"Mines Door",[[s.b.I,[6,7]]]),S(w.FloorPanel3,257,"Floor Panel 3",[[s.b.I,[1,2,6,7,16,17]],[s.b.II,[1,2,3,4]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.MinesSwitchDoor,258,"Mines Switch Door",[[s.b.I,[6,7]],[s.b.IV,[6,7,8]]]),S(w.LargeCryoTube,259,"Large Cryo-Tube",[[s.b.I,[6,7]],[s.b.II,[17]]]),S(w.ComputerLikeCalus,260,"Computer (like calus)",[[s.b.I,[6,7]],[s.b.II,[17]]]),S(w.GreenScreenOpeningAndClosing,261,"Green Screen opening and closing",[[s.b.I,[6,7]],[s.b.II,[17]]]),S(w.FloatingRobot,262,"Floating Robot",[[s.b.I,[6,7]]]),S(w.FloatingBlueLight,263,"Floating Blue Light",[[s.b.I,[6,7]]]),S(w.SelfDestructingObject1,264,"Self Destructing Object 1",[[s.b.I,[6,7]]]),S(w.SelfDestructingObject2,265,"Self Destructing Object 2",[[s.b.I,[6,7]]]),S(w.SelfDestructingObject3,266,"Self Destructing Object 3",[[s.b.I,[6,7]]]),S(w.SparkMachine,267,"Spark Machine",[[s.b.I,[6,7]]]),S(w.MinesLargeFlashingCrate,268,"Mines Large Flashing Crate",[[s.b.I,[6,7]]]),S(w.RuinsSeal,304,"Ruins Seal",[[s.b.I,[13]]]),S(w.RuinsTeleporter,320,"Ruins Teleporter",[[s.b.I,[8,9,10]]]),S(w.RuinsWarpSiteToSite,321,"Ruins Warp (Site to site)",[[s.b.I,[8,9,10]]]),S(w.RuinsSwitch,322,"Ruins Switch",[[s.b.I,[8,9,10]]]),S(w.FloorPanel4,323,"Floor Panel 4",[[s.b.I,[8,9,10]]]),S(w.Ruins1Door,324,"Ruins 1 Door",[[s.b.I,[8]]]),S(w.Ruins3Door,325,"Ruins 3 Door",[[s.b.I,[10]]]),S(w.Ruins2Door,326,"Ruins 2 Door",[[s.b.I,[9]]]),S(w.Ruins11ButtonDoor,327,"Ruins 1-1 Button Door",[[s.b.I,[8]]]),S(w.Ruins21ButtonDoor,328,"Ruins 2-1 Button Door",[[s.b.I,[9]]]),S(w.Ruins31ButtonDoor,329,"Ruins 3-1 Button Door",[[s.b.I,[10]]]),S(w.Ruins4ButtonDoor,330,"Ruins 4-Button Door",[[s.b.I,[8,9,10]]]),S(w.Ruins2ButtonDoor,331,"Ruins 2-Button Door",[[s.b.I,[8,9,10]]]),S(w.RuinsSensor,332,"Ruins Sensor",[[s.b.I,[8,9,10]]]),S(w.RuinsFenceSwitch,333,"Ruins Fence Switch",[[s.b.I,[8,9,10]]]),S(w.RuinsLaserFence4x2,334,"Ruins Laser Fence 4x2",[[s.b.I,[8,9,10]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.RuinsLaserFence6x2,335,"Ruins Laser Fence 6x2",[[s.b.I,[8,9,10]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.RuinsLaserFence4x4,336,"Ruins Laser Fence 4x4",[[s.b.I,[8,9,10]]]),S(w.RuinsLaserFence6x4,337,"Ruins Laser Fence 6x4",[[s.b.I,[8,9,10]]]),S(w.RuinsPoisonBlob,338,"Ruins poison Blob",[[s.b.I,[8,9,10]],[s.b.II,[5,6,7,8,9]],[s.b.IV,[6,7,8]]]),S(w.RuinsPillarTrap,339,"Ruins Pillar Trap",[[s.b.I,[8,9,10]],[s.b.II,[1,2,3,4]]]),S(w.PopupTrapNoTech,340,"Popup Trap (No Tech)",[[s.b.I,[8,9,10]]]),S(w.RuinsCrystal,341,"Ruins Crystal",[[s.b.I,[8,9,10]]]),S(w.Monument,342,"Monument",[[s.b.I,[2,4,7]]]),S(w.RuinsRock1,345,"Ruins Rock 1",[[s.b.I,[8,9,10]]]),S(w.RuinsRock2,346,"Ruins Rock 2",[[s.b.I,[8,9,10]]]),S(w.RuinsRock3,347,"Ruins Rock 3",[[s.b.I,[8,9,10]]]),S(w.RuinsRock4,348,"Ruins Rock 4",[[s.b.I,[8,9,10]]]),S(w.RuinsRock5,349,"Ruins Rock 5",[[s.b.I,[8,9,10]]]),S(w.RuinsRock6,350,"Ruins Rock 6",[[s.b.I,[8,9,10]]]),S(w.RuinsRock7,351,"Ruins Rock 7",[[s.b.I,[8,9,10]]]),S(w.Poison,352,"Poison",[[s.b.I,[8,9,10,13]],[s.b.II,[3,4,10,11]],[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.FixedBoxTypeRuins,353,"Fixed Box Type (Ruins)",[[s.b.I,[8,9,10,16,17]],[s.b.II,[1,2,3,4,14,15]]]),S(w.RandomBoxTypeRuins,354,"Random Box Type (Ruins)",[[s.b.I,[8,9,10,16,17]],[s.b.II,[1,2,3,4,14,15]]]),S(w.EnemyTypeBoxYellow,355,"Enemy Type Box (Yellow)",[[s.b.I,[8,9,10,16,17]],[s.b.II,[1,2,3,4]]]),S(w.EnemyTypeBoxBlue,356,"Enemy Type Box (Blue)",[[s.b.I,[8,9,10,16,17]],[s.b.II,[1,2,3,4]]]),S(w.EmptyTypeBoxBlue,357,"Empty Type Box (Blue)",[[s.b.I,[8,9,10,16,17]],[s.b.II,[1,2,3,4]]]),S(w.DestructableRock,358,"Destructable Rock",[[s.b.I,[8,9,10]]]),S(w.PopupTrapsTechs,359,"Popup Traps (techs)",[[s.b.I,[6,7,8,9,10]],[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]]]),S(w.FlyingWhiteBird,368,"Flying White Bird",[[s.b.I,[14,16]],[s.b.II,[3,4]]]),S(w.Tower,369,"Tower",[[s.b.I,[14]]]),S(w.FloatingRocks,370,"Floating Rocks",[[s.b.I,[14]]]),S(w.FloatingSoul,371,"Floating Soul",[[s.b.I,[14]]]),S(w.Butterfly,372,"Butterfly",[[s.b.I,[14]]]),S(w.LobbyGameMenu,384,"Lobby Game menu",[[s.b.I,[15]]]),S(w.LobbyWarpObject,385,"Lobby Warp Object",[[s.b.I,[15]]]),S(w.Lobby1EventObjectDefaultTree,386,"Lobby 1 Event Object (Default Tree)",[[s.b.I,[15]]]),S(w.UnknownItem387,387,"Unknown Item (387)",[[s.b.I,[15]]]),S(w.UnknownItem388,388,"Unknown Item (388)",[[s.b.I,[15]]]),S(w.UnknownItem389,389,"Unknown Item (389)",[[s.b.I,[15]]]),S(w.LobbyEventObjectStaticPumpkin,390,"Lobby Event Object (Static Pumpkin)",[[s.b.I,[15]]]),S(w.LobbyEventObject3ChristmasWindows,391,"Lobby Event Object (3 Christmas Windows)",[[s.b.I,[15]]]),S(w.LobbyEventObjectRedAndWhiteCurtain,392,"Lobby Event Object (Red and White Curtain)",[[s.b.I,[15]]]),S(w.UnknownItem393,393,"Unknown Item (393)",[[s.b.I,[15]]]),S(w.UnknownItem394,394,"Unknown Item (394)",[[s.b.I,[15]]]),S(w.LobbyFishTank,395,"Lobby Fish Tank",[[s.b.I,[15]]]),S(w.LobbyEventObjectButterflies,396,"Lobby Event Object (Butterflies)",[[s.b.I,[15]]]),S(w.UnknownItem400,400,"Unknown Item (400)",[[s.b.I,[16]],[s.b.II,[3,4]]]),S(w.GreyWallLow,401,"grey wall low",[[s.b.I,[16]],[s.b.II,[3,4,17]]]),S(w.SpaceshipDoor,402,"Spaceship Door",[[s.b.I,[16]],[s.b.II,[3,4]]]),S(w.GreyWallHigh,403,"grey wall high",[[s.b.I,[16]],[s.b.II,[3,4,17]]]),S(w.TempleNormalDoor,416,"Temple Normal Door",[[s.b.I,[17]],[s.b.II,[1,2]]]),S(w.BreakableWallWallButUnbreakable,417,'"breakable wall wall, but unbreakable"',[[s.b.I,[17]],[s.b.II,[1,2]]]),S(w.BrokenCylinderAndRubble,418,"Broken cylinder and rubble",[[s.b.I,[17]],[s.b.II,[1,2]]]),S(w.ThreeBrokenWallPiecesOnFloor,419,"3 broken wall pieces on floor",[[s.b.I,[17]],[s.b.II,[1,2]]]),S(w.HighBrickCylinder,420,"high brick cylinder",[[s.b.I,[17]],[s.b.II,[1,2]]]),S(w.LyingCylinder,421,"lying cylinder",[[s.b.I,[17]],[s.b.II,[1,2]]]),S(w.BrickConeWithFlatTop,422,"brick cone with flat top",[[s.b.I,[17]],[s.b.II,[1,2]]]),S(w.BreakableTempleWall,423,"breakable temple wall",[[s.b.I,[17]],[s.b.II,[1,2]]]),S(w.TempleMapDetect,424,"Temple Map Detect",[[s.b.I,[17]],[s.b.II,[1,2,14]],[s.b.IV,[1,2,3,4,5]]]),S(w.SmallBrownBrickRisingBridge,425,"small brown brick rising bridge",[[s.b.I,[17]],[s.b.II,[1,2]]]),S(w.LongRisingBridgeWithPinkHighEdges,426,"long rising bridge (with pink high edges)",[[s.b.I,[17]],[s.b.II,[1,2]]]),S(w.FourSwitchTempleDoor,427,"4 switch temple door",[[s.b.II,[1,2]]]),S(w.FourButtonSpaceshipDoor,448,"4 button spaceship door",[[s.b.II,[3,4]]]),S(w.ItemBoxCca,512,"item box cca",[[s.b.II,[5,6,7,8,9,12,16,17]],[s.b.IV,[5]]]),S(w.TeleporterEp2,513,"Teleporter (Ep 2)",[[s.b.II,[5,6,7,8,9,10,11,12,13,16,17]]]),S(w.CCADoor,514,"CCA Door",[[s.b.II,[5,6,7,8,9,16,17]]]),S(w.SpecialBoxCCA,515,"Special Box CCA",[[s.b.II,[5,6,7,8,9,12,16,17]],[s.b.IV,[1,2,3,4,5]]]),S(w.BigCCADoor,516,"Big CCA Door",[[s.b.II,[5]]]),S(w.BigCCADoorSwitch,517,"Big CCA Door Switch",[[s.b.II,[5,6,7,8,9,16,17]]]),S(w.LittleRock,518,"Little Rock",[[s.b.II,[5,6,7,8,9,16]]]),S(w.Little3StoneWall,519,"Little 3 Stone Wall",[[s.b.II,[5,6,7,8,9,16]]]),S(w.Medium3StoneWall,520,"Medium 3 stone wall",[[s.b.II,[5,6,7,8,9,16]]]),S(w.SpiderPlant,521,"Spider Plant",[[s.b.II,[5,6,7,8,9,16]]]),S(w.CCAAreaTeleporter,522,"CCA Area Teleporter",[[s.b.II,[5,6,7,8,9,16,17]]]),S(w.UnknownItem523,523,"Unknown Item (523)",[[s.b.II,[5,12]]]),S(w.WhiteBird,524,"White Bird",[[s.b.II,[6,7,9,16,17]],[s.b.IV,[6,7,8]]]),S(w.OrangeBird,525,"Orange Bird",[[s.b.II,[6,7,9,17]]]),S(w.Saw,527,"Saw",[[s.b.II,[5,6,7,8,9,10,11,16,17]]]),S(w.LaserDetect,528,"Laser Detect",[[s.b.II,[5,6,7,8,9,10,11,16,17]]]),S(w.UnknownItem529,529,"Unknown Item (529)",[[s.b.II,[5,6,7]],[s.b.IV,[6,7,8]]]),S(w.UnknownItem530,530,"Unknown Item (530)",[[s.b.II,[5,6,7,8,9,17]]]),S(w.Seagull,531,"Seagull",[[s.b.II,[6,7,8,9,16]],[s.b.IV,[6,7,8]]]),S(w.Fish,544,"Fish",[[s.b.I,[15]],[s.b.II,[6,9,10,11,16]]]),S(w.SeabedDoorWithBlueEdges,545,"Seabed Door (with blue edges)",[[s.b.II,[10,11]]]),S(w.SeabedDoorAlwaysOpenNonTriggerable,546,"Seabed door (always open, non-triggerable)",[[s.b.II,[10,11]]]),S(w.LittleCryotube,547,"Little Cryotube",[[s.b.II,[10,11,17]]]),S(w.WideGlassWallBreakable,548,"Wide Glass Wall (breakable)",[[s.b.II,[10,11]]]),S(w.BlueFloatingRobot,549,"Blue floating robot",[[s.b.II,[10,11]]]),S(w.RedFloatingRobot,550,"Red floating robot",[[s.b.II,[10,11]]]),S(w.Dolphin,551,"Dolphin",[[s.b.II,[10,11]]]),S(w.CaptureTrap,552,"Capture Trap",[[s.b.II,[5,6,7,8,9,10,11,16,17]]]),S(w.VRLink,553,"VR link",[[s.b.II,[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]]]),S(w.UnknownItem576,576,"Unknown Item (576)",[[s.b.II,[12]]]),S(w.WarpInBarbaRayRoom,640,"Warp in Barba Ray Room",[[s.b.II,[14]]]),S(w.UnknownItem672,672,"Unknown Item (672)",[[s.b.II,[15]]]),S(w.GeeNest,688,"Gee Nest",[[s.b.I,[8,9,10]],[s.b.II,[5,6,7,8,9,16,17]],[s.b.IV,[6,7,8]]]),S(w.LabComputerConsole,689,"Lab Computer Console",[[s.b.II,[0]]]),S(w.LabComputerConsoleGreenScreen,690,"Lab Computer Console (Green Screen)",[[s.b.II,[0]]]),S(w.ChairYellowPillow,691,"Chair, Yellow Pillow",[[s.b.II,[0]]]),S(w.OrangeWallWithHoleInMiddle,692,"orange wall with hole in middle",[[s.b.II,[0]]]),S(w.GreyWallWithHoleInMiddle,693,"grey wall with hole in middle",[[s.b.II,[0]]]),S(w.LongTable,694,"long table",[[s.b.II,[0]]]),S(w.GBAStation,695,"GBA Station",[]),S(w.TalkLinkToSupport,696,"Talk (link to support)",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.InstaWarp,697,"insta-warp",[[s.b.I,[0,1,2,3,4,5,6,7,11,12,13,14,16,17]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,9,0]]]),S(w.LabInvisibleObject,698,"Lab Invisible Object",[[s.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]],[s.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[s.b.IV,[1,2,3,4,5,6,7,8,0]]]),S(w.LabGlassWindowDoor,699,"Lab Glass window Door",[[s.b.II,[0]]]),S(w.UnknownItem700,700,"Unknown Item (700)",[[s.b.II,[13]]]),S(w.LabCeilingWarp,701,"Lab Ceiling Warp",[[s.b.II,[0]]]),S(w.Ep4LightSource,768,"Ep4 Light Source",[[s.b.IV,[1,2,3,4,5,6,7,8,9]]]),S(w.Cactus,769,"Cactus",[[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.BigBrownRock,770,"Big Brown Rock",[[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.BreakableBrownRock,771,"Breakable Brown Rock",[[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.UnknownItem832,832,"Unknown Item (832)",[]),S(w.UnknownItem833,833,"Unknown Item (833)",[]),S(w.PoisonPlant,896,"Poison Plant",[[s.b.IV,[6,7,8]]]),S(w.UnknownItem897,897,"Unknown Item (897)",[[s.b.IV,[6,7,8]]]),S(w.UnknownItem898,898,"Unknown Item (898)",[[s.b.IV,[6,7,8]]]),S(w.OozingDesertPlant,899,"Oozing Desert Plant",[[s.b.IV,[6,7,8]]]),S(w.UnknownItem901,901,"Unknown Item (901)",[[s.b.IV,[6,7,8]]]),S(w.BigBlackRocks,902,"big black rocks",[[s.b.IV,[1,2,3,4,5,6,7,8]]]),S(w.UnknownItem903,903,"Unknown Item (903)",[[s.b.IV,[6,7,8]]]),S(w.UnknownItem904,904,"Unknown Item (904)",[[s.b.IV,[6,7,8]]]),S(w.UnknownItem905,905,"Unknown Item (905)",[]),S(w.UnknownItem906,906,"Unknown Item (906)",[]),S(w.FallingRock,907,"Falling Rock",[[s.b.IV,[6,7,8]]]),S(w.DesertPlantHasCollision,908,"Desert Plant (has collision)",[[s.b.IV,[6,7,8]]]),S(w.DesertFixedTypeBoxBreakableCrystals,909,"Desert Fixed Type Box (Breakable Crystals)",[[s.b.IV,[6,7,8]]]),S(w.UnknownItem910,910,"Unknown Item (910)",[]),S(w.BeeHive,911,"Bee Hive",[[s.b.IV,[6,7,8]]]),S(w.UnknownItem912,912,"Unknown Item (912)",[[s.b.IV,[6,7,8]]]),S(w.Heat,913,"Heat",[[s.b.IV,[6,7,8]]]),S(w.TopOfSaintMillionEgg,960,"Top of saint million egg",[[s.b.IV,[9]]]),S(w.UnknownItem961,961,"Unknown Item (961)",[[s.b.IV,[9]]]),Object.freeze(j),Object.freeze(T),function(e){e[e.Normal=0]="Normal",e[e.Hovered=1]="Hovered",e[e.Selected=2]="Selected"}(P||(P={}));const D=[];D[P.Normal]=16776960,D[P.Hovered]=16768831,D[P.Selected]=16755200;const B=[];function E(e,t,i){const o=new y.MeshLambertMaterial({color:O(e)?B[P.Normal]:D[P.Normal],side:y.DoubleSide}),n=Object(R.a)(t,i.length?i.map(t=>new y.MeshBasicMaterial({map:t,side:y.DoubleSide,transparent:e!==I.c.PofuillySlime&&e!==I.c.PouillySlime,alphaTest:.01})):o,o);return n.name=x(e),n}B[P.Normal]=16711680,B[P.Hovered]=16727903,B[P.Selected]=16711764;var M=i("ouMO");const W=180/Math.PI,q=1/W;function F(e){return e*W}function V(e){return e*q}function U(e,t){return(e%t+t)%t}var $=i("wtpc");function N(e,t,i){return new y.Euler(e,t,i,"ZXY")}function A(e){return(new y.Euler).setFromQuaternion(e,"ZXY")}const z=new y.Quaternion,G=new y.Quaternion;class H{constructor(e,t,i,o,n){this._section=Object(M.e)(void 0),Object($.f)(e,"type"),Object($.l)(t,"area_id"),Object($.l)(i,"section_id"),Object($.f)(o,"position"),Object($.f)(n,"rotation"),this.type=e,this.area_id=t,this.section=this._section,this._section_id=Object(M.e)(i),this.section_id=this._section_id,this._position=Object(M.e)(o),this.position=this._position,this._world_position=Object(M.e)(o),this.world_position=this._world_position,this._rotation=Object(M.e)(n),this.rotation=this._rotation,this._world_rotation=Object(M.e)(n),this.world_rotation=this._world_rotation}set_section(e){if(e.area_variant.area.id!==this.area_id)throw new Error("Quest entities can't be moved across areas.");return this._section.val=e,this._section_id.val=e.id,this.set_position(this.position.val),this.set_rotation(this.rotation.val),this}set_position(e){this._position.val=e;const t=this.section.val;return this._world_position.val=t?e.clone().applyEuler(t.rotation).add(t.position):e,this}set_world_position(e){this._world_position.val=e;const t=this.section.val;return this._position.val=t?e.clone().sub(t.position).applyEuler(t.inverse_rotation):e,this}set_rotation(e){K(e),this._rotation.val=e;const t=this.section.val;return t?(z.setFromEuler(e),G.setFromEuler(t.rotation),this._world_rotation.val=K(A(z.multiply(G)))):this._world_rotation.val=e,this}set_world_rotation(e){K(e),this._world_rotation.val=e;const t=this.section.val;return t?(z.setFromEuler(e),G.setFromEuler(t.rotation),G.inverse(),this._rotation.val=K(A(z.multiply(G)))):this._rotation.val=e,this}}function K(e){return e.set(U(e.x,2*Math.PI),U(e.y,2*Math.PI),U(e.z,2*Math.PI))}class Q extends H{constructor(e,t,i,o,n,s,r,a,d,c,l,_,u){var v,h,p,g,b,f;Object($.l)(t,"pso_type_id"),Object($.k)(i,"npc_id"),Object($.m)(n,"pso_wave2"),Object($.l)(s,"script_label"),Object($.l)(r,"pso_roaming"),Object($.f)(_,"scale"),Object($.f)(u,"unknown"),Object($.d)(2===u.length,()=>`unknown should be of length 2, was ${u.length}.`),Object($.d)(10===u[0].length,()=>`unknown[0] should be of length 10, was ${u[0].length}`),Object($.d)(4===u[1].length,()=>`unknown[1] should be of length 4, was ${u[1].length}`),super(e,a,d,c,l),this.pso_type_id=t,this.npc_id=i,this._wave=Object(M.e)(o),this.wave=this._wave;const m=null===(h=null===(v=o)||void 0===v?void 0:v.id)||void 0===h?void 0:h.val,w=null===(g=null===(p=o)||void 0===p?void 0:p.section_id)||void 0===g?void 0:g.val,k=null===(f=null===(b=o)||void 0===b?void 0:b.area_id)||void 0===f?void 0:f.val;this._pso_wave2=n,this.pso_wave2=this.wave.flat_map(e=>null==e?Object(M.e)(null==m?this._pso_wave2:0):m===e.id.val&&w===e.section_id.val&&k===e.area_id.val?e.id.map(e=>m===e?this._pso_wave2:e):e.id),this.script_label=s,this.pso_roaming=r,this.unknown=u,this.scale=_}set_wave(e){return this._wave.val=e,this}}class Y extends k.a{constructor(e,t){super(e),this._collision_geometry=new y.Object3D,this._render_geometry=new y.Object3D,this._entity_models=new y.Object3D,this.disposer=new a.a,this.entity_to_mesh=new Map,this.camera=new y.PerspectiveCamera(60,1,10,1e4),this.disposer.add(t(this))}get debug(){return super.debug}set debug(e){this.debug!==e&&(super.debug=e,this._render_geometry.visible=e,this.schedule_render())}get collision_geometry(){return this._collision_geometry}set collision_geometry(e){this.scene.remove(this.collision_geometry),this._collision_geometry=e,this.scene.add(e)}set render_geometry(e){this.scene.remove(this._render_geometry),this._render_geometry=e,e.visible=this.debug,this.scene.add(e)}get entity_models(){return this._entity_models}init_camera_controls(){super.init_camera_controls()}dispose(){super.dispose(),this.disposer.dispose()}set_size(e,t){this.camera.aspect=e/t,this.camera.updateProjectionMatrix(),super.set_size(e,t)}reset_entity_models(){this.scene.remove(this._entity_models),this._entity_models=new y.Group,this.scene.add(this._entity_models),this.entity_to_mesh.clear(),this.schedule_render()}add_entity_model(e){const t=e.userData.entity;this._entity_models.add(e),this.entity_to_mesh.set(t,e),t===this.selected_entity&&this.mark_selected(e),this.schedule_render()}remove_entity_model(e){const t=this.entity_to_mesh.get(e);t&&(this.entity_to_mesh.delete(e),this._entity_models.remove(t),this.schedule_render())}get_entity_mesh(e){return this.entity_to_mesh.get(e)}mark_selected(e){e===this.hovered_mesh&&(this.hovered_mesh=void 0),e!==this.selected_mesh&&(this.selected_mesh&&Z(this.selected_mesh,P.Normal),Z(e,P.Selected),this.schedule_render()),this.selected_mesh=e}mark_hovered(e){this.selected_mesh&&e===this.selected_mesh||(e!==this.hovered_mesh&&(this.hovered_mesh&&Z(this.hovered_mesh,P.Normal),e&&Z(e,P.Hovered),this.schedule_render()),this.hovered_mesh=e)}unmark_selected(){this.selected_mesh&&(Z(this.selected_mesh,P.Normal),this.schedule_render()),this.selected_mesh=void 0}}function Z(e,t){const i=e.userData.entity instanceof Q?B[t]:D[t];if(e)if(Array.isArray(e.material))for(const o of e.material)t===P.Normal&&o.map?o.color.set(16777215):o.color.set(i);else e.material.color.set(i)}var J=i("oxtq"),X=i("rwco"),ee=function(e,t,i,o){return new(i||(i=Promise))((function(n,s){function r(e){try{d(o.next(e))}catch(e){s(e)}}function a(e){try{d(o.throw(e))}catch(e){s(e)}}function d(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const te=X.a.get("quest_editor/rendering/QuestModelManager"),ie=Object.freeze(new y.Vector3(0,800,700)),oe=Object.freeze(new y.Vector3(0,0,0)),ne=new y.Object3D;class se{constructor(e,t,i,o){this.renderer=t,this.area_asset_loader=i,this.entity_asset_loader=o,this.disposer=new a.a,this.quest_disposer=this.disposer.add(new a.a),this.area_variant_changed=()=>ee(this,void 0,void 0,(function*(){const{episode:e,area_variant:t,npcs:i,objects:o}=this.get_area_variant_details();yield this.area_model_manager.load(e,t),this.quest_disposer.dispose_all(),this.npc_model_manager.remove_all(),this.object_model_manager.remove_all(),this.renderer.reset_entity_models(),this.quest_disposer.add_all(i.observe_list(this.npcs_changed,{call_now:!0}),o.observe_list(this.objects_changed,{call_now:!0}))})),this.npcs_changed=e=>{e.type===J.a.ListChange&&(this.npc_model_manager.remove(e.removed),this.npc_model_manager.add(e.inserted))},this.objects_changed=e=>{e.type===J.a.ListChange&&(this.object_model_manager.remove(e.removed),this.object_model_manager.add(e.inserted))},this.area_model_manager=new re(this.renderer,i),this.npc_model_manager=new ae(e,this.renderer,o),this.object_model_manager=new ae(e,this.renderer,o)}dispose(){this.disposer.dispose(),this.npc_model_manager.remove_all(),this.object_model_manager.remove_all(),this.renderer.reset_entity_models()}}class re{constructor(e,t){this.renderer=e,this.area_asset_loader=t,this.raycaster=new y.Raycaster,this.origin=new y.Vector3,this.down=Object.freeze(new y.Vector3(0,-1,0)),this.up=Object.freeze(new y.Vector3(0,1,0))}load(e,t){return ee(this,void 0,void 0,(function*(){if(this.area_variant=t,null==e||null==t)return this.renderer.collision_geometry=ne,void(this.renderer.render_geometry=ne);try{const i=yield this.area_asset_loader.load_collision_geometry(e,t);if(this.should_cancel(t))return;const o=yield this.area_asset_loader.load_render_geometry(e,t);if(this.should_cancel(t))return;this.add_sections_to_collision_geometry(i,o),this.renderer.collision_geometry=i,this.renderer.render_geometry=o,this.renderer.reset_camera(ie,oe)}catch(e){te.error(`Couldn't load models for area ${t.area.id}, variant ${t.id}.`,e),this.renderer.collision_geometry=ne,this.renderer.render_geometry=ne}}))}should_cancel(e){return this.area_variant!==e}add_sections_to_collision_geometry(e,t){for(const i of e.children){i.geometry.boundingBox.getCenter(this.origin),this.raycaster.set(this.origin,this.down);const e=this.raycaster.intersectObject(t,!0).find(e=>null!=e.object.userData.section);this.raycaster.set(this.origin,this.up);const o=this.raycaster.intersectObject(t,!0).find(e=>null!=e.object.userData.section);let n;if(n=e&&o?e.distance<=o.distance?e:o:e||o,n){const e=i.userData,t=n.object.userData;e.section=t.section}}}}class ae{constructor(e,t,i){this.current_wave=e,this.renderer=t,this.entity_asset_loader=i,this.queue=[],this.loaded_entities=[],this.loading=!1}add(e){return ee(this,void 0,void 0,(function*(){if(this.queue.push(...e),!this.loading)try{for(this.loading=!0;this.queue.length;){const e=this.queue[0];try{yield this.load(e)}catch(t){te.error(`Couldn't load model for entity ${x(e.type)}.`,t)}finally{const t=this.queue.indexOf(e);-1!==t&&this.queue.splice(t,1)}}}finally{this.loading=!1}}))}remove(e){for(const t of e){const e=this.queue.indexOf(t);-1!==e&&this.queue.splice(e,1);const i=this.loaded_entities.findIndex(e=>e.entity===t);if(-1!==i){const e=this.loaded_entities.splice(i,1)[0];this.renderer.remove_entity_model(e.entity),e.disposer.dispose()}}}remove_all(){for(const{disposer:e}of this.loaded_entities)e.dispose();this.loaded_entities.splice(0,1/0),this.queue.splice(0,1/0)}load(e){return ee(this,void 0,void 0,(function*(){const t=yield this.entity_asset_loader.load_geometry(e.type);if(!this.queue.includes(e))return;const i=yield this.entity_asset_loader.load_textures(e.type);if(!this.queue.includes(e))return;const o=function(e,t,i){const o=E(e.type,t,i);return o.userData.entity=e,o.position.copy(e.world_position.val),o.rotation.copy(e.world_rotation.val),o}(e,t,i);this.update_entity_geometry(e,o)}))}update_entity_geometry(e,t){this.renderer.add_entity_model(t);const i=new a.a(e.world_position.observe(({value:e})=>{t.position.copy(e),this.renderer.schedule_render()}),e.world_rotation.observe(({value:e})=>{t.rotation.copy(e),this.renderer.schedule_render()}));e instanceof Q&&i.add(Object(M.d)((e,t)=>null==e||e===t,this.current_wave,e.wave).observe(({value:e})=>{t.visible=e,this.renderer.schedule_render()},{call_now:!0})),this.loaded_entities.push({entity:e,disposer:i})}}class de extends se{constructor(e,t,i,o,n,s){super(i,o,n,s),this.current_quest=e,this.current_area=t,this.disposer.add_all(e.observe(this.area_variant_changed),t.observe(this.area_variant_changed))}get_area_variant_details(){var e;const t=this.current_quest.val,i=this.current_area.val;let o,n,s;return t&&i?(o=t.area_variants.val.find(e=>e.area.id===i.id)||i.area_variants[0],n=t.npcs.filtered(e=>e.area_id===i.id),s=t.objects.filtered(e=>e.area_id===i.id)):(n=Object(M.c)(),s=Object(M.c)()),{episode:null===(e=t)||void 0===e?void 0:e.episode,area_variant:o,npcs:n,objects:s}}}var ce=i("KUR2");class le extends b.a{constructor(e,t,i){super(),this.element=Object(u.h)({className:t,tabIndex:-1}),this.renderer=i,this.renderer_view=this.add(new ce.a(this.renderer)),this.element.append(this.renderer_view.element),this.disposables(e.debug.observe(({value:e})=>this.renderer.debug=e)),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,t),this}}let _e=void 0;const ue=new Map,ve=new y.Vector2(0,0);let he=0;function pe(e,t,i){function o(e){_e&&i(Object.assign(Object.assign({},_e),{event:e}))}ue.set(i,o),e.addEventListener(t,o)}function ge(e,t,i){const o=ue.get(i);o&&(ue.delete(i),e.removeEventListener(t,o))}function be(e){e.preventDefault(),e.dataTransfer&&(e.dataTransfer.dropEffect="none"),_e&&(_e.drag_element.style.transform=`translate(${e.clientX-ve.x}px, ${e.clientY-ve.y}px)`)}function fe(){_e&&(_e.drag_element.remove(),_e=void 0)}class me extends H{constructor(e,t,i,o,n,s,r,a,d){super(e,o,n,s,r),this.id=t,this.group_id=i,this.properties=a,this.unknown=d}}class we{constructor(e,t,i){this.quest_editor_store=e,this.quest=t,this.entity=i,this.description=`Create ${L(i.type).name}`}undo(){this.quest.remove_entity(this.entity)}redo(){this.quest.add_entity(this.entity),this.quest_editor_store.set_selected_entity(this.entity)}}class ke{constructor(e,t,i,o,n){this.quest_editor_store=e,this.entity=t,this.old_rotation=i,this.new_rotation=o,this.world=n,this.description=`Rotate ${L(t.type).name}`}undo(){this.quest_editor_store.set_selected_entity(this.entity),this.world?this.entity.set_world_rotation(this.old_rotation):this.entity.set_rotation(this.old_rotation)}redo(){this.quest_editor_store.set_selected_entity(this.entity),this.world?this.entity.set_world_rotation(this.new_rotation):this.entity.set_rotation(this.new_rotation)}}class ye{constructor(e,t,i){this.quest_editor_store=e,this.quest=t,this.entity=i,this.description=`Delete ${L(i.type).name}`,this.redo()}undo(){this.quest.add_entity(this.entity),this.quest_editor_store.set_selected_entity(this.entity)}redo(){this.quest.remove_entity(this.entity)}}class Re{constructor(e,t,i,o,n,s,r){this.quest_editor_store=e,this.entity=t,this.old_section=i,this.new_section=o,this.old_position=n,this.new_position=s,this.world=r,this.description=`Move ${L(t.type).name}`}undo(){this.quest_editor_store.set_selected_entity(this.entity),this.old_section&&this.entity.set_section(this.old_section),this.world?this.entity.set_world_position(this.old_position):this.entity.set_position(this.old_position)}redo(){this.quest_editor_store.set_selected_entity(this.entity),this.new_section&&this.entity.set_section(this.new_section),this.world?this.entity.set_world_position(this.new_position):this.entity.set_position(this.new_position)}}const Ie=Object.freeze(new y.Vector3(0,0,0)),je=Object.freeze(new y.Vector3(0,1,0)),Ce=Object.freeze(new y.Vector3(0,-1,0)),Te=2*Math.PI,Se=new y.Raycaster;class xe{constructor(e,t){this.quest_editor_store=e,this.renderer=t,this.disposer=new a.a,this.pointer_position=new y.Vector2(0,0),this.pointer_device_position=new y.Vector2(0,0),this.last_pointer_position=new y.Vector2(0,0),this.moved_since_last_pointer_down=!1,this._enabled=!0,this.dispose=()=>{this.renderer.canvas_element.removeEventListener("keydown",this.keydown),this.renderer.canvas_element.removeEventListener("mousedown",this.mousedown),this.renderer.canvas_element.removeEventListener("mousemove",this.mousemove),document.removeEventListener("mousemove",this.mousemove),document.removeEventListener("mouseup",this.mouseup),this.renderer.canvas_element.removeEventListener("mouseleave",this.mouseleave),ge(this.renderer.canvas_element,"dragenter",this.dragenter),ge(this.renderer.canvas_element,"dragover",this.dragover),ge(this.renderer.canvas_element,"dragleave",this.dragleave),ge(this.renderer.canvas_element,"drop",this.drop),this.disposer.dispose()},this.selected_entity_changed=({value:e})=>{if(this.state.cancel(),e){const t=this.renderer.get_entity_mesh(e);t?this.renderer.mark_selected(t):this.renderer.unmark_selected()}else this.renderer.unmark_selected()},this.keydown=e=>{this.state=this.state.process_event({type:Oe.KeyDown,key:e.key})},this.mousedown=e=>{this.process_mouse_event(e),this.state=this.state.process_event({type:Oe.MouseDown,buttons:e.buttons,shift_key:e.shiftKey,pointer_device_position:this.pointer_device_position,moved_since_last_pointer_down:this.moved_since_last_pointer_down,mark_hovered:this.mark_hovered}),this.renderer.canvas_element.removeEventListener("mousemove",this.mousemove),document.addEventListener("mousemove",this.mousemove),document.addEventListener("mouseup",this.mouseup)},this.mousemove=e=>{this.process_mouse_event(e),this.state=this.state.process_event({type:Oe.MouseMove,buttons:e.buttons,shift_key:e.shiftKey,pointer_device_position:this.pointer_device_position,moved_since_last_pointer_down:this.moved_since_last_pointer_down,mark_hovered:this.mark_hovered})},this.mouseup=e=>{this.process_mouse_event(e),this.state=this.state.process_event({type:Oe.MouseUp,buttons:e.buttons,shift_key:e.shiftKey,pointer_device_position:this.pointer_device_position,moved_since_last_pointer_down:this.moved_since_last_pointer_down,mark_hovered:this.mark_hovered}),this.renderer.canvas_element.addEventListener("mousemove",this.mousemove),document.removeEventListener("mousemove",this.mousemove),document.removeEventListener("mouseup",this.mouseup)},this.mouseleave=e=>{this.process_mouse_event(e),this.state=this.state.process_event({type:Oe.MouseLeave,buttons:e.buttons,shift_key:e.shiftKey,pointer_device_position:this.pointer_device_position,moved_since_last_pointer_down:this.moved_since_last_pointer_down,mark_hovered:this.mark_hovered})},this.dragenter=e=>{this.process_mouse_event(e.event),this.state=this.state.process_event({type:Oe.EntityDragEnter,shift_key:e.event.shiftKey,pointer_device_position:this.pointer_device_position,entity_type:e.entity_type,drag_element:e.drag_element,data_transfer:e.event.dataTransfer,prevent_default:()=>e.event.preventDefault(),stop_propagation:()=>e.event.stopPropagation()})},this.dragover=e=>{this.process_mouse_event(e.event),this.state=this.state.process_event({type:Oe.EntityDragOver,shift_key:e.event.shiftKey,pointer_device_position:this.pointer_device_position,entity_type:e.entity_type,drag_element:e.drag_element,data_transfer:e.event.dataTransfer,prevent_default:()=>e.event.preventDefault(),stop_propagation:()=>e.event.stopPropagation()})},this.dragleave=e=>{this.process_mouse_event(e.event),this.state=this.state.process_event({type:Oe.EntityDragLeave,shift_key:e.event.shiftKey,pointer_device_position:this.pointer_device_position,entity_type:e.entity_type,drag_element:e.drag_element,data_transfer:e.event.dataTransfer,prevent_default:()=>e.event.preventDefault(),stop_propagation:()=>e.event.stopPropagation()})},this.drop=e=>{this.process_mouse_event(e.event),this.renderer.canvas_element.focus(),this.state=this.state.process_event({type:Oe.EntityDrop})},this.mark_hovered=e=>{this.renderer.mark_hovered(e)},this.disposer.add(e.selected_entity.observe(this.selected_entity_changed)),t.canvas_element.addEventListener("keydown",this.keydown),t.canvas_element.addEventListener("mousedown",this.mousedown),t.canvas_element.addEventListener("mousemove",this.mousemove),t.canvas_element.addEventListener("mouseleave",this.mouseleave),pe(t.canvas_element,"dragenter",this.dragenter),pe(t.canvas_element,"dragover",this.dragover),pe(t.canvas_element,"dragleave",this.dragleave),pe(t.canvas_element,"drop",this.drop),this.state=new Le(this.quest_editor_store,t,this._enabled)}set enabled(e){this._enabled=e,this.state.cancel(),this.state=new Le(this.quest_editor_store,this.renderer,this._enabled)}process_mouse_event(e){const{left:t,top:i}=this.renderer.canvas_element.getBoundingClientRect();this.pointer_position.set(e.clientX-t,e.clientY-i),this.pointer_device_position.copy(this.pointer_position),this.renderer.pointer_pos_to_device_coords(this.pointer_device_position),"mousedown"===e.type?this.moved_since_last_pointer_down=!1:"mousemove"!==e.type&&"mouseup"!==e.type||this.pointer_position.equals(this.last_pointer_position)||(this.moved_since_last_pointer_down=!0),this.last_pointer_position.copy(this.pointer_position)}}var Oe;!function(e){e[e.KeyDown=0]="KeyDown",e[e.MouseDown=1]="MouseDown",e[e.MouseMove=2]="MouseMove",e[e.MouseUp=3]="MouseUp",e[e.MouseLeave=4]="MouseLeave",e[e.EntityDragEnter=5]="EntityDragEnter",e[e.EntityDragOver=6]="EntityDragOver",e[e.EntityDragLeave=7]="EntityDragLeave",e[e.EntityDrop=8]="EntityDrop"}(Oe||(Oe={}));class Le{constructor(e,t,i){this.quest_editor_store=e,this.renderer=t,this.enabled=i}process_event(e){switch(e.type){case Oe.KeyDown:if(this.enabled){const t=this.quest_editor_store.selected_entity.val;if(t&&"Delete"===e.key){const e=this.quest_editor_store.current_quest.val;e&&this.quest_editor_store.undo.push(new ye(this.quest_editor_store,e,t))}}return this;case Oe.MouseDown:{const t=this.pick_entity(e.pointer_device_position);if(t)if(1===e.buttons){if(this.quest_editor_store.set_selected_entity(t.entity),this.enabled)return new Pe(this.quest_editor_store,this.renderer,t.entity,t.drag_adjust,t.grab_offset)}else if(2===e.buttons&&(this.quest_editor_store.set_selected_entity(t.entity),this.enabled))return new De(this.quest_editor_store,this.renderer,t.entity,t.mesh,t.grab_offset);return this}case Oe.MouseMove:{const t=this.pick_entity(e.pointer_device_position);return e.mark_hovered(t&&t.mesh),this}case Oe.MouseUp:return e.moved_since_last_pointer_down||this.pick_entity(e.pointer_device_position)||this.quest_editor_store.set_selected_entity(void 0),this;case Oe.MouseLeave:return e.mark_hovered(void 0),this;case Oe.EntityDragEnter:if(this.enabled){const t=this.quest_editor_store.current_area.val,i=this.quest_editor_store.current_quest.val;return t&&i?new Be(this.quest_editor_store,this.renderer,e,i,t):this}return this;default:return this}}cancel(){}pick_entity(e){Se.setFromCamera(e,this.renderer.camera);const[t]=Se.intersectObjects(this.renderer.entity_models.children);if(!t)return;const i=t.object.userData.entity,o=t.object.position.clone().sub(t.point),n=o.clone();Se.set(t.object.position,Ce);const[s]=Se.intersectObjects(this.renderer.collision_geometry.children,!0);return s&&(n.y-=s.distance),{mesh:t.object,entity:i,grab_offset:o,drag_adjust:n}}}class Pe{constructor(e,t,i,o,n){this.quest_editor_store=e,this.renderer=t,this.entity=i,this.drag_adjust=o,this.grab_offset=n,this.cancelled=!1,this.initial_section=i.section.val,this.initial_position=i.world_position.val,this.renderer.controls.enabled=!1}process_event(e){switch(e.type){case Oe.MouseMove:return this.cancelled?new Le(this.quest_editor_store,this.renderer,!0):(e.moved_since_last_pointer_down&&Ee(this.renderer,this.entity,this.drag_adjust,this.grab_offset,e.pointer_device_position,e.shift_key),this);case Oe.MouseUp:return this.renderer.controls.enabled=!0,!this.cancelled&&e.moved_since_last_pointer_down&&this.quest_editor_store.undo.push(new Re(this.quest_editor_store,this.entity,this.initial_section,this.entity.section.val,this.initial_position,this.entity.world_position.val,!0)).redo(),new Le(this.quest_editor_store,this.renderer,!0);default:return this.cancelled?new Le(this.quest_editor_store,this.renderer,!0):this}}cancel(){this.cancelled=!0,this.renderer.controls.enabled=!0,this.initial_section&&this.entity.set_section(this.initial_section),this.entity.set_world_position(this.initial_position)}}class De{constructor(e,t,i,o,n){this.quest_editor_store=e,this.renderer=t,this.entity=i,this.mesh=o,this.cancelled=!1,this.initial_rotation=i.world_rotation.val,this.grab_point=i.world_position.val.clone().sub(n),this.renderer.controls.enabled=!1}process_event(e){switch(e.type){case Oe.MouseMove:return this.cancelled?new Le(this.quest_editor_store,this.renderer,!0):(e.moved_since_last_pointer_down&&qe(this.renderer,this.entity,this.mesh.quaternion,this.initial_rotation,this.grab_point,e.pointer_device_position),this);case Oe.MouseUp:return this.renderer.controls.enabled=!0,!this.cancelled&&e.moved_since_last_pointer_down&&this.quest_editor_store.undo.push(new ke(this.quest_editor_store,this.entity,this.initial_rotation,this.entity.world_rotation.val,!0)),new Le(this.quest_editor_store,this.renderer,!0);default:return this.cancelled?new Le(this.quest_editor_store,this.renderer,!0):this}}cancel(){this.cancelled=!0,this.renderer.controls.enabled=!0,this.entity.set_world_rotation(this.initial_rotation)}}class Be{constructor(e,t,i,o,n){if(this.quest_editor_store=e,this.drag_adjust=new y.Vector3(0,0,0),this.cancelled=!1,this.renderer=t,i.drag_element.style.display="none",i.data_transfer&&(i.data_transfer.dropEffect="copy"),O(i.entity_type)){const t=Object(I.d)(i.entity_type);this.entity=new Q(i.entity_type,t.pso_type_id,0,e.selected_wave.val,0,0,t.pso_roaming,n.id,0,new y.Vector3(0,0,0),N(0,0,0),new y.Vector3(1,1,1),[[0,0,0,0,0,0,0,0,0,0],[0,0,0,0]])}else this.entity=new me(i.entity_type,0,0,n.id,0,new y.Vector3(0,0,0),N(0,0,0),new Map,[[0,0,0,0,0,0],[0,0]]);Me(this.renderer,this.entity,this.drag_adjust,Ie,i.pointer_device_position),o.add_entity(this.entity),this.quest_editor_store.set_selected_entity(this.entity)}process_event(e){switch(e.type){case Oe.EntityDragOver:return this.cancelled?(e.drag_element.style.display="flex",e.data_transfer&&(e.data_transfer.dropEffect="none"),new Le(this.quest_editor_store,this.renderer,!0)):(e.stop_propagation(),e.prevent_default(),e.data_transfer&&(e.data_transfer.dropEffect="copy"),Ee(this.renderer,this.entity,this.drag_adjust,Ie,e.pointer_device_position,e.shift_key),this);case Oe.EntityDragLeave:{e.drag_element.style.display="flex";const t=this.quest_editor_store.current_quest.val;return t&&t.remove_entity(this.entity),new Le(this.quest_editor_store,this.renderer,!0)}case Oe.EntityDrop:if(!this.cancelled){const e=this.quest_editor_store.current_quest.val;e&&this.quest_editor_store.undo.push(new we(this.quest_editor_store,e,this.entity))}return new Le(this.quest_editor_store,this.renderer,!0);default:return this}}cancel(){this.cancelled=!0;const e=this.quest_editor_store.current_quest.val;e&&e.remove_entity(this.entity)}}function Ee(e,t,i,o,n,s){s?We(e,t,i,o,n):Me(e,t,i,o,n)}const Me=(()=>{const e=new y.Plane,t=new y.Vector3;return(i,o,n,s,r)=>{const{intersection:a,section:d}=function(e,t,i){Se.setFromCamera(t,e.camera),Se.ray.origin.add(i);const o=Se.intersectObjects(e.collision_geometry.children,!0);for(const e of o)if(e.face.normal.y>.75)return{intersection:e,section:e.object.userData.section};return{}}(i,r,n);if(a){if(d){const e=o.world_rotation.val;o.set_section(d),o.set_world_rotation(e)}o.set_world_position(new y.Vector3(a.point.x,a.point.y+s.y-n.y,a.point.z))}else Se.setFromCamera(r,i.camera),e.set(je,-o.world_position.val.y+s.y),Se.ray.intersectPlane(e,t)&&o.set_world_position(new y.Vector3(t.x+s.x,o.world_position.val.y,t.z+s.z))}})(),We=(()=>{const e=new y.Vector3,t=new y.Plane,i=new y.Vector3,o=new y.Vector3;return(n,s,r,a,d)=>{if(Se.setFromCamera(d,n.camera),n.camera.getWorldDirection(e),e.negate(),e.y=0,e.normalize(),o.set(s.world_position.val.x,s.world_position.val.y,s.world_position.val.z),o.sub(a),t.setFromNormalAndCoplanarPoint(e,o),Se.ray.intersectPlane(t,i)){const e=i.y+a.y,t=e-s.world_position.val.y;r.y-=t,s.set_world_position(new y.Vector3(s.world_position.val.x,e,s.world_position.val.z))}}})(),qe=(()=>{const e=new y.Vector3,t=new y.Plane,i=new y.Vector3,o=new y.Vector3,n=new y.Vector3,s=new y.Vector3;return(r,a,d,c,l,_)=>{if(e.copy(je),e.applyQuaternion(d),t.setFromNormalAndCoplanarPoint(e,l),Se.setFromCamera(_,r.camera),Se.ray.intersectPlane(t,i)){t.projectPoint(a.world_position.val,o),n.subVectors(o,l),s.subVectors(o,i);const r=n.dot(s),d=e.dot(n.cross(s)),_=Math.atan2(d,r);a.set_world_rotation(new y.Euler(c.x,(c.y+_)%Te,c.z,"ZXY"))}}})();class Fe extends le{constructor(e,t,i,o){super(e,"quest_editor_QuestEditorRendererView",new Y(o,o=>new de(e.current_quest,e.current_area,e.selected_wave,o,t,i))),this.element.addEventListener("focus",()=>e.undo.make_current(),!0),this.entity_controls=this.disposable(new xe(e,this.renderer)),this.disposables(e.selected_entity.observe(({value:e})=>this.renderer.selected_entity=e),e.quest_runner.running.observe(({value:e})=>this.entity_controls.enabled=!e,{call_now:!0})),this.renderer.init_camera_controls(),this.finalize_construction()}}var Ve=i("wsa1"),Ue=i("w6HN"),$e=i("oyid");class Ne extends Ue.a{constructor(e){const t=new $e.a(!0,{label:"Inline args mode",tooltip:e.has_issues.map(e=>{let t="Transform arg_push* opcodes to be inline with the opcode the arguments are given to.";return e&&(t+="\nThis mode cannot be toggled because there are issues in the script."),t})});super(t),this.disposables(t.checked.bind_to(e.inline_args_mode),t.checked.observe(({value:t})=>e.set_inline_args_mode(t)),t.enabled.bind_to(e.has_issues.map(e=>!e))),this.finalize_construction()}}var Ae=function(e,t,i,o){return new(i||(i=Promise))((function(n,s){function r(e){try{d(o.next(e))}catch(e){s(e)}}function a(e){try{d(o.throw(e))}catch(e){s(e)}}function d(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))},ze=Ve.editor.ScrollType;class Ge{constructor(e){this.editor=e,this.history=[],this.history_index=-1,this.capture_history=!0,this.disposer=new a.a,this.did_change_cursor_position=e=>{this.capture_history&&(this.history.splice(this.history_index+1,1/0),"api"===e.source||-1===this.history_index||Math.abs(e.position.lineNumber-this.history[this.history_index].lineNumber)>=10?(this.history.push(e.position),this.history_index++):this.history[this.history_index]=e.position)},this.back=()=>Ae(this,void 0,void 0,(function*(){this.history_index>0&&this.set_position(this.history[--this.history_index])})),this.forward=()=>Ae(this,void 0,void 0,(function*(){this.history_index+1{this.capture_history=!1,this.editor.setPosition(e),this.editor.revealPositionInCenterIfOutsideViewport(e,ze.Immediate),this.capture_history=!0},this.mouse_up=e=>{const t=e.event.browserEvent.button,i=e.event.browserEvent.buttons;3===t?(0===i&&(e.event.preventDefault(),this.back()),this.editor.focus()):4===t&&(0===i&&(e.event.preventDefault(),this.forward()),this.editor.focus())},this.disposer.add_all(this.editor.onDidChangeCursorPosition(this.did_change_cursor_position),this.editor.addAction({id:"phantasmal.action.back",label:"Back",keybindings:[Ve.KeyMod.Alt|Ve.KeyCode.LeftArrow],run:this.back}),this.editor.addAction({id:"phantasmal.action.forward",label:"Forward",keybindings:[Ve.KeyMod.Alt|Ve.KeyCode.RightArrow],run:this.forward}),this.editor.onMouseUp(this.mouse_up))}dispose(){this.disposer.dispose()}reset(){this.history.splice(0,1/0),this.history_index=-1}}i("/NSH");Ve.editor.defineTheme("phantasmal-world",{base:"vs-dark",inherit:!0,rules:[{token:"",foreground:"e0e0e0",background:"#181818"},{token:"tag",foreground:"99bbff"},{token:"keyword",foreground:"d0a0ff",fontStyle:"bold"},{token:"predefined",foreground:"bbffbb"},{token:"number",foreground:"ffffaa"},{token:"number.hex",foreground:"ffffaa"},{token:"string",foreground:"88ffff"},{token:"string.escape",foreground:"8888ff"}],colors:{"editor.background":"#181818","editor.lineHighlightBackground":"#202020"}});const He=Ve.editor.createModel("","psoasm");class Ke extends b.a{constructor(e,t,i){super(),this.asm_editor_store=i,this.breakpoint_decoration_ids=[],this.element=Object(u.h)(),this.tool_bar_view=this.add(new Ne(i)),this.element.append(this.tool_bar_view.element),this.editor=this.disposable(Ve.editor.create(this.element,{theme:"phantasmal-world",scrollBeyondLastLine:!1,autoIndent:"full",fontSize:13,wordWrap:"on",wrappingIndent:"indent",renderIndentGuides:!1,folding:!1,glyphMargin:e.feature_active("vm")})),this.history=this.disposable(new Ge(this.editor)),this.editor.addCommand(Ve.KeyMod.CtrlCmd|Ve.KeyCode.KEY_Z,()=>{}),this.editor.addCommand(Ve.KeyMod.CtrlCmd|Ve.KeyMod.Shift|Ve.KeyCode.KEY_Z,()=>{});const o=this.editor.getAction("editor.action.quickCommand");this.disposables(this.editor.addAction({id:"editor.action.quickCommand",label:"Command Palette",keybindings:[Ve.KeyMod.CtrlCmd|Ve.KeyMod.Shift|Ve.KeyCode.KEY_P],run:()=>o.run()})),this.disposables(i.did_undo.observe(({value:e})=>{this.editor.trigger(e,"undo",void 0)}),i.did_redo.observe(({value:e})=>{this.editor.trigger(e,"redo",void 0)}),i.model.observe(({value:e})=>{this.editor.updateOptions({readOnly:!this.enabled.val||!e}),this.editor.setModel(e||He),this.history.reset(),this.breakpoint_decoration_ids=[],this.execloc_decoration_id="",t.clear_breakpoints()},{call_now:!0}),i.breakpoints.observe_list(e=>{var t;if(e.type===J.a.ListChange){for(const t of e.removed){const e=this.editor.getLineDecorations(t.line_no);if(e)for(const t of e){const e=this.breakpoint_decoration_ids.indexOf(t.id);if(e>-1){this.editor.deltaDecorations([t.id],[]),this.breakpoint_decoration_ids.splice(e,1);break}}}for(const i of e.inserted){(null===(t=this.editor.getLineDecorations(i.line_no))||void 0===t?void 0:t.some(e=>this.breakpoint_decoration_ids.includes(e.id)))||this.breakpoint_decoration_ids.push(this.editor.deltaDecorations([],[{range:new Ve.Range(i.line_no,0,i.line_no,0),options:{glyphMarginClassName:"quest_editor_AsmEditorView_breakpoint-enabled",glyphMarginHoverMessage:{value:"Breakpoint"}}}])[0])}}}),i.pause_location.observe(e=>{const t=this.old_pause_location,i=e.value;if(this.old_pause_location=i,void 0!==t&&void 0!==this.execloc_decoration_id){this.editor.getLineDecorations(t)&&this.editor.deltaDecorations([this.execloc_decoration_id],[])}void 0!==i&&(this.execloc_decoration_id=this.editor.deltaDecorations([],[{range:new Ve.Range(i,0,i,0),options:{className:"quest_editor_AsmEditorView_execution-location",isWholeLine:!0}}])[0],this.editor.revealLineInCenterIfOutsideViewport(i))}),this.editor.onDidFocusEditorWidget(()=>i.undo.make_current()),this.editor.onMouseDown(e=>{switch(e.target.type){case Ve.editor.MouseTargetType.GUTTER_GLYPH_MARGIN:{const i=e.target.position;if(!i)return;t.toggle_breakpoint(i.lineNumber)}}}),this.enabled.bind_to(t.running.map(e=>!e))),this.finalize_construction()}focus(){this.editor.focus()}resize(e,t){const i=Math.max(0,t-this.tool_bar_view.height);return this.editor.layout({width:e,height:i}),this}set_enabled(e){super.set_enabled(e),this.tool_bar_view.enabled.val=e,this.editor.updateOptions({readOnly:!e||!this.asm_editor_store.model.val})}}i("egRq");class Qe extends b.a{constructor(e){super(),this.ctrl=e,this.element=Object(u.h)({className:"quest_editor_EntityInfoView",tabIndex:-1}),this.no_entity_view=new g("No entity selected."),this.table_element=Object(u.t)(),this.pos_x_element=this.add(new r.a(0,{round_to:3})),this.pos_y_element=this.add(new r.a(0,{round_to:3})),this.pos_z_element=this.add(new r.a(0,{round_to:3})),this.rot_x_element=this.add(new r.a(0,{round_to:3})),this.rot_y_element=this.add(new r.a(0,{round_to:3})),this.rot_z_element=this.add(new r.a(0,{round_to:3}));const t="quest_editor_EntityInfoView_coord";this.table_element.append(Object(u.A)(Object(u.y)("Type:"),this.type_element=Object(u.v)()),Object(u.A)(Object(u.y)("Name:"),this.name_element=Object(u.v)()),Object(u.A)(Object(u.y)("Section:"),this.section_id_element=Object(u.v)()),this.wave_row_element=Object(u.A)(Object(u.y)("Wave:"),this.wave_element=Object(u.v)()),Object(u.A)(Object(u.y)({colSpan:2},"Position:")),Object(u.A)(Object(u.y)({className:t},"X:"),Object(u.v)(this.pos_x_element.element)),Object(u.A)(Object(u.y)({className:t},"Y:"),Object(u.v)(this.pos_y_element.element)),Object(u.A)(Object(u.y)({className:t},"Z:"),Object(u.v)(this.pos_z_element.element)),Object(u.A)(Object(u.y)({colSpan:2},"Rotation:")),Object(u.A)(Object(u.y)({className:t},"X:"),Object(u.v)(this.rot_x_element.element)),Object(u.A)(Object(u.y)({className:t},"Y:"),Object(u.v)(this.rot_y_element.element)),Object(u.A)(Object(u.y)({className:t},"Z:"),Object(u.v)(this.rot_z_element.element))),this.element.append(this.table_element,this.no_entity_view.element),this.element.addEventListener("focus",e.focused,!0),this.disposables(Object(u.c)(this.table_element,"hidden",e.unavailable),this.no_entity_view.visible.bind_to(e.unavailable),Object(u.c)(this.type_element,"textContent",e.type),Object(u.c)(this.name_element,"textContent",e.name),Object(u.c)(this.section_id_element,"textContent",e.section_id),Object(u.c)(this.wave_element,"textContent",e.wave),Object(u.c)(this.wave_row_element,"hidden",e.wave_hidden),e.position.observe(({value:{x:e,y:t,z:i}})=>{this.pos_x_element.value.val=e,this.pos_y_element.value.val=t,this.pos_z_element.value.val=i},{call_now:!0}),e.rotation.observe(({value:{x:e,y:t,z:i}})=>{this.rot_x_element.value.val=F(e),this.rot_y_element.value.val=F(t),this.rot_z_element.value.val=F(i)},{call_now:!0}),this.pos_x_element.value.observe(({value:t})=>e.set_pos_x(t)),this.pos_y_element.value.observe(({value:t})=>e.set_pos_y(t)),this.pos_z_element.value.observe(({value:t})=>e.set_pos_z(t)),this.rot_x_element.value.observe(({value:t})=>e.set_rot_x(t)),this.rot_y_element.value.observe(({value:t})=>e.set_rot_y(t)),this.rot_z_element.value.observe(({value:t})=>e.set_rot_z(t)),this.enabled.bind_to(e.enabled)),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.pos_x_element.enabled.val=e,this.pos_y_element.enabled.val=e,this.pos_z_element.enabled.val=e,this.rot_x_element.enabled.val=e,this.rot_y_element.enabled.val=e,this.rot_z_element.enabled.val=e}}var Ye=i("4SjJ");i("ZZ0G");class Ze extends b.a{constructor(e,t,i){super(),this.entity_image_renderer=t,this.entities=Object(M.c)(),this.create_entity_element=(e,t)=>{const i=Object(u.h)({className:"quest_editor_EntityListView_entity",data:{index:t.toString()}});i.draggable=!0;const o=Object(u.l)({width:100,height:100});o.style.visibility="hidden",o.style.pointerEvents="none",i.append(o),this.entity_image_renderer.render(e).then(e=>{o.src=e,o.style.visibility="visible"});const n=Object(u.s)(L(e).name);return i.append(n),i};const o=Object(u.h)({className:"quest_editor_EntityListView_entity_list"});this.element=Object(u.h)({className:`${i} quest_editor_EntityListView`,tabIndex:-1},o),this.disposables(Object(u.d)(o,this.entities,this.create_entity_element),function(e,t){function i(e){if(e.target instanceof HTMLElement){const i=t(e.target);i?(ve.set(e.offsetX,e.offsetY),_e={drag_element:i[0],entity_type:i[1]},_e.drag_element.style.position="fixed",_e.drag_element.style.pointerEvents="none",_e.drag_element.style.zIndex="500",_e.drag_element.style.top="0",_e.drag_element.style.left="0",_e.drag_element.style.transform=`translate(${e.clientX-ve.x}px, ${e.clientY-ve.y}px)`,document.body.append(_e.drag_element),e.dataTransfer&&(e.dataTransfer.effectAllowed="copy",e.dataTransfer.setDragImage(Object(u.h)(),0,0),e.dataTransfer.setData("phantasmal-entity",L(_e.entity_type).name))):e.preventDefault()}}return e.addEventListener("dragstart",i),1==++he&&(document.addEventListener("dragover",be),document.addEventListener("dragend",fe)),{dispose(){e.removeEventListener("dragstart",i),0==--he&&(document.removeEventListener("dragover",be),document.removeEventListener("dragend",fe))}}}(o,e=>{if(!this.enabled.val)return;let t=e;do{const i=e.dataset.index;if(null!=i)return[t.querySelector("img").cloneNode(!0),this.entities.get(parseInt(i,10))];t=t.parentElement}while(t&&t!==o)}),this.enabled.bind_to(e.quest_runner.running.map(e=>!e)))}}class Je extends Ze{constructor(e,t){super(e,t,"quest_editor_NpcListView"),this.quest_editor_store=e,this.filter_npcs=()=>{const e=this.quest_editor_store.current_quest.val,t=this.quest_editor_store.current_area.val,i=e?e.episode:s.b.I,o=t?t.id:0;this.entities.val=I.b.filter(e=>{const t=Object(I.d)(e);return(null==t.episode||t.episode===i)&&t.area_ids.includes(o)})},this.disposables(e.current_quest.observe(this.filter_npcs),e.current_area.observe(this.filter_npcs)),this.filter_npcs(),this.finalize_construction()}}class Xe extends Ze{constructor(e,t){super(e,t,"quest_editor_ObjectListView"),this.quest_editor_store=e,this.filter_objects=()=>{const e=this.quest_editor_store.current_quest.val,t=this.quest_editor_store.current_area.val,i=e?e.episode:s.b.I,o=t?t.id:0;this.entities.val=j.filter(e=>{const t=C(e);if(null==t.area_ids)return!0;const n=t.area_ids[i];return n&&n.includes(o)})},this.disposables(e.current_quest.observe(this.filter_objects),e.current_area.observe(this.filter_objects)),this.filter_objects(),this.finalize_construction()}}i("RL+K");var et,tt=i("KVVN");!function(e){e[e.NodeAdded=0]="NodeAdded",e[e.NodeRemoved=1]="NodeRemoved",e[e.EdgeAdded=2]="EdgeAdded",e[e.EdgeRemoved=3]="EdgeRemoved"}(et||(et={}));class it{constructor(e){this.area_id=e,this._connected_sub_graphs=Object(M.c)(),this.meta=new Map,this.emitter=Object(M.a)(),this.events=[],this.connected_sub_graphs=this._connected_sub_graphs,Object($.m)(e,"area_id")}observe(e){return this.emitter.observe(e)}get_index(e){return this.meta.get(e).index}get_sub_graph(e){return this.meta.get(e).sub_graph}get_children(e){return this.meta.get(e).children}get_parents(e){return this.meta.get(e).parents}add_event(e,t,i){this.remove_event(e);const o=this.events.length,n=Object(M.c)(void 0,e);this.meta.set(e,{index:o,sub_graph:n,children:[],parents:[]}),this.events.push(e),this._connected_sub_graphs.push(n);for(const i of t)this.add_edge(i,e);for(const t of i)this.add_edge(e,t);this.emit({type:et.NodeAdded,event:e})}insert_event(e,t,i,o){this.remove_event(t);const n=Object(M.c)(void 0,t);this.meta.set(t,{index:e,sub_graph:n,parents:[],children:[]}),this.events.splice(e,0,t);for(let t=e+1;ti.index);)e++;i.sub_graph=n,n.splice(e,0,t),e++}this._connected_sub_graphs.remove(s),s.clear()}this.emit({type:et.EdgeAdded,parent:e,child:t})}remove_edge(e,t){this.internal_remove_edge(e,this.meta.get(e),t,this.meta.get(t))}internal_remove_edge(e,t,i,o){if(t&&o){const n=t.children.indexOf(i);-1!==n&&t.children.splice(n,1);const s=o.parents.indexOf(e);-1!==s&&o.parents.splice(s,1);const r=new Set;if(!this.connected(e,i,r)){const e=Object(M.c)(void 0,...r);e.sort((e,t)=>this.meta.get(e).index-this.meta.get(t).index);for(const i of e)t.sub_graph.remove(i);this.insert_sub_graph(this.meta.get(e.get(0)).index,e),o.sub_graph=e}this.emit({type:et.EdgeRemoved,parent:e,child:i})}}connected(e,t,i){if(e===t)return!0;if(i.has(t))return!1;i.add(t);const o=this.meta.get(t);if(o){for(const t of o.children)if(this.connected(e,t,i))return!0;for(const t of o.parents)if(this.connected(e,t,i))return!0}return!1}insert_sub_graph(e,t){let i=0;for(;ie)break;i++}this._connected_sub_graphs.splice(i,0,t)}emit(e){this.emitter.emit({value:e})}}i("xqR9");var ot,nt=i("uiJh");!function(e){e[e.SpawnNpcs=0]="SpawnNpcs",e[e.Unlock=1]="Unlock",e[e.Lock=2]="Lock"}(ot||(ot={}));const st=Object(nt.a)(ot);class rt{constructor(e,t){this.type=ot.SpawnNpcs,Object($.m)(e,"section_id"),Object($.m)(t,"appear_flag"),this.section_id=e,this.appear_flag=t}}class at{constructor(e){this.type=ot.Unlock,Object($.m)(e,"door_id"),this._door_id=Object(M.e)(e),this.door_id=this._door_id}set_door_id(e){Object($.m)(e,"door_id"),this._door_id.val=e}}class dt{constructor(e){this.type=ot.Lock,Object($.m)(e,"door_id"),this._door_id=Object(M.e)(e),this.door_id=this._door_id}set_door_id(e){Object($.m)(e,"door_id"),this._door_id.val=e}}i("CCCE");var ct=i("LSoc"),lt=i("QmPX");class _t extends lt.a{constructor(e){super(e),this.element=Object(u.h)({className:"core_DropDown"}),this.button_mousedown=()=>{this.just_opened=!this.menu.visible.val,this.menu.visible.val=!0},this.button_mouseup=()=>{this.just_opened?this.menu.focus():this.menu.visible.val=!1,this.just_opened=!1},this.button_keydown=({value:e})=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.just_opened=!this.menu.visible.val,this.menu.visible.val=!0,this.menu.focus(),this.menu.hover_next())},this.button=this.disposable(new tt.a({text:e.text,icon_left:e&&e.icon_left,icon_right:u.a.TriangleDown})),this.menu=this.disposable(new ct.a({items:e.items,to_label:e.to_label,related_element:this.element})),this.element.append(this.button.element,this.menu.element),this._chosen=Object(M.a)(),this.chosen=this._chosen,this.just_opened=!1,this.disposables(Object(u.g)(this.button.element,"mousedown",this.button_mousedown,{capture:!0}),this.button.onmouseup.observe(this.button_mouseup),this.button.onkeydown.observe(this.button_keydown),this.menu.selected.observe(({value:e})=>{void 0!==e&&(this._chosen.emit({value:e}),this.menu.selected.val=void 0)})),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.button.enabled.val=e}}class ut extends p.a{constructor(e,t){super(),this.ctrl=e,this.event=t,this.inputs_enabled=Object(M.e)(!0),this.create_action_element=e=>{const t=new a.a;let i,o;if(e.type===ot.SpawnNpcs)i="Spawn:",o=Object(u.h)(Object(u.h)(t.add(new r.a(e.section_id,{min:0,step:1,enabled:!1})).element),Object(u.h)(t.add(new r.a(e.appear_flag,{min:0,step:1,enabled:!1})).element));else{i=e.type===ot.Unlock?"Unlock:":"Lock:";const n=t.add(new r.a(e.door_id.val,{min:0,step:1,enabled:this.inputs_enabled}));o=n.element,t.add_all(n.value.bind_to(e.door_id),n.value.observe(({value:t})=>e.set_door_id(t)))}const n=t.add(new tt.a({icon_left:u.a.Remove}));return t.add_all(n.onclick.observe(()=>this.ctrl.remove_action(this.event,e))),[Object(u.A)(Object(u.y)(i),Object(u.v)(o),Object(u.v)(n.element)),t]};const i=document.createTextNode(t.wave.id.val.toString());this.delay_input=this.add(new r.a(t.delay.val,{min:0,step:1,enabled:this.inputs_enabled}));const o=Object(u.t)({className:"quest_editor_EventView_actions"}),n=this.add(new _t({text:"Add action",items:st,to_label(e){switch(e){case ot.SpawnNpcs:return"Spawn NPCs";case ot.Unlock:return"Unlock door";case ot.Lock:return"Lock door"}}}));this.element=Object(u.h)({tabIndex:0},Object(u.t)(Object(u.A)(Object(u.y)("ID:"),Object(u.v)(t.id.toString())),Object(u.A)(Object(u.y)("Section:"),Object(u.v)(t.section_id.toString())),Object(u.A)(Object(u.y)("Wave:"),Object(u.v)(i)),Object(u.A)(Object(u.y)("Delay:"),Object(u.v)(this.delay_input.element)),Object(u.A)(Object(u.y)({colSpan:2},"Actions:")),Object(u.A)(Object(u.v)({colSpan:2},o)),Object(u.A)(Object(u.v)({colSpan:2},n.element)))),this.disposables(Object(u.c)(this.element,"className",e.is_selected(t).map(e=>`quest_editor_EventView ${e?"selected":""}`)),t.wave.id.observe(({value:e})=>i.data=e.toString()),Object(u.g)(this.element,"focus",()=>{e.set_selected_wave(t.wave)}),Object(u.g)(this.element,"click",i=>{i.stopPropagation(),e.set_selected_wave(t.wave)}),Object(u.g)(this.element,"keyup",i=>{"Delete"===i.key&&e.remove_event(t)}),this.delay_input.value.bind_to(t.delay),this.delay_input.value.observe(i=>e.set_delay(t,i.value)),Object(u.d)(o,t.actions,this.create_action_element),n.chosen.observe(({value:i})=>e.add_action(t,i))),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.inputs_enabled.val=e}}i("CGbB");const vt=X.a.get("quest_editor/gui/EventSubGraphView"),ht=8,pt=20;class gt extends p.a{constructor(e,t,i,o){super(),this.ctrl=e,this.dag=t,this.sub_graph=i,this.max_edge_depth=o,this.event_gui_data=new Map,this.event_container_element=Object(u.h)({className:"quest_editor_EventSubGraphView_event_container"}),this.edge_container_element=Object(u.h)({className:"quest_editor_EventSubGraphView_edge_container"}),this.element=Object(u.h)({className:"quest_editor_EventSubGraphView"},this.edge_container_element,this.event_container_element),this.update_edges=()=>{if(this.edge_container_element.innerHTML="",0===this.sub_graph.length.val)return;const e=Array(this.sub_graph.length.val-1);for(let t=0;tn,h=Math.min(n,a),p=Math.max(n,a);e:for(;;){for(let t=v?h:Math.max(0,h-1);t{const i=new a.a,o=i.add(new ut(this.ctrl,e));return this.event_gui_data.set(e,{event_view:o,position:t}),i.add({dispose:()=>this.event_gui_data.delete(e)}),[o.element,i]},this.after_events_changed=e=>{e.type===J.a.ListChange&&(this.sub_graph.val.forEach((e,t)=>{this.event_gui_data.get(e).position=t}),this.update_edges())},this.disposables(o.observe(({value:e})=>{this.element.style.marginLeft=`${ht*e}px`},{call_now:!0}),Object(u.d)(this.event_container_element,i,this.create_event_element,{after:this.after_events_changed}),t.observe(({value:e})=>{e.type!==et.EdgeAdded&&e.type!==et.EdgeRemoved||this.update_edges()})),this.finalize_construction()}set_enabled(e){super.set_enabled(e);for(const{event_view:t}of this.event_gui_data.values())t.enabled.val=e}}class bt extends b.a{constructor(e){super(),this.ctrl=e,this.sub_graph_views=new Map,this.unavailable_view=new g("No quest loaded."),this.max_edge_depth=Object(M.e)(0),this.create_sub_graph_element=e=>{let t=this.sub_graph_views.get(e);return t||(t=new gt(this.ctrl,this.ctrl.event_dag.val,e,this.max_edge_depth),this.sub_graph_views.set(e,t)),t.element},this.update_edges=()=>{for(const e of this.sub_graph_views.values())e.element.parentNode&&e.update_edges()},this.after_event_dags_changed=e=>{var t;if(e.type===J.a.ListChange)for(const i of e.inserted)null===(t=this.sub_graph_views.get(i))||void 0===t||t.update_edges()},this.element=Object(u.h)({className:"quest_editor_EventsView",tabIndex:-1},this.container_element=Object(u.h)({className:"quest_editor_EventsView_container"},this.add(new Ue.a(this.add_event_button=new tt.a({text:"Add event"}))).element,this.dag_container_element=Object(u.h)({className:"quest_editor_EventsView_sub_graph_container"})),this.unavailable_view.element),this.disposables(Object(u.c)(this.container_element,"hidden",e.unavailable),this.unavailable_view.visible.bind_to(e.unavailable),this.enabled.bind_to(e.enabled),this.add_event_button.onclick.observe(e.add_event),Object(u.d)(this.dag_container_element,e.event_sub_graphs,this.create_sub_graph_element,{after:this.after_event_dags_changed}),Object(u.g)(this.element,"focus",()=>{e.focused()}),Object(u.g)(this.element,"click",()=>{e.set_selected_wave(void 0)})),this.finalize_construction()}dispose(){super.dispose();for(const e of this.sub_graph_views.values())e.dispose();this.sub_graph_views.clear()}resize(e,t){return super.resize(e,t),this.update_edges(),this}focus(){super.focus(),this.update_edges()}set_enabled(e){super.set_enabled(e);for(const t of this.sub_graph_views.values())t.element.parentNode&&(t.enabled.val=e)}}var ft;!function(e){e[e.Any=0]="Any",e[e.Byte=1]="Byte",e[e.Word=2]="Word",e[e.DWord=3]="DWord",e[e.Float=4]="Float",e[e.Label=5]="Label",e[e.ILabel=6]="ILabel",e[e.DLabel=7]="DLabel",e[e.SLabel=8]="SLabel",e[e.String=9]="String",e[e.ILabelVar=10]="ILabelVar",e[e.RegRef=11]="RegRef",e[e.RegTupRef=12]="RegTupRef",e[e.RegRefVar=13]="RegRefVar",e[e.Pointer=14]="Pointer"}(ft||(ft={}));const mt={kind:ft.Any},wt={kind:ft.Byte},kt={kind:ft.Word},yt={kind:ft.DWord},Rt={kind:ft.Float},It={kind:ft.Label},jt={kind:ft.ILabel},Ct={kind:ft.DLabel},Tt={kind:ft.SLabel},St={kind:ft.String},xt={kind:ft.ILabelVar},Ot={kind:ft.RegRef},Lt={kind:ft.RegRefVar},Pt={kind:ft.Pointer},Dt=-Math.pow(2,31),Bt=Math.pow(2,31)-1;Math.pow(2,32);var Et,Mt;function Wt(e,t,i){return{type:e,doc:t,access:i}}!function(e){e[e.Read=0]="Read",e[e.Write=1]="Write",e[e.ReadWrite=2]="ReadWrite"}(Et||(Et={})),function(e){e[e.Push=0]="Push",e[e.Pop=1]="Pop"}(Mt||(Mt={}));const qt=[],Ft=new Map;function Vt(e,t,i,o,n){return{code:e,mnemonic:t,doc:i,size:e<256?1:2,params:o,stack:n}}const Ut=qt[0]=Vt(0,"nop","No operation, does nothing.",[],void 0),$t=qt[1]=Vt(1,"ret","Returns control to caller.",[],void 0),Nt=qt[2]=Vt(2,"sync","Yields control for the rest of the current frame. Execution will continue the following frame.",[],void 0),At=qt[3]=Vt(3,"exit",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),zt=qt[4]=Vt(4,"thread","Starts a new thread. Thread execution will start at the given label.\nOften used to check a register every frame. Make sure to yield control with sync when looping.",[Wt(jt,void 0,void 0)],void 0),Gt=qt[5]=Vt(5,"va_start","Initializes a variable argument list.\nMake sure to call va_end after va_start and va_call.",[],void 0),Ht=qt[6]=Vt(6,"va_end","Restores the registers overwritten by arg_push* instructions.\nCalled after va_call.",[],void 0),Kt=qt[7]=Vt(7,"va_call","Calls the variable argument function at the given label.\nCalled after initializing the argument list with va_start and pushing arguments onto the stack with arg_push* instructions. Make sure to call va_end afterwards.",[Wt(jt,void 0,void 0)],void 0),Qt=qt[8]=Vt(8,"let","Sets the first register's value to second one's value.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),Yt=qt[9]=Vt(9,"leti","Sets a register to the given value.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0)],void 0),Zt=qt[10]=Vt(10,"letb","Sets a register to the given value.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(wt,void 0,Et.Write)]},void 0,void 0),Wt(wt,void 0,void 0)],void 0),Jt=qt[11]=Vt(11,"letw","Sets a register to the given value.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(kt,void 0,Et.Write)]},void 0,void 0),Wt(kt,void 0,void 0)],void 0),Xt=qt[12]=Vt(12,"leta","Sets the first register to the memory address of the second register. Not used by Sega.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(Pt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),ei=(qt[13]=Vt(13,"leto","Sets a register to the memory address of the given label. Not used by Sega.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(Pt,void 0,Et.Write)]},void 0,void 0),Wt(It,void 0,void 0)],void 0),qt[14]=Vt(14,"unknown_0e",void 0,[],void 0),qt[15]=Vt(15,"unknown_0f",void 0,[],void 0),qt[16]=Vt(16,"set","Sets a register to 1.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0)),ti=qt[17]=Vt(17,"clear","Sets a register to 0.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),ii=qt[18]=Vt(18,"rev","Sets a register to 1 if its current value is 0, otherwise sets it to 0.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.ReadWrite)]},void 0,void 0)],void 0),oi=(qt[19]=Vt(19,"gset",void 0,[Wt(kt,void 0,void 0)],void 0),qt[20]=Vt(20,"gclear",void 0,[Wt(kt,void 0,void 0)],void 0),qt[21]=Vt(21,"grev",void 0,[Wt(kt,void 0,void 0)],void 0),qt[22]=Vt(22,"glet",void 0,[Wt(kt,void 0,void 0)],void 0),qt[23]=Vt(23,"gget","Sets a register to value of the given flag.",[Wt(kt,void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(kt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[24]=Vt(24,"add",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0)),ni=qt[25]=Vt(25,"addi",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0)],void 0),si=qt[26]=Vt(26,"sub",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),ri=qt[27]=Vt(27,"subi",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0)],void 0),ai=qt[28]=Vt(28,"mul",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),di=qt[29]=Vt(29,"muli",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0)],void 0),ci=qt[30]=Vt(30,"div",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),li=qt[31]=Vt(31,"divi",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0)],void 0),_i=qt[32]=Vt(32,"and",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),ui=qt[33]=Vt(33,"andi",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0)],void 0),vi=qt[34]=Vt(34,"or",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),hi=qt[35]=Vt(35,"ori",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0)],void 0),pi=qt[36]=Vt(36,"xor",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),gi=qt[37]=Vt(37,"xori",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0)],void 0),bi=qt[38]=Vt(38,"mod",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),fi=qt[39]=Vt(39,"modi",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0)],void 0),mi=qt[40]=Vt(40,"jmp",void 0,[Wt(jt,void 0,void 0)],void 0),wi=qt[41]=Vt(41,"call",void 0,[Wt(jt,void 0,void 0)],void 0),ki=qt[42]=Vt(42,"jmp_on",void 0,[Wt(jt,void 0,void 0),Wt(Lt,void 0,Et.Read)],void 0),yi=qt[43]=Vt(43,"jmp_off",void 0,[Wt(jt,void 0,void 0),Wt(Lt,void 0,Et.Read)],void 0),Ri=qt[44]=Vt(44,"jmp_=",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt(jt,void 0,void 0)],void 0),Ii=qt[45]=Vt(45,"jmpi_=",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0)],void 0),ji=qt[46]=Vt(46,"jmp_!=",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt(jt,void 0,void 0)],void 0),Ci=qt[47]=Vt(47,"jmpi_!=",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0)],void 0),Ti=qt[48]=Vt(48,"ujmp_>",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(jt,void 0,void 0)],void 0),Si=qt[49]=Vt(49,"ujmpi_>",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0)],void 0),xi=qt[50]=Vt(50,"jmp_>",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(jt,void 0,void 0)],void 0),Oi=qt[51]=Vt(51,"jmpi_>",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0)],void 0),Li=qt[52]=Vt(52,"ujmp_<",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(jt,void 0,void 0)],void 0),Pi=qt[53]=Vt(53,"ujmpi_<",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0)],void 0),Di=qt[54]=Vt(54,"jmp_<",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(jt,void 0,void 0)],void 0),Bi=qt[55]=Vt(55,"jmpi_<",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0)],void 0),Ei=qt[56]=Vt(56,"ujmp_>=",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(jt,void 0,void 0)],void 0),Mi=qt[57]=Vt(57,"ujmpi_>=",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0)],void 0),Wi=qt[58]=Vt(58,"jmp_>=",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(jt,void 0,void 0)],void 0),qi=qt[59]=Vt(59,"jmpi_>=",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0)],void 0),Fi=qt[60]=Vt(60,"ujmp_<=",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(jt,void 0,void 0)],void 0),Vi=qt[61]=Vt(61,"ujmpi_<=",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0)],void 0),Ui=qt[62]=Vt(62,"jmp_<=",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(jt,void 0,void 0)],void 0),$i=qt[63]=Vt(63,"jmpi_<=",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0)],void 0),Ni=qt[64]=Vt(64,"switch_jmp",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(xt,void 0,void 0)],void 0),Ai=qt[65]=Vt(65,"switch_call",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(xt,void 0,void 0)],void 0),zi=qt[66]=Vt(66,"stack_push",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),Gi=qt[67]=Vt(67,"stack_pop",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),Hi=qt[68]=Vt(68,"stack_pushm","Pushes the values of an arbitrary amount of registers onto the stack.",[Wt(Ot,void 0,Et.Read),Wt(yt,void 0,void 0)],void 0),Ki=qt[69]=Vt(69,"stack_popm","Pops an arbitrary amount of values from the stack and writes them to registers.",[Wt(Ot,void 0,Et.Write),Wt(yt,void 0,void 0)],void 0),Qi=(qt[70]=Vt(70,"unknown_46",void 0,[],void 0),qt[71]=Vt(71,"unknown_47",void 0,[],void 0),qt[72]=Vt(72,"arg_pushr","Pushes the value of the given register onto the stack.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],Mt.Push)),Yi=qt[73]=Vt(73,"arg_pushl","Pushes the given value onto the stack.",[Wt(yt,void 0,void 0)],Mt.Push),Zi=qt[74]=Vt(74,"arg_pushb","Pushes the given value onto the stack.",[Wt(wt,void 0,void 0)],Mt.Push),Ji=qt[75]=Vt(75,"arg_pushw","Pushes the given value onto the stack.",[Wt(kt,void 0,void 0)],Mt.Push),Xi=qt[76]=Vt(76,"arg_pusha","Pushes the memory address of the given register onto the stack. Not used by Sega.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],Mt.Push),eo=qt[77]=Vt(77,"arg_pusho","Pushes the memory address of the given label onto the stack. Not used by Sega.",[Wt(It,void 0,void 0)],Mt.Push),to=qt[78]=Vt(78,"arg_pushs","Pushes the given value onto the stack.",[Wt(St,void 0,void 0)],Mt.Push),io=(qt[79]=Vt(79,"unknown_4f",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[80]=Vt(80,"message",void 0,[Wt(yt,void 0,void 0),Wt(St,void 0,void 0)],Mt.Pop),qt[81]=Vt(81,"list","Used to display a list of items and retrieve the item selected by the player.\nList items should be seperated by newlines. The selected item's index will be written to the given register.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(wt,void 0,Et.Write)]},void 0,void 0),Wt(St,void 0,void 0)],Mt.Pop)),oo=(qt[82]=Vt(82,"fadein",void 0,[],void 0),qt[83]=Vt(83,"fadeout",void 0,[],void 0),qt[84]=Vt(84,"se",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[85]=Vt(85,"bgm",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[86]=Vt(86,"unknown_56",void 0,[],void 0),qt[87]=Vt(87,"unknown_57",void 0,[],void 0),qt[88]=Vt(88,"enable",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[89]=Vt(89,"disable",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[90]=Vt(90,"window_msg",void 0,[Wt(St,void 0,void 0)],Mt.Pop)),no=qt[91]=Vt(91,"add_msg",void 0,[Wt(St,void 0,void 0)],Mt.Pop),so=(qt[92]=Vt(92,"mesend",void 0,[],void 0),qt[93]=Vt(93,"gettime",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0)),ro=qt[94]=Vt(94,"winend",void 0,[],void 0),ao=(qt[95]=Vt(95,"unknown_5f",void 0,[],void 0),qt[96]=Vt(96,"npc_crt_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[97]=Vt(97,"npc_stop",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[98]=Vt(98,"npc_play",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[99]=Vt(99,"npc_kill",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[100]=Vt(100,"npc_nont",void 0,[],void 0),qt[101]=Vt(101,"npc_talk",void 0,[],void 0),qt[102]=Vt(102,"npc_crp_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read),Wt(mt,void 0,Et.Read),Wt(mt,void 0,Et.Read),Wt(jt,void 0,Et.Read),Wt(mt,void 0,Et.Read),Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[103]=Vt(103,"unknown_67",void 0,[],void 0),qt[104]=Vt(104,"create_pipe",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[105]=Vt(105,"p_hpstat_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[106]=Vt(106,"p_dead_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,"Player slot.",void 0)],Mt.Pop)),co=(qt[107]=Vt(107,"p_disablewarp",void 0,[],void 0),qt[108]=Vt(108,"p_enablewarp",void 0,[],void 0),qt[109]=Vt(109,"p_move_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[110]=Vt(110,"p_look",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[111]=Vt(111,"unknown_6f",void 0,[],void 0),qt[112]=Vt(112,"p_action_disable",void 0,[],void 0),qt[113]=Vt(113,"p_action_enable",void 0,[],void 0),qt[114]=Vt(114,"disable_movement1",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[115]=Vt(115,"enable_movement1",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[116]=Vt(116,"p_noncol",void 0,[],void 0),qt[117]=Vt(117,"p_col",void 0,[],void 0),qt[118]=Vt(118,"p_setpos","Sets a player's position.",[Wt(yt,"Player slot.",void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"X coordinate.",Et.Read),Wt(yt,"Y coordinate.",Et.Read),Wt(yt,"Z coordinate.",Et.Read),Wt(yt,"Y-axis rotation.",Et.Read)]},void 0,void 0)],Mt.Pop),qt[119]=Vt(119,"p_return_guild",void 0,[],void 0),qt[120]=Vt(120,"p_talk_guild",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[121]=Vt(121,"npc_talk_pl_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[122]=Vt(122,"npc_talk_kill",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[123]=Vt(123,"npc_crtpk_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[124]=Vt(124,"npc_crppk_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[125]=Vt(125,"npc_crptalk_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[126]=Vt(126,"p_look_at_v1",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[127]=Vt(127,"npc_crp_id_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[128]=Vt(128,"cam_quake",void 0,[],void 0),qt[129]=Vt(129,"cam_adj",void 0,[],void 0),qt[130]=Vt(130,"cam_zmin",void 0,[],void 0),qt[131]=Vt(131,"cam_zmout",void 0,[],void 0),qt[132]=Vt(132,"cam_pan_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[133]=Vt(133,"game_lev_super",void 0,[],void 0),qt[134]=Vt(134,"game_lev_reset",void 0,[],void 0),qt[135]=Vt(135,"pos_pipe_v3","Create a telepipe at a specific position for the given player slot that takes players back to Pioneer 2 or the Lab.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"X coordinate.",Et.Read),Wt(yt,"Y coordinate.",Et.Read),Wt(yt,"Z coordinate.",Et.Read),Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[136]=Vt(136,"if_zone_clear",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0)),lo=(qt[137]=Vt(137,"chk_ene_num","Retrieves the amount of enemies killed during the quest.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[138]=Vt(138,"unhide_obj",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[139]=Vt(139,"unhide_ene",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[140]=Vt(140,"at_coords_call",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(jt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[141]=Vt(141,"at_coords_talk",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(jt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[142]=Vt(142,"col_npcin",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(jt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[143]=Vt(143,"col_npcinr",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[144]=Vt(144,"switch_on",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[145]=Vt(145,"switch_off",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[146]=Vt(146,"playbgm_epi",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[147]=Vt(147,"set_mainwarp",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[148]=Vt(148,"set_obj_param","Creates a targetable object.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"X coordinate.",Et.Read),Wt(yt,"Y coordinate.",Et.Read),Wt(yt,"Z coordinate.",Et.Read),Wt(yt,"Collision radius.",Et.Read),Wt(jt,"Function label.",Et.Read),Wt(yt,"Vertical position of the cursor.",Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},"Object handle.",void 0)],void 0),qt[149]=Vt(149,"set_floor_handler",void 0,[Wt(yt,"Floor number.",void 0),Wt(jt,"Handler function label.",void 0)],Mt.Pop)),_o=(qt[150]=Vt(150,"clr_floor_handler",void 0,[Wt(yt,"Floor number.",void 0)],Mt.Pop),qt[151]=Vt(151,"col_plinaw",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[152]=Vt(152,"hud_hide",void 0,[],void 0),qt[153]=Vt(153,"hud_show",void 0,[],void 0),qt[154]=Vt(154,"cine_enable",void 0,[],void 0),qt[155]=Vt(155,"cine_disable",void 0,[],void 0),qt[156]=Vt(156,"unknown_9c",void 0,[],void 0),qt[157]=Vt(157,"unknown_9d",void 0,[],void 0),qt[158]=Vt(158,"unknown_9e",void 0,[],void 0),qt[159]=Vt(159,"unknown_9f",void 0,[],void 0),qt[160]=Vt(160,"unknown_a0",void 0,[],void 0),qt[161]=Vt(161,"set_qt_failure",void 0,[Wt(jt,void 0,void 0)],void 0),qt[162]=Vt(162,"set_qt_success",void 0,[Wt(jt,void 0,void 0)],void 0),qt[163]=Vt(163,"clr_qt_failure",void 0,[],void 0),qt[164]=Vt(164,"clr_qt_success",void 0,[],void 0),qt[165]=Vt(165,"set_qt_cancel",void 0,[Wt(jt,void 0,void 0)],void 0),qt[166]=Vt(166,"clr_qt_cancel",void 0,[],void 0),qt[167]=Vt(167,"unknown_a7",void 0,[],void 0),qt[168]=Vt(168,"pl_walk_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[169]=Vt(169,"unknown_a9",void 0,[],void 0),qt[170]=Vt(170,"unknown_aa",void 0,[],void 0),qt[171]=Vt(171,"unknown_ab",void 0,[],void 0),qt[172]=Vt(172,"unknown_ac",void 0,[],void 0),qt[173]=Vt(173,"unknown_ad",void 0,[],void 0),qt[174]=Vt(174,"unknown_ae",void 0,[],void 0),qt[175]=Vt(175,"unknown_af",void 0,[],void 0),qt[176]=Vt(176,"pl_add_meseta",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[177]=Vt(177,"thread_stg",void 0,[Wt(jt,void 0,void 0)],void 0)),uo=(qt[178]=Vt(178,"del_obj_param",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},"Object handle.",void 0)],void 0),qt[179]=Vt(179,"item_create",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[180]=Vt(180,"item_create2",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[181]=Vt(181,"item_delete",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[182]=Vt(182,"item_delete2","Deletes an item from the player's inventory.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[183]=Vt(183,"item_check",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[184]=Vt(184,"setevt",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[185]=Vt(185,"get_difflvl","Sets the given register to the current difficulty. 0 For normal, 1 for hard and 2 for both very hard and ultimate.\nUse get_difficulty_level2 if you want to differentiate between very hard and ultimate.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0)),vo=(qt[186]=Vt(186,"set_qt_exit",void 0,[Wt(jt,void 0,void 0)],void 0),qt[187]=Vt(187,"clr_qt_exit",void 0,[],void 0),qt[188]=Vt(188,"unknown_bc",void 0,[],void 0),qt[189]=Vt(189,"unknown_bd",void 0,[],void 0),qt[190]=Vt(190,"unknown_be",void 0,[],void 0),qt[191]=Vt(191,"unknown_bf",void 0,[],void 0),qt[192]=Vt(192,"particle_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[193]=Vt(193,"npc_text",void 0,[Wt(yt,void 0,void 0),Wt(St,void 0,void 0)],Mt.Pop),qt[194]=Vt(194,"npc_chkwarp",void 0,[],void 0),qt[195]=Vt(195,"pl_pkoff",void 0,[],void 0),qt[196]=Vt(196,"map_designate",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0)),ho=(qt[197]=Vt(197,"masterkey_on",void 0,[],void 0),qt[198]=Vt(198,"masterkey_off",void 0,[],void 0),qt[199]=Vt(199,"window_time",void 0,[],void 0),qt[200]=Vt(200,"winend_time",void 0,[],void 0),qt[201]=Vt(201,"winset_time",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[202]=Vt(202,"getmtime",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[203]=Vt(203,"set_quest_board_handler",void 0,[Wt(yt,void 0,void 0),Wt(jt,void 0,void 0),Wt(St,void 0,void 0)],Mt.Pop),qt[204]=Vt(204,"clear_quest_board_handler",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[205]=Vt(205,"particle_id_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[206]=Vt(206,"npc_crptalk_id_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[207]=Vt(207,"npc_lang_clean",void 0,[],void 0),qt[208]=Vt(208,"pl_pkon",void 0,[],void 0),qt[209]=Vt(209,"pl_chk_item2",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[210]=Vt(210,"enable_mainmenu",void 0,[],void 0),qt[211]=Vt(211,"disable_mainmenu",void 0,[],void 0),qt[212]=Vt(212,"start_battlebgm",void 0,[],void 0),qt[213]=Vt(213,"end_battlebgm",void 0,[],void 0),qt[214]=Vt(214,"disp_msg_qb",void 0,[Wt(St,void 0,void 0)],Mt.Pop),qt[215]=Vt(215,"close_msg_qb",void 0,[],void 0),qt[216]=Vt(216,"set_eventflag_v3",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[217]=Vt(217,"sync_leti",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0)],void 0)),po=(qt[218]=Vt(218,"set_returnhunter",void 0,[],void 0),qt[219]=Vt(219,"set_returncity",void 0,[],void 0),qt[220]=Vt(220,"load_pvr",void 0,[],void 0),qt[221]=Vt(221,"load_midi",void 0,[],void 0),qt[222]=Vt(222,"unknown_de",void 0,[],void 0),qt[223]=Vt(223,"npc_param_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[224]=Vt(224,"pad_dragon",void 0,[],void 0),qt[225]=Vt(225,"clear_mainwarp",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[226]=Vt(226,"pcam_param_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[227]=Vt(227,"start_setevt_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[228]=Vt(228,"warp_on",void 0,[],void 0),qt[229]=Vt(229,"warp_off",void 0,[],void 0),qt[230]=Vt(230,"get_slotnumber",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0)),go=(qt[231]=Vt(231,"get_servernumber",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[232]=Vt(232,"set_eventflag2",void 0,[Wt(yt,void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],Mt.Pop),qt[233]=Vt(233,"res",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[234]=Vt(234,"unknown_ea",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0)],void 0),qt[235]=Vt(235,"enable_bgmctrl",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[236]=Vt(236,"sw_send",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[237]=Vt(237,"create_bgmctrl",void 0,[],void 0),qt[238]=Vt(238,"pl_add_meseta2",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[239]=Vt(239,"sync_register",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[240]=Vt(240,"send_regwork",void 0,[],void 0),qt[241]=Vt(241,"leti_fixed_camera_v3",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[242]=Vt(242,"default_camera_pos1",void 0,[],void 0),qt[243]=Vt(243,"unknown_f3",void 0,[],void 0),qt[244]=Vt(244,"unknown_f4",void 0,[],void 0),qt[245]=Vt(245,"unknown_f5",void 0,[],void 0),qt[246]=Vt(246,"unknown_f6",void 0,[],void 0),qt[247]=Vt(247,"unknown_f7",void 0,[],void 0),qt[248]=Vt(248,"unknown_f8",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[249]=Vt(249,"unknown_f9",void 0,[],void 0),qt[250]=Vt(250,"get_gc_number",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[251]=Vt(251,"unknown_fb",void 0,[Wt(kt,void 0,void 0)],void 0),qt[252]=Vt(252,"unknown_fc",void 0,[],void 0),qt[253]=Vt(253,"unknown_fd",void 0,[],void 0),qt[254]=Vt(254,"unknown_fe",void 0,[],void 0),qt[255]=Vt(255,"unknown_ff",void 0,[],void 0),qt[63488]=Vt(63488,"unknown_f800",void 0,[],void 0),qt[63489]=Vt(63489,"set_chat_callback",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt(St,void 0,void 0)],Mt.Pop),qt[63490]=Vt(63490,"unknown_f802",void 0,[],void 0),qt[63491]=Vt(63491,"unknown_f803",void 0,[],void 0),qt[63492]=Vt(63492,"unknown_f804",void 0,[],void 0),qt[63493]=Vt(63493,"unknown_f805",void 0,[],void 0),qt[63494]=Vt(63494,"unknown_f806",void 0,[],void 0),qt[63495]=Vt(63495,"unknown_f807",void 0,[],void 0),qt[63496]=Vt(63496,"get_difficulty_level2","Sets the given register to the current difficulty. 0 For normal, 1 for hard, 2 for very hard and 3 for ultimate.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63497]=Vt(63497,"get_number_of_player1","Set the given register to the current number of players. Either 1, 2, 3 or 4.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63498]=Vt(63498,"get_coord_of_player","Retrieves a player's position.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"X coordinate.",Et.Write),Wt(yt,"Y coordinate.",Et.Write),Wt(yt,"Z coordinate.",Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63499]=Vt(63499,"enable_map",void 0,[],void 0),qt[63500]=Vt(63500,"disable_map",void 0,[],void 0),qt[63501]=Vt(63501,"map_designate_ex",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0)),bo=(qt[63502]=Vt(63502,"unknown_f80e",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63503]=Vt(63503,"unknown_f80f",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63504]=Vt(63504,"ba_initial_floor",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63505]=Vt(63505,"set_ba_rules",void 0,[],void 0),qt[63506]=Vt(63506,"unknown_f812",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63507]=Vt(63507,"unknown_f813",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63508]=Vt(63508,"unknown_f814",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63509]=Vt(63509,"unknown_f815",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63510]=Vt(63510,"unknown_f816",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63511]=Vt(63511,"unknown_f817",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63512]=Vt(63512,"unknown_f818",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63513]=Vt(63513,"unknown_f819",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63514]=Vt(63514,"unknown_f81a",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63515]=Vt(63515,"unknown_f81b",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63516]=Vt(63516,"ba_disp_msg",void 0,[Wt(St,void 0,void 0)],Mt.Pop),qt[63517]=Vt(63517,"death_lvl_up",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63518]=Vt(63518,"death_tech_lvl_up",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63519]=Vt(63519,"unknown_f81f",void 0,[],void 0),qt[63520]=Vt(63520,"cmode_stage",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63521]=Vt(63521,"unknown_f821",void 0,[],void 0),qt[63522]=Vt(63522,"unknown_f822",void 0,[],void 0),qt[63523]=Vt(63523,"unknown_f823",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63524]=Vt(63524,"unknown_f824",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63525]=Vt(63525,"exp_multiplication",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63526]=Vt(63526,"exp_division",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63527]=Vt(63527,"get_user_is_dead",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63528]=Vt(63528,"go_floor","Sends a player to the given floor.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Floor ID.",Et.Read)]},void 0,void 0)],void 0),qt[63529]=Vt(63529,"unknown_f829",void 0,[],void 0),qt[63530]=Vt(63530,"unknown_f82a",void 0,[],void 0),qt[63531]=Vt(63531,"unlock_door2",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[63532]=Vt(63532,"lock_door2",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[63533]=Vt(63533,"if_switch_not_pressed",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63534]=Vt(63534,"if_switch_pressed",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Floor ID.",Et.Read),Wt(yt,"Switch ID.",Et.Read),Wt(yt,"Will be set to 1 if the switch is pressed, 0 otherwise.",Et.Write)]},void 0,void 0)],void 0),qt[63535]=Vt(63535,"unknown_f82f",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[63536]=Vt(63536,"control_dragon",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63537]=Vt(63537,"release_dragon",void 0,[],void 0),qt[63538]=Vt(63538,"unknown_f832",void 0,[],void 0),qt[63539]=Vt(63539,"unknown_f833",void 0,[],void 0),qt[63540]=Vt(63540,"unknown_f834",void 0,[],void 0),qt[63541]=Vt(63541,"unknown_f835",void 0,[],void 0),qt[63542]=Vt(63542,"unknown_f836",void 0,[],void 0),qt[63543]=Vt(63543,"unknown_f837",void 0,[],void 0),qt[63544]=Vt(63544,"shrink",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63545]=Vt(63545,"unshrink",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63546]=Vt(63546,"unknown_f83a",void 0,[],void 0),qt[63547]=Vt(63547,"unknown_f83b",void 0,[],void 0),qt[63548]=Vt(63548,"display_clock2",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63549]=Vt(63549,"unknown_f83d",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63550]=Vt(63550,"delete_area_title",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63551]=Vt(63551,"unknown_f83f",void 0,[],void 0),qt[63552]=Vt(63552,"load_npc_data",void 0,[],void 0),qt[63553]=Vt(63553,"get_npc_data",void 0,[Wt(Ct,void 0,void 0)],void 0),qt[63554]=Vt(63554,"unknown_f842",void 0,[],void 0),qt[63555]=Vt(63555,"unknown_f843",void 0,[],void 0),qt[63556]=Vt(63556,"unknown_f844",void 0,[],void 0),qt[63557]=Vt(63557,"unknown_f845",void 0,[],void 0),qt[63558]=Vt(63558,"unknown_f846",void 0,[],void 0),qt[63559]=Vt(63559,"unknown_f847",void 0,[],void 0),qt[63560]=Vt(63560,"give_damage_score",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63561]=Vt(63561,"take_damage_score",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63562]=Vt(63562,"unk_score_f84a",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63563]=Vt(63563,"unk_score_f84b",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63564]=Vt(63564,"kill_score",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63565]=Vt(63565,"death_score",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63566]=Vt(63566,"unk_score_f84e",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63567]=Vt(63567,"enemy_death_score",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63568]=Vt(63568,"meseta_score",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63569]=Vt(63569,"unknown_f851",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63570]=Vt(63570,"unknown_f852",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63571]=Vt(63571,"reverse_warps",void 0,[],void 0),qt[63572]=Vt(63572,"unreverse_warps",void 0,[],void 0),qt[63573]=Vt(63573,"set_ult_map",void 0,[],void 0),qt[63574]=Vt(63574,"unset_ult_map",void 0,[],void 0),qt[63575]=Vt(63575,"set_area_title",void 0,[Wt(St,void 0,void 0)],Mt.Pop),qt[63576]=Vt(63576,"unknown_f858",void 0,[],void 0),qt[63577]=Vt(63577,"unknown_f859",void 0,[],void 0),qt[63578]=Vt(63578,"equip_item",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63579]=Vt(63579,"unequip_item",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[63580]=Vt(63580,"unknown_f85c",void 0,[],void 0),qt[63581]=Vt(63581,"unknown_f85d",void 0,[],void 0),qt[63582]=Vt(63582,"unknown_f85e",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63583]=Vt(63583,"unknown_f85f",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63584]=Vt(63584,"unknown_f860",void 0,[],void 0),qt[63585]=Vt(63585,"unknown_f861",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63586]=Vt(63586,"unknown_f862",void 0,[],void 0),qt[63587]=Vt(63587,"unknown_f863",void 0,[],void 0),qt[63588]=Vt(63588,"cmode_rank",void 0,[Wt(yt,void 0,void 0),Wt(St,void 0,void 0)],Mt.Pop),qt[63589]=Vt(63589,"award_item_name",void 0,[],void 0),qt[63590]=Vt(63590,"award_item_select",void 0,[],void 0),qt[63591]=Vt(63591,"award_item_give_to",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63592]=Vt(63592,"unknown_f868",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63593]=Vt(63593,"unknown_f869",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63594]=Vt(63594,"item_create_cmode",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63595]=Vt(63595,"unknown_f86b",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63596]=Vt(63596,"award_item_ok",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63597]=Vt(63597,"unknown_f86d",void 0,[],void 0),qt[63598]=Vt(63598,"unknown_f86e",void 0,[],void 0),qt[63599]=Vt(63599,"ba_set_lives",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63600]=Vt(63600,"ba_set_tech_lvl",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63601]=Vt(63601,"ba_set_lvl",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63602]=Vt(63602,"ba_set_time_limit",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63603]=Vt(63603,"boss_is_dead",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63604]=Vt(63604,"unknown_f874",void 0,[],void 0),qt[63605]=Vt(63605,"unknown_f875",void 0,[],void 0),qt[63606]=Vt(63606,"unknown_f876",void 0,[],void 0),qt[63607]=Vt(63607,"enable_techs","Enables technique use for the given player.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63608]=Vt(63608,"disable_techs","Disables technique use for the given player.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63609]=Vt(63609,"get_gender","Retrieves the player's gender. 0 If male, 1 if female.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player gender.",Et.Write)]},void 0,void 0)],void 0),qt[63610]=Vt(63610,"get_chara_class","Retrieves the player's race and character class.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player race. 0 If human, 1 if newman, 2 if cast.",Et.Write),Wt(yt,"Player class. 0 If hunter, 1 if ranger, 2 if force.",Et.Write)]},void 0,void 0)],void 0),qt[63611]=Vt(63611,"take_slot_meseta","Takes an amount of meseta from a player's inventory.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read),Wt(yt,"Amount of meseta to take.",Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Will be set to 1 if the meseta was taken, 0 otherwise.",Et.Write)]},void 0,void 0)],void 0),qt[63612]=Vt(63612,"unknown_f87c",void 0,[],void 0),qt[63613]=Vt(63613,"unknown_f87d",void 0,[],void 0),qt[63614]=Vt(63614,"unknown_f87e",void 0,[],void 0),qt[63615]=Vt(63615,"read_guildcard_flag",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63616]=Vt(63616,"unknown_f880",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63617]=Vt(63617,"get_pl_name","Sets the value of to the given player's name.",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63618]=Vt(63618,"get_pl_job","Sets the value of to the given player's job (Hunter/Ranger/Force).",[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63619]=Vt(63619,"unknown_f883",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63620]=Vt(63620,"unknown_f884",void 0,[],void 0),qt[63621]=Vt(63621,"unknown_f885",void 0,[],void 0),qt[63622]=Vt(63622,"unknown_f886",void 0,[],void 0),qt[63623]=Vt(63623,"unknown_f887",void 0,[],void 0),qt[63624]=Vt(63624,"unknown_f888",void 0,[],void 0),qt[63625]=Vt(63625,"unknown_f889",void 0,[],void 0),qt[63626]=Vt(63626,"get_player_status",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63627]=Vt(63627,"send_mail",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt(St,void 0,void 0)],Mt.Pop),qt[63628]=Vt(63628,"online_check",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63629]=Vt(63629,"chl_set_timerecord",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63630]=Vt(63630,"chl_get_timerecord",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63631]=Vt(63631,"unknown_f88f",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63632]=Vt(63632,"unknown_f890",void 0,[],void 0),qt[63633]=Vt(63633,"load_enemy_data",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63634]=Vt(63634,"get_physical_data",void 0,[Wt(kt,void 0,void 0)],void 0),qt[63635]=Vt(63635,"get_attack_data",void 0,[Wt(kt,void 0,void 0)],void 0),qt[63636]=Vt(63636,"get_resist_data",void 0,[Wt(kt,void 0,void 0)],void 0),qt[63637]=Vt(63637,"get_movement_data",void 0,[Wt(kt,void 0,void 0)],void 0),qt[63638]=Vt(63638,"unknown_f896",void 0,[],void 0),qt[63639]=Vt(63639,"unknown_f897",void 0,[],void 0),qt[63640]=Vt(63640,"shift_left",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0)),fo=qt[63641]=Vt(63641,"shift_right",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),mo=qt[63642]=Vt(63642,"get_random",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),wo=(qt[63643]=Vt(63643,"reset_map","Sets all registers to 0 and resets the quest.",[],void 0),qt[63644]=Vt(63644,"disp_chl_retry_menu",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63645]=Vt(63645,"chl_reverser",void 0,[],void 0),qt[63646]=Vt(63646,"unknown_f89e",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63647]=Vt(63647,"unknown_f89f",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63648]=Vt(63648,"unknown_f8a0",void 0,[],void 0),qt[63649]=Vt(63649,"unknown_f8a1",void 0,[],void 0),qt[63650]=Vt(63650,"unknown_f8a2",void 0,[],void 0),qt[63651]=Vt(63651,"unknown_f8a3",void 0,[],void 0),qt[63652]=Vt(63652,"unknown_f8a4",void 0,[],void 0),qt[63653]=Vt(63653,"unknown_f8a5",void 0,[],void 0),qt[63654]=Vt(63654,"unknown_f8a6",void 0,[],void 0),qt[63655]=Vt(63655,"unknown_f8a7",void 0,[],void 0),qt[63656]=Vt(63656,"unknown_f8a8",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63657]=Vt(63657,"unknown_f8a9",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63658]=Vt(63658,"unknown_f8aa",void 0,[],void 0),qt[63659]=Vt(63659,"unknown_f8ab",void 0,[],void 0),qt[63660]=Vt(63660,"unknown_f8ac",void 0,[],void 0),qt[63661]=Vt(63661,"get_number_of_player2",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63662]=Vt(63662,"unknown_f8ae",void 0,[],void 0),qt[63663]=Vt(63663,"unknown_f8af",void 0,[],void 0),qt[63664]=Vt(63664,"unknown_f8b0",void 0,[],void 0),qt[63665]=Vt(63665,"unknown_f8b1",void 0,[],void 0),qt[63666]=Vt(63666,"unknown_f8b2",void 0,[],void 0),qt[63667]=Vt(63667,"unknown_f8b3",void 0,[],void 0),qt[63668]=Vt(63668,"unknown_f8b4",void 0,[],void 0),qt[63669]=Vt(63669,"unknown_f8b5",void 0,[],void 0),qt[63670]=Vt(63670,"unknown_f8b6",void 0,[],void 0),qt[63671]=Vt(63671,"unknown_f8b7",void 0,[],void 0),qt[63672]=Vt(63672,"unknown_f8b8",void 0,[],void 0),qt[63673]=Vt(63673,"chl_recovery",void 0,[],void 0),qt[63674]=Vt(63674,"unknown_f8ba",void 0,[],void 0),qt[63675]=Vt(63675,"unknown_f8bb",void 0,[],void 0),qt[63676]=Vt(63676,"set_episode",void 0,[Wt(yt,void 0,void 0)],void 0)),ko=(qt[63677]=Vt(63677,"unknown_f8bd",void 0,[],void 0),qt[63678]=Vt(63678,"unknown_f8be",void 0,[],void 0),qt[63679]=Vt(63679,"unknown_f8bf",void 0,[],void 0),qt[63680]=Vt(63680,"file_dl_req",void 0,[Wt(yt,void 0,void 0),Wt(St,void 0,void 0)],Mt.Pop),qt[63681]=Vt(63681,"get_dl_status",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63682]=Vt(63682,"gba_unknown4",void 0,[],void 0),qt[63683]=Vt(63683,"get_gba_state",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63684]=Vt(63684,"unknown_f8c4",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63685]=Vt(63685,"unknown_f8c5",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63686]=Vt(63686,"qexit",void 0,[],void 0),qt[63687]=Vt(63687,"use_animation",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Animation ID.",Et.Read),Wt(yt,"Animation duration in number of frames.",Et.Read)]},void 0,void 0)],void 0),qt[63688]=Vt(63688,"stop_animation",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63689]=Vt(63689,"run_to_coord",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63690]=Vt(63690,"set_slot_invincible",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63691]=Vt(63691,"unknown_f8cb",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63692]=Vt(63692,"set_slot_poison",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63693]=Vt(63693,"set_slot_paralyze",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63694]=Vt(63694,"set_slot_shock",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63695]=Vt(63695,"set_slot_freeze",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63696]=Vt(63696,"set_slot_slow",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63697]=Vt(63697,"set_slot_confuse",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63698]=Vt(63698,"set_slot_shifta",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63699]=Vt(63699,"set_slot_deband",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63700]=Vt(63700,"set_slot_jellen",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63701]=Vt(63701,"set_slot_zalure",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read)]},void 0,void 0)],void 0),qt[63702]=Vt(63702,"fleti_fixed_camera",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],Mt.Pop),qt[63703]=Vt(63703,"fleti_locked_camera",void 0,[Wt(yt,void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],Mt.Pop),qt[63704]=Vt(63704,"default_camera_pos2",void 0,[],void 0),qt[63705]=Vt(63705,"set_motion_blur",void 0,[],void 0),qt[63706]=Vt(63706,"set_screen_bw",void 0,[],void 0),qt[63707]=Vt(63707,"unknown_f8db",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt(kt,void 0,void 0)],Mt.Pop),qt[63708]=Vt(63708,"npc_action_string",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt(Tt,void 0,void 0)],void 0),qt[63709]=Vt(63709,"get_pad_cond",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63710]=Vt(63710,"get_button_cond",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63711]=Vt(63711,"freeze_enemies",void 0,[],void 0),qt[63712]=Vt(63712,"unfreeze_enemies",void 0,[],void 0),qt[63713]=Vt(63713,"freeze_everything",void 0,[],void 0),qt[63714]=Vt(63714,"unfreeze_everything",void 0,[],void 0),qt[63715]=Vt(63715,"restore_hp",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63716]=Vt(63716,"restore_tp",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63717]=Vt(63717,"close_chat_bubble",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63718]=Vt(63718,"move_coords_object",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63719]=Vt(63719,"at_coords_call_ex",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63720]=Vt(63720,"unknown_f8e8",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63721]=Vt(63721,"unknown_f8e9",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63722]=Vt(63722,"unknown_f8ea",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63723]=Vt(63723,"unknown_f8eb",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63724]=Vt(63724,"unknown_f8ec",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63725]=Vt(63725,"animation_check",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63726]=Vt(63726,"call_image_data",void 0,[Wt(yt,void 0,void 0),Wt(kt,void 0,void 0)],Mt.Pop),qt[63727]=Vt(63727,"unknown_f8ef",void 0,[],void 0),qt[63728]=Vt(63728,"turn_off_bgm_p2",void 0,[],void 0),qt[63729]=Vt(63729,"turn_on_bgm_p2",void 0,[],void 0),qt[63730]=Vt(63730,"load_unk_data",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt(Ct,void 0,void 0)],Mt.Pop),qt[63731]=Vt(63731,"particle2",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0),Wt(yt,void 0,void 0),Wt(Rt,void 0,void 0)],Mt.Pop),qt[63732]=Vt(63732,"unknown_f8f4",void 0,[],void 0),qt[63733]=Vt(63733,"unknown_f8f5",void 0,[],void 0),qt[63734]=Vt(63734,"unknown_f8f6",void 0,[],void 0),qt[63735]=Vt(63735,"unknown_f8f7",void 0,[],void 0),qt[63736]=Vt(63736,"unknown_f8f8",void 0,[],void 0),qt[63737]=Vt(63737,"unknown_f8f9",void 0,[],void 0),qt[63738]=Vt(63738,"unknown_f8fa",void 0,[],void 0),qt[63739]=Vt(63739,"unknown_f8fb",void 0,[],void 0),qt[63740]=Vt(63740,"unknown_f8fc",void 0,[],void 0),qt[63741]=Vt(63741,"unknown_f8fd",void 0,[],void 0),qt[63742]=Vt(63742,"unknown_f8fe",void 0,[],void 0),qt[63743]=Vt(63743,"unknown_f8ff",void 0,[],void 0),qt[63744]=Vt(63744,"unknown_f900",void 0,[],void 0),qt[63745]=Vt(63745,"dec2float",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63746]=Vt(63746,"float2dec",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63747]=Vt(63747,"flet",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Read)]},void 0,void 0)],void 0)),yo=qt[63748]=Vt(63748,"fleti",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Write)]},void 0,void 0),Wt(Rt,void 0,void 0)],void 0),Ro=(qt[63749]=Vt(63749,"unknown_f905",void 0,[],void 0),qt[63750]=Vt(63750,"unknown_f906",void 0,[],void 0),qt[63751]=Vt(63751,"unknown_f907",void 0,[],void 0),qt[63752]=Vt(63752,"fadd",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Read)]},void 0,void 0)],void 0)),Io=qt[63753]=Vt(63753,"faddi",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Write)]},void 0,void 0),Wt(Rt,void 0,void 0)],void 0),jo=qt[63754]=Vt(63754,"fsub",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Read)]},void 0,void 0)],void 0),Co=qt[63755]=Vt(63755,"fsubi",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Write)]},void 0,void 0),Wt(Rt,void 0,void 0)],void 0),To=qt[63756]=Vt(63756,"fmul",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Read)]},void 0,void 0)],void 0),So=qt[63757]=Vt(63757,"fmuli",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Write)]},void 0,void 0),Wt(Rt,void 0,void 0)],void 0),xo=qt[63758]=Vt(63758,"fdiv",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Read)]},void 0,void 0)],void 0),Oo=qt[63759]=Vt(63759,"fdivi",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(Rt,void 0,Et.Write)]},void 0,void 0),Wt(Rt,void 0,void 0)],void 0),Lo=(qt[63760]=Vt(63760,"get_unknown_count",void 0,[Wt(yt,void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],Mt.Pop),qt[63761]=Vt(63761,"get_stackable_item_count",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Player slot.",Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read),Wt(yt,void 0,Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63762]=Vt(63762,"freeze_and_hide_equip",void 0,[],void 0),qt[63763]=Vt(63763,"thaw_and_show_equip",void 0,[],void 0),qt[63764]=Vt(63764,"set_palettex_callback",void 0,[Wt(yt,"Player slot.",void 0),Wt(jt,void 0,void 0)],Mt.Pop),qt[63765]=Vt(63765,"activate_palettex",void 0,[Wt(yt,"Player slot.",void 0)],Mt.Pop),qt[63766]=Vt(63766,"enable_palettex",void 0,[Wt(yt,"Player slot.",void 0)],Mt.Pop),qt[63767]=Vt(63767,"restore_palettex",void 0,[Wt(yt,"Player slot.",void 0)],Mt.Pop),qt[63768]=Vt(63768,"disable_palettex",void 0,[Wt(yt,"Player slot.",void 0)],Mt.Pop),qt[63769]=Vt(63769,"get_palettex_activated",void 0,[Wt(yt,"Player slot.",void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],Mt.Pop),qt[63770]=Vt(63770,"get_unknown_palettex_status",void 0,[Wt(yt,void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],Mt.Pop),qt[63771]=Vt(63771,"disable_movement2",void 0,[Wt(yt,"Player slot.",void 0)],Mt.Pop),qt[63772]=Vt(63772,"enable_movement2",void 0,[Wt(yt,"Player slot.",void 0)],Mt.Pop),qt[63773]=Vt(63773,"get_time_played",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63774]=Vt(63774,"get_guildcard_total",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63775]=Vt(63775,"get_slot_meseta",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63776]=Vt(63776,"get_player_level",void 0,[Wt(yt,"Player slot.",void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],Mt.Pop),qt[63777]=Vt(63777,"get_section_id",void 0,[Wt(yt,"Player slot.",void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],Mt.Pop),qt[63778]=Vt(63778,"get_player_hp",void 0,[Wt(yt,"Player slot.",void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,"Maximum HP.",Et.Write),Wt(yt,"Current HP.",Et.Write),Wt(yt,"Maximum TP.",Et.Write),Wt(yt,"Current TP.",Et.Write)]},void 0,void 0)],Mt.Pop),qt[63779]=Vt(63779,"get_floor_number",void 0,[Wt(yt,"Player slot.",void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],Mt.Pop),qt[63780]=Vt(63780,"get_coord_player_detect",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,"Player slot.",Et.Read)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Read)]},void 0,void 0)],void 0),qt[63781]=Vt(63781,"read_global_flag",void 0,[Wt(yt,void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],Mt.Pop),qt[63782]=Vt(63782,"write_global_flag",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[63783]=Vt(63783,"unknown_f927",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63784]=Vt(63784,"floor_player_detect",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write),Wt(yt,void 0,Et.Write),Wt(yt,void 0,Et.Write),Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63785]=Vt(63785,"read_disk_file",void 0,[Wt(St,void 0,void 0)],Mt.Pop),qt[63786]=Vt(63786,"open_pack_select",void 0,[],void 0),qt[63787]=Vt(63787,"item_select",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63788]=Vt(63788,"get_item_id",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63789]=Vt(63789,"color_change",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[63790]=Vt(63790,"send_statistic",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[63791]=Vt(63791,"unknown_f92f",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[63792]=Vt(63792,"chat_box",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(St,void 0,void 0)],Mt.Pop),qt[63793]=Vt(63793,"chat_bubble",void 0,[Wt(yt,void 0,void 0),Wt(St,void 0,void 0)],Mt.Pop),qt[63794]=Vt(63794,"unknown_f932",void 0,[],void 0),qt[63795]=Vt(63795,"unknown_f933",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63796]=Vt(63796,"scroll_text",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(Rt,void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(St,void 0,void 0)],Mt.Pop),qt[63797]=Vt(63797,"gba_unknown1",void 0,[],void 0),qt[63798]=Vt(63798,"gba_unknown2",void 0,[],void 0),qt[63799]=Vt(63799,"gba_unknown3",void 0,[],void 0),qt[63800]=Vt(63800,"add_damage_to",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[63801]=Vt(63801,"item_delete3",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63802]=Vt(63802,"get_item_info",void 0,[Wt(yt,void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],Mt.Pop),qt[63803]=Vt(63803,"item_packing1",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63804]=Vt(63804,"item_packing2",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[63805]=Vt(63805,"get_lang_setting",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(mt,void 0,Et.Write)]},void 0,void 0)],Mt.Pop),qt[63806]=Vt(63806,"prepare_statistic",void 0,[Wt(yt,void 0,void 0),Wt(jt,void 0,void 0),Wt(jt,void 0,void 0)],Mt.Pop),qt[63807]=Vt(63807,"keyword_detect",void 0,[],void 0),qt[63808]=Vt(63808,"keyword",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,"Player slot.",void 0),Wt(St,void 0,void 0)],Mt.Pop),qt[63809]=Vt(63809,"get_guildcard_num",void 0,[Wt(yt,"Player slot.",void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],Mt.Pop),qt[63810]=Vt(63810,"unknown_f942",void 0,[],void 0),qt[63811]=Vt(63811,"unknown_f943",void 0,[],void 0),qt[63812]=Vt(63812,"get_wrap_status",void 0,[Wt(yt,"Player slot.",void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],Mt.Pop),qt[63813]=Vt(63813,"initial_floor",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63814]=Vt(63814,"sin",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[63815]=Vt(63815,"cos",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0)],Mt.Pop),qt[63816]=Vt(63816,"unknown_f948",void 0,[],void 0),qt[63817]=Vt(63817,"unknown_f949",void 0,[],void 0),qt[63818]=Vt(63818,"boss_is_dead2",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63819]=Vt(63819,"unknown_f94b",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63820]=Vt(63820,"unknown_f94c",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63821]=Vt(63821,"is_there_cardbattle",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63822]=Vt(63822,"unknown_f94e",void 0,[],void 0),qt[63823]=Vt(63823,"unknown_f94f",void 0,[],void 0),qt[63824]=Vt(63824,"bb_p2_menu",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63825]=Vt(63825,"bb_map_designate",void 0,[Wt(wt,void 0,void 0),Wt(kt,void 0,void 0),Wt(wt,void 0,void 0),Wt(wt,void 0,void 0)],void 0));qt[63826]=Vt(63826,"bb_get_number_in_pack",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],void 0),qt[63827]=Vt(63827,"bb_swap_item",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0),Wt(jt,void 0,void 0)],Mt.Pop),qt[63828]=Vt(63828,"bb_check_wrap",void 0,[Wt(yt,void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0)],Mt.Pop),qt[63829]=Vt(63829,"bb_exchange_pd_item",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0),Wt(jt,void 0,void 0)],Mt.Pop),qt[63830]=Vt(63830,"bb_exchange_pd_srank",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0),Wt(jt,void 0,void 0)],Mt.Pop),qt[63831]=Vt(63831,"bb_exchange_pd_special",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0),Wt(jt,void 0,void 0)],Mt.Pop),qt[63832]=Vt(63832,"bb_exchange_pd_percent",void 0,[Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0),Wt(jt,void 0,void 0)],Mt.Pop),qt[63833]=Vt(63833,"unknown_f959",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63834]=Vt(63834,"unknown_f95a",void 0,[],void 0),qt[63835]=Vt(63835,"unknown_f95b",void 0,[],void 0),qt[63836]=Vt(63836,"bb_exchange_slt",void 0,[Wt(yt,void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(jt,void 0,void 0),Wt(jt,void 0,void 0)],Mt.Pop),qt[63837]=Vt(63837,"bb_exchange_pc",void 0,[],void 0),qt[63838]=Vt(63838,"bb_box_create_bp",void 0,[Wt(yt,void 0,void 0),Wt(Rt,void 0,void 0),Wt(Rt,void 0,void 0)],Mt.Pop),qt[63839]=Vt(63839,"bb_exchange_pt",void 0,[Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt({kind:ft.RegTupRef,register_tuples:[Wt(yt,void 0,Et.Write)]},void 0,void 0),Wt(yt,void 0,void 0),Wt(jt,void 0,void 0),Wt(jt,void 0,void 0)],Mt.Pop),qt[63840]=Vt(63840,"unknown_f960",void 0,[Wt(yt,void 0,void 0)],Mt.Pop),qt[63841]=Vt(63841,"unknown_f961",void 0,[],void 0),qt[63842]=Vt(63842,"unknown_f962",void 0,[],void 0),qt[63843]=Vt(63843,"unknown_f963",void 0,[],void 0),qt[63844]=Vt(63844,"unknown_f964",void 0,[],void 0),qt[63845]=Vt(63845,"unknown_f965",void 0,[],void 0),qt[63846]=Vt(63846,"unknown_f966",void 0,[],void 0),qt[63847]=Vt(63847,"unknown_f967",void 0,[],void 0),qt[63848]=Vt(63848,"unknown_f968",void 0,[],void 0),qt[63849]=Vt(63849,"unknown_f969",void 0,[],void 0),qt[63850]=Vt(63850,"unknown_f96a",void 0,[],void 0),qt[63851]=Vt(63851,"unknown_f96b",void 0,[],void 0),qt[63852]=Vt(63852,"unknown_f96c",void 0,[],void 0),qt[63853]=Vt(63853,"unknown_f96d",void 0,[],void 0),qt[63854]=Vt(63854,"unknown_f96e",void 0,[],void 0),qt[63855]=Vt(63855,"unknown_f96f",void 0,[],void 0),qt[63856]=Vt(63856,"unknown_f970",void 0,[],void 0),qt[63857]=Vt(63857,"unknown_f971",void 0,[],void 0),qt[63858]=Vt(63858,"unknown_f972",void 0,[],void 0),qt[63859]=Vt(63859,"unknown_f973",void 0,[],void 0),qt[63860]=Vt(63860,"unknown_f974",void 0,[],void 0),qt[63861]=Vt(63861,"unknown_f975",void 0,[],void 0),qt[63862]=Vt(63862,"unknown_f976",void 0,[],void 0),qt[63863]=Vt(63863,"unknown_f977",void 0,[],void 0),qt[63864]=Vt(63864,"unknown_f978",void 0,[],void 0),qt[63865]=Vt(63865,"unknown_f979",void 0,[],void 0),qt[63866]=Vt(63866,"unknown_f97a",void 0,[],void 0),qt[63867]=Vt(63867,"unknown_f97b",void 0,[],void 0),qt[63868]=Vt(63868,"unknown_f97c",void 0,[],void 0),qt[63869]=Vt(63869,"unknown_f97d",void 0,[],void 0),qt[63870]=Vt(63870,"unknown_f97e",void 0,[],void 0),qt[63871]=Vt(63871,"unknown_f97f",void 0,[],void 0),qt[63872]=Vt(63872,"unknown_f980",void 0,[],void 0),qt[63873]=Vt(63873,"unknown_f981",void 0,[],void 0),qt[63874]=Vt(63874,"unknown_f982",void 0,[],void 0),qt[63875]=Vt(63875,"unknown_f983",void 0,[],void 0),qt[63876]=Vt(63876,"unknown_f984",void 0,[],void 0),qt[63877]=Vt(63877,"unknown_f985",void 0,[],void 0),qt[63878]=Vt(63878,"unknown_f986",void 0,[],void 0),qt[63879]=Vt(63879,"unknown_f987",void 0,[],void 0),qt[63880]=Vt(63880,"unknown_f988",void 0,[],void 0),qt[63881]=Vt(63881,"unknown_f989",void 0,[],void 0),qt[63882]=Vt(63882,"unknown_f98a",void 0,[],void 0),qt[63883]=Vt(63883,"unknown_f98b",void 0,[],void 0),qt[63884]=Vt(63884,"unknown_f98c",void 0,[],void 0),qt[63885]=Vt(63885,"unknown_f98d",void 0,[],void 0),qt[63886]=Vt(63886,"unknown_f98e",void 0,[],void 0),qt[63887]=Vt(63887,"unknown_f98f",void 0,[],void 0),qt[63888]=Vt(63888,"unknown_f990",void 0,[],void 0),qt[63889]=Vt(63889,"unknown_f991",void 0,[],void 0),qt[63890]=Vt(63890,"unknown_f992",void 0,[],void 0),qt[63891]=Vt(63891,"unknown_f993",void 0,[],void 0),qt[63892]=Vt(63892,"unknown_f994",void 0,[],void 0),qt[63893]=Vt(63893,"unknown_f995",void 0,[],void 0),qt[63894]=Vt(63894,"unknown_f996",void 0,[],void 0),qt[63895]=Vt(63895,"unknown_f997",void 0,[],void 0),qt[63896]=Vt(63896,"unknown_f998",void 0,[],void 0),qt[63897]=Vt(63897,"unknown_f999",void 0,[],void 0),qt[63898]=Vt(63898,"unknown_f99a",void 0,[],void 0),qt[63899]=Vt(63899,"unknown_f99b",void 0,[],void 0),qt[63900]=Vt(63900,"unknown_f99c",void 0,[],void 0),qt[63901]=Vt(63901,"unknown_f99d",void 0,[],void 0),qt[63902]=Vt(63902,"unknown_f99e",void 0,[],void 0),qt[63903]=Vt(63903,"unknown_f99f",void 0,[],void 0),qt[63904]=Vt(63904,"unknown_f9a0",void 0,[],void 0),qt[63905]=Vt(63905,"unknown_f9a1",void 0,[],void 0),qt[63906]=Vt(63906,"unknown_f9a2",void 0,[],void 0),qt[63907]=Vt(63907,"unknown_f9a3",void 0,[],void 0),qt[63908]=Vt(63908,"unknown_f9a4",void 0,[],void 0),qt[63909]=Vt(63909,"unknown_f9a5",void 0,[],void 0),qt[63910]=Vt(63910,"unknown_f9a6",void 0,[],void 0),qt[63911]=Vt(63911,"unknown_f9a7",void 0,[],void 0),qt[63912]=Vt(63912,"unknown_f9a8",void 0,[],void 0),qt[63913]=Vt(63913,"unknown_f9a9",void 0,[],void 0),qt[63914]=Vt(63914,"unknown_f9aa",void 0,[],void 0),qt[63915]=Vt(63915,"unknown_f9ab",void 0,[],void 0),qt[63916]=Vt(63916,"unknown_f9ac",void 0,[],void 0),qt[63917]=Vt(63917,"unknown_f9ad",void 0,[],void 0),qt[63918]=Vt(63918,"unknown_f9ae",void 0,[],void 0),qt[63919]=Vt(63919,"unknown_f9af",void 0,[],void 0),qt[63920]=Vt(63920,"unknown_f9b0",void 0,[],void 0),qt[63921]=Vt(63921,"unknown_f9b1",void 0,[],void 0),qt[63922]=Vt(63922,"unknown_f9b2",void 0,[],void 0),qt[63923]=Vt(63923,"unknown_f9b3",void 0,[],void 0),qt[63924]=Vt(63924,"unknown_f9b4",void 0,[],void 0),qt[63925]=Vt(63925,"unknown_f9b5",void 0,[],void 0),qt[63926]=Vt(63926,"unknown_f9b6",void 0,[],void 0),qt[63927]=Vt(63927,"unknown_f9b7",void 0,[],void 0),qt[63928]=Vt(63928,"unknown_f9b8",void 0,[],void 0),qt[63929]=Vt(63929,"unknown_f9b9",void 0,[],void 0),qt[63930]=Vt(63930,"unknown_f9ba",void 0,[],void 0),qt[63931]=Vt(63931,"unknown_f9bb",void 0,[],void 0),qt[63932]=Vt(63932,"unknown_f9bc",void 0,[],void 0),qt[63933]=Vt(63933,"unknown_f9bd",void 0,[],void 0),qt[63934]=Vt(63934,"unknown_f9be",void 0,[],void 0),qt[63935]=Vt(63935,"unknown_f9bf",void 0,[],void 0),qt[63936]=Vt(63936,"unknown_f9c0",void 0,[],void 0),qt[63937]=Vt(63937,"unknown_f9c1",void 0,[],void 0),qt[63938]=Vt(63938,"unknown_f9c2",void 0,[],void 0),qt[63939]=Vt(63939,"unknown_f9c3",void 0,[],void 0),qt[63940]=Vt(63940,"unknown_f9c4",void 0,[],void 0),qt[63941]=Vt(63941,"unknown_f9c5",void 0,[],void 0),qt[63942]=Vt(63942,"unknown_f9c6",void 0,[],void 0),qt[63943]=Vt(63943,"unknown_f9c7",void 0,[],void 0),qt[63944]=Vt(63944,"unknown_f9c8",void 0,[],void 0),qt[63945]=Vt(63945,"unknown_f9c9",void 0,[],void 0),qt[63946]=Vt(63946,"unknown_f9ca",void 0,[],void 0),qt[63947]=Vt(63947,"unknown_f9cb",void 0,[],void 0),qt[63948]=Vt(63948,"unknown_f9cc",void 0,[],void 0),qt[63949]=Vt(63949,"unknown_f9cd",void 0,[],void 0),qt[63950]=Vt(63950,"unknown_f9ce",void 0,[],void 0),qt[63951]=Vt(63951,"unknown_f9cf",void 0,[],void 0),qt[63952]=Vt(63952,"unknown_f9d0",void 0,[],void 0),qt[63953]=Vt(63953,"unknown_f9d1",void 0,[],void 0),qt[63954]=Vt(63954,"unknown_f9d2",void 0,[],void 0),qt[63955]=Vt(63955,"unknown_f9d3",void 0,[],void 0),qt[63956]=Vt(63956,"unknown_f9d4",void 0,[],void 0),qt[63957]=Vt(63957,"unknown_f9d5",void 0,[],void 0),qt[63958]=Vt(63958,"unknown_f9d6",void 0,[],void 0),qt[63959]=Vt(63959,"unknown_f9d7",void 0,[],void 0),qt[63960]=Vt(63960,"unknown_f9d8",void 0,[],void 0),qt[63961]=Vt(63961,"unknown_f9d9",void 0,[],void 0),qt[63962]=Vt(63962,"unknown_f9da",void 0,[],void 0),qt[63963]=Vt(63963,"unknown_f9db",void 0,[],void 0),qt[63964]=Vt(63964,"unknown_f9dc",void 0,[],void 0),qt[63965]=Vt(63965,"unknown_f9dd",void 0,[],void 0),qt[63966]=Vt(63966,"unknown_f9de",void 0,[],void 0),qt[63967]=Vt(63967,"unknown_f9df",void 0,[],void 0),qt[63968]=Vt(63968,"unknown_f9e0",void 0,[],void 0),qt[63969]=Vt(63969,"unknown_f9e1",void 0,[],void 0),qt[63970]=Vt(63970,"unknown_f9e2",void 0,[],void 0),qt[63971]=Vt(63971,"unknown_f9e3",void 0,[],void 0),qt[63972]=Vt(63972,"unknown_f9e4",void 0,[],void 0),qt[63973]=Vt(63973,"unknown_f9e5",void 0,[],void 0),qt[63974]=Vt(63974,"unknown_f9e6",void 0,[],void 0),qt[63975]=Vt(63975,"unknown_f9e7",void 0,[],void 0),qt[63976]=Vt(63976,"unknown_f9e8",void 0,[],void 0),qt[63977]=Vt(63977,"unknown_f9e9",void 0,[],void 0),qt[63978]=Vt(63978,"unknown_f9ea",void 0,[],void 0),qt[63979]=Vt(63979,"unknown_f9eb",void 0,[],void 0),qt[63980]=Vt(63980,"unknown_f9ec",void 0,[],void 0),qt[63981]=Vt(63981,"unknown_f9ed",void 0,[],void 0),qt[63982]=Vt(63982,"unknown_f9ee",void 0,[],void 0),qt[63983]=Vt(63983,"unknown_f9ef",void 0,[],void 0),qt[63984]=Vt(63984,"unknown_f9f0",void 0,[],void 0),qt[63985]=Vt(63985,"unknown_f9f1",void 0,[],void 0),qt[63986]=Vt(63986,"unknown_f9f2",void 0,[],void 0),qt[63987]=Vt(63987,"unknown_f9f3",void 0,[],void 0),qt[63988]=Vt(63988,"unknown_f9f4",void 0,[],void 0),qt[63989]=Vt(63989,"unknown_f9f5",void 0,[],void 0),qt[63990]=Vt(63990,"unknown_f9f6",void 0,[],void 0),qt[63991]=Vt(63991,"unknown_f9f7",void 0,[],void 0),qt[63992]=Vt(63992,"unknown_f9f8",void 0,[],void 0),qt[63993]=Vt(63993,"unknown_f9f9",void 0,[],void 0),qt[63994]=Vt(63994,"unknown_f9fa",void 0,[],void 0),qt[63995]=Vt(63995,"unknown_f9fb",void 0,[],void 0),qt[63996]=Vt(63996,"unknown_f9fc",void 0,[],void 0),qt[63997]=Vt(63997,"unknown_f9fd",void 0,[],void 0),qt[63998]=Vt(63998,"unknown_f9fe",void 0,[],void 0),qt[63999]=Vt(63999,"unknown_f9ff",void 0,[],void 0);var Po;qt.forEach(e=>{Ft.set(e.mnemonic,e)}),function(e){e[e.DC=0]="DC",e[e.GC=1]="GC",e[e.PC=2]="PC",e[e.BB=3]="BB"}(Po||(Po={}));Po.DC,Po.GC,Po.PC,Po.BB;var Do,Bo;function Eo(e){switch(e){case Po.DC:case Po.GC:return Do.DC_GC;case Po.PC:return Do.PC;case Po.BB:return Do.BB}}function Mo(e,t,i){const o=Math.min(e.params.length,t.length),n=[];for(let i=0;iObject.assign({},e))};switch(e.type){case Bo.Instructions:return{type:Bo.Instructions,labels:t,instructions:e.instructions.map(e=>(function(e){return{opcode:e.opcode,args:e.args.map(e=>Object.assign({},e)),param_to_args:e.param_to_args.map(e=>e.map(e=>Object.assign({},e))),asm:e.asm}})(e)),asm:i};case Bo.Data:return{type:Bo.Data,labels:t,data:e.data.slice(0),asm:i};case Bo.String:return{type:Bo.String,labels:t,value:e.value,asm:i}}}!function(e){e[e.DC_GC=0]="DC_GC",e[e.PC=1]="PC",e[e.BB=2]="BB"}(Do||(Do={})),function(e){e[e.Instructions=0]="Instructions",e[e.Data=1]="Data",e[e.String=2]="String"}(Bo||(Bo={}));const Vo={add:(e,t)=>e+t,sub:(e,t)=>e-t,mul:(e,t)=>e*t,div:(e,t)=>e/t,idiv:(e,t)=>Math.floor(e/t),mod:(e,t)=>e%t,and:(e,t)=>e&t,or:(e,t)=>e|t,xor:(e,t)=>e^t,shl:(e,t)=>e<e>>>t};function Uo(e,t,i){if(e(t,i))return i}function $o(e){return e.slice(1)}const No=X.a.get("quest_editor/scripting/vm/io");class Ao{map_designate(e,t){No.warn(`bb_map_designate(${e}, ${t})`)}set_floor_handler(e,t){No.warn(`set_floor_handler(${e}, ${t})`)}window_msg(e){No.warn(`window_msg("${e}")`)}message(e){No.warn(`message("${e}")`)}add_msg(e){No.warn(`add_msg("${e}")`)}winend(){No.warn("winend")}p_dead_v3(e){return No.warn(`p_dead_v3(${e})`),!1}mesend(){No.warn("mesend")}list(e){No.warn(`list([${e.map(e=>`"${e}"`).join(", ")}])`)}warning(e,t){var i;No.warn(e+this.srcloc_to_string(null===(i=t)||void 0===i?void 0:i.source_location))}error(e,t){var i;No.error(e+this.srcloc_to_string(null===(i=t)||void 0===i?void 0:i.source_location))}srcloc_to_string(e){return e?` [${e.line_no}:${e.col}]`:" "}}var zo=i("bcBH");class Go{constructor(e=Math.floor(performance.now())){this.holdrand=e}next(){const e=214013*this.holdrand+2531011>>>0;return this.holdrand=e,e>>>16&32767}}var Ho=i("NRxM");class Ko extends Ho.a{constructor(e,t){super(new ArrayBuffer(e),t)}zero(){new Uint32Array(this.backing_buffer).fill(0)}}class Qo{constructor(e,t,i){Object($.d)(e>=0,"seg_idx should be greater or equal to 0."),Object($.d)(e=0,"inst_idx should be greater or equal to 0."),Object($.d)(t=Zo)throw new Error("Argument stack: Stack overflow");this.arg_stack.write_u32_at(this.arg_stack_counter*Yo,e),this.arg_stack_types[this.arg_stack_counter]=t,this.arg_stack_counter++}fetch_args(e){const t=e.instruction;if(t.opcode.stack!==Mt.Pop)return[];const i=[];t.opcode.params.length!==this.arg_stack_counter&&this.io.warning("Argument stack: Argument count mismatch.",e);for(let o=0;o0&&i.push(this.arg_stack.u8_at(s));break;default:throw new Error(`Argument stack: Unhandled parameter kind: ${ft[n.type.kind]}.`)}}return this.arg_stack_counter=0,i}check_arg_type(e,t,i){let o;switch(e){case ft.Any:o=!0;break;case ft.Byte:case ft.Word:case ft.DWord:case ft.Float:case ft.String:case ft.Pointer:o=t===e;break;case ft.Label:case ft.ILabel:case ft.ILabelVar:case ft.DLabel:case ft.SLabel:o=t===ft.Word;break;case ft.RegRef:case ft.RegTupRef:case ft.RegRefVar:o=t===ft.Byte}o||this.io.warning(`Argument stack: Argument type mismatch, expected ${ft[e]} but received ${ft[t]}.`,i)}}en.next_id=0;const tn=256,on=4,nn=16,sn=11085568,rn=1024,an=0,dn="\n",cn=X.a.get("quest_editor/scripting/vm/VirtualMachine");var ln;!function(e){e[e.Suspended=0]="Suspended",e[e.Paused=1]="Paused",e[e.WaitingVsync=2]="WaitingVsync",e[e.WaitingInput=3]="WaitingInput",e[e.WaitingSelection=4]="WaitingSelection",e[e.Halted=5]="Halted"}(ln||(ln={}));class _n{constructor(e=new Ao,t=new Go){this.io=e,this.random=t,this.episode=s.b.I,this._object_code=[],this.label_to_seg_idx=new Map,this.registers=new Ko(tn*on,zo.a.Little),this.string_arg_store="",this.threads=[],this.thread_idx=0,this.window_msg_open=!1,this.set_episode_called=!1,this.list_open=!1,this.selection_reg=0,this._halted=!0,this.breakpoints=[],this.paused=!1,this.unsupported_opcodes_logged=new Set}get object_code(){return this._object_code}get halted(){return this._halted}set step_mode(e){if(null!=e){const t=this.current_thread();t&&(t.step_mode=e)}}load_object_code(e,t){this.halt(),cn.debug("Starting."),this._object_code=e,this.episode=t,this.label_to_seg_idx.clear();let i=0;for(const e of this._object_code){for(const t of e.labels)this.label_to_seg_idx.set(t,i);i++}this._halted=!1}start_thread(e,t){const i=this.get_segment_index_by_label(e),o=this._object_code[i];if(o.type!==Bo.Instructions)throw new Error(`Label ${e} points to a ${Bo[o.type]} segment, expecting ${Bo[Bo.Instructions]}.`);this.threads.push(new en(this.io,new Qo(i,0,this.object_code),t))}execute(){var e,t,i;if(this._halted)return ln.Halted;let o;try{let n=0;for(;n++<1e4;){if(this.threads.length>=1&&this.thread_idx>=this.threads.length)return ln.WaitingVsync;const n=this.current_thread();if(!n)return ln.Suspended;const s=n.current_stack_frame();o=s.instruction_pointer;const r=o.instruction;if(!this.paused)switch(n.step_mode){case Jo.BreakPoint:if(-1!==this.breakpoints.findIndex(e=>e.equals(o)))return this.paused=!0,ln.Paused;break;case Jo.Over:if(n.step_frame&&s.idx<=n.step_frame.idx&&(null===(e=r.asm)||void 0===e?void 0:e.mnemonic))return this.paused=!0,ln.Paused;break;case Jo.In:if(null===(t=r.asm)||void 0===t?void 0:t.mnemonic)return this.paused=!0,ln.Paused;break;case Jo.Out:if(n.step_frame&&s.idx=this.threads.length&&(this.thread_idx=0)}halt(){this._halted||(cn.debug("Halting."),this.registers.zero(),this.string_arg_store="",this.threads=[],this.thread_idx=0,this.window_msg_open=!1,this.set_episode_called=!1,this.list_open=!1,this.selection_reg=0,this._halted=!0,this.paused=!1,this.breakpoints.splice(0,1/0),this.unsupported_opcodes_logged.clear())}get_current_stack_frame(){var e;return null===(e=this.current_thread())||void 0===e?void 0:e.current_stack_frame()}get_instruction_pointer(){var e;return null===(e=this.get_current_stack_frame())||void 0===e?void 0:e.instruction_pointer}get_segment_index_by_label(e){if(!this.label_to_seg_idx.has(e))throw new Error(`Invalid argument: No such label ${e}.`);return this.label_to_seg_idx.get(e)}list_select(e){if(!this.list_open)throw new Error("list_select may not be called if there is no list open");this.set_register_unsigned(this.selection_reg,e)}set_breakpoint(e){-1===this.breakpoints.findIndex(t=>t.equals(e))&&this.breakpoints.push(e)}remove_breakpoint(e){const t=this.breakpoints.findIndex(t=>t.equals(e));-1!==t&&this.breakpoints.splice(t,1)}current_thread(){return this.threads[this.thread_idx]}terminate_thread(e){this.threads.splice(e,1),this.thread_idx>=e&&this.thread_idx>0&&this.thread_idx--}advance(e){const t=e.current_stack_frame();if(!t)return;const i=t.instruction_pointer.next();i?e.set_current_instruction_pointer(i):(e.pop_call_stack(),this.terminate_thread(this.thread_idx))}execute_instruction(e,t){const i=t.instruction;let o=void 0,n=!0;const r=i.args.map(e=>e.value),[a,d,c]=r;this.list_open&&(this.list_open=!1);const l=e.fetch_args(t);switch(i.opcode.code){case Ut.code:break;case $t.code:this.pop_call_stack(this.thread_idx);break;case Nt.code:o=ln.WaitingVsync,this.advance(e),this.thread_idx++,n=!1;break;case At.code:this.halt();break;case zt.code:this.start_thread(a);break;case Qt.code:this.set_register_signed(a,this.get_register_signed(d));break;case Yt.code:this.set_register_signed(a,d);break;case Zt.code:this.set_register_byte(a,d);break;case Jt.code:this.set_register_word(a,d);break;case Xt.code:this.set_register_unsigned(a,this.get_register_address(a));break;case ko.code:this.set_register_float(a,this.get_register_float(d));break;case yo.code:this.set_register_float(a,d);break;case ei.code:this.set_register_signed(a,1);break;case ti.code:this.set_register_signed(a,0);break;case ii.code:this.set_register_signed(a,0===this.get_register_signed(a)?1:0);break;case wi.code:this.push_call_stack(e,a),n=!1;break;case mi.code:this.jump_to_label(e,a),n=!1;break;case Qi.code:e.push_arg(this.get_register_signed(a),ft.DWord);break;case Yi.code:e.push_arg(i.args[0].value,ft.DWord);break;case Zi.code:e.push_arg(i.args[0].value,ft.Byte);break;case Ji.code:e.push_arg(i.args[0].value,ft.Word);break;case Xi.code:e.push_arg(this.get_register_address(i.args[0].value),ft.DWord);break;case to.code:if("string"==typeof a){const t=this.parse_template_string(a);this.string_arg_store=t.slice(0,rn/2),e.push_arg(sn,ft.String)}break;case oi.code:this.do_integer_op_with_register(a,d,Vo.add);break;case ni.code:this.do_integer_op_with_literal(a,d,Vo.add);break;case si.code:this.do_integer_op_with_register(a,d,Vo.sub);break;case ri.code:this.do_integer_op_with_literal(a,d,Vo.sub);break;case ai.code:this.do_integer_op_with_register(a,d,Vo.mul);break;case di.code:this.do_integer_op_with_literal(a,d,Vo.mul);break;case ci.code:this.do_integer_op_with_register(a,d,Vo.idiv);break;case li.code:this.do_integer_op_with_literal(a,d,Vo.idiv);break;case bi.code:this.do_integer_op_with_register(a,d,Vo.mod);break;case fi.code:this.do_integer_op_with_literal(a,d,Vo.mod);break;case Ro.code:this.do_float_op_with_register(a,d,Vo.add);break;case Io.code:this.do_float_op_with_literal(a,Math.fround(d),Vo.add);break;case jo.code:this.do_float_op_with_register(a,d,Vo.sub);break;case Co.code:this.do_float_op_with_literal(a,Math.fround(d),Vo.sub);break;case To.code:this.do_float_op_with_register(a,d,Vo.mul);break;case So.code:this.do_float_op_with_literal(a,Math.fround(d),Vo.mul);break;case xo.code:this.do_float_op_with_register(a,d,Vo.div);break;case Oo.code:this.do_float_op_with_literal(a,Math.fround(d),Vo.div);break;case _i.code:this.do_integer_op_with_register(a,d,Vo.and);break;case ui.code:this.do_integer_op_with_literal(a,d,Vo.and);break;case vi.code:this.do_integer_op_with_register(a,d,Vo.or);break;case hi.code:this.do_integer_op_with_literal(a,d,Vo.or);break;case pi.code:this.do_integer_op_with_register(a,d,Vo.xor);break;case gi.code:this.do_integer_op_with_literal(a,d,Vo.xor);break;case bo.code:this.do_integer_op_with_register(a,d,Vo.shl);break;case fo.code:this.do_integer_op_with_register(a,d,Vo.shr);break;case ki.code:this.conditional_jump(e,a,(e,t)=>e===t,1,...$o(r).map(e=>this.get_register_signed(e))),n=!1;break;case yi.code:this.conditional_jump(e,a,(e,t)=>e===t,0,...$o(r).map(e=>this.get_register_signed(e))),n=!1;break;case Ri.code:this.signed_cond_jump_with_register(e,c,(e,t)=>e===t,a,d),n=!1;break;case Ii.code:this.signed_cond_jump_with_literal(e,c,(e,t)=>e===t,a,d),n=!1;break;case ji.code:this.signed_cond_jump_with_register(e,c,(e,t)=>e!==t,a,d),n=!1;break;case Ci.code:this.signed_cond_jump_with_literal(e,c,(e,t)=>e!==t,a,d),n=!1;break;case Ti.code:this.unsigned_cond_jump_with_register(e,c,(e,t)=>e>t,a,d),n=!1;break;case Si.code:this.unsigned_cond_jump_with_literal(e,c,(e,t)=>e>t,a,d),n=!1;break;case xi.code:this.signed_cond_jump_with_register(e,c,(e,t)=>e>t,a,d),n=!1;break;case Oi.code:this.signed_cond_jump_with_literal(e,c,(e,t)=>e>t,a,d),n=!1;break;case Li.code:this.unsigned_cond_jump_with_register(e,c,(e,t)=>eeeee>=t,a,d),n=!1;break;case Mi.code:this.unsigned_cond_jump_with_literal(e,c,(e,t)=>e>=t,a,d),n=!1;break;case Wi.code:this.signed_cond_jump_with_register(e,c,(e,t)=>e>=t,a,d),n=!1;break;case qi.code:this.signed_cond_jump_with_literal(e,c,(e,t)=>e>=t,a,d),n=!1;break;case Fi.code:this.unsigned_cond_jump_with_register(e,c,(e,t)=>e<=t,a,d),n=!1;break;case Vi.code:this.unsigned_cond_jump_with_literal(e,c,(e,t)=>e<=t,a,d),n=!1;break;case Ui.code:this.signed_cond_jump_with_register(e,c,(e,t)=>e<=t,a,d),n=!1;break;case $i.code:this.signed_cond_jump_with_literal(e,c,(e,t)=>e<=t,a,d),n=!1;break;case zi.code:this.push_variable_stack(e,a,1);break;case Gi.code:this.pop_variable_stack(e,a,1);break;case Hi.code:this.push_variable_stack(e,a,d);break;case Ki.code:this.pop_variable_stack(e,a,d);break;case io.code:if(!this.window_msg_open){const e=this.deref_string(l[1]).split(dn);o=ln.WaitingSelection,this.list_open=!0,this.selection_reg=l[0],this.io.list(e)}break;case oo.code:if(!this.window_msg_open){const e=this.deref_string(l[0]);o=ln.WaitingInput,this.window_msg_open=!0,this.io.window_msg(e)}break;case no.code:if(this.window_msg_open){const e=this.deref_string(l[0]);o=ln.WaitingInput,this.io.add_msg(e)}break;case so.code:this.set_register_unsigned(a,Math.floor(Date.now()/1e3));break;case ro.code:this.window_msg_open&&(this.window_msg_open=!1,this.io.winend());break;case ao.code:this.set_register_signed(l[0],this.io.p_dead_v3(l[1])?1:0);break;case lo.code:this.io.set_floor_handler(l[0],l[1]);break;case _o.code:this.start_thread(a);break;case vo.code:this.io.map_designate(this.get_register_signed(a),this.get_register_signed(a+2));break;case go.code:this.io.map_designate(this.get_register_signed(a),this.get_register_signed(a+3));break;case mo.code:{const e=this.get_register_signed(a),t=this.get_register_signed(a+1),i=this.random.next();let o=Math.floor(Math.fround(i/32768)*t);e>=o&&(o=e),this.set_register_signed(d,o)}break;case wo.code:if(this.set_episode_called){this.io.warning("Calling set_episode more than once is not supported.",t);break}if(this.set_episode_called=!0,!this._object_code[t.seg_idx].labels.includes(an)){this.io.warning(`Calling set_episode outside of segment ${an} is not supported.`,t);break}if(function(e){switch(e){case s.b.I:return 0;case s.b.II:return 1;case s.b.IV:return 2}}(this.episode)!==a){this.io.warning("Calling set_episode with an argument that does notmatch the quest's designated episode is not supported.",t);break}break;case Lo.code:this.io.map_designate(a,c);break;default:this.unsupported_opcodes_logged.has(i.opcode.code)||(this.unsupported_opcodes_logged.add(i.opcode.code),this.io.warning("Unsupported instruction.",t))}return n&&this.advance(e),o}get_register_signed(e){return this.registers.i32_at(on*e)}set_register_signed(e,t){this.registers.write_i32_at(on*e,t)}get_register_unsigned(e){return this.registers.u32_at(on*e)}set_register_unsigned(e,t){this.registers.write_u32_at(on*e,t)}get_register_word(e){return this.registers.u16_at(on*e)}set_register_word(e,t){this.registers.write_u16_at(on*e,t)}get_register_byte(e){return this.registers.u8_at(on*e)}set_register_byte(e,t){this.registers.write_u8_at(on*e,t)}get_register_float(e){return this.registers.f32_at(on*e)}set_register_float(e,t){this.registers.write_f32_at(on*e,t)}do_integer_op_with_register(e,t,i){this.do_integer_op_with_literal(e,this.get_register_signed(t),i)}do_integer_op_with_literal(e,t,i){if((i===Vo.div||i===Vo.idiv)&&0===t)throw new Error("Division by zero");this.set_register_signed(e,i(this.get_register_signed(e),t))}do_float_op_with_register(e,t,i){this.do_float_op_with_literal(e,this.get_register_float(t),i)}do_float_op_with_literal(e,t,i){if((i===Vo.div||i===Vo.idiv)&&0===t)throw new Error("Division by zero");this.set_register_float(e,i(this.get_register_float(e),t))}push_call_stack(e,t){const i=this.get_segment_index_by_label(t),o=this._object_code[i];if(o.type!==Bo.Instructions)throw new Error(`Label ${t} points to a ${Bo[o.type]} segment, expecting ${Bo[Bo.Instructions]}.`);e.push_frame(new Qo(i,0,this.object_code))}pop_call_stack(e){this.threads[e].pop_call_stack(),0===this.threads[e].call_stack.length&&this.terminate_thread(e)}jump_to_label(e,t){e.set_current_instruction_pointer(new Qo(this.get_segment_index_by_label(t),0,this.object_code))}signed_cond_jump_with_register(e,t,i,o,n){this.conditional_jump(e,t,i,this.get_register_signed(o),this.get_register_signed(n))}signed_cond_jump_with_literal(e,t,i,o,n){this.conditional_jump(e,t,i,this.get_register_signed(o),n)}unsigned_cond_jump_with_register(e,t,i,o,n){this.conditional_jump(e,t,i,this.get_register_unsigned(o),this.get_register_unsigned(n))}unsigned_cond_jump_with_literal(e,t,i,o,n){this.conditional_jump(e,t,i,this.get_register_unsigned(o),n)}conditional_jump(e,t,i,...o){const n=Uo.bind(null,i);var s;void 0!==function(e,t,i){let o=t;for(const t of i){const i=e(o,t);if(void 0===i)return;o=i}return o}(n,(s=o)[0],s.slice(1))?this.jump_to_label(e,t):this.advance(e)}push_variable_stack(e,t,i){const o=t+i;if(o>tn)throw new Error("Variable stack: Invalid register");if(e.variable_stack.length+i>nn)throw new Error("Variable stack: Stack overflow");for(let i=t;itn)throw new Error("Variable stack: Invalid register");if(e.variable_stack.length=t;i--)this.set_register_unsigned(i,e.variable_stack.pop())}get_register_address(e){return e*on}deref_string(e){if(e===sn)return this.string_arg_store;if(e>0&&e``],[/^r([0-9]{1,3})$/,e=>{const t=parseInt(e);return isNaN(t)?"":this.get_register_unsigned(t).toString()}],[/^f([0-9]{1,3})$/,e=>{const t=parseInt(e);return isNaN(t)?"":this.get_register_float(t).toFixed(6)}]];let o=!1,n=-1,s=0,r=e.length;for(;s"===a){o=!1;const a=s,d=e.slice(n+1,a);let c=void 0;for(const[e,t]of i){const i=e.exec(d);if(i&&void 0!==i[1]){c=t(i[1]);break}}if(void 0===c&&(c=t[d]),void 0===c)c="";else if("function"==typeof c){const e=c();t[d]=e,c=e}e=e.slice(0,n)+c+e.slice(a+1);const l=c.length-(d.length+2);s+=l,r+=l}else"<"===a&&(o=!0,n=s);s++}return o&&(e=e.slice(0,n)),e}}i("PNEq");var un,vn=i("sv1z");!function(e){e[e.Signed=0]="Signed",e[e.Unsigned=1]="Unsigned",e[e.Word=2]="Word",e[e.Byte=3]="Byte",e[e.Float=4]="Float"}(un||(un={}));class hn extends b.a{constructor(e){super(),this.quest_runner=e,this.type_select=this.add(new vn.a({label:"Display type:",tooltip:"Select which data type register values should be displayed as.",items:[un.Signed,un.Unsigned,un.Word,un.Byte,un.Float],to_label:e=>un[e]})),this.register_getter=this.get_register_getter(un.Signed),this.hex_checkbox=this.add(new $e.a(!1,{label:"Hex",tooltip:"Display register values in hexadecimal."})),this.settings_bar=this.add(new Ue.a(this.type_select,this.hex_checkbox)),this.list_element=Object(u.h)({className:"quest_editor_RegistersView_list"}),this.container_element=Object(u.h)({className:"quest_editor_RegistersView_container"},this.list_element),this.element=Object(u.h)({className:"quest_editor_RegistersView"},this.settings_bar.element,this.container_element),this.type_select.selected.val=un.Signed;const t=Array(tn);for(let e=0;e!this.quest_runner.paused.val||!this.quest_runner.running.val;this.update(i(),this.hex_checkbox.checked.val),this.disposables(this.quest_runner.running.observe(()=>this.update(i(),this.hex_checkbox.checked.val)),this.quest_runner.paused.observe(()=>this.update(i(),this.hex_checkbox.checked.val)),this.type_select.selected.observe(({value:e})=>{null!=e&&(this.register_getter=this.get_register_getter(e),this.update(i(),this.hex_checkbox.checked.val))}),this.hex_checkbox.checked.observe(e=>this.update(i(),e.value))),this.finalize_construction()}get_register_getter(e){let t;switch(e){case un.Signed:t=this.quest_runner.vm.get_register_signed;break;case un.Unsigned:t=this.quest_runner.vm.get_register_unsigned;break;case un.Word:t=this.quest_runner.vm.get_register_word;break;case un.Byte:t=this.quest_runner.vm.get_register_byte;break;case un.Float:t=this.quest_runner.vm.get_register_float}return t.bind(this.quest_runner.vm)}update(e,t){if(e){const e="??";for(let t=0;t{this.buffer_log_entry(e,t)},this.severity=this._severity,this.log=this._log.filtered(this.severity.map(e=>t=>t.severity>=e))}get_logger(e){const t=X.a.get(e);return t.handler=this.handler,t}dispose(){this.disposer.dispose()}set_severity(e){this._severity.val=e}buffer_log_entry(e,t){this.log_buffer.push(e),this.logger_name_buffer.push(t),this.add_buffered_log_entries()}add_buffered_log_entries(){null==this.adding_log_entries&&(this.adding_log_entries=requestAnimationFrame(()=>{if(this.log_buffer.length>500){const e=this.log_buffer.length-500;this.log_buffer.splice(250,e,{time:new Date,message:`...dropped ${e} messages...`,severity:pn.b.Warning,logger:gn}),this.logger_name_buffer.splice(250,e,"quest_editor/stores/LogStore")}const e=Math.min(200,this.log_buffer.length),t=this.log_buffer.splice(0,e),i=this.logger_name_buffer.splice(0,e);this._log.push(...t);for(let o=0;o2e3&&this._log.splice(0,1e3),this.adding_log_entries=void 0,this.log_buffer.length&&this.add_buffered_log_entries()}))}},fn=5;class mn extends b.a{constructor(){super(),this.element=Object(u.h)({className:"quest_editor_LogView",tabIndex:-1}),this.should_scroll_to_bottom=!0,this.scrolled=()=>{this.should_scroll_to_bottom=this.list_container.scrollTop>=this.list_container.scrollHeight-this.list_container.offsetHeight-fn},this.scroll_to_bottom=()=>{this.should_scroll_to_bottom&&this.list_container.scrollTo({top:this.list_container.scrollHeight,left:0,behavior:"auto"})},this.create_message_element=({time:e,severity:t,message:i})=>Object(u.h)({className:["quest_editor_LogView_message","quest_editor_LogView_"+pn.b[t]+"_message"].join(" ")},Object(u.h)({className:"quest_editor_LogView_message_timestamp"},Object(X.b)(e)),Object(u.h)({className:"quest_editor_LogView_message_level"},"["+pn.b[t]+"]"),Object(u.h)({className:"quest_editor_LogView_message_contents"},i)),this.list_container=Object(u.h)({className:"quest_editor_LogView_list_container"}),this.list_element=Object(u.h)({className:"quest_editor_LogView_message_list"}),this.level_filter=this.add(new vn.a({class:"quest_editor_LogView_level_filter",label:"Level:",items:pn.a,to_label:e=>pn.b[e]})),this.settings_bar=this.add(new Ue.a({class:"quest_editor_LogView_settings"},this.level_filter)),this.list_container.addEventListener("scroll",this.scrolled),this.disposables(Object(u.d)(this.list_element,bn.log,this.create_message_element,{after:this.scroll_to_bottom}),this.level_filter.selected.observe(({value:e})=>null!=e&&bn.set_severity(e)),bn.severity.observe(({value:e})=>{this.level_filter.selected.val=e},{call_now:!0})),this.list_container.appendChild(this.list_element),this.element.appendChild(this.settings_bar.element),this.element.appendChild(this.list_container),this.finalize_construction()}}class wn extends se{constructor(e,t,i,o){super(Object(M.e)(void 0),t,i,o),this.quest_runner=e,this.disposer.add_all(this.quest_runner.game_state.current_area_variant.observe(this.area_variant_changed,{call_now:!0}))}get_area_variant_details(){const e=this.quest_runner.game_state;return{episode:e.episode,area_variant:e.current_area_variant.val,npcs:e.npcs,objects:e.objects}}}class kn extends le{constructor(e,t,i,o){super(e,"quest_editor_QuestRunnerRendererView",new Y(o,o=>new wn(e.quest_runner,o,t,i))),this.renderer.init_camera_controls(),this.finalize_construction()}}var yn=i("nN8q");i("cl9q");class Rn extends yn.a{constructor(e){super(),this.element=Object(u.h)({className:"core_ErrorWidget"}),this.children=[],this.label=this.disposable(new h.a(e,{enabled:!1})),this.element.append(this.label.element),this.finalize_construction()}}var In=function(e,t,i,o){return new(i||(i=Promise))((function(n,s){function r(e){try{d(o.next(e))}catch(e){s(e)}}function a(e){try{d(o.throw(e))}catch(e){s(e)}}function d(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const jn=X.a.get("quest_editor/gui/QuestEditorView"),Cn={settings:{showPopoutIcon:!1,showMaximiseIcon:!0,showCloseIcon:!0},dimensions:{headerHeight:24},labels:{close:"Close",maximise:"Maximise",minimise:"Minimise",popout:"Open in new window"}};class Tn extends b.a{constructor(e,t,i,o,n,s,r,a,d,c,l,_,v,h){super(),this.gui_store=e,this.quest_editor_ui_persister=i,this.tool_bar=o,this.element=Object(u.h)({className:"quest_editor_QuestEditorView"}),this.layout_element=Object(u.h)({className:"quest_editor_gl_container"}),this.sub_views=new Map,this.view_map=new Map([[f,{name:"quest_info",create:n}],[m,{name:"npc_counts",create:s}],[Fe,{name:"quest_renderer",create:r}],[Ke,{name:"asm_editor",create:a}],[Qe,{name:"entity_info",create:d}],[Je,{name:"npc_list_view",create:c}],[Xe,{name:"object_list_view",create:l}],[bt,{name:"events_view",create:_}]]),e.feature_active("vm")&&(this.view_map.set(kn,{name:"quest_runner",create:v}),this.view_map.set(mn,{name:"log_view",create:()=>new mn}),this.view_map.set(hn,{name:"registers_view",create:h})),this.element.append(this.tool_bar.element,this.layout_element),this.layout=this.init_golden_layout(),this.layout.then(e=>this.loaded_layout=e),this.disposables(e.on_global_keydown(Ye.b.QuestEditor,"Ctrl-Alt-D",()=>t.debug.val=!t.debug.val),t.quest_runner.running.observe(({value:e})=>In(this,void 0,void 0,(function*(){const i=yield this.layout;if(t.quest_runner.running.val===e){const t=i.root.getItemsById(this.view_map.get(kn).name);if(e){if(0===t.length){i.root.getItemsById(this.view_map.get(Fe).name)[0].parent.addChild({id:this.view_map.get(kn).name,title:"Debug 3D View",type:"component",componentName:this.view_map.get(kn).name,isClosable:!1})}}else for(const e of t)e.remove()}})))),this.finalize_construction()}activate(){super.activate();for(const e of this.sub_views.values())e.activate()}deactivate(){for(const e of this.sub_views.values())e.deactivate();super.deactivate()}resize(e,t){super.resize(e,t);const i=Math.max(0,t-this.tool_bar.height);return this.layout_element.style.width=`${e}px`,this.layout_element.style.height=`${i}px`,this.layout.then(t=>t.updateSize(e,i)),this}dispose(){super.dispose(),this.layout.then(e=>e.destroy());for(const e of this.sub_views.values())e.dispose();this.sub_views.clear()}init_golden_layout(){return In(this,void 0,void 0,(function*(){const e=this.get_default_layout_content();try{const t=yield this.quest_editor_ui_persister.load_layout_config(e);if(t){const e=this.attempt_gl_init(Object.assign(Object.assign({},Cn),{content:t}));return jn.info("Instantiated golden layout with persisted layout."),e}}catch(e){jn.warn("Couldn't instantiate golden layout with persisted layout.",e)}return jn.info("Instantiating golden layout with default layout."),this.attempt_gl_init(Object.assign(Object.assign({},Cn),{content:e}))}))}attempt_gl_init(e){const t=new n.a(e,this.layout_element),i=this;try{for(const{name:e,create:o}of this.view_map.values())t.registerComponent(e,(function(t){let n;try{n=o(),i.active&&n.activate()}catch(t){jn.error(`Couldn't instantiate "${e}".`,t),n=new Rn("Something went wrong while creating this window.")}t.on("close",()=>n.dispose()),t.on("resize",()=>n.resize(t.width,t.height-4)),n.resize(t.width,t.height),i.sub_views.set(e,n),t.getElement().append(n.element)}));return t.on("stateChanged",()=>{this.quest_editor_ui_persister.persist_layout_config(t.toConfig().content)}),t.on("stackCreated",e=>{e.on("activeContentItemChanged",e=>{if("componentName"in e.config){const t=this.sub_views.get(e.config.componentName);t&&t.focus()}})}),t.init(),t}catch(e){throw t.destroy(),e}}get_default_layout_content(){return[{type:"row",content:[{type:"column",width:2,content:[{type:"stack",content:[{title:"Info",type:"component",componentName:this.view_map.get(f).name,isClosable:!1},{title:"NPC Counts",type:"component",componentName:this.view_map.get(m).name,isClosable:!1}]},{title:"Entity",type:"component",componentName:this.view_map.get(Qe).name,isClosable:!1}]},{type:"stack",width:9,content:[{id:this.view_map.get(Fe).name,title:"3D View",type:"component",componentName:this.view_map.get(Fe).name,isClosable:!1},{title:"Script",type:"component",componentName:this.view_map.get(Ke).name,isClosable:!1},...this.gui_store.feature_active("vm")?[{title:"Debug Log",type:"component",componentName:this.view_map.get(mn).name,isClosable:!1},{title:"Registers",type:"component",componentName:this.view_map.get(hn).name,isClosable:!1}]:[]]},{type:"stack",width:2,content:[{title:"NPCs",type:"component",componentName:this.view_map.get(Je).name,isClosable:!1},{title:"Objects",type:"component",componentName:this.view_map.get(Xe).name,isClosable:!1},{title:"Events",type:"component",componentName:this.view_map.get(bt).name,isClosable:!1}]}]}]}}const Sn={can_redo:Object(M.e)(!1),can_undo:Object(M.e)(!1),first_redo:Object(M.e)(void 0),first_undo:Object(M.e)(void 0),make_current(){xn.current.val=this},redo:()=>!1,reset(){},undo:()=>!1};const xn=new class{constructor(){this.current=Object(M.e)(Sn),this.can_undo=this.current.flat_map(e=>e.can_undo),this.can_redo=this.current.flat_map(e=>e.can_redo),this.first_undo=this.current.flat_map(e=>e.first_undo),this.first_redo=this.current.flat_map(e=>e.first_redo)}undo(){return this.current.val.undo()}redo(){return this.current.val.redo()}make_noop_current(){xn.current.val=Sn}},On=X.a.get("core/undo/UndoStack");class Ln{constructor(){this.stack=Object(M.c)(),this.index=Object(M.e)(0),this.can_undo=this.index.map(e=>e>0),this.can_redo=Object(M.d)((e,t)=>te?this.stack.get(this.index.val-1):void 0),this.first_redo=this.can_redo.map(e=>e?this.stack.get(this.index.val):void 0),this.undoing_or_redoing=!1}make_current(){xn.current.val=this}push(e){return this.undoing_or_redoing||(this.stack.splice(this.index.val,1/0,e),this.index.update(e=>e+1)),e}pop(){return this.index.update(e=>e-1),this.stack.splice(this.index.val,1)[0]}undo(){if(this.can_undo.val&&!this.undoing_or_redoing){try{this.undoing_or_redoing=!0,this.index.update(e=>e-1),this.stack.get(this.index.val).undo()}catch(e){On.warn("Error while undoing action.",e)}finally{this.undoing_or_redoing=!1}return!0}return!1}redo(){if(this.can_redo.val&&!this.undoing_or_redoing){try{this.undoing_or_redoing=!0,this.stack.get(this.index.val).redo(),this.index.update(e=>e+1)}catch(e){On.warn("Error while redoing action.",e)}finally{this.undoing_or_redoing=!1}return!0}return!1}reset(){this.stack.clear(),this.index.val=0}}class Pn{constructor(e){this._breakpoints=[],this.breakpoints=this._breakpoints,this.vm=e}resume(){this.vm.step_mode=Jo.BreakPoint}step_over(){this.vm.step_mode=Jo.Over}step_in(){this.vm.step_mode=Jo.In}step_out(){this.vm.step_mode=Jo.Out}set_breakpoint(e){return-1===this._breakpoints.findIndex(t=>t.line_no===e)&&(this._breakpoints.push(new Dn(e,void 0,this.vm)),!0)}remove_breakpoint(e){const t=this._breakpoints.findIndex(t=>t.line_no===e);return-1!=t&&(this._breakpoints.splice(t,1)[0].deactivate(),!0)}toggle_breakpoint(e){const t=this._breakpoints.findIndex(t=>t.line_no===e);-1==t?this._breakpoints.push(new Dn(e,void 0,this.vm)):this._breakpoints.splice(t,1)[0].deactivate()}clear_breakpoints(){for(const e of this._breakpoints.splice(0,1/0))e.deactivate()}activate_breakpoints(){for(const e of this._breakpoints)e.activate()}deactivate_breakpoints(){for(const e of this._breakpoints)e.deactivate()}}class Dn{constructor(e,t,i){this.line_no=e,this.ptr=t,this.vm=i,null==t?this.activate():this.vm.set_breakpoint(t)}get active(){return null!=this.ptr}activate(){this.ptr=this.line_no_to_inst_pointer(this.line_no),this.ptr&&this.vm.set_breakpoint(this.ptr)}deactivate(){this.ptr&&this.vm.remove_breakpoint(this.ptr)}line_no_to_inst_pointer(e){var t,i;if(!this.vm.halted)for(let o=0;oe!==Bn.Stopped),this.paused=this._state.map(e=>e===Bn.Paused),this.breakpoints=this._breakpoints,this.pause_location=this._pause_location,this.execution_loop=()=>{var e,t;let i;switch(this.animation_frame=void 0,this.vm.vsync(),this.vm.execute()){case ln.Suspended:this._state.val=Bn.Running;break;case ln.Paused:this._state.val=Bn.Paused,i=null===(t=null===(e=this.vm.get_instruction_pointer())||void 0===e?void 0:e.source_location)||void 0===t?void 0:t.line_no;break;case ln.WaitingVsync:case ln.WaitingInput:this._state.val=Bn.Running,this.schedule_frame();break;case ln.WaitingSelection:this.vm.list_select(0),this._state.val=Bn.Running,this.schedule_frame();break;case ln.Halted:this.stop()}this._pause_location.val=i,this.startup&&this._state.val===Bn.Running&&(this.startup=!1,this.run_floor_handler(this._game_state.area_variants.get(this.initial_area_id)||this.area_store.get_variant(this._game_state.episode,this.initial_area_id,0)))},this.create_vm_io=()=>{function e(e,t){const i=[e];if(t){const{instruction:e,source_location:o}=t;i.push(` [${e.opcode.mnemonic}`),o&&i.push(` ${o.line_no}:${o.col}`),i.push("]")}return i.join("")}return{map_designate:(e,t)=>{this._game_state.area_variants.set(e,this.area_store.get_variant(this._game_state.episode,e,t))},set_floor_handler:(e,t)=>{this._game_state.floor_handlers.set(e,t)},window_msg:e=>{this.logger.info(`window_msg "${e}"`)},message:e=>{this.logger.info(`message "${e}"`)},add_msg:e=>{this.logger.info(`add_msg "${e}"`)},winend:()=>{},p_dead_v3:()=>!1,mesend:()=>{},list:e=>{this.logger.info(`list "[${e}]"`)},warning:(t,i)=>{this.logger.warn(e(t,i))},error:(t,i)=>{this.logger.error(e(t.message,i))}}},this.vm=new _n(this.create_vm_io()),this.debugger=new Pn(this.vm)}get game_state(){return this._game_state}run(e){this.stop(),this.logger.info("Starting debugger."),this.startup=!0,this.initial_area_id=0,this.npcs.splice(0,this.npcs.length,...e.npcs.val),this.objects.splice(0,this.objects.length,...e.objects.val),this._game_state=new En(e.episode),this.vm.load_object_code(e.object_code.map(Fo),this.game_state.episode),this.vm.start_thread(0),this.debugger.activate_breakpoints(),this._state.val=Bn.Running,this.schedule_frame()}resume(){this.debugger.resume(),this.schedule_frame()}step_over(){this.debugger.step_over(),this.schedule_frame()}step_into(){this.debugger.step_in(),this.schedule_frame()}step_out(){this.debugger.step_out(),this.schedule_frame()}stop(){this.running.val&&(this.logger.info("Stopping debugger."),null!=this.animation_frame&&(cancelAnimationFrame(this.animation_frame),this.animation_frame=void 0),this.vm.halt(),this.debugger.deactivate_breakpoints(),this._state.val=Bn.Stopped,this._pause_location.val=void 0,this.npcs.splice(0,this.npcs.length),this.objects.splice(0,this.objects.length),this._game_state=new En(s.b.I))}set_breakpoint(e){const t=this.debugger.set_breakpoint(e);return this._breakpoints.splice(0,1/0,...this.debugger.breakpoints),t}remove_breakpoint(e){const t=this.debugger.remove_breakpoint(e);return this._breakpoints.splice(0,1/0,...this.debugger.breakpoints),t}toggle_breakpoint(e){this.debugger.toggle_breakpoint(e),this._breakpoints.splice(0,1/0,...this.debugger.breakpoints)}clear_breakpoints(){this.debugger.clear_breakpoints(),this._breakpoints.splice(0,1/0,...this.debugger.breakpoints)}schedule_frame(){null==this.animation_frame&&(this.animation_frame=requestAnimationFrame(this.execution_loop))}run_floor_handler(e){const t=e.area.id;this._game_state.current_area_variant.val=e,this._game_state.objects.push(...this.objects.filter(e=>e.area_id===t));const i=this._game_state.floor_handlers.get(t);null==i?this.logger.debug(`No floor handler registered for floor ${t}.`):(this.vm.start_thread(i),this.schedule_frame())}}var Wn=i("kcKQ"),qn=function(e,t,i,o){return new(i||(i=Promise))((function(n,s){function r(e){try{d(o.next(e))}catch(e){s(e)}}function a(e){try{d(o.throw(e))}catch(e){s(e)}}function d(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const Fn=X.a.get("quest_editor/gui/QuestEditorStore");class Vn extends Wn.a{constructor(e,t){super(),this.area_store=t,this._current_quest=Object(M.e)(void 0),this._current_area=Object(M.e)(void 0),this._selected_wave=Object(M.e)(void 0),this._selected_entity=Object(M.e)(void 0),this.debug=Object(M.e)(!1),this.undo=new Ln,this.current_quest=this._current_quest,this.current_area=this._current_area,this.selected_wave=this._selected_wave,this.selected_entity=this._selected_entity,this.set_current_area=e=>{var t,i;e&&e.id!==(null===(i=null===(t=this.selected_wave.val)||void 0===t?void 0:t.area_id)||void 0===i?void 0:i.val)&&this.set_selected_wave(void 0),this._selected_entity.val=void 0,this._current_area.val=e},this.set_selected_wave=e=>{if(e){const t=this.selected_entity.val;t&&t instanceof Q&&t.wave.val!==e&&this.set_selected_entity(void 0)}this._selected_wave.val=e},this.set_selected_entity=e=>{e&&this.current_quest.val&&(this._current_area.val=this.area_store.get_area(this.current_quest.val.episode,e.area_id)),this._selected_entity.val=e},this.set_section_on_quest_entity=(e,t)=>{const i=t.find(t=>t.id===e.section_id.val);i?e.set_section(i):Fn.warn(`Section ${e.section_id.val} not found.`)},this.quest_runner=new Mn(t),this.disposables(e.tool.observe(({value:e})=>{e===Ye.b.QuestEditor&&this.undo.make_current()},{call_now:!0}),this.current_quest.flat_map(e=>e?e.npcs:Object(M.e)([])).observe(({value:e})=>{const t=this.selected_entity.val;t instanceof Q&&!e.includes(t)&&this.set_selected_entity(void 0)}),this.current_quest.flat_map(e=>e?e.objects:Object(M.e)([])).observe(({value:e})=>{const t=this.selected_entity.val;t instanceof me&&!e.includes(t)&&this.set_selected_entity(void 0)}),Object(u.g)(window,"beforeunload",e=>{this.quest_runner.stop(),this.undo.can_undo.val&&(e.preventDefault(),e.returnValue=!1)}))}dispose(){this.quest_runner.stop(),super.dispose()}set_current_quest(e){return qn(this,void 0,void 0,(function*(){if(this.undo.reset(),this.quest_runner.stop(),this._current_area.val=void 0,this._selected_entity.val=void 0,this._current_quest.val=e,e){this._current_area.val=this.area_store.get_area(e.episode,0);for(const t of e.area_variants.val){const i=yield this.area_store.get_area_sections(e.episode,t);t.set_sections(i);for(const o of e.objects.val.filter(e=>e.area_id===t.area.id))try{this.set_section_on_quest_entity(o,i)}catch(e){Fn.error(e)}for(const o of e.npcs.val.filter(e=>e.area_id===t.area.id))try{this.set_section_on_quest_entity(o,i)}catch(e){Fn.error(e)}}}}))}}var Un,$n,Nn=i("NUmZ"),An=i.n(Nn);!function(e){e[e.NewAssembly=0]="NewAssembly",e[e.AssemblyChange=1]="AssemblyChange",e[e.SignatureHelp=2]="SignatureHelp",e[e.Definition=3]="Definition",e[e.SettingsChange=4]="SettingsChange"}(Un||(Un={})),function(e){e[e.NewObjectCode=0]="NewObjectCode",e[e.SignatureHelp=1]="SignatureHelp",e[e.Definition=2]="Definition"}($n||($n={}));const zn=new DataView(new ArrayBuffer(4));function Gn(e){return zn.setInt32(0,e),zn.getFloat32(0)}function Hn(e){return zn.setFloat32(0,e),zn.getInt32(0)}const Kn=X.a.get("quest_editor/scripting/disassembly");function Qn(e,t){const i=[],o=Math.min(e.length,t.length);for(let n=0;nnull!=e).map(e=>({label:e.mnemonic,kind:Jn.Function,insertText:e.mnemonic})),es=[{label:".code",kind:Jn.Keyword,insertText:"code"},{label:".data",kind:Jn.Keyword,insertText:"data"},{label:".string",kind:Jn.Keyword,insertText:"string"}];class ts{constructor(e,t,i){this.can_undo=Object(M.e)(!1),this.can_redo=Object(M.e)(!1),this.action=Object(M.e)({description:e,undo:t,redo:i}),this.first_undo=Object(M.d)((e,t)=>t?e:void 0,this.action,this.can_undo),this.first_redo=Object(M.d)((e,t)=>t?e:void 0,this.action,this.can_redo)}make_current(){xn.current.val=this}undo(){return!!this.can_undo&&(this.action.val.undo(),!0)}redo(){return!!this.can_redo&&(this.action.val.redo(),!0)}reset(){this.can_undo.val=!1,this.can_redo.val=!1}}var is=function(e,t,i,o){return new(i||(i=Promise))((function(n,s){function r(e){try{d(o.next(e))}catch(e){s(e)}}function a(e){try{d(o.throw(e))}catch(e){s(e)}}function d(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const os=new class{constructor(){this._issues=Object(M.e)({warnings:[],errors:[]}),this.issues=this._issues,this.worker=new An.a,this.promises=new Map,this.message_id=0,this.process_worker_message=e=>{const t=e.data;switch(t.type){case $n.NewObjectCode:this.quest&&(this.quest.object_code.splice(0,this.quest.object_code.length,...t.object_code),this.quest.set_map_designations(t.map_designations),this._issues.val={warnings:t.warnings,errors:t.errors});break;case $n.SignatureHelp:{const e=this.promises.get(t.id);if(e)if(this.promises.delete(t.id),t.opcode){let i=t.opcode.mnemonic+" ";const o=[];let n=!0;for(const e of t.opcode.params){let t;switch(n?n=!1:i+=", ",e.type.kind){case ft.ILabel:t="FuncLabel";break;case ft.DLabel:t="DataLabel";break;case ft.SLabel:t="StringLabel";break;case ft.ILabelVar:t="...FuncLabel";break;case ft.RegRef:case ft.RegTupRef:t="Register";break;case ft.RegRefVar:t="...Register";break;default:t=ft[e.type.kind]}o.push({label:[i.length,i.length+t.length],documentation:e.doc}),i+=t}const s={signatures:[{label:i,documentation:t.opcode.doc,parameters:o}],activeSignature:0,activeParameter:t.active_param};e.resolve(s)}else e.resolve(void 0)}break;case $n.Definition:{const e=this.promises.get(t.id);if(e){this.promises.delete(t.id);const i=[];null!=t.line_no&&i.push({uri:e.uri,range:{startLineNumber:t.line_no,startColumn:t.col,endLineNumber:t.line_no,endColumn:t.col+t.len}}),e.resolve(i)}}}},this.worker.onmessage=this.process_worker_message}disassemble(e,t){this.quest=e;const i=function(e,t=!1){Kn.trace("disassemble start");const i=[],o=[];let n=void 0;for(const r of e){let e;switch(r.type){case Bo.Instructions:e=".code";break;case Bo.Data:e=".data";break;case Bo.String:e=".string"}n!==r.type&&(n=r.type,i.length&&i.push(""),i.push(e,""));for(const e of r.labels)i.push(`${e}:`);if(r.type===Bo.Data){const e=new Uint8Array(r.data);let t=" ";for(let o=0;o4&&i.push(t)}else if(r.type===Bo.String)i.push(" "+(s=r.value,JSON.stringify(s.replace(//g,"\n"))));else{let e=!1;for(const n of r.instructions)if(n.opcode.code===Gt.code?e=!0:n.opcode.code===Ht.code&&(e=!1),t||e||n.opcode.stack!==Mt.Push){let e=[];n.opcode.stack===Mt.Pop?t||(e=Yn(n.opcode.params,o.splice(Math.max(0,o.length-n.opcode.params.length),n.opcode.params.length),!0)):e=Yn(n.opcode.params,Qn(n.opcode.params,n.args),!1),i.push(" "+n.opcode.mnemonic+(e.length?" "+e.join(", "):""))}else o.push(...Qn(n.opcode.params,n.args))}}var s;return i.length&&i.push(""),Kn.trace(`disassemble end, line count: ${i.length}`),i}(e.object_code,t),o={type:Un.NewAssembly,assembly:i};return this.worker.postMessage(o),i}update_assembly(e){const t={type:Un.AssemblyChange,changes:e.map(e=>({start_line_no:e.range.startLineNumber,start_col:e.range.startColumn,end_line_no:e.range.endLineNumber,end_col:e.range.endColumn,new_text:e.text}))};this.worker.postMessage(t)}provide_completion_items(e){return{suggestions:/^\s*([a-z][a-z0-9_=<>!]*)?$/.test(e)?Xn:/^\s*\.[a-z]+$/.test(e)?es:[],incomplete:!1}}provide_signature_help(e,t,i){return Zn(this,void 0,void 0,(function*(){return yield this.send_and_await_response("Signature help provision",e,e=>({type:Un.SignatureHelp,id:e,line_no:t,col:i}))}))}provide_definition(e,t,i){return Zn(this,void 0,void 0,(function*(){return yield this.send_and_await_response("Definition provision",e,e=>({type:Un.Definition,id:e,line_no:t,col:i}))}))}update_settings(e){const t={type:Un.SettingsChange,settings:e};this.worker.postMessage(t)}dispose(){this.worker.terminate()}send_and_await_response(e,t,i){return Zn(this,void 0,void 0,(function*(){const o=this.message_id++;return new Promise((n,s)=>{this.promises.set(o,{uri:t,resolve:n,reject:s});const r=i(o);this.worker.postMessage(r),setTimeout(()=>{this.promises.delete(o)&&s(new Error(`${e} timed out.`))},5e3)})}))}};Ve.languages.register({id:"psoasm"}),Ve.languages.setMonarchTokensProvider("psoasm",{defaultToken:"invalid",tokenizer:{root:[[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,{token:"string.quote",bracket:"@open",next:"@string"}],[/r\d+/,"predefined"],[/[^\s]+:/,"tag"],[/0x[0-9a-fA-F]+/,"number.hex"],[/-?\d+(\.\d+)?(e-?\d+)?/,"number.float"],[/-?[0-9]+/,"number"],[/\.[^\s]+/,"keyword"],[/[a-z][a-z0-9_=<>!]*/,"identifier"],[/[ \t\r\n]+/,"white"],[/\/\/.*$/,"comment"],[/,/,"delimiter"]],string:[[/[^\\"]+/,"string"],[/\\(?:[n\\"])/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",bracket:"@close",next:"@pop"}]]}}),Ve.languages.registerCompletionItemProvider("psoasm",{provideCompletionItems(e,t){const i=e.getValueInRange({startLineNumber:t.lineNumber,endLineNumber:t.lineNumber,startColumn:1,endColumn:t.column});return os.provide_completion_items(i)}}),Ve.languages.registerSignatureHelpProvider("psoasm",{signatureHelpTriggerCharacters:[" ",","],signatureHelpRetriggerCharacters:[", "],provideSignatureHelp(e,t){return is(this,void 0,void 0,(function*(){const i=yield os.provide_signature_help(e.uri,t.lineNumber,t.column);return i&&{value:i,dispose(){}}}))}}),Ve.languages.setLanguageConfiguration("psoasm",{indentationRules:{increaseIndentPattern:/^\s*\d+:/,decreaseIndentPattern:/^\s*(\d+|\.)/},autoClosingPairs:[{open:'"',close:'"'}],surroundingPairs:[{open:'"',close:'"'}],comments:{lineComment:"//"}}),Ve.languages.registerDefinitionProvider("psoasm",{provideDefinition:(e,t)=>os.provide_definition(e.uri,t.lineNumber,t.column)});class ns extends Wn.a{constructor(e){super(),this.quest_editor_store=e,this.model_disposer=this.disposable(new a.a),this._model=Object(M.e)(void 0),this._did_undo=Object(M.a)(),this._did_redo=Object(M.a)(),this._inline_args_mode=Object(M.e)(!0),this.model=this._model,this.did_undo=this._did_undo,this.did_redo=this._did_redo,this.undo=new ts("Text edits",()=>this._did_undo.emit({value:"asm undo"}),()=>this._did_redo.emit({value:"asm undo"})),this.inline_args_mode=this._inline_args_mode,this.has_issues=os.issues.map(e=>e.warnings.length+e.errors.length>0),this.set_inline_args_mode=e=>{this.has_issues.val||(this._inline_args_mode.val=e,os.update_settings({manual_stack:!this.inline_args_mode.val}),this.update_model())},this.quest_changed=()=>{this.update_model()},this.breakpoints=e.quest_runner.breakpoints,this.pause_location=e.quest_runner.pause_location,this.disposables(e.current_quest.observe(this.quest_changed,{call_now:!0}),os.issues.observe(({value:e})=>this.update_model_markers(e),{call_now:!0}),Object(u.g)(window,"beforeunload",e=>{this.undo.can_undo.val&&(e.preventDefault(),e.returnValue=!1)}))}setup_editor_model_features(e){const t=e.getAlternativeVersionId();let i=t,o=t;this.model_disposer.add(e.onDidChangeContent(n=>{const s=e.getAlternativeVersionId();so&&(o=i)),this.undo.can_undo.val=!0),i=s,os.update_assembly(n.changes),this.update_breakpoints(n.changes)}))}update_model_markers({warnings:e,errors:t}){const i=this.model.val;i&&Ve.editor.setModelMarkers(i,"psoasm",e.map(e=>({severity:Ve.MarkerSeverity.Hint,message:e.message,startLineNumber:e.line_no,endLineNumber:e.line_no,startColumn:e.col,endColumn:e.col+e.length,tags:[Ve.MarkerTag.Unnecessary]})).concat(t.map(e=>({severity:Ve.MarkerSeverity.Error,message:e.message,startLineNumber:e.line_no,endLineNumber:e.line_no,startColumn:e.col,endColumn:e.col+e.length}))))}update_model(){this.undo.reset(),this.model_disposer.dispose_all();const e=this.quest_editor_store.current_quest.val;if(e){const t=!this.inline_args_mode.val,i=os.disassemble(e,t),o=this.model_disposer.add(Ve.editor.createModel(i.join("\n"),"psoasm"));this.setup_editor_model_features(o),this._model.val=o}else this._model.val=void 0}update_breakpoints(e){for(const t of e){const e=[];if(""===t.text){const i=t.range.endLineNumber-t.range.startLineNumber;if(i>0){for(let o=t.range.startLineNumber+1;o<=t.range.endLineNumber;o++){const t=Math.max(o-i,1);this.quest_editor_store.quest_runner.remove_breakpoint(o)&&e.push(t)}for(const o of this.breakpoints.val)o.line_no>t.range.endLineNumber&&(this.quest_editor_store.quest_runner.remove_breakpoint(o.line_no),e.push(o.line_no-i))}}else{const i=t.text.split("\n").length-1;if(i>0)for(const o of this.breakpoints.val)o.line_no>t.range.endLineNumber&&(this.quest_editor_store.quest_runner.remove_breakpoint(o.line_no),e.push(o.line_no+i))}for(const t of e)this.quest_editor_store.quest_runner.set_breakpoint(t)}}}class ss{constructor(e,t,i,o){if(!Number.isInteger(e)||e<0)throw new Error(`Expected id to be a non-negative integer, got ${e}.`);if(!t)throw new Error("name is required.");if(!o)throw new Error("area_variants is required.");this.id=e,this.name=t,this.order=i,this.area_variants=o}}class rs{constructor(e,t){if(this._sections=Object(M.c)(),this.sections=this._sections,!Number.isInteger(e)||e<0)throw new Error(`Expected id to be a non-negative integer, got ${e}.`);this.id=e,this.area=t}set_sections(e){return this._sections.val=e,this}}function as(e){return ds[e]}const ds=[];function cs(e,t,i,o){const n={id:e,name:t,order:i,area_variants:[]};for(let e=0;ethis.areas[e],this.get_area=(e,t)=>{const i=this.areas[e].find(e=>e.id===t);if(!i)throw new Error(`Area id ${t} for episode ${e} is invalid.`);return i},this.get_variant=(e,t,i)=>{const o=this.get_area(e,t).area_variants[i];if(!o)throw new Error(`Area variant id ${i} for area ${t} of episode ${s.b[e]} is invalid.`);return o},this.get_area_sections=(e,t)=>this.area_asset_loader.load_sections(e,t);for(const e of s.a)this.areas[e]=as(e).map(e=>{const t=new ss(e.id,e.name,e.order,[]);for(const i of e.area_variants)t.area_variants.push(new rs(i.id,t));return t})}}function us(e,t){e.seek_end(32);const i=e.u32(),o=e.u32();e.seek(8);const n=e.u32();return e.seek_start(i),{data_offset:n,index:t?function(e,t){const i=e.u16_array(t),o=[];let n=0;for(const t of i){n+=4*t,e.seek_start(n-4);const i=e.u32(),s=e.u32();o.push({offset:s,size:i})}return o}(e,o):[]}}var vs=i("kwt4");function hs(e,t,i){const o=[];for(let n=0;n=0){const e=new fs(s.id,Object(ms.a)(s.position),N(s.rotation.x,s.rotation.y,s.rotation.z),t);i.push(e),r.userData.section=e}}return[i,o]}class Rs{constructor(e){this.http_client=e,this.disposer=new a.a,this.render_object_cache=this.disposer.add(new ps),this.collision_object_cache=this.disposer.add(new ps),this.area_sections_cache=this.disposer.add(new ps)}dispose(){this.disposer.dispose()}load_sections(e,t){const i=`${e}-${t.area.id}-${t.id}`;return this.area_sections_cache.get_or_set(i,()=>this.render_object_cache.get_or_set(i,()=>this.load_render_object(e,t)).then(e=>ys(e,t)[0]))}load_render_geometry(e,t){const i=`${e}-${t.area.id}-${t.id}`;return this.render_object_cache.get_or_set(i,()=>this.load_render_object(e,t)).then(e=>ys(e,t)[1])}load_collision_geometry(e,t){const i=`${e}-${t.area.id}-${t.id}`;return this.collision_object_cache.get_or_set(i,()=>this.get_area_asset(e,t,"collision").then(e=>(function(e){const{data_offset:t}=us(e,!1);e.seek_start(t);const i=e.u32();e.seek_start(i);const o={meshes:[]};for(;e.bytes_left;){const t=e.position,i=e.u32();if(0===i)break;const n={vertices:[],triangles:[]};o.meshes.push(n),e.seek_start(i);const s=e.u32(),r=e.u32(),a=e.u32(),d=e.u32();e.seek_start(r);for(let t=0;t(function(e){const t=new y.Group;for(const i of e.meshes){const e=new y.Geometry;for(const{x:t,y:o,z:n}of i.vertices)e.vertices.push(new y.Vector3(t,o,n));for(const{indices:t,flags:o,normal:n}of i.triangles){const i=16&o,s=1&o,r=64&o?3:i?2:s?1:0;0!==r&&e.faces.push(new y.Face3(t[0],t[1],t[2],new y.Vector3(n.x,n.y,n.z),void 0,r))}if(e.faces.length){e.computeBoundingBox(),e.computeBoundingSphere();const i=new y.Mesh(e,ws);i.renderOrder=1,t.add(i);const o=new y.Mesh(e,ks);o.renderOrder=2,t.add(o)}}return t})(e))}load_render_object(e,t){return this.get_area_asset(e,t,"render").then(e=>(function(e){const t=[];e.seek_end(16);const{data_offset:i}=us(e,!1);e.seek_start(i),e.seek(8);const o=e.u32();e.seek(4);const n=e.u32();for(let i=0;it.push({args:i,resolve:e,reject:o}));return 1===t.length&&function(){js(this,void 0,void 0,(function*(){for(;t.length;){const{args:i,resolve:o,reject:n}=t[0];try{o(yield e(...i))}catch(e){n(e)}finally{t.shift()}}}))}(),o}}var Ts=function(e,t,i,o){return new(i||(i=Promise))((function(n,s){function r(e){try{d(o.next(e))}catch(e){s(e)}}function a(e){try{d(o.throw(e))}catch(e){s(e)}}function d(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const Ss=new y.HemisphereLight(16777215,5263440,1.2),xs=new y.Scene,Os=new y.PerspectiveCamera(30,1,10,1e3),Ls=new y.Vector3(1,1,2).normalize(),Ps=1.3/Math.tan(Os.fov/180*Math.PI/2);class Ds{constructor(e,t){this.entity_asset_loader=e,this.cache=new ps,this.render_to_image=Cs(e=>this.entity_asset_loader.load_geometry(e).then(t=>this.entity_asset_loader.load_textures(e).then(i=>{xs.remove(...xs.children),xs.add(Ss);const o=E(e,t,i);xs.add(o);const n=o.geometry.boundingSphere;return Os.position.copy(Ls),Os.position.multiplyScalar(n.radius*Ps),Os.lookAt(n.center),this.renderer.render(xs,Os),this.renderer.domElement.toDataURL()}))),this.renderer=t(),this.renderer.setSize(100,100)}dispose(){this.renderer.dispose(),this.cache.dispose()}render(e){return Ts(this,void 0,void 0,(function*(){return this.cache.get_or_set(e,()=>this.render_to_image(e))}))}}var Bs=i("yub1"),Es=i("iR5r"),Ms=i("4eU9");const Ws=X.a.get("quest_editor/loading/EntityAssetLoader"),qs=new y.CylinderBufferGeometry(3,3,20);qs.translate(0,10,0),qs.computeBoundingBox(),qs.computeBoundingSphere();const Fs=Ms.a.resolve(qs),Vs=[],Us=Ms.a.resolve(Vs);class $s{constructor(e){this.http_client=e,this.disposer=new a.a,this.geom_cache=this.disposer.add(new ps),this.tex_cache=this.disposer.add(new ps),this.warm_up_caches()}dispose(){this.disposer.dispose()}load_geometry(e){return this.geom_cache.get_or_set(e,()=>Ms.a.all(function(e){switch(e){case w.Teleporter:case w.Warp:case w.BossTeleporter:case w.QuestWarp:case w.Epilogue:case w.MainRagolTeleporter:case w.PrincipalWarp:case w.TeleporterDoor:case w.EasterEgg:return[void 0,2];case w.ValentinesHeart:return[void 0,2,3];case w.ChristmasTree:return[void 0,2,3,4];case w.TwentyFirstCentury:return[void 0,2];case w.WelcomeBoard:return[void 0];case w.ForestDoor:return[void 0,2,3,4,5];case w.ForestSwitch:return[void 0,2,3];case w.LaserFence:case w.LaserSquareFence:return[void 0,2];case w.ForestLaserFenceSwitch:return[void 0,2,3];case w.Probe:return[0];case w.RandomTypeBox1:return[2];case w.BlackSlidingDoor:case w.EnergyBarrier:case w.SwitchNoneDoor:return[void 0,2];case w.EnemyBoxGrey:return[2];case w.FixedTypeBox:case w.EnemyBoxBrown:return[3];case w.LaserFenceEx:case w.LaserSquareFenceEx:return[void 0,2];case w.CavesSmashingPillar:return[void 0,3];case w.RobotRechargeStation:return[void 0,2];case w.RuinsTeleporter:return[void 0,2,3,4];case w.RuinsWarpSiteToSite:case w.RuinsSwitch:return[void 0,2];case w.RuinsPillarTrap:return[void 0,2,3,4];case w.RuinsCrystal:return[void 0,2,3];case w.FloatingRocks:return[0];case w.ItemBoxCca:return[void 0,3];case w.TeleporterEp2:case w.CCADoor:return[void 0,2];case w.SpecialBoxCCA:return[void 0,4];case w.BigCCADoor:return[void 0,2,3,4];case w.BigCCADoorSwitch:case w.LaserDetect:case w.LabCeilingWarp:return[void 0,2];case w.BigBrownRock:return[0];case w.BigBlackRocks:return[void 0];case w.BeeHive:return[void 0,0,1];default:return[void 0]}}(e).map(t=>this.load_data(e,Ns.Geometry,t).then(({url:t,data:i})=>{const o=new Ho.a(i,zo.a.Little),n=t.endsWith(".nj")?Object(vs.c)(o):Object(vs.d)(o);return n.success&&n.value.length?n.value:(Ws.warn(`Couldn't parse ${t} for ${x(e)}.`),[])}).catch(t=>(Ws.warn(`Couldn't load geometry file for ${x(e)}.`,t),[])))).then(e=>{const t=e.flat(),i=t[0];for(let e=1;ethis.load_data(e,Ns.Texture,function(e){switch(e){case w.FloatingRocks:case w.BigBrownRock:return 0;default:return}}(e)).then(({data:e})=>{const t=new Ho.a(e,zo.a.Little),i=Object(Bs.b)(t);return i.success?Object(Es.a)(i.value):[]}).catch(t=>(Ws.warn(`Couldn't load texture file for ${x(e)}.`,t),Vs)))}load_data(e,t,i){const o=function e(t,i,o){const n=null==o?"":`-${o}`;if(O(t))switch(t){case I.c.Dubswitch:return`/npcs/${I.c[t]}.${i===Ns.Geometry?"xj":"xvm"}`;case I.c.Hildebear2:return e(I.c.Hildebear,i,o);case I.c.Hildeblue2:return e(I.c.Hildeblue,i,o);case I.c.RagRappy2:return e(I.c.RagRappy,i,o);case I.c.Monest2:return e(I.c.Monest,i,o);case I.c.Mothmant2:return e(I.c.Mothmant,i,o);case I.c.PoisonLily2:return e(I.c.PoisonLily,i,o);case I.c.NarLily2:return e(I.c.NarLily,i,o);case I.c.GrassAssassin2:return e(I.c.GrassAssassin,i,o);case I.c.Dimenian2:return e(I.c.Dimenian,i,o);case I.c.LaDimenian2:return e(I.c.LaDimenian,i,o);case I.c.SoDimenian2:return e(I.c.SoDimenian,i,o);case I.c.DarkBelra2:return e(I.c.DarkBelra,i,o);case I.c.SavageWolf2:return e(I.c.SavageWolf,i,o);case I.c.BarbarousWolf2:return e(I.c.BarbarousWolf,i,o);case I.c.PanArms2:return e(I.c.PanArms,i,o);case I.c.Dubchic2:return e(I.c.Dubchic,i,o);case I.c.Gilchic2:return e(I.c.Gilchic,i,o);case I.c.Garanz2:return e(I.c.Garanz,i,o);case I.c.Dubswitch2:return e(I.c.Dubswitch,i,o);case I.c.Delsaber2:return e(I.c.Delsaber,i,o);case I.c.ChaosSorcerer2:return e(I.c.ChaosSorcerer,i,o);default:return`/npcs/${I.c[t]}${n}.${i===Ns.Geometry?"nj":"xvm"}`}else{if(i!==Ns.Geometry)return`/objects/${C(t).pso_id}${n}.xvm`;switch(t){case w.EasterEgg:case w.ChristmasTree:case w.ChristmasWreath:case w.TwentyFirstCentury:case w.Sonic:case w.WelcomeBoard:case w.FloatingJellyfish:case w.RuinsSeal:case w.Dolphin:case w.Cactus:case w.BigBrownRock:case w.PoisonPlant:case w.BigBlackRocks:case w.FallingRock:case w.DesertFixedTypeBoxBreakableCrystals:case w.BeeHive:return`/objects/${C(t).pso_id}${n}.nj`;default:return`/objects/${C(t).pso_id}${n}.xj`}}}(e,t,i);return this.http_client.get(o).array_buffer().then(e=>({url:o,data:e}))}warm_up_caches(){for(const e of[I.c.Unknown,I.c.Migium,I.c.Hidoom,I.c.DeathGunner,I.c.StRappy,I.c.HalloRappy,I.c.EggRappy,I.c.Migium2,I.c.Hidoom2,I.c.Recon,w.Unknown,w.PlayerSet,w.Particle,w.LightCollision,w.EnvSound,w.FogCollision,w.EventCollision,w.CharaCollision,w.ObjRoomID,w.LensFlare,w.ScriptCollision,w.MapCollision,w.ScriptCollisionA,w.ItemLight,w.RadarCollision,w.FogCollisionSW,w.ImageBoard,w.UnknownItem29,w.UnknownItem30,w.UnknownItem31,w.MenuActivation,w.BoxDetectObject,w.SymbolChatObject,w.TouchPlateObject,w.TargetableObject,w.EffectObject,w.CountDownObject,w.UnknownItem38,w.UnknownItem39,w.UnknownItem40,w.UnknownItem41,w.TelepipeLocation,w.BGMCollision,w.Pioneer2InvisibleTouchplate,w.TempleMapDetect,w.Firework,w.MainRagolTeleporterBattleInNextArea,w.Rainbow,w.FloatingBlueLight,w.PopupTrapNoTech,w.Poison,w.EnemyTypeBoxYellow,w.EnemyTypeBoxBlue,w.EmptyTypeBoxBlue,w.FloatingSoul,w.Butterfly,w.UnknownItem400,w.CCAAreaTeleporter,w.UnknownItem523,w.WhiteBird,w.OrangeBird,w.UnknownItem529,w.UnknownItem530,w.Seagull,w.UnknownItem576,w.WarpInBarbaRayRoom,w.UnknownItem672,w.InstaWarp,w.LabInvisibleObject,w.UnknownItem700,w.Ep4LightSource,w.BreakableBrownRock,w.UnknownItem897,w.UnknownItem898,w.OozingDesertPlant,w.UnknownItem901,w.UnknownItem903,w.UnknownItem904,w.UnknownItem905,w.UnknownItem906,w.DesertPlantHasCollision,w.UnknownItem910,w.UnknownItem912,w.Heat,w.TopOfSaintMillionEgg,w.UnknownItem961])this.geom_cache.set(e,Fs),this.tex_cache.set(e,Us)}}var Ns;!function(e){e[e.Geometry=0]="Geometry",e[e.Texture=1]="Texture"}(Ns||(Ns={}));var As=i("I7a6"),zs=i("LvDl"),Gs=function(e,t,i,o){return new(i||(i=Promise))((function(n,s){function r(e){try{d(o.next(e))}catch(e){s(e)}}function a(e){try{d(o.throw(e))}catch(e){s(e)}}function d(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const Hs="QuestEditorUiPersister.layout_config";class Ks extends As.a{constructor(){super(...arguments),this.persist_layout_config=Object(zs.throttle)(e=>{this.persist(Hs,this.to_persisted_item_config(e))},500,{leading:!1,trailing:!0})}load_layout_config(e){return Gs(this,void 0,void 0,(function*(){const t=yield this.load(Hs);if(t){const i=this.extract_components(e),o=this.sanitized_layout_config(this.from_persisted_item_config(t),i);if(o)return o}}))}sanitized_layout_config(e,t){const i=new Set,o=e.map(e=>this.sanitize_layout_child(e,t,i));if(i.size===t.size)return o.filter(e=>e)}sanitize_layout_child(e,t,i){if(!e)return;switch(e.type){case"component":{if(!("componentName"in e))return;const o=t.get(e.componentName);if(!o)return;i.add(e.componentName),e.id=o.id,e.title=o.title}break;case"stack":if(null==e.content||0===e.content.length)return}e.content&&(e.content=e.content.map(e=>this.sanitize_layout_child(e,t,i)).filter(e=>e));const o=e;return null!=o.activeItemIndex&&(null==o.content||o.activeItemIndex>=o.content.length)&&(o.activeItemIndex=void 0),e}extract_components(e,t=new Map){for(const i of e)"componentName"in i&&t.set(i.componentName,i),i.content&&this.extract_components(i.content,t);return t}to_persisted_item_config(e){return e.map(e=>({id:e.id,type:e.type,componentName:e.componentName,width:e.width,height:e.height,activeItemIndex:e.activeItemIndex,content:e.content&&this.to_persisted_item_config(e.content)}))}from_persisted_item_config(e){return e.map(e=>({id:e.id,type:e.type,componentName:e.componentName,width:e.width,height:e.height,activeItemIndex:e.activeItemIndex,content:e.content&&this.from_persisted_item_config(e.content),isClosable:"component"!==e.type&&void 0}))}}var Qs=i("6cU9"),Ys=i("iUMt");i("jkDf");class Zs extends p.a{constructor(e){super();const t=new _t({text:"New quest",icon_left:u.a.NewFile,items:[s.b.I],to_label:e=>`Episode ${s.b[e]}`}),i=new Qs.a({icon_left:u.a.File,text:"Open file...",accept:".bin, .dat, .qst",multiple:!0,tooltip:"Open a quest file (Ctrl-O)"}),o=new tt.a({text:"Save as...",icon_left:u.a.Save,tooltip:"Save this quest to new file (Ctrl-Shift-S)"}),n=new tt.a({text:"Undo",icon_left:u.a.Undo,tooltip:xn.first_undo.map(e=>(e?`Undo "${e.description}"`:"Nothing to undo")+" (Ctrl-Z)")}),r=new tt.a({text:"Redo",icon_left:u.a.Redo,tooltip:xn.first_redo.map(e=>(e?`Redo "${e.description}"`:"Nothing to redo")+" (Ctrl-Shift-Z)")}),a=new vn.a({items:e.areas,to_label:({label:e})=>e}),d=new tt.a({text:"Debug",icon_left:u.a.Play,tooltip:"Debug the current quest in a virtual machine (F5)"}),l=new tt.a({text:"Continue",icon_left:u.a.SquareArrowRight,tooltip:"Resume execution (F6)"}),_=new tt.a({text:"Step over",icon_left:u.a.LongArrowRight,tooltip:"Execute the next line and step over any function calls (F8)"}),v=new tt.a({text:"Step into",icon_left:u.a.LevelDown,tooltip:"Execute the next line and step inside any function calls (F7)"}),h=new tt.a({text:"Step out",icon_left:u.a.LevelUp,tooltip:"Execute until outside of current call frame (Shift-F8)"}),p=new tt.a({text:"Stop",icon_left:u.a.Stop,tooltip:"Stop execution (Shift-F5)"}),g=[t,i,o,n,r,a];e.vm_feature_active&&g.push(d,l,_,v,h,p),this.toolbar=this.disposable(new Ue.a(...g));const b=this.disposable(new c(e.filename.val,{label:"File name:"})),f=this.disposable(new vn.a({label:"Version:",items:[Po.GC,Po.BB],selected:e.version,to_label:e=>{switch(e){case Po.DC:return"Dreamcast";case Po.GC:return"GameCube";case Po.PC:return"PC";case Po.BB:return"BlueBurst"}}})),m=this.disposable(new tt.a({text:"Save"})),w=this.disposable(new tt.a({text:"Cancel"})),k=this.disposable(new Ys.a({title:"Save As",visible:e.save_as_dialog_visible,content:Object(u.h)({className:"quest_editor_QuestEditorToolBarView_save_as_dialog_content"},b.label.element,b.element,f.label.element,f.element),footer:[m.element,w.element]}));k.element.addEventListener("keydown",t=>{"Enter"===t.key&&e.save_as()}),this.disposables(t.chosen.observe(({value:t})=>e.create_new_quest(t)),i.files.observe(({value:t})=>e.parse_files(t)),o.onclick.observe(e.save_as_clicked),o.enabled.bind_to(e.can_save),k.ondismiss.observe(e.dismiss_save_as_dialog),b.value.bind_to(e.filename),b.value.observe(({value:t})=>e.set_filename(t)),f.selected.observe(({value:t})=>{null!=t&&e.set_version(t)}),m.onclick.observe(e.save_as),w.onclick.observe(e.dismiss_save_as_dialog),n.onclick.observe(()=>xn.undo()),n.enabled.bind_to(e.can_undo),r.onclick.observe(()=>xn.redo()),r.enabled.bind_to(e.can_redo),a.selected.bind_to(e.current_area),a.selected.observe(({value:t})=>e.set_area(t)),a.enabled.bind_to(e.can_select_area),d.onclick.observe(e.debug),d.enabled.bind_to(e.can_debug),l.onclick.observe(e.resume),l.enabled.bind_to(e.can_step),_.onclick.observe(e.step_over),_.enabled.bind_to(e.can_step),v.onclick.observe(e.step_in),v.enabled.bind_to(e.can_step),h.onclick.observe(e.step_out),h.enabled.bind_to(e.can_step),p.onclick.observe(e.stop),p.enabled.bind_to(e.can_stop)),this.finalize_construction()}get element(){return this.toolbar.element}get height(){return this.toolbar.height}}var Js=i("mKaR");const Xs=X.a.get("quest_editor/model/QuestModel");class er{constructor(e,t,i,o,n,r,a,d,c,l,_,u,v,h){this.area_store=e,this._id=Object(M.e)(0),this._language=Object(M.e)(0),this._name=Object(M.e)(""),this._short_description=Object(M.e)(""),this._long_description=Object(M.e)(""),this._area_variants=Object(M.c)(),this.id=this._id,this.language=this._language,this.name=this._name,this.short_description=this._short_description,this.long_description=this._long_description,this.area_variants=this._area_variants,this.update_area_variants=()=>{const e=new Map;for(const t of this.entities_per_area.val.keys())try{e.set(t,this.area_store.get_variant(this.episode,t,0))}catch(e){Xs.warn(e)}for(const[t,i]of this.map_designations.val)try{e.set(t,this.area_store.get_variant(this.episode,t,i))}catch(e){Xs.warn(e)}this._area_variants.val=[...e.values()]},Object(s.c)(a),Object($.f)(d,"map_designations"),Object($.j)(c,"objs"),Object($.j)(l,"npcs"),Object($.f)(_,"event_dags"),Object($.j)(u,"dat_unknowns"),Object($.j)(v,"object_code"),Object($.j)(h,"shop_items"),this.set_id(t),this.set_language(i),this.set_name(o),this.set_short_description(n),this.set_long_description(r),this.episode=a,this._map_designations=Object(M.e)(d),this.map_designations=this._map_designations,this._objects=Object(M.c)(void 0,...c),this.objects=this._objects,this._npcs=Object(M.c)(void 0,...l),this.npcs=this._npcs,this.event_dags=_,this.dat_unknowns=u,this.object_code=v,this.shop_items=h,this.entities_per_area=Object(M.d)((e,t)=>{const i=new Map;for(const t of e)i.set(t.area_id,(i.get(t.area_id)||0)+1);for(const e of t)i.set(e.area_id,(i.get(e.area_id)||0)+1);return i},this.npcs,this.objects),this.entities_per_area.observe(this.update_area_variants,{call_now:!0}),this.map_designations.observe(this.update_area_variants,{call_now:!0})}set_id(e){return Object($.d)(e>=0,`id should be greater than or equal to 0, was ${e}.`),this._id.val=e,this}set_language(e){return Object($.d)(e>=0,`language should be greater than or equal to 0, was ${e}.`),this._language.val=e,this}set_name(e){return Object($.d)(e.length<=32,`name can't be longer than 32 characters, got "${e}".`),this._name.val=e,this}set_short_description(e){return Object($.d)(e.length<=128,`short_description can't be longer than 128 characters, got "${e}".`),this._short_description.val=e,this}set_long_description(e){return Object($.d)(e.length<=288,`long_description can't be longer than 288 characters, got "${e}".`),this._long_description.val=e,this}set_map_designations(e){return this._map_designations.val=e,this}add_entity(e){if(e instanceof me)this.add_object(e);else{if(!(e instanceof Q))throw new Error(`${x(e.type)} not supported.`);this.add_npc(e)}}add_object(e){this._objects.push(e)}add_npc(e){this._npcs.push(e)}remove_entity(e){if(e instanceof me)this._objects.remove(e);else{if(!(e instanceof Q))throw new Error(`${x(e.type)} not supported.`);this._npcs.remove(e)}}insert_event(e,t,i,o){const n=t.wave.area_id.val;let s=this.event_dags.get(n);s||(s=new it(n),this.event_dags.set(n,s)),s.insert_event(e,t,i,o)}get_event_dag_or_create(e){let t=this.event_dags.get(e);return t||(t=new it(e),this.event_dags.set(e,t)),t}add_event(e,t,i){const o=e.wave.area_id.val;let n=this.event_dags.get(o);n||(n=new it(o),this.event_dags.set(o,n)),n.add_event(e,t,i)}remove_event(e,t){for(const e of this.npcs)e.wave.val===t.wave&&e.set_wave(void 0);e.remove_event(t)}}var tr;!function(e){e[e.Int=0]="Int",e[e.Float=1]="Float",e[e.InvalidNumber=2]="InvalidNumber",e[e.Register=3]="Register",e[e.Label=4]="Label",e[e.CodeSection=5]="CodeSection",e[e.DataSection=6]="DataSection",e[e.StringSection=7]="StringSection",e[e.InvalidSection=8]="InvalidSection",e[e.String=9]="String",e[e.UnterminatedString=10]="UnterminatedString",e[e.Ident=11]="Ident",e[e.InvalidIdent=12]="InvalidIdent",e[e.ArgSeparator=13]="ArgSeparator"}(tr||(tr={}));class ir{constructor(){this.index=0,this._mark=0}get col(){return this.index+1}tokenize_line(e){this.line=e,this.index=0,this._mark=0;const t=[];for(;this.has_next();){const e=this.peek();let i;if("/"===e){if(this.skip(),"/"===this.peek())break;this.back()}/\s/.test(e)?this.skip():(/[-\d]/.test(e)?i=this.tokenize_number_or_label():","===e?(i={type:tr.ArgSeparator,col:this.col,len:1},this.skip()):i="."===e?this.tokenize_section():'"'===e?this.tokenize_string():"r"===e?this.tokenize_register_or_ident():this.tokenize_ident(),t.push(i))}return t}has_next(){return this.index!]*$/.test(t)?tr.Ident:tr.InvalidIdent;return i===tr.Ident?{type:i,col:e,len:this.marked_len(),value:t}:{type:i,col:e,len:this.marked_len()}}}const or=X.a.get("quest_editor/scripting/assembly");class nr{constructor(e,t){this.assembly=e,this.manual_stack=t,this.lexer=new ir,this.section=Bo.Instructions,this.first_section_marker=!0,this.prev_line_had_label=!1}assemble(){this.line_no=1,this.object_code=[],this.warnings=[],this.errors=[],this.labels=new Set,this.section=Bo.Instructions,this.first_section_marker=!0,this.prev_line_had_label=!1;for(const e of this.assembly){if(this.tokens=this.lexer.tokenize_line(e),this.tokens.length>0){const e=this.tokens.shift();let t=!1;switch(e.type){case tr.Label:this.parse_label(e),t=!0;break;case tr.CodeSection:case tr.DataSection:case tr.StringSection:this.parse_section(e);break;case tr.Int:this.section===Bo.Data?this.parse_bytes(e):this.add_error({col:e.col,length:e.len,message:"Unexpected token."});break;case tr.String:this.section===Bo.String?this.parse_string(e):this.add_error({col:e.col,length:e.len,message:"Unexpected token."});break;case tr.Ident:this.section===Bo.Instructions?this.parse_instruction(e):this.add_error({col:e.col,length:e.len,message:"Unexpected token."});break;case tr.InvalidSection:this.add_error({col:e.col,length:e.len,message:"Invalid section type."});break;case tr.InvalidIdent:this.add_error({col:e.col,length:e.len,message:"Invalid identifier."});break;default:this.add_error({col:e.col,length:e.len,message:"Unexpected token."})}this.prev_line_had_label=t}this.line_no++}return{object_code:this.object_code,warnings:this.warnings,errors:this.errors}}add_instruction(e,t,i,o,n,s){if(this.segment)this.segment.type===Bo.Instructions?this.segment.instructions.push(Mo(e,t,{mnemonic:o&&{line_no:this.line_no,col:o.col,len:o.len},args:n.map(e=>({line_no:this.line_no,col:e.col,len:e.len})),stack_args:s.map((e,t)=>({line_no:this.line_no,col:e.col,len:e.len,value:i[t].value}))})):or.error(`Line ${this.line_no}: Expected instructions segment.`);else{const e={labels:[],type:Bo.Instructions,instructions:[],asm:{labels:[]}};this.segment=e,this.object_code.push(e)}}add_bytes(e){if(this.segment)if(this.segment.type===Bo.Data){const t=new ArrayBuffer(this.segment.data.byteLength+e.length),i=new Uint8Array(t);i.set(new Uint8Array(this.segment.data)),i.set(new Uint8Array(e),this.segment.data.byteLength),this.segment.data=t}else or.error(`Line ${this.line_no}: Expected data segment.`);else{const t={labels:[],type:Bo.Data,data:new Uint8Array(e).buffer,asm:{labels:[]}};this.segment=t,this.object_code.push(t)}}add_string(e){if(this.segment)this.segment.type===Bo.String?this.segment.value+=e:or.error(`Line ${this.line_no}: Expected string segment.`);else{const t={labels:[],type:Bo.String,value:e,asm:{labels:[]}};this.segment=t,this.object_code.push(t)}}add_error({col:e,length:t,message:i}){this.errors.push({line_no:this.line_no,col:e,length:t,message:i})}add_warning({col:e,length:t,message:i}){this.warnings.push({line_no:this.line_no,col:e,length:t,message:i})}parse_label({col:e,len:t,value:i}){this.labels.has(i)&&this.add_error({col:e,length:t,message:"Duplicate label."}),this.labels.add(i);const o=this.tokens.shift(),n={line_no:this.line_no,col:e,len:t};if(this.prev_line_had_label){const e=this.object_code[this.object_code.length-1];e.labels.push(i),e.asm.labels.push(n)}switch(this.section){case Bo.Instructions:this.prev_line_had_label||(this.segment={type:Bo.Instructions,labels:[i],instructions:[],asm:{labels:[n]}},this.object_code.push(this.segment)),o&&(o.type===tr.Ident?this.parse_instruction(o):this.add_error({col:o.col,length:o.len,message:"Expected opcode mnemonic."}));break;case Bo.Data:this.prev_line_had_label||(this.segment={type:Bo.Data,labels:[i],data:new ArrayBuffer(0),asm:{labels:[n]}},this.object_code.push(this.segment)),o&&(o.type===tr.Int?this.parse_bytes(o):this.add_error({col:o.col,length:o.len,message:"Expected bytes."}));break;case Bo.String:this.prev_line_had_label||(this.segment={type:Bo.String,labels:[i],value:"",asm:{labels:[n]}},this.object_code.push(this.segment)),o&&(o.type===tr.String?this.parse_string(o):this.add_error({col:o.col,length:o.len,message:"Expected a string."}))}}parse_section({type:e,col:t,len:i}){let o;switch(e){case tr.CodeSection:o=Bo.Instructions;break;case tr.DataSection:o=Bo.Data;break;case tr.StringSection:o=Bo.String}this.section!==o||this.first_section_marker||this.add_warning({col:t,length:i,message:"Unnecessary section marker."}),this.section=o,this.first_section_marker=!1;const n=this.tokens.shift();n&&this.add_error({col:n.col,length:n.len,message:"Unexpected token."})}parse_instruction(e){const{col:t,len:i,value:o}=e,n=Ft.get(o);if(n){const i=-1!==n.params.findIndex(e=>e.type.kind===ft.ILabelVar||e.type.kind===ft.RegRefVar),o=this.manual_stack&&n.stack===Mt.Pop?0:n.params.length;let s=0;for(const e of this.tokens)e.type!==tr.ArgSeparator&&s++;const r=this.tokens[this.tokens.length-1],a=r?r.col+r.len-t:0,d=[],c=[];if(!i&&s!==o)return void this.add_error({col:t,length:a,message:`Expected ${o} argument${1===o?"":"s"}, got ${s}.`});if(i&&sd?this.add_error({col:n,length:s,message:`${r}-Bit integer can't be greater than ${d}.`}):i.push([{value:o},t])}parse_register(e,t){const{col:i,len:o,value:n}=e;n>255?this.add_error({col:i,length:o,message:"Invalid register reference, expected r0-r255."}):t.push([{value:n},e])}parse_bytes(e){const t=[];let i=e,o=0;for(;i.type===tr.Int&&(i.value<0?this.add_error({col:i.col,length:i.len,message:"Unsigned 8-bit integer can't be less than 0."}):i.value>255&&this.add_error({col:i.col,length:i.len,message:"Unsigned 8-bit integer can't be greater than 255."}),t.push(i.value),o"))}}function sr(e,t){if(t===s.b.II)throw new Error("Episode II not yet supported.");if(t===s.b.IV)throw new Error("Episode IV not yet supported.");return new er(e,0,0,"Untitled","Created with phantasmal.world.","Created with phantasmal.world.",t,(new Map).set(0,0),[new me(w.MenuActivation,16384,0,0,10,new y.Vector3(-16.313568115234375,3,-579.5118408203125),N(.0009587526218325454,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365279104]]),[[2,0,0,0,0,0],[0,0]]),new me(w.MenuActivation,16385,0,0,10,new y.Vector3(-393.07318115234375,10,-12.964752197265625),N(0,0,0),new Map([["property_0",9183549615799121e-56],["property_1",1.0000011920928955],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365279264]]),[[2,0,1,0,0,0],[0,0]]),new me(w.MenuActivation,16386,0,0,10,new y.Vector3(-458.60699462890625,10,-51.270660400390625),N(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",2],["property_4",65536],["property_5",10],["property_6",2365279424]]),[[2,0,2,0,0,0],[0,0]]),new me(w.MenuActivation,16387,0,0,10,new y.Vector3(-430.19696044921875,10,-24.490447998046875),N(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",3],["property_4",0],["property_5",0],["property_6",2365279584]]),[[2,0,3,0,0,0],[0,0]]),new me(w.PlayerSet,16388,0,0,10,new y.Vector3(.995330810546875,0,-37.0010986328125),N(0,4.712460886831327,0),new Map([["property_0",0],["property_1",1],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365279744]]),[[2,0,4,0,0,0],[0,0]]),new me(w.PlayerSet,16389,0,0,10,new y.Vector3(3.0009307861328125,0,-23.99688720703125),N(0,4.859725289544806,0),new Map([["property_0",1.000000238418579],["property_1",1],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365279904]]),[[2,0,5,0,0,0],[0,0]]),new me(w.PlayerSet,16390,0,0,10,new y.Vector3(2.0015106201171875,0,-50.00386047363281),N(0,4.565196484117848,0),new Map([["property_0",2.000002384185791],["property_1",1],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365280064]]),[[2,0,6,0,0,0],[0,0]]),new me(w.PlayerSet,16391,0,0,10,new y.Vector3(4.9973907470703125,0,-61.99664306640625),N(0,4.368843947166543,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",65536],["property_4",10],["property_5",0],["property_6",2365280224]]),[[2,0,7,0,0,0],[0,0]]),new me(w.MainRagolTeleporter,18264,0,0,10,new y.Vector3(132.00314331054688,1.000000238418579,-265.002197265625),N(0,.49088134237826325,0),new Map([["property_0",1.000000238418579],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365227216]]),[[0,0,87,7,0,0],[0,0]]),new me(w.PrincipalWarp,16393,0,0,10,new y.Vector3(-228,0,-2020.99951171875),N(0,2.9452880542695796,0),new Map([["property_0",-10.000004768371582],["property_1",0],["property_2",-30.000030517578125],["property_3",0],["property_4",65536],["property_5",65536],["property_6",2365280688]]),[[2,0,9,0,0,0],[0,0]]),new me(w.MenuActivation,16394,0,0,10,new y.Vector3(-41.000030517578125,0,42.37322998046875),N(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",4],["property_4",0],["property_5",0],["property_6",2365280992]]),[[2,0,10,0,0,0],[1,0]]),new me(w.MenuActivation,16395,0,0,10,new y.Vector3(-479.21673583984375,8.781256675720215,-322.465576171875),N(6.28328118244177,.0009587526218325454,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",5],["property_4",0],["property_5",0],["property_6",2365281152]]),[[2,0,11,0,0,0],[0,0]]),new me(w.PrincipalWarp,16396,0,0,10,new y.Vector3(-228,0,-351.0015869140625),N(0,0,0),new Map([["property_0",10.000006675720215],["property_1",0],["property_2",-1760.0010986328125],["property_3",32768],["property_4",0],["property_5",0],["property_6",2365281312]]),[[2,0,12,0,0,0],[0,0]]),new me(w.TelepipeLocation,16397,0,0,10,new y.Vector3(-561.88232421875,0,-406.8829345703125),N(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365281616]]),[[2,0,13,0,0,0],[0,0]]),new me(w.TelepipeLocation,16398,0,0,10,new y.Vector3(-547.8557739257812,0,-444.8822326660156),N(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365281808]]),[[2,0,14,0,0,0],[0,0]]),new me(w.TelepipeLocation,16399,0,0,10,new y.Vector3(-486.441650390625,0,-497.4501647949219),N(0,0,0),new Map([["property_0",9183549615799121e-56],["property_1",1.0000011920928955],["property_2",1],["property_3",3],["property_4",0],["property_5",0],["property_6",2365282e3]]),[[2,0,15,0,0,0],[0,0]]),new me(w.TelepipeLocation,16400,0,0,10,new y.Vector3(-522.4052734375,0,-474.1882629394531),N(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",2],["property_4",65536],["property_5",10],["property_6",2365282192]]),[[2,0,16,0,0,0],[0,0]]),new me(w.MedicalCenterDoor,16401,0,0,10,new y.Vector3(-34.49853515625,0,-384.4951171875),N(0,5.497871034636549,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365282384]]),[[2,0,17,0,0,0],[0,0]]),new me(w.ShopDoor,16402,0,0,10,new y.Vector3(-393.0031433105469,0,-143.49981689453125),N(0,3.141640591220885,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365282640]]),[[2,0,18,0,0,0],[0,0]]),new me(w.MenuActivation,16403,0,0,10,new y.Vector3(-355.17462158203125,0,-43.15193176269531),N(0,0,0),new Map([["property_0",1.000000238418579],["property_1",1],["property_2",1],["property_3",6],["property_4",0],["property_5",0],["property_6",2365282896]]),[[2,0,19,0,0,0],[0,0]]),new me(w.HuntersGuildDoor,16404,0,0,10,new y.Vector3(-43.00239562988281,0,-118.00120544433594),N(0,3.141640591220885,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283056]]),[[2,0,20,0,0,0],[0,0]]),new me(w.TeleporterDoor,16405,0,0,10,new y.Vector3(26.000823974609375,0,-265.99810791015625),N(0,3.141640591220885,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283312]]),[[2,0,21,0,0,0],[0,0]]),new me(w.PlayerSet,16406,0,0,10,new y.Vector3(57.81005859375,0,-268.5472412109375),N(0,4.712460886831327,0),new Map([["property_0",0],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283568]]),[[2,0,22,0,0,0],[0,0]]),new me(w.PlayerSet,16407,0,0,10,new y.Vector3(66.769287109375,0,-252.3748779296875),N(0,4.712460886831327,0),new Map([["property_0",1.000000238418579],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283728]]),[[2,0,23,0,0,0],[0,0]]),new me(w.PlayerSet,16408,0,0,10,new y.Vector3(67.36819458007812,0,-284.9297180175781),N(0,4.712460886831327,0),new Map([["property_0",2.000000476837158],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283888]]),[[2,0,24,0,0,0],[0,0]]),new me(w.PlayerSet,16409,0,0,10,new y.Vector3(77.10488891601562,0,-269.2830505371094),N(0,4.712460886831327,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365284048]]),[[2,0,25,0,0,0],[0,0]])],[new Q(I.c.GuildLady,29,1011.0010986328125,void 0,0,850,0,0,10,new y.Vector3(-49.0010986328125,0,50.996429443359375),N(0,2.3562304434156633,0),new y.Vector3(0,0,0),[[0,0,7,86,0,0,0,0,23,87],[128,238,223,176]]),new Q(I.c.FemaleFat,4,1016.0010986328125,void 0,0,100,1,0,20,new y.Vector3(167.99769592285156,0,83.99686431884766),N(0,3.927050739026106,0),new y.Vector3(24.000009536743164,0,0),[[0,0,7,88,0,0,0,0,23,89],[128,238,232,48]]),new Q(I.c.MaleDwarf,10,1015.0010986328125,void 0,0,90,1,0,20,new y.Vector3(156.0028839111328,0,-49.99967575073242),N(0,5.497871034636549,0),new y.Vector3(30.000009536743164,0,0),[[0,0,7,89,0,0,0,0,23,90],[128,238,236,176]]),new Q(I.c.RedSoldier,26,1020.0010986328125,void 0,0,130,0,0,20,new y.Vector3(237.9988250732422,0,-14.0001220703125),N(0,5.497871034636549,0),new y.Vector3(0,0,0),[[0,0,7,90,0,0,0,0,23,91],[128,238,241,48]]),new Q(I.c.BlueSoldier,25,1019.0010986328125,void 0,0,120,0,0,20,new y.Vector3(238.00379943847656,0,63.00413513183594),N(0,3.927050739026106,0),new y.Vector3(0,0,0),[[0,0,7,91,0,0,0,0,23,92],[128,238,245,176]]),new Q(I.c.FemaleMacho,5,1014.0010986328125,void 0,0,80,1,0,20,new y.Vector3(-2.001882553100586,0,35.0036506652832),N(0,3.141640591220885,0),new y.Vector3(26.000009536743164,0,0),[[0,0,7,92,0,0,0,0,23,93],[128,238,250,48]]),new Q(I.c.Scientist,30,1013.0010986328125,void 0,0,70,1,0,20,new y.Vector3(-147.0000457763672,0,-7.996537208557129),N(0,2.577127047485882,0),new y.Vector3(30.000009536743164,0,0),[[0,0,7,93,0,0,0,0,23,94],[128,238,254,176]]),new Q(I.c.MaleOld,13,1012.0010986328125,void 0,0,60,1,0,20,new y.Vector3(-219.99710083007812,0,-100.0008316040039),N(0,0,0),new y.Vector3(30.000011444091797,0,0),[[0,0,7,94,0,0,0,0,23,95],[128,239,3,48]]),new Q(I.c.GuildLady,29,1010.0010986328125,void 0,0,840,0,0,20,new y.Vector3(-262.5099792480469,0,-24.53999900817871),N(0,1.963525369513053,0),new y.Vector3(0,0,0),[[0,0,7,95,0,0,0,0,23,106],[128,239,100,192]]),new Q(I.c.Tekker,28,1009,void 0,0,830,0,0,30,new y.Vector3(-43.70983123779297,2.5999999046325684,-52.78248596191406),N(0,.7854101478052212,0),new y.Vector3(0,0,0),[[0,0,7,97,0,0,0,0,23,98],[128,239,16,176]]),new Q(I.c.MaleMacho,12,1006,void 0,0,800,0,0,30,new y.Vector3(.33990478515625,2.5999999046325684,-84.71995544433594),N(0,0,0),new y.Vector3(0,0,0),[[0,0,7,98,0,0,0,0,23,99],[128,239,21,48]]),new Q(I.c.FemaleMacho,5,1008,void 0,0,820,0,0,30,new y.Vector3(43.87113952636719,2.5999996662139893,-74.80299377441406),new y.Euler(0,-.5645135437350027,0,"ZXY"),new y.Vector3(0,0,0),[[0,0,7,99,0,0,0,0,23,100],[128,239,25,176]]),new Q(I.c.MaleFat,11,1007.0010986328125,void 0,0,810,0,0,30,new y.Vector3(75.88380432128906,2.5999996662139893,-42.69328308105469),new y.Euler(0,-1.0308508189943528,0,"ZXY"),new y.Vector3(0,0,0),[[0,0,7,100,0,0,0,0,23,101],[128,239,30,48]]),new Q(I.c.FemaleTall,7,1021.0010986328125,void 0,0,140,1,0,30,new y.Vector3(16.003997802734375,0,5.995697021484375),new y.Euler(0,-1.1781152217078317,0,"ZXY"),new y.Vector3(22.000009536743164,0,0),[[0,0,7,101,0,0,0,0,23,102],[128,239,34,176]]),new Q(I.c.Nurse,31,1017,void 0,0,860,0,0,40,new y.Vector3(.3097381591796875,3,-105.3865966796875),N(0,0,0),new y.Vector3(0,0,0),[[0,0,7,102,0,0,0,0,23,103],[128,239,39,48]]),new Q(I.c.Nurse,31,1018.0010986328125,void 0,0,110,1,0,40,new y.Vector3(53.499176025390625,0,-26.496688842773438),N(0,5.497871034636549,0),new y.Vector3(18.000009536743164,0,0),[[0,0,7,103,0,0,0,0,23,104],[128,239,43,176]])],new Map,[],function(e,t=!1){or.trace("assemble start");const i=new nr(e,t).assemble();return or.trace(`assemble end with ${i.warnings.length} warnings and ${i.errors.length} errors.`),i}(".code\n\n0:\n set_episode 0\n set_floor_handler 0, 150\n bb_map_designate 0, 0, 0, 0\n ret\n150:\n leti r60, 237\n leti r61, 0\n leti r62, 333\n leti r63, -15\n p_setpos 0, r60\n leti r60, 255\n leti r61, 0\n leti r62, 338\n leti r63, -43\n p_setpos 1, r60\n leti r60, 222\n leti r61, 0\n leti r62, 322\n leti r63, 25\n p_setpos 2, r60\n leti r60, 248\n leti r61, 0\n leti r62, 323\n leti r63, -20\n p_setpos 3, r60\n ret".split("\n")).object_code,[])}var rr=i("iPoI"),ar=i("/Wax"),dr=i("tjEv");function cr(e){const t=new lr(e.size,e.endianness);for(;e.bytes_left;){let i=0,o=0;const n=Math.max(0,e.position-Math.min(2048,e.bytes_left));for(let t=e.position-255;t>=n;t--){let n=e.position,s=t,r=0;for(;n+3=o&&(i=t,o=r,r>=255))break}o<3?t.add_u8(e.u8()):(t.copy(i-e.position,o),e.seek(o))}return t.finalize()}class lr{constructor(e,t){this.flags=0,this.flag_bits_left=0,this.flag_offset=0,this.output=new ar.a(new dr.a(e),t)}add_u8(e){this.write_control_bit(1),this.write_u8(e)}copy(e,t){e>-256&&t<=5?this.short_copy(e,t):this.long_copy(e,t)}finalize(){this.write_control_bit(0),this.write_control_bit(1),this.flags>>>=this.flag_bits_left;const e=this.output.position;return this.output.seek_start(this.flag_offset).write_u8(this.flags).seek_start(e),this.write_u8(0),this.write_u8(0),this.output.seek_start(0)}write_control_bit(e){if(0==this.flag_bits_left--){const e=this.output.position;this.output.seek_start(this.flag_offset).write_u8(this.flags).seek_start(e).write_u8(0),this.flag_offset=e,this.flag_bits_left=7}this.flags>>>=1,e&&(this.flags|=128)}write_u8(e){this.output.write_u8(e)}short_copy(e,t){t-=2,this.write_control_bit(0),this.write_control_bit(0),this.write_control_bit(t>>>1&1),this.write_control_bit(1&t),this.write_u8(255&e)}long_copy(e,t){t<=9?(this.write_control_bit(0),this.write_control_bit(1),this.write_u8(e<<3&248|t-2&7),this.write_u8(e>>5&255)):(this.write_control_bit(0),this.write_control_bit(1),this.write_u8(e<<3&248),this.write_u8(e>>5&255),this.write_u8(t-1))}}var _r=i("IMNf");const ur=X.a.get("core/data_formats/parsing/quest/bin"),vr=468,hr=920,pr=4652;const gr=X.a.get("core/data_formats/parsing/quest/dat"),br=68,fr=72;var mr;function wr({objs:e,npcs:t,events:i,unknowns:o}){const n=new dr.a(e.length*(16+br)+t.length*(16+fr)+o.reduce((e,t)=>e+t.total_size,0)),s=new ar.a(n,zo.a.Little);!function(e,t){const i=Object(zs.groupBy)(t,e=>e.area_id),o=Object.keys(i).map(e=>parseInt(e,10)).sort((e,t)=>e-t);for(const t of o){const o=i[t],n=o.length*br;e.write_u32(1),e.write_u32(n+16),e.write_u32(t),e.write_u32(n);for(const t of o)Object($.d)(2===t.unknown.length,()=>`unknown should be of length 2, was ${t.unknown.length}`),e.write_u16(t.type_id),Object($.d)(6===t.unknown[0].length,()=>`unknown[0] should be of length 6, was ${t.unknown[0].length}`),e.write_u8_array(t.unknown[0]),e.write_u16(t.id),e.write_u16(t.group_id),e.write_u16(t.section_id),Object($.d)(2===t.unknown[1].length,()=>`unknown[1] should be of length 2, was ${t.unknown[1].length}`),e.write_u8_array(t.unknown[1]),e.write_vec3_f32(t.position),e.write_i32(Math.round(t.rotation.x/(2*Math.PI)*65535)),e.write_i32(Math.round(t.rotation.y/(2*Math.PI)*65535)),e.write_i32(Math.round(t.rotation.z/(2*Math.PI)*65535)),Object($.d)(7===t.properties.length,()=>`properties should be of length 7, was ${t.properties.length}`),e.write_f32(t.properties[0]),e.write_f32(t.properties[1]),e.write_f32(t.properties[2]),e.write_u32(t.properties[3]),e.write_u32(t.properties[4]),e.write_u32(t.properties[5]),e.write_u32(t.properties[6])}}(s,e),function(e,t){const i=Object(zs.groupBy)(t,e=>e.area_id),o=Object.keys(i).map(e=>parseInt(e,10)).sort((e,t)=>e-t);for(const t of o){const o=i[t],n=o.length*fr;e.write_u32(2),e.write_u32(n+16),e.write_u32(t),e.write_u32(n);for(const t of o)Object($.d)(2===t.unknown.length,()=>`unknown should be of length 2, was ${t.unknown.length}`),e.write_u16(t.type_id),Object($.d)(10===t.unknown[0].length,()=>`unknown[0] should be of length 10, was ${t.unknown[0].length}`),e.write_u8_array(t.unknown[0]),e.write_u16(t.section_id),e.write_u16(t.wave),e.write_u32(t.wave2),e.write_vec3_f32(t.position),e.write_i32(Math.round(t.rotation.x/(2*Math.PI)*65535)),e.write_i32(Math.round(t.rotation.y/(2*Math.PI)*65535)),e.write_i32(Math.round(t.rotation.z/(2*Math.PI)*65535)),e.write_vec3_f32(t.scale),e.write_f32(t.npc_id),e.write_f32(t.script_label),e.write_u32(t.roaming),Object($.d)(4===t.unknown[1].length,()=>`unknown[1] should be of length 4, was ${t.unknown[1].length}`),e.write_u8_array(t.unknown[1])}}(s,t),function(e,t){const i=Object(zs.groupBy)(t,e=>e.area_id),o=Object.keys(i).map(e=>parseInt(e,10)).sort((e,t)=>e-t);for(const t of o){const o=i[t];e.write_u32(3);const n=e.position;e.write_u32(0),e.write_u32(t);const s=e.position;e.write_u32(0);const r=e.position,a=r+16+20*o.length;e.size=Math.max(a,e.size),e.write_u32(a-r),e.write_u32(16),e.write_u32(o.length),e.write_u32(0);let d=0;for(const t of o){e.write_u32(t.id),e.write_u32(65536),e.write_u16(t.section_id),e.write_u16(t.wave),e.write_u16(t.delay),e.write_u16(t.unknown),e.write_u32(d);const i=e.position;e.seek_start(a+d);for(const i of t.actions)switch(e.write_u8(i.type),i.type){case mr.SpawnNpcs:e.write_u16(i.section_id),e.write_u16(i.appear_flag);break;case mr.Unlock:case mr.Lock:e.write_u16(i.door_id);break;case mr.TriggerEvent:e.write_u32(i.event_id);break;default:throw new Error(`Unknown event action type ${i.type}.`)}e.write_u8(1),d=e.position-a,e.seek_start(i)}for(e.seek_start(a+d);(e.position-a)%4!=0;)e.write_u8(255);const c=e.position;e.seek_start(n),e.write_u32(c-r+16),e.seek_start(s),e.write_u32(c-r),e.seek_start(c)}}(s,i);for(const e of o)s.write_u32(e.entity_type),s.write_u32(e.total_size),s.write_u32(e.area_id),s.write_u32(e.entities_size),s.write_u8_array(e.data);return s.write_u32(0),s.write_u32(0),s.write_u32(0),s.write_u32(0),n}function kr(e,t,i){const o=Math.floor(e.size/br);for(let n=0;n=l;){const r=e.position;let a;switch(t){case Po.DC:case Po.GC:e.seek(1),a=e.u8(),e.seek(2);break;case Po.PC:e.seek(3),a=e.u8();break;case Po.BB:e.seek(4),a=e.u32()}const d=e.string_ascii(16,!0,!0);let u=c.get(d);if(!u){const e=i.get(d);u={name:d,expected_size:null===(o=e)||void 0===o?void 0:o.size,cursor:new ar.a(new dr.a((s=null===(n=e)||void 0===n?void 0:n.size,null!=s?s:10*Or)),zo.a.Little),chunk_nos:new Set},c.set(d,u)}u.chunk_nos.has(a)?jr.warn(`File chunk number ${a} of file ${d} was already encountered, overwriting previous chunk.`):u.chunk_nos.add(a);let v=e.seek(Or).u32();e.seek(-Or-4),v>Or&&(jr.warn(`Data segment size of ${v} is larger than expected maximum size, reading just ${Or} bytes.`),v=Or);const h=e.take(v),p=a*Or;if(u.cursor.size=Math.max(p+v,u.cursor.size),u.cursor.seek_start(p).write_cursor(h),e.seek(Or+_-h.size),e.position!==r+l)throw new Error(`Read ${e.position-r} file chunk message bytes instead of expected ${l}.`)}e.bytes_left&&jr.warn(`${e.bytes_left} Bytes left in file.`);for(const e of c.values()){e.cursor.seek_start(0),e.chunk_nos=new Set(Array.from(e.chunk_nos.values()).sort((e,t)=>e-t)),null!=e.expected_size&&e.cursor.size!==e.expected_size&&jr.warn(`File ${e.name} has an actual size of ${e.cursor.size} instead of the expected size ${e.expected_size}.`);const t=Math.max(e.cursor.size,null!=(r=e.expected_size)?r:0),i=Math.ceil(t/Or);for(let t=0;t[e.filename,e])))}}function Mr({version:e,online:t,files:i}){let o,n;switch(e){case Po.DC:case Po.GC:case Po.PC:o=Cr,n=Pr;break;case Po.BB:o=Tr,n=Br}const s=i.map(e=>o+Math.ceil(e.data.byteLength/Or)*n).reduce((e,t)=>e+t),r=new ArrayBuffer(s),a=new Ho.a(r,zo.a.Little);if(function(e,t,i,o,n){var s,r,a,d,c,l,_,u;let v,h;i===Po.BB?(v=65535,h=23):(v=255,h=31);for(const p of t)switch(Object($.d)(null==p.id||0<=p.id&&p.id<=v,()=>`Quest ID should be between 0 and ${v}, inclusive.`),Object($.d)(null==p.quest_name||p.quest_name.length<=h,()=>`File ${p.filename} has a quest name longer than ${h} characters (${p.quest_name}).`),Object($.d)(p.filename.length<=15,()=>`File ${p.filename} has a filename longer than 15 characters.`),i){case Po.DC:e.write_u8(o?Sr:xr),e.write_u8(null!=(s=p.id)?s:0),e.write_u16(n),e.write_string_ascii(null!=(r=p.quest_name)?r:p.filename,32),e.write_u8(0),e.write_u8(0),e.write_u8(0),e.write_string_ascii(p.filename,16),e.write_u8(0),e.write_u32(p.data.byteLength);break;case Po.GC:e.write_u8(o?Sr:xr),e.write_u8(null!=(a=p.id)?a:0),e.write_u16(n),e.write_string_ascii(null!=(d=p.quest_name)?d:p.filename,32),e.write_u32(0),e.write_string_ascii(p.filename,16),e.write_u32(p.data.byteLength);break;case Po.PC:e.write_u16(n),e.write_u8(o?Sr:xr),e.write_u8(null!=(c=p.id)?c:0),e.write_string_ascii(null!=(l=p.quest_name)?l:p.filename,32),e.write_u32(0),e.write_string_ascii(p.filename,16),e.write_u32(p.data.byteLength);break;case Po.BB:e.write_u16(n),e.write_u16(o?Sr:xr),e.write_u16(null!=(_=p.id)?_:0);for(let t=0;t<38;t++)e.write_u8(0);e.write_string_ascii(p.filename,16),e.write_u32(p.data.byteLength),e.write_string_ascii(null!=(u=p.quest_name)?u:p.filename,24)}}(a,i,e,t,o),function(e,t,i){const o=t.map(e=>({no:0,data:new Ho.a(e.data,zo.a.Little),name:e.filename}));let n=0;for(;n0}var qr;!function(e){e[e.None=0]="None",e[e.Return=1]="Return",e[e.Jump=2]="Jump",e[e.ConditionalJump=3]="ConditionalJump",e[e.Call=4]="Call"}(qr||(qr={}));class Fr{constructor(e,t,i,o,n){this.from=[],this.to=[],this.segment=e,this.start=t,this.end=i,this.branch_type=o,this.branch_labels=n}link_to(e){this.to.includes(e)||(this.to.push(e),e.from.push(this))}index_of_instruction(e){const t=this.segment.instructions.indexOf(e,this.start);return te.value);break;case wi.code:case Kt.code:a=qr.Call,d=[r.args[0].value];break;case Ai.code:a=qr.Call,d=r.args.slice(1).map(e=>e.value);break;default:if(s===i-1){a=qr.None,d=[];break}continue}const c=new Fr(t,o,s+1,a,d);for(let t=c.start;t{let e=0,t=NaN;return{next:()=>{let i=!0;return ethis.intervals[e].end?(e++,ee+t.end-t.start+1,0)}get(e){for(const{start:t,end:i}of this.intervals){const o=i-t+1;if(ethis.intervals[o].start;)e.end=this.intervals[o].end,o++;this.intervals.splice(t+1,o-t-1),e.end=Math.max(e.end,i.end),t++;continue e}t++}this.intervals.push(i)}return this}to_array(){const e=[];for(const{start:t,end:i}of this.intervals)for(let o=t;o<=i;o++)e.push(o);return e}}const Ar=X.a.get("core/data_formats/asm/data_flow_analysis/register_value"),zr=Dt,Gr=Bt;Math.pow(2,32);function Hr(e,t,i){const o=e.get_block_for_instruction(t);return o?function e(t,i,o,n,s){if(++t.iterations>100)return Ar.warn("Too many iterations."),(new Nr).set_interval(zr,Gr);for(let r=n-1;r>=o.start;r--){const n=o.segment.instructions[r],a=n.args;switch(n.opcode.code){case Qt.code:if(a[0].value===s)return e(t,new Set(i),o,r,a[1].value);break;case Yt.code:case Zt.code:case Jt.code:case ho.code:if(a[0].value===s)return(new Nr).set_value(a[1].value);break;case ei.code:if(a[0].value===s)return(new Nr).set_value(1);break;case ti.code:if(a[0].value===s)return(new Nr).set_value(0);break;case ii.code:if(a[0].value===s){const n=e(t,new Set(i),o,r,s),a=n.size();return 0===a||1===a&&0===n.get(0)?(new Nr).set_value(1):n.has(0)?(new Nr).set_interval(0,1):(new Nr).set_value(0)}break;case ni.code:if(a[0].value===s){return e(t,new Set(i),o,r,s).scalar_add(a[1].value)}break;case ri.code:if(a[0].value===s){return e(t,new Set(i),o,r,s).scalar_sub(a[1].value)}break;case di.code:if(a[0].value===s){return e(t,new Set(i),o,r,s).scalar_mul(a[1].value)}break;case li.code:if(a[0].value===s){return e(t,new Set(i),o,r,s).scalar_div(a[1].value)}break;case co.code:if(a[0].value===s)return(new Nr).set_interval(0,1);break;case uo.code:if(a[0].value===s)return(new Nr).set_interval(0,2);break;case po.code:if(a[0].value===s)return(new Nr).set_interval(0,3);break;case mo.code:if(a[1].value===s){const n=e(t,new Set(i),o,r,a[0].value).min()||0,s=Math.max(e(t,new Set(i),o,r,a[0].value+1).max()||0,n+1);return(new Nr).set_interval(n,s-1)}break;case Hi.code:case Ki.code:{const e=a[0].value,t=a[0].value+a[1].value;if(e<=s&&s100)return Qr.warn("Too many iterations."),(new Nr).set_interval(Yr,Zr);for(let e=n-1;e>=o.start;e--){const i=o.segment.instructions[e];if(i.opcode.stack===Mt.Pop){s+=i.opcode.params.length;continue}const n=i.args;switch(i.opcode.code){case Qi.code:if(0===s)return Hr(t.cfg,i,n[0].value);s--;break;case Yi.code:case Zi.code:case Ji.code:if(0===s)return(new Nr).set_value(n[0].value);s--;break;case Xi.code:case eo.code:case to.code:if(0===s)return(new Nr).set_interval(Yr,Zr);s--}}const r=new Nr;i.add(o);for(const n of o.from){if(i.has(n)){r.set_interval(Yr,Zr);break}r.union(e(t,new Set(i),n,n.end,s))}return r}(new Xr(e),new Set,o,o.index_of_instruction(t),i):new Nr}class Xr{constructor(e){this.cfg=e,this.iterations=0}}const ea=X.a.get("core/data_formats/parsing/quest/object_code"),ta=[];function ia(e,t,i,o,n){return function(e,t,i,o,n){const s=new Map;!function(e,t,i,o,n,s){let r;do{r=o.size;for(const[r,a]of i)na(o,t,e,r,a,n,s);const a=[...o.entries()].filter(([,e])=>e.type===Bo.Instructions).sort(([e],[t])=>e-t).map(([,e])=>e),d=Vr.create(a);i=new Map;for(const e of a)for(const t of e.instructions)for(let e=0;er)}(e,t,i.reduce((e,t)=>e.set(t,Bo.Instructions),new Map),s,o,n);const r=[];let a=0;for(;aa){n=e.offset;break}}if(e.seek_start(a),sa(s,e,n,o||[]),i=s.get(a),n<=a){ea.error(`Next offset ${n} was smaller than or equal to current offset ${a}.`);break}if(!i){ea.error(`Couldn't create segment for offset ${a}.`);break}}switch(r.push(i),i.type){case Bo.Instructions:for(const e of i.instructions)a+=Wo(e,n);break;case Bo.Data:a+=i.data.byteLength;break;case Bo.String:a+=4*Math.ceil((i.value.length+1)/2);break;default:throw new Error(`${Bo[i.type]} not implemented.`)}}for(const{label:e,offset:i}of t.labels){const t=s.get(i);t?t.labels.includes(e)||(t.labels.push(e),t.labels.sort((e,t)=>e-t)):ea.warn(`Label ${e} with offset ${i} does not point to anything.`)}if(e.size!==a){const t=`Expected to parse ${e.size} bytes but parsed ${a} instead.`;if(!o)throw new Error(t);ea.error(t)}return r}(new Ho.a(e,zo.a.Little),new aa(t),i,o,n)}function oa(e,t,i,o,n){if(i.opcode.stack===Mt.Pop){const s=Jr(e,i,i.opcode.params.length-o-1);if(s.size()<=10)for(const e of s){const i=t.get(e);(null==i||ta[n]>ta[i])&&t.set(e,n)}}else{const e=i.args[o].value,s=t.get(e);(null==s||ta[n]>ta[s])&&t.set(e,n)}}function na(e,t,i,o,n,s,r){try{const a=t.get_info(o);if(null==a)return void ea.warn(`Label ${o} is not registered in the label table.`);const d=e.get(a.offset);let c;if(d){if(d.labels.includes(o)||(d.labels.push(o),d.labels.sort((e,t)=>e-t)),!(ta[n]>ta[d.type]))return;c=d.labels}else c=[o];const l=a.next?a.next.offset:i.size;switch(i.seek_start(a.offset),n){case Bo.Instructions:!function(e,t,i,o,n,s,r,a){const d=[],c={type:Bo.Instructions,labels:n,instructions:d,asm:{labels:[]}};e.set(i.position,c);for(;i.position=0;e--){const t=d[e].opcode;if(t.code===$t.code||t.code===mi.code){o=!1;break}}o&&na(e,t,i,s,Bo.Instructions,r,a)}}(e,t,i,l,c,a.next&&a.next.label,s,r);break;case Bo.Data:sa(e,i,l,c);break;case Bo.String:!function(e,t,i,o,n){const s=t.position,r={type:Bo.String,labels:o,value:n===Do.DC_GC?t.string_ascii(i-s,!0,!0):t.string_utf16(i-s,!0,!0),asm:{labels:[]}};e.set(s,r)}(e,i,l,c,r);break;default:throw new Error(`Segment type ${Bo[n]} not implemented.`)}}catch(e){if(!s)throw e;ea.error("Couldn't fully parse object code segment.",e)}}function sa(e,t,i,o){const n=t.position,s={type:Bo.Data,labels:o,data:t.array_buffer(i-n),asm:{labels:[]}};e.set(n,s)}function ra(e,t,i){const o=[];if(t.stack!==Mt.Pop)for(const n of t.params)switch(n.type.kind){case ft.Byte:o.push(qo(e.u8()));break;case ft.Word:o.push(qo(e.u16()));break;case ft.DWord:o.push(qo(e.i32()));break;case ft.Float:o.push(qo(e.f32()));break;case ft.Label:case ft.ILabel:case ft.DLabel:case ft.SLabel:o.push(qo(e.u16()));break;case ft.String:{const t=Math.min(4096,e.bytes_left);o.push(qo(i===Do.DC_GC?e.string_ascii(t,!0,!1):e.string_utf16(t,!0,!1)))}break;case ft.ILabelVar:{const t=e.u8();o.push(...e.u16_array(t).map(e=>qo(e)))}break;case ft.RegRef:case ft.RegTupRef:o.push(qo(e.u8()));break;case ft.RegRefVar:{const t=e.u8();o.push(...e.u8_array(t).map(e=>qo(e)))}break;default:throw new Error(`Parameter type ${ft[n.type.kind]} not implemented.`)}return o}ta[Bo.Instructions]=2,ta[Bo.String]=1,ta[Bo.Data]=0;class aa{constructor(e){this.labels=[],this.label_map=new Map,this.offset_map=new Map;for(let t=0;te.offset-t.offset||e.label-t.label);for(let e=0;et.offset));e++)i=void 0;return{offset:t.offset,next:i}}}const da=X.a.get("core/data_formats/asm/data_flow_analysis/map_designations");const ca=X.a.get("core/data_formats/parsing/quest");function la(e,t,i=!1){const o=Object(_r.a)(e),{bin:n,format:r}=function(e){const t=e.u32(),i=e.u32(),o=e.u32();let n,s,r,a,d,c,l;switch(e.seek(4),t){case vr:n=Do.DC_GC;break;case pr:n=Do.BB;break;default:n=Do.PC}n===Do.DC_GC?(e.seek(1),r=e.u8(),s=e.u16(),a=e.string_ascii(32,!0,!0),d=e.string_ascii(128,!0,!0),c=e.string_ascii(288,!0,!0)):(s=e.u32(),r=e.u32(),a=e.string_utf16(64,!0,!0),d=e.string_utf16(256,!0,!0),c=e.string_utf16(576,!0,!0)),o!==e.size&&ur.warn(`Value ${o} in bin size field does not match actual size ${e.size}.`),n===Do.BB?(e.seek(4),l=e.u32_array(932)):l=[];const _=Math.floor((e.size-i)/4),u=e.seek_start(i).i32_array(_);return{bin:{quest_id:s,language:r,quest_name:a,short_description:d,long_description:c,object_code:e.seek_start(t).array_buffer(i-t),label_offsets:u,shop_items:l},format:n}}(o),a=function(e){const t=[],i=[],o=[],n=[];for(;e.bytes_left;){const s=e.u32(),r=e.u32(),a=e.u32(),d=e.u32();if(0===s)break;{if(d!==r-16)throw Error(`Malformed DAT file. Expected an entities size of ${r-16}, got ${d}.`);const c=e.take(d);1===s?kr(c,a,t):2===s?yr(c,a,i):3===s?Rr(c,a,o):n.push({entity_type:s,total_size:r,area_id:a,entities_size:d,data:e.u8_array(d)}),c.bytes_left&&gr.warn(`Read ${c.position} bytes instead of expected ${c.size} for entity type ${s}.`)}}return{objs:t,npcs:i,events:o,unknowns:n}}(Object(_r.a)(t)),d=a.objs.map(e=>{const t=function(e){switch(e){default:return w.Unknown;case 0:return w.PlayerSet;case 1:return w.Particle;case 2:return w.Teleporter;case 3:return w.Warp;case 4:return w.LightCollision;case 5:return w.Item;case 6:return w.EnvSound;case 7:return w.FogCollision;case 8:return w.EventCollision;case 9:return w.CharaCollision;case 10:return w.ElementalTrap;case 11:return w.StatusTrap;case 12:return w.HealTrap;case 13:return w.LargeElementalTrap;case 14:return w.ObjRoomID;case 15:return w.Sensor;case 16:return w.UnknownItem16;case 17:return w.LensFlare;case 18:return w.ScriptCollision;case 19:return w.HealRing;case 20:return w.MapCollision;case 21:return w.ScriptCollisionA;case 22:return w.ItemLight;case 23:return w.RadarCollision;case 24:return w.FogCollisionSW;case 25:return w.BossTeleporter;case 26:return w.ImageBoard;case 27:return w.QuestWarp;case 28:return w.Epilogue;case 29:return w.UnknownItem29;case 30:return w.UnknownItem30;case 31:return w.UnknownItem31;case 32:return w.BoxDetectObject;case 33:return w.SymbolChatObject;case 34:return w.TouchPlateObject;case 35:return w.TargetableObject;case 36:return w.EffectObject;case 37:return w.CountDownObject;case 38:return w.UnknownItem38;case 39:return w.UnknownItem39;case 40:return w.UnknownItem40;case 41:return w.UnknownItem41;case 64:return w.MenuActivation;case 65:return w.TelepipeLocation;case 66:return w.BGMCollision;case 67:return w.MainRagolTeleporter;case 68:return w.LobbyTeleporter;case 69:return w.PrincipalWarp;case 70:return w.ShopDoor;case 71:return w.HuntersGuildDoor;case 72:return w.TeleporterDoor;case 73:return w.MedicalCenterDoor;case 74:return w.Elevator;case 75:return w.EasterEgg;case 76:return w.ValentinesHeart;case 77:return w.ChristmasTree;case 78:return w.ChristmasWreath;case 79:return w.HalloweenPumpkin;case 80:return w.TwentyFirstCentury;case 81:return w.Sonic;case 82:return w.WelcomeBoard;case 83:return w.Firework;case 84:return w.LobbyScreenDoor;case 85:return w.MainRagolTeleporterBattleInNextArea;case 86:return w.LabTeleporterDoor;case 87:return w.Pioneer2InvisibleTouchplate;case 128:return w.ForestDoor;case 129:return w.ForestSwitch;case 130:return w.LaserFence;case 131:return w.LaserSquareFence;case 132:return w.ForestLaserFenceSwitch;case 133:return w.LightRays;case 134:return w.BlueButterfly;case 135:return w.Probe;case 136:return w.RandomTypeBox1;case 137:return w.ForestWeatherStation;case 138:return w.Battery;case 139:return w.ForestConsole;case 140:return w.BlackSlidingDoor;case 141:return w.RicoMessagePod;case 142:return w.EnergyBarrier;case 143:return w.ForestRisingBridge;case 144:return w.SwitchNoneDoor;case 145:return w.EnemyBoxGrey;case 146:return w.FixedTypeBox;case 147:return w.EnemyBoxBrown;case 149:return w.EmptyTypeBox;case 150:return w.LaserFenceEx;case 151:return w.LaserSquareFenceEx;case 192:return w.FloorPanel1;case 193:return w.Caves4ButtonDoor;case 194:return w.CavesNormalDoor;case 195:return w.CavesSmashingPillar;case 196:return w.CavesSign1;case 197:return w.CavesSign2;case 198:return w.CavesSign3;case 199:return w.HexagonalTank;case 200:return w.BrownPlatform;case 201:return w.WarningLightObject;case 203:return w.Rainbow;case 204:return w.FloatingJellyfish;case 205:return w.FloatingDragonfly;case 206:return w.CavesSwitchDoor;case 207:return w.RobotRechargeStation;case 208:return w.CavesCakeShop;case 209:return w.Caves1SmallRedRock;case 210:return w.Caves1MediumRedRock;case 211:return w.Caves1LargeRedRock;case 212:return w.Caves2SmallRock1;case 213:return w.Caves2MediumRock1;case 214:return w.Caves2LargeRock1;case 215:return w.Caves2SmallRock2;case 216:return w.Caves2MediumRock2;case 217:return w.Caves2LargeRock2;case 218:return w.Caves3SmallRock;case 219:return w.Caves3MediumRock;case 220:return w.Caves3LargeRock;case 222:return w.FloorPanel2;case 223:return w.DestructableRockCaves1;case 224:return w.DestructableRockCaves2;case 225:return w.DestructableRockCaves3;case 256:return w.MinesDoor;case 257:return w.FloorPanel3;case 258:return w.MinesSwitchDoor;case 259:return w.LargeCryoTube;case 260:return w.ComputerLikeCalus;case 261:return w.GreenScreenOpeningAndClosing;case 262:return w.FloatingRobot;case 263:return w.FloatingBlueLight;case 264:return w.SelfDestructingObject1;case 265:return w.SelfDestructingObject2;case 266:return w.SelfDestructingObject3;case 267:return w.SparkMachine;case 268:return w.MinesLargeFlashingCrate;case 304:return w.RuinsSeal;case 320:return w.RuinsTeleporter;case 321:return w.RuinsWarpSiteToSite;case 322:return w.RuinsSwitch;case 323:return w.FloorPanel4;case 324:return w.Ruins1Door;case 325:return w.Ruins3Door;case 326:return w.Ruins2Door;case 327:return w.Ruins11ButtonDoor;case 328:return w.Ruins21ButtonDoor;case 329:return w.Ruins31ButtonDoor;case 330:return w.Ruins4ButtonDoor;case 331:return w.Ruins2ButtonDoor;case 332:return w.RuinsSensor;case 333:return w.RuinsFenceSwitch;case 334:return w.RuinsLaserFence4x2;case 335:return w.RuinsLaserFence6x2;case 336:return w.RuinsLaserFence4x4;case 337:return w.RuinsLaserFence6x4;case 338:return w.RuinsPoisonBlob;case 339:return w.RuinsPillarTrap;case 340:return w.PopupTrapNoTech;case 341:return w.RuinsCrystal;case 342:return w.Monument;case 345:return w.RuinsRock1;case 346:return w.RuinsRock2;case 347:return w.RuinsRock3;case 348:return w.RuinsRock4;case 349:return w.RuinsRock5;case 350:return w.RuinsRock6;case 351:return w.RuinsRock7;case 352:return w.Poison;case 353:return w.FixedBoxTypeRuins;case 354:return w.RandomBoxTypeRuins;case 355:return w.EnemyTypeBoxYellow;case 356:return w.EnemyTypeBoxBlue;case 357:return w.EmptyTypeBoxBlue;case 358:return w.DestructableRock;case 359:return w.PopupTrapsTechs;case 368:return w.FlyingWhiteBird;case 369:return w.Tower;case 370:return w.FloatingRocks;case 371:return w.FloatingSoul;case 372:return w.Butterfly;case 384:return w.LobbyGameMenu;case 385:return w.LobbyWarpObject;case 386:return w.Lobby1EventObjectDefaultTree;case 387:return w.UnknownItem387;case 388:return w.UnknownItem388;case 389:return w.UnknownItem389;case 390:return w.LobbyEventObjectStaticPumpkin;case 391:return w.LobbyEventObject3ChristmasWindows;case 392:return w.LobbyEventObjectRedAndWhiteCurtain;case 393:return w.UnknownItem393;case 394:return w.UnknownItem394;case 395:return w.LobbyFishTank;case 396:return w.LobbyEventObjectButterflies;case 400:return w.UnknownItem400;case 401:return w.GreyWallLow;case 402:return w.SpaceshipDoor;case 403:return w.GreyWallHigh;case 416:return w.TempleNormalDoor;case 417:return w.BreakableWallWallButUnbreakable;case 418:return w.BrokenCylinderAndRubble;case 419:return w.ThreeBrokenWallPiecesOnFloor;case 420:return w.HighBrickCylinder;case 421:return w.LyingCylinder;case 422:return w.BrickConeWithFlatTop;case 423:return w.BreakableTempleWall;case 424:return w.TempleMapDetect;case 425:return w.SmallBrownBrickRisingBridge;case 426:return w.LongRisingBridgeWithPinkHighEdges;case 427:return w.FourSwitchTempleDoor;case 448:return w.FourButtonSpaceshipDoor;case 512:return w.ItemBoxCca;case 513:return w.TeleporterEp2;case 514:return w.CCADoor;case 515:return w.SpecialBoxCCA;case 516:return w.BigCCADoor;case 517:return w.BigCCADoorSwitch;case 518:return w.LittleRock;case 519:return w.Little3StoneWall;case 520:return w.Medium3StoneWall;case 521:return w.SpiderPlant;case 522:return w.CCAAreaTeleporter;case 523:return w.UnknownItem523;case 524:return w.WhiteBird;case 525:return w.OrangeBird;case 527:return w.Saw;case 528:return w.LaserDetect;case 529:return w.UnknownItem529;case 530:return w.UnknownItem530;case 531:return w.Seagull;case 544:return w.Fish;case 545:return w.SeabedDoorWithBlueEdges;case 546:return w.SeabedDoorAlwaysOpenNonTriggerable;case 547:return w.LittleCryotube;case 548:return w.WideGlassWallBreakable;case 549:return w.BlueFloatingRobot;case 550:return w.RedFloatingRobot;case 551:return w.Dolphin;case 552:return w.CaptureTrap;case 553:return w.VRLink;case 576:return w.UnknownItem576;case 640:return w.WarpInBarbaRayRoom;case 672:return w.UnknownItem672;case 688:return w.GeeNest;case 689:return w.LabComputerConsole;case 690:return w.LabComputerConsoleGreenScreen;case 691:return w.ChairYellowPillow;case 692:return w.OrangeWallWithHoleInMiddle;case 693:return w.GreyWallWithHoleInMiddle;case 694:return w.LongTable;case 695:return w.GBAStation;case 696:return w.TalkLinkToSupport;case 697:return w.InstaWarp;case 698:return w.LabInvisibleObject;case 699:return w.LabGlassWindowDoor;case 700:return w.UnknownItem700;case 701:return w.LabCeilingWarp;case 768:return w.Ep4LightSource;case 769:return w.Cactus;case 770:return w.BigBrownRock;case 771:return w.BreakableBrownRock;case 832:return w.UnknownItem832;case 833:return w.UnknownItem833;case 896:return w.PoisonPlant;case 897:return w.UnknownItem897;case 898:return w.UnknownItem898;case 899:return w.OozingDesertPlant;case 901:return w.UnknownItem901;case 902:return w.BigBlackRocks;case 903:return w.UnknownItem903;case 904:return w.UnknownItem904;case 905:return w.UnknownItem905;case 906:return w.UnknownItem906;case 907:return w.FallingRock;case 908:return w.DesertPlantHasCollision;case 909:return w.DesertFixedTypeBoxBreakableCrystals;case 910:return w.UnknownItem910;case 911:return w.BeeHive;case 912:return w.UnknownItem912;case 913:return w.Heat;case 960:return w.TopOfSaintMillionEgg;case 961:return w.UnknownItem961}}(e.type_id);return{type:t,id:e.id,group_id:e.group_id,area_id:e.area_id,section_id:e.section_id,position:e.position,rotation:e.rotation,properties:new Map(e.properties.map((e,i)=>3!==i||t!==w.ScriptCollision&&t!==w.ForestConsole&&t!==w.TalkLinkToSupport?4===i&&t===w.RicoMessagePod?["script_label",e]:5===i&&t===w.RicoMessagePod?["script_label_2",e]:[`property_${i}`,e]:["script_label",e])),unknown:e.unknown}});let c=s.b.I,l=new Map;const _=ia(n.object_code,n.label_offsets,function(e,t){const i=new Set([0]);for(const t of e){const e=t.properties.get("script_label");null!=e&&i.add(e);const o=t.properties.get("script_label_2");null!=o&&i.add(o)}for(const e of t)i.add(Math.round(e.script_label));return[...i]}(d,a.npcs),i,r);if(_.length){const e=_.filter(e=>e.type===Bo.Instructions);let t;for(const i of e)if(i.labels.includes(0)){t=i;break}t?(c=function(e){const t=e.instructions.find(e=>e.opcode.code===wo.code);if(!t)return ca.debug("Function 0 has no set_episode instruction."),s.b.I;{const e=t.args[0].value;switch(e){case 0:return s.b.I;case 1:return s.b.II;case 2:return s.b.IV;default:return ca.warn(`Unknown episode ${e} in function 0 set_episode instruction.`),s.b.I}}}(t),l=function(e,t){const i=new Map;let o;for(const n of t.instructions)switch(n.opcode.code){case vo.code:case go.code:{o||(o=Vr.create(e));const t=Hr(o,n,n.args[0].value);if(1!==t.size()){da.warn("Couldn't determine area ID for map_designate instruction.");continue}const s=Hr(o,n,n.args[0].value+(n.opcode.code===vo.code?2:3));if(1!==s.size()){da.warn("Couldn't determine area variant ID for map_designate instruction.");continue}i.set(t.get(0),s.get(0))}break;case Lo.code:i.set(n.args[0].value,n.args[2].value)}return i}(e,t)):ca.warn("No instruction for label 0 found.")}else ca.warn("File contains no instruction labels.");return{id:n.quest_id,language:n.language,name:n.quest_name,short_description:n.short_description,long_description:n.long_description,episode:c,objects:d,npcs:ua(c,a.npcs),events:a.events,dat_unknowns:a.unknowns,object_code:_,shop_items:n.shop_items,map_designations:l}}function _a(e,t,i,o){const n=wr({objs:(r=e.objects,r.map(e=>({type_id:C(e.type).pso_id,id:e.id,group_id:e.group_id,section_id:e.section_id,position:e.position,rotation:e.rotation,properties:[...e.properties.values()],area_id:e.area_id,unknown:e.unknown}))),npcs:(s=e.npcs,s.map(e=>{const t=Object(I.d)(e.type),i=null==t.pso_type_id?e.pso_type_id:t.pso_type_id,o=null==t.pso_roaming?e.pso_roaming:t.pso_roaming,n=null==t.pso_regular||t.pso_regular,s=Gn(-8388609&Hn(e.scale.y)|(n?0:8388608)),r={x:e.scale.x,y:s,z:e.scale.z};return{type_id:i,wave:e.wave,wave2:e.pso_wave2,section_id:e.section_id,position:e.position,rotation:e.rotation,scale:r,npc_id:e.npc_id,script_label:e.script_label,roaming:o,area_id:e.area_id,unknown:e.unknown}})),events:e.events,unknowns:e.dat_unknowns});var s,r;const{object_code:a,label_offsets:d}=function(e,t){const i=new ar.a(new dr.a(100*e.length),zo.a.Little),o=i.position,n=[];for(const s of e){for(const e of s.labels)n[e]=i.position-o;if(s.type===Bo.Instructions)for(const e of s.instructions){const o=e.opcode;if(2===o.size&&i.write_u8(o.code>>>8),i.write_u8(255&o.code),o.stack!==Mt.Pop)for(let n=0;n=0?i.write_u8(a.value):i.write_i8(a.value);break;case ft.Word:a.value>=0?i.write_u16(a.value):i.write_i16(a.value);break;case ft.DWord:a.value>=0?i.write_u32(a.value):i.write_i32(a.value);break;case ft.Float:i.write_f32(a.value);break;case ft.Label:case ft.ILabel:case ft.DLabel:case ft.SLabel:i.write_u16(a.value);break;case ft.String:t===Do.DC_GC?i.write_string_ascii(a.value,a.value.length+1):i.write_string_utf16(a.value,2*a.value.length+2);break;case ft.ILabelVar:i.write_u8(r.length),i.write_u16_array(r.map(e=>e.value));break;case ft.RegRef:case ft.RegTupRef:i.write_u8(a.value);break;case ft.RegRefVar:i.write_u8(r.length),i.write_u8_array(r.map(e=>e.value));break;default:throw new Error(`Parameter type ${ft[s.type.kind]} not implemented.`)}}}else if(s.type===Bo.String)if(t===Do.DC_GC){const e=4*Math.ceil((s.value.length+1)/4);i.write_string_ascii(s.value,e)}else{const e=4*Math.ceil((s.value.length+1)/2);i.write_string_utf16(s.value,e)}else i.write_cursor(new Ho.a(s.data,i.endianness))}for(let e=0;e`quest_name can't be longer than 32 characters, was ${e.quest_name.length}`),Object($.d)(e.short_description.length<=127,()=>`short_description can't be longer than 127 characters, was ${e.short_description.length}`),Object($.d)(e.long_description.length<=287,()=>`long_description can't be longer than 287 characters, was ${e.long_description.length}`),Object($.d)(0===e.shop_items.length||t===Do.BB,"shop_items is only supported in BlueBurst quests."),Object($.d)(e.shop_items.length<=932,()=>`shop_items can't be larger than 932, was ${e.shop_items.length}.`),t){case Do.DC_GC:i=vr;break;case Do.PC:i=hr;break;case Do.BB:i=pr}const o=i+e.object_code.byteLength+4*e.label_offsets.length,n=new ArrayBuffer(o),s=new Ho.a(n,zo.a.Little);if(s.write_u32(i),s.write_u32(i+e.object_code.byteLength),s.write_u32(o),s.write_u32(4294967295),t===Do.DC_GC?(s.write_u8(0),s.write_u8(e.language),s.write_u16(e.quest_id),s.write_string_ascii(e.quest_name,32),s.write_string_ascii(e.short_description,128),s.write_string_ascii(e.long_description,288)):(s.write_u32(e.quest_id),s.write_u32(e.language),s.write_string_utf16(e.quest_name,64),s.write_string_utf16(e.short_description,256),s.write_string_utf16(e.long_description,576)),t===Do.BB){s.write_u32(0),s.write_u32_array(e.shop_items);for(let t=e.shop_items.length;t<932;t++)s.write_u32(0)}return Object($.d)(s.position===i,()=>`Expected to write ${i} bytes before object code, but wrote ${s.position}.`),s.write_cursor(new Ho.a(e.object_code,zo.a.Little)),s.write_i32_array(e.label_offsets),Object($.d)(s.position===o,`Expected to write ${o} bytes, but wrote ${s.position}.`),n}({quest_id:e.id,language:e.language,quest_name:e.name,short_description:e.short_description,long_description:e.long_description,object_code:a,label_offsets:d,shop_items:e.shop_items},Eo(i)),l=Object($.e)(t).slice(0,11);return Mr({version:i,online:o,files:[{id:e.id,filename:l+".dat",quest_name:e.name,data:cr(new ar.a(n,zo.a.Little)).array_buffer()},{id:e.id,filename:l+".bin",quest_name:e.name,data:cr(new Ho.a(c,zo.a.Little)).array_buffer()}]})}function ua(e,t){return t.map(t=>({type:va(e,t),area_id:t.area_id,section_id:t.section_id,wave:t.wave,pso_wave2:t.wave2,position:t.position,rotation:t.rotation,scale:t.scale,unknown:t.unknown,pso_type_id:t.type_id,npc_id:t.npc_id,script_label:Math.round(t.script_label),pso_roaming:t.roaming}))}function va(e,{type_id:t,scale:i,roaming:o,area_id:n}){const s=Math.abs(i.y-1)>1e-5;switch(`${t}, ${o%3}, ${e}`){case"68, 0, 1":return I.c.Booma;case"68, 1, 1":return I.c.Gobooma;case"68, 2, 1":return I.c.Gigobooma;case"99, 0, 1":return I.c.EvilShark;case"99, 1, 1":return I.c.PalShark;case"99, 2, 1":return I.c.GuilShark;case"166, 0, 1":return I.c.Dimenian;case"166, 0, 2":return I.c.Dimenian2;case"166, 1, 1":return I.c.LaDimenian;case"166, 1, 2":return I.c.LaDimenian2;case"166, 2, 1":return I.c.SoDimenian;case"166, 2, 2":return I.c.SoDimenian2;case"214, 0, 2":return I.c.Mericarol;case"214, 1, 2":return I.c.Mericus;case"214, 2, 2":return I.c.Merikle;case"277, 0, 4":return I.c.Boota;case"277, 1, 4":return I.c.ZeBoota;case"277, 2, 4":return I.c.BaBoota;case"279, 0, 4":return I.c.Goran;case"279, 1, 4":return I.c.PyroGoran;case"279, 2, 4":return I.c.GoranDetonator}switch(`${t}, ${o%2}, ${e}`){case"64, 0, 1":return I.c.Hildebear;case"64, 0, 2":return I.c.Hildebear2;case"64, 1, 1":return I.c.Hildeblue;case"64, 1, 2":return I.c.Hildeblue2;case"65, 0, 1":return I.c.RagRappy;case"65, 0, 2":return I.c.RagRappy2;case"65, 0, 4":return I.c.SandRappy;case"65, 1, 1":return I.c.AlRappy;case"65, 1, 2":return I.c.LoveRappy;case"65, 1, 4":return I.c.DelRappy;case"128, 0, 1":return I.c.Dubchic;case"128, 0, 2":return I.c.Dubchic2;case"128, 1, 1":return I.c.Gilchic;case"128, 1, 2":return I.c.Gilchic2;case"212, 0, 2":return I.c.SinowBerill;case"212, 1, 2":return I.c.SinowSpigell;case"213, 0, 2":return I.c.Merillia;case"213, 1, 2":return I.c.Meriltas;case"215, 0, 2":return I.c.UlGibbon;case"215, 1, 2":return I.c.ZolGibbon;case"221, 0, 2":return I.c.Dolmolm;case"221, 1, 2":return I.c.Dolmdarl;case"224, 0, 2":return n>15?I.c.Epsilon:I.c.SinowZoa;case"224, 1, 2":return n>15?I.c.Epsilon:I.c.SinowZele;case"274, 0, 4":return I.c.MerissaA;case"274, 1, 4":return I.c.MerissaAA;case"276, 0, 4":return I.c.Zu;case"276, 1, 4":return I.c.Pazuzu;case"278, 0, 4":return I.c.Dorphon;case"278, 1, 4":return I.c.DorphonEclair;case"281, 0, 4":return s?I.c.SaintMilion:I.c.Kondrieu;case"281, 1, 4":return s?I.c.Shambertin:I.c.Kondrieu}switch(`${t}, ${e}`){case"66, 1":return I.c.Monest;case"66, 2":return I.c.Monest2;case"67, 1":return s?I.c.SavageWolf:I.c.BarbarousWolf;case"67, 2":return s?I.c.SavageWolf2:I.c.BarbarousWolf2;case"96, 1":return I.c.GrassAssassin;case"96, 2":return I.c.GrassAssassin2;case"97, 1":return n>15?I.c.DelLily:s?I.c.PoisonLily:I.c.NarLily;case"97, 2":return n>15?I.c.DelLily:s?I.c.PoisonLily2:I.c.NarLily2;case"98, 1":return I.c.NanoDragon;case"100, 1":return s?I.c.PofuillySlime:I.c.PouillySlime;case"101, 1":return I.c.PanArms;case"101, 2":return I.c.PanArms2;case"129, 1":return I.c.Garanz;case"129, 2":return I.c.Garanz2;case"130, 1":return s?I.c.SinowBeat:I.c.SinowGold;case"131, 1":return I.c.Canadine;case"132, 1":return I.c.Canane;case"133, 1":return I.c.Dubswitch;case"133, 2":return I.c.Dubswitch2;case"160, 1":return I.c.Delsaber;case"160, 2":return I.c.Delsaber2;case"161, 1":return I.c.ChaosSorcerer;case"161, 2":return I.c.ChaosSorcerer2;case"162, 1":return I.c.DarkGunner;case"164, 1":return I.c.ChaosBringer;case"165, 1":return I.c.DarkBelra;case"165, 2":return I.c.DarkBelra2;case"167, 1":return I.c.Bulclaw;case"168, 1":return I.c.Claw;case"192, 1":return I.c.Dragon;case"192, 2":return I.c.GalGryphon;case"193, 1":return I.c.DeRolLe;case"194, 1":return I.c.VolOptPart1;case"197, 1":return I.c.VolOptPart2;case"200, 1":return I.c.DarkFalz;case"202, 2":return I.c.OlgaFlow;case"203, 2":return I.c.BarbaRay;case"204, 2":return I.c.GolDragon;case"216, 2":return I.c.Gibbles;case"217, 2":return I.c.Gee;case"218, 2":return I.c.GiGue;case"219, 2":return I.c.Deldepth;case"220, 2":return I.c.Delbiter;case"222, 2":return I.c.Morfos;case"223, 2":return I.c.Recobox;case"225, 2":return I.c.IllGill;case"272, 4":return I.c.Astark;case"273, 4":return s?I.c.SatelliteLizard:I.c.Yowie;case"275, 4":return I.c.Girtablulu}switch(t){case 4:return I.c.FemaleFat;case 5:return I.c.FemaleMacho;case 7:return I.c.FemaleTall;case 10:return I.c.MaleDwarf;case 11:return I.c.MaleFat;case 12:return I.c.MaleMacho;case 13:return I.c.MaleOld;case 25:return I.c.BlueSoldier;case 26:return I.c.RedSoldier;case 27:return I.c.Principal;case 28:return I.c.Tekker;case 29:return I.c.GuildLady;case 30:return I.c.Scientist;case 31:return I.c.Nurse;case 32:return I.c.Irene;case 241:return I.c.ItemShop;case 254:return I.c.Nurse2}return I.c.Unknown}class ha{constructor(e,t,i,o,n){this._actions=Object(M.c)(),this.actions=this._actions,Object($.m)(e,"id"),Object($.m)(t,"section_id"),Object($.f)(i,"wave"),Object($.m)(o,"delay"),Object($.l)(n,"unknown"),this.id=e,this.section_id=t,this.wave=i,this._delay=Object(M.e)(o),this.delay=this._delay,this.unknown=n}set_delay(e){Object($.m)(e,"delay"),this._delay.val=e}add_action(e){this._actions.push(e)}remove_action(e){this._actions.remove(e)}}class pa{constructor(e,t,i){Object($.m)(e,"id"),Object($.m)(t,"area_id"),Object($.m)(i,"section_id"),this._id=Object(M.e)(e),this.id=this._id,this._area_id=Object(M.e)(t),this.area_id=this._area_id,this._section_id=Object(M.e)(i),this.section_id=this._section_id}}const ga=X.a.get("quest_editor/stores/model_conversion");function ba(e,t){const i=new Map;return new er(e,t.id,t.language,t.name,t.short_description,t.long_description,t.episode,t.map_designations,t.objects.map(e=>new me(e.type,e.id,e.group_id,e.area_id,e.section_id,Object(ms.a)(e.position),N(e.rotation.x,e.rotation.y,e.rotation.z),e.properties,e.unknown)),t.npcs.map(e=>(function(e,t){const i=0===t.wave?void 0:fa(e,t.area_id,t.section_id,t.wave);return new Q(t.type,t.pso_type_id,t.npc_id,i,t.pso_wave2,t.script_label,t.pso_roaming,t.area_id,t.section_id,Object(ms.a)(t.position),N(t.rotation.x,t.rotation.y,t.rotation.z),Object(ms.a)(t.scale),t.unknown)})(i,e)),function(e,t){const i=new Map;for(const o of t){const t=`${o.id}-${o.area_id}`;let n=i.get(t);if(n&&n.event){ga.warn(`Ignored duplicate event #${o.id} for area ${o.area_id}.`);continue}const s=fa(e,o.area_id,o.section_id,o.wave),r=new ha(o.id,o.section_id,s,o.delay,o.unknown);n?n.event=r:(n={event:r,area_id:o.area_id,parents:[],child_ids:[]},i.set(t,n));for(const e of o.actions)switch(e.type){case mr.SpawnNpcs:r.add_action(new rt(e.section_id,e.appear_flag));break;case mr.Unlock:r.add_action(new at(e.door_id));break;case mr.Lock:r.add_action(new dt(e.door_id));break;case mr.TriggerEvent:{n.child_ids.push(e.event_id);const t=`${e.event_id}-${o.area_id}`,s=i.get(t);s?s.parents.push(r):i.set(t,{area_id:o.area_id,parents:[r],child_ids:[]})}break;default:ga.warn(`Unknown event action type: ${e.type}.`)}}const o=new Map;for(const{area_id:e,event:t}of i.values())if(t){let i=o.get(e);i||(i=new it(e),o.set(e,i)),i.add_event(t,[],[])}for(const e of i.values())if(e.event)for(const t of e.child_ids){const n=i.get(`${t}-${e.area_id}`);n.event?o.get(e.area_id).add_edge(e.event,n.event):ga.warn(`Event ${e.event.id} calls nonexistent event ${t}.`)}return o}(i,t.events),t.dat_unknowns,t.object_code.slice(),t.shop_items)}function fa(e,t,i,o){const n=`${t}-${i}-${o}`;let s=e.get(n);return s||(s=new pa(o,t,i),e.set(n,s)),s}function ma(e){const t=[];for(const i of e.values())for(const e of i.events){const o=e.actions.val.map(e=>{switch(e.type){case ot.SpawnNpcs:return{type:mr.SpawnNpcs,section_id:e.section_id,appear_flag:e.appear_flag};case ot.Unlock:return{type:mr.Unlock,door_id:e.door_id.val};case ot.Lock:return{type:mr.Lock,door_id:e.door_id.val}}});for(const t of i.get_children(e))o.push({type:mr.TriggerEvent,event_id:t.id});t.push({id:e.id,section_id:e.section_id,wave:e.wave.id.val,delay:e.delay.val,actions:o,area_id:i.area_id,unknown:e.unknown})}return t}var wa=function(e,t,i,o){return new(i||(i=Promise))((function(n,s){function r(e){try{d(o.next(e))}catch(e){s(e)}}function a(e){try{d(o.throw(e))}catch(e){s(e)}}function d(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const ka=X.a.get("quest_editor/controllers/QuestEditorToolBarController");class ya extends Js.a{constructor(e,t,i){super(),this.area_store=t,this.quest_editor_store=i,this._save_as_dialog_visible=Object(M.e)(!1),this._filename=Object(M.e)(""),this._version=Object(M.e)(Po.BB),this.save_as_dialog_visible=this._save_as_dialog_visible,this.filename=this._filename,this.version=this._version,this.create_new_quest=e=>wa(this,void 0,void 0,(function*(){this.set_filename(""),this.set_version(Po.BB),this.quest_editor_store.set_current_quest(sr(this.area_store,e))})),this.parse_files=e=>wa(this,void 0,void 0,(function*(){try{if(0===e.length)return;let t;const i=e.find(e=>e.name.toLowerCase().endsWith(".qst"));if(i){const e=yield Object(rr.b)(i),o=function(e,t=!1){const i=Er(e);if(!i)return;let o,n;for(const e of i.files){const t=e.filename.trim().toLowerCase();t.endsWith(".dat")?o=e:t.endsWith(".bin")&&(n=e)}if(!o)return void ca.error("File contains no DAT file.");if(!n)return void ca.error("File contains no BIN file.");const s=la(new Ho.a(n.data,zo.a.Little),new Ho.a(o.data,zo.a.Little),t);return s&&{quest:s,version:i.version,online:i.online}}(new Ho.a(e,zo.a.Little));o&&(t=o.quest,this.set_version(o.version)),this.set_filename(Object($.e)(i.name)),t||ka.error("Couldn't parse quest file.")}else{const i=e.find(e=>e.name.toLowerCase().endsWith(".bin")),o=e.find(e=>e.name.toLowerCase().endsWith(".dat"));if(i&&o){const e=yield Object(rr.b)(i),n=yield Object(rr.b)(o);t=la(new Ho.a(e,zo.a.Little),new Ho.a(n,zo.a.Little)),this.set_filename(Object($.e)(i.name||o.name)),t||ka.error("Couldn't parse quest file.")}}yield this.quest_editor_store.set_current_quest(t&&ba(this.area_store,t))}catch(e){ka.error("Couldn't read file.",e)}})),this.set_area=({area:e})=>{this.quest_editor_store.set_current_area(e)},this.save_as_clicked=()=>{this.quest_editor_store.current_quest.val&&(this._save_as_dialog_visible.val=!0)},this.save_as=()=>{const e=this.quest_editor_store.current_quest.val;if(!e)return;const t=this.version.val;if(void 0===t)return;let i=this.filename.val;const o=_a(function(e){return{id:e.id.val,language:e.language.val,name:e.name.val,short_description:e.short_description.val,long_description:e.long_description.val,episode:e.episode,objects:e.objects.val.map(e=>({type:e.type,area_id:e.area_id,section_id:e.section_id.val,position:e.position.val.clone(),rotation:e.rotation.val.clone(),unknown:e.unknown,id:e.id,group_id:e.group_id,properties:new Map(e.properties)})),npcs:e.npcs.val.map(e=>{var t,i;return{type:e.type,area_id:e.area_id,section_id:e.section_id.val,wave:(i=null===(t=e.wave.val)||void 0===t?void 0:t.id.val,null!=i?i:0),pso_wave2:e.pso_wave2.val,position:e.position.val.clone(),rotation:e.rotation.val.clone(),scale:e.scale.clone(),unknown:e.unknown,pso_type_id:e.pso_type_id,npc_id:e.npc_id,script_label:e.script_label,pso_roaming:e.pso_roaming}}),events:ma(e.event_dags),dat_unknowns:e.dat_unknowns.map(e=>Object.assign({},e)),object_code:e.object_code.map(e=>Fo(e)),shop_items:e.shop_items.slice(),map_designations:new Map(e.map_designations.val)}}(e),i,t,!0);i.endsWith(".qst")||(i+=".qst");const n=document.createElement("a");n.href=URL.createObjectURL(new Blob([o],{type:"application/octet-stream"})),n.download=i,document.body.appendChild(n),n.click(),URL.revokeObjectURL(n.href),document.body.removeChild(n),this.dismiss_save_as_dialog()},this.dismiss_save_as_dialog=()=>{this._save_as_dialog_visible.val=!1},this.set_filename=e=>{this._filename.val=e},this.set_version=e=>{switch(e){case Po.DC:case Po.GC:this._version.val=Po.GC;break;case Po.PC:case Po.BB:this._version.val=Po.BB}},this.debug=()=>{const e=this.quest_editor_store.current_quest.val;e&&this.quest_editor_store.quest_runner.run(e)},this.resume=()=>{this.quest_editor_store.quest_runner.resume()},this.step_over=()=>{this.quest_editor_store.quest_runner.step_over()},this.step_in=()=>{this.quest_editor_store.quest_runner.step_into()},this.step_out=()=>{this.quest_editor_store.quest_runner.step_out()},this.stop=()=>{this.quest_editor_store.quest_runner.stop()},this.vm_feature_active=e.feature_active("vm"),this.areas=i.current_quest.flat_map(e=>{var i;return e?null===(i=e)||void 0===i?void 0:i.entities_per_area.flat_map(i=>Object(M.c)(void 0,...t.get_areas_for_episode(e.episode).map(e=>{const t=i.get(e.id);return{area:e,label:e.name+(t?` (${t})`:"")}}))):Object(M.c)()}),this.current_area=Object(M.d)((e,t)=>e.find(e=>e.area==t),this.areas,i.current_area);const o=i.current_quest.map(e=>null!=e);this.can_save=o,this.can_select_area=o,this.can_debug=o,this.can_undo=Object(M.d)((e,t)=>e&&!t,xn.can_undo,i.quest_runner.running),this.can_redo=Object(M.d)((e,t)=>e&&!t,xn.can_redo,i.quest_runner.running),this.can_step=i.quest_runner.paused,this.can_stop=i.quest_runner.running,this.disposables(e.on_global_keydown(Ye.b.QuestEditor,"Ctrl-O",()=>wa(this,void 0,void 0,(function*(){const e=yield Object(rr.a)({accept:".bin, .dat, .qst",multiple:!0});this.parse_files(e)}))),e.on_global_keydown(Ye.b.QuestEditor,"Ctrl-Shift-S",this.save_as_clicked),e.on_global_keydown(Ye.b.QuestEditor,"Ctrl-Z",()=>{xn.undo()}),e.on_global_keydown(Ye.b.QuestEditor,"Ctrl-Shift-Z",()=>{xn.redo()}),e.on_global_keydown(Ye.b.QuestEditor,"F5",this.debug),e.on_global_keydown(Ye.b.QuestEditor,"Shift-F5",this.stop),e.on_global_keydown(Ye.b.QuestEditor,"F6",this.resume),e.on_global_keydown(Ye.b.QuestEditor,"F8",this.step_over),e.on_global_keydown(Ye.b.QuestEditor,"F7",this.step_in),e.on_global_keydown(Ye.b.QuestEditor,"Shift-F8",this.step_out))}}class Ra{constructor(e,t,i){this.quest=e,this.old=t,this.new=i}}class Ia extends Ra{constructor(){super(...arguments),this.description="Edit ID"}undo(){this.quest.set_id(this.old)}redo(){this.quest.set_id(this.new)}}class ja extends Ra{constructor(){super(...arguments),this.description="Edit name"}undo(){this.quest.set_name(this.old)}redo(){this.quest.set_name(this.new)}}class Ca extends Ra{constructor(){super(...arguments),this.description="Edit short description"}undo(){this.quest.set_short_description(this.old)}redo(){this.quest.set_short_description(this.new)}}class Ta extends Ra{constructor(){super(...arguments),this.description="Edit long description"}undo(){this.quest.set_long_description(this.old)}redo(){this.quest.set_long_description(this.new)}}class Sa extends Js.a{constructor(e){super(),this.store=e,this.focused=()=>{this.store.undo.make_current()},this.set_id=e=>{const t=this.current_quest.val;t&&this.store.undo.push(new Ia(t,t.id.val,e)).redo()},this.set_name=e=>{const t=this.current_quest.val;t&&this.store.undo.push(new ja(t,t.name.val,e)).redo()},this.set_short_description=e=>{const t=this.current_quest.val;t&&this.store.undo.push(new Ca(t,t.short_description.val,e)).redo()},this.set_long_description=e=>{const t=this.current_quest.val;t&&this.store.undo.push(new Ta(t,t.long_description.val,e)).redo()},this.current_quest=e.current_quest,this.enabled=e.quest_runner.running.map(e=>!e),this.unavailable=this.current_quest.map(e=>null==e)}}const xa=Object.freeze(new y.Vector3),Oa=Object.freeze(new y.Euler);class La extends Js.a{constructor(e){super(),this.store=e,this.focused=()=>{this.store.undo.make_current()};const t=e.selected_entity;this.unavailable=t.map(e=>null==e),this.enabled=e.quest_runner.running.map(e=>!e),this.type=t.map(e=>e instanceof Q?"NPC":"Object"),this.name=t.map(e=>null==e?"":L(e.type).name),this.section_id=t.flat_map(e=>null==e?Object(M.e)(""):e.section_id.map(e=>e.toString())),this.wave=t.flat_map(e=>e instanceof Q?e.wave.flat_map(e=>{var t,i,o;return null!=(o=null===(i=null===(t=e)||void 0===t?void 0:t.id)||void 0===i?void 0:i.map(e=>e.toString()))?o:Object(M.e)("None")}):Object(M.e)("")),this.wave_hidden=t.map(e=>!(e instanceof Q)),this.position=t.flat_map(e=>{var t,i;return null!=(i=null===(t=e)||void 0===t?void 0:t.position)?i:Object(M.e)(xa)}),this.rotation=t.flat_map(e=>{var t,i;return null!=(i=null===(t=e)||void 0===t?void 0:t.rotation)?i:Object(M.e)(Oa)})}set_pos_x(e){const t=this.store.selected_entity.val;if(t){const i=t.position.val;this.store.undo.push(new Re(this.store,t,t.section.val,t.section.val,i,new y.Vector3(e,i.y,i.z),!1)).redo()}}set_pos_y(e){const t=this.store.selected_entity.val;if(t){const i=t.position.val;this.store.undo.push(new Re(this.store,t,t.section.val,t.section.val,i,new y.Vector3(i.x,e,i.z),!1)).redo()}}set_pos_z(e){const t=this.store.selected_entity.val;if(t){const i=t.position.val;this.store.undo.push(new Re(this.store,t,t.section.val,t.section.val,i,new y.Vector3(i.x,i.y,e),!1)).redo()}}set_rot_x(e){const t=this.store.selected_entity.val;if(t){const i=t.rotation.val;this.store.undo.push(new ke(this.store,t,i,N(V(e),i.y,i.z),!1)).redo()}}set_rot_y(e){const t=this.store.selected_entity.val;if(t){const i=t.rotation.val;this.store.undo.push(new ke(this.store,t,i,N(i.x,V(e),i.z),!1)).redo()}}set_rot_z(e){const t=this.store.selected_entity.val;if(t){const i=t.rotation.val;this.store.undo.push(new ke(this.store,t,i,N(i.x,i.y,V(e)),!1)).redo()}}}class Pa extends Js.a{constructor(e){super(),this.unavailable=e.current_quest.map(e=>null==e),this.npc_counts=e.current_quest.flat_map(e=>e?e.npcs:Object(M.e)([])).map(this.update_view)}update_view(e){const t=new Map;for(const i of e)if(i.type!==I.c.VolOptPart2){const e=t.get(i.type)||0;t.set(i.type,e+1)}const i=8*(t.get(I.c.Canane)||0);return[...t].sort((e,t)=>e[0]-t[0]).map(([e,t])=>{const o=e===I.c.Canadine?i:0;return{name:Object(I.d)(e).name,count:t+o}})}}class Da{constructor(e,t,i){this.event=e,this.old_delay=t,this.new_delay=i,this.description=`Edit delay of event ${e.id}`}undo(){this.event.set_delay(this.old_delay)}redo(){this.event.set_delay(this.new_delay)}}class Ba{constructor(e,t,i,o){this.store=e,this.quest=t,this.event_dag=i,this.event=o,this.new_edges=[],this.description=`Delete event ${o.id}`,this.parents=i.get_parents(o).slice(),this.children=i.get_children(o).slice();for(const e of this.parents){const t=i.get_children(e);for(const i of this.children)t.includes(i)||this.new_edges.push({parent:e,child:i})}this.npcs=t.npcs.val.filter(e=>e.wave.val===o.wave),this.event_index=i.get_index(o)}undo(){this.quest.insert_event(this.event_index,this.event,this.parents,this.children);for(const{parent:e,child:t}of this.new_edges)this.event_dag.remove_edge(e,t);for(const e of this.npcs)e.set_wave(this.event.wave)}redo(){this.store.selected_wave.val===this.event.wave&&this.store.set_selected_wave(void 0);for(const{parent:e,child:t}of this.new_edges)this.event_dag.add_edge(e,t);this.quest.remove_event(this.event_dag,this.event)}}class Ea{constructor(e,t,i,o){this.quest=e,this.event_dag=t,this.event=i,this.parent_event=o,this.description=`Add event ${i.id}`}undo(){this.quest.remove_event(this.event_dag,this.event)}redo(){this.quest.add_event(this.event,this.parent_event?[this.parent_event]:[],[])}}class Ma extends Js.a{constructor(e){super(),this.store=e,this.focused=()=>{this.store.undo.make_current()},this.add_event=()=>{var e,t,i,o,n;const s=this.store.current_quest.val,r=this.store.current_area.val;if(s&&r){const a=s.get_event_dag_or_create(r.id),d=a.events.find(e=>e.wave===this.store.selected_wave.val),c=null!=(n=null!=(t=null===(e=d)||void 0===e?void 0:e.section_id)?t:null===(o=null===(i=this.store.selected_entity.val)||void 0===i?void 0:i.section_id)||void 0===o?void 0:o.val)?n:1,l=[],_=[];for(const e of a.events)l.push(e.id),e.wave.section_id.val===c&&_.push(e.wave.id.val);l.sort((e,t)=>e-t),_.sort((e,t)=>e-t);let u,v=0;for(const e of _)if(++v!==e)break;if(v===_.length&&v++,d){let e=d;for(;;){const[t]=a.get_parents(e);if(!t)break;e=t}const t=a.get_sub_graph(e).length.val;u=`${e.id}${t}`}else u=`${c}${v}`;let h=parseInt(u,10),p=0;for(;p=l.indexOf(h,p),-1!==p;)h++;this.store.undo.push(new Ea(s,a,new ha(h,c,new pa(v,r.id,c),30,0),d)).redo()}},this.remove_event=e=>{const t=this.store.current_quest.val,i=this.event_dag.val;t&&i&&this.store.undo.push(new Ba(this.store,t,i,e)).redo()},this.set_selected_wave=e=>{this.store.set_selected_wave(e)},this.set_delay=(e,t)=>{this.store.undo.push(new Da(e,e.delay.val,t)).redo()},this.enabled=e.quest_runner.running.map(e=>!e),this.unavailable=e.current_quest.map(e=>null==e),this.event_dag=Object(M.d)((e,t)=>e&&t?e.event_dags.get(t.id):void 0,e.current_quest,e.current_area),this.event_sub_graphs=Object(M.b)(e=>{var t,i;return null!=(i=null===(t=e)||void 0===t?void 0:t.connected_sub_graphs)?i:Object(M.c)()},this.event_dag)}is_selected(e){return this.store.selected_wave.map(t=>e.wave===t)}add_action(e,t){let i;switch(t){case ot.SpawnNpcs:i=new rt(0,0);break;case ot.Unlock:i=new at(0);break;case ot.Lock:i=new dt(0)}e.add_action(i)}remove_action(e,t){e.remove_action(t)}}function Wa(e,t,i){const o=new a.a,n=o.add(new Rs(e)),s=o.add(new $s(e)),r=o.add(new _s(n)),d=o.add(new Vn(t,r)),c=o.add(new ns(d)),l=new Ks,_=o.add(new Ds(s,i));return{view:o.add(new Tn(t,d,l,o.add(new Zs(o.add(new ya(t,r,d)))),()=>new f(o.add(new Sa(d))),()=>new m(o.add(new Pa(d))),()=>new Fe(d,n,s,i()),()=>new Ke(t,d.quest_runner,c),()=>new Qe(o.add(new La(d))),()=>new Je(d,_),()=>new Xe(d,_),()=>new bt(o.add(new Ma(d))),()=>new kn(d,n,s,i()),()=>new hn(d.quest_runner))),dispose(){o.dispose()}}}i.d(t,"initialize_quest_editor",(function(){return Wa}))},I7a6:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var o=i("nsCy"),n=i("rwco"),s=function(e,t,i,o){return new(i||(i=Promise))((function(n,s){function r(e){try{d(o.next(e))}catch(e){s(e)}}function a(e){try{d(o.throw(e))}catch(e){s(e)}}function d(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const r=n.a.get("core/persistence/Persister");class a{persist_for_server(e,t,i){this.persist(this.server_key(e,t),i)}persist(e,t){try{localStorage.setItem(e,JSON.stringify(t))}catch(t){r.error(`Couldn't persist ${e}.`,t)}}load_for_server(e,t){return s(this,void 0,void 0,(function*(){return this.load(this.server_key(e,t))}))}load(e){return s(this,void 0,void 0,(function*(){try{const t=localStorage.getItem(e);return t&&JSON.parse(t)}catch(t){return void r.error(`Couldn't load ${e}.`,t)}}))}server_key(e,t){let i=t+".";switch(e){case o.g.Ephinea:i+="Ephinea";break;default:throw new Error(`Server ${o.g[e]} not supported.`)}return i}}},KUR2:function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var o=i("nN8q"),n=i("FXpb");class s extends o.a{constructor(e){super(),this.renderer=e,this.element=Object(n.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}}},NUmZ:function(e,t,i){e.exports=function(){return new Worker(i.p+"5f6ed94c0bc6d74775e7.worker.js")}}}]); \ No newline at end of file diff --git a/8.484d5157ffbac6fe38b7.js b/8.484d5157ffbac6fe38b7.js new file mode 100644 index 00000000..87de8c1d --- /dev/null +++ b/8.484d5157ffbac6fe38b7.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[8],{"/Wax":function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var o=i("9dYx");class s extends o.a{constructor(e,t,i=0,o=e.size-i){if(i<0||i>e.size)throw new Error(`Offset ${i} is out of bounds.`);if(o<0||i+o>e.size)throw new Error(`Size ${o} is out of bounds.`);super(t,i),this.buffer=e,this._size=o}get size(){return this._size}set size(e){e>this._size?this.ensure_size(e-this.position):this._size=e}get backing_buffer(){return this.buffer.backing_buffer}get dv(){return this.buffer.view}take(e){this.check_size("size",e,e);const t=this.offset+this.position,i=new s(this.buffer,this.endianness,t,e);return this._position+=e,i}ensure_size(e,t=this.position){const i=t+e-this._size;i>0&&(this._size+=i,this.buffer.size{this._value.set_val(this.get_value(),{silent:!1})}),this.input_element.addEventListener("keydown",e=>{"Enter"===e.key&&this._value.set_val(this.get_value(),{silent:!1})}),s&&s.readonly&&this.set_attr("readOnly",!0),this.element.append(this.input_element)}set_enabled(e){super.set_enabled(e),this.input_element.disabled=!e}set_attr(e,t,i){if(null==t)return;const o=this.input_element,n=i||(e=>e);Object(s.a)(t)?(o[e]=n(t.val),this.disposable(t.observe(({value:t})=>o[e]=n(t)))):o[e]=n(t)}}},"4aaK":function(e,t,i){"use strict";i.r(t);var o=i("xGNL"),s=i.n(o),n=i("xs7i"),r=i("PE7g"),a=i("Tpfs"),d=i("0Xme");class c extends d.a{constructor(e="",t){if(super(e,"core_TextInput","text","core_TextInput_inner",t),this.preferred_label_position="left",t){const{max_length:e}=t;this.set_attr("maxLength",e)}this.set_value(e),this.finalize_construction()}get_value(){return this.input_element.value}set_value(e){this.input_element.value=e}}var l=i("sDu+"),_=(i("C5oP"),i("4VsB")),u=i("FXpb");class h extends l.a{constructor(e="",t){super(t),this.element=Object(u.h)({className:"core_TextArea"}),this.preferred_label_position="left",this.text_element=Object(u.w)({className:"core_TextArea_inner"}),this._value=new _.a(this,"",this.set_value),t&&(null!=t.max_length&&(this.text_element.maxLength=t.max_length),null!=t.font_family&&(this.text_element.style.fontFamily=t.font_family),null!=t.rows&&(this.text_element.rows=t.rows),null!=t.cols&&(this.text_element.cols=t.cols)),this.value=this._value,this.set_value(e),this.text_element.onchange=()=>this._value.set_val(this.text_element.value,{silent:!1}),this.element.append(this.text_element),this.finalize_construction()}set_value(e){this.text_element.value=e}}i("ObFr");var v=i("7ZX1"),p=(i("7YJZ"),i("6Fug"));class g extends p.a{constructor(e){super(),this.element=Object(u.h)({className:"quest_editor_UnavailableView"}),this.label=this.disposable(new v.a(e,{enabled:!1})),this.element.append(this.label.element),this.finalize_construction()}}var b=i("zsIO");class f extends b.a{constructor(e){super(),this.element=Object(u.h)({className:"quest_editor_QuestInfoView",tabIndex:-1}),this.table_element=Object(u.t)(),this.id_input=this.add(new r.a(0,{min:0,step:1})),this.name_input=this.add(new c("",{max_length:32})),this.short_description_input=this.add(new h("",{max_length:128,font_family:'"Courier New", monospace',cols:25,rows:5})),this.long_description_input=this.add(new h("",{max_length:288,font_family:'"Courier New", monospace',cols:25,rows:10})),this.unavailable_view=this.add(new g("No quest loaded.")),this.quest_disposer=this.disposable(new a.a);const t=e.current_quest;this.table_element.append(Object(u.A)(Object(u.y)("Episode:"),this.episode_element=Object(u.v)()),Object(u.A)(Object(u.y)("ID:"),Object(u.v)(this.id_input.element)),Object(u.A)(Object(u.y)("Name:"),Object(u.v)(this.name_input.element)),Object(u.A)(Object(u.y)({colSpan:2},"Short description:")),Object(u.A)(Object(u.v)({colSpan:2},this.short_description_input.element)),Object(u.A)(Object(u.y)({colSpan:2},"Long description:")),Object(u.A)(Object(u.v)({colSpan:2},this.long_description_input.element))),this.element.append(this.table_element,this.unavailable_view.element),this.element.addEventListener("focus",e.focused,!0),this.disposables(this.unavailable_view.visible.bind_to(e.unavailable),Object(u.c)(this.table_element,"hidden",e.unavailable),t.observe(({value:t})=>{this.quest_disposer.dispose_all(),this.episode_element.textContent=t?n.b[t.episode]:"",t&&this.quest_disposer.add_all(this.id_input.value.bind_to(t.id),this.id_input.value.observe(({value:t})=>e.set_id(t)),this.name_input.value.bind_to(t.name),this.name_input.value.observe(({value:t})=>e.set_name(t)),this.short_description_input.value.bind_to(t.short_description),this.short_description_input.value.observe(({value:t})=>e.set_short_description(t)),this.long_description_input.value.bind_to(t.long_description),this.long_description_input.value.observe(({value:t})=>e.set_long_description(t)),this.enabled.bind_to(e.enabled))})),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.id_input.enabled.val=e,this.name_input.enabled.val=e,this.short_description_input.enabled.val=e,this.long_description_input.enabled.val=e}}i("88+i"),i("UrNz"),i("5sDa");class m extends b.a{constructor(e){super(),this.element=Object(u.h)({className:"quest_editor_NpcCountsView"}),this.table_element=Object(u.t)(),this.unavailable_view=this.add(new g("No quest loaded.")),this.element.append(this.table_element,this.unavailable_view.element),this.disposables(Object(u.c)(this.table_element,"hidden",e.unavailable),this.unavailable_view.visible.bind_to(e.unavailable),e.npc_counts.observe(({value:e})=>this.update_view(e),{call_now:!0})),this.finalize_construction()}update_view(e){const t=document.createDocumentFragment();for(const{name:i,count:o}of e)t.append(Object(u.A)(Object(u.y)(i+":"),Object(u.v)(String(o))));this.table_element.innerHTML="",this.table_element.append(t)}}var w,k=i("BylX"),y=i("Womt"),R=i("Eqai"),I=i("sZ1+");!function(e){e[e.Unknown=1e3]="Unknown",e[e.PlayerSet=1001]="PlayerSet",e[e.Particle=1002]="Particle",e[e.Teleporter=1003]="Teleporter",e[e.Warp=1004]="Warp",e[e.LightCollision=1005]="LightCollision",e[e.Item=1006]="Item",e[e.EnvSound=1007]="EnvSound",e[e.FogCollision=1008]="FogCollision",e[e.EventCollision=1009]="EventCollision",e[e.CharaCollision=1010]="CharaCollision",e[e.ElementalTrap=1011]="ElementalTrap",e[e.StatusTrap=1012]="StatusTrap",e[e.HealTrap=1013]="HealTrap",e[e.LargeElementalTrap=1014]="LargeElementalTrap",e[e.ObjRoomID=1015]="ObjRoomID",e[e.Sensor=1016]="Sensor",e[e.UnknownItem16=1017]="UnknownItem16",e[e.LensFlare=1018]="LensFlare",e[e.ScriptCollision=1019]="ScriptCollision",e[e.HealRing=1020]="HealRing",e[e.MapCollision=1021]="MapCollision",e[e.ScriptCollisionA=1022]="ScriptCollisionA",e[e.ItemLight=1023]="ItemLight",e[e.RadarCollision=1024]="RadarCollision",e[e.FogCollisionSW=1025]="FogCollisionSW",e[e.BossTeleporter=1026]="BossTeleporter",e[e.ImageBoard=1027]="ImageBoard",e[e.QuestWarp=1028]="QuestWarp",e[e.Epilogue=1029]="Epilogue",e[e.UnknownItem29=1030]="UnknownItem29",e[e.UnknownItem30=1031]="UnknownItem30",e[e.UnknownItem31=1032]="UnknownItem31",e[e.BoxDetectObject=1033]="BoxDetectObject",e[e.SymbolChatObject=1034]="SymbolChatObject",e[e.TouchPlateObject=1035]="TouchPlateObject",e[e.TargetableObject=1036]="TargetableObject",e[e.EffectObject=1037]="EffectObject",e[e.CountDownObject=1038]="CountDownObject",e[e.UnknownItem38=1039]="UnknownItem38",e[e.UnknownItem39=1040]="UnknownItem39",e[e.UnknownItem40=1041]="UnknownItem40",e[e.UnknownItem41=1042]="UnknownItem41",e[e.MenuActivation=1043]="MenuActivation",e[e.TelepipeLocation=1044]="TelepipeLocation",e[e.BGMCollision=1045]="BGMCollision",e[e.MainRagolTeleporter=1046]="MainRagolTeleporter",e[e.LobbyTeleporter=1047]="LobbyTeleporter",e[e.PrincipalWarp=1048]="PrincipalWarp",e[e.ShopDoor=1049]="ShopDoor",e[e.HuntersGuildDoor=1050]="HuntersGuildDoor",e[e.TeleporterDoor=1051]="TeleporterDoor",e[e.MedicalCenterDoor=1052]="MedicalCenterDoor",e[e.Elevator=1053]="Elevator",e[e.EasterEgg=1054]="EasterEgg",e[e.ValentinesHeart=1055]="ValentinesHeart",e[e.ChristmasTree=1056]="ChristmasTree",e[e.ChristmasWreath=1057]="ChristmasWreath",e[e.HalloweenPumpkin=1058]="HalloweenPumpkin",e[e.TwentyFirstCentury=1059]="TwentyFirstCentury",e[e.Sonic=1060]="Sonic",e[e.WelcomeBoard=1061]="WelcomeBoard",e[e.Firework=1062]="Firework",e[e.LobbyScreenDoor=1063]="LobbyScreenDoor",e[e.MainRagolTeleporterBattleInNextArea=1064]="MainRagolTeleporterBattleInNextArea",e[e.LabTeleporterDoor=1065]="LabTeleporterDoor",e[e.Pioneer2InvisibleTouchplate=1066]="Pioneer2InvisibleTouchplate",e[e.ForestDoor=1067]="ForestDoor",e[e.ForestSwitch=1068]="ForestSwitch",e[e.LaserFence=1069]="LaserFence",e[e.LaserSquareFence=1070]="LaserSquareFence",e[e.ForestLaserFenceSwitch=1071]="ForestLaserFenceSwitch",e[e.LightRays=1072]="LightRays",e[e.BlueButterfly=1073]="BlueButterfly",e[e.Probe=1074]="Probe",e[e.RandomTypeBox1=1075]="RandomTypeBox1",e[e.ForestWeatherStation=1076]="ForestWeatherStation",e[e.Battery=1077]="Battery",e[e.ForestConsole=1078]="ForestConsole",e[e.BlackSlidingDoor=1079]="BlackSlidingDoor",e[e.RicoMessagePod=1080]="RicoMessagePod",e[e.EnergyBarrier=1081]="EnergyBarrier",e[e.ForestRisingBridge=1082]="ForestRisingBridge",e[e.SwitchNoneDoor=1083]="SwitchNoneDoor",e[e.EnemyBoxGrey=1084]="EnemyBoxGrey",e[e.FixedTypeBox=1085]="FixedTypeBox",e[e.EnemyBoxBrown=1086]="EnemyBoxBrown",e[e.EmptyTypeBox=1087]="EmptyTypeBox",e[e.LaserFenceEx=1088]="LaserFenceEx",e[e.LaserSquareFenceEx=1089]="LaserSquareFenceEx",e[e.FloorPanel1=1090]="FloorPanel1",e[e.Caves4ButtonDoor=1091]="Caves4ButtonDoor",e[e.CavesNormalDoor=1092]="CavesNormalDoor",e[e.CavesSmashingPillar=1093]="CavesSmashingPillar",e[e.CavesSign1=1094]="CavesSign1",e[e.CavesSign2=1095]="CavesSign2",e[e.CavesSign3=1096]="CavesSign3",e[e.HexagonalTank=1097]="HexagonalTank",e[e.BrownPlatform=1098]="BrownPlatform",e[e.WarningLightObject=1099]="WarningLightObject",e[e.Rainbow=1100]="Rainbow",e[e.FloatingJellyfish=1101]="FloatingJellyfish",e[e.FloatingDragonfly=1102]="FloatingDragonfly",e[e.CavesSwitchDoor=1103]="CavesSwitchDoor",e[e.RobotRechargeStation=1104]="RobotRechargeStation",e[e.CavesCakeShop=1105]="CavesCakeShop",e[e.Caves1SmallRedRock=1106]="Caves1SmallRedRock",e[e.Caves1MediumRedRock=1107]="Caves1MediumRedRock",e[e.Caves1LargeRedRock=1108]="Caves1LargeRedRock",e[e.Caves2SmallRock1=1109]="Caves2SmallRock1",e[e.Caves2MediumRock1=1110]="Caves2MediumRock1",e[e.Caves2LargeRock1=1111]="Caves2LargeRock1",e[e.Caves2SmallRock2=1112]="Caves2SmallRock2",e[e.Caves2MediumRock2=1113]="Caves2MediumRock2",e[e.Caves2LargeRock2=1114]="Caves2LargeRock2",e[e.Caves3SmallRock=1115]="Caves3SmallRock",e[e.Caves3MediumRock=1116]="Caves3MediumRock",e[e.Caves3LargeRock=1117]="Caves3LargeRock",e[e.FloorPanel2=1118]="FloorPanel2",e[e.DestructableRockCaves1=1119]="DestructableRockCaves1",e[e.DestructableRockCaves2=1120]="DestructableRockCaves2",e[e.DestructableRockCaves3=1121]="DestructableRockCaves3",e[e.MinesDoor=1122]="MinesDoor",e[e.FloorPanel3=1123]="FloorPanel3",e[e.MinesSwitchDoor=1124]="MinesSwitchDoor",e[e.LargeCryoTube=1125]="LargeCryoTube",e[e.ComputerLikeCalus=1126]="ComputerLikeCalus",e[e.GreenScreenOpeningAndClosing=1127]="GreenScreenOpeningAndClosing",e[e.FloatingRobot=1128]="FloatingRobot",e[e.FloatingBlueLight=1129]="FloatingBlueLight",e[e.SelfDestructingObject1=1130]="SelfDestructingObject1",e[e.SelfDestructingObject2=1131]="SelfDestructingObject2",e[e.SelfDestructingObject3=1132]="SelfDestructingObject3",e[e.SparkMachine=1133]="SparkMachine",e[e.MinesLargeFlashingCrate=1134]="MinesLargeFlashingCrate",e[e.RuinsSeal=1135]="RuinsSeal",e[e.RuinsTeleporter=1136]="RuinsTeleporter",e[e.RuinsWarpSiteToSite=1137]="RuinsWarpSiteToSite",e[e.RuinsSwitch=1138]="RuinsSwitch",e[e.FloorPanel4=1139]="FloorPanel4",e[e.Ruins1Door=1140]="Ruins1Door",e[e.Ruins3Door=1141]="Ruins3Door",e[e.Ruins2Door=1142]="Ruins2Door",e[e.Ruins11ButtonDoor=1143]="Ruins11ButtonDoor",e[e.Ruins21ButtonDoor=1144]="Ruins21ButtonDoor",e[e.Ruins31ButtonDoor=1145]="Ruins31ButtonDoor",e[e.Ruins4ButtonDoor=1146]="Ruins4ButtonDoor",e[e.Ruins2ButtonDoor=1147]="Ruins2ButtonDoor",e[e.RuinsSensor=1148]="RuinsSensor",e[e.RuinsFenceSwitch=1149]="RuinsFenceSwitch",e[e.RuinsLaserFence4x2=1150]="RuinsLaserFence4x2",e[e.RuinsLaserFence6x2=1151]="RuinsLaserFence6x2",e[e.RuinsLaserFence4x4=1152]="RuinsLaserFence4x4",e[e.RuinsLaserFence6x4=1153]="RuinsLaserFence6x4",e[e.RuinsPoisonBlob=1154]="RuinsPoisonBlob",e[e.RuinsPillarTrap=1155]="RuinsPillarTrap",e[e.PopupTrapNoTech=1156]="PopupTrapNoTech",e[e.RuinsCrystal=1157]="RuinsCrystal",e[e.Monument=1158]="Monument",e[e.RuinsRock1=1159]="RuinsRock1",e[e.RuinsRock2=1160]="RuinsRock2",e[e.RuinsRock3=1161]="RuinsRock3",e[e.RuinsRock4=1162]="RuinsRock4",e[e.RuinsRock5=1163]="RuinsRock5",e[e.RuinsRock6=1164]="RuinsRock6",e[e.RuinsRock7=1165]="RuinsRock7",e[e.Poison=1166]="Poison",e[e.FixedBoxTypeRuins=1167]="FixedBoxTypeRuins",e[e.RandomBoxTypeRuins=1168]="RandomBoxTypeRuins",e[e.EnemyTypeBoxYellow=1169]="EnemyTypeBoxYellow",e[e.EnemyTypeBoxBlue=1170]="EnemyTypeBoxBlue",e[e.EmptyTypeBoxBlue=1171]="EmptyTypeBoxBlue",e[e.DestructableRock=1172]="DestructableRock",e[e.PopupTrapsTechs=1173]="PopupTrapsTechs",e[e.FlyingWhiteBird=1174]="FlyingWhiteBird",e[e.Tower=1175]="Tower",e[e.FloatingRocks=1176]="FloatingRocks",e[e.FloatingSoul=1177]="FloatingSoul",e[e.Butterfly=1178]="Butterfly",e[e.LobbyGameMenu=1179]="LobbyGameMenu",e[e.LobbyWarpObject=1180]="LobbyWarpObject",e[e.Lobby1EventObjectDefaultTree=1181]="Lobby1EventObjectDefaultTree",e[e.UnknownItem387=1182]="UnknownItem387",e[e.UnknownItem388=1183]="UnknownItem388",e[e.UnknownItem389=1184]="UnknownItem389",e[e.LobbyEventObjectStaticPumpkin=1185]="LobbyEventObjectStaticPumpkin",e[e.LobbyEventObject3ChristmasWindows=1186]="LobbyEventObject3ChristmasWindows",e[e.LobbyEventObjectRedAndWhiteCurtain=1187]="LobbyEventObjectRedAndWhiteCurtain",e[e.UnknownItem393=1188]="UnknownItem393",e[e.UnknownItem394=1189]="UnknownItem394",e[e.LobbyFishTank=1190]="LobbyFishTank",e[e.LobbyEventObjectButterflies=1191]="LobbyEventObjectButterflies",e[e.UnknownItem400=1192]="UnknownItem400",e[e.GreyWallLow=1193]="GreyWallLow",e[e.SpaceshipDoor=1194]="SpaceshipDoor",e[e.GreyWallHigh=1195]="GreyWallHigh",e[e.TempleNormalDoor=1196]="TempleNormalDoor",e[e.BreakableWallWallButUnbreakable=1197]="BreakableWallWallButUnbreakable",e[e.BrokenCylinderAndRubble=1198]="BrokenCylinderAndRubble",e[e.ThreeBrokenWallPiecesOnFloor=1199]="ThreeBrokenWallPiecesOnFloor",e[e.HighBrickCylinder=1200]="HighBrickCylinder",e[e.LyingCylinder=1201]="LyingCylinder",e[e.BrickConeWithFlatTop=1202]="BrickConeWithFlatTop",e[e.BreakableTempleWall=1203]="BreakableTempleWall",e[e.TempleMapDetect=1204]="TempleMapDetect",e[e.SmallBrownBrickRisingBridge=1205]="SmallBrownBrickRisingBridge",e[e.LongRisingBridgeWithPinkHighEdges=1206]="LongRisingBridgeWithPinkHighEdges",e[e.FourSwitchTempleDoor=1207]="FourSwitchTempleDoor",e[e.FourButtonSpaceshipDoor=1208]="FourButtonSpaceshipDoor",e[e.ItemBoxCca=1209]="ItemBoxCca",e[e.TeleporterEp2=1210]="TeleporterEp2",e[e.CCADoor=1211]="CCADoor",e[e.SpecialBoxCCA=1212]="SpecialBoxCCA",e[e.BigCCADoor=1213]="BigCCADoor",e[e.BigCCADoorSwitch=1214]="BigCCADoorSwitch",e[e.LittleRock=1215]="LittleRock",e[e.Little3StoneWall=1216]="Little3StoneWall",e[e.Medium3StoneWall=1217]="Medium3StoneWall",e[e.SpiderPlant=1218]="SpiderPlant",e[e.CCAAreaTeleporter=1219]="CCAAreaTeleporter",e[e.UnknownItem523=1220]="UnknownItem523",e[e.WhiteBird=1221]="WhiteBird",e[e.OrangeBird=1222]="OrangeBird",e[e.Saw=1223]="Saw",e[e.LaserDetect=1224]="LaserDetect",e[e.UnknownItem529=1225]="UnknownItem529",e[e.UnknownItem530=1226]="UnknownItem530",e[e.Seagull=1227]="Seagull",e[e.Fish=1228]="Fish",e[e.SeabedDoorWithBlueEdges=1229]="SeabedDoorWithBlueEdges",e[e.SeabedDoorAlwaysOpenNonTriggerable=1230]="SeabedDoorAlwaysOpenNonTriggerable",e[e.LittleCryotube=1231]="LittleCryotube",e[e.WideGlassWallBreakable=1232]="WideGlassWallBreakable",e[e.BlueFloatingRobot=1233]="BlueFloatingRobot",e[e.RedFloatingRobot=1234]="RedFloatingRobot",e[e.Dolphin=1235]="Dolphin",e[e.CaptureTrap=1236]="CaptureTrap",e[e.VRLink=1237]="VRLink",e[e.UnknownItem576=1238]="UnknownItem576",e[e.WarpInBarbaRayRoom=1239]="WarpInBarbaRayRoom",e[e.UnknownItem672=1240]="UnknownItem672",e[e.GeeNest=1241]="GeeNest",e[e.LabComputerConsole=1242]="LabComputerConsole",e[e.LabComputerConsoleGreenScreen=1243]="LabComputerConsoleGreenScreen",e[e.ChairYellowPillow=1244]="ChairYellowPillow",e[e.OrangeWallWithHoleInMiddle=1245]="OrangeWallWithHoleInMiddle",e[e.GreyWallWithHoleInMiddle=1246]="GreyWallWithHoleInMiddle",e[e.LongTable=1247]="LongTable",e[e.GBAStation=1248]="GBAStation",e[e.TalkLinkToSupport=1249]="TalkLinkToSupport",e[e.InstaWarp=1250]="InstaWarp",e[e.LabInvisibleObject=1251]="LabInvisibleObject",e[e.LabGlassWindowDoor=1252]="LabGlassWindowDoor",e[e.UnknownItem700=1253]="UnknownItem700",e[e.LabCeilingWarp=1254]="LabCeilingWarp",e[e.Ep4LightSource=1255]="Ep4LightSource",e[e.Cactus=1256]="Cactus",e[e.BigBrownRock=1257]="BigBrownRock",e[e.BreakableBrownRock=1258]="BreakableBrownRock",e[e.UnknownItem832=1259]="UnknownItem832",e[e.UnknownItem833=1260]="UnknownItem833",e[e.PoisonPlant=1261]="PoisonPlant",e[e.UnknownItem897=1262]="UnknownItem897",e[e.UnknownItem898=1263]="UnknownItem898",e[e.OozingDesertPlant=1264]="OozingDesertPlant",e[e.UnknownItem901=1265]="UnknownItem901",e[e.BigBlackRocks=1266]="BigBlackRocks",e[e.UnknownItem903=1267]="UnknownItem903",e[e.UnknownItem904=1268]="UnknownItem904",e[e.UnknownItem905=1269]="UnknownItem905",e[e.UnknownItem906=1270]="UnknownItem906",e[e.FallingRock=1271]="FallingRock",e[e.DesertPlantHasCollision=1272]="DesertPlantHasCollision",e[e.DesertFixedTypeBoxBreakableCrystals=1273]="DesertFixedTypeBoxBreakableCrystals",e[e.UnknownItem910=1274]="UnknownItem910",e[e.BeeHive=1275]="BeeHive",e[e.UnknownItem912=1276]="UnknownItem912",e[e.Heat=1277]="Heat",e[e.TopOfSaintMillionEgg=1278]="TopOfSaintMillionEgg",e[e.UnknownItem961=1279]="UnknownItem961"}(w||(w={}));const x=[];function j(e){return T[e]}const T=[];function C(e,t,i,o){x.push(e);const s=[];for(const[e,t]of o)s[e]=t;T[e]=Object.freeze({name:i,area_ids:s,pso_id:t})}function S(e){var t;return null!=(t=I.c[e])?t:w[e]}function O(e){return null!=I.c[e]}function L(e){var t;return null!=(t=Object(I.d)(e))?t:j(e)}var B;C(w.Unknown,void 0,"Unknown",[]),C(w.PlayerSet,0,"Player Set",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,9,0]]]),C(w.Particle,1,"Particle",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.Teleporter,2,"Teleporter",[[n.b.I,[0,1,2,3,4,5,6,7,11,12,13,14]],[n.b.II,[0,1,2,3,4,12,13,14,15]],[n.b.IV,[1,2,3,4,5,6,7,8,9,0]]]),C(w.Warp,3,"Warp",[[n.b.I,[0,1,2,3,4,5,6,7,11,12,13,14,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,9,0]]]),C(w.LightCollision,4,"Light Collision",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,15,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.Item,5,"Item",[]),C(w.EnvSound,6,"Env Sound",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,13]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.FogCollision,7,"Fog Collision",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.EventCollision,8,"Event Collision",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,9,0]]]),C(w.CharaCollision,9,"Chara Collision",[[n.b.I,[0,1,2,3,4,5,8,9,10]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.ElementalTrap,10,"Elemental Trap",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,9]]]),C(w.StatusTrap,11,"Status Trap",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,9]]]),C(w.HealTrap,12,"Heal Trap",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,9]]]),C(w.LargeElementalTrap,13,"Large Elemental Trap",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,9]]]),C(w.ObjRoomID,14,"Obj Room ID",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,11,12,13]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,9]]]),C(w.Sensor,15,"Sensor",[[n.b.I,[1,2,4,5,6,7]]]),C(w.UnknownItem16,16,"Unknown Item (16)",[]),C(w.LensFlare,17,"Lens Flare",[[n.b.I,[1,2,3,4,8,14]]]),C(w.ScriptCollision,18,"Script Collision",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.HealRing,19,"Heal Ring",[[n.b.I,[1,2,3,4,5,6,7,8,9,10]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.MapCollision,20,"Map Collision",[[n.b.I,[0,1,2,3,4,5,8,9,10,16,17]],[n.b.II,[0,5,6,7,8,9,10,11,16,17]],[n.b.IV,[0]]]),C(w.ScriptCollisionA,21,"Script Collision A",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.ItemLight,22,"Item Light",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.RadarCollision,23,"Radar Collision",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.FogCollisionSW,24,"Fog Collision SW",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,11,12,13,14]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.BossTeleporter,25,"Boss Teleporter",[[n.b.I,[0,2,5,7,10]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[5,6,7,8,0]]]),C(w.ImageBoard,26,"Image Board",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.QuestWarp,27,"Quest Warp",[[n.b.I,[1,2,3,4,5,6,7,11,12,13,14]],[n.b.IV,[9]]]),C(w.Epilogue,28,"Epilogue",[[n.b.I,[14]],[n.b.II,[13]],[n.b.IV,[9]]]),C(w.UnknownItem29,29,"Unknown Item (29)",[[n.b.I,[1]]]),C(w.UnknownItem30,30,"Unknown Item (30)",[[n.b.I,[1,2,17]],[n.b.II,[1,2,14]],[n.b.IV,[1,2,3,4,5]]]),C(w.UnknownItem31,31,"Unknown Item (31)",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.BoxDetectObject,32,"Box Detect Object",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.SymbolChatObject,33,"Symbol Chat Object",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.TouchPlateObject,34,"Touch plate Object",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.TargetableObject,35,"Targetable Object",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.EffectObject,36,"Effect object",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[0,1,2,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[0]]]),C(w.CountDownObject,37,"Count Down Object",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.UnknownItem38,38,"Unknown Item (38)",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.UnknownItem39,39,"Unknown Item (39)",[[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.UnknownItem40,40,"Unknown Item (40)",[[n.b.I,[0,1,2,4,5,6,7,8,9,10,13,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,13,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.UnknownItem41,41,"Unknown Item (41)",[[n.b.I,[0,1,2,4,5,6,7,8,9,10,13,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,13,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.MenuActivation,64,"Menu activation",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.TelepipeLocation,65,"Telepipe Location",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.BGMCollision,66,"BGM Collision",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.MainRagolTeleporter,67,"Main Ragol Teleporter",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.LobbyTeleporter,68,"Lobby Teleporter",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.PrincipalWarp,69,"Principal warp",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.ShopDoor,70,"Shop Door",[[n.b.I,[0]],[n.b.IV,[0]]]),C(w.HuntersGuildDoor,71,"Hunter's Guild Door",[[n.b.I,[0]],[n.b.IV,[0]]]),C(w.TeleporterDoor,72,"Teleporter Door",[[n.b.I,[0]],[n.b.IV,[0]]]),C(w.MedicalCenterDoor,73,"Medical Center Door",[[n.b.I,[0]],[n.b.IV,[0]]]),C(w.Elevator,74,"Elevator",[[n.b.I,[0]],[n.b.IV,[0]]]),C(w.EasterEgg,75,"Easter Egg",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.ValentinesHeart,76,"Valentines Heart",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.ChristmasTree,77,"Christmas Tree",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.ChristmasWreath,78,"Christmas Wreath",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.HalloweenPumpkin,79,"Halloween Pumpkin",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.TwentyFirstCentury,80,"21st Century",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.Sonic,81,"Sonic",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.WelcomeBoard,82,"Welcome Board",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.Firework,83,"Firework",[[n.b.I,[0]],[n.b.II,[0,16]],[n.b.IV,[0]]]),C(w.LobbyScreenDoor,84,"Lobby Screen Door",[[n.b.I,[0]],[n.b.IV,[0]]]),C(w.MainRagolTeleporterBattleInNextArea,85,"Main Ragol Teleporter (Battle in next area?)",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.LabTeleporterDoor,86,"Lab Teleporter Door",[[n.b.II,[0]]]),C(w.Pioneer2InvisibleTouchplate,87,"Pioneer 2 Invisible Touchplate",[[n.b.I,[0]],[n.b.II,[0]],[n.b.IV,[0]]]),C(w.ForestDoor,128,"Forest Door",[[n.b.I,[1,2]]]),C(w.ForestSwitch,129,"Forest Switch",[[n.b.I,[1,2,3,4,5]],[n.b.II,[1,2,3,4]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.LaserFence,130,"Laser Fence",[[n.b.I,[1,2,3,4,5,6,7,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.LaserSquareFence,131,"Laser Square Fence",[[n.b.I,[1,2,3,4,5,6,7,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.ForestLaserFenceSwitch,132,"Forest Laser Fence Switch",[[n.b.I,[1,2,3,4,5,6,7,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.LightRays,133,"Light rays",[[n.b.I,[1,2]],[n.b.II,[5,6,7,8,9]],[n.b.IV,[6,7,8]]]),C(w.BlueButterfly,134,"Blue Butterfly",[[n.b.I,[1,2]],[n.b.IV,[6,7,8]]]),C(w.Probe,135,"Probe",[[n.b.I,[1,2]]]),C(w.RandomTypeBox1,136,"Random Type Box 1",[[n.b.I,[1,2,3,4,5,6,7]],[n.b.II,[10,11,13]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.ForestWeatherStation,137,"Forest Weather Station",[[n.b.I,[1,2]]]),C(w.Battery,138,"Battery",[]),C(w.ForestConsole,139,"Forest Console",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.BlackSlidingDoor,140,"Black Sliding Door",[[n.b.I,[1,2,3]]]),C(w.RicoMessagePod,141,"Rico Message Pod",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,13]]]),C(w.EnergyBarrier,142,"Energy Barrier",[[n.b.I,[1,2,4,5,6,7]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.ForestRisingBridge,143,"Forest Rising Bridge",[[n.b.I,[1,2]]]),C(w.SwitchNoneDoor,144,"Switch (none door)",[[n.b.I,[1,2,6,7,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.EnemyBoxGrey,145,"Enemy Box (Grey)",[[n.b.I,[1,2,3,4,5,6,7]],[n.b.II,[10,11]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.FixedTypeBox,146,"Fixed Type Box",[[n.b.I,[1,2,3,4,5,6,7,11,12,13,14]],[n.b.II,[10,11,13]],[n.b.IV,[1,2,3,4,6,7,8,9]]]),C(w.EnemyBoxBrown,147,"Enemy Box (Brown)",[[n.b.I,[1,2,3,4,5,6,7]],[n.b.II,[10,11]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.EmptyTypeBox,149,"Empty Type Box",[[n.b.I,[1,2,3,4,5,6,7]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.LaserFenceEx,150,"Laser Fence Ex",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.LaserSquareFenceEx,151,"Laser Square Fence Ex",[]),C(w.FloorPanel1,192,"Floor Panel 1",[[n.b.I,[3,4,5,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.Caves4ButtonDoor,193,"Caves 4 Button door",[[n.b.I,[3,4,5]]]),C(w.CavesNormalDoor,194,"Caves Normal door",[[n.b.I,[3,4,5]]]),C(w.CavesSmashingPillar,195,"Caves Smashing Pillar",[[n.b.I,[3,4,5]],[n.b.II,[1,2,3,4,17]]]),C(w.CavesSign1,196,"Caves Sign 1",[[n.b.I,[4,5]]]),C(w.CavesSign2,197,"Caves Sign 2",[[n.b.I,[4,5]]]),C(w.CavesSign3,198,"Caves Sign 3",[[n.b.I,[4,5]]]),C(w.HexagonalTank,199,"Hexagonal Tank",[[n.b.I,[4,5]]]),C(w.BrownPlatform,200,"Brown Platform",[[n.b.I,[4,5]]]),C(w.WarningLightObject,201,"Warning Light Object",[[n.b.I,[4,5]],[n.b.IV,[5]]]),C(w.Rainbow,203,"Rainbow",[[n.b.I,[4]]]),C(w.FloatingJellyfish,204,"Floating Jellyfish",[[n.b.I,[4]],[n.b.II,[10,11]]]),C(w.FloatingDragonfly,205,"Floating Dragonfly",[[n.b.I,[4,16]],[n.b.II,[3,4]],[n.b.IV,[6,7,8]]]),C(w.CavesSwitchDoor,206,"Caves Switch Door",[[n.b.I,[3,4,5]]]),C(w.RobotRechargeStation,207,"Robot Recharge Station",[[n.b.I,[3,4,5,6,7]],[n.b.II,[17]]]),C(w.CavesCakeShop,208,"Caves Cake Shop",[[n.b.I,[5]]]),C(w.Caves1SmallRedRock,209,"Caves 1 Small Red Rock",[[n.b.I,[3]]]),C(w.Caves1MediumRedRock,210,"Caves 1 Medium Red Rock",[[n.b.I,[3]]]),C(w.Caves1LargeRedRock,211,"Caves 1 Large Red Rock",[[n.b.I,[3]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.Caves2SmallRock1,212,"Caves 2 Small Rock 1",[[n.b.I,[4]]]),C(w.Caves2MediumRock1,213,"Caves 2 Medium Rock 1",[[n.b.I,[4]]]),C(w.Caves2LargeRock1,214,"Caves 2 Large Rock 1",[[n.b.I,[4]]]),C(w.Caves2SmallRock2,215,"Caves 2 Small Rock 2",[[n.b.I,[4]]]),C(w.Caves2MediumRock2,216,"Caves 2 Medium Rock 2",[[n.b.I,[4]]]),C(w.Caves2LargeRock2,217,"Caves 2 Large Rock 2",[[n.b.I,[4]]]),C(w.Caves3SmallRock,218,"Caves 3 Small Rock",[[n.b.I,[5]]]),C(w.Caves3MediumRock,219,"Caves 3 Medium Rock",[[n.b.I,[5]]]),C(w.Caves3LargeRock,220,"Caves 3 Large Rock",[[n.b.I,[5]]]),C(w.FloorPanel2,222,"Floor Panel 2",[[n.b.I,[1,2,3,4,5,6,7,8,9,10,16,17]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.DestructableRockCaves1,223,"Destructable Rock (Caves 1)",[[n.b.I,[3]]]),C(w.DestructableRockCaves2,224,"Destructable Rock (Caves 2)",[[n.b.I,[4]]]),C(w.DestructableRockCaves3,225,"Destructable Rock (Caves 3)",[[n.b.I,[5]]]),C(w.MinesDoor,256,"Mines Door",[[n.b.I,[6,7]]]),C(w.FloorPanel3,257,"Floor Panel 3",[[n.b.I,[1,2,6,7,16,17]],[n.b.II,[1,2,3,4]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.MinesSwitchDoor,258,"Mines Switch Door",[[n.b.I,[6,7]],[n.b.IV,[6,7,8]]]),C(w.LargeCryoTube,259,"Large Cryo-Tube",[[n.b.I,[6,7]],[n.b.II,[17]]]),C(w.ComputerLikeCalus,260,"Computer (like calus)",[[n.b.I,[6,7]],[n.b.II,[17]]]),C(w.GreenScreenOpeningAndClosing,261,"Green Screen opening and closing",[[n.b.I,[6,7]],[n.b.II,[17]]]),C(w.FloatingRobot,262,"Floating Robot",[[n.b.I,[6,7]]]),C(w.FloatingBlueLight,263,"Floating Blue Light",[[n.b.I,[6,7]]]),C(w.SelfDestructingObject1,264,"Self Destructing Object 1",[[n.b.I,[6,7]]]),C(w.SelfDestructingObject2,265,"Self Destructing Object 2",[[n.b.I,[6,7]]]),C(w.SelfDestructingObject3,266,"Self Destructing Object 3",[[n.b.I,[6,7]]]),C(w.SparkMachine,267,"Spark Machine",[[n.b.I,[6,7]]]),C(w.MinesLargeFlashingCrate,268,"Mines Large Flashing Crate",[[n.b.I,[6,7]]]),C(w.RuinsSeal,304,"Ruins Seal",[[n.b.I,[13]]]),C(w.RuinsTeleporter,320,"Ruins Teleporter",[[n.b.I,[8,9,10]]]),C(w.RuinsWarpSiteToSite,321,"Ruins Warp (Site to site)",[[n.b.I,[8,9,10]]]),C(w.RuinsSwitch,322,"Ruins Switch",[[n.b.I,[8,9,10]]]),C(w.FloorPanel4,323,"Floor Panel 4",[[n.b.I,[8,9,10]]]),C(w.Ruins1Door,324,"Ruins 1 Door",[[n.b.I,[8]]]),C(w.Ruins3Door,325,"Ruins 3 Door",[[n.b.I,[10]]]),C(w.Ruins2Door,326,"Ruins 2 Door",[[n.b.I,[9]]]),C(w.Ruins11ButtonDoor,327,"Ruins 1-1 Button Door",[[n.b.I,[8]]]),C(w.Ruins21ButtonDoor,328,"Ruins 2-1 Button Door",[[n.b.I,[9]]]),C(w.Ruins31ButtonDoor,329,"Ruins 3-1 Button Door",[[n.b.I,[10]]]),C(w.Ruins4ButtonDoor,330,"Ruins 4-Button Door",[[n.b.I,[8,9,10]]]),C(w.Ruins2ButtonDoor,331,"Ruins 2-Button Door",[[n.b.I,[8,9,10]]]),C(w.RuinsSensor,332,"Ruins Sensor",[[n.b.I,[8,9,10]]]),C(w.RuinsFenceSwitch,333,"Ruins Fence Switch",[[n.b.I,[8,9,10]]]),C(w.RuinsLaserFence4x2,334,"Ruins Laser Fence 4x2",[[n.b.I,[8,9,10]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.RuinsLaserFence6x2,335,"Ruins Laser Fence 6x2",[[n.b.I,[8,9,10]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.RuinsLaserFence4x4,336,"Ruins Laser Fence 4x4",[[n.b.I,[8,9,10]]]),C(w.RuinsLaserFence6x4,337,"Ruins Laser Fence 6x4",[[n.b.I,[8,9,10]]]),C(w.RuinsPoisonBlob,338,"Ruins poison Blob",[[n.b.I,[8,9,10]],[n.b.II,[5,6,7,8,9]],[n.b.IV,[6,7,8]]]),C(w.RuinsPillarTrap,339,"Ruins Pillar Trap",[[n.b.I,[8,9,10]],[n.b.II,[1,2,3,4]]]),C(w.PopupTrapNoTech,340,"Popup Trap (No Tech)",[[n.b.I,[8,9,10]]]),C(w.RuinsCrystal,341,"Ruins Crystal",[[n.b.I,[8,9,10]]]),C(w.Monument,342,"Monument",[[n.b.I,[2,4,7]]]),C(w.RuinsRock1,345,"Ruins Rock 1",[[n.b.I,[8,9,10]]]),C(w.RuinsRock2,346,"Ruins Rock 2",[[n.b.I,[8,9,10]]]),C(w.RuinsRock3,347,"Ruins Rock 3",[[n.b.I,[8,9,10]]]),C(w.RuinsRock4,348,"Ruins Rock 4",[[n.b.I,[8,9,10]]]),C(w.RuinsRock5,349,"Ruins Rock 5",[[n.b.I,[8,9,10]]]),C(w.RuinsRock6,350,"Ruins Rock 6",[[n.b.I,[8,9,10]]]),C(w.RuinsRock7,351,"Ruins Rock 7",[[n.b.I,[8,9,10]]]),C(w.Poison,352,"Poison",[[n.b.I,[8,9,10,13]],[n.b.II,[3,4,10,11]],[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.FixedBoxTypeRuins,353,"Fixed Box Type (Ruins)",[[n.b.I,[8,9,10,16,17]],[n.b.II,[1,2,3,4,14,15]]]),C(w.RandomBoxTypeRuins,354,"Random Box Type (Ruins)",[[n.b.I,[8,9,10,16,17]],[n.b.II,[1,2,3,4,14,15]]]),C(w.EnemyTypeBoxYellow,355,"Enemy Type Box (Yellow)",[[n.b.I,[8,9,10,16,17]],[n.b.II,[1,2,3,4]]]),C(w.EnemyTypeBoxBlue,356,"Enemy Type Box (Blue)",[[n.b.I,[8,9,10,16,17]],[n.b.II,[1,2,3,4]]]),C(w.EmptyTypeBoxBlue,357,"Empty Type Box (Blue)",[[n.b.I,[8,9,10,16,17]],[n.b.II,[1,2,3,4]]]),C(w.DestructableRock,358,"Destructable Rock",[[n.b.I,[8,9,10]]]),C(w.PopupTrapsTechs,359,"Popup Traps (techs)",[[n.b.I,[6,7,8,9,10]],[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,16,17]]]),C(w.FlyingWhiteBird,368,"Flying White Bird",[[n.b.I,[14,16]],[n.b.II,[3,4]]]),C(w.Tower,369,"Tower",[[n.b.I,[14]]]),C(w.FloatingRocks,370,"Floating Rocks",[[n.b.I,[14]]]),C(w.FloatingSoul,371,"Floating Soul",[[n.b.I,[14]]]),C(w.Butterfly,372,"Butterfly",[[n.b.I,[14]]]),C(w.LobbyGameMenu,384,"Lobby Game menu",[[n.b.I,[15]]]),C(w.LobbyWarpObject,385,"Lobby Warp Object",[[n.b.I,[15]]]),C(w.Lobby1EventObjectDefaultTree,386,"Lobby 1 Event Object (Default Tree)",[[n.b.I,[15]]]),C(w.UnknownItem387,387,"Unknown Item (387)",[[n.b.I,[15]]]),C(w.UnknownItem388,388,"Unknown Item (388)",[[n.b.I,[15]]]),C(w.UnknownItem389,389,"Unknown Item (389)",[[n.b.I,[15]]]),C(w.LobbyEventObjectStaticPumpkin,390,"Lobby Event Object (Static Pumpkin)",[[n.b.I,[15]]]),C(w.LobbyEventObject3ChristmasWindows,391,"Lobby Event Object (3 Christmas Windows)",[[n.b.I,[15]]]),C(w.LobbyEventObjectRedAndWhiteCurtain,392,"Lobby Event Object (Red and White Curtain)",[[n.b.I,[15]]]),C(w.UnknownItem393,393,"Unknown Item (393)",[[n.b.I,[15]]]),C(w.UnknownItem394,394,"Unknown Item (394)",[[n.b.I,[15]]]),C(w.LobbyFishTank,395,"Lobby Fish Tank",[[n.b.I,[15]]]),C(w.LobbyEventObjectButterflies,396,"Lobby Event Object (Butterflies)",[[n.b.I,[15]]]),C(w.UnknownItem400,400,"Unknown Item (400)",[[n.b.I,[16]],[n.b.II,[3,4]]]),C(w.GreyWallLow,401,"grey wall low",[[n.b.I,[16]],[n.b.II,[3,4,17]]]),C(w.SpaceshipDoor,402,"Spaceship Door",[[n.b.I,[16]],[n.b.II,[3,4]]]),C(w.GreyWallHigh,403,"grey wall high",[[n.b.I,[16]],[n.b.II,[3,4,17]]]),C(w.TempleNormalDoor,416,"Temple Normal Door",[[n.b.I,[17]],[n.b.II,[1,2]]]),C(w.BreakableWallWallButUnbreakable,417,'"breakable wall wall, but unbreakable"',[[n.b.I,[17]],[n.b.II,[1,2]]]),C(w.BrokenCylinderAndRubble,418,"Broken cylinder and rubble",[[n.b.I,[17]],[n.b.II,[1,2]]]),C(w.ThreeBrokenWallPiecesOnFloor,419,"3 broken wall pieces on floor",[[n.b.I,[17]],[n.b.II,[1,2]]]),C(w.HighBrickCylinder,420,"high brick cylinder",[[n.b.I,[17]],[n.b.II,[1,2]]]),C(w.LyingCylinder,421,"lying cylinder",[[n.b.I,[17]],[n.b.II,[1,2]]]),C(w.BrickConeWithFlatTop,422,"brick cone with flat top",[[n.b.I,[17]],[n.b.II,[1,2]]]),C(w.BreakableTempleWall,423,"breakable temple wall",[[n.b.I,[17]],[n.b.II,[1,2]]]),C(w.TempleMapDetect,424,"Temple Map Detect",[[n.b.I,[17]],[n.b.II,[1,2,14]],[n.b.IV,[1,2,3,4,5]]]),C(w.SmallBrownBrickRisingBridge,425,"small brown brick rising bridge",[[n.b.I,[17]],[n.b.II,[1,2]]]),C(w.LongRisingBridgeWithPinkHighEdges,426,"long rising bridge (with pink high edges)",[[n.b.I,[17]],[n.b.II,[1,2]]]),C(w.FourSwitchTempleDoor,427,"4 switch temple door",[[n.b.II,[1,2]]]),C(w.FourButtonSpaceshipDoor,448,"4 button spaceship door",[[n.b.II,[3,4]]]),C(w.ItemBoxCca,512,"item box cca",[[n.b.II,[5,6,7,8,9,12,16,17]],[n.b.IV,[5]]]),C(w.TeleporterEp2,513,"Teleporter (Ep 2)",[[n.b.II,[5,6,7,8,9,10,11,12,13,16,17]]]),C(w.CCADoor,514,"CCA Door",[[n.b.II,[5,6,7,8,9,16,17]]]),C(w.SpecialBoxCCA,515,"Special Box CCA",[[n.b.II,[5,6,7,8,9,12,16,17]],[n.b.IV,[1,2,3,4,5]]]),C(w.BigCCADoor,516,"Big CCA Door",[[n.b.II,[5]]]),C(w.BigCCADoorSwitch,517,"Big CCA Door Switch",[[n.b.II,[5,6,7,8,9,16,17]]]),C(w.LittleRock,518,"Little Rock",[[n.b.II,[5,6,7,8,9,16]]]),C(w.Little3StoneWall,519,"Little 3 Stone Wall",[[n.b.II,[5,6,7,8,9,16]]]),C(w.Medium3StoneWall,520,"Medium 3 stone wall",[[n.b.II,[5,6,7,8,9,16]]]),C(w.SpiderPlant,521,"Spider Plant",[[n.b.II,[5,6,7,8,9,16]]]),C(w.CCAAreaTeleporter,522,"CCA Area Teleporter",[[n.b.II,[5,6,7,8,9,16,17]]]),C(w.UnknownItem523,523,"Unknown Item (523)",[[n.b.II,[5,12]]]),C(w.WhiteBird,524,"White Bird",[[n.b.II,[6,7,9,16,17]],[n.b.IV,[6,7,8]]]),C(w.OrangeBird,525,"Orange Bird",[[n.b.II,[6,7,9,17]]]),C(w.Saw,527,"Saw",[[n.b.II,[5,6,7,8,9,10,11,16,17]]]),C(w.LaserDetect,528,"Laser Detect",[[n.b.II,[5,6,7,8,9,10,11,16,17]]]),C(w.UnknownItem529,529,"Unknown Item (529)",[[n.b.II,[5,6,7]],[n.b.IV,[6,7,8]]]),C(w.UnknownItem530,530,"Unknown Item (530)",[[n.b.II,[5,6,7,8,9,17]]]),C(w.Seagull,531,"Seagull",[[n.b.II,[6,7,8,9,16]],[n.b.IV,[6,7,8]]]),C(w.Fish,544,"Fish",[[n.b.I,[15]],[n.b.II,[6,9,10,11,16]]]),C(w.SeabedDoorWithBlueEdges,545,"Seabed Door (with blue edges)",[[n.b.II,[10,11]]]),C(w.SeabedDoorAlwaysOpenNonTriggerable,546,"Seabed door (always open, non-triggerable)",[[n.b.II,[10,11]]]),C(w.LittleCryotube,547,"Little Cryotube",[[n.b.II,[10,11,17]]]),C(w.WideGlassWallBreakable,548,"Wide Glass Wall (breakable)",[[n.b.II,[10,11]]]),C(w.BlueFloatingRobot,549,"Blue floating robot",[[n.b.II,[10,11]]]),C(w.RedFloatingRobot,550,"Red floating robot",[[n.b.II,[10,11]]]),C(w.Dolphin,551,"Dolphin",[[n.b.II,[10,11]]]),C(w.CaptureTrap,552,"Capture Trap",[[n.b.II,[5,6,7,8,9,10,11,16,17]]]),C(w.VRLink,553,"VR link",[[n.b.II,[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]]]),C(w.UnknownItem576,576,"Unknown Item (576)",[[n.b.II,[12]]]),C(w.WarpInBarbaRayRoom,640,"Warp in Barba Ray Room",[[n.b.II,[14]]]),C(w.UnknownItem672,672,"Unknown Item (672)",[[n.b.II,[15]]]),C(w.GeeNest,688,"Gee Nest",[[n.b.I,[8,9,10]],[n.b.II,[5,6,7,8,9,16,17]],[n.b.IV,[6,7,8]]]),C(w.LabComputerConsole,689,"Lab Computer Console",[[n.b.II,[0]]]),C(w.LabComputerConsoleGreenScreen,690,"Lab Computer Console (Green Screen)",[[n.b.II,[0]]]),C(w.ChairYellowPillow,691,"Chair, Yellow Pillow",[[n.b.II,[0]]]),C(w.OrangeWallWithHoleInMiddle,692,"orange wall with hole in middle",[[n.b.II,[0]]]),C(w.GreyWallWithHoleInMiddle,693,"grey wall with hole in middle",[[n.b.II,[0]]]),C(w.LongTable,694,"long table",[[n.b.II,[0]]]),C(w.GBAStation,695,"GBA Station",[]),C(w.TalkLinkToSupport,696,"Talk (link to support)",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.InstaWarp,697,"insta-warp",[[n.b.I,[0,1,2,3,4,5,6,7,11,12,13,14,16,17]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,9,0]]]),C(w.LabInvisibleObject,698,"Lab Invisible Object",[[n.b.I,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]],[n.b.II,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],[n.b.IV,[1,2,3,4,5,6,7,8,0]]]),C(w.LabGlassWindowDoor,699,"Lab Glass window Door",[[n.b.II,[0]]]),C(w.UnknownItem700,700,"Unknown Item (700)",[[n.b.II,[13]]]),C(w.LabCeilingWarp,701,"Lab Ceiling Warp",[[n.b.II,[0]]]),C(w.Ep4LightSource,768,"Ep4 Light Source",[[n.b.IV,[1,2,3,4,5,6,7,8,9]]]),C(w.Cactus,769,"Cactus",[[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.BigBrownRock,770,"Big Brown Rock",[[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.BreakableBrownRock,771,"Breakable Brown Rock",[[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.UnknownItem832,832,"Unknown Item (832)",[]),C(w.UnknownItem833,833,"Unknown Item (833)",[]),C(w.PoisonPlant,896,"Poison Plant",[[n.b.IV,[6,7,8]]]),C(w.UnknownItem897,897,"Unknown Item (897)",[[n.b.IV,[6,7,8]]]),C(w.UnknownItem898,898,"Unknown Item (898)",[[n.b.IV,[6,7,8]]]),C(w.OozingDesertPlant,899,"Oozing Desert Plant",[[n.b.IV,[6,7,8]]]),C(w.UnknownItem901,901,"Unknown Item (901)",[[n.b.IV,[6,7,8]]]),C(w.BigBlackRocks,902,"big black rocks",[[n.b.IV,[1,2,3,4,5,6,7,8]]]),C(w.UnknownItem903,903,"Unknown Item (903)",[[n.b.IV,[6,7,8]]]),C(w.UnknownItem904,904,"Unknown Item (904)",[[n.b.IV,[6,7,8]]]),C(w.UnknownItem905,905,"Unknown Item (905)",[]),C(w.UnknownItem906,906,"Unknown Item (906)",[]),C(w.FallingRock,907,"Falling Rock",[[n.b.IV,[6,7,8]]]),C(w.DesertPlantHasCollision,908,"Desert Plant (has collision)",[[n.b.IV,[6,7,8]]]),C(w.DesertFixedTypeBoxBreakableCrystals,909,"Desert Fixed Type Box (Breakable Crystals)",[[n.b.IV,[6,7,8]]]),C(w.UnknownItem910,910,"Unknown Item (910)",[]),C(w.BeeHive,911,"Bee Hive",[[n.b.IV,[6,7,8]]]),C(w.UnknownItem912,912,"Unknown Item (912)",[[n.b.IV,[6,7,8]]]),C(w.Heat,913,"Heat",[[n.b.IV,[6,7,8]]]),C(w.TopOfSaintMillionEgg,960,"Top of saint million egg",[[n.b.IV,[9]]]),C(w.UnknownItem961,961,"Unknown Item (961)",[[n.b.IV,[9]]]),Object.freeze(x),Object.freeze(T),function(e){e[e.Normal=0]="Normal",e[e.Hovered=1]="Hovered",e[e.Selected=2]="Selected"}(B||(B={}));const D=[];D[B.Normal]=16776960,D[B.Hovered]=16768831,D[B.Selected]=16755200;const P=[];function E(e,t,i){const o=new y.MeshLambertMaterial({color:O(e)?P[B.Normal]:D[B.Normal],side:y.DoubleSide}),s=Object(R.a)(t,i,o,!1);return s.name=S(e),s}P[B.Normal]=16711680,P[B.Hovered]=16727903,P[B.Selected]=16711764;var M=i("ouMO"),W=i("ViJ0"),q=i("wtpc");function F(e,t,i){return new y.Euler(e,t,i,"ZXY")}function V(e){return(new y.Euler).setFromQuaternion(e,"ZXY")}const z=new y.Quaternion,U=new y.Quaternion;class A{constructor(e,t,i,o,s){this._section=Object(M.e)(void 0),Object(q.f)(e,"type"),Object(q.l)(t,"area_id"),Object(q.l)(i,"section_id"),Object(q.f)(o,"position"),Object(q.f)(s,"rotation"),this.type=e,this.area_id=t,this.section=this._section,this._section_id=Object(M.e)(i),this.section_id=this._section_id,this._position=Object(M.e)(o),this.position=this._position,this._world_position=Object(M.e)(o),this.world_position=this._world_position,this._rotation=Object(M.e)(s),this.rotation=this._rotation,this._world_rotation=Object(M.e)(s),this.world_rotation=this._world_rotation}set_section(e){if(e.area_variant.area.id!==this.area_id)throw new Error("Quest entities can't be moved across areas.");return this._section.val=e,this._section_id.val=e.id,this.set_position(this.position.val),this.set_rotation(this.rotation.val),this}set_position(e){this._position.val=e;const t=this.section.val;return this._world_position.val=t?e.clone().applyEuler(t.rotation).add(t.position):e,this}set_world_position(e){this._world_position.val=e;const t=this.section.val;return this._position.val=t?e.clone().sub(t.position).applyEuler(t.inverse_rotation):e,this}set_rotation(e){$(e),this._rotation.val=e;const t=this.section.val;return t?(z.setFromEuler(e),U.setFromEuler(t.rotation),this._world_rotation.val=$(V(z.multiply(U)))):this._world_rotation.val=e,this}set_world_rotation(e){$(e),this._world_rotation.val=e;const t=this.section.val;return t?(z.setFromEuler(e),U.setFromEuler(t.rotation),U.inverse(),this._rotation.val=$(V(z.multiply(U)))):this._rotation.val=e,this}}function $(e){return e.set(Object(W.b)(e.x,2*Math.PI),Object(W.b)(e.y,2*Math.PI),Object(W.b)(e.z,2*Math.PI))}class N extends A{constructor(e,t,i,o,s,n,r,a,d,c,l,_,u){var h,v,p,g,b,f;Object(q.l)(t,"pso_type_id"),Object(q.k)(i,"npc_id"),Object(q.m)(s,"pso_wave2"),Object(q.l)(n,"script_label"),Object(q.l)(r,"pso_roaming"),Object(q.f)(_,"scale"),Object(q.f)(u,"unknown"),Object(q.d)(2===u.length,()=>`unknown should be of length 2, was ${u.length}.`),Object(q.d)(10===u[0].length,()=>`unknown[0] should be of length 10, was ${u[0].length}`),Object(q.d)(4===u[1].length,()=>`unknown[1] should be of length 4, was ${u[1].length}`),super(e,a,d,c,l),this.pso_type_id=t,this.npc_id=i,this._wave=Object(M.e)(o),this.wave=this._wave;const m=null===(v=null===(h=o)||void 0===h?void 0:h.id)||void 0===v?void 0:v.val,w=null===(g=null===(p=o)||void 0===p?void 0:p.section_id)||void 0===g?void 0:g.val,k=null===(f=null===(b=o)||void 0===b?void 0:b.area_id)||void 0===f?void 0:f.val;this._pso_wave2=s,this.pso_wave2=this.wave.flat_map(e=>null==e?Object(M.e)(null==m?this._pso_wave2:0):m===e.id.val&&w===e.section_id.val&&k===e.area_id.val?e.id.map(e=>m===e?this._pso_wave2:e):e.id),this.script_label=n,this.pso_roaming=r,this.unknown=u,this.scale=_}set_wave(e){return this._wave.val=e,this}}class G extends k.a{constructor(e,t){super(e),this._collision_geometry=new y.Object3D,this._render_geometry=new y.Object3D,this._entity_models=new y.Object3D,this.disposer=new a.a,this.entity_to_mesh=new Map,this.camera=new y.PerspectiveCamera(60,1,10,1e4),this.disposer.add(t(this))}get debug(){return super.debug}set debug(e){this.debug!==e&&(super.debug=e,this._render_geometry.visible=e,this.schedule_render())}get collision_geometry(){return this._collision_geometry}set collision_geometry(e){this.scene.remove(this.collision_geometry),this._collision_geometry=e,this.scene.add(e)}set render_geometry(e){this.scene.remove(this._render_geometry),this._render_geometry=e,e.visible=this.debug,this.scene.add(e)}get entity_models(){return this._entity_models}init_camera_controls(){super.init_camera_controls()}dispose(){super.dispose(),this.disposer.dispose()}set_size(e,t){this.camera.aspect=e/t,this.camera.updateProjectionMatrix(),super.set_size(e,t)}reset_entity_models(){this.scene.remove(this._entity_models),this._entity_models=new y.Group,this.scene.add(this._entity_models),this.entity_to_mesh.clear(),this.schedule_render()}add_entity_model(e){const t=e.userData.entity;this._entity_models.add(e),this.entity_to_mesh.set(t,e),t===this.selected_entity&&this.mark_selected(e),this.schedule_render()}remove_entity_model(e){const t=this.entity_to_mesh.get(e);t&&(this.entity_to_mesh.delete(e),this._entity_models.remove(t),this.schedule_render())}get_entity_mesh(e){return this.entity_to_mesh.get(e)}mark_selected(e){e===this.hovered_mesh&&(this.hovered_mesh=void 0),e!==this.selected_mesh&&(this.selected_mesh&&H(this.selected_mesh,B.Normal),H(e,B.Selected),this.schedule_render()),this.selected_mesh=e}mark_hovered(e){this.selected_mesh&&e===this.selected_mesh||(e!==this.hovered_mesh&&(this.hovered_mesh&&H(this.hovered_mesh,B.Normal),e&&H(e,B.Hovered),this.schedule_render()),this.hovered_mesh=e)}unmark_selected(){this.selected_mesh&&(H(this.selected_mesh,B.Normal),this.schedule_render()),this.selected_mesh=void 0}}function H(e,t){const i=e.userData.entity instanceof N?P[t]:D[t];if(e)if(Array.isArray(e.material))for(const o of e.material)t===B.Normal&&o.map?o.color.set(16777215):o.color.set(i);else e.material.color.set(i)}var Y=i("oxtq"),X=i("rwco"),Q=function(e,t,i,o){return new(i||(i=Promise))((function(s,n){function r(e){try{d(o.next(e))}catch(e){n(e)}}function a(e){try{d(o.throw(e))}catch(e){n(e)}}function d(e){var t;e.done?s(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const K=X.a.get("quest_editor/rendering/QuestModelManager"),J=Object.freeze(new y.Vector3(0,800,700)),Z=Object.freeze(new y.Vector3(0,0,0)),ee=new y.Object3D;class te{constructor(e,t,i,o){this.renderer=t,this.area_asset_loader=i,this.entity_asset_loader=o,this.disposer=new a.a,this.quest_disposer=this.disposer.add(new a.a),this.area_variant_changed=()=>Q(this,void 0,void 0,(function*(){const{episode:e,area_variant:t,npcs:i,objects:o}=this.get_area_variant_details();yield this.area_model_manager.load(e,t),this.quest_disposer.dispose_all(),this.npc_model_manager.remove_all(),this.object_model_manager.remove_all(),this.renderer.reset_entity_models(),this.quest_disposer.add_all(i.observe_list(this.npcs_changed,{call_now:!0}),o.observe_list(this.objects_changed,{call_now:!0}))})),this.npcs_changed=e=>{e.type===Y.a.ListChange&&(this.npc_model_manager.remove(e.removed),this.npc_model_manager.add(e.inserted))},this.objects_changed=e=>{e.type===Y.a.ListChange&&(this.object_model_manager.remove(e.removed),this.object_model_manager.add(e.inserted))},this.area_model_manager=new ie(this.renderer,i),this.npc_model_manager=new oe(e,this.renderer,o),this.object_model_manager=new oe(e,this.renderer,o)}dispose(){this.disposer.dispose(),this.npc_model_manager.remove_all(),this.object_model_manager.remove_all(),this.renderer.reset_entity_models()}}class ie{constructor(e,t){this.renderer=e,this.area_asset_loader=t,this.raycaster=new y.Raycaster,this.origin=new y.Vector3,this.down=Object.freeze(new y.Vector3(0,-1,0)),this.up=Object.freeze(new y.Vector3(0,1,0))}load(e,t){return Q(this,void 0,void 0,(function*(){if(this.area_variant=t,null==e||null==t)return this.renderer.collision_geometry=ee,void(this.renderer.render_geometry=ee);try{const i=yield this.area_asset_loader.load_collision_geometry(e,t);if(this.should_cancel(t))return;const o=yield this.area_asset_loader.load_render_geometry(e,t);if(this.should_cancel(t))return;this.add_sections_to_collision_geometry(i,o),this.renderer.collision_geometry=i,this.renderer.render_geometry=o,this.renderer.reset_camera(J,Z)}catch(e){K.error(`Couldn't load models for area ${t.area.id}, variant ${t.id}.`,e),this.renderer.collision_geometry=ee,this.renderer.render_geometry=ee}}))}should_cancel(e){return this.area_variant!==e}add_sections_to_collision_geometry(e,t){for(const i of e.children){i.geometry.boundingBox.getCenter(this.origin),this.raycaster.set(this.origin,this.down);const e=this.raycaster.intersectObject(t,!0).find(e=>null!=e.object.userData.section);this.raycaster.set(this.origin,this.up);const o=this.raycaster.intersectObject(t,!0).find(e=>null!=e.object.userData.section);let s;if(s=e&&o?e.distance<=o.distance?e:o:e||o,s){const e=i.userData,t=s.object.userData;e.section=t.section}}}}class oe{constructor(e,t,i){this.current_wave=e,this.renderer=t,this.entity_asset_loader=i,this.queue=[],this.loaded_entities=[],this.loading=!1}add(e){return Q(this,void 0,void 0,(function*(){if(this.queue.push(...e),!this.loading)try{for(this.loading=!0;this.queue.length;){const e=this.queue[0];try{yield this.load(e)}catch(t){K.error(`Couldn't load model for entity ${S(e.type)}.`,t)}finally{const t=this.queue.indexOf(e);-1!==t&&this.queue.splice(t,1)}}}finally{this.loading=!1}}))}remove(e){for(const t of e){const e=this.queue.indexOf(t);-1!==e&&this.queue.splice(e,1);const i=this.loaded_entities.findIndex(e=>e.entity===t);if(-1!==i){const e=this.loaded_entities.splice(i,1)[0];this.renderer.remove_entity_model(e.entity),e.disposer.dispose()}}}remove_all(){for(const{disposer:e}of this.loaded_entities)e.dispose();this.loaded_entities.splice(0,1/0),this.queue.splice(0,1/0)}load(e){return Q(this,void 0,void 0,(function*(){const t=yield this.entity_asset_loader.load_geometry(e.type);if(!this.queue.includes(e))return;const i=yield this.entity_asset_loader.load_textures(e.type);if(!this.queue.includes(e))return;const o=function(e,t,i){const o=E(e.type,t,i);return o.userData.entity=e,o.position.copy(e.world_position.val),o.rotation.copy(e.world_rotation.val),o}(e,t,i);this.update_entity_geometry(e,o)}))}update_entity_geometry(e,t){this.renderer.add_entity_model(t);const i=new a.a(e.world_position.observe(({value:e})=>{t.position.copy(e),this.renderer.schedule_render()}),e.world_rotation.observe(({value:e})=>{t.rotation.copy(e),this.renderer.schedule_render()}));e instanceof N&&i.add(Object(M.d)((e,t)=>null==e||e===t,this.current_wave,e.wave).observe(({value:e})=>{t.visible=e,this.renderer.schedule_render()},{call_now:!0})),this.loaded_entities.push({entity:e,disposer:i})}}class se extends te{constructor(e,t,i,o,s,n){super(i,o,s,n),this.current_quest=e,this.current_area=t,this.disposer.add_all(e.observe(this.area_variant_changed),t.observe(this.area_variant_changed))}get_area_variant_details(){var e;const t=this.current_quest.val,i=this.current_area.val;let o,s,n;return t&&i?(o=t.area_variants.val.find(e=>e.area.id===i.id)||i.area_variants[0],s=t.npcs.filtered(e=>e.area_id===i.id),n=t.objects.filtered(e=>e.area_id===i.id)):(s=Object(M.c)(),n=Object(M.c)()),{episode:null===(e=t)||void 0===e?void 0:e.episode,area_variant:o,npcs:s,objects:n}}}var ne=i("KUR2");class re extends b.a{constructor(e,t,i){super(),this.element=Object(u.h)({className:t,tabIndex:-1}),this.renderer=i,this.renderer_view=this.add(new ne.a(this.renderer)),this.element.append(this.renderer_view.element),this.disposables(e.debug.observe(({value:e})=>this.renderer.debug=e)),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,t),this}}let ae=void 0;const de=new Map,ce=new y.Vector2(0,0);let le=0;function _e(e,t,i){function o(e){ae&&i(Object.assign(Object.assign({},ae),{event:e}))}de.set(i,o),e.addEventListener(t,o)}function ue(e,t,i){const o=de.get(i);o&&(de.delete(i),e.removeEventListener(t,o))}function he(e){e.preventDefault(),e.dataTransfer&&(e.dataTransfer.dropEffect="none"),ae&&(ae.drag_element.style.transform=`translate(${e.clientX-ce.x}px, ${e.clientY-ce.y}px)`)}function ve(){ae&&(ae.drag_element.remove(),ae=void 0)}class pe extends A{constructor(e,t,i,o,s,n,r,a,d){super(e,o,s,n,r),this.id=t,this.group_id=i,this.properties=a,this.unknown=d}}class ge{constructor(e,t,i){this.quest_editor_store=e,this.quest=t,this.entity=i,this.description=`Create ${L(i.type).name}`}undo(){this.quest.remove_entity(this.entity)}redo(){this.quest.add_entity(this.entity),this.quest_editor_store.set_selected_entity(this.entity)}}class be{constructor(e,t,i,o,s){this.quest_editor_store=e,this.entity=t,this.old_rotation=i,this.new_rotation=o,this.world=s,this.description=`Rotate ${L(t.type).name}`}undo(){this.quest_editor_store.set_selected_entity(this.entity),this.world?this.entity.set_world_rotation(this.old_rotation):this.entity.set_rotation(this.old_rotation)}redo(){this.quest_editor_store.set_selected_entity(this.entity),this.world?this.entity.set_world_rotation(this.new_rotation):this.entity.set_rotation(this.new_rotation)}}class fe{constructor(e,t,i){this.quest_editor_store=e,this.quest=t,this.entity=i,this.description=`Delete ${L(i.type).name}`,this.redo()}undo(){this.quest.add_entity(this.entity),this.quest_editor_store.set_selected_entity(this.entity)}redo(){this.quest.remove_entity(this.entity)}}class me{constructor(e,t,i,o,s,n,r){this.quest_editor_store=e,this.entity=t,this.old_section=i,this.new_section=o,this.old_position=s,this.new_position=n,this.world=r,this.description=`Move ${L(t.type).name}`}undo(){this.quest_editor_store.set_selected_entity(this.entity),this.old_section&&this.entity.set_section(this.old_section),this.world?this.entity.set_world_position(this.old_position):this.entity.set_position(this.old_position)}redo(){this.quest_editor_store.set_selected_entity(this.entity),this.new_section&&this.entity.set_section(this.new_section),this.world?this.entity.set_world_position(this.new_position):this.entity.set_position(this.new_position)}}const we=Object.freeze(new y.Vector3(0,0,0)),ke=Object.freeze(new y.Vector3(0,1,0)),ye=Object.freeze(new y.Vector3(0,-1,0)),Re=2*Math.PI,Ie=new y.Raycaster;class xe{constructor(e,t){this.quest_editor_store=e,this.renderer=t,this.disposer=new a.a,this.pointer_position=new y.Vector2(0,0),this.pointer_device_position=new y.Vector2(0,0),this.last_pointer_position=new y.Vector2(0,0),this.moved_since_last_pointer_down=!1,this._enabled=!0,this.dispose=()=>{this.renderer.canvas_element.removeEventListener("keydown",this.keydown),this.renderer.canvas_element.removeEventListener("mousedown",this.mousedown),this.renderer.canvas_element.removeEventListener("mousemove",this.mousemove),document.removeEventListener("mousemove",this.mousemove),document.removeEventListener("mouseup",this.mouseup),this.renderer.canvas_element.removeEventListener("mouseleave",this.mouseleave),ue(this.renderer.canvas_element,"dragenter",this.dragenter),ue(this.renderer.canvas_element,"dragover",this.dragover),ue(this.renderer.canvas_element,"dragleave",this.dragleave),ue(this.renderer.canvas_element,"drop",this.drop),this.disposer.dispose()},this.selected_entity_changed=({value:e})=>{if(this.state.cancel(),e){const t=this.renderer.get_entity_mesh(e);t?this.renderer.mark_selected(t):this.renderer.unmark_selected()}else this.renderer.unmark_selected()},this.keydown=e=>{this.state=this.state.process_event({type:je.KeyDown,key:e.key})},this.mousedown=e=>{this.process_mouse_event(e),this.state=this.state.process_event({type:je.MouseDown,buttons:e.buttons,shift_key:e.shiftKey,pointer_device_position:this.pointer_device_position,moved_since_last_pointer_down:this.moved_since_last_pointer_down,mark_hovered:this.mark_hovered}),this.renderer.canvas_element.removeEventListener("mousemove",this.mousemove),document.addEventListener("mousemove",this.mousemove),document.addEventListener("mouseup",this.mouseup)},this.mousemove=e=>{this.process_mouse_event(e),this.state=this.state.process_event({type:je.MouseMove,buttons:e.buttons,shift_key:e.shiftKey,pointer_device_position:this.pointer_device_position,moved_since_last_pointer_down:this.moved_since_last_pointer_down,mark_hovered:this.mark_hovered})},this.mouseup=e=>{this.process_mouse_event(e),this.state=this.state.process_event({type:je.MouseUp,buttons:e.buttons,shift_key:e.shiftKey,pointer_device_position:this.pointer_device_position,moved_since_last_pointer_down:this.moved_since_last_pointer_down,mark_hovered:this.mark_hovered}),this.renderer.canvas_element.addEventListener("mousemove",this.mousemove),document.removeEventListener("mousemove",this.mousemove),document.removeEventListener("mouseup",this.mouseup)},this.mouseleave=e=>{this.process_mouse_event(e),this.state=this.state.process_event({type:je.MouseLeave,buttons:e.buttons,shift_key:e.shiftKey,pointer_device_position:this.pointer_device_position,moved_since_last_pointer_down:this.moved_since_last_pointer_down,mark_hovered:this.mark_hovered})},this.dragenter=e=>{this.process_mouse_event(e.event),this.state=this.state.process_event({type:je.EntityDragEnter,shift_key:e.event.shiftKey,pointer_device_position:this.pointer_device_position,entity_type:e.entity_type,drag_element:e.drag_element,data_transfer:e.event.dataTransfer,prevent_default:()=>e.event.preventDefault(),stop_propagation:()=>e.event.stopPropagation()})},this.dragover=e=>{this.process_mouse_event(e.event),this.state=this.state.process_event({type:je.EntityDragOver,shift_key:e.event.shiftKey,pointer_device_position:this.pointer_device_position,entity_type:e.entity_type,drag_element:e.drag_element,data_transfer:e.event.dataTransfer,prevent_default:()=>e.event.preventDefault(),stop_propagation:()=>e.event.stopPropagation()})},this.dragleave=e=>{this.process_mouse_event(e.event),this.state=this.state.process_event({type:je.EntityDragLeave,shift_key:e.event.shiftKey,pointer_device_position:this.pointer_device_position,entity_type:e.entity_type,drag_element:e.drag_element,data_transfer:e.event.dataTransfer,prevent_default:()=>e.event.preventDefault(),stop_propagation:()=>e.event.stopPropagation()})},this.drop=e=>{this.process_mouse_event(e.event),this.renderer.canvas_element.focus(),this.state=this.state.process_event({type:je.EntityDrop})},this.mark_hovered=e=>{this.renderer.mark_hovered(e)},this.disposer.add(e.selected_entity.observe(this.selected_entity_changed)),t.canvas_element.addEventListener("keydown",this.keydown),t.canvas_element.addEventListener("mousedown",this.mousedown),t.canvas_element.addEventListener("mousemove",this.mousemove),t.canvas_element.addEventListener("mouseleave",this.mouseleave),_e(t.canvas_element,"dragenter",this.dragenter),_e(t.canvas_element,"dragover",this.dragover),_e(t.canvas_element,"dragleave",this.dragleave),_e(t.canvas_element,"drop",this.drop),this.state=new Te(this.quest_editor_store,t,this._enabled)}set enabled(e){this._enabled=e,this.state.cancel(),this.state=new Te(this.quest_editor_store,this.renderer,this._enabled)}process_mouse_event(e){const{left:t,top:i}=this.renderer.canvas_element.getBoundingClientRect();this.pointer_position.set(e.clientX-t,e.clientY-i),this.pointer_device_position.copy(this.pointer_position),this.renderer.pointer_pos_to_device_coords(this.pointer_device_position),"mousedown"===e.type?this.moved_since_last_pointer_down=!1:"mousemove"!==e.type&&"mouseup"!==e.type||this.pointer_position.equals(this.last_pointer_position)||(this.moved_since_last_pointer_down=!0),this.last_pointer_position.copy(this.pointer_position)}}var je;!function(e){e[e.KeyDown=0]="KeyDown",e[e.MouseDown=1]="MouseDown",e[e.MouseMove=2]="MouseMove",e[e.MouseUp=3]="MouseUp",e[e.MouseLeave=4]="MouseLeave",e[e.EntityDragEnter=5]="EntityDragEnter",e[e.EntityDragOver=6]="EntityDragOver",e[e.EntityDragLeave=7]="EntityDragLeave",e[e.EntityDrop=8]="EntityDrop"}(je||(je={}));class Te{constructor(e,t,i){this.quest_editor_store=e,this.renderer=t,this.enabled=i}process_event(e){switch(e.type){case je.KeyDown:if(this.enabled){const t=this.quest_editor_store.selected_entity.val;if(t&&"Delete"===e.key){const e=this.quest_editor_store.current_quest.val;e&&this.quest_editor_store.undo.push(new fe(this.quest_editor_store,e,t))}}return this;case je.MouseDown:{const t=this.pick_entity(e.pointer_device_position);if(t)if(1===e.buttons){if(this.quest_editor_store.set_selected_entity(t.entity),this.enabled)return new Ce(this.quest_editor_store,this.renderer,t.entity,t.drag_adjust,t.grab_offset)}else if(2===e.buttons&&(this.quest_editor_store.set_selected_entity(t.entity),this.enabled))return new Se(this.quest_editor_store,this.renderer,t.entity,t.mesh,t.grab_offset);return this}case je.MouseMove:{const t=this.pick_entity(e.pointer_device_position);return e.mark_hovered(t&&t.mesh),this}case je.MouseUp:return e.moved_since_last_pointer_down||this.pick_entity(e.pointer_device_position)||this.quest_editor_store.set_selected_entity(void 0),this;case je.MouseLeave:return e.mark_hovered(void 0),this;case je.EntityDragEnter:if(this.enabled){const t=this.quest_editor_store.current_area.val,i=this.quest_editor_store.current_quest.val;return t&&i?new Oe(this.quest_editor_store,this.renderer,e,i,t):this}return this;default:return this}}cancel(){}pick_entity(e){Ie.setFromCamera(e,this.renderer.camera);const[t]=Ie.intersectObjects(this.renderer.entity_models.children);if(!t)return;const i=t.object.userData.entity,o=t.object.position.clone().sub(t.point),s=o.clone();Ie.set(t.object.position,ye);const[n]=Ie.intersectObjects(this.renderer.collision_geometry.children,!0);return n&&(s.y-=n.distance),{mesh:t.object,entity:i,grab_offset:o,drag_adjust:s}}}class Ce{constructor(e,t,i,o,s){this.quest_editor_store=e,this.renderer=t,this.entity=i,this.drag_adjust=o,this.grab_offset=s,this.cancelled=!1,this.initial_section=i.section.val,this.initial_position=i.world_position.val,this.renderer.controls.enabled=!1}process_event(e){switch(e.type){case je.MouseMove:return this.cancelled?new Te(this.quest_editor_store,this.renderer,!0):(e.moved_since_last_pointer_down&&Le(this.renderer,this.entity,this.drag_adjust,this.grab_offset,e.pointer_device_position,e.shift_key),this);case je.MouseUp:return this.renderer.controls.enabled=!0,!this.cancelled&&e.moved_since_last_pointer_down&&this.quest_editor_store.undo.push(new me(this.quest_editor_store,this.entity,this.initial_section,this.entity.section.val,this.initial_position,this.entity.world_position.val,!0)).redo(),new Te(this.quest_editor_store,this.renderer,!0);default:return this.cancelled?new Te(this.quest_editor_store,this.renderer,!0):this}}cancel(){this.cancelled=!0,this.renderer.controls.enabled=!0,this.initial_section&&this.entity.set_section(this.initial_section),this.entity.set_world_position(this.initial_position)}}class Se{constructor(e,t,i,o,s){this.quest_editor_store=e,this.renderer=t,this.entity=i,this.mesh=o,this.cancelled=!1,this.initial_rotation=i.world_rotation.val,this.grab_point=i.world_position.val.clone().sub(s),this.renderer.controls.enabled=!1}process_event(e){switch(e.type){case je.MouseMove:return this.cancelled?new Te(this.quest_editor_store,this.renderer,!0):(e.moved_since_last_pointer_down&&Pe(this.renderer,this.entity,this.mesh.quaternion,this.initial_rotation,this.grab_point,e.pointer_device_position),this);case je.MouseUp:return this.renderer.controls.enabled=!0,!this.cancelled&&e.moved_since_last_pointer_down&&this.quest_editor_store.undo.push(new be(this.quest_editor_store,this.entity,this.initial_rotation,this.entity.world_rotation.val,!0)),new Te(this.quest_editor_store,this.renderer,!0);default:return this.cancelled?new Te(this.quest_editor_store,this.renderer,!0):this}}cancel(){this.cancelled=!0,this.renderer.controls.enabled=!0,this.entity.set_world_rotation(this.initial_rotation)}}class Oe{constructor(e,t,i,o,s){if(this.quest_editor_store=e,this.drag_adjust=new y.Vector3(0,0,0),this.cancelled=!1,this.renderer=t,i.drag_element.style.display="none",i.data_transfer&&(i.data_transfer.dropEffect="copy"),O(i.entity_type)){const t=Object(I.d)(i.entity_type);this.entity=new N(i.entity_type,t.pso_type_id,0,e.selected_wave.val,0,0,t.pso_roaming,s.id,0,new y.Vector3(0,0,0),F(0,0,0),new y.Vector3(1,1,1),[[0,0,0,0,0,0,0,0,0,0],[0,0,0,0]])}else this.entity=new pe(i.entity_type,0,0,s.id,0,new y.Vector3(0,0,0),F(0,0,0),new Map,[[0,0,0,0,0,0],[0,0]]);Be(this.renderer,this.entity,this.drag_adjust,we,i.pointer_device_position),o.add_entity(this.entity),this.quest_editor_store.set_selected_entity(this.entity)}process_event(e){switch(e.type){case je.EntityDragOver:return this.cancelled?(e.drag_element.style.display="flex",e.data_transfer&&(e.data_transfer.dropEffect="none"),new Te(this.quest_editor_store,this.renderer,!0)):(e.stop_propagation(),e.prevent_default(),e.data_transfer&&(e.data_transfer.dropEffect="copy"),Le(this.renderer,this.entity,this.drag_adjust,we,e.pointer_device_position,e.shift_key),this);case je.EntityDragLeave:{e.drag_element.style.display="flex";const t=this.quest_editor_store.current_quest.val;return t&&t.remove_entity(this.entity),new Te(this.quest_editor_store,this.renderer,!0)}case je.EntityDrop:if(!this.cancelled){const e=this.quest_editor_store.current_quest.val;e&&this.quest_editor_store.undo.push(new ge(this.quest_editor_store,e,this.entity))}return new Te(this.quest_editor_store,this.renderer,!0);default:return this}}cancel(){this.cancelled=!0;const e=this.quest_editor_store.current_quest.val;e&&e.remove_entity(this.entity)}}function Le(e,t,i,o,s,n){n?De(e,t,i,o,s):Be(e,t,i,o,s)}const Be=(()=>{const e=new y.Plane,t=new y.Vector3;return(i,o,s,n,r)=>{const{intersection:a,section:d}=function(e,t,i){Ie.setFromCamera(t,e.camera),Ie.ray.origin.add(i);const o=Ie.intersectObjects(e.collision_geometry.children,!0);for(const e of o)if(e.face.normal.y>.75)return{intersection:e,section:e.object.userData.section};return{}}(i,r,s);if(a){if(d){const e=o.world_rotation.val;o.set_section(d),o.set_world_rotation(e)}o.set_world_position(new y.Vector3(a.point.x,a.point.y+n.y-s.y,a.point.z))}else Ie.setFromCamera(r,i.camera),e.set(ke,-o.world_position.val.y+n.y),Ie.ray.intersectPlane(e,t)&&o.set_world_position(new y.Vector3(t.x+n.x,o.world_position.val.y,t.z+n.z))}})(),De=(()=>{const e=new y.Vector3,t=new y.Plane,i=new y.Vector3,o=new y.Vector3;return(s,n,r,a,d)=>{if(Ie.setFromCamera(d,s.camera),s.camera.getWorldDirection(e),e.negate(),e.y=0,e.normalize(),o.set(n.world_position.val.x,n.world_position.val.y,n.world_position.val.z),o.sub(a),t.setFromNormalAndCoplanarPoint(e,o),Ie.ray.intersectPlane(t,i)){const e=i.y+a.y,t=e-n.world_position.val.y;r.y-=t,n.set_world_position(new y.Vector3(n.world_position.val.x,e,n.world_position.val.z))}}})(),Pe=(()=>{const e=new y.Vector3,t=new y.Plane,i=new y.Vector3,o=new y.Vector3,s=new y.Vector3,n=new y.Vector3;return(r,a,d,c,l,_)=>{if(e.copy(ke),e.applyQuaternion(d),t.setFromNormalAndCoplanarPoint(e,l),Ie.setFromCamera(_,r.camera),Ie.ray.intersectPlane(t,i)){t.projectPoint(a.world_position.val,o),s.subVectors(o,l),n.subVectors(o,i);const r=s.dot(n),d=e.dot(s.cross(n)),_=Math.atan2(d,r);a.set_world_rotation(new y.Euler(c.x,(c.y+_)%Re,c.z,"ZXY"))}}})();class Ee extends re{constructor(e,t,i,o){super(e,"quest_editor_QuestEditorRendererView",new G(o,o=>new se(e.current_quest,e.current_area,e.selected_wave,o,t,i))),this.element.addEventListener("focus",()=>e.undo.make_current(),!0),this.entity_controls=this.disposable(new xe(e,this.renderer)),this.disposables(e.selected_entity.observe(({value:e})=>this.renderer.selected_entity=e),e.quest_runner.running.observe(({value:e})=>this.entity_controls.enabled=!e,{call_now:!0})),this.renderer.init_camera_controls(),this.finalize_construction()}}var Me=i("wsa1"),We=i("w6HN"),qe=i("oyid");class Fe extends We.a{constructor(e){const t=new qe.a(!0,{label:"Inline args mode",tooltip:e.has_issues.map(e=>{let t="Transform arg_push* opcodes to be inline with the opcode the arguments are given to.";return e&&(t+="\nThis mode cannot be toggled because there are issues in the script."),t})});super(t),this.disposables(t.checked.bind_to(e.inline_args_mode),t.checked.observe(({value:t})=>e.set_inline_args_mode(t)),t.enabled.bind_to(e.has_issues.map(e=>!e))),this.finalize_construction()}}var Ve=function(e,t,i,o){return new(i||(i=Promise))((function(s,n){function r(e){try{d(o.next(e))}catch(e){n(e)}}function a(e){try{d(o.throw(e))}catch(e){n(e)}}function d(e){var t;e.done?s(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))},ze=Me.editor.ScrollType;class Ue{constructor(e){this.editor=e,this.history=[],this.history_index=-1,this.capture_history=!0,this.disposer=new a.a,this.did_change_cursor_position=e=>{this.capture_history&&(this.history.splice(this.history_index+1,1/0),"api"===e.source||-1===this.history_index||Math.abs(e.position.lineNumber-this.history[this.history_index].lineNumber)>=10?(this.history.push(e.position),this.history_index++):this.history[this.history_index]=e.position)},this.back=()=>Ve(this,void 0,void 0,(function*(){this.history_index>0&&this.set_position(this.history[--this.history_index])})),this.forward=()=>Ve(this,void 0,void 0,(function*(){this.history_index+1{this.capture_history=!1,this.editor.setPosition(e),this.editor.revealPositionInCenterIfOutsideViewport(e,ze.Immediate),this.capture_history=!0},this.mouse_up=e=>{const t=e.event.browserEvent.button,i=e.event.browserEvent.buttons;3===t?(0===i&&(e.event.preventDefault(),this.back()),this.editor.focus()):4===t&&(0===i&&(e.event.preventDefault(),this.forward()),this.editor.focus())},this.disposer.add_all(this.editor.onDidChangeCursorPosition(this.did_change_cursor_position),this.editor.addAction({id:"phantasmal.action.back",label:"Back",keybindings:[Me.KeyMod.Alt|Me.KeyCode.LeftArrow],run:this.back}),this.editor.addAction({id:"phantasmal.action.forward",label:"Forward",keybindings:[Me.KeyMod.Alt|Me.KeyCode.RightArrow],run:this.forward}),this.editor.onMouseUp(this.mouse_up))}dispose(){this.disposer.dispose()}reset(){this.history.splice(0,1/0),this.history_index=-1}}i("/NSH");Me.editor.defineTheme("phantasmal-world",{base:"vs-dark",inherit:!0,rules:[{token:"",foreground:"e0e0e0",background:"#181818"},{token:"tag",foreground:"99bbff"},{token:"keyword",foreground:"d0a0ff",fontStyle:"bold"},{token:"predefined",foreground:"bbffbb"},{token:"number",foreground:"ffffaa"},{token:"number.hex",foreground:"ffffaa"},{token:"string",foreground:"88ffff"},{token:"string.escape",foreground:"8888ff"}],colors:{"editor.background":"#181818","editor.lineHighlightBackground":"#202020"}});const Ae=Me.editor.createModel("","psoasm");class $e extends b.a{constructor(e,t,i){super(),this.asm_editor_store=i,this.breakpoint_decoration_ids=[],this.element=Object(u.h)(),this.tool_bar_view=this.add(new Fe(i)),this.element.append(this.tool_bar_view.element),this.editor=this.disposable(Me.editor.create(this.element,{theme:"phantasmal-world",scrollBeyondLastLine:!1,autoIndent:"full",fontSize:13,wordWrap:"on",wrappingIndent:"indent",renderIndentGuides:!1,folding:!1,glyphMargin:e.feature_active("vm")})),this.history=this.disposable(new Ue(this.editor)),this.editor.addCommand(Me.KeyMod.CtrlCmd|Me.KeyCode.KEY_Z,()=>{}),this.editor.addCommand(Me.KeyMod.CtrlCmd|Me.KeyMod.Shift|Me.KeyCode.KEY_Z,()=>{});const o=this.editor.getAction("editor.action.quickCommand");this.disposables(this.editor.addAction({id:"editor.action.quickCommand",label:"Command Palette",keybindings:[Me.KeyMod.CtrlCmd|Me.KeyMod.Shift|Me.KeyCode.KEY_P],run:()=>o.run()})),this.disposables(i.did_undo.observe(({value:e})=>{this.editor.trigger(e,"undo",void 0)}),i.did_redo.observe(({value:e})=>{this.editor.trigger(e,"redo",void 0)}),i.model.observe(({value:e})=>{this.editor.updateOptions({readOnly:!this.enabled.val||!e}),this.editor.setModel(e||Ae),this.history.reset(),this.breakpoint_decoration_ids=[],this.execloc_decoration_id="",t.clear_breakpoints()},{call_now:!0}),i.breakpoints.observe_list(e=>{var t;if(e.type===Y.a.ListChange){for(const t of e.removed){const e=this.editor.getLineDecorations(t.line_no);if(e)for(const t of e){const e=this.breakpoint_decoration_ids.indexOf(t.id);if(e>-1){this.editor.deltaDecorations([t.id],[]),this.breakpoint_decoration_ids.splice(e,1);break}}}for(const i of e.inserted){(null===(t=this.editor.getLineDecorations(i.line_no))||void 0===t?void 0:t.some(e=>this.breakpoint_decoration_ids.includes(e.id)))||this.breakpoint_decoration_ids.push(this.editor.deltaDecorations([],[{range:new Me.Range(i.line_no,0,i.line_no,0),options:{glyphMarginClassName:"quest_editor_AsmEditorView_breakpoint-enabled",glyphMarginHoverMessage:{value:"Breakpoint"}}}])[0])}}}),i.pause_location.observe(e=>{const t=this.old_pause_location,i=e.value;if(this.old_pause_location=i,void 0!==t&&void 0!==this.execloc_decoration_id){this.editor.getLineDecorations(t)&&this.editor.deltaDecorations([this.execloc_decoration_id],[])}void 0!==i&&(this.execloc_decoration_id=this.editor.deltaDecorations([],[{range:new Me.Range(i,0,i,0),options:{className:"quest_editor_AsmEditorView_execution-location",isWholeLine:!0}}])[0],this.editor.revealLineInCenterIfOutsideViewport(i))}),this.editor.onDidFocusEditorWidget(()=>i.undo.make_current()),this.editor.onMouseDown(e=>{switch(e.target.type){case Me.editor.MouseTargetType.GUTTER_GLYPH_MARGIN:{const i=e.target.position;if(!i)return;t.toggle_breakpoint(i.lineNumber)}}}),this.enabled.bind_to(t.running.map(e=>!e))),this.finalize_construction()}focus(){this.editor.focus()}resize(e,t){const i=Math.max(0,t-this.tool_bar_view.height);return this.editor.layout({width:e,height:i}),this}set_enabled(e){super.set_enabled(e),this.tool_bar_view.enabled.val=e,this.editor.updateOptions({readOnly:!e||!this.asm_editor_store.model.val})}}i("egRq");class Ne extends b.a{constructor(e){super(),this.ctrl=e,this.element=Object(u.h)({className:"quest_editor_EntityInfoView",tabIndex:-1}),this.no_entity_view=new g("No entity selected."),this.table_element=Object(u.t)(),this.pos_x_element=this.add(new r.a(0,{round_to:3})),this.pos_y_element=this.add(new r.a(0,{round_to:3})),this.pos_z_element=this.add(new r.a(0,{round_to:3})),this.rot_x_element=this.add(new r.a(0,{round_to:3})),this.rot_y_element=this.add(new r.a(0,{round_to:3})),this.rot_z_element=this.add(new r.a(0,{round_to:3}));const t="quest_editor_EntityInfoView_coord";this.table_element.append(Object(u.A)(Object(u.y)("Type:"),this.type_element=Object(u.v)()),Object(u.A)(Object(u.y)("Name:"),this.name_element=Object(u.v)()),Object(u.A)(Object(u.y)("Section:"),this.section_id_element=Object(u.v)()),this.wave_row_element=Object(u.A)(Object(u.y)("Wave:"),this.wave_element=Object(u.v)()),Object(u.A)(Object(u.y)({colSpan:2},"Position:")),Object(u.A)(Object(u.y)({className:t},"X:"),Object(u.v)(this.pos_x_element.element)),Object(u.A)(Object(u.y)({className:t},"Y:"),Object(u.v)(this.pos_y_element.element)),Object(u.A)(Object(u.y)({className:t},"Z:"),Object(u.v)(this.pos_z_element.element)),Object(u.A)(Object(u.y)({colSpan:2},"Rotation:")),Object(u.A)(Object(u.y)({className:t},"X:"),Object(u.v)(this.rot_x_element.element)),Object(u.A)(Object(u.y)({className:t},"Y:"),Object(u.v)(this.rot_y_element.element)),Object(u.A)(Object(u.y)({className:t},"Z:"),Object(u.v)(this.rot_z_element.element))),this.element.append(this.table_element,this.no_entity_view.element),this.element.addEventListener("focus",e.focused,!0),this.disposables(Object(u.c)(this.table_element,"hidden",e.unavailable),this.no_entity_view.visible.bind_to(e.unavailable),Object(u.c)(this.type_element,"textContent",e.type),Object(u.c)(this.name_element,"textContent",e.name),Object(u.c)(this.section_id_element,"textContent",e.section_id),Object(u.c)(this.wave_element,"textContent",e.wave),Object(u.c)(this.wave_row_element,"hidden",e.wave_hidden),e.position.observe(({value:{x:e,y:t,z:i}})=>{this.pos_x_element.value.val=e,this.pos_y_element.value.val=t,this.pos_z_element.value.val=i},{call_now:!0}),e.rotation.observe(({value:{x:e,y:t,z:i}})=>{this.rot_x_element.value.val=Object(W.c)(e),this.rot_y_element.value.val=Object(W.c)(t),this.rot_z_element.value.val=Object(W.c)(i)},{call_now:!0}),this.pos_x_element.value.observe(({value:t})=>e.set_pos_x(t)),this.pos_y_element.value.observe(({value:t})=>e.set_pos_y(t)),this.pos_z_element.value.observe(({value:t})=>e.set_pos_z(t)),this.rot_x_element.value.observe(({value:t})=>e.set_rot_x(t)),this.rot_y_element.value.observe(({value:t})=>e.set_rot_y(t)),this.rot_z_element.value.observe(({value:t})=>e.set_rot_z(t)),this.enabled.bind_to(e.enabled)),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.pos_x_element.enabled.val=e,this.pos_y_element.enabled.val=e,this.pos_z_element.enabled.val=e,this.rot_x_element.enabled.val=e,this.rot_y_element.enabled.val=e,this.rot_z_element.enabled.val=e}}var Ge=i("4SjJ");i("ZZ0G");class He extends b.a{constructor(e,t,i){super(),this.entity_image_renderer=t,this.entities=Object(M.c)(),this.create_entity_element=(e,t)=>{const i=Object(u.h)({className:"quest_editor_EntityListView_entity",data:{index:t.toString()}});i.draggable=!0;const o=Object(u.l)({width:100,height:100});o.style.visibility="hidden",o.style.pointerEvents="none",i.append(o),this.entity_image_renderer.render(e).then(e=>{o.src=e,o.style.visibility="visible"});const s=Object(u.s)(L(e).name);return i.append(s),i};const o=Object(u.h)({className:"quest_editor_EntityListView_entity_list"});this.element=Object(u.h)({className:`${i} quest_editor_EntityListView`,tabIndex:-1},o),this.disposables(Object(u.d)(o,this.entities,this.create_entity_element),function(e,t){function i(e){if(e.target instanceof HTMLElement){const i=t(e.target);i?(ce.set(e.offsetX,e.offsetY),ae={drag_element:i[0],entity_type:i[1]},ae.drag_element.style.position="fixed",ae.drag_element.style.pointerEvents="none",ae.drag_element.style.zIndex="500",ae.drag_element.style.top="0",ae.drag_element.style.left="0",ae.drag_element.style.transform=`translate(${e.clientX-ce.x}px, ${e.clientY-ce.y}px)`,document.body.append(ae.drag_element),e.dataTransfer&&(e.dataTransfer.effectAllowed="copy",e.dataTransfer.setDragImage(Object(u.h)(),0,0),e.dataTransfer.setData("phantasmal-entity",L(ae.entity_type).name))):e.preventDefault()}}return e.addEventListener("dragstart",i),1==++le&&(document.addEventListener("dragover",he),document.addEventListener("dragend",ve)),{dispose(){e.removeEventListener("dragstart",i),0==--le&&(document.removeEventListener("dragover",he),document.removeEventListener("dragend",ve))}}}(o,e=>{if(!this.enabled.val)return;let t=e;do{const i=e.dataset.index;if(null!=i)return[t.querySelector("img").cloneNode(!0),this.entities.get(parseInt(i,10))];t=t.parentElement}while(t&&t!==o)}),this.enabled.bind_to(e.quest_runner.running.map(e=>!e)))}}class Ye extends He{constructor(e,t){super(e,t,"quest_editor_NpcListView"),this.quest_editor_store=e,this.filter_npcs=()=>{const e=this.quest_editor_store.current_quest.val,t=this.quest_editor_store.current_area.val,i=e?e.episode:n.b.I,o=t?t.id:0;this.entities.val=I.b.filter(e=>{const t=Object(I.d)(e);return(null==t.episode||t.episode===i)&&t.area_ids.includes(o)})},this.disposables(e.current_quest.observe(this.filter_npcs),e.current_area.observe(this.filter_npcs)),this.filter_npcs(),this.finalize_construction()}}class Xe extends He{constructor(e,t){super(e,t,"quest_editor_ObjectListView"),this.quest_editor_store=e,this.filter_objects=()=>{const e=this.quest_editor_store.current_quest.val,t=this.quest_editor_store.current_area.val,i=e?e.episode:n.b.I,o=t?t.id:0;this.entities.val=x.filter(e=>{const t=j(e);if(null==t.area_ids)return!0;const s=t.area_ids[i];return s&&s.includes(o)})},this.disposables(e.current_quest.observe(this.filter_objects),e.current_area.observe(this.filter_objects)),this.filter_objects(),this.finalize_construction()}}i("RL+K");var Qe,Ke=i("KVVN");!function(e){e[e.NodeAdded=0]="NodeAdded",e[e.NodeRemoved=1]="NodeRemoved",e[e.EdgeAdded=2]="EdgeAdded",e[e.EdgeRemoved=3]="EdgeRemoved"}(Qe||(Qe={}));class Je{constructor(e){this.area_id=e,this._connected_sub_graphs=Object(M.c)(),this.meta=new Map,this.emitter=Object(M.a)(),this.events=[],this.connected_sub_graphs=this._connected_sub_graphs,Object(q.m)(e,"area_id")}observe(e){return this.emitter.observe(e)}get_index(e){return this.meta.get(e).index}get_sub_graph(e){return this.meta.get(e).sub_graph}get_children(e){return this.meta.get(e).children}get_parents(e){return this.meta.get(e).parents}add_event(e,t,i){this.remove_event(e);const o=this.events.length,s=Object(M.c)(void 0,e);this.meta.set(e,{index:o,sub_graph:s,children:[],parents:[]}),this.events.push(e),this._connected_sub_graphs.push(s);for(const i of t)this.add_edge(i,e);for(const t of i)this.add_edge(e,t);this.emit({type:Qe.NodeAdded,event:e})}insert_event(e,t,i,o){this.remove_event(t);const s=Object(M.c)(void 0,t);this.meta.set(t,{index:e,sub_graph:s,parents:[],children:[]}),this.events.splice(e,0,t);for(let t=e+1;ti.index);)e++;i.sub_graph=s,s.splice(e,0,t),e++}this._connected_sub_graphs.remove(n),n.clear()}this.emit({type:Qe.EdgeAdded,parent:e,child:t})}remove_edge(e,t){this.internal_remove_edge(e,this.meta.get(e),t,this.meta.get(t))}internal_remove_edge(e,t,i,o){if(t&&o){const s=t.children.indexOf(i);-1!==s&&t.children.splice(s,1);const n=o.parents.indexOf(e);-1!==n&&o.parents.splice(n,1);const r=new Set;if(!this.connected(e,i,r)){const e=Object(M.c)(void 0,...r);e.sort((e,t)=>this.meta.get(e).index-this.meta.get(t).index);for(const i of e)t.sub_graph.remove(i);this.insert_sub_graph(this.meta.get(e.get(0)).index,e),o.sub_graph=e}this.emit({type:Qe.EdgeRemoved,parent:e,child:i})}}connected(e,t,i){if(e===t)return!0;if(i.has(t))return!1;i.add(t);const o=this.meta.get(t);if(o){for(const t of o.children)if(this.connected(e,t,i))return!0;for(const t of o.parents)if(this.connected(e,t,i))return!0}return!1}insert_sub_graph(e,t){let i=0;for(;ie)break;i++}this._connected_sub_graphs.splice(i,0,t)}emit(e){this.emitter.emit({value:e})}}i("xqR9");var Ze,et=i("uiJh");!function(e){e[e.SpawnNpcs=0]="SpawnNpcs",e[e.Unlock=1]="Unlock",e[e.Lock=2]="Lock"}(Ze||(Ze={}));const tt=Object(et.a)(Ze);class it{constructor(e,t){this.type=Ze.SpawnNpcs,Object(q.m)(e,"section_id"),Object(q.m)(t,"appear_flag"),this.section_id=e,this.appear_flag=t}}class ot{constructor(e){this.type=Ze.Unlock,Object(q.m)(e,"door_id"),this._door_id=Object(M.e)(e),this.door_id=this._door_id}set_door_id(e){Object(q.m)(e,"door_id"),this._door_id.val=e}}class st{constructor(e){this.type=Ze.Lock,Object(q.m)(e,"door_id"),this._door_id=Object(M.e)(e),this.door_id=this._door_id}set_door_id(e){Object(q.m)(e,"door_id"),this._door_id.val=e}}i("CCCE");var nt=i("LSoc"),rt=i("QmPX");class at extends rt.a{constructor(e){super(e),this.element=Object(u.h)({className:"core_DropDown"}),this.button_mousedown=()=>{this.just_opened=!this.menu.visible.val,this.menu.visible.val=!0},this.button_mouseup=()=>{this.just_opened?this.menu.focus():this.menu.visible.val=!1,this.just_opened=!1},this.button_keydown=({value:e})=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.just_opened=!this.menu.visible.val,this.menu.visible.val=!0,this.menu.focus(),this.menu.hover_next())},this.button=this.disposable(new Ke.a({text:e.text,icon_left:e&&e.icon_left,icon_right:u.a.TriangleDown})),this.menu=this.disposable(new nt.a({items:e.items,to_label:e.to_label,related_element:this.element})),this.element.append(this.button.element,this.menu.element),this._chosen=Object(M.a)(),this.chosen=this._chosen,this.just_opened=!1,this.disposables(Object(u.g)(this.button.element,"mousedown",this.button_mousedown,{capture:!0}),this.button.onmouseup.observe(this.button_mouseup),this.button.onkeydown.observe(this.button_keydown),this.menu.selected.observe(({value:e})=>{void 0!==e&&(this._chosen.emit({value:e}),this.menu.selected.val=void 0)})),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.button.enabled.val=e}}class dt extends p.a{constructor(e,t){super(),this.ctrl=e,this.event=t,this.inputs_enabled=Object(M.e)(!0),this.create_action_element=e=>{const t=new a.a;let i,o;if(e.type===Ze.SpawnNpcs)i="Spawn:",o=Object(u.h)(Object(u.h)(t.add(new r.a(e.section_id,{min:0,step:1,enabled:!1})).element),Object(u.h)(t.add(new r.a(e.appear_flag,{min:0,step:1,enabled:!1})).element));else{i=e.type===Ze.Unlock?"Unlock:":"Lock:";const s=t.add(new r.a(e.door_id.val,{min:0,step:1,enabled:this.inputs_enabled}));o=s.element,t.add_all(s.value.bind_to(e.door_id),s.value.observe(({value:t})=>e.set_door_id(t)))}const s=t.add(new Ke.a({icon_left:u.a.Remove}));return t.add_all(s.onclick.observe(()=>this.ctrl.remove_action(this.event,e))),[Object(u.A)(Object(u.y)(i),Object(u.v)(o),Object(u.v)(s.element)),t]};const i=document.createTextNode(t.wave.id.val.toString());this.delay_input=this.add(new r.a(t.delay.val,{min:0,step:1,enabled:this.inputs_enabled}));const o=Object(u.t)({className:"quest_editor_EventView_actions"}),s=this.add(new at({text:"Add action",items:tt,to_label(e){switch(e){case Ze.SpawnNpcs:return"Spawn NPCs";case Ze.Unlock:return"Unlock door";case Ze.Lock:return"Lock door"}}}));this.element=Object(u.h)({tabIndex:0},Object(u.t)(Object(u.A)(Object(u.y)("ID:"),Object(u.v)(t.id.toString())),Object(u.A)(Object(u.y)("Section:"),Object(u.v)(t.section_id.toString())),Object(u.A)(Object(u.y)("Wave:"),Object(u.v)(i)),Object(u.A)(Object(u.y)("Delay:"),Object(u.v)(this.delay_input.element)),Object(u.A)(Object(u.y)({colSpan:2},"Actions:")),Object(u.A)(Object(u.v)({colSpan:2},o)),Object(u.A)(Object(u.v)({colSpan:2},s.element)))),this.disposables(Object(u.c)(this.element,"className",e.is_selected(t).map(e=>`quest_editor_EventView ${e?"selected":""}`)),t.wave.id.observe(({value:e})=>i.data=e.toString()),Object(u.g)(this.element,"focus",()=>{e.set_selected_wave(t.wave)}),Object(u.g)(this.element,"click",i=>{i.stopPropagation(),e.set_selected_wave(t.wave)}),Object(u.g)(this.element,"keyup",i=>{"Delete"===i.key&&e.remove_event(t)}),this.delay_input.value.bind_to(t.delay),this.delay_input.value.observe(i=>e.set_delay(t,i.value)),Object(u.d)(o,t.actions,this.create_action_element),s.chosen.observe(({value:i})=>e.add_action(t,i))),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.inputs_enabled.val=e}}i("CGbB");const ct=X.a.get("quest_editor/gui/EventSubGraphView"),lt=8,_t=20;class ut extends p.a{constructor(e,t,i,o){super(),this.ctrl=e,this.dag=t,this.sub_graph=i,this.max_edge_depth=o,this.event_gui_data=new Map,this.event_container_element=Object(u.h)({className:"quest_editor_EventSubGraphView_event_container"}),this.edge_container_element=Object(u.h)({className:"quest_editor_EventSubGraphView_edge_container"}),this.element=Object(u.h)({className:"quest_editor_EventSubGraphView"},this.edge_container_element,this.event_container_element),this.update_edges=()=>{if(this.edge_container_element.innerHTML="",0===this.sub_graph.length.val)return;const e=Array(this.sub_graph.length.val-1);for(let t=0;ts,v=Math.min(s,a),p=Math.max(s,a);e:for(;;){for(let t=h?v:Math.max(0,v-1);t{const i=new a.a,o=i.add(new dt(this.ctrl,e));return this.event_gui_data.set(e,{event_view:o,position:t}),i.add({dispose:()=>this.event_gui_data.delete(e)}),[o.element,i]},this.after_events_changed=e=>{e.type===Y.a.ListChange&&(this.sub_graph.val.forEach((e,t)=>{this.event_gui_data.get(e).position=t}),this.update_edges())},this.disposables(o.observe(({value:e})=>{this.element.style.marginLeft=`${lt*e}px`},{call_now:!0}),Object(u.d)(this.event_container_element,i,this.create_event_element,{after:this.after_events_changed}),t.observe(({value:e})=>{e.type!==Qe.EdgeAdded&&e.type!==Qe.EdgeRemoved||this.update_edges()})),this.finalize_construction()}set_enabled(e){super.set_enabled(e);for(const{event_view:t}of this.event_gui_data.values())t.enabled.val=e}}class ht extends b.a{constructor(e){super(),this.ctrl=e,this.sub_graph_views=new Map,this.unavailable_view=new g("No quest loaded."),this.max_edge_depth=Object(M.e)(0),this.create_sub_graph_element=e=>{let t=this.sub_graph_views.get(e);return t||(t=new ut(this.ctrl,this.ctrl.event_dag.val,e,this.max_edge_depth),this.sub_graph_views.set(e,t)),t.element},this.update_edges=()=>{for(const e of this.sub_graph_views.values())e.element.parentNode&&e.update_edges()},this.after_event_dags_changed=e=>{var t;if(e.type===Y.a.ListChange)for(const i of e.inserted)null===(t=this.sub_graph_views.get(i))||void 0===t||t.update_edges()},this.element=Object(u.h)({className:"quest_editor_EventsView",tabIndex:-1},this.container_element=Object(u.h)({className:"quest_editor_EventsView_container"},this.add(new We.a(this.add_event_button=new Ke.a({text:"Add event"}))).element,this.dag_container_element=Object(u.h)({className:"quest_editor_EventsView_sub_graph_container"})),this.unavailable_view.element),this.disposables(Object(u.c)(this.container_element,"hidden",e.unavailable),this.unavailable_view.visible.bind_to(e.unavailable),this.enabled.bind_to(e.enabled),this.add_event_button.onclick.observe(e.add_event),Object(u.d)(this.dag_container_element,e.event_sub_graphs,this.create_sub_graph_element,{after:this.after_event_dags_changed}),Object(u.g)(this.element,"focus",()=>{e.focused()}),Object(u.g)(this.element,"click",()=>{e.set_selected_wave(void 0)})),this.finalize_construction()}dispose(){super.dispose();for(const e of this.sub_graph_views.values())e.dispose();this.sub_graph_views.clear()}resize(e,t){return super.resize(e,t),this.update_edges(),this}focus(){super.focus(),this.update_edges()}set_enabled(e){super.set_enabled(e);for(const t of this.sub_graph_views.values())t.element.parentNode&&(t.enabled.val=e)}}var vt;!function(e){e[e.Any=0]="Any",e[e.Byte=1]="Byte",e[e.Word=2]="Word",e[e.DWord=3]="DWord",e[e.Float=4]="Float",e[e.Label=5]="Label",e[e.ILabel=6]="ILabel",e[e.DLabel=7]="DLabel",e[e.SLabel=8]="SLabel",e[e.String=9]="String",e[e.ILabelVar=10]="ILabelVar",e[e.RegRef=11]="RegRef",e[e.RegTupRef=12]="RegTupRef",e[e.RegRefVar=13]="RegRefVar",e[e.Pointer=14]="Pointer"}(vt||(vt={}));const pt={kind:vt.Any},gt={kind:vt.Byte},bt={kind:vt.Word},ft={kind:vt.DWord},mt={kind:vt.Float},wt={kind:vt.Label},kt={kind:vt.ILabel},yt={kind:vt.DLabel},Rt={kind:vt.SLabel},It={kind:vt.String},xt={kind:vt.ILabelVar},jt={kind:vt.RegRef},Tt={kind:vt.RegRefVar},Ct={kind:vt.Pointer},St=-Math.pow(2,31),Ot=Math.pow(2,31)-1;Math.pow(2,32);var Lt,Bt;function Dt(e,t,i){return{type:e,doc:t,access:i}}!function(e){e[e.Read=0]="Read",e[e.Write=1]="Write",e[e.ReadWrite=2]="ReadWrite"}(Lt||(Lt={})),function(e){e[e.Push=0]="Push",e[e.Pop=1]="Pop"}(Bt||(Bt={}));const Pt=[],Et=new Map;function Mt(e,t,i,o,s){return{code:e,mnemonic:t,doc:i,size:e<256?1:2,params:o,stack:s}}const Wt=Pt[0]=Mt(0,"nop","No operation, does nothing.",[],void 0),qt=Pt[1]=Mt(1,"ret","Returns control to caller.",[],void 0),Ft=Pt[2]=Mt(2,"sync","Yields control for the rest of the current frame. Execution will continue the following frame.",[],void 0),Vt=Pt[3]=Mt(3,"exit",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),zt=Pt[4]=Mt(4,"thread","Starts a new thread. Thread execution will start at the given label.\nOften used to check a register every frame. Make sure to yield control with sync when looping.",[Dt(kt,void 0,void 0)],void 0),Ut=Pt[5]=Mt(5,"va_start","Initializes a variable argument list.\nMake sure to call va_end after va_start and va_call.",[],void 0),At=Pt[6]=Mt(6,"va_end","Restores the registers overwritten by arg_push* instructions.\nCalled after va_call.",[],void 0),$t=Pt[7]=Mt(7,"va_call","Calls the variable argument function at the given label.\nCalled after initializing the argument list with va_start and pushing arguments onto the stack with arg_push* instructions. Make sure to call va_end afterwards.",[Dt(kt,void 0,void 0)],void 0),Nt=Pt[8]=Mt(8,"let","Sets the first register's value to second one's value.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),Gt=Pt[9]=Mt(9,"leti","Sets a register to the given value.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0)],void 0),Ht=Pt[10]=Mt(10,"letb","Sets a register to the given value.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(gt,void 0,Lt.Write)]},void 0,void 0),Dt(gt,void 0,void 0)],void 0),Yt=Pt[11]=Mt(11,"letw","Sets a register to the given value.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(bt,void 0,Lt.Write)]},void 0,void 0),Dt(bt,void 0,void 0)],void 0),Xt=Pt[12]=Mt(12,"leta","Sets the first register to the memory address of the second register. Not used by Sega.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(Ct,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Qt=(Pt[13]=Mt(13,"leto","Sets a register to the memory address of the given label. Not used by Sega.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(Ct,void 0,Lt.Write)]},void 0,void 0),Dt(wt,void 0,void 0)],void 0),Pt[14]=Mt(14,"unknown_0e",void 0,[],void 0),Pt[15]=Mt(15,"unknown_0f",void 0,[],void 0),Pt[16]=Mt(16,"set","Sets a register to 1.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0)),Kt=Pt[17]=Mt(17,"clear","Sets a register to 0.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Jt=Pt[18]=Mt(18,"rev","Sets a register to 1 if its current value is 0, otherwise sets it to 0.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.ReadWrite)]},void 0,void 0)],void 0),Zt=(Pt[19]=Mt(19,"gset",void 0,[Dt(bt,void 0,void 0)],void 0),Pt[20]=Mt(20,"gclear",void 0,[Dt(bt,void 0,void 0)],void 0),Pt[21]=Mt(21,"grev",void 0,[Dt(bt,void 0,void 0)],void 0),Pt[22]=Mt(22,"glet",void 0,[Dt(bt,void 0,void 0)],void 0),Pt[23]=Mt(23,"gget","Sets a register to value of the given flag.",[Dt(bt,void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(bt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[24]=Mt(24,"add",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0)),ei=Pt[25]=Mt(25,"addi",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0)],void 0),ti=Pt[26]=Mt(26,"sub",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),ii=Pt[27]=Mt(27,"subi",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0)],void 0),oi=Pt[28]=Mt(28,"mul",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),si=Pt[29]=Mt(29,"muli",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0)],void 0),ni=Pt[30]=Mt(30,"div",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),ri=Pt[31]=Mt(31,"divi",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0)],void 0),ai=Pt[32]=Mt(32,"and",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),di=Pt[33]=Mt(33,"andi",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0)],void 0),ci=Pt[34]=Mt(34,"or",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),li=Pt[35]=Mt(35,"ori",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0)],void 0),_i=Pt[36]=Mt(36,"xor",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),ui=Pt[37]=Mt(37,"xori",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0)],void 0),hi=Pt[38]=Mt(38,"mod",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),vi=Pt[39]=Mt(39,"modi",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0)],void 0),pi=Pt[40]=Mt(40,"jmp",void 0,[Dt(kt,void 0,void 0)],void 0),gi=Pt[41]=Mt(41,"call",void 0,[Dt(kt,void 0,void 0)],void 0),bi=Pt[42]=Mt(42,"jmp_on",void 0,[Dt(kt,void 0,void 0),Dt(Tt,void 0,Lt.Read)],void 0),fi=Pt[43]=Mt(43,"jmp_off",void 0,[Dt(kt,void 0,void 0),Dt(Tt,void 0,Lt.Read)],void 0),mi=Pt[44]=Mt(44,"jmp_=",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt(kt,void 0,void 0)],void 0),wi=Pt[45]=Mt(45,"jmpi_=",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0)],void 0),ki=Pt[46]=Mt(46,"jmp_!=",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt(kt,void 0,void 0)],void 0),yi=Pt[47]=Mt(47,"jmpi_!=",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0)],void 0),Ri=Pt[48]=Mt(48,"ujmp_>",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(kt,void 0,void 0)],void 0),Ii=Pt[49]=Mt(49,"ujmpi_>",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0)],void 0),xi=Pt[50]=Mt(50,"jmp_>",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(kt,void 0,void 0)],void 0),ji=Pt[51]=Mt(51,"jmpi_>",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0)],void 0),Ti=Pt[52]=Mt(52,"ujmp_<",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(kt,void 0,void 0)],void 0),Ci=Pt[53]=Mt(53,"ujmpi_<",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0)],void 0),Si=Pt[54]=Mt(54,"jmp_<",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(kt,void 0,void 0)],void 0),Oi=Pt[55]=Mt(55,"jmpi_<",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0)],void 0),Li=Pt[56]=Mt(56,"ujmp_>=",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(kt,void 0,void 0)],void 0),Bi=Pt[57]=Mt(57,"ujmpi_>=",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0)],void 0),Di=Pt[58]=Mt(58,"jmp_>=",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(kt,void 0,void 0)],void 0),Pi=Pt[59]=Mt(59,"jmpi_>=",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0)],void 0),Ei=Pt[60]=Mt(60,"ujmp_<=",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(kt,void 0,void 0)],void 0),Mi=Pt[61]=Mt(61,"ujmpi_<=",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0)],void 0),Wi=Pt[62]=Mt(62,"jmp_<=",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(kt,void 0,void 0)],void 0),qi=Pt[63]=Mt(63,"jmpi_<=",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0)],void 0),Fi=Pt[64]=Mt(64,"switch_jmp",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(xt,void 0,void 0)],void 0),Vi=Pt[65]=Mt(65,"switch_call",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(xt,void 0,void 0)],void 0),zi=Pt[66]=Mt(66,"stack_push",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Ui=Pt[67]=Mt(67,"stack_pop",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Ai=Pt[68]=Mt(68,"stack_pushm","Pushes the values of an arbitrary amount of registers onto the stack.",[Dt(jt,void 0,Lt.Read),Dt(ft,void 0,void 0)],void 0),$i=Pt[69]=Mt(69,"stack_popm","Pops an arbitrary amount of values from the stack and writes them to registers.",[Dt(jt,void 0,Lt.Write),Dt(ft,void 0,void 0)],void 0),Ni=(Pt[70]=Mt(70,"unknown_46",void 0,[],void 0),Pt[71]=Mt(71,"unknown_47",void 0,[],void 0),Pt[72]=Mt(72,"arg_pushr","Pushes the value of the given register onto the stack.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],Bt.Push)),Gi=Pt[73]=Mt(73,"arg_pushl","Pushes the given value onto the stack.",[Dt(ft,void 0,void 0)],Bt.Push),Hi=Pt[74]=Mt(74,"arg_pushb","Pushes the given value onto the stack.",[Dt(gt,void 0,void 0)],Bt.Push),Yi=Pt[75]=Mt(75,"arg_pushw","Pushes the given value onto the stack.",[Dt(bt,void 0,void 0)],Bt.Push),Xi=Pt[76]=Mt(76,"arg_pusha","Pushes the memory address of the given register onto the stack. Not used by Sega.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],Bt.Push),Qi=Pt[77]=Mt(77,"arg_pusho","Pushes the memory address of the given label onto the stack. Not used by Sega.",[Dt(wt,void 0,void 0)],Bt.Push),Ki=Pt[78]=Mt(78,"arg_pushs","Pushes the given value onto the stack.",[Dt(It,void 0,void 0)],Bt.Push),Ji=(Pt[79]=Mt(79,"unknown_4f",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[80]=Mt(80,"message",void 0,[Dt(ft,void 0,void 0),Dt(It,void 0,void 0)],Bt.Pop),Pt[81]=Mt(81,"list","Used to display a list of items and retrieve the item selected by the player.\nList items should be seperated by newlines. The selected item's index will be written to the given register.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(gt,void 0,Lt.Write)]},void 0,void 0),Dt(It,void 0,void 0)],Bt.Pop)),Zi=(Pt[82]=Mt(82,"fadein",void 0,[],void 0),Pt[83]=Mt(83,"fadeout",void 0,[],void 0),Pt[84]=Mt(84,"se",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[85]=Mt(85,"bgm",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[86]=Mt(86,"unknown_56",void 0,[],void 0),Pt[87]=Mt(87,"unknown_57",void 0,[],void 0),Pt[88]=Mt(88,"enable",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[89]=Mt(89,"disable",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[90]=Mt(90,"window_msg",void 0,[Dt(It,void 0,void 0)],Bt.Pop)),eo=Pt[91]=Mt(91,"add_msg",void 0,[Dt(It,void 0,void 0)],Bt.Pop),to=(Pt[92]=Mt(92,"mesend",void 0,[],void 0),Pt[93]=Mt(93,"gettime",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0)),io=Pt[94]=Mt(94,"winend",void 0,[],void 0),oo=(Pt[95]=Mt(95,"unknown_5f",void 0,[],void 0),Pt[96]=Mt(96,"npc_crt_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[97]=Mt(97,"npc_stop",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[98]=Mt(98,"npc_play",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[99]=Mt(99,"npc_kill",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[100]=Mt(100,"npc_nont",void 0,[],void 0),Pt[101]=Mt(101,"npc_talk",void 0,[],void 0),Pt[102]=Mt(102,"npc_crp_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read),Dt(pt,void 0,Lt.Read),Dt(pt,void 0,Lt.Read),Dt(kt,void 0,Lt.Read),Dt(pt,void 0,Lt.Read),Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[103]=Mt(103,"unknown_67",void 0,[],void 0),Pt[104]=Mt(104,"create_pipe",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[105]=Mt(105,"p_hpstat_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[106]=Mt(106,"p_dead_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,"Player slot.",void 0)],Bt.Pop)),so=(Pt[107]=Mt(107,"p_disablewarp",void 0,[],void 0),Pt[108]=Mt(108,"p_enablewarp",void 0,[],void 0),Pt[109]=Mt(109,"p_move_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[110]=Mt(110,"p_look",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[111]=Mt(111,"unknown_6f",void 0,[],void 0),Pt[112]=Mt(112,"p_action_disable",void 0,[],void 0),Pt[113]=Mt(113,"p_action_enable",void 0,[],void 0),Pt[114]=Mt(114,"disable_movement1",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[115]=Mt(115,"enable_movement1",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[116]=Mt(116,"p_noncol",void 0,[],void 0),Pt[117]=Mt(117,"p_col",void 0,[],void 0),Pt[118]=Mt(118,"p_setpos","Sets a player's position.",[Dt(ft,"Player slot.",void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"X coordinate.",Lt.Read),Dt(ft,"Y coordinate.",Lt.Read),Dt(ft,"Z coordinate.",Lt.Read),Dt(ft,"Y-axis rotation.",Lt.Read)]},void 0,void 0)],Bt.Pop),Pt[119]=Mt(119,"p_return_guild",void 0,[],void 0),Pt[120]=Mt(120,"p_talk_guild",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[121]=Mt(121,"npc_talk_pl_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[122]=Mt(122,"npc_talk_kill",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[123]=Mt(123,"npc_crtpk_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[124]=Mt(124,"npc_crppk_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[125]=Mt(125,"npc_crptalk_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[126]=Mt(126,"p_look_at_v1",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[127]=Mt(127,"npc_crp_id_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[128]=Mt(128,"cam_quake",void 0,[],void 0),Pt[129]=Mt(129,"cam_adj",void 0,[],void 0),Pt[130]=Mt(130,"cam_zmin",void 0,[],void 0),Pt[131]=Mt(131,"cam_zmout",void 0,[],void 0),Pt[132]=Mt(132,"cam_pan_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[133]=Mt(133,"game_lev_super",void 0,[],void 0),Pt[134]=Mt(134,"game_lev_reset",void 0,[],void 0),Pt[135]=Mt(135,"pos_pipe_v3","Create a telepipe at a specific position for the given player slot that takes players back to Pioneer 2 or the Lab.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"X coordinate.",Lt.Read),Dt(ft,"Y coordinate.",Lt.Read),Dt(ft,"Z coordinate.",Lt.Read),Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[136]=Mt(136,"if_zone_clear",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0)),no=(Pt[137]=Mt(137,"chk_ene_num","Retrieves the amount of enemies killed during the quest.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[138]=Mt(138,"unhide_obj",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[139]=Mt(139,"unhide_ene",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[140]=Mt(140,"at_coords_call",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(kt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[141]=Mt(141,"at_coords_talk",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(kt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[142]=Mt(142,"col_npcin",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(kt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[143]=Mt(143,"col_npcinr",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[144]=Mt(144,"switch_on",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[145]=Mt(145,"switch_off",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[146]=Mt(146,"playbgm_epi",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[147]=Mt(147,"set_mainwarp",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[148]=Mt(148,"set_obj_param","Creates a targetable object.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"X coordinate.",Lt.Read),Dt(ft,"Y coordinate.",Lt.Read),Dt(ft,"Z coordinate.",Lt.Read),Dt(ft,"Collision radius.",Lt.Read),Dt(kt,"Function label.",Lt.Read),Dt(ft,"Vertical position of the cursor.",Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},"Object handle.",void 0)],void 0),Pt[149]=Mt(149,"set_floor_handler",void 0,[Dt(ft,"Floor number.",void 0),Dt(kt,"Handler function label.",void 0)],Bt.Pop)),ro=(Pt[150]=Mt(150,"clr_floor_handler",void 0,[Dt(ft,"Floor number.",void 0)],Bt.Pop),Pt[151]=Mt(151,"col_plinaw",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[152]=Mt(152,"hud_hide",void 0,[],void 0),Pt[153]=Mt(153,"hud_show",void 0,[],void 0),Pt[154]=Mt(154,"cine_enable",void 0,[],void 0),Pt[155]=Mt(155,"cine_disable",void 0,[],void 0),Pt[156]=Mt(156,"unknown_9c",void 0,[],void 0),Pt[157]=Mt(157,"unknown_9d",void 0,[],void 0),Pt[158]=Mt(158,"unknown_9e",void 0,[],void 0),Pt[159]=Mt(159,"unknown_9f",void 0,[],void 0),Pt[160]=Mt(160,"unknown_a0",void 0,[],void 0),Pt[161]=Mt(161,"set_qt_failure",void 0,[Dt(kt,void 0,void 0)],void 0),Pt[162]=Mt(162,"set_qt_success",void 0,[Dt(kt,void 0,void 0)],void 0),Pt[163]=Mt(163,"clr_qt_failure",void 0,[],void 0),Pt[164]=Mt(164,"clr_qt_success",void 0,[],void 0),Pt[165]=Mt(165,"set_qt_cancel",void 0,[Dt(kt,void 0,void 0)],void 0),Pt[166]=Mt(166,"clr_qt_cancel",void 0,[],void 0),Pt[167]=Mt(167,"unknown_a7",void 0,[],void 0),Pt[168]=Mt(168,"pl_walk_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[169]=Mt(169,"unknown_a9",void 0,[],void 0),Pt[170]=Mt(170,"unknown_aa",void 0,[],void 0),Pt[171]=Mt(171,"unknown_ab",void 0,[],void 0),Pt[172]=Mt(172,"unknown_ac",void 0,[],void 0),Pt[173]=Mt(173,"unknown_ad",void 0,[],void 0),Pt[174]=Mt(174,"unknown_ae",void 0,[],void 0),Pt[175]=Mt(175,"unknown_af",void 0,[],void 0),Pt[176]=Mt(176,"pl_add_meseta",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[177]=Mt(177,"thread_stg",void 0,[Dt(kt,void 0,void 0)],void 0)),ao=(Pt[178]=Mt(178,"del_obj_param",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},"Object handle.",void 0)],void 0),Pt[179]=Mt(179,"item_create",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[180]=Mt(180,"item_create2",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[181]=Mt(181,"item_delete",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[182]=Mt(182,"item_delete2","Deletes an item from the player's inventory.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[183]=Mt(183,"item_check",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[184]=Mt(184,"setevt",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[185]=Mt(185,"get_difflvl","Sets the given register to the current difficulty. 0 For normal, 1 for hard and 2 for both very hard and ultimate.\nUse get_difficulty_level2 if you want to differentiate between very hard and ultimate.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0)),co=(Pt[186]=Mt(186,"set_qt_exit",void 0,[Dt(kt,void 0,void 0)],void 0),Pt[187]=Mt(187,"clr_qt_exit",void 0,[],void 0),Pt[188]=Mt(188,"unknown_bc",void 0,[],void 0),Pt[189]=Mt(189,"unknown_bd",void 0,[],void 0),Pt[190]=Mt(190,"unknown_be",void 0,[],void 0),Pt[191]=Mt(191,"unknown_bf",void 0,[],void 0),Pt[192]=Mt(192,"particle_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[193]=Mt(193,"npc_text",void 0,[Dt(ft,void 0,void 0),Dt(It,void 0,void 0)],Bt.Pop),Pt[194]=Mt(194,"npc_chkwarp",void 0,[],void 0),Pt[195]=Mt(195,"pl_pkoff",void 0,[],void 0),Pt[196]=Mt(196,"map_designate",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0)),lo=(Pt[197]=Mt(197,"masterkey_on",void 0,[],void 0),Pt[198]=Mt(198,"masterkey_off",void 0,[],void 0),Pt[199]=Mt(199,"window_time",void 0,[],void 0),Pt[200]=Mt(200,"winend_time",void 0,[],void 0),Pt[201]=Mt(201,"winset_time",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[202]=Mt(202,"getmtime",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[203]=Mt(203,"set_quest_board_handler",void 0,[Dt(ft,void 0,void 0),Dt(kt,void 0,void 0),Dt(It,void 0,void 0)],Bt.Pop),Pt[204]=Mt(204,"clear_quest_board_handler",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[205]=Mt(205,"particle_id_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[206]=Mt(206,"npc_crptalk_id_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[207]=Mt(207,"npc_lang_clean",void 0,[],void 0),Pt[208]=Mt(208,"pl_pkon",void 0,[],void 0),Pt[209]=Mt(209,"pl_chk_item2",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[210]=Mt(210,"enable_mainmenu",void 0,[],void 0),Pt[211]=Mt(211,"disable_mainmenu",void 0,[],void 0),Pt[212]=Mt(212,"start_battlebgm",void 0,[],void 0),Pt[213]=Mt(213,"end_battlebgm",void 0,[],void 0),Pt[214]=Mt(214,"disp_msg_qb",void 0,[Dt(It,void 0,void 0)],Bt.Pop),Pt[215]=Mt(215,"close_msg_qb",void 0,[],void 0),Pt[216]=Mt(216,"set_eventflag_v3",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[217]=Mt(217,"sync_leti",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0)],void 0)),_o=(Pt[218]=Mt(218,"set_returnhunter",void 0,[],void 0),Pt[219]=Mt(219,"set_returncity",void 0,[],void 0),Pt[220]=Mt(220,"load_pvr",void 0,[],void 0),Pt[221]=Mt(221,"load_midi",void 0,[],void 0),Pt[222]=Mt(222,"unknown_de",void 0,[],void 0),Pt[223]=Mt(223,"npc_param_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[224]=Mt(224,"pad_dragon",void 0,[],void 0),Pt[225]=Mt(225,"clear_mainwarp",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[226]=Mt(226,"pcam_param_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[227]=Mt(227,"start_setevt_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[228]=Mt(228,"warp_on",void 0,[],void 0),Pt[229]=Mt(229,"warp_off",void 0,[],void 0),Pt[230]=Mt(230,"get_slotnumber",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0)),uo=(Pt[231]=Mt(231,"get_servernumber",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[232]=Mt(232,"set_eventflag2",void 0,[Dt(ft,void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],Bt.Pop),Pt[233]=Mt(233,"res",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[234]=Mt(234,"unknown_ea",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0)],void 0),Pt[235]=Mt(235,"enable_bgmctrl",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[236]=Mt(236,"sw_send",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[237]=Mt(237,"create_bgmctrl",void 0,[],void 0),Pt[238]=Mt(238,"pl_add_meseta2",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[239]=Mt(239,"sync_register",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[240]=Mt(240,"send_regwork",void 0,[],void 0),Pt[241]=Mt(241,"leti_fixed_camera_v3",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[242]=Mt(242,"default_camera_pos1",void 0,[],void 0),Pt[243]=Mt(243,"unknown_f3",void 0,[],void 0),Pt[244]=Mt(244,"unknown_f4",void 0,[],void 0),Pt[245]=Mt(245,"unknown_f5",void 0,[],void 0),Pt[246]=Mt(246,"unknown_f6",void 0,[],void 0),Pt[247]=Mt(247,"unknown_f7",void 0,[],void 0),Pt[248]=Mt(248,"unknown_f8",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[249]=Mt(249,"unknown_f9",void 0,[],void 0),Pt[250]=Mt(250,"get_gc_number",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[251]=Mt(251,"unknown_fb",void 0,[Dt(bt,void 0,void 0)],void 0),Pt[252]=Mt(252,"unknown_fc",void 0,[],void 0),Pt[253]=Mt(253,"unknown_fd",void 0,[],void 0),Pt[254]=Mt(254,"unknown_fe",void 0,[],void 0),Pt[255]=Mt(255,"unknown_ff",void 0,[],void 0),Pt[63488]=Mt(63488,"unknown_f800",void 0,[],void 0),Pt[63489]=Mt(63489,"set_chat_callback",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt(It,void 0,void 0)],Bt.Pop),Pt[63490]=Mt(63490,"unknown_f802",void 0,[],void 0),Pt[63491]=Mt(63491,"unknown_f803",void 0,[],void 0),Pt[63492]=Mt(63492,"unknown_f804",void 0,[],void 0),Pt[63493]=Mt(63493,"unknown_f805",void 0,[],void 0),Pt[63494]=Mt(63494,"unknown_f806",void 0,[],void 0),Pt[63495]=Mt(63495,"unknown_f807",void 0,[],void 0),Pt[63496]=Mt(63496,"get_difficulty_level2","Sets the given register to the current difficulty. 0 For normal, 1 for hard, 2 for very hard and 3 for ultimate.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63497]=Mt(63497,"get_number_of_player1","Set the given register to the current number of players. Either 1, 2, 3 or 4.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63498]=Mt(63498,"get_coord_of_player","Retrieves a player's position.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"X coordinate.",Lt.Write),Dt(ft,"Y coordinate.",Lt.Write),Dt(ft,"Z coordinate.",Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63499]=Mt(63499,"enable_map",void 0,[],void 0),Pt[63500]=Mt(63500,"disable_map",void 0,[],void 0),Pt[63501]=Mt(63501,"map_designate_ex",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0)),ho=(Pt[63502]=Mt(63502,"unknown_f80e",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63503]=Mt(63503,"unknown_f80f",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63504]=Mt(63504,"ba_initial_floor",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63505]=Mt(63505,"set_ba_rules",void 0,[],void 0),Pt[63506]=Mt(63506,"unknown_f812",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63507]=Mt(63507,"unknown_f813",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63508]=Mt(63508,"unknown_f814",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63509]=Mt(63509,"unknown_f815",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63510]=Mt(63510,"unknown_f816",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63511]=Mt(63511,"unknown_f817",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63512]=Mt(63512,"unknown_f818",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63513]=Mt(63513,"unknown_f819",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63514]=Mt(63514,"unknown_f81a",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63515]=Mt(63515,"unknown_f81b",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63516]=Mt(63516,"ba_disp_msg",void 0,[Dt(It,void 0,void 0)],Bt.Pop),Pt[63517]=Mt(63517,"death_lvl_up",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63518]=Mt(63518,"death_tech_lvl_up",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63519]=Mt(63519,"unknown_f81f",void 0,[],void 0),Pt[63520]=Mt(63520,"cmode_stage",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63521]=Mt(63521,"unknown_f821",void 0,[],void 0),Pt[63522]=Mt(63522,"unknown_f822",void 0,[],void 0),Pt[63523]=Mt(63523,"unknown_f823",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63524]=Mt(63524,"unknown_f824",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63525]=Mt(63525,"exp_multiplication",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63526]=Mt(63526,"exp_division",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63527]=Mt(63527,"get_user_is_dead",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63528]=Mt(63528,"go_floor","Sends a player to the given floor.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Floor ID.",Lt.Read)]},void 0,void 0)],void 0),Pt[63529]=Mt(63529,"unknown_f829",void 0,[],void 0),Pt[63530]=Mt(63530,"unknown_f82a",void 0,[],void 0),Pt[63531]=Mt(63531,"unlock_door2",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[63532]=Mt(63532,"lock_door2",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[63533]=Mt(63533,"if_switch_not_pressed",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63534]=Mt(63534,"if_switch_pressed",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Floor ID.",Lt.Read),Dt(ft,"Switch ID.",Lt.Read),Dt(ft,"Will be set to 1 if the switch is pressed, 0 otherwise.",Lt.Write)]},void 0,void 0)],void 0),Pt[63535]=Mt(63535,"unknown_f82f",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[63536]=Mt(63536,"control_dragon",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63537]=Mt(63537,"release_dragon",void 0,[],void 0),Pt[63538]=Mt(63538,"unknown_f832",void 0,[],void 0),Pt[63539]=Mt(63539,"unknown_f833",void 0,[],void 0),Pt[63540]=Mt(63540,"unknown_f834",void 0,[],void 0),Pt[63541]=Mt(63541,"unknown_f835",void 0,[],void 0),Pt[63542]=Mt(63542,"unknown_f836",void 0,[],void 0),Pt[63543]=Mt(63543,"unknown_f837",void 0,[],void 0),Pt[63544]=Mt(63544,"shrink",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63545]=Mt(63545,"unshrink",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63546]=Mt(63546,"unknown_f83a",void 0,[],void 0),Pt[63547]=Mt(63547,"unknown_f83b",void 0,[],void 0),Pt[63548]=Mt(63548,"display_clock2",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63549]=Mt(63549,"unknown_f83d",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63550]=Mt(63550,"delete_area_title",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63551]=Mt(63551,"unknown_f83f",void 0,[],void 0),Pt[63552]=Mt(63552,"load_npc_data",void 0,[],void 0),Pt[63553]=Mt(63553,"get_npc_data",void 0,[Dt(yt,void 0,void 0)],void 0),Pt[63554]=Mt(63554,"unknown_f842",void 0,[],void 0),Pt[63555]=Mt(63555,"unknown_f843",void 0,[],void 0),Pt[63556]=Mt(63556,"unknown_f844",void 0,[],void 0),Pt[63557]=Mt(63557,"unknown_f845",void 0,[],void 0),Pt[63558]=Mt(63558,"unknown_f846",void 0,[],void 0),Pt[63559]=Mt(63559,"unknown_f847",void 0,[],void 0),Pt[63560]=Mt(63560,"give_damage_score",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63561]=Mt(63561,"take_damage_score",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63562]=Mt(63562,"unk_score_f84a",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63563]=Mt(63563,"unk_score_f84b",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63564]=Mt(63564,"kill_score",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63565]=Mt(63565,"death_score",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63566]=Mt(63566,"unk_score_f84e",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63567]=Mt(63567,"enemy_death_score",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63568]=Mt(63568,"meseta_score",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63569]=Mt(63569,"unknown_f851",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63570]=Mt(63570,"unknown_f852",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63571]=Mt(63571,"reverse_warps",void 0,[],void 0),Pt[63572]=Mt(63572,"unreverse_warps",void 0,[],void 0),Pt[63573]=Mt(63573,"set_ult_map",void 0,[],void 0),Pt[63574]=Mt(63574,"unset_ult_map",void 0,[],void 0),Pt[63575]=Mt(63575,"set_area_title",void 0,[Dt(It,void 0,void 0)],Bt.Pop),Pt[63576]=Mt(63576,"unknown_f858",void 0,[],void 0),Pt[63577]=Mt(63577,"unknown_f859",void 0,[],void 0),Pt[63578]=Mt(63578,"equip_item",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63579]=Mt(63579,"unequip_item",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[63580]=Mt(63580,"unknown_f85c",void 0,[],void 0),Pt[63581]=Mt(63581,"unknown_f85d",void 0,[],void 0),Pt[63582]=Mt(63582,"unknown_f85e",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63583]=Mt(63583,"unknown_f85f",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63584]=Mt(63584,"unknown_f860",void 0,[],void 0),Pt[63585]=Mt(63585,"unknown_f861",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63586]=Mt(63586,"unknown_f862",void 0,[],void 0),Pt[63587]=Mt(63587,"unknown_f863",void 0,[],void 0),Pt[63588]=Mt(63588,"cmode_rank",void 0,[Dt(ft,void 0,void 0),Dt(It,void 0,void 0)],Bt.Pop),Pt[63589]=Mt(63589,"award_item_name",void 0,[],void 0),Pt[63590]=Mt(63590,"award_item_select",void 0,[],void 0),Pt[63591]=Mt(63591,"award_item_give_to",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63592]=Mt(63592,"unknown_f868",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63593]=Mt(63593,"unknown_f869",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63594]=Mt(63594,"item_create_cmode",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63595]=Mt(63595,"unknown_f86b",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63596]=Mt(63596,"award_item_ok",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63597]=Mt(63597,"unknown_f86d",void 0,[],void 0),Pt[63598]=Mt(63598,"unknown_f86e",void 0,[],void 0),Pt[63599]=Mt(63599,"ba_set_lives",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63600]=Mt(63600,"ba_set_tech_lvl",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63601]=Mt(63601,"ba_set_lvl",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63602]=Mt(63602,"ba_set_time_limit",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63603]=Mt(63603,"boss_is_dead",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63604]=Mt(63604,"unknown_f874",void 0,[],void 0),Pt[63605]=Mt(63605,"unknown_f875",void 0,[],void 0),Pt[63606]=Mt(63606,"unknown_f876",void 0,[],void 0),Pt[63607]=Mt(63607,"enable_techs","Enables technique use for the given player.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63608]=Mt(63608,"disable_techs","Disables technique use for the given player.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63609]=Mt(63609,"get_gender","Retrieves the player's gender. 0 If male, 1 if female.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player gender.",Lt.Write)]},void 0,void 0)],void 0),Pt[63610]=Mt(63610,"get_chara_class","Retrieves the player's race and character class.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player race. 0 If human, 1 if newman, 2 if cast.",Lt.Write),Dt(ft,"Player class. 0 If hunter, 1 if ranger, 2 if force.",Lt.Write)]},void 0,void 0)],void 0),Pt[63611]=Mt(63611,"take_slot_meseta","Takes an amount of meseta from a player's inventory.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read),Dt(ft,"Amount of meseta to take.",Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Will be set to 1 if the meseta was taken, 0 otherwise.",Lt.Write)]},void 0,void 0)],void 0),Pt[63612]=Mt(63612,"unknown_f87c",void 0,[],void 0),Pt[63613]=Mt(63613,"unknown_f87d",void 0,[],void 0),Pt[63614]=Mt(63614,"unknown_f87e",void 0,[],void 0),Pt[63615]=Mt(63615,"read_guildcard_flag",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63616]=Mt(63616,"unknown_f880",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63617]=Mt(63617,"get_pl_name","Sets the value of to the given player's name.",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63618]=Mt(63618,"get_pl_job","Sets the value of to the given player's job (Hunter/Ranger/Force).",[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63619]=Mt(63619,"unknown_f883",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63620]=Mt(63620,"unknown_f884",void 0,[],void 0),Pt[63621]=Mt(63621,"unknown_f885",void 0,[],void 0),Pt[63622]=Mt(63622,"unknown_f886",void 0,[],void 0),Pt[63623]=Mt(63623,"unknown_f887",void 0,[],void 0),Pt[63624]=Mt(63624,"unknown_f888",void 0,[],void 0),Pt[63625]=Mt(63625,"unknown_f889",void 0,[],void 0),Pt[63626]=Mt(63626,"get_player_status",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63627]=Mt(63627,"send_mail",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt(It,void 0,void 0)],Bt.Pop),Pt[63628]=Mt(63628,"online_check",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63629]=Mt(63629,"chl_set_timerecord",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63630]=Mt(63630,"chl_get_timerecord",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63631]=Mt(63631,"unknown_f88f",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63632]=Mt(63632,"unknown_f890",void 0,[],void 0),Pt[63633]=Mt(63633,"load_enemy_data",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63634]=Mt(63634,"get_physical_data",void 0,[Dt(bt,void 0,void 0)],void 0),Pt[63635]=Mt(63635,"get_attack_data",void 0,[Dt(bt,void 0,void 0)],void 0),Pt[63636]=Mt(63636,"get_resist_data",void 0,[Dt(bt,void 0,void 0)],void 0),Pt[63637]=Mt(63637,"get_movement_data",void 0,[Dt(bt,void 0,void 0)],void 0),Pt[63638]=Mt(63638,"unknown_f896",void 0,[],void 0),Pt[63639]=Mt(63639,"unknown_f897",void 0,[],void 0),Pt[63640]=Mt(63640,"shift_left",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0)),vo=Pt[63641]=Mt(63641,"shift_right",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),po=Pt[63642]=Mt(63642,"get_random",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),go=(Pt[63643]=Mt(63643,"reset_map","Sets all registers to 0 and resets the quest.",[],void 0),Pt[63644]=Mt(63644,"disp_chl_retry_menu",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63645]=Mt(63645,"chl_reverser",void 0,[],void 0),Pt[63646]=Mt(63646,"unknown_f89e",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63647]=Mt(63647,"unknown_f89f",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63648]=Mt(63648,"unknown_f8a0",void 0,[],void 0),Pt[63649]=Mt(63649,"unknown_f8a1",void 0,[],void 0),Pt[63650]=Mt(63650,"unknown_f8a2",void 0,[],void 0),Pt[63651]=Mt(63651,"unknown_f8a3",void 0,[],void 0),Pt[63652]=Mt(63652,"unknown_f8a4",void 0,[],void 0),Pt[63653]=Mt(63653,"unknown_f8a5",void 0,[],void 0),Pt[63654]=Mt(63654,"unknown_f8a6",void 0,[],void 0),Pt[63655]=Mt(63655,"unknown_f8a7",void 0,[],void 0),Pt[63656]=Mt(63656,"unknown_f8a8",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63657]=Mt(63657,"unknown_f8a9",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63658]=Mt(63658,"unknown_f8aa",void 0,[],void 0),Pt[63659]=Mt(63659,"unknown_f8ab",void 0,[],void 0),Pt[63660]=Mt(63660,"unknown_f8ac",void 0,[],void 0),Pt[63661]=Mt(63661,"get_number_of_player2",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63662]=Mt(63662,"unknown_f8ae",void 0,[],void 0),Pt[63663]=Mt(63663,"unknown_f8af",void 0,[],void 0),Pt[63664]=Mt(63664,"unknown_f8b0",void 0,[],void 0),Pt[63665]=Mt(63665,"unknown_f8b1",void 0,[],void 0),Pt[63666]=Mt(63666,"unknown_f8b2",void 0,[],void 0),Pt[63667]=Mt(63667,"unknown_f8b3",void 0,[],void 0),Pt[63668]=Mt(63668,"unknown_f8b4",void 0,[],void 0),Pt[63669]=Mt(63669,"unknown_f8b5",void 0,[],void 0),Pt[63670]=Mt(63670,"unknown_f8b6",void 0,[],void 0),Pt[63671]=Mt(63671,"unknown_f8b7",void 0,[],void 0),Pt[63672]=Mt(63672,"unknown_f8b8",void 0,[],void 0),Pt[63673]=Mt(63673,"chl_recovery",void 0,[],void 0),Pt[63674]=Mt(63674,"unknown_f8ba",void 0,[],void 0),Pt[63675]=Mt(63675,"unknown_f8bb",void 0,[],void 0),Pt[63676]=Mt(63676,"set_episode",void 0,[Dt(ft,void 0,void 0)],void 0)),bo=(Pt[63677]=Mt(63677,"unknown_f8bd",void 0,[],void 0),Pt[63678]=Mt(63678,"unknown_f8be",void 0,[],void 0),Pt[63679]=Mt(63679,"unknown_f8bf",void 0,[],void 0),Pt[63680]=Mt(63680,"file_dl_req",void 0,[Dt(ft,void 0,void 0),Dt(It,void 0,void 0)],Bt.Pop),Pt[63681]=Mt(63681,"get_dl_status",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63682]=Mt(63682,"gba_unknown4",void 0,[],void 0),Pt[63683]=Mt(63683,"get_gba_state",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63684]=Mt(63684,"unknown_f8c4",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63685]=Mt(63685,"unknown_f8c5",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63686]=Mt(63686,"qexit",void 0,[],void 0),Pt[63687]=Mt(63687,"use_animation",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Animation ID.",Lt.Read),Dt(ft,"Animation duration in number of frames.",Lt.Read)]},void 0,void 0)],void 0),Pt[63688]=Mt(63688,"stop_animation",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63689]=Mt(63689,"run_to_coord",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63690]=Mt(63690,"set_slot_invincible",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63691]=Mt(63691,"unknown_f8cb",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63692]=Mt(63692,"set_slot_poison",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63693]=Mt(63693,"set_slot_paralyze",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63694]=Mt(63694,"set_slot_shock",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63695]=Mt(63695,"set_slot_freeze",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63696]=Mt(63696,"set_slot_slow",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63697]=Mt(63697,"set_slot_confuse",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63698]=Mt(63698,"set_slot_shifta",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63699]=Mt(63699,"set_slot_deband",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63700]=Mt(63700,"set_slot_jellen",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63701]=Mt(63701,"set_slot_zalure",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read)]},void 0,void 0)],void 0),Pt[63702]=Mt(63702,"fleti_fixed_camera",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],Bt.Pop),Pt[63703]=Mt(63703,"fleti_locked_camera",void 0,[Dt(ft,void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],Bt.Pop),Pt[63704]=Mt(63704,"default_camera_pos2",void 0,[],void 0),Pt[63705]=Mt(63705,"set_motion_blur",void 0,[],void 0),Pt[63706]=Mt(63706,"set_screen_bw",void 0,[],void 0),Pt[63707]=Mt(63707,"unknown_f8db",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt(bt,void 0,void 0)],Bt.Pop),Pt[63708]=Mt(63708,"npc_action_string",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt(Rt,void 0,void 0)],void 0),Pt[63709]=Mt(63709,"get_pad_cond",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63710]=Mt(63710,"get_button_cond",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63711]=Mt(63711,"freeze_enemies",void 0,[],void 0),Pt[63712]=Mt(63712,"unfreeze_enemies",void 0,[],void 0),Pt[63713]=Mt(63713,"freeze_everything",void 0,[],void 0),Pt[63714]=Mt(63714,"unfreeze_everything",void 0,[],void 0),Pt[63715]=Mt(63715,"restore_hp",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63716]=Mt(63716,"restore_tp",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63717]=Mt(63717,"close_chat_bubble",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63718]=Mt(63718,"move_coords_object",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63719]=Mt(63719,"at_coords_call_ex",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63720]=Mt(63720,"unknown_f8e8",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63721]=Mt(63721,"unknown_f8e9",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63722]=Mt(63722,"unknown_f8ea",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63723]=Mt(63723,"unknown_f8eb",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63724]=Mt(63724,"unknown_f8ec",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63725]=Mt(63725,"animation_check",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63726]=Mt(63726,"call_image_data",void 0,[Dt(ft,void 0,void 0),Dt(bt,void 0,void 0)],Bt.Pop),Pt[63727]=Mt(63727,"unknown_f8ef",void 0,[],void 0),Pt[63728]=Mt(63728,"turn_off_bgm_p2",void 0,[],void 0),Pt[63729]=Mt(63729,"turn_on_bgm_p2",void 0,[],void 0),Pt[63730]=Mt(63730,"load_unk_data",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt(yt,void 0,void 0)],Bt.Pop),Pt[63731]=Mt(63731,"particle2",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0),Dt(ft,void 0,void 0),Dt(mt,void 0,void 0)],Bt.Pop),Pt[63732]=Mt(63732,"unknown_f8f4",void 0,[],void 0),Pt[63733]=Mt(63733,"unknown_f8f5",void 0,[],void 0),Pt[63734]=Mt(63734,"unknown_f8f6",void 0,[],void 0),Pt[63735]=Mt(63735,"unknown_f8f7",void 0,[],void 0),Pt[63736]=Mt(63736,"unknown_f8f8",void 0,[],void 0),Pt[63737]=Mt(63737,"unknown_f8f9",void 0,[],void 0),Pt[63738]=Mt(63738,"unknown_f8fa",void 0,[],void 0),Pt[63739]=Mt(63739,"unknown_f8fb",void 0,[],void 0),Pt[63740]=Mt(63740,"unknown_f8fc",void 0,[],void 0),Pt[63741]=Mt(63741,"unknown_f8fd",void 0,[],void 0),Pt[63742]=Mt(63742,"unknown_f8fe",void 0,[],void 0),Pt[63743]=Mt(63743,"unknown_f8ff",void 0,[],void 0),Pt[63744]=Mt(63744,"unknown_f900",void 0,[],void 0),Pt[63745]=Mt(63745,"dec2float",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63746]=Mt(63746,"float2dec",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63747]=Mt(63747,"flet",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Read)]},void 0,void 0)],void 0)),fo=Pt[63748]=Mt(63748,"fleti",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Write)]},void 0,void 0),Dt(mt,void 0,void 0)],void 0),mo=(Pt[63749]=Mt(63749,"unknown_f905",void 0,[],void 0),Pt[63750]=Mt(63750,"unknown_f906",void 0,[],void 0),Pt[63751]=Mt(63751,"unknown_f907",void 0,[],void 0),Pt[63752]=Mt(63752,"fadd",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Read)]},void 0,void 0)],void 0)),wo=Pt[63753]=Mt(63753,"faddi",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Write)]},void 0,void 0),Dt(mt,void 0,void 0)],void 0),ko=Pt[63754]=Mt(63754,"fsub",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Read)]},void 0,void 0)],void 0),yo=Pt[63755]=Mt(63755,"fsubi",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Write)]},void 0,void 0),Dt(mt,void 0,void 0)],void 0),Ro=Pt[63756]=Mt(63756,"fmul",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Read)]},void 0,void 0)],void 0),Io=Pt[63757]=Mt(63757,"fmuli",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Write)]},void 0,void 0),Dt(mt,void 0,void 0)],void 0),xo=Pt[63758]=Mt(63758,"fdiv",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Read)]},void 0,void 0)],void 0),jo=Pt[63759]=Mt(63759,"fdivi",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(mt,void 0,Lt.Write)]},void 0,void 0),Dt(mt,void 0,void 0)],void 0),To=(Pt[63760]=Mt(63760,"get_unknown_count",void 0,[Dt(ft,void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],Bt.Pop),Pt[63761]=Mt(63761,"get_stackable_item_count",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Player slot.",Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read),Dt(ft,void 0,Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63762]=Mt(63762,"freeze_and_hide_equip",void 0,[],void 0),Pt[63763]=Mt(63763,"thaw_and_show_equip",void 0,[],void 0),Pt[63764]=Mt(63764,"set_palettex_callback",void 0,[Dt(ft,"Player slot.",void 0),Dt(kt,void 0,void 0)],Bt.Pop),Pt[63765]=Mt(63765,"activate_palettex",void 0,[Dt(ft,"Player slot.",void 0)],Bt.Pop),Pt[63766]=Mt(63766,"enable_palettex",void 0,[Dt(ft,"Player slot.",void 0)],Bt.Pop),Pt[63767]=Mt(63767,"restore_palettex",void 0,[Dt(ft,"Player slot.",void 0)],Bt.Pop),Pt[63768]=Mt(63768,"disable_palettex",void 0,[Dt(ft,"Player slot.",void 0)],Bt.Pop),Pt[63769]=Mt(63769,"get_palettex_activated",void 0,[Dt(ft,"Player slot.",void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],Bt.Pop),Pt[63770]=Mt(63770,"get_unknown_palettex_status",void 0,[Dt(ft,void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],Bt.Pop),Pt[63771]=Mt(63771,"disable_movement2",void 0,[Dt(ft,"Player slot.",void 0)],Bt.Pop),Pt[63772]=Mt(63772,"enable_movement2",void 0,[Dt(ft,"Player slot.",void 0)],Bt.Pop),Pt[63773]=Mt(63773,"get_time_played",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63774]=Mt(63774,"get_guildcard_total",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63775]=Mt(63775,"get_slot_meseta",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63776]=Mt(63776,"get_player_level",void 0,[Dt(ft,"Player slot.",void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],Bt.Pop),Pt[63777]=Mt(63777,"get_section_id",void 0,[Dt(ft,"Player slot.",void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],Bt.Pop),Pt[63778]=Mt(63778,"get_player_hp",void 0,[Dt(ft,"Player slot.",void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,"Maximum HP.",Lt.Write),Dt(ft,"Current HP.",Lt.Write),Dt(ft,"Maximum TP.",Lt.Write),Dt(ft,"Current TP.",Lt.Write)]},void 0,void 0)],Bt.Pop),Pt[63779]=Mt(63779,"get_floor_number",void 0,[Dt(ft,"Player slot.",void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],Bt.Pop),Pt[63780]=Mt(63780,"get_coord_player_detect",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,"Player slot.",Lt.Read)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Read)]},void 0,void 0)],void 0),Pt[63781]=Mt(63781,"read_global_flag",void 0,[Dt(ft,void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],Bt.Pop),Pt[63782]=Mt(63782,"write_global_flag",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[63783]=Mt(63783,"unknown_f927",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63784]=Mt(63784,"floor_player_detect",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write),Dt(ft,void 0,Lt.Write),Dt(ft,void 0,Lt.Write),Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63785]=Mt(63785,"read_disk_file",void 0,[Dt(It,void 0,void 0)],Bt.Pop),Pt[63786]=Mt(63786,"open_pack_select",void 0,[],void 0),Pt[63787]=Mt(63787,"item_select",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63788]=Mt(63788,"get_item_id",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63789]=Mt(63789,"color_change",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[63790]=Mt(63790,"send_statistic",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[63791]=Mt(63791,"unknown_f92f",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[63792]=Mt(63792,"chat_box",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(It,void 0,void 0)],Bt.Pop),Pt[63793]=Mt(63793,"chat_bubble",void 0,[Dt(ft,void 0,void 0),Dt(It,void 0,void 0)],Bt.Pop),Pt[63794]=Mt(63794,"unknown_f932",void 0,[],void 0),Pt[63795]=Mt(63795,"unknown_f933",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63796]=Mt(63796,"scroll_text",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(mt,void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(It,void 0,void 0)],Bt.Pop),Pt[63797]=Mt(63797,"gba_unknown1",void 0,[],void 0),Pt[63798]=Mt(63798,"gba_unknown2",void 0,[],void 0),Pt[63799]=Mt(63799,"gba_unknown3",void 0,[],void 0),Pt[63800]=Mt(63800,"add_damage_to",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[63801]=Mt(63801,"item_delete3",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63802]=Mt(63802,"get_item_info",void 0,[Dt(ft,void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],Bt.Pop),Pt[63803]=Mt(63803,"item_packing1",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63804]=Mt(63804,"item_packing2",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[63805]=Mt(63805,"get_lang_setting",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(pt,void 0,Lt.Write)]},void 0,void 0)],Bt.Pop),Pt[63806]=Mt(63806,"prepare_statistic",void 0,[Dt(ft,void 0,void 0),Dt(kt,void 0,void 0),Dt(kt,void 0,void 0)],Bt.Pop),Pt[63807]=Mt(63807,"keyword_detect",void 0,[],void 0),Pt[63808]=Mt(63808,"keyword",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,"Player slot.",void 0),Dt(It,void 0,void 0)],Bt.Pop),Pt[63809]=Mt(63809,"get_guildcard_num",void 0,[Dt(ft,"Player slot.",void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],Bt.Pop),Pt[63810]=Mt(63810,"unknown_f942",void 0,[],void 0),Pt[63811]=Mt(63811,"unknown_f943",void 0,[],void 0),Pt[63812]=Mt(63812,"get_wrap_status",void 0,[Dt(ft,"Player slot.",void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],Bt.Pop),Pt[63813]=Mt(63813,"initial_floor",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63814]=Mt(63814,"sin",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[63815]=Mt(63815,"cos",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0)],Bt.Pop),Pt[63816]=Mt(63816,"unknown_f948",void 0,[],void 0),Pt[63817]=Mt(63817,"unknown_f949",void 0,[],void 0),Pt[63818]=Mt(63818,"boss_is_dead2",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63819]=Mt(63819,"unknown_f94b",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63820]=Mt(63820,"unknown_f94c",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63821]=Mt(63821,"is_there_cardbattle",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63822]=Mt(63822,"unknown_f94e",void 0,[],void 0),Pt[63823]=Mt(63823,"unknown_f94f",void 0,[],void 0),Pt[63824]=Mt(63824,"bb_p2_menu",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63825]=Mt(63825,"bb_map_designate",void 0,[Dt(gt,void 0,void 0),Dt(bt,void 0,void 0),Dt(gt,void 0,void 0),Dt(gt,void 0,void 0)],void 0));Pt[63826]=Mt(63826,"bb_get_number_in_pack",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],void 0),Pt[63827]=Mt(63827,"bb_swap_item",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0),Dt(kt,void 0,void 0)],Bt.Pop),Pt[63828]=Mt(63828,"bb_check_wrap",void 0,[Dt(ft,void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0)],Bt.Pop),Pt[63829]=Mt(63829,"bb_exchange_pd_item",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0),Dt(kt,void 0,void 0)],Bt.Pop),Pt[63830]=Mt(63830,"bb_exchange_pd_srank",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0),Dt(kt,void 0,void 0)],Bt.Pop),Pt[63831]=Mt(63831,"bb_exchange_pd_special",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0),Dt(kt,void 0,void 0)],Bt.Pop),Pt[63832]=Mt(63832,"bb_exchange_pd_percent",void 0,[Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0),Dt(kt,void 0,void 0)],Bt.Pop),Pt[63833]=Mt(63833,"unknown_f959",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63834]=Mt(63834,"unknown_f95a",void 0,[],void 0),Pt[63835]=Mt(63835,"unknown_f95b",void 0,[],void 0),Pt[63836]=Mt(63836,"bb_exchange_slt",void 0,[Dt(ft,void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(kt,void 0,void 0),Dt(kt,void 0,void 0)],Bt.Pop),Pt[63837]=Mt(63837,"bb_exchange_pc",void 0,[],void 0),Pt[63838]=Mt(63838,"bb_box_create_bp",void 0,[Dt(ft,void 0,void 0),Dt(mt,void 0,void 0),Dt(mt,void 0,void 0)],Bt.Pop),Pt[63839]=Mt(63839,"bb_exchange_pt",void 0,[Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt({kind:vt.RegTupRef,register_tuples:[Dt(ft,void 0,Lt.Write)]},void 0,void 0),Dt(ft,void 0,void 0),Dt(kt,void 0,void 0),Dt(kt,void 0,void 0)],Bt.Pop),Pt[63840]=Mt(63840,"unknown_f960",void 0,[Dt(ft,void 0,void 0)],Bt.Pop),Pt[63841]=Mt(63841,"unknown_f961",void 0,[],void 0),Pt[63842]=Mt(63842,"unknown_f962",void 0,[],void 0),Pt[63843]=Mt(63843,"unknown_f963",void 0,[],void 0),Pt[63844]=Mt(63844,"unknown_f964",void 0,[],void 0),Pt[63845]=Mt(63845,"unknown_f965",void 0,[],void 0),Pt[63846]=Mt(63846,"unknown_f966",void 0,[],void 0),Pt[63847]=Mt(63847,"unknown_f967",void 0,[],void 0),Pt[63848]=Mt(63848,"unknown_f968",void 0,[],void 0),Pt[63849]=Mt(63849,"unknown_f969",void 0,[],void 0),Pt[63850]=Mt(63850,"unknown_f96a",void 0,[],void 0),Pt[63851]=Mt(63851,"unknown_f96b",void 0,[],void 0),Pt[63852]=Mt(63852,"unknown_f96c",void 0,[],void 0),Pt[63853]=Mt(63853,"unknown_f96d",void 0,[],void 0),Pt[63854]=Mt(63854,"unknown_f96e",void 0,[],void 0),Pt[63855]=Mt(63855,"unknown_f96f",void 0,[],void 0),Pt[63856]=Mt(63856,"unknown_f970",void 0,[],void 0),Pt[63857]=Mt(63857,"unknown_f971",void 0,[],void 0),Pt[63858]=Mt(63858,"unknown_f972",void 0,[],void 0),Pt[63859]=Mt(63859,"unknown_f973",void 0,[],void 0),Pt[63860]=Mt(63860,"unknown_f974",void 0,[],void 0),Pt[63861]=Mt(63861,"unknown_f975",void 0,[],void 0),Pt[63862]=Mt(63862,"unknown_f976",void 0,[],void 0),Pt[63863]=Mt(63863,"unknown_f977",void 0,[],void 0),Pt[63864]=Mt(63864,"unknown_f978",void 0,[],void 0),Pt[63865]=Mt(63865,"unknown_f979",void 0,[],void 0),Pt[63866]=Mt(63866,"unknown_f97a",void 0,[],void 0),Pt[63867]=Mt(63867,"unknown_f97b",void 0,[],void 0),Pt[63868]=Mt(63868,"unknown_f97c",void 0,[],void 0),Pt[63869]=Mt(63869,"unknown_f97d",void 0,[],void 0),Pt[63870]=Mt(63870,"unknown_f97e",void 0,[],void 0),Pt[63871]=Mt(63871,"unknown_f97f",void 0,[],void 0),Pt[63872]=Mt(63872,"unknown_f980",void 0,[],void 0),Pt[63873]=Mt(63873,"unknown_f981",void 0,[],void 0),Pt[63874]=Mt(63874,"unknown_f982",void 0,[],void 0),Pt[63875]=Mt(63875,"unknown_f983",void 0,[],void 0),Pt[63876]=Mt(63876,"unknown_f984",void 0,[],void 0),Pt[63877]=Mt(63877,"unknown_f985",void 0,[],void 0),Pt[63878]=Mt(63878,"unknown_f986",void 0,[],void 0),Pt[63879]=Mt(63879,"unknown_f987",void 0,[],void 0),Pt[63880]=Mt(63880,"unknown_f988",void 0,[],void 0),Pt[63881]=Mt(63881,"unknown_f989",void 0,[],void 0),Pt[63882]=Mt(63882,"unknown_f98a",void 0,[],void 0),Pt[63883]=Mt(63883,"unknown_f98b",void 0,[],void 0),Pt[63884]=Mt(63884,"unknown_f98c",void 0,[],void 0),Pt[63885]=Mt(63885,"unknown_f98d",void 0,[],void 0),Pt[63886]=Mt(63886,"unknown_f98e",void 0,[],void 0),Pt[63887]=Mt(63887,"unknown_f98f",void 0,[],void 0),Pt[63888]=Mt(63888,"unknown_f990",void 0,[],void 0),Pt[63889]=Mt(63889,"unknown_f991",void 0,[],void 0),Pt[63890]=Mt(63890,"unknown_f992",void 0,[],void 0),Pt[63891]=Mt(63891,"unknown_f993",void 0,[],void 0),Pt[63892]=Mt(63892,"unknown_f994",void 0,[],void 0),Pt[63893]=Mt(63893,"unknown_f995",void 0,[],void 0),Pt[63894]=Mt(63894,"unknown_f996",void 0,[],void 0),Pt[63895]=Mt(63895,"unknown_f997",void 0,[],void 0),Pt[63896]=Mt(63896,"unknown_f998",void 0,[],void 0),Pt[63897]=Mt(63897,"unknown_f999",void 0,[],void 0),Pt[63898]=Mt(63898,"unknown_f99a",void 0,[],void 0),Pt[63899]=Mt(63899,"unknown_f99b",void 0,[],void 0),Pt[63900]=Mt(63900,"unknown_f99c",void 0,[],void 0),Pt[63901]=Mt(63901,"unknown_f99d",void 0,[],void 0),Pt[63902]=Mt(63902,"unknown_f99e",void 0,[],void 0),Pt[63903]=Mt(63903,"unknown_f99f",void 0,[],void 0),Pt[63904]=Mt(63904,"unknown_f9a0",void 0,[],void 0),Pt[63905]=Mt(63905,"unknown_f9a1",void 0,[],void 0),Pt[63906]=Mt(63906,"unknown_f9a2",void 0,[],void 0),Pt[63907]=Mt(63907,"unknown_f9a3",void 0,[],void 0),Pt[63908]=Mt(63908,"unknown_f9a4",void 0,[],void 0),Pt[63909]=Mt(63909,"unknown_f9a5",void 0,[],void 0),Pt[63910]=Mt(63910,"unknown_f9a6",void 0,[],void 0),Pt[63911]=Mt(63911,"unknown_f9a7",void 0,[],void 0),Pt[63912]=Mt(63912,"unknown_f9a8",void 0,[],void 0),Pt[63913]=Mt(63913,"unknown_f9a9",void 0,[],void 0),Pt[63914]=Mt(63914,"unknown_f9aa",void 0,[],void 0),Pt[63915]=Mt(63915,"unknown_f9ab",void 0,[],void 0),Pt[63916]=Mt(63916,"unknown_f9ac",void 0,[],void 0),Pt[63917]=Mt(63917,"unknown_f9ad",void 0,[],void 0),Pt[63918]=Mt(63918,"unknown_f9ae",void 0,[],void 0),Pt[63919]=Mt(63919,"unknown_f9af",void 0,[],void 0),Pt[63920]=Mt(63920,"unknown_f9b0",void 0,[],void 0),Pt[63921]=Mt(63921,"unknown_f9b1",void 0,[],void 0),Pt[63922]=Mt(63922,"unknown_f9b2",void 0,[],void 0),Pt[63923]=Mt(63923,"unknown_f9b3",void 0,[],void 0),Pt[63924]=Mt(63924,"unknown_f9b4",void 0,[],void 0),Pt[63925]=Mt(63925,"unknown_f9b5",void 0,[],void 0),Pt[63926]=Mt(63926,"unknown_f9b6",void 0,[],void 0),Pt[63927]=Mt(63927,"unknown_f9b7",void 0,[],void 0),Pt[63928]=Mt(63928,"unknown_f9b8",void 0,[],void 0),Pt[63929]=Mt(63929,"unknown_f9b9",void 0,[],void 0),Pt[63930]=Mt(63930,"unknown_f9ba",void 0,[],void 0),Pt[63931]=Mt(63931,"unknown_f9bb",void 0,[],void 0),Pt[63932]=Mt(63932,"unknown_f9bc",void 0,[],void 0),Pt[63933]=Mt(63933,"unknown_f9bd",void 0,[],void 0),Pt[63934]=Mt(63934,"unknown_f9be",void 0,[],void 0),Pt[63935]=Mt(63935,"unknown_f9bf",void 0,[],void 0),Pt[63936]=Mt(63936,"unknown_f9c0",void 0,[],void 0),Pt[63937]=Mt(63937,"unknown_f9c1",void 0,[],void 0),Pt[63938]=Mt(63938,"unknown_f9c2",void 0,[],void 0),Pt[63939]=Mt(63939,"unknown_f9c3",void 0,[],void 0),Pt[63940]=Mt(63940,"unknown_f9c4",void 0,[],void 0),Pt[63941]=Mt(63941,"unknown_f9c5",void 0,[],void 0),Pt[63942]=Mt(63942,"unknown_f9c6",void 0,[],void 0),Pt[63943]=Mt(63943,"unknown_f9c7",void 0,[],void 0),Pt[63944]=Mt(63944,"unknown_f9c8",void 0,[],void 0),Pt[63945]=Mt(63945,"unknown_f9c9",void 0,[],void 0),Pt[63946]=Mt(63946,"unknown_f9ca",void 0,[],void 0),Pt[63947]=Mt(63947,"unknown_f9cb",void 0,[],void 0),Pt[63948]=Mt(63948,"unknown_f9cc",void 0,[],void 0),Pt[63949]=Mt(63949,"unknown_f9cd",void 0,[],void 0),Pt[63950]=Mt(63950,"unknown_f9ce",void 0,[],void 0),Pt[63951]=Mt(63951,"unknown_f9cf",void 0,[],void 0),Pt[63952]=Mt(63952,"unknown_f9d0",void 0,[],void 0),Pt[63953]=Mt(63953,"unknown_f9d1",void 0,[],void 0),Pt[63954]=Mt(63954,"unknown_f9d2",void 0,[],void 0),Pt[63955]=Mt(63955,"unknown_f9d3",void 0,[],void 0),Pt[63956]=Mt(63956,"unknown_f9d4",void 0,[],void 0),Pt[63957]=Mt(63957,"unknown_f9d5",void 0,[],void 0),Pt[63958]=Mt(63958,"unknown_f9d6",void 0,[],void 0),Pt[63959]=Mt(63959,"unknown_f9d7",void 0,[],void 0),Pt[63960]=Mt(63960,"unknown_f9d8",void 0,[],void 0),Pt[63961]=Mt(63961,"unknown_f9d9",void 0,[],void 0),Pt[63962]=Mt(63962,"unknown_f9da",void 0,[],void 0),Pt[63963]=Mt(63963,"unknown_f9db",void 0,[],void 0),Pt[63964]=Mt(63964,"unknown_f9dc",void 0,[],void 0),Pt[63965]=Mt(63965,"unknown_f9dd",void 0,[],void 0),Pt[63966]=Mt(63966,"unknown_f9de",void 0,[],void 0),Pt[63967]=Mt(63967,"unknown_f9df",void 0,[],void 0),Pt[63968]=Mt(63968,"unknown_f9e0",void 0,[],void 0),Pt[63969]=Mt(63969,"unknown_f9e1",void 0,[],void 0),Pt[63970]=Mt(63970,"unknown_f9e2",void 0,[],void 0),Pt[63971]=Mt(63971,"unknown_f9e3",void 0,[],void 0),Pt[63972]=Mt(63972,"unknown_f9e4",void 0,[],void 0),Pt[63973]=Mt(63973,"unknown_f9e5",void 0,[],void 0),Pt[63974]=Mt(63974,"unknown_f9e6",void 0,[],void 0),Pt[63975]=Mt(63975,"unknown_f9e7",void 0,[],void 0),Pt[63976]=Mt(63976,"unknown_f9e8",void 0,[],void 0),Pt[63977]=Mt(63977,"unknown_f9e9",void 0,[],void 0),Pt[63978]=Mt(63978,"unknown_f9ea",void 0,[],void 0),Pt[63979]=Mt(63979,"unknown_f9eb",void 0,[],void 0),Pt[63980]=Mt(63980,"unknown_f9ec",void 0,[],void 0),Pt[63981]=Mt(63981,"unknown_f9ed",void 0,[],void 0),Pt[63982]=Mt(63982,"unknown_f9ee",void 0,[],void 0),Pt[63983]=Mt(63983,"unknown_f9ef",void 0,[],void 0),Pt[63984]=Mt(63984,"unknown_f9f0",void 0,[],void 0),Pt[63985]=Mt(63985,"unknown_f9f1",void 0,[],void 0),Pt[63986]=Mt(63986,"unknown_f9f2",void 0,[],void 0),Pt[63987]=Mt(63987,"unknown_f9f3",void 0,[],void 0),Pt[63988]=Mt(63988,"unknown_f9f4",void 0,[],void 0),Pt[63989]=Mt(63989,"unknown_f9f5",void 0,[],void 0),Pt[63990]=Mt(63990,"unknown_f9f6",void 0,[],void 0),Pt[63991]=Mt(63991,"unknown_f9f7",void 0,[],void 0),Pt[63992]=Mt(63992,"unknown_f9f8",void 0,[],void 0),Pt[63993]=Mt(63993,"unknown_f9f9",void 0,[],void 0),Pt[63994]=Mt(63994,"unknown_f9fa",void 0,[],void 0),Pt[63995]=Mt(63995,"unknown_f9fb",void 0,[],void 0),Pt[63996]=Mt(63996,"unknown_f9fc",void 0,[],void 0),Pt[63997]=Mt(63997,"unknown_f9fd",void 0,[],void 0),Pt[63998]=Mt(63998,"unknown_f9fe",void 0,[],void 0),Pt[63999]=Mt(63999,"unknown_f9ff",void 0,[],void 0);var Co;Pt.forEach(e=>{Et.set(e.mnemonic,e)}),function(e){e[e.DC=0]="DC",e[e.GC=1]="GC",e[e.PC=2]="PC",e[e.BB=3]="BB"}(Co||(Co={}));Co.DC,Co.GC,Co.PC,Co.BB;var So,Oo;function Lo(e){switch(e){case Co.DC:case Co.GC:return So.DC_GC;case Co.PC:return So.PC;case Co.BB:return So.BB}}function Bo(e,t,i){const o=Math.min(e.params.length,t.length),s=[];for(let i=0;iObject.assign({},e))};switch(e.type){case Oo.Instructions:return{type:Oo.Instructions,labels:t,instructions:e.instructions.map(e=>(function(e){return{opcode:e.opcode,args:e.args.map(e=>Object.assign({},e)),param_to_args:e.param_to_args.map(e=>e.map(e=>Object.assign({},e))),asm:e.asm}})(e)),asm:i};case Oo.Data:return{type:Oo.Data,labels:t,data:e.data.slice(0),asm:i};case Oo.String:return{type:Oo.String,labels:t,value:e.value,asm:i}}}!function(e){e[e.DC_GC=0]="DC_GC",e[e.PC=1]="PC",e[e.BB=2]="BB"}(So||(So={})),function(e){e[e.Instructions=0]="Instructions",e[e.Data=1]="Data",e[e.String=2]="String"}(Oo||(Oo={}));const Mo={add:(e,t)=>e+t,sub:(e,t)=>e-t,mul:(e,t)=>e*t,div:(e,t)=>e/t,idiv:(e,t)=>Math.floor(e/t),mod:(e,t)=>e%t,and:(e,t)=>e&t,or:(e,t)=>e|t,xor:(e,t)=>e^t,shl:(e,t)=>e<e>>>t};function Wo(e,t,i){if(e(t,i))return i}function qo(e){return e.slice(1)}const Fo=X.a.get("quest_editor/scripting/vm/io");class Vo{map_designate(e,t){Fo.warn(`bb_map_designate(${e}, ${t})`)}set_floor_handler(e,t){Fo.warn(`set_floor_handler(${e}, ${t})`)}window_msg(e){Fo.warn(`window_msg("${e}")`)}message(e){Fo.warn(`message("${e}")`)}add_msg(e){Fo.warn(`add_msg("${e}")`)}winend(){Fo.warn("winend")}p_dead_v3(e){return Fo.warn(`p_dead_v3(${e})`),!1}mesend(){Fo.warn("mesend")}list(e){Fo.warn(`list([${e.map(e=>`"${e}"`).join(", ")}])`)}warning(e,t){var i;Fo.warn(e+this.srcloc_to_string(null===(i=t)||void 0===i?void 0:i.source_location))}error(e,t){var i;Fo.error(e+this.srcloc_to_string(null===(i=t)||void 0===i?void 0:i.source_location))}srcloc_to_string(e){return e?` [${e.line_no}:${e.col}]`:" "}}var zo=i("bcBH");class Uo{constructor(e=Math.floor(performance.now())){this.holdrand=e}next(){const e=214013*this.holdrand+2531011>>>0;return this.holdrand=e,e>>>16&32767}}var Ao=i("NRxM");class $o extends Ao.a{constructor(e,t){super(new ArrayBuffer(e),t)}zero(){new Uint32Array(this.backing_buffer).fill(0)}}class No{constructor(e,t,i){Object(q.d)(e>=0,"seg_idx should be greater or equal to 0."),Object(q.d)(e=0,"inst_idx should be greater or equal to 0."),Object(q.d)(t=Ho)throw new Error("Argument stack: Stack overflow");this.arg_stack.write_u32_at(this.arg_stack_counter*Go,e),this.arg_stack_types[this.arg_stack_counter]=t,this.arg_stack_counter++}fetch_args(e){const t=e.instruction;if(t.opcode.stack!==Bt.Pop)return[];const i=[];t.opcode.params.length!==this.arg_stack_counter&&this.io.warning("Argument stack: Argument count mismatch.",e);for(let o=0;o0&&i.push(this.arg_stack.u8_at(n));break;default:throw new Error(`Argument stack: Unhandled parameter kind: ${vt[s.type.kind]}.`)}}return this.arg_stack_counter=0,i}check_arg_type(e,t,i){let o;switch(e){case vt.Any:o=!0;break;case vt.Byte:case vt.Word:case vt.DWord:case vt.Float:case vt.String:case vt.Pointer:o=t===e;break;case vt.Label:case vt.ILabel:case vt.ILabelVar:case vt.DLabel:case vt.SLabel:o=t===vt.Word;break;case vt.RegRef:case vt.RegTupRef:case vt.RegRefVar:o=t===vt.Byte}o||this.io.warning(`Argument stack: Argument type mismatch, expected ${vt[e]} but received ${vt[t]}.`,i)}}Qo.next_id=0;const Ko=256,Jo=4,Zo=16,es=11085568,ts=1024,is=0,os="\n",ss=X.a.get("quest_editor/scripting/vm/VirtualMachine");var ns;!function(e){e[e.Suspended=0]="Suspended",e[e.Paused=1]="Paused",e[e.WaitingVsync=2]="WaitingVsync",e[e.WaitingInput=3]="WaitingInput",e[e.WaitingSelection=4]="WaitingSelection",e[e.Halted=5]="Halted"}(ns||(ns={}));class rs{constructor(e=new Vo,t=new Uo){this.io=e,this.random=t,this.episode=n.b.I,this._object_code=[],this.label_to_seg_idx=new Map,this.registers=new $o(Ko*Jo,zo.a.Little),this.string_arg_store="",this.threads=[],this.thread_idx=0,this.window_msg_open=!1,this.set_episode_called=!1,this.list_open=!1,this.selection_reg=0,this._halted=!0,this.breakpoints=[],this.paused=!1,this.unsupported_opcodes_logged=new Set}get object_code(){return this._object_code}get halted(){return this._halted}set step_mode(e){if(null!=e){const t=this.current_thread();t&&(t.step_mode=e)}}load_object_code(e,t){this.halt(),ss.debug("Starting."),this._object_code=e,this.episode=t,this.label_to_seg_idx.clear();let i=0;for(const e of this._object_code){for(const t of e.labels)this.label_to_seg_idx.set(t,i);i++}this._halted=!1}start_thread(e,t){const i=this.get_segment_index_by_label(e),o=this._object_code[i];if(o.type!==Oo.Instructions)throw new Error(`Label ${e} points to a ${Oo[o.type]} segment, expecting ${Oo[Oo.Instructions]}.`);this.threads.push(new Qo(this.io,new No(i,0,this.object_code),t))}execute(){var e,t,i;if(this._halted)return ns.Halted;let o;try{let s=0;for(;s++<1e4;){if(this.threads.length>=1&&this.thread_idx>=this.threads.length)return ns.WaitingVsync;const s=this.current_thread();if(!s)return ns.Suspended;const n=s.current_stack_frame();o=n.instruction_pointer;const r=o.instruction;if(!this.paused)switch(s.step_mode){case Yo.BreakPoint:if(-1!==this.breakpoints.findIndex(e=>e.equals(o)))return this.paused=!0,ns.Paused;break;case Yo.Over:if(s.step_frame&&n.idx<=s.step_frame.idx&&(null===(e=r.asm)||void 0===e?void 0:e.mnemonic))return this.paused=!0,ns.Paused;break;case Yo.In:if(null===(t=r.asm)||void 0===t?void 0:t.mnemonic)return this.paused=!0,ns.Paused;break;case Yo.Out:if(s.step_frame&&n.idx=this.threads.length&&(this.thread_idx=0)}halt(){this._halted||(ss.debug("Halting."),this.registers.zero(),this.string_arg_store="",this.threads=[],this.thread_idx=0,this.window_msg_open=!1,this.set_episode_called=!1,this.list_open=!1,this.selection_reg=0,this._halted=!0,this.paused=!1,this.breakpoints.splice(0,1/0),this.unsupported_opcodes_logged.clear())}get_current_stack_frame(){var e;return null===(e=this.current_thread())||void 0===e?void 0:e.current_stack_frame()}get_instruction_pointer(){var e;return null===(e=this.get_current_stack_frame())||void 0===e?void 0:e.instruction_pointer}get_segment_index_by_label(e){if(!this.label_to_seg_idx.has(e))throw new Error(`Invalid argument: No such label ${e}.`);return this.label_to_seg_idx.get(e)}list_select(e){if(!this.list_open)throw new Error("list_select may not be called if there is no list open");this.set_register_unsigned(this.selection_reg,e)}set_breakpoint(e){-1===this.breakpoints.findIndex(t=>t.equals(e))&&this.breakpoints.push(e)}remove_breakpoint(e){const t=this.breakpoints.findIndex(t=>t.equals(e));-1!==t&&this.breakpoints.splice(t,1)}current_thread(){return this.threads[this.thread_idx]}terminate_thread(e){this.threads.splice(e,1),this.thread_idx>=e&&this.thread_idx>0&&this.thread_idx--}advance(e){const t=e.current_stack_frame();if(!t)return;const i=t.instruction_pointer.next();i?e.set_current_instruction_pointer(i):(e.pop_call_stack(),this.terminate_thread(this.thread_idx))}execute_instruction(e,t){const i=t.instruction;let o=void 0,s=!0;const r=i.args.map(e=>e.value),[a,d,c]=r;this.list_open&&(this.list_open=!1);const l=e.fetch_args(t);switch(i.opcode.code){case Wt.code:break;case qt.code:this.pop_call_stack(this.thread_idx);break;case Ft.code:o=ns.WaitingVsync,this.advance(e),this.thread_idx++,s=!1;break;case Vt.code:this.halt();break;case zt.code:this.start_thread(a);break;case Nt.code:this.set_register_signed(a,this.get_register_signed(d));break;case Gt.code:this.set_register_signed(a,d);break;case Ht.code:this.set_register_byte(a,d);break;case Yt.code:this.set_register_word(a,d);break;case Xt.code:this.set_register_unsigned(a,this.get_register_address(a));break;case bo.code:this.set_register_float(a,this.get_register_float(d));break;case fo.code:this.set_register_float(a,d);break;case Qt.code:this.set_register_signed(a,1);break;case Kt.code:this.set_register_signed(a,0);break;case Jt.code:this.set_register_signed(a,0===this.get_register_signed(a)?1:0);break;case gi.code:this.push_call_stack(e,a),s=!1;break;case pi.code:this.jump_to_label(e,a),s=!1;break;case Ni.code:e.push_arg(this.get_register_signed(a),vt.DWord);break;case Gi.code:e.push_arg(i.args[0].value,vt.DWord);break;case Hi.code:e.push_arg(i.args[0].value,vt.Byte);break;case Yi.code:e.push_arg(i.args[0].value,vt.Word);break;case Xi.code:e.push_arg(this.get_register_address(i.args[0].value),vt.DWord);break;case Ki.code:if("string"==typeof a){const t=this.parse_template_string(a);this.string_arg_store=t.slice(0,ts/2),e.push_arg(es,vt.String)}break;case Zt.code:this.do_integer_op_with_register(a,d,Mo.add);break;case ei.code:this.do_integer_op_with_literal(a,d,Mo.add);break;case ti.code:this.do_integer_op_with_register(a,d,Mo.sub);break;case ii.code:this.do_integer_op_with_literal(a,d,Mo.sub);break;case oi.code:this.do_integer_op_with_register(a,d,Mo.mul);break;case si.code:this.do_integer_op_with_literal(a,d,Mo.mul);break;case ni.code:this.do_integer_op_with_register(a,d,Mo.idiv);break;case ri.code:this.do_integer_op_with_literal(a,d,Mo.idiv);break;case hi.code:this.do_integer_op_with_register(a,d,Mo.mod);break;case vi.code:this.do_integer_op_with_literal(a,d,Mo.mod);break;case mo.code:this.do_float_op_with_register(a,d,Mo.add);break;case wo.code:this.do_float_op_with_literal(a,Math.fround(d),Mo.add);break;case ko.code:this.do_float_op_with_register(a,d,Mo.sub);break;case yo.code:this.do_float_op_with_literal(a,Math.fround(d),Mo.sub);break;case Ro.code:this.do_float_op_with_register(a,d,Mo.mul);break;case Io.code:this.do_float_op_with_literal(a,Math.fround(d),Mo.mul);break;case xo.code:this.do_float_op_with_register(a,d,Mo.div);break;case jo.code:this.do_float_op_with_literal(a,Math.fround(d),Mo.div);break;case ai.code:this.do_integer_op_with_register(a,d,Mo.and);break;case di.code:this.do_integer_op_with_literal(a,d,Mo.and);break;case ci.code:this.do_integer_op_with_register(a,d,Mo.or);break;case li.code:this.do_integer_op_with_literal(a,d,Mo.or);break;case _i.code:this.do_integer_op_with_register(a,d,Mo.xor);break;case ui.code:this.do_integer_op_with_literal(a,d,Mo.xor);break;case ho.code:this.do_integer_op_with_register(a,d,Mo.shl);break;case vo.code:this.do_integer_op_with_register(a,d,Mo.shr);break;case bi.code:this.conditional_jump(e,a,(e,t)=>e===t,1,...qo(r).map(e=>this.get_register_signed(e))),s=!1;break;case fi.code:this.conditional_jump(e,a,(e,t)=>e===t,0,...qo(r).map(e=>this.get_register_signed(e))),s=!1;break;case mi.code:this.signed_cond_jump_with_register(e,c,(e,t)=>e===t,a,d),s=!1;break;case wi.code:this.signed_cond_jump_with_literal(e,c,(e,t)=>e===t,a,d),s=!1;break;case ki.code:this.signed_cond_jump_with_register(e,c,(e,t)=>e!==t,a,d),s=!1;break;case yi.code:this.signed_cond_jump_with_literal(e,c,(e,t)=>e!==t,a,d),s=!1;break;case Ri.code:this.unsigned_cond_jump_with_register(e,c,(e,t)=>e>t,a,d),s=!1;break;case Ii.code:this.unsigned_cond_jump_with_literal(e,c,(e,t)=>e>t,a,d),s=!1;break;case xi.code:this.signed_cond_jump_with_register(e,c,(e,t)=>e>t,a,d),s=!1;break;case ji.code:this.signed_cond_jump_with_literal(e,c,(e,t)=>e>t,a,d),s=!1;break;case Ti.code:this.unsigned_cond_jump_with_register(e,c,(e,t)=>eeeee>=t,a,d),s=!1;break;case Bi.code:this.unsigned_cond_jump_with_literal(e,c,(e,t)=>e>=t,a,d),s=!1;break;case Di.code:this.signed_cond_jump_with_register(e,c,(e,t)=>e>=t,a,d),s=!1;break;case Pi.code:this.signed_cond_jump_with_literal(e,c,(e,t)=>e>=t,a,d),s=!1;break;case Ei.code:this.unsigned_cond_jump_with_register(e,c,(e,t)=>e<=t,a,d),s=!1;break;case Mi.code:this.unsigned_cond_jump_with_literal(e,c,(e,t)=>e<=t,a,d),s=!1;break;case Wi.code:this.signed_cond_jump_with_register(e,c,(e,t)=>e<=t,a,d),s=!1;break;case qi.code:this.signed_cond_jump_with_literal(e,c,(e,t)=>e<=t,a,d),s=!1;break;case zi.code:this.push_variable_stack(e,a,1);break;case Ui.code:this.pop_variable_stack(e,a,1);break;case Ai.code:this.push_variable_stack(e,a,d);break;case $i.code:this.pop_variable_stack(e,a,d);break;case Ji.code:if(!this.window_msg_open){const e=this.deref_string(l[1]).split(os);o=ns.WaitingSelection,this.list_open=!0,this.selection_reg=l[0],this.io.list(e)}break;case Zi.code:if(!this.window_msg_open){const e=this.deref_string(l[0]);o=ns.WaitingInput,this.window_msg_open=!0,this.io.window_msg(e)}break;case eo.code:if(this.window_msg_open){const e=this.deref_string(l[0]);o=ns.WaitingInput,this.io.add_msg(e)}break;case to.code:this.set_register_unsigned(a,Math.floor(Date.now()/1e3));break;case io.code:this.window_msg_open&&(this.window_msg_open=!1,this.io.winend());break;case oo.code:this.set_register_signed(l[0],this.io.p_dead_v3(l[1])?1:0);break;case no.code:this.io.set_floor_handler(l[0],l[1]);break;case ro.code:this.start_thread(a);break;case co.code:this.io.map_designate(this.get_register_signed(a),this.get_register_signed(a+2));break;case uo.code:this.io.map_designate(this.get_register_signed(a),this.get_register_signed(a+3));break;case po.code:{const e=this.get_register_signed(a),t=this.get_register_signed(a+1),i=this.random.next();let o=Math.floor(Math.fround(i/32768)*t);e>=o&&(o=e),this.set_register_signed(d,o)}break;case go.code:if(this.set_episode_called){this.io.warning("Calling set_episode more than once is not supported.",t);break}if(this.set_episode_called=!0,!this._object_code[t.seg_idx].labels.includes(is)){this.io.warning(`Calling set_episode outside of segment ${is} is not supported.`,t);break}if(function(e){switch(e){case n.b.I:return 0;case n.b.II:return 1;case n.b.IV:return 2}}(this.episode)!==a){this.io.warning("Calling set_episode with an argument that does notmatch the quest's designated episode is not supported.",t);break}break;case To.code:this.io.map_designate(a,c);break;default:this.unsupported_opcodes_logged.has(i.opcode.code)||(this.unsupported_opcodes_logged.add(i.opcode.code),this.io.warning("Unsupported instruction.",t))}return s&&this.advance(e),o}get_register_signed(e){return this.registers.i32_at(Jo*e)}set_register_signed(e,t){this.registers.write_i32_at(Jo*e,t)}get_register_unsigned(e){return this.registers.u32_at(Jo*e)}set_register_unsigned(e,t){this.registers.write_u32_at(Jo*e,t)}get_register_word(e){return this.registers.u16_at(Jo*e)}set_register_word(e,t){this.registers.write_u16_at(Jo*e,t)}get_register_byte(e){return this.registers.u8_at(Jo*e)}set_register_byte(e,t){this.registers.write_u8_at(Jo*e,t)}get_register_float(e){return this.registers.f32_at(Jo*e)}set_register_float(e,t){this.registers.write_f32_at(Jo*e,t)}do_integer_op_with_register(e,t,i){this.do_integer_op_with_literal(e,this.get_register_signed(t),i)}do_integer_op_with_literal(e,t,i){if((i===Mo.div||i===Mo.idiv)&&0===t)throw new Error("Division by zero");this.set_register_signed(e,i(this.get_register_signed(e),t))}do_float_op_with_register(e,t,i){this.do_float_op_with_literal(e,this.get_register_float(t),i)}do_float_op_with_literal(e,t,i){if((i===Mo.div||i===Mo.idiv)&&0===t)throw new Error("Division by zero");this.set_register_float(e,i(this.get_register_float(e),t))}push_call_stack(e,t){const i=this.get_segment_index_by_label(t),o=this._object_code[i];if(o.type!==Oo.Instructions)throw new Error(`Label ${t} points to a ${Oo[o.type]} segment, expecting ${Oo[Oo.Instructions]}.`);e.push_frame(new No(i,0,this.object_code))}pop_call_stack(e){this.threads[e].pop_call_stack(),0===this.threads[e].call_stack.length&&this.terminate_thread(e)}jump_to_label(e,t){e.set_current_instruction_pointer(new No(this.get_segment_index_by_label(t),0,this.object_code))}signed_cond_jump_with_register(e,t,i,o,s){this.conditional_jump(e,t,i,this.get_register_signed(o),this.get_register_signed(s))}signed_cond_jump_with_literal(e,t,i,o,s){this.conditional_jump(e,t,i,this.get_register_signed(o),s)}unsigned_cond_jump_with_register(e,t,i,o,s){this.conditional_jump(e,t,i,this.get_register_unsigned(o),this.get_register_unsigned(s))}unsigned_cond_jump_with_literal(e,t,i,o,s){this.conditional_jump(e,t,i,this.get_register_unsigned(o),s)}conditional_jump(e,t,i,...o){const s=Wo.bind(null,i);var n;void 0!==function(e,t,i){let o=t;for(const t of i){const i=e(o,t);if(void 0===i)return;o=i}return o}(s,(n=o)[0],n.slice(1))?this.jump_to_label(e,t):this.advance(e)}push_variable_stack(e,t,i){const o=t+i;if(o>Ko)throw new Error("Variable stack: Invalid register");if(e.variable_stack.length+i>Zo)throw new Error("Variable stack: Stack overflow");for(let i=t;iKo)throw new Error("Variable stack: Invalid register");if(e.variable_stack.length=t;i--)this.set_register_unsigned(i,e.variable_stack.pop())}get_register_address(e){return e*Jo}deref_string(e){if(e===es)return this.string_arg_store;if(e>0&&e``],[/^r([0-9]{1,3})$/,e=>{const t=parseInt(e);return isNaN(t)?"":this.get_register_unsigned(t).toString()}],[/^f([0-9]{1,3})$/,e=>{const t=parseInt(e);return isNaN(t)?"":this.get_register_float(t).toFixed(6)}]];let o=!1,s=-1,n=0,r=e.length;for(;n"===a){o=!1;const a=n,d=e.slice(s+1,a);let c=void 0;for(const[e,t]of i){const i=e.exec(d);if(i&&void 0!==i[1]){c=t(i[1]);break}}if(void 0===c&&(c=t[d]),void 0===c)c="";else if("function"==typeof c){const e=c();t[d]=e,c=e}e=e.slice(0,s)+c+e.slice(a+1);const l=c.length-(d.length+2);n+=l,r+=l}else"<"===a&&(o=!0,s=n);n++}return o&&(e=e.slice(0,s)),e}}i("PNEq");var as,ds=i("sv1z");!function(e){e[e.Signed=0]="Signed",e[e.Unsigned=1]="Unsigned",e[e.Word=2]="Word",e[e.Byte=3]="Byte",e[e.Float=4]="Float"}(as||(as={}));class cs extends b.a{constructor(e){super(),this.quest_runner=e,this.type_select=this.add(new ds.a({label:"Display type:",tooltip:"Select which data type register values should be displayed as.",items:[as.Signed,as.Unsigned,as.Word,as.Byte,as.Float],to_label:e=>as[e]})),this.register_getter=this.get_register_getter(as.Signed),this.hex_checkbox=this.add(new qe.a(!1,{label:"Hex",tooltip:"Display register values in hexadecimal."})),this.settings_bar=this.add(new We.a(this.type_select,this.hex_checkbox)),this.list_element=Object(u.h)({className:"quest_editor_RegistersView_list"}),this.container_element=Object(u.h)({className:"quest_editor_RegistersView_container"},this.list_element),this.element=Object(u.h)({className:"quest_editor_RegistersView"},this.settings_bar.element,this.container_element),this.type_select.selected.val=as.Signed;const t=Array(Ko);for(let e=0;e!this.quest_runner.paused.val||!this.quest_runner.running.val;this.update(i(),this.hex_checkbox.checked.val),this.disposables(this.quest_runner.running.observe(()=>this.update(i(),this.hex_checkbox.checked.val)),this.quest_runner.paused.observe(()=>this.update(i(),this.hex_checkbox.checked.val)),this.type_select.selected.observe(({value:e})=>{null!=e&&(this.register_getter=this.get_register_getter(e),this.update(i(),this.hex_checkbox.checked.val))}),this.hex_checkbox.checked.observe(e=>this.update(i(),e.value))),this.finalize_construction()}get_register_getter(e){let t;switch(e){case as.Signed:t=this.quest_runner.vm.get_register_signed;break;case as.Unsigned:t=this.quest_runner.vm.get_register_unsigned;break;case as.Word:t=this.quest_runner.vm.get_register_word;break;case as.Byte:t=this.quest_runner.vm.get_register_byte;break;case as.Float:t=this.quest_runner.vm.get_register_float}return t.bind(this.quest_runner.vm)}update(e,t){if(e){const e="??";for(let t=0;t{this.buffer_log_entry(e,t)},this.severity=this._severity,this.log=this._log.filtered(this.severity.map(e=>t=>t.severity>=e))}get_logger(e){const t=X.a.get(e);return t.handler=this.handler,t}dispose(){this.disposer.dispose()}set_severity(e){this._severity.val=e}buffer_log_entry(e,t){this.log_buffer.push(e),this.logger_name_buffer.push(t),this.add_buffered_log_entries()}add_buffered_log_entries(){null==this.adding_log_entries&&(this.adding_log_entries=requestAnimationFrame(()=>{if(this.log_buffer.length>500){const e=this.log_buffer.length-500;this.log_buffer.splice(250,e,{time:new Date,message:`...dropped ${e} messages...`,severity:ls.b.Warning,logger:_s}),this.logger_name_buffer.splice(250,e,"quest_editor/stores/LogStore")}const e=Math.min(200,this.log_buffer.length),t=this.log_buffer.splice(0,e),i=this.logger_name_buffer.splice(0,e);this._log.push(...t);for(let o=0;o2e3&&this._log.splice(0,1e3),this.adding_log_entries=void 0,this.log_buffer.length&&this.add_buffered_log_entries()}))}},hs=5;class vs extends b.a{constructor(){super(),this.element=Object(u.h)({className:"quest_editor_LogView",tabIndex:-1}),this.should_scroll_to_bottom=!0,this.scrolled=()=>{this.should_scroll_to_bottom=this.list_container.scrollTop>=this.list_container.scrollHeight-this.list_container.offsetHeight-hs},this.scroll_to_bottom=()=>{this.should_scroll_to_bottom&&this.list_container.scrollTo({top:this.list_container.scrollHeight,left:0,behavior:"auto"})},this.create_message_element=({time:e,severity:t,message:i})=>Object(u.h)({className:["quest_editor_LogView_message","quest_editor_LogView_"+ls.b[t]+"_message"].join(" ")},Object(u.h)({className:"quest_editor_LogView_message_timestamp"},Object(X.b)(e)),Object(u.h)({className:"quest_editor_LogView_message_level"},"["+ls.b[t]+"]"),Object(u.h)({className:"quest_editor_LogView_message_contents"},i)),this.list_container=Object(u.h)({className:"quest_editor_LogView_list_container"}),this.list_element=Object(u.h)({className:"quest_editor_LogView_message_list"}),this.level_filter=this.add(new ds.a({class:"quest_editor_LogView_level_filter",label:"Level:",items:ls.a,to_label:e=>ls.b[e]})),this.settings_bar=this.add(new We.a({class:"quest_editor_LogView_settings"},this.level_filter)),this.list_container.addEventListener("scroll",this.scrolled),this.disposables(Object(u.d)(this.list_element,us.log,this.create_message_element,{after:this.scroll_to_bottom}),this.level_filter.selected.observe(({value:e})=>null!=e&&us.set_severity(e)),us.severity.observe(({value:e})=>{this.level_filter.selected.val=e},{call_now:!0})),this.list_container.appendChild(this.list_element),this.element.appendChild(this.settings_bar.element),this.element.appendChild(this.list_container),this.finalize_construction()}}class ps extends te{constructor(e,t,i,o){super(Object(M.e)(void 0),t,i,o),this.quest_runner=e,this.disposer.add_all(this.quest_runner.game_state.current_area_variant.observe(this.area_variant_changed,{call_now:!0}))}get_area_variant_details(){const e=this.quest_runner.game_state;return{episode:e.episode,area_variant:e.current_area_variant.val,npcs:e.npcs,objects:e.objects}}}class gs extends re{constructor(e,t,i,o){super(e,"quest_editor_QuestRunnerRendererView",new G(o,o=>new ps(e.quest_runner,o,t,i))),this.renderer.init_camera_controls(),this.finalize_construction()}}var bs=i("nN8q");i("cl9q");class fs extends bs.a{constructor(e){super(),this.element=Object(u.h)({className:"core_ErrorWidget"}),this.children=[],this.label=this.disposable(new v.a(e,{enabled:!1})),this.element.append(this.label.element),this.finalize_construction()}}var ms=function(e,t,i,o){return new(i||(i=Promise))((function(s,n){function r(e){try{d(o.next(e))}catch(e){n(e)}}function a(e){try{d(o.throw(e))}catch(e){n(e)}}function d(e){var t;e.done?s(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const ws=X.a.get("quest_editor/gui/QuestEditorView"),ks={settings:{showPopoutIcon:!1,showMaximiseIcon:!0,showCloseIcon:!0},dimensions:{headerHeight:24},labels:{close:"Close",maximise:"Maximise",minimise:"Minimise",popout:"Open in new window"}};class ys extends b.a{constructor(e,t,i,o,s,n,r,a,d,c,l,_,h,v){super(),this.gui_store=e,this.quest_editor_ui_persister=i,this.tool_bar=o,this.element=Object(u.h)({className:"quest_editor_QuestEditorView"}),this.layout_element=Object(u.h)({className:"quest_editor_gl_container"}),this.sub_views=new Map,this.view_map=new Map([[f,{name:"quest_info",create:s}],[m,{name:"npc_counts",create:n}],[Ee,{name:"quest_renderer",create:r}],[$e,{name:"asm_editor",create:a}],[Ne,{name:"entity_info",create:d}],[Ye,{name:"npc_list_view",create:c}],[Xe,{name:"object_list_view",create:l}],[ht,{name:"events_view",create:_}]]),e.feature_active("vm")&&(this.view_map.set(gs,{name:"quest_runner",create:h}),this.view_map.set(vs,{name:"log_view",create:()=>new vs}),this.view_map.set(cs,{name:"registers_view",create:v})),this.element.append(this.tool_bar.element,this.layout_element),this.layout=this.init_golden_layout(),this.layout.then(e=>this.loaded_layout=e),this.disposables(e.on_global_keydown(Ge.b.QuestEditor,"Ctrl-Alt-D",()=>t.debug.val=!t.debug.val),t.quest_runner.running.observe(({value:e})=>ms(this,void 0,void 0,(function*(){const i=yield this.layout;if(t.quest_runner.running.val===e){const t=i.root.getItemsById(this.view_map.get(gs).name);if(e){if(0===t.length){i.root.getItemsById(this.view_map.get(Ee).name)[0].parent.addChild({id:this.view_map.get(gs).name,title:"Debug 3D View",type:"component",componentName:this.view_map.get(gs).name,isClosable:!1})}}else for(const e of t)e.remove()}})))),this.finalize_construction()}activate(){super.activate();for(const e of this.sub_views.values())e.activate()}deactivate(){for(const e of this.sub_views.values())e.deactivate();super.deactivate()}resize(e,t){super.resize(e,t);const i=Math.max(0,t-this.tool_bar.height);return this.layout_element.style.width=`${e}px`,this.layout_element.style.height=`${i}px`,this.layout.then(t=>t.updateSize(e,i)),this}dispose(){super.dispose(),this.layout.then(e=>e.destroy());for(const e of this.sub_views.values())e.dispose();this.sub_views.clear()}init_golden_layout(){return ms(this,void 0,void 0,(function*(){const e=this.get_default_layout_content();try{const t=yield this.quest_editor_ui_persister.load_layout_config(e);if(t){const e=this.attempt_gl_init(Object.assign(Object.assign({},ks),{content:t}));return ws.info("Instantiated golden layout with persisted layout."),e}}catch(e){ws.warn("Couldn't instantiate golden layout with persisted layout.",e)}return ws.info("Instantiating golden layout with default layout."),this.attempt_gl_init(Object.assign(Object.assign({},ks),{content:e}))}))}attempt_gl_init(e){const t=new s.a(e,this.layout_element),i=this;try{for(const{name:e,create:o}of this.view_map.values())t.registerComponent(e,(function(t){let s;try{s=o(),i.active&&s.activate()}catch(t){ws.error(`Couldn't instantiate "${e}".`,t),s=new fs("Something went wrong while creating this window.")}t.on("close",()=>s.dispose()),t.on("resize",()=>s.resize(t.width,t.height-4)),s.resize(t.width,t.height),i.sub_views.set(e,s),t.getElement().append(s.element)}));return t.on("stateChanged",()=>{this.quest_editor_ui_persister.persist_layout_config(t.toConfig().content)}),t.on("stackCreated",e=>{e.on("activeContentItemChanged",e=>{if("componentName"in e.config){const t=this.sub_views.get(e.config.componentName);t&&t.focus()}})}),t.init(),t}catch(e){throw t.destroy(),e}}get_default_layout_content(){return[{type:"row",content:[{type:"column",width:2,content:[{type:"stack",content:[{title:"Info",type:"component",componentName:this.view_map.get(f).name,isClosable:!1},{title:"NPC Counts",type:"component",componentName:this.view_map.get(m).name,isClosable:!1}]},{title:"Entity",type:"component",componentName:this.view_map.get(Ne).name,isClosable:!1}]},{type:"stack",width:9,content:[{id:this.view_map.get(Ee).name,title:"3D View",type:"component",componentName:this.view_map.get(Ee).name,isClosable:!1},{title:"Script",type:"component",componentName:this.view_map.get($e).name,isClosable:!1},...this.gui_store.feature_active("vm")?[{title:"Debug Log",type:"component",componentName:this.view_map.get(vs).name,isClosable:!1},{title:"Registers",type:"component",componentName:this.view_map.get(cs).name,isClosable:!1}]:[]]},{type:"stack",width:2,content:[{title:"NPCs",type:"component",componentName:this.view_map.get(Ye).name,isClosable:!1},{title:"Objects",type:"component",componentName:this.view_map.get(Xe).name,isClosable:!1},{title:"Events",type:"component",componentName:this.view_map.get(ht).name,isClosable:!1}]}]}]}}const Rs={can_redo:Object(M.e)(!1),can_undo:Object(M.e)(!1),first_redo:Object(M.e)(void 0),first_undo:Object(M.e)(void 0),make_current(){Is.current.val=this},redo:()=>!1,reset(){},undo:()=>!1};const Is=new class{constructor(){this.current=Object(M.e)(Rs),this.can_undo=this.current.flat_map(e=>e.can_undo),this.can_redo=this.current.flat_map(e=>e.can_redo),this.first_undo=this.current.flat_map(e=>e.first_undo),this.first_redo=this.current.flat_map(e=>e.first_redo)}undo(){return this.current.val.undo()}redo(){return this.current.val.redo()}make_noop_current(){Is.current.val=Rs}},xs=X.a.get("core/undo/UndoStack");class js{constructor(){this.stack=Object(M.c)(),this.index=Object(M.e)(0),this.can_undo=this.index.map(e=>e>0),this.can_redo=Object(M.d)((e,t)=>te?this.stack.get(this.index.val-1):void 0),this.first_redo=this.can_redo.map(e=>e?this.stack.get(this.index.val):void 0),this.undoing_or_redoing=!1}make_current(){Is.current.val=this}push(e){return this.undoing_or_redoing||(this.stack.splice(this.index.val,1/0,e),this.index.update(e=>e+1)),e}pop(){return this.index.update(e=>e-1),this.stack.splice(this.index.val,1)[0]}undo(){if(this.can_undo.val&&!this.undoing_or_redoing){try{this.undoing_or_redoing=!0,this.index.update(e=>e-1),this.stack.get(this.index.val).undo()}catch(e){xs.warn("Error while undoing action.",e)}finally{this.undoing_or_redoing=!1}return!0}return!1}redo(){if(this.can_redo.val&&!this.undoing_or_redoing){try{this.undoing_or_redoing=!0,this.stack.get(this.index.val).redo(),this.index.update(e=>e+1)}catch(e){xs.warn("Error while redoing action.",e)}finally{this.undoing_or_redoing=!1}return!0}return!1}reset(){this.stack.clear(),this.index.val=0}}class Ts{constructor(e){this._breakpoints=[],this.breakpoints=this._breakpoints,this.vm=e}resume(){this.vm.step_mode=Yo.BreakPoint}step_over(){this.vm.step_mode=Yo.Over}step_in(){this.vm.step_mode=Yo.In}step_out(){this.vm.step_mode=Yo.Out}set_breakpoint(e){return-1===this._breakpoints.findIndex(t=>t.line_no===e)&&(this._breakpoints.push(new Cs(e,void 0,this.vm)),!0)}remove_breakpoint(e){const t=this._breakpoints.findIndex(t=>t.line_no===e);return-1!=t&&(this._breakpoints.splice(t,1)[0].deactivate(),!0)}toggle_breakpoint(e){const t=this._breakpoints.findIndex(t=>t.line_no===e);-1==t?this._breakpoints.push(new Cs(e,void 0,this.vm)):this._breakpoints.splice(t,1)[0].deactivate()}clear_breakpoints(){for(const e of this._breakpoints.splice(0,1/0))e.deactivate()}activate_breakpoints(){for(const e of this._breakpoints)e.activate()}deactivate_breakpoints(){for(const e of this._breakpoints)e.deactivate()}}class Cs{constructor(e,t,i){this.line_no=e,this.ptr=t,this.vm=i,null==t?this.activate():this.vm.set_breakpoint(t)}get active(){return null!=this.ptr}activate(){this.ptr=this.line_no_to_inst_pointer(this.line_no),this.ptr&&this.vm.set_breakpoint(this.ptr)}deactivate(){this.ptr&&this.vm.remove_breakpoint(this.ptr)}line_no_to_inst_pointer(e){var t,i;if(!this.vm.halted)for(let o=0;oe!==Ss.Stopped),this.paused=this._state.map(e=>e===Ss.Paused),this.breakpoints=this._breakpoints,this.pause_location=this._pause_location,this.execution_loop=()=>{var e,t;let i;switch(this.animation_frame=void 0,this.vm.vsync(),this.vm.execute()){case ns.Suspended:this._state.val=Ss.Running;break;case ns.Paused:this._state.val=Ss.Paused,i=null===(t=null===(e=this.vm.get_instruction_pointer())||void 0===e?void 0:e.source_location)||void 0===t?void 0:t.line_no;break;case ns.WaitingVsync:case ns.WaitingInput:this._state.val=Ss.Running,this.schedule_frame();break;case ns.WaitingSelection:this.vm.list_select(0),this._state.val=Ss.Running,this.schedule_frame();break;case ns.Halted:this.stop()}this._pause_location.val=i,this.startup&&this._state.val===Ss.Running&&(this.startup=!1,this.run_floor_handler(this._game_state.area_variants.get(this.initial_area_id)||this.area_store.get_variant(this._game_state.episode,this.initial_area_id,0)))},this.create_vm_io=()=>{function e(e,t){const i=[e];if(t){const{instruction:e,source_location:o}=t;i.push(` [${e.opcode.mnemonic}`),o&&i.push(` ${o.line_no}:${o.col}`),i.push("]")}return i.join("")}return{map_designate:(e,t)=>{this._game_state.area_variants.set(e,this.area_store.get_variant(this._game_state.episode,e,t))},set_floor_handler:(e,t)=>{this._game_state.floor_handlers.set(e,t)},window_msg:e=>{this.logger.info(`window_msg "${e}"`)},message:e=>{this.logger.info(`message "${e}"`)},add_msg:e=>{this.logger.info(`add_msg "${e}"`)},winend:()=>{},p_dead_v3:()=>!1,mesend:()=>{},list:e=>{this.logger.info(`list "[${e}]"`)},warning:(t,i)=>{this.logger.warn(e(t,i))},error:(t,i)=>{this.logger.error(e(t.message,i))}}},this.vm=new rs(this.create_vm_io()),this.debugger=new Ts(this.vm)}get game_state(){return this._game_state}run(e){this.stop(),this.logger.info("Starting debugger."),this.startup=!0,this.initial_area_id=0,this.npcs.splice(0,this.npcs.length,...e.npcs.val),this.objects.splice(0,this.objects.length,...e.objects.val),this._game_state=new Os(e.episode),this.vm.load_object_code(e.object_code.map(Eo),this.game_state.episode),this.vm.start_thread(0),this.debugger.activate_breakpoints(),this._state.val=Ss.Running,this.schedule_frame()}resume(){this.debugger.resume(),this.schedule_frame()}step_over(){this.debugger.step_over(),this.schedule_frame()}step_into(){this.debugger.step_in(),this.schedule_frame()}step_out(){this.debugger.step_out(),this.schedule_frame()}stop(){this.running.val&&(this.logger.info("Stopping debugger."),null!=this.animation_frame&&(cancelAnimationFrame(this.animation_frame),this.animation_frame=void 0),this.vm.halt(),this.debugger.deactivate_breakpoints(),this._state.val=Ss.Stopped,this._pause_location.val=void 0,this.npcs.splice(0,this.npcs.length),this.objects.splice(0,this.objects.length),this._game_state=new Os(n.b.I))}set_breakpoint(e){const t=this.debugger.set_breakpoint(e);return this._breakpoints.splice(0,1/0,...this.debugger.breakpoints),t}remove_breakpoint(e){const t=this.debugger.remove_breakpoint(e);return this._breakpoints.splice(0,1/0,...this.debugger.breakpoints),t}toggle_breakpoint(e){this.debugger.toggle_breakpoint(e),this._breakpoints.splice(0,1/0,...this.debugger.breakpoints)}clear_breakpoints(){this.debugger.clear_breakpoints(),this._breakpoints.splice(0,1/0,...this.debugger.breakpoints)}schedule_frame(){null==this.animation_frame&&(this.animation_frame=requestAnimationFrame(this.execution_loop))}run_floor_handler(e){const t=e.area.id;this._game_state.current_area_variant.val=e,this._game_state.objects.push(...this.objects.filter(e=>e.area_id===t));const i=this._game_state.floor_handlers.get(t);null==i?this.logger.debug(`No floor handler registered for floor ${t}.`):(this.vm.start_thread(i),this.schedule_frame())}}var Bs=i("kcKQ"),Ds=function(e,t,i,o){return new(i||(i=Promise))((function(s,n){function r(e){try{d(o.next(e))}catch(e){n(e)}}function a(e){try{d(o.throw(e))}catch(e){n(e)}}function d(e){var t;e.done?s(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const Ps=X.a.get("quest_editor/gui/QuestEditorStore");class Es extends Bs.a{constructor(e,t){super(),this.area_store=t,this._current_quest=Object(M.e)(void 0),this._current_area=Object(M.e)(void 0),this._selected_wave=Object(M.e)(void 0),this._selected_entity=Object(M.e)(void 0),this.debug=Object(M.e)(!1),this.undo=new js,this.current_quest=this._current_quest,this.current_area=this._current_area,this.selected_wave=this._selected_wave,this.selected_entity=this._selected_entity,this.set_current_area=e=>{var t,i;e&&e.id!==(null===(i=null===(t=this.selected_wave.val)||void 0===t?void 0:t.area_id)||void 0===i?void 0:i.val)&&this.set_selected_wave(void 0),this._selected_entity.val=void 0,this._current_area.val=e},this.set_selected_wave=e=>{if(e){const t=this.selected_entity.val;t&&t instanceof N&&t.wave.val!==e&&this.set_selected_entity(void 0)}this._selected_wave.val=e},this.set_selected_entity=e=>{e&&this.current_quest.val&&(this._current_area.val=this.area_store.get_area(this.current_quest.val.episode,e.area_id)),this._selected_entity.val=e},this.set_section_on_quest_entity=(e,t)=>{const i=t.find(t=>t.id===e.section_id.val);i?e.set_section(i):Ps.warn(`Section ${e.section_id.val} not found.`)},this.quest_runner=new Ls(t),this.disposables(e.tool.observe(({value:e})=>{e===Ge.b.QuestEditor&&this.undo.make_current()},{call_now:!0}),this.current_quest.flat_map(e=>e?e.npcs:Object(M.e)([])).observe(({value:e})=>{const t=this.selected_entity.val;t instanceof N&&!e.includes(t)&&this.set_selected_entity(void 0)}),this.current_quest.flat_map(e=>e?e.objects:Object(M.e)([])).observe(({value:e})=>{const t=this.selected_entity.val;t instanceof pe&&!e.includes(t)&&this.set_selected_entity(void 0)}),Object(u.g)(window,"beforeunload",e=>{this.quest_runner.stop(),this.undo.can_undo.val&&(e.preventDefault(),e.returnValue=!1)}))}dispose(){this.quest_runner.stop(),super.dispose()}set_current_quest(e){return Ds(this,void 0,void 0,(function*(){if(this.undo.reset(),this.quest_runner.stop(),this._current_area.val=void 0,this._selected_entity.val=void 0,this._current_quest.val=e,e){this._current_area.val=this.area_store.get_area(e.episode,0);for(const t of e.area_variants.val){const i=yield this.area_store.get_area_sections(e.episode,t);t.set_sections(i);for(const o of e.objects.val.filter(e=>e.area_id===t.area.id))try{this.set_section_on_quest_entity(o,i)}catch(e){Ps.error(e)}for(const o of e.npcs.val.filter(e=>e.area_id===t.area.id))try{this.set_section_on_quest_entity(o,i)}catch(e){Ps.error(e)}}}}))}}var Ms,Ws,qs=i("NUmZ"),Fs=i.n(qs);!function(e){e[e.NewAssembly=0]="NewAssembly",e[e.AssemblyChange=1]="AssemblyChange",e[e.SignatureHelp=2]="SignatureHelp",e[e.Definition=3]="Definition",e[e.SettingsChange=4]="SettingsChange"}(Ms||(Ms={})),function(e){e[e.NewObjectCode=0]="NewObjectCode",e[e.SignatureHelp=1]="SignatureHelp",e[e.Definition=2]="Definition"}(Ws||(Ws={}));const Vs=new DataView(new ArrayBuffer(4));function zs(e){return Vs.setInt32(0,e),Vs.getFloat32(0)}function Us(e){return Vs.setFloat32(0,e),Vs.getInt32(0)}const As=X.a.get("quest_editor/scripting/disassembly");function $s(e,t){const i=[],o=Math.min(e.length,t.length);for(let s=0;snull!=e).map(e=>({label:e.mnemonic,kind:Hs.Function,insertText:e.mnemonic})),Xs=[{label:".code",kind:Hs.Keyword,insertText:"code"},{label:".data",kind:Hs.Keyword,insertText:"data"},{label:".string",kind:Hs.Keyword,insertText:"string"}];class Qs{constructor(e,t,i){this.can_undo=Object(M.e)(!1),this.can_redo=Object(M.e)(!1),this.action=Object(M.e)({description:e,undo:t,redo:i}),this.first_undo=Object(M.d)((e,t)=>t?e:void 0,this.action,this.can_undo),this.first_redo=Object(M.d)((e,t)=>t?e:void 0,this.action,this.can_redo)}make_current(){Is.current.val=this}undo(){return!!this.can_undo&&(this.action.val.undo(),!0)}redo(){return!!this.can_redo&&(this.action.val.redo(),!0)}reset(){this.can_undo.val=!1,this.can_redo.val=!1}}var Ks=function(e,t,i,o){return new(i||(i=Promise))((function(s,n){function r(e){try{d(o.next(e))}catch(e){n(e)}}function a(e){try{d(o.throw(e))}catch(e){n(e)}}function d(e){var t;e.done?s(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const Js=new class{constructor(){this._issues=Object(M.e)({warnings:[],errors:[]}),this.issues=this._issues,this.worker=new Fs.a,this.promises=new Map,this.message_id=0,this.process_worker_message=e=>{const t=e.data;switch(t.type){case Ws.NewObjectCode:this.quest&&(this.quest.object_code.splice(0,this.quest.object_code.length,...t.object_code),this.quest.set_map_designations(t.map_designations),this._issues.val={warnings:t.warnings,errors:t.errors});break;case Ws.SignatureHelp:{const e=this.promises.get(t.id);if(e)if(this.promises.delete(t.id),t.opcode){let i=t.opcode.mnemonic+" ";const o=[];let s=!0;for(const e of t.opcode.params){let t;switch(s?s=!1:i+=", ",e.type.kind){case vt.ILabel:t="FuncLabel";break;case vt.DLabel:t="DataLabel";break;case vt.SLabel:t="StringLabel";break;case vt.ILabelVar:t="...FuncLabel";break;case vt.RegRef:case vt.RegTupRef:t="Register";break;case vt.RegRefVar:t="...Register";break;default:t=vt[e.type.kind]}o.push({label:[i.length,i.length+t.length],documentation:e.doc}),i+=t}const n={signatures:[{label:i,documentation:t.opcode.doc,parameters:o}],activeSignature:0,activeParameter:t.active_param};e.resolve(n)}else e.resolve(void 0)}break;case Ws.Definition:{const e=this.promises.get(t.id);if(e){this.promises.delete(t.id);const i=[];null!=t.line_no&&i.push({uri:e.uri,range:{startLineNumber:t.line_no,startColumn:t.col,endLineNumber:t.line_no,endColumn:t.col+t.len}}),e.resolve(i)}}}},this.worker.onmessage=this.process_worker_message}disassemble(e,t){this.quest=e;const i=function(e,t=!1){As.trace("disassemble start");const i=[],o=[];let s=void 0;for(const r of e){let e;switch(r.type){case Oo.Instructions:e=".code";break;case Oo.Data:e=".data";break;case Oo.String:e=".string"}s!==r.type&&(s=r.type,i.length&&i.push(""),i.push(e,""));for(const e of r.labels)i.push(`${e}:`);if(r.type===Oo.Data){const e=new Uint8Array(r.data);let t=" ";for(let o=0;o4&&i.push(t)}else if(r.type===Oo.String)i.push(" "+(n=r.value,JSON.stringify(n.replace(//g,"\n"))));else{let e=!1;for(const s of r.instructions)if(s.opcode.code===Ut.code?e=!0:s.opcode.code===At.code&&(e=!1),t||e||s.opcode.stack!==Bt.Push){let e=[];s.opcode.stack===Bt.Pop?t||(e=Ns(s.opcode.params,o.splice(Math.max(0,o.length-s.opcode.params.length),s.opcode.params.length),!0)):e=Ns(s.opcode.params,$s(s.opcode.params,s.args),!1),i.push(" "+s.opcode.mnemonic+(e.length?" "+e.join(", "):""))}else o.push(...$s(s.opcode.params,s.args))}}var n;return i.length&&i.push(""),As.trace(`disassemble end, line count: ${i.length}`),i}(e.object_code,t),o={type:Ms.NewAssembly,assembly:i};return this.worker.postMessage(o),i}update_assembly(e){const t={type:Ms.AssemblyChange,changes:e.map(e=>({start_line_no:e.range.startLineNumber,start_col:e.range.startColumn,end_line_no:e.range.endLineNumber,end_col:e.range.endColumn,new_text:e.text}))};this.worker.postMessage(t)}provide_completion_items(e){return{suggestions:/^\s*([a-z][a-z0-9_=<>!]*)?$/.test(e)?Ys:/^\s*\.[a-z]+$/.test(e)?Xs:[],incomplete:!1}}provide_signature_help(e,t,i){return Gs(this,void 0,void 0,(function*(){return yield this.send_and_await_response("Signature help provision",e,e=>({type:Ms.SignatureHelp,id:e,line_no:t,col:i}))}))}provide_definition(e,t,i){return Gs(this,void 0,void 0,(function*(){return yield this.send_and_await_response("Definition provision",e,e=>({type:Ms.Definition,id:e,line_no:t,col:i}))}))}update_settings(e){const t={type:Ms.SettingsChange,settings:e};this.worker.postMessage(t)}dispose(){this.worker.terminate()}send_and_await_response(e,t,i){return Gs(this,void 0,void 0,(function*(){const o=this.message_id++;return new Promise((s,n)=>{this.promises.set(o,{uri:t,resolve:s,reject:n});const r=i(o);this.worker.postMessage(r),setTimeout(()=>{this.promises.delete(o)&&n(new Error(`${e} timed out.`))},5e3)})}))}};Me.languages.register({id:"psoasm"}),Me.languages.setMonarchTokensProvider("psoasm",{defaultToken:"invalid",tokenizer:{root:[[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,{token:"string.quote",bracket:"@open",next:"@string"}],[/r\d+/,"predefined"],[/[^\s]+:/,"tag"],[/0x[0-9a-fA-F]+/,"number.hex"],[/-?\d+(\.\d+)?(e-?\d+)?/,"number.float"],[/-?[0-9]+/,"number"],[/\.[^\s]+/,"keyword"],[/[a-z][a-z0-9_=<>!]*/,"identifier"],[/[ \t\r\n]+/,"white"],[/\/\/.*$/,"comment"],[/,/,"delimiter"]],string:[[/[^\\"]+/,"string"],[/\\(?:[n\\"])/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",bracket:"@close",next:"@pop"}]]}}),Me.languages.registerCompletionItemProvider("psoasm",{provideCompletionItems(e,t){const i=e.getValueInRange({startLineNumber:t.lineNumber,endLineNumber:t.lineNumber,startColumn:1,endColumn:t.column});return Js.provide_completion_items(i)}}),Me.languages.registerSignatureHelpProvider("psoasm",{signatureHelpTriggerCharacters:[" ",","],signatureHelpRetriggerCharacters:[", "],provideSignatureHelp(e,t){return Ks(this,void 0,void 0,(function*(){const i=yield Js.provide_signature_help(e.uri,t.lineNumber,t.column);return i&&{value:i,dispose(){}}}))}}),Me.languages.setLanguageConfiguration("psoasm",{indentationRules:{increaseIndentPattern:/^\s*\d+:/,decreaseIndentPattern:/^\s*(\d+|\.)/},autoClosingPairs:[{open:'"',close:'"'}],surroundingPairs:[{open:'"',close:'"'}],comments:{lineComment:"//"}}),Me.languages.registerDefinitionProvider("psoasm",{provideDefinition:(e,t)=>Js.provide_definition(e.uri,t.lineNumber,t.column)});class Zs extends Bs.a{constructor(e){super(),this.quest_editor_store=e,this.model_disposer=this.disposable(new a.a),this._model=Object(M.e)(void 0),this._did_undo=Object(M.a)(),this._did_redo=Object(M.a)(),this._inline_args_mode=Object(M.e)(!0),this.model=this._model,this.did_undo=this._did_undo,this.did_redo=this._did_redo,this.undo=new Qs("Text edits",()=>this._did_undo.emit({value:"asm undo"}),()=>this._did_redo.emit({value:"asm undo"})),this.inline_args_mode=this._inline_args_mode,this.has_issues=Js.issues.map(e=>e.warnings.length+e.errors.length>0),this.set_inline_args_mode=e=>{this.has_issues.val||(this._inline_args_mode.val=e,Js.update_settings({manual_stack:!this.inline_args_mode.val}),this.update_model())},this.quest_changed=()=>{this.update_model()},this.breakpoints=e.quest_runner.breakpoints,this.pause_location=e.quest_runner.pause_location,this.disposables(e.current_quest.observe(this.quest_changed,{call_now:!0}),Js.issues.observe(({value:e})=>this.update_model_markers(e),{call_now:!0}),Object(u.g)(window,"beforeunload",e=>{this.undo.can_undo.val&&(e.preventDefault(),e.returnValue=!1)}))}setup_editor_model_features(e){const t=e.getAlternativeVersionId();let i=t,o=t;this.model_disposer.add(e.onDidChangeContent(s=>{const n=e.getAlternativeVersionId();no&&(o=i)),this.undo.can_undo.val=!0),i=n,Js.update_assembly(s.changes),this.update_breakpoints(s.changes)}))}update_model_markers({warnings:e,errors:t}){const i=this.model.val;i&&Me.editor.setModelMarkers(i,"psoasm",e.map(e=>({severity:Me.MarkerSeverity.Hint,message:e.message,startLineNumber:e.line_no,endLineNumber:e.line_no,startColumn:e.col,endColumn:e.col+e.length,tags:[Me.MarkerTag.Unnecessary]})).concat(t.map(e=>({severity:Me.MarkerSeverity.Error,message:e.message,startLineNumber:e.line_no,endLineNumber:e.line_no,startColumn:e.col,endColumn:e.col+e.length}))))}update_model(){this.undo.reset(),this.model_disposer.dispose_all();const e=this.quest_editor_store.current_quest.val;if(e){const t=!this.inline_args_mode.val,i=Js.disassemble(e,t),o=this.model_disposer.add(Me.editor.createModel(i.join("\n"),"psoasm"));this.setup_editor_model_features(o),this._model.val=o}else this._model.val=void 0}update_breakpoints(e){for(const t of e){const e=[];if(""===t.text){const i=t.range.endLineNumber-t.range.startLineNumber;if(i>0){for(let o=t.range.startLineNumber+1;o<=t.range.endLineNumber;o++){const t=Math.max(o-i,1);this.quest_editor_store.quest_runner.remove_breakpoint(o)&&e.push(t)}for(const o of this.breakpoints.val)o.line_no>t.range.endLineNumber&&(this.quest_editor_store.quest_runner.remove_breakpoint(o.line_no),e.push(o.line_no-i))}}else{const i=t.text.split("\n").length-1;if(i>0)for(const o of this.breakpoints.val)o.line_no>t.range.endLineNumber&&(this.quest_editor_store.quest_runner.remove_breakpoint(o.line_no),e.push(o.line_no+i))}for(const t of e)this.quest_editor_store.quest_runner.set_breakpoint(t)}}}class en{constructor(e,t,i,o){if(!Number.isInteger(e)||e<0)throw new Error(`Expected id to be a non-negative integer, got ${e}.`);if(!t)throw new Error("name is required.");if(!o)throw new Error("area_variants is required.");this.id=e,this.name=t,this.order=i,this.area_variants=o}}class tn{constructor(e,t){if(this._sections=Object(M.c)(),this.sections=this._sections,!Number.isInteger(e)||e<0)throw new Error(`Expected id to be a non-negative integer, got ${e}.`);this.id=e,this.area=t}set_sections(e){return this._sections.val=e,this}}function on(e){return sn[e]}const sn=[];function nn(e,t,i,o){const s={id:e,name:t,order:i,area_variants:[]};for(let e=0;ethis.areas[e],this.get_area=(e,t)=>{const i=this.areas[e].find(e=>e.id===t);if(!i)throw new Error(`Area id ${t} for episode ${e} is invalid.`);return i},this.get_variant=(e,t,i)=>{const o=this.get_area(e,t).area_variants[i];if(!o)throw new Error(`Area variant id ${i} for area ${t} of episode ${n.b[e]} is invalid.`);return o},this.get_area_sections=(e,t)=>this.area_asset_loader.load_sections(e,t);for(const e of n.a)this.areas[e]=on(e).map(e=>{const t=new en(e.id,e.name,e.order,[]);for(const i of e.area_variants)t.area_variants.push(new tn(i.id,t));return t})}}function dn(e,t){e.seek_end(32);const i=e.u32(),o=e.u32();e.seek(8);const s=e.u32();return e.seek_start(i),{data_offset:s,index:t?function(e,t){const i=e.u16_array(t),o=[];let s=0;for(const t of i){s+=4*t,e.seek_start(s-4);const i=e.u32(),n=e.u32();o.push({offset:n,size:i})}return o}(e,o):[]}}var cn=i("kwt4");function ln(e,t,i){const o=[];for(let s=0;s=0){const e=new vn(n.id,Object(pn.b)(n.position),F(n.rotation.x,n.rotation.y,n.rotation.z),t);i.push(e),r.userData.section=e}}return[i,o]}class mn{constructor(e){this.http_client=e,this.disposer=new a.a,this.render_object_cache=this.disposer.add(new _n),this.collision_object_cache=this.disposer.add(new _n),this.area_sections_cache=this.disposer.add(new _n)}dispose(){this.disposer.dispose()}load_sections(e,t){const i=`${e}-${t.area.id}-${t.id}`;return this.area_sections_cache.get_or_set(i,()=>this.render_object_cache.get_or_set(i,()=>this.load_render_object(e,t)).then(e=>fn(e,t)[0]))}load_render_geometry(e,t){const i=`${e}-${t.area.id}-${t.id}`;return this.render_object_cache.get_or_set(i,()=>this.load_render_object(e,t)).then(e=>fn(e,t)[1])}load_collision_geometry(e,t){const i=`${e}-${t.area.id}-${t.id}`;return this.collision_object_cache.get_or_set(i,()=>this.get_area_asset(e,t,"collision").then(e=>(function(e){const{data_offset:t}=dn(e,!1);e.seek_start(t);const i=e.u32();e.seek_start(i);const o={meshes:[]};for(;e.bytes_left;){const t=e.position,i=e.u32();if(0===i)break;const s={vertices:[],triangles:[]};o.meshes.push(s),e.seek_start(i);const n=e.u32(),r=e.u32(),a=e.u32(),d=e.u32();e.seek_start(r);for(let t=0;t(function(e){const t=new y.Group;for(const i of e.meshes){const e=new y.Geometry;for(const{x:t,y:o,z:s}of i.vertices)e.vertices.push(new y.Vector3(t,o,s));for(const{indices:t,flags:o,normal:s}of i.triangles){const i=16&o,n=1&o,r=64&o?3:i?2:n?1:0;0!==r&&e.faces.push(new y.Face3(t[0],t[1],t[2],new y.Vector3(s.x,s.y,s.z),void 0,r))}if(e.faces.length){e.computeBoundingBox(),e.computeBoundingSphere();const i=new y.Mesh(e,gn);i.renderOrder=1,t.add(i);const o=new y.Mesh(e,bn);o.renderOrder=2,t.add(o)}}return t})(e))}load_render_object(e,t){return this.get_area_asset(e,t,"render").then(e=>(function(e){const t=[];e.seek_end(16);const{data_offset:i}=dn(e,!1);e.seek_start(i),e.seek(8);const o=e.u32();e.seek(4);const s=e.u32();for(let i=0;it.push({args:i,resolve:e,reject:o}));return 1===t.length&&function(){kn(this,void 0,void 0,(function*(){for(;t.length;){const{args:i,resolve:o,reject:s}=t[0];try{o(yield e(...i))}catch(e){s(e)}finally{t.shift()}}}))}(),o}}var Rn=function(e,t,i,o){return new(i||(i=Promise))((function(s,n){function r(e){try{d(o.next(e))}catch(e){n(e)}}function a(e){try{d(o.throw(e))}catch(e){n(e)}}function d(e){var t;e.done?s(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const In=new y.HemisphereLight(16777215,5263440,1.2),xn=new y.Scene,jn=new y.PerspectiveCamera(30,1,10,1e3),Tn=new y.Vector3(1,1,2).normalize(),Cn=1.3/Math.tan(jn.fov/180*Math.PI/2);class Sn{constructor(e,t){this.entity_asset_loader=e,this.cache=new _n,this.render_to_image=yn(e=>this.entity_asset_loader.load_geometry(e).then(t=>this.entity_asset_loader.load_textures(e).then(i=>{xn.remove(...xn.children),xn.add(In);const o=E(e,t,i);xn.add(o);const s=o.geometry.boundingSphere;return jn.position.copy(Tn),jn.position.multiplyScalar(s.radius*Cn),jn.lookAt(s.center),this.renderer.render(xn,jn),this.renderer.domElement.toDataURL()}))),this.renderer=t(),this.renderer.setSize(100,100)}dispose(){this.renderer.dispose(),this.cache.dispose()}render(e){return Rn(this,void 0,void 0,(function*(){return this.cache.get_or_set(e,()=>this.render_to_image(e))}))}}var On=i("yub1"),Ln=i("iR5r"),Bn=i("4eU9");const Dn=X.a.get("quest_editor/loading/EntityAssetLoader"),Pn=new y.CylinderBufferGeometry(3,3,20);Pn.translate(0,10,0),Pn.computeBoundingBox(),Pn.computeBoundingSphere();const En=Bn.a.resolve(Pn),Mn=[],Wn=Bn.a.resolve(Mn);class qn{constructor(e){this.http_client=e,this.disposer=new a.a,this.geom_cache=this.disposer.add(new _n),this.tex_cache=this.disposer.add(new _n),this.warm_up_caches()}dispose(){this.disposer.dispose()}load_geometry(e){return this.geom_cache.get_or_set(e,()=>Bn.a.all(function(e){switch(e){case w.Teleporter:case w.Warp:case w.BossTeleporter:case w.QuestWarp:case w.Epilogue:case w.MainRagolTeleporter:case w.PrincipalWarp:case w.TeleporterDoor:case w.EasterEgg:return[void 0,2];case w.ValentinesHeart:return[void 0,2,3];case w.ChristmasTree:return[void 0,2,3,4];case w.TwentyFirstCentury:return[void 0,2];case w.WelcomeBoard:return[void 0];case w.ForestDoor:return[void 0,2,3,4,5];case w.ForestSwitch:return[void 0,2,3];case w.LaserFence:case w.LaserSquareFence:return[void 0,2];case w.ForestLaserFenceSwitch:return[void 0,2,3];case w.Probe:return[0];case w.RandomTypeBox1:return[2];case w.BlackSlidingDoor:case w.EnergyBarrier:case w.SwitchNoneDoor:return[void 0,2];case w.EnemyBoxGrey:return[2];case w.FixedTypeBox:case w.EnemyBoxBrown:return[3];case w.LaserFenceEx:case w.LaserSquareFenceEx:return[void 0,2];case w.CavesSmashingPillar:return[void 0,3];case w.RobotRechargeStation:return[void 0,2];case w.RuinsTeleporter:return[void 0,2,3,4];case w.RuinsWarpSiteToSite:case w.RuinsSwitch:return[void 0,2];case w.RuinsPillarTrap:return[void 0,2,3,4];case w.RuinsCrystal:return[void 0,2,3];case w.FloatingRocks:return[0];case w.ItemBoxCca:return[void 0,3];case w.TeleporterEp2:case w.CCADoor:return[void 0,2];case w.SpecialBoxCCA:return[void 0,4];case w.BigCCADoor:return[void 0,2,3,4];case w.BigCCADoorSwitch:case w.LaserDetect:case w.LabCeilingWarp:return[void 0,2];case w.BigBrownRock:return[0];case w.BigBlackRocks:return[void 0];case w.BeeHive:return[void 0,0,1];default:return[void 0]}}(e).map(t=>this.load_data(e,Fn.Geometry,t).then(({url:t,data:i})=>{const o=new Ao.a(i,zo.a.Little),s=t.endsWith(".nj")?Object(cn.c)(o):Object(cn.d)(o);return s.success&&s.value.length?s.value:(Dn.warn(`Couldn't parse ${t} for ${S(e)}.`),[])}).catch(t=>(Dn.warn(`Couldn't load geometry file for ${S(e)}.`,t),[])))).then(e=>{const t=e.flat(),i=t[0];for(let e=1;ethis.load_data(e,Fn.Texture,function(e){switch(e){case w.FloatingRocks:case w.BigBrownRock:return 0;default:return}}(e)).then(({data:e})=>{const t=new Ao.a(e,zo.a.Little),i=Object(On.b)(t);return i.success?Object(Ln.a)(i.value):[]}).catch(t=>(Dn.warn(`Couldn't load texture file for ${S(e)}.`,t),Mn)))}load_data(e,t,i){const o=function e(t,i,o){const s=null==o?"":`-${o}`;if(O(t))switch(t){case I.c.Dubswitch:return`/npcs/${I.c[t]}.${i===Fn.Geometry?"xj":"xvm"}`;case I.c.Hildebear2:return e(I.c.Hildebear,i,o);case I.c.Hildeblue2:return e(I.c.Hildeblue,i,o);case I.c.RagRappy2:return e(I.c.RagRappy,i,o);case I.c.Monest2:return e(I.c.Monest,i,o);case I.c.Mothmant2:return e(I.c.Mothmant,i,o);case I.c.PoisonLily2:return e(I.c.PoisonLily,i,o);case I.c.NarLily2:return e(I.c.NarLily,i,o);case I.c.GrassAssassin2:return e(I.c.GrassAssassin,i,o);case I.c.Dimenian2:return e(I.c.Dimenian,i,o);case I.c.LaDimenian2:return e(I.c.LaDimenian,i,o);case I.c.SoDimenian2:return e(I.c.SoDimenian,i,o);case I.c.DarkBelra2:return e(I.c.DarkBelra,i,o);case I.c.SavageWolf2:return e(I.c.SavageWolf,i,o);case I.c.BarbarousWolf2:return e(I.c.BarbarousWolf,i,o);case I.c.PanArms2:return e(I.c.PanArms,i,o);case I.c.Dubchic2:return e(I.c.Dubchic,i,o);case I.c.Gilchic2:return e(I.c.Gilchic,i,o);case I.c.Garanz2:return e(I.c.Garanz,i,o);case I.c.Dubswitch2:return e(I.c.Dubswitch,i,o);case I.c.Delsaber2:return e(I.c.Delsaber,i,o);case I.c.ChaosSorcerer2:return e(I.c.ChaosSorcerer,i,o);default:return`/npcs/${I.c[t]}${s}.${i===Fn.Geometry?"nj":"xvm"}`}else{if(i!==Fn.Geometry)return`/objects/${j(t).pso_id}${s}.xvm`;switch(t){case w.EasterEgg:case w.ChristmasTree:case w.ChristmasWreath:case w.TwentyFirstCentury:case w.Sonic:case w.WelcomeBoard:case w.FloatingJellyfish:case w.RuinsSeal:case w.Dolphin:case w.Cactus:case w.BigBrownRock:case w.PoisonPlant:case w.BigBlackRocks:case w.FallingRock:case w.DesertFixedTypeBoxBreakableCrystals:case w.BeeHive:return`/objects/${j(t).pso_id}${s}.nj`;default:return`/objects/${j(t).pso_id}${s}.xj`}}}(e,t,i);return this.http_client.get(o).array_buffer().then(e=>({url:o,data:e}))}warm_up_caches(){for(const e of[I.c.Unknown,I.c.Migium,I.c.Hidoom,I.c.DeathGunner,I.c.StRappy,I.c.HalloRappy,I.c.EggRappy,I.c.Migium2,I.c.Hidoom2,I.c.Recon,w.Unknown,w.PlayerSet,w.Particle,w.LightCollision,w.EnvSound,w.FogCollision,w.EventCollision,w.CharaCollision,w.ObjRoomID,w.LensFlare,w.ScriptCollision,w.MapCollision,w.ScriptCollisionA,w.ItemLight,w.RadarCollision,w.FogCollisionSW,w.ImageBoard,w.UnknownItem29,w.UnknownItem30,w.UnknownItem31,w.MenuActivation,w.BoxDetectObject,w.SymbolChatObject,w.TouchPlateObject,w.TargetableObject,w.EffectObject,w.CountDownObject,w.UnknownItem38,w.UnknownItem39,w.UnknownItem40,w.UnknownItem41,w.TelepipeLocation,w.BGMCollision,w.Pioneer2InvisibleTouchplate,w.TempleMapDetect,w.Firework,w.MainRagolTeleporterBattleInNextArea,w.Rainbow,w.FloatingBlueLight,w.PopupTrapNoTech,w.Poison,w.EnemyTypeBoxYellow,w.EnemyTypeBoxBlue,w.EmptyTypeBoxBlue,w.FloatingSoul,w.Butterfly,w.UnknownItem400,w.CCAAreaTeleporter,w.UnknownItem523,w.WhiteBird,w.OrangeBird,w.UnknownItem529,w.UnknownItem530,w.Seagull,w.UnknownItem576,w.WarpInBarbaRayRoom,w.UnknownItem672,w.InstaWarp,w.LabInvisibleObject,w.UnknownItem700,w.Ep4LightSource,w.BreakableBrownRock,w.UnknownItem897,w.UnknownItem898,w.OozingDesertPlant,w.UnknownItem901,w.UnknownItem903,w.UnknownItem904,w.UnknownItem905,w.UnknownItem906,w.DesertPlantHasCollision,w.UnknownItem910,w.UnknownItem912,w.Heat,w.TopOfSaintMillionEgg,w.UnknownItem961])this.geom_cache.set(e,En),this.tex_cache.set(e,Wn)}}var Fn;!function(e){e[e.Geometry=0]="Geometry",e[e.Texture=1]="Texture"}(Fn||(Fn={}));var Vn=i("I7a6"),zn=i("LvDl"),Un=function(e,t,i,o){return new(i||(i=Promise))((function(s,n){function r(e){try{d(o.next(e))}catch(e){n(e)}}function a(e){try{d(o.throw(e))}catch(e){n(e)}}function d(e){var t;e.done?s(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const An="QuestEditorUiPersister.layout_config";class $n extends Vn.a{constructor(){super(...arguments),this.persist_layout_config=Object(zn.throttle)(e=>{this.persist(An,this.to_persisted_item_config(e))},500,{leading:!1,trailing:!0})}load_layout_config(e){return Un(this,void 0,void 0,(function*(){const t=yield this.load(An);if(t){const i=this.extract_components(e),o=this.sanitized_layout_config(this.from_persisted_item_config(t),i);if(o)return o}}))}sanitized_layout_config(e,t){const i=new Set,o=e.map(e=>this.sanitize_layout_child(e,t,i));if(i.size===t.size)return o.filter(e=>e)}sanitize_layout_child(e,t,i){if(!e)return;switch(e.type){case"component":{if(!("componentName"in e))return;const o=t.get(e.componentName);if(!o)return;i.add(e.componentName),e.id=o.id,e.title=o.title}break;case"stack":if(null==e.content||0===e.content.length)return}e.content&&(e.content=e.content.map(e=>this.sanitize_layout_child(e,t,i)).filter(e=>e));const o=e;return null!=o.activeItemIndex&&(null==o.content||o.activeItemIndex>=o.content.length)&&(o.activeItemIndex=void 0),e}extract_components(e,t=new Map){for(const i of e)"componentName"in i&&t.set(i.componentName,i),i.content&&this.extract_components(i.content,t);return t}to_persisted_item_config(e){return e.map(e=>({id:e.id,type:e.type,componentName:e.componentName,width:e.width,height:e.height,activeItemIndex:e.activeItemIndex,content:e.content&&this.to_persisted_item_config(e.content)}))}from_persisted_item_config(e){return e.map(e=>({id:e.id,type:e.type,componentName:e.componentName,width:e.width,height:e.height,activeItemIndex:e.activeItemIndex,content:e.content&&this.from_persisted_item_config(e.content),isClosable:"component"!==e.type&&void 0}))}}var Nn=i("6cU9"),Gn=i("iUMt");i("jkDf");class Hn extends p.a{constructor(e){super();const t=new at({text:"New quest",icon_left:u.a.NewFile,items:[n.b.I],to_label:e=>`Episode ${n.b[e]}`}),i=new Nn.a({icon_left:u.a.File,text:"Open file...",accept:".bin, .dat, .qst",multiple:!0,tooltip:"Open a quest file (Ctrl-O)"}),o=new Ke.a({text:"Save as...",icon_left:u.a.Save,tooltip:"Save this quest to new file (Ctrl-Shift-S)"}),s=new Ke.a({text:"Undo",icon_left:u.a.Undo,tooltip:Is.first_undo.map(e=>(e?`Undo "${e.description}"`:"Nothing to undo")+" (Ctrl-Z)")}),r=new Ke.a({text:"Redo",icon_left:u.a.Redo,tooltip:Is.first_redo.map(e=>(e?`Redo "${e.description}"`:"Nothing to redo")+" (Ctrl-Shift-Z)")}),a=new ds.a({items:e.areas,to_label:({label:e})=>e}),d=new Ke.a({text:"Debug",icon_left:u.a.Play,tooltip:"Debug the current quest in a virtual machine (F5)"}),l=new Ke.a({text:"Continue",icon_left:u.a.SquareArrowRight,tooltip:"Resume execution (F6)"}),_=new Ke.a({text:"Step over",icon_left:u.a.LongArrowRight,tooltip:"Execute the next line and step over any function calls (F8)"}),h=new Ke.a({text:"Step into",icon_left:u.a.LevelDown,tooltip:"Execute the next line and step inside any function calls (F7)"}),v=new Ke.a({text:"Step out",icon_left:u.a.LevelUp,tooltip:"Execute until outside of current call frame (Shift-F8)"}),p=new Ke.a({text:"Stop",icon_left:u.a.Stop,tooltip:"Stop execution (Shift-F5)"}),g=[t,i,o,s,r,a];e.vm_feature_active&&g.push(d,l,_,h,v,p),this.toolbar=this.disposable(new We.a(...g));const b=this.disposable(new c(e.filename.val,{label:"File name:"})),f=this.disposable(new ds.a({label:"Version:",items:[Co.GC,Co.BB],selected:e.version,to_label:e=>{switch(e){case Co.DC:return"Dreamcast";case Co.GC:return"GameCube";case Co.PC:return"PC";case Co.BB:return"BlueBurst"}}})),m=this.disposable(new Ke.a({text:"Save"})),w=this.disposable(new Ke.a({text:"Cancel"})),k=this.disposable(new Gn.a({title:"Save As",visible:e.save_as_dialog_visible,content:Object(u.h)({className:"quest_editor_QuestEditorToolBarView_save_as_dialog_content"},b.label.element,b.element,f.label.element,f.element),footer:[m.element,w.element]}));k.element.addEventListener("keydown",t=>{"Enter"===t.key&&e.save_as()}),this.disposables(t.chosen.observe(({value:t})=>e.create_new_quest(t)),i.files.observe(({value:t})=>e.parse_files(t)),o.onclick.observe(e.save_as_clicked),o.enabled.bind_to(e.can_save),k.ondismiss.observe(e.dismiss_save_as_dialog),b.value.bind_to(e.filename),b.value.observe(({value:t})=>e.set_filename(t)),f.selected.observe(({value:t})=>{null!=t&&e.set_version(t)}),m.onclick.observe(e.save_as),w.onclick.observe(e.dismiss_save_as_dialog),s.onclick.observe(()=>Is.undo()),s.enabled.bind_to(e.can_undo),r.onclick.observe(()=>Is.redo()),r.enabled.bind_to(e.can_redo),a.selected.bind_to(e.current_area),a.selected.observe(({value:t})=>e.set_area(t)),a.enabled.bind_to(e.can_select_area),d.onclick.observe(e.debug),d.enabled.bind_to(e.can_debug),l.onclick.observe(e.resume),l.enabled.bind_to(e.can_step),_.onclick.observe(e.step_over),_.enabled.bind_to(e.can_step),h.onclick.observe(e.step_in),h.enabled.bind_to(e.can_step),v.onclick.observe(e.step_out),v.enabled.bind_to(e.can_step),p.onclick.observe(e.stop),p.enabled.bind_to(e.can_stop)),this.finalize_construction()}get element(){return this.toolbar.element}get height(){return this.toolbar.height}}var Yn=i("mKaR");const Xn=X.a.get("quest_editor/model/QuestModel");class Qn{constructor(e,t,i,o,s,r,a,d,c,l,_,u,h,v){this.area_store=e,this._id=Object(M.e)(0),this._language=Object(M.e)(0),this._name=Object(M.e)(""),this._short_description=Object(M.e)(""),this._long_description=Object(M.e)(""),this._area_variants=Object(M.c)(),this.id=this._id,this.language=this._language,this.name=this._name,this.short_description=this._short_description,this.long_description=this._long_description,this.area_variants=this._area_variants,this.update_area_variants=()=>{const e=new Map;for(const t of this.entities_per_area.val.keys())try{e.set(t,this.area_store.get_variant(this.episode,t,0))}catch(e){Xn.warn(e)}for(const[t,i]of this.map_designations.val)try{e.set(t,this.area_store.get_variant(this.episode,t,i))}catch(e){Xn.warn(e)}this._area_variants.val=[...e.values()]},Object(n.c)(a),Object(q.f)(d,"map_designations"),Object(q.j)(c,"objs"),Object(q.j)(l,"npcs"),Object(q.f)(_,"event_dags"),Object(q.j)(u,"dat_unknowns"),Object(q.j)(h,"object_code"),Object(q.j)(v,"shop_items"),this.set_id(t),this.set_language(i),this.set_name(o),this.set_short_description(s),this.set_long_description(r),this.episode=a,this._map_designations=Object(M.e)(d),this.map_designations=this._map_designations,this._objects=Object(M.c)(void 0,...c),this.objects=this._objects,this._npcs=Object(M.c)(void 0,...l),this.npcs=this._npcs,this.event_dags=_,this.dat_unknowns=u,this.object_code=h,this.shop_items=v,this.entities_per_area=Object(M.d)((e,t)=>{const i=new Map;for(const t of e)i.set(t.area_id,(i.get(t.area_id)||0)+1);for(const e of t)i.set(e.area_id,(i.get(e.area_id)||0)+1);return i},this.npcs,this.objects),this.entities_per_area.observe(this.update_area_variants,{call_now:!0}),this.map_designations.observe(this.update_area_variants,{call_now:!0})}set_id(e){return Object(q.d)(e>=0,`id should be greater than or equal to 0, was ${e}.`),this._id.val=e,this}set_language(e){return Object(q.d)(e>=0,`language should be greater than or equal to 0, was ${e}.`),this._language.val=e,this}set_name(e){return Object(q.d)(e.length<=32,`name can't be longer than 32 characters, got "${e}".`),this._name.val=e,this}set_short_description(e){return Object(q.d)(e.length<=128,`short_description can't be longer than 128 characters, got "${e}".`),this._short_description.val=e,this}set_long_description(e){return Object(q.d)(e.length<=288,`long_description can't be longer than 288 characters, got "${e}".`),this._long_description.val=e,this}set_map_designations(e){return this._map_designations.val=e,this}add_entity(e){if(e instanceof pe)this.add_object(e);else{if(!(e instanceof N))throw new Error(`${S(e.type)} not supported.`);this.add_npc(e)}}add_object(e){this._objects.push(e)}add_npc(e){this._npcs.push(e)}remove_entity(e){if(e instanceof pe)this._objects.remove(e);else{if(!(e instanceof N))throw new Error(`${S(e.type)} not supported.`);this._npcs.remove(e)}}insert_event(e,t,i,o){const s=t.wave.area_id.val;let n=this.event_dags.get(s);n||(n=new Je(s),this.event_dags.set(s,n)),n.insert_event(e,t,i,o)}get_event_dag_or_create(e){let t=this.event_dags.get(e);return t||(t=new Je(e),this.event_dags.set(e,t)),t}add_event(e,t,i){const o=e.wave.area_id.val;let s=this.event_dags.get(o);s||(s=new Je(o),this.event_dags.set(o,s)),s.add_event(e,t,i)}remove_event(e,t){for(const e of this.npcs)e.wave.val===t.wave&&e.set_wave(void 0);e.remove_event(t)}}var Kn;!function(e){e[e.Int=0]="Int",e[e.Float=1]="Float",e[e.InvalidNumber=2]="InvalidNumber",e[e.Register=3]="Register",e[e.Label=4]="Label",e[e.CodeSection=5]="CodeSection",e[e.DataSection=6]="DataSection",e[e.StringSection=7]="StringSection",e[e.InvalidSection=8]="InvalidSection",e[e.String=9]="String",e[e.UnterminatedString=10]="UnterminatedString",e[e.Ident=11]="Ident",e[e.InvalidIdent=12]="InvalidIdent",e[e.ArgSeparator=13]="ArgSeparator"}(Kn||(Kn={}));class Jn{constructor(){this.index=0,this._mark=0}get col(){return this.index+1}tokenize_line(e){this.line=e,this.index=0,this._mark=0;const t=[];for(;this.has_next();){const e=this.peek();let i;if("/"===e){if(this.skip(),"/"===this.peek())break;this.back()}/\s/.test(e)?this.skip():(/[-\d]/.test(e)?i=this.tokenize_number_or_label():","===e?(i={type:Kn.ArgSeparator,col:this.col,len:1},this.skip()):i="."===e?this.tokenize_section():'"'===e?this.tokenize_string():"r"===e?this.tokenize_register_or_ident():this.tokenize_ident(),t.push(i))}return t}has_next(){return this.index!]*$/.test(t)?Kn.Ident:Kn.InvalidIdent;return i===Kn.Ident?{type:i,col:e,len:this.marked_len(),value:t}:{type:i,col:e,len:this.marked_len()}}}const Zn=X.a.get("quest_editor/scripting/assembly");class er{constructor(e,t){this.assembly=e,this.manual_stack=t,this.lexer=new Jn,this.section=Oo.Instructions,this.first_section_marker=!0,this.prev_line_had_label=!1}assemble(){this.line_no=1,this.object_code=[],this.warnings=[],this.errors=[],this.labels=new Set,this.section=Oo.Instructions,this.first_section_marker=!0,this.prev_line_had_label=!1;for(const e of this.assembly){if(this.tokens=this.lexer.tokenize_line(e),this.tokens.length>0){const e=this.tokens.shift();let t=!1;switch(e.type){case Kn.Label:this.parse_label(e),t=!0;break;case Kn.CodeSection:case Kn.DataSection:case Kn.StringSection:this.parse_section(e);break;case Kn.Int:this.section===Oo.Data?this.parse_bytes(e):this.add_error({col:e.col,length:e.len,message:"Unexpected token."});break;case Kn.String:this.section===Oo.String?this.parse_string(e):this.add_error({col:e.col,length:e.len,message:"Unexpected token."});break;case Kn.Ident:this.section===Oo.Instructions?this.parse_instruction(e):this.add_error({col:e.col,length:e.len,message:"Unexpected token."});break;case Kn.InvalidSection:this.add_error({col:e.col,length:e.len,message:"Invalid section type."});break;case Kn.InvalidIdent:this.add_error({col:e.col,length:e.len,message:"Invalid identifier."});break;default:this.add_error({col:e.col,length:e.len,message:"Unexpected token."})}this.prev_line_had_label=t}this.line_no++}return{object_code:this.object_code,warnings:this.warnings,errors:this.errors}}add_instruction(e,t,i,o,s,n){if(this.segment)this.segment.type===Oo.Instructions?this.segment.instructions.push(Bo(e,t,{mnemonic:o&&{line_no:this.line_no,col:o.col,len:o.len},args:s.map(e=>({line_no:this.line_no,col:e.col,len:e.len})),stack_args:n.map((e,t)=>({line_no:this.line_no,col:e.col,len:e.len,value:i[t].value}))})):Zn.error(`Line ${this.line_no}: Expected instructions segment.`);else{const e={labels:[],type:Oo.Instructions,instructions:[],asm:{labels:[]}};this.segment=e,this.object_code.push(e)}}add_bytes(e){if(this.segment)if(this.segment.type===Oo.Data){const t=new ArrayBuffer(this.segment.data.byteLength+e.length),i=new Uint8Array(t);i.set(new Uint8Array(this.segment.data)),i.set(new Uint8Array(e),this.segment.data.byteLength),this.segment.data=t}else Zn.error(`Line ${this.line_no}: Expected data segment.`);else{const t={labels:[],type:Oo.Data,data:new Uint8Array(e).buffer,asm:{labels:[]}};this.segment=t,this.object_code.push(t)}}add_string(e){if(this.segment)this.segment.type===Oo.String?this.segment.value+=e:Zn.error(`Line ${this.line_no}: Expected string segment.`);else{const t={labels:[],type:Oo.String,value:e,asm:{labels:[]}};this.segment=t,this.object_code.push(t)}}add_error({col:e,length:t,message:i}){this.errors.push({line_no:this.line_no,col:e,length:t,message:i})}add_warning({col:e,length:t,message:i}){this.warnings.push({line_no:this.line_no,col:e,length:t,message:i})}parse_label({col:e,len:t,value:i}){this.labels.has(i)&&this.add_error({col:e,length:t,message:"Duplicate label."}),this.labels.add(i);const o=this.tokens.shift(),s={line_no:this.line_no,col:e,len:t};if(this.prev_line_had_label){const e=this.object_code[this.object_code.length-1];e.labels.push(i),e.asm.labels.push(s)}switch(this.section){case Oo.Instructions:this.prev_line_had_label||(this.segment={type:Oo.Instructions,labels:[i],instructions:[],asm:{labels:[s]}},this.object_code.push(this.segment)),o&&(o.type===Kn.Ident?this.parse_instruction(o):this.add_error({col:o.col,length:o.len,message:"Expected opcode mnemonic."}));break;case Oo.Data:this.prev_line_had_label||(this.segment={type:Oo.Data,labels:[i],data:new ArrayBuffer(0),asm:{labels:[s]}},this.object_code.push(this.segment)),o&&(o.type===Kn.Int?this.parse_bytes(o):this.add_error({col:o.col,length:o.len,message:"Expected bytes."}));break;case Oo.String:this.prev_line_had_label||(this.segment={type:Oo.String,labels:[i],value:"",asm:{labels:[s]}},this.object_code.push(this.segment)),o&&(o.type===Kn.String?this.parse_string(o):this.add_error({col:o.col,length:o.len,message:"Expected a string."}))}}parse_section({type:e,col:t,len:i}){let o;switch(e){case Kn.CodeSection:o=Oo.Instructions;break;case Kn.DataSection:o=Oo.Data;break;case Kn.StringSection:o=Oo.String}this.section!==o||this.first_section_marker||this.add_warning({col:t,length:i,message:"Unnecessary section marker."}),this.section=o,this.first_section_marker=!1;const s=this.tokens.shift();s&&this.add_error({col:s.col,length:s.len,message:"Unexpected token."})}parse_instruction(e){const{col:t,len:i,value:o}=e,s=Et.get(o);if(s){const i=-1!==s.params.findIndex(e=>e.type.kind===vt.ILabelVar||e.type.kind===vt.RegRefVar),o=this.manual_stack&&s.stack===Bt.Pop?0:s.params.length;let n=0;for(const e of this.tokens)e.type!==Kn.ArgSeparator&&n++;const r=this.tokens[this.tokens.length-1],a=r?r.col+r.len-t:0,d=[],c=[];if(!i&&n!==o)return void this.add_error({col:t,length:a,message:`Expected ${o} argument${1===o?"":"s"}, got ${n}.`});if(i&&nd?this.add_error({col:s,length:n,message:`${r}-Bit integer can't be greater than ${d}.`}):i.push([{value:o},t])}parse_register(e,t){const{col:i,len:o,value:s}=e;s>255?this.add_error({col:i,length:o,message:"Invalid register reference, expected r0-r255."}):t.push([{value:s},e])}parse_bytes(e){const t=[];let i=e,o=0;for(;i.type===Kn.Int&&(i.value<0?this.add_error({col:i.col,length:i.len,message:"Unsigned 8-bit integer can't be less than 0."}):i.value>255&&this.add_error({col:i.col,length:i.len,message:"Unsigned 8-bit integer can't be greater than 255."}),t.push(i.value),o"))}}function tr(e,t){if(t===n.b.II)throw new Error("Episode II not yet supported.");if(t===n.b.IV)throw new Error("Episode IV not yet supported.");return new Qn(e,0,0,"Untitled","Created with phantasmal.world.","Created with phantasmal.world.",t,(new Map).set(0,0),[new pe(w.MenuActivation,16384,0,0,10,new y.Vector3(-16.313568115234375,3,-579.5118408203125),F(.0009587526218325454,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365279104]]),[[2,0,0,0,0,0],[0,0]]),new pe(w.MenuActivation,16385,0,0,10,new y.Vector3(-393.07318115234375,10,-12.964752197265625),F(0,0,0),new Map([["property_0",9183549615799121e-56],["property_1",1.0000011920928955],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365279264]]),[[2,0,1,0,0,0],[0,0]]),new pe(w.MenuActivation,16386,0,0,10,new y.Vector3(-458.60699462890625,10,-51.270660400390625),F(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",2],["property_4",65536],["property_5",10],["property_6",2365279424]]),[[2,0,2,0,0,0],[0,0]]),new pe(w.MenuActivation,16387,0,0,10,new y.Vector3(-430.19696044921875,10,-24.490447998046875),F(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",3],["property_4",0],["property_5",0],["property_6",2365279584]]),[[2,0,3,0,0,0],[0,0]]),new pe(w.PlayerSet,16388,0,0,10,new y.Vector3(.995330810546875,0,-37.0010986328125),F(0,4.712460886831327,0),new Map([["property_0",0],["property_1",1],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365279744]]),[[2,0,4,0,0,0],[0,0]]),new pe(w.PlayerSet,16389,0,0,10,new y.Vector3(3.0009307861328125,0,-23.99688720703125),F(0,4.859725289544806,0),new Map([["property_0",1.000000238418579],["property_1",1],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365279904]]),[[2,0,5,0,0,0],[0,0]]),new pe(w.PlayerSet,16390,0,0,10,new y.Vector3(2.0015106201171875,0,-50.00386047363281),F(0,4.565196484117848,0),new Map([["property_0",2.000002384185791],["property_1",1],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365280064]]),[[2,0,6,0,0,0],[0,0]]),new pe(w.PlayerSet,16391,0,0,10,new y.Vector3(4.9973907470703125,0,-61.99664306640625),F(0,4.368843947166543,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",65536],["property_4",10],["property_5",0],["property_6",2365280224]]),[[2,0,7,0,0,0],[0,0]]),new pe(w.MainRagolTeleporter,18264,0,0,10,new y.Vector3(132.00314331054688,1.000000238418579,-265.002197265625),F(0,.49088134237826325,0),new Map([["property_0",1.000000238418579],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365227216]]),[[0,0,87,7,0,0],[0,0]]),new pe(w.PrincipalWarp,16393,0,0,10,new y.Vector3(-228,0,-2020.99951171875),F(0,2.9452880542695796,0),new Map([["property_0",-10.000004768371582],["property_1",0],["property_2",-30.000030517578125],["property_3",0],["property_4",65536],["property_5",65536],["property_6",2365280688]]),[[2,0,9,0,0,0],[0,0]]),new pe(w.MenuActivation,16394,0,0,10,new y.Vector3(-41.000030517578125,0,42.37322998046875),F(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",4],["property_4",0],["property_5",0],["property_6",2365280992]]),[[2,0,10,0,0,0],[1,0]]),new pe(w.MenuActivation,16395,0,0,10,new y.Vector3(-479.21673583984375,8.781256675720215,-322.465576171875),F(6.28328118244177,.0009587526218325454,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",5],["property_4",0],["property_5",0],["property_6",2365281152]]),[[2,0,11,0,0,0],[0,0]]),new pe(w.PrincipalWarp,16396,0,0,10,new y.Vector3(-228,0,-351.0015869140625),F(0,0,0),new Map([["property_0",10.000006675720215],["property_1",0],["property_2",-1760.0010986328125],["property_3",32768],["property_4",0],["property_5",0],["property_6",2365281312]]),[[2,0,12,0,0,0],[0,0]]),new pe(w.TelepipeLocation,16397,0,0,10,new y.Vector3(-561.88232421875,0,-406.8829345703125),F(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365281616]]),[[2,0,13,0,0,0],[0,0]]),new pe(w.TelepipeLocation,16398,0,0,10,new y.Vector3(-547.8557739257812,0,-444.8822326660156),F(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365281808]]),[[2,0,14,0,0,0],[0,0]]),new pe(w.TelepipeLocation,16399,0,0,10,new y.Vector3(-486.441650390625,0,-497.4501647949219),F(0,0,0),new Map([["property_0",9183549615799121e-56],["property_1",1.0000011920928955],["property_2",1],["property_3",3],["property_4",0],["property_5",0],["property_6",2365282e3]]),[[2,0,15,0,0,0],[0,0]]),new pe(w.TelepipeLocation,16400,0,0,10,new y.Vector3(-522.4052734375,0,-474.1882629394531),F(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",2],["property_4",65536],["property_5",10],["property_6",2365282192]]),[[2,0,16,0,0,0],[0,0]]),new pe(w.MedicalCenterDoor,16401,0,0,10,new y.Vector3(-34.49853515625,0,-384.4951171875),F(0,5.497871034636549,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365282384]]),[[2,0,17,0,0,0],[0,0]]),new pe(w.ShopDoor,16402,0,0,10,new y.Vector3(-393.0031433105469,0,-143.49981689453125),F(0,3.141640591220885,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365282640]]),[[2,0,18,0,0,0],[0,0]]),new pe(w.MenuActivation,16403,0,0,10,new y.Vector3(-355.17462158203125,0,-43.15193176269531),F(0,0,0),new Map([["property_0",1.000000238418579],["property_1",1],["property_2",1],["property_3",6],["property_4",0],["property_5",0],["property_6",2365282896]]),[[2,0,19,0,0,0],[0,0]]),new pe(w.HuntersGuildDoor,16404,0,0,10,new y.Vector3(-43.00239562988281,0,-118.00120544433594),F(0,3.141640591220885,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283056]]),[[2,0,20,0,0,0],[0,0]]),new pe(w.TeleporterDoor,16405,0,0,10,new y.Vector3(26.000823974609375,0,-265.99810791015625),F(0,3.141640591220885,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283312]]),[[2,0,21,0,0,0],[0,0]]),new pe(w.PlayerSet,16406,0,0,10,new y.Vector3(57.81005859375,0,-268.5472412109375),F(0,4.712460886831327,0),new Map([["property_0",0],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283568]]),[[2,0,22,0,0,0],[0,0]]),new pe(w.PlayerSet,16407,0,0,10,new y.Vector3(66.769287109375,0,-252.3748779296875),F(0,4.712460886831327,0),new Map([["property_0",1.000000238418579],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283728]]),[[2,0,23,0,0,0],[0,0]]),new pe(w.PlayerSet,16408,0,0,10,new y.Vector3(67.36819458007812,0,-284.9297180175781),F(0,4.712460886831327,0),new Map([["property_0",2.000000476837158],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283888]]),[[2,0,24,0,0,0],[0,0]]),new pe(w.PlayerSet,16409,0,0,10,new y.Vector3(77.10488891601562,0,-269.2830505371094),F(0,4.712460886831327,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365284048]]),[[2,0,25,0,0,0],[0,0]])],[new N(I.c.GuildLady,29,1011.0010986328125,void 0,0,850,0,0,10,new y.Vector3(-49.0010986328125,0,50.996429443359375),F(0,2.3562304434156633,0),new y.Vector3(0,0,0),[[0,0,7,86,0,0,0,0,23,87],[128,238,223,176]]),new N(I.c.FemaleFat,4,1016.0010986328125,void 0,0,100,1,0,20,new y.Vector3(167.99769592285156,0,83.99686431884766),F(0,3.927050739026106,0),new y.Vector3(24.000009536743164,0,0),[[0,0,7,88,0,0,0,0,23,89],[128,238,232,48]]),new N(I.c.MaleDwarf,10,1015.0010986328125,void 0,0,90,1,0,20,new y.Vector3(156.0028839111328,0,-49.99967575073242),F(0,5.497871034636549,0),new y.Vector3(30.000009536743164,0,0),[[0,0,7,89,0,0,0,0,23,90],[128,238,236,176]]),new N(I.c.RedSoldier,26,1020.0010986328125,void 0,0,130,0,0,20,new y.Vector3(237.9988250732422,0,-14.0001220703125),F(0,5.497871034636549,0),new y.Vector3(0,0,0),[[0,0,7,90,0,0,0,0,23,91],[128,238,241,48]]),new N(I.c.BlueSoldier,25,1019.0010986328125,void 0,0,120,0,0,20,new y.Vector3(238.00379943847656,0,63.00413513183594),F(0,3.927050739026106,0),new y.Vector3(0,0,0),[[0,0,7,91,0,0,0,0,23,92],[128,238,245,176]]),new N(I.c.FemaleMacho,5,1014.0010986328125,void 0,0,80,1,0,20,new y.Vector3(-2.001882553100586,0,35.0036506652832),F(0,3.141640591220885,0),new y.Vector3(26.000009536743164,0,0),[[0,0,7,92,0,0,0,0,23,93],[128,238,250,48]]),new N(I.c.Scientist,30,1013.0010986328125,void 0,0,70,1,0,20,new y.Vector3(-147.0000457763672,0,-7.996537208557129),F(0,2.577127047485882,0),new y.Vector3(30.000009536743164,0,0),[[0,0,7,93,0,0,0,0,23,94],[128,238,254,176]]),new N(I.c.MaleOld,13,1012.0010986328125,void 0,0,60,1,0,20,new y.Vector3(-219.99710083007812,0,-100.0008316040039),F(0,0,0),new y.Vector3(30.000011444091797,0,0),[[0,0,7,94,0,0,0,0,23,95],[128,239,3,48]]),new N(I.c.GuildLady,29,1010.0010986328125,void 0,0,840,0,0,20,new y.Vector3(-262.5099792480469,0,-24.53999900817871),F(0,1.963525369513053,0),new y.Vector3(0,0,0),[[0,0,7,95,0,0,0,0,23,106],[128,239,100,192]]),new N(I.c.Tekker,28,1009,void 0,0,830,0,0,30,new y.Vector3(-43.70983123779297,2.5999999046325684,-52.78248596191406),F(0,.7854101478052212,0),new y.Vector3(0,0,0),[[0,0,7,97,0,0,0,0,23,98],[128,239,16,176]]),new N(I.c.MaleMacho,12,1006,void 0,0,800,0,0,30,new y.Vector3(.33990478515625,2.5999999046325684,-84.71995544433594),F(0,0,0),new y.Vector3(0,0,0),[[0,0,7,98,0,0,0,0,23,99],[128,239,21,48]]),new N(I.c.FemaleMacho,5,1008,void 0,0,820,0,0,30,new y.Vector3(43.87113952636719,2.5999996662139893,-74.80299377441406),new y.Euler(0,-.5645135437350027,0,"ZXY"),new y.Vector3(0,0,0),[[0,0,7,99,0,0,0,0,23,100],[128,239,25,176]]),new N(I.c.MaleFat,11,1007.0010986328125,void 0,0,810,0,0,30,new y.Vector3(75.88380432128906,2.5999996662139893,-42.69328308105469),new y.Euler(0,-1.0308508189943528,0,"ZXY"),new y.Vector3(0,0,0),[[0,0,7,100,0,0,0,0,23,101],[128,239,30,48]]),new N(I.c.FemaleTall,7,1021.0010986328125,void 0,0,140,1,0,30,new y.Vector3(16.003997802734375,0,5.995697021484375),new y.Euler(0,-1.1781152217078317,0,"ZXY"),new y.Vector3(22.000009536743164,0,0),[[0,0,7,101,0,0,0,0,23,102],[128,239,34,176]]),new N(I.c.Nurse,31,1017,void 0,0,860,0,0,40,new y.Vector3(.3097381591796875,3,-105.3865966796875),F(0,0,0),new y.Vector3(0,0,0),[[0,0,7,102,0,0,0,0,23,103],[128,239,39,48]]),new N(I.c.Nurse,31,1018.0010986328125,void 0,0,110,1,0,40,new y.Vector3(53.499176025390625,0,-26.496688842773438),F(0,5.497871034636549,0),new y.Vector3(18.000009536743164,0,0),[[0,0,7,103,0,0,0,0,23,104],[128,239,43,176]])],new Map,[],function(e,t=!1){Zn.trace("assemble start");const i=new er(e,t).assemble();return Zn.trace(`assemble end with ${i.warnings.length} warnings and ${i.errors.length} errors.`),i}(".code\n\n0:\n set_episode 0\n set_floor_handler 0, 150\n bb_map_designate 0, 0, 0, 0\n ret\n150:\n leti r60, 237\n leti r61, 0\n leti r62, 333\n leti r63, -15\n p_setpos 0, r60\n leti r60, 255\n leti r61, 0\n leti r62, 338\n leti r63, -43\n p_setpos 1, r60\n leti r60, 222\n leti r61, 0\n leti r62, 322\n leti r63, 25\n p_setpos 2, r60\n leti r60, 248\n leti r61, 0\n leti r62, 323\n leti r63, -20\n p_setpos 3, r60\n ret".split("\n")).object_code,[])}var ir=i("iPoI"),or=i("/Wax"),sr=i("tjEv");function nr(e){const t=new rr(e.size,e.endianness);for(;e.bytes_left;){let i=0,o=0;const s=Math.max(0,e.position-Math.min(2048,e.bytes_left));for(let t=e.position-255;t>=s;t--){let s=e.position,n=t,r=0;for(;s+3=o&&(i=t,o=r,r>=255))break}o<3?t.add_u8(e.u8()):(t.copy(i-e.position,o),e.seek(o))}return t.finalize()}class rr{constructor(e,t){this.flags=0,this.flag_bits_left=0,this.flag_offset=0,this.output=new or.a(new sr.a(e),t)}add_u8(e){this.write_control_bit(1),this.write_u8(e)}copy(e,t){e>-256&&t<=5?this.short_copy(e,t):this.long_copy(e,t)}finalize(){this.write_control_bit(0),this.write_control_bit(1),this.flags>>>=this.flag_bits_left;const e=this.output.position;return this.output.seek_start(this.flag_offset).write_u8(this.flags).seek_start(e),this.write_u8(0),this.write_u8(0),this.output.seek_start(0)}write_control_bit(e){if(0==this.flag_bits_left--){const e=this.output.position;this.output.seek_start(this.flag_offset).write_u8(this.flags).seek_start(e).write_u8(0),this.flag_offset=e,this.flag_bits_left=7}this.flags>>>=1,e&&(this.flags|=128)}write_u8(e){this.output.write_u8(e)}short_copy(e,t){t-=2,this.write_control_bit(0),this.write_control_bit(0),this.write_control_bit(t>>>1&1),this.write_control_bit(1&t),this.write_u8(255&e)}long_copy(e,t){t<=9?(this.write_control_bit(0),this.write_control_bit(1),this.write_u8(e<<3&248|t-2&7),this.write_u8(e>>5&255)):(this.write_control_bit(0),this.write_control_bit(1),this.write_u8(e<<3&248),this.write_u8(e>>5&255),this.write_u8(t-1))}}var ar=i("IMNf");const dr=X.a.get("core/data_formats/parsing/quest/bin"),cr=468,lr=920,_r=4652;const ur=X.a.get("core/data_formats/parsing/quest/dat"),hr=68,vr=72;var pr;function gr({objs:e,npcs:t,events:i,unknowns:o}){const s=new sr.a(e.length*(16+hr)+t.length*(16+vr)+o.reduce((e,t)=>e+t.total_size,0)),n=new or.a(s,zo.a.Little);!function(e,t){const i=Object(zn.groupBy)(t,e=>e.area_id),o=Object.keys(i).map(e=>parseInt(e,10)).sort((e,t)=>e-t);for(const t of o){const o=i[t],s=o.length*hr;e.write_u32(1),e.write_u32(s+16),e.write_u32(t),e.write_u32(s);for(const t of o)Object(q.d)(2===t.unknown.length,()=>`unknown should be of length 2, was ${t.unknown.length}`),e.write_u16(t.type_id),Object(q.d)(6===t.unknown[0].length,()=>`unknown[0] should be of length 6, was ${t.unknown[0].length}`),e.write_u8_array(t.unknown[0]),e.write_u16(t.id),e.write_u16(t.group_id),e.write_u16(t.section_id),Object(q.d)(2===t.unknown[1].length,()=>`unknown[1] should be of length 2, was ${t.unknown[1].length}`),e.write_u8_array(t.unknown[1]),e.write_vec3_f32(t.position),e.write_i32(Math.round(t.rotation.x/(2*Math.PI)*65535)),e.write_i32(Math.round(t.rotation.y/(2*Math.PI)*65535)),e.write_i32(Math.round(t.rotation.z/(2*Math.PI)*65535)),Object(q.d)(7===t.properties.length,()=>`properties should be of length 7, was ${t.properties.length}`),e.write_f32(t.properties[0]),e.write_f32(t.properties[1]),e.write_f32(t.properties[2]),e.write_u32(t.properties[3]),e.write_u32(t.properties[4]),e.write_u32(t.properties[5]),e.write_u32(t.properties[6])}}(n,e),function(e,t){const i=Object(zn.groupBy)(t,e=>e.area_id),o=Object.keys(i).map(e=>parseInt(e,10)).sort((e,t)=>e-t);for(const t of o){const o=i[t],s=o.length*vr;e.write_u32(2),e.write_u32(s+16),e.write_u32(t),e.write_u32(s);for(const t of o)Object(q.d)(2===t.unknown.length,()=>`unknown should be of length 2, was ${t.unknown.length}`),e.write_u16(t.type_id),Object(q.d)(10===t.unknown[0].length,()=>`unknown[0] should be of length 10, was ${t.unknown[0].length}`),e.write_u8_array(t.unknown[0]),e.write_u16(t.section_id),e.write_u16(t.wave),e.write_u32(t.wave2),e.write_vec3_f32(t.position),e.write_i32(Math.round(t.rotation.x/(2*Math.PI)*65535)),e.write_i32(Math.round(t.rotation.y/(2*Math.PI)*65535)),e.write_i32(Math.round(t.rotation.z/(2*Math.PI)*65535)),e.write_vec3_f32(t.scale),e.write_f32(t.npc_id),e.write_f32(t.script_label),e.write_u32(t.roaming),Object(q.d)(4===t.unknown[1].length,()=>`unknown[1] should be of length 4, was ${t.unknown[1].length}`),e.write_u8_array(t.unknown[1])}}(n,t),function(e,t){const i=Object(zn.groupBy)(t,e=>e.area_id),o=Object.keys(i).map(e=>parseInt(e,10)).sort((e,t)=>e-t);for(const t of o){const o=i[t];e.write_u32(3);const s=e.position;e.write_u32(0),e.write_u32(t);const n=e.position;e.write_u32(0);const r=e.position,a=r+16+20*o.length;e.size=Math.max(a,e.size),e.write_u32(a-r),e.write_u32(16),e.write_u32(o.length),e.write_u32(0);let d=0;for(const t of o){e.write_u32(t.id),e.write_u32(65536),e.write_u16(t.section_id),e.write_u16(t.wave),e.write_u16(t.delay),e.write_u16(t.unknown),e.write_u32(d);const i=e.position;e.seek_start(a+d);for(const i of t.actions)switch(e.write_u8(i.type),i.type){case pr.SpawnNpcs:e.write_u16(i.section_id),e.write_u16(i.appear_flag);break;case pr.Unlock:case pr.Lock:e.write_u16(i.door_id);break;case pr.TriggerEvent:e.write_u32(i.event_id);break;default:throw new Error(`Unknown event action type ${i.type}.`)}e.write_u8(1),d=e.position-a,e.seek_start(i)}for(e.seek_start(a+d);(e.position-a)%4!=0;)e.write_u8(255);const c=e.position;e.seek_start(s),e.write_u32(c-r+16),e.seek_start(n),e.write_u32(c-r),e.seek_start(c)}}(n,i);for(const e of o)n.write_u32(e.entity_type),n.write_u32(e.total_size),n.write_u32(e.area_id),n.write_u32(e.entities_size),n.write_u8_array(e.data);return n.write_u32(0),n.write_u32(0),n.write_u32(0),n.write_u32(0),s}function br(e,t,i){const o=Math.floor(e.size/hr);for(let s=0;s=l;){const r=e.position;let a;switch(t){case Co.DC:case Co.GC:e.seek(1),a=e.u8(),e.seek(2);break;case Co.PC:e.seek(3),a=e.u8();break;case Co.BB:e.seek(4),a=e.u32()}const d=e.string_ascii(16,!0,!0);let u=c.get(d);if(!u){const e=i.get(d);u={name:d,expected_size:null===(o=e)||void 0===o?void 0:o.size,cursor:new or.a(new sr.a((n=null===(s=e)||void 0===s?void 0:s.size,null!=n?n:10*jr)),zo.a.Little),chunk_nos:new Set},c.set(d,u)}u.chunk_nos.has(a)?kr.warn(`File chunk number ${a} of file ${d} was already encountered, overwriting previous chunk.`):u.chunk_nos.add(a);let h=e.seek(jr).u32();e.seek(-jr-4),h>jr&&(kr.warn(`Data segment size of ${h} is larger than expected maximum size, reading just ${jr} bytes.`),h=jr);const v=e.take(h),p=a*jr;if(u.cursor.size=Math.max(p+h,u.cursor.size),u.cursor.seek_start(p).write_cursor(v),e.seek(jr+_-v.size),e.position!==r+l)throw new Error(`Read ${e.position-r} file chunk message bytes instead of expected ${l}.`)}e.bytes_left&&kr.warn(`${e.bytes_left} Bytes left in file.`);for(const e of c.values()){e.cursor.seek_start(0),e.chunk_nos=new Set(Array.from(e.chunk_nos.values()).sort((e,t)=>e-t)),null!=e.expected_size&&e.cursor.size!==e.expected_size&&kr.warn(`File ${e.name} has an actual size of ${e.cursor.size} instead of the expected size ${e.expected_size}.`);const t=Math.max(e.cursor.size,null!=(r=e.expected_size)?r:0),i=Math.ceil(t/jr);for(let t=0;t[e.filename,e])))}}function Br({version:e,online:t,files:i}){let o,s;switch(e){case Co.DC:case Co.GC:case Co.PC:o=yr,s=Cr;break;case Co.BB:o=Rr,s=Or}const n=i.map(e=>o+Math.ceil(e.data.byteLength/jr)*s).reduce((e,t)=>e+t),r=new ArrayBuffer(n),a=new Ao.a(r,zo.a.Little);if(function(e,t,i,o,s){var n,r,a,d,c,l,_,u;let h,v;i===Co.BB?(h=65535,v=23):(h=255,v=31);for(const p of t)switch(Object(q.d)(null==p.id||0<=p.id&&p.id<=h,()=>`Quest ID should be between 0 and ${h}, inclusive.`),Object(q.d)(null==p.quest_name||p.quest_name.length<=v,()=>`File ${p.filename} has a quest name longer than ${v} characters (${p.quest_name}).`),Object(q.d)(p.filename.length<=15,()=>`File ${p.filename} has a filename longer than 15 characters.`),i){case Co.DC:e.write_u8(o?Ir:xr),e.write_u8(null!=(n=p.id)?n:0),e.write_u16(s),e.write_string_ascii(null!=(r=p.quest_name)?r:p.filename,32),e.write_u8(0),e.write_u8(0),e.write_u8(0),e.write_string_ascii(p.filename,16),e.write_u8(0),e.write_u32(p.data.byteLength);break;case Co.GC:e.write_u8(o?Ir:xr),e.write_u8(null!=(a=p.id)?a:0),e.write_u16(s),e.write_string_ascii(null!=(d=p.quest_name)?d:p.filename,32),e.write_u32(0),e.write_string_ascii(p.filename,16),e.write_u32(p.data.byteLength);break;case Co.PC:e.write_u16(s),e.write_u8(o?Ir:xr),e.write_u8(null!=(c=p.id)?c:0),e.write_string_ascii(null!=(l=p.quest_name)?l:p.filename,32),e.write_u32(0),e.write_string_ascii(p.filename,16),e.write_u32(p.data.byteLength);break;case Co.BB:e.write_u16(s),e.write_u16(o?Ir:xr),e.write_u16(null!=(_=p.id)?_:0);for(let t=0;t<38;t++)e.write_u8(0);e.write_string_ascii(p.filename,16),e.write_u32(p.data.byteLength),e.write_string_ascii(null!=(u=p.quest_name)?u:p.filename,24)}}(a,i,e,t,o),function(e,t,i){const o=t.map(e=>({no:0,data:new Ao.a(e.data,zo.a.Little),name:e.filename}));let s=0;for(;s0}var Pr;!function(e){e[e.None=0]="None",e[e.Return=1]="Return",e[e.Jump=2]="Jump",e[e.ConditionalJump=3]="ConditionalJump",e[e.Call=4]="Call"}(Pr||(Pr={}));class Er{constructor(e,t,i,o,s){this.from=[],this.to=[],this.segment=e,this.start=t,this.end=i,this.branch_type=o,this.branch_labels=s}link_to(e){this.to.includes(e)||(this.to.push(e),e.from.push(this))}index_of_instruction(e){const t=this.segment.instructions.indexOf(e,this.start);return te.value);break;case gi.code:case $t.code:a=Pr.Call,d=[r.args[0].value];break;case Vi.code:a=Pr.Call,d=r.args.slice(1).map(e=>e.value);break;default:if(n===i-1){a=Pr.None,d=[];break}continue}const c=new Er(t,o,n+1,a,d);for(let t=c.start;t{let e=0,t=NaN;return{next:()=>{let i=!0;return ethis.intervals[e].end?(e++,ee+t.end-t.start+1,0)}get(e){for(const{start:t,end:i}of this.intervals){const o=i-t+1;if(ethis.intervals[o].start;)e.end=this.intervals[o].end,o++;this.intervals.splice(t+1,o-t-1),e.end=Math.max(e.end,i.end),t++;continue e}t++}this.intervals.push(i)}return this}to_array(){const e=[];for(const{start:t,end:i}of this.intervals)for(let o=t;o<=i;o++)e.push(o);return e}}const Vr=X.a.get("core/data_formats/asm/data_flow_analysis/register_value"),zr=St,Ur=Ot;Math.pow(2,32);function Ar(e,t,i){const o=e.get_block_for_instruction(t);return o?function e(t,i,o,s,n){if(++t.iterations>100)return Vr.warn("Too many iterations."),(new Fr).set_interval(zr,Ur);for(let r=s-1;r>=o.start;r--){const s=o.segment.instructions[r],a=s.args;switch(s.opcode.code){case Nt.code:if(a[0].value===n)return e(t,new Set(i),o,r,a[1].value);break;case Gt.code:case Ht.code:case Yt.code:case lo.code:if(a[0].value===n)return(new Fr).set_value(a[1].value);break;case Qt.code:if(a[0].value===n)return(new Fr).set_value(1);break;case Kt.code:if(a[0].value===n)return(new Fr).set_value(0);break;case Jt.code:if(a[0].value===n){const s=e(t,new Set(i),o,r,n),a=s.size();return 0===a||1===a&&0===s.get(0)?(new Fr).set_value(1):s.has(0)?(new Fr).set_interval(0,1):(new Fr).set_value(0)}break;case ei.code:if(a[0].value===n){return e(t,new Set(i),o,r,n).scalar_add(a[1].value)}break;case ii.code:if(a[0].value===n){return e(t,new Set(i),o,r,n).scalar_sub(a[1].value)}break;case si.code:if(a[0].value===n){return e(t,new Set(i),o,r,n).scalar_mul(a[1].value)}break;case ri.code:if(a[0].value===n){return e(t,new Set(i),o,r,n).scalar_div(a[1].value)}break;case so.code:if(a[0].value===n)return(new Fr).set_interval(0,1);break;case ao.code:if(a[0].value===n)return(new Fr).set_interval(0,2);break;case _o.code:if(a[0].value===n)return(new Fr).set_interval(0,3);break;case po.code:if(a[1].value===n){const s=e(t,new Set(i),o,r,a[0].value).min()||0,n=Math.max(e(t,new Set(i),o,r,a[0].value+1).max()||0,s+1);return(new Fr).set_interval(s,n-1)}break;case Ai.code:case $i.code:{const e=a[0].value,t=a[0].value+a[1].value;if(e<=n&&n100)return Nr.warn("Too many iterations."),(new Fr).set_interval(Gr,Hr);for(let e=s-1;e>=o.start;e--){const i=o.segment.instructions[e];if(i.opcode.stack===Bt.Pop){n+=i.opcode.params.length;continue}const s=i.args;switch(i.opcode.code){case Ni.code:if(0===n)return Ar(t.cfg,i,s[0].value);n--;break;case Gi.code:case Hi.code:case Yi.code:if(0===n)return(new Fr).set_value(s[0].value);n--;break;case Xi.code:case Qi.code:case Ki.code:if(0===n)return(new Fr).set_interval(Gr,Hr);n--}}const r=new Fr;i.add(o);for(const s of o.from){if(i.has(s)){r.set_interval(Gr,Hr);break}r.union(e(t,new Set(i),s,s.end,n))}return r}(new Xr(e),new Set,o,o.index_of_instruction(t),i):new Fr}class Xr{constructor(e){this.cfg=e,this.iterations=0}}const Qr=X.a.get("core/data_formats/parsing/quest/object_code"),Kr=[];function Jr(e,t,i,o,s){return function(e,t,i,o,s){const n=new Map;!function(e,t,i,o,s,n){let r;do{r=o.size;for(const[r,a]of i)ea(o,t,e,r,a,s,n);const a=[...o.entries()].filter(([,e])=>e.type===Oo.Instructions).sort(([e],[t])=>e-t).map(([,e])=>e),d=Mr.create(a);i=new Map;for(const e of a)for(const t of e.instructions)for(let e=0;er)}(e,t,i.reduce((e,t)=>e.set(t,Oo.Instructions),new Map),n,o,s);const r=[];let a=0;for(;aa){s=e.offset;break}}if(e.seek_start(a),ta(n,e,s,o||[]),i=n.get(a),s<=a){Qr.error(`Next offset ${s} was smaller than or equal to current offset ${a}.`);break}if(!i){Qr.error(`Couldn't create segment for offset ${a}.`);break}}switch(r.push(i),i.type){case Oo.Instructions:for(const e of i.instructions)a+=Do(e,s);break;case Oo.Data:a+=i.data.byteLength;break;case Oo.String:a+=4*Math.ceil((i.value.length+1)/2);break;default:throw new Error(`${Oo[i.type]} not implemented.`)}}for(const{label:e,offset:i}of t.labels){const t=n.get(i);t?t.labels.includes(e)||(t.labels.push(e),t.labels.sort((e,t)=>e-t)):Qr.warn(`Label ${e} with offset ${i} does not point to anything.`)}if(e.size!==a){const t=`Expected to parse ${e.size} bytes but parsed ${a} instead.`;if(!o)throw new Error(t);Qr.error(t)}return r}(new Ao.a(e,zo.a.Little),new oa(t),i,o,s)}function Zr(e,t,i,o,s){if(i.opcode.stack===Bt.Pop){const n=Yr(e,i,i.opcode.params.length-o-1);if(n.size()<=10)for(const e of n){const i=t.get(e);(null==i||Kr[s]>Kr[i])&&t.set(e,s)}}else{const e=i.args[o].value,n=t.get(e);(null==n||Kr[s]>Kr[n])&&t.set(e,s)}}function ea(e,t,i,o,s,n,r){try{const a=t.get_info(o);if(null==a)return void Qr.warn(`Label ${o} is not registered in the label table.`);const d=e.get(a.offset);let c;if(d){if(d.labels.includes(o)||(d.labels.push(o),d.labels.sort((e,t)=>e-t)),!(Kr[s]>Kr[d.type]))return;c=d.labels}else c=[o];const l=a.next?a.next.offset:i.size;switch(i.seek_start(a.offset),s){case Oo.Instructions:!function(e,t,i,o,s,n,r,a){const d=[],c={type:Oo.Instructions,labels:s,instructions:d,asm:{labels:[]}};e.set(i.position,c);for(;i.position=0;e--){const t=d[e].opcode;if(t.code===qt.code||t.code===pi.code){o=!1;break}}o&&ea(e,t,i,n,Oo.Instructions,r,a)}}(e,t,i,l,c,a.next&&a.next.label,n,r);break;case Oo.Data:ta(e,i,l,c);break;case Oo.String:!function(e,t,i,o,s){const n=t.position,r={type:Oo.String,labels:o,value:s===So.DC_GC?t.string_ascii(i-n,!0,!0):t.string_utf16(i-n,!0,!0),asm:{labels:[]}};e.set(n,r)}(e,i,l,c,r);break;default:throw new Error(`Segment type ${Oo[s]} not implemented.`)}}catch(e){if(!n)throw e;Qr.error("Couldn't fully parse object code segment.",e)}}function ta(e,t,i,o){const s=t.position,n={type:Oo.Data,labels:o,data:t.array_buffer(i-s),asm:{labels:[]}};e.set(s,n)}function ia(e,t,i){const o=[];if(t.stack!==Bt.Pop)for(const s of t.params)switch(s.type.kind){case vt.Byte:o.push(Po(e.u8()));break;case vt.Word:o.push(Po(e.u16()));break;case vt.DWord:o.push(Po(e.i32()));break;case vt.Float:o.push(Po(e.f32()));break;case vt.Label:case vt.ILabel:case vt.DLabel:case vt.SLabel:o.push(Po(e.u16()));break;case vt.String:{const t=Math.min(4096,e.bytes_left);o.push(Po(i===So.DC_GC?e.string_ascii(t,!0,!1):e.string_utf16(t,!0,!1)))}break;case vt.ILabelVar:{const t=e.u8();o.push(...e.u16_array(t).map(e=>Po(e)))}break;case vt.RegRef:case vt.RegTupRef:o.push(Po(e.u8()));break;case vt.RegRefVar:{const t=e.u8();o.push(...e.u8_array(t).map(e=>Po(e)))}break;default:throw new Error(`Parameter type ${vt[s.type.kind]} not implemented.`)}return o}Kr[Oo.Instructions]=2,Kr[Oo.String]=1,Kr[Oo.Data]=0;class oa{constructor(e){this.labels=[],this.label_map=new Map,this.offset_map=new Map;for(let t=0;te.offset-t.offset||e.label-t.label);for(let e=0;et.offset));e++)i=void 0;return{offset:t.offset,next:i}}}const sa=X.a.get("core/data_formats/asm/data_flow_analysis/map_designations");const na=X.a.get("core/data_formats/parsing/quest");function ra(e,t,i=!1){const o=Object(ar.a)(e),{bin:s,format:r}=function(e){const t=e.u32(),i=e.u32(),o=e.u32();let s,n,r,a,d,c,l;switch(e.seek(4),t){case cr:s=So.DC_GC;break;case _r:s=So.BB;break;default:s=So.PC}s===So.DC_GC?(e.seek(1),r=e.u8(),n=e.u16(),a=e.string_ascii(32,!0,!0),d=e.string_ascii(128,!0,!0),c=e.string_ascii(288,!0,!0)):(n=e.u32(),r=e.u32(),a=e.string_utf16(64,!0,!0),d=e.string_utf16(256,!0,!0),c=e.string_utf16(576,!0,!0)),o!==e.size&&dr.warn(`Value ${o} in bin size field does not match actual size ${e.size}.`),s===So.BB?(e.seek(4),l=e.u32_array(932)):l=[];const _=Math.floor((e.size-i)/4),u=e.seek_start(i).i32_array(_);return{bin:{quest_id:n,language:r,quest_name:a,short_description:d,long_description:c,object_code:e.seek_start(t).array_buffer(i-t),label_offsets:u,shop_items:l},format:s}}(o),a=function(e){const t=[],i=[],o=[],s=[];for(;e.bytes_left;){const n=e.u32(),r=e.u32(),a=e.u32(),d=e.u32();if(0===n)break;{if(d!==r-16)throw Error(`Malformed DAT file. Expected an entities size of ${r-16}, got ${d}.`);const c=e.take(d);1===n?br(c,a,t):2===n?fr(c,a,i):3===n?mr(c,a,o):s.push({entity_type:n,total_size:r,area_id:a,entities_size:d,data:e.u8_array(d)}),c.bytes_left&&ur.warn(`Read ${c.position} bytes instead of expected ${c.size} for entity type ${n}.`)}}return{objs:t,npcs:i,events:o,unknowns:s}}(Object(ar.a)(t)),d=a.objs.map(e=>{const t=function(e){switch(e){default:return w.Unknown;case 0:return w.PlayerSet;case 1:return w.Particle;case 2:return w.Teleporter;case 3:return w.Warp;case 4:return w.LightCollision;case 5:return w.Item;case 6:return w.EnvSound;case 7:return w.FogCollision;case 8:return w.EventCollision;case 9:return w.CharaCollision;case 10:return w.ElementalTrap;case 11:return w.StatusTrap;case 12:return w.HealTrap;case 13:return w.LargeElementalTrap;case 14:return w.ObjRoomID;case 15:return w.Sensor;case 16:return w.UnknownItem16;case 17:return w.LensFlare;case 18:return w.ScriptCollision;case 19:return w.HealRing;case 20:return w.MapCollision;case 21:return w.ScriptCollisionA;case 22:return w.ItemLight;case 23:return w.RadarCollision;case 24:return w.FogCollisionSW;case 25:return w.BossTeleporter;case 26:return w.ImageBoard;case 27:return w.QuestWarp;case 28:return w.Epilogue;case 29:return w.UnknownItem29;case 30:return w.UnknownItem30;case 31:return w.UnknownItem31;case 32:return w.BoxDetectObject;case 33:return w.SymbolChatObject;case 34:return w.TouchPlateObject;case 35:return w.TargetableObject;case 36:return w.EffectObject;case 37:return w.CountDownObject;case 38:return w.UnknownItem38;case 39:return w.UnknownItem39;case 40:return w.UnknownItem40;case 41:return w.UnknownItem41;case 64:return w.MenuActivation;case 65:return w.TelepipeLocation;case 66:return w.BGMCollision;case 67:return w.MainRagolTeleporter;case 68:return w.LobbyTeleporter;case 69:return w.PrincipalWarp;case 70:return w.ShopDoor;case 71:return w.HuntersGuildDoor;case 72:return w.TeleporterDoor;case 73:return w.MedicalCenterDoor;case 74:return w.Elevator;case 75:return w.EasterEgg;case 76:return w.ValentinesHeart;case 77:return w.ChristmasTree;case 78:return w.ChristmasWreath;case 79:return w.HalloweenPumpkin;case 80:return w.TwentyFirstCentury;case 81:return w.Sonic;case 82:return w.WelcomeBoard;case 83:return w.Firework;case 84:return w.LobbyScreenDoor;case 85:return w.MainRagolTeleporterBattleInNextArea;case 86:return w.LabTeleporterDoor;case 87:return w.Pioneer2InvisibleTouchplate;case 128:return w.ForestDoor;case 129:return w.ForestSwitch;case 130:return w.LaserFence;case 131:return w.LaserSquareFence;case 132:return w.ForestLaserFenceSwitch;case 133:return w.LightRays;case 134:return w.BlueButterfly;case 135:return w.Probe;case 136:return w.RandomTypeBox1;case 137:return w.ForestWeatherStation;case 138:return w.Battery;case 139:return w.ForestConsole;case 140:return w.BlackSlidingDoor;case 141:return w.RicoMessagePod;case 142:return w.EnergyBarrier;case 143:return w.ForestRisingBridge;case 144:return w.SwitchNoneDoor;case 145:return w.EnemyBoxGrey;case 146:return w.FixedTypeBox;case 147:return w.EnemyBoxBrown;case 149:return w.EmptyTypeBox;case 150:return w.LaserFenceEx;case 151:return w.LaserSquareFenceEx;case 192:return w.FloorPanel1;case 193:return w.Caves4ButtonDoor;case 194:return w.CavesNormalDoor;case 195:return w.CavesSmashingPillar;case 196:return w.CavesSign1;case 197:return w.CavesSign2;case 198:return w.CavesSign3;case 199:return w.HexagonalTank;case 200:return w.BrownPlatform;case 201:return w.WarningLightObject;case 203:return w.Rainbow;case 204:return w.FloatingJellyfish;case 205:return w.FloatingDragonfly;case 206:return w.CavesSwitchDoor;case 207:return w.RobotRechargeStation;case 208:return w.CavesCakeShop;case 209:return w.Caves1SmallRedRock;case 210:return w.Caves1MediumRedRock;case 211:return w.Caves1LargeRedRock;case 212:return w.Caves2SmallRock1;case 213:return w.Caves2MediumRock1;case 214:return w.Caves2LargeRock1;case 215:return w.Caves2SmallRock2;case 216:return w.Caves2MediumRock2;case 217:return w.Caves2LargeRock2;case 218:return w.Caves3SmallRock;case 219:return w.Caves3MediumRock;case 220:return w.Caves3LargeRock;case 222:return w.FloorPanel2;case 223:return w.DestructableRockCaves1;case 224:return w.DestructableRockCaves2;case 225:return w.DestructableRockCaves3;case 256:return w.MinesDoor;case 257:return w.FloorPanel3;case 258:return w.MinesSwitchDoor;case 259:return w.LargeCryoTube;case 260:return w.ComputerLikeCalus;case 261:return w.GreenScreenOpeningAndClosing;case 262:return w.FloatingRobot;case 263:return w.FloatingBlueLight;case 264:return w.SelfDestructingObject1;case 265:return w.SelfDestructingObject2;case 266:return w.SelfDestructingObject3;case 267:return w.SparkMachine;case 268:return w.MinesLargeFlashingCrate;case 304:return w.RuinsSeal;case 320:return w.RuinsTeleporter;case 321:return w.RuinsWarpSiteToSite;case 322:return w.RuinsSwitch;case 323:return w.FloorPanel4;case 324:return w.Ruins1Door;case 325:return w.Ruins3Door;case 326:return w.Ruins2Door;case 327:return w.Ruins11ButtonDoor;case 328:return w.Ruins21ButtonDoor;case 329:return w.Ruins31ButtonDoor;case 330:return w.Ruins4ButtonDoor;case 331:return w.Ruins2ButtonDoor;case 332:return w.RuinsSensor;case 333:return w.RuinsFenceSwitch;case 334:return w.RuinsLaserFence4x2;case 335:return w.RuinsLaserFence6x2;case 336:return w.RuinsLaserFence4x4;case 337:return w.RuinsLaserFence6x4;case 338:return w.RuinsPoisonBlob;case 339:return w.RuinsPillarTrap;case 340:return w.PopupTrapNoTech;case 341:return w.RuinsCrystal;case 342:return w.Monument;case 345:return w.RuinsRock1;case 346:return w.RuinsRock2;case 347:return w.RuinsRock3;case 348:return w.RuinsRock4;case 349:return w.RuinsRock5;case 350:return w.RuinsRock6;case 351:return w.RuinsRock7;case 352:return w.Poison;case 353:return w.FixedBoxTypeRuins;case 354:return w.RandomBoxTypeRuins;case 355:return w.EnemyTypeBoxYellow;case 356:return w.EnemyTypeBoxBlue;case 357:return w.EmptyTypeBoxBlue;case 358:return w.DestructableRock;case 359:return w.PopupTrapsTechs;case 368:return w.FlyingWhiteBird;case 369:return w.Tower;case 370:return w.FloatingRocks;case 371:return w.FloatingSoul;case 372:return w.Butterfly;case 384:return w.LobbyGameMenu;case 385:return w.LobbyWarpObject;case 386:return w.Lobby1EventObjectDefaultTree;case 387:return w.UnknownItem387;case 388:return w.UnknownItem388;case 389:return w.UnknownItem389;case 390:return w.LobbyEventObjectStaticPumpkin;case 391:return w.LobbyEventObject3ChristmasWindows;case 392:return w.LobbyEventObjectRedAndWhiteCurtain;case 393:return w.UnknownItem393;case 394:return w.UnknownItem394;case 395:return w.LobbyFishTank;case 396:return w.LobbyEventObjectButterflies;case 400:return w.UnknownItem400;case 401:return w.GreyWallLow;case 402:return w.SpaceshipDoor;case 403:return w.GreyWallHigh;case 416:return w.TempleNormalDoor;case 417:return w.BreakableWallWallButUnbreakable;case 418:return w.BrokenCylinderAndRubble;case 419:return w.ThreeBrokenWallPiecesOnFloor;case 420:return w.HighBrickCylinder;case 421:return w.LyingCylinder;case 422:return w.BrickConeWithFlatTop;case 423:return w.BreakableTempleWall;case 424:return w.TempleMapDetect;case 425:return w.SmallBrownBrickRisingBridge;case 426:return w.LongRisingBridgeWithPinkHighEdges;case 427:return w.FourSwitchTempleDoor;case 448:return w.FourButtonSpaceshipDoor;case 512:return w.ItemBoxCca;case 513:return w.TeleporterEp2;case 514:return w.CCADoor;case 515:return w.SpecialBoxCCA;case 516:return w.BigCCADoor;case 517:return w.BigCCADoorSwitch;case 518:return w.LittleRock;case 519:return w.Little3StoneWall;case 520:return w.Medium3StoneWall;case 521:return w.SpiderPlant;case 522:return w.CCAAreaTeleporter;case 523:return w.UnknownItem523;case 524:return w.WhiteBird;case 525:return w.OrangeBird;case 527:return w.Saw;case 528:return w.LaserDetect;case 529:return w.UnknownItem529;case 530:return w.UnknownItem530;case 531:return w.Seagull;case 544:return w.Fish;case 545:return w.SeabedDoorWithBlueEdges;case 546:return w.SeabedDoorAlwaysOpenNonTriggerable;case 547:return w.LittleCryotube;case 548:return w.WideGlassWallBreakable;case 549:return w.BlueFloatingRobot;case 550:return w.RedFloatingRobot;case 551:return w.Dolphin;case 552:return w.CaptureTrap;case 553:return w.VRLink;case 576:return w.UnknownItem576;case 640:return w.WarpInBarbaRayRoom;case 672:return w.UnknownItem672;case 688:return w.GeeNest;case 689:return w.LabComputerConsole;case 690:return w.LabComputerConsoleGreenScreen;case 691:return w.ChairYellowPillow;case 692:return w.OrangeWallWithHoleInMiddle;case 693:return w.GreyWallWithHoleInMiddle;case 694:return w.LongTable;case 695:return w.GBAStation;case 696:return w.TalkLinkToSupport;case 697:return w.InstaWarp;case 698:return w.LabInvisibleObject;case 699:return w.LabGlassWindowDoor;case 700:return w.UnknownItem700;case 701:return w.LabCeilingWarp;case 768:return w.Ep4LightSource;case 769:return w.Cactus;case 770:return w.BigBrownRock;case 771:return w.BreakableBrownRock;case 832:return w.UnknownItem832;case 833:return w.UnknownItem833;case 896:return w.PoisonPlant;case 897:return w.UnknownItem897;case 898:return w.UnknownItem898;case 899:return w.OozingDesertPlant;case 901:return w.UnknownItem901;case 902:return w.BigBlackRocks;case 903:return w.UnknownItem903;case 904:return w.UnknownItem904;case 905:return w.UnknownItem905;case 906:return w.UnknownItem906;case 907:return w.FallingRock;case 908:return w.DesertPlantHasCollision;case 909:return w.DesertFixedTypeBoxBreakableCrystals;case 910:return w.UnknownItem910;case 911:return w.BeeHive;case 912:return w.UnknownItem912;case 913:return w.Heat;case 960:return w.TopOfSaintMillionEgg;case 961:return w.UnknownItem961}}(e.type_id);return{type:t,id:e.id,group_id:e.group_id,area_id:e.area_id,section_id:e.section_id,position:e.position,rotation:e.rotation,properties:new Map(e.properties.map((e,i)=>3!==i||t!==w.ScriptCollision&&t!==w.ForestConsole&&t!==w.TalkLinkToSupport?4===i&&t===w.RicoMessagePod?["script_label",e]:5===i&&t===w.RicoMessagePod?["script_label_2",e]:[`property_${i}`,e]:["script_label",e])),unknown:e.unknown}});let c=n.b.I,l=new Map;const _=Jr(s.object_code,s.label_offsets,function(e,t){const i=new Set([0]);for(const t of e){const e=t.properties.get("script_label");null!=e&&i.add(e);const o=t.properties.get("script_label_2");null!=o&&i.add(o)}for(const e of t)i.add(Math.round(e.script_label));return[...i]}(d,a.npcs),i,r);if(_.length){const e=_.filter(e=>e.type===Oo.Instructions);let t;for(const i of e)if(i.labels.includes(0)){t=i;break}t?(c=function(e){const t=e.instructions.find(e=>e.opcode.code===go.code);if(!t)return na.debug("Function 0 has no set_episode instruction."),n.b.I;{const e=t.args[0].value;switch(e){case 0:return n.b.I;case 1:return n.b.II;case 2:return n.b.IV;default:return na.warn(`Unknown episode ${e} in function 0 set_episode instruction.`),n.b.I}}}(t),l=function(e,t){const i=new Map;let o;for(const s of t.instructions)switch(s.opcode.code){case co.code:case uo.code:{o||(o=Mr.create(e));const t=Ar(o,s,s.args[0].value);if(1!==t.size()){sa.warn("Couldn't determine area ID for map_designate instruction.");continue}const n=Ar(o,s,s.args[0].value+(s.opcode.code===co.code?2:3));if(1!==n.size()){sa.warn("Couldn't determine area variant ID for map_designate instruction.");continue}i.set(t.get(0),n.get(0))}break;case To.code:i.set(s.args[0].value,s.args[2].value)}return i}(e,t)):na.warn("No instruction for label 0 found.")}else na.warn("File contains no instruction labels.");return{id:s.quest_id,language:s.language,name:s.quest_name,short_description:s.short_description,long_description:s.long_description,episode:c,objects:d,npcs:da(c,a.npcs),events:a.events,dat_unknowns:a.unknowns,object_code:_,shop_items:s.shop_items,map_designations:l}}function aa(e,t,i,o){const s=gr({objs:(r=e.objects,r.map(e=>({type_id:j(e.type).pso_id,id:e.id,group_id:e.group_id,section_id:e.section_id,position:e.position,rotation:e.rotation,properties:[...e.properties.values()],area_id:e.area_id,unknown:e.unknown}))),npcs:(n=e.npcs,n.map(e=>{const t=Object(I.d)(e.type),i=null==t.pso_type_id?e.pso_type_id:t.pso_type_id,o=null==t.pso_roaming?e.pso_roaming:t.pso_roaming,s=null==t.pso_regular||t.pso_regular,n=zs(-8388609&Us(e.scale.y)|(s?0:8388608)),r={x:e.scale.x,y:n,z:e.scale.z};return{type_id:i,wave:e.wave,wave2:e.pso_wave2,section_id:e.section_id,position:e.position,rotation:e.rotation,scale:r,npc_id:e.npc_id,script_label:e.script_label,roaming:o,area_id:e.area_id,unknown:e.unknown}})),events:e.events,unknowns:e.dat_unknowns});var n,r;const{object_code:a,label_offsets:d}=function(e,t){const i=new or.a(new sr.a(100*e.length),zo.a.Little),o=i.position,s=[];for(const n of e){for(const e of n.labels)s[e]=i.position-o;if(n.type===Oo.Instructions)for(const e of n.instructions){const o=e.opcode;if(2===o.size&&i.write_u8(o.code>>>8),i.write_u8(255&o.code),o.stack!==Bt.Pop)for(let s=0;s=0?i.write_u8(a.value):i.write_i8(a.value);break;case vt.Word:a.value>=0?i.write_u16(a.value):i.write_i16(a.value);break;case vt.DWord:a.value>=0?i.write_u32(a.value):i.write_i32(a.value);break;case vt.Float:i.write_f32(a.value);break;case vt.Label:case vt.ILabel:case vt.DLabel:case vt.SLabel:i.write_u16(a.value);break;case vt.String:t===So.DC_GC?i.write_string_ascii(a.value,a.value.length+1):i.write_string_utf16(a.value,2*a.value.length+2);break;case vt.ILabelVar:i.write_u8(r.length),i.write_u16_array(r.map(e=>e.value));break;case vt.RegRef:case vt.RegTupRef:i.write_u8(a.value);break;case vt.RegRefVar:i.write_u8(r.length),i.write_u8_array(r.map(e=>e.value));break;default:throw new Error(`Parameter type ${vt[n.type.kind]} not implemented.`)}}}else if(n.type===Oo.String)if(t===So.DC_GC){const e=4*Math.ceil((n.value.length+1)/4);i.write_string_ascii(n.value,e)}else{const e=4*Math.ceil((n.value.length+1)/2);i.write_string_utf16(n.value,e)}else i.write_cursor(new Ao.a(n.data,i.endianness))}for(let e=0;e`quest_name can't be longer than 32 characters, was ${e.quest_name.length}`),Object(q.d)(e.short_description.length<=127,()=>`short_description can't be longer than 127 characters, was ${e.short_description.length}`),Object(q.d)(e.long_description.length<=287,()=>`long_description can't be longer than 287 characters, was ${e.long_description.length}`),Object(q.d)(0===e.shop_items.length||t===So.BB,"shop_items is only supported in BlueBurst quests."),Object(q.d)(e.shop_items.length<=932,()=>`shop_items can't be larger than 932, was ${e.shop_items.length}.`),t){case So.DC_GC:i=cr;break;case So.PC:i=lr;break;case So.BB:i=_r}const o=i+e.object_code.byteLength+4*e.label_offsets.length,s=new ArrayBuffer(o),n=new Ao.a(s,zo.a.Little);if(n.write_u32(i),n.write_u32(i+e.object_code.byteLength),n.write_u32(o),n.write_u32(4294967295),t===So.DC_GC?(n.write_u8(0),n.write_u8(e.language),n.write_u16(e.quest_id),n.write_string_ascii(e.quest_name,32),n.write_string_ascii(e.short_description,128),n.write_string_ascii(e.long_description,288)):(n.write_u32(e.quest_id),n.write_u32(e.language),n.write_string_utf16(e.quest_name,64),n.write_string_utf16(e.short_description,256),n.write_string_utf16(e.long_description,576)),t===So.BB){n.write_u32(0),n.write_u32_array(e.shop_items);for(let t=e.shop_items.length;t<932;t++)n.write_u32(0)}return Object(q.d)(n.position===i,()=>`Expected to write ${i} bytes before object code, but wrote ${n.position}.`),n.write_cursor(new Ao.a(e.object_code,zo.a.Little)),n.write_i32_array(e.label_offsets),Object(q.d)(n.position===o,`Expected to write ${o} bytes, but wrote ${n.position}.`),s}({quest_id:e.id,language:e.language,quest_name:e.name,short_description:e.short_description,long_description:e.long_description,object_code:a,label_offsets:d,shop_items:e.shop_items},Lo(i)),l=Object(q.e)(t).slice(0,11);return Br({version:i,online:o,files:[{id:e.id,filename:l+".dat",quest_name:e.name,data:nr(new or.a(s,zo.a.Little)).array_buffer()},{id:e.id,filename:l+".bin",quest_name:e.name,data:nr(new Ao.a(c,zo.a.Little)).array_buffer()}]})}function da(e,t){return t.map(t=>({type:ca(e,t),area_id:t.area_id,section_id:t.section_id,wave:t.wave,pso_wave2:t.wave2,position:t.position,rotation:t.rotation,scale:t.scale,unknown:t.unknown,pso_type_id:t.type_id,npc_id:t.npc_id,script_label:Math.round(t.script_label),pso_roaming:t.roaming}))}function ca(e,{type_id:t,scale:i,roaming:o,area_id:s}){const n=Math.abs(i.y-1)>1e-5;switch(`${t}, ${o%3}, ${e}`){case"68, 0, 1":return I.c.Booma;case"68, 1, 1":return I.c.Gobooma;case"68, 2, 1":return I.c.Gigobooma;case"99, 0, 1":return I.c.EvilShark;case"99, 1, 1":return I.c.PalShark;case"99, 2, 1":return I.c.GuilShark;case"166, 0, 1":return I.c.Dimenian;case"166, 0, 2":return I.c.Dimenian2;case"166, 1, 1":return I.c.LaDimenian;case"166, 1, 2":return I.c.LaDimenian2;case"166, 2, 1":return I.c.SoDimenian;case"166, 2, 2":return I.c.SoDimenian2;case"214, 0, 2":return I.c.Mericarol;case"214, 1, 2":return I.c.Mericus;case"214, 2, 2":return I.c.Merikle;case"277, 0, 4":return I.c.Boota;case"277, 1, 4":return I.c.ZeBoota;case"277, 2, 4":return I.c.BaBoota;case"279, 0, 4":return I.c.Goran;case"279, 1, 4":return I.c.PyroGoran;case"279, 2, 4":return I.c.GoranDetonator}switch(`${t}, ${o%2}, ${e}`){case"64, 0, 1":return I.c.Hildebear;case"64, 0, 2":return I.c.Hildebear2;case"64, 1, 1":return I.c.Hildeblue;case"64, 1, 2":return I.c.Hildeblue2;case"65, 0, 1":return I.c.RagRappy;case"65, 0, 2":return I.c.RagRappy2;case"65, 0, 4":return I.c.SandRappy;case"65, 1, 1":return I.c.AlRappy;case"65, 1, 2":return I.c.LoveRappy;case"65, 1, 4":return I.c.DelRappy;case"128, 0, 1":return I.c.Dubchic;case"128, 0, 2":return I.c.Dubchic2;case"128, 1, 1":return I.c.Gilchic;case"128, 1, 2":return I.c.Gilchic2;case"212, 0, 2":return I.c.SinowBerill;case"212, 1, 2":return I.c.SinowSpigell;case"213, 0, 2":return I.c.Merillia;case"213, 1, 2":return I.c.Meriltas;case"215, 0, 2":return I.c.UlGibbon;case"215, 1, 2":return I.c.ZolGibbon;case"221, 0, 2":return I.c.Dolmolm;case"221, 1, 2":return I.c.Dolmdarl;case"224, 0, 2":return s>15?I.c.Epsilon:I.c.SinowZoa;case"224, 1, 2":return s>15?I.c.Epsilon:I.c.SinowZele;case"274, 0, 4":return I.c.MerissaA;case"274, 1, 4":return I.c.MerissaAA;case"276, 0, 4":return I.c.Zu;case"276, 1, 4":return I.c.Pazuzu;case"278, 0, 4":return I.c.Dorphon;case"278, 1, 4":return I.c.DorphonEclair;case"281, 0, 4":return n?I.c.SaintMilion:I.c.Kondrieu;case"281, 1, 4":return n?I.c.Shambertin:I.c.Kondrieu}switch(`${t}, ${e}`){case"66, 1":return I.c.Monest;case"66, 2":return I.c.Monest2;case"67, 1":return n?I.c.SavageWolf:I.c.BarbarousWolf;case"67, 2":return n?I.c.SavageWolf2:I.c.BarbarousWolf2;case"96, 1":return I.c.GrassAssassin;case"96, 2":return I.c.GrassAssassin2;case"97, 1":return s>15?I.c.DelLily:n?I.c.PoisonLily:I.c.NarLily;case"97, 2":return s>15?I.c.DelLily:n?I.c.PoisonLily2:I.c.NarLily2;case"98, 1":return I.c.NanoDragon;case"100, 1":return n?I.c.PofuillySlime:I.c.PouillySlime;case"101, 1":return I.c.PanArms;case"101, 2":return I.c.PanArms2;case"129, 1":return I.c.Garanz;case"129, 2":return I.c.Garanz2;case"130, 1":return n?I.c.SinowBeat:I.c.SinowGold;case"131, 1":return I.c.Canadine;case"132, 1":return I.c.Canane;case"133, 1":return I.c.Dubswitch;case"133, 2":return I.c.Dubswitch2;case"160, 1":return I.c.Delsaber;case"160, 2":return I.c.Delsaber2;case"161, 1":return I.c.ChaosSorcerer;case"161, 2":return I.c.ChaosSorcerer2;case"162, 1":return I.c.DarkGunner;case"164, 1":return I.c.ChaosBringer;case"165, 1":return I.c.DarkBelra;case"165, 2":return I.c.DarkBelra2;case"167, 1":return I.c.Bulclaw;case"168, 1":return I.c.Claw;case"192, 1":return I.c.Dragon;case"192, 2":return I.c.GalGryphon;case"193, 1":return I.c.DeRolLe;case"194, 1":return I.c.VolOptPart1;case"197, 1":return I.c.VolOptPart2;case"200, 1":return I.c.DarkFalz;case"202, 2":return I.c.OlgaFlow;case"203, 2":return I.c.BarbaRay;case"204, 2":return I.c.GolDragon;case"216, 2":return I.c.Gibbles;case"217, 2":return I.c.Gee;case"218, 2":return I.c.GiGue;case"219, 2":return I.c.Deldepth;case"220, 2":return I.c.Delbiter;case"222, 2":return I.c.Morfos;case"223, 2":return I.c.Recobox;case"225, 2":return I.c.IllGill;case"272, 4":return I.c.Astark;case"273, 4":return n?I.c.SatelliteLizard:I.c.Yowie;case"275, 4":return I.c.Girtablulu}switch(t){case 4:return I.c.FemaleFat;case 5:return I.c.FemaleMacho;case 7:return I.c.FemaleTall;case 10:return I.c.MaleDwarf;case 11:return I.c.MaleFat;case 12:return I.c.MaleMacho;case 13:return I.c.MaleOld;case 25:return I.c.BlueSoldier;case 26:return I.c.RedSoldier;case 27:return I.c.Principal;case 28:return I.c.Tekker;case 29:return I.c.GuildLady;case 30:return I.c.Scientist;case 31:return I.c.Nurse;case 32:return I.c.Irene;case 241:return I.c.ItemShop;case 254:return I.c.Nurse2}return I.c.Unknown}class la{constructor(e,t,i,o,s){this._actions=Object(M.c)(),this.actions=this._actions,Object(q.m)(e,"id"),Object(q.m)(t,"section_id"),Object(q.f)(i,"wave"),Object(q.m)(o,"delay"),Object(q.l)(s,"unknown"),this.id=e,this.section_id=t,this.wave=i,this._delay=Object(M.e)(o),this.delay=this._delay,this.unknown=s}set_delay(e){Object(q.m)(e,"delay"),this._delay.val=e}add_action(e){this._actions.push(e)}remove_action(e){this._actions.remove(e)}}class _a{constructor(e,t,i){Object(q.m)(e,"id"),Object(q.m)(t,"area_id"),Object(q.m)(i,"section_id"),this._id=Object(M.e)(e),this.id=this._id,this._area_id=Object(M.e)(t),this.area_id=this._area_id,this._section_id=Object(M.e)(i),this.section_id=this._section_id}}const ua=X.a.get("quest_editor/stores/model_conversion");function ha(e,t){const i=new Map;return new Qn(e,t.id,t.language,t.name,t.short_description,t.long_description,t.episode,t.map_designations,t.objects.map(e=>new pe(e.type,e.id,e.group_id,e.area_id,e.section_id,Object(pn.b)(e.position),F(e.rotation.x,e.rotation.y,e.rotation.z),e.properties,e.unknown)),t.npcs.map(e=>(function(e,t){const i=0===t.wave?void 0:va(e,t.area_id,t.section_id,t.wave);return new N(t.type,t.pso_type_id,t.npc_id,i,t.pso_wave2,t.script_label,t.pso_roaming,t.area_id,t.section_id,Object(pn.b)(t.position),F(t.rotation.x,t.rotation.y,t.rotation.z),Object(pn.b)(t.scale),t.unknown)})(i,e)),function(e,t){const i=new Map;for(const o of t){const t=`${o.id}-${o.area_id}`;let s=i.get(t);if(s&&s.event){ua.warn(`Ignored duplicate event #${o.id} for area ${o.area_id}.`);continue}const n=va(e,o.area_id,o.section_id,o.wave),r=new la(o.id,o.section_id,n,o.delay,o.unknown);s?s.event=r:(s={event:r,area_id:o.area_id,parents:[],child_ids:[]},i.set(t,s));for(const e of o.actions)switch(e.type){case pr.SpawnNpcs:r.add_action(new it(e.section_id,e.appear_flag));break;case pr.Unlock:r.add_action(new ot(e.door_id));break;case pr.Lock:r.add_action(new st(e.door_id));break;case pr.TriggerEvent:{s.child_ids.push(e.event_id);const t=`${e.event_id}-${o.area_id}`,n=i.get(t);n?n.parents.push(r):i.set(t,{area_id:o.area_id,parents:[r],child_ids:[]})}break;default:ua.warn(`Unknown event action type: ${e.type}.`)}}const o=new Map;for(const{area_id:e,event:t}of i.values())if(t){let i=o.get(e);i||(i=new Je(e),o.set(e,i)),i.add_event(t,[],[])}for(const e of i.values())if(e.event)for(const t of e.child_ids){const s=i.get(`${t}-${e.area_id}`);s.event?o.get(e.area_id).add_edge(e.event,s.event):ua.warn(`Event ${e.event.id} calls nonexistent event ${t}.`)}return o}(i,t.events),t.dat_unknowns,t.object_code.slice(),t.shop_items)}function va(e,t,i,o){const s=`${t}-${i}-${o}`;let n=e.get(s);return n||(n=new _a(o,t,i),e.set(s,n)),n}function pa(e){const t=[];for(const i of e.values())for(const e of i.events){const o=e.actions.val.map(e=>{switch(e.type){case Ze.SpawnNpcs:return{type:pr.SpawnNpcs,section_id:e.section_id,appear_flag:e.appear_flag};case Ze.Unlock:return{type:pr.Unlock,door_id:e.door_id.val};case Ze.Lock:return{type:pr.Lock,door_id:e.door_id.val}}});for(const t of i.get_children(e))o.push({type:pr.TriggerEvent,event_id:t.id});t.push({id:e.id,section_id:e.section_id,wave:e.wave.id.val,delay:e.delay.val,actions:o,area_id:i.area_id,unknown:e.unknown})}return t}var ga=function(e,t,i,o){return new(i||(i=Promise))((function(s,n){function r(e){try{d(o.next(e))}catch(e){n(e)}}function a(e){try{d(o.throw(e))}catch(e){n(e)}}function d(e){var t;e.done?s(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};const ba=X.a.get("quest_editor/controllers/QuestEditorToolBarController");class fa extends Yn.a{constructor(e,t,i){super(),this.area_store=t,this.quest_editor_store=i,this._save_as_dialog_visible=Object(M.e)(!1),this._filename=Object(M.e)(""),this._version=Object(M.e)(Co.BB),this.save_as_dialog_visible=this._save_as_dialog_visible,this.filename=this._filename,this.version=this._version,this.create_new_quest=e=>ga(this,void 0,void 0,(function*(){this.set_filename(""),this.set_version(Co.BB),this.quest_editor_store.set_current_quest(tr(this.area_store,e))})),this.parse_files=e=>ga(this,void 0,void 0,(function*(){try{if(0===e.length)return;let t;const i=e.find(e=>e.name.toLowerCase().endsWith(".qst"));if(i){const e=yield Object(ir.b)(i),o=function(e,t=!1){const i=Lr(e);if(!i)return;let o,s;for(const e of i.files){const t=e.filename.trim().toLowerCase();t.endsWith(".dat")?o=e:t.endsWith(".bin")&&(s=e)}if(!o)return void na.error("File contains no DAT file.");if(!s)return void na.error("File contains no BIN file.");const n=ra(new Ao.a(s.data,zo.a.Little),new Ao.a(o.data,zo.a.Little),t);return n&&{quest:n,version:i.version,online:i.online}}(new Ao.a(e,zo.a.Little));o&&(t=o.quest,this.set_version(o.version)),this.set_filename(Object(q.e)(i.name)),t||ba.error("Couldn't parse quest file.")}else{const i=e.find(e=>e.name.toLowerCase().endsWith(".bin")),o=e.find(e=>e.name.toLowerCase().endsWith(".dat"));if(i&&o){const e=yield Object(ir.b)(i),s=yield Object(ir.b)(o);t=ra(new Ao.a(e,zo.a.Little),new Ao.a(s,zo.a.Little)),this.set_filename(Object(q.e)(i.name||o.name)),t||ba.error("Couldn't parse quest file.")}}yield this.quest_editor_store.set_current_quest(t&&ha(this.area_store,t))}catch(e){ba.error("Couldn't read file.",e)}})),this.set_area=({area:e})=>{this.quest_editor_store.set_current_area(e)},this.save_as_clicked=()=>{this.quest_editor_store.current_quest.val&&(this._save_as_dialog_visible.val=!0)},this.save_as=()=>{const e=this.quest_editor_store.current_quest.val;if(!e)return;const t=this.version.val;if(void 0===t)return;let i=this.filename.val;const o=aa(function(e){return{id:e.id.val,language:e.language.val,name:e.name.val,short_description:e.short_description.val,long_description:e.long_description.val,episode:e.episode,objects:e.objects.val.map(e=>({type:e.type,area_id:e.area_id,section_id:e.section_id.val,position:e.position.val.clone(),rotation:e.rotation.val.clone(),unknown:e.unknown,id:e.id,group_id:e.group_id,properties:new Map(e.properties)})),npcs:e.npcs.val.map(e=>{var t,i;return{type:e.type,area_id:e.area_id,section_id:e.section_id.val,wave:(i=null===(t=e.wave.val)||void 0===t?void 0:t.id.val,null!=i?i:0),pso_wave2:e.pso_wave2.val,position:e.position.val.clone(),rotation:e.rotation.val.clone(),scale:e.scale.clone(),unknown:e.unknown,pso_type_id:e.pso_type_id,npc_id:e.npc_id,script_label:e.script_label,pso_roaming:e.pso_roaming}}),events:pa(e.event_dags),dat_unknowns:e.dat_unknowns.map(e=>Object.assign({},e)),object_code:e.object_code.map(e=>Eo(e)),shop_items:e.shop_items.slice(),map_designations:new Map(e.map_designations.val)}}(e),i,t,!0);i.endsWith(".qst")||(i+=".qst");const s=document.createElement("a");s.href=URL.createObjectURL(new Blob([o],{type:"application/octet-stream"})),s.download=i,document.body.appendChild(s),s.click(),URL.revokeObjectURL(s.href),document.body.removeChild(s),this.dismiss_save_as_dialog()},this.dismiss_save_as_dialog=()=>{this._save_as_dialog_visible.val=!1},this.set_filename=e=>{this._filename.val=e},this.set_version=e=>{switch(e){case Co.DC:case Co.GC:this._version.val=Co.GC;break;case Co.PC:case Co.BB:this._version.val=Co.BB}},this.debug=()=>{const e=this.quest_editor_store.current_quest.val;e&&this.quest_editor_store.quest_runner.run(e)},this.resume=()=>{this.quest_editor_store.quest_runner.resume()},this.step_over=()=>{this.quest_editor_store.quest_runner.step_over()},this.step_in=()=>{this.quest_editor_store.quest_runner.step_into()},this.step_out=()=>{this.quest_editor_store.quest_runner.step_out()},this.stop=()=>{this.quest_editor_store.quest_runner.stop()},this.vm_feature_active=e.feature_active("vm"),this.areas=i.current_quest.flat_map(e=>{var i;return e?null===(i=e)||void 0===i?void 0:i.entities_per_area.flat_map(i=>Object(M.c)(void 0,...t.get_areas_for_episode(e.episode).map(e=>{const t=i.get(e.id);return{area:e,label:e.name+(t?` (${t})`:"")}}))):Object(M.c)()}),this.current_area=Object(M.d)((e,t)=>e.find(e=>e.area==t),this.areas,i.current_area);const o=i.current_quest.map(e=>null!=e);this.can_save=o,this.can_select_area=o,this.can_debug=o,this.can_undo=Object(M.d)((e,t)=>e&&!t,Is.can_undo,i.quest_runner.running),this.can_redo=Object(M.d)((e,t)=>e&&!t,Is.can_redo,i.quest_runner.running),this.can_step=i.quest_runner.paused,this.can_stop=i.quest_runner.running,this.disposables(e.on_global_keydown(Ge.b.QuestEditor,"Ctrl-O",()=>ga(this,void 0,void 0,(function*(){const e=yield Object(ir.a)({accept:".bin, .dat, .qst",multiple:!0});this.parse_files(e)}))),e.on_global_keydown(Ge.b.QuestEditor,"Ctrl-Shift-S",this.save_as_clicked),e.on_global_keydown(Ge.b.QuestEditor,"Ctrl-Z",()=>{Is.undo()}),e.on_global_keydown(Ge.b.QuestEditor,"Ctrl-Shift-Z",()=>{Is.redo()}),e.on_global_keydown(Ge.b.QuestEditor,"F5",this.debug),e.on_global_keydown(Ge.b.QuestEditor,"Shift-F5",this.stop),e.on_global_keydown(Ge.b.QuestEditor,"F6",this.resume),e.on_global_keydown(Ge.b.QuestEditor,"F8",this.step_over),e.on_global_keydown(Ge.b.QuestEditor,"F7",this.step_in),e.on_global_keydown(Ge.b.QuestEditor,"Shift-F8",this.step_out))}}class ma{constructor(e,t,i){this.quest=e,this.old=t,this.new=i}}class wa extends ma{constructor(){super(...arguments),this.description="Edit ID"}undo(){this.quest.set_id(this.old)}redo(){this.quest.set_id(this.new)}}class ka extends ma{constructor(){super(...arguments),this.description="Edit name"}undo(){this.quest.set_name(this.old)}redo(){this.quest.set_name(this.new)}}class ya extends ma{constructor(){super(...arguments),this.description="Edit short description"}undo(){this.quest.set_short_description(this.old)}redo(){this.quest.set_short_description(this.new)}}class Ra extends ma{constructor(){super(...arguments),this.description="Edit long description"}undo(){this.quest.set_long_description(this.old)}redo(){this.quest.set_long_description(this.new)}}class Ia extends Yn.a{constructor(e){super(),this.store=e,this.focused=()=>{this.store.undo.make_current()},this.set_id=e=>{const t=this.current_quest.val;t&&this.store.undo.push(new wa(t,t.id.val,e)).redo()},this.set_name=e=>{const t=this.current_quest.val;t&&this.store.undo.push(new ka(t,t.name.val,e)).redo()},this.set_short_description=e=>{const t=this.current_quest.val;t&&this.store.undo.push(new ya(t,t.short_description.val,e)).redo()},this.set_long_description=e=>{const t=this.current_quest.val;t&&this.store.undo.push(new Ra(t,t.long_description.val,e)).redo()},this.current_quest=e.current_quest,this.enabled=e.quest_runner.running.map(e=>!e),this.unavailable=this.current_quest.map(e=>null==e)}}const xa=Object.freeze(new y.Vector3),ja=Object.freeze(new y.Euler);class Ta extends Yn.a{constructor(e){super(),this.store=e,this.focused=()=>{this.store.undo.make_current()};const t=e.selected_entity;this.unavailable=t.map(e=>null==e),this.enabled=e.quest_runner.running.map(e=>!e),this.type=t.map(e=>e instanceof N?"NPC":"Object"),this.name=t.map(e=>null==e?"":L(e.type).name),this.section_id=t.flat_map(e=>null==e?Object(M.e)(""):e.section_id.map(e=>e.toString())),this.wave=t.flat_map(e=>e instanceof N?e.wave.flat_map(e=>{var t,i,o;return null!=(o=null===(i=null===(t=e)||void 0===t?void 0:t.id)||void 0===i?void 0:i.map(e=>e.toString()))?o:Object(M.e)("None")}):Object(M.e)("")),this.wave_hidden=t.map(e=>!(e instanceof N)),this.position=t.flat_map(e=>{var t,i;return null!=(i=null===(t=e)||void 0===t?void 0:t.position)?i:Object(M.e)(xa)}),this.rotation=t.flat_map(e=>{var t,i;return null!=(i=null===(t=e)||void 0===t?void 0:t.rotation)?i:Object(M.e)(ja)})}set_pos_x(e){const t=this.store.selected_entity.val;if(t){const i=t.position.val;this.store.undo.push(new me(this.store,t,t.section.val,t.section.val,i,new y.Vector3(e,i.y,i.z),!1)).redo()}}set_pos_y(e){const t=this.store.selected_entity.val;if(t){const i=t.position.val;this.store.undo.push(new me(this.store,t,t.section.val,t.section.val,i,new y.Vector3(i.x,e,i.z),!1)).redo()}}set_pos_z(e){const t=this.store.selected_entity.val;if(t){const i=t.position.val;this.store.undo.push(new me(this.store,t,t.section.val,t.section.val,i,new y.Vector3(i.x,i.y,e),!1)).redo()}}set_rot_x(e){const t=this.store.selected_entity.val;if(t){const i=t.rotation.val;this.store.undo.push(new be(this.store,t,i,F(Object(W.a)(e),i.y,i.z),!1)).redo()}}set_rot_y(e){const t=this.store.selected_entity.val;if(t){const i=t.rotation.val;this.store.undo.push(new be(this.store,t,i,F(i.x,Object(W.a)(e),i.z),!1)).redo()}}set_rot_z(e){const t=this.store.selected_entity.val;if(t){const i=t.rotation.val;this.store.undo.push(new be(this.store,t,i,F(i.x,i.y,Object(W.a)(e)),!1)).redo()}}}class Ca extends Yn.a{constructor(e){super(),this.unavailable=e.current_quest.map(e=>null==e),this.npc_counts=e.current_quest.flat_map(e=>e?e.npcs:Object(M.e)([])).map(this.update_view)}update_view(e){const t=new Map;for(const i of e)if(i.type!==I.c.VolOptPart2){const e=t.get(i.type)||0;t.set(i.type,e+1)}const i=8*(t.get(I.c.Canane)||0);return[...t].sort((e,t)=>e[0]-t[0]).map(([e,t])=>{const o=e===I.c.Canadine?i:0;return{name:Object(I.d)(e).name,count:t+o}})}}class Sa{constructor(e,t,i){this.event=e,this.old_delay=t,this.new_delay=i,this.description=`Edit delay of event ${e.id}`}undo(){this.event.set_delay(this.old_delay)}redo(){this.event.set_delay(this.new_delay)}}class Oa{constructor(e,t,i,o){this.store=e,this.quest=t,this.event_dag=i,this.event=o,this.new_edges=[],this.description=`Delete event ${o.id}`,this.parents=i.get_parents(o).slice(),this.children=i.get_children(o).slice();for(const e of this.parents){const t=i.get_children(e);for(const i of this.children)t.includes(i)||this.new_edges.push({parent:e,child:i})}this.npcs=t.npcs.val.filter(e=>e.wave.val===o.wave),this.event_index=i.get_index(o)}undo(){this.quest.insert_event(this.event_index,this.event,this.parents,this.children);for(const{parent:e,child:t}of this.new_edges)this.event_dag.remove_edge(e,t);for(const e of this.npcs)e.set_wave(this.event.wave)}redo(){this.store.selected_wave.val===this.event.wave&&this.store.set_selected_wave(void 0);for(const{parent:e,child:t}of this.new_edges)this.event_dag.add_edge(e,t);this.quest.remove_event(this.event_dag,this.event)}}class La{constructor(e,t,i,o){this.quest=e,this.event_dag=t,this.event=i,this.parent_event=o,this.description=`Add event ${i.id}`}undo(){this.quest.remove_event(this.event_dag,this.event)}redo(){this.quest.add_event(this.event,this.parent_event?[this.parent_event]:[],[])}}class Ba extends Yn.a{constructor(e){super(),this.store=e,this.focused=()=>{this.store.undo.make_current()},this.add_event=()=>{var e,t,i,o,s;const n=this.store.current_quest.val,r=this.store.current_area.val;if(n&&r){const a=n.get_event_dag_or_create(r.id),d=a.events.find(e=>e.wave===this.store.selected_wave.val),c=null!=(s=null!=(t=null===(e=d)||void 0===e?void 0:e.section_id)?t:null===(o=null===(i=this.store.selected_entity.val)||void 0===i?void 0:i.section_id)||void 0===o?void 0:o.val)?s:1,l=[],_=[];for(const e of a.events)l.push(e.id),e.wave.section_id.val===c&&_.push(e.wave.id.val);l.sort((e,t)=>e-t),_.sort((e,t)=>e-t);let u,h=0;for(const e of _)if(++h!==e)break;if(h===_.length&&h++,d){let e=d;for(;;){const[t]=a.get_parents(e);if(!t)break;e=t}const t=a.get_sub_graph(e).length.val;u=`${e.id}${t}`}else u=`${c}${h}`;let v=parseInt(u,10),p=0;for(;p=l.indexOf(v,p),-1!==p;)v++;this.store.undo.push(new La(n,a,new la(v,c,new _a(h,r.id,c),30,0),d)).redo()}},this.remove_event=e=>{const t=this.store.current_quest.val,i=this.event_dag.val;t&&i&&this.store.undo.push(new Oa(this.store,t,i,e)).redo()},this.set_selected_wave=e=>{this.store.set_selected_wave(e)},this.set_delay=(e,t)=>{this.store.undo.push(new Sa(e,e.delay.val,t)).redo()},this.enabled=e.quest_runner.running.map(e=>!e),this.unavailable=e.current_quest.map(e=>null==e),this.event_dag=Object(M.d)((e,t)=>e&&t?e.event_dags.get(t.id):void 0,e.current_quest,e.current_area),this.event_sub_graphs=Object(M.b)(e=>{var t,i;return null!=(i=null===(t=e)||void 0===t?void 0:t.connected_sub_graphs)?i:Object(M.c)()},this.event_dag)}is_selected(e){return this.store.selected_wave.map(t=>e.wave===t)}add_action(e,t){let i;switch(t){case Ze.SpawnNpcs:i=new it(0,0);break;case Ze.Unlock:i=new ot(0);break;case Ze.Lock:i=new st(0)}e.add_action(i)}remove_action(e,t){e.remove_action(t)}}function Da(e,t,i){const o=new a.a,s=o.add(new mn(e)),n=o.add(new qn(e)),r=o.add(new an(s)),d=o.add(new Es(t,r)),c=o.add(new Zs(d)),l=new $n,_=o.add(new Sn(n,i));return{view:o.add(new ys(t,d,l,o.add(new Hn(o.add(new fa(t,r,d)))),()=>new f(o.add(new Ia(d))),()=>new m(o.add(new Ca(d))),()=>new Ee(d,s,n,i()),()=>new $e(t,d.quest_runner,c),()=>new Ne(o.add(new Ta(d))),()=>new Ye(d,_),()=>new Xe(d,_),()=>new ht(o.add(new Ba(d))),()=>new gs(d,s,n,i()),()=>new cs(d.quest_runner))),dispose(){o.dispose()}}}i.d(t,"initialize_quest_editor",(function(){return Da}))},"6cU9":function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var o=i("ouMO"),s=i("KVVN"),n=i("iPoI"),r=function(e,t,i,o){return new(i||(i=Promise))((function(s,n){function r(e){try{d(o.next(e))}catch(e){n(e)}}function a(e){try{d(o.throw(e))}catch(e){n(e)}}function d(e){var t;e.done?s(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}d((o=o.apply(e,t||[])).next())}))};class a extends s.a{constructor(e){super(e),this._files=Object(o.e)([]),this.files=this._files,this.element.classList.add("core_FileButton"),this.disposables(this.onclick.observe(()=>r(this,void 0,void 0,(function*(){this._files.val=yield Object(n.a)(e)})))),this.finalize_construction()}}},"7/+l":function(e,t,i){"use strict";var o;i.d(t,"b",(function(){return o})),i.d(t,"a",(function(){return s})),function(e){e[e.RGBA_S3TC_DXT1=0]="RGBA_S3TC_DXT1",e[e.RGBA_S3TC_DXT3=1]="RGBA_S3TC_DXT3"}(o||(o={}));class s{constructor(e,t,i,o,s){this.gfx=e,this.format=t,this.width=i,this.height=o,this.data=s}upload(){null==this.gfx_texture&&(this.gfx_texture=this.gfx.create_texture(this.format,this.width,this.height,this.data))}destroy(){this.gfx.destroy_texture(this.gfx_texture)}}},"9Ykw":function(e,t,i){"use strict";i.d(t,"a",(function(){return a})),i.d(t,"b",(function(){return d}));var o=i("BAAx"),s=i("rwco"),n=i("5cb6");const r=s.a.get("core/data_formats/parsing/iff");function a(e,t=!1){return c(e,t,[],(e,t,i)=>({type:t,data:e.take(i)}))}function d(e,t=!1){return c(e,t,[],(e,t,i)=>({type:t,size:i}))}function c(e,t,i,s){const a=Object(o.b)(r);let d=!1;for(;e.bytes_left>=8;){const o=e.u32(),r=e.position,c=e.u32();if(c>e.bytes_left){d=!0,t||a.add_problem(0===i.length?n.b.Error:n.b.Warning,"Invalid IFF format.",`Size ${c} was too large (only ${e.bytes_left} bytes left) at position ${r}.`);break}i.push(s(e,o,c))}return d&&0===i.length?a.failure():a.success(i)}},"9dYx":function(e,t,i){"use strict";var o=i("bcBH");class s{constructor(e,t){this._position=0,this.endianness=e,this.offset=t}get position(){return this._position}get endianness(){return this.little_endian?o.a.Little:o.a.Big}set endianness(e){this.little_endian=e===o.a.Little}get bytes_left(){return this.size-this.position}seek(e){return this.seek_start(this.position+e)}seek_start(e){if(e<0||e>this.size)throw new Error(`Offset ${e} is out of bounds.`);return this._position=e,this}seek_end(e){if(e<0||e>this.size)throw new Error(`Offset ${e} is out of bounds.`);return this._position=this.size-e,this}u8(){return this.u8_at(this._position++)}u8_at(e){return this.check_offset(e,1),this.dv.getUint8(this.offset+e)}u16(){const e=this.u16_at(this.position);return this._position+=2,e}u16_at(e){return this.check_offset(e,2),this.dv.getUint16(this.offset+e,this.little_endian)}u32(){const e=this.u32_at(this.position);return this._position+=4,e}u32_at(e){return this.check_offset(e,4),this.dv.getUint32(this.offset+e,this.little_endian)}i8(){return this.i8_at(this._position++)}i8_at(e){return this.check_offset(e,1),this.dv.getInt8(this.offset+e)}i16(){const e=this.i16_at(this.position);return this._position+=2,e}i16_at(e){return this.check_offset(e,2),this.dv.getInt16(this.offset+e,this.little_endian)}i32(){const e=this.i32_at(this.position);return this._position+=4,e}i32_at(e){return this.check_offset(e,4),this.dv.getInt32(this.offset+e,this.little_endian)}f32(){const e=this.f32_at(this.position);return this._position+=4,e}f32_at(e){return this.check_offset(e,4),this.dv.getFloat32(this.offset+e,this.little_endian)}u8_array(e){this.check_size("n",e,e);const t=[];for(let i=0;ithis.size-this.position)throw new Error(`${e} ${t} is out of bounds.`)}check_offset(e,t){if(e<0||e+t>this.size)throw new Error(`Offset ${e} is out of bounds.`)}}i.d(t,"a",(function(){return n}));class n extends s{write_u8(e){return this.write_u8_at(this.position,e),this._position+=1,this}write_u16(e){return this.write_u16_at(this.position,e),this._position+=2,this}write_u32(e){return this.write_u32_at(this.position,e),this._position+=4,this}write_i8(e){return this.write_i8_at(this.position,e),this._position+=1,this}write_i16(e){return this.write_i16_at(this.position,e),this._position+=2,this}write_i32(e){return this.write_i32_at(this.position,e),this._position+=4,this}write_f32(e){return this.write_f32_at(this.position,e),this._position+=4,this}write_u8_array(e){return this.write_u8_array_at(this.position,e),this._position+=e.length,this}write_u16_array(e){return this.write_u16_array_at(this.position,e),this._position+=2*e.length,this}write_u32_array(e){return this.write_u32_array_at(this.position,e),this._position+=4*e.length,this}write_i32_array(e){return this.write_i32_array_at(this.position,e),this._position+=4*e.length,this}write_vec2_f32(e){return this.write_vec2_f32_at(this.position,e),this._position+=8,this}write_vec3_f32(e){return this.write_vec3_f32_at(this.position,e),this._position+=12,this}write_cursor(e){const t=e.size-e.position;return this.ensure_size(t),e.copy_to_uint8_array(new Uint8Array(this.backing_buffer,this.offset+this.position,t),t),this._position+=t,this}write_string_ascii(e,t){return this.write_string_ascii_at(this.position,e,t),this._position+=t,this}write_string_utf16(e,t){return this.write_string_utf16_at(this.position,e,t),this._position+=t,this}write_u8_at(e,t){return this.ensure_size(1,e),this.dv.setUint8(e,t),this}write_u16_at(e,t){return this.ensure_size(2,e),this.dv.setUint16(e,t,this.little_endian),this}write_u32_at(e,t){return this.ensure_size(4,e),this.dv.setUint32(e,t,this.little_endian),this}write_i8_at(e,t){return this.ensure_size(1,e),this.dv.setInt8(e,t),this}write_i16_at(e,t){return this.ensure_size(2,e),this.dv.setInt16(e,t,this.little_endian),this}write_i32_at(e,t){return this.ensure_size(4,e),this.dv.setInt32(e,t,this.little_endian),this}write_f32_at(e,t){return this.ensure_size(4,e),this.dv.setFloat32(e,t,this.little_endian),this}write_u8_array_at(e,t){return this.ensure_size(t.length,e),new Uint8Array(this.backing_buffer,this.offset+e).set(new Uint8Array(t)),this}write_u16_array_at(e,t){this.ensure_size(2*t.length,e);const i=t.length;for(let o=0;oi)throw new Error(`${e} Bytes required but only ${i} available.`)}}},BAAx:function(e,t,i){"use strict";function o(e,t){return{success:!0,value:e,problems:null!=t?t:[]}}function s(e){return{success:!1,problems:null!=e?e:[]}}function n(e){if(e.success)return e.value;throw new Error(e.problems.join("\n"))}function r(e){return new a(e)}i.d(t,"c",(function(){return o})),i.d(t,"a",(function(){return s})),i.d(t,"d",(function(){return n})),i.d(t,"b",(function(){return r}));class a{constructor(e){this.logger=e,this.problems=[]}add_problem(e,t,i,o){return this.logger.log(e,i,o),this.problems.push({severity:e,ui_message:t}),this}add_result(e){return this.problems.push(...e.problems),this}success(e){return o(e,this.problems)}failure(){return s(this.problems)}}},BylX:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var o=i("pVCM"),s=i("Womt");o.a.install({THREE:Object.assign(Object.assign({},s),{MOUSE:Object.assign(Object.assign({},s.MOUSE),{LEFT:s.MOUSE.RIGHT,RIGHT:s.MOUSE.LEFT})})});class n{constructor(e){this._debug=!1,this.scene=new s.Scene,this.light_holder=new s.Group,this.render_scheduled=!1,this.animation_frame_handle=void 0,this.light=new s.HemisphereLight(16777215,5263440,1),this.controls_clock=new s.Clock,this.size=new s.Vector2(0,0),this.schedule_render=()=>{this.render_scheduled=!0},this.on_mouse_down=e=>{e.currentTarget&&e.currentTarget.focus()},this.call_render=()=>{const e=this.controls.update(this.controls_clock.getDelta()),t=this.render_scheduled||e;this.render_scheduled=!1,t&&this.render(),this.animation_frame_handle=requestAnimationFrame(this.call_render)},this.renderer=e,this.renderer.domElement.tabIndex=0,this.renderer.domElement.addEventListener("mousedown",this.on_mouse_down),this.renderer.domElement.style.outline="none",this.scene.background=new s.Color(1579032),this.light_holder.add(this.light),this.scene.add(this.light_holder)}get debug(){return this._debug}set debug(e){this._debug=e}get canvas_element(){return this.renderer.domElement}set_size(e,t){this.size.set(e,t),this.renderer.setSize(e,t),this.schedule_render()}pointer_pos_to_device_coords(e){e.set(e.x/this.size.width*2-1,e.y/this.size.height*-2+1)}start_rendering(){null==this.animation_frame_handle&&(this.schedule_render(),this.animation_frame_handle=requestAnimationFrame(this.call_render))}stop_rendering(){null!=this.animation_frame_handle&&(cancelAnimationFrame(this.animation_frame_handle),this.animation_frame_handle=void 0)}reset_camera(e,t){this.controls.setLookAt(e.x,e.y,e.z,t.x,t.y,t.z)}dispose(){this.renderer.dispose(),this.controls.dispose()}init_camera_controls(){this.controls=new o.a(this.camera,this.renderer.domElement),this.controls.dampingFactor=1,this.controls.draggingDampingFactor=1}render(){this.renderer.render(this.scene,this.camera)}}},Eqai:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var o=i("Womt");const s=new o.MeshLambertMaterial({color:65280,side:o.DoubleSide});function n(e,t,i,n){const{created_by_geometry_builder:r,materials:a,bones:d}=e.userData;let c;if(t.length&&r){c=[s];for(let e=1;e>>=3,0===e?(e=t.read_u8(),e+=1):e+=2,i-=8192}t.offset_copy(i,e)}return t.dst.seek_start(0)}class a{constructor(e){this.src=e,this.dst=new o.a(new s.a(Math.floor(1.5*e.size)),e.endianness),this.flags=0,this.flag_bits_left=0}read_flag_bit(){0===this.flag_bits_left&&(this.flags=this.read_u8(),this.flag_bits_left=8);const e=1&this.flags;return this.flags>>>=1,this.flag_bits_left-=1,e}copy_u8(){this.dst.write_u8(this.read_u8())}read_u8(){return this.src.u8()}read_u16(){return this.src.u16()}offset_copy(e,t){(e<-8192||e>0)&&n.error(`offset was ${e}, should be between -8192 and 0.`),(t<1||t>256)&&n.error(`length was ${t}, should be between 1 and 256.`);const i=Math.min(-e,t);this.dst.seek(e);const o=this.dst.take(i);this.dst.seek(-e-i);for(let e=0;e=0;i--){const o=this.vertices_stack[i][e];o&&t.push(o)}return t}}class p{constructor(e){this.vertices=new v,this.bone_id=0,this.builder=e}to_geometry_builder(e){this.object_to_geometry(e,void 0,new o.Matrix4)}create_buffer_geometry(e){return this.to_geometry_builder(e),this.builder.build()}object_to_geometry(e,t,i){const{no_translate:n,no_rotate:r,no_scale:a,hidden:d,break_child_trace:u,zxy_rotation_order:h,skip:v}=e.evaluation_flags,{position:p,rotation:g,scale:b}=e,f=new o.Euler(g.x,g.y,g.z,h?"ZXY":"ZYX"),m=(new o.Matrix4).compose(n?c:Object(s.b)(p),r?l:(new o.Quaternion).setFromEuler(f),a?_:Object(s.b)(b)).premultiply(i);let w;if(v?w=t:(w=new o.Bone,w.name=this.bone_id.toString(),w.position.set(p.x,p.y,p.z),w.setRotationFromEuler(f),w.scale.set(b.x,b.y,b.z),this.builder.add_bone(w),t&&t.add(w)),e.model&&!d&&this.model_to_geometry(e.model,m),this.bone_id++,!u)for(const t of e.children)this.object_to_geometry(t,w,m)}model_to_geometry(e,t){Object(n.b)(e)?this.njcm_model_to_geometry(e,t):this.xj_model_to_geometry(e,t)}njcm_model_to_geometry(e,t){const i=(new o.Matrix3).getNormalMatrix(t),n=e.vertices.map(e=>{const n=Object(s.b)(e.position),r=e.normal?Object(s.b)(e.normal):new o.Vector3(0,1,0);return n.applyMatrix4(t),r.applyMatrix3(i),{bone_id:this.bone_id,position:n,normal:r,bone_weight:e.bone_weight,bone_weight_status:e.bone_weight_status,calc_continue:e.calc_continue}});this.vertices.put(n);for(const t of e.meshes){const e=this.builder.index_count;for(let e=0;e=2&&(e%2==(t.clockwise_winding?1:0)?(this.builder.add_index(r-2),this.builder.add_index(r-1),this.builder.add_index(r)):(this.builder.add_index(r-2),this.builder.add_index(r),this.builder.add_index(r-1)));const c=[[0,0],[0,0],[0,0],[0,0]];for(let e=o.length-1;e>=0;e--){const t=o[e];c[t.bone_weight_status]=[t.bone_id,t.bone_weight]}const l=c.reduce((e,[,t])=>e+t,0);for(const[e,t]of c)this.builder.add_bone_weight(e,l>0?t/l:t)}}this.builder.add_group(e,this.builder.index_count-e,t.texture_id,t.use_alpha,4!==t.src_alpha||5!==t.dst_alpha)}}xj_model_to_geometry(e,t){const i=this.builder.vertex_count,n=(new o.Matrix3).getNormalMatrix(t);for(const{position:i,normal:r,uv:a}of e.vertices){const e=Object(s.b)(i).applyMatrix4(t),c=(r?Object(s.b)(r):new o.Vector3(0,1,0)).applyMatrix3(n),l=a||d;this.builder.add_vertex(e,c,l)}let r,a,c;for(const t of e.meshes){const e=this.builder.index_count;let o=!1;for(let e=2;e=2&&(o=!o),o?(this.builder.add_index(n),this.builder.add_index(s),this.builder.add_index(r)):(this.builder.add_index(s),this.builder.add_index(n),this.builder.add_index(r)),o=!o}null!=t.material_properties.texture_id&&(r=t.material_properties.texture_id),null!=t.material_properties.src_alpha&&(a=t.material_properties.src_alpha),null!=t.material_properties.dst_alpha&&(c=t.material_properties.dst_alpha),this.builder.add_group(e,this.builder.index_count-e,r,!0,4!==a||5!==c)}}}},NRxM:function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var o=i("9dYx");class s extends o.a{constructor(e,t,i=0,o=e.byteLength-i){super(t,i),this._size=o,this.backing_buffer=e,this.dv=new DataView(e,0,e.byteLength)}get size(){return this._size}set size(e){if(e>this.backing_buffer.byteLength-this.offset)throw new Error(`Size ${e} is out of bounds.`);this._size=e}take(e){const t=this.offset+this.position,i=new s(this.backing_buffer,this.endianness,t,e);return this._position+=e,i}}},NUmZ:function(e,t,i){e.exports=function(){return new Worker(i.p+"88c24005bbcba6704421.worker.js")}},PE7g:function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var o=i("0Xme");i("rY5A");class s extends o.a{constructor(e=0,t){if(super(e,"core_NumberInput","number","core_NumberInput_inner",t),this.preferred_label_position="left",t){const{min:e,max:i,step:o,width:s}=t;this.set_attr("min",e,String),this.set_attr("max",i,String),this.input_element.step="any",this.set_attr("step",o,String),null!=s&&(this.element.style.width=`${s}px`)}t&&null!=t.round_to&&t.round_to>=0?this.rounding_factor=Math.pow(10,t.round_to):this.rounding_factor=1,this.set_value(e),this.finalize_construction()}get_value(){return parseFloat(this.input_element.value)}set_value(e){this.input_element.valueAsNumber=Math.round(this.rounding_factor*e)/this.rounding_factor}}},ViJ0:function(e,t,i){"use strict";i.d(t,"c",(function(){return n})),i.d(t,"a",(function(){return r})),i.d(t,"b",(function(){return a}));const o=180/Math.PI,s=Math.PI/180;function n(e){return e*o}function r(e){return e*s}function a(e,t){return(e%t+t)%t}},bcBH:function(e,t,i){"use strict";var o;i.d(t,"a",(function(){return o})),function(e){e[e.Little=0]="Little",e[e.Big=1]="Big"}(o||(o={}))},iPoI:function(e,t,i){"use strict";i.d(t,"a",(function(){return s})),i.d(t,"b",(function(){return n}));var o=i("FXpb");function s(e){return new Promise(t=>{var i,s,n,r;const a=Object(o.m)({type:"file"});a.accept=null!=(s=null===(i=e)||void 0===i?void 0:i.accept)?s:"",a.multiple=null!=(r=null===(n=e)||void 0===n?void 0:n.multiple)&&r,a.onchange=()=>{a.files&&a.files.length?t([...a.files]):t([])},a.click()})}function n(e){return new Promise((t,i)=>{const o=new FileReader;o.addEventListener("loadend",()=>{o.result instanceof ArrayBuffer?t(o.result):i(new Error("Couldn't read file."))}),o.readAsArrayBuffer(e)})}},iR5r:function(e,t,i){"use strict";i.d(t,"b",(function(){return n})),i.d(t,"a",(function(){return r})),i.d(t,"c",(function(){return a}));var o=i("Womt"),s=i("7/+l");function n(e,t){let i,o;switch(t.format[1]){case 6:i=s.b.RGBA_S3TC_DXT1,o=t.width*t.height/2;break;case 7:i=s.b.RGBA_S3TC_DXT3,o=t.width*t.height;break;default:throw new Error(`Format ${t.format.join(", ")} not supported.`)}return new s.a(e,i,t.width,t.height,t.data.slice(0,o))}function r(e){return e.textures.map(a)}function a(e){let t,i;switch(e.format[1]){case 6:t=o.RGBA_S3TC_DXT1_Format,i=e.width*e.height/2;break;case 7:t=o.RGBA_S3TC_DXT3_Format,i=e.width*e.height;break;default:throw new Error(`Format ${e.format.join(", ")} not supported.`)}const s=new o.CompressedTexture([{data:new Uint8Array(e.data,0,i),width:e.width,height:e.height}],e.width,e.height,t);return s.minFilter=o.LinearFilter,s.wrapS=o.MirroredRepeatWrapping,s.wrapT=o.MirroredRepeatWrapping,s.needsUpdate=!0,s}},iUMt:function(e,t,i){"use strict";i.d(t,"a",(function(){return l}));var o=i("nN8q"),s=i("FXpb"),n=(i("pxmB"),i("jJhE")),r=i("4VsB"),a=i("ouMO");const d=500,c=500;class l extends o.a{constructor(e){var t,i;super(e),this.x=0,this.y=0,this.prev_mouse_x=0,this.prev_mouse_y=0,this._title=new r.a(this,"",this.set_title),this._description=new r.a(this,"",this.set_description),this._content=new r.a(this,"",this.set_content),this._ondismiss=Object(a.a)(),this.children=[],this.title=this._title,this.description=this._description,this.content=this._content,this.ondismiss=this._ondismiss,this.mousedown=e=>{this.prev_mouse_x=e.clientX,this.prev_mouse_y=e.clientY,window.addEventListener("mousemove",this.window_mousemove),window.addEventListener("mouseup",this.window_mouseup)},this.window_mousemove=e=>{e.preventDefault(),this.set_position(this.x+e.clientX-this.prev_mouse_x,this.y+e.clientY-this.prev_mouse_y),this.prev_mouse_x=e.clientX,this.prev_mouse_y=e.clientY},this.window_mouseup=e=>{e.preventDefault(),window.removeEventListener("mousemove",this.window_mousemove),window.removeEventListener("mouseup",this.window_mouseup)},this.element=Object(s.q)({className:"core_Dialog",tabIndex:0},this.header_element=Object(s.i)(),this.description_element=Object(s.h)({className:"core_Dialog_description"}),this.content_element=Object(s.h)({className:"core_Dialog_body"}),Object(s.h)({className:"core_Dialog_footer"},...(i=null===(t=e)||void 0===t?void 0:t.footer,null!=i?i:[]))),this.element.style.width=`${d}px`,this.element.style.maxHeight=`${c}px`,this.element.addEventListener("keydown",e=>this.keydown(e)),e&&("string"==typeof e.title?this.title.val=e.title:e.title&&this.title.bind_to(e.title),"string"==typeof e.description?this.description.val=e.description:e.description&&this.description.bind_to(e.description),Object(n.a)(e.content)?this.content.bind_to(e.content):null!=e.content&&(this.content.val=e.content)),this.set_position((window.innerWidth-d)/2,(window.innerHeight-c)/2),this.header_element.addEventListener("mousedown",this.mousedown),this.overlay_element=Object(s.h)({className:"core_Dialog_modal_overlay",tabIndex:-1}),this.overlay_element.addEventListener("focus",()=>this.focus()),this.finalize_construction()}dispose(){super.dispose(),this.overlay_element.remove()}focus(){(this.first_focusable_child(this.element)||this.element).focus()}first_focusable_child(e){for(const t of e.children)if(t instanceof HTMLElement){if(t.tabIndex>=0)return t;{const e=this.first_focusable_child(t);if(e)return e}}}set_position(e,t){this.x=e,this.y=t,this.element.style.transform=`translate(${Math.floor(e)}px, ${Math.floor(t)}px)`}set_visible(e){e?(document.body.append(this.overlay_element),document.body.append(this.element),this.focus()):(this.overlay_element.remove(),this.element.remove())}set_title(e){this.header_element.textContent=e}set_description(e){""===e?(this.description_element.hidden=!0,this.description_element.textContent=""):(this.description_element.hidden=!1,this.description_element.textContent=e)}set_content(e){this.content_element.textContent="",this.content_element.append(e)}keydown(e){"Escape"===e.key&&this._ondismiss.emit({value:e})}}},kwt4:function(e,t,i){"use strict";var o=i("9Ykw"),s=i("rwco");const n=s.a.get("core/data_formats/parsing/ninja/njcm");var r;function a(e,t){const i=e.u32(),o=e.u32(),s=e.vec3_f32(),n=e.f32(),a=[],c=[];if(i){e.seek_start(i);for(const i of d(e,t,!0))if(i.type===r.Vertex)for(const e of i.vertices)a[e.index]={position:e.position,normal:e.normal,bone_weight:e.bone_weight,bone_weight_status:e.bone_weight_status,calc_continue:e.calc_continue}}if(o){e.seek_start(o);let i=void 0,s=void 0,n=void 0;for(const o of d(e,t,!1))switch(o.type){case r.Bits:s=o.src_alpha,n=o.dst_alpha;break;case r.Tiny:i=o.texture_id;break;case r.Material:s=o.src_alpha,n=o.dst_alpha;break;case r.Strip:for(const e of o.triangle_strips)e.texture_id=i,e.src_alpha=s,e.dst_alpha=n;c.push(...o.triangle_strips)}}return{type:"njcm",vertices:a,meshes:c,collision_sphere_center:s,collision_sphere_radius:n}}function d(e,t,i){const o=[];let s=!0;for(;s;){const a=e.u8(),_=e.u8(),u=e.position;let h=0;if(0===a)o.push({type:r.Null,type_id:a});else if(1<=a&&a<=3)o.push({type:r.Bits,type_id:a,src_alpha:_>>>3&7,dst_alpha:7&_});else if(4===a){const i=_,n=e.position;o.push({type:r.CachePolygonList,type_id:a,cache_index:i,offset:n}),t[i]=n,s=!1}else if(5===a){const s=_,n=t[s];null!=n&&(e.seek_start(n),o.push(...d(e,t,i))),o.push({type:r.DrawPolygonList,type_id:a,cache_index:s})}else if(8<=a&&a<=9){h=2;const t=e.u16();o.push({type:r.Tiny,type_id:a,flip_u:0!=(128&a),flip_v:0!=(64&a),clamp_u:0!=(32&a),clamp_v:0!=(16&a),mipmap_d_adjust:15&a,filter_mode:t>>>14,super_sample:0!=(64&t),texture_id:8191&t})}else if(17<=a&&a<=31){let t,i,s;h=2+2*e.u16(),0!=(1&_)&&(t={b:e.u8()/255,g:e.u8()/255,r:e.u8()/255,a:e.u8()/255}),0!=(2&_)&&(i={b:e.u8()/255,g:e.u8()/255,r:e.u8()/255,a:e.u8()/255}),0!=(4&_)&&(s={b:e.u8(),g:e.u8(),r:e.u8(),e:e.u8()}),o.push({type:r.Material,type_id:a,src_alpha:_>>>3&7,dst_alpha:7&_,diffuse:t,ambient:i,specular:s})}else 32<=a&&a<=50?(h=2+4*e.u16(),o.push({type:r.Vertex,type_id:a,vertices:c(e,a,_)})):56<=a&&a<=58?(h=2+2*e.u16(),o.push({type:r.Volume,type_id:a})):64<=a&&a<=75?(h=2+2*e.u16(),o.push({type:r.Strip,type_id:a,triangle_strips:l(e,a,_)})):255===a?(h=i?2:0,o.push({type:r.End,type_id:a}),s=!1):(h=2+2*e.u16(),o.push({type:r.Unknown,type_id:a}),n.warn(`Unknown chunk type ${a} at offset ${u}.`));e.seek_start(u+h)}return o}function c(e,t,i){if(t<32||t>50)return n.warn(`Unknown vertex chunk type ${t}.`),[];const o=3&i,s=0!=(128&i),r=e.u16(),a=e.u16(),d=[];for(let i=0;i=42&&(44===t?(n.index=r+e.u16(),n.bone_weight=e.u16()/255):e.seek(4));else if(48<=t&&t<=50){const i=e.u32();n.normal={x:(i>>20&1023)/1023,y:(i>>10&1023)/1023,z:(1023&i)/1023},t>=49&&e.seek(4)}d.push(n)}return d}function l(e,t,i){const o={ignore_light:0!=(1&i),ignore_specular:0!=(2&i),ignore_ambient:0!=(4&i),use_alpha:0!=(8&i),double_side:0!=(16&i),flat_shading:0!=(32&i),environment_mapping:0!=(64&i)},s=e.u16(),n=s>>>14,r=16383&s;let a=!1,d=!1,c=!1,l=!1;switch(t){case 64:break;case 65:case 66:a=!0;break;case 67:c=!0;break;case 68:case 69:a=!0,c=!0;break;case 70:d=!0;break;case 71:case 72:a=!0,d=!0;break;case 73:break;case 74:case 75:l=!0;break;default:throw new Error(`Unexpected chunk type ID: ${t}.`)}const _=[];for(let t=0;t=2&&e.seek(2*n)}_.push(Object.assign(Object.assign({},o),{clockwise_winding:i,has_tex_coords:a,has_normal:c,vertices:r}))}return _}!function(e){e[e.Unknown=0]="Unknown",e[e.Null=1]="Null",e[e.Bits=2]="Bits",e[e.CachePolygonList=3]="CachePolygonList",e[e.DrawPolygonList=4]="DrawPolygonList",e[e.Tiny=5]="Tiny",e[e.Material=6]="Material",e[e.Vertex=7]="Vertex",e[e.Volume=8]="Volume",e[e.Strip=9]="Strip",e[e.End=10]="End"}(r||(r={}));const _=s.a.get("core/data_formats/parsing/ninja/xj");function u(e){e.seek(4);const t=e.u32(),i=e.u32(),o=e.u32(),s=e.u32(),n=e.u32(),r=e.u32(),a={type:"xj",vertices:[],meshes:[],collision_sphere_position:e.vec3_f32(),collision_sphere_radius:e.f32()};return i>=1&&(i>1&&_.warn(`Vertex info count of ${i} was larger than expected.`),a.vertices.push(...function(e,t){e.seek_start(t);const i=e.u16();e.seek(2);const o=e.u32(),s=e.u32(),n=e.u32(),r=[];for(let t=0;te.type===b),r=[];for(const e of n)r.push(...I(e.data,t,i));return Object(p.c)(r,s.problems)}function I(e,t,i){const o=e.u32(),s=0!=(1&o),n=0!=(2&o),r=0!=(4&o),a=0!=(8&o),d=0!=(16&o),c=0!=(32&o),l=0!=(64&o),_=0!=(128&o),u=e.u32(),h=e.vec3_f32(),v={x:e.i32()*g,y:e.i32()*g,z:e.i32()*g},p=e.vec3_f32(),b=e.u32(),f=e.u32();let w,k,y;return u&&(e.seek_start(u),w=t(e,i)),b?(e.seek_start(b),k=I(e,t,i)):k=[],f?(e.seek_start(f),y=I(e,t,i)):y=[],[new m({no_translate:s,no_rotate:n,no_scale:r,hidden:a,break_child_trace:d,zxy_rotation_order:c,skip:l,shape_skip:_},w,h,v,p,k),...y]}},oyid:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var o=i("sDu+"),s=i("4VsB"),n=i("FXpb");class r extends o.a{constructor(e=!1,t){super(t),this.element=Object(n.m)({className:"core_CheckBox"}),this.preferred_label_position="right",this._checked=new s.a(this,e,this.set_checked),this.checked=this._checked,this.set_checked(e),this.element.type="checkbox",this.element.onchange=()=>this._checked.set_val(this.element.checked,{silent:!1}),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.element.disabled=!e}set_checked(e){this.element.checked=e}}},tDPm:function(e,t,i){"use strict";i.d(t,"b",(function(){return s})),i.d(t,"e",(function(){return n})),i.d(t,"c",(function(){return r})),i.d(t,"a",(function(){return d})),i.d(t,"d",(function(){return c}));var o=i("wtpc");class s{constructor(e,t){this.x=e,this.y=t}get u(){return this.x}get v(){return this.y}}function n(e,t){return new s(e.x-t.x,e.y-t.y)}class r{constructor(e,t,i){this.x=e,this.y=t,this.z=i}}class a{constructor(e){this.data=e,Object(o.d)(9===e.length,"data should be of length 9.")}static of(e,t,i,o,s,n,r,d,c){return new a(new Float32Array([e,o,r,t,s,d,i,n,c]))}static identity(){return a.of(1,0,0,0,1,0,0,0,1)}get(e,t){return this.data[e+3*t]}set(e,t,i){this.data[e+3*t]=i}clone(){return new a(new Float32Array(this.data))}transpose(){let e;const t=this.data;e=t[1],t[1]=t[3],t[3]=e,e=t[2],t[2]=t[6],t[6]=e,e=t[5],t[5]=t[7],t[7]=e}inverse(){const e=this.clone();return e.invert(),e}invert(){const e=this.data[0],t=this.data[1],i=this.data[2],o=this.data[3],s=this.data[4],n=this.data[5],r=this.data[6],a=this.data[7],d=this.data[8],c=d*s-n*a,l=n*r-d*o,_=a*o-s*r,u=e*c+t*l+i*_;if(0===u)return this.data[0]=1,this.data[1]=0,this.data[2]=0,this.data[3]=0,this.data[4]=1,this.data[5]=0,this.data[6]=0,this.data[7]=0,void(this.data[8]=1);const h=1/u;this.data[0]=c*h,this.data[1]=(i*a-d*t)*h,this.data[2]=(n*t-i*s)*h,this.data[3]=l*h,this.data[4]=(d*e-i*r)*h,this.data[5]=(i*o-n*e)*h,this.data[6]=_*h,this.data[7]=(t*r-a*e)*h,this.data[8]=(s*e-t*o)*h}}class d{constructor(e){this.data=e,Object(o.d)(16===e.length,"data should be of length 16.")}static of(e,t,i,o,s,n,r,a,c,l,_,u,h,v,p,g){return new d(new Float32Array([e,s,c,h,t,n,l,v,i,r,_,p,o,a,u,g]))}static identity(){return d.of(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}static translation(e,t,i){return d.of(1,0,0,e,0,1,0,t,0,0,1,i,0,0,0,1)}static scale(e,t,i){return d.of(e,0,0,1,0,t,0,1,0,0,i,1,0,0,0,1)}static compose(e,t,i){const o=t.w,s=t.x,n=t.y,r=t.z,a=s+s,c=n+n,l=r+r,_=s*a,u=s*c,h=s*l,v=n*c,p=n*l,g=r*l,b=o*a,f=o*c,m=o*l,w=i.x,k=i.y,y=i.z;return d.of((1-(v+g))*w,(u-m)*k,(h+f)*y,e.x,(u+m)*w,(1-(_+g))*k,(p-b)*y,e.y,(h-f)*w,(p+b)*k,(1-(_+v))*y,e.z,0,0,0,1)}get(e,t){return this.data[e+4*t]}set(e,t,i){this.data[e+4*t]=i}clone(){return new d(new Float32Array(this.data))}normal_mat3(){const e=a.of(this.data[0],this.data[4],this.data[8],this.data[1],this.data[5],this.data[9],this.data[2],this.data[6],this.data[10]);return e.invert(),e.transpose(),e}}function c(e,t){const i=new d(new Float32Array(16));return l(i.data,e,t),i}function l(e,t,i){for(let o=0;o<4;o++)for(let s=0;s<4;s++)for(let n=0;n<4;n++)e[o+4*s]+=t.data[o+4*n]*i.data[n+4*s]}},tRdk:function(e,t,i){"use strict";i.d(t,"b",(function(){return n})),i.d(t,"a",(function(){return r}));var o=i("Womt"),s=i("tDPm");function n(e){return new o.Vector3(e.x,e.y,e.z)}function r(e){return new s.c(e.x,e.y,e.z)}},tjEv:function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));class o{constructor(e=8192){this._size=0,this._buffer=new ArrayBuffer(e),this._data_view=new DataView(this._buffer)}get size(){return this._size}set size(e){if(e<0)throw new Error("Size should be non-negative.");this.ensure_capacity(e),this._size=e}get capacity(){return this._buffer.byteLength}get backing_buffer(){return this._buffer}get view(){return this._data_view}sub_view(e,t){return new DataView(this._buffer,e,t)}ensure_capacity(e){if(e>this.capacity){let t=this.capacity||e;do{t*=2}while(t(this.materials.push({texture_id:e,alpha:t,additive_blending:i}),this.materials.length-1))}}get_materials(){return this.materials}}class r{constructor(){this.positions=[],this.normals=[],this.uvs=[],this.indices=[],this.bones=[],this.bone_indices=[],this.bone_weights=[],this.groups=[],this.material_map=new n}get vertex_count(){return this.positions.length/3}get index_count(){return this.indices.length}get_position(e){return new o.Vector3(this.positions[3*e],this.positions[3*e+1],this.positions[3*e+2])}get_normal(e){return new o.Vector3(this.normals[3*e],this.normals[3*e+1],this.normals[3*e+2])}add_vertex(e,t,i){this.positions.push(e.x,e.y,e.z),this.normals.push(t.x,t.y,t.z),this.uvs.push(i.x,i.y)}add_index(e){this.indices.push(e)}add_bone(e){this.bones.push(e)}add_bone_weight(e,t){this.bone_indices.push(e),this.bone_weights.push(t)}add_group(e,t,i,o=!1,s=!1){const n=this.groups[this.groups.length-1],r=this.material_map.add_material(i,o,s);n&&n.material_index===r?n.size+=t:this.groups.push({offset:e,size:t,material_index:r})}build(){const e=new o.BufferGeometry;let t;e.setAttribute("position",new o.Float32BufferAttribute(this.positions,3)),e.setAttribute("normal",new o.Float32BufferAttribute(this.normals,3)),e.setAttribute("uv",new o.Float32BufferAttribute(this.uvs,2)),e.setIndex(new o.Uint16BufferAttribute(this.indices,1)),this.bone_indices.length&&this.bones.length?(e.setAttribute("skinIndex",new o.Uint16BufferAttribute(this.bone_indices,4)),e.setAttribute("skinWeight",new o.Float32BufferAttribute(this.bone_weights,4)),t=this.bones):t=[];for(const t of this.groups)e.addGroup(t.offset,t.size,t.material_index);const i={created_by_geometry_builder:!0,materials:this.material_map.get_materials(),bones:t};return e.userData=i,e.computeBoundingSphere(),e.computeBoundingBox(),e}}},w6HN:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var o=i("TRid"),s=(i("IQIM"),i("sDu+")),n=i("FXpb");class r extends o.a{constructor(e,...t){super(e instanceof o.a?void 0:e),this.element=Object(n.h)({className:"core_ToolBar"}),this.height=33,this.element.style.height=`${this.height}px`,this.children=e instanceof o.a?[e,...t]:t;for(const e of this.children)if(this.disposable(e),e instanceof s.a&&e.label){const t=Object(n.h)({className:"core_ToolBar_group"});"left"===e.preferred_label_position||"top"===e.preferred_label_position?t.append(e.label.element,e.element):t.append(e.element,e.label.element),this.element.append(t)}else this.element.append(e.element);this.finalize_construction()}set_enabled(e){super.set_enabled(e);for(const t of this.children)t.enabled.val=e}}},yub1:function(e,t,i){"use strict";i.d(t,"a",(function(){return l})),i.d(t,"b",(function(){return _}));var o=i("9Ykw"),s=i("rwco"),n=i("BAAx"),r=i("5cb6");const a=s.a.get("core/data_formats/parsing/ninja/texture"),d=1213027928,c=1414682200;function l(e){const t=Object(o.b)(e,!0);return e.seek_start(0),t.success&&null!=t.value.find(e=>e.type===d||e.type===c)}function _(e){const t=Object(o.a)(e);if(!t.success)return t;const i=Object(n.b)(a);i.add_result(t);const s=t.value,l=s.find(e=>e.type===d),_=l&&function(e){return{texture_count:e.u16()}}(l.data),u=s.filter(e=>e.type===c).map(e=>(function(e){const t=e.u32(),i=e.u32(),o=e.u32(),s=e.u16(),n=e.u16(),r=e.u32();return e.seek(36),{id:o,format:[t,i],width:s,height:n,size:r,data:e.array_buffer(r)}})(e.data));return _||0!==u.length?(_&&_.texture_count!==u.length&&i.add_problem(r.b.Warning,"Corrupted XVM file.",`Found ${u.length} textures instead of ${_.texture_count} as defined in the header.`),i.success({textures:u})):(i.add_problem(r.b.Error,"Corrupted XVM file.","No header and no XVRT chunks found."),i.failure())}}}]); \ No newline at end of file diff --git a/8.ccd06e5ae8873371b67e.js b/8.ccd06e5ae8873371b67e.js deleted file mode 100644 index 273533c2..00000000 --- a/8.ccd06e5ae8873371b67e.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[8],{"0Xme":function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var s=n("sDu+"),i=n("jJhE"),o=(n("x1yY"),n("4VsB")),r=n("FXpb");class l extends s.a{constructor(e,t,n,s,i){super(i),this.element=Object(r.s)({className:`${t} core_Input`}),this._value=new o.a(this,e,this.set_value),this.value=this._value,this.input_element=Object(r.m)({className:`${s} core_Input_inner`}),this.input_element.type=n,this.input_element.addEventListener("change",()=>{this._value.set_val(this.get_value(),{silent:!1})}),this.input_element.addEventListener("keydown",e=>{"Enter"===e.key&&this._value.set_val(this.get_value(),{silent:!1})}),i&&i.readonly&&this.set_attr("readOnly",!0),this.element.append(this.input_element)}set_enabled(e){super.set_enabled(e),this.input_element.disabled=!e}set_attr(e,t,n){if(null==t)return;const s=this.input_element,o=n||(e=>e);Object(i.a)(t)?(s[e]=o(t.val),this.disposable(t.observe(({value:t})=>s[e]=o(t)))):s[e]=o(t)}}},GN66:function(e,t,n){"use strict";n.r(t);var s=n("HjM1"),i=n("xs7i"),o=n("sZ1+"),r=(n("Czz9"),n("0Xme")),l=n("ExVU");n("vlF3");class c extends r.a{constructor(e=l.Duration.fromMillis(0),t){super(e,"core_DurationInput","text","core_DurationInput_inner",t),this.preferred_label_position="left",this.input_element.pattern="(60|[0-5][0-9]):(60|[0-5][0-9])",this.set_value(e),this.finalize_construction()}get_value(){const e=this.input_element.value;if(this.input_element.validity.valid)return l.Duration.fromObject({hours:parseInt(e.slice(0,2),10),minutes:parseInt(e.slice(3),10)});{const t=e.indexOf(":");return-1===t?l.Duration.fromObject({minutes:parseInt(e,10)}):l.Duration.fromObject({hours:parseInt(e.slice(0,t),10),minutes:parseInt(e.slice(t+1),10)})}}set_value(e){this.input_element.value=e.toFormat("hh:mm")}}var a=n("yar8"),u=n("ouMO"),d=n("rwco"),h=n("FXpb"),p=n("zsIO"),_=function(e,t,n,s){return new(n||(n=Promise))((function(i,o){function r(e){try{c(s.next(e))}catch(e){o(e)}}function l(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(r,l)}c((s=s.apply(e,t||[])).next())}))};const m=d.a.get("hunt_optimizer/gui/MethodsForEpisodeView");class f extends p.a{constructor(e,t){super(),this.element=Object(h.h)({className:"hunt_optimizer_MethodsForEpisodeView"}),this.episode=t,this.enemy_types=o.a.filter(e=>Object(o.d)(e).episode===this.episode);const n=Object(u.c)(),s=this.add(new a.b({class:"hunt_optimizer_MethodsForEpisodeView_table",values:n,sort:e=>{n.sort((t,n)=>{for(const{column:s,direction:i}of e){let e=0;switch(s.key){case"method":e=t.name.localeCompare(n.name);break;case"time":e=t.time.val.as("minutes")-n.time.val.as("minutes");break;default:{const i=o.c[s.key];i&&(e=(t.enemy_counts.get(i)||0)-(n.enemy_counts.get(i)||0))}}if(0!==e)return i===a.a.Asc?e:-e}return 0})},columns:[{key:"method",title:"Method",fixed:!0,width:250,sortable:!0,render_cell:e=>e.name},{key:"time",title:"Time",fixed:!0,width:60,input:!0,sortable:!0,render_cell(e,t){const n=t.add(new c(e.time.val));return t.add(n.value.observe(({value:t})=>e.set_user_time(t))),n.element}},...this.enemy_types.map(e=>({key:o.c[e],title:Object(o.d)(e).simple_name,width:90,text_align:"right",sortable:!0,render_cell(t){const n=t.enemy_counts.get(e);return null==n?"":n.toString()}}))]}));this.element.append(s.element),this.disposables(e.current.observe(({value:e})=>_(this,void 0,void 0,(function*(){try{const t=yield e;this.hunt_methods_observer&&this.hunt_methods_observer.dispose(),this.hunt_methods_observer=t.methods.observe(({value:e})=>{n.val=e.filter(e=>e.episode===this.episode)},{call_now:!0})}catch(e){m.error("Couldn't load hunt optimizer store.",e)}})),{call_now:!0})),this.finalize_construction()}dispose(){super.dispose(),this.hunt_methods_observer&&this.hunt_methods_observer.dispose()}}n.d(t,"MethodsView",(function(){return b}));var v=function(e,t,n,s){return new(n||(n=Promise))((function(i,o){function r(e){try{c(s.next(e))}catch(e){o(e)}}function l(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(r,l)}c((s=s.apply(e,t||[])).next())}))};class b extends s.a{constructor(e,t){super(e,{class:"hunt_optimizer_MethodsView",tabs:[{title:"Episode I",key:"episode_1",path:"/methods/episode_1",create_view:function(){return v(this,void 0,void 0,(function*(){return new f(t,i.b.I)}))}},{title:"Episode II",key:"episode_2",path:"/methods/episode_2",create_view:function(){return v(this,void 0,void 0,(function*(){return new f(t,i.b.II)}))}},{title:"Episode IV",key:"episode_4",path:"/methods/episode_4",create_view:function(){return v(this,void 0,void 0,(function*(){return new f(t,i.b.IV)}))}}]}),this.finalize_construction()}}},yar8:function(e,t,n){"use strict";n.d(t,"a",(function(){return l})),n.d(t,"b",(function(){return c}));var s=n("TRid"),i=n("FXpb"),o=n("Tpfs");n("/KYB");const r=n("rwco").a.get("core/gui/Table");var l;!function(e){e[e.Asc=0]="Asc",e[e.Desc=1]="Desc"}(l||(l={}));class c extends s.a{constructor(e){super(e),this.tbody_element=Object(i.u)(),this.element=Object(i.t)({className:"core_Table"}),this.children=[],this.create_row=(e,t)=>{const n=new o.a;let s=0;return[Object(i.A)(...this.columns.map((o,l)=>{const c=o.fixed?Object(i.y)():Object(i.v)();try{const t=o.render_cell(e,n);c.append(t),o.input&&c.classList.add("input"),o.fixed&&(c.classList.add("fixed"),c.style.left=`${s}px`,s+=o.width||0),c.style.width=`${o.width}px`,o.text_align&&(c.style.textAlign=o.text_align),o.tooltip&&(c.title=o.tooltip(e))}catch(e){r.warn(`Error while rendering cell for index ${t}, column ${l}.`,e)}return c})),n]},this.update_footer=()=>{if(!this.footer_row_element)return;const e=this.columns.length;for(let t=0;t{const n=Object(i.y)({data:{index:t.toString()}},Object(i.s)(e.title));return e.fixed&&(n.style.position="sticky",n.style.left=`${c}px`,c+=e.width),n.style.width=`${e.width}px`,e.footer&&(a=!0),n}));const u=e.sort;u&&(s.onmousedown=e=>{if(e.target instanceof HTMLElement){let n=e.target;for(let e=0;e<5&&!n.dataset.index;e++){if(!n.parentElement)return;n=n.parentElement}if(!n.dataset.index)return;const s=parseInt(n.dataset.index,10),i=this.columns[s];if(!i.sortable)return;const o=t.findIndex(e=>e.column===i);if(0===o){const e=t[0];e.direction=e.direction===l.Asc?l.Desc:l.Asc}else-1!==o&&t.splice(o,1),t.unshift({column:i,direction:l.Asc});u(t)}}),n.append(s),this.tbody_element=Object(i.u)(),this.element.append(n,this.tbody_element),a&&(this.footer_row_element=Object(i.A)(),this.element.append(Object(i.x)({},this.footer_row_element)),this.create_footer()),this.disposables(Object(i.d)(this.tbody_element,this.values,this.create_row),this.values.observe(this.update_footer)),this.finalize_construction()}create_footer(){const e=[];let t=0;for(let n=0;n{if(t.target instanceof HTMLElement){const e=t.target.dataset.key;e&&this.activate_key(e)}},this.bar_element.onmousedown=this.bar_mousedown;for(const t of e.tabs){const e=Object(o.s)({className:"core_TabContainer_Tab",data:{key:t.key}},t.title);this.bar_element.append(e);const i=this.disposable(new s.a(t.create_view)),n=Object.assign(Object.assign({},t),{tab_element:e,lazy_view:i});this.tabs.push(n),this.panes_element.append(i.element)}this.element.append(this.bar_element,this.panes_element),this.finalize_construction()}get children(){return this.tabs.flatMap(t=>t.lazy_view.children)}resize(t,e){super.resize(t,e),this.bar_element.style.width=`${t}px`,this.bar_element.style.height=`${r}px`;const i=e-r;this.panes_element.style.width=`${t}px`,this.panes_element.style.height=`${i}px`;for(const e of this.tabs)e.lazy_view.resize(t,i);return this}activate(){if(this.active_tab)this.activate_tab(this.active_tab);else{let t;for(const e of this.tabs)null!=e.path&&this.gui_store.path.val.startsWith(e.path)&&(t=e);t?this.activate_tab(t):this.tabs.length&&this.activate_tab(this.tabs[0])}}activate_key(t){for(const e of this.tabs)if(e.key===t){this.activate_tab(e);break}}activate_tab(t){this.active_tab!==t&&(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=t,t.tab_element.classList.add("active"),t.lazy_view.visible.val=!0),null!=t.path&&(this.gui_store.set_path_prefix(t.path),t.lazy_view.activate())}}},I7a6:function(t,e,i){"use strict";i.d(e,"a",(function(){return a}));var s=i("nsCy"),n=i("rwco"),o=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};const r=n.a.get("core/persistence/Persister");class a{persist_for_server(t,e,i){this.persist(this.server_key(t,e),i)}persist(t,e){try{localStorage.setItem(t,JSON.stringify(e))}catch(e){r.error(`Couldn't persist ${t}.`,e)}}load_for_server(t,e){return o(this,void 0,void 0,(function*(){return this.load(this.server_key(t,e))}))}load(t){return o(this,void 0,void 0,(function*(){try{const e=localStorage.getItem(t);return e&&JSON.parse(e)}catch(e){return void r.error(`Couldn't load ${t}.`,e)}}))}server_key(t,e){let i=e+".";switch(t){case s.g.Ephinea:i+="Ephinea";break;default:throw new Error(`Server ${s.g[t]} not supported.`)}return i}}},"Ix/i":function(t,e,i){"use strict";i.r(e);var s=i("HjM1"),n=i("zsIO"),o=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};class r extends n.a{constructor(t,e,n){super(),this.tab_container=this.add(new s.a(t,{class:"hunt_optimizer_HuntOptimizerView",tabs:[{title:"Optimize",key:"optimize",path:"/optimize",create_view:function(){return o(this,void 0,void 0,(function*(){return new((yield Promise.all([i.e(1),i.e(6)]).then(i.bind(null,"FNQV"))).OptimizerView)(e)}))}},{title:"Methods",key:"methods",path:"/methods",create_view:function(){return o(this,void 0,void 0,(function*(){return new((yield Promise.all([i.e(1),i.e(8)]).then(i.bind(null,"GN66"))).MethodsView)(t,n)}))}},{title:"Help",key:"help",path:"/help",create_view:function(){return o(this,void 0,void 0,(function*(){return new((yield Promise.all([i.e(1),i.e(12)]).then(i.bind(null,"F0Xh"))).HelpView)}))}}]})),this.finalize_construction()}get element(){return this.tab_container.element}resize(t,e){super.resize(t,e),this.tab_container.resize(t,e)}}var a=i("nsCy"),c=i("sZ1+");class u{constructor(t,e,i,s){if(this.id=t,this.name=e,this.episode=i,this.enemy_counts=s,!t)throw new Error("id is required.");if(!e)throw new Error("name is required.");if(!s)throw new Error("enemyCounts is required.")}}var h=i("ouMO"),_=i("ExVU");class l{constructor(t,e,i,s){if(!t)throw new Error("id is required.");if(!_.Duration.isDuration(s))throw new Error("default_time must a valid duration.");if(!e)throw new Error("name is required.");if(!i)throw new Error("quest is required.");this.id=t,this.name=e,this.episode=i.episode,this.quest=i,this.enemy_counts=i.enemy_counts,this.default_time=s,this._user_time=Object(h.e)(void 0),this.user_time=this._user_time,this.time=this.user_time.map(t=>null!=t?t:this.default_time)}set_user_time(t){return this._user_time.val=t,this}}var d=i("kcKQ"),m=i("Ya0R"),f=i("rwco"),p=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};const v=f.a.get("hunt_optimizer/stores/HuntMethodStore"),w=_.Duration.fromObject({minutes:30}),y=_.Duration.fromObject({minutes:45}),b=_.Duration.fromObject({minutes:45});function g(t,e,i){return new m.a(e,function(t,e){return i=>p(this,void 0,void 0,(function*(){const s=yield t.get(`/quests.${a.g[i].toLowerCase()}.json`).json(),n=[];for(const t of s){let e=0;const i=new Map;for(const[s,n]of Object.entries(t.enemy_counts)){const t=c.c[s];t?(i.set(t,n),e+=n):v.error(`No NpcType found for code ${s}.`)}switch(t.id){case 31:case 34:case 1305:case 1306:case 1307:case 313:case 314:continue}n.push(new l(`q${t.id}`,t.name,new u(t.id,t.name,t.episode,i),/^\d-\d.*/.test(t.name)?y:e>400?b:w))}return yield e.load_method_user_times(n,i),new z(e,i,n)}))}(t,i))}class z extends d.a{constructor(t,e,i){super(),this.methods=Object(h.c)(t=>[t.user_time],...i),this.disposables(this.methods.observe_list(()=>t.persist_method_user_times(this.methods.val,e)))}}var O=i("lLyO"),x=i.n(O);class j{constructor(t,e){this.item_type=t,this._amount=Object(h.e)(e),this.amount=this._amount}set_amount(t){return this._amount.val=t,this}}class k{constructor(t,e){this.wanted_items=t,this.optimal_methods=e}}class M{constructor(t,e,i,s,n,o,r){this.difficulty=t,this.section_ids=e,this.method_name=i,this.method_episode=s,this.method_time=n,this.runs=o,this.item_counts=r,this.total_time=_.Duration.fromMillis(o*n.as("milliseconds"))}}var P=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};function $(t,e,i,s,n){return new m.a(t,function(t,e,i,s){return n=>P(this,void 0,void 0,(function*(){return new E(t,n,yield e.get(n),yield i.get(n),yield s.get(n))}))}(e,i,s,n))}class E extends d.a{constructor(t,e,i,s,n){super(),this.hunt_optimizer_persister=t,this.server=e,this.item_drop_store=s,this._wanted_items=Object(h.c)(t=>[t.amount]),this.wanted_items=this._wanted_items,this.optimize=(t,e)=>{if(!t.length)return;const i=new Set(t.filter(t=>t.amount.val>0).map(t=>t.item_type)),s=this.item_drop_store.enemy_drops,n={};for(const t of this.wanted_items.val)n[t.item_type.name]={min:t.amount.val};const o={},r=new Map;for(const t of e){const e=new Map;for(const[i,s]of t.enemy_counts.entries()){const t=e.get(i)||0,n=Object(c.d)(i);if(null==n.rare_type)e.set(i,t+s);else{let o,r;n.rare_type===c.c.Kondrieu?(o=1-a.c,r=a.c):(o=1-a.d,r=a.d),e.set(i,t+s*o),e.set(n.rare_type,(e.get(n.rare_type)||0)+s*r)}}const n=[e],u=e.get(c.c.PanArms);if(u){const t=new Map(e);t.delete(c.c.PanArms),t.set(c.c.Migium,u),t.set(c.c.Hidoom,u),n.push(t)}const h=e.get(c.c.PanArms2);if(h){const t=new Map(e);t.delete(c.c.PanArms2),t.set(c.c.Migium2,h),t.set(c.c.Hidoom2,h),n.push(t)}for(let e=0;eP(this,void 0,void 0,(function*(){this._wanted_items.val=yield this.hunt_optimizer_persister.load_wanted_items(this.server),this.disposable(this._wanted_items.observe(({value:t})=>{this.hunt_optimizer_persister.persist_wanted_items(this.server,t)}))})),this.huntable_item_types=i.item_types.filter(t=>s.enemy_drops.get_drops_for_item_type(t.id).length),this.result=Object(h.d)(this.optimize,this.wanted_items,n.methods),this.initialize_persistence()}add_wanted_item(t){this._wanted_items.val.find(e=>e.item_type===t)||this._wanted_items.push(new j(t,1))}remove_wanted_item(t){this._wanted_items.remove(t)}full_method_name(t,e,i,s){let n=`${t}\t${e}\t${i.id}`;return s&&(n+="\tspa"),n}}var T=i("I7a6"),q=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};const H="HuntMethodStore.methodUserTimes";class N extends T.a{persist_method_user_times(t,e){const i={};for(const e of t)null!=e.user_time.val&&(i[e.id]=e.user_time.val.as("hours"));this.persist_for_server(e,H,i)}load_method_user_times(t,e){return q(this,void 0,void 0,(function*(){const i=yield this.load_for_server(e,H);if(i)for(const e of t){const t=i[e.id];e.set_user_time(null==t?void 0:_.Duration.fromObject({hours:t}))}}))}}var S=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};const C="HuntOptimizerStore.wantedItems";class I extends T.a{constructor(t){super(),this.item_type_stores=t}persist_wanted_items(t,e){this.persist_for_server(t,C,e.map(({item_type:t,amount:e})=>({itemTypeId:t.id,amount:e.val})))}load_wanted_items(t){return S(this,void 0,void 0,(function*(){const e=yield this.item_type_stores.get(t),i=yield this.load_for_server(t,C),s=[];if(i)for(const{itemTypeId:t,itemKindId:n,amount:o}of i){const i=null!=t?e.get_by_id(t):e.get_by_id(n);i&&s.push(new j(i,o))}return s}))}}var D=i("Tpfs");function A(t,e,i,s){const n=new D.a,o=n.add(g(t,e,new N)),a=n.add($(e,new I(i),i,s,o));return{view:n.add(new r(e,a,o)),dispose(){n.dispose()}}}i.d(e,"initialize_hunt_optimizer",(function(){return A}))}}]); \ No newline at end of file diff --git a/9.45d9dbb969cbcc6d1ab8.js b/9.45d9dbb969cbcc6d1ab8.js new file mode 100644 index 00000000..84d10393 --- /dev/null +++ b/9.45d9dbb969cbcc6d1ab8.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{"/UnV":function(t,e,i){"use strict";i.d(e,"a",(function(){return h}));var s=i("rwco"),r=i("BAAx"),n=i("5cb6");const o=s.a.get("core/data_formats/parsing/afs"),u=5457473;function h(t){const e=Object(r.b)(o);if(t.bytes_left<8)return e.add_problem(n.b.Error,"AFS archive is corrupted.","Too small to be an AFS archive.").failure();if(t.u32()!==u)return e.add_problem(n.b.Error,"AFS archive is corrupted.","Magic bytes not present.").failure();const i=t.u16();t.seek(2);const s=[];for(let r=1;r<=i;r++){if(t.bytes_left<8){e.add_problem(n.b.Warning,`AFS file entry ${r} is invalid.`,`Couldn't read file entry ${r}, only ${t.bytes_left} bytes left.`);break}const i=t.u32(),o=t.u32();if(i>t.size)e.add_problem(n.b.Warning,`AFS file entry ${r} is invalid.`,`Invalid file offset ${i} for entry ${r}.`);else if(i+o>t.size)e.add_problem(n.b.Warning,`AFS file entry ${r} is invalid.`,`File size ${o} (offset: ${i}) of entry ${r} too large.`);else{const e=t.position;t.seek_start(i),s.push(t.array_buffer(o)),t.seek_start(e)}}return e.success(s)}},"/Wax":function(t,e,i){"use strict";i.d(e,"a",(function(){return r}));var s=i("9dYx");class r extends s.a{constructor(t,e,i=0,s=t.size-i){if(i<0||i>t.size)throw new Error(`Offset ${i} is out of bounds.`);if(s<0||i+s>t.size)throw new Error(`Size ${s} is out of bounds.`);super(e,i),this.buffer=t,this._size=s}get size(){return this._size}set size(t){t>this._size?this.ensure_size(t-this.position):this._size=t}get backing_buffer(){return this.buffer.backing_buffer}get dv(){return this.buffer.view}take(t){this.check_size("size",t,t);const e=this.offset+this.position,i=new r(this.buffer,this.endianness,e,t);return this._position+=t,i}ensure_size(t,e=this.position){const i=e+t-this._size;i>0&&(this._size+=i,this.buffer.size({type:e,data:t.take(i)}))}function h(t,e=!1){return a(t,e,[],(t,e,i)=>({type:e,size:i}))}function a(t,e,i,r){const u=Object(s.b)(o);let h=!1;for(;t.bytes_left>=8;){const s=t.u32(),o=t.position,a=t.u32();if(a>t.bytes_left){h=!0,e||u.add_problem(0===i.length?n.b.Error:n.b.Warning,"Invalid IFF format.",`Size ${a} was too large (only ${t.bytes_left} bytes left) at position ${o}.`);break}i.push(r(t,s,a))}return h&&0===i.length?u.failure():u.success(i)}},"9dYx":function(t,e,i){"use strict";var s=i("bcBH");class r{constructor(t,e){this._position=0,this.endianness=t,this.offset=e}get position(){return this._position}get endianness(){return this.little_endian?s.a.Little:s.a.Big}set endianness(t){this.little_endian=t===s.a.Little}get bytes_left(){return this.size-this.position}seek(t){return this.seek_start(this.position+t)}seek_start(t){if(t<0||t>this.size)throw new Error(`Offset ${t} is out of bounds.`);return this._position=t,this}seek_end(t){if(t<0||t>this.size)throw new Error(`Offset ${t} is out of bounds.`);return this._position=this.size-t,this}u8(){return this.u8_at(this._position++)}u8_at(t){return this.check_offset(t,1),this.dv.getUint8(this.offset+t)}u16(){const t=this.u16_at(this.position);return this._position+=2,t}u16_at(t){return this.check_offset(t,2),this.dv.getUint16(this.offset+t,this.little_endian)}u32(){const t=this.u32_at(this.position);return this._position+=4,t}u32_at(t){return this.check_offset(t,4),this.dv.getUint32(this.offset+t,this.little_endian)}i8(){return this.i8_at(this._position++)}i8_at(t){return this.check_offset(t,1),this.dv.getInt8(this.offset+t)}i16(){const t=this.i16_at(this.position);return this._position+=2,t}i16_at(t){return this.check_offset(t,2),this.dv.getInt16(this.offset+t,this.little_endian)}i32(){const t=this.i32_at(this.position);return this._position+=4,t}i32_at(t){return this.check_offset(t,4),this.dv.getInt32(this.offset+t,this.little_endian)}f32(){const t=this.f32_at(this.position);return this._position+=4,t}f32_at(t){return this.check_offset(t,4),this.dv.getFloat32(this.offset+t,this.little_endian)}u8_array(t){this.check_size("n",t,t);const e=[];for(let i=0;ithis.size-this.position)throw new Error(`${t} ${e} is out of bounds.`)}check_offset(t,e){if(t<0||t+e>this.size)throw new Error(`Offset ${t} is out of bounds.`)}}i.d(e,"a",(function(){return n}));class n extends r{write_u8(t){return this.write_u8_at(this.position,t),this._position+=1,this}write_u16(t){return this.write_u16_at(this.position,t),this._position+=2,this}write_u32(t){return this.write_u32_at(this.position,t),this._position+=4,this}write_i8(t){return this.write_i8_at(this.position,t),this._position+=1,this}write_i16(t){return this.write_i16_at(this.position,t),this._position+=2,this}write_i32(t){return this.write_i32_at(this.position,t),this._position+=4,this}write_f32(t){return this.write_f32_at(this.position,t),this._position+=4,this}write_u8_array(t){return this.write_u8_array_at(this.position,t),this._position+=t.length,this}write_u16_array(t){return this.write_u16_array_at(this.position,t),this._position+=2*t.length,this}write_u32_array(t){return this.write_u32_array_at(this.position,t),this._position+=4*t.length,this}write_i32_array(t){return this.write_i32_array_at(this.position,t),this._position+=4*t.length,this}write_vec2_f32(t){return this.write_vec2_f32_at(this.position,t),this._position+=8,this}write_vec3_f32(t){return this.write_vec3_f32_at(this.position,t),this._position+=12,this}write_cursor(t){const e=t.size-t.position;return this.ensure_size(e),t.copy_to_uint8_array(new Uint8Array(this.backing_buffer,this.offset+this.position,e),e),this._position+=e,this}write_string_ascii(t,e){return this.write_string_ascii_at(this.position,t,e),this._position+=e,this}write_string_utf16(t,e){return this.write_string_utf16_at(this.position,t,e),this._position+=e,this}write_u8_at(t,e){return this.ensure_size(1,t),this.dv.setUint8(t,e),this}write_u16_at(t,e){return this.ensure_size(2,t),this.dv.setUint16(t,e,this.little_endian),this}write_u32_at(t,e){return this.ensure_size(4,t),this.dv.setUint32(t,e,this.little_endian),this}write_i8_at(t,e){return this.ensure_size(1,t),this.dv.setInt8(t,e),this}write_i16_at(t,e){return this.ensure_size(2,t),this.dv.setInt16(t,e,this.little_endian),this}write_i32_at(t,e){return this.ensure_size(4,t),this.dv.setInt32(t,e,this.little_endian),this}write_f32_at(t,e){return this.ensure_size(4,t),this.dv.setFloat32(t,e,this.little_endian),this}write_u8_array_at(t,e){return this.ensure_size(e.length,t),new Uint8Array(this.backing_buffer,this.offset+t).set(new Uint8Array(e)),this}write_u16_array_at(t,e){this.ensure_size(2*e.length,t);const i=e.length;for(let s=0;si)throw new Error(`${t} Bytes required but only ${i} available.`)}}},BAAx:function(t,e,i){"use strict";function s(t,e){return{success:!0,value:t,problems:null!=e?e:[]}}function r(t){return{success:!1,problems:null!=t?t:[]}}function n(t){if(t.success)return t.value;throw new Error(t.problems.join("\n"))}function o(t){return new u(t)}i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return r})),i.d(e,"d",(function(){return n})),i.d(e,"b",(function(){return o}));class u{constructor(t){this.logger=t,this.problems=[]}add_problem(t,e,i,s){return this.logger.log(t,i,s),this.problems.push({severity:t,ui_message:e}),this}add_result(t){return this.problems.push(...t.problems),this}success(t){return s(t,this.problems)}failure(){return r(this.problems)}}},IMNf:function(t,e,i){"use strict";i.d(e,"a",(function(){return o}));var s=i("/Wax"),r=i("tjEv");const n=i("rwco").a.get("core/data_formats/compression/prs/decompress");function o(t){const e=new u(t);for(;;)if(1===e.read_flag_bit())e.copy_u8();else{let t,i;if(0===e.read_flag_bit())t=e.read_flag_bit()<<1,t|=e.read_flag_bit(),t+=2,i=e.read_u8()-256;else{if(i=e.read_u16(),0===i)break;t=7&i,i>>>=3,0===t?(t=e.read_u8(),t+=1):t+=2,i-=8192}e.offset_copy(i,t)}return e.dst.seek_start(0)}class u{constructor(t){this.src=t,this.dst=new s.a(new r.a(Math.floor(1.5*t.size)),t.endianness),this.flags=0,this.flag_bits_left=0}read_flag_bit(){0===this.flag_bits_left&&(this.flags=this.read_u8(),this.flag_bits_left=8);const t=1&this.flags;return this.flags>>>=1,this.flag_bits_left-=1,t}copy_u8(){this.dst.write_u8(this.read_u8())}read_u8(){return this.src.u8()}read_u16(){return this.src.u16()}offset_copy(t,e){(t<-8192||t>0)&&n.error(`offset was ${t}, should be between -8192 and 0.`),(e<1||e>256)&&n.error(`length was ${e}, should be between 1 and 256.`);const i=Math.min(-t,e);this.dst.seek(t);const s=this.dst.take(i);this.dst.seek(-t-i);for(let t=0;tthis.backing_buffer.byteLength-this.offset)throw new Error(`Size ${t} is out of bounds.`);this._size=t}take(t){const e=this.offset+this.position,i=new r(this.backing_buffer,this.endianness,e,t);return this._position+=t,i}}},bcBH:function(t,e,i){"use strict";var s;i.d(e,"a",(function(){return s})),function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"}(s||(s={}))},iPoI:function(t,e,i){"use strict";i.d(e,"a",(function(){return r})),i.d(e,"b",(function(){return n}));var s=i("FXpb");function r(t){return new Promise(e=>{var i,r,n,o;const u=Object(s.m)({type:"file"});u.accept=null!=(r=null===(i=t)||void 0===i?void 0:i.accept)?r:"",u.multiple=null!=(o=null===(n=t)||void 0===n?void 0:n.multiple)&&o,u.onchange=()=>{u.files&&u.files.length?e([...u.files]):e([])},u.click()})}function n(t){return new Promise((e,i)=>{const s=new FileReader;s.addEventListener("loadend",()=>{s.result instanceof ArrayBuffer?e(s.result):i(new Error("Couldn't read file."))}),s.readAsArrayBuffer(t)})}},sKNB:function(t,e,i){"use strict";i.r(e),i.d(e,"TextureController",(function(){return w}));var s=i("mKaR"),r=i("wtpc"),n=i("iPoI"),o=i("yub1"),u=i("NRxM"),h=i("bcBH"),a=i("/UnV"),_=i("rwco"),f=i("ouMO"),c=i("IMNf"),l=i("BAAx"),d=i("5cb6"),b=function(t,e,i,s){return new(i||(i=Promise))((function(r,n){function o(t){try{h(s.next(t))}catch(t){n(t)}}function u(t){try{h(s.throw(t))}catch(t){n(t)}}function h(t){var e;t.done?r(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(o,u)}h((s=s.apply(t,e||[])).next())}))};const p=_.a.get("viewer/controllers/TextureController");class w extends s.a{constructor(){super(...arguments),this._textures=Object(f.c)(),this._result_dialog_visible=Object(f.e)(!1),this._result=Object(f.e)(void 0),this._result_problems_message=Object(f.e)(""),this._result_error_message=Object(f.e)(""),this.textures=this._textures,this.result_dialog_visible=this._result_dialog_visible,this.result=this._result,this.result_problems_message=this._result_problems_message,this.result_error_message=this._result_error_message,this.load_file=t=>b(this,void 0,void 0,(function*(){this._result_problems_message.val=`Encountered some problems while opening "${t.name}".`,this._result_error_message.val=`Couldn't open "${t.name}".`;try{const e=Object(r.g)(t.name).toLowerCase(),i=yield Object(n.b)(t),s=new u.a(i,h.a.Little);if("xvm"===e){const t=Object(o.b)(s);this.set_result(t),t.success&&(this._textures.val=t.value.textures)}else if("afs"===e){const t=Object(l.b)(p),e=Object(a.a)(s);if(t.add_result(e),e.success){const i=e.value.flatMap(e=>{var i,s,r,n;const a=new u.a(e,h.a.Little);if(Object(o.a)(a)){const e=Object(o.b)(a);return t.add_result(e),null!=(s=null===(i=e.value)||void 0===i?void 0:i.textures)?s:[]}{const e=Object(o.b)(Object(c.a)(a.seek_start(0)));return t.add_result(e),null!=(n=null===(r=e.value)||void 0===r?void 0:r.textures)?n:[]}});i.length?this.set_result(t.success(i)):this.set_result(t.failure()),this._textures.val=i}else this.set_result(t.failure())}else p.debug(`Unsupported file extension in filename "${t.name}".`),this.set_result(Object(l.a)([{severity:d.b.Error,ui_message:"Unsupported file type."}]))}catch(t){p.error("Couldn't read file.",t),this.set_result(Object(l.a)())}})),this.dismiss_result_dialog=()=>{this._result_dialog_visible.val=!1}}set_result(t){this._result.val=t,t.problems.length&&(this._result_dialog_visible.val=!0)}}},tjEv:function(t,e,i){"use strict";i.d(e,"a",(function(){return s}));class s{constructor(t=8192){this._size=0,this._buffer=new ArrayBuffer(t),this._data_view=new DataView(this._buffer)}get size(){return this._size}set size(t){if(t<0)throw new Error("Size should be non-negative.");this.ensure_capacity(t),this._size=t}get capacity(){return this._buffer.byteLength}get backing_buffer(){return this._buffer}get view(){return this._data_view}sub_view(t,e){return new DataView(this._buffer,t,e)}ensure_capacity(t){if(t>this.capacity){let e=this.capacity||t;do{e*=2}while(et.type===h||t.type===a)}function f(t){const e=Object(s.a)(t);if(!e.success)return e;const i=Object(n.b)(u);i.add_result(e);const r=e.value,_=r.find(t=>t.type===h),f=_&&function(t){return{texture_count:t.u16()}}(_.data),c=r.filter(t=>t.type===a).map(t=>(function(t){const e=t.u32(),i=t.u32(),s=t.u32(),r=t.u16(),n=t.u16(),o=t.u32();return t.seek(36),{id:s,format:[e,i],width:r,height:n,size:o,data:t.array_buffer(o)}})(t.data));return f||0!==c.length?(f&&f.texture_count!==c.length&&i.add_problem(o.b.Warning,"Corrupted XVM file.",`Found ${c.length} textures instead of ${f.texture_count} as defined in the header.`),i.success({textures:c})):(i.add_problem(o.b.Error,"Corrupted XVM file.","No header and no XVRT chunks found."),i.failure())}}}]); \ No newline at end of file diff --git a/assets/shaders/fragment_shader.frag.spv b/assets/shaders/fragment_shader.frag.spv new file mode 100644 index 00000000..f3a1a1b1 Binary files /dev/null and b/assets/shaders/fragment_shader.frag.spv differ diff --git a/assets/shaders/vertex_shader.vert.spv b/assets/shaders/vertex_shader.vert.spv new file mode 100644 index 00000000..f9aea7ef Binary files /dev/null and b/assets/shaders/vertex_shader.vert.spv differ diff --git a/index.html b/index.html index 7521d53b..37e92b6b 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ Phantasmal World - + - + \ No newline at end of file diff --git a/main.dba413d1fd9ece1e356d.js b/main.dba413d1fd9ece1e356d.js deleted file mode 100644 index 883aa366..00000000 --- a/main.dba413d1fd9ece1e356d.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{"+LO4":function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));const s=i("rwco").a.get("core/observable/property/AbstractMinimalProperty");class n{constructor(){this.is_property=!0,this.observers=[]}observe(e,t){return this.observers.push(e),t&&t.call_now&&this.call_observer(e,this.val),{dispose:()=>{const t=this.observers.indexOf(e);-1!==t&&this.observers.splice(t,1)}}}emit(){const e=this.val;for(const t of this.observers)this.call_observer(t,e)}call_observer(e,t){try{e({value:t})}catch(e){s.error("Observer threw error.",e)}}}},"/7QA":function(e,t,i){"use strict";i.r(t);i("LSZE"),i("8UJ8"),i("XtFL"),i("tjRy"),i("3oCa"),i("OP0w");var s=i("4SjJ"),n=i("ouMO");class o{constructor(e,t,i,s,n,o,r){this.id=e,this.name=t,this.min_atp=i,this.max_atp=s,this.ata=n,this.max_grind=o,this.required_atp=r}}class r{constructor(e,t,i,s,n,o,r,a,l,u,c){this.id=e,this.name=t,this.atp=i,this.ata=s,this.min_evp=n,this.max_evp=o,this.min_dfp=r,this.max_dfp=a,this.mst=l,this.hp=u,this.lck=c}}class a{constructor(e,t,i,s,n,o,r,a,l,u,c){this.id=e,this.name=t,this.atp=i,this.ata=s,this.min_evp=n,this.max_evp=o,this.min_dfp=r,this.max_dfp=a,this.mst=l,this.hp=u,this.lck=c}}class l{constructor(e,t){this.id=e,this.name=t}}class u{constructor(e,t){this.id=e,this.name=t}}var c=i("nsCy"),d=i("Ya0R"),h=i("kcKQ"),p=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function r(e){try{l(s.next(e))}catch(e){o(e)}}function a(e){try{l(s.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}l((s=s.apply(e,t||[])).next())}))};function v(e,t){return new d.a(t,function(e){return t=>p(this,void 0,void 0,(function*(){const i=yield e.get(`/item_types.${c.g[t].toLowerCase()}.json`).json(),s=[],n=[];for(const e of i){let t;switch(e.class){case"weapon":t=new o(e.id,e.name,e.min_atp,e.max_atp,e.ata,e.max_grind,e.required_atp);break;case"armor":t=new r(e.id,e.name,e.atp,e.ata,e.min_evp,e.max_evp,e.min_dfp,e.max_dfp,e.mst,e.hp,e.lck);break;case"shield":t=new a(e.id,e.name,e.atp,e.ata,e.min_evp,e.max_evp,e.min_dfp,e.max_dfp,e.mst,e.hp,e.lck);break;case"unit":t=new l(e.id,e.name);break;case"tool":t=new u(e.id,e.name);break;default:continue}n[t.id]=t,s.push(t)}return new _(s,n)}))}(e))}class _ extends h.a{constructor(e,t){super(),this.id_to_item_type=t,this.get_by_id=e=>this.id_to_item_type[e],this.item_types=e}}var m=i("sZ1+");class b{constructor(e,t,i,s,n,o){this.difficulty=e,this.section_id=t,this.npc_type=i,this.item_type=s,this.anything_rate=n,this.rare_rate=o,this.rate=n*o}}var f=i("rwco"),g=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function r(e){try{l(s.next(e))}catch(e){o(e)}}function a(e){try{l(s.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}l((s=s.apply(e,t||[])).next())}))};const w=f.a.get("stores/ItemDropStore");function y(e,t,i){return new d.a(t,function(e,t){return i=>g(this,void 0,void 0,(function*(){const s=yield t.get(i),n=yield e.get(`/enemy_drops.${c.g[i].toLowerCase()}.json`).json(),o=new S;for(const e of n){const t=m.c[e.enemy];if(!t){w.warn(`Couldn't determine NpcType of episode ${e.episode} ${e.enemy}.`);continue}const i=c.b[e.difficulty],n=s.get_by_id(e.item_type_id);if(!n){w.warn(`Couldn't find item kind ${e.item_type_id}.`);continue}const r=c.e[e.section_id];null!=r?o.set_drop(i,r,t,new b(i,r,t,n,e.drop_rate,e.rare_rate)):w.warn(`Couldn't find section ID ${e.section_id}.`)}return new D(o)}))}(e,i))}class D extends h.a{constructor(e){super(),this.enemy_drops=e}}class S{constructor(){this.table=[],this.item_type_to_drops=[];for(let e=0;e{const e=this.clock.now(),t=e.getUTCSeconds(),i=e.getUTCMinutes(),s=(e.getUTCHours()+1)%24;this._internet_time.val=`@${Math.floor((t+60*(i+60*s))/86.4)}`},this.tool=e.tool,this.internet_time_interval=setInterval(this.set_internet_time,1e3),this.set_internet_time()}dispose(){super.dispose(),clearInterval(this.internet_time_interval)}set_tool(e){this.gui_store.set_tool(e)}}i("pNch"),i("Rbar");var j=i("QmPX");class B extends j.a{constructor(e,t){super(),this.element=Object(k.s)({className:"application_NavigationButton"}),this.input=Object(k.m)(),this.label=Object(k.n)();const i=s.b[e];this.input.type="radio",this.input.name="application_NavigationButton",this.input.value=i,this.input.id=`application_NavigationButton_${i}`,this.label.append(t),this.label.htmlFor=`application_NavigationButton_${i}`,this.element.append(this.input,this.label),this.finalize_construction()}set checked(e){this.input.checked=e}}var P=i("sv1z"),z=i("6Fug");const E=[[s.b.Viewer,"Viewer"],[s.b.QuestEditor,"Quest Editor"],[s.b.HuntOptimizer,"Hunt Optimizer"]];class I extends z.a{constructor(e){super(),this.ctrl=e,this.buttons=new Map(E.map(([e,t])=>[e,this.add(new B(e,t))])),this.server_select=this.add(new P.a({label:"Server:",items:["Ephinea"],to_label:e=>e,enabled:!1,selected:"Ephinea",tooltip:"Only Ephinea is supported at the moment"})),this.time_element=Object(k.s)({className:"application_NavigationView_time",title:"Internet time in beats"}),this.element=Object(k.h)({className:"application_NavigationView"},...[...this.buttons.values()].map(e=>e.element),Object(k.h)({className:"application_NavigationView_spacer"}),Object(k.s)({className:"application_NavigationView_server"},this.server_select.label.element,this.server_select.element),this.time_element,Object(k.b)({className:"application_NavigationView_github",href:"https://github.com/DaanVandenBosch/phantasmal-world",title:"Phantasmal World is open source, code available on GitHub"},Object(k.k)(k.a.GitHub))),this.height=30,this.mousedown=e=>{e.target instanceof HTMLLabelElement&&e.target.control instanceof HTMLInputElement&&this.ctrl.set_tool(s.b[e.target.control.value])},this.mark_tool_button=e=>{const t=this.buttons.get(e);t&&(t.checked=!0)},this.element.style.height=`${this.height}px`,this.element.addEventListener("mousedown",this.mousedown),this.disposables(e.tool.observe(({value:e})=>this.mark_tool_button(e),{call_now:!0}),e.internet_time.observe(({value:e})=>this.time_element.textContent=e,{call_now:!0})),this.finalize_construction()}}var A=i("39ZU");class C extends G.a{constructor(e,t){super(),this.element=Object(k.h)({className:"application_MainContentView"}),this.tool_views=new Map(t.map(([e,t])=>[e,this.add(new A.a(t))]));for(const e of this.tool_views.values())this.element.append(e.element);this.disposables(e.tool.observe(({value:e})=>this.set_current_tool(e),{call_now:!0})),this.finalize_construction()}resize(e,t){super.resize(e,t);for(const i of this.tool_views.values())i.resize(e,t);return this}set_current_tool(e){this.current_tool_view&&(this.current_tool_view.visible.val=!1,this.current_tool_view.deactivate()),this.current_tool_view=this.tool_views.get(e),this.current_tool_view&&(this.current_tool_view.visible.val=!0,this.current_tool_view.activate())}}var N=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function r(e){try{l(s.next(e))}catch(e){o(e)}}function a(e){try{l(s.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}l((s=s.apply(e,t||[])).next())}))};function H(e){const t=e;"historyUndo"!==t.inputType&&"historyRedo"!==t.inputType||e.preventDefault()}function F(e){const t=e;t.ctrlKey&&!t.altKey&&"Z"===t.key.toUpperCase()&&t.preventDefault()}function V(e){e.preventDefault(),e.dataTransfer&&(e.dataTransfer.dropEffect="none")}function T(e){V(e)}function $(e){V(e)}var U=i("4eU9");var Z=i("Womt");!function(e,t,n,o){const r=new O.a;r.add(Object(k.f)(document,"beforeinput",H)),r.add(Object(k.g)(document,"keydown",F)),r.add_all(Object(k.g)(document,"dragenter",V),Object(k.g)(document,"dragover",T),Object(k.g)(document,"drop",$));const a=r.add(new s.a),l=r.add(v(e,a)),u=r.add(y(e,a,l)),c=r.add(new L(a,n)),d=r.add(new M(new I(c),new C(a,[[s.b.Viewer,()=>N(this,void 0,void 0,(function*(){const{initialize_viewer:s}=yield Promise.all([i.e(0),i.e(1),i.e(2),i.e(5)]).then(i.bind(null,"U6CM"));return r.add(s(e,t,a,o)).view}))],[s.b.QuestEditor,()=>N(this,void 0,void 0,(function*(){const{initialize_quest_editor:t}=yield Promise.all([i.e(0),i.e(1),i.e(2),i.e(7)]).then(i.bind(null,"4aaK"));return r.add(t(e,a,o)).view}))],[s.b.HuntOptimizer,()=>N(this,void 0,void 0,(function*(){const{initialize_hunt_optimizer:t}=yield Promise.all([i.e(0),i.e(1),i.e(9)]).then(i.bind(null,"Ix/i"));return r.add(t(e,a,l,u)).view}))]]))),h=Object(x.throttle)(()=>{d.resize(window.innerWidth,window.innerHeight)},100,{leading:!0,trailing:!0});h(),document.body.append(d.element),d.activate(),r.add(Object(k.g)(window,"resize",h))}(new class{get(e){const t=new AbortController,i=fetch("/assets"+e,{signal:t.signal});return{json:()=>new U.a((e,t)=>{i.then(e=>e.json()).then(t=>e(t),e=>t(e))},()=>t.abort()),array_buffer:()=>new U.a((e,t)=>{i.then(e=>e.arrayBuffer()).then(t=>e(t),e=>t(e))},()=>t.abort())}}},new class{constructor(e=Math.random){this.random_number=e}integer(e,t){return e+Math.floor(this.random_number()*(t-e))}sample_array(e){return e[this.integer(0,e.length)]}},new class{now(){return new Date}},(function(){const e=new Z.WebGLRenderer({antialias:!0,alpha:!0});return e.setPixelRatio(window.devicePixelRatio),e}))},"0CzU":function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("hUhj"),n=i("jJhE");class o extends s.a{constructor(e){super(),this._val=e}get val(){return this.get_val()}set val(e){this.set_val(e)}get_val(){return this._val}set_val(e,t={}){e!==this._val&&(this._val=e,t.silent||this.emit())}update(e){this.val=e(this.val)}bind_to(e){return Object(n.a)(e)&&(this.val=e.val),e.observe(e=>this.val=e.value)}}},"39ZU":function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("nN8q"),n=i("FXpb");class o extends s.a{constructor(e){super(),this.create_view=e,this.initialized=!1,this.element=Object(n.h)({className:"core_LazyView"}),this.visible.val=!1}get children(){return this.view?[this.view]:[]}resize(e,t){return super.resize(e,t),this.view&&this.view.resize(e,t),this}set_visible(e){super.set_visible(e),e&&!this.initialized&&(this.initialized=!0,this.create_view().then(e=>{this.disposed?e.dispose():(this.view=this.disposable(e),this.view.resize(this.width,this.height),this.element.append(e.element),this.view.activate())})),this.finalize_construction()}}},"4SjJ":function(e,t,i){"use strict";i.d(t,"b",(function(){return s})),i.d(t,"a",(function(){return d}));var s,n=i("ouMO"),o=i("nsCy"),r=i("kcKQ"),a=i("FXpb"),l=i("wtpc");!function(e){e[e.Viewer=0]="Viewer",e[e.QuestEditor=1]="QuestEditor",e[e.HuntOptimizer=2]="HuntOptimizer"}(s||(s={}));const u=new Map([[s.Viewer,"viewer"],[s.QuestEditor,"quest_editor"],[s.HuntOptimizer,"hunt_optimizer"]]),c=new Map([...u.entries()].map(([e,t])=>[t,e]));class d extends r.a{constructor(){var e;super(),this._tool=Object(n.e)(s.Viewer),this._path=Object(n.e)(""),this.parameters=new Map,this._server=Object(n.e)(o.g.Ephinea),this.global_keydown_handlers=new Map,this.features=new Set,this.tool=this._tool,this.path=this._path,this.server=this._server,this.dispatch_global_keydown=e=>{const t=[];e.ctrlKey&&t.push("Ctrl"),e.shiftKey&&t.push("Shift"),e.altKey&&t.push("Alt"),t.push(e.key.toUpperCase());const i=t.join("-"),s=this.global_keydown_handlers.get(this.handler_key(this.tool.val,i));s&&(e.preventDefault(),s(e))};const t=window.location.hash.slice(1),[i,r]=t.split("?"),l=i.indexOf("/",1),u=null!=(e=function(e){return c.get(e)}(-1===l?i.slice(1):i.slice(1,l)))?e:s.Viewer,d=-1===l?"":i.slice(l);if(r){const e=new Map;for(const[t,i]of r.split("&").map(e=>e.split("=",2)))if("features"===t)for(const e of i.split(","))this.features.add(e);else e.set(t,i);this.parameters.set(i,e)}this.disposables(Object(a.g)(window,"keydown",this.dispatch_global_keydown)),this.set_tool(u,d)}get full_path(){return`/${h(this.tool.val)}${this.path.val}`}set_tool(e,t=""){this._path.val=t,this._tool.val=e,this.update_location()}set_path_prefix(e){this.path.val.startsWith(e)||(this._path.val=e,this.update_location())}get_parameter(e,t,i){return Object(l.h)(this.parameters,`/${h(e)}${t}`,()=>new Map).get(i)}bind_parameter(e,t,i,s){Object(l.d)("features"!==i,"features can't be bound because it is a global parameter.");const n=Object(l.h)(this.parameters,this.full_path,()=>new Map);return s.observe(({value:s})=>{this.tool.val===e&&this.path.val===t&&(void 0===s?n.delete(i):n.set(i,s),this.update_location())})}update_location(){const e=[],t=this.parameters.get(this.full_path);if(t)for(const[i,s]of t.entries())e.push([i,s]);this.features.size&&e.push(["features",[...this.features].join(",")]);const i=0===e.length?"":"?"+e.map(e=>e.join("=")).join("&");window.location.hash=`#${this.full_path}${i}`}on_global_keydown(e,t,i){const s=this.handler_key(e,t);return this.global_keydown_handlers.set(s,i),{dispose:()=>{this.global_keydown_handlers.delete(s)}}}feature_active(e){return this.features.has(e)}handler_key(e,t){return`${s[e]} -> ${t}`}}function h(e){const t=u.get(e);if(t)return t;throw new Error(`To string not implemented for ${s[e]}.`)}},"4VsB":function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("0CzU");class n extends s.a{constructor(e,t,i){super(t),this.widget=e,this.set_value=i}set_val(e,t){this.set_value.call(this.widget,e),super.set_val(e,Object.assign({silent:!0},t))}}},"4eU9":function(e,t,i){"use strict";var s;i.d(t,"a",(function(){return n})),function(e){e[e.Pending=0]="Pending",e[e.Fulfilled=1]="Fulfilled",e[e.Rejected=2]="Rejected",e[e.Disposed=3]="Disposed"}(s||(s={}));class n{constructor(e,t){this.state=s.Pending,this.fulfillment_listeners=[],this.rejection_listeners=[],this[Symbol.toStringTag]="DisposablePromise",this.executor_resolve=e=>{if(o(e)){if(this.state!==s.Pending)return;e.then(e=>{this.fulfilled(e)},e=>{this.rejected(e)})}else this.fulfilled(e)},this.executor_reject=e=>{this.rejected(e)},this.disposal_handler=t,e(this.executor_resolve,this.executor_reject)}static all(e){return new n((t,i)=>{const s=[];let n=0;function r(e){s.push(e),s.length===n&&t(s)}for(const t of e)n++,o(t)?t.then(r,i):r(t)},()=>{for(const t of e)t instanceof n&&t.dispose()})}static resolve(e,t){return o(e)?new n((t,i)=>{e.then(t,i)},t):new n(t=>{t(e)},t)}fulfilled(e){if(this.state===s.Pending){this.state=s.Fulfilled,this.value=e;for(const t of this.fulfillment_listeners)t(e);this.fulfillment_listeners.splice(0),this.rejection_listeners.splice(0)}}rejected(e){if(this.state===s.Pending){this.state=s.Rejected,this.reason=e;for(const t of this.rejection_listeners)t(e);this.fulfillment_listeners.splice(0),this.rejection_listeners.splice(0)}}then(e,t){return new n((i,s)=>{null==e?this.add_fulfillment_listener(i):this.add_fulfillment_listener(t=>{try{i(e(t))}catch(e){s(e)}}),null==t?this.add_rejection_listener(s):this.add_rejection_listener(e=>{try{i(t(e))}catch(e){s(e)}})},()=>this.dispose())}catch(e){return new n((t,i)=>{this.add_fulfillment_listener(t),null==e?this.add_rejection_listener(i):this.add_rejection_listener(s=>{try{t(e(s))}catch(e){i(e)}})},()=>this.dispose())}finally(e){return null==e?this:new n((t,i)=>{this.add_fulfillment_listener(s=>{try{e(),t(s)}catch(e){i(e)}}),this.add_rejection_listener(t=>{try{e(),i(t)}catch(e){i(e)}})},()=>this.dispose())}dispose(){var e;this.state!==s.Disposed&&(this.state=s.Disposed,null===(e=this.disposal_handler)||void 0===e||e.call(this))}add_fulfillment_listener(e){switch(this.state){case s.Pending:this.fulfillment_listeners.push(e);break;case s.Fulfilled:e(this.value);break;case s.Rejected:case s.Disposed:}}add_rejection_listener(e){switch(this.state){case s.Pending:this.rejection_listeners.push(e);break;case s.Rejected:e(this.reason);break;case s.Fulfilled:case s.Disposed:}}}function o(e){return null!=e&&"function"==typeof e.then}},"52VV":function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("Ge8H"),n=i("nEgy");class o extends n.a{constructor(e,t){super(e),this.compute=t}get_val(){return this.should_recompute()||!this.computed_property?super.get_val():this.computed_property.val}observe(e,t){const i=super.observe(e,t);return{dispose:()=>{var e;i.dispose(),0===this.observers.length&&(null===(e=this.computed_disposable)||void 0===e||e.dispose(),this.computed_disposable=void 0,this.computed_property=void 0)}}}map(e){return new s.a([this],()=>e(this.val))}flat_map(e){return new o([this],()=>e(this.val))}compute_value(){var e;return null===(e=this.computed_disposable)||void 0===e||e.dispose(),this.computed_property=this.compute(),this.computed_disposable=this.computed_property.observe(()=>{this.emit()}),this.computed_property.val}}},"5cb6":function(e,t,i){"use strict";i.d(t,"b",(function(){return s})),i.d(t,"a",(function(){return r})),i.d(t,"c",(function(){return a}));var s,n=i("uiJh"),o=i("wtpc");!function(e){e[e.Trace=0]="Trace",e[e.Debug=1]="Debug",e[e.Info=2]="Info",e[e.Warning=3]="Warning",e[e.Error=4]="Error",e[e.Off=5]="Off"}(s||(s={}));const r=Object(n.a)(s);function a(e){const t=s[e.slice(0,1).toUpperCase()+e.slice(1).toLowerCase()];return Object(o.d)(null!=t,()=>`"${e}" is not a valid severity.`),t}},"6Fug":function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("TRid"),n=i("wtpc");class o extends s.a{constructor(){super(...arguments),this._children=[]}get children(){return this._children}dispose(){this._children.splice(0),super.dispose()}add(e){return this._children.push(e),this.disposable(e)}remove(e){Object(n.b)(this._children,e),this.remove_disposable(e)}}},"7ZX1":function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var s=i("TRid"),n=(i("ku4b"),i("4VsB")),o=i("FXpb");class r extends s.a{constructor(e,t){super(t),this._text=new n.a(this,"",this.set_text),this.element=Object(o.n)({className:"core_Label"}),this.children=[],this.text=this._text,"string"==typeof e?this.set_text(e):this.disposable(this._text.bind_to(e)),this.finalize_construction()}set for(e){this.element.htmlFor=e}set_text(e){this.element.textContent=e}}},FXpb:function(e,t,i){"use strict";i.d(t,"b",(function(){return l})),i.d(t,"e",(function(){return u})),i.d(t,"h",(function(){return c})),i.d(t,"i",(function(){return d})),i.d(t,"j",(function(){return h})),i.d(t,"m",(function(){return p})),i.d(t,"l",(function(){return v})),i.d(t,"n",(function(){return _})),i.d(t,"o",(function(){return m})),i.d(t,"p",(function(){return b})),i.d(t,"q",(function(){return f})),i.d(t,"s",(function(){return g})),i.d(t,"t",(function(){return w})),i.d(t,"u",(function(){return y})),i.d(t,"v",(function(){return D})),i.d(t,"w",(function(){return S})),i.d(t,"x",(function(){return k})),i.d(t,"y",(function(){return G})),i.d(t,"z",(function(){return M})),i.d(t,"A",(function(){return x})),i.d(t,"B",(function(){return O})),i.d(t,"c",(function(){return L})),i.d(t,"a",(function(){return j})),i.d(t,"k",(function(){return B})),i.d(t,"r",(function(){return P})),i.d(t,"g",(function(){return z})),i.d(t,"f",(function(){return E})),i.d(t,"d",(function(){return I}));var s=i("jJhE"),n=i("nsCy"),o=i("oxtq"),r=i("Tpfs");const a=i("rwco").a.get("core/gui/dom");function l(e,...t){const i=R("a",e,...t);return e&&e.href&&e.href.trimLeft().startsWith("http")&&(i.target="_blank",i.rel="noopener noreferrer"),i}function u(e,...t){return R("button",e,...t)}function c(e,...t){return R("div",e,...t)}function d(e,...t){return R("h1",e,...t)}function h(e,...t){return R("h2",e,...t)}function p(e,...t){return R("input",e,...t)}function v(e,...t){return R("img",e,...t)}function _(e,...t){return R("label",e,...t)}function m(e,...t){return R("li",e,...t)}function b(e,...t){return R("p",e,...t)}function f(e,...t){return R("section",e,...t)}function g(e,...t){return R("span",e,...t)}function w(e,...t){return R("table",e,...t)}function y(e,...t){return R("tbody",e,...t)}function D(e,...t){return R("td",e,...t)}function S(e,...t){return R("textarea",e,...t)}function k(e,...t){return R("tfoot",e,...t)}function G(e,...t){return R("th",e,...t)}function M(e,...t){return R("thead",e,...t)}function x(e,...t){return R("tr",e,...t)}function O(e,...t){return R("ul",e,...t)}function R(e,t,...i){const s=document.createElement(e);if(t)if(t instanceof Node||"string"==typeof t)s.append(t);else{const e=t.data;if(delete t.data,Object.assign(s,t),e)for(const[t,i]of Object.entries(e))s.dataset[t]=i}return s.append(...i),s}function L(e,t,i){return Object(s.a)(i)&&(e[t]=i.val),i.observe(({value:i})=>e[t]=i)}var j;function B(e){let t;switch(e){case j.ArrowDown:t="fas fa-arrow-down";break;case j.Eye:t="far fa-eye";break;case j.File:t="fas fa-file";break;case j.GitHub:t="fab fa-github";break;case j.LevelDown:t="fas fa-level-down-alt";break;case j.LevelUp:t="fas fa-level-up-alt";break;case j.LongArrowRight:t="fas fa-long-arrow-alt-right";break;case j.NewFile:t="fas fa-file-medical";break;case j.Play:t="fas fa-play";break;case j.Plus:t="fas fa-plus";break;case j.Redo:t="fas fa-redo";break;case j.Remove:t="fas fa-trash-alt";break;case j.Save:t="fas fa-save";break;case j.Stop:t="fas fa-stop";break;case j.SquareArrowRight:t="far fa-caret-square-right";break;case j.TriangleDown:t="fas fa-caret-down";break;case j.TriangleUp:t="fas fa-caret-up";break;case j.Undo:t="fas fa-undo"}return g(g({className:t}))}function P(e,t){const i=g(),s=t&&t.size;return i.style.display="inline-block",i.style.width=`${s}px`,i.style.height=`${s}px`,i.style.backgroundImage=`url(/assets/images/sectionids/${n.e[e]}.png)`,i.style.backgroundSize=`${s}px`,i.title=n.e[e],i}function z(e,t,i,s){return e.addEventListener(t,i,s),{dispose(){e.removeEventListener(t,i)}}}function E(e,t,i,s){return e.addEventListener(t,i,s),{dispose(){e.removeEventListener(t,i)}}}function I(e,t,i,s){const n=new r.a,l=t.observe_list(t=>{var r,l,u;t.type===o.a.ListChange?function(t){for(let i=0;i{const o=i(e,t.index+s);return Array.isArray(o)?(n.insert(t.index+s,o[1]),o[0]):o});if(t.index>=e.childElementCount)e.append(...s);else for(let i=0;i"),t.join("")}!function(e){e[e.ArrowDown=0]="ArrowDown",e[e.Eye=1]="Eye",e[e.File=2]="File",e[e.GitHub=3]="GitHub",e[e.LevelDown=4]="LevelDown",e[e.LevelUp=5]="LevelUp",e[e.LongArrowRight=6]="LongArrowRight",e[e.NewFile=7]="NewFile",e[e.Play=8]="Play",e[e.Plus=9]="Plus",e[e.Redo=10]="Redo",e[e.Remove=11]="Remove",e[e.Save=12]="Save",e[e.SquareArrowRight=13]="SquareArrowRight",e[e.Stop=14]="Stop",e[e.TriangleDown=15]="TriangleDown",e[e.TriangleUp=16]="TriangleUp",e[e.Undo=17]="Undo"}(j||(j={}))},Ge8H:function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("52VV"),n=i("nEgy");class o extends n.a{constructor(e,t){super(e),this.compute_value=t}map(e){return new o([this],()=>e(this.val))}flat_map(e){return new s.a([this],()=>e(this.val))}}},KVVN:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var s=i("FXpb"),n=(i("Tp1L"),i("ouMO")),o=i("QmPX"),r=i("4VsB");class a extends o.a{constructor(e){var t,i,o,a;super(e),this._onmouseup=Object(n.a)(),this._onclick=Object(n.a)(),this._onkeydown=Object(n.a)(),this.element=Object(s.e)({className:"core_Button"}),this.onmouseup=this._onmouseup,this.onclick=this._onclick,this.onkeydown=this._onkeydown;const l=Object(s.s)({className:"core_Button_inner"});null!=(null===(t=e)||void 0===t?void 0:t.icon_left)&&l.append(Object(s.s)({className:"core_Button_left"},Object(s.k)(e.icon_left))),this.center_element=Object(s.s)({className:"core_Button_center"}),l.append(this.center_element),null!=(null===(i=e)||void 0===i?void 0:i.icon_right)&&l.append(Object(s.s)({className:"core_Button_right"},Object(s.k)(e.icon_right))),this.element.onmouseup=e=>this._onmouseup.emit({value:e}),this.element.onclick=e=>this._onclick.emit({value:e}),this.element.onkeydown=e=>this._onkeydown.emit({value:e}),this._text=new r.a(this,"",this.set_text),this.text=this._text,"string"==typeof(null===(o=e)||void 0===o?void 0:o.text)?this.text.val=e.text:(null===(a=e)||void 0===a?void 0:a.text)?this.text.bind_to(e.text):this.text.val="",this.element.append(l),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.element.disabled=!e}set_text(e){this.center_element.textContent=e,this.center_element.hidden=""===e}}},LSoc:function(e,t,i){"use strict";i.d(t,"a",(function(){return l}));var s=i("FXpb"),n=i("TRid"),o=i("jJhE"),r=i("ouMO"),a=i("4VsB");i("/xfa");class l extends n.a{constructor(e){var t;super(),this.element=Object(s.h)({className:"core_Menu",tabIndex:-1}),this.children=[],this.inner_element=Object(s.h)({className:"core_Menu_inner"}),this.mouseup=e=>{if(!(e.target instanceof HTMLElement))return;const t=e.target.dataset.index;null!=t&&this.select_item(parseInt(t,10))},this.keydown=e=>{switch(e.key){case"ArrowDown":e.preventDefault(),this.hover_next();break;case"ArrowUp":e.preventDefault(),this.hover_prev();break;case"Enter":e.preventDefault(),e.stopPropagation(),this.select_hovered()}},this.blur=()=>{this.visible.val=!1},this.inner_mouseover=e=>{if(e.target&&e.target instanceof HTMLElement){const t=e.target.dataset.index;null!=t&&this.hover_item(parseInt(t,10))}},this.document_mousedown=e=>{!this.visible.val||this.element.contains(e.target)||this.related_element.contains(e.target)||this.visible.set_val(!1,{silent:!1})},this.document_keydown=e=>{"Escape"===e.key&&this.visible.set_val(!1,{silent:!1})},this.visible.val=!1,this.element.onmouseup=this.mouseup,this.element.onkeydown=this.keydown,this.element.onblur=this.blur,this.inner_element.onmouseover=this.inner_mouseover,this.element.append(this.inner_element),this.to_label=null!=(t=e.to_label)?t:e=>String(e),this.items=Object(o.a)(e.items)?e.items:Object(r.e)(e.items),this.related_element=e.related_element,this._selected=new a.a(this,void 0,this.set_selected),this.selected=this._selected,this.disposables(this.items.observe(({value:e})=>{this.inner_element.innerHTML="",this.inner_element.append(...e.map((e,t)=>Object(s.h)({data:{index:t.toString()}},this.to_label(e)))),this.hover_item()},{call_now:!0}),Object(s.g)(document,"mousedown",this.document_mousedown,{capture:!0}),Object(s.g)(document,"keydown",this.document_keydown)),this.finalize_construction()}focus(){var e;this.previously_focused_element=null!=(e=document.activeElement)?e:void 0,this.element.focus()}hover_next(){this.visible.set_val(!0,{silent:!1}),this.hover_item(null!=this.hovered_index?(this.hovered_index+1)%this.items.val.length:0)}hover_prev(){this.visible.set_val(!0,{silent:!1}),this.hover_item(this.hovered_index?this.hovered_index-1:this.items.val.length-1)}select_hovered(){null!=this.hovered_index&&this.select_item(this.hovered_index)}set_visible(e){super.set_visible(e),this.visible.val!=e&&(this.hover_item(),this.inner_element.scrollTop=0,!e&&this.previously_focused_element instanceof HTMLElement&&this.previously_focused_element.focus())}set_selected(){}hover_item(e){this.hovered_element&&this.hovered_element.classList.remove("core_Menu_hovered"),null==e?(this.hovered_index=void 0,this.hovered_element=void 0):(this.hovered_element=this.inner_element.children.item(e),this.hovered_element&&(this.hovered_index=e,this.hovered_element.classList.add("core_Menu_hovered"),this.hovered_element.scrollIntoView({block:"nearest"})))}select_item(e){const t=this.items.val[e];void 0!==t&&(this.selected.set_val(t,{silent:!1}),this.visible.set_val(!1,{silent:!1}))}}},QmPX:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("TRid");class n extends s.a{constructor(){super(...arguments),this.children=[]}}},TRid:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var s=i("Tpfs"),n=i("4VsB");const o=i("rwco").a.get("core/gui/Widget");class r{constructor(e={}){this.disposer=new s.a,this._active=!1,this._visible=new n.a(this,!0,this.set_visible),this._enabled=new n.a(this,!0,this.set_enabled),this._tooltip=new n.a(this,"",this.set_tooltip),this.construction_finalized=!1,this.visible=this._visible,this.enabled=this._enabled,this.tooltip=this._tooltip,this.options=e,setTimeout(()=>{this.construction_finalized||o.error(`finalize_construction is never called for ${Object.getPrototypeOf(this).constructor.name}.`)},0)}get id(){return this.element.id}set id(e){this.element.id=e}get active(){return this._active}get disposed(){return this.disposer.disposed}activate(){this._active=!0;for(const e of this.children)e.activate()}deactivate(){this._active=!1;for(const e of this.children)e.deactivate()}focus(){this.element.focus()}dispose(){this.element.remove(),this.disposer.dispose()}finalize_construction(){Object.getPrototypeOf(this)===this.constructor.prototype&&(this.options.id&&(this.element.id=this.options.id),this.options.class&&this.element.classList.add(this.options.class),"boolean"==typeof this.options.visible?this.visible.val=this.options.visible:this.options.visible&&this.visible.bind_to(this.options.visible),"boolean"==typeof this.options.enabled?this.enabled.val=this.options.enabled:this.options.enabled&&this.enabled.bind_to(this.options.enabled),"string"==typeof this.options.tooltip?this.tooltip.val=this.options.tooltip:this.options.tooltip&&this.tooltip.bind_to(this.options.tooltip),this.construction_finalized=!0)}set_visible(e){this.element.hidden=!e}set_enabled(e){e?this.element.classList.remove("disabled"):this.element.classList.add("disabled")}set_tooltip(e){this.element.title=e}disposable(e){return this.disposer.add(e)}disposables(...e){this.disposer.add_all(...e)}remove_disposable(e){this.disposer.remove(e)}}},Tpfs:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var s=i("rwco"),n=i("wtpc");const o=s.a.get("core/observable/Disposer");class r{constructor(...e){this._disposed=!1,this.disposables=e}get length(){return this.disposables.length}get disposed(){return this._disposed}add(e){return this.disposed?e.dispose():this.disposables.push(e),e}insert(e,t){return this._disposed||this.disposables.splice(e,0,t),t}add_all(...e){return this._disposed||this.disposables.push(...e),this}remove(e){Object(n.b)(this.disposables,e),e.dispose()}dispose_all(){this.dispose_at(0,this.disposables.length)}dispose(){this.dispose_all(),this._disposed=!0}dispose_at(e,t=1){for(const i of this.disposables.splice(e,t))try{i.dispose()}catch(e){o.warn("Error while disposing.",e)}}}},Ya0R:function(e,t,i){"use strict";var s=i("LvDl");class n{constructor(e,t){this.gui_store=e,this.get_value=Object(s.memoize)(t)}get current(){return this._current||(this._current=this.gui_store.server.map(e=>this.get(e))),this._current}get(e){return this.get_value(e)}}var o=i("Tpfs");i.d(t,"a",(function(){return a}));var r=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function r(e){try{l(s.next(e))}catch(e){o(e)}}function a(e){try{l(s.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}l((s=s.apply(e,t||[])).next())}))};class a extends n{constructor(e,t){super(e,e=>r(this,void 0,void 0,(function*(){const i=yield t(e);return this.disposer.disposed?i.dispose():this.disposer.add(i),i}))),this.disposer=new o.a}dispose(){this.disposer.dispose()}}},hUhj:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var s=i("Ge8H"),n=i("52VV"),o=i("+LO4");class r extends o.a{map(e){return new s.a([this],()=>e(this.val))}flat_map(e){return new n.a([this],()=>e(this.val))}}},jJhE:function(e,t,i){"use strict";function s(e){return null!=e&&e.is_property}i.d(t,"a",(function(){return s}))},kcKQ:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("Tpfs");class n{constructor(){this.disposer=new s.a}dispose(){this.disposer.dispose()}disposable(e){return this.disposer.add(e)}disposables(...e){this.disposer.add_all(...e)}}},mKaR:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("Tpfs");class n{constructor(){this.disposer=new s.a}dispose(){this.disposer.dispose()}disposable(e){return this.disposer.add(e)}disposables(...e){this.disposer.add_all(...e)}}},nEgy:function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("Tpfs"),n=i("+LO4");class o extends n.a{constructor(e){super(),this.dependencies=e,this.dependency_disposer=new s.a}get val(){return this.get_val()}get_val(){return this.should_recompute()&&(this._val=this.compute_value()),this._val}observe(e,t){0===this.dependency_disposer.length&&(this._val=this.compute_value(),this.dependency_disposer.add_all(...this.dependencies.map(e=>e.observe(()=>{const e=this._val;this._val=this.compute_value(),this._val!==e&&this.emit()}))));const i=super.observe(e,t);return{dispose:()=>{i.dispose(),0===this.observers.length&&this.dependency_disposer.dispose_all()}}}should_recompute(){return 0===this.dependency_disposer.length}}},nN8q:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("TRid");class n extends s.a{constructor(){super(...arguments),this.width=0,this.height=0}resize(e,t){this.width=e,this.height=t,this.element.style.width=`${e}px`,this.element.style.height=`${t}px`}}},nsCy:function(e,t,i){"use strict";i.d(t,"d",(function(){return n})),i.d(t,"c",(function(){return o})),i.d(t,"g",(function(){return r})),i.d(t,"e",(function(){return a})),i.d(t,"f",(function(){return l})),i.d(t,"b",(function(){return u})),i.d(t,"a",(function(){return c}));var s=i("uiJh");const n=1/512,o=.1;var r;!function(e){e.Ephinea="Ephinea"}(r||(r={}));Object(s.a)(r);var a;!function(e){e[e.Viridia=0]="Viridia",e[e.Greenill=1]="Greenill",e[e.Skyly=2]="Skyly",e[e.Bluefull=3]="Bluefull",e[e.Purplenum=4]="Purplenum",e[e.Pinkal=5]="Pinkal",e[e.Redria=6]="Redria",e[e.Oran=7]="Oran",e[e.Yellowboze=8]="Yellowboze",e[e.Whitill=9]="Whitill"}(a||(a={}));const l=Object(s.a)(a);var u;!function(e){e[e.Normal=0]="Normal",e[e.Hard=1]="Hard",e[e.VHard=2]="VHard",e[e.Ultimate=3]="Ultimate"}(u||(u={}));const c=Object(s.a)(u)},ouMO:function(e,t,i){"use strict";var s=i("rwco");const n=s.a.get("core/observable/SimpleEmitter");class o{constructor(){this.observers=[]}emit(e){for(const t of this.observers)try{t(e)}catch(e){n.error("Observer threw error.",e)}}observe(e){return this.observers.includes(e)||this.observers.push(e),{dispose:()=>{const t=this.observers.indexOf(e);-1!==t&&this.observers.splice(t,1)}}}}var r=i("0CzU"),a=i("Ge8H"),l=i("jJhE"),u=i("oxtq"),c=i("hUhj");const d=s.a.get("core/observable/property/list/AbstractListProperty");class h extends c.a{constructor(e){super(),this.compute_length=e,this.length=0}get val(){return this.get_val()}get_val(){return this.length=this.compute_length()}update(){const e=this.length,t=this.compute_length();e!==t&&(this.length=t,this.emit())}}class p extends c.a{constructor(e){super(),this.is_list_property=!0,this.value_observers=[],this.list_observers=[],this._length=new h(()=>this.compute_length()),this.length=this._length,this.extract_observables=e}get(e){return this.val[e]}observe_list(e,t){return 0===this.value_observers.length&&this.extract_observables&&this.replace_element_observers(0,1/0,this.val),this.list_observers.includes(e)||this.list_observers.push(e),t&&t.call_now&&this.call_list_observer(e,{type:u.a.ListChange,index:0,removed:[],inserted:this.val.slice()}),{dispose:()=>{const t=this.list_observers.indexOf(e);if(-1!==t&&this.list_observers.splice(t,1),0===this.list_observers.length){for(const{disposables:e}of this.value_observers)for(const t of e)t.dispose();this.value_observers.splice(0,1/0)}}}}[Symbol.iterator](){return this.val[Symbol.iterator]()}finalize_update(e){this.list_observers.length&&this.extract_observables&&e.type===u.a.ListChange&&this.replace_element_observers(e.index,e.removed.length,e.inserted),this._length.update();for(const t of this.list_observers)this.call_list_observer(t,e);this.emit()}call_list_observer(e,t){try{e(t)}catch(e){d.error("Observer threw error.",e)}}replace_element_observers(e,t,i){let s=e;const n=this.value_observers.splice(e,t,...i.map(e=>{const t={index:s,disposables:this.extract_observables(e).map(i=>i.observe(()=>{this.finalize_update({type:u.a.ValueChange,updated:[e],index:t.index})}))};return s++,t}));for(const{disposables:e}of n)for(const t of e)t.dispose();for(;s{i.dispose(),this.dispose_dependency_disposables()}}}observe_list(e,t){const i=super.observe_list(e,t);return this.init_dependency_disposables(),{dispose:()=>{i.dispose(),this.dispose_dependency_disposables()}}}should_recompute(){return 0===this.dependency_disposer.length}compute_length(){return this.should_recompute()&&(this.values=this.compute_values()),this.values.length}recompute_and_emit(){const e=this.values.slice();this.values=this.compute_values(),this.finalize_update({type:u.a.ListChange,index:0,removed:e,inserted:this.values.slice()})}init_dependency_disposables(){0===this.dependency_disposer.length&&(this.values=this.compute_values(),this.dependency_disposer.add_all(...this.dependencies.map(e=>e.observe(()=>{this.recompute_and_emit()}))))}dispose_dependency_disposables(){0===this.observers.length&&0===this.list_observers.length&&this.dependency_disposer.dispose_all()}}class m extends _{constructor(e,t){super(e),this.compute_values=t}filtered(e){return Object(l.a)(e)?new m([this,e],()=>this.val.filter(e.val)):new m([this],()=>this.val.filter(e))}}class b extends p{constructor(e,...t){super(e),this.values=t||[]}get val(){return this.get_val()}set val(e){this.set_val(e)}get_val(){return this.values}set_val(e){const t=this.values.splice(0,this.values.length,...e);return this.finalize_update({type:u.a.ListChange,index:0,removed:t,inserted:e.slice()}),t}filtered(e){return Object(l.a)(e)?new m([this,e],()=>this.val.filter(e.val)):new m([this],()=>this.val.filter(e))}bind_to(e){return Object(u.b)(e)?(this.set_val(e.val),e.observe_list(e=>{e.type===u.a.ListChange&&this.splice(e.index,e.removed.length,...e.inserted)})):(Object(l.a)(e)&&this.set_val(e.val),e.observe(({value:e})=>this.set_val(e)))}update(e){this.splice(0,this.values.length,...e(this.values))}set(e,t){const i=[this.values[e]];this.values[e]=t,this.finalize_update({type:u.a.ListChange,index:e,removed:i,inserted:[t]})}push(...e){const t=this.values.length;return this.values.push(...e),this.finalize_update({type:u.a.ListChange,index:t,removed:[],inserted:e.slice()}),this.length.val}remove(...e){for(const t of e){const e=this.values.indexOf(t);e>-1&&(this.values.splice(e,1),this.finalize_update({type:u.a.ListChange,index:e,removed:[t],inserted:[]}))}}clear(){const e=this.values.splice(0,this.values.length);this.finalize_update({type:u.a.ListChange,index:0,removed:e,inserted:[]})}splice(e,t,...i){let s;return s=null==t?this.values.splice(e):this.values.splice(e,t,...i),this.finalize_update({type:u.a.ListChange,index:e,removed:s,inserted:i.slice()}),s}sort(e){const t=this.values.slice();this.values.sort(e),this.finalize_update({type:u.a.ListChange,index:0,removed:t,inserted:this.values.slice()})}compute_length(){return this.values.length}}var f=i("52VV");class g extends _{constructor(e,t){super(e),this.compute=t}get_val(){return this.should_recompute()||!this.computed_property?super.get_val():this.computed_property.val}observe(e,t){const i=super.observe(e,t);return{dispose:()=>{var e;i.dispose(),0===this.observers.length&&(null===(e=this.computed_disposable)||void 0===e||e.dispose(),this.computed_disposable=void 0,this.computed_property=void 0)}}}observe_list(e,t){const i=super.observe_list(e,t);return{dispose:()=>{i.dispose()}}}map(e){return new a.a([this],()=>e(this.val))}flat_map(e){return new f.a([this],()=>e(this.val))}filtered(e){return Object(l.a)(e)?new m([this,e],()=>this.val.filter(e.val)):new m([this],()=>this.val.filter(e))}compute_values(){var e;return null===(e=this.computed_disposable)||void 0===e||e.dispose(),this.computed_property=this.compute(),this.computed_disposable=this.computed_property.observe_list(e=>{e.type===u.a.ListChange&&this.values.splice(e.index,e.removed.length,...e.inserted),this.finalize_update(e)}),this.computed_property.val.slice()}}function w(){return new o}function y(e){return new r.a(e)}function D(e,...t){return new b(e,...t)}function S(e,...t){return new a.a(t,()=>e(...t.map(e=>e.val)))}function k(e,...t){return new g(t,()=>e(...t.map(e=>e.val)))}i.d(t,"a",(function(){return w})),i.d(t,"e",(function(){return y})),i.d(t,"c",(function(){return D})),i.d(t,"d",(function(){return S})),i.d(t,"b",(function(){return k}))},oxtq:function(e,t,i){"use strict";var s;function n(e){return null!=e&&e.is_list_property}i.d(t,"a",(function(){return s})),i.d(t,"b",(function(){return n})),function(e){e[e.ListChange=0]="ListChange",e[e.ValueChange=1]="ValueChange"}(s||(s={}))},rwco:function(e,t,i){"use strict";i.d(t,"b",(function(){return n})),i.d(t,"a",(function(){return a}));var s=i("5cb6");function n(e){return`${o(e.getHours(),2)}:${o(e.getMinutes(),2)}:${o(e.getSeconds(),2)}.${o(e.getMilliseconds(),3)}`}function o(e,t){return e.toString().padStart(t,"0")}class r{constructor(e){this.name=e,this.trace=(e,t)=>{this.log(s.b.Trace,e,t)},this.debug=(e,t)=>{this.log(s.b.Debug,e,t)},this.info=(e,t)=>{this.log(s.b.Info,e,t)},this.warn=(e,t)=>{this.log(s.b.Warning,e,t)},this.error=(e,t)=>{this.log(s.b.Error,e,t)}}get severity(){var e;return null!=(e=this._severity)?e:a.default_severity}set severity(e){this._severity=e}get handler(){var e;return null!=(e=this._handler)?e:a.default_handler}set handler(e){this._handler=e}log(e,t,i){e>=this.severity&&this.handler({time:new Date,message:t,severity:e,logger:this,cause:i},this.name)}}class a{static get(e){let t=this.loggers.get(e);return t||(t=new r(e),this.loggers.set(e,t)),t}static with_default_handler(e,t){const i=this.default_handler;let s=!1;try{this.default_handler=e;const n=t();return n instanceof Promise?(s=!0,n.finally(()=>this.default_handler=i)):n}finally{s||(this.default_handler=i)}}}a.loggers=new Map,a.default_severity=Object(s.c)("Info"),a.default_handler=function({time:e,message:t,severity:i,logger:o,cause:r}){const a=`${n(e)} [${s.b[i]}] ${o.name} - ${t}`;let l;switch(i){case s.b.Trace:l=console.trace;break;case s.b.Debug:l=console.debug;break;case s.b.Info:l=console.info;break;case s.b.Warning:l=console.warn;break;case s.b.Error:l=console.error;break;default:l=console.log}null==r?l.call(console,a):l.call(console,a,r)}},"sDu+":function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("7ZX1"),n=i("QmPX");class o extends n.a{constructor(e){super(e),this._label_text=e&&e.label}get label(){return this._label||null==this._label_text||(this._label=this.disposable(new s.a(this._label_text,{enabled:this.enabled.val,tooltip:this.tooltip.val})),this.id||(this.id="core_LabelledControl_id_"+String(r++)),this._label.for=this.id),this._label}set_enabled(e){super.set_enabled(e),this._label&&(this._label.enabled.val=e)}set_tooltip(e){super.set_tooltip(e),this._label&&(this._label.tooltip.val=e)}}let r=0},"sZ1+":function(e,t,i){"use strict";i.d(t,"c",(function(){return s})),i.d(t,"b",(function(){return n})),i.d(t,"a",(function(){return o})),i.d(t,"d",(function(){return r}));var s;i("xs7i");!function(e){e[e.Unknown=0]="Unknown",e[e.FemaleFat=1]="FemaleFat",e[e.FemaleMacho=2]="FemaleMacho",e[e.FemaleTall=3]="FemaleTall",e[e.MaleDwarf=4]="MaleDwarf",e[e.MaleFat=5]="MaleFat",e[e.MaleMacho=6]="MaleMacho",e[e.MaleOld=7]="MaleOld",e[e.BlueSoldier=8]="BlueSoldier",e[e.RedSoldier=9]="RedSoldier",e[e.Principal=10]="Principal",e[e.Tekker=11]="Tekker",e[e.GuildLady=12]="GuildLady",e[e.Scientist=13]="Scientist",e[e.Nurse=14]="Nurse",e[e.Irene=15]="Irene",e[e.ItemShop=16]="ItemShop",e[e.Nurse2=17]="Nurse2",e[e.Hildebear=18]="Hildebear",e[e.Hildeblue=19]="Hildeblue",e[e.RagRappy=20]="RagRappy",e[e.AlRappy=21]="AlRappy",e[e.Monest=22]="Monest",e[e.Mothmant=23]="Mothmant",e[e.SavageWolf=24]="SavageWolf",e[e.BarbarousWolf=25]="BarbarousWolf",e[e.Booma=26]="Booma",e[e.Gobooma=27]="Gobooma",e[e.Gigobooma=28]="Gigobooma",e[e.Dragon=29]="Dragon",e[e.GrassAssassin=30]="GrassAssassin",e[e.PoisonLily=31]="PoisonLily",e[e.NarLily=32]="NarLily",e[e.NanoDragon=33]="NanoDragon",e[e.EvilShark=34]="EvilShark",e[e.PalShark=35]="PalShark",e[e.GuilShark=36]="GuilShark",e[e.PofuillySlime=37]="PofuillySlime",e[e.PouillySlime=38]="PouillySlime",e[e.PanArms=39]="PanArms",e[e.Migium=40]="Migium",e[e.Hidoom=41]="Hidoom",e[e.DeRolLe=42]="DeRolLe",e[e.Dubchic=43]="Dubchic",e[e.Gilchic=44]="Gilchic",e[e.Garanz=45]="Garanz",e[e.SinowBeat=46]="SinowBeat",e[e.SinowGold=47]="SinowGold",e[e.Canadine=48]="Canadine",e[e.Canane=49]="Canane",e[e.Dubswitch=50]="Dubswitch",e[e.VolOptPart1=51]="VolOptPart1",e[e.VolOptPart2=52]="VolOptPart2",e[e.Delsaber=53]="Delsaber",e[e.ChaosSorcerer=54]="ChaosSorcerer",e[e.DarkGunner=55]="DarkGunner",e[e.DeathGunner=56]="DeathGunner",e[e.ChaosBringer=57]="ChaosBringer",e[e.DarkBelra=58]="DarkBelra",e[e.Dimenian=59]="Dimenian",e[e.LaDimenian=60]="LaDimenian",e[e.SoDimenian=61]="SoDimenian",e[e.Bulclaw=62]="Bulclaw",e[e.Bulk=63]="Bulk",e[e.Claw=64]="Claw",e[e.DarkFalz=65]="DarkFalz",e[e.Hildebear2=66]="Hildebear2",e[e.Hildeblue2=67]="Hildeblue2",e[e.RagRappy2=68]="RagRappy2",e[e.LoveRappy=69]="LoveRappy",e[e.StRappy=70]="StRappy",e[e.HalloRappy=71]="HalloRappy",e[e.EggRappy=72]="EggRappy",e[e.Monest2=73]="Monest2",e[e.Mothmant2=74]="Mothmant2",e[e.PoisonLily2=75]="PoisonLily2",e[e.NarLily2=76]="NarLily2",e[e.GrassAssassin2=77]="GrassAssassin2",e[e.Dimenian2=78]="Dimenian2",e[e.LaDimenian2=79]="LaDimenian2",e[e.SoDimenian2=80]="SoDimenian2",e[e.DarkBelra2=81]="DarkBelra2",e[e.BarbaRay=82]="BarbaRay",e[e.SavageWolf2=83]="SavageWolf2",e[e.BarbarousWolf2=84]="BarbarousWolf2",e[e.PanArms2=85]="PanArms2",e[e.Migium2=86]="Migium2",e[e.Hidoom2=87]="Hidoom2",e[e.Dubchic2=88]="Dubchic2",e[e.Gilchic2=89]="Gilchic2",e[e.Garanz2=90]="Garanz2",e[e.Dubswitch2=91]="Dubswitch2",e[e.Delsaber2=92]="Delsaber2",e[e.ChaosSorcerer2=93]="ChaosSorcerer2",e[e.GolDragon=94]="GolDragon",e[e.SinowBerill=95]="SinowBerill",e[e.SinowSpigell=96]="SinowSpigell",e[e.Merillia=97]="Merillia",e[e.Meriltas=98]="Meriltas",e[e.Mericarol=99]="Mericarol",e[e.Mericus=100]="Mericus",e[e.Merikle=101]="Merikle",e[e.UlGibbon=102]="UlGibbon",e[e.ZolGibbon=103]="ZolGibbon",e[e.Gibbles=104]="Gibbles",e[e.Gee=105]="Gee",e[e.GiGue=106]="GiGue",e[e.IllGill=107]="IllGill",e[e.DelLily=108]="DelLily",e[e.Epsilon=109]="Epsilon",e[e.GalGryphon=110]="GalGryphon",e[e.Deldepth=111]="Deldepth",e[e.Delbiter=112]="Delbiter",e[e.Dolmolm=113]="Dolmolm",e[e.Dolmdarl=114]="Dolmdarl",e[e.Morfos=115]="Morfos",e[e.Recobox=116]="Recobox",e[e.Recon=117]="Recon",e[e.SinowZoa=118]="SinowZoa",e[e.SinowZele=119]="SinowZele",e[e.OlgaFlow=120]="OlgaFlow",e[e.SandRappy=121]="SandRappy",e[e.DelRappy=122]="DelRappy",e[e.Astark=123]="Astark",e[e.SatelliteLizard=124]="SatelliteLizard",e[e.Yowie=125]="Yowie",e[e.MerissaA=126]="MerissaA",e[e.MerissaAA=127]="MerissaAA",e[e.Girtablulu=128]="Girtablulu",e[e.Zu=129]="Zu",e[e.Pazuzu=130]="Pazuzu",e[e.Boota=131]="Boota",e[e.ZeBoota=132]="ZeBoota",e[e.BaBoota=133]="BaBoota",e[e.Dorphon=134]="Dorphon",e[e.DorphonEclair=135]="DorphonEclair",e[e.Goran=136]="Goran",e[e.PyroGoran=137]="PyroGoran",e[e.GoranDetonator=138]="GoranDetonator",e[e.SaintMilion=139]="SaintMilion",e[e.Shambertin=140]="Shambertin",e[e.Kondrieu=141]="Kondrieu"}(s||(s={}));const n=[],o=[];function r(e){return l[e]}const a=[void 0,new Map,new Map,void 0,new Map],l=[];function u(e,t,i,s,r,u,c,d,h,p,v){if(n.push(e),u&&o.push(e),l[e]=Object.freeze({name:t,simple_name:i,ultimate_name:s,episode:r,enemy:u,rare_type:c,area_ids:d,pso_type_id:h,pso_roaming:p,pso_regular:v}),r){const t=a[r];t&&(t.set(i,e),t.set(s,e))}}u(s.Unknown,"Unknown","Unknown","Unknown",void 0,!1,void 0,[],void 0,void 0,void 0),u(s.FemaleFat,"Female Fat","Female Fat","Female Fat",void 0,!1,void 0,[0],4,0,!0),u(s.FemaleMacho,"Female Macho","Female Macho","Female Macho",void 0,!1,void 0,[0],5,0,!0),u(s.FemaleTall,"Female Tall","Female Tall","Female Tall",void 0,!1,void 0,[0],7,0,!0),u(s.MaleDwarf,"Male Dwarf","Male Dwarf","Male Dwarf",void 0,!1,void 0,[0],10,0,!0),u(s.MaleFat,"Male Fat","Male Fat","Male Fat",void 0,!1,void 0,[0],11,0,!0),u(s.MaleMacho,"Male Macho","Male Macho","Male Macho",void 0,!1,void 0,[0],12,0,!0),u(s.MaleOld,"Male Old","Male Old","Male Old",void 0,!1,void 0,[0],13,0,!0),u(s.BlueSoldier,"Blue Soldier","Blue Soldier","Blue Soldier",void 0,!1,void 0,[0],25,0,!0),u(s.RedSoldier,"Red Soldier","Red Soldier","Red Soldier",void 0,!1,void 0,[0],26,0,!0),u(s.Principal,"Principal","Principal","Principal",void 0,!1,void 0,[0],27,0,!0),u(s.Tekker,"Tekker","Tekker","Tekker",void 0,!1,void 0,[0],28,0,!0),u(s.GuildLady,"Guild Lady","Guild Lady","Guild Lady",void 0,!1,void 0,[0],29,0,!0),u(s.Scientist,"Scientist","Scientist","Scientist",void 0,!1,void 0,[0],30,0,!0),u(s.Nurse,"Nurse","Nurse","Nurse",void 0,!1,void 0,[0],31,0,!0),u(s.Irene,"Irene","Irene","Irene",void 0,!1,void 0,[0],32,0,!0),u(s.ItemShop,"Item Shop","Item Shop","Item Shop",void 0,!1,void 0,[0],241,0,!0),u(s.Nurse2,"Nurse (Ep. II)","Nurse","Nurse",2,!1,void 0,[0],254,0,!0),u(s.Hildebear,"Hildebear","Hildebear","Hildelt",1,!0,s.Hildeblue,[1,2],64,0,!0),u(s.Hildeblue,"Hildeblue","Hildeblue","Hildetorr",1,!0,void 0,[1,2],64,1,!0),u(s.RagRappy,"Rag Rappy","Rag Rappy","El Rappy",1,!0,s.AlRappy,[1,2],65,0,!0),u(s.AlRappy,"Al Rappy","Al Rappy","Pal Rappy",1,!0,void 0,[1,2],65,1,!0),u(s.Monest,"Monest","Monest","Mothvist",1,!0,void 0,[1,2],66,0,!0),u(s.Mothmant,"Mothmant","Mothmant","Mothvert",1,!0,void 0,[],void 0,void 0,void 0),u(s.SavageWolf,"Savage Wolf","Savage Wolf","Gulgus",1,!0,void 0,[1,2],67,0,!0),u(s.BarbarousWolf,"Barbarous Wolf","Barbarous Wolf","Gulgus-Gue",1,!0,void 0,[1,2],67,0,!1),u(s.Booma,"Booma","Booma","Bartle",1,!0,void 0,[1,2],68,0,!0),u(s.Gobooma,"Gobooma","Gobooma","Barble",1,!0,void 0,[1,2],68,1,!0),u(s.Gigobooma,"Gigobooma","Gigobooma","Tollaw",1,!0,void 0,[1,2],68,2,!0),u(s.Dragon,"Dragon","Dragon","Sil Dragon",1,!0,void 0,[11],192,0,!0),u(s.GrassAssassin,"Grass Assassin","Grass Assassin","Crimson Assassin",1,!0,void 0,[3,4,5],96,0,!0),u(s.PoisonLily,"Poison Lily","Poison Lily","Ob Lily",1,!0,s.NarLily,[3,4,5],97,0,!0),u(s.NarLily,"Nar Lily","Nar Lily","Mil Lily",1,!0,void 0,[3,4,5],97,1,!0),u(s.NanoDragon,"Nano Dragon","Nano Dragon","Nano Dragon",1,!0,void 0,[3,4,5],98,0,!0),u(s.EvilShark,"Evil Shark","Evil Shark","Vulmer",1,!0,void 0,[3,4,5],99,0,!0),u(s.PalShark,"Pal Shark","Pal Shark","Govulmer",1,!0,void 0,[3,4,5],99,1,!0),u(s.GuilShark,"Guil Shark","Guil Shark","Melqueek",1,!0,void 0,[3,4,5],99,2,!0),u(s.PofuillySlime,"Pofuilly Slime","Pofuilly Slime","Pofuilly Slime",1,!0,s.PouillySlime,[3,4,5],100,0,!0),u(s.PouillySlime,"Pouilly Slime","Pouilly Slime","Pouilly Slime",1,!0,void 0,[3,4,5],100,0,!1),u(s.PanArms,"Pan Arms","Pan Arms","Pan Arms",1,!0,void 0,[3,4,5],101,0,!0),u(s.Migium,"Migium","Migium","Migium",1,!0,void 0,[],void 0,void 0,void 0),u(s.Hidoom,"Hidoom","Hidoom","Hidoom",1,!0,void 0,[],void 0,void 0,void 0),u(s.DeRolLe,"De Rol Le","De Rol Le","Dal Ra Lie",1,!0,void 0,[12],193,0,!0),u(s.Dubchic,"Dubchic","Dubchic","Dubchich",1,!0,void 0,[6,7],128,0,!0),u(s.Gilchic,"Gilchic","Gilchic","Gilchich",1,!0,void 0,[6,7],128,1,!0),u(s.Garanz,"Garanz","Garanz","Baranz",1,!0,void 0,[6,7],129,0,!0),u(s.SinowBeat,"Sinow Beat","Sinow Beat","Sinow Blue",1,!0,void 0,[6,7],130,0,!0),u(s.SinowGold,"Sinow Gold","Sinow Gold","Sinow Red",1,!0,void 0,[6,7],130,0,!1),u(s.Canadine,"Canadine","Canadine","Canabin",1,!0,void 0,[6,7],131,0,!0),u(s.Canane,"Canane","Canane","Canune",1,!0,void 0,[6,7],132,0,!0),u(s.Dubswitch,"Dubswitch","Dubswitch","Dubswitch",1,!0,void 0,[6,7],133,0,!0),u(s.VolOptPart1,"Vol Opt (Part 1)","Vol Opt","Vol Opt ver.2",1,!0,void 0,[13],194,0,!0),u(s.VolOptPart2,"Vol Opt (Part 2)","Vol Opt","Vol Opt ver.2",1,!0,void 0,[13],197,0,!0),u(s.Delsaber,"Delsaber","Delsaber","Delsaber",1,!0,void 0,[8,9,10],160,0,!0),u(s.ChaosSorcerer,"Chaos Sorcerer","Chaos Sorcerer","Gran Sorcerer",1,!0,void 0,[8,9,10],161,0,!0),u(s.DarkGunner,"Dark Gunner","Dark Gunner","Dark Gunner",1,!0,void 0,[8,9,10],162,0,!0),u(s.DeathGunner,"Death Gunner","Death Gunner","Death Gunner",1,!0,void 0,[],void 0,void 0,void 0),u(s.ChaosBringer,"Chaos Bringer","Chaos Bringer","Dark Bringer",1,!0,void 0,[8,9,10],164,0,!0),u(s.DarkBelra,"Dark Belra","Dark Belra","Indi Belra",1,!0,void 0,[8,9,10],165,0,!0),u(s.Dimenian,"Dimenian","Dimenian","Arlan",1,!0,void 0,[8,9,10],166,0,!0),u(s.LaDimenian,"La Dimenian","La Dimenian","Merlan",1,!0,void 0,[8,9,10],166,1,!0),u(s.SoDimenian,"So Dimenian","So Dimenian","Del-D",1,!0,void 0,[8,9,10],166,2,!0),u(s.Bulclaw,"Bulclaw","Bulclaw","Bulclaw",1,!0,void 0,[8,9,10],167,0,!0),u(s.Bulk,"Bulk","Bulk","Bulk",1,!0,void 0,[],void 0,void 0,void 0),u(s.Claw,"Claw","Claw","Claw",1,!0,void 0,[8,9,10],168,0,!0),u(s.DarkFalz,"Dark Falz","Dark Falz","Dark Falz",1,!0,void 0,[14],200,0,!0),u(s.Hildebear2,"Hildebear (Ep. II)","Hildebear","Hildelt",2,!0,s.Hildeblue2,[1,2],64,0,!0),u(s.Hildeblue2,"Hildeblue (Ep. II)","Hildeblue","Hildetorr",2,!0,void 0,[1,2],64,1,!0),u(s.RagRappy2,"Rag Rappy (Ep. II)","Rag Rappy","El Rappy",2,!0,s.LoveRappy,[1,2],65,0,!0),u(s.LoveRappy,"Love Rappy","Love Rappy","Love Rappy",2,!0,void 0,[1,2],65,1,!0),u(s.StRappy,"St. Rappy","St. Rappy","St. Rappy",2,!0,void 0,[],void 0,void 0,void 0),u(s.HalloRappy,"Hallo Rappy","Hallo Rappy","Hallo Rappy",2,!0,void 0,[],void 0,void 0,void 0),u(s.EggRappy,"Egg Rappy","Egg Rappy","Egg Rappy",2,!0,void 0,[],void 0,void 0,void 0),u(s.Monest2,"Monest (Ep. II)","Monest","Mothvist",2,!0,void 0,[1,2],66,0,!0),u(s.Mothmant2,"Mothmant","Mothmant","Mothvert",2,!0,void 0,[],void 0,void 0,void 0),u(s.PoisonLily2,"Poison Lily (Ep. II)","Poison Lily","Ob Lily",2,!0,s.NarLily2,[1,2],97,0,!0),u(s.NarLily2,"Nar Lily (Ep. II)","Nar Lily","Mil Lily",2,!0,void 0,[1,2],97,1,!0),u(s.GrassAssassin2,"Grass Assassin (Ep. II)","Grass Assassin","Crimson Assassin",2,!0,void 0,[1,2],96,0,!0),u(s.Dimenian2,"Dimenian (Ep. II)","Dimenian","Arlan",2,!0,void 0,[1,2],166,0,!0),u(s.LaDimenian2,"La Dimenian (Ep. II)","La Dimenian","Merlan",2,!0,void 0,[1,2],166,1,!0),u(s.SoDimenian2,"So Dimenian (Ep. II)","So Dimenian","Del-D",2,!0,void 0,[1,2],166,2,!0),u(s.DarkBelra2,"Dark Belra (Ep. II)","Dark Belra","Indi Belra",2,!0,void 0,[1,2],165,0,!0),u(s.BarbaRay,"Barba Ray","Barba Ray","Barba Ray",2,!0,void 0,[14],203,0,!0),u(s.SavageWolf2,"Savage Wolf (Ep. II)","Savage Wolf","Gulgus",2,!0,void 0,[3,4],67,0,!0),u(s.BarbarousWolf2,"Barbarous Wolf (Ep. II)","Barbarous Wolf","Gulgus-Gue",2,!0,void 0,[3,4],67,0,!1),u(s.PanArms2,"Pan Arms (Ep. II)","Pan Arms","Pan Arms",2,!0,void 0,[3,4],101,0,!0),u(s.Migium2,"Migium (Ep. II)","Migium","Migium",2,!0,void 0,[],void 0,void 0,void 0),u(s.Hidoom2,"Hidoom (Ep. II)","Hidoom","Hidoom",2,!0,void 0,[],void 0,void 0,void 0),u(s.Dubchic2,"Dubchic (Ep. II)","Dubchic","Dubchich",2,!0,void 0,[3,4],128,0,!0),u(s.Gilchic2,"Gilchic (Ep. II)","Gilchic","Gilchich",2,!0,void 0,[3,4],128,1,!0),u(s.Garanz2,"Garanz (Ep. II)","Garanz","Baranz",2,!0,void 0,[3,4],129,0,!0),u(s.Dubswitch2,"Dubswitch (Ep. II)","Dubswitch","Dubswitch",2,!0,void 0,[3,4],133,0,!0),u(s.Delsaber2,"Delsaber (Ep. II)","Delsaber","Delsaber",2,!0,void 0,[3,4],160,0,!0),u(s.ChaosSorcerer2,"Chaos Sorcerer (Ep. II)","Chaos Sorcerer","Gran Sorcerer",2,!0,void 0,[3,4],161,0,!0),u(s.GolDragon,"Gol Dragon","Gol Dragon","Gol Dragon",2,!0,void 0,[15],204,0,!0),u(s.SinowBerill,"Sinow Berill","Sinow Berill","Sinow Berill",2,!0,void 0,[5,6,7,8,9,16],212,0,!0),u(s.SinowSpigell,"Sinow Spigell","Sinow Spigell","Sinow Spigell",2,!0,void 0,[5,6,7,8,9,16],212,1,!0),u(s.Merillia,"Merillia","Merillia","Merillia",2,!0,void 0,[5,6,7,8,9,16],213,0,!0),u(s.Meriltas,"Meriltas","Meriltas","Meriltas",2,!0,void 0,[5,6,7,8,9,16],213,1,!0),u(s.Mericarol,"Mericarol","Mericarol","Mericarol",2,!0,void 0,[5,6,7,8,9,16,17],214,0,!0),u(s.Mericus,"Mericus","Mericus","Mericus",2,!0,void 0,[5,6,7,8,9,16,17],214,1,!0),u(s.Merikle,"Merikle","Merikle","Merikle",2,!0,void 0,[5,6,7,8,9,16,17],214,2,!0),u(s.UlGibbon,"Ul Gibbon","Ul Gibbon","Ul Gibbon",2,!0,void 0,[5,6,7,8,9,16],215,0,!0),u(s.ZolGibbon,"Zol Gibbon","Zol Gibbon","Zol Gibbon",2,!0,void 0,[5,6,7,8,9,16],215,1,!0),u(s.Gibbles,"Gibbles","Gibbles","Gibbles",2,!0,void 0,[5,6,7,8,9,16,17],216,0,!0),u(s.Gee,"Gee","Gee","Gee",2,!0,void 0,[5,6,7,8,9,16],217,0,!0),u(s.GiGue,"Gi Gue","Gi Gue","Gi Gue",2,!0,void 0,[5,6,7,8,9,16,17],218,0,!0),u(s.IllGill,"Ill Gill","Ill Gill","Ill Gill",2,!0,void 0,[17],225,0,!0),u(s.DelLily,"Del Lily","Del Lily","Del Lily",2,!0,void 0,[17],97,0,!0),u(s.Epsilon,"Epsilon","Epsilon","Epsilon",2,!0,void 0,[17],224,0,!0),u(s.GalGryphon,"Gal Gryphon","Gal Gryphon","Gal Gryphon",2,!0,void 0,[12],192,0,!0),u(s.Deldepth,"Deldepth","Deldepth","Deldepth",2,!0,void 0,[10,11],219,0,!0),u(s.Delbiter,"Delbiter","Delbiter","Delbiter",2,!0,void 0,[10,11,17],220,0,!0),u(s.Dolmolm,"Dolmolm","Dolmolm","Dolmolm",2,!0,void 0,[10,11],221,0,!0),u(s.Dolmdarl,"Dolmdarl","Dolmdarl","Dolmdarl",2,!0,void 0,[10,11],221,1,!0),u(s.Morfos,"Morfos","Morfos","Morfos",2,!0,void 0,[10,11],222,0,!0),u(s.Recobox,"Recobox","Recobox","Recobox",2,!0,void 0,[10,11,17],223,0,!0),u(s.Recon,"Recon","Recon","Recon",2,!0,void 0,[],void 0,void 0,void 0),u(s.SinowZoa,"Sinow Zoa","Sinow Zoa","Sinow Zoa",2,!0,void 0,[10,11],224,0,!0),u(s.SinowZele,"Sinow Zele","Sinow Zele","Sinow Zele",2,!0,void 0,[10,11],224,1,!0),u(s.OlgaFlow,"Olga Flow","Olga Flow","Olga Flow",2,!0,void 0,[13],202,0,!0),u(s.SandRappy,"Sand Rappy","Sand Rappy","Sand Rappy",4,!0,s.DelRappy,[1,2,3,4,5,6,7,8],65,0,!0),u(s.DelRappy,"Del Rappy","Del Rappy","Del Rappy",4,!0,void 0,[1,2,3,4,5,6,7,8],65,1,!0),u(s.Astark,"Astark","Astark","Astark",4,!0,void 0,[1,2,3,4,5,6,7,8],272,0,!0),u(s.SatelliteLizard,"Satellite Lizard","Satellite Lizard","Satellite Lizard",4,!0,void 0,[1,2,3,4,5,6,7,8],273,0,!0),u(s.Yowie,"Yowie","Yowie","Yowie",4,!0,void 0,[1,2,3,4,5,6,7,8],273,0,!1),u(s.MerissaA,"Merissa A","Merissa A","Merissa A",4,!0,s.MerissaAA,[6,7,8],274,0,!0),u(s.MerissaAA,"Merissa AA","Merissa AA","Merissa AA",4,!0,void 0,[6,7,8],274,1,!0),u(s.Girtablulu,"Girtablulu","Girtablulu","Girtablulu",4,!0,void 0,[6,7,8],275,0,!0),u(s.Zu,"Zu","Zu","Zu",4,!0,s.Pazuzu,[1,2,3,4,5,6,7,8],276,0,!0),u(s.Pazuzu,"Pazuzu","Pazuzu","Pazuzu",4,!0,void 0,[1,2,3,4,5,6,7,8],276,1,!0),u(s.Boota,"Boota","Boota","Boota",4,!0,void 0,[1,2,3,4,5],277,0,!0),u(s.ZeBoota,"Ze Boota","Ze Boota","Ze Boota",4,!0,void 0,[1,2,3,4,5],277,1,!0),u(s.BaBoota,"Ba Boota","Ba Boota","Ba Boota",4,!0,void 0,[1,2,3,4,5],277,2,!0),u(s.Dorphon,"Dorphon","Dorphon","Dorphon",4,!0,s.DorphonEclair,[1,2,3,4,5],278,0,!0),u(s.DorphonEclair,"Dorphon Eclair","Dorphon Eclair","Dorphon Eclair",4,!0,void 0,[1,2,3,4,5],278,1,!0),u(s.Goran,"Goran","Goran","Goran",4,!0,void 0,[6,7,8],279,0,!0),u(s.PyroGoran,"Pyro Goran","Pyro Goran","Pyro Goran",4,!0,void 0,[6,7,8],279,1,!0),u(s.GoranDetonator,"Goran Detonator","Goran Detonator","Goran Detonator",4,!0,void 0,[6,7,8],279,2,!0),u(s.SaintMilion,"Saint-Milion","Saint-Milion","Saint-Milion",4,!0,s.Kondrieu,[9],281,0,!0),u(s.Shambertin,"Shambertin","Shambertin","Shambertin",4,!0,s.Kondrieu,[9],281,1,!0),u(s.Kondrieu,"Kondrieu","Kondrieu","Kondrieu",4,!0,void 0,[9],281,0,!1),Object.freeze(n),Object.freeze(o),Object.freeze(l)},sv1z:function(e,t,i){"use strict";i.d(t,"a",(function(){return c}));var s=i("sDu+"),n=i("FXpb"),o=(i("6MRE"),i("jJhE")),r=i("KVVN"),a=i("4VsB"),l=i("LSoc"),u=i("ouMO");class c extends s.a{constructor(e){var t;super(e),this.element=Object(n.h)({className:"core_Select"}),this.button_mousedown=e=>{e.stopPropagation(),this.just_opened=!this.menu.visible.val,this.menu.visible.val=!0},this.button_mouseup=()=>{this.just_opened?this.menu.focus():this.menu.visible.val=!1,this.just_opened=!1},this.button_keydown=({value:e})=>{switch(e.key){case"Enter":case" ":e.preventDefault(),e.stopPropagation(),this.just_opened=!this.menu.visible.val,this.menu.visible.val=!0,this.menu.focus(),this.menu.hover_next();break;case"ArrowUp":{if(void 0===this._selected.val)break;const e=this.items.val.indexOf(this._selected.val)-1;if(e<0)break;this._selected.set_val(this.items.val[e],{silent:!1})}break;case"ArrowDown":{if(void 0===this._selected.val)break;const e=this.items.val.indexOf(this._selected.val)+1;if(e>=this.items.val.length)break;this._selected.set_val(this.items.val[e],{silent:!1})}}},this.preferred_label_position="left",this.items=Object(o.a)(e.items)?e.items:Object(u.e)(e.items),this.to_label=null!=(t=e.to_label)?t:String,this.button=this.disposable(new r.a({text:" ",icon_right:n.a.TriangleDown})),this.menu=this.disposable(new l.a({items:this.items,to_label:this.to_label,related_element:this.element})),this.element.append(this.button.element,this.menu.element),this._selected=new a.a(this,void 0,this.set_selected),this.selected=this._selected,this.just_opened=!1,this.disposables(Object(n.g)(this.button.element,"mousedown",this.button_mousedown),this.button.onmouseup.observe(this.button_mouseup),this.button.onkeydown.observe(this.button_keydown),this.menu.selected.observe(({value:e})=>{this._selected.set_val(e,{silent:!1})})),e&&(Object(o.a)(e.selected)?this.selected.bind_to(e.selected):e.selected&&(this.selected.val=e.selected)),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.button.enabled.val=e}set_selected(e){this.button.text.val=void 0!==e?this.to_label(e):" ",this.menu.selected.val=e}}},uiJh:function(e,t,i){"use strict";function s(e){const t=Object.values(e),i=t.filter(e=>"number"==typeof e);return i.length?i:t}function n(e,t){if(""===t)return;const i=t.charCodeAt(0);return 48<=i&&i<=57?void 0:e[t]}i.d(t,"a",(function(){return s})),i.d(t,"b",(function(){return n}))},wtpc:function(e,t,i){"use strict";function s(e,t,i=((e,t)=>e===t)){const s=e.length;if(s!==t.length)return!1;for(let n=0;n1?e.slice(0,t):e}function l(e){const t=e.lastIndexOf(".");return t>1?e.slice(t+1):e}function u(e,t){if(!e){let e="Assertion Error";throw t&&(e+=": "+(t instanceof Function?t():t)),new Error(e)}}function c(e,t){u(null!=e,()=>`${t} should not be null or undefined (was ${e}).`)}function d(e,t){u(Number.isFinite(e),()=>`${t} should be a finite number (was ${e}).`)}function h(e,t){u(Number.isInteger(e),()=>`${t} should be an integer (was ${e}).`)}function p(e,t){u(Number.isInteger(e)&&e>=0,()=>`${t} should be a non-negative integer (was ${e}).`)}function v(e,t){u(Array.isArray(e),()=>`${t} should be an array (was ${e}).`)}function _(e,t=8){return e.toString(16).padStart(t,"0")}i.d(t,"c",(function(){return s})),i.d(t,"b",(function(){return n})),i.d(t,"a",(function(){return o})),i.d(t,"h",(function(){return r})),i.d(t,"e",(function(){return a})),i.d(t,"g",(function(){return l})),i.d(t,"d",(function(){return u})),i.d(t,"f",(function(){return c})),i.d(t,"k",(function(){return d})),i.d(t,"l",(function(){return h})),i.d(t,"m",(function(){return p})),i.d(t,"j",(function(){return v})),i.d(t,"i",(function(){return _}))},xs7i:function(e,t,i){"use strict";var s;i.d(t,"b",(function(){return s})),i.d(t,"a",(function(){return n})),i.d(t,"c",(function(){return o})),function(e){e[e.I=1]="I",e[e.II=2]="II",e[e.IV=4]="IV"}(s||(s={}));const n=[s.I,s.II,s.IV];function o(e){if(null==s[e])throw new Error(`Invalid episode ${e}.`)}},zsIO:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("6Fug");class n extends s.a{constructor(){super(...arguments),this.width=0,this.height=0}resize(e,t){this.width=e,this.height=t,this.element.style.width=`${e}px`,this.element.style.height=`${t}px`}}}},[["/7QA",4,0,1]]]); \ No newline at end of file diff --git a/main.e3999b021bf9956f1251.js b/main.e3999b021bf9956f1251.js new file mode 100644 index 00000000..fe554066 --- /dev/null +++ b/main.e3999b021bf9956f1251.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[6],{"+LO4":function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));const s=i("rwco").a.get("core/observable/property/AbstractMinimalProperty");class n{constructor(){this.is_property=!0,this.observers=[]}observe(e,t){return this.observers.push(e),t&&t.call_now&&this.call_observer(e,this.val),{dispose:()=>{const t=this.observers.indexOf(e);-1!==t&&this.observers.splice(t,1)}}}emit(){const e=this.val;for(const t of this.observers)this.call_observer(t,e)}call_observer(e,t){try{e({value:t})}catch(e){s.error("Observer threw error.",e)}}}},"/7QA":function(e,t,i){"use strict";i.r(t);i("LSZE"),i("8UJ8"),i("XtFL"),i("tjRy"),i("3oCa"),i("OP0w");var s=i("4SjJ"),n=i("ouMO");class o{constructor(e,t,i,s,n,o,r){this.id=e,this.name=t,this.min_atp=i,this.max_atp=s,this.ata=n,this.max_grind=o,this.required_atp=r}}class r{constructor(e,t,i,s,n,o,r,a,l,u,c){this.id=e,this.name=t,this.atp=i,this.ata=s,this.min_evp=n,this.max_evp=o,this.min_dfp=r,this.max_dfp=a,this.mst=l,this.hp=u,this.lck=c}}class a{constructor(e,t,i,s,n,o,r,a,l,u,c){this.id=e,this.name=t,this.atp=i,this.ata=s,this.min_evp=n,this.max_evp=o,this.min_dfp=r,this.max_dfp=a,this.mst=l,this.hp=u,this.lck=c}}class l{constructor(e,t){this.id=e,this.name=t}}class u{constructor(e,t){this.id=e,this.name=t}}var c=i("nsCy"),d=i("Ya0R"),h=i("kcKQ"),p=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function r(e){try{l(s.next(e))}catch(e){o(e)}}function a(e){try{l(s.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}l((s=s.apply(e,t||[])).next())}))};function v(e,t){return new d.a(t,function(e){return t=>p(this,void 0,void 0,(function*(){const i=yield e.get(`/item_types.${c.g[t].toLowerCase()}.json`).json(),s=[],n=[];for(const e of i){let t;switch(e.class){case"weapon":t=new o(e.id,e.name,e.min_atp,e.max_atp,e.ata,e.max_grind,e.required_atp);break;case"armor":t=new r(e.id,e.name,e.atp,e.ata,e.min_evp,e.max_evp,e.min_dfp,e.max_dfp,e.mst,e.hp,e.lck);break;case"shield":t=new a(e.id,e.name,e.atp,e.ata,e.min_evp,e.max_evp,e.min_dfp,e.max_dfp,e.mst,e.hp,e.lck);break;case"unit":t=new l(e.id,e.name);break;case"tool":t=new u(e.id,e.name);break;default:continue}n[t.id]=t,s.push(t)}return new _(s,n)}))}(e))}class _ extends h.a{constructor(e,t){super(),this.id_to_item_type=t,this.get_by_id=e=>this.id_to_item_type[e],this.item_types=e}}var m=i("sZ1+");class b{constructor(e,t,i,s,n,o){this.difficulty=e,this.section_id=t,this.npc_type=i,this.item_type=s,this.anything_rate=n,this.rare_rate=o,this.rate=n*o}}var f=i("rwco"),g=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function r(e){try{l(s.next(e))}catch(e){o(e)}}function a(e){try{l(s.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}l((s=s.apply(e,t||[])).next())}))};const w=f.a.get("stores/ItemDropStore");function y(e,t,i){return new d.a(t,function(e,t){return i=>g(this,void 0,void 0,(function*(){const s=yield t.get(i),n=yield e.get(`/enemy_drops.${c.g[i].toLowerCase()}.json`).json(),o=new S;for(const e of n){const t=m.c[e.enemy];if(!t){w.warn(`Couldn't determine NpcType of episode ${e.episode} ${e.enemy}.`);continue}const i=c.b[e.difficulty],n=s.get_by_id(e.item_type_id);if(!n){w.warn(`Couldn't find item kind ${e.item_type_id}.`);continue}const r=c.e[e.section_id];null!=r?o.set_drop(i,r,t,new b(i,r,t,n,e.drop_rate,e.rare_rate)):w.warn(`Couldn't find section ID ${e.section_id}.`)}return new D(o)}))}(e,i))}class D extends h.a{constructor(e){super(),this.enemy_drops=e}}class S{constructor(){this.table=[],this.item_type_to_drops=[];for(let e=0;e{const e=this.clock.now(),t=e.getUTCSeconds(),i=e.getUTCMinutes(),s=(e.getUTCHours()+1)%24;this._internet_time.val=`@${Math.floor((t+60*(i+60*s))/86.4)}`},this.tool=e.tool,this.internet_time_interval=setInterval(this.set_internet_time,1e3),this.set_internet_time()}dispose(){super.dispose(),clearInterval(this.internet_time_interval)}set_tool(e){this.gui_store.set_tool(e)}}i("pNch"),i("Rbar");var j=i("QmPX");class B extends j.a{constructor(e,t){super(),this.element=Object(k.s)({className:"application_NavigationButton"}),this.input=Object(k.m)(),this.label=Object(k.n)();const i=s.b[e];this.input.type="radio",this.input.name="application_NavigationButton",this.input.value=i,this.input.id=`application_NavigationButton_${i}`,this.label.append(t),this.label.htmlFor=`application_NavigationButton_${i}`,this.element.append(this.input,this.label),this.finalize_construction()}set checked(e){this.input.checked=e}}var P=i("sv1z"),z=i("6Fug");const E=[[s.b.Viewer,"Viewer"],[s.b.QuestEditor,"Quest Editor"],[s.b.HuntOptimizer,"Hunt Optimizer"]];class I extends z.a{constructor(e){super(),this.ctrl=e,this.buttons=new Map(E.map(([e,t])=>[e,this.add(new B(e,t))])),this.server_select=this.add(new P.a({label:"Server:",items:["Ephinea"],to_label:e=>e,enabled:!1,selected:"Ephinea",tooltip:"Only Ephinea is supported at the moment"})),this.time_element=Object(k.s)({className:"application_NavigationView_time",title:"Internet time in beats"}),this.element=Object(k.h)({className:"application_NavigationView"},...[...this.buttons.values()].map(e=>e.element),Object(k.h)({className:"application_NavigationView_spacer"}),Object(k.s)({className:"application_NavigationView_server"},this.server_select.label.element,this.server_select.element),this.time_element,Object(k.b)({className:"application_NavigationView_github",href:"https://github.com/DaanVandenBosch/phantasmal-world",title:"Phantasmal World is open source, code available on GitHub"},Object(k.k)(k.a.GitHub))),this.height=30,this.mousedown=e=>{e.target instanceof HTMLLabelElement&&e.target.control instanceof HTMLInputElement&&this.ctrl.set_tool(s.b[e.target.control.value])},this.mark_tool_button=e=>{const t=this.buttons.get(e);t&&(t.checked=!0)},this.element.style.height=`${this.height}px`,this.element.addEventListener("mousedown",this.mousedown),this.disposables(e.tool.observe(({value:e})=>this.mark_tool_button(e),{call_now:!0}),e.internet_time.observe(({value:e})=>this.time_element.textContent=e,{call_now:!0})),this.finalize_construction()}}var A=i("39ZU");class C extends G.a{constructor(e,t){super(),this.element=Object(k.h)({className:"application_MainContentView"}),this.tool_views=new Map(t.map(([e,t])=>[e,this.add(new A.a(t))]));for(const e of this.tool_views.values())this.element.append(e.element);this.disposables(e.tool.observe(({value:e})=>this.set_current_tool(e),{call_now:!0})),this.finalize_construction()}resize(e,t){super.resize(e,t);for(const i of this.tool_views.values())i.resize(e,t);return this}set_current_tool(e){this.current_tool_view&&(this.current_tool_view.visible.val=!1,this.current_tool_view.deactivate()),this.current_tool_view=this.tool_views.get(e),this.current_tool_view&&(this.current_tool_view.visible.val=!0,this.current_tool_view.activate())}}var N=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function r(e){try{l(s.next(e))}catch(e){o(e)}}function a(e){try{l(s.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}l((s=s.apply(e,t||[])).next())}))};function H(e){const t=e;"historyUndo"!==t.inputType&&"historyRedo"!==t.inputType||e.preventDefault()}function F(e){const t=e;t.ctrlKey&&!t.altKey&&"Z"===t.key.toUpperCase()&&t.preventDefault()}function V(e){e.preventDefault(),e.dataTransfer&&(e.dataTransfer.dropEffect="none")}function T(e){V(e)}function $(e){V(e)}var U=i("4eU9");var Z=i("Womt");!function(e,t,n,o){const r=new O.a;r.add(Object(k.f)(document,"beforeinput",H)),r.add(Object(k.g)(document,"keydown",F)),r.add_all(Object(k.g)(document,"dragenter",V),Object(k.g)(document,"dragover",T),Object(k.g)(document,"drop",$));const a=r.add(new s.a),l=r.add(v(e,a)),u=r.add(y(e,a,l)),c=r.add(new L(a,n)),d=r.add(new M(new I(c),new C(a,[[s.b.Viewer,()=>N(this,void 0,void 0,(function*(){const{initialize_viewer:s}=yield Promise.all([i.e(1),i.e(21)]).then(i.bind(null,"U6CM"));return r.add(s(e,t,a,o)).view}))],[s.b.QuestEditor,()=>N(this,void 0,void 0,(function*(){const{initialize_quest_editor:t}=yield Promise.all([i.e(0),i.e(1),i.e(8)]).then(i.bind(null,"4aaK"));return r.add(t(e,a,o)).view}))],[s.b.HuntOptimizer,()=>N(this,void 0,void 0,(function*(){const{initialize_hunt_optimizer:t}=yield Promise.all([i.e(0),i.e(1),i.e(18)]).then(i.bind(null,"Ix/i"));return r.add(t(e,a,l,u)).view}))]]))),h=Object(x.throttle)(()=>{d.resize(window.innerWidth,window.innerHeight)},100,{leading:!0,trailing:!0});h(),document.body.append(d.element),d.activate(),r.add(Object(k.g)(window,"resize",h))}(new class{get(e){const t=new AbortController,i=fetch("/assets"+e,{signal:t.signal});return{json:()=>new U.a((e,t)=>{i.then(e=>e.json()).then(t=>e(t),e=>t(e))},()=>t.abort()),array_buffer:()=>new U.a((e,t)=>{i.then(e=>e.arrayBuffer()).then(t=>e(t),e=>t(e))},()=>t.abort())}}},new class{constructor(e=Math.random){this.random_number=e}integer(e,t){return e+Math.floor(this.random_number()*(t-e))}sample_array(e){return e[this.integer(0,e.length)]}},new class{now(){return new Date}},(function(){const e=new Z.WebGLRenderer({antialias:!0,alpha:!0});return e.setPixelRatio(window.devicePixelRatio),e}))},"0CzU":function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("hUhj"),n=i("jJhE");class o extends s.a{constructor(e){super(),this._val=e}get val(){return this.get_val()}set val(e){this.set_val(e)}get_val(){return this._val}set_val(e,t={}){e!==this._val&&(this._val=e,t.silent||this.emit())}update(e){this.val=e(this.val)}bind_to(e){return Object(n.a)(e)&&(this.val=e.val),e.observe(e=>this.val=e.value)}}},"39ZU":function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("nN8q"),n=i("FXpb");class o extends s.a{constructor(e){super(),this.create_view=e,this.initialized=!1,this.element=Object(n.h)({className:"core_LazyView"}),this.visible.val=!1}get children(){return this.view?[this.view]:[]}resize(e,t){return super.resize(e,t),this.view&&this.view.resize(e,t),this}set_visible(e){super.set_visible(e),e&&!this.initialized&&(this.initialized=!0,this.create_view().then(e=>{this.disposed?e.dispose():(this.view=this.disposable(e),this.view.resize(this.width,this.height),this.element.append(e.element),this.view.activate())})),this.finalize_construction()}}},"4SjJ":function(e,t,i){"use strict";i.d(t,"b",(function(){return s})),i.d(t,"a",(function(){return d}));var s,n=i("ouMO"),o=i("nsCy"),r=i("kcKQ"),a=i("FXpb"),l=i("wtpc");!function(e){e[e.Viewer=0]="Viewer",e[e.QuestEditor=1]="QuestEditor",e[e.HuntOptimizer=2]="HuntOptimizer"}(s||(s={}));const u=new Map([[s.Viewer,"viewer"],[s.QuestEditor,"quest_editor"],[s.HuntOptimizer,"hunt_optimizer"]]),c=new Map([...u.entries()].map(([e,t])=>[t,e]));class d extends r.a{constructor(){var e;super(),this._tool=Object(n.e)(s.Viewer),this._path=Object(n.e)(""),this.parameters=new Map,this._server=Object(n.e)(o.g.Ephinea),this.global_keydown_handlers=new Map,this.features=new Set,this.tool=this._tool,this.path=this._path,this.server=this._server,this.dispatch_global_keydown=e=>{const t=[];e.ctrlKey&&t.push("Ctrl"),e.shiftKey&&t.push("Shift"),e.altKey&&t.push("Alt"),t.push(e.key.toUpperCase());const i=t.join("-"),s=this.global_keydown_handlers.get(this.handler_key(this.tool.val,i));s&&(e.preventDefault(),s(e))};const t=window.location.hash.slice(1),[i,r]=t.split("?"),l=i.indexOf("/",1),u=null!=(e=function(e){return c.get(e)}(-1===l?i.slice(1):i.slice(1,l)))?e:s.Viewer,d=-1===l?"":i.slice(l);if(r){const e=new Map;for(const[t,i]of r.split("&").map(e=>e.split("=",2)))if("features"===t)for(const e of i.split(","))this.features.add(e);else e.set(t,i);this.parameters.set(i,e)}this.disposables(Object(a.g)(window,"keydown",this.dispatch_global_keydown)),this.set_tool(u,d)}get full_path(){return`/${h(this.tool.val)}${this.path.val}`}set_tool(e,t=""){this._path.val=t,this._tool.val=e,this.update_location()}set_path_prefix(e){this.path.val.startsWith(e)||(this._path.val=e,this.update_location())}get_parameter(e,t,i){return Object(l.h)(this.parameters,`/${h(e)}${t}`,()=>new Map).get(i)}bind_parameter(e,t,i,s){Object(l.d)("features"!==i,"features can't be bound because it is a global parameter.");const n=Object(l.h)(this.parameters,this.full_path,()=>new Map);return s.observe(({value:s})=>{this.tool.val===e&&this.path.val===t&&(void 0===s?n.delete(i):n.set(i,s),this.update_location())})}update_location(){const e=[],t=this.parameters.get(this.full_path);if(t)for(const[i,s]of t.entries())e.push([i,s]);this.features.size&&e.push(["features",[...this.features].join(",")]);const i=0===e.length?"":"?"+e.map(e=>e.join("=")).join("&");window.location.hash=`#${this.full_path}${i}`}on_global_keydown(e,t,i){const s=this.handler_key(e,t);return this.global_keydown_handlers.set(s,i),{dispose:()=>{this.global_keydown_handlers.delete(s)}}}feature_active(e){return this.features.has(e)}handler_key(e,t){return`${s[e]} -> ${t}`}}function h(e){const t=u.get(e);if(t)return t;throw new Error(`To string not implemented for ${s[e]}.`)}},"4VsB":function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("0CzU");class n extends s.a{constructor(e,t,i){super(t),this.widget=e,this.set_value=i}set_val(e,t){this.set_value.call(this.widget,e),super.set_val(e,Object.assign({silent:!0},t))}}},"4eU9":function(e,t,i){"use strict";var s;i.d(t,"a",(function(){return n})),function(e){e[e.Pending=0]="Pending",e[e.Fulfilled=1]="Fulfilled",e[e.Rejected=2]="Rejected",e[e.Disposed=3]="Disposed"}(s||(s={}));class n{constructor(e,t){this.state=s.Pending,this.fulfillment_listeners=[],this.rejection_listeners=[],this[Symbol.toStringTag]="DisposablePromise",this.executor_resolve=e=>{if(o(e)){if(this.state!==s.Pending)return;e.then(e=>{this.fulfilled(e)},e=>{this.rejected(e)})}else this.fulfilled(e)},this.executor_reject=e=>{this.rejected(e)},this.disposal_handler=t,e(this.executor_resolve,this.executor_reject)}static all(e){return new n((t,i)=>{const s=[];let n=0;function r(e){s.push(e),s.length===n&&t(s)}for(const t of e)n++,o(t)?t.then(r,i):r(t)},()=>{for(const t of e)t instanceof n&&t.dispose()})}static resolve(e,t){return o(e)?new n((t,i)=>{e.then(t,i)},t):new n(t=>{t(e)},t)}fulfilled(e){if(this.state===s.Pending){this.state=s.Fulfilled,this.value=e;for(const t of this.fulfillment_listeners)t(e);this.fulfillment_listeners.splice(0),this.rejection_listeners.splice(0)}}rejected(e){if(this.state===s.Pending){this.state=s.Rejected,this.reason=e;for(const t of this.rejection_listeners)t(e);this.fulfillment_listeners.splice(0),this.rejection_listeners.splice(0)}}then(e,t){return new n((i,s)=>{null==e?this.add_fulfillment_listener(i):this.add_fulfillment_listener(t=>{try{i(e(t))}catch(e){s(e)}}),null==t?this.add_rejection_listener(s):this.add_rejection_listener(e=>{try{i(t(e))}catch(e){s(e)}})},()=>this.dispose())}catch(e){return new n((t,i)=>{this.add_fulfillment_listener(t),null==e?this.add_rejection_listener(i):this.add_rejection_listener(s=>{try{t(e(s))}catch(e){i(e)}})},()=>this.dispose())}finally(e){return null==e?this:new n((t,i)=>{this.add_fulfillment_listener(s=>{try{e(),t(s)}catch(e){i(e)}}),this.add_rejection_listener(t=>{try{e(),i(t)}catch(e){i(e)}})},()=>this.dispose())}dispose(){var e;this.state!==s.Disposed&&(this.state=s.Disposed,null===(e=this.disposal_handler)||void 0===e||e.call(this))}add_fulfillment_listener(e){switch(this.state){case s.Pending:this.fulfillment_listeners.push(e);break;case s.Fulfilled:e(this.value);break;case s.Rejected:case s.Disposed:}}add_rejection_listener(e){switch(this.state){case s.Pending:this.rejection_listeners.push(e);break;case s.Rejected:e(this.reason);break;case s.Fulfilled:case s.Disposed:}}}function o(e){return null!=e&&"function"==typeof e.then}},"52VV":function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("Ge8H"),n=i("nEgy");class o extends n.a{constructor(e,t){super(e),this.compute=t}get_val(){return this.should_recompute()||!this.computed_property?super.get_val():this.computed_property.val}observe(e,t){const i=super.observe(e,t);return{dispose:()=>{var e;i.dispose(),0===this.observers.length&&(null===(e=this.computed_disposable)||void 0===e||e.dispose(),this.computed_disposable=void 0,this.computed_property=void 0)}}}map(e){return new s.a([this],()=>e(this.val))}flat_map(e){return new o([this],()=>e(this.val))}compute_value(){var e;return null===(e=this.computed_disposable)||void 0===e||e.dispose(),this.computed_property=this.compute(),this.computed_disposable=this.computed_property.observe(()=>{this.emit()}),this.computed_property.val}}},"5cb6":function(e,t,i){"use strict";i.d(t,"b",(function(){return s})),i.d(t,"a",(function(){return r})),i.d(t,"c",(function(){return a}));var s,n=i("uiJh"),o=i("wtpc");!function(e){e[e.Trace=0]="Trace",e[e.Debug=1]="Debug",e[e.Info=2]="Info",e[e.Warning=3]="Warning",e[e.Error=4]="Error",e[e.Off=5]="Off"}(s||(s={}));const r=Object(n.a)(s);function a(e){const t=s[e.slice(0,1).toUpperCase()+e.slice(1).toLowerCase()];return Object(o.d)(null!=t,()=>`"${e}" is not a valid severity.`),t}},"6Fug":function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("TRid"),n=i("wtpc");class o extends s.a{constructor(){super(...arguments),this._children=[]}get children(){return this._children}dispose(){this._children.splice(0),super.dispose()}add(e){return this._children.push(e),this.disposable(e)}remove(e){Object(n.b)(this._children,e),this.remove_disposable(e)}}},"7ZX1":function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var s=i("TRid"),n=(i("ku4b"),i("4VsB")),o=i("FXpb");class r extends s.a{constructor(e,t){super(t),this._text=new n.a(this,"",this.set_text),this.element=Object(o.n)({className:"core_Label"}),this.children=[],this.text=this._text,"string"==typeof e?this.set_text(e):this.disposable(this._text.bind_to(e)),this.finalize_construction()}set for(e){this.element.htmlFor=e}set_text(e){this.element.textContent=e}}},FXpb:function(e,t,i){"use strict";i.d(t,"b",(function(){return l})),i.d(t,"e",(function(){return u})),i.d(t,"h",(function(){return c})),i.d(t,"i",(function(){return d})),i.d(t,"j",(function(){return h})),i.d(t,"m",(function(){return p})),i.d(t,"l",(function(){return v})),i.d(t,"n",(function(){return _})),i.d(t,"o",(function(){return m})),i.d(t,"p",(function(){return b})),i.d(t,"q",(function(){return f})),i.d(t,"s",(function(){return g})),i.d(t,"t",(function(){return w})),i.d(t,"u",(function(){return y})),i.d(t,"v",(function(){return D})),i.d(t,"w",(function(){return S})),i.d(t,"x",(function(){return k})),i.d(t,"y",(function(){return G})),i.d(t,"z",(function(){return M})),i.d(t,"A",(function(){return x})),i.d(t,"B",(function(){return O})),i.d(t,"c",(function(){return L})),i.d(t,"a",(function(){return j})),i.d(t,"k",(function(){return B})),i.d(t,"r",(function(){return P})),i.d(t,"g",(function(){return z})),i.d(t,"f",(function(){return E})),i.d(t,"d",(function(){return I}));var s=i("jJhE"),n=i("nsCy"),o=i("oxtq"),r=i("Tpfs");const a=i("rwco").a.get("core/gui/dom");function l(e,...t){const i=R("a",e,...t);return e&&e.href&&e.href.trimLeft().startsWith("http")&&(i.target="_blank",i.rel="noopener noreferrer"),i}function u(e,...t){return R("button",e,...t)}function c(e,...t){return R("div",e,...t)}function d(e,...t){return R("h1",e,...t)}function h(e,...t){return R("h2",e,...t)}function p(e,...t){return R("input",e,...t)}function v(e,...t){return R("img",e,...t)}function _(e,...t){return R("label",e,...t)}function m(e,...t){return R("li",e,...t)}function b(e,...t){return R("p",e,...t)}function f(e,...t){return R("section",e,...t)}function g(e,...t){return R("span",e,...t)}function w(e,...t){return R("table",e,...t)}function y(e,...t){return R("tbody",e,...t)}function D(e,...t){return R("td",e,...t)}function S(e,...t){return R("textarea",e,...t)}function k(e,...t){return R("tfoot",e,...t)}function G(e,...t){return R("th",e,...t)}function M(e,...t){return R("thead",e,...t)}function x(e,...t){return R("tr",e,...t)}function O(e,...t){return R("ul",e,...t)}function R(e,t,...i){const s=document.createElement(e);if(t)if(t instanceof Node||"string"==typeof t)s.append(t);else{const e=t.data;if(delete t.data,Object.assign(s,t),e)for(const[t,i]of Object.entries(e))s.dataset[t]=i}return s.append(...i),s}function L(e,t,i){return Object(s.a)(i)&&(e[t]=i.val),i.observe(({value:i})=>e[t]=i)}var j;function B(e){let t;switch(e){case j.ArrowDown:t="fas fa-arrow-down";break;case j.Eye:t="far fa-eye";break;case j.File:t="fas fa-file";break;case j.GitHub:t="fab fa-github";break;case j.LevelDown:t="fas fa-level-down-alt";break;case j.LevelUp:t="fas fa-level-up-alt";break;case j.LongArrowRight:t="fas fa-long-arrow-alt-right";break;case j.NewFile:t="fas fa-file-medical";break;case j.Play:t="fas fa-play";break;case j.Plus:t="fas fa-plus";break;case j.Redo:t="fas fa-redo";break;case j.Remove:t="fas fa-trash-alt";break;case j.Save:t="fas fa-save";break;case j.Stop:t="fas fa-stop";break;case j.SquareArrowRight:t="far fa-caret-square-right";break;case j.TriangleDown:t="fas fa-caret-down";break;case j.TriangleUp:t="fas fa-caret-up";break;case j.Undo:t="fas fa-undo"}return g(g({className:t}))}function P(e,t){const i=g(),s=t&&t.size;return i.style.display="inline-block",i.style.width=`${s}px`,i.style.height=`${s}px`,i.style.backgroundImage=`url(/assets/images/sectionids/${n.e[e]}.png)`,i.style.backgroundSize=`${s}px`,i.title=n.e[e],i}function z(e,t,i,s){return e.addEventListener(t,i,s),{dispose(){e.removeEventListener(t,i)}}}function E(e,t,i,s){return e.addEventListener(t,i,s),{dispose(){e.removeEventListener(t,i)}}}function I(e,t,i,s){const n=new r.a,l=t.observe_list(t=>{var r,l,u;t.type===o.a.ListChange?function(t){for(let i=0;i{const o=i(e,t.index+s);return Array.isArray(o)?(n.insert(t.index+s,o[1]),o[0]):o});if(t.index>=e.childElementCount)e.append(...s);else for(let i=0;i"),t.join("")}!function(e){e[e.ArrowDown=0]="ArrowDown",e[e.Eye=1]="Eye",e[e.File=2]="File",e[e.GitHub=3]="GitHub",e[e.LevelDown=4]="LevelDown",e[e.LevelUp=5]="LevelUp",e[e.LongArrowRight=6]="LongArrowRight",e[e.NewFile=7]="NewFile",e[e.Play=8]="Play",e[e.Plus=9]="Plus",e[e.Redo=10]="Redo",e[e.Remove=11]="Remove",e[e.Save=12]="Save",e[e.SquareArrowRight=13]="SquareArrowRight",e[e.Stop=14]="Stop",e[e.TriangleDown=15]="TriangleDown",e[e.TriangleUp=16]="TriangleUp",e[e.Undo=17]="Undo"}(j||(j={}))},Ge8H:function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("52VV"),n=i("nEgy");class o extends n.a{constructor(e,t){super(e),this.compute_value=t}map(e){return new o([this],()=>e(this.val))}flat_map(e){return new s.a([this],()=>e(this.val))}}},KVVN:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var s=i("FXpb"),n=(i("Tp1L"),i("ouMO")),o=i("QmPX"),r=i("4VsB");class a extends o.a{constructor(e){var t,i,o,a;super(e),this._onmouseup=Object(n.a)(),this._onclick=Object(n.a)(),this._onkeydown=Object(n.a)(),this.element=Object(s.e)({className:"core_Button"}),this.onmouseup=this._onmouseup,this.onclick=this._onclick,this.onkeydown=this._onkeydown;const l=Object(s.s)({className:"core_Button_inner"});null!=(null===(t=e)||void 0===t?void 0:t.icon_left)&&l.append(Object(s.s)({className:"core_Button_left"},Object(s.k)(e.icon_left))),this.center_element=Object(s.s)({className:"core_Button_center"}),l.append(this.center_element),null!=(null===(i=e)||void 0===i?void 0:i.icon_right)&&l.append(Object(s.s)({className:"core_Button_right"},Object(s.k)(e.icon_right))),this.element.onmouseup=e=>this._onmouseup.emit({value:e}),this.element.onclick=e=>this._onclick.emit({value:e}),this.element.onkeydown=e=>this._onkeydown.emit({value:e}),this._text=new r.a(this,"",this.set_text),this.text=this._text,"string"==typeof(null===(o=e)||void 0===o?void 0:o.text)?this.text.val=e.text:(null===(a=e)||void 0===a?void 0:a.text)?this.text.bind_to(e.text):this.text.val="",this.element.append(l),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.element.disabled=!e}set_text(e){this.center_element.textContent=e,this.center_element.hidden=""===e}}},LSoc:function(e,t,i){"use strict";i.d(t,"a",(function(){return l}));var s=i("FXpb"),n=i("TRid"),o=i("jJhE"),r=i("ouMO"),a=i("4VsB");i("/xfa");class l extends n.a{constructor(e){var t;super(),this.element=Object(s.h)({className:"core_Menu",tabIndex:-1}),this.children=[],this.inner_element=Object(s.h)({className:"core_Menu_inner"}),this.mouseup=e=>{if(!(e.target instanceof HTMLElement))return;const t=e.target.dataset.index;null!=t&&this.select_item(parseInt(t,10))},this.keydown=e=>{switch(e.key){case"ArrowDown":e.preventDefault(),this.hover_next();break;case"ArrowUp":e.preventDefault(),this.hover_prev();break;case"Enter":e.preventDefault(),e.stopPropagation(),this.select_hovered()}},this.blur=()=>{this.visible.val=!1},this.inner_mouseover=e=>{if(e.target&&e.target instanceof HTMLElement){const t=e.target.dataset.index;null!=t&&this.hover_item(parseInt(t,10))}},this.document_mousedown=e=>{!this.visible.val||this.element.contains(e.target)||this.related_element.contains(e.target)||this.visible.set_val(!1,{silent:!1})},this.document_keydown=e=>{"Escape"===e.key&&this.visible.set_val(!1,{silent:!1})},this.visible.val=!1,this.element.onmouseup=this.mouseup,this.element.onkeydown=this.keydown,this.element.onblur=this.blur,this.inner_element.onmouseover=this.inner_mouseover,this.element.append(this.inner_element),this.to_label=null!=(t=e.to_label)?t:e=>String(e),this.items=Object(o.a)(e.items)?e.items:Object(r.e)(e.items),this.related_element=e.related_element,this._selected=new a.a(this,void 0,this.set_selected),this.selected=this._selected,this.disposables(this.items.observe(({value:e})=>{this.inner_element.innerHTML="",this.inner_element.append(...e.map((e,t)=>Object(s.h)({data:{index:t.toString()}},this.to_label(e)))),this.hover_item()},{call_now:!0}),Object(s.g)(document,"mousedown",this.document_mousedown,{capture:!0}),Object(s.g)(document,"keydown",this.document_keydown)),this.finalize_construction()}focus(){var e;this.previously_focused_element=null!=(e=document.activeElement)?e:void 0,this.element.focus()}hover_next(){this.visible.set_val(!0,{silent:!1}),this.hover_item(null!=this.hovered_index?(this.hovered_index+1)%this.items.val.length:0)}hover_prev(){this.visible.set_val(!0,{silent:!1}),this.hover_item(this.hovered_index?this.hovered_index-1:this.items.val.length-1)}select_hovered(){null!=this.hovered_index&&this.select_item(this.hovered_index)}set_visible(e){super.set_visible(e),this.visible.val!=e&&(this.hover_item(),this.inner_element.scrollTop=0,!e&&this.previously_focused_element instanceof HTMLElement&&this.previously_focused_element.focus())}set_selected(){}hover_item(e){this.hovered_element&&this.hovered_element.classList.remove("core_Menu_hovered"),null==e?(this.hovered_index=void 0,this.hovered_element=void 0):(this.hovered_element=this.inner_element.children.item(e),this.hovered_element&&(this.hovered_index=e,this.hovered_element.classList.add("core_Menu_hovered"),this.hovered_element.scrollIntoView({block:"nearest"})))}select_item(e){const t=this.items.val[e];void 0!==t&&(this.selected.set_val(t,{silent:!1}),this.visible.set_val(!1,{silent:!1}))}}},QmPX:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("TRid");class n extends s.a{constructor(){super(...arguments),this.children=[]}}},TRid:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var s=i("Tpfs"),n=i("4VsB");const o=i("rwco").a.get("core/gui/Widget");class r{constructor(e={}){this.disposer=new s.a,this._active=!1,this._visible=new n.a(this,!0,this.set_visible),this._enabled=new n.a(this,!0,this.set_enabled),this._tooltip=new n.a(this,"",this.set_tooltip),this.construction_finalized=!1,this.visible=this._visible,this.enabled=this._enabled,this.tooltip=this._tooltip,this.options=e,setTimeout(()=>{this.construction_finalized||o.error(`finalize_construction is never called for ${Object.getPrototypeOf(this).constructor.name}.`)},0)}get id(){return this.element.id}set id(e){this.element.id=e}get active(){return this._active}get disposed(){return this.disposer.disposed}activate(){this._active=!0;for(const e of this.children)e.activate()}deactivate(){this._active=!1;for(const e of this.children)e.deactivate()}focus(){this.element.focus()}dispose(){this.element.remove(),this.disposer.dispose()}finalize_construction(){Object.getPrototypeOf(this)===this.constructor.prototype&&(this.options.id&&(this.element.id=this.options.id),this.options.class&&this.element.classList.add(this.options.class),"boolean"==typeof this.options.visible?this.visible.val=this.options.visible:this.options.visible&&this.visible.bind_to(this.options.visible),"boolean"==typeof this.options.enabled?this.enabled.val=this.options.enabled:this.options.enabled&&this.enabled.bind_to(this.options.enabled),"string"==typeof this.options.tooltip?this.tooltip.val=this.options.tooltip:this.options.tooltip&&this.tooltip.bind_to(this.options.tooltip),this.construction_finalized=!0)}set_visible(e){this.element.hidden=!e}set_enabled(e){e?this.element.classList.remove("disabled"):this.element.classList.add("disabled")}set_tooltip(e){this.element.title=e}disposable(e){return this.disposer.add(e)}disposables(...e){this.disposer.add_all(...e)}remove_disposable(e){this.disposer.remove(e)}}},Tpfs:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var s=i("rwco"),n=i("wtpc");const o=s.a.get("core/observable/Disposer");class r{constructor(...e){this._disposed=!1,this.disposables=e}get length(){return this.disposables.length}get disposed(){return this._disposed}add(e){return this.disposed?e.dispose():this.disposables.push(e),e}insert(e,t){return this._disposed||this.disposables.splice(e,0,t),t}add_all(...e){return this._disposed||this.disposables.push(...e),this}remove(e){Object(n.b)(this.disposables,e),e.dispose()}dispose_all(){this.dispose_at(0,this.disposables.length)}dispose(){this.dispose_all(),this._disposed=!0}dispose_at(e,t=1){for(const i of this.disposables.splice(e,t))try{i.dispose()}catch(e){o.warn("Error while disposing.",e)}}}},Ya0R:function(e,t,i){"use strict";var s=i("LvDl");class n{constructor(e,t){this.gui_store=e,this.get_value=Object(s.memoize)(t)}get current(){return this._current||(this._current=this.gui_store.server.map(e=>this.get(e))),this._current}get(e){return this.get_value(e)}}var o=i("Tpfs");i.d(t,"a",(function(){return a}));var r=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function r(e){try{l(s.next(e))}catch(e){o(e)}}function a(e){try{l(s.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}l((s=s.apply(e,t||[])).next())}))};class a extends n{constructor(e,t){super(e,e=>r(this,void 0,void 0,(function*(){const i=yield t(e);return this.disposer.disposed?i.dispose():this.disposer.add(i),i}))),this.disposer=new o.a}dispose(){this.disposer.dispose()}}},hUhj:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var s=i("Ge8H"),n=i("52VV"),o=i("+LO4");class r extends o.a{map(e){return new s.a([this],()=>e(this.val))}flat_map(e){return new n.a([this],()=>e(this.val))}}},jJhE:function(e,t,i){"use strict";function s(e){return null!=e&&e.is_property}i.d(t,"a",(function(){return s}))},kcKQ:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("Tpfs");class n{constructor(){this.disposer=new s.a}dispose(){this.disposer.dispose()}disposable(e){return this.disposer.add(e)}disposables(...e){this.disposer.add_all(...e)}}},mKaR:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("Tpfs");class n{constructor(){this.disposer=new s.a}dispose(){this.disposer.dispose()}disposable(e){return this.disposer.add(e)}disposables(...e){this.disposer.add_all(...e)}}},nEgy:function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("Tpfs"),n=i("+LO4");class o extends n.a{constructor(e){super(),this.dependencies=e,this.dependency_disposer=new s.a}get val(){return this.get_val()}get_val(){return this.should_recompute()&&(this._val=this.compute_value()),this._val}observe(e,t){0===this.dependency_disposer.length&&(this._val=this.compute_value(),this.dependency_disposer.add_all(...this.dependencies.map(e=>e.observe(()=>{const e=this._val;this._val=this.compute_value(),this._val!==e&&this.emit()}))));const i=super.observe(e,t);return{dispose:()=>{i.dispose(),0===this.observers.length&&this.dependency_disposer.dispose_all()}}}should_recompute(){return 0===this.dependency_disposer.length}}},nN8q:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("TRid");class n extends s.a{constructor(){super(...arguments),this.width=0,this.height=0}resize(e,t){this.width=e,this.height=t,this.element.style.width=`${e}px`,this.element.style.height=`${t}px`}}},nsCy:function(e,t,i){"use strict";i.d(t,"d",(function(){return n})),i.d(t,"c",(function(){return o})),i.d(t,"g",(function(){return r})),i.d(t,"e",(function(){return a})),i.d(t,"f",(function(){return l})),i.d(t,"b",(function(){return u})),i.d(t,"a",(function(){return c}));var s=i("uiJh");const n=1/512,o=.1;var r;!function(e){e.Ephinea="Ephinea"}(r||(r={}));Object(s.a)(r);var a;!function(e){e[e.Viridia=0]="Viridia",e[e.Greenill=1]="Greenill",e[e.Skyly=2]="Skyly",e[e.Bluefull=3]="Bluefull",e[e.Purplenum=4]="Purplenum",e[e.Pinkal=5]="Pinkal",e[e.Redria=6]="Redria",e[e.Oran=7]="Oran",e[e.Yellowboze=8]="Yellowboze",e[e.Whitill=9]="Whitill"}(a||(a={}));const l=Object(s.a)(a);var u;!function(e){e[e.Normal=0]="Normal",e[e.Hard=1]="Hard",e[e.VHard=2]="VHard",e[e.Ultimate=3]="Ultimate"}(u||(u={}));const c=Object(s.a)(u)},ouMO:function(e,t,i){"use strict";var s=i("rwco");const n=s.a.get("core/observable/SimpleEmitter");class o{constructor(){this.observers=[]}emit(e){for(const t of this.observers)try{t(e)}catch(e){n.error("Observer threw error.",e)}}observe(e){return this.observers.includes(e)||this.observers.push(e),{dispose:()=>{const t=this.observers.indexOf(e);-1!==t&&this.observers.splice(t,1)}}}}var r=i("0CzU"),a=i("Ge8H"),l=i("jJhE"),u=i("oxtq"),c=i("hUhj");const d=s.a.get("core/observable/property/list/AbstractListProperty");class h extends c.a{constructor(e){super(),this.compute_length=e,this.length=0}get val(){return this.get_val()}get_val(){return this.length=this.compute_length()}update(){const e=this.length,t=this.compute_length();e!==t&&(this.length=t,this.emit())}}class p extends c.a{constructor(e){super(),this.is_list_property=!0,this.value_observers=[],this.list_observers=[],this._length=new h(()=>this.compute_length()),this.length=this._length,this.extract_observables=e}get(e){return this.val[e]}observe_list(e,t){return 0===this.value_observers.length&&this.extract_observables&&this.replace_element_observers(0,1/0,this.val),this.list_observers.includes(e)||this.list_observers.push(e),t&&t.call_now&&this.call_list_observer(e,{type:u.a.ListChange,index:0,removed:[],inserted:this.val.slice()}),{dispose:()=>{const t=this.list_observers.indexOf(e);if(-1!==t&&this.list_observers.splice(t,1),0===this.list_observers.length){for(const{disposables:e}of this.value_observers)for(const t of e)t.dispose();this.value_observers.splice(0,1/0)}}}}[Symbol.iterator](){return this.val[Symbol.iterator]()}finalize_update(e){this.list_observers.length&&this.extract_observables&&e.type===u.a.ListChange&&this.replace_element_observers(e.index,e.removed.length,e.inserted),this._length.update();for(const t of this.list_observers)this.call_list_observer(t,e);this.emit()}call_list_observer(e,t){try{e(t)}catch(e){d.error("Observer threw error.",e)}}replace_element_observers(e,t,i){let s=e;const n=this.value_observers.splice(e,t,...i.map(e=>{const t={index:s,disposables:this.extract_observables(e).map(i=>i.observe(()=>{this.finalize_update({type:u.a.ValueChange,updated:[e],index:t.index})}))};return s++,t}));for(const{disposables:e}of n)for(const t of e)t.dispose();for(;s{i.dispose(),this.dispose_dependency_disposables()}}}observe_list(e,t){const i=super.observe_list(e,t);return this.init_dependency_disposables(),{dispose:()=>{i.dispose(),this.dispose_dependency_disposables()}}}should_recompute(){return 0===this.dependency_disposer.length}compute_length(){return this.should_recompute()&&(this.values=this.compute_values()),this.values.length}recompute_and_emit(){const e=this.values.slice();this.values=this.compute_values(),this.finalize_update({type:u.a.ListChange,index:0,removed:e,inserted:this.values.slice()})}init_dependency_disposables(){0===this.dependency_disposer.length&&(this.values=this.compute_values(),this.dependency_disposer.add_all(...this.dependencies.map(e=>e.observe(()=>{this.recompute_and_emit()}))))}dispose_dependency_disposables(){0===this.observers.length&&0===this.list_observers.length&&this.dependency_disposer.dispose_all()}}class m extends _{constructor(e,t){super(e),this.compute_values=t}filtered(e){return Object(l.a)(e)?new m([this,e],()=>this.val.filter(e.val)):new m([this],()=>this.val.filter(e))}}class b extends p{constructor(e,...t){super(e),this.values=t||[]}get val(){return this.get_val()}set val(e){this.set_val(e)}get_val(){return this.values}set_val(e){const t=this.values.splice(0,this.values.length,...e);return this.finalize_update({type:u.a.ListChange,index:0,removed:t,inserted:e.slice()}),t}filtered(e){return Object(l.a)(e)?new m([this,e],()=>this.val.filter(e.val)):new m([this],()=>this.val.filter(e))}bind_to(e){return Object(u.b)(e)?(this.set_val(e.val),e.observe_list(e=>{e.type===u.a.ListChange&&this.splice(e.index,e.removed.length,...e.inserted)})):(Object(l.a)(e)&&this.set_val(e.val),e.observe(({value:e})=>this.set_val(e)))}update(e){this.splice(0,this.values.length,...e(this.values))}set(e,t){const i=[this.values[e]];this.values[e]=t,this.finalize_update({type:u.a.ListChange,index:e,removed:i,inserted:[t]})}push(...e){const t=this.values.length;return this.values.push(...e),this.finalize_update({type:u.a.ListChange,index:t,removed:[],inserted:e.slice()}),this.length.val}remove(...e){for(const t of e){const e=this.values.indexOf(t);e>-1&&(this.values.splice(e,1),this.finalize_update({type:u.a.ListChange,index:e,removed:[t],inserted:[]}))}}clear(){const e=this.values.splice(0,this.values.length);this.finalize_update({type:u.a.ListChange,index:0,removed:e,inserted:[]})}splice(e,t,...i){let s;return s=null==t?this.values.splice(e):this.values.splice(e,t,...i),this.finalize_update({type:u.a.ListChange,index:e,removed:s,inserted:i.slice()}),s}sort(e){const t=this.values.slice();this.values.sort(e),this.finalize_update({type:u.a.ListChange,index:0,removed:t,inserted:this.values.slice()})}compute_length(){return this.values.length}}var f=i("52VV");class g extends _{constructor(e,t){super(e),this.compute=t}get_val(){return this.should_recompute()||!this.computed_property?super.get_val():this.computed_property.val}observe(e,t){const i=super.observe(e,t);return{dispose:()=>{var e;i.dispose(),0===this.observers.length&&(null===(e=this.computed_disposable)||void 0===e||e.dispose(),this.computed_disposable=void 0,this.computed_property=void 0)}}}observe_list(e,t){const i=super.observe_list(e,t);return{dispose:()=>{i.dispose()}}}map(e){return new a.a([this],()=>e(this.val))}flat_map(e){return new f.a([this],()=>e(this.val))}filtered(e){return Object(l.a)(e)?new m([this,e],()=>this.val.filter(e.val)):new m([this],()=>this.val.filter(e))}compute_values(){var e;return null===(e=this.computed_disposable)||void 0===e||e.dispose(),this.computed_property=this.compute(),this.computed_disposable=this.computed_property.observe_list(e=>{e.type===u.a.ListChange&&this.values.splice(e.index,e.removed.length,...e.inserted),this.finalize_update(e)}),this.computed_property.val.slice()}}function w(){return new o}function y(e){return new r.a(e)}function D(e,...t){return new b(e,...t)}function S(e,...t){return new a.a(t,()=>e(...t.map(e=>e.val)))}function k(e,...t){return new g(t,()=>e(...t.map(e=>e.val)))}i.d(t,"a",(function(){return w})),i.d(t,"e",(function(){return y})),i.d(t,"c",(function(){return D})),i.d(t,"d",(function(){return S})),i.d(t,"b",(function(){return k}))},oxtq:function(e,t,i){"use strict";var s;function n(e){return null!=e&&e.is_list_property}i.d(t,"a",(function(){return s})),i.d(t,"b",(function(){return n})),function(e){e[e.ListChange=0]="ListChange",e[e.ValueChange=1]="ValueChange"}(s||(s={}))},rwco:function(e,t,i){"use strict";i.d(t,"b",(function(){return n})),i.d(t,"a",(function(){return a}));var s=i("5cb6");function n(e){return`${o(e.getHours(),2)}:${o(e.getMinutes(),2)}:${o(e.getSeconds(),2)}.${o(e.getMilliseconds(),3)}`}function o(e,t){return e.toString().padStart(t,"0")}class r{constructor(e){this.name=e,this.trace=(e,t)=>{this.log(s.b.Trace,e,t)},this.debug=(e,t)=>{this.log(s.b.Debug,e,t)},this.info=(e,t)=>{this.log(s.b.Info,e,t)},this.warn=(e,t)=>{this.log(s.b.Warning,e,t)},this.error=(e,t)=>{this.log(s.b.Error,e,t)}}get severity(){var e;return null!=(e=this._severity)?e:a.default_severity}set severity(e){this._severity=e}get handler(){var e;return null!=(e=this._handler)?e:a.default_handler}set handler(e){this._handler=e}log(e,t,i){e>=this.severity&&this.handler({time:new Date,message:t,severity:e,logger:this,cause:i},this.name)}}class a{static get(e){let t=this.loggers.get(e);return t||(t=new r(e),this.loggers.set(e,t)),t}static with_default_handler(e,t){const i=this.default_handler;let s=!1;try{this.default_handler=e;const n=t();return n instanceof Promise?(s=!0,n.finally(()=>this.default_handler=i)):n}finally{s||(this.default_handler=i)}}}a.loggers=new Map,a.default_severity=Object(s.c)("Info"),a.default_handler=function({time:e,message:t,severity:i,logger:o,cause:r}){const a=`${n(e)} [${s.b[i]}] ${o.name} - ${t}`;let l;switch(i){case s.b.Trace:l=console.trace;break;case s.b.Debug:l=console.debug;break;case s.b.Info:l=console.info;break;case s.b.Warning:l=console.warn;break;case s.b.Error:l=console.error;break;default:l=console.log}null==r?l.call(console,a):l.call(console,a,r)}},"sDu+":function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var s=i("7ZX1"),n=i("QmPX");class o extends n.a{constructor(e){super(e),this._label_text=e&&e.label}get label(){return this._label||null==this._label_text||(this._label=this.disposable(new s.a(this._label_text,{enabled:this.enabled.val,tooltip:this.tooltip.val})),this.id||(this.id="core_LabelledControl_id_"+String(r++)),this._label.for=this.id),this._label}set_enabled(e){super.set_enabled(e),this._label&&(this._label.enabled.val=e)}set_tooltip(e){super.set_tooltip(e),this._label&&(this._label.tooltip.val=e)}}let r=0},"sZ1+":function(e,t,i){"use strict";i.d(t,"c",(function(){return s})),i.d(t,"b",(function(){return n})),i.d(t,"a",(function(){return o})),i.d(t,"d",(function(){return r}));var s;i("xs7i");!function(e){e[e.Unknown=0]="Unknown",e[e.FemaleFat=1]="FemaleFat",e[e.FemaleMacho=2]="FemaleMacho",e[e.FemaleTall=3]="FemaleTall",e[e.MaleDwarf=4]="MaleDwarf",e[e.MaleFat=5]="MaleFat",e[e.MaleMacho=6]="MaleMacho",e[e.MaleOld=7]="MaleOld",e[e.BlueSoldier=8]="BlueSoldier",e[e.RedSoldier=9]="RedSoldier",e[e.Principal=10]="Principal",e[e.Tekker=11]="Tekker",e[e.GuildLady=12]="GuildLady",e[e.Scientist=13]="Scientist",e[e.Nurse=14]="Nurse",e[e.Irene=15]="Irene",e[e.ItemShop=16]="ItemShop",e[e.Nurse2=17]="Nurse2",e[e.Hildebear=18]="Hildebear",e[e.Hildeblue=19]="Hildeblue",e[e.RagRappy=20]="RagRappy",e[e.AlRappy=21]="AlRappy",e[e.Monest=22]="Monest",e[e.Mothmant=23]="Mothmant",e[e.SavageWolf=24]="SavageWolf",e[e.BarbarousWolf=25]="BarbarousWolf",e[e.Booma=26]="Booma",e[e.Gobooma=27]="Gobooma",e[e.Gigobooma=28]="Gigobooma",e[e.Dragon=29]="Dragon",e[e.GrassAssassin=30]="GrassAssassin",e[e.PoisonLily=31]="PoisonLily",e[e.NarLily=32]="NarLily",e[e.NanoDragon=33]="NanoDragon",e[e.EvilShark=34]="EvilShark",e[e.PalShark=35]="PalShark",e[e.GuilShark=36]="GuilShark",e[e.PofuillySlime=37]="PofuillySlime",e[e.PouillySlime=38]="PouillySlime",e[e.PanArms=39]="PanArms",e[e.Migium=40]="Migium",e[e.Hidoom=41]="Hidoom",e[e.DeRolLe=42]="DeRolLe",e[e.Dubchic=43]="Dubchic",e[e.Gilchic=44]="Gilchic",e[e.Garanz=45]="Garanz",e[e.SinowBeat=46]="SinowBeat",e[e.SinowGold=47]="SinowGold",e[e.Canadine=48]="Canadine",e[e.Canane=49]="Canane",e[e.Dubswitch=50]="Dubswitch",e[e.VolOptPart1=51]="VolOptPart1",e[e.VolOptPart2=52]="VolOptPart2",e[e.Delsaber=53]="Delsaber",e[e.ChaosSorcerer=54]="ChaosSorcerer",e[e.DarkGunner=55]="DarkGunner",e[e.DeathGunner=56]="DeathGunner",e[e.ChaosBringer=57]="ChaosBringer",e[e.DarkBelra=58]="DarkBelra",e[e.Dimenian=59]="Dimenian",e[e.LaDimenian=60]="LaDimenian",e[e.SoDimenian=61]="SoDimenian",e[e.Bulclaw=62]="Bulclaw",e[e.Bulk=63]="Bulk",e[e.Claw=64]="Claw",e[e.DarkFalz=65]="DarkFalz",e[e.Hildebear2=66]="Hildebear2",e[e.Hildeblue2=67]="Hildeblue2",e[e.RagRappy2=68]="RagRappy2",e[e.LoveRappy=69]="LoveRappy",e[e.StRappy=70]="StRappy",e[e.HalloRappy=71]="HalloRappy",e[e.EggRappy=72]="EggRappy",e[e.Monest2=73]="Monest2",e[e.Mothmant2=74]="Mothmant2",e[e.PoisonLily2=75]="PoisonLily2",e[e.NarLily2=76]="NarLily2",e[e.GrassAssassin2=77]="GrassAssassin2",e[e.Dimenian2=78]="Dimenian2",e[e.LaDimenian2=79]="LaDimenian2",e[e.SoDimenian2=80]="SoDimenian2",e[e.DarkBelra2=81]="DarkBelra2",e[e.BarbaRay=82]="BarbaRay",e[e.SavageWolf2=83]="SavageWolf2",e[e.BarbarousWolf2=84]="BarbarousWolf2",e[e.PanArms2=85]="PanArms2",e[e.Migium2=86]="Migium2",e[e.Hidoom2=87]="Hidoom2",e[e.Dubchic2=88]="Dubchic2",e[e.Gilchic2=89]="Gilchic2",e[e.Garanz2=90]="Garanz2",e[e.Dubswitch2=91]="Dubswitch2",e[e.Delsaber2=92]="Delsaber2",e[e.ChaosSorcerer2=93]="ChaosSorcerer2",e[e.GolDragon=94]="GolDragon",e[e.SinowBerill=95]="SinowBerill",e[e.SinowSpigell=96]="SinowSpigell",e[e.Merillia=97]="Merillia",e[e.Meriltas=98]="Meriltas",e[e.Mericarol=99]="Mericarol",e[e.Mericus=100]="Mericus",e[e.Merikle=101]="Merikle",e[e.UlGibbon=102]="UlGibbon",e[e.ZolGibbon=103]="ZolGibbon",e[e.Gibbles=104]="Gibbles",e[e.Gee=105]="Gee",e[e.GiGue=106]="GiGue",e[e.IllGill=107]="IllGill",e[e.DelLily=108]="DelLily",e[e.Epsilon=109]="Epsilon",e[e.GalGryphon=110]="GalGryphon",e[e.Deldepth=111]="Deldepth",e[e.Delbiter=112]="Delbiter",e[e.Dolmolm=113]="Dolmolm",e[e.Dolmdarl=114]="Dolmdarl",e[e.Morfos=115]="Morfos",e[e.Recobox=116]="Recobox",e[e.Recon=117]="Recon",e[e.SinowZoa=118]="SinowZoa",e[e.SinowZele=119]="SinowZele",e[e.OlgaFlow=120]="OlgaFlow",e[e.SandRappy=121]="SandRappy",e[e.DelRappy=122]="DelRappy",e[e.Astark=123]="Astark",e[e.SatelliteLizard=124]="SatelliteLizard",e[e.Yowie=125]="Yowie",e[e.MerissaA=126]="MerissaA",e[e.MerissaAA=127]="MerissaAA",e[e.Girtablulu=128]="Girtablulu",e[e.Zu=129]="Zu",e[e.Pazuzu=130]="Pazuzu",e[e.Boota=131]="Boota",e[e.ZeBoota=132]="ZeBoota",e[e.BaBoota=133]="BaBoota",e[e.Dorphon=134]="Dorphon",e[e.DorphonEclair=135]="DorphonEclair",e[e.Goran=136]="Goran",e[e.PyroGoran=137]="PyroGoran",e[e.GoranDetonator=138]="GoranDetonator",e[e.SaintMilion=139]="SaintMilion",e[e.Shambertin=140]="Shambertin",e[e.Kondrieu=141]="Kondrieu"}(s||(s={}));const n=[],o=[];function r(e){return l[e]}const a=[void 0,new Map,new Map,void 0,new Map],l=[];function u(e,t,i,s,r,u,c,d,h,p,v){if(n.push(e),u&&o.push(e),l[e]=Object.freeze({name:t,simple_name:i,ultimate_name:s,episode:r,enemy:u,rare_type:c,area_ids:d,pso_type_id:h,pso_roaming:p,pso_regular:v}),r){const t=a[r];t&&(t.set(i,e),t.set(s,e))}}u(s.Unknown,"Unknown","Unknown","Unknown",void 0,!1,void 0,[],void 0,void 0,void 0),u(s.FemaleFat,"Female Fat","Female Fat","Female Fat",void 0,!1,void 0,[0],4,0,!0),u(s.FemaleMacho,"Female Macho","Female Macho","Female Macho",void 0,!1,void 0,[0],5,0,!0),u(s.FemaleTall,"Female Tall","Female Tall","Female Tall",void 0,!1,void 0,[0],7,0,!0),u(s.MaleDwarf,"Male Dwarf","Male Dwarf","Male Dwarf",void 0,!1,void 0,[0],10,0,!0),u(s.MaleFat,"Male Fat","Male Fat","Male Fat",void 0,!1,void 0,[0],11,0,!0),u(s.MaleMacho,"Male Macho","Male Macho","Male Macho",void 0,!1,void 0,[0],12,0,!0),u(s.MaleOld,"Male Old","Male Old","Male Old",void 0,!1,void 0,[0],13,0,!0),u(s.BlueSoldier,"Blue Soldier","Blue Soldier","Blue Soldier",void 0,!1,void 0,[0],25,0,!0),u(s.RedSoldier,"Red Soldier","Red Soldier","Red Soldier",void 0,!1,void 0,[0],26,0,!0),u(s.Principal,"Principal","Principal","Principal",void 0,!1,void 0,[0],27,0,!0),u(s.Tekker,"Tekker","Tekker","Tekker",void 0,!1,void 0,[0],28,0,!0),u(s.GuildLady,"Guild Lady","Guild Lady","Guild Lady",void 0,!1,void 0,[0],29,0,!0),u(s.Scientist,"Scientist","Scientist","Scientist",void 0,!1,void 0,[0],30,0,!0),u(s.Nurse,"Nurse","Nurse","Nurse",void 0,!1,void 0,[0],31,0,!0),u(s.Irene,"Irene","Irene","Irene",void 0,!1,void 0,[0],32,0,!0),u(s.ItemShop,"Item Shop","Item Shop","Item Shop",void 0,!1,void 0,[0],241,0,!0),u(s.Nurse2,"Nurse (Ep. II)","Nurse","Nurse",2,!1,void 0,[0],254,0,!0),u(s.Hildebear,"Hildebear","Hildebear","Hildelt",1,!0,s.Hildeblue,[1,2],64,0,!0),u(s.Hildeblue,"Hildeblue","Hildeblue","Hildetorr",1,!0,void 0,[1,2],64,1,!0),u(s.RagRappy,"Rag Rappy","Rag Rappy","El Rappy",1,!0,s.AlRappy,[1,2],65,0,!0),u(s.AlRappy,"Al Rappy","Al Rappy","Pal Rappy",1,!0,void 0,[1,2],65,1,!0),u(s.Monest,"Monest","Monest","Mothvist",1,!0,void 0,[1,2],66,0,!0),u(s.Mothmant,"Mothmant","Mothmant","Mothvert",1,!0,void 0,[],void 0,void 0,void 0),u(s.SavageWolf,"Savage Wolf","Savage Wolf","Gulgus",1,!0,void 0,[1,2],67,0,!0),u(s.BarbarousWolf,"Barbarous Wolf","Barbarous Wolf","Gulgus-Gue",1,!0,void 0,[1,2],67,0,!1),u(s.Booma,"Booma","Booma","Bartle",1,!0,void 0,[1,2],68,0,!0),u(s.Gobooma,"Gobooma","Gobooma","Barble",1,!0,void 0,[1,2],68,1,!0),u(s.Gigobooma,"Gigobooma","Gigobooma","Tollaw",1,!0,void 0,[1,2],68,2,!0),u(s.Dragon,"Dragon","Dragon","Sil Dragon",1,!0,void 0,[11],192,0,!0),u(s.GrassAssassin,"Grass Assassin","Grass Assassin","Crimson Assassin",1,!0,void 0,[3,4,5],96,0,!0),u(s.PoisonLily,"Poison Lily","Poison Lily","Ob Lily",1,!0,s.NarLily,[3,4,5],97,0,!0),u(s.NarLily,"Nar Lily","Nar Lily","Mil Lily",1,!0,void 0,[3,4,5],97,1,!0),u(s.NanoDragon,"Nano Dragon","Nano Dragon","Nano Dragon",1,!0,void 0,[3,4,5],98,0,!0),u(s.EvilShark,"Evil Shark","Evil Shark","Vulmer",1,!0,void 0,[3,4,5],99,0,!0),u(s.PalShark,"Pal Shark","Pal Shark","Govulmer",1,!0,void 0,[3,4,5],99,1,!0),u(s.GuilShark,"Guil Shark","Guil Shark","Melqueek",1,!0,void 0,[3,4,5],99,2,!0),u(s.PofuillySlime,"Pofuilly Slime","Pofuilly Slime","Pofuilly Slime",1,!0,s.PouillySlime,[3,4,5],100,0,!0),u(s.PouillySlime,"Pouilly Slime","Pouilly Slime","Pouilly Slime",1,!0,void 0,[3,4,5],100,0,!1),u(s.PanArms,"Pan Arms","Pan Arms","Pan Arms",1,!0,void 0,[3,4,5],101,0,!0),u(s.Migium,"Migium","Migium","Migium",1,!0,void 0,[],void 0,void 0,void 0),u(s.Hidoom,"Hidoom","Hidoom","Hidoom",1,!0,void 0,[],void 0,void 0,void 0),u(s.DeRolLe,"De Rol Le","De Rol Le","Dal Ra Lie",1,!0,void 0,[12],193,0,!0),u(s.Dubchic,"Dubchic","Dubchic","Dubchich",1,!0,void 0,[6,7],128,0,!0),u(s.Gilchic,"Gilchic","Gilchic","Gilchich",1,!0,void 0,[6,7],128,1,!0),u(s.Garanz,"Garanz","Garanz","Baranz",1,!0,void 0,[6,7],129,0,!0),u(s.SinowBeat,"Sinow Beat","Sinow Beat","Sinow Blue",1,!0,void 0,[6,7],130,0,!0),u(s.SinowGold,"Sinow Gold","Sinow Gold","Sinow Red",1,!0,void 0,[6,7],130,0,!1),u(s.Canadine,"Canadine","Canadine","Canabin",1,!0,void 0,[6,7],131,0,!0),u(s.Canane,"Canane","Canane","Canune",1,!0,void 0,[6,7],132,0,!0),u(s.Dubswitch,"Dubswitch","Dubswitch","Dubswitch",1,!0,void 0,[6,7],133,0,!0),u(s.VolOptPart1,"Vol Opt (Part 1)","Vol Opt","Vol Opt ver.2",1,!0,void 0,[13],194,0,!0),u(s.VolOptPart2,"Vol Opt (Part 2)","Vol Opt","Vol Opt ver.2",1,!0,void 0,[13],197,0,!0),u(s.Delsaber,"Delsaber","Delsaber","Delsaber",1,!0,void 0,[8,9,10],160,0,!0),u(s.ChaosSorcerer,"Chaos Sorcerer","Chaos Sorcerer","Gran Sorcerer",1,!0,void 0,[8,9,10],161,0,!0),u(s.DarkGunner,"Dark Gunner","Dark Gunner","Dark Gunner",1,!0,void 0,[8,9,10],162,0,!0),u(s.DeathGunner,"Death Gunner","Death Gunner","Death Gunner",1,!0,void 0,[],void 0,void 0,void 0),u(s.ChaosBringer,"Chaos Bringer","Chaos Bringer","Dark Bringer",1,!0,void 0,[8,9,10],164,0,!0),u(s.DarkBelra,"Dark Belra","Dark Belra","Indi Belra",1,!0,void 0,[8,9,10],165,0,!0),u(s.Dimenian,"Dimenian","Dimenian","Arlan",1,!0,void 0,[8,9,10],166,0,!0),u(s.LaDimenian,"La Dimenian","La Dimenian","Merlan",1,!0,void 0,[8,9,10],166,1,!0),u(s.SoDimenian,"So Dimenian","So Dimenian","Del-D",1,!0,void 0,[8,9,10],166,2,!0),u(s.Bulclaw,"Bulclaw","Bulclaw","Bulclaw",1,!0,void 0,[8,9,10],167,0,!0),u(s.Bulk,"Bulk","Bulk","Bulk",1,!0,void 0,[],void 0,void 0,void 0),u(s.Claw,"Claw","Claw","Claw",1,!0,void 0,[8,9,10],168,0,!0),u(s.DarkFalz,"Dark Falz","Dark Falz","Dark Falz",1,!0,void 0,[14],200,0,!0),u(s.Hildebear2,"Hildebear (Ep. II)","Hildebear","Hildelt",2,!0,s.Hildeblue2,[1,2],64,0,!0),u(s.Hildeblue2,"Hildeblue (Ep. II)","Hildeblue","Hildetorr",2,!0,void 0,[1,2],64,1,!0),u(s.RagRappy2,"Rag Rappy (Ep. II)","Rag Rappy","El Rappy",2,!0,s.LoveRappy,[1,2],65,0,!0),u(s.LoveRappy,"Love Rappy","Love Rappy","Love Rappy",2,!0,void 0,[1,2],65,1,!0),u(s.StRappy,"St. Rappy","St. Rappy","St. Rappy",2,!0,void 0,[],void 0,void 0,void 0),u(s.HalloRappy,"Hallo Rappy","Hallo Rappy","Hallo Rappy",2,!0,void 0,[],void 0,void 0,void 0),u(s.EggRappy,"Egg Rappy","Egg Rappy","Egg Rappy",2,!0,void 0,[],void 0,void 0,void 0),u(s.Monest2,"Monest (Ep. II)","Monest","Mothvist",2,!0,void 0,[1,2],66,0,!0),u(s.Mothmant2,"Mothmant","Mothmant","Mothvert",2,!0,void 0,[],void 0,void 0,void 0),u(s.PoisonLily2,"Poison Lily (Ep. II)","Poison Lily","Ob Lily",2,!0,s.NarLily2,[1,2],97,0,!0),u(s.NarLily2,"Nar Lily (Ep. II)","Nar Lily","Mil Lily",2,!0,void 0,[1,2],97,1,!0),u(s.GrassAssassin2,"Grass Assassin (Ep. II)","Grass Assassin","Crimson Assassin",2,!0,void 0,[1,2],96,0,!0),u(s.Dimenian2,"Dimenian (Ep. II)","Dimenian","Arlan",2,!0,void 0,[1,2],166,0,!0),u(s.LaDimenian2,"La Dimenian (Ep. II)","La Dimenian","Merlan",2,!0,void 0,[1,2],166,1,!0),u(s.SoDimenian2,"So Dimenian (Ep. II)","So Dimenian","Del-D",2,!0,void 0,[1,2],166,2,!0),u(s.DarkBelra2,"Dark Belra (Ep. II)","Dark Belra","Indi Belra",2,!0,void 0,[1,2],165,0,!0),u(s.BarbaRay,"Barba Ray","Barba Ray","Barba Ray",2,!0,void 0,[14],203,0,!0),u(s.SavageWolf2,"Savage Wolf (Ep. II)","Savage Wolf","Gulgus",2,!0,void 0,[3,4],67,0,!0),u(s.BarbarousWolf2,"Barbarous Wolf (Ep. II)","Barbarous Wolf","Gulgus-Gue",2,!0,void 0,[3,4],67,0,!1),u(s.PanArms2,"Pan Arms (Ep. II)","Pan Arms","Pan Arms",2,!0,void 0,[3,4],101,0,!0),u(s.Migium2,"Migium (Ep. II)","Migium","Migium",2,!0,void 0,[],void 0,void 0,void 0),u(s.Hidoom2,"Hidoom (Ep. II)","Hidoom","Hidoom",2,!0,void 0,[],void 0,void 0,void 0),u(s.Dubchic2,"Dubchic (Ep. II)","Dubchic","Dubchich",2,!0,void 0,[3,4],128,0,!0),u(s.Gilchic2,"Gilchic (Ep. II)","Gilchic","Gilchich",2,!0,void 0,[3,4],128,1,!0),u(s.Garanz2,"Garanz (Ep. II)","Garanz","Baranz",2,!0,void 0,[3,4],129,0,!0),u(s.Dubswitch2,"Dubswitch (Ep. II)","Dubswitch","Dubswitch",2,!0,void 0,[3,4],133,0,!0),u(s.Delsaber2,"Delsaber (Ep. II)","Delsaber","Delsaber",2,!0,void 0,[3,4],160,0,!0),u(s.ChaosSorcerer2,"Chaos Sorcerer (Ep. II)","Chaos Sorcerer","Gran Sorcerer",2,!0,void 0,[3,4],161,0,!0),u(s.GolDragon,"Gol Dragon","Gol Dragon","Gol Dragon",2,!0,void 0,[15],204,0,!0),u(s.SinowBerill,"Sinow Berill","Sinow Berill","Sinow Berill",2,!0,void 0,[5,6,7,8,9,16],212,0,!0),u(s.SinowSpigell,"Sinow Spigell","Sinow Spigell","Sinow Spigell",2,!0,void 0,[5,6,7,8,9,16],212,1,!0),u(s.Merillia,"Merillia","Merillia","Merillia",2,!0,void 0,[5,6,7,8,9,16],213,0,!0),u(s.Meriltas,"Meriltas","Meriltas","Meriltas",2,!0,void 0,[5,6,7,8,9,16],213,1,!0),u(s.Mericarol,"Mericarol","Mericarol","Mericarol",2,!0,void 0,[5,6,7,8,9,16,17],214,0,!0),u(s.Mericus,"Mericus","Mericus","Mericus",2,!0,void 0,[5,6,7,8,9,16,17],214,1,!0),u(s.Merikle,"Merikle","Merikle","Merikle",2,!0,void 0,[5,6,7,8,9,16,17],214,2,!0),u(s.UlGibbon,"Ul Gibbon","Ul Gibbon","Ul Gibbon",2,!0,void 0,[5,6,7,8,9,16],215,0,!0),u(s.ZolGibbon,"Zol Gibbon","Zol Gibbon","Zol Gibbon",2,!0,void 0,[5,6,7,8,9,16],215,1,!0),u(s.Gibbles,"Gibbles","Gibbles","Gibbles",2,!0,void 0,[5,6,7,8,9,16,17],216,0,!0),u(s.Gee,"Gee","Gee","Gee",2,!0,void 0,[5,6,7,8,9,16],217,0,!0),u(s.GiGue,"Gi Gue","Gi Gue","Gi Gue",2,!0,void 0,[5,6,7,8,9,16,17],218,0,!0),u(s.IllGill,"Ill Gill","Ill Gill","Ill Gill",2,!0,void 0,[17],225,0,!0),u(s.DelLily,"Del Lily","Del Lily","Del Lily",2,!0,void 0,[17],97,0,!0),u(s.Epsilon,"Epsilon","Epsilon","Epsilon",2,!0,void 0,[17],224,0,!0),u(s.GalGryphon,"Gal Gryphon","Gal Gryphon","Gal Gryphon",2,!0,void 0,[12],192,0,!0),u(s.Deldepth,"Deldepth","Deldepth","Deldepth",2,!0,void 0,[10,11],219,0,!0),u(s.Delbiter,"Delbiter","Delbiter","Delbiter",2,!0,void 0,[10,11,17],220,0,!0),u(s.Dolmolm,"Dolmolm","Dolmolm","Dolmolm",2,!0,void 0,[10,11],221,0,!0),u(s.Dolmdarl,"Dolmdarl","Dolmdarl","Dolmdarl",2,!0,void 0,[10,11],221,1,!0),u(s.Morfos,"Morfos","Morfos","Morfos",2,!0,void 0,[10,11],222,0,!0),u(s.Recobox,"Recobox","Recobox","Recobox",2,!0,void 0,[10,11,17],223,0,!0),u(s.Recon,"Recon","Recon","Recon",2,!0,void 0,[],void 0,void 0,void 0),u(s.SinowZoa,"Sinow Zoa","Sinow Zoa","Sinow Zoa",2,!0,void 0,[10,11],224,0,!0),u(s.SinowZele,"Sinow Zele","Sinow Zele","Sinow Zele",2,!0,void 0,[10,11],224,1,!0),u(s.OlgaFlow,"Olga Flow","Olga Flow","Olga Flow",2,!0,void 0,[13],202,0,!0),u(s.SandRappy,"Sand Rappy","Sand Rappy","Sand Rappy",4,!0,s.DelRappy,[1,2,3,4,5,6,7,8],65,0,!0),u(s.DelRappy,"Del Rappy","Del Rappy","Del Rappy",4,!0,void 0,[1,2,3,4,5,6,7,8],65,1,!0),u(s.Astark,"Astark","Astark","Astark",4,!0,void 0,[1,2,3,4,5,6,7,8],272,0,!0),u(s.SatelliteLizard,"Satellite Lizard","Satellite Lizard","Satellite Lizard",4,!0,void 0,[1,2,3,4,5,6,7,8],273,0,!0),u(s.Yowie,"Yowie","Yowie","Yowie",4,!0,void 0,[1,2,3,4,5,6,7,8],273,0,!1),u(s.MerissaA,"Merissa A","Merissa A","Merissa A",4,!0,s.MerissaAA,[6,7,8],274,0,!0),u(s.MerissaAA,"Merissa AA","Merissa AA","Merissa AA",4,!0,void 0,[6,7,8],274,1,!0),u(s.Girtablulu,"Girtablulu","Girtablulu","Girtablulu",4,!0,void 0,[6,7,8],275,0,!0),u(s.Zu,"Zu","Zu","Zu",4,!0,s.Pazuzu,[1,2,3,4,5,6,7,8],276,0,!0),u(s.Pazuzu,"Pazuzu","Pazuzu","Pazuzu",4,!0,void 0,[1,2,3,4,5,6,7,8],276,1,!0),u(s.Boota,"Boota","Boota","Boota",4,!0,void 0,[1,2,3,4,5],277,0,!0),u(s.ZeBoota,"Ze Boota","Ze Boota","Ze Boota",4,!0,void 0,[1,2,3,4,5],277,1,!0),u(s.BaBoota,"Ba Boota","Ba Boota","Ba Boota",4,!0,void 0,[1,2,3,4,5],277,2,!0),u(s.Dorphon,"Dorphon","Dorphon","Dorphon",4,!0,s.DorphonEclair,[1,2,3,4,5],278,0,!0),u(s.DorphonEclair,"Dorphon Eclair","Dorphon Eclair","Dorphon Eclair",4,!0,void 0,[1,2,3,4,5],278,1,!0),u(s.Goran,"Goran","Goran","Goran",4,!0,void 0,[6,7,8],279,0,!0),u(s.PyroGoran,"Pyro Goran","Pyro Goran","Pyro Goran",4,!0,void 0,[6,7,8],279,1,!0),u(s.GoranDetonator,"Goran Detonator","Goran Detonator","Goran Detonator",4,!0,void 0,[6,7,8],279,2,!0),u(s.SaintMilion,"Saint-Milion","Saint-Milion","Saint-Milion",4,!0,s.Kondrieu,[9],281,0,!0),u(s.Shambertin,"Shambertin","Shambertin","Shambertin",4,!0,s.Kondrieu,[9],281,1,!0),u(s.Kondrieu,"Kondrieu","Kondrieu","Kondrieu",4,!0,void 0,[9],281,0,!1),Object.freeze(n),Object.freeze(o),Object.freeze(l)},sv1z:function(e,t,i){"use strict";i.d(t,"a",(function(){return c}));var s=i("sDu+"),n=i("FXpb"),o=(i("6MRE"),i("jJhE")),r=i("KVVN"),a=i("4VsB"),l=i("LSoc"),u=i("ouMO");class c extends s.a{constructor(e){var t;super(e),this.element=Object(n.h)({className:"core_Select"}),this.button_mousedown=e=>{e.stopPropagation(),this.just_opened=!this.menu.visible.val,this.menu.visible.val=!0},this.button_mouseup=()=>{this.just_opened?this.menu.focus():this.menu.visible.val=!1,this.just_opened=!1},this.button_keydown=({value:e})=>{switch(e.key){case"Enter":case" ":e.preventDefault(),e.stopPropagation(),this.just_opened=!this.menu.visible.val,this.menu.visible.val=!0,this.menu.focus(),this.menu.hover_next();break;case"ArrowUp":{if(void 0===this._selected.val)break;const e=this.items.val.indexOf(this._selected.val)-1;if(e<0)break;this._selected.set_val(this.items.val[e],{silent:!1})}break;case"ArrowDown":{if(void 0===this._selected.val)break;const e=this.items.val.indexOf(this._selected.val)+1;if(e>=this.items.val.length)break;this._selected.set_val(this.items.val[e],{silent:!1})}}},this.preferred_label_position="left",this.items=Object(o.a)(e.items)?e.items:Object(u.e)(e.items),this.to_label=null!=(t=e.to_label)?t:String,this.button=this.disposable(new r.a({text:" ",icon_right:n.a.TriangleDown})),this.menu=this.disposable(new l.a({items:this.items,to_label:this.to_label,related_element:this.element})),this.element.append(this.button.element,this.menu.element),this._selected=new a.a(this,void 0,this.set_selected),this.selected=this._selected,this.just_opened=!1,this.disposables(Object(n.g)(this.button.element,"mousedown",this.button_mousedown),this.button.onmouseup.observe(this.button_mouseup),this.button.onkeydown.observe(this.button_keydown),this.menu.selected.observe(({value:e})=>{this._selected.set_val(e,{silent:!1})})),e&&(Object(o.a)(e.selected)?this.selected.bind_to(e.selected):e.selected&&(this.selected.val=e.selected)),this.finalize_construction()}set_enabled(e){super.set_enabled(e),this.button.enabled.val=e}set_selected(e){this.button.text.val=void 0!==e?this.to_label(e):" ",this.menu.selected.val=e}}},uiJh:function(e,t,i){"use strict";function s(e){const t=Object.values(e),i=t.filter(e=>"number"==typeof e);return i.length?i:t}function n(e,t){if(""===t)return;const i=t.charCodeAt(0);return 48<=i&&i<=57?void 0:e[t]}i.d(t,"a",(function(){return s})),i.d(t,"b",(function(){return n}))},wtpc:function(e,t,i){"use strict";function s(e,t,i=((e,t)=>e===t)){const s=e.length;if(s!==t.length)return!1;for(let n=0;n1?e.slice(0,t):e}function l(e){const t=e.lastIndexOf(".");return t>1?e.slice(t+1):e}function u(e,t){if(!e){let e="Assertion Error";throw t&&(e+=": "+(t instanceof Function?t():t)),new Error(e)}}function c(e,t){u(null!=e,()=>`${t} should not be null or undefined (was ${e}).`)}function d(e,t){u(Number.isFinite(e),()=>`${t} should be a finite number (was ${e}).`)}function h(e,t){u(Number.isInteger(e),()=>`${t} should be an integer (was ${e}).`)}function p(e,t){u(Number.isInteger(e)&&e>=0,()=>`${t} should be a non-negative integer (was ${e}).`)}function v(e,t){u(Array.isArray(e),()=>`${t} should be an array (was ${e}).`)}function _(e,t=8){return e.toString(16).padStart(t,"0")}i.d(t,"c",(function(){return s})),i.d(t,"b",(function(){return n})),i.d(t,"a",(function(){return o})),i.d(t,"h",(function(){return r})),i.d(t,"e",(function(){return a})),i.d(t,"g",(function(){return l})),i.d(t,"d",(function(){return u})),i.d(t,"f",(function(){return c})),i.d(t,"k",(function(){return d})),i.d(t,"l",(function(){return h})),i.d(t,"m",(function(){return p})),i.d(t,"j",(function(){return v})),i.d(t,"i",(function(){return _}))},xs7i:function(e,t,i){"use strict";var s;i.d(t,"b",(function(){return s})),i.d(t,"a",(function(){return n})),i.d(t,"c",(function(){return o})),function(e){e[e.I=1]="I",e[e.II=2]="II",e[e.IV=4]="IV"}(s||(s={}));const n=[s.I,s.II,s.IV];function o(e){if(null==s[e])throw new Error(`Invalid episode ${e}.`)}},zsIO:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("6Fug");class n extends s.a{constructor(){super(...arguments),this.width=0,this.height=0}resize(e,t){this.width=e,this.height=t,this.element.style.width=`${e}px`,this.element.style.height=`${t}px`}}}},[["/7QA",7,0,1]]]); \ No newline at end of file diff --git a/runtime.5224c667e7861f9aad02.js b/runtime.5224c667e7861f9aad02.js deleted file mode 100644 index 22f46404..00000000 --- a/runtime.5224c667e7861f9aad02.js +++ /dev/null @@ -1 +0,0 @@ -!function(e){function r(r){for(var n,u,c=r[0],f=r[1],i=r[2],p=0,s=[];p