phantasmal-world/5.484ba491fa0b7a3f94c1.js

1 line
24 KiB
JavaScript
Raw Normal View History

2020-01-06 06:19:08 +08:00
(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{"/UnV":function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const i=n("rwco").c.get("core/data_formats/parsing/afs"),s=5457473;function a(t){if(t.u32()!==s)return i.error("Not an AFS archive."),[];const e=t.u16();t.seek(2);const n=[];for(let i=0;i<e;i++){const e=t.u32(),i=t.u32();n.push({offset:e,size:i})}const a=[];for(const{offset:e,size:i}of n)t.seek_start(e),a.push(t.array_buffer(i));return a}},"9fJw":function(t,e,n){"use strict";n.d(e,"g",(function(){return s})),n.d(e,"h",(function(){return a})),n.d(e,"f",(function(){return r})),n.d(e,"e",(function(){return o})),n.d(e,"k",(function(){return c})),n.d(e,"l",(function(){return _})),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 m})),n.d(e,"c",(function(){return b}));class i{constructor(t){var e,n,i,s,a;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!=(i=t.head_tex_ids)?i:[],this.hair_tex_ids=null!=(s=t.hair_tex_ids)?s:[],this.accessory_tex_ids=null!=(a=t.accessory_tex_ids)?a:[]}}const s=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(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var i=n("39ZU"),s=n("nN8q"),a=(n("4AvX"),n("FXpb"));const r=28;class o extends s.a{constructor(t,e){super(e),this.gui_store=t,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=t=>{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(a.q)({className:"core_TabContainer_Tab",data:{key:t.key}},t.title);this.bar_element.append(e);const n=this.disposable(new i.a(t.create_view)),s=Object.assign(Object.assign({},t),{tab_element:e,lazy_view:n});this.tabs.push(s),this.panes_element.append(n.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 n=e-r;this.panes_el