Files
lifeRestart/public/assets/index-cRTiEXBh.js
T

2 lines
182 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
var e=Object.defineProperty,t=(t,n)=>{let r={};for(var i in t)e(r,i,{get:t[i],enumerable:!0});return n||e(r,Symbol.toStringTag,{value:`Module`}),r};(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var n=(e,t,n)=>{let r=t.lastIndexOf(`?`),i=e[r===-1||r<t.lastIndexOf(`/`)?t:t.slice(0,r)];return i?typeof i==`function`?i():Promise.resolve(i):new Promise((e,r)=>{(typeof queueMicrotask==`function`?queueMicrotask:setTimeout)(r.bind(null,Error(`Unknown variable dynamic import: `+t+(t.split(`/`).length===n?``:`. Note that variables only represent file names one level deep.`))))})},r=30;Laya.ScrollBar.prototype.loop=function(){var e=Laya.stage.mouseY,t=Laya.stage.mouseX;if(this._lastOffset=this.isVertical?e-this._lastPoint.y:t-this._lastPoint.x,this._clickOnly)if(Math.abs(this._lastOffset*(this.isVertical?Laya.stage._canvasTransform.getScaleY():Laya.stage._canvasTransform.getScaleX()))>r)this._clickOnly=!1,this._offsets||=[],this._offsets.length=0,this._target.mouseEnabled=!1,!this.hide&&this.autoHide&&(this.alpha=1,this.visible=!0),this.event(`start`);else return;this._offsets.push(this._lastOffset),this._lastPoint.x=t,this._lastPoint.y=e,this._lastOffset!==0&&(this._checkElastic||(this.elasticDistance>0?!this._checkElastic&&this._lastOffset!=0&&(this._lastOffset>0&&this._value<=this.min||this._lastOffset<0&&this._value>=this.max?(this._isElastic=!0,this._checkElastic=!0):this._isElastic=!1):this._checkElastic=!0),this._isElastic?this._value<=this.min?this.value-=this._lastOffset*Math.max(0,1-(this.min-this._value)/this.elasticDistance):this._value>=this.max&&(this.value-=this._lastOffset*Math.max(0,1-(this._value-this.max)/this.elasticDistance)):this.value-=this._lastOffset)};var i=Laya.runtime={};i.ColorFilterItem=class extends Laya.Image{constructor(){super()}#e=e=>{let t=[];return e=e.replace(`#`,``),e=e.match(RegExp(`(.{2})(.{2})(.{2})(.{2})`,`i`)),e.forEach((e,n)=>{t[n]=parseInt(e,16)}),t.shift(),t};#t=e=>{let t=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];return t[0]=e[0]/255,t[6]=e[1]/255,t[12]=e[2]/255,t[18]=e[3]/255,t};get colorFilter(){return this._colorFilter}set colorFilter(e){if(this._colorFilter=e,e){let e=this.#e(this.colorFilter),t=this.#t(e);this.filters=[new Laya.ColorFilter(t)]}else this.filters=[]}},i.UIBase=class extends Laya.View{constructor(){super()}},i.ViewBase=class extends i.UIBase{constructor(){super()}},i.DialogBase=class extends i.UIBase{constructor(){super()}},i.ScaleButton=class extends Laya.Button{constructor(){super(),this.on(Laya.Event.MOUSE_DOWN,this,this.onMouse,[Laya.Event.MOUSE_DOWN]),this.on(Laya.Event.MOUSE_OUT,this,this.onMouse,[Laya.Event.MOUSE_OUT]),this.on(Laya.Event.MOUSE_UP,this,this.onMouse,[Laya.Event.MOUSE_UP])}onMouse(e){switch(Laya.Tween.clearAll(this),e){case Laya.Event.MOUSE_DOWN:Laya.Tween.to(this,{scaleX:.9,scaleY:.9},100);break;case Laya.Event.MOUSE_OUT:case Laya.Event.MOUSE_UP:Laya.Tween.to(this,{scaleX:1,scaleY:1},100);break;default:break}}},i.RGBAItem=class{constructor(e={}){for(let t in e)switch(t){case`r`:case`g`:case`b`:case`a`:case`hex`:case`hexa`:case`rgb`:case`rgba`:this[t]=e[t];break;case`on`:this.on(e[t]);break;default:break}}#e;#t;#n;#r;#i=new Set;on(e){this.#i.add(e)}off(e){this.#i.delete(e)}clear(){this.#i.clear()}#a(){this.#i.forEach(e=>e(this))}#o(e){return[this.#l(e.slice(1,3)),this.#l(e.slice(3,5)),this.#l(e.slice(5,7))]}#s(e){return[this.#l(e.slice(1,3)),this.#l(e.slice(3,5)),this.#l(e.slice(5,7)),this.#l(e.slice(7,9))]}#c(e){return e=parseInt(e).toString(16),e.length==1?`0`+e:e}#l(e){return parseInt(e,16)}get hex(){return`#${this.#c(this.r)}${this.#c(this.g)}${this.#c(this.b)}`}set hex(e){[this.#e,this.#t,this.#n]=this.#o(e),this.#a()}get hexa(){return`#${this.#c(this.r)}${this.#c(this.g)}${this.#c(this.b)}${this.#c(this.a)}`}set hexa(e){[this.#e,this.#t,this.#n]=this.#s(e),this.#a()}get rgb(){return[this.r,this.g,this.b]}set rgb(e){[this.#e,this.#t,this.#n]=e,this.#a()}get rgba(){return[this.r,this.g,this.b,this.a]}set rgba(e){[this.#e,this.#t,this.#n,this.#r]=e,this.#a()}get r(){return this.#e||0}set r(e){this.#e=e,this.#a()}get g(){return this.#t||0}set g(e){this.#t=e,this.#a()}get b(){return this.#n||0}set b(e){this.#n=e,this.#a()}get a(){return this.#r||0}set a(e){this.#r=e,this.#a()}cRgb(e){let[t,n,r]=this.#o(e);return{r:t,g:n,b:r}}cRgba(e){let[t,n,r,i]=this.#s(e);return{r:t,g:n,b:r,a:i}}distance(e,t){let[n,r,i]=this.#o(e),[a,o,s]=this.#o(t),{r:c,g:l,b:u}=this,d=Math.abs(c-n),f=Math.abs(l-r),p=Math.abs(u-i),m=(e,t,n)=>e/Math.abs(n-t)||0;switch(Math.max(d,f,p)){case d:return m(d,n,a);case f:return m(f,r,o);case p:return m(p,i,s);default:return 1}}},i.ColorfulBox=class extends Laya.Box{constructor(){super(),this.on(Laya.Event.MOUSE_OVER,this,this.onMouse,[Laya.Event.MOUSE_DOWN]),this.on(Laya.Event.MOUSE_OUT,this,this.onMouse,[Laya.Event.MOUSE_OUT]),this.#p()}#e=`#ffffff`;#t=`#ffffff`;#n=`#ffffff`;#r=`#ffffff`;#i=`#000000`;#a=`#000000`;#o=new i.RGBAItem({hex:this.#e,on:()=>this.#p()});#s=new i.RGBAItem({hex:this.#n,on:()=>this.#p()});#c=new i.RGBAItem({hex:this.#i,on:({hex:e})=>{let t=this.getChildByName(`label`);t&&(t.color=e)}});#l=0;#u=0;#d=200;#f=1;onMouse(e){let t=this.getChildByName(`label`),n=(e,t,n)=>{Laya.Tween.clearAll(e);let r=e.distance(t,n);if(!isFinite(r)){e.hex=t;return}Laya.Tween.to(e,e.cRgb(t),e.distance(t,n)*this.#d)};switch(e){case Laya.Event.MOUSE_OVER:case Laya.Event.MOUSE_DOWN:if(this.#f==2)return;this.#f=2,n(this.#o,this.#t,this.#e),n(this.#s,this.#r,this.#n),t&&n(this.#c,this.#a,this.#i);break;case Laya.Event.MOUSE_OUT:case Laya.Event.MOUSE_UP:if(this.#f==1)return;this.#f=1,n(this.#o,this.#e,this.#t),n(this.#s,this.#n,this.#r),t&&n(this.#c,this.#i,this.#a);break;default:break}}#p(){this.graphics.clear();let e=this.width,t=this.height,n=Math.min(this.#u,e/2,t/2),r=this.#o.hex,i=this.#s.hex,a=this.lineWidth;if(n<=0){this.graphics.drawRect(0,0,e,t,r,i,a);return}let o=e+a,s=t+a,c=n+a,l=o-n,u=s-n,d=-a;this.graphics.drawPath(0,0,[[`moveTo`,c,d],[`arcTo`,o,d,o,c,c],[`arcTo`,o,s,l,s,c],[`arcTo`,d,s,d,u,c],[`arcTo`,d,d,c,d,c],[`closePath`]],{fillStyle:i});let f=e-n,p=t-n;this.graphics.drawPath(0,0,[[`moveTo`,n,0],[`arcTo`,e,0,e,n,n],[`arcTo`,e,t,f,t,n],[`arcTo`,0,t,0,p,n],[`arcTo`,0,0,n,0,n],[`closePath`]],{fillStyle:r})}get width(){return super.width}set width(e){super.width=e,this.#p()}get height(){return super.height}set height(e){super.height=e,this.#p()}get defaultColor(){return this.#e}set defaultColor(e){this.#e=e,Laya.Tween.clearAll(this.#o),Laya.Tween.clearAll(this.#s),Laya.Tween.clearAll(this.#c),this.#o.hex=e}get hoverColor(){return this.#t}set hoverColor(e){this.#t=e}get defaultStroke(){return this.#n}set defaultStroke(e){this.#n=e,Laya.Tween.clearAll(this.#o),Laya.Tween.clearAll(this.#s),Laya.Tween.clearAll(this.#c),this.#s.hex=e}get hoverStroke(){return this.#r}set hoverStroke(e){this.#r=e}get defaultLabel(){return this.#i}set defaultLabel(e){this.#i=e;let t=this.getChildByName(`label`);t&&(Laya.Tween.clearAll(this.#o),Laya.Tween.clearAll(this.#s),Laya.Tween.clearAll(this.#c),t.color=e)}get hoverLabel(){return this.#a}set hoverLabel(e){this.#a=e}get animationTime(){return this.#d}set animationTime(e){this.#d=e}get radius(){return this.#u||0}set radius(e){this.#u=e,this.#p()}get lineWidth(){return this.#l||0}set lineWidth(e){this.#l=e,this.#p()}get label(){return this.getChildByName(`label`)?.text}set label(e){let t=this.getChildByName(`label`);t&&(t.text=e)}get cacheAs(){return super.cacheAs}set cacheAs(e){if(e==`bitmap`)debugger;super.cacheAs=e}},i.BlankBox=class extends Laya.Box{constructor(){super(),this.mask=new Laya.Sprite,this.#e=new Laya.Sprite,this.addChild(this.#e)}#e;#t;#n=!0;#r(){this.mask.graphics.clear(),this.#e.graphics.clear(),this.mask.graphics.drawRect(0,0,this.width,this.height,`#000000`),this.#e.graphics.drawRect(0,0,this.width,this.height,`#000000`),this.#t&&this.#t.destroy(),this.#t=new Laya.TimeLine().to(this.#e,{x:this.width},2e3).to(this.#e,{x:-this.width},0),this.#t.play(0,!0),this.#n&&this.#t.pause()}get pause(){return this.#n}set pause(e){this.#n!=e&&(this.#n=e,this.#e.visible=!e,e?this.#t.pause():this.#t.resume())}destroy(e){this.#t.destroy(!0),super.destroy(e)}get width(){return super.width}set width(e){super.width=e,this.#e.x=-this.width,this.#r()}get height(){return super.height}set height(e){super.height=e,this.#r()}},i.ColorAgentLabel=class extends Laya.Label{constructor(...e){super(...e)}get#e(){let e=[];if(!this.parent)return e;let t=n=>{if(n._childs)for(let r of n._childs)r!=this&&(r instanceof Laya.Label&&e.push(r),t(r))};return t(this.parent),e}get color(){return this.super.color}set color(e){super.color=e,this.#e.forEach(t=>t.color=e)}};var a=Laya.plugin={};a.extractComponents=function(e,t){let n={},r=(e,t)=>{if(e.child)for(let i=e.child.length-1;i>=0;i--){let a=e.child[i];if(t.includes(a?.props.name)){n[a.props.name]=a,e.child.splice(i,1);continue}r(a,t,n)}};return r(e,t),e=>n[e]?Laya.View.createComp(n[e]):null},Laya.promises={Tween:{from:async function(e,t,n,r,i,a){return new Promise(function(o,s){try{Laya.Tween.from(e,t,n,r,Laya.Handler.create(null,()=>o(),null,!0),i,a)}catch(e){s(e)}})},to:async function(e,t,n,r,i,a){return new Promise(function(o,s){try{Laya.Tween.to(e,t,n,r,Laya.Handler.create(null,()=>o(),null,!0),i,a)}catch(e){s(e)}})}},loader:{load:async function(e,t,n){return new Promise(function(r,i){try{Laya.loader.load(e,Laya.Handler.create(null,e=>r(e),null,!0),t,n)}catch(e){i(e)}})}}};var o=Laya.class;Laya.static;var s=laya.ui.View,c=laya.ui.Dialog;(function(e){function t(){this.panelCharacter=null,this.vboxCharacter=null,this.btnRetry=null,this.btnNext=null,t.__super.call(this)}o(t,`ui.view.CyberTheme.CelebrityUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ScaleButton`,Laya.runtime.ScaleButton),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,height:2436},child:[{type:`Box`,props:{top:40,right:0,name:`title`,left:0},child:[{type:`Image`,props:{skin:`images/accessories/titlebar@3x.png`,right:0,left:0,sizeGrid:`0,348,116,348`}},{type:`HBox`,props:{y:160,x:563,space:30,height:70,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{y:10,x:1,skin:`images/accessories/title_left@3x.png`,name:`left`}},{type:`Label`,props:{y:0,x:2,text:`UI_Title_Celebrity`,fontSize:60,font:`方正像素12`,color:`#ffffff`}},{type:`Image`,props:{y:10,x:3,skin:`images/accessories/title_right@3x.png`,name:`right`}}]}]},{type:`Panel`,props:{var:`panelCharacter`,vScrollBarSkin:` `,top:300,right:0,name:`panelCharacter`,left:0,bottom:700},child:[{type:`VBox`,props:{y:10,width:1e3,var:`vboxCharacter`,space:20,name:`vboxCharacter`,centerX:0},child:[{type:`Box`,props:{right:0,name:`boxCharacter`,left:0},child:[{type:`Box`,props:{y:0,right:0,name:`boxName`,left:0,height:100},child:[{type:`Image`,props:{top:0,skin:`images/border/border_1@3x.png`,sizeGrid:`15,130,15,130`,right:0,left:0,bottom:0}},{type:`Label`,props:{valign:`middle`,text:`颜值10 智力10 体质10 家境Π`,name:`label`,fontSize:55,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:0,align:`center`}}]},{type:`VBox`,props:{top:100,space:20,right:25,name:`vboxStates`,left:25},child:[{type:`Label`,props:{valign:`middle`,text:`颜值10 智力10 体质10 家境Π`,name:`label`,height:100,fontSize:55,font:`方正像素12`,color:`#ffffff`,centerX:0,align:`center`}}]}]},{type:`Box`,props:{right:25,name:`boxTalent`,left:25,height:100},child:[{type:`Image`,props:{y:-220,x:-25,top:0,skin:`images/border/up@3x.png`,right:0,left:0,bottom:0,sizeGrid:`4,4,4,4`}},{type:`Label`,props:{valign:`middle`,text:`颜值10 智力10 体质10 家境Π`,name:`label`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:0,align:`center`}},{type:`Box`,props:{y:0,x:0,width:15,visible:!1,name:`grade1`,height:100},child:[{type:`Rect`,props:{width:15,lineWidth:1,height:100,fillColor:`#55fffe`}}]},{type:`Box`,props:{y:0,x:0,width:15,visible:!1,name:`grade2`,height:100},child:[{type:`Rect`,props:{width:15,lineWidth:1,height:100,fillColor:`#b17cff`}}]},{type:`Box`,props:{y:0,x:0,width:15,visible:!1,name:`grade3`,height:100},child:[{type:`Rect`,props:{width:15,lineWidth:1,height:100,fillColor:`#ffce45`}}]}]},{type:`Box`,props:{y:10,x:10,right:0,name:`boxUniqueUnGenerate`,left:0},child:[{type:`Box`,props:{y:0,right:0,name:`boxName`,left:0,height:100},child:[{type:`Image`,props:{top:0,skin:`images/border/border_1@3x.png`,sizeGrid:`15,130,15,130`,right:0,left:0,bottom:0}},{type:`Label`,props:{valign:`middle`,text:`UI_UniqueWaTaShi`,name:`label`,fontSize:55,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:0,align:`center`}}]},{type:`VBox`,props:{top:100,space:20,right:25,name:`vboxStates`,left:25},child:[{type:`Label`,props:{valign:`middle`,text:`UI_UniqueWaTaShiContent`,right:0,name:`label`,left:0,leading:30,fontSize:55,font:`方正像素12`,color:`#ffffff`,align:`center`}},{type:`Box`,props:{y:12,x:10,right:0,name:`boxBtn`,left:0,height:200},child:[{type:`Button`,props:{width:500,skin:`images/button/button_main@3x.png`,name:`btn`,label:`UI_GenerateNow`,centerY:0,centerX:0,stateNum:1,anchorX:.5,anchorY:.5,sizeGrid:`45,200,45,200`,labelFont:`方正像素12`,labelColors:`#00fffc,#00fffc,#00fffc`,labelSize:50,runtime:`Laya.runtime.ScaleButton`},child:[{type:`Box`,props:{},child:[{type:`Animation`,props:{y:96,x:250,width:0,source:`view/CyberTheme/animation/circleFlash.ani`,scaleX:4,height:0,blendMode:`lighter`,autoPlay:!0}},{type:`Box`,props:{renderType:`mask`},child:[{type:`Rect`,props:{y:37,x:25,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:37,x:470,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:44,width:414,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:171,width:160,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:44,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:337,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:148,x:29,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:331,width:19,rotation:55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:166,x:160,width:19,rotation:-55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:458,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:26,x:48,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:153,x:477,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}}]}]},{type:`Box`,props:{},child:[{type:`Box`,props:{renderType:`mask`},child:[{type:`Poly`,props:{y:41,x:35,points:`0,0,8,-6,8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:41,x:464,points:`0,0,-8,-6,-8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:160,x:177,points:`0,0,147,0,153,10,-6,10`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}}]},{type:`Animation`,props:{y:172,x:520,source:`view/CyberTheme/animation/bottomBreath.ani`,scaleX:6,blendMode:`lighter`,autoPlay:!0}}]}]}]}]}]}]}]},{type:`Box`,props:{right:0,left:0,height:0,bottom:0},child:[{type:`Button`,props:{y:-450,width:500,var:`btnRetry`,skin:`images/button/button_main@3x.png`,name:`btnRetry`,label:`UI_AllNot`,centerX:0,stateNum:1,anchorX:.5,anchorY:.5,sizeGrid:`45,200,45,200`,labelFont:`方正像素12`,labelColors:`#00fffc,#00fffc,#00fffc`,labelSize:50,runtime:`Laya.runtime.ScaleButton`},child:[{type:`Box`,props:{},child:[{type:`Animation`,props:{y:96,x:250,width:0,source:`view/CyberTheme/animation/circleFlash.ani`,scaleX:4,height:0,blendMode:`lighter`,autoPlay:!0}},{type:`Box`,props:{renderType:`mask`},child:[{type:`Rect`,props:{y:37,x:25,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:37,x:470,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:44,width:414,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:171,width:160,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:44,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:337,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:148,x:29,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:331,width:19,rotation:55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:166,x:160,width:19,rotation:-55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:458,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:26,x:48,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:153,x:477,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}}]}]},{type:`Box`,props:{},child:[{type:`Box`,props:{renderType:`mask`},child:[{type:`Poly`,props:{y:41,x:35,points:`0,0,8,-6,8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:41,x:464,points:`0,0,-8,-6,-8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:160,x:177,points:`0,0,147,0,153,10,-6,10`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}}]},{type:`Animation`,props:{y:172,x:520,source:`view/CyberTheme/animation/bottomBreath.ani`,scaleX:6,blendMode:`lighter`,autoPlay:!0}}]}]},{type:`Button`,props:{y:-200,width:500,var:`btnNext`,skin:`images/button/button_main@3x.png`,name:`btnNext`,label:`UI_Make_New_Life`,centerX:0,stateNum:1,anchorX:.5,anchorY:.5,sizeGrid:`45,200,45,200`,labelFont:`方正像素12`,labelColors:`#00fffc,#00fffc,#00fffc`,labelSize:50,runtime:`Laya.runtime.ScaleButton`},child:[{type:`Box`,props:{},child:[{type:`Animation`,props:{y:96,x:250,width:0,source:`view/CyberTheme/animation/circleFlash.ani`,scaleX:4,height:0,blendMode:`lighter`,autoPlay:!0}},{type:`Box`,props:{renderType:`mask`},child:[{type:`Rect`,props:{y:37,x:25,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:37,x:470,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:44,width:414,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:171,width:160,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:44,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:337,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:148,x:29,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:331,width:19,rotation:55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:166,x:160,width:19,rotation:-55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:458,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:26,x:48,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:153,x:477,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}}]}]},{type:`Box`,props:{},child:[{type:`Box`,props:{renderType:`mask`},child:[{type:`Poly`,props:{y:41,x:35,points:`0,0,8,-6,8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:41,x:464,points:`0,0,-8,-6,-8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:160,x:177,points:`0,0,147,0,153,10,-6,10`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}}]},{type:`Animation`,props:{y:172,x:520,source:`view/CyberTheme/animation/bottomBreath.ani`,scaleX:6,blendMode:`lighter`,autoPlay:!0}}]}]}]}]},t})(s),(function(e){function t(){this.btnBack=null,this.btnRank=null,this.btnStatistics=null,this.btnAchievement=null,this.boxPage=null,this.boxA=null,this.labRemakeTimes=null,this.labRemakeTimesJudge=null,this.labAchievementCount=null,this.labAchievementCountJudge=null,this.prgEventRate=null,this.labEventRate=null,this.prgTalentRate=null,this.labTalentRate=null,this.boxB=null,this.listAchievements=null,t.__super.call(this)}o(t,`ui.view.CyberTheme.CyberAchievementUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),s.regComponent(`Laya.runtime.ScaleButton`,Laya.runtime.ScaleButton),s.regComponent(`Laya.runtime.ColorFilterItem`,Laya.runtime.ColorFilterItem),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,runtime:`Laya.runtime.ViewBase`,height:2436},child:[{type:`Button`,props:{y:200,var:`btnBack`,skin:`images/button/button_back@3x.png`,name:`btnBack`,left:30,stateNum:1,label:` `,anchorX:0,anchorY:.5,runtime:`Laya.runtime.ScaleButton`}},{type:`Box`,props:{width:1,top:0,right:0,height:1},child:[{type:`Box`,props:{y:200,x:-170,width:260,var:`btnRank`,runtime:`Laya.runtime.ScaleButton`,height:90,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{top:0,skin:`images/button/button_small@3x.png`,right:0,left:0,bottom:0,sizeGrid:`8,8,8,8`,stateNum:1,label:` `,runtime:`Laya.runtime.ScaleButton`}},{type:`Box`,props:{width:90,left:8,height:90},child:[{type:`Image`,props:{skin:`images/icons/icon_rank@3x.png`,centerY:0,centerX:0}}]},{type:`Label`,props:{text:`UI_Rank`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:40,anchorY:.5,anchorX:.5}}]}]},{type:`Box`,props:{y:310,x:0,top:310,right:0,left:0,height:120},child:[{type:`Label`,props:{y:110,x:140,var:`btnStatistics`,text:`UI_Statistics`,name:`btnStatistics`,fontSize:100,font:`方正像素12`,color:`#ffffff`,anchorY:1,anchorX:.5}},{type:`Label`,props:{y:110,x:360,var:`btnAchievement`,text:`UI_Achievement`,name:`btnAchievement`,fontSize:60,font:`方正像素12`,color:`#ffffff`,anchorY:1,anchorX:.5}}]},{type:`Box`,props:{x:0,width:2250,var:`boxPage`,top:450,name:`boxPage`,bottom:80},child:[{type:`Box`,props:{width:1125,var:`boxA`,top:0,name:`boxA`,left:0,bottom:0},child:[{type:`Box`,props:{width:1125,top:0,height:1125,centerX:0},child:[{type:`Image`,props:{top:40,skin:`images/border/border_2@3x.png`,right:30,left:30,bottom:30,sizeGrid:`75,155,75,155`}},{type:`Sprite`,props:{y:150,x:100,width:920,height:380},child:[{type:`Rect`,props:{y:-1,x:460,width:4,lineWidth:1,lineColor:`#1a5459`,height:320,fillColor:`#1a5459`}},{type:`Rect`,props:{y:370,x:0,width:920,lineWidth:1,lineColor:`#1a5459`,height:5,fillColor:`#1a5459`}}]},{type:`Box`,props:{width:400,top:150,left:100,height:320},child:[{type:`HBox`,props:{y:130,x:0},child:[{type:`Label`,props:{var:`labRemakeTimes`,text:`1`,name:`labRemakeTimes`,fontSize:70,font:`方正像素12`,color:`#55fffe`,bold:!0,anchorY:1,anchorX:0}},{type:`Label`,props:{text:`UI_Times`,fontSize:70,font:`方正像素12`,color:`#55fffe`,bold:!0,anchorY:1,anchorX:0}}]},{type:`Label`,props:{y:210,x:0,text:`UI_Remake_Times`,fontSize:62,font:`方正像素12`,color:`#ffffff`,bold:!1,anchorY:1,anchorX:0}},{type:`Label`,props:{y:240,var:`labRemakeTimesJudge`,text:`抽到紫色几率不变`,name:`labRemakeTimesJudge`,fontSize:42,font:`方正像素12`,color:`#93aaae`,bold:!1,anchorY:0,anchorX:0}}]},{type:`Box`,props:{width:400,top:150,right:100,height:320},child:[{type:`HBox`,props:{y:130},child:[{type:`Label`,props:{var:`labAchievementCount`,text:`1`,name:`labAchievementCount`,fontSize:70,font:`方正像素12`,color:`#55fffe`,bold:!0,anchorY:1,anchorX:0}},{type:`Label`,props:{text:`UI_Count`,fontSize:70,font:`方正像素12`,color:`#55fffe`,bold:!0,anchorY:1,anchorX:0}}]},{type:`Label`,props:{y:210,x:0,text:`UI_Achievement_Count`,fontSize:62,font:`方正像素12`,color:`#ffffff`,bold:!1,anchorY:1,anchorX:0}},{type:`Label`,props:{y:240,x:0,var:`labAchievementCountJudge`,text:`抽到橙色几率不变`,name:`labAchievementCountJudge`,fontSize:42,font:`方正像素12`,color:`#93aaae`,bold:!1,anchorY:0,anchorX:0}}]},{type:`Box`,props:{right:100,left:100,height:450,bottom:100},child:[{type:`Box`,props:{top:25,right:0,left:0,height:180},child:[{type:`Label`,props:{y:85,x:0,text:`UI_Event_Collection_Rate`,fontSize:62,font:`方正像素12`,color:`#ffffff`,bold:!1,anchorY:1,anchorX:0}},{type:`ProgressBar`,props:{y:135,var:`prgEventRate`,value:1,skin:`images/progress/progress_1@3x.png`,right:240,name:`prgEventRate`,left:0,anchorY:.5,anchorX:0,sizeGrid:`24,24,24,24,1`}},{type:`Label`,props:{var:`labEventRate`,text:`100%`,right:0,name:`labEventRate`,fontSize:110,font:`方正像素12`,color:`#55fffe`,centerY:0,bold:!1,anchorY:.5,anchorX:1}}]},{type:`Box`,props:{right:0,left:0,height:180,bottom:30},child:[{type:`Label`,props:{y:85,x:0,text:`UI_Talent_Collection_Rate`,fontSize:62,font:`方正像素12`,color:`#ffffff`,bold:!1,anchorY:1,anchorX:0}},{type:`ProgressBar`,props:{y:135,var:`prgTalentRate`,value:.73,skin:`images/progress/progress_1@3x.png`,right:240,name:`prgTalentRate`,left:0,anchorY:.5,anchorX:0,sizeGrid:`24,24,24,24,1`}},{type:`Label`,props:{var:`labTalentRate`,text:`73%`,right:0,name:`labTalentRate`,fontSize:110,font:`方正像素12`,color:`#55fffe`,centerY:0,bold:!1,anchorY:.5,anchorX:1}}]}]}]}]},{type:`Box`,props:{width:1125,var:`boxB`,top:0,right:0,name:`boxB`,bottom:0},child:[{type:`List`,props:{y:35,width:1080,var:`listAchievements`,vScrollBarSkin:`images/slider/vslider_1@3x.png`,top:35,name:`listAchievements`,centerX:0,bottom:35},child:[{type:`Box`,props:{y:0,x:0,width:530,runtime:`Laya.runtime.ColorFilterItem`,renderType:`render`,height:460},child:[{type:`Image`,props:{top:20,skin:`images/border/achievement@3x.png`,right:20,name:`uncomplete`,left:20,bottom:20,sizeGrid:`16,16,16,16`}},{type:`Image`,props:{top:0,skin:`images/border/achievement_complete@3x.png`,right:0,name:`completed`,left:0,bottom:0,sizeGrid:`74,80,74,80`}},{type:`Label`,props:{text:`霹雳霹雳`,name:`name`,fontSize:80,font:`方正像素12`,color:`#ffffff`,centerY:-30,centerX:0}},{type:`Label`,props:{wordWrap:!0,text:`被第九重雷劫劈死`,right:40,name:`description`,left:40,height:95,fontSize:42,font:`方正像素12`,color:`#9ca5a9`,bottom:25,align:`center`}}]}]}]}]}]},t})(s),(function(e){function t(){this.boxBg=null,this.labName=null,t.__super.call(this)}o(t,`ui.view.CyberTheme.CyberAchievementPopupUI`,e);var n=t.prototype;return n.createChildren=function(){laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{y:50,width:570,mouseThrough:!0,mouseEnabled:!1,height:150,alpha:.75},child:[{type:`Box`,props:{},child:[{type:`Rect`,props:{width:570,lineWidth:1,height:150,fillColor:`#55fffe`}}]},{type:`Box`,props:{x:0,var:`boxBg`,name:`boxBg`},child:[{type:`Rect`,props:{width:560,lineWidth:1,height:150,fillColor:`#272727`}}]},{type:`Box`,props:{width:560,height:150},child:[{type:`Image`,props:{x:70,skin:`images/icons/icon_achievement@3x.png`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Label`,props:{x:150,var:`labName`,text:`所有人都是我`,name:`labName`,fontSize:60,font:`方正像素12`,color:`#cccccc`,centerY:0}}]}]},t})(s),(function(e){function t(){this.imgBg=null,this.imgTitle=null,this.btnRemake=null,this.btnThanks=null,this.btnAchievement=null,this.btnGithub=null,this.btnDiscord=null,this.btnSaveLoad=null,this.btnThemes=null,this.banner=null,t.__super.call(this)}o(t,`ui.view.CyberTheme.CyberMainUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),s.regComponent(`Laya.runtime.ColorFilterItem`,Laya.runtime.ColorFilterItem),s.regComponent(`Laya.runtime.ScaleButton`,Laya.runtime.ScaleButton),s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{y:1218,x:562,width:1125,runtime:`Laya.runtime.ViewBase`,height:2436,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{var:`imgBg`,skin:`images/background/background_1@3x.png`,name:`imgBg`,centerY:0,centerX:0},child:[{type:`Animation`,props:{y:0,x:0,width:1125,source:`view/CyberTheme/animation/jumpBackground.ani`,interval:80,height:2436,blendMode:`lighter`,autoPlay:!0,alpha:.3}}]},{type:`Image`,props:{var:`imgTitle`,skin:`images/accessories/title@3x.png`,runtime:`Laya.runtime.ColorFilterItem`,name:`imgTitle`,centerY:-350,centerX:0},child:[{type:`Box`,props:{y:0,x:0},child:[{type:`Image`,props:{y:8,x:8,skin:`images/accessories/title_neon@3x.png`,renderType:`mask`}},{type:`Animation`,props:{y:286,x:436,source:`view/CyberTheme/animation/bottomBreath.ani`,scaleY:1.5,scaleX:5,blendMode:`lighter`,autoPlay:!0}}]}]},{type:`Image`,props:{skin:`images/accessories/insert_coin@3x.png`,centerY:540,centerX:0,anchorY:.5,anchorX:.5}},{type:`Label`,props:{text:`UI_Title_Remake`,fontSize:80,font:`方正像素12`,color:`#ffffff`,centerY:-135,centerX:0,anchorY:.5,anchorX:.5}},{type:`Label`,props:{wordWrap:!0,text:`UI_Title_Subsequent`,right:0,left:0,fontSize:48,font:`方正像素12`,color:`#828c95`,centerY:-20,anchorY:.5,anchorX:.5,align:`center`}},{type:`Label`,props:{text:`UI_Cyber_Theme_Art_Design`,right:50,fontSize:48,font:`方正像素12`,color:`#00fffd`,bottom:30,anchorY:.5,anchorX:.5}},{type:`Button`,props:{var:`btnRemake`,skin:`images/button/button_main@3x.png`,pivotY:96,pivotX:329,name:`btnRemake`,labelSize:60,label:`UI_Remake`,centerY:720,centerX:0,stateNum:1,anchorX:.5,anchorY:.5,sizeGrid:`45,200,45,200`,labelFont:`方正像素12`,labelColors:`#00fffc,#00fffc,#00fffc`,runtime:`Laya.runtime.ScaleButton`},child:[{type:`Box`,props:{},child:[{type:`Animation`,props:{y:93,x:330,width:0,source:`view/CyberTheme/animation/circleFlash.ani`,scaleX:5,height:0,blendMode:`lighter`,autoPlay:!0}},{type:`Box`,props:{renderType:`mask`},child:[{type:`Rect`,props:{y:37,x:25,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:37,x:625,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:44,width:569,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:171,width:316,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:44,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:493,width:120,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:148,x:29,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:487,width:19,rotation:55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:166,x:160,width:19,rotation:-55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:613,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:26,x:48,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:153,x:632,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}}]}]},{type:`Box`,props:{},child:[{type:`Box`,props:{renderType:`mask`},child:[{type:`Poly`,props:{y:41,x:35,points:`0,0,8,-6,8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:41,x:621,points:`0,0,-8,-6,-8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:160,x:177,points:`0,0,305,0,311,10,-6,10`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}}]},{type:`Animation`,props:{y:172,x:330,source:`view/CyberTheme/animation/bottomBreath.ani`,scaleX:4,blendMode:`lighter`,autoPlay:!0}}]}]},{type:`Box`,props:{y:200,x:200,width:225,var:`btnThanks`,runtime:`Laya.runtime.ScaleButton`,name:`btnThanks`,height:90,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{top:0,skin:`images/button/button_small@3x.png`,right:0,left:0,bottom:0,sizeGrid:`8,8,8,8`,stateNum:1,label:` `,runtime:`Laya.runtime.ScaleButton`}},{type:`Box`,props:{width:90,left:8,height:90},child:[{type:`Image`,props:{skin:`images/icons/icon_thanks@3x.png`,centerY:0,centerX:0}}]},{type:`Label`,props:{text:`UI_Thanks`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:40,anchorY:.5,anchorX:.5}}]},{type:`Box`,props:{y:0,x:1100,width:1,top:0,right:0,height:1},child:[{type:`Box`,props:{y:200,x:-200,width:225,var:`btnAchievement`,runtime:`Laya.runtime.ScaleButton`,name:`btnAchievement`,height:90,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{top:0,skin:`images/button/button_small@3x.png`,right:0,left:0,bottom:0,sizeGrid:`8,8,8,8`,stateNum:1,label:` `,runtime:`Laya.runtime.ScaleButton`}},{type:`Box`,props:{width:90,left:8,height:90},child:[{type:`Image`,props:{skin:`images/icons/icon_achievement@3x.png`,centerY:0,centerX:0}}]},{type:`Label`,props:{text:`UI_Achievement`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:40,anchorY:.5,anchorX:.5}}]}]},{type:`Box`,props:{width:1,left:0,height:1,bottom:0},child:[{type:`Box`,props:{y:-175,x:100,width:160,var:`btnGithub`,runtime:`Laya.runtime.ScaleButton`,name:`btnGithub`,height:160,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{top:0,skin:`images/icons/icon_github.png`,right:0,left:0,bottom:0,anchorY:.5,anchorX:.5}}]},{type:`Box`,props:{y:-355,x:100,width:160,var:`btnDiscord`,runtime:`Laya.runtime.ScaleButton`,name:`btnDiscord`,height:160,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{top:0,skin:`images/icons/icon_discord.png`,right:0,left:0,bottom:0,anchorY:.5,anchorX:.5}}]}]},{type:`Box`,props:{right:0,bottom:0},child:[{type:`Box`,props:{y:-300,x:-100,width:110,runtime:`Laya.runtime.ScaleButton`,height:110,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:110,var:`btnSaveLoad`,runtime:`Laya.runtime.ColorfulBox`,name:`btnSmall`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{width:80,skin:`images/icons/icon_save.png`,height:80,centerY:0,centerX:0}}]}]},{type:`Box`,props:{y:-175,x:-100,width:110,runtime:`Laya.runtime.ScaleButton`,height:110,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:110,var:`btnThemes`,runtime:`Laya.runtime.ColorfulBox`,name:`btnThemes`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{width:90,skin:`images/icons/icon_themes.png`,height:90,centerY:0,centerX:0}}]}]}]},{type:`Box`,props:{x:572,var:`banner`,centerX:0,bottom:100,anchorY:1,anchorX:.5},child:[{type:`Label`,props:{text:`UI_Banner`,fontSize:40,font:`方正像素12`,color:`#00fffd`}}]}]},t})(s),(function(e){function t(){this.labLeftPropertyPoint=null,this.boxCharm=null,this.boxCharmAllocate=null,this.btnCharmReduce=null,this.inputCharm=null,this.btnCharmIncrease=null,this.boxIntelligence=null,this.boxIntelligenceAllocate=null,this.btnIntelligenceReduce=null,this.inputIntelligence=null,this.btnIntelligenceIncrease=null,this.boxStrength=null,this.boxStrengthAllocate=null,this.btnStrengthReduce=null,this.inputStrength=null,this.btnStrengthIncrease=null,this.boxMoney=null,this.boxMoneyAllocate=null,this.btnMoneyReduce=null,this.inputMoney=null,this.btnMoneyIncrease=null,this.listSelectedTalents=null,this.btnRandomAllocate=null,this.btnNext=null,t.__super.call(this)}o(t,`ui.view.CyberTheme.CyberPropertyUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),s.regComponent(`Laya.runtime.ScaleButton`,Laya.runtime.ScaleButton),s.regComponent(`Laya.runtime.ColorFilterItem`,Laya.runtime.ColorFilterItem),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,runtime:`Laya.runtime.ViewBase`,height:2436},child:[{type:`Box`,props:{top:40,right:0,name:`title`,left:0},child:[{type:`Image`,props:{skin:`images/accessories/titlebar@3x.png`,right:0,left:0,sizeGrid:`0,348,116,348`}},{type:`HBox`,props:{y:160,x:563,space:30,height:70,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{y:10,x:1,skin:`images/accessories/title_left@3x.png`,name:`left`}},{type:`Label`,props:{y:0,x:2,text:`UI_Title_Property`,fontSize:60,font:`方正像素12`,color:`#ffffff`}},{type:`Image`,props:{y:10,x:3,skin:`images/accessories/title_right@3x.png`,name:`right`}}]}]},{type:`Box`,props:{top:340,right:40,name:`propertyAllocate`,left:40,height:840},child:[{type:`Image`,props:{top:-15,skin:`images/border/border_2@3x.png`,right:-15,left:-15,bottom:-15,sizeGrid:`75,155,75,155`}},{type:`HBox`,props:{top:680,right:80,height:100},child:[{type:`Label`,props:{x:0,text:`UI_Left_Property_Point`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0}},{type:`Label`,props:{x:1,text:`UI_Colon`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0}},{type:`Label`,props:{x:2,var:`labLeftPropertyPoint`,text:`0`,name:`labLeftPropertyPoint`,fontSize:80,font:`方正像素12`,color:`#ffffff`,centerY:0}}]},{type:`VBox`,props:{top:90,space:22,right:50,left:50,height:600},child:[{type:`Box`,props:{y:0,var:`boxCharm`,right:0,name:`boxCharm`,left:0,height:130},child:[{type:`Box`,props:{width:120,left:0,height:120,centerY:0},child:[{type:`Image`,props:{skin:`images/icons/icon_chr@3x.png`,scaleY:1.4,scaleX:1.4,centerY:0,centerX:0}}]},{type:`Label`,props:{x:183,text:`UI_Property_Charm`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{width:590,var:`boxCharmAllocate`,right:30,name:`boxCharmAllocate`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,var:`btnCharmReduce`,name:`btnCharmReduce`,left:0,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#55fffe`}}]}]}]},{type:`Box`,props:{y:0,x:110,top:0,right:110,left:110,bottom:0},child:[{type:`TextInput`,props:{var:`inputCharm`,type:`number`,top:0,text:`0`,skin:`images/border/up@3x.png`,right:0,promptColor:`#828282`,prompt:0,name:`inputCharm`,maxChars:1,left:0,fontSize:80,font:`方正像素12`,color:`#ffffff`,bottom:0,align:`center`,sizeGrid:`4,4,4,4`}},{type:`Box`,props:{y:0,x:0,top:0,right:0,mouseThrough:!0,mouseEnabled:!1,left:0,bottom:0,alpha:.2},child:[{type:`Rect`,props:{width:370,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:106,x:0,width:370,lineWidth:1,height:4,fillColor:`#55fffe`}}]}]},{type:`Box`,props:{width:110,var:`btnCharmIncrease`,right:0,name:`btnCharmIncrease`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:48,rotation:90,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#55fffe`}}]}]}]}]}]},{type:`Box`,props:{y:1,var:`boxIntelligence`,right:0,name:`boxIntelligence`,left:0,height:130},child:[{type:`Box`,props:{width:120,left:0,height:120,centerY:0},child:[{type:`Image`,props:{skin:`images/icons/icon_int@3x.png`,scaleY:1.4,scaleX:1.4,centerY:0,centerX:0}}]},{type:`Label`,props:{x:183,text:`UI_Property_Intelligence`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{width:590,var:`boxIntelligenceAllocate`,right:30,name:`boxIntelligenceAllocate`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,var:`btnIntelligenceReduce`,name:`btnIntelligenceReduce`,left:0,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#55fffe`}}]}]}]},{type:`Box`,props:{y:0,x:110,top:0,right:110,left:110,bottom:0},child:[{type:`TextInput`,props:{var:`inputIntelligence`,type:`number`,top:0,text:`0`,skin:`images/border/up@3x.png`,right:0,promptColor:`#828282`,prompt:0,name:`inputIntelligence`,maxChars:1,left:0,fontSize:80,font:`方正像素12`,color:`#ffffff`,bottom:0,align:`center`,sizeGrid:`4,4,4,4`}},{type:`Box`,props:{y:0,x:0,top:0,right:0,mouseThrough:!0,mouseEnabled:!1,left:0,bottom:0,alpha:.2},child:[{type:`Rect`,props:{width:370,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:106,x:0,width:370,lineWidth:1,height:4,fillColor:`#55fffe`}}]}]},{type:`Box`,props:{width:110,var:`btnIntelligenceIncrease`,right:0,name:`btnIntelligenceIncrease`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:48,rotation:90,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#55fffe`}}]}]}]}]}]},{type:`Box`,props:{y:2,var:`boxStrength`,right:0,name:`boxStrength`,left:0,height:130},child:[{type:`Box`,props:{width:120,left:0,height:120,centerY:0},child:[{type:`Image`,props:{skin:`images/icons/icon_str@3x.png`,scaleY:1.4,scaleX:1.4,centerY:0,centerX:0}}]},{type:`Label`,props:{x:183,text:`UI_Property_Strength`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{width:590,var:`boxStrengthAllocate`,right:30,name:`boxStrengthAllocate`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,var:`btnStrengthReduce`,name:`btnStrengthReduce`,left:0,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#55fffe`}}]}]}]},{type:`Box`,props:{y:0,x:110,top:0,right:110,left:110,bottom:0},child:[{type:`TextInput`,props:{var:`inputStrength`,type:`number`,top:0,text:`0`,skin:`images/border/up@3x.png`,right:0,promptColor:`#828282`,prompt:0,name:`inputStrength`,maxChars:1,left:0,fontSize:80,font:`方正像素12`,color:`#ffffff`,bottom:0,align:`center`,sizeGrid:`4,4,4,4`}},{type:`Box`,props:{y:0,x:0,top:0,right:0,mouseThrough:!0,mouseEnabled:!1,left:0,bottom:0,alpha:.2},child:[{type:`Rect`,props:{width:370,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:106,x:0,width:370,lineWidth:1,height:4,fillColor:`#55fffe`}}]}]},{type:`Box`,props:{width:110,var:`btnStrengthIncrease`,right:0,name:`btnStrengthIncrease`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:48,rotation:90,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#55fffe`}}]}]}]}]}]},{type:`Box`,props:{y:3,var:`boxMoney`,right:0,name:`boxMoney`,left:0,height:130},child:[{type:`Box`,props:{width:120,left:0,height:120,centerY:0},child:[{type:`Image`,props:{skin:`images/icons/icon_mny@3x.png`,scaleY:1.4,scaleX:1.4,centerY:0,centerX:0}}]},{type:`Label`,props:{x:183,text:`UI_Property_Money`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{width:590,var:`boxMoneyAllocate`,right:30,name:`boxMoneyAllocate`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,var:`btnMoneyReduce`,name:`btnMoneyReduce`,left:0,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#55fffe`}}]}]}]},{type:`Box`,props:{y:0,x:110,top:0,right:110,left:110,bottom:0},child:[{type:`TextInput`,props:{var:`inputMoney`,type:`number`,top:0,text:`0`,skin:`images/border/up@3x.png`,right:0,promptColor:`#828282`,prompt:0,name:`inputMoney`,maxChars:1,left:0,fontSize:80,font:`方正像素12`,color:`#ffffff`,bottom:0,align:`center`,sizeGrid:`4,4,4,4`}},{type:`Box`,props:{y:0,x:0,top:0,right:0,mouseThrough:!0,mouseEnabled:!1,left:0,bottom:0,alpha:.2},child:[{type:`Rect`,props:{width:370,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:106,x:0,width:370,lineWidth:1,height:4,fillColor:`#55fffe`}}]}]},{type:`Box`,props:{width:110,var:`btnMoneyIncrease`,right:0,name:`btnMoneyIncrease`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:48,rotation:90,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#55fffe`}}]}]}]}]}]}]}]},{type:`Box`,props:{right:40,name:`selectedTalents`,left:40,height:700,bottom:500},child:[{type:`Label`,props:{top:20,text:`UI_Selected_Talent`,left:20,fontSize:50,font:`方正像素12`,color:`#ffffff`}},{type:`List`,props:{var:`listSelectedTalents`,vScrollBarSkin:` `,top:110,spaceY:30,right:10,repeatY:3,name:`listSelectedTalents`,left:10,bottom:10},child:[{type:`Box`,props:{y:20,right:10,renderType:`render`,left:10,height:160},child:[{type:`Image`,props:{top:0,skin:`images/border/up@3x.png`,right:0,left:0,bottom:0,sizeGrid:`4,4,4,4`}},{type:`Box`,props:{width:15,name:`grade1`,height:160},child:[{type:`Rect`,props:{width:15,lineWidth:1,height:160,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:15,name:`grade2`,height:160},child:[{type:`Rect`,props:{width:15,lineWidth:1,height:160,fillColor:`#b17cff`}}]},{type:`Box`,props:{width:15,name:`grade3`,height:160},child:[{type:`Rect`,props:{width:15,lineWidth:1,height:160,fillColor:`#ffce45`}}]},{type:`Label`,props:{text:`Title`,name:`labTitle`,left:52,fontSize:55,font:`方正像素12`,color:`#ffffff`,centerY:0}},{type:`Label`,props:{y:10,text:`descriptipn`,right:33,name:`labDescription`,fontSize:44,font:`方正像素12`,color:`#76979d`,centerY:0}}]}]}]},{type:`Box`,props:{width:1e3,name:`buttonGroup`,height:200,centerX:0,bottom:90},child:[{type:`Box`,props:{width:500,top:0,left:0,bottom:0},child:[{type:`Button`,props:{width:500,var:`btnRandomAllocate`,skin:`images/button/button_main@3x.png`,name:`btnRandomAllocate`,label:`UI_Random_Allocate`,centerY:0,centerX:0,stateNum:1,anchorX:.5,anchorY:.5,sizeGrid:`45,200,45,200`,labelFont:`方正像素12`,labelColors:`#00fffc,#00fffc,#00fffc`,labelSize:50,runtime:`Laya.runtime.ScaleButton`},child:[{type:`Box`,props:{},child:[{type:`Animation`,props:{y:96,x:250,width:0,source:`view/CyberTheme/animation/circleFlash.ani`,scaleX:4,height:0,blendMode:`lighter`,autoPlay:!0}},{type:`Box`,props:{renderType:`mask`},child:[{type:`Rect`,props:{y:37,x:25,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:37,x:470,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:44,width:414,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:171,width:160,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:44,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:337,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:148,x:29,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:331,width:19,rotation:55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:166,x:160,width:19,rotation:-55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:458,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:26,x:48,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:153,x:477,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}}]}]},{type:`Box`,props:{},child:[{type:`Box`,props:{renderType:`mask`},child:[{type:`Poly`,props:{y:41,x:35,points:`0,0,8,-6,8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:41,x:464,points:`0,0,-8,-6,-8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:160,x:177,points:`0,0,147,0,153,10,-6,10`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}}]},{type:`Animation`,props:{y:172,x:520,source:`view/CyberTheme/animation/bottomBreath.ani`,scaleX:6,blendMode:`lighter`,autoPlay:!0}}]}]}]},{type:`Box`,props:{width:500,top:0,right:0,bottom:0},child:[{type:`Button`,props:{width:500,var:`btnNext`,skin:`images/button/button_main@3x.png`,name:`btnNext`,label:`UI_Make_New_Life`,centerY:0,centerX:0,stateNum:1,anchorX:.5,anchorY:.5,sizeGrid:`45,200,45,200`,labelFont:`方正像素12`,labelColors:`#00fffc,#00fffc,#00fffc`,labelSize:50,runtime:`Laya.runtime.ScaleButton`},child:[{type:`Box`,props:{runtime:`Laya.runtime.ColorFilterItem`,colorFilter:`#ffce45ff`,blendMode:`lighter`},child:[{type:`Animation`,props:{y:96,x:250,width:0,source:`view/CyberTheme/animation/circleFlash.ani`,scaleX:4,height:0,blendMode:`lighter`,autoPlay:!0}},{type:`Box`,props:{renderType:`mask`},child:[{type:`Rect`,props:{y:37,x:25,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:37,x:470,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:44,width:414,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:171,width:160,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:44,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:337,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:148,x:29,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:331,width:19,rotation:55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:166,x:160,width:19,rotation:-55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:458,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:26,x:48,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:153,x:477,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}}]}]},{type:`Box`,props:{runtime:`Laya.runtime.ColorFilterItem`,colorFilter:`#ffce45ff`,blendMode:`lighter`},child:[{type:`Box`,props:{renderType:`mask`},child:[{type:`Poly`,props:{y:41,x:35,points:`0,0,8,-6,8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:41,x:464,points:`0,0,-8,-6,-8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:160,x:177,points:`0,0,147,0,153,10,-6,10`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}}]},{type:`Animation`,props:{y:172,x:250,source:`view/CyberTheme/animation/bottomBreath.ani`,scaleX:4,blendMode:`lighter`,autoPlay:!0}}]}]}]}]}]},t})(s),(function(e){function t(){this.labAge=null,this.labAgeJudge=null,this.labTotal=null,this.labTotalJudge=null,this.boxCharmGrade=null,this.prgCharm=null,this.labCharm=null,this.labCharmJudge=null,this.boxIntelligenceGrade=null,this.prgIntelligence=null,this.labIntelligence=null,this.labIntelligenceJudge=null,this.boxStrengthGrade=null,this.prgStrength=null,this.labStrength=null,this.labStrengthJudge=null,this.boxMoneyGrade=null,this.prgMoney=null,this.labMoney=null,this.labMoneyJudge=null,this.boxSpiritGrade=null,this.prgSpirit=null,this.labSpirit=null,this.labSpiritJudge=null,this.listSelectedTalents=null,this.btnAgain=null,t.__super.call(this)}o(t,`ui.view.CyberTheme.CyberSummaryUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),s.regComponent(`Laya.runtime.ColorFilterItem`,Laya.runtime.ColorFilterItem),s.regComponent(`Laya.runtime.ScaleButton`,Laya.runtime.ScaleButton),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,runtime:`Laya.runtime.ViewBase`,height:2436},child:[{type:`Box`,props:{top:40,right:0,name:`title`,left:0},child:[{type:`Image`,props:{skin:`images/accessories/titlebar@3x.png`,right:0,left:0,sizeGrid:`0,348,116,348`}},{type:`HBox`,props:{y:160,x:563,space:30,height:70,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{y:10,x:1,skin:`images/accessories/title_left@3x.png`,name:`left`}},{type:`Label`,props:{y:0,x:2,text:`UI_Title_Summary`,fontSize:60,font:`方正像素12`,color:`#ffffff`}},{type:`Image`,props:{y:10,x:3,skin:`images/accessories/title_right@3x.png`,name:`right`}}]}]},{type:`Box`,props:{y:340,x:40,top:340,right:40,name:`summary`,left:40,height:870},child:[{type:`Image`,props:{top:-15,skin:`images/border/border_2@3x.png`,right:-15,left:-15,bottom:-15,sizeGrid:`75,155,75,155`}},{type:`Box`,props:{top:60,right:50,left:50,height:220},child:[{type:`Box`,props:{width:220,left:20,height:220,centerY:0}},{type:`Box`,props:{top:0,right:0,left:250,height:100},child:[{type:`Box`,props:{width:320,top:5,left:5,bottom:5},child:[{type:`Image`,props:{top:0,skin:`images/border/property@3x.png`,right:0,left:0,bottom:0,sizeGrid:`15,15,15,15`}},{type:`HBox`,props:{left:20,centerY:0},child:[{type:`Label`,props:{x:0,text:`UI_Final_Age`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,align:`center`}},{type:`Label`,props:{x:1,text:`UI_Colon`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,align:`center`}}]},{type:`Label`,props:{var:`labAge`,text:`0`,right:40,name:`labAge`,fontSize:50,font:`方正像素12`,color:`#5cc8dc`,centerY:0,align:`center`}}]},{type:`Label`,props:{width:220,var:`labAgeJudge`,text:`Judge`,right:0,name:`labAgeJudge`,fontSize:50,font:`方正像素12`,color:`#5cc8dc`,centerY:0,anchorY:.5,anchorX:.5,align:`center`}}]},{type:`Box`,props:{right:0,left:250,height:100,bottom:0},child:[{type:`Box`,props:{width:320,top:5,left:5,bottom:5},child:[{type:`Image`,props:{top:0,skin:`images/border/property@3x.png`,right:0,left:0,bottom:0,sizeGrid:`15,15,15,15`}},{type:`HBox`,props:{left:20,centerY:0},child:[{type:`Label`,props:{x:0,text:`UI_Total_Judge`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,align:`center`}},{type:`Label`,props:{x:1,text:`UI_Colon`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,align:`center`}}]},{type:`Label`,props:{var:`labTotal`,text:`0`,right:40,name:`labTotal`,fontSize:50,font:`方正像素12`,color:`#5cc8dc`,centerY:0,align:`center`}}]},{type:`Label`,props:{width:220,var:`labTotalJudge`,text:`Judge`,right:0,name:`labTotalJudge`,fontSize:50,font:`方正像素12`,color:`#5cc8dc`,centerY:0,anchorY:.5,anchorX:.5,align:`center`}}]}]},{type:`VBox`,props:{top:340,space:5,right:50,left:50},child:[{type:`Box`,props:{y:0,right:0,name:`boxCharm`,left:0,height:90},child:[{type:`Box`,props:{width:120,left:0,height:120,centerY:0},child:[{type:`Image`,props:{skin:`images/icons/icon_chr@3x.png`,scaleY:1.1,scaleX:1.1,centerY:0,centerX:0}}]},{type:`Label`,props:{x:170,text:`UI_Property_Charm`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{var:`boxCharmGrade`,top:20,runtime:`Laya.runtime.ColorFilterItem`,right:240,name:`boxCharmGrade`,left:255,bottom:20},child:[{type:`ProgressBar`,props:{var:`prgCharm`,value:.91,top:0,skin:`images/progress/progress_2.png`,right:0,name:`prgCharm`,left:0,bottom:0}},{type:`Label`,props:{var:`labCharm`,text:`100`,strokeColor:`#323232`,stroke:8,name:`labCharm`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:0,anchorY:.5,anchorX:.5,align:`center`}}]},{type:`Label`,props:{width:220,var:`labCharmJudge`,text:`Judge`,right:0,name:`labCharmJudge`,fontSize:50,font:`方正像素12`,color:`#5cc8dc`,centerY:0,anchorY:.5,anchorX:.5,align:`center`}}]},{type:`Box`,props:{y:1,right:0,name:`boxIntelligence`,left:0,height:90},child:[{type:`Box`,props:{width:120,left:0,height:120,centerY:0},child:[{type:`Image`,props:{skin:`images/icons/icon_int@3x.png`,scaleY:1.1,scaleX:1.1,centerY:0,centerX:0}}]},{type:`Label`,props:{x:170,text:`UI_Property_Intelligence`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{var:`boxIntelligenceGrade`,top:20,runtime:`Laya.runtime.ColorFilterItem`,right:240,name:`boxIntelligenceGrade`,left:255,bottom:20},child:[{type:`ProgressBar`,props:{var:`prgIntelligence`,value:.57,top:0,skin:`images/progress/progress_2.png`,right:0,name:`prgIntelligence`,left:0,bottom:0}},{type:`Label`,props:{var:`labIntelligence`,text:`100`,strokeColor:`#323232`,stroke:8,name:`labIntelligence`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:0,anchorY:.5,anchorX:.5,align:`center`}}]},{type:`Label`,props:{width:220,var:`labIntelligenceJudge`,text:`Judge`,right:0,name:`labIntelligenceJudge`,fontSize:50,font:`方正像素12`,color:`#5cc8dc`,centerY:0,anchorY:.5,anchorX:.5,align:`center`}}]},{type:`Box`,props:{y:2,right:0,name:`boxStrength`,left:0,height:90},child:[{type:`Box`,props:{width:120,left:0,height:120,centerY:0},child:[{type:`Image`,props:{skin:`images/icons/icon_str@3x.png`,scaleY:1.1,scaleX:1.1,centerY:0,centerX:0}}]},{type:`Label`,props:{x:170,text:`UI_Property_Strength`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{var:`boxStrengthGrade`,top:20,runtime:`Laya.runtime.ColorFilterItem`,right:240,name:`boxStrengthGrade`,left:255,bottom:20},child:[{type:`ProgressBar`,props:{var:`prgStrength`,value:.235,top:0,skin:`images/progress/progress_2.png`,right:0,name:`prgStrength`,left:0,bottom:0}},{type:`Label`,props:{var:`labStrength`,text:`100`,strokeColor:`#323232`,stroke:8,name:`labStrength`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:0,anchorY:.5,anchorX:.5,align:`center`}}]},{type:`Label`,props:{width:220,var:`labStrengthJudge`,text:`Judge`,right:0,name:`labStrengthJudge`,fontSize:50,font:`方正像素12`,color:`#5cc8dc`,centerY:0,anchorY:.5,anchorX:.5,align:`center`}}]},{type:`Box`,props:{y:3,right:0,name:`boxMoney`,left:0,height:90},child:[{type:`Box`,props:{width:120,left:0,height:120,centerY:0},child:[{type:`Image`,props:{skin:`images/icons/icon_mny@3x.png`,scaleY:1.1,scaleX:1.1,centerY:0,centerX:0}}]},{type:`Label`,props:{x:170,text:`UI_Property_Money`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{var:`boxMoneyGrade`,top:20,runtime:`Laya.runtime.ColorFilterItem`,right:240,name:`boxMoneyGrade`,left:255,bottom:20},child:[{type:`ProgressBar`,props:{var:`prgMoney`,value:.8,top:0,skin:`images/progress/progress_2.png`,right:0,name:`prgMoney`,left:0,bottom:0}},{type:`Label`,props:{var:`labMoney`,text:`100`,strokeColor:`#323232`,stroke:8,name:`labMoney`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:0,anchorY:.5,anchorX:.5,align:`center`}}]},{type:`Label`,props:{width:220,var:`labMoneyJudge`,text:`Judge`,right:0,name:`labMoneyJudge`,fontSize:50,font:`方正像素12`,color:`#5cc8dc`,centerY:0,anchorY:.5,anchorX:.5,align:`center`}}]},{type:`Box`,props:{y:4,right:0,name:`boxSpirit`,left:0,height:90},child:[{type:`Box`,props:{width:120,left:0,height:120,centerY:0},child:[{type:`Image`,props:{skin:`images/icons/icon_spr@3x.png`,scaleY:1.1,scaleX:1.1,centerY:0,centerX:0}}]},{type:`Label`,props:{x:170,text:`UI_Property_Spirit`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{var:`boxSpiritGrade`,top:20,runtime:`Laya.runtime.ColorFilterItem`,right:240,name:`boxSpiritGrade`,left:255,bottom:20},child:[{type:`ProgressBar`,props:{var:`prgSpirit`,value:.37,top:0,skin:`images/progress/progress_2.png`,right:0,name:`prgSpirit`,left:0,bottom:0}},{type:`Label`,props:{var:`labSpirit`,text:`100`,strokeColor:`#323232`,stroke:8,name:`labSpirit`,fontSize:50,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:0,anchorY:.5,anchorX:.5,align:`center`}}]},{type:`Label`,props:{width:220,var:`labSpiritJudge`,text:`Judge`,right:0,name:`labSpiritJudge`,fontSize:50,font:`方正像素12`,color:`#5cc8dc`,centerY:0,anchorY:.5,anchorX:.5,align:`center`}}]}]}]},{type:`Box`,props:{right:40,name:`selectedTalents`,left:40,height:700,bottom:410},child:[{type:`Label`,props:{top:20,text:`UI_Talent_Extend`,left:20,fontSize:50,font:`方正像素12`,color:`#ffffff`}},{type:`List`,props:{var:`listSelectedTalents`,vScrollBarSkin:` `,top:110,spaceY:30,right:10,repeatY:3,name:`listSelectedTalents`,left:10,bottom:10},child:[{type:`Box`,props:{y:20,right:10,renderType:`render`,left:10,height:160},child:[{type:`Image`,props:{top:0,skin:`images/border/up@3x.png`,right:0,name:`unselected`,left:0,bottom:0,sizeGrid:`4,4,4,4`}},{type:`Box`,props:{top:0,right:0,name:`selected`,left:0,bottom:0},child:[{type:`Box`,props:{y:-22,x:0,renderType:`mask`},child:[{type:`Rect`,props:{width:1800,lineWidth:1,height:204,fillColor:`#ff0000`}}]},{type:`Image`,props:{top:-19,skin:`images/border/achievement_complete@3x.png`,right:-19,left:-80,bottom:-19,sizeGrid:`74,80,74,80`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:160,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:15,name:`grade1`,height:160},child:[{type:`Rect`,props:{width:15,lineWidth:1,height:160,fillColor:`#55fffe`}}]},{type:`Box`,props:{width:15,name:`grade2`,height:160},child:[{type:`Rect`,props:{width:15,lineWidth:1,height:160,fillColor:`#b17cff`}}]},{type:`Box`,props:{width:15,name:`grade3`,height:160},child:[{type:`Rect`,props:{width:15,lineWidth:1,height:160,fillColor:`#ffce45`}}]},{type:`Label`,props:{text:`Title`,name:`labTitle`,left:52,fontSize:55,font:`方正像素12`,color:`#ffffff`,centerY:0}},{type:`Label`,props:{y:10,text:`descriptipn`,right:33,name:`labDescription`,fontSize:44,font:`方正像素12`,color:`#76979d`,centerY:0}}]}]}]},{type:`Box`,props:{x:10,width:1e3,name:`buttonGroup`,height:200,centerX:0,bottom:70},child:[{type:`Button`,props:{y:100,x:250,width:500,var:`btnAgain`,skin:`images/button/button_main@3x.png`,name:`btnAgain`,label:`UI_Remake_Again`,centerY:0,centerX:0,stateNum:1,anchorX:.5,anchorY:.5,sizeGrid:`45,200,45,200`,labelFont:`方正像素12`,labelColors:`#00fffc,#00fffc,#00fffc`,labelSize:50,runtime:`Laya.runtime.ScaleButton`},child:[{type:`Box`,props:{},child:[{type:`Animation`,props:{y:96,x:250,width:0,source:`view/CyberTheme/animation/circleFlash.ani`,scaleX:4,height:0,blendMode:`lighter`,autoPlay:!0}},{type:`Box`,props:{renderType:`mask`},child:[{type:`Rect`,props:{y:37,x:25,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:37,x:470,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:44,width:414,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:171,width:160,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:44,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:337,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:148,x:29,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:331,width:19,rotation:55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:166,x:160,width:19,rotation:-55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:458,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:26,x:48,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:153,x:477,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}}]}]},{type:`Box`,props:{},child:[{type:`Box`,props:{renderType:`mask`},child:[{type:`Poly`,props:{y:41,x:35,points:`0,0,8,-6,8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:41,x:464,points:`0,0,-8,-6,-8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:160,x:177,points:`0,0,147,0,153,10,-6,10`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}}]},{type:`Animation`,props:{y:172,x:520,source:`view/CyberTheme/animation/bottomBreath.ani`,scaleX:6,blendMode:`lighter`,autoPlay:!0}}]}]}]}]},t})(s),(function(e){function t(){this.pageDrawCard=null,this.btnDrawCard=null,this.pageResult=null,this.listTalents=null,this.btnNext=null,t.__super.call(this)}o(t,`ui.view.CyberTheme.CyberTalentUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),s.regComponent(`Laya.runtime.ScaleButton`,Laya.runtime.ScaleButton),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,runtime:`Laya.runtime.ViewBase`,height:2436},child:[{type:`Box`,props:{var:`pageDrawCard`,top:0,right:0,name:`pageDrawCard`,left:0,bottom:0},child:[{type:`Box`,props:{y:1117,x:562,width:2,height:2,centerY:-100,centerX:0},child:[{type:`Animation`,props:{y:1,x:1,width:100,source:`view/CyberTheme/animation/lightRotation.ani`,height:100,autoPlay:!0}},{type:`Image`,props:{y:585,skin:`images/border/card@3x.png`,scaleY:.9,scaleX:.9,rotation:15,centerY:-50,centerX:0,anchorY:1.2,anchorX:.5,alpha:.8}},{type:`Image`,props:{y:634,skin:`images/border/card@3x.png`,scaleY:.9,scaleX:.9,rotation:-15,centerY:-50,centerX:0,anchorY:1.2,anchorX:.5,alpha:.8}},{type:`Image`,props:{y:634,skin:`images/border/card@3x.png`,centerY:-50,centerX:0,anchorY:1.2,anchorX:.5,alpha:.8}},{type:`Image`,props:{skin:`images/accessories/cardicon@3x.png`,centerY:-30,centerX:0,anchorY:.5,anchorX:.5}}]},{type:`Button`,props:{y:1930,x:563,width:657,var:`btnDrawCard`,skin:`images/button/button_main@3x.png`,name:`btnDrawCard`,labelSize:60,label:`UI_Talent_Draw`,height:192,centerX:0,stateNum:1,anchorX:.5,anchorY:.5,sizeGrid:`45,200,45,200`,labelFont:`方正像素12`,labelColors:`#00fffc,#00fffc,#00fffc`,runtime:`Laya.runtime.ScaleButton`},child:[{type:`Box`,props:{},child:[{type:`Animation`,props:{y:93,x:330,width:0,source:`view/CyberTheme/animation/circleFlash.ani`,scaleX:5,height:0,blendMode:`lighter`,autoPlay:!0}},{type:`Box`,props:{renderType:`mask`},child:[{type:`Rect`,props:{y:37,x:25,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:37,x:625,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:44,width:569,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:171,width:316,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:44,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:493,width:120,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:148,x:29,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:487,width:19,rotation:55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:166,x:160,width:19,rotation:-55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:613,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:26,x:48,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:153,x:632,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}}]}]},{type:`Box`,props:{},child:[{type:`Box`,props:{renderType:`mask`},child:[{type:`Poly`,props:{y:41,x:35,points:`0,0,8,-6,8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:41,x:621,points:`0,0,-8,-6,-8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:160,x:177,points:`0,0,305,0,311,10,-6,10`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}}]},{type:`Animation`,props:{y:172,x:330,source:`view/CyberTheme/animation/bottomBreath.ani`,scaleX:4,blendMode:`lighter`,autoPlay:!0}}]}]}]},{type:`Box`,props:{y:0,x:0,var:`pageResult`,top:0,right:0,name:`pageResult`,left:0,bottom:0},child:[{type:`List`,props:{width:1085,var:`listTalents`,vScrollBarSkin:` `,top:310,name:`listTalents`,centerX:0,bottom:370},child:[{type:`Box`,props:{width:537,renderType:`render`,height:352},child:[{type:`Image`,props:{top:0,skin:`images/border/talent_item@3x.png`,right:0,name:`unselected`,left:0,bottom:0}},{type:`Image`,props:{top:0,skin:`images/border/talent_item_selected@3x.png`,right:0,name:`selected`,left:0,bottom:3,sizeGrid:`106,150,74,150`}},{type:`HBox`,props:{top:104,space:15,name:`hboxTitle`,left:66,height:58},child:[{type:`Box`,props:{y:0,x:0,width:15,name:`grades`,height:58},child:[{type:`Box`,props:{width:15,name:`grade1`,height:58},child:[{type:`Sprite`,props:{},child:[{type:`Rect`,props:{width:15,lineWidth:1,height:58,fillColor:`#55fffe`}}]}]},{type:`Box`,props:{width:15,name:`grade2`,height:58},child:[{type:`Sprite`,props:{},child:[{type:`Rect`,props:{width:15,lineWidth:1,height:58,fillColor:`#b17cff`}}]}]},{type:`Box`,props:{width:15,name:`grade3`,height:58},child:[{type:`Sprite`,props:{},child:[{type:`Rect`,props:{width:15,lineWidth:1,height:58,fillColor:`#ffce45`}}]}]}]},{type:`Label`,props:{x:1,text:`Title`,name:`labTitle`,fontSize:58,font:`方正像素12`,color:`#ffffff`}}]},{type:`Label`,props:{y:205,wordWrap:!0,text:`description`,right:66,name:`labDescription`,left:66,leading:8,fontSize:44,font:`方正像素12`,color:`#9dacaf`}}]}]},{type:`Box`,props:{right:0,left:0,height:1,bottom:0},child:[{type:`Button`,props:{width:1040,var:`btnNext`,skin:`images/button/button_main@3x.png`,name:`btnNext`,labelSize:60,label:`UI_Next`,height:192,centerY:-180,centerX:0,stateNum:1,anchorX:.5,anchorY:.5,sizeGrid:`45,200,45,200`,labelFont:`方正像素12`,labelColors:`#00fffc,#00fffc,#00fffc`,runtime:`Laya.runtime.ScaleButton`},child:[{type:`Box`,props:{},child:[{type:`Animation`,props:{y:96,x:520,width:0,source:`view/CyberTheme/animation/circleFlash.ani`,scaleX:7,height:0,blendMode:`lighter`,autoPlay:!0}},{type:`Box`,props:{renderType:`mask`},child:[{type:`Rect`,props:{y:37,x:25,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:37,x:1010,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:44,width:954,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:171,width:700,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:44,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:877,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:148,x:29,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:871,width:19,rotation:55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:166,x:160,width:19,rotation:-55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:998,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:26,x:48,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:153,x:1017,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}}]}]},{type:`Box`,props:{},child:[{type:`Box`,props:{renderType:`mask`},child:[{type:`Poly`,props:{y:41,x:35,points:`0,0,8,-6,8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:41,x:1004,points:`0,0,-8,-6,-8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:160,x:177,points:`0,0,687,0,693,10,-6,10`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}}]},{type:`Animation`,props:{y:172,x:520,source:`view/CyberTheme/animation/bottomBreath.ani`,scaleX:6,blendMode:`lighter`,autoPlay:!0}}]}]}]}]},{type:`Box`,props:{top:40,right:0,name:`title`,left:0},child:[{type:`Image`,props:{skin:`images/accessories/titlebar@3x.png`,right:0,left:0,sizeGrid:`0,348,116,348`}},{type:`HBox`,props:{y:160,x:563,space:30,height:70,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{y:10,x:1,skin:`images/accessories/title_left@3x.png`,name:`left`}},{type:`Label`,props:{y:0,x:2,text:`UI_Title_Talent`,fontSize:60,font:`方正像素12`,color:`#ffffff`}},{type:`Image`,props:{y:10,x:3,skin:`images/accessories/title_right@3x.png`,name:`right`}}]}]}]},t})(s),(function(e){function t(){this.labCharm=null,this.labMoney=null,this.labIntelligence=null,this.labStrength=null,this.labSpirit=null,this.btnSummary=null,this.boxSpeed=null,this.prgSpeed=null,this.scbSpeed=null,this.panelTrajectory=null,this.vboxTrajectory=null,this.btnUp=null,this.btnDown=null,this.boxParticle=null,t.__super.call(this)}o(t,`ui.view.CyberTheme.CyberTrajectoryUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),s.regComponent(`Laya.runtime.ScaleButton`,Laya.runtime.ScaleButton),s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),s.regComponent(`Particle2D`,laya.particle.Particle2D),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,runtime:`Laya.runtime.ViewBase`,height:2436},child:[{type:`Sprite`,props:{y:0,x:0},child:[{type:`Rect`,props:{width:1125,lineWidth:1,height:2436,fillColor:`#04131f`}}]},{type:`Box`,props:{top:126,right:20,left:20,height:275},child:[{type:`Image`,props:{top:-13,skin:`images/border/border_2@3x.png`,right:-13,left:-13,bottom:-13,sizeGrid:`75,155,75,155`}},{type:`Box`,props:{width:192,left:36,height:192,centerY:0}},{type:`VBox`,props:{space:13,right:45,left:242,centerY:0,align:`left`},child:[{type:`HBox`,props:{y:1,space:13,align:`middle`},child:[{type:`Box`,props:{x:1,width:260,name:`boxCharm`,height:82},child:[{type:`Image`,props:{y:-10,x:-5,top:0,skin:`images/border/property@3x.png`,right:0,left:0,bottom:0,sizeGrid:`15,15,15,15`}},{type:`Box`,props:{width:82,left:5,height:82},child:[{type:`Image`,props:{skin:`images/icons/icon_chr@3x.png`,centerY:0,centerX:0}}]},{type:`Label`,props:{text:`UI_Property_Charm`,fontSize:40,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:0,anchorY:5,anchorX:.5}},{type:`Box`,props:{y:0,width:82,right:5,height:82},child:[{type:`Label`,props:{var:`labCharm`,text:`10`,name:`labCharm`,fontSize:55,font:`方正像素12`,color:`#55fffe`,centerY:0,centerX:0,anchorY:5,anchorX:.5}}]}]},{type:`Box`,props:{y:0,x:2,width:260,name:`boxMoney`,height:82},child:[{type:`Image`,props:{y:-10,x:-5,top:0,skin:`images/border/property@3x.png`,right:0,left:0,bottom:0,sizeGrid:`15,15,15,15`}},{type:`Box`,props:{width:82,left:5,height:82},child:[{type:`Image`,props:{skin:`images/icons/icon_mny@3x.png`,centerY:0,centerX:0}}]},{type:`Label`,props:{text:`UI_Property_Money`,fontSize:40,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:0,anchorY:5,anchorX:.5}},{type:`Box`,props:{y:0,width:82,right:5,height:82},child:[{type:`Label`,props:{var:`labMoney`,text:`10`,name:`labMoney`,fontSize:55,font:`方正像素12`,color:`#55fffe`,centerY:0,centerX:0,anchorY:5,anchorX:.5}}]}]},{type:`Box`,props:{x:3,width:260,name:`boxIntelligence`,height:82},child:[{type:`Image`,props:{y:-10,x:-5,top:0,skin:`images/border/property@3x.png`,right:0,left:0,bottom:0,sizeGrid:`15,15,15,15`}},{type:`Box`,props:{width:82,left:5,height:82},child:[{type:`Image`,props:{skin:`images/icons/icon_int@3x.png`,centerY:0,centerX:0}}]},{type:`Label`,props:{text:`UI_Property_Intelligence`,fontSize:40,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:0,anchorY:5,anchorX:.5}},{type:`Box`,props:{y:0,width:82,right:5,height:82},child:[{type:`Label`,props:{var:`labIntelligence`,text:`10`,name:`labIntelligence`,fontSize:55,font:`方正像素12`,color:`#55fffe`,centerY:0,centerX:0,anchorY:5,anchorX:.5}}]}]}]},{type:`HBox`,props:{y:2,space:13,align:`middle`},child:[{type:`Box`,props:{y:0,x:0,width:260,name:`boxStrength`,height:82},child:[{type:`Image`,props:{y:-10,x:-5,top:0,skin:`images/border/property@3x.png`,right:0,left:0,bottom:0,sizeGrid:`15,15,15,15`}},{type:`Box`,props:{width:82,left:5,height:82},child:[{type:`Image`,props:{skin:`images/icons/icon_str@3x.png`,centerY:0,centerX:0}}]},{type:`Label`,props:{text:`UI_Property_Strength`,fontSize:40,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:0,anchorY:5,anchorX:.5}},{type:`Box`,props:{y:0,width:82,right:5,height:82},child:[{type:`Label`,props:{var:`labStrength`,text:`10`,name:`labStrength`,fontSize:55,font:`方正像素12`,color:`#55fffe`,centerY:0,centerX:0,anchorY:5,anchorX:.5}}]}]},{type:`Box`,props:{width:260,name:`boxSpirit`,height:82},child:[{type:`Image`,props:{y:-10,x:-5,top:0,skin:`images/border/property@3x.png`,right:0,left:0,bottom:0,sizeGrid:`15,15,15,15`}},{type:`Box`,props:{width:82,left:5,height:82},child:[{type:`Image`,props:{skin:`images/icons/icon_spr@3x.png`,centerY:0,centerX:0}}]},{type:`Label`,props:{text:`UI_Property_Spirit`,fontSize:40,font:`方正像素12`,color:`#ffffff`,centerY:0,centerX:0,anchorY:5,anchorX:.5}},{type:`Box`,props:{y:0,width:82,right:5,height:82},child:[{type:`Label`,props:{var:`labSpirit`,text:`10`,name:`labSpirit`,fontSize:55,font:`方正像素12`,color:`#55fffe`,centerY:0,centerX:0,anchorY:5,anchorX:.5}}]}]}]}]}]},{type:`Box`,props:{right:0,left:0,height:1,bottom:-1},child:[{type:`Button`,props:{y:-155,width:500,var:`btnSummary`,skin:`images/button/button_main@3x.png`,name:`btnSummary`,label:`UI_Goto_Summary`,centerX:0,stateNum:1,anchorX:.5,anchorY:.5,sizeGrid:`45,200,45,200`,labelFont:`方正像素12`,labelColors:`#00fffc,#00fffc,#00fffc`,labelSize:50,runtime:`Laya.runtime.ScaleButton`},child:[{type:`Box`,props:{},child:[{type:`Animation`,props:{y:96,x:250,width:0,source:`view/CyberTheme/animation/circleFlash.ani`,scaleX:4,height:0,blendMode:`lighter`,autoPlay:!0}},{type:`Box`,props:{renderType:`mask`},child:[{type:`Rect`,props:{y:37,x:25,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:37,x:470,width:7,lineWidth:1,height:116,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:44,width:414,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:171,width:160,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:44,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:163,x:337,width:121,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:148,x:29,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:150,x:331,width:19,rotation:55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:166,x:160,width:19,rotation:-55,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:21,x:458,width:25,rotation:40,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:26,x:48,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}},{type:`Rect`,props:{y:153,x:477,width:25,rotation:140,lineWidth:1,height:6,fillColor:`#ff0000`}}]}]},{type:`Box`,props:{},child:[{type:`Box`,props:{renderType:`mask`},child:[{type:`Poly`,props:{y:41,x:35,points:`0,0,8,-6,8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:41,x:464,points:`0,0,-8,-6,-8,113,0,107`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}},{type:`Poly`,props:{y:160,x:177,points:`0,0,147,0,153,10,-6,10`,lineWidth:1,lineColor:`#ff0000`,fillColor:`#00ffff`}}]},{type:`Animation`,props:{y:172,x:520,source:`view/CyberTheme/animation/bottomBreath.ani`,scaleX:6,blendMode:`lighter`,autoPlay:!0}}]}]},{type:`Box`,props:{y:-155,var:`boxSpeed`,right:100,name:`boxSpeed`,left:100,height:150,anchorY:.5,anchorX:.5},child:[{type:`ProgressBar`,props:{var:`prgSpeed`,skin:`images/progress/progress_s.png`,right:0,name:`prgSpeed`,left:0,bottom:0}},{type:`HScrollBar`,props:{var:`scbSpeed`,skin:`images/slider/hslider_s.png`,right:0,name:`scbSpeed`,min:0,max:1e3,left:0,height:60,bottom:0}},{type:`Label`,props:{text:`UI_Manual`,fontSize:50,font:`方正像素12`,color:`#55fffe`,bottom:70}},{type:`Label`,props:{text:`UI_Auto`,right:0,fontSize:50,font:`方正像素12`,color:`#55fffe`,bottom:70}}]}]},{type:`Box`,props:{top:440,right:20,left:20,bottom:250},child:[{type:`Image`,props:{top:0,skin:`images/border/border_1@3x.png`,right:0,left:0,bottom:0,sizeGrid:`130,130,130,130`}},{type:`Panel`,props:{var:`panelTrajectory`,vScrollBarSkin:`images/slider/vslider_1@3x.png`,top:80,right:20,name:`panelTrajectory`,left:0,bottom:80},child:[{type:`VBox`,props:{var:`vboxTrajectory`,top:0,right:40,name:`vboxTrajectory`,left:20},child:[{type:`Box`,props:{right:0,name:`boxTrajectoryItem`,left:0},child:[{type:`Box`,props:{y:0,width:10,top:0,runtime:`Laya.runtime.ColorfulBox`,name:`boxGrade`,left:0,height:50}},{type:`HBox`,props:{y:0,x:220,name:`hboxAge`,anchorX:1,align:`middle`},child:[{type:`Label`,props:{x:0,text:`3000`,name:`labAge`,fontSize:50,font:`方正像素12`,color:`#cfea5c`,anchorX:0}},{type:`Label`,props:{x:1,text:``,fontSize:50,font:`方正像素12`,color:`#cfea5c`,anchorX:0}},{type:`Label`,props:{x:2,text:``,fontSize:50,font:`方正像素12`,color:`#cfea5c`,anchorX:0}}]},{type:`Label`,props:{wordWrap:!0,text:`你的父母开始辅导你数学和英语,智力+1`,right:0,name:`labContent`,left:240,leading:44,fontSize:50,font:`方正像素12`,color:`#ffffff`}}]}]}]},{type:`Box`,props:{y:20,x:20,var:`btnUp`,top:20,right:20,name:`btnUp`,left:20,height:50},child:[{type:`Image`,props:{top:0,skin:`images/border/up@3x.png`,right:0,left:0,bottom:0,sizeGrid:`4,4,4,4`}},{type:`Box`,props:{width:60,height:60,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{skin:`images/icons/icon_up@3x.png`,centerY:0,centerX:0}}]}]},{type:`Box`,props:{y:1676,x:20,var:`btnDown`,right:20,name:`btnDown`,left:20,height:50,bottom:20},child:[{type:`Image`,props:{top:0,skin:`images/border/up@3x.png`,right:0,left:0,bottom:0,sizeGrid:`4,4,4,4`}},{type:`Box`,props:{width:60,rotation:180,height:60,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{skin:`images/icons/icon_up@3x.png`,centerY:0,centerX:0}}]}]}]},{type:`Box`,props:{width:10,var:`boxParticle`,name:`boxParticle`,height:10,centerY:0,centerX:0},child:[{type:`Particle2D`,props:{y:5,x:5,url:`particle/fly.part`,autoPlay:!0}}]}]},t})(s),(function(e){function t(){this.btnCustom=null,this.btnCelebrity=null,t.__super.call(this)}o(t,`ui.view.CyberTheme.ModeUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ScaleButton`,Laya.runtime.ScaleButton),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,height:2436},child:[{type:`Box`,props:{y:10,x:10,width:600,var:`btnCustom`,runtime:`Laya.runtime.ScaleButton`,name:`btn`,height:400,centerY:-400,centerX:0},child:[{type:`Image`,props:{top:-15,skin:`images/border/achievement_complete@3x.png`,right:-15,left:-15,bottom:-15,sizeGrid:`74,80,74,80`}},{type:`Label`,props:{top:50,text:`UI_CustomMode`,fontSize:80,font:`方正像素12`,color:`#ffffff`,centerX:0,bold:!0}},{type:`Label`,props:{top:200,text:`UI_CustomModeDescription`,right:0,left:0,leading:20,fontSize:40,font:`方正像素12`,color:`#bcbcbc`,bottom:0,align:`center`}}]},{type:`Box`,props:{y:10,x:20,width:600,var:`btnCelebrity`,runtime:`Laya.runtime.ScaleButton`,name:`btn`,height:400,centerY:400,centerX:0},child:[{type:`Image`,props:{y:-15,x:-15,top:-15,skin:`images/border/achievement_complete@3x.png`,right:-15,left:-15,bottom:-15,sizeGrid:`74,80,74,80`}},{type:`Label`,props:{top:50,text:`UI_CelebrityMode`,fontSize:80,font:`方正像素12`,color:`#ffffff`,centerX:0,bold:!0}},{type:`Label`,props:{top:200,text:`UI_CelebrityModeDescription`,right:0,left:0,leading:20,fontSize:40,font:`方正像素12`,color:`#bcbcbc`,bottom:0,align:`center`}}]}]},t})(s),(function(e){function t(){this.btnBack=null,this.boxRemakeTimes=null,this.labRemakeTimes=null,this.labRemakeTimesJudge=null,this.boxAchievementCount=null,this.labAchievementCount=null,this.labAchievementCountJudge=null,this.boxEventRate=null,this.prgEventRate=null,this.labEventRate=null,this.boxTalentRate=null,this.prgTalentRate=null,this.labTalentRate=null,this.btnRank=null,this.listAchievements=null,t.__super.call(this)}o(t,`ui.view.DefaultTheme.AchievementUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,runtime:`Laya.runtime.ViewBase`,height:2436},child:[{type:`Label`,props:{y:80,text:`UI_Statistics`,name:`title`,fontSize:80,font:`SimHei`,color:`#ffffff`,centerX:0}},{type:`Box`,props:{width:260,var:`btnBack`,top:50,runtime:`Laya.runtime.ColorfulBox`,right:50,name:`btnBack`,height:90,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{y:1028,x:332,text:`UI_Back`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]},{type:`Box`,props:{x:33,width:1060,top:230,height:540,centerX:0},child:[{type:`Box`,props:{width:500,var:`boxRemakeTimes`,top:0,runtime:`Laya.runtime.ColorfulBox`,name:`boxRemakeTimes`,left:0,height:240},child:[{type:`Label`,props:{var:`labRemakeTimes`,text:`label`,right:0,name:`font_default`,left:0,fontSize:60,font:`SimHei`,color:`#ffffff`,centerY:-60,bold:!0,align:`center`}},{type:`Label`,props:{var:`labRemakeTimesJudge`,text:`label`,right:0,name:`font_default`,left:0,fontSize:45,font:`SimHei`,color:`#ffffff`,centerY:60,bold:!1,align:`center`}}]},{type:`Box`,props:{width:500,var:`boxAchievementCount`,top:0,runtime:`Laya.runtime.ColorfulBox`,right:0,name:`boxAchievementCount`,height:240},child:[{type:`Label`,props:{var:`labAchievementCount`,text:`label`,right:0,name:`font_default`,left:0,fontSize:60,font:`SimHei`,color:`#ffffff`,centerY:-60,bold:!0,align:`center`}},{type:`Label`,props:{var:`labAchievementCountJudge`,text:`label`,right:0,name:`font_default`,left:0,fontSize:45,font:`SimHei`,color:`#ffffff`,centerY:60,bold:!1,align:`center`}}]},{type:`Box`,props:{width:500,var:`boxEventRate`,runtime:`Laya.runtime.ColorfulBox`,name:`boxEventRate`,left:0,height:240,bottom:0},child:[{type:`Box`,props:{y:0,x:0,width:500,var:`prgEventRate`,height:240,blendMode:`lighter`,alpha:.1},child:[{type:`Rect`,props:{width:500,lineWidth:1,height:240,fillColor:`#ffffff`}}]},{type:`Label`,props:{text:`UI_Event_Collection_Rate`,right:0,name:`font_default`,left:0,fontSize:60,font:`SimHei`,color:`#ffffff`,centerY:-60,bold:!0,align:`center`}},{type:`Label`,props:{var:`labEventRate`,text:`label`,right:0,name:`font_default`,left:0,fontSize:45,font:`SimHei`,color:`#ffffff`,centerY:60,bold:!1,align:`center`}}]},{type:`Box`,props:{width:500,var:`boxTalentRate`,runtime:`Laya.runtime.ColorfulBox`,right:0,name:`boxTalentRate`,height:240,bottom:0},child:[{type:`Box`,props:{y:0,x:0,width:500,var:`prgTalentRate`,height:240,blendMode:`lighter`,alpha:.1},child:[{type:`Rect`,props:{width:500,lineWidth:1,height:240,fillColor:`#ffffff`}}]},{type:`Label`,props:{text:`UI_Talent_Collection_Rate`,right:0,name:`font_default`,left:0,fontSize:60,font:`SimHei`,color:`#ffffff`,centerY:-60,bold:!0,align:`center`}},{type:`Label`,props:{var:`labTalentRate`,text:`label`,right:0,name:`font_default`,left:0,fontSize:45,font:`SimHei`,color:`#ffffff`,centerY:60,bold:!1,align:`center`}}]}]},{type:`Box`,props:{width:1060,top:800,runtime:`Laya.runtime.ColorfulBox`,name:`hr`,height:10,centerX:0}},{type:`Label`,props:{top:870,text:`UI_Achievement`,name:`title`,fontSize:80,font:`SimHei`,color:`#ffffff`,centerX:0}},{type:`Box`,props:{x:945,width:260,var:`btnRank`,top:870,runtime:`Laya.runtime.ColorfulBox`,right:50,name:`btnRank`,height:90,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{text:`UI_Rank`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,anchorY:.5,anchorX:.5}}]},{type:`List`,props:{width:1080,var:`listAchievements`,vScrollBarSkin:` `,top:1e3,spaceY:60,spaceX:60,repeatX:2,name:`listAchievements`,centerX:0,bottom:35},child:[{type:`Box`,props:{y:10,x:10,width:500,runtime:`Laya.runtime.ColorfulBox`,renderType:`render`,height:320},child:[{type:`Label`,props:{text:`label`,right:0,name:`name`,left:0,fontSize:60,font:`SimHei`,color:`#ffffff`,centerY:-80,bold:!0,align:`center`}},{type:`Label`,props:{text:`label`,right:0,name:`description`,left:0,fontSize:45,font:`SimHei`,color:`#ffffff`,centerY:80,bold:!1,anchorY:0,anchorX:0,align:`center`}},{type:`Box`,props:{width:500,name:`boxMask`,height:320,alpha:.5},child:[{type:`Rect`,props:{width:500,lineWidth:1,height:320,fillColor:`#000000`}}]}]}]}]},t})(s),(function(e){function t(){this.boxBg=null,this.bg1=null,this.labName=null,t.__super.call(this)}o(t,`ui.view.DefaultTheme.AchievementPopupUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{y:50,width:570,mouseThrough:!0,mouseEnabled:!1,height:150,alpha:.75},child:[{type:`Box`,props:{var:`boxBg`,top:0,right:0,name:`boxBg`,left:0,bottom:0},child:[{type:`Rect`,props:{y:0,x:560,width:10,lineWidth:1,height:150,fillColor:`#84ff55`}},{type:`Box`,props:{var:`bg1`,top:0,runtime:`Laya.runtime.ColorfulBox`,right:10,left:0,bottom:0}}]},{type:`Label`,props:{y:10,text:`UI_Achievement_Achieve`,left:40,fontSize:40,font:`SimHei`,color:`#84ff55`,bold:!0}},{type:`Label`,props:{var:`labName`,text:`Achievement`,name:`labName`,left:40,fontSize:60,font:`SimHei`,color:`#cccccc`,centerY:30}}]},t})(s),(function(e){function t(){this.panelCharacter=null,this.vboxCharacter=null,this.btnRetry=null,this.btnNext=null,t.__super.call(this)}o(t,`ui.view.DefaultTheme.CelebrityUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,height:2436},child:[{type:`Label`,props:{y:80,text:`UI_Title_Celebrity`,name:`title`,fontSize:80,font:`SimHei`,color:`#ffffff`,centerX:0}},{type:`Panel`,props:{var:`panelCharacter`,vScrollBarSkin:` `,top:200,right:0,name:`panelCharacter`,left:0,bottom:700},child:[{type:`VBox`,props:{y:10,width:1e3,var:`vboxCharacter`,space:20,name:`vboxCharacter`,centerX:0},child:[{type:`Box`,props:{right:0,name:`boxCharacter`,left:0},child:[{type:`Box`,props:{y:0,runtime:`Laya.runtime.ColorfulBox`,right:0,name:`boxName`,left:0,height:100},child:[{type:`Label`,props:{valign:`middle`,text:`颜值10 智力10 体质10 家境Π`,name:`label`,fontSize:55,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,align:`center`}}]},{type:`VBox`,props:{top:100,space:20,runtime:`Laya.runtime.ColorfulBox`,right:25,name:`vboxStates`,left:25},child:[{type:`Label`,props:{valign:`middle`,text:`颜值10 智力10 体质10 家境Π`,name:`label`,height:100,fontSize:55,font:`SimHei`,color:`#ffffff`,centerX:0,align:`center`}}]}]},{type:`Box`,props:{runtime:`Laya.runtime.ColorfulBox`,right:25,name:`boxTalent`,left:25,height:100},child:[{type:`Label`,props:{valign:`middle`,text:`颜值10 智力10 体质10 家境Π`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,align:`center`}}]},{type:`Box`,props:{y:10,x:10,right:0,name:`boxUniqueUnGenerate`,left:0},child:[{type:`Box`,props:{y:0,runtime:`Laya.runtime.ColorfulBox`,right:0,name:`boxName`,left:0,height:100},child:[{type:`Label`,props:{valign:`middle`,text:`UI_UniqueWaTaShi`,name:`label`,fontSize:55,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,align:`center`}}]},{type:`VBox`,props:{top:100,space:20,runtime:`Laya.runtime.ColorfulBox`,right:25,name:`vboxStates`,left:25},child:[{type:`Label`,props:{y:1,valign:`middle`,text:`UI_UniqueWaTaShiContent`,right:0,name:`label`,left:0,leading:30,fontSize:55,font:`SimHei`,color:`#ffffff`,align:`center`}},{type:`Box`,props:{y:2,right:0,name:`boxBtn`,left:0,height:150},child:[{type:`Box`,props:{runtime:`Laya.runtime.ColorfulBox`,right:50,name:`btn`,left:50,height:120,centerY:0},child:[{type:`Label`,props:{y:30,x:290,text:`UI_GenerateNow`,name:`label`,fontSize:60,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]}]}]}]}]}]},{type:`Box`,props:{width:480,var:`btnRetry`,runtime:`Laya.runtime.ColorfulBox`,name:`btnRetry`,height:150,centerX:0,bottom:400},child:[{type:`Label`,props:{text:`UI_AllNot`,name:`label`,fontSize:60,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]},{type:`Box`,props:{width:480,var:`btnNext`,runtime:`Laya.runtime.ColorfulBox`,name:`btnNext`,height:150,centerX:0,bottom:150},child:[{type:`Label`,props:{text:`UI_Make_New_Life`,name:`label`,fontSize:60,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]}]},t})(s),(function(e){function t(){this.labSubTitle=null,this.btnRemake=null,this.btnThanks=null,this.btnAchievement=null,this.btnGithub=null,this.btnDiscord=null,this.btnSaveLoad=null,this.btnThemes=null,this.banner=null,t.__super.call(this)}o(t,`ui.view.DefaultTheme.MainUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),s.regComponent(`Laya.runtime.ScaleButton`,Laya.runtime.ScaleButton),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{y:1218,x:562,width:1125,runtime:`Laya.runtime.ViewBase`,height:2436,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{text:`UI_Title_Remake`,name:`title`,fontSize:130,font:`SimHei`,color:`#ffffff`,centerY:-260,centerX:0,bold:!0,anchorY:.5,anchorX:.5}},{type:`Label`,props:{wordWrap:!0,var:`labSubTitle`,text:`UI_Title_Subsequent`,right:0,name:`title`,left:0,fontSize:70,font:`SimHei`,color:`#999999`,centerY:-120,anchorY:.5,anchorX:.5,align:`center`}},{type:`Box`,props:{width:600,var:`btnRemake`,runtime:`Laya.runtime.ColorfulBox`,name:`btnRemake`,height:150,centerY:600,centerX:0},child:[{type:`Label`,props:{text:`UI_Remake`,name:`label`,fontSize:70,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]},{type:`Box`,props:{width:260,var:`btnThanks`,top:50,runtime:`Laya.runtime.ColorfulBox`,right:50,name:`btnSmall`,height:90,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{text:`UI_Thanks`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,anchorY:.5,anchorX:.5}}]},{type:`Box`,props:{width:260,var:`btnAchievement`,top:180,runtime:`Laya.runtime.ColorfulBox`,right:50,name:`btnSmall`,height:90,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{text:`UI_Achievement`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,anchorY:.5,anchorX:.5}}]},{type:`Box`,props:{y:0,x:0,width:160,var:`btnGithub`,runtime:`Laya.runtime.ScaleButton`,rotation:-45,name:`btnGithub`,height:160,anchorY:0,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:-70,width:300,lineWidth:1,height:140,fillColor:`#000000`}},{type:`Image`,props:{top:0,skin:`images/icons/icon_github.png`,rotation:0,right:0,left:0,bottom:0,anchorY:.5,anchorX:.5}},{type:`Rect`,props:{y:0,x:-70,width:300,renderType:`hit`,lineWidth:1,height:140,fillColor:`#000000`}},{type:`Box`,props:{y:0,x:-70,renderType:`mask`},child:[{type:`Rect`,props:{width:300,lineWidth:1,height:140,fillColor:`#000000`}}]}]},{type:`Box`,props:{width:160,left:50,height:160,bottom:50},child:[{type:`Box`,props:{width:160,var:`btnDiscord`,runtime:`Laya.runtime.ScaleButton`,name:`btnDiscord`,height:160,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{top:0,skin:`images/icons/icon_discord.png`,right:0,left:0,bottom:0,anchorY:.5,anchorX:.5}}]}]},{type:`Box`,props:{y:2201,x:1020,width:110,var:`btnSaveLoad`,runtime:`Laya.runtime.ColorfulBox`,right:50,name:`btnSmall`,height:110,bottom:180,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{width:80,skin:`images/icons/icon_save.png`,height:80,centerY:0,centerX:0}}]},{type:`Box`,props:{width:110,var:`btnThemes`,runtime:`Laya.runtime.ColorfulBox`,right:50,name:`btnThemes`,height:110,bottom:50,anchorY:.5,anchorX:.5},child:[{type:`Image`,props:{width:90,skin:`images/icons/icon_themes.png`,height:90,centerY:0,centerX:0}}]},{type:`Box`,props:{x:562,var:`banner`,centerX:0,bottom:100,anchorY:1,anchorX:.5},child:[{type:`Label`,props:{text:`UI_Banner`,name:`title`,fontSize:40,font:`SimHei`,color:`#ffffff`}}]}]},t})(s),(function(e){function t(){this.btnCustom=null,this.btnCelebrity=null,t.__super.call(this)}o(t,`ui.view.DefaultTheme.ModeUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),s.regComponent(`Laya.runtime.ColorAgentLabel`,Laya.runtime.ColorAgentLabel),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,height:2436},child:[{type:`Box`,props:{width:600,var:`btnCustom`,runtime:`Laya.runtime.ColorfulBox`,name:`btn`,height:400,centerY:-400,centerX:0},child:[{type:`Label`,props:{top:50,text:`UI_CustomMode`,name:`font_default`,fontSize:80,font:`SimHei`,color:`#ffffff`,centerX:0,bold:!0}},{type:`Label`,props:{top:200,text:`UI_CustomModeDescription`,right:0,name:`font_default`,left:0,leading:20,fontSize:40,font:`SimHei`,color:`#ffffff`,bottom:0,align:`center`}},{type:`Label`,props:{runtime:`Laya.runtime.ColorAgentLabel`,name:`label`}}]},{type:`Box`,props:{x:10,width:600,var:`btnCelebrity`,runtime:`Laya.runtime.ColorfulBox`,name:`btn`,height:400,centerY:400,centerX:0},child:[{type:`Label`,props:{top:50,text:`UI_CelebrityMode`,name:`font_default`,fontSize:80,font:`SimHei`,color:`#ffffff`,centerX:0,bold:!0}},{type:`Label`,props:{top:200,text:`UI_CelebrityModeDescription`,right:0,name:`font_default`,left:0,leading:20,fontSize:40,font:`SimHei`,color:`#ffffff`,bottom:0,align:`center`}},{type:`Label`,props:{y:10,x:10,runtime:`Laya.runtime.ColorAgentLabel`,name:`label`}}]}]},t})(s),(function(e){function t(){this.title=null,this.labLeftPropertyPoint=null,this.boxCharm=null,this.boxCharmAllocate=null,this.btnCharmReduce=null,this.inputCharm=null,this.btnCharmIncrease=null,this.boxIntelligence=null,this.boxIntelligenceAllocate=null,this.btnIntelligenceReduce=null,this.inputIntelligence=null,this.btnIntelligenceIncrease=null,this.boxStrength=null,this.boxStrengthAllocate=null,this.btnStrengthReduce=null,this.inputStrength=null,this.btnStrengthIncrease=null,this.boxMoney=null,this.boxMoneyAllocate=null,this.btnMoneyReduce=null,this.inputMoney=null,this.btnMoneyIncrease=null,this.listSelectedTalents=null,this.btnRandomAllocate=null,this.btnNext=null,t.__super.call(this)}o(t,`ui.view.DefaultTheme.PropertyUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),s.regComponent(`Laya.runtime.ColorFilterItem`,Laya.runtime.ColorFilterItem),s.regComponent(`Laya.runtime.ScaleButton`,Laya.runtime.ScaleButton),s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,runtime:`Laya.runtime.ViewBase`,height:2436},child:[{type:`Label`,props:{y:80,var:`title`,text:`UI_Title_Property`,name:`title`,fontSize:80,font:`SimHei`,color:`#ffffff`,centerX:0}},{type:`Box`,props:{top:230,right:40,name:`propertyAllocate`,left:40,height:1100},child:[{type:`HBox`,props:{top:0,height:100,centerX:0},child:[{type:`Label`,props:{x:0,text:`UI_Left_Property_Point`,name:`font_default`,fontSize:70,font:`SimHei`,color:`#ffffff`,centerY:0}},{type:`Label`,props:{x:1,text:`UI_Colon`,name:`font_default`,fontSize:70,font:`SimHei`,color:`#ffffff`,centerY:0}},{type:`Label`,props:{x:2,var:`labLeftPropertyPoint`,text:`0`,name:`font_default`,fontSize:70,color:`#ffffff`,centerY:0}}]},{type:`VBox`,props:{top:200,space:100,right:50,left:50},child:[{type:`Box`,props:{y:0,var:`boxCharm`,right:0,left:0,height:130},child:[{type:`Label`,props:{x:183,text:`UI_Property_Charm`,name:`font_default`,fontSize:70,font:`SimHei`,color:`#ffffff`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{width:590,var:`boxCharmAllocate`,runtime:`Laya.runtime.ColorFilterItem`,right:30,name:`property`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,var:`btnCharmReduce`,name:`btnCharmReduce`,left:0,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#ffffff`}}]}]}]},{type:`Box`,props:{y:0,x:110,top:0,right:110,left:110,bottom:0},child:[{type:`TextInput`,props:{var:`inputCharm`,type:`number`,top:0,text:`0`,right:0,promptColor:`#828282`,prompt:0,name:`inputCharm`,maxChars:1,left:0,fontSize:80,font:`SimHei`,color:`#ffffff`,bottom:0,align:`center`}},{type:`Rect`,props:{y:0,x:0,width:370,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:106,x:0,width:370,lineWidth:1,height:4,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:110,var:`btnCharmIncrease`,right:0,name:`btnCharmIncrease`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:48,rotation:90,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#ffffff`}}]}]}]}]}]},{type:`Box`,props:{y:1,var:`boxIntelligence`,right:0,left:0,height:130},child:[{type:`Label`,props:{x:183,text:`UI_Property_Intelligence`,name:`font_default`,fontSize:70,font:`SimHei`,color:`#ffffff`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{width:590,var:`boxIntelligenceAllocate`,runtime:`Laya.runtime.ColorFilterItem`,right:30,name:`property`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,var:`btnIntelligenceReduce`,name:`btnIntelligenceReduce`,left:0,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#ffffff`}}]}]}]},{type:`Box`,props:{y:0,x:110,top:0,right:110,left:110,bottom:0},child:[{type:`TextInput`,props:{var:`inputIntelligence`,type:`number`,top:0,text:`0`,right:0,promptColor:`#828282`,prompt:0,name:`inputIntelligence`,maxChars:1,left:0,fontSize:80,font:`SimHei`,color:`#ffffff`,bottom:0,align:`center`}},{type:`Rect`,props:{y:0,x:0,width:370,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:106,x:0,width:370,lineWidth:1,height:4,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:110,var:`btnIntelligenceIncrease`,right:0,name:`btnIntelligenceIncrease`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:48,rotation:90,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#ffffff`}}]}]}]}]}]},{type:`Box`,props:{y:2,var:`boxStrength`,right:0,left:0,height:130},child:[{type:`Label`,props:{x:183,text:`UI_Property_Strength`,name:`font_default`,fontSize:70,font:`SimHei`,color:`#ffffff`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{width:590,var:`boxStrengthAllocate`,runtime:`Laya.runtime.ColorFilterItem`,right:30,name:`property`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,var:`btnStrengthReduce`,name:`btnStrengthReduce`,left:0,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#ffffff`}}]}]}]},{type:`Box`,props:{y:0,x:110,top:0,right:110,left:110,bottom:0},child:[{type:`TextInput`,props:{var:`inputStrength`,type:`number`,top:0,text:`0`,right:0,promptColor:`#828282`,prompt:0,name:`inputStrength`,maxChars:1,left:0,fontSize:80,font:`SimHei`,color:`#ffffff`,bottom:0,align:`center`}},{type:`Rect`,props:{y:0,x:0,width:370,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:106,x:0,width:370,lineWidth:1,height:4,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:110,var:`btnStrengthIncrease`,right:0,name:`btnStrengthIncrease`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:48,rotation:90,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#ffffff`}}]}]}]}]}]},{type:`Box`,props:{y:3,var:`boxMoney`,right:0,left:0,height:130},child:[{type:`Label`,props:{x:183,text:`UI_Property_Money`,name:`font_default`,fontSize:70,font:`SimHei`,color:`#ffffff`,centerY:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{width:590,var:`boxMoneyAllocate`,runtime:`Laya.runtime.ColorFilterItem`,right:30,name:`property`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,var:`btnMoneyReduce`,name:`btnMoneyReduce`,left:0,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#ffffff`}}]}]}]},{type:`Box`,props:{y:0,x:110,top:0,right:110,left:110,bottom:0},child:[{type:`TextInput`,props:{var:`inputMoney`,type:`number`,top:0,text:`0`,right:0,promptColor:`#828282`,prompt:0,name:`inputMoney`,maxChars:1,left:0,fontSize:80,font:`SimHei`,color:`#ffffff`,bottom:0,align:`center`}},{type:`Rect`,props:{y:0,x:0,width:370,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:106,x:0,width:370,lineWidth:1,height:4,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:110,var:`btnMoneyIncrease`,right:0,name:`btnMoneyIncrease`,height:110,centerY:0},child:[{type:`Box`,props:{width:110,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:106,x:0,width:110,lineWidth:1,height:4,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:0,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}},{type:`Rect`,props:{y:0,x:106,width:4,lineWidth:1,height:110,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:110,runtime:`Laya.runtime.ScaleButton`,height:110,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Box`,props:{width:48,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#ffffff`}}]},{type:`Box`,props:{width:48,rotation:90,height:12,centerY:0,centerX:0,anchorY:.5,anchorX:.5},child:[{type:`Rect`,props:{y:0,x:0,width:48,lineWidth:1,height:12,fillColor:`#ffffff`}}]}]}]}]}]}]}]},{type:`Box`,props:{right:40,name:`selectedTalents`,left:40,height:450,bottom:300},child:[{type:`Label`,props:{top:20,text:`UI_Selected_Talent`,name:`font_default`,left:20,fontSize:50,font:`SimHei`,color:`#ffffff`}},{type:`List`,props:{var:`listSelectedTalents`,vScrollBarSkin:` `,top:110,spaceY:20,right:10,repeatY:3,repeatX:1,name:`listSelectedTalents`,left:10,bottom:10},child:[{type:`Box`,props:{y:15,runtime:`Laya.runtime.ColorfulBox`,right:15,renderType:`render`,left:15,height:80},child:[{type:`Label`,props:{y:20,text:`Title`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]}]}]},{type:`HBox`,props:{space:40,name:`buttonGroup`,height:150,centerX:0,bottom:90},child:[{type:`Box`,props:{y:0,x:0,width:480,var:`btnRandomAllocate`,top:0,runtime:`Laya.runtime.ColorfulBox`,name:`btnRandomAllocate`,bottom:0},child:[{type:`Label`,props:{text:`UI_Random_Allocate`,name:`label`,fontSize:60,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]},{type:`Box`,props:{x:1,width:480,var:`btnNext`,top:0,runtime:`Laya.runtime.ColorfulBox`,name:`btnNext`,bottom:0},child:[{type:`Label`,props:{text:`UI_Make_New_Life`,name:`label`,fontSize:60,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]}]}]},t})(s),(function(e){function t(){this.title=null,this.listSummary=null,this.listSelectedTalents=null,this.btnAgain=null,t.__super.call(this)}o(t,`ui.view.DefaultTheme.SummaryUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),s.regComponent(`Laya.runtime.BlankBox`,Laya.runtime.BlankBox),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,runtime:`Laya.runtime.ViewBase`,height:2436},child:[{type:`Label`,props:{y:80,var:`title`,text:`UI_Title_Summary`,name:`title`,fontSize:80,font:`SimHei`,color:`#ffffff`,centerX:0}},{type:`Box`,props:{top:230,right:40,name:`summary`,left:40,bottom:800},child:[{type:`List`,props:{var:`listSummary`,top:0,spaceY:20,right:0,repeatY:7,repeatX:1,name:`listSummary`,left:0,bottom:0},child:[{type:`Box`,props:{y:15,runtime:`Laya.runtime.ColorfulBox`,right:15,renderType:`render`,left:15,height:160},child:[{type:`Label`,props:{y:20,text:`Title`,name:`label`,left:100,fontSize:70,font:`SimHei`,color:`#ffffff`,centerY:0}}]}]}]},{type:`Box`,props:{right:40,name:`selectedTalents`,left:40,height:450,bottom:300},child:[{type:`Label`,props:{top:20,text:`UI_Talent_Extend`,name:`font_default`,left:20,fontSize:50,color:`#ffffff`}},{type:`List`,props:{var:`listSelectedTalents`,vScrollBarSkin:` `,top:110,spaceY:20,right:0,repeatY:3,repeatX:1,name:`listSelectedTalents`,left:0,bottom:10},child:[{type:`Box`,props:{y:15,runtime:`Laya.runtime.ColorfulBox`,right:15,renderType:`render`,left:15,height:80},child:[{type:`Label`,props:{y:20,text:`Title`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}},{type:`Box`,props:{top:0,runtime:`Laya.runtime.BlankBox`,right:0,name:`blank`,left:0,bottom:0,alpha:.3}}]}]}]},{type:`Box`,props:{right:1,name:`buttonGroup`,left:1,bottom:0},child:[{type:`Box`,props:{width:600,var:`btnAgain`,runtime:`Laya.runtime.ColorfulBox`,name:`btnAgain`,height:150,centerX:0,bottom:100},child:[{type:`Label`,props:{text:`UI_Remake_Again`,name:`label`,fontSize:70,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]}]}]},t})(s),(function(e){function t(){this.title=null,this.pageDrawCard=null,this.btnDrawCard=null,this.pageResult=null,this.listTalents=null,this.btnNext=null,t.__super.call(this)}o(t,`ui.view.DefaultTheme.TalentUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),s.regComponent(`Laya.runtime.BlankBox`,Laya.runtime.BlankBox),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,runtime:`Laya.runtime.ViewBase`,height:2436},child:[{type:`Label`,props:{y:80,var:`title`,text:`UI_Title_Talent`,name:`title`,fontSize:80,font:`SimHei`,color:`#ffffff`,centerX:0}},{type:`Box`,props:{var:`pageDrawCard`,top:0,right:0,name:`pageDrawCard`,left:0,bottom:0},child:[{type:`Box`,props:{width:600,var:`btnDrawCard`,runtime:`Laya.runtime.ColorfulBox`,name:`btnDrawCard`,height:150,centerY:0,centerX:0},child:[{type:`Label`,props:{text:`UI_Talent_Draw`,name:`label`,fontSize:70,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]}]},{type:`Box`,props:{y:0,x:0,var:`pageResult`,top:0,right:0,name:`pageResult`,left:0,bottom:0},child:[{type:`List`,props:{width:1085,var:`listTalents`,vScrollBarSkin:` `,top:230,spaceY:20,repeatX:1,name:`listTalents`,centerX:0,bottom:250},child:[{type:`Box`,props:{y:15,runtime:`Laya.runtime.ColorfulBox`,right:15,renderType:`render`,left:15,height:80},child:[{type:`Label`,props:{y:20,text:`Title`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}},{type:`Box`,props:{top:0,runtime:`Laya.runtime.BlankBox`,right:0,name:`blank`,left:0,bottom:0,alpha:.3}}]}]},{type:`Box`,props:{x:263,width:1085,var:`btnNext`,runtime:`Laya.runtime.ColorfulBox`,name:`btnNext`,height:150,centerX:0,bottom:30},child:[{type:`Label`,props:{text:`UI_Next`,name:`label`,fontSize:70,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]}]}]},t})(s),(function(e){function t(){this.btnBack=null,this.panelTopSupports=null,this.vboxTopSupports=null,this.listSupports=null,this.btnDDF=null,this.btnAFD=null,t.__super.call(this)}o(t,`ui.view.DefaultTheme.ThanksUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,runtime:`Laya.runtime.ViewBase`,height:2436},child:[{type:`Box`,props:{y:95,x:945,width:260,var:`btnBack`,top:50,runtime:`Laya.runtime.ColorfulBox`,right:50,name:`btnBack`,height:90,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{y:1028,x:332,text:`UI_Back`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]},{type:`Panel`,props:{width:1100,var:`panelTopSupports`,vScrollBarSkin:` `,top:170,name:`panelTopSupports`,height:400,centerX:0},child:[{type:`VBox`,props:{y:15,var:`vboxTopSupports`,space:30,right:-6,name:`vboxTopSupports`,left:-6},child:[{type:`Box`,props:{runtime:`Laya.runtime.ColorfulBox`,right:0,name:`boxTopSupport`,left:0},child:[{type:`Label`,props:{y:25,wordWrap:!0,width:250,text:`Sombody`,name:`name`,left:50,leading:25,fontSize:50,font:`SimHei`,color:`#000000`,align:`center`}},{type:`Label`,props:{y:25,wordWrap:!0,text:`This is he say`,right:20,name:`comment`,left:350,leading:25,fontSize:50,font:`SimHei`,color:`#000000`,align:`center`}}]}]}]},{type:`List`,props:{width:1100,var:`listSupports`,vScrollBarSkin:` `,top:600,spaceY:50,spaceX:50,name:`listSupports`,centerX:0,bottom:200},child:[{type:`Label`,props:{y:30,x:25,width:500,text:`label`,renderType:`render`,fontSize:50,font:`SimHei`,color:`#ffffff`,align:`center`}}]},{type:`Box`,props:{width:400,var:`btnDDF`,runtime:`Laya.runtime.ColorfulBox`,name:`btnDDF`,height:100,centerX:300,bottom:50,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{y:1028,x:332,text:`UI_Support_Programmer`,name:`label`,fontSize:45,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]},{type:`Box`,props:{width:400,var:`btnAFD`,runtime:`Laya.runtime.ColorfulBox`,name:`btnAFD`,height:100,centerX:-300,bottom:50,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{y:1028,x:332,text:`UI_Support_Designer`,name:`label`,fontSize:45,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]}]},t})(s),(function(e){function t(){this.labCharm=null,this.labIntelligence=null,this.labStrength=null,this.labMoney=null,this.labSpirit=null,this.boxTrajectory=null,this.panelTrajectory=null,this.vboxTrajectory=null,this.btnSummary=null,this.boxSpeed=null,this.prgSpeed=null,this.scbSpeed=null,this.boxParticle=null,t.__super.call(this)}o(t,`ui.view.DefaultTheme.TrajectoryUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),s.regComponent(`Laya.runtime.ColorFilterItem`,Laya.runtime.ColorFilterItem),s.regComponent(`Particle2D`,laya.particle.Particle2D),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,runtime:`Laya.runtime.ViewBase`,height:2436},child:[{type:`Box`,props:{top:80,right:20,left:20,height:120},child:[{type:`HBox`,props:{space:15,centerY:0,centerX:0,align:`middle`},child:[{type:`Box`,props:{x:0,width:200,runtime:`Laya.runtime.ColorfulBox`,name:`propertyBox`,height:120,centerY:0},child:[{type:`Label`,props:{y:30,text:`UI_Property_Charm`,name:`label`,fontSize:45,font:`SimHei`,color:`#ffffff`,centerX:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{runtime:`Laya.runtime.ColorfulBox`,right:0,name:`propertyValue`,left:0,height:60,bottom:0},child:[{type:`Label`,props:{var:`labCharm`,text:`10`,name:`label`,fontSize:55,font:`SimHei`,color:`#55fffe`,centerY:0,centerX:0,anchorY:.5,anchorX:.5}}]}]},{type:`Box`,props:{x:1,width:200,runtime:`Laya.runtime.ColorfulBox`,name:`propertyBox`,height:120,centerY:0},child:[{type:`Label`,props:{y:30,text:`UI_Property_Intelligence`,name:`label`,fontSize:45,font:`SimHei`,color:`#ffffff`,centerX:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{runtime:`Laya.runtime.ColorfulBox`,right:0,name:`propertyValue`,left:0,height:60,bottom:0},child:[{type:`Label`,props:{var:`labIntelligence`,text:`10`,name:`label`,fontSize:55,font:`SimHei`,color:`#55fffe`,centerY:0,centerX:0,anchorY:.5,anchorX:.5}}]}]},{type:`Box`,props:{x:2,width:200,runtime:`Laya.runtime.ColorfulBox`,name:`propertyBox`,height:120,centerY:0},child:[{type:`Label`,props:{y:30,text:`UI_Property_Strength`,name:`label`,fontSize:45,font:`SimHei`,color:`#ffffff`,centerX:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{runtime:`Laya.runtime.ColorfulBox`,right:0,name:`propertyValue`,left:0,height:60,bottom:0},child:[{type:`Label`,props:{var:`labStrength`,text:`10`,name:`label`,fontSize:55,font:`SimHei`,color:`#55fffe`,centerY:0,centerX:0,anchorY:.5,anchorX:.5}}]}]},{type:`Box`,props:{x:3,width:200,runtime:`Laya.runtime.ColorfulBox`,name:`propertyBox`,height:120,centerY:0},child:[{type:`Label`,props:{y:30,text:`UI_Property_Money`,name:`label`,fontSize:45,font:`SimHei`,color:`#ffffff`,centerX:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{runtime:`Laya.runtime.ColorfulBox`,right:0,name:`propertyValue`,left:0,height:60,bottom:0},child:[{type:`Label`,props:{var:`labMoney`,text:`10`,name:`label`,fontSize:55,font:`SimHei`,color:`#55fffe`,centerY:0,centerX:0,anchorY:.5,anchorX:.5}}]}]},{type:`Box`,props:{x:4,width:200,runtime:`Laya.runtime.ColorfulBox`,name:`propertyBox`,height:120,centerY:0},child:[{type:`Label`,props:{y:30,text:`UI_Property_Spirit`,name:`label`,fontSize:45,font:`SimHei`,color:`#ffffff`,centerX:0,anchorY:.5,anchorX:.5}},{type:`Box`,props:{runtime:`Laya.runtime.ColorfulBox`,right:0,name:`propertyValue`,left:0,height:60,bottom:0},child:[{type:`Label`,props:{var:`labSpirit`,text:`10`,name:`label`,fontSize:55,font:`SimHei`,color:`#55fffe`,centerY:0,centerX:0,anchorY:.5,anchorX:.5}}]}]}]}]},{type:`Box`,props:{x:20,var:`boxTrajectory`,top:240,runtime:`Laya.runtime.ColorfulBox`,right:20,name:`boxTrajectory`,left:20,bottom:250},child:[{type:`Panel`,props:{var:`panelTrajectory`,vScrollBarSkin:` `,top:0,right:0,name:`panelTrajectory`,left:0,bottom:0},child:[{type:`VBox`,props:{y:15,var:`vboxTrajectory`,space:20,right:-6,name:`vboxTrajectory`,left:-6},child:[{type:`Box`,props:{runtime:`Laya.runtime.ColorfulBox`,right:0,name:`boxTrajectoryItem`,left:0},child:[{type:`HBox`,props:{y:25,x:200,name:`hboxAge`,anchorX:1,align:`middle`},child:[{type:`Label`,props:{x:0,text:`3000`,name:`labAge`,fontSize:50,font:`SimHei`,color:`#cfea5c`,anchorX:0}},{type:`Label`,props:{x:1,text:``,fontSize:50,font:`SimHei`,color:`#cfea5c`,anchorX:0}},{type:`Label`,props:{x:2,text:``,fontSize:50,font:`SimHei`,color:`#cfea5c`,anchorX:0}}]},{type:`Label`,props:{y:25,wordWrap:!0,text:`你的父母开始辅导你数学和英语,智力+1`,right:0,name:`labContent`,left:220,leading:25,fontSize:50,font:`SimHei`,color:`#ffffff`}}]}]}]}]},{type:`Box`,props:{right:0,left:0,height:1,bottom:-1},child:[{type:`Box`,props:{width:600,var:`btnSummary`,runtime:`Laya.runtime.ColorfulBox`,name:`btnSummary`,height:150,centerX:0,bottom:80},child:[{type:`Label`,props:{text:`UI_Goto_Summary`,name:`label`,fontSize:60,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0}}]},{type:`Box`,props:{y:-155,var:`boxSpeed`,runtime:`Laya.runtime.ColorFilterItem`,right:100,name:`boxSpeed`,left:100,height:150,anchorY:.5,anchorX:.5},child:[{type:`ProgressBar`,props:{var:`prgSpeed`,skin:`images/progress/progress_s.png`,right:0,name:`prgSpeed`,left:0,bottom:0}},{type:`HScrollBar`,props:{var:`scbSpeed`,skin:`images/slider/hslider_s.png`,right:0,name:`scbSpeed`,min:0,max:1e3,left:0,height:60,bottom:0}},{type:`Label`,props:{text:`UI_Manual`,fontSize:50,color:`#ffffff`,bottom:70}},{type:`Label`,props:{text:`UI_Auto`,right:0,fontSize:50,font:`SimHei`,color:`#ffffff`,bottom:70}}]}]},{type:`Box`,props:{width:10,var:`boxParticle`,name:`boxParticle`,height:10,centerY:0,centerX:0},child:[{type:`Particle2D`,props:{y:5,x:5,url:`particle/fly.part`,autoPlay:!0}}]}]},t})(s),(function(e){function t(){t.__super.call(this)}o(t,`ui.view.LoadingUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ViewBase`,Laya.runtime.ViewBase),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1125,runtime:`Laya.runtime.ViewBase`,height:2436},child:[{type:`Sprite`,props:{y:0,x:0,alpha:.3},child:[{type:`Rect`,props:{width:2e3,lineWidth:1,height:3e3,fillColor:`#000000`}}]},{type:`Box`,props:{width:200,scaleY:2,scaleX:2,height:200,centerY:0,centerX:0},child:[{type:`Animation`,props:{y:100,x:100,source:`view/CyberTheme/animation/circleFlash.ani`,autoPlay:!0}},{type:`Image`,props:{skin:`images/resource/circle.png`,renderType:`mask`}}]},{type:`Label`,props:{text:`UI_Loading`,fontSize:80,font:`Impact`,color:`#ffffff`,centerY:400,centerX:0}}]},t})(s),(function(e){function t(){this.boxBg=null,this.message=null,t.__super.call(this)}o(t,`ui.view.MessagePopupUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`View`,props:{width:1100,mouseThrough:!0,mouseEnabled:!1,height:230},child:[{type:`Box`,props:{var:`boxBg`,top:10,runtime:`Laya.runtime.ColorfulBox`,right:10,name:`boxBg`,left:10,bottom:10,alpha:.75}},{type:`Label`,props:{wordWrap:!0,var:`message`,text:`消息`,right:50,name:`message`,left:50,fontSize:60,font:`SimHei`,color:`#ffffff`,centerY:0,align:`center`}}]},t})(s),(function(e){function t(){this.input=null,this.btnSave=null,this.btnLoad=null,this.btnRead=null,this.btnWrite=null,this.btnClose=null,this.btnBackup=null,t.__super.call(this)}o(t,`ui.view.SaveLoadUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`Dialog`,props:{width:645,height:400},child:[{type:`Box`,props:{top:0,right:0,left:0,bottom:300},child:[{type:`Box`,props:{y:0,x:0,width:645,height:2},child:[{type:`Rect`,props:{width:645,lineWidth:1,height:2,fillColor:`#97ffe6`}}]},{type:`Box`,props:{width:645,height:2,centerX:0,bottom:0},child:[{type:`Rect`,props:{width:645,lineWidth:1,height:2,fillColor:`#97ffe6`}}]},{type:`Box`,props:{width:645,height:100,centerY:0,centerX:0,alpha:.2},child:[{type:`Rect`,props:{width:645,lineWidth:1,height:100,fillColor:`#000000`}}]}]},{type:`TextInput`,props:{wordWrap:!1,var:`input`,valign:`middle`,top:0,text:`content`,right:0,overflow:`scroll`,left:0,fontSize:35,font:`SimHei`,color:`#ffffff`,bottom:300}},{type:`Box`,props:{width:120,var:`btnSave`,runtime:`Laya.runtime.ColorfulBox`,name:`btnSmall`,left:5,height:120,bottom:155,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{text:`UI_Save`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,bold:!0,anchorY:.5,anchorX:.5}}]},{type:`Box`,props:{width:120,var:`btnLoad`,runtime:`Laya.runtime.ColorfulBox`,name:`btnSmall`,left:130,height:120,bottom:155,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{text:`UI_Load`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,bold:!0,anchorY:.5,anchorX:.5}}]},{type:`Box`,props:{width:120,var:`btnRead`,runtime:`Laya.runtime.ColorfulBox`,name:`btnSmall`,left:260,height:120,bottom:155,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{text:`UI_Read`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,bold:!0,anchorY:.5,anchorX:.5}}]},{type:`Box`,props:{width:120,var:`btnWrite`,runtime:`Laya.runtime.ColorfulBox`,name:`btnSmall`,left:390,height:120,bottom:155,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{text:`UI_Write`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,bold:!0,anchorY:.5,anchorX:.5}}]},{type:`Box`,props:{x:10,width:120,var:`btnClose`,runtime:`Laya.runtime.ColorfulBox`,right:5,name:`btnSmall`,height:120,bottom:155,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{text:`×`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,bold:!0,anchorY:.5,anchorX:.5}}]},{type:`Box`,props:{y:20,var:`btnBackup`,runtime:`Laya.runtime.ColorfulBox`,right:5,name:`btnBackup`,left:5,height:120,bottom:5,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{text:`UI_BackupBtn`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,bold:!0,anchorY:.5,anchorX:.5}}]}]},t})(c),(function(e){function t(){this.radioTheme=null,this.btnOK=null,this.btnClose=null,t.__super.call(this)}o(t,`ui.view.ThemesUI`,e);var n=t.prototype;return n.createChildren=function(){s.regComponent(`Laya.runtime.ColorfulBox`,Laya.runtime.ColorfulBox),laya.ui.Component.prototype.createChildren.call(this),this.createView(t.uiView)},t.uiView={type:`Dialog`,props:{width:350,height:550},child:[{type:`Box`,props:{top:20,right:20,left:20,bottom:130},child:[{type:`RadioGroup`,props:{var:`radioTheme`,name:`radioTheme`,height:380,centerY:0,centerX:0},child:[{type:`Radio`,props:{width:300,top:0,skin:`images/radio/radio_cyber.png`,name:`item0`,height:100}},{type:`Radio`,props:{width:300,skin:`images/radio/radio_dark.png`,name:`item1`,height:100,centerY:0}},{type:`Radio`,props:{width:300,skin:`images/radio/radio_light.png`,name:`item2`,height:100,bottom:0}}]}]},{type:`Box`,props:{width:90,var:`btnOK`,runtime:`Laya.runtime.ColorfulBox`,name:`btnSmall`,left:20,height:90,bottom:20,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{text:``,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,bold:!0,anchorY:.5,anchorX:.5}}]},{type:`Box`,props:{width:90,var:`btnClose`,runtime:`Laya.runtime.ColorfulBox`,right:20,name:`btnSmall`,height:90,bottom:20,anchorY:.5,anchorX:.5},child:[{type:`Label`,props:{text:`×`,name:`label`,fontSize:50,font:`SimHei`,color:`#ffffff`,centerY:0,centerX:0,bold:!0,anchorY:.5,anchorX:.5}}]}]},t})(c);var l={LOADING:`LOADING`,MAIN:`MAIN`,TALENT:`TALENT`,PROPERTY:`PROPERTY`,TRAJECTORY:`TRAJECTORY`,SUMMARY:`SUMMARY`,ACHIEVEMENT:`ACHIEVEMENT`,THANKS:`THANKS`,THEMES:`THEMES`,SAVELOAD:`SAVELOAD`,MODE:`MODE`,CELEBRITY:`CELEBRITY`},u={ACHIEVEMENT:`POPUP_ACHIEVEMENT`,MESSAGE:`POPUP_MESSAGE`},d={pages:{[l.LOADING]:`loading`,[l.MAIN]:`cyber/main`,[l.TALENT]:`cyber/talent`,[l.PROPERTY]:`cyber/property`,[l.TRAJECTORY]:`cyber/trajectory`,[l.SUMMARY]:`cyber/summary`,[l.ACHIEVEMENT]:`cyber/achievement`,[l.THANKS]:`default/thanks`,[l.THEMES]:`themes`,[l.SAVELOAD]:`saveload`,[l.MODE]:`cyber/mode`,[l.CELEBRITY]:`cyber/celebrity`},popups:{[u.ACHIEVEMENT]:`cyber/popup/achievementPopup`,[u.MESSAGE]:`message`},configs:{bgColor:`#04131f`,common:{topSupportItem:{defaultColor:`#ffa500`,defaultStroke:`#ffa500`,hoverColor:`#ffc500`,hoverStroke:`#ffa500`},defaultFontColor:`#cccccc`,grade:[`#cccccc`,`#55fffe`,`#b17cff`,`#ffce45`],filter:[`#ccccccff`,`#55fffeff`,`#b17cffff`,`#ffce45ff`],gradeBlk:[{visible:!1},{defaultColor:`#55fffe`,hoverColor:`#55fffe`,visible:!0},{defaultColor:`#b17cff`,hoverColor:`#b17cff`,visible:!0},{defaultColor:`#ffce45`,hoverColor:`#ffce45`,visible:!0}]},pages:{[l.MAIN]:{vars:{btnThemes:{defaultColor:`#cccccc`,radius:100},btnSaveLoad:{defaultColor:`#5865f2`,defaultStroke:`#eeeeee`,defaultLabel:`#eeeeee`,hoverColor:`#1160b0`,hoverStroke:`#eeeeee`,hoverLabel:`#eeeeee`,lineWidth:0,radius:100}}},[l.THANKS]:{vars:{btnBack:{defaultColor:`#5865f2`,defaultStroke:`#eeeeee`,defaultLabel:`#eeeeee`,hoverColor:`#1160b0`,hoverStroke:`#eeeeee`,hoverLabel:`#eeeeee`,lineWidth:0,radius:4},btnAFD:{defaultColor:`#8764de`,defaultStroke:`#8764de`,defaultLabel:`#ffffff`,hoverColor:`#9774ee`,hoverStroke:`#9774ee`,hoverLabel:`#ffffff`,radius:4},btnDDF:{defaultColor:`#cc6699`,defaultStroke:`#cc6699`,defaultLabel:`#ffffff`,hoverColor:`#dc76a9`,hoverStroke:`#dc76a9`,hoverLabel:`#ffffff`,radius:4}}},[l.THEMES]:{vars:{btnOK:{defaultColor:`#28b070`,defaultLabel:`#ffffff`,hoverColor:`#00ff00`,hoverLabel:`#ffffff`,radius:80},btnClose:{defaultColor:`#eb3941`,defaultLabel:`#ffffff`,hoverColor:`#ff0000`,hoverLabel:`#ffffff`,radius:80}}},[l.SAVELOAD]:{vars:{btnClose:{defaultColor:`#eb3941`,hoverColor:`#ff0000`},btnSave:{defaultColor:`#007046`,hoverColor:`#76f190`},btnRead:{defaultColor:`#007046`,hoverColor:`#76f190`},btnLoad:{defaultColor:`#fc5531`,hoverColor:`#f28b54`},btnWrite:{defaultColor:`#fc5531`,hoverColor:`#f28b54`},btnBackup:{defaultColor:`#9c30cd`,hoverColor:`#bf50fd`,radius:8,defaultLabel:`#ffffff`,hoverLabel:`#ffffff`}},names:{btnSmall:{radius:80,defaultLabel:`#ffffff`,hoverLabel:`#ffffff`}}}}}},f={pages:{[l.LOADING]:`loading`,[l.MAIN]:`default/main`,[l.TALENT]:`default/talent`,[l.PROPERTY]:`default/property`,[l.TRAJECTORY]:`default/trajectory`,[l.SUMMARY]:`default/summary`,[l.ACHIEVEMENT]:`default/achievement`,[l.THANKS]:`default/thanks`,[l.THEMES]:`themes`,[l.SAVELOAD]:`saveload`,[l.MODE]:`default/mode`,[l.CELEBRITY]:`default/celebrity`},popups:{[u.ACHIEVEMENT]:`default/popup/achievementPopup`,[u.MESSAGE]:`message`},configs:{bgColor:`#222831`,common:{defaultFontColor:`#eeeeee`,trajectoryItem:{box:{defaultStroke:`#eeeeee`,hoverStroke:`#eeeeee`,lineWidth:2},grade:[{defaultColor:`#464646`,hoverColor:`#4a5361`},{defaultColor:`#6495ed`,hoverColor:`#87cefa`},{defaultColor:`#e2a7ff`,hoverColor:`#e7beff`},{defaultColor:`#ffa07a`,hoverColor:`#f7a989`}],ageColor:`#ffffee`,contentColor:`#eeeeee`},topSupportItem:{defaultColor:`#ffa500`,defaultStroke:`#ffa500`,hoverColor:`#ffc500`,hoverStroke:`#ffa500`},grade:[`#cccccc`,`#55fffe`,`#b17cff`,`#ffce45`],filter:[`#ccccccff`,`#55fffeff`,`#b17cffff`,`#ffce45ff`],card:[{normal:{defaultColor:`#464646`,defaultStroke:`#f8f8f8`,defaultLabel:`#eeeeee`,hoverColor:`#c0c0c0`,hoverStroke:`#f8f8f8`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:4},selected:{defaultColor:`#c0c0c0`,defaultStroke:`#a5ff88`,defaultLabel:`#3b3b3b`,hoverColor:`#c0c0c0`,hoverStroke:`#a5ff88`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:4}},{normal:{defaultColor:`#6495ed`,defaultStroke:`#f8f8f8`,defaultLabel:`#eeeeee`,hoverColor:`#87cefa`,hoverStroke:`#f8f8f8`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:4},selected:{defaultColor:`#87cefa`,defaultStroke:`#a5ff88`,defaultLabel:`#3b3b3b`,hoverColor:`#87cefa`,hoverStroke:`#a5ff88`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:4}},{normal:{defaultColor:`#e2a7ff`,defaultStroke:`#f8f8f8`,defaultLabel:`#eeeeee`,hoverColor:`#e7beff`,hoverStroke:`#f8f8f8`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:4},selected:{defaultColor:`#e7beff`,defaultStroke:`#a5ff88`,defaultLabel:`#3b3b3b`,hoverColor:`#e7beff`,hoverStroke:`#a5ff88`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:4}},{normal:{defaultColor:`#ffa07a`,defaultStroke:`#f8f8f8`,defaultLabel:`#eeeeee`,hoverColor:`#f7a989`,hoverStroke:`#f8f8f8`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:4},selected:{defaultColor:`#f7a989`,defaultStroke:`#f8f8f8`,defaultLabel:`#3b3b3b`,hoverColor:`#f7a989`,hoverStroke:`#f8f8f8`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:4}}],summary:[{defaultColor:`#464646`,defaultStroke:`#f8f8f8`,defaultLabel:`#eeeeee`,hoverColor:`#c0c0c0`,hoverStroke:`#f8f8f8`,hoverLabel:`#3b3b3b`,lineWidth:2,radius:0},{defaultColor:`#6495ed`,defaultStroke:`#f8f8f8`,defaultLabel:`#eeeeee`,hoverColor:`#87cefa`,hoverStroke:`#f8f8f8`,hoverLabel:`#3b3b3b`,lineWidth:2,radius:0},{defaultColor:`#e2a7ff`,defaultStroke:`#f8f8f8`,defaultLabel:`#eeeeee`,hoverColor:`#e7beff`,hoverStroke:`#f8f8f8`,hoverLabel:`#3b3b3b`,lineWidth:2,radius:0},{defaultColor:`#ffa07a`,defaultStroke:`#f8f8f8`,defaultLabel:`#eeeeee`,hoverColor:`#f7a989`,hoverStroke:`#f8f8f8`,hoverLabel:`#3b3b3b`,lineWidth:2,radius:0}],achievement:[{defaultColor:`#464646`,defaultStroke:`#f8f8f8`,defaultLabel:`#eeeeee`,hoverColor:`#c0c0c0`,hoverStroke:`#f8f8f8`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:0},{defaultColor:`#6495ed`,defaultStroke:`#f8f8f8`,defaultLabel:`#eeeeee`,hoverColor:`#87cefa`,hoverStroke:`#f8f8f8`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:0},{defaultColor:`#e2a7ff`,defaultStroke:`#f8f8f8`,defaultLabel:`#eeeeee`,hoverColor:`#e7beff`,hoverStroke:`#f8f8f8`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:0},{defaultColor:`#ffa07a`,defaultStroke:`#f8f8f8`,defaultLabel:`#eeeeee`,hoverColor:`#f7a989`,hoverStroke:`#f8f8f8`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:0}],characterItem:{name:{defaultColor:`#393e46`,defaultStroke:`#eeeeee`,defaultLabel:`#eeeeee`,hoverColor:`#ff7878`,hoverStroke:`#eeeeee`,hoverLabel:`#eeeeee`,lineWidth:2},state:{defaultColor:`#393e46`,defaultStroke:`#eeeeee`,defaultLabel:`#eeeeee`,hoverColor:`#393e46`,hoverStroke:`#eeeeee`,hoverLabel:`#eeeeee`,lineWidth:2},propertyColor:`#000000`}},class:{btn_main:{defaultColor:`#393e46`,defaultStroke:`#eeeeee`,defaultLabel:`#eeeeee`,hoverColor:`#ff7878`,hoverStroke:`#eeeeee`,hoverLabel:`#eeeeee`,lineWidth:2,radius:4},btn_main2:{defaultColor:`#ffa07a`,defaultStroke:`#f8f8f8`,defaultLabel:`#3b3b3b`,hoverColor:`#ff7878`,hoverStroke:`#f8f8f8`,hoverLabel:`#eeeeee`,lineWidth:2,radius:4},btn_small:{defaultColor:`#5865f2`,defaultStroke:`#eeeeee`,defaultLabel:`#eeeeee`,hoverColor:`#1160b0`,hoverStroke:`#eeeeee`,hoverLabel:`#eeeeee`,lineWidth:0,radius:4},title:{color:`#ffffff`},font_default:{color:`#eeeeee`}},pages:{[l.MAIN]:{vars:{btnRemake:`btn_main`,btnThemes:{defaultColor:`#cccccc`,radius:100},btnSaveLoad:{defaultColor:`#5865f2`,defaultStroke:`#eeeeee`,defaultLabel:`#eeeeee`,hoverColor:`#1160b0`,hoverStroke:`#eeeeee`,hoverLabel:`#eeeeee`,lineWidth:0,radius:100}},names:{title:`title`,btnSmall:`btn_small`}},[l.TALENT]:{vars:{btnDrawCard:`btn_main`,btnNext:`btn_main`,title:`title`}},[l.PROPERTY]:{vars:{btnRandomAllocate:`btn_main`,btnNext:`btn_main2`,title:`title`},names:{font_default:`font_default`,property:{colorFilter:`#eeeeeeff`}}},[l.TRAJECTORY]:{vars:{btnSummary:`btn_main`,boxTrajectory:{defaultColor:`#393e46`,defaultStroke:`#eeeeee`,defaultLabel:`#eeeeee`,hoverColor:`#393e46`,hoverStroke:`#eeeeee`,hoverLabel:`#eeeeee`,lineWidth:2,radius:4},boxSpeed:{colorFilter:`#ffffffff`}},names:{propertyBox:{defaultColor:`#222831`,defaultStroke:`#eeeeee`,defaultLabel:`#eeeeee`,hoverColor:`#222831`,hoverStroke:`#eeeeee`,hoverLabel:`#eeeeee`,lineWidth:2,radius:4},propertyValue:{defaultColor:`#eeeeee`,defaultStroke:`#eeeeee`,defaultLabel:`#222831`,hoverColor:`#eeeeee`,hoverStroke:`#eeeeee`,hoverLabel:`#222831`,lineWidth:0,radius:4}}},[l.SUMMARY]:{vars:{btnAgain:`btn_main`,title:`title`},names:{font_default:`font_default`}},[l.ACHIEVEMENT]:{vars:{btnBack:`btn_small`,btnRank:`btn_small`},names:{font_default:`font_default`,title:`title`}},[l.THANKS]:{vars:{btnBack:`btn_small`,btnAFD:{defaultColor:`#8764de`,defaultStroke:`#8764de`,defaultLabel:`#ffffff`,hoverColor:`#9774ee`,hoverStroke:`#9774ee`,hoverLabel:`#ffffff`,radius:4},btnDDF:{defaultColor:`#cc6699`,defaultStroke:`#cc6699`,defaultLabel:`#ffffff`,hoverColor:`#dc76a9`,hoverStroke:`#dc76a9`,hoverLabel:`#ffffff`,radius:4}}},[l.THEMES]:{vars:{btnOK:{defaultColor:`#28b070`,defaultLabel:`#ffffff`,hoverColor:`#00ff00`,hoverLabel:`#ffffff`,radius:80},btnClose:{defaultColor:`#eb3941`,defaultLabel:`#ffffff`,hoverColor:`#ff0000`,hoverLabel:`#ffffff`,radius:80}}},[l.SAVELOAD]:{vars:{btnClose:{defaultColor:`#eb3941`,hoverColor:`#ff0000`},btnSave:{defaultColor:`#007046`,hoverColor:`#76f190`},btnRead:{defaultColor:`#007046`,hoverColor:`#76f190`},btnLoad:{defaultColor:`#fc5531`,hoverColor:`#f28b54`},btnWrite:{defaultColor:`#fc5531`,hoverColor:`#f28b54`},btnBackup:{defaultColor:`#9c30cd`,hoverColor:`#bf50fd`,radius:8,defaultLabel:`#ffffff`,hoverLabel:`#ffffff`}},names:{btnSmall:{radius:80,defaultLabel:`#ffffff`,hoverLabel:`#ffffff`}}},[l.MODE]:{names:{font_default:`font_default`,btn:`btn_main`}},[l.CELEBRITY]:{vars:{btnRetry:`btn_main`,btnNext:`btn_main2`}}},popups:{[u.ACHIEVEMENT]:{vars:{bg1:{defaultColor:`#292a28`,defaultStroke:`#84ff55`,hoverColor:`#292a28`,hoverStroke:`#84ff55`}}}}}},p={themes:{default:f,cyber:d,dark:f,light:{pages:{[l.LOADING]:`loading`,[l.MAIN]:`default/main`,[l.TALENT]:`default/talent`,[l.PROPERTY]:`default/property`,[l.TRAJECTORY]:`default/trajectory`,[l.SUMMARY]:`default/summary`,[l.ACHIEVEMENT]:`default/achievement`,[l.THANKS]:`default/thanks`,[l.THEMES]:`themes`,[l.SAVELOAD]:`saveload`,[l.MODE]:`default/mode`,[l.CELEBRITY]:`default/celebrity`},popups:{[u.ACHIEVEMENT]:`default/popup/achievementPopup`,[u.MESSAGE]:`message`},configs:{bgColor:`#ffffff`,common:{defaultFontColor:`#000000`,trajectoryItem:{box:{defaultStroke:`#b1b1b1`,hoverStroke:`#b1b1b1`,lineWidth:2},grade:[{defaultColor:`#ffffff`,hoverColor:`#ededed`},{defaultColor:`#87cefa`,hoverColor:`#6495ed`},{defaultColor:`#e7beff`,hoverColor:`#e2a7ff`},{defaultColor:`#f7a989`,hoverColor:`#ffa07a`}],ageColor:`#000000`,contentColor:`#000000`},topSupportItem:{defaultColor:`#ffa500`,defaultStroke:`#ffa500`,hoverColor:`#ffc500`,hoverStroke:`#ffa500`},grade:[`#000000`,`#55fffe`,`#b17cff`,`#ffce45`],filter:[`#000000ff`,`#55fffeff`,`#b17cffff`,`#ffce45ff`],card:[{normal:{defaultColor:`#ededed`,defaultStroke:`#f8f8f8`,defaultLabel:`#666666`,hoverColor:`#666666`,hoverStroke:`#f8f8f8`,hoverLabel:`#ffffff`,lineWidth:4,radius:4},selected:{defaultColor:`#666666`,defaultStroke:`#a5ff88`,defaultLabel:`#ffffff`,hoverColor:`#666666`,hoverStroke:`#a5ff88`,hoverLabel:`#ffffff`,lineWidth:4,radius:4}},{normal:{defaultColor:`#87cefa`,defaultStroke:`#f8f8f8`,defaultLabel:`#666666`,hoverColor:`#6495ed`,hoverStroke:`#f8f8f8`,hoverLabel:`#ffffff`,lineWidth:4,radius:4},selected:{defaultColor:`#6495ed`,defaultStroke:`#a5ff88`,defaultLabel:`#ffffff`,hoverColor:`#6495ed`,hoverStroke:`#a5ff88`,hoverLabel:`#ffffff`,lineWidth:4,radius:4}},{normal:{defaultColor:`#e7beff`,defaultStroke:`#f8f8f8`,defaultLabel:`#666666`,hoverColor:`#e2a7ff`,hoverStroke:`#f8f8f8`,hoverLabel:`#ffffff`,lineWidth:4,radius:4},selected:{defaultColor:`#e2a7ff`,defaultStroke:`#a5ff88`,defaultLabel:`#ffffff`,hoverColor:`#e2a7ff`,hoverStroke:`#a5ff88`,hoverLabel:`#ffffff`,lineWidth:4,radius:4}},{normal:{defaultColor:`#f7a989`,defaultStroke:`#f8f8f8`,defaultLabel:`#666666`,hoverColor:`#ffa07a`,hoverStroke:`#f8f8f8`,hoverLabel:`#ffffff`,lineWidth:4,radius:4},selected:{defaultColor:`#ffa07a`,defaultStroke:`#f8f8f8`,defaultLabel:`#ffffff`,hoverColor:`#ffa07a`,hoverStroke:`#f8f8f8`,hoverLabel:`#ffffff`,lineWidth:4,radius:4}}],summary:[{defaultColor:`#ededed`,defaultStroke:`#f8f8f8`,defaultLabel:`#666666`,hoverColor:`#666666`,hoverStroke:`#f8f8f8`,hoverLabel:`#ffffff`,lineWidth:4,radius:4},{defaultColor:`#6495ed`,defaultStroke:`#f8f8f8`,defaultLabel:`#ffffff`,hoverColor:`#87cefa`,hoverStroke:`#f8f8f8`,hoverLabel:`#666666`,lineWidth:4,radius:4},{defaultColor:`#e2a7ff`,defaultStroke:`#f8f8f8`,defaultLabel:`#ffffff`,hoverColor:`#e7beff`,hoverStroke:`#f8f8f8`,hoverLabel:`#666666`,lineWidth:4,radius:4},{defaultColor:`#ffa07a`,defaultStroke:`#f8f8f8`,defaultLabel:`#ffffff`,hoverColor:`#f7a989`,hoverStroke:`#f8f8f8`,hoverLabel:`#666666`,lineWidth:4,radius:4}],achievement:[{defaultColor:`#ededed`,defaultStroke:`#cccccc`,defaultLabel:`#000000`,hoverColor:`#eeeeee`,hoverStroke:`#cccccc`,hoverLabel:`#efefef`,lineWidth:4,radius:0},{defaultColor:`#6495ed`,defaultStroke:`#cccccc`,defaultLabel:`#eeeeee`,hoverColor:`#87cefa`,hoverStroke:`#cccccc`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:0},{defaultColor:`#e2a7ff`,defaultStroke:`#cccccc`,defaultLabel:`#eeeeee`,hoverColor:`#e7beff`,hoverStroke:`#cccccc`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:0},{defaultColor:`#ffa07a`,defaultStroke:`#cccccc`,defaultLabel:`#eeeeee`,hoverColor:`#f7a989`,hoverStroke:`#cccccc`,hoverLabel:`#3b3b3b`,lineWidth:4,radius:0}],characterItem:{name:{defaultColor:`#ffffff`,defaultStroke:`#cccccc`,defaultLabel:`#000000`,hoverColor:`#ff7878`,hoverStroke:`#cccccc`,hoverLabel:`#ffffff`,lineWidth:2},state:{defaultColor:`#ffffff`,defaultStroke:`#cccccc`,defaultLabel:`#000000`,hoverColor:`#ffffff`,hoverStroke:`#cccccc`,hoverLabel:`#000000`,lineWidth:2},propertyColor:`#000000`}},class:{btn_main:{defaultColor:`#ffffff`,defaultStroke:`#cccccc`,defaultLabel:`#000000`,hoverColor:`#ff7878`,hoverStroke:`#cccccc`,hoverLabel:`#ffffff`,lineWidth:2,radius:4},btn_main2:{defaultColor:`#f7a989`,defaultStroke:`#f8f8f8`,defaultLabel:`#ffffff`,hoverColor:`#ff7878`,hoverStroke:`#f8f8f8`,hoverLabel:`#ffffff`,lineWidth:2,radius:4},btn_small:{defaultColor:`#5865f2`,defaultStroke:`#eeeeee`,defaultLabel:`#eeeeee`,hoverColor:`#1160b0`,hoverStroke:`#eeeeee`,hoverLabel:`#eeeeee`,lineWidth:0,radius:4},title:{color:`#000000`},font_default:{color:`#000000`}},pages:{[l.MAIN]:{vars:{btnRemake:`btn_main`,btnThemes:{defaultColor:`#cccccc`,radius:100},btnSaveLoad:{defaultColor:`#5865f2`,defaultStroke:`#eeeeee`,defaultLabel:`#eeeeee`,hoverColor:`#1160b0`,hoverStroke:`#eeeeee`,hoverLabel:`#eeeeee`,lineWidth:0,radius:100}},names:{title:`title`,btnSmall:`btn_small`}},[l.TALENT]:{vars:{btnDrawCard:`btn_main`,btnNext:`btn_main`,title:`title`}},[l.PROPERTY]:{vars:{btnRandomAllocate:`btn_main`,btnNext:`btn_main2`,title:`title`},names:{font_default:`font_default`,property:{colorFilter:`#000000ff`}}},[l.TRAJECTORY]:{vars:{btnSummary:`btn_main`,boxTrajectory:{defaultColor:`#ffffff`,defaultStroke:`#9b9b9b`,defaultLabel:`#eeeeee`,hoverColor:`#ffffff`,hoverStroke:`#9b9b9b`,hoverLabel:`#eeeeee`,lineWidth:1,radius:4},boxSpeed:{colorFilter:`#666666ff`}},names:{propertyBox:{defaultColor:`#8d8d8d`,defaultStroke:`#eeeeee`,defaultLabel:`#ffffff`,hoverColor:`#8d8d8d`,hoverStroke:`#eeeeee`,hoverLabel:`#ffffff`,lineWidth:2,radius:4},propertyValue:{defaultColor:`#ffffff`,defaultStroke:`#eeeeee`,defaultLabel:`#222831`,hoverColor:`#ffffff`,hoverStroke:`#eeeeee`,hoverLabel:`#222831`,lineWidth:0,radius:4}}},[l.SUMMARY]:{vars:{btnAgain:`btn_main`,title:`title`},names:{font_default:`font_default`}},[l.ACHIEVEMENT]:{vars:{btnBack:`btn_small`,btnRank:`btn_small`},names:{font_default:`font_default`,title:`title`}},[l.THANKS]:{vars:{btnBack:`btn_small`,btnAFD:{defaultColor:`#8764de`,defaultStroke:`#8764de`,defaultLabel:`#ffffff`,hoverColor:`#9774ee`,hoverStroke:`#9774ee`,hoverLabel:`#ffffff`,radius:4},btnDDF:{defaultColor:`#cc6699`,defaultStroke:`#cc6699`,defaultLabel:`#ffffff`,hoverColor:`#dc76a9`,hoverStroke:`#dc76a9`,hoverLabel:`#ffffff`,radius:4}}},[l.THEMES]:{vars:{btnOK:{defaultColor:`#28b070`,defaultLabel:`#ffffff`,hoverColor:`#00ff00`,hoverLabel:`#ffffff`,radius:80},btnClose:{defaultColor:`#eb3941`,defaultLabel:`#ffffff`,hoverColor:`#ff0000`,hoverLabel:`#ffffff`,radius:80}}},[l.SAVELOAD]:{vars:{btnClose:{defaultColor:`#eb3941`,hoverColor:`#ff0000`},btnSave:{defaultColor:`#007046`,hoverColor:`#76f190`},btnRead:{defaultColor:`#007046`,hoverColor:`#76f190`},btnLoad:{defaultColor:`#fc5531`,hoverColor:`#f28b54`},btnWrite:{defaultColor:`#fc5531`,hoverColor:`#f28b54`},btnBackup:{defaultColor:`#9c30cd`,hoverColor:`#bf50fd`,radius:8,defaultLabel:`#ffffff`,hoverLabel:`#ffffff`}},names:{btnSmall:{radius:80,defaultLabel:`#ffffff`,hoverLabel:`#ffffff`}}},[l.MODE]:{names:{font_default:`font_default`,btn:`btn_main`}},[l.CELEBRITY]:{vars:{btnRetry:`btn_main`,btnNext:`btn_main2`}}},popups:{[u.ACHIEVEMENT]:{vars:{bg1:{defaultColor:`#ffffff`,defaultStroke:`#84ff55`,hoverColor:`#ffffff`,hoverStroke:`#84ff55`,lineWidth:1}}}}}}},pages:l,popups:u},m=`modulepreload`,h=function(e,t){return new URL(e,t).href},g={},_=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=h(t,n),t in g)return;g[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:m,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},v=class e{constructor(t){e.#t=p,t||=Laya.stage,this.#n=t,t.addChild(this.#a),this.#a.zOrder=1,t.addChild(this.#o),this.#o.zOrder=2,t.addChild(this.#s),this.#s.zOrder=3,this.#a.top=this.#a.bottom=this.#a.left=this.#a.right=this.#o.top=this.#o.bottom=this.#o.left=this.#o.right=this.#s.top=this.#s.bottom=this.#s.left=this.#s.right=this.#c.top=this.#c.bottom=this.#c.left=this.#c.right=0,this.#c.graphics.drawRect(0,0,5e3,5e3,`#000000`),this.#c.alpha=.4,this.#c.on(Laya.Event.CLICK,this,()=>{this.#d[this.#d.length-1]?.close?.()})}static#e={};static#t;#n;#r;#i;#a=new Laya.Panel;#o=new Laya.Panel;#s=new Laya.Panel;#c=new Laya.Sprite;#l=new Map;#u=new Map;#d=[];static get inst(){return this.getInstance()}static getInstance(t=`default`){return this.#e[t]||(this.#e[t]=new e)}static get pages(){return this.#t.pages}static get popups(){return this.#t.popups}static theme(e,t){return this.#t.themes[e][t]}async setLoading(e){let t=this.#y[e],n=await this.getView(t,null,null,e);n.top=n.bottom=n.left=n.right=0,n.zOrder=4,this.#r=n}async switchView(e,t,n){let r=this.#y[e],i=await this.getView(r,t,n?.load,e,`pages`);i.top=i.bottom=i.left=i.right=0,this.clearAllDialog(),await this.#i?.__close?.(i),await this.#i?.close?.(i),this.#a.removeChildren(),await i.init?.(t),this.#i=i,this.#a.addChild(i),i.__close=n?.close,await n?.open?.(i),await i.show?.()}async getView(e,t,n,r,i){let a=await this.#l.get(e),o;this.#r&&(o=setTimeout(()=>this.#n.addChild(this.#r),3e3));let s=this.#r?.onProgress;if(a){let e=await a.constructor.load?.(t);await this.loadRes(e,n,s)}else{let r=await this.loadView(e),i=await r.load?.(t),o=this.#r?this.scanResource(r.uiView):[];n=n?[].concat(n,o):o,await this.loadRes(i,n,s),a=new r,this.#l.set(e,a)}return o&&clearTimeout(o),this.#r?.removeSelf(),this.#p(a,r,i),a}async loadView(e){if(this.#u.has(e))return this.#u.get(e);let t=(await Object.assign({"./themes/cyber/achievement.js":()=>_(()=>import(`./achievement-9WmbX5UI.js`),[],import.meta.url),"./themes/cyber/celebrity.js":()=>_(()=>import(`./celebrity-ajifHM8h.js`),[],import.meta.url),"./themes/cyber/main.js":()=>_(()=>import(`./main-Cakzp5LT.js`),[],import.meta.url),"./themes/cyber/mode.js":()=>_(()=>import(`./mode-C4Mvc5Zt.js`),[],import.meta.url),"./themes/cyber/popup/achievementPopup.js":()=>_(()=>import(`./achievementPopup-0yMLvDJ7.js`),[],import.meta.url),"./themes/cyber/property.js":()=>_(()=>import(`./property-CFGw-MIB.js`),[],import.meta.url),"./themes/cyber/summary.js":()=>_(()=>import(`./summary-9AqcfxZv.js`),[],import.meta.url),"./themes/cyber/talent.js":()=>_(()=>import(`./talent-BFQt59qm.js`),[],import.meta.url),"./themes/cyber/trajectory.js":()=>_(()=>import(`./trajectory-CtZFj9MK.js`),[],import.meta.url),"./themes/default/achievement.js":()=>_(()=>import(`./achievement-Byvw5TmD.js`),[],import.meta.url),"./themes/default/celebrity.js":()=>_(()=>import(`./celebrity-DBrhBrNI.js`),[],import.meta.url),"./themes/default/main.js":()=>_(()=>import(`./main-CTwRoQTG.js`),[],import.meta.url),"./themes/default/mode.js":()=>_(()=>import(`./mode-Bt6k3mLi.js`),[],import.meta.url),"./themes/default/popup/achievementPopup.js":()=>_(()=>import(`./achievementPopup-C-s4Q7p-.js`),[],import.meta.url),"./themes/default/property.js":()=>_(()=>import(`./property-Bh8EU6gM.js`),[],import.meta.url),"./themes/default/summary.js":()=>_(()=>import(`./summary-DhYLzjQX.js`),[],import.meta.url),"./themes/default/talent.js":()=>_(()=>import(`./talent-Byg-Qv38.js`),[],import.meta.url),"./themes/default/thanks.js":()=>_(()=>import(`./thanks-Bs3YU_2D.js`),[],import.meta.url),"./themes/default/trajectory.js":()=>_(()=>import(`./trajectory-CU66EQoL.js`),[],import.meta.url),"./themes/loading.js":()=>_(()=>import(`./loading-DeWRmV5q.js`),[],import.meta.url),"./themes/message.js":()=>_(()=>import(`./message-ByxWmndq.js`),[],import.meta.url),"./themes/saveload.js":()=>_(()=>import(`./saveload-D8J0HfPm.js`),[],import.meta.url),"./themes/themes.js":()=>_(()=>import(`./themes-BzgOfz-0.js`),[],import.meta.url)})[`./themes/${e}.js`]()).default;return this.#u.set(e,t),t}async loadRes(e,t,n){let r=(e?.length||0)+(t?.length||0);if(e&&e.length){let t=e.length/r;await Laya.promises.loader.load(e,Laya.Handler.create(null,e=>n?.(e*t)))}if(t&&t.length){let e=1-t.length/r,i=t.length/r;await Laya.promises.loader.load(t,Laya.Handler.create(null,t=>n?.(t*i+e)))}}#f(){if(this.#d.length==0){this.#o.visible=!1;return}this.#o.visible=!0,this.#d.forEach((e,t)=>{this.#o.addChild(e),e.zOrder=t}),this.#o.addChild(this.#c);let e=this.#d.length;this.#c.zOrder=e-1,this.#d[e-1].zOrder=e}async showDialog(e,t,n){let r=this.#y[e],i=await this.getView(r,t,n?.load,e,`pages`),a=this.#d.indexOf(i);a!=-1&&this.#d.splice(a,1),this.#d.push(i),i.init?.(t),i.centerX=i.centerY=0,this.#f(),await(n?.open||(async()=>{i.scaleX=0,i.scaleY=0,await Laya.promises.Tween.to(i,{scaleX:1,scaleY:1},300,Laya.Ease.backOut)}))(i),i.mouseThrough=!0,i.mouseEnabled=!0,i.close=async()=>{n?.close?await n.close():await Laya.promises.Tween.to(i,{scaleX:0,scaleY:0},300,Laya.Ease.strongIn);let e=this.#d.indexOf(i);e!=-1&&this.#d.splice(e,1),this.#f()},this.#o.addChild(i)}async popup(e,t){let n=this.#b[e],r=await this.getView(n,t,null,e,`popups`);this.#s.addChild(r),await r.popup(t,this.#s),this.#s.removeChild(r)}clearAllDialog(){this.#d=[],this.#f()}#p(e,t,n){let r=this.#x?.[n]?.[t];if(!r||e.config&&e.config(r))return;let i=(e,t)=>{e&&(typeof t==`string`&&(t=this.#x?.class?.[t]),$_.deepMapSet(e,t))};if(r.names)for(let t in r.names)this.#m(e,t).forEach(e=>i(e,r.names[t]));if(r.vars)for(let t in r.vars)i(e[t],r.vars[t])}#m(e,t){let n=[];if(!e||!e._childs)return n;for(let r of e._childs)r.name==t&&n.push(r),r._childs&&n.push(...this.#m(r,t));return n}#h(e){e=``+e;let t=e.length;do if(t--,e[t]==`.`)break;while(t>0);return[e.substring(0,t),e.substring(t,e.length)]}#g(e,t){if(!e||!e.replace(/\s/g,``))return[];switch(t){case`ProgressBar`:return[e,...this.#_(e)];case`ScrollBar`:return[e,...this.#v(e)];default:return[e]}}#_(e){if(!e.replace(/\s/g,``))return[];let t=this.#h(e);return[`${t[0]}$bar${t[1]}`]}#v(e){if(!e.replace(/\s/g,``))return[];let t=this.#h(e);return[`${t[0]}$bar${t[1]}`,`${t[0]}$up${t[1]}`,`${t[0]}$down${t[1]}`]}scanResource(e){if(!e)return[];let t=[];return t.push(...this.#g(e.props?.skin,e.type)),t.push(...this.#g(e.props?.hScrollBarSkin,`ScrollBar`)),t.push(...this.#g(e.props?.vScrollBarSkin,`ScrollBar`)),e.child?.forEach(e=>{t.push(...this.scanResource(e))}),t}get currentView(){return this.#i}get currentDialog(){return this.#d[this.#d.length-1]}get theme(){return localStorage.getItem(`theme`)}set theme(e){localStorage.setItem(`theme`,e),this.#n.bgColor=this.#x.bgColor,document?.querySelector?.(`meta[name="theme-color"]`)?.setAttribute?.(`content`,this.#x.bgColor)}get#y(){return e.theme(this.theme,`pages`)}get#b(){return e.theme(this.theme,`popups`)}get#x(){return e.theme(this.theme,`configs`)}get common(){return this.#x.common}gradeColor(e){return this.common.grade[e]}gradeFilter(e){return this.common.filter[e]}},y=t({average:()=>w,clone:()=>b,deepMapSet:()=>j,format:()=>N,getConvertedMap:()=>k,getListValuesMap:()=>D,listRandom:()=>E,mapConvert:()=>O,mapSet:()=>A,max:()=>x,min:()=>S,sum:()=>C,weightRandom:()=>T});function b(e){switch(typeof e){case`object`:if(e===null)return null;if(Array.isArray(e))return e.map(e=>b(e));let t={};for(let n in e)t[n]=b(e[n]);return t;default:return e}}function x(...e){return Math.max(...e.flat())}function S(...e){return Math.min(...e.flat())}function C(...e){let t=0;return e.flat().forEach(e=>t+=e),t}function w(...e){return C(...e)/e.flat().length}function T(e){let t=0;for(let[,n]of e)t+=n;let n=Math.random()*t;for(let[t,r]of e)if((n-=r)<0)return t;return e[e.length-1]}function E(e){return e[Math.floor(Math.random()*e.length)]}function D(e,t){let n={};return e.forEach(e=>n[e]=t(e)),n}function O(e,t){for(let n in e)e[n]=t(n,e[n])}function k(e,t){let n={};for(let r in e)n[r]=t(r,e[r]);return n}function A(e,t){for(let n in t)e[n]=t[n]}function j(e,t){for(let n in t){let r=t[n];switch(typeof r){case`function`:r=r();case`object`:if(!Array.isArray(r)){j(e[n],r);break}default:e[n]=r}}return e}function M(e,t){for(let n of t.split(`.`)){if(!(n in e))return;e=e[n]}return e}function N(e,...t){let n=e=>(t,n)=>{let r=M(e,n);switch(typeof r){case`object`:return JSON.stringify(r);case`boolean`:case`number`:case`string`:return r;default:return r?.toString?.()||t}};switch(t.length){case 0:return e;case 1:if(typeof t[0]!=`object`)break;return e.replace(/{(.+?)}/g,n(t[0]))}return e.replace(/{(\d+)}/g,n(t))}globalThis.UIManager=globalThis.UI=v,globalThis.$_=y,globalThis.goto=async e=>{let t;switch(e){case`github`:t=`https://github.com/VickScarlet/lifeRestart`;break;case`discord`:t=`https://discord.gg/U3qrf49NMQ`;break;case`sponsor_afd`:t=`https://afdian.com/a/LifeRestart`;break;case`sponsor_ddf`:t=`https://dun.mianbaoduo.com/@vickscarlet`;break}try{Laya.Browser.onIOS?window.location.href=t:window.open(t,`_blank`)}catch(e){console.error(e)}};var P=class e{constructor(){this.name=`lifeRestart`,this.version=`2.0.0`,console.log(`${this.name} ${this.version}`)}#e;static languages={"zh-cn":`zh-cn`,"en-us":`en-us`};#t(){class e{constructor(){this._sourceStr=null}textToSpit(e){this._sourceStr=e;var t=e.length,n=-1;for(this._words=[];++n<t;){var r=e.charAt(n),i=e.charCodeAt(n);i>=55296&&i<=56319?this._words.push(r+e.charAt(++n)):this._words.push(r)}}getChar(e){return this._words}getCharCode(e){return this._words[e].codePointAt(0)}length(){return this._words.length}}Laya.class(e,`laya.webgl.text.CharSegment`),Laya.imps(e.prototype,{"laya.webgl.text.ICharSegment":!0}),Laya.Config.isAntialias=!0,Laya.init(...this.#n,Laya.WebGL),Laya.stage.alignV=Laya.Stage.ALIGN_MIDDLE,Laya.stage.alignH=Laya.Stage.ALIGN_CENTER,Laya.stage.scaleMode=`showall`,Laya.stage.bgColor=`#000000`,window.onresize=()=>Laya.stage.size(...this.#n)}get#n(){let e=1125,t=2436;t*3/4,e*24/9,e/t;let n=window.innerWidth,r=window.innerHeight;return n/r>.4618226600985222?[Math.min(n*t/r,1827),t]:[e,Math.min(r*e/n,3e3)]}async setLanguage(e){return this.#r(e)}async#r(t){switch(t){case e.languages[`en-us`]:case e.languages[`zh-cn`]:this.#e=t;break;default:this.#e=e.languages[`zh-cn`];break}globalThis.$lang=Laya.Text.langPacks=(await n(Object.assign({"./i18n/en-us.js":()=>_(()=>import(`./en-us-DL0OcIpf.js`),[],import.meta.url),"./i18n/zh-cn.js":()=>_(()=>import(`./zh-cn-44Viayn4.js`),[],import.meta.url)}),`./i18n/${this.#e}.js`,3)).default}resigterEvent(){$$on(`achievement`,e=>{$ui.popup(UI.popups.ACHIEVEMENT,{achievement:e})}),$$on(`message`,([e,...t])=>{e=Array.isArray(e)?e.map(([e,...t])=>$_.format($lang[e],...t)).join(`
`):$_.format($lang[e],...t),$ui.popup(UI.popups.MESSAGE,{message:e})})}async start({language:t=e.languages[`zh-cn`],theme:n=`default`}){this.resigterEvent(),this.#t(),globalThis.$ui=v.getInstance(),n==`default`&&(n=localStorage.getItem(`theme`)||`default`),$ui.theme=n,await this.#r(t),await $ui.setLoading(UI.pages.LOADING),await $ui.switchView(UI.pages.LOADING),await core.initial(e=>Laya.promises.loader.load(`data/${this.#e}/${e}.json`,null,Laya.Loader.JSON),e=>Laya.promises.loader.load(`data/${e}.json`,null,Laya.Loader.JSON)),await $ui.switchView(UI.pages.MAIN)}},F=t({checkCondition:()=>L,extractMaxTriggers:()=>B});function I(e){let t=[],n=e.length,r=[];r.unshift(t);let i=0,a=t=>{let n=e.substring(i,t).trim();i=t,n&&r[0].push(n)};for(let t=0;t<n;t++)switch(e[t]){case` `:continue;case`(`:a(t),i++;let e=[];r[0].push(e),r.unshift(e);break;case`)`:a(t),i++,r.shift();break;case`|`:case`&`:a(t),a(t+1);break;default:continue}return a(n),t}function L(e,t){return R(e,I(t))}function R(e,t){if(!Array.isArray(t))return z(e,t);if(t.length==0)return!0;if(t.length==1)return R(e,t[0]);let n=R(e,t[0]);for(let r=1;r<t.length;r+=2)switch(t[r]){case`&`:n&&=R(e,t[r+1]);break;case`|`:if(n)return!0;n=R(e,t[r+1]);break;default:return!1}return n}function z(e,t){let n=t.length,r=t.search(/[><\!\?=]/),i=t.substring(0,r),a=t.substring(r,r+=t[r+1]==`=`?2:1),o=t.substring(r,n),s=e.get(i),c=o[0]==`[`?JSON.parse(o):Number(o);switch(a){case`>`:return s>c;case`<`:return s<c;case`>=`:return s>=c;case`<=`:return s<=c;case`=`:return Array.isArray(s)?s.includes(c):s==c;case`!=`:return Array.isArray(s)?!s.includes(c):s!=c;case`?`:if(Array.isArray(s)){for(let e of s)if(c.includes(e))return!0;return!1}return c.includes(s);case`!`:if(Array.isArray(s)){for(let e of s)if(c.includes(e))return!1;return!0}return!c.includes(s);default:return!1}}function B(e){let t=/AGE\?\[([0-9\,]+)\]/.exec(e);return t==null?1:t[1].split(`,`).length}var V=class{constructor(e){this.#e=e}TYPES={AGE:`AGE`,CHR:`CHR`,INT:`INT`,STR:`STR`,MNY:`MNY`,SPR:`SPR`,LIF:`LIF`,TLT:`TLT`,EVT:`EVT`,TMS:`TMS`,LAGE:`LAGE`,HAGE:`HAGE`,LCHR:`LCHR`,HCHR:`HCHR`,LINT:`LINT`,HINT:`HINT`,LSTR:`LSTR`,HSTR:`HSTR`,LMNY:`LMNY`,HMNY:`HMNY`,LSPR:`LSPR`,HSPR:`HSPR`,SUM:`SUM`,EXT:`EXT`,ATLT:`ATLT`,AEVT:`AEVT`,ACHV:`ACHV`,CTLT:`CTLT`,CEVT:`CEVT`,CACHV:`CACHV`,TTLT:`TTLT`,TEVT:`TEVT`,TACHV:`TACHV`,REVT:`REVT`,RTLT:`RTLT`,RACHV:`RACHV`,RDM:`RDM`};SPECIAL={RDM:[this.TYPES.CHR,this.TYPES.INT,this.TYPES.STR,this.TYPES.MNY,this.TYPES.SPR]};#e;#t;#n={};#r;#i;get#a(){return this.#e.function(this.#e.Function.UTIL)}initial({age:e,total:t}){this.#t=e;for(let t in e){let{event:n,talent:r}=e[t];Array.isArray(n)||(n=n?.split(`,`)||[]),n=n.map(e=>{let t=`${e}`.split(`*`).map(e=>Number(e));return t.length==1&&t.push(1),t}),Array.isArray(r)||(r=r?.split(`,`)||[]),r=r.map(e=>Number(e)),e[t]={event:n,talent:r}}this.#r=t}config({judge:e={}}){this.#i=e}restart(e){this.#n={[this.TYPES.AGE]:-1,[this.TYPES.CHR]:0,[this.TYPES.INT]:0,[this.TYPES.STR]:0,[this.TYPES.MNY]:0,[this.TYPES.SPR]:0,[this.TYPES.LIF]:1,[this.TYPES.TLT]:[],[this.TYPES.EVT]:[],[this.TYPES.LAGE]:1/0,[this.TYPES.LCHR]:1/0,[this.TYPES.LINT]:1/0,[this.TYPES.LSTR]:1/0,[this.TYPES.LSPR]:1/0,[this.TYPES.LMNY]:1/0,[this.TYPES.HAGE]:-1/0,[this.TYPES.HCHR]:-1/0,[this.TYPES.HINT]:-1/0,[this.TYPES.HSTR]:-1/0,[this.TYPES.HMNY]:-1/0,[this.TYPES.HSPR]:-1/0};for(let t in e)this.change(t,e[t])}restartLastStep(){this.#n[this.TYPES.LAGE]=this.get(this.TYPES.AGE),this.#n[this.TYPES.LCHR]=this.get(this.TYPES.CHR),this.#n[this.TYPES.LINT]=this.get(this.TYPES.INT),this.#n[this.TYPES.LSTR]=this.get(this.TYPES.STR),this.#n[this.TYPES.LSPR]=this.get(this.TYPES.SPR),this.#n[this.TYPES.LMNY]=this.get(this.TYPES.MNY),this.#n[this.TYPES.HAGE]=this.get(this.TYPES.AGE),this.#n[this.TYPES.HCHR]=this.get(this.TYPES.CHR),this.#n[this.TYPES.HINT]=this.get(this.TYPES.INT),this.#n[this.TYPES.HSTR]=this.get(this.TYPES.STR),this.#n[this.TYPES.HMNY]=this.get(this.TYPES.MNY),this.#n[this.TYPES.HSPR]=this.get(this.TYPES.SPR)}get(e){let t=this.#a;switch(e){case this.TYPES.AGE:case this.TYPES.CHR:case this.TYPES.INT:case this.TYPES.STR:case this.TYPES.MNY:case this.TYPES.SPR:case this.TYPES.LIF:case this.TYPES.TLT:case this.TYPES.EVT:return t.clone(this.#n[e]);case this.TYPES.LAGE:case this.TYPES.LCHR:case this.TYPES.LINT:case this.TYPES.LSTR:case this.TYPES.LMNY:case this.TYPES.LSPR:return t.min(this.#n[e],this.get(this.fallback(e)));case this.TYPES.HAGE:case this.TYPES.HCHR:case this.TYPES.HINT:case this.TYPES.HSTR:case this.TYPES.HMNY:case this.TYPES.HSPR:return t.max(this.#n[e],this.get(this.fallback(e)));case this.TYPES.SUM:let n=this.get(this.TYPES.HAGE),r=this.get(this.TYPES.HCHR),i=this.get(this.TYPES.HINT),a=this.get(this.TYPES.HSTR),o=this.get(this.TYPES.HMNY),s=this.get(this.TYPES.HSPR);return Math.floor(t.sum(r,i,a,o,s)*2+n/2);case this.TYPES.TMS:return this.lsget(`times`)||0;case this.TYPES.EXT:return this.lsget(`extendTalent`)||null;case this.TYPES.ATLT:case this.TYPES.AEVT:case this.TYPES.ACHV:return this.lsget(e)||[];case this.TYPES.CTLT:case this.TYPES.CEVT:case this.TYPES.CACHV:return this.get(this.fallback(e)).length;case this.TYPES.TTLT:case this.TYPES.TEVT:case this.TYPES.TACHV:return this.#r[e];case this.TYPES.RTLT:case this.TYPES.REVT:case this.TYPES.RACHV:let c=this.fallback(e);return this.get(c[0])/this.get(c[1]);default:return 0}}fallback(e){switch(e){case this.TYPES.LAGE:case this.TYPES.HAGE:return this.TYPES.AGE;case this.TYPES.LCHR:case this.TYPES.HCHR:return this.TYPES.CHR;case this.TYPES.LINT:case this.TYPES.HINT:return this.TYPES.INT;case this.TYPES.LSTR:case this.TYPES.HSTR:return this.TYPES.STR;case this.TYPES.LMNY:case this.TYPES.HMNY:return this.TYPES.MNY;case this.TYPES.LSPR:case this.TYPES.HSPR:return this.TYPES.SPR;case this.TYPES.CTLT:return this.TYPES.ATLT;case this.TYPES.CEVT:return this.TYPES.AEVT;case this.TYPES.CACHV:return this.TYPES.ACHV;case this.TYPES.LIF:return this.TYPES.LIF;case this.TYPES.RTLT:return[this.TYPES.CTLT,this.TYPES.TTLT];case this.TYPES.REVT:return[this.TYPES.CEVT,this.TYPES.TEVT];case this.TYPES.RACHV:return[this.TYPES.CACHV,this.TYPES.TACHV];default:return}}set(e,t){switch(e){case this.TYPES.AGE:case this.TYPES.CHR:case this.TYPES.INT:case this.TYPES.STR:case this.TYPES.MNY:case this.TYPES.SPR:case this.TYPES.LIF:case this.TYPES.TLT:case this.TYPES.EVT:this.hl(e,this.#n[e]=this.#e.clone(t)),this.achieve(e,t);return;case this.TYPES.TMS:this.lsset(`times`,parseInt(t)||0);return;case this.TYPES.EXT:this.lsset(`extendTalent`,t);return;default:return}}getPropertys(){return this.#e.clone({[this.TYPES.AGE]:this.get(this.TYPES.AGE),[this.TYPES.CHR]:this.get(this.TYPES.CHR),[this.TYPES.INT]:this.get(this.TYPES.INT),[this.TYPES.STR]:this.get(this.TYPES.STR),[this.TYPES.MNY]:this.get(this.TYPES.MNY),[this.TYPES.SPR]:this.get(this.TYPES.SPR)})}change(e,t){if(Array.isArray(t)){for(let n of t)this.change(e,Number(n));return}switch(e){case this.TYPES.AGE:case this.TYPES.CHR:case this.TYPES.INT:case this.TYPES.STR:case this.TYPES.MNY:case this.TYPES.SPR:case this.TYPES.LIF:this.hl(e,this.#n[e]+=Number(t));return;case this.TYPES.TLT:case this.TYPES.EVT:let n=this.#n[e];if(t<0){let e=n.indexOf(t);e!=-1&&n.splice(e,1)}n.includes(t)||n.push(t),this.achieve(e,t);return;case this.TYPES.TMS:this.set(e,this.get(e)+parseInt(t));return;default:return}}hookSpecial(e){switch(e){case this.TYPES.RDM:return this.#a.listRandom(this.SPECIAL.RDM);default:return e}}effect(e){for(let t in e)this.change(this.hookSpecial(t),Number(e[t]))}judge(e){let t=this.get(e),n=this.#i[e],r=n.length,i=()=>Math.max(Math.min(t,10),0)/10;for(;r--;){let[a,o,s]=n[r];if(!r||a==null||t>=a)return{prop:e,value:t,judge:s,grade:o,progress:i()}}}isEnd(){return this.get(this.TYPES.LIF)<1}ageNext(){this.change(this.TYPES.AGE,1);let e=this.get(this.TYPES.AGE),{event:t,talent:n}=this.getAgeData(e);return{age:e,event:t,talent:n}}getAgeData(e){return this.#e.clone(this.#t[e])}hl(e,t){let n;switch(e){case this.TYPES.AGE:n=[this.TYPES.LAGE,this.TYPES.HAGE];break;case this.TYPES.CHR:n=[this.TYPES.LCHR,this.TYPES.HCHR];break;case this.TYPES.INT:n=[this.TYPES.LINT,this.TYPES.HINT];break;case this.TYPES.STR:n=[this.TYPES.LSTR,this.TYPES.HSTR];break;case this.TYPES.MNY:n=[this.TYPES.LMNY,this.TYPES.HMNY];break;case this.TYPES.SPR:n=[this.TYPES.LSPR,this.TYPES.HSPR];break;default:return}let[r,i]=n;this.#n[r]=this.#a.min(this.#n[r],t),this.#n[i]=this.#a.max(this.#n[i],t)}achieve(e,t){let n;switch(e){case this.TYPES.ACHV:let r=this.lsget(e);this.lsset(e,(r||[]).concat([[t,Date.now()]]));return;case this.TYPES.TLT:n=this.TYPES.ATLT;break;case this.TYPES.EVT:n=this.TYPES.AEVT;break;default:return}let r=this.lsget(n)||[];this.lsset(n,Array.from(new Set(r.concat(t||[]).flat())))}lsget(e){let t=localStorage.getItem(e);if(!(t===null||t===`undefined`))return JSON.parse(t)}lsset(e,t){localStorage.setItem(e,JSON.stringify(t))}},H=class{constructor(e){this.#e=e}#e;#t;initial({events:e}){this.#t=e;for(let t in e){let n=e[t];n.branch&&=n.branch.map(e=>(e=e.split(`:`),e[1]=Number(e[1]),e))}return this.count}get count(){return Object.keys(this.#t).length}check(e){let{include:t,exclude:n,NoRandom:r}=this.get(e);return r||n&&this.#e.check(n)?!1:t?this.#e.check(t):!0}get(e){let t=this.#t[e];if(!t)throw Error(`[ERROR] No Event[${e}]`);return this.#e.clone(t)}information(e){let{event:t}=this.get(e);return{description:t}}do(e){let{effect:t,branch:n,event:r,postEvent:i,grade:a}=this.get(e);if(n){for(let[e,i]of n)if(this.#e.check(e))return{effect:t,next:i,description:r,grade:a}}return{effect:t,postEvent:i,description:r,grade:a}}},U=class{constructor(e){this.#e=e}#e;#t;#n;#r;#i;initial({talents:e}){this.#t=e;let t=this.#e.function(this.#e.Function.CONDITION).extractMaxTriggers;for(let n in e){let r=e[n];if(r.id=Number(n),r.grade=Number(r.grade),r.max_triggers=t(r.condition),r.replacement)for(let e in r.replacement){let t={};for(let n of r.replacement[e])n=`${n}`.split(`*`),t[n[0]||0]=Number(n[1])||1;r.replacement[e]=t}}return this.count}get count(){return Object.keys(this.#t).length}get#a(){return this.#e.request(this.#e.Module.PROPERTY)}config({talentPullCount:e=10,talentRate:t={1:100,2:10,3:1,total:1e3},additions:n={}}={}){this.#n=e,this.#r=t,this.#i=n}check(e){let{condition:t}=this.get(e);return this.#e.check(this.#a,t)}get(e){let t=this.#t[e];if(!t)throw Error(`[ERROR] No Talent[${e}]`);return this.#e.clone(t)}information(e){let{grade:t,name:n,description:r}=this.get(e);return{grade:t,name:n,description:r}}exclude(e,t){let{exclude:n}=this.get(t);for(let r of e){if(n){for(let e of n)if(r==e)return r}let e=this.get(r).exclude;if(e){for(let n of e)if(t==n)return r}}return null}getAddition(e,t){if(!this.#i[e])return{};for(let[n,r]of this.#i[e])if(t>=n)return r;return{}}getRate(e={}){let t=this.#e.clone(this.#r),n={1:1,2:1,3:1};Object.keys(e).forEach(t=>{let r=this.getAddition(t,e[t]);for(let e in r)n[e]+=r[e]});for(let e in n)t[e]*=n[e];return t}talentRandom(e,t){let n=this.getRate(t),r=()=>{let e=Math.floor(Math.random()*n.total);return(e-=n[3])<0?3:(e-=n[2])<0?2:e-n[1]<0?1:0},i={};for(let t in this.#t){let{id:n,grade:r,name:a,description:o,exclusive:s}=this.#t[t];if(!s){if(n==e){e={grade:r,name:a,description:o,id:n};continue}i[r]?i[r].push({grade:r,name:a,description:o,id:n}):i[r]=[{grade:r,name:a,description:o,id:n}]}}return Array(this.#n).fill(1).map((t,n)=>{if(!n&&e)return e;let a=r();for(;i[a].length==0;)a--;let o=i[a].length,s=Math.floor(Math.random()*o)%o;return i[a].splice(s,1)[0]})}random(e){let t=Object.keys(this.#t).filter(e=>!this.#t[e].exclusive);return Array(e).fill(1).map(()=>t.splice(Math.floor(Math.random()*t.length)%t.length,1)[0])}allocationAddition(e){if(Array.isArray(e)){let t=0;for(let n of e)t+=this.allocationAddition(n);return t}return Number(this.get(e).status)||0}do(e){let{effect:t,condition:n,grade:r,name:i,description:a}=this.get(e);return n&&!this.#e.check(n)?null:{effect:t,grade:r,name:i,description:a}}replace(e){let t=(e,t)=>{let{replacement:n}=this.get(e);if(!n)return null;let r=[];if(n.grade&&this.forEach(({id:e,grade:i,exclusive:a})=>{a||n.grade[i]&&(this.exclude(t,e)||r.push([e,n.grade[i]]))}),n.talent)for(let e in n.talent)e=Number(e),!this.exclude(t,e)&&r.push([e,n.talent[e]]);return r},n=this.#e.function(this.#e.Function.UTIL).weightRandom,r=(e,i)=>{let a=t(e,i);if(!a)return e;let o=n(a);return r(o,i.concat(o))},i=this.#e.clone(e),a={};for(let t of e){let e=r(t,i);e!=t&&(a[t]=e,i.push(e))}return a}forEach(e){if(typeof e==`function`)for(let t in this.#t)e(this.#e.clone(this.#t[t]),t)}},W=class{constructor(e){this.#e=e}Opportunity={START:`START`,TRAJECTORY:`TRAJECTORY`,SUMMARY:`SUMMARY`,END:`END`};#e;#t;initial({achievements:e}){return this.#t=e,this.count}get count(){return Object.keys(this.#t).length}get#n(){return this.#e.request(this.#e.Module.PROPERTY)}list(){return Object.values(this.#t).map(({id:e,name:t,opportunity:n,description:r,hide:i,grade:a})=>({id:e,name:t,opportunity:n,description:r,hide:i,grade:a,isAchieved:this.isAchieved(e,this.#n)}))}get(e){let t=this.#t[e];if(!t)throw Error(`[ERROR] No Achievement[${e}]`);return this.#e.clone(t)}check(e){let{condition:t}=this.get(e);return this.#e.check(t)}isAchieved(e){for(let[t]of this.#n.get(this.#n.TYPES.ACHV)||[])if(t==e)return!0;return!1}achieve(e){this.list().filter(({isAchieved:e})=>!e).filter(({opportunity:t})=>t==e).filter(({id:e})=>this.check(e,this.#n)).forEach(({id:e})=>{this.#n.achieve(this.#n.TYPES.ACHV,e),$$event(`achievement`,this.get(e))})}},G=class{constructor(e){this.#e=e}#e;#t;#n;#r;#i;#a=[];#o;#s;#c;initial({characters:e}){this.#t=e;let t=localStorage.getItem(`uniqueWaTaShi`);return(t!=null||t!=`undefined`)&&(this.#o=JSON.parse(t)),this.count}get count(){return Object.keys(this.#t).length}config({characterPullCount:e=3,rateableKnife:t=10,propertyWeight:n,talentWeight:r}={}){this.#n=e,this.#r=t,this.#s=n,this.#c=r}get#u(){if(this.#o)return this.#e.clone(this.#o);let e=Date.now();return this.#a.push(e),this.#a.length<10||e-this.#a.shift()>1e4?null:{unique:!0,generate:!1}}set#u(e){this.#o=this.#e.clone(e),this.#o.unique=!0,this.#o.generate=!0,localStorage.setItem(`uniqueWaTaShi`,JSON.stringify(this.#o))}get#d(){return this.#e.function(this.#e.Function.UTIL).weightRandom}generateUnique(){if(this.#o)return this.#u;let e=this.#d,{CHR:t,INT:n,STR:r,MNY:i}=this.#e.PropertyTypes;return this.#u={property:{[t]:e(this.#s),[n]:e(this.#s),[r]:e(this.#s),[i]:e(this.#s)},talent:this.#e.request(this.#e.Module.TALENT).random(e(this.#c))},this.#u}random(){return{unique:this.#u,normal:this.#f()}}#f(){if(!this.#i){this.#i={};for(let e in this.#t)this.#i[e]=1}let e=[],t=this.#d;Array(this.#n).fill(0).forEach(()=>{e.push(t(Object.keys(this.#i).filter(t=>!e.includes(t)).map(e=>[e,this.#i[e]])))});let n=1/0;for(let t in this.#i){if(e.includes(t)){n=Math.min(n,this.#i[t]);continue}n=Math.min(n,++this.#i[t])}if(n>this.#r)for(let e in this.#i)this.#i[e]-=this.#r;return e.map(e=>this.#e.clone(this.#t[e]))}},K=class{constructor(){this.#e=new V(this),this.#t=new H(this),this.#n=new U(this),this.#r=new W(this),this.#i=new G(this)}Module={PROPERTY:`PROPERTY`,TALENT:`TALENT`,EVENT:`EVENT`,ACHIEVEMENT:`ACHIEVEMENT`,CHARACTER:`CHARACTER`};Function={CONDITION:`CONDITION`,UTIL:`UTIL`};#e;#t;#n;#r;#i;#a;#o;#s;#c;#l;#u;#d;async initial(e,t){let[n,r,i,a,o,s]=await Promise.all([e(`age`),e(`talents`),e(`events`),e(`achievement`),e(`character`),t(`specialthanks`)]);this.#u=s;let c={[this.PropertyTypes.TACHV]:this.#r.initial({achievements:a}),[this.PropertyTypes.TEVT]:this.#t.initial({events:i}),[this.PropertyTypes.TTLT]:this.#n.initial({talents:r})};this.#e.initial({age:n,total:c}),this.#i.initial({characters:o})}config({defaultPropertyPoints:e=20,talentSelectLimit:t=3,propertyAllocateLimit:n=[0,10],defaultPropertys:r={},talentConfig:i,propertyConfig:a,characterConfig:o}={}){this.#o=e,this.#s=t,this.#c=n,this.#l=r,this.#n.config(i),this.#e.config(a),this.#i.config(o)}request(e){switch(e){case this.Module.ACHIEVEMENT:return this.#r;case this.Module.CHARACTER:return this.#i;case this.Module.EVENT:return this.#t;case this.Module.PROPERTY:return this.#e;case this.Module.TALENT:return this.#n;default:return null}}function(e){switch(e){case this.Function.CONDITION:return F;case this.Function.UTIL:return y}}check(e){return L(this.#e,e)}clone(...e){return b(...e)}remake(e){return this.#d=b(this.#l),this.#d.TLT=b(e),this.#a={},this.talentReplace(this.#d.TLT)}start(e){for(let t in e)this.#d[t]=b(e[t]);this.#e.restart(this.#d),this.doTalent(),this.#e.restartLastStep(),this.#r.achieve(this.AchievementOpportunity.START)}getPropertyPoints(){return this.#o+this.#n.allocationAddition(this.#d.TLT)}getTalentCurrentTriggerCount(e){return this.#a[e]||0}next(){let{age:e,event:t,talent:n}=this.#e.ageNext(),r=this.doTalent(n),i=this.doEvent(this.random(t)),a=this.#e.isEnd(),o=[r,i].flat();return this.#r.achieve(this.AchievementOpportunity.TRAJECTORY),{age:e,content:o,isEnd:a}}talentReplace(e){let t=this.#n.replace(e),n=[];for(let r in t){e.push(t[r]);let i=this.#n.get(r),a=this.#n.get(t[r]);n.push({type:`talentReplace`,source:i,target:a})}return n}doTalent(e){e&&this.#e.change(this.PropertyTypes.TLT,e),e=this.#e.get(this.PropertyTypes.TLT).filter(e=>this.getTalentCurrentTriggerCount(e)<this.#n.get(e).max_triggers);let t=[];for(let n of e){let e=this.#n.do(n);if(!e)continue;this.#a[n]=this.getTalentCurrentTriggerCount(n)+1;let{effect:r,name:i,description:a,grade:o}=e;t.push({type:this.PropertyTypes.TLT,name:i,grade:o,description:this.format(a)}),r&&this.#e.effect(r)}return t}doEvent(e){let{effect:t,next:n,description:r,postEvent:i,grade:a}=this.#t.do(e);this.#e.change(this.PropertyTypes.EVT,e),this.#e.effect(t);let o={type:this.PropertyTypes.EVT,description:this.format(r),postEvent:i&&this.format(i),grade:a};return n?[o,this.doEvent(n)].flat():[o]}random(e){return T(e.filter(([e])=>this.#t.check(e,this.#e)))}talentRandom(){return this.#n.talentRandom(this.lastExtendTalent,this.#p(this.PropertyTypes.TMS,this.PropertyTypes.CACHV))}characterRandom(){let e=this.#i.random(),t=e=>e.talent=e.talent.map(e=>this.#n.get(e));return e.normal.forEach(t),e.unique&&e.unique.talent&&t(e.unique),e}talentExtend(e){this.#e.set(this.PropertyTypes.EXT,e)}exclude(e,t){return this.#n.exclude(e,t)}generateUnique(){this.#i.generateUnique()}#f(...e){return D(e.flat(),e=>this.#e.judge(e))}#p(...e){return D(e.flat(),e=>this.#e.get(e))}format(e){return`${e}`.replaceAll(/\{\s*[0-9a-zA-Z_-]+\s*?\}/g,e=>this.#m(e))}#m(e){switch(e.slice(1,-1).trim().toLowerCase()){case`currentyear`:return new Date().getFullYear();case`age`:return this.#e.get(this.PropertyTypes.AGE);case`charm`:return this.#e.get(this.PropertyTypes.CHR);case`intelligence`:return this.#e.get(this.PropertyTypes.INT);case`strength`:return this.#e.get(this.PropertyTypes.STR);case`money`:return this.#e.get(this.PropertyTypes.MNY);case`spirit`:return this.#e.get(this.PropertyTypes.SPR);default:return e}}get lastExtendTalent(){return this.#e.get(this.PropertyTypes.EXT)}get summary(){this.#r.achieve(this.AchievementOpportunity.SUMMARY);let e=this.PropertyTypes;return this.#f(e.SUM,e.HAGE,e.HCHR,e.HINT,e.HSTR,e.HMNY,e.HSPR)}get statistics(){let e=this.PropertyTypes;return this.#f(e.TMS,e.CACHV,e.RTLT,e.REVT)}get achievements(){let e={};return this.#e.get(this.PropertyTypes.ACHV).forEach(([t,n])=>e[t]=n),this.#r.list(this.#e).sort(({id:t,grade:n,hide:r},{id:i,grade:a,hide:o})=>{if(t=e[t],i=e[i],t&&i)return i-t;if(!t&&!i)return r&&o?a-n:r?1:o?-1:a-n;if(!t)return 1;if(!i)return-1})}get PropertyTypes(){return this.#e.TYPES}get AchievementOpportunity(){return this.#r.Opportunity}get talentSelectLimit(){return this.#s}get propertyAllocateLimit(){return b(this.#c)}get propertys(){return this.#e.getPropertys()}get times(){return this.#e.get(this.PropertyTypes.TMS)||0}set times(e){this.#e.set(this.PropertyTypes.TMS,e),this.#r.achieve(this.AchievementOpportunity.END)}get specialThanks(){return this.#u}};globalThis.$$eventMap=new Map,globalThis.$$event=(e,t)=>{let n=$$eventMap.get(e);n&&n.forEach(e=>e(t))},globalThis.$$on=(e,t)=>{let n=$$eventMap.get(e);n||(n=new Set,$$eventMap.set(e,n)),n.add(t)},globalThis.$$off=(e,t)=>{let n=$$eventMap.get(e);n&&n.delete(t)},globalThis.$$copy=async e=>{let t=await navigator.permissions.query({name:`clipboard-write`});if(t.state==`granted`||t.state==`prompt`)return navigator.clipboard.writeText(e),!0;let n=document.createElement(`input`);n.setAttribute(`style`,`opacity: 0;`),document.body.appendChild(n),n.value=e,n.select();let r=document.execCommand(`copy`);return document.body.removeChild(n),r},globalThis.$$read=async()=>{let e=await navigator.permissions.query({name:`clipboard-read`});if(e.state==`granted`||e.state==`prompt`)return await navigator.clipboard.readText();let t=document.createElement(`input`);t.setAttribute(`style`,`opacity: 0;`),document.body.appendChild(t),t.focus();let n=document.execCommand(`paste`),r=t.value;return document.body.removeChild(t),n&&r};var q=new K,J=new P;globalThis.core=q,globalThis.game=J;var Y={};location.search.substr(1).split(`&`).forEach(e=>{let t=e.split(`=`);Y[t[0]]=t[1]}),q.config({defaultPropertyPoints:20,talentSelectLimit:3,propertyAllocateLimit:[0,10],defaultPropertys:{SPR:5},talentConfig:{talentPullCount:10,talentRate:{1:100,2:10,3:1,total:1e3},additions:{TMS:[[10,{2:1}],[30,{2:2}],[50,{2:3}],[70,{2:4}],[100,{2:5}]],CACHV:[[10,{2:1}],[30,{2:2}],[50,{2:3}],[70,{2:4}],[100,{2:5}]]}},propertyConfig:{judge:{RTLT:[[0,0],[.3,1],[.6,2],[.9,3]],REVT:[[0,0],[.2,1],[.4,2],[.6,3]],TMS:[[0,0,`UI_Remake_Times_Judge_Level_0`],[10,1,`UI_Remake_Times_Judge_Level_1`],[30,1,`UI_Remake_Times_Judge_Level_2`],[50,2,`UI_Remake_Times_Judge_Level_3`],[70,2,`UI_Remake_Times_Judge_Level_4`],[100,3,`UI_Remake_Times_Judge_Level_5`]],CACHV:[[0,0,`UI_Achievement_Count_Judge_Level_0`],[10,1,`UI_Achievement_Count_Judge_Level_1`],[30,1,`UI_Achievement_Count_Judge_Level_2`],[50,2,`UI_Achievement_Count_Judge_Level_3`],[70,2,`UI_Achievement_Count_Judge_Level_4`],[100,3,`UI_Achievement_Count_Judge_Level_5`]],HCHR:[[0,0,`UI_Judge_Level_0`],[1,0,`UI_Judge_Level_1`],[2,0,`UI_Judge_Level_2`],[4,0,`UI_Judge_Level_3`],[7,1,`UI_Judge_Level_4`],[9,2,`UI_Judge_Level_5`],[11,3,`UI_Judge_Level_6`]],HMNY:[[0,0,`UI_Judge_Level_0`],[1,0,`UI_Judge_Level_1`],[2,0,`UI_Judge_Level_2`],[4,0,`UI_Judge_Level_3`],[7,1,`UI_Judge_Level_4`],[9,2,`UI_Judge_Level_5`],[11,3,`UI_Judge_Level_6`]],HSPR:[[0,0,`UI_Spirit_Judge_Level_0`],[1,0,`UI_Spirit_Judge_Level_1`],[2,0,`UI_Spirit_Judge_Level_2`],[4,0,`UI_Spirit_Judge_Level_3`],[7,1,`UI_Spirit_Judge_Level_4`],[9,2,`UI_Spirit_Judge_Level_5`],[11,3,`UI_Spirit_Judge_Level_6`]],HINT:[[0,0,`UI_Judge_Level_0`],[1,0,`UI_Judge_Level_1`],[2,0,`UI_Judge_Level_2`],[4,0,`UI_Judge_Level_3`],[7,1,`UI_Judge_Level_4`],[9,2,`UI_Judge_Level_5`],[11,3,`UI_Judge_Level_6`],[21,3,`UI_Intelligence_Judge_Level_7`],[131,3,`UI_Intelligence_Judge_Level_8`],[501,3,`UI_Intelligence_Judge_Level_9`]],HSTR:[[0,0,`UI_Judge_Level_0`],[1,0,`UI_Judge_Level_1`],[2,0,`UI_Judge_Level_2`],[4,0,`UI_Judge_Level_3`],[7,1,`UI_Judge_Level_4`],[9,2,`UI_Judge_Level_5`],[11,3,`UI_Judge_Level_6`],[21,3,`UI_Strength_Judge_Level_7`],[101,3,`UI_Strength_Judge_Level_8`],[401,3,`UI_Strength_Judge_Level_9`],[1001,3,`UI_Strength_Judge_Level_10`],[2001,3,`UI_Strength_Judge_Level_11`]],HAGE:[[0,0,`UI_AGE_Judge_Level_0`],[1,0,`UI_AGE_Judge_Level_1`],[10,0,`UI_AGE_Judge_Level_2`],[18,0,`UI_AGE_Judge_Level_3`],[40,0,`UI_AGE_Judge_Level_4`],[60,1,`UI_AGE_Judge_Level_5`],[70,1,`UI_AGE_Judge_Level_6`],[80,2,`UI_AGE_Judge_Level_7`],[90,2,`UI_AGE_Judge_Level_8`],[95,3,`UI_AGE_Judge_Level_9`],[100,3,`UI_AGE_Judge_Level_10`],[500,3,`UI_AGE_Judge_Level_11`]],SUM:[[0,0,`UI_Judge_Level_0`],[41,0,`UI_Judge_Level_1`],[50,0,`UI_Judge_Level_2`],[60,0,`UI_Judge_Level_3`],[80,1,`UI_Judge_Level_4`],[100,2,`UI_Judge_Level_5`],[110,3,`UI_Judge_Level_6`],[120,3,`UI_Judge_Level_7`]]}},characterConfig:{characterPullCount:3,rateableKnife:10,propertyWeight:[[0,1],[1,2],[2,3],[3,4],[4,5],[5,6],[6,5],[7,4],[8,3],[9,2],[10,1]],talentWeight:[[1,1],[2,2],[3,3],[4,2],[5,1]]}}),J.start(Y);