@wwawing/engine 4.0.2 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/wwa.js +94 -125
- package/package.json +15 -15
package/lib/wwa.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*! @license WWA Wing Engine (c) NAO / WWA Wing Team / MIT License https://github.com/WWAWing/WWAWing/blob/v4/packages/engine/LICENSE
|
|
2
2
|
@license crypto-js (c) Jeff Mott / Evan Vosberg / MIT License https://github.com/brix/crypto-js/blob/develop/LICENSE */
|
|
3
|
-
var WWA=(function(
|
|
4
|
-
使用できるアイテムは色枠で囲まれます。`,mapdataParams:{messageArea
|
|
5
|
-
よろしいですか?`,mapdataParams:{messageArea
|
|
6
|
-
よろしいですか?`,mapdataParams:{messageArea
|
|
3
|
+
var WWA=(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var t=Object.create,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,a=Object.getPrototypeOf,o=Object.prototype.hasOwnProperty,s=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),c=(e,t,a,s)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var c=i(t),l=0,u=c.length,d;l<u;l++)d=c[l],!o.call(e,d)&&d!==a&&n(e,d,{get:(e=>t[e]).bind(null,d),enumerable:!(s=r(t,d))||s.enumerable});return e},l=(e,r,i)=>(i=e==null?{}:t(a(e)),c(r||!e||!e.__esModule?n(i,`default`,{value:e,enumerable:!0}):i,e));function u(e,t=new WeakMap){if(typeof e==`symbol`)throw TypeError(`symbol は変換対象外です`);if(typeof e!=`object`||!e)return e;if(t.has(e))return t.get(e);if(Array.isArray(e)){let n=[];t.set(e,n);for(let r of e)n.push(u(r,t));return n}let n=new Map;t.set(e,n);for(let[r,i]of Object.entries(e)){if(typeof r!=`string`)throw TypeError(`文字列以外のキーは変換できません`);n.set(r,u(i,t))}return n}function d(e,t=new WeakMap){if(typeof e==`symbol`)throw TypeError(`symbol は変換対象外です`);if(e instanceof Map){if(t.has(e))return t.get(e);let n=Object.create(null);t.set(e,n);for(let[r,i]of e.entries())n[r]=d(i,t);return n}if(Array.isArray(e)){if(t.has(e))return t.get(e);let n=[];t.set(e,n);for(let r of e)n.push(d(r,t));return n}if(typeof e==`object`&&e)throw TypeError(`Mapおよび配列でないオブジェクトは変換対象外です`);return e}function f(e){return typeof e==`string`||typeof e==`number`||typeof e==`boolean`||typeof e==`bigint`||typeof e==`symbol`||e==null}var p=function(e){return e[e.DECISION=1]=`DECISION`,e[e.ATTACK=3]=`ATTACK`,e[e.BGM_LB=70]=`BGM_LB`,e[e.NO_SOUND=99]=`NO_SOUND`,e}({}),m=Object.freeze({CONFIRM_LOAD_SOUND:{code:1,defaultText:`効果音・BGMデータをロードしますか?`,mapdataParams:{messageArea:`systemMessage`,index:2}},NO_MONEY:{code:101,defaultText:`所持金がたりない。`,mapdataParams:{messageArea:`message`,index:6}},NO_ITEM:{code:201,mapdataParams:{messageArea:`message`,index:7},defaultText:`アイテムを持っていない。`},ITEM_BOX_FULL:{code:202,defaultText:`これ以上、アイテムを持てません。`,mapdataParams:{messageArea:`systemMessage`,index:1}},ITEM_SELECT_TUTORIAL:{code:203,defaultText:`このアイテムは%HOW_TO_USE_ITEM%ことで使用できます。
|
|
4
|
+
使用できるアイテムは色枠で囲まれます。`,mapdataParams:{messageArea:`systemMessage`,index:0}},CONFIRM_USE_ITEM:{code:204,defaultText:`このアイテムを使用します。
|
|
5
|
+
よろしいですか?`,mapdataParams:{messageArea:`message`,index:8}},CANNOT_DAMAGE_MONSTER:{code:301,defaultText:`相手の防御能力が高すぎる!`},BATTLE_NOT_SETTLED:{code:302,defaultText:`勝負がつかない!`},CONFIRM_ENTER_URL_GATE:{code:401,defaultText:`他のページにリンクします。
|
|
6
|
+
よろしいですか?`,mapdataParams:{messageArea:`message`,index:5}},GAME_SPEED_CHANGED:{code:501,defaultText:`移動速度を【%GAME_SPEED_NAME%】に切り替えました。
|
|
7
7
|
%HIGH_SPEED_MESSAGE%(%MAX_SPEED_INDEX%段階中%GAME_SPEED_INDEX%)
|
|
8
8
|
速度を落とすには%SPEED_DOWN_BUTTON%, 速度を上げるには%SPEED_UP_BUTTON%を押してください。`},GAME_SPEED_CHANGE_DISABLED:{code:502,defaultText:`ここでは移動速度を
|
|
9
|
-
変更できません。`}}),Aa=Object.keys(mi),Ie=Aa.reduce((t,e)=>({...t,[e]:e}),{}),Ei=mi;function xi(t){return Aa.some(e=>e===t)}function gi(t){for(let e of Aa)if(Ei[e].code===t)return e}class pt{add(e){return this.strength+=e.strength,this.defence+=e.defence,this}plus(e){return new pt(this.strength+e.strength,this.defence+e.defence)}minus(e){return new pt(this.strength-e.strength,this.defence-e.defence)}equals(e){return this.strength===e.strength&&this.defence===e.defence}constructor(e,s){this.strength=e,this.defence=s}}class Ae extends pt{add(e){return e instanceof Ae&&(this.energy+=e.energy,this.gold+=e.gold),this.strength+=e.strength,this.defence+=e.defence,this}plus(e){return e instanceof Ae?new Ae(this.energy+e.energy,this.strength+e.strength,this.defence+e.defence,this.gold+e.gold):new Ae(this.energy,this.strength+e.strength,this.defence+e.defence,this.gold)}minus(e){return e instanceof Ae?new Ae(this.energy-e.energy,this.strength-e.strength,this.defence-e.defence,this.gold-e.gold):new Ae(this.energy,this.strength-e.strength,this.defence-e.defence,this.gold)}equals(e){return this.energy===e.energy&&this.strength===e.strength&&this.defence===e.defence&&this.gold===e.gold}calculateScore(e){return Object.keys(e.rates).reduce((s,a)=>s+e.rates[a]*this[a],0)}clone(){return new Ae(this.energy,this.strength,this.defence,this.gold)}constructor(e,s,a,i){super(s,a),this.energy=e,this.gold=i}}class Y{equals(e){return this.x===e.x&&this.y===e.y}substract(e){return new Y(this.x-e.x,this.y-e.y)}clone(){return new Y(this.x,this.y)}convertIntoPosition(e){return new Be(e,this.x,this.y,0,0)}getDirectionTo(e){return this.x<e.x?this.y>e.y?9:this.y===e.y?6:3:this.x===e.x?this.y>e.y?8:this.y===e.y?5:2:this.y>e.y?7:this.y===e.y?4:1}toString(){return"("+this.x+", "+this.y+")"}constructor(e=0,s=0){this.x=e,this.y=s}}let Be=class Kt{getPartsCoord(){return this._partsCoord}getOffsetCoord(){return this._offsetCoord}getScreenTopPosition(){var e=Math.floor(this._partsCoord.x/(o.H_PARTS_NUM_IN_WINDOW-1))*(o.H_PARTS_NUM_IN_WINDOW-1),s=Math.floor(this._partsCoord.y/(o.V_PARTS_NUM_IN_WINDOW-1))*(o.V_PARTS_NUM_IN_WINDOW-1);return new Kt(this._wwa,e,s,0,0)}getDefaultCameraPosition(){var e=this.getScreenTopPosition(),s=e.getPartsCoord(),a=this._wwa.getMapWidth(),i=e.getPartsCoord().clone();return s.x===a-1&&i.x--,s.y===a-1&&i.y--,i.convertIntoPosition(this._wwa).getScreenTopPosition()}getNextJustPosition(e){if(e!==void 0){var s=this._partsCoord;return new Kt(this._wwa,s.x+ya[e],s.y+Sa[e],0,0)}var a=this._partsCoord.x,i=this._partsCoord.y;return this._offsetCoord.x<0?a--:this._offsetCoord.x>0&&a++,this._offsetCoord.y<0?i--:this._offsetCoord.y>0&&i++,new Kt(this._wwa,a,i,0,0)}getNextFramePosition(e,s,a){var i=this._partsCoord.x,r=this._partsCoord.y,n=this._offsetCoord.x+ya[e]*s,h=this._offsetCoord.y+Sa[e]*a;if(n<0){var u=Math.floor(Math.abs(n)/o.CHIP_SIZE);i-=u,n=(n+u*o.CHIP_SIZE)%o.CHIP_SIZE}if(h<0){var c=Math.floor(Math.abs(h)/o.CHIP_SIZE);r-=c,h=(h+c*o.CHIP_SIZE)%o.CHIP_SIZE}return n>=o.CHIP_SIZE&&(i+=Math.floor(n/o.CHIP_SIZE),n=(n+o.CHIP_SIZE)%o.CHIP_SIZE),h>=o.CHIP_SIZE&&(r+=Math.floor(h/o.CHIP_SIZE),h=(h+o.CHIP_SIZE)%o.CHIP_SIZE),new Kt(this._wwa,i,r,n,h)}isJustPosition(){return this._offsetCoord.x==0&&this._offsetCoord.y==0}isScreenTopPosition(){var e=this.getScreenTopPosition();return this.equals(e)}equals(e){return this._partsCoord.equals(e.getPartsCoord())&&this._offsetCoord.equals(e.getOffsetCoord())}isInCameraRange(e,s=!1){var a=e.getPosition()._partsCoord,i=this._partsCoord.x,r=this._partsCoord.y,n=s?1:0;return a.x<=i&&i<a.x+o.H_PARTS_NUM_IN_WINDOW-n&&a.y<=r&&r<a.y+o.V_PARTS_NUM_IN_WINDOW-n}hasLocalGate(){return this._wwa.getMapTypeByPosition(this)===o.MAP_LOCALGATE||this._wwa.getObjectTypeByPosition(this)===o.OBJECT_LOCALGATE}clone(){return new Kt(this._wwa,this._partsCoord.x,this._partsCoord.y,this._offsetCoord.x,this._offsetCoord.y)}constructor(e,s,a,i=0,r=0){if(this._wwa=e,this._wwa===void 0)throw new Error("WWAのインスタンスが存在しません. ");var n=this._wwa.getMapWidth();if(s<0||s>=n||s>=n-1&&i>0||a<0||a>=n||a>=n-1&&r>0)throw new Error("範囲外の座標です!! parts:("+s+", "+a+"), offset:("+i+", "+r+"), mapWidth = "+n);this._partsCoord=new Y(s,a),this._offsetCoord=new Y(i,r)}};class vi{constructor(e,s,a){this.destPos=e.clone(),this.srcPos=s.clone(),this.srcSize=a.clone()}}class wi{constructor(e,s,a,i,r){this.partsIDObj=e,this.x=s,this.y=a,this.isStatic=i,this.isFighting=r}}var Ye=(t=>(t[t.GOTO_WWA=0]="GOTO_WWA",t[t.BATTLE_REPORT=1]="BATTLE_REPORT",t[t.GAME_END=2]="GAME_END",t))(Ye||{}),N=(t=>(t[t.UNUSED=0]="UNUSED",t[t.LEFT=4]="LEFT",t[t.RIGHT=6]="RIGHT",t[t.DOWN=2]="DOWN",t[t.UP=8]="UP",t[t.LEFT_DOWN=1]="LEFT_DOWN",t[t.LEFT_UP=7]="LEFT_UP",t[t.RIGHT_DOWN=3]="RIGHT_DOWN",t[t.RIGHT_UP=9]="RIGHT_UP",t[t.NO_DIRECTION=5]="NO_DIRECTION",t))(N||{});const ya=[0,-1,0,1,-1,0,1,-1,0,1],Sa=[0,1,1,1,0,0,0,-1,-1,-1];var ne=(t=>(t[t.YES=0]="YES",t[t.NO=1]="NO",t[t.UNSELECTED=2]="UNSELECTED",t))(ne||{}),ye=(t=>(t[t.MAP=0]="MAP",t[t.OBJECT=1]="OBJECT",t[t.CHOICE_YES=2]="CHOICE_YES",t[t.CHOICE_NO=3]="CHOICE_NO",t))(ye||{}),Lt=(t=>(t[t.NORMAL=0]="NORMAL",t[t.CAN_USE=1]="CAN_USE",t[t.NOT_DISAPPEAR=2]="NOT_DISAPPEAR",t))(Lt||{}),W=(t=>(t[t.MAP=1]="MAP",t[t.OBJECT=0]="OBJECT",t))(W||{});class lo{constructor(){var e=window.navigator.userAgent;this.os=this._getOS(e),this.browser=this.getBrowser(e),this.device=this.getDevice()}_getOS(e){return e.match(/xbox/i)?9:e.match(/windows/i)?1:e.match(/macintosh/i)?"ontouchstart"in document?5:2:e.match(/iphone|ipad|ipod/i)?5:e.match(/oculus/i)?8:e.match(/android/i)?4:e.match(/nintendo/i)?6:e.match(/playstation/i)?7:e.match(/linux/i)?3:9999}getBrowser(e){return e.match(/chrome/i)?1:e.match(/firefox/i)?2:e.match(/safari/i)?3:9999}getDevice(){switch(this.os){case 1:case 2:case 3:return 1;case 5:case 4:return 2;case 8:return 3;case 6:case 7:case 9:return 4}return 9999}}var We=(t=>(t[t.WINDOWS=1]="WINDOWS",t[t.MACINTOSH=2]="MACINTOSH",t[t.LINUX=3]="LINUX",t[t.ANDROID=4]="ANDROID",t[t.IOS=5]="IOS",t[t.NINTENDO=6]="NINTENDO",t[t.PLAY_STATION=7]="PLAY_STATION",t[t.OCULUS=8]="OCULUS",t[t.XBOX=9]="XBOX",t[t.OTHERS=9999]="OTHERS",t))(We||{}),be=(t=>(t[t.PC=1]="PC",t[t.SP=2]="SP",t[t.VR=3]="VR",t[t.GAME=4]="GAME",t[t.OTHERS=9999]="OTHERS",t))(be||{}),Ai=(t=>(t[t.CHROME=1]="CHROME",t[t.FIREFOX=2]="FIREFOX",t[t.SAFARI=3]="SAFARI",t[t.OTHERS=9999]="OTHERS",t))(Ai||{}),H=(t=>(t[t.NONE=0]="NONE",t[t.CALL_BY_MAP_PARTS=1]="CALL_BY_MAP_PARTS",t[t.CALL_BY_OBJECT_PARTS=2]="CALL_BY_OBJECT_PARTS",t[t.CALL_BY_ITEM_USE=3]="CALL_BY_ITEM_USE",t[t.CALL_BY_QUICK_SAVE=4]="CALL_BY_QUICK_SAVE",t[t.CALL_BY_QUICK_LOAD=5]="CALL_BY_QUICK_LOAD",t[t.CALL_BY_RESTART_GAME=6]="CALL_BY_RESTART_GAME",t[t.CALL_BY_GOTO_WWA=7]="CALL_BY_GOTO_WWA",t[t.CALL_BY_PASSWORD_SAVE=8]="CALL_BY_PASSWORD_SAVE",t[t.CALL_BY_PASSWORD_LOAD=9]="CALL_BY_PASSWORD_LOAD",t[t.CALL_BY_END_GAME=10]="CALL_BY_END_GAME",t[t.CALL_BY_SUSPEND=11]="CALL_BY_SUSPEND",t[t.CALL_BY_LOG_QUICK_SAVE=12]="CALL_BY_LOG_QUICK_SAVE",t[t.CALL_BY_LOG_QUICK_LOAD=13]="CALL_BY_LOG_QUICK_LOAD",t))(H||{}),se=(t=>(t[t.QUICK_LOAD=0]="QUICK_LOAD",t[t.QUICK_SAVE=1]="QUICK_SAVE",t[t.RESTART_GAME=2]="RESTART_GAME",t[t.GOTO_WWA=3]="GOTO_WWA",t))(se||{}),Xt=(t=>(t[t.UP=0]="UP",t[t.DOWN=1]="DOWN",t))(Xt||{}),Dt=(t=>(t[t.QUICK_LOAD=0]="QUICK_LOAD",t[t.RESTART_GAME=1]="RESTART_GAME",t[t.PASSWORD=2]="PASSWORD",t))(Dt||{}),He=(t=>(t[t.STATIC=0]="STATIC",t[t.CHASE_PLAYER=1]="CHASE_PLAYER",t[t.RUN_OUT=2]="RUN_OUT",t[t.HANG_AROUND=3]="HANG_AROUND",t))(He||{}),ht=(t=>(t[t.MODE_X=0]="MODE_X",t[t.MODE_Y=1]="MODE_Y",t[t.UNDECIDED=2]="UNDECIDED",t))(ht||{}),ue=["cell-load","cell-save","cell-restart","cell-gotowwa"],F=(t=>(t[t.UNDEFINED=0]="UNDEFINED",t[t.IMGPLAYER=1]="IMGPLAYER",t[t.IMGYESNO=2]="IMGYESNO",t[t.HPMAX=3]="HPMAX",t[t.SAVE=4]="SAVE",t[t.ITEM=5]="ITEM",t[t.DEFAULT=6]="DEFAULT",t[t.OLDMAP=7]="OLDMAP",t[t.PARTS=8]="PARTS",t[t.MOVE=9]="MOVE",t[t.MAP=10]="MAP",t[t.DIRMAP=11]="DIRMAP",t[t.IMGFRAME=12]="IMGFRAME",t[t.IMGBOM=13]="IMGBOM",t[t.DELPLAYER=14]="DELPLAYER",t[t.FACE=15]="FACE",t[t.EFFECT=16]="EFFECT",t[t.GAMEOVER=17]="GAMEOVER",t[t.IMGCLICK=18]="IMGCLICK",t[t.STATUS=19]="STATUS",t[t.EFFITEM=20]="EFFITEM",t[t.COLOR=21]="COLOR",t[t.WAIT=22]="WAIT",t[t.SOUND=23]="SOUND",t[t.JUMPGATE=24]="JUMPGATE",t[t.RECPOSITION=25]="RECPOSITION",t[t.JUMPRECPOSITION=26]="JUMPRECPOSITION",t[t.CONSOLE_LOG=27]="CONSOLE_LOG",t[t.COPY_HP_TO=28]="COPY_HP_TO",t[t.SET_HP=29]="SET_HP",t[t.COPY_HPMAX_TO=30]="COPY_HPMAX_TO",t[t.SET_HPMAX=31]="SET_HPMAX",t[t.COPY_AT_TO=32]="COPY_AT_TO",t[t.SET_AT=33]="SET_AT",t[t.COPY_DF_TO=34]="COPY_DF_TO",t[t.SET_DF=35]="SET_DF",t[t.COPY_MONEY_TO=36]="COPY_MONEY_TO",t[t.SET_MONEY=37]="SET_MONEY",t[t.COPY_STEP_COUNT_TO=38]="COPY_STEP_COUNT_TO",t[t.VAR_SET_VAL=39]="VAR_SET_VAL",t[t.VAR_SET=40]="VAR_SET",t[t.VAR_ADD=41]="VAR_ADD",t[t.VAR_SUB=42]="VAR_SUB",t[t.VAR_MUL=43]="VAR_MUL",t[t.VAR_DIV=44]="VAR_DIV",t[t.VAR_SET_RAND=45]="VAR_SET_RAND",t[t.SHOW_STR=46]="SHOW_STR",t[t.GAME_SPEED=47]="GAME_SPEED",t[t.IF=50]="IF",t[t.SET_SPEED=51]="SET_SPEED",t[t.COPY_TIME_TO=52]="COPY_TIME_TO",t[t.HIDE_STATUS=53]="HIDE_STATUS",t[t.VAR_MAP=54]="VAR_MAP",t[t.VAR_MOD=55]="VAR_MOD",t[t.NO_GAMEOVER=56]="NO_GAMEOVER",t[t.ELSE_IF=57]="ELSE_IF",t[t.ELSE=58]="ELSE",t[t.END_IF=59]="END_IF",t[t.SET=60]="SET",t[t.MAP2=61]="MAP2",t[t.SHOW_STR2=62]="SHOW_STR2",t[t.CONSOLE_LOG2=63]="CONSOLE_LOG2",t[t.DELAYBGM=64]="DELAYBGM",t[t.SYSMSG=65]="SYSMSG",t[t.PICTURE=66]="PICTURE",t[t.GAMEPAD_BUTTON=100]="GAMEPAD_BUTTON",t[t.OLDMOVE=101]="OLDMOVE",t[t.LEGACY_IF=10050]="LEGACY_IF",t))(F||{}),_o={"":0,$imgplayer:1,$imgyesno:2,$hpmax:3,$save:4,$item:5,$default:6,$oldmap:7,$parts:8,$move:9,$map:10,$dirmap:11,$imgframe:12,$imgbom:13,$delplayer:14,$face:15,$effect:16,$gameover:17,$imgclick:18,$status:19,$effitem:20,$color:21,$wait:22,$sound:23,$jumpgate:24,$rec_pos:25,$jump_rec_pos:26,$console_log:27,$copy_hp_to:28,$set_hp:29,$copy_hpmax_to:30,$set_hpmax:31,$copy_at_to:32,$set_at:33,$copy_df_to:34,$set_df:35,$copy_money_to:36,$set_money:37,$copy_step_count_to:38,$var_set_val:39,$var_set:40,$var_add:41,$var_sub:42,$var_mul:43,$var_div:44,$var_set_rand:45,$show_str:46,$game_speed:47,$if:50,$set_speed:51,$copy_time_to:52,$hide_status:53,$var_map:54,$var_mod:55,$no_gameover:56,$else_if:57,$else:58,$endif:59,$set:60,$map2:61,$show_str2:62,$console_log2:63,$delaybgm:64,$sysmsg:65,$picture:66,$gamepad_button:100,$oldmove:101},ot=(t=>(t[t.ENERGY=0]="ENERGY",t[t.STRENGTH=1]="STRENGTH",t[t.DEFENCE=2]="DEFENCE",t[t.GOLD=3]="GOLD",t[t.MOVES=4]="MOVES",t))(ot||{}),ge=(t=>(t[t.ENERGY=0]="ENERGY",t[t.STRENGTH=1]="STRENGTH",t[t.DEFENCE=2]="DEFENCE",t[t.GOLD=3]="GOLD",t[t.WIDE_CELL_ROW=4]="WIDE_CELL_ROW",t[t.ITEM_BG=5]="ITEM_BG",t[t.MAIN_FRAME=6]="MAIN_FRAME",t))(ge||{}),de=(t=>(t[t.DECISION=1]="DECISION",t[t.ATTACK=3]="ATTACK",t[t.BGM_LB=70]="BGM_LB",t[t.NO_SOUND=99]="NO_SOUND",t))(de||{});const Re=[1,2,5,8,10,20],fo=["超低速","低速","準低速","中速","高速","超高速"],yi=["energy","strength","defence","gold"];let o=(P=class{},P.WWA_HOME="http://wwajp.com",P.ITEMBOX_SIZE=12,P.MAP_ATR_MAX=60,P.OBJ_ATR_MAX=60,P.OLD_MAP_ATR_MAX=40,P.OLD_OBJ_ATR_MAX=40,P.ATR_TYPE=3,P.ATR_MODE=4,P.ATR_STRING=5,P.ATR_X=6,P.ATR_Y=7,P.ATR_X2=8,P.ATR_Y2=9,P.ATR_ENERGY=10,P.ATR_STRENGTH=11,P.ATR_DEFENCE=12,P.ATR_GOLD=13,P.ATR_ITEM=14,P.ATR_NUMBER=15,P.ATR_JUMP_X=16,P.ATR_MOVE=16,P.ATR_JUMP_Y=17,P.ATR_SOUND=19,P.ATR_APPERANCE_BASE=20,P.REL_ATR_APPERANCE_ID=0,P.REL_ATR_APPERANCE_X=1,P.REL_ATR_APPERANCE_Y=2,P.REL_ATR_APPERANCE_TYPE=3,P.REL_ATR_APPERANCE_UNIT_LENGTH=4,P.ATR_RANDOM_BASE=10,P.RANDOM_ATR_NUM=10,P.RANDOM_ITERATION_MAX=10,P.MAP_STREET=0,P.MAP_WALL=1,P.MAP_LOCALGATE=2,P.MAP_URLGATE=4,P.OBJECT_NORMAL=0,P.OBJECT_MESSAGE=1,P.OBJECT_URLGATE=2,P.OBJECT_STATUS=3,P.OBJECT_ITEM=4,P.OBJECT_DOOR=5,P.OBJECT_MONSTER=6,P.OBJECT_SCORE=11,P.OBJECT_SELL=14,P.OBJECT_BUY=15,P.OBJECT_RANDOM=16,P.OBJECT_SELECT=17,P.OBJECT_LOCALGATE=18,P.SYSTEM_MESSAGE_NUM=20,P.IMGPOS_DEFAULT_YESNO_X=3,P.IMGPOS_DEFAULT_YESNO_Y=1,P.IMGRELPOS_YESNO_YES_X=0,P.IMGRELPOS_YESNO_NO_X=1,P.IMGRELPOS_YESNO_YESP_X=2,P.IMGRELPOS_YESNO_NOP_X=3,P.IMGPOS_DEFAULT_CLICKABLE_ITEM_SIGN_X=0,P.IMGPOS_DEFAULT_CLICKABLE_ITEM_SIGN_Y=0,P.IMGPOS_DEFAULT_FRAME_X=0,P.IMGPOS_DEFAULT_FRAME_Y=1,P.IMGPOS_DEFAULT_BATTLE_EFFECT_X=3,P.IMGPOS_DEFAULT_BATTLE_EFFECT_Y=3,P.DEFAULT_DISABLE_SAVE=!1,P.DEFAULT_OLDMAP=!1,P.DEFAULT_OBJECT_NO_COLLAPSE=!1,P.SPLASH_SCREEN_DISP_MILLS=100,P.DEFAULT_FRAME_INTERVAL=20,P.GAMEOVER_FRAME_INTERVAL=50,P.YESNO_PRESS_DISP_FRAME_NUM=20,P.WAIT_TIME_FRAME_NUM=6,P.CHIP_SIZE=40,P.MAP_WINDOW_WIDTH=440,P.MAP_WINDOW_HEIGHT=440,P.H_PARTS_NUM_IN_WINDOW=P.MAP_WINDOW_WIDTH/P.CHIP_SIZE,P.V_PARTS_NUM_IN_WINDOW=P.MAP_WINDOW_HEIGHT/P.CHIP_SIZE,P.MIN_SPEED_INDEX=0,P.MAX_SPEED_INDEX=Re.length-1,P.QUICK_BATTLE_SPEED_INDECIES=[Re.length-2,Re.length-1],P.ANIMATION_REP_HALF_FRAME=22,P.PLAYER_LOOKING_AROUND_START_FRAME=P.ANIMATION_REP_HALF_FRAME*4,P.RELATIVE_COORD_BIAS=1e4,P.RELATIVE_COORD_LOWER=P.RELATIVE_COORD_BIAS-1e3,P.PLAYER_COORD=P.RELATIVE_COORD_BIAS-1e3,P.LOCALGATE_PLAYER_WAIT_FRAME=5,P.STATUS_CHANGED_EFFECT_FRAME_NUM=20,P.PASSABLE_OBJECT=1,P.APPERANCE_PARTS_MIN_INDEX=0,P.APPERANCE_PARTS_MAX_INDEX=9,P.APPERANCE_PARTS_MIN_INDEX_NO=5,P.APPERANCE_PARTS_MAX_INDEX_YES=4,P.FADEOUT_SPEED=8,P.STATUS_MINUS_BORDER=3e4,P.ITEMBOX_IS_FULL=-1,P.BATTLE_INTERVAL_FRAME_NUM=10,P.BATTLE_SPEED_CHANGE_TURN_NUM=40,P.RANDOM_MOVE_ITERATION_NUM=50,P.RANDOM_MOVE_ITERATION_NUM_BEFORE_V31=8,P.BATTLE_ESTIMATE_MONSTER_TYPE_MAX=8,P.SOUND_MAX=100,P.ITEM_BORDER_IMG_DATA_URL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAArklEQVRYR+2Y0QqAIAxFt///aENJHwxxuJUSxzeh3S7HXaNpEkly4FIRzba0GEyHeVTN7jqDWvb7V4Y1NLibZIY0NbiL5G3MZLCe / 1fn3XJgJYjB7mgg6O1VCEKwXo79JeklY62nB62kRs9BEIKkeNIDhISQEBJC4k0BBCF4D7D4cV9shf99ixdB + MrM0y3fa3zV05D45GOqhwPMGPkYlccIOEY2VKUN0UNVXxC7ADj7mDi9aFZZAAAAAElFTkSuQmCC",P.LOAD_STAGE_MAX_EXCEPT_AUDIO=7,P.WWA_STYLE_TAG_ID="wwa-additional-style",P.DEFAULT_FRAME_COLOR_R=255,P.DEFAULT_FRAME_COLOR_G=255,P.DEFAULT_FRAME_COLOR_B=255,P.DEFAULT_FRAMEOUT_COLOR_R=96,P.DEFAULT_FRAMEOUT_COLOR_G=96,P.DEFAULT_FRAMEOUT_COLOR_B=96,P.DEFAULT_STRBACK_COLOR_R=0,P.DEFAULT_STRBACK_COLOR_G=0,P.DEFAULT_STRBACK_COLOR_B=0,P.DEFAULT_STATUS_COLOR_R=0,P.DEFAULT_STATUS_COLOR_G=0,P.DEFAULT_STATUS_COLOR_B=0,P.KEYPRESS_MESSAGE_CHANGE_FRAME_NUM=20,P.WWAP_SERVER_OLD="http://wwawing.com/wwap",P.WWAP_SERVER="https://wwaphoenix.github.io",P.WWAP_SERVER_AUDIO_DIR="audio",P.WWAP_SERVER_TITLE_IMG="cover_p.gif",P.WWAP_SERVER_LOADER_NO_WORKER="wwaload.noworker.js",P.SCREEN_WIDTH=560,P.SCREEN_HEIGHT=440,P.LOADING_FONT="Times New Roman",P.MSG_STR_WIDTH=16,P.ITEM_EFFECT_SPEED_PIXEL_PER_FRAME=20,P.ITEMBOX_TOP_Y=140,P.USER_VAR_NUM=256,P.USER_VAR_NUM_MAX_VALUE=9007199254740991,P.USET_VAR_NUM_MIN_VALUE=-9007199254740991,P.CONTROLL_WAIT_FRAME=6,P.INLINE_USER_VAR_VIEWER_DISPLAY_NUM=10,P.FIGHT_DRAW_TURN=40,P);const dt=class dt{};dt.QUICK_SAVE_MAX=4,dt.QUICK_SAVE_THUMNAIL_WIDTH=99,dt.QUICK_SAVE_THUMNAIL_HEIGHT=99,dt.SAVE_INTERVAL_MOVE=200,dt.INDEXEDDB_DB_NAME="WWA_WING_DB",dt.INDEXEDDB_TABLE_NAME="SAVE_TABLE",dt.DATE_LAST_SAVE_TEXT_COLOR="rgba(255,255,0,1)";let Se=dt;const it=class it{};it.EMPTY_LOAD="",it.EMPTY_SAVE="",it.PASSWORD="Password",it.QUICK_SAVE="Quick Save",it.QUICK_LOAD="Quick Load",it.BATTLE_REPORT="Battle Report",it.GAME_END="Game End",it.GOTO_WWA="Goto WWA",it.RESTART_GAME="Restart Game";let ze=it;class po{}var Ge=(t=>(t[t.INIT=0]="INIT",t[t.MAP_LOAD=1]="MAP_LOAD",t[t.OBJ_LOAD=2]="OBJ_LOAD",t[t.MAP_ATTR=3]="MAP_ATTR",t[t.OBJ_ATTR=4]="OBJ_ATTR",t[t.RAND_PARTS=5]="RAND_PARTS",t[t.MESSAGE=6]="MESSAGE",t[t.GAME_INIT=7]="GAME_INIT",t[t.AUDIO=8]="AUDIO",t[t.FINISH=9]="FINISH",t))(Ge||{}),mo=["ロードの準備をしています。","背景パーツを読み込んでいます。","物体パーツを読み込んでます。","背景パーツの属性を読み込んでます。","物体パーツの属性を読み込んでます。","ランダムパーツを置換しています。","メッセージを読み込んでます。","Welcome to WWA Wing!"],Ft=["Welcome to WWA Wing!","Now Map Data Loading .....","Now CG Data Loading .....","Now Making chara CG ....."],oe=(t=>(t[t.LINE=30]="LINE",t[t.TITLE_X=100]="TITLE_X",t[t.TITLE_Y=70]="TITLE_Y",t[t.LOADING_X=50]="LOADING_X",t[t.LOADING_Y=140]="LOADING_Y",t[t.ERROR_X=10]="ERROR_X",t[t.ERROR_Y=180]="ERROR_Y",t[t.FOOTER_X=160]="FOOTER_X",t[t.FOOTER_Y=360]="FOOTER_Y",t[t.WORLD_Y=330]="WORLD_Y",t[t.COPYRIGHT_Y=390]="COPYRIGHT_Y",t))(oe||{}),kt=(t=>(t[t.TITLE=32]="TITLE",t[t.LOADING=22]="LOADING",t[t.FOOTER=18]="FOOTER",t[t.ERRROR=16]="ERRROR",t))(kt||{}),$t=(t=>(t[t.COLOR_FRAME=0]="COLOR_FRAME",t[t.COLOR_FRAMEOUT=1]="COLOR_FRAMEOUT",t[t.COLOR_STR=2]="COLOR_STR",t[t.COLOR_STATUS_STR=4]="COLOR_STATUS_STR",t))($t||{}),qt=(t=>(t[t.MESSAGE_WINDOW=0]="MESSAGE_WINDOW",t[t.SIDEBAR=1]="SIDEBAR",t))(qt||{}),Pe=(t=>(t[t.BITSHIFT=16]="BITSHIFT",t[t.BITMASK=65535]="BITMASK",t))(Pe||{}),q=(t=>(t[t.NONE=0]="NONE",t[t.KEYDOWN=1]="KEYDOWN",t[t.KEYPRESS=2]="KEYPRESS",t[t.KEYUP=3]="KEYUP",t[t.KEYPRESS_MESSAGECHANGE=4]="KEYPRESS_MESSAGECHANGE",t))(q||{}),D=(t=>(t[t.KEY_ENTER=13]="KEY_ENTER",t[t.KEY_SHIFT=16]="KEY_SHIFT",t[t.KEY_ESC=27]="KEY_ESC",t[t.KEY_SPACE=32]="KEY_SPACE",t[t.KEY_LEFT=37]="KEY_LEFT",t[t.KEY_UP=38]="KEY_UP",t[t.KEY_RIGHT=39]="KEY_RIGHT",t[t.KEY_DOWN=40]="KEY_DOWN",t[t.KEY_1=49]="KEY_1",t[t.KEY_2=50]="KEY_2",t[t.KEY_3=51]="KEY_3",t[t.KEY_A=65]="KEY_A",t[t.KEY_B=66]="KEY_B",t[t.KEY_C=67]="KEY_C",t[t.KEY_D=68]="KEY_D",t[t.KEY_E=69]="KEY_E",t[t.KEY_F=70]="KEY_F",t[t.KEY_G=71]="KEY_G",t[t.KEY_H=72]="KEY_H",t[t.KEY_I=73]="KEY_I",t[t.KEY_J=74]="KEY_J",t[t.KEY_K=75]="KEY_K",t[t.KEY_L=76]="KEY_L",t[t.KEY_M=77]="KEY_M",t[t.KEY_N=78]="KEY_N",t[t.KEY_O=79]="KEY_O",t[t.KEY_P=80]="KEY_P",t[t.KEY_Q=81]="KEY_Q",t[t.KEY_R=82]="KEY_R",t[t.KEY_S=83]="KEY_S",t[t.KEY_T=84]="KEY_T",t[t.KEY_U=85]="KEY_U",t[t.KEY_V=86]="KEY_V",t[t.KEY_W=87]="KEY_W",t[t.KEY_X=88]="KEY_X",t[t.KEY_Y=89]="KEY_Y",t[t.KEY_Z=90]="KEY_Z",t[t.KEY_F1=112]="KEY_F1",t[t.KEY_F2=113]="KEY_F2",t[t.KEY_F3=114]="KEY_F3",t[t.KEY_F4=115]="KEY_F4",t[t.KEY_F5=116]="KEY_F5",t[t.KEY_F6=117]="KEY_F6",t[t.KEY_F7=118]="KEY_F7",t[t.KEY_F8=119]="KEY_F8",t[t.KEY_F9=120]="KEY_F9",t[t.KEY_F10=121]="KEY_F10",t[t.KEY_F12=123]="KEY_F12",t))(D||{});const Je=class Je{checkHitKey(e){var s=this.getKeyState(e);return s===1||s===2}getKeyState(e){return this._prevKeyState[e]?this._keyState[e]?2:3:this._keyState[e]?1:0}getKeyStateForControllPlayer(e){return this._prevKeyStateOnControllable[e]?this._keyState[e]?2:3:this._keyState[e]?1:0}getKeyStateForMessageCheck(e){return this._prevKeyState[e]?this._keyState[e]?this._keyInputContinueFrameNum[e]>=o.KEYPRESS_MESSAGE_CHANGE_FRAME_NUM?4:2:3:this._keyState[e]?1:0}setPressInfo(e){this._nextKeyState[e]=!0,this._keyInputContinueFrameNum[e]=-1}setReleaseInfo(e){this._nextKeyState[e]=!1,this._keyInputContinueFrameNum[e]=-1}update(){var e;for(this._prevKeyState=this._keyState.slice(),this._keyState=this._nextKeyState.slice(),e=0;e<Je.KEY_BUFFER_MAX;e++)this._keyState[e]&&this._keyInputContinueFrameNum[e]++}memorizeKeyStateOnControllableFrame(){this._prevKeyStateOnControllable=this._keyState.slice()}allClear(){var e;for(this._nextKeyState=new Array(Je.KEY_BUFFER_MAX),e=0;e<Je.KEY_BUFFER_MAX;e++)this._nextKeyState[e]=!1}constructor(){var e;for(this._nextKeyState=new Array(Je.KEY_BUFFER_MAX),this._keyState=new Array(Je.KEY_BUFFER_MAX),this._prevKeyState=new Array(Je.KEY_BUFFER_MAX),this._prevKeyStateOnControllable=new Array(Je.KEY_BUFFER_MAX),this._keyInputContinueFrameNum=new Array(Je.KEY_BUFFER_MAX),e=0;e<Je.KEY_BUFFER_MAX;e++)this._nextKeyState[e]=!1,this._keyState[e]=!1,this._prevKeyState[e]=!1,this._prevKeyStateOnControllable[e]=!1,this._keyInputContinueFrameNum[e]=0}};Je.KEY_BUFFER_MAX=256;let Ca=Je;var mt=(t=>(t[t.NONE=0]="NONE",t[t.MOUSEDOWN=1]="MOUSEDOWN",t[t.MOUSEPRESS=2]="MOUSEPRESS",t[t.MOUSEUP=3]="MOUSEUP",t))(mt||{});class Eo{checkClickMouse(e){var s;return e!==void 0?s=this.getMouseState(e):s=this.getMouseState(),s===1||s===2}getMouseState(e){return e!==void 0&&this._inputDir!==e?0:this._prevMouseState?this._mouseState?2:3:this._mouseState?1:0}getMouseStateForControllPlayer(e){return e!==void 0&&this._inputDir!==e?0:this._prevMouseStateOnControllable?this._mouseState?2:3:this._mouseState?1:0}setPressInfo(e,s){this._nextMouseState=!0,this._inputDir=e,this._touchID=s}setReleaseInfo(){this._touchID=0,this._nextMouseState=!1}touchIDIsSetDir(){return this._touchID===1}memorizeMouseStateOnControllableFrame(){this._prevMouseStateOnControllable=this._mouseState}update(){this._prevMouseState=this._mouseState,this._mouseState=this._nextMouseState}clear(){this._nextMouseState=!1}getTouchID(){return this._touchID}constructor(){this._prevMouseState=!1,this._mouseState=!1,this._nextMouseState=!1}}var J=(t=>(t[t.BUTTON_INDEX_B=0]="BUTTON_INDEX_B",t[t.BUTTON_INDEX_A=1]="BUTTON_INDEX_A",t[t.BUTTON_INDEX_Y=2]="BUTTON_INDEX_Y",t[t.BUTTON_INDEX_X=3]="BUTTON_INDEX_X",t[t.BUTTON_INDEX_L=4]="BUTTON_INDEX_L",t[t.BUTTON_INDEX_R=5]="BUTTON_INDEX_R",t[t.BUTTON_INDEX_ZL=6]="BUTTON_INDEX_ZL",t[t.BUTTON_INDEX_ZR=7]="BUTTON_INDEX_ZR",t[t.BUTTON_INDEX_MINUS=8]="BUTTON_INDEX_MINUS",t[t.BUTTON_INDEX_PLUS=9]="BUTTON_INDEX_PLUS",t[t.BUTTON_INDEX_LEFT_STICK=10]="BUTTON_INDEX_LEFT_STICK",t[t.BUTTON_INDEX_RIGHT_STICK=11]="BUTTON_INDEX_RIGHT_STICK",t[t.BUTTON_CROSS_KEY_UP=12]="BUTTON_CROSS_KEY_UP",t[t.BUTTON_CROSS_KEY_DOWN=13]="BUTTON_CROSS_KEY_DOWN",t[t.BUTTON_CROSS_KEY_LEFT=14]="BUTTON_CROSS_KEY_LEFT",t[t.BUTTON_CROSS_KEY_RIGHT=15]="BUTTON_CROSS_KEY_RIGHT",t))(J||{});class xo{constructor(){this.gamepad=null,this.triggers=[];var e;for(e=0;e<16;e++)this.triggers[e]=!1}update(){this.gamepad=null;var e=navigator.getGamepads?navigator.getGamepads():navigator.webkitGetGamepads?navigator.webkitGetGamepads:[];if(e&&e.length>0&&e[0]){var s=e[0];this.gamepad=s}}buttonTrigger(...e){if(!this.gamepad)return!1;var s,a,i,r,n;for(a=e.length,s=0;s<a;s++){i=e[s];var h=this.gamepad.buttons[i];if(!h)return!1;if(typeof h=="object"?r=h.pressed===!0:h===1?r=!0:r=!1,n=this.triggers[i],this.triggers[i]=r,r&&!n)return!0}return!1}buttonPressed(...e){if(!this.gamepad)return!1;var s,a,i,r;for(a=e.length,s=0;s<a;s++){i=e[s];var n=this.gamepad.buttons[i];if(!n)return!1;if(typeof n=="object"?r=n.pressed===!0:n===1?r=!0:r=!1,r)return!0}return!1}crossPressed(...e){if(!this.gamepad)return!1;var s,a,i;for(a=e.length,s=0;s<a;s++)switch(i=e[s],i){case 12:if(this.gamepad.axes[1]<=-.6||this.gamepad.axes[3]<=-.6||this.stickFloor(9)===-1||this.buttonPressed(12))return!0;break;case 13:if(this.gamepad.axes[1]>=.7||this.gamepad.axes[3]>=.7||this.stickFloor(9)===.1||this.buttonPressed(13))return!0;break;case 14:if(this.gamepad.axes[0]<=-.7||this.gamepad.axes[2]<=-.7||this.stickFloor(9)===.7||this.buttonPressed(14))return!0;break;case 15:if(this.gamepad.axes[0]>.6||this.gamepad.axes[2]>.6||this.stickFloor(9)===-.5||this.buttonPressed(15))return!0;break}return!1}vibration(e){if(!this.gamepad||!this.gamepad.vibrationActuator)return!1;e?this.gamepad.vibrationActuator.playEffect("dual-rumble",{startDelay:0,duration:100,weakMagnitude:1,strongMagnitude:.5}):this.gamepad.vibrationActuator.playEffect("dual-rumble",{startDelay:0,duration:100,weakMagnitude:.5,strongMagnitude:1})}stickFloor(...e){if(!this.gamepad)return 0;var s,a,i;for(a=e.length,s=0;s<a;s++){i=e[s];var r=this.gamepad.axes[i];return typeof r!="number"?0:Math.floor(r*10)/10}return 0}}class ms{constructor(e=0){this.lastCalculatedTimeUnixMs=Date.now(),this.lastCalculatedPlayTimeMs=e}calculateTimeMs(){const e=Date.now(),s=e-this.lastCalculatedTimeUnixMs+this.lastCalculatedPlayTimeMs;return this.lastCalculatedTimeUnixMs=e,this.lastCalculatedPlayTimeMs=s,s}calculatePlayTimeFormat(){return ms.formatPlayTimeText(this.calculateTimeMs()/1e3)}static formatPlayTimeText(e){const s=Math.floor(e);return s>=36e6?"9999:99:99":("000"+(s/60/60|0)).slice(-4)+":"+("0"+(s/60|0)%60).slice(-2)+":"+("0"+s%60).slice(-2)}}const go=["BUTTON_ENTER","BUTTON_ESC","BUTTON_SIDEBAR","BUTTON_FAST","BUTTON_SLOW","BUTTON_LEFT","BUTTON_UP","BUTTON_RIGHT","BUTTON_DOWN"],Si=["BUTTON_LEFT","BUTTON_UP","BUTTON_RIGHT","BUTTON_DOWN"],vo=new Set(Si);class Es{constructor(e,s=!1,a=null,i=null,r=null,n=null){if(this._enabled=e!==null,this._visible=s,this._onTouchStart=r||null,this._onTouchEnd=n||null,this._availableButtons=[],this._isTouchingButtons={},this._moveButtonsElement=i,this._buttonWrapperElement=a,this._setVisible(s),this._moveButtonsElement&&(this._moveButtonsElement.style.visibility="visible"),this._buttonWrapperElement&&(this._buttonWrapperElement.style.visibility="visible"),e!==null){for(const h in e){const u=e[h];if(!u)continue;const c=h;this._availableButtons.push(c),u.setAttribute("type",h),this._isTouchingButtons[c]={prev:!1,current:!1,next:!1};const l=_=>{_.cancelable&&_.preventDefault()},f=_=>{l(_),this.allClear()};u.addEventListener("touchstart",_=>{l(_),this.setTouchInfo(c)}),u.addEventListener("touchcancel",f),Es.isMoveButton(c)?(u.addEventListener("touchmove",this._detectMovingMoveButton.bind(this)),u.addEventListener("touchend",this.allMoveClear.bind(this))):u.addEventListener("touchend",_=>{l(_),this.clearTouchInfo(c)})}i!==null&&i.addEventListener("touchmove",this._detectMovingMoveButton.bind(this))}}_detectMovingMoveButton(e){e.preventDefault(),this.allMoveClear();const s=e.targetTouches.item(0);if(!this._moveButtonsElement||s===null)return;const a=this._moveButtonsElement.getBoundingClientRect(),i=document.body.getBoundingClientRect(),r=a.left-i.left+a.width/2,n=a.top-i.top+a.height/2,h=s.pageX-r,u=s.pageY-n;h>=u?h<=-u?this.setTouchInfo("BUTTON_UP"):this.setTouchInfo("BUTTON_RIGHT"):h>=-u?this.setTouchInfo("BUTTON_DOWN"):this.setTouchInfo("BUTTON_LEFT")}_setVisible(e){this._moveButtonsElement!==null&&(this._moveButtonsElement.style.display=e?"grid":"none"),this._buttonWrapperElement!==null&&(this._buttonWrapperElement.style.display=e?"grid":"none"),this._visible=e}checkTouchButton(e){return this._enabled?this.getButtonState(e)==="TOUCH":!1}checkTouchingButton(e){if(!this._enabled)return!1;const s=this.getButtonState(e);return s==="TOUCH"||s==="TOUCHING"}getButtonState(e){const s=this._isTouchingButtons[e];if(!this._enabled||s===void 0)return"NONE";const a=s.prev,i=s.current;return a&&i?"TOUCHING":i?"TOUCH":a?"LEAVE":"NONE"}setTouchInfo(e){const s=this._isTouchingButtons[e];!this._enabled||s===void 0||(s.next=!0)}clearTouchInfo(e){const s=this._isTouchingButtons[e];!this._enabled||s===void 0||(s.next=!1)}allMoveClear(){Si.forEach(e=>{this._availableButtons.includes(e)&&this.clearTouchInfo(e)})}allClear(){this._availableButtons.forEach(e=>{if(e!==void 0){const s=this._isTouchingButtons[e];s!==void 0&&(s.next=!1)}})}static isMoveButton(e){return vo.has(e)}update(){this._availableButtons.forEach(e=>{if(e===void 0)return;const s=this._isTouchingButtons[e];if(s!==void 0)switch(this._isTouchingButtons[e].prev=s.current,this._isTouchingButtons[e].current=s.next,this.getButtonState(e)){case"TOUCH":this._onTouchStart?.(e);break;case"LEAVE":this._onTouchEnd?.(e);break}})}toggleVisible(){this._setVisible(!this._visible)}}function wo(){const t=document.getElementsByTagName("head")[0];let e=document.createElement("meta");e.setAttribute("name","viewport"),t.appendChild(e),Ci()}function Ci(){const a=document.querySelector("meta[name='viewport']"),i=window.innerWidth,r=window.innerHeight;let n="user-scalable=no";i>r?n=`width=${Math.floor(i/r*456)},${n}`:i<=r&&(n=`width=576,${n}`),a?.setAttribute("content",`${n}`)}function Ao(){return`
|
|
9
|
+
変更できません。`}}),h=Object.keys(m),g=h.reduce((e,t)=>({...e,[t]:t}),{}),_=m;function v(e){return h.some(t=>t===e)}function y(e){for(let t of h)if(_[t].code===e)return t}var b=class e{add(e){return this.strength+=e.strength,this.defence+=e.defence,this}plus(t){return new e(this.strength+t.strength,this.defence+t.defence)}minus(t){return new e(this.strength-t.strength,this.defence-t.defence)}equals(e){return this.strength===e.strength&&this.defence===e.defence}constructor(e,t){this.strength=e,this.defence=t}},x=class e extends b{add(t){return t instanceof e&&(this.energy+=t.energy,this.gold+=t.gold),this.strength+=t.strength,this.defence+=t.defence,this}plus(t){return t instanceof e?new e(this.energy+t.energy,this.strength+t.strength,this.defence+t.defence,this.gold+t.gold):new e(this.energy,this.strength+t.strength,this.defence+t.defence,this.gold)}minus(t){return t instanceof e?new e(this.energy-t.energy,this.strength-t.strength,this.defence-t.defence,this.gold-t.gold):new e(this.energy,this.strength-t.strength,this.defence-t.defence,this.gold)}equals(e){return this.energy===e.energy&&this.strength===e.strength&&this.defence===e.defence&&this.gold===e.gold}calculateScore(e){return Object.keys(e.rates).reduce((t,n)=>t+e.rates[n]*this[n],0)}clone(){return new e(this.energy,this.strength,this.defence,this.gold)}constructor(e,t,n,r){super(t,n),this.energy=e,this.gold=r}},S=class e{equals(e){return this.x===e.x&&this.y===e.y}substract(t){return new e(this.x-t.x,this.y-t.y)}clone(){return new e(this.x,this.y)}convertIntoPosition(e){return new C(e,this.x,this.y,0,0)}getDirectionTo(e){return this.x<e.x?this.y>e.y?T.RIGHT_UP:this.y===e.y?T.RIGHT:T.RIGHT_DOWN:this.x===e.x?this.y>e.y?T.UP:this.y===e.y?T.NO_DIRECTION:T.DOWN:this.y>e.y?T.LEFT_UP:this.y===e.y?T.LEFT:T.LEFT_DOWN}toString(){return`(`+this.x+`, `+this.y+`)`}constructor(e=0,t=0){this.x=e,this.y=t}},C=class e{getPartsCoord(){return this._partsCoord}getOffsetCoord(){return this._offsetCoord}getScreenTopPosition(){var t=Math.floor(this._partsCoord.x/(L.H_PARTS_NUM_IN_WINDOW-1))*(L.H_PARTS_NUM_IN_WINDOW-1),n=Math.floor(this._partsCoord.y/(L.V_PARTS_NUM_IN_WINDOW-1))*(L.V_PARTS_NUM_IN_WINDOW-1);return new e(this._wwa,t,n,0,0)}getDefaultCameraPosition(){var e=this.getScreenTopPosition(),t=e.getPartsCoord(),n=this._wwa.getMapWidth(),r=e.getPartsCoord().clone();return t.x===n-1&&r.x--,t.y===n-1&&r.y--,r.convertIntoPosition(this._wwa).getScreenTopPosition()}getNextJustPosition(t){if(t!==void 0){var n=this._partsCoord;return new e(this._wwa,n.x+E[t],n.y+D[t],0,0)}var r=this._partsCoord.x,i=this._partsCoord.y;return this._offsetCoord.x<0?r--:this._offsetCoord.x>0&&r++,this._offsetCoord.y<0?i--:this._offsetCoord.y>0&&i++,new e(this._wwa,r,i,0,0)}getNextFramePosition(t,n,r){var i=this._partsCoord.x,a=this._partsCoord.y,o=this._offsetCoord.x+E[t]*n,s=this._offsetCoord.y+D[t]*r;if(o<0){var c=Math.floor(Math.abs(o)/L.CHIP_SIZE);i-=c,o=(o+c*L.CHIP_SIZE)%L.CHIP_SIZE}if(s<0){var l=Math.floor(Math.abs(s)/L.CHIP_SIZE);a-=l,s=(s+l*L.CHIP_SIZE)%L.CHIP_SIZE}return o>=L.CHIP_SIZE&&(i+=Math.floor(o/L.CHIP_SIZE),o=(o+L.CHIP_SIZE)%L.CHIP_SIZE),s>=L.CHIP_SIZE&&(a+=Math.floor(s/L.CHIP_SIZE),s=(s+L.CHIP_SIZE)%L.CHIP_SIZE),new e(this._wwa,i,a,o,s)}isJustPosition(){return this._offsetCoord.x==0&&this._offsetCoord.y==0}isScreenTopPosition(){var e=this.getScreenTopPosition();return this.equals(e)}equals(e){return this._partsCoord.equals(e.getPartsCoord())&&this._offsetCoord.equals(e.getOffsetCoord())}isInCameraRange(e,t=!1){var n=e.getPosition()._partsCoord,r=this._partsCoord.x,i=this._partsCoord.y,a=+!!t;return n.x<=r&&r<n.x+L.H_PARTS_NUM_IN_WINDOW-a&&n.y<=i&&i<n.y+L.V_PARTS_NUM_IN_WINDOW-a}hasLocalGate(){return this._wwa.getMapTypeByPosition(this)===L.MAP_LOCALGATE||this._wwa.getObjectTypeByPosition(this)===L.OBJECT_LOCALGATE}clone(){return new e(this._wwa,this._partsCoord.x,this._partsCoord.y,this._offsetCoord.x,this._offsetCoord.y)}constructor(e,t,n,r=0,i=0){if(this._wwa=e,this._wwa===void 0)throw Error(`WWAのインスタンスが存在しません. `);var a=this._wwa.getMapWidth();if(t<0||t>=a||t>=a-1&&r>0||n<0||n>=a||n>=a-1&&i>0)throw Error(`範囲外の座標です!! parts:(`+t+`, `+n+`), offset:(`+r+`, `+i+`), mapWidth = `+a);this._partsCoord=new S(t,n),this._offsetCoord=new S(r,i)}},ee=class{constructor(e,t,n){this.destPos=e.clone(),this.srcPos=t.clone(),this.srcSize=n.clone()}},te=class{constructor(e,t,n,r,i){this.partsIDObj=e,this.x=t,this.y=n,this.isStatic=r,this.isFighting=i}},w=function(e){return e[e.GOTO_WWA=0]=`GOTO_WWA`,e[e.BATTLE_REPORT=1]=`BATTLE_REPORT`,e[e.GAME_END=2]=`GAME_END`,e}({}),T=function(e){return e[e.UNUSED=0]=`UNUSED`,e[e.LEFT=4]=`LEFT`,e[e.RIGHT=6]=`RIGHT`,e[e.DOWN=2]=`DOWN`,e[e.UP=8]=`UP`,e[e.LEFT_DOWN=1]=`LEFT_DOWN`,e[e.LEFT_UP=7]=`LEFT_UP`,e[e.RIGHT_DOWN=3]=`RIGHT_DOWN`,e[e.RIGHT_UP=9]=`RIGHT_UP`,e[e.NO_DIRECTION=5]=`NO_DIRECTION`,e}({}),E=[0,-1,0,1,-1,0,1,-1,0,1],D=[0,1,1,1,0,0,0,-1,-1,-1],O=function(e){return e[e.YES=0]=`YES`,e[e.NO=1]=`NO`,e[e.UNSELECTED=2]=`UNSELECTED`,e}({}),k=function(e){return e[e.MAP=0]=`MAP`,e[e.OBJECT=1]=`OBJECT`,e[e.CHOICE_YES=2]=`CHOICE_YES`,e[e.CHOICE_NO=3]=`CHOICE_NO`,e}({}),ne=function(e){return e[e.NORMAL=0]=`NORMAL`,e[e.CAN_USE=1]=`CAN_USE`,e[e.NOT_DISAPPEAR=2]=`NOT_DISAPPEAR`,e}({}),A=function(e){return e[e.MAP=1]=`MAP`,e[e.OBJECT=0]=`OBJECT`,e}({}),j=class{constructor(){var e=window.navigator.userAgent;this.os=this._getOS(e),this.browser=this.getBrowser(e),this.device=this.getDevice()}_getOS(e){return e.match(/xbox/i)?M.XBOX:e.match(/windows/i)?M.WINDOWS:e.match(/macintosh/i)?`ontouchstart`in document?M.IOS:M.MACINTOSH:e.match(/iphone|ipad|ipod/i)?M.IOS:e.match(/oculus/i)?M.OCULUS:e.match(/android/i)?M.ANDROID:e.match(/nintendo/i)?M.NINTENDO:e.match(/playstation/i)?M.PLAY_STATION:e.match(/linux/i)?M.LINUX:M.OTHERS}getBrowser(e){return e.match(/chrome/i)?ie.CHROME:e.match(/firefox/i)?ie.FIREFOX:e.match(/safari/i)?ie.SAFARI:ie.OTHERS}getDevice(){switch(this.os){case M.WINDOWS:case M.MACINTOSH:case M.LINUX:return re.PC;case M.IOS:case M.ANDROID:return re.SP;case M.OCULUS:return re.VR;case M.NINTENDO:case M.PLAY_STATION:case M.XBOX:return re.GAME}return re.OTHERS}},M=function(e){return e[e.WINDOWS=1]=`WINDOWS`,e[e.MACINTOSH=2]=`MACINTOSH`,e[e.LINUX=3]=`LINUX`,e[e.ANDROID=4]=`ANDROID`,e[e.IOS=5]=`IOS`,e[e.NINTENDO=6]=`NINTENDO`,e[e.PLAY_STATION=7]=`PLAY_STATION`,e[e.OCULUS=8]=`OCULUS`,e[e.XBOX=9]=`XBOX`,e[e.OTHERS=9999]=`OTHERS`,e}({}),re=function(e){return e[e.PC=1]=`PC`,e[e.SP=2]=`SP`,e[e.VR=3]=`VR`,e[e.GAME=4]=`GAME`,e[e.OTHERS=9999]=`OTHERS`,e}({}),ie=function(e){return e[e.CHROME=1]=`CHROME`,e[e.FIREFOX=2]=`FIREFOX`,e[e.SAFARI=3]=`SAFARI`,e[e.OTHERS=9999]=`OTHERS`,e}({}),N=function(e){return e[e.NONE=0]=`NONE`,e[e.CALL_BY_MAP_PARTS=1]=`CALL_BY_MAP_PARTS`,e[e.CALL_BY_OBJECT_PARTS=2]=`CALL_BY_OBJECT_PARTS`,e[e.CALL_BY_ITEM_USE=3]=`CALL_BY_ITEM_USE`,e[e.CALL_BY_QUICK_SAVE=4]=`CALL_BY_QUICK_SAVE`,e[e.CALL_BY_QUICK_LOAD=5]=`CALL_BY_QUICK_LOAD`,e[e.CALL_BY_RESTART_GAME=6]=`CALL_BY_RESTART_GAME`,e[e.CALL_BY_GOTO_WWA=7]=`CALL_BY_GOTO_WWA`,e[e.CALL_BY_PASSWORD_SAVE=8]=`CALL_BY_PASSWORD_SAVE`,e[e.CALL_BY_PASSWORD_LOAD=9]=`CALL_BY_PASSWORD_LOAD`,e[e.CALL_BY_END_GAME=10]=`CALL_BY_END_GAME`,e[e.CALL_BY_SUSPEND=11]=`CALL_BY_SUSPEND`,e[e.CALL_BY_LOG_QUICK_SAVE=12]=`CALL_BY_LOG_QUICK_SAVE`,e[e.CALL_BY_LOG_QUICK_LOAD=13]=`CALL_BY_LOG_QUICK_LOAD`,e}({}),P=function(e){return e[e.QUICK_LOAD=0]=`QUICK_LOAD`,e[e.QUICK_SAVE=1]=`QUICK_SAVE`,e[e.RESTART_GAME=2]=`RESTART_GAME`,e[e.GOTO_WWA=3]=`GOTO_WWA`,e}({}),ae=function(e){return e[e.UP=0]=`UP`,e[e.DOWN=1]=`DOWN`,e}({}),oe=function(e){return e[e.QUICK_LOAD=0]=`QUICK_LOAD`,e[e.RESTART_GAME=1]=`RESTART_GAME`,e[e.PASSWORD=2]=`PASSWORD`,e}({}),se=function(e){return e[e.STATIC=0]=`STATIC`,e[e.CHASE_PLAYER=1]=`CHASE_PLAYER`,e[e.RUN_OUT=2]=`RUN_OUT`,e[e.HANG_AROUND=3]=`HANG_AROUND`,e}({}),ce=function(e){return e[e.MODE_X=0]=`MODE_X`,e[e.MODE_Y=1]=`MODE_Y`,e[e.UNDECIDED=2]=`UNDECIDED`,e}({}),F=[`cell-load`,`cell-save`,`cell-restart`,`cell-gotowwa`],I=function(e){return e[e.UNDEFINED=0]=`UNDEFINED`,e[e.IMGPLAYER=1]=`IMGPLAYER`,e[e.IMGYESNO=2]=`IMGYESNO`,e[e.HPMAX=3]=`HPMAX`,e[e.SAVE=4]=`SAVE`,e[e.ITEM=5]=`ITEM`,e[e.DEFAULT=6]=`DEFAULT`,e[e.OLDMAP=7]=`OLDMAP`,e[e.PARTS=8]=`PARTS`,e[e.MOVE=9]=`MOVE`,e[e.MAP=10]=`MAP`,e[e.DIRMAP=11]=`DIRMAP`,e[e.IMGFRAME=12]=`IMGFRAME`,e[e.IMGBOM=13]=`IMGBOM`,e[e.DELPLAYER=14]=`DELPLAYER`,e[e.FACE=15]=`FACE`,e[e.EFFECT=16]=`EFFECT`,e[e.GAMEOVER=17]=`GAMEOVER`,e[e.IMGCLICK=18]=`IMGCLICK`,e[e.STATUS=19]=`STATUS`,e[e.EFFITEM=20]=`EFFITEM`,e[e.COLOR=21]=`COLOR`,e[e.WAIT=22]=`WAIT`,e[e.SOUND=23]=`SOUND`,e[e.JUMPGATE=24]=`JUMPGATE`,e[e.RECPOSITION=25]=`RECPOSITION`,e[e.JUMPRECPOSITION=26]=`JUMPRECPOSITION`,e[e.CONSOLE_LOG=27]=`CONSOLE_LOG`,e[e.COPY_HP_TO=28]=`COPY_HP_TO`,e[e.SET_HP=29]=`SET_HP`,e[e.COPY_HPMAX_TO=30]=`COPY_HPMAX_TO`,e[e.SET_HPMAX=31]=`SET_HPMAX`,e[e.COPY_AT_TO=32]=`COPY_AT_TO`,e[e.SET_AT=33]=`SET_AT`,e[e.COPY_DF_TO=34]=`COPY_DF_TO`,e[e.SET_DF=35]=`SET_DF`,e[e.COPY_MONEY_TO=36]=`COPY_MONEY_TO`,e[e.SET_MONEY=37]=`SET_MONEY`,e[e.COPY_STEP_COUNT_TO=38]=`COPY_STEP_COUNT_TO`,e[e.VAR_SET_VAL=39]=`VAR_SET_VAL`,e[e.VAR_SET=40]=`VAR_SET`,e[e.VAR_ADD=41]=`VAR_ADD`,e[e.VAR_SUB=42]=`VAR_SUB`,e[e.VAR_MUL=43]=`VAR_MUL`,e[e.VAR_DIV=44]=`VAR_DIV`,e[e.VAR_SET_RAND=45]=`VAR_SET_RAND`,e[e.SHOW_STR=46]=`SHOW_STR`,e[e.GAME_SPEED=47]=`GAME_SPEED`,e[e.IF=50]=`IF`,e[e.SET_SPEED=51]=`SET_SPEED`,e[e.COPY_TIME_TO=52]=`COPY_TIME_TO`,e[e.HIDE_STATUS=53]=`HIDE_STATUS`,e[e.VAR_MAP=54]=`VAR_MAP`,e[e.VAR_MOD=55]=`VAR_MOD`,e[e.NO_GAMEOVER=56]=`NO_GAMEOVER`,e[e.ELSE_IF=57]=`ELSE_IF`,e[e.ELSE=58]=`ELSE`,e[e.END_IF=59]=`END_IF`,e[e.SET=60]=`SET`,e[e.MAP2=61]=`MAP2`,e[e.SHOW_STR2=62]=`SHOW_STR2`,e[e.CONSOLE_LOG2=63]=`CONSOLE_LOG2`,e[e.DELAYBGM=64]=`DELAYBGM`,e[e.SYSMSG=65]=`SYSMSG`,e[e.PICTURE=66]=`PICTURE`,e[e.GAMEPAD_BUTTON=100]=`GAMEPAD_BUTTON`,e[e.OLDMOVE=101]=`OLDMOVE`,e[e.LEGACY_IF=10050]=`LEGACY_IF`,e}({}),le={"":0,$imgplayer:1,$imgyesno:2,$hpmax:3,$save:4,$item:5,$default:6,$oldmap:7,$parts:8,$move:9,$map:10,$dirmap:11,$imgframe:12,$imgbom:13,$delplayer:14,$face:15,$effect:16,$gameover:17,$imgclick:18,$status:19,$effitem:20,$color:21,$wait:22,$sound:23,$jumpgate:24,$rec_pos:25,$jump_rec_pos:26,$console_log:27,$copy_hp_to:28,$set_hp:29,$copy_hpmax_to:30,$set_hpmax:31,$copy_at_to:32,$set_at:33,$copy_df_to:34,$set_df:35,$copy_money_to:36,$set_money:37,$copy_step_count_to:38,$var_set_val:39,$var_set:40,$var_add:41,$var_sub:42,$var_mul:43,$var_div:44,$var_set_rand:45,$show_str:46,$game_speed:47,$if:50,$set_speed:51,$copy_time_to:52,$hide_status:53,$var_map:54,$var_mod:55,$no_gameover:56,$else_if:57,$else:58,$endif:59,$set:60,$map2:61,$show_str2:62,$console_log2:63,$delaybgm:64,$sysmsg:65,$picture:66,$gamepad_button:100,$oldmove:101},ue=function(e){return e[e.ENERGY=0]=`ENERGY`,e[e.STRENGTH=1]=`STRENGTH`,e[e.DEFENCE=2]=`DEFENCE`,e[e.GOLD=3]=`GOLD`,e[e.MOVES=4]=`MOVES`,e}({}),de=function(e){return e[e.ENERGY=0]=`ENERGY`,e[e.STRENGTH=1]=`STRENGTH`,e[e.DEFENCE=2]=`DEFENCE`,e[e.GOLD=3]=`GOLD`,e[e.WIDE_CELL_ROW=4]=`WIDE_CELL_ROW`,e[e.ITEM_BG=5]=`ITEM_BG`,e[e.MAIN_FRAME=6]=`MAIN_FRAME`,e}({}),fe=[1,2,5,8,10,20],pe=[`超低速`,`低速`,`準低速`,`中速`,`高速`,`超高速`],me=[`energy`,`strength`,`defence`,`gold`],L=class e{static{this.WWA_HOME=`http://wwajp.com`}static{this.ITEMBOX_SIZE=12}static{this.MAP_ATR_MAX=60}static{this.OBJ_ATR_MAX=60}static{this.OLD_MAP_ATR_MAX=40}static{this.OLD_OBJ_ATR_MAX=40}static{this.ATR_TYPE=3}static{this.ATR_MODE=4}static{this.ATR_STRING=5}static{this.ATR_X=6}static{this.ATR_Y=7}static{this.ATR_X2=8}static{this.ATR_Y2=9}static{this.ATR_ENERGY=10}static{this.ATR_STRENGTH=11}static{this.ATR_DEFENCE=12}static{this.ATR_GOLD=13}static{this.ATR_ITEM=14}static{this.ATR_NUMBER=15}static{this.ATR_JUMP_X=16}static{this.ATR_MOVE=16}static{this.ATR_JUMP_Y=17}static{this.ATR_SOUND=19}static{this.ATR_APPERANCE_BASE=20}static{this.REL_ATR_APPERANCE_ID=0}static{this.REL_ATR_APPERANCE_X=1}static{this.REL_ATR_APPERANCE_Y=2}static{this.REL_ATR_APPERANCE_TYPE=3}static{this.REL_ATR_APPERANCE_UNIT_LENGTH=4}static{this.ATR_RANDOM_BASE=10}static{this.RANDOM_ATR_NUM=10}static{this.RANDOM_ITERATION_MAX=10}static{this.MAP_STREET=0}static{this.MAP_WALL=1}static{this.MAP_LOCALGATE=2}static{this.MAP_URLGATE=4}static{this.OBJECT_NORMAL=0}static{this.OBJECT_MESSAGE=1}static{this.OBJECT_URLGATE=2}static{this.OBJECT_STATUS=3}static{this.OBJECT_ITEM=4}static{this.OBJECT_DOOR=5}static{this.OBJECT_MONSTER=6}static{this.OBJECT_SCORE=11}static{this.OBJECT_SELL=14}static{this.OBJECT_BUY=15}static{this.OBJECT_RANDOM=16}static{this.OBJECT_SELECT=17}static{this.OBJECT_LOCALGATE=18}static{this.SYSTEM_MESSAGE_NUM=20}static{this.IMGPOS_DEFAULT_YESNO_X=3}static{this.IMGPOS_DEFAULT_YESNO_Y=1}static{this.IMGRELPOS_YESNO_YES_X=0}static{this.IMGRELPOS_YESNO_NO_X=1}static{this.IMGRELPOS_YESNO_YESP_X=2}static{this.IMGRELPOS_YESNO_NOP_X=3}static{this.IMGPOS_DEFAULT_CLICKABLE_ITEM_SIGN_X=0}static{this.IMGPOS_DEFAULT_CLICKABLE_ITEM_SIGN_Y=0}static{this.IMGPOS_DEFAULT_FRAME_X=0}static{this.IMGPOS_DEFAULT_FRAME_Y=1}static{this.IMGPOS_DEFAULT_BATTLE_EFFECT_X=3}static{this.IMGPOS_DEFAULT_BATTLE_EFFECT_Y=3}static{this.DEFAULT_DISABLE_SAVE=!1}static{this.DEFAULT_OLDMAP=!1}static{this.DEFAULT_OBJECT_NO_COLLAPSE=!1}static{this.SPLASH_SCREEN_DISP_MILLS=100}static{this.DEFAULT_FRAME_INTERVAL=20}static{this.GAMEOVER_FRAME_INTERVAL=50}static{this.YESNO_PRESS_DISP_FRAME_NUM=20}static{this.WAIT_TIME_FRAME_NUM=6}static{this.CHIP_SIZE=40}static{this.MAP_WINDOW_WIDTH=440}static{this.MAP_WINDOW_HEIGHT=440}static{this.H_PARTS_NUM_IN_WINDOW=e.MAP_WINDOW_WIDTH/e.CHIP_SIZE}static{this.V_PARTS_NUM_IN_WINDOW=e.MAP_WINDOW_HEIGHT/e.CHIP_SIZE}static{this.MIN_SPEED_INDEX=0}static{this.MAX_SPEED_INDEX=fe.length-1}static{this.QUICK_BATTLE_SPEED_INDECIES=[fe.length-2,fe.length-1]}static{this.ANIMATION_REP_HALF_FRAME=22}static{this.PLAYER_LOOKING_AROUND_START_FRAME=e.ANIMATION_REP_HALF_FRAME*4}static{this.RELATIVE_COORD_BIAS=1e4}static{this.RELATIVE_COORD_LOWER=e.RELATIVE_COORD_BIAS-1e3}static{this.PLAYER_COORD=e.RELATIVE_COORD_BIAS-1e3}static{this.LOCALGATE_PLAYER_WAIT_FRAME=5}static{this.STATUS_CHANGED_EFFECT_FRAME_NUM=20}static{this.PASSABLE_OBJECT=1}static{this.APPERANCE_PARTS_MIN_INDEX=0}static{this.APPERANCE_PARTS_MAX_INDEX=9}static{this.APPERANCE_PARTS_MIN_INDEX_NO=5}static{this.APPERANCE_PARTS_MAX_INDEX_YES=4}static{this.FADEOUT_SPEED=8}static{this.STATUS_MINUS_BORDER=3e4}static{this.ITEMBOX_IS_FULL=-1}static{this.BATTLE_INTERVAL_FRAME_NUM=10}static{this.BATTLE_SPEED_CHANGE_TURN_NUM=40}static{this.RANDOM_MOVE_ITERATION_NUM=50}static{this.RANDOM_MOVE_ITERATION_NUM_BEFORE_V31=8}static{this.BATTLE_ESTIMATE_MONSTER_TYPE_MAX=8}static{this.SOUND_MAX=100}static{this.ITEM_BORDER_IMG_DATA_URL=`data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAArklEQVRYR+2Y0QqAIAxFt///aENJHwxxuJUSxzeh3S7HXaNpEkly4FIRzba0GEyHeVTN7jqDWvb7V4Y1NLibZIY0NbiL5G3MZLCe / 1fn3XJgJYjB7mgg6O1VCEKwXo79JeklY62nB62kRs9BEIKkeNIDhISQEBJC4k0BBCF4D7D4cV9shf99ixdB + MrM0y3fa3zV05D45GOqhwPMGPkYlccIOEY2VKUN0UNVXxC7ADj7mDi9aFZZAAAAAElFTkSuQmCC`}static{this.LOAD_STAGE_MAX_EXCEPT_AUDIO=7}static{this.WWA_STYLE_TAG_ID=`wwa-additional-style`}static{this.DEFAULT_FRAME_COLOR_R=255}static{this.DEFAULT_FRAME_COLOR_G=255}static{this.DEFAULT_FRAME_COLOR_B=255}static{this.DEFAULT_FRAMEOUT_COLOR_R=96}static{this.DEFAULT_FRAMEOUT_COLOR_G=96}static{this.DEFAULT_FRAMEOUT_COLOR_B=96}static{this.DEFAULT_STRBACK_COLOR_R=0}static{this.DEFAULT_STRBACK_COLOR_G=0}static{this.DEFAULT_STRBACK_COLOR_B=0}static{this.DEFAULT_STATUS_COLOR_R=0}static{this.DEFAULT_STATUS_COLOR_G=0}static{this.DEFAULT_STATUS_COLOR_B=0}static{this.KEYPRESS_MESSAGE_CHANGE_FRAME_NUM=20}static{this.WWAP_SERVER_OLD=`http://wwawing.com/wwap`}static{this.WWAP_SERVER=`https://wwaphoenix.github.io`}static{this.WWAP_SERVER_AUDIO_DIR=`audio`}static{this.WWAP_SERVER_TITLE_IMG=`cover_p.gif`}static{this.WWAP_SERVER_LOADER_NO_WORKER=`wwaload.noworker.js`}static{this.SCREEN_WIDTH=560}static{this.SCREEN_HEIGHT=440}static{this.LOADING_FONT=`Times New Roman`}static{this.MSG_STR_WIDTH=16}static{this.ITEM_EFFECT_SPEED_PIXEL_PER_FRAME=20}static{this.ITEMBOX_TOP_Y=140}static{this.USER_VAR_NUM=256}static{this.USER_VAR_NUM_MAX_VALUE=9007199254740991}static{this.USET_VAR_NUM_MIN_VALUE=-9007199254740991}static{this.CONTROLL_WAIT_FRAME=6}static{this.INLINE_USER_VAR_VIEWER_DISPLAY_NUM=10}static{this.FIGHT_DRAW_TURN=40}},he=class{static{this.QUICK_SAVE_MAX=4}static{this.QUICK_SAVE_THUMNAIL_WIDTH=99}static{this.QUICK_SAVE_THUMNAIL_HEIGHT=99}static{this.SAVE_INTERVAL_MOVE=200}static{this.INDEXEDDB_DB_NAME=`WWA_WING_DB`}static{this.INDEXEDDB_TABLE_NAME=`SAVE_TABLE`}static{this.DATE_LAST_SAVE_TEXT_COLOR=`rgba(255,255,0,1)`}},ge=class{static{this.EMPTY_LOAD=``}static{this.EMPTY_SAVE=``}static{this.PASSWORD=`Password`}static{this.QUICK_SAVE=`Quick Save`}static{this.QUICK_LOAD=`Quick Load`}static{this.BATTLE_REPORT=`Battle Report`}static{this.GAME_END=`Game End`}static{this.GOTO_WWA=`Goto WWA`}static{this.RESTART_GAME=`Restart Game`}},_e=class{},ve=function(e){return e[e.INIT=0]=`INIT`,e[e.MAP_LOAD=1]=`MAP_LOAD`,e[e.OBJ_LOAD=2]=`OBJ_LOAD`,e[e.MAP_ATTR=3]=`MAP_ATTR`,e[e.OBJ_ATTR=4]=`OBJ_ATTR`,e[e.RAND_PARTS=5]=`RAND_PARTS`,e[e.MESSAGE=6]=`MESSAGE`,e[e.GAME_INIT=7]=`GAME_INIT`,e[e.AUDIO=8]=`AUDIO`,e[e.FINISH=9]=`FINISH`,e}({}),ye=[`ロードの準備をしています。`,`背景パーツを読み込んでいます。`,`物体パーツを読み込んでます。`,`背景パーツの属性を読み込んでます。`,`物体パーツの属性を読み込んでます。`,`ランダムパーツを置換しています。`,`メッセージを読み込んでます。`,`Welcome to WWA Wing!`],be=[`Welcome to WWA Wing!`,`Now Map Data Loading .....`,`Now CG Data Loading .....`,`Now Making chara CG .....`],R=function(e){return e[e.LINE=30]=`LINE`,e[e.TITLE_X=100]=`TITLE_X`,e[e.TITLE_Y=70]=`TITLE_Y`,e[e.LOADING_X=50]=`LOADING_X`,e[e.LOADING_Y=140]=`LOADING_Y`,e[e.ERROR_X=10]=`ERROR_X`,e[e.ERROR_Y=180]=`ERROR_Y`,e[e.FOOTER_X=160]=`FOOTER_X`,e[e.FOOTER_Y=360]=`FOOTER_Y`,e[e.WORLD_Y=330]=`WORLD_Y`,e[e.COPYRIGHT_Y=390]=`COPYRIGHT_Y`,e}({}),xe=function(e){return e[e.TITLE=32]=`TITLE`,e[e.LOADING=22]=`LOADING`,e[e.FOOTER=18]=`FOOTER`,e[e.ERRROR=16]=`ERRROR`,e}({}),Se=function(e){return e[e.COLOR_FRAME=0]=`COLOR_FRAME`,e[e.COLOR_FRAMEOUT=1]=`COLOR_FRAMEOUT`,e[e.COLOR_STR=2]=`COLOR_STR`,e[e.COLOR_STATUS_STR=4]=`COLOR_STATUS_STR`,e}({}),Ce=function(e){return e[e.MESSAGE_WINDOW=0]=`MESSAGE_WINDOW`,e[e.SIDEBAR=1]=`SIDEBAR`,e}({}),we=function(e){return e[e.BITSHIFT=16]=`BITSHIFT`,e[e.BITMASK=65535]=`BITMASK`,e}({}),z=function(e){return e[e.NONE=0]=`NONE`,e[e.KEYDOWN=1]=`KEYDOWN`,e[e.KEYPRESS=2]=`KEYPRESS`,e[e.KEYUP=3]=`KEYUP`,e[e.KEYPRESS_MESSAGECHANGE=4]=`KEYPRESS_MESSAGECHANGE`,e}({}),B=function(e){return e[e.KEY_ENTER=13]=`KEY_ENTER`,e[e.KEY_SHIFT=16]=`KEY_SHIFT`,e[e.KEY_ESC=27]=`KEY_ESC`,e[e.KEY_SPACE=32]=`KEY_SPACE`,e[e.KEY_LEFT=37]=`KEY_LEFT`,e[e.KEY_UP=38]=`KEY_UP`,e[e.KEY_RIGHT=39]=`KEY_RIGHT`,e[e.KEY_DOWN=40]=`KEY_DOWN`,e[e.KEY_0=48]=`KEY_0`,e[e.KEY_1=49]=`KEY_1`,e[e.KEY_2=50]=`KEY_2`,e[e.KEY_3=51]=`KEY_3`,e[e.KEY_4=52]=`KEY_4`,e[e.KEY_5=53]=`KEY_5`,e[e.KEY_6=54]=`KEY_6`,e[e.KEY_7=55]=`KEY_7`,e[e.KEY_8=56]=`KEY_8`,e[e.KEY_9=57]=`KEY_9`,e[e.KEY_A=65]=`KEY_A`,e[e.KEY_B=66]=`KEY_B`,e[e.KEY_C=67]=`KEY_C`,e[e.KEY_D=68]=`KEY_D`,e[e.KEY_E=69]=`KEY_E`,e[e.KEY_F=70]=`KEY_F`,e[e.KEY_G=71]=`KEY_G`,e[e.KEY_H=72]=`KEY_H`,e[e.KEY_I=73]=`KEY_I`,e[e.KEY_J=74]=`KEY_J`,e[e.KEY_K=75]=`KEY_K`,e[e.KEY_L=76]=`KEY_L`,e[e.KEY_M=77]=`KEY_M`,e[e.KEY_N=78]=`KEY_N`,e[e.KEY_O=79]=`KEY_O`,e[e.KEY_P=80]=`KEY_P`,e[e.KEY_Q=81]=`KEY_Q`,e[e.KEY_R=82]=`KEY_R`,e[e.KEY_S=83]=`KEY_S`,e[e.KEY_T=84]=`KEY_T`,e[e.KEY_U=85]=`KEY_U`,e[e.KEY_V=86]=`KEY_V`,e[e.KEY_W=87]=`KEY_W`,e[e.KEY_X=88]=`KEY_X`,e[e.KEY_Y=89]=`KEY_Y`,e[e.KEY_Z=90]=`KEY_Z`,e[e.KEY_NUM0=96]=`KEY_NUM0`,e[e.KEY_NUM1=97]=`KEY_NUM1`,e[e.KEY_NUM2=98]=`KEY_NUM2`,e[e.KEY_NUM3=99]=`KEY_NUM3`,e[e.KEY_NUM4=100]=`KEY_NUM4`,e[e.KEY_NUM5=101]=`KEY_NUM5`,e[e.KEY_NUM6=102]=`KEY_NUM6`,e[e.KEY_NUM7=103]=`KEY_NUM7`,e[e.KEY_NUM8=104]=`KEY_NUM8`,e[e.KEY_NUM9=105]=`KEY_NUM9`,e[e.KEY_F1=112]=`KEY_F1`,e[e.KEY_F2=113]=`KEY_F2`,e[e.KEY_F3=114]=`KEY_F3`,e[e.KEY_F4=115]=`KEY_F4`,e[e.KEY_F5=116]=`KEY_F5`,e[e.KEY_F6=117]=`KEY_F6`,e[e.KEY_F7=118]=`KEY_F7`,e[e.KEY_F8=119]=`KEY_F8`,e[e.KEY_F9=120]=`KEY_F9`,e[e.KEY_F10=121]=`KEY_F10`,e[e.KEY_F12=123]=`KEY_F12`,e}({}),Te=class e{static{this.KEY_BUFFER_MAX=256}checkHitKey(e){var t=this.getKeyState(e);return t===z.KEYDOWN||t===z.KEYPRESS}getKeyState(e){return this._prevKeyState[e]?this._keyState[e]?z.KEYPRESS:z.KEYUP:this._keyState[e]?z.KEYDOWN:z.NONE}getKeyStateForControllPlayer(e){return this._prevKeyStateOnControllable[e]?this._keyState[e]?z.KEYPRESS:z.KEYUP:this._keyState[e]?z.KEYDOWN:z.NONE}getKeyStateForMessageCheck(e){return this._prevKeyState[e]?this._keyState[e]?this._keyInputContinueFrameNum[e]>=L.KEYPRESS_MESSAGE_CHANGE_FRAME_NUM?z.KEYPRESS_MESSAGECHANGE:z.KEYPRESS:z.KEYUP:this._keyState[e]?z.KEYDOWN:z.NONE}setPressInfo(e){this._nextKeyState[e]=!0,this._keyInputContinueFrameNum[e]=-1}setReleaseInfo(e){this._nextKeyState[e]=!1,this._keyInputContinueFrameNum[e]=-1}update(){var t;for(this._prevKeyState=this._keyState.slice(),this._keyState=this._nextKeyState.slice(),t=0;t<e.KEY_BUFFER_MAX;t++)this._keyState[t]&&this._keyInputContinueFrameNum[t]++}memorizeKeyStateOnControllableFrame(){this._prevKeyStateOnControllable=this._keyState.slice()}allClear(){var t;for(this._nextKeyState=Array(e.KEY_BUFFER_MAX),t=0;t<e.KEY_BUFFER_MAX;t++)this._nextKeyState[t]=!1}constructor(){var t;for(this._nextKeyState=Array(e.KEY_BUFFER_MAX),this._keyState=Array(e.KEY_BUFFER_MAX),this._prevKeyState=Array(e.KEY_BUFFER_MAX),this._prevKeyStateOnControllable=Array(e.KEY_BUFFER_MAX),this._keyInputContinueFrameNum=Array(e.KEY_BUFFER_MAX),t=0;t<e.KEY_BUFFER_MAX;t++)this._nextKeyState[t]=!1,this._keyState[t]=!1,this._prevKeyState[t]=!1,this._prevKeyStateOnControllable[t]=!1,this._keyInputContinueFrameNum[t]=0}},Ee=function(e){return e[e.NONE=0]=`NONE`,e[e.MOUSEDOWN=1]=`MOUSEDOWN`,e[e.MOUSEPRESS=2]=`MOUSEPRESS`,e[e.MOUSEUP=3]=`MOUSEUP`,e}({}),De=function(e){return e[e.DIR_KEY=1]=`DIR_KEY`,e}({}),Oe=class{checkClickMouse(e){var t=e===void 0?this.getMouseState():this.getMouseState(e);return t===Ee.MOUSEDOWN||t===Ee.MOUSEPRESS}getMouseState(e){return e!==void 0&&this._inputDir!==e?Ee.NONE:this._prevMouseState?this._mouseState?Ee.MOUSEPRESS:Ee.MOUSEUP:this._mouseState?Ee.MOUSEDOWN:Ee.NONE}getMouseStateForControllPlayer(e){return e!==void 0&&this._inputDir!==e?Ee.NONE:this._prevMouseStateOnControllable?this._mouseState?Ee.MOUSEPRESS:Ee.MOUSEUP:this._mouseState?Ee.MOUSEDOWN:Ee.NONE}setPressInfo(e,t){this._nextMouseState=!0,this._inputDir=e,this._touchID=t}setReleaseInfo(){this._touchID=0,this._nextMouseState=!1}touchIDIsSetDir(){return this._touchID===De.DIR_KEY}memorizeMouseStateOnControllableFrame(){this._prevMouseStateOnControllable=this._mouseState}update(){this._prevMouseState=this._mouseState,this._mouseState=this._nextMouseState}clear(){this._nextMouseState=!1}getTouchID(){return this._touchID}constructor(){this._prevMouseState=!1,this._mouseState=!1,this._nextMouseState=!1}},V=function(e){return e[e.BUTTON_INDEX_B=0]=`BUTTON_INDEX_B`,e[e.BUTTON_INDEX_A=1]=`BUTTON_INDEX_A`,e[e.BUTTON_INDEX_Y=2]=`BUTTON_INDEX_Y`,e[e.BUTTON_INDEX_X=3]=`BUTTON_INDEX_X`,e[e.BUTTON_INDEX_L=4]=`BUTTON_INDEX_L`,e[e.BUTTON_INDEX_R=5]=`BUTTON_INDEX_R`,e[e.BUTTON_INDEX_ZL=6]=`BUTTON_INDEX_ZL`,e[e.BUTTON_INDEX_ZR=7]=`BUTTON_INDEX_ZR`,e[e.BUTTON_INDEX_MINUS=8]=`BUTTON_INDEX_MINUS`,e[e.BUTTON_INDEX_PLUS=9]=`BUTTON_INDEX_PLUS`,e[e.BUTTON_INDEX_LEFT_STICK=10]=`BUTTON_INDEX_LEFT_STICK`,e[e.BUTTON_INDEX_RIGHT_STICK=11]=`BUTTON_INDEX_RIGHT_STICK`,e[e.BUTTON_CROSS_KEY_UP=12]=`BUTTON_CROSS_KEY_UP`,e[e.BUTTON_CROSS_KEY_DOWN=13]=`BUTTON_CROSS_KEY_DOWN`,e[e.BUTTON_CROSS_KEY_LEFT=14]=`BUTTON_CROSS_KEY_LEFT`,e[e.BUTTON_CROSS_KEY_RIGHT=15]=`BUTTON_CROSS_KEY_RIGHT`,e}({}),ke=function(e){return e[e.AXES_L_HORIZONTAL_INDEX=0]=`AXES_L_HORIZONTAL_INDEX`,e[e.AXES_L_VERTICAL_INDEX=1]=`AXES_L_VERTICAL_INDEX`,e[e.AXES_R_HORIZONTAL_INDEX=2]=`AXES_R_HORIZONTAL_INDEX`,e[e.AXES_R_VERTICAL_INDEX=3]=`AXES_R_VERTICAL_INDEX`,e[e.AXES_CROSS_KEY=9]=`AXES_CROSS_KEY`,e}({}),Ae=class{constructor(){this.gamepad=null,this.triggers=[];var e;for(e=0;e<16;e++)this.triggers[e]=!1}update(){this.gamepad=null;var e=navigator.getGamepads?navigator.getGamepads():navigator.webkitGetGamepads?navigator.webkitGetGamepads:[];e&&e.length>0&&e[0]&&(this.gamepad=e[0])}buttonTrigger(...e){if(!this.gamepad)return!1;var t,n=e.length,r,i,a;for(t=0;t<n;t++){r=e[t];var o=this.gamepad.buttons[r];if(!o)return!1;if(i=typeof o==`object`?o.pressed===!0:o===1,a=this.triggers[r],this.triggers[r]=i,i&&!a)return!0}return!1}buttonPressed(...e){if(!this.gamepad)return!1;var t,n=e.length,r,i;for(t=0;t<n;t++){r=e[t];var a=this.gamepad.buttons[r];if(!a)return!1;if(i=typeof a==`object`?a.pressed===!0:a===1,i)return!0}return!1}crossPressed(...e){if(!this.gamepad)return!1;var t,n=e.length,r;for(t=0;t<n;t++)switch(r=e[t],r){case V.BUTTON_CROSS_KEY_UP:if(this.gamepad.axes[ke.AXES_L_VERTICAL_INDEX]<=-.6||this.gamepad.axes[ke.AXES_R_VERTICAL_INDEX]<=-.6||this.stickFloor(ke.AXES_CROSS_KEY)===-1||this.buttonPressed(V.BUTTON_CROSS_KEY_UP))return!0;break;case V.BUTTON_CROSS_KEY_DOWN:if(this.gamepad.axes[ke.AXES_L_VERTICAL_INDEX]>=.7||this.gamepad.axes[ke.AXES_R_VERTICAL_INDEX]>=.7||this.stickFloor(ke.AXES_CROSS_KEY)===.1||this.buttonPressed(V.BUTTON_CROSS_KEY_DOWN))return!0;break;case V.BUTTON_CROSS_KEY_LEFT:if(this.gamepad.axes[ke.AXES_L_HORIZONTAL_INDEX]<=-.7||this.gamepad.axes[ke.AXES_R_HORIZONTAL_INDEX]<=-.7||this.stickFloor(ke.AXES_CROSS_KEY)===.7||this.buttonPressed(V.BUTTON_CROSS_KEY_LEFT))return!0;break;case V.BUTTON_CROSS_KEY_RIGHT:if(this.gamepad.axes[ke.AXES_L_HORIZONTAL_INDEX]>.6||this.gamepad.axes[ke.AXES_R_HORIZONTAL_INDEX]>.6||this.stickFloor(ke.AXES_CROSS_KEY)===-.5||this.buttonPressed(V.BUTTON_CROSS_KEY_RIGHT))return!0;break}return!1}vibration(e){if(!this.gamepad||!this.gamepad.vibrationActuator)return!1;e?this.gamepad.vibrationActuator.playEffect(`dual-rumble`,{startDelay:0,duration:100,weakMagnitude:1,strongMagnitude:.5}):this.gamepad.vibrationActuator.playEffect(`dual-rumble`,{startDelay:0,duration:100,weakMagnitude:.5,strongMagnitude:1})}stickFloor(...e){if(!this.gamepad)return 0;var t,n=e.length,r;for(t=0;t<n;t++){r=e[t];var i=this.gamepad.axes[r];return typeof i==`number`?Math.floor(i*10)/10:0}return 0}},je=class e{constructor(e=0){this.lastCalculatedTimeUnixMs=Date.now(),this.lastCalculatedPlayTimeMs=e}calculateTimeMs(){let e=Date.now(),t=e-this.lastCalculatedTimeUnixMs+this.lastCalculatedPlayTimeMs;return this.lastCalculatedTimeUnixMs=e,this.lastCalculatedPlayTimeMs=t,t}calculatePlayTimeFormat(){return e.formatPlayTimeText(this.calculateTimeMs()/1e3)}static formatPlayTimeText(e){let t=Math.floor(e);return t>=3600*1e4?`9999:99:99`:(`000`+(t/60/60|0)).slice(-4)+`:`+(`0`+(t/60|0)%60).slice(-2)+`:`+(`0`+t%60).slice(-2)}},Me=[`BUTTON_ENTER`,`BUTTON_ESC`,`BUTTON_SIDEBAR`,`BUTTON_FAST`,`BUTTON_SLOW`,`BUTTON_LEFT`,`BUTTON_UP`,`BUTTON_RIGHT`,`BUTTON_DOWN`],Ne=[`BUTTON_LEFT`,`BUTTON_UP`,`BUTTON_RIGHT`,`BUTTON_DOWN`],Pe=new Set(Ne),Fe=class e{constructor(t,n=!1,r=null,i=null,a=null,o=null){if(this._enabled=t!==null,this._visible=n,this._onTouchStart=a||null,this._onTouchEnd=o||null,this._availableButtons=[],this._isTouchingButtons={},this._moveButtonsElement=i,this._buttonWrapperElement=r,this._setVisible(n),this._moveButtonsElement&&(this._moveButtonsElement.style.visibility=`visible`),this._buttonWrapperElement&&(this._buttonWrapperElement.style.visibility=`visible`),t!==null){for(let n in t){let r=t[n];if(!r)continue;let i=n;this._availableButtons.push(i),r.setAttribute(`type`,n),this._isTouchingButtons[i]={prev:!1,current:!1,next:!1};let a=e=>{e.cancelable&&e.preventDefault()};r.addEventListener(`touchstart`,e=>{a(e),this.setTouchInfo(i)}),r.addEventListener(`touchcancel`,e=>{a(e),this.allClear()}),e.isMoveButton(i)?(r.addEventListener(`touchmove`,this._detectMovingMoveButton.bind(this)),r.addEventListener(`touchend`,this.allMoveClear.bind(this))):r.addEventListener(`touchend`,e=>{a(e),this.clearTouchInfo(i)})}i!==null&&i.addEventListener(`touchmove`,this._detectMovingMoveButton.bind(this))}}_detectMovingMoveButton(e){e.preventDefault(),this.allMoveClear();let t=e.targetTouches.item(0);if(!this._moveButtonsElement||t===null)return;let n=this._moveButtonsElement.getBoundingClientRect(),r=document.body.getBoundingClientRect(),i=n.left-r.left+n.width/2,a=n.top-r.top+n.height/2,o=t.pageX-i,s=t.pageY-a;o>=s?o<=-s?this.setTouchInfo(`BUTTON_UP`):this.setTouchInfo(`BUTTON_RIGHT`):o>=-s?this.setTouchInfo(`BUTTON_DOWN`):this.setTouchInfo(`BUTTON_LEFT`)}_setVisible(e){this._moveButtonsElement!==null&&(this._moveButtonsElement.style.display=e?`grid`:`none`),this._buttonWrapperElement!==null&&(this._buttonWrapperElement.style.display=e?`grid`:`none`),this._visible=e}checkTouchButton(e){return this._enabled?this.getButtonState(e)===`TOUCH`:!1}checkTouchingButton(e){if(!this._enabled)return!1;let t=this.getButtonState(e);return t===`TOUCH`||t===`TOUCHING`}getButtonState(e){let t=this._isTouchingButtons[e];if(!this._enabled||t===void 0)return`NONE`;let n=t.prev,r=t.current;return n&&r?`TOUCHING`:r?`TOUCH`:n?`LEAVE`:`NONE`}setTouchInfo(e){let t=this._isTouchingButtons[e];!this._enabled||t===void 0||(t.next=!0)}clearTouchInfo(e){let t=this._isTouchingButtons[e];!this._enabled||t===void 0||(t.next=!1)}allMoveClear(){Ne.forEach(e=>{this._availableButtons.includes(e)&&this.clearTouchInfo(e)})}allClear(){this._availableButtons.forEach(e=>{if(e!==void 0){let t=this._isTouchingButtons[e];t!==void 0&&(t.next=!1)}})}static isMoveButton(e){return Pe.has(e)}update(){this._availableButtons.forEach(e=>{if(e===void 0)return;let t=this._isTouchingButtons[e];if(t!==void 0)switch(this._isTouchingButtons[e].prev=t.current,this._isTouchingButtons[e].current=t.next,this.getButtonState(e)){case`TOUCH`:this._onTouchStart?.(e);break;case`LEAVE`:this._onTouchEnd?.(e);break}})}toggleVisible(){this._setVisible(!this._visible)}};function Ie(){let e=document.getElementsByTagName(`head`)[0],t=document.createElement(`meta`);t.setAttribute(`name`,`viewport`),e.appendChild(t),Le()}function Le(){let e=document.querySelector(`meta[name='viewport']`),t=window.innerWidth,n=window.innerHeight,r=`user-scalable=no`;t>n?r=`width=${Math.floor(t/n*456)},${r}`:t<=n&&(r=`width=576,${r}`),e?.setAttribute(`content`,`${r}`)}function Re(){return`
|
|
10
10
|
<div id="wwa-virtualpad-left">
|
|
11
11
|
<button class="wwa-virtualpad__button" id="wwa-up-button"></button>
|
|
12
12
|
<button class="wwa-virtualpad__button" id="wwa-left-button"></button>
|
|
@@ -19,43 +19,30 @@ var WWA=(function(ds){"use strict";var P;function ps(t,e=new WeakMap){if(typeof
|
|
|
19
19
|
<button class="wwa-virtualpad__button" id="wwa-fast-button">P</button>
|
|
20
20
|
<button class="wwa-virtualpad__button" id="wwa-enter-button">Y</button>
|
|
21
21
|
<button class="wwa-virtualpad__button" id="wwa-esc-button">N</button>
|
|
22
|
-
</div>`}var O=t=>document.getElementById(t),yo=t=>document.getElementsByTagName(t),Di=t=>document.querySelector(t),Qe=t=>document.querySelector(t),et=t=>document.querySelectorAll(t),Ti=(t,e)=>{var s,a,i=window.pageXOffset||document.body.scrollLeft||document.documentElement.scrollLeft,r=window.pageYOffset||document.body.scrollTop||document.documentElement.scrollTop;return s=t-O("wwa-wrapper").offsetLeft+i,a=e-O("wwa-wrapper").offsetTop+r,new Y(s,a)},Jt=t=>t.match(/^https?:\/\//)||t.match(/^\.\.\//)?t:location.href="./"+t,bi=t=>{var e="";if(t instanceof Array){for(var s=0;s<t.length;s++)e+=bi(t[s])+"/";return e}else return t+""};const Ii=t=>t.split("").reverse().join("");function Ce(t,e){if(typeof t!="number")throw new TypeError(`${e} が数値ではありません。`);return!0}function Tt(t,e,s=0){if(s>=3)return"...";if(typeof t=="number"||typeof t=="boolean"||t===void 0||t===null)return String(t);if(typeof t=="string"){const a=[...t];return e&&a.length>10?`"${a.slice(0,10).join("")}…`:`"${t}"`}else{if(Array.isArray(t))return`[${t.map(a=>Tt(a,!0,s+1)).join(",")}]`;if(t instanceof Map)return`{${[...t].map(([i,r])=>`${i}:${Tt(r,!0,s+1)}`).join(",")}}`;throw new TypeError("この値はフォーマットできません",t)}}function bt(t,e){if(Array.isArray(t)){if(typeof e!="number")throw new TypeError("配列に対して、数字以外をindexにできません");if(e<0||e>=t.length){console.warn(`配列のインデックス ${e} は範囲外です`);return}return t[e]}else if(t instanceof Map){if(!jt(e))throw new TypeError("オブジェクトのキーはプリミティブ値でなければなりません。: "+e);return t.get(String(e))}else if(typeof t=="string"){if(typeof e!="number")throw new TypeError(`文字列 "${t}" に対して、数字以外をindexにできません`);if(e<0||e>=t.length){console.warn(`文字列 "${t}" のインデックス ${e} は範囲外です`);return}return t[e]}else throw jt(t)?new TypeError(`プリミティブ値 ${String(t)} は添字参照できません`):new TypeError(String(t)+"は添字参照できません")}function Pi(t,e,s){if(Array.isArray(t)){if(typeof e!="number")throw new TypeError("数字以外をindexにできません");t[e]=s}else if(t instanceof Map){if(!jt(e))throw new TypeError("オブジェクトのキーはプリミティブ値でなければなりません。: "+e);t.set(String(e),s)}else throw typeof t=="string"?new TypeError(`文字列 "${t}" の特定の文字を直接書き換えることはできません`):jt(t)?new TypeError(`プリミティブ値 ${String(t)} は添字参照できません`):new TypeError(String(t)+"は添字参照できません")}const xs=[{name:"pos",type:"numberArray"},{name:"time",type:"numberOrArray"},{name:"timeFrame",type:"numberOrArray"},{name:"size",type:"numberArray"},{name:"animTime",type:"numberArray"},{name:"animTimeFrame",type:"numberArray"},{name:"move",type:"numberArray"},{name:"accel",type:"numberArray"},{name:"zoom",type:"numberArray"},{name:"zoomAccel",type:"numberArray"},{name:"anchor",type:"number"},{name:"circle",type:"numberArray"},{name:"repeat",type:"numberArray"},{name:"img",type:"numberArray"},{name:"imgFile",type:"string"},{name:"imgMap",type:"numberArray"},{name:"sound",type:"number"},{name:"crop",type:"numberArray"},{name:"text",type:"string"},{name:"font",type:"string"},{name:"fontSize",type:"number"},{name:"fontFamily",type:"string"},{name:"italic",type:"number"},{name:"bold",type:"number"},{name:"color",type:"numberArray"},{name:"textAlign",type:"string"},{name:"lineHeight",type:"number"},{name:"opacity",type:"number"},{name:"fade",type:"number"},{name:"angle",type:"number"},{name:"rotate",type:"number"},{name:"wait",type:"number"},{name:"waitFrame",type:"number"},{name:"next",type:"numberArray"},{name:"create",type:"numberArray2D"},{name:"map",type:"numberArray"},{name:"script",type:"string"}],So={time_frame:"timeFrame",anim_time:"animTime",anim_time_frame:"animTimeFrame",zoom_accel:"zoomAccel",img_file:"imgFile",img_map:"imgMap",font_size:"fontSize",font_family:"fontFamily",text_align:"textAlign",line_height:"lineHeight",wait_frame:"waitFrame"},Oe="-?\\d+",Co=`v\\[${Oe}\\]`,Do=`v\\[(${Oe})\\]`,Ni=`m\\[${Oe}\\]\\[${Oe}\\]`,To=`m\\[(${Oe})\\]\\[(${Oe})\\]`,Oi=`o\\[${Oe}\\]\\[${Oe}\\]`,bo=`o\\[(${Oe})\\]\\[(${Oe})\\]`,Mi=`ITEM\\[${Oe}\\]`,Io=`ITEM\\[(${Oe})\\]`,Bi=`${Co}|${Ni}|${Oi}|${Mi}`,Po="AT_TOTAL|AT_ITEMS|DF_TOTAL|DF_ITEMS|TIME|X|Y|PX|PY|ID|TYPE|ITEM_COUNT_ALL",Ri="HP|HPMAX|AT|DF|GD|STEP|PDIR",Li=`${Bi}|${Ni}|${Oi}|${Mi}|${Ri}`,Zt=`${Oe}|${Bi}|${Po}|${Ri}`,No=`RAND\\((?:${Zt})\\)`,Oo=`RAND\\((${Zt})\\)`,Mo=`ITEM_COUNT\\((?:${Zt})\\)`,Bo=`ITEM_COUNT\\((${Zt})\\)`,Ro=`${No}|${Mo}`,Et=`${Zt}|${Ro}`,Fi="\\+|\\-|\\*|\\/|%",ki="=",Lo=`${ki}|\\+=|\\-=|\\*=|\\/=|%=`,Fo=">|<|<=|>=|==|!=",Da="^\\(",Ta="\\)$",ko=new RegExp(`^${Oe}$`),Uo=new RegExp(`^${Do}$`),Vo=new RegExp(`^${To}$`),Yo=new RegExp(`^${bo}$`),Wo=new RegExp(`^${Io}$`),Ho=new RegExp(`^${Oo}$`),Go=new RegExp(`${Bo}$`),Ko=new RegExp(`${Da}(${Li})${ki}(${Et})(${Fi})(${Et})${Ta}`),jo=new RegExp(`${Da}(${Li})(${Lo})(${Et})${Ta}`),Ui=new RegExp(`^(${Et})(?:(${Fi})(${Et}))?$`),Xo=new RegExp(`${Da}(${Et})(${Fo})(${Et})${Ta}`),$o=new RegExp(`{{(${Et})}}`,"g");function Vi(t){return t.type!=="RAND"&&t.type!=="ITEM_COUNT"}function Ut(t){switch(t){case"HP":case"HPMAX":case"AT":case"AT_TOTAL":case"AT_ITEMS":case"DF":case"DF_TOTAL":case"DF_ITEMS":case"GD":case"STEP":case"TIME":case"X":case"Y":case"PX":case"PY":case"PDIR":case"ID":case"TYPE":case"ITEM_COUNT_ALL":return{type:t};default:const e=t.match(Uo);if(e){const u=Yi(e);return u===null?null:{type:"VARIABLE",index:u}}const s=t.match(Vo);if(s){const u=Wi(s);return u===null?null:{type:"MAP",x:u[0],y:u[1]}}const a=t.match(Yo);if(a){const u=Wi(a);return u===null?null:{type:"OBJECT",x:u[0],y:u[1]}}const i=t.match(Wo);if(i){const u=Yi(i);return u===null?null:{type:"ITEM",boxIndex1To12:u}}if(t.match(ko)){const u=parseInt(t,10);return u!==null&&!isNaN(u)?{type:"NUMBER",rawValue:u}:null}const n=t.match(Ho);if(n){const u=n.length>=2?Ut(n[1]):null;return u!==null&&Vi(u)?{type:"RAND",argument:u}:null}const h=t.match(Go);if(h){const u=h.length>=2?Ut(h[1]):null;return u!==null&&Vi(u)?{type:"ITEM_COUNT",argument:u}:null}return null}}function Yi(t){const e=t.length>=2?Number(t[1]):null;return e!==null&&!isNaN(e)?e:null}function Wi(t){if(t.length<3)return null;const e=Number(t[1]),s=Number(t[2]);return isNaN(e)||isNaN(s)?null:[e,s]}function qo(t,e,s=0){if(typeof t=="boolean")return t;const a=zt(t.left,e,s),i=zt(t.right,e,s);return Jo(t.operator,a,i)}function zt(t,e,s=0){switch(t.type){case"HP":return e.totalStatus.energy;case"HPMAX":return e.energyMax;case"AT":return e.bareStatus.strength;case"AT_TOTAL":return e.totalStatus.strength;case"AT_ITEMS":return e.itemStatus.strength;case"DF":return e.bareStatus.defence;case"DF_TOTAL":return e.totalStatus.defence;case"DF_ITEMS":return e.itemStatus.defence;case"GD":return e.totalStatus.gold;case"STEP":return e.moveCount;case"VARIABLE":{const a=e.userVars[t.index];return Ce(a,`v${t.index}`),a}case"MAP":return t.y<0||t.y>=e.map.length||t.x<0||t.x>=e.map[t.y].length?0:e.map[t.y][t.x];case"OBJECT":return t.y<0||t.y>=e.mapObject.length||t.x<0||t.x>=e.mapObject[t.y].length?0:e.mapObject[t.y][t.x];case"ITEM":return t.boxIndex1To12<1||t.boxIndex1To12>12?0:e.itemBox[t.boxIndex1To12-1];case"ITEM_COUNT_ALL":return e.itemBox.filter(a=>a!==0).length;case"NUMBER":return t.rawValue;case"TIME":return e.playTime;case"X":return e.partsPosition?.x??e.playerCoord.x;case"Y":return e.partsPosition?.y??e.playerCoord.y;case"PX":return e.playerCoord.x;case"PY":return e.playerCoord.y;case"PDIR":return e.playerDirection;case"ID":return e.partsId??-1;case"TYPE":return e.partsType??-1;case"RAND":return Math.floor(Math.random()*zt(t.argument,e));case"ITEM_COUNT":return e.itemBox.filter(a=>a===zt(t.argument,e)).length;default:return s}}function ba(t,e,s){switch(t){case"=":return s;case"+":case"+=":return e+s;case"-":case"-=":return e-s;case"*":case"*=":return e*s;case"/":case"/=":return s===0?0:e/s;case"%":case"%=":return s===0?0:e%s;default:throw new Error("未定義の演算子です")}}function Jo(t,e,s){switch(t){case">":return e>s;case"<":return e<s;case">=":return e>=s;case"<=":return e<=s;case"==":return e===s;case"!=":return e!==s;default:return!1}}function Hi(t,e){switch(Ut(e)?.type){case"VARIABLE":{const a=e.match(/^v\[(\d+)\]$/),i=Number(a[1]);if(i===null||isNaN(i))throw new Error("ユーザ変数の添字のパースに失敗しました");return{assignee:"variable",index:i,rawValue:t}}case"MAP":{const a=e.match(/^m\[(\d+)\]\[(\d+)\]$/),i=Number(a[1]),r=Number(a[2]);if(i===null||r===null||isNaN(i)||isNaN(r))throw new Error("背景パーツの添字のパースに失敗しました");return{assignee:"map",x:i,y:r,rawValue:t}}case"OBJECT":{const a=e.match(/^o\[(\d+)\]\[(\d+)\]$/),i=Number(a[1]),r=Number(a[2]);if(i===null||r===null||isNaN(i)||isNaN(r))throw new Error("物体パーツの添字のパースに失敗しました");return{assignee:"mapObject",x:i,y:r,rawValue:t}}case"ITEM":{const a=e.match(/^ITEM\[(\d+)\]$/),i=Number(a[1]);if(i===null||isNaN(i))throw new Error("アイテムの添字のパースに失敗しました");return{assignee:"item",boxIndex1to12:i,rawValue:t}}case"ITEM_COUNT_ALL":throw new Error("左辺値に所持アイテム数は入れられません");case"NUMBER":throw new Error("左辺値に定数は入れられません");case"HP":return{assignee:"energy",rawValue:t};case"HPMAX":return{assignee:"energyMax",rawValue:t};case"AT":return{assignee:"strength",rawValue:t};case"AT_TOTAL":throw new Error("左辺値に合計攻撃力は入れられません");case"AT_ITEMS":throw new Error("左辺値にアイテム攻撃力は入れられません");case"DF":return{assignee:"defence",rawValue:t};case"DF_TOTAL":throw new Error("左辺値に合計防御力は入れられません");case"DF_ITEMS":throw new Error("左辺値にアイテム防御力は入れられません");case"GD":return{assignee:"gold",rawValue:t};case"STEP":return{assignee:"moveCount",rawValue:t};case"TIME":throw new Error("左辺値にプレイ時間は入れられません");case"PX":throw new Error("左辺値にプレイヤーX座標は入れられません");case"PY":throw new Error("左辺値にプレイヤーY座標は入れられません");case"X":throw new Error("左辺値にパーツX座標は入れられません");case"Y":throw new Error("左辺値にパーツY座標は入れられません");case"ID":throw new Error("左辺値にパーツ番号座標は入れられません");case"TYPE":throw new Error("左辺値にパーツ種別は入れられません");case"PDIR":return{assignee:"playerDirection",rawValue:t};case"RAND":throw new Error("左辺値に乱数は入れられません");case"ITEM_COUNT":throw new Error("左辺値に所持アイテム数は入れられません");default:throw new Error("この文字列から代入操作オブジェクトは生成できません")}}function gs(t){return t.replace(/\s/g,"")}function Vt(t,e,s=0){return zt(Ut(t),e,s)}function Zo(t,e){const s=gs(t),a=s.match(Ko);if(a!==null){const r=Vt(a[2],e),n=Vt(a[4],e),h=a[3],u=ba(h,r,n);return Hi(u,a[1])}const i=s.match(jo);if(i!==null){const r=Vt(i[1],e),n=Vt(i[3],e),h=i[2],u=ba(h,r,n);return Hi(u,i[1])}throw new Error("setMacroのフォーマットを満たしていません: "+t)}function Ia(t,e,s=0){const i=gs(t).match(Ui);if(i!==null){const r=Vt(i[1],e,s),n=i[3]?Vt(i[3],e,s):void 0,h=i[2];return h&&n?ba(h,r,n):r}throw new Error("マクロ引数のフォーマットを満たしていません: "+t)}function zo(t){return gs(t).match(Ui)!==null}function Gi(t){const e=gs(t).match(Xo);if(e===null||e.length<=3){console.error(`判定式が異常です: ${t}`);return}const s=Ut(e[1]),a=Ut(e[3]);if(!s||!a){console.error(`判定式が異常です: ${t}`);return}return{left:s,right:a,operator:e[2]}}const Qo=t=>{try{const e=JSON.parse(t.propertiesText);if(Array.isArray(e))throw new Error("配列形式ではなくオブジェクト形式で記述してください。");if(typeof e!="object")throw new Error("オブジェクト形式で記述してください。");return{...t,properties:e}}catch(e){console.error(`JSON パースエラーが発生しました!: ${e.message}`)}},Ki=(t,e)=>{const s=xs.find(({name:a})=>a===t);if(!s)return console.warn(`定義外のプロパティ ${t} を見つけました。`),!1;switch(s.type){case"numberArray2D":{if(!Array.isArray(e))return console.warn(`プロパティ ${t} は配列形式である必要がありますが、配列形式になっていません。`),!1;const a=e.map((i,r)=>Array.isArray(i)?null:r+1).filter(i=>i!==null);if(a.length>0)return console.warn(`プロパティ ${t} は配列の配列である必要がありますが、 ${a.join(", ")} の要素が配列形式になっていません。`),!1;break}case"string":if(typeof e!="string")if(typeof e=="number")console.warn(`プロパティ ${t} は文字列形式を推奨しています。実際に入った値は ${e} です。`);else return console.warn(`プロパティ ${t} では文字列形式である必要があります。実際に入った値は ${e} です。`),!1}return!0},ji=t=>So[t]??t,eh=t=>Number.isInteger(t)&&(t>0||Pa(t)),Pa=t=>t===-1,Xi=t=>{const e=Object.entries(t.properties).map(([s,a])=>{const i=ji(s);if(!Ki(i,a))return[i,a];switch(xs.find(({name:n})=>n===i).type){case"string":if(typeof a!="string")return[i,a.toString()]}return[i,a]});return{...t,properties:Object.fromEntries(e)}},th=(t,e)=>{const s=i=>typeof i=="number"?i:Ia(i,e),a=Object.entries(t.properties).map(([i,r])=>{const n=ji(i);if(!Ki(n,r))return[n,r];switch(xs.find(({name:u})=>u===n).type){case"number":return[n,s(r)];case"numberArray":return[n,r.map(s)];case"numberOrArray":return Array.isArray(r)?[n,r.map(s)]:[n,[s(r)]];case"numberArray2D":return!Array.isArray(r)||r.some(Array.isArray)?[n,r]:[n,r.map(l=>l.map(s))];case"string":if(typeof r!="string")return[n,r.toString()];let u=String(r);return Array.from(r.matchAll($o)).forEach(l=>{l.length<2&&console.warn(`テンプレート文字列で合致した文字列の中の値を取り出すことができませんでした。文字列そのものの値は ${r} です。`);const f=l[0],_=l[1],p=s(_);u=u.replace(f,typeof p=="number"?p.toString():p)}),[n,u];default:return[n,r]}});return{...t,properties:Object.fromEntries(a)}},vs=(t,e,s)=>Array.isArray(t)?t[e]:s?t:void 0,$i=(t,e,s,a)=>t>0||e>0||s>0||a>0,qi=t=>t<0?0:t,sh=(t,e,s)=>{switch(s){case 1:case 4:case 7:return t;case 2:case 5:case 8:return t-e/2;case 3:case 6:case 9:return t-e;default:return t}},ah=(t,e,s)=>{if(e===0)return t;const a=s*Math.PI/180;return t+e*Math.cos(a)},ih=(t,e,s)=>{switch(s){case 1:case 2:case 3:return t-e;case 4:case 5:case 6:return t-e/2;case 7:case 8:case 9:default:return t}},rh=(t,e,s)=>{if(e===0)return t;const a=s*Math.PI/180;return t+e*Math.sin(a)},Ji=t=>Math.max(t,1),Zi=t=>Math.max(t,1),zi=(t,e)=>{const s=new Array(t);for(let a=0;a<s.length;a++)s[a]=new Array(e);return s},nh=t=>(t=t%256,t>=128?t-256:t);var le=(t=>(t[t.CHECK=0]="CHECK",t[t.VERSION=2]="VERSION",t[t.OLD_MAP_COUNT=3]="OLD_MAP_COUNT",t[t.OLD_OBJ_COUNT=4]="OLD_OBJ_COUNT",t[t.OLD_PLAYER_X=5]="OLD_PLAYER_X",t[t.OLD_PLAYER_Y=6]="OLD_PLAYER_Y",t[t.STATUS_ENERGY=10]="STATUS_ENERGY",t[t.STATUS_STRENGTH=12]="STATUS_STRENGTH",t[t.STATUS_DEFENCE=14]="STATUS_DEFENCE",t[t.STATUS_GOLD=16]="STATUS_GOLD",t[t.OLD_GAMEOVER_X=18]="OLD_GAMEOVER_X",t[t.OLD_GAMEOVER_Y=19]="OLD_GAMEOVER_Y",t[t.OLD_ITEMBOX_TOP=20]="OLD_ITEMBOX_TOP",t[t.STATUS_ENERGY_MAX=32]="STATUS_ENERGY_MAX",t[t.MAP_COUNT=34]="MAP_COUNT",t[t.OBJ_COUNT=36]="OBJ_COUNT",t[t.PLAYER_X=38]="PLAYER_X",t[t.PLAYER_Y=40]="PLAYER_Y",t[t.GAMEOVER_X=42]="GAMEOVER_X",t[t.GAMEOVER_Y=44]="GAMEOVER_Y",t[t.MAP_SIZE=46]="MAP_SIZE",t[t.MESSAGE_NUM=48]="MESSAGE_NUM",t[t.ITEMBOX_TOP=60]="ITEMBOX_TOP",t[t.MAPDATA_TOP=90]="MAPDATA_TOP",t[t.OLD_MAPDATA_TOP=100]="OLD_MAPDATA_TOP",t))(le||{});function oh(t){return t[le.CHECK]+t[le.CHECK+1]*256}function hh(t,e){let s=0;if(t[le.VERSION]>=29){for(let a=2;a<e;a++)s+=nh(t[a])*(a%8+1);s=s%65536&65535}return s}function ch(t,e){const s=oh(t),a=hh(t,e);if(s!==a)throw new Error(`マップデータが壊れているようです。
|
|
23
|
-
チェックサムの値は`+s+"ですが、実際の和は"+a+"でした。")}const $=class ${};$.ITEMBOX_SIZE=12,$.MAP_ATR_MAX=60,$.OBJ_ATR_MAX=60,$.OLD_MAP_ATR_MAX=40,$.OLD_OBJ_ATR_MAX=40,$.ATR_CROP1=1,$.ATR_CROP2=2,$.ATR_TYPE=3,$.ATR_JUMP_X=16,$.ATR_JUMP_Y=17,$.MAP_LOCALGATE=2,$.OBJECT_LOCALGATE=18,$.SYSTEM_MESSAGE_NUM=20,$.IMGPOS_DEFAULT_YESNO_X=3,$.IMGPOS_DEFAULT_YESNO_Y=1,$.IMGPOS_DEFAULT_PLAYER_X=2,$.IMGPOS_DEFAULT_PLAYER_Y=0,$.IMGPOS_DEFAULT_CLICKABLE_ITEM_SIGN_X=0,$.IMGPOS_DEFAULT_CLICKABLE_ITEM_SIGN_Y=0,$.IMGPOS_DEFAULT_STATUS_X=3,$.IMGPOS_DEFAULT_STATUS_Y=2,$.IMGRELPOS_ENERGY_ICON_X=0,$.IMGRELPOS_STRENGTH_ICON_X=1,$.IMGRELPOS_DEFENCE_ICON_X=2,$.IMGRELPOS_GOLD_ICON_X=3,$.IMGPOS_DEFAULT_WIDE_CELL_X=4,$.IMGPOS_DEFAULT_WIDE_CELL_Y=3,$.IMGPOS_DEFAULT_ITEMBOX_X=1,$.IMGPOS_DEFAULT_ITEMBOX_Y=2,$.IMGPOS_DEFAULT_FRAME_X=0,$.IMGPOS_DEFAULT_FRAME_Y=1,$.IMGPOS_DEFAULT_BATTLE_EFFECT_X=3,$.IMGPOS_DEFAULT_BATTLE_EFFECT_Y=3,$.DEFAULT_DISABLE_SAVE=!1,$.DEFAULT_OLDMAP=!1,$.DEFAULT_OBJECT_NO_COLLAPSE=!1,$.DEFAULT_FRAME_COLOR_R=255,$.DEFAULT_FRAME_COLOR_G=255,$.DEFAULT_FRAME_COLOR_B=255,$.DEFAULT_FRAMEOUT_COLOR_R=96,$.DEFAULT_FRAMEOUT_COLOR_G=96,$.DEFAULT_FRAMEOUT_COLOR_B=96,$.DEFAULT_STR_COLOR_R=0,$.DEFAULT_STR_COLOR_G=0,$.DEFAULT_STR_COLOR_B=0,$.DEFAULT_STATUS_COLOR_R=0,$.DEFAULT_STATUS_COLOR_G=0,$.DEFAULT_STATUS_COLOR_B=0,$.DEFAULT_MOVES=0,$.DEFAULT_SPEED_INDEX=3,$.USER_VAR_NUM=256;let G=$;var ve=(t=>(t[t.MAP=1]="MAP",t[t.OBJECT=0]="OBJECT",t))(ve||{}),Ke=(t=>(t[t.INIT=0]="INIT",t[t.MAP_LOAD=1]="MAP_LOAD",t[t.OBJ_LOAD=2]="OBJ_LOAD",t[t.MAP_ATTR=3]="MAP_ATTR",t[t.OBJ_ATTR=4]="OBJ_ATTR",t[t.RAND_PARTS=5]="RAND_PARTS",t[t.MESSAGE=6]="MESSAGE",t))(Ke||{});function uh(){return{version:void 0,gameoverX:void 0,gameoverY:void 0,playerX:void 0,playerY:void 0,mapPartsMax:void 0,objPartsMax:void 0,isOldMap:void 0,isOldMove:void 0,statusEnergyMax:void 0,statusEnergy:void 0,statusStrength:void 0,statusDefence:void 0,statusGold:void 0,itemBox:void 0,mapWidth:void 0,messageNum:void 0,map:void 0,mapObject:void 0,mapCompressed:void 0,mapObjectCompressed:void 0,mapAttribute:void 0,objectAttribute:void 0,worldPassword:void 0,message:void 0,worldName:void 0,worldPassNumber:void 0,charCGName:void 0,mapCGName:void 0,systemMessage:void 0,moves:void 0,yesnoImgPosX:void 0,yesnoImgPosY:void 0,playerImgPosX:void 0,playerImgPosY:void 0,clickableItemSignImgPosX:void 0,clickableItemSignImgPosY:void 0,disableSaveFlag:void 0,compatibleForOldMapFlag:void 0,objectNoCollapseDefaultFlag:void 0,delPlayerFlag:void 0,bgm:void 0,effectCoords:void 0,effectWaits:void 0,imgStatusEnergyX:void 0,imgStatusEnergyY:void 0,imgStatusStrengthX:void 0,imgStatusStrengthY:void 0,imgStatusDefenceX:void 0,imgStatusDefenceY:void 0,imgStatusGoldX:void 0,imgStatusGoldY:void 0,imgWideCellX:void 0,imgWideCellY:void 0,imgItemboxX:void 0,imgItemboxY:void 0,imgFrameX:void 0,imgFrameY:void 0,imgBattleEffectX:void 0,imgBattleEffectY:void 0,imgClickX:void 0,imgClickY:void 0,frameColorR:void 0,frameColorG:void 0,frameColorB:void 0,frameOutColorR:void 0,frameOutColorG:void 0,frameOutColorB:void 0,fontColorR:void 0,fontColorG:void 0,fontColorB:void 0,statusColorR:void 0,statusColorG:void 0,statusColorB:void 0,checkOriginalMapString:void 0,checkString:void 0,isItemEffectEnabled:void 0,frameCount:void 0,gamePadButtonItemTable:void 0,userVar:void 0,userNamedVar:void 0,permitChangeGameSpeed:void 0,gameSpeedIndex:void 0,playTime:void 0,isVisibleStatusEnergy:void 0,isVisibleStatusStrength:void 0,isVisibleStatusDefence:void 0,isVisibleStatusGold:void 0,isGameOverDisabled:void 0,gameOverPolicy:"default",bgmDelayDurationMs:void 0,customSystemMessages:{},pictureRegistry:[]}}class lh{constructor(e,s,a){this.byteMapData=e,this.eventEmitter=a,ch(e,s),this.wwaData=uh()}extractAllData(){var e,s;return this.wwaData.version=this.byteMapData[le.VERSION],this._extractInitialParameters(),this.wwaData.version>=29?this.currentPosition=le.MAPDATA_TOP:this.currentPosition=le.OLD_MAPDATA_TOP,this.wwaData.map=this._getFieldDataFromBits(ve.MAP,this.wwaData.mapPartsMax).concat(),this.wwaData.mapObject=this._getFieldDataFromBits(ve.OBJECT,this.wwaData.objPartsMax).concat(),e=this.wwaData.version>29?G.MAP_ATR_MAX:G.OLD_MAP_ATR_MAX,s=this.wwaData.version>29?G.OBJ_ATR_MAX:G.OLD_OBJ_ATR_MAX,this.wwaData.mapAttribute=this._getPartsDataFromBits(ve.MAP,this.wwaData.mapPartsMax,e).concat(),this.wwaData.objectAttribute=this._getPartsDataFromBits(ve.OBJECT,this.wwaData.objPartsMax,s).concat(),this.wwaData.version<=29&&(this._convertAttributeV2toV3(ve.MAP),this._convertAttributeV2toV3(ve.OBJECT)),this._replaceAllRandomObjects(),this.wwaData}_convertAttributeV2toV3(e){var s,a,i;if(e==ve.MAP)s=this.wwaData.mapPartsMax,a=this.wwaData.mapAttribute,i=G.MAP_LOCALGATE;else if(e==ve.OBJECT)s=this.wwaData.objPartsMax,a=this.wwaData.objectAttribute,i=G.OBJECT_LOCALGATE;else throw new Error("謎のパーツ種別が指定されました");for(var r=0;r<s;r++){for(var n=9;n>=0;n--){var h=a[r][20+n*2]&255,u=a[r][20+n*2]>>8,c=a[r][20+n*2+1]&255,l=a[r][20+n*2+1]>>8;c===250?c=9e3:c>100&&(c+=9840),l===250?l=9e3:l>100&&(l+=9840),a[r][20+n*4]=h,a[r][20+n*4+3]=u,a[r][20+n*4+1]=c,a[r][20+n*4+2]=l}a[r][G.ATR_TYPE]===i&&(a[r][G.ATR_JUMP_X]>100&&(a[r][G.ATR_JUMP_X]+=9840),a[r][G.ATR_JUMP_Y]>100&&(a[r][G.ATR_JUMP_Y]+=9840))}}_get1ByteNumber(e){return this.byteMapData[e]}_get2BytesNumber(e){return this.byteMapData[e]+this.byteMapData[e+1]*256}_extractInitialParameters(){this.wwaData.version>29?(this.wwaData.gameoverX=this._get2BytesNumber(le.GAMEOVER_X),this.wwaData.gameoverY=this._get2BytesNumber(le.GAMEOVER_Y),this.wwaData.playerX=this._get2BytesNumber(le.PLAYER_X),this.wwaData.playerY=this._get2BytesNumber(le.PLAYER_Y),this.wwaData.mapPartsMax=this._get2BytesNumber(le.MAP_COUNT),this.wwaData.objPartsMax=this._get2BytesNumber(le.OBJ_COUNT),this.wwaData.isOldMap=!1):(this.wwaData.gameoverX=this._get1ByteNumber(le.OLD_GAMEOVER_X),this.wwaData.gameoverY=this._get1ByteNumber(le.OLD_GAMEOVER_Y),this.wwaData.playerX=this._get1ByteNumber(le.OLD_PLAYER_X),this.wwaData.playerY=this._get1ByteNumber(le.OLD_PLAYER_Y),this.wwaData.mapPartsMax=this._get1ByteNumber(le.OLD_MAP_COUNT),this.wwaData.objPartsMax=this._get1ByteNumber(le.OLD_OBJ_COUNT),this.wwaData.isOldMap=!0),this.wwaData.statusEnergyMax=this._get2BytesNumber(le.STATUS_ENERGY_MAX),this.wwaData.statusEnergy=this._get2BytesNumber(le.STATUS_ENERGY),this.wwaData.statusStrength=this._get2BytesNumber(le.STATUS_STRENGTH),this.wwaData.statusDefence=this._get2BytesNumber(le.STATUS_DEFENCE),this.wwaData.statusGold=this._get2BytesNumber(le.STATUS_GOLD),this._extractInitialItemData(),this.wwaData.mapWidth=this._get2BytesNumber(le.MAP_SIZE),this.wwaData.messageNum=this._get2BytesNumber(le.MESSAGE_NUM),this.wwaData.version<28?this.wwaData.mapWidth=71:this.wwaData.version<=29&&(this.wwaData.mapWidth=101)}_extractInitialItemData(){const e=this.wwaData.version>29?le.ITEMBOX_TOP:le.OLD_ITEMBOX_TOP;this.wwaData.itemBox=new Array(G.ITEMBOX_SIZE);for(let s=0;s<G.ITEMBOX_SIZE;s++)this.wwaData.itemBox[s]=this._get1ByteNumber(e+s)}_getFieldDataFromBits(e,s){var a,i,r;for(r=zi(this.wwaData.mapWidth,this.wwaData.mapWidth),a=0;a<this.wwaData.mapWidth;a++)for(i=0;i<this.wwaData.mapWidth;i++)this.wwaData.version>29?(r[a][i]=this._get2BytesNumber(this.currentPosition),this.currentPosition+=2):(r[a][i]=this._get1ByteNumber(this.currentPosition),this.currentPosition+=1),(a*this.wwaData.mapWidth+i)%200===0&&this.emitProgress(a*this.wwaData.mapWidth+i,this.wwaData.mapWidth*this.wwaData.mapWidth,e===ve.MAP?Ke.MAP_LOAD:Ke.OBJ_LOAD),r[a][i]>=s&&(r[a][i]=0);return this.emitProgress(this.wwaData.mapWidth*this.wwaData.mapWidth,this.wwaData.mapWidth*this.wwaData.mapWidth,e===ve.MAP?Ke.MAP_LOAD:Ke.OBJ_LOAD),r}_getPartsDataFromBits(e,s,a){var i,r,n;for(n=zi(s,a),i=0;i<s;i++)for(r=0;r<a;r++){if((i*this.wwaData.mapWidth+r)%200===0&&this.emitProgress(i*a+r,s*a,e===ve.MAP?Ke.MAP_ATTR:Ke.OBJ_ATTR),r===G.ATR_CROP1||r===G.ATR_CROP2){n[i][r]=0,this.currentPosition+=2;continue}n[i][r]=this._get2BytesNumber(this.currentPosition),this.currentPosition+=2}return this.emitProgress(s*a,s*a,e===ve.MAP?Ke.MAP_ATTR:Ke.OBJ_ATTR),n}_replaceAllRandomObjects(){this.emitProgress(this.wwaData.mapWidth*this.wwaData.mapWidth,this.wwaData.mapWidth*this.wwaData.mapWidth,Ke.RAND_PARTS)}emitProgress(e,s,a){this.eventEmitter.dispatch("progress",{current:e,total:s,stage:a})}}const _h=65e3,fh=3;function dh(t){let e=new Uint8Array(t.length),s,a;for(s=0,a=0;s<t.length&&!(t[s]===0&&t[s+1]===0&&t[s+2]===0);s++){if(e[a++]=t[s],t[s]===t[s+1]){const r=t[s+2];for(let n=0;n<r;n++)e[a++]=t[s];s+=2}if(a+255>=e.length){var i=new Uint8Array(e.length+_h);i.set(e),e=i}}return console.log("EXTRACT DATA = "+a+" "+s),{byteMapData:e,byteMapLength:a,compressedEndPosition:s+fh}}class ph{constructor(e,s,a,i){this.wwaData=e,this.compressedMapData=s,this.startPosition=a,this.eventEmitter=i,this.OLDVER_MESSAGE_MAX=400}load(){const e=this.wwaData;this.currentPos=this.startPosition,e.version>=30&&(e.worldPassword=this.getMessageFromData()),e.version<=29&&(e.messageNum=this.OLDVER_MESSAGE_MAX),e.message=new Array(e.messageNum);for(let s=0;s<e.message.length;s++)e.message[s]=this.getMessageFromData(),s%200===0&&this.eventEmitter.dispatch("progress",{current:s,total:e.message.length,stage:Ke.MESSAGE});for(;e.messageNum<10;)e.message.push(""),e.messageNum++;this.eventEmitter.dispatch("progress",{current:e.message.length,total:e.message.length,stage:Ke.MESSAGE}),e.worldName=this.getMessageFromData(),e.version<=29?e.worldPassword=this.getMessageFromData():this.getMessageFromData(),e.worldPassword===""?e.worldPassNumber=0:e.version>=29?e.worldPassNumber=(parseInt(e.worldPassword)/10-1197)/17-2357:e.worldPassNumber=parseInt(e.worldPassword),e.charCGName=this.getMessageFromData(),e.mapCGName=this.getMessageFromData(),e.systemMessage=new Array(G.SYSTEM_MESSAGE_NUM);for(let s=0;s<G.SYSTEM_MESSAGE_NUM;s++)e.version>=30?e.systemMessage[s]=this.getMessageFromData():e.systemMessage[s]="";return e.yesnoImgPosX=G.IMGPOS_DEFAULT_YESNO_X,e.yesnoImgPosY=G.IMGPOS_DEFAULT_YESNO_Y,e.playerImgPosX=G.IMGPOS_DEFAULT_PLAYER_X,e.playerImgPosY=G.IMGPOS_DEFAULT_PLAYER_Y,e.clickableItemSignImgPosX=G.IMGPOS_DEFAULT_CLICKABLE_ITEM_SIGN_X,e.clickableItemSignImgPosY=G.IMGPOS_DEFAULT_CLICKABLE_ITEM_SIGN_Y,e.disableSaveFlag=G.DEFAULT_DISABLE_SAVE,e.isOldMap=G.DEFAULT_OLDMAP,e.isOldMove=e.version<31,e.objectNoCollapseDefaultFlag=G.DEFAULT_OBJECT_NO_COLLAPSE,e.delPlayerFlag=!1,e.bgm=0,e.effectCoords=[],e.effectWaits=0,e.imgStatusEnergyX=G.IMGPOS_DEFAULT_STATUS_X+G.IMGRELPOS_ENERGY_ICON_X,e.imgStatusEnergyY=G.IMGPOS_DEFAULT_STATUS_Y,e.imgStatusStrengthX=G.IMGPOS_DEFAULT_STATUS_X+G.IMGRELPOS_STRENGTH_ICON_X,e.imgStatusStrengthY=G.IMGPOS_DEFAULT_STATUS_Y,e.imgStatusDefenceX=G.IMGPOS_DEFAULT_STATUS_X+G.IMGRELPOS_DEFENCE_ICON_X,e.imgStatusDefenceY=G.IMGPOS_DEFAULT_STATUS_Y,e.imgStatusGoldX=G.IMGPOS_DEFAULT_STATUS_X+G.IMGRELPOS_GOLD_ICON_X,e.imgStatusGoldY=G.IMGPOS_DEFAULT_STATUS_Y,e.imgWideCellX=G.IMGPOS_DEFAULT_WIDE_CELL_X,e.imgWideCellY=G.IMGPOS_DEFAULT_WIDE_CELL_Y,e.imgItemboxX=G.IMGPOS_DEFAULT_ITEMBOX_X,e.imgItemboxY=G.IMGPOS_DEFAULT_ITEMBOX_Y,e.imgFrameX=G.IMGPOS_DEFAULT_FRAME_X,e.imgFrameY=G.IMGPOS_DEFAULT_FRAME_Y,e.imgBattleEffectX=G.IMGPOS_DEFAULT_BATTLE_EFFECT_X,e.imgBattleEffectY=G.IMGPOS_DEFAULT_BATTLE_EFFECT_Y,e.imgClickX=0,e.imgClickY=0,e.frameColorR=G.DEFAULT_FRAME_COLOR_R,e.frameColorG=G.DEFAULT_FRAME_COLOR_G,e.frameColorB=G.DEFAULT_FRAME_COLOR_B,e.frameOutColorR=G.DEFAULT_FRAMEOUT_COLOR_R,e.frameOutColorG=G.DEFAULT_FRAMEOUT_COLOR_G,e.frameOutColorB=G.DEFAULT_FRAMEOUT_COLOR_B,e.fontColorR=G.DEFAULT_STR_COLOR_R,e.fontColorG=G.DEFAULT_STR_COLOR_G,e.fontColorB=G.DEFAULT_STR_COLOR_B,e.statusColorR=G.DEFAULT_STATUS_COLOR_R,e.statusColorG=G.DEFAULT_STATUS_COLOR_G,e.statusColorB=G.DEFAULT_STATUS_COLOR_B,e.moves=G.DEFAULT_MOVES,e.gameSpeedIndex=G.DEFAULT_SPEED_INDEX,e.permitChangeGameSpeed=!0,e.userVar=Array.from({length:G.USER_VAR_NUM}).map(()=>0),e.userNamedVar=new Map,e.playTime=0,e.isVisibleStatusEnergy=!0,e.isVisibleStatusStrength=!0,e.isVisibleStatusDefence=!0,e.isVisibleStatusGold=!0,e.gameOverPolicy="default",e.bgmDelayDurationMs=0,e.pictureRegistry=[],e}getMessageFromData(){let e="",s=0;for(s=0;s<1500&&!(this.compressedMapData[this.currentPos+s*2]==0&&this.compressedMapData[this.currentPos+s*2+1]==0);s++)e+=String.fromCharCode((this.compressedMapData[this.currentPos+s*2+1]<<8)+this.compressedMapData[this.currentPos+s*2]);return this.currentPos+=s*2+2,e}}class Qi{constructor(){}}class ws extends Qi{constructor(e){super(),this.uri=e}static async fetch(e){try{return await fetch(e)}catch{throw new Error(`マップデータ 「${e}」の読み込みに失敗しました。
|
|
22
|
+
</div>`}var H=e=>document.getElementById(e),ze=e=>document.getElementsByTagName(e),Be=e=>document.querySelector(e),Ve=e=>document.querySelector(e),He=e=>document.querySelectorAll(e),Ue=(e,t)=>{var n,r,i=window.pageXOffset||document.body.scrollLeft||document.documentElement.scrollLeft,a=window.pageYOffset||document.body.scrollTop||document.documentElement.scrollTop;return n=e-H(`wwa-wrapper`).offsetLeft+i,r=t-H(`wwa-wrapper`).offsetTop+a,new S(n,r)},We=e=>e.match(/^https?:\/\//)||e.match(/^\.\.\//)?e:location.href=`./`+e,Ge=e=>{var t=``;if(e instanceof Array){for(var n=0;n<e.length;n++)t+=Ge(e[n])+`/`;return t}else return e+``},Ke=e=>e.split(``).reverse().join(``);function qe(e,t){if(typeof e!=`number`)throw TypeError(`${t} が数値ではありません。`);return!0}function Je(e,t,n=0){if(n>=3)return`...`;if(typeof e==`number`||typeof e==`boolean`||e==null)return String(e);if(typeof e==`string`){let n=[...e];return t&&n.length>10?`"${n.slice(0,10).join(``)}…`:`"${e}"`}else if(Array.isArray(e))return`[${e.map(e=>Je(e,!0,n+1)).join(`,`)}]`;else if(e instanceof Map)return`{${[...e].map(([e,t])=>`${e}:${Je(t,!0,n+1)}`).join(`,`)}}`;else throw TypeError(`この値はフォーマットできません`,e)}function Ye(e,t){if(Array.isArray(e)){if(typeof t!=`number`)throw TypeError(`配列に対して、数字以外をindexにできません`);if(t<0||t>=e.length){console.warn(`配列のインデックス ${t} は範囲外です`);return}return e[t]}else if(e instanceof Map){if(!f(t))throw TypeError(`オブジェクトのキーはプリミティブ値でなければなりません。: `+t);return e.get(String(t))}else if(typeof e==`string`){if(typeof t!=`number`)throw TypeError(`文字列 "${e}" に対して、数字以外をindexにできません`);if(t<0||t>=e.length){console.warn(`文字列 "${e}" のインデックス ${t} は範囲外です`);return}return e[t]}else if(f(e))throw TypeError(`プリミティブ値 ${String(e)} は添字参照できません`);else throw TypeError(String(e)+`は添字参照できません`)}function Xe(e,t,n){if(Array.isArray(e)){if(typeof t!=`number`)throw TypeError(`数字以外をindexにできません`);e[t]=n}else if(e instanceof Map){if(!f(t))throw TypeError(`オブジェクトのキーはプリミティブ値でなければなりません。: `+t);e.set(String(t),n)}else if(typeof e==`string`)throw TypeError(`文字列 "${e}" の特定の文字を直接書き換えることはできません`);else if(f(e))throw TypeError(`プリミティブ値 ${String(e)} は添字参照できません`);else throw TypeError(String(e)+`は添字参照できません`)}var Ze=[{name:`pos`,type:`numberArray`},{name:`time`,type:`numberOrArray`},{name:`timeFrame`,type:`numberOrArray`},{name:`size`,type:`numberArray`},{name:`animTime`,type:`numberArray`},{name:`animTimeFrame`,type:`numberArray`},{name:`move`,type:`numberArray`},{name:`accel`,type:`numberArray`},{name:`zoom`,type:`numberArray`},{name:`zoomAccel`,type:`numberArray`},{name:`anchor`,type:`number`},{name:`circle`,type:`numberArray`},{name:`repeat`,type:`numberArray`},{name:`img`,type:`numberArray`},{name:`imgFile`,type:`string`},{name:`imgMap`,type:`numberArray`},{name:`sound`,type:`number`},{name:`crop`,type:`numberArray`},{name:`text`,type:`string`},{name:`font`,type:`string`},{name:`fontSize`,type:`number`},{name:`fontFamily`,type:`string`},{name:`italic`,type:`number`},{name:`bold`,type:`number`},{name:`color`,type:`numberArray`},{name:`textAlign`,type:`string`},{name:`lineHeight`,type:`number`},{name:`opacity`,type:`number`},{name:`fade`,type:`number`},{name:`angle`,type:`number`},{name:`rotate`,type:`number`},{name:`wait`,type:`number`},{name:`waitFrame`,type:`number`},{name:`next`,type:`numberArray`},{name:`create`,type:`numberArray2D`},{name:`map`,type:`numberArray`},{name:`script`,type:`string`}],Qe={time_frame:`timeFrame`,anim_time:`animTime`,anim_time_frame:`animTimeFrame`,zoom_accel:`zoomAccel`,img_file:`imgFile`,img_map:`imgMap`,font_size:`fontSize`,font_family:`fontFamily`,text_align:`textAlign`,line_height:`lineHeight`,wait_frame:`waitFrame`},$e=`-?\\d+`,et=`v\\[${$e}\\]`,tt=`v\\[(${$e})\\]`,nt=`m\\[${$e}\\]\\[${$e}\\]`,rt=`m\\[(${$e})\\]\\[(${$e})\\]`,it=`o\\[${$e}\\]\\[${$e}\\]`,at=`o\\[(${$e})\\]\\[(${$e})\\]`,ot=`ITEM\\[${$e}\\]`,st=`ITEM\\[(${$e})\\]`,ct=`${et}|${nt}|${it}|${ot}`,lt=`AT_TOTAL|AT_ITEMS|DF_TOTAL|DF_ITEMS|TIME|X|Y|PX|PY|ID|TYPE|ITEM_COUNT_ALL`,ut=`HP|HPMAX|AT|DF|GD|STEP|PDIR`,dt=`${ct}|${nt}|${it}|${ot}|${ut}`,ft=`${$e}|${ct}|${lt}|${ut}`,pt=`RAND\\((?:${ft})\\)`,mt=`RAND\\((${ft})\\)`,ht=`ITEM_COUNT\\((?:${ft})\\)`,gt=`ITEM_COUNT\\((${ft})\\)`,_t=`${ft}|${`${pt}|${ht}`}`,vt=`\\+|\\-|\\*|\\/|%`,yt=`=`,bt=`${yt}|\\+=|\\-=|\\*=|\\/=|%=`,xt=`>|<|<=|>=|==|!=`,St=`^\\(`,Ct=`\\)$`,wt=RegExp(`^${$e}\$`),Tt=RegExp(`^${tt}\$`),Et=RegExp(`^${rt}\$`),Dt=RegExp(`^${at}\$`),Ot=RegExp(`^${st}\$`),kt=RegExp(`^${mt}\$`),At=RegExp(`${gt}\$`),jt=RegExp(`${St}(${dt})${yt}(${_t})(${vt})(${_t})${Ct}`),Mt=RegExp(`${St}(${dt})(${bt})(${_t})${Ct}`),Nt=RegExp(`^(${_t})(?:(${vt})(${_t}))?$`),Pt=RegExp(`${St}(${_t})(${xt})(${_t})${Ct}`),Ft=RegExp(`{{(${_t})}}`,`g`);function It(e){return e.type!==`RAND`&&e.type!==`ITEM_COUNT`}function Lt(e){switch(e){case`HP`:case`HPMAX`:case`AT`:case`AT_TOTAL`:case`AT_ITEMS`:case`DF`:case`DF_TOTAL`:case`DF_ITEMS`:case`GD`:case`STEP`:case`TIME`:case`X`:case`Y`:case`PX`:case`PY`:case`PDIR`:case`ID`:case`TYPE`:case`ITEM_COUNT_ALL`:return{type:e};default:let t=e.match(Tt);if(t){let e=Rt(t);return e===null?null:{type:`VARIABLE`,index:e}}let n=e.match(Et);if(n){let e=zt(n);return e===null?null:{type:`MAP`,x:e[0],y:e[1]}}let r=e.match(Dt);if(r){let e=zt(r);return e===null?null:{type:`OBJECT`,x:e[0],y:e[1]}}let i=e.match(Ot);if(i){let e=Rt(i);return e===null?null:{type:`ITEM`,boxIndex1To12:e}}if(e.match(wt)){let t=parseInt(e,10);return t!==null&&!isNaN(t)?{type:`NUMBER`,rawValue:t}:null}let a=e.match(kt);if(a){let e=a.length>=2?Lt(a[1]):null;return e!==null&&It(e)?{type:`RAND`,argument:e}:null}let o=e.match(At);if(o){let e=o.length>=2?Lt(o[1]):null;return e!==null&&It(e)?{type:`ITEM_COUNT`,argument:e}:null}return null}}function Rt(e){let t=e.length>=2?Number(e[1]):null;return t!==null&&!isNaN(t)?t:null}function zt(e){if(e.length<3)return null;let t=Number(e[1]),n=Number(e[2]);return isNaN(t)||isNaN(n)?null:[t,n]}function Bt(e,t,n=0){if(typeof e==`boolean`)return e;let r=Vt(e.left,t,n),i=Vt(e.right,t,n);return Ut(e.operator,r,i)}function Vt(e,t,n=0){switch(e.type){case`HP`:return t.totalStatus.energy;case`HPMAX`:return t.energyMax;case`AT`:return t.bareStatus.strength;case`AT_TOTAL`:return t.totalStatus.strength;case`AT_ITEMS`:return t.itemStatus.strength;case`DF`:return t.bareStatus.defence;case`DF_TOTAL`:return t.totalStatus.defence;case`DF_ITEMS`:return t.itemStatus.defence;case`GD`:return t.totalStatus.gold;case`STEP`:return t.moveCount;case`VARIABLE`:{let n=t.userVars[e.index];return qe(n,`v${e.index}`)?n:0}case`MAP`:return e.y<0||e.y>=t.map.length||e.x<0||e.x>=t.map[e.y].length?0:t.map[e.y][e.x];case`OBJECT`:return e.y<0||e.y>=t.mapObject.length||e.x<0||e.x>=t.mapObject[e.y].length?0:t.mapObject[e.y][e.x];case`ITEM`:return e.boxIndex1To12<1||e.boxIndex1To12>12?0:t.itemBox[e.boxIndex1To12-1];case`ITEM_COUNT_ALL`:return t.itemBox.filter(e=>e!==0).length;case`NUMBER`:return e.rawValue;case`TIME`:return t.playTime;case`X`:return t.partsPosition?.x??t.playerCoord.x;case`Y`:return t.partsPosition?.y??t.playerCoord.y;case`PX`:return t.playerCoord.x;case`PY`:return t.playerCoord.y;case`PDIR`:return t.playerDirection;case`ID`:return t.partsId??-1;case`TYPE`:return t.partsType??-1;case`RAND`:return Math.floor(Math.random()*Vt(e.argument,t));case`ITEM_COUNT`:return t.itemBox.filter(n=>n===Vt(e.argument,t)).length;default:return n}}function Ht(e,t,n){switch(e){case`=`:return n;case`+`:case`+=`:return t+n;case`-`:case`-=`:return t-n;case`*`:case`*=`:return t*n;case`/`:case`/=`:return n===0?0:t/n;case`%`:case`%=`:return n===0?0:t%n;default:throw Error(`未定義の演算子です`)}}function Ut(e,t,n){switch(e){case`>`:return t>n;case`<`:return t<n;case`>=`:return t>=n;case`<=`:return t<=n;case`==`:return t===n;case`!=`:return t!==n;default:return!1}}function Wt(e,t){switch(Lt(t)?.type){case`VARIABLE`:{let n=t.match(/^v\[(\d+)\]$/),r=Number(n[1]);if(r===null||isNaN(r))throw Error(`ユーザ変数の添字のパースに失敗しました`);return{assignee:`variable`,index:r,rawValue:e}}case`MAP`:{let n=t.match(/^m\[(\d+)\]\[(\d+)\]$/),r=Number(n[1]),i=Number(n[2]);if(r===null||i===null||isNaN(r)||isNaN(i))throw Error(`背景パーツの添字のパースに失敗しました`);return{assignee:`map`,x:r,y:i,rawValue:e}}case`OBJECT`:{let n=t.match(/^o\[(\d+)\]\[(\d+)\]$/),r=Number(n[1]),i=Number(n[2]);if(r===null||i===null||isNaN(r)||isNaN(i))throw Error(`物体パーツの添字のパースに失敗しました`);return{assignee:`mapObject`,x:r,y:i,rawValue:e}}case`ITEM`:{let n=t.match(/^ITEM\[(\d+)\]$/),r=Number(n[1]);if(r===null||isNaN(r))throw Error(`アイテムの添字のパースに失敗しました`);return{assignee:`item`,boxIndex1to12:r,rawValue:e}}case`ITEM_COUNT_ALL`:throw Error(`左辺値に所持アイテム数は入れられません`);case`NUMBER`:throw Error(`左辺値に定数は入れられません`);case`HP`:return{assignee:`energy`,rawValue:e};case`HPMAX`:return{assignee:`energyMax`,rawValue:e};case`AT`:return{assignee:`strength`,rawValue:e};case`AT_TOTAL`:throw Error(`左辺値に合計攻撃力は入れられません`);case`AT_ITEMS`:throw Error(`左辺値にアイテム攻撃力は入れられません`);case`DF`:return{assignee:`defence`,rawValue:e};case`DF_TOTAL`:throw Error(`左辺値に合計防御力は入れられません`);case`DF_ITEMS`:throw Error(`左辺値にアイテム防御力は入れられません`);case`GD`:return{assignee:`gold`,rawValue:e};case`STEP`:return{assignee:`moveCount`,rawValue:e};case`TIME`:throw Error(`左辺値にプレイ時間は入れられません`);case`PX`:throw Error(`左辺値にプレイヤーX座標は入れられません`);case`PY`:throw Error(`左辺値にプレイヤーY座標は入れられません`);case`X`:throw Error(`左辺値にパーツX座標は入れられません`);case`Y`:throw Error(`左辺値にパーツY座標は入れられません`);case`ID`:throw Error(`左辺値にパーツ番号座標は入れられません`);case`TYPE`:throw Error(`左辺値にパーツ種別は入れられません`);case`PDIR`:return{assignee:`playerDirection`,rawValue:e};case`RAND`:throw Error(`左辺値に乱数は入れられません`);case`ITEM_COUNT`:throw Error(`左辺値に所持アイテム数は入れられません`);default:throw Error(`この文字列から代入操作オブジェクトは生成できません`)}}function Gt(e){return e.replace(/\s/g,``)}function Kt(e,t,n=0){return Vt(Lt(e),t,n)}function qt(e,t){let n=Gt(e),r=n.match(jt);if(r!==null){let e=Kt(r[2],t),n=Kt(r[4],t),i=r[3];return Wt(Ht(i,e,n),r[1])}let i=n.match(Mt);if(i!==null){let e=Kt(i[1],t),n=Kt(i[3],t),r=i[2];return Wt(Ht(r,e,n),i[1])}throw Error(`setMacroのフォーマットを満たしていません: `+e)}function Jt(e,t,n=0){let r=Gt(e).match(Nt);if(r!==null){let e=Kt(r[1],t,n),i=r[3]?Kt(r[3],t,n):void 0,a=r[2];return a&&i?Ht(a,e,i):e}throw Error(`マクロ引数のフォーマットを満たしていません: `+e)}function Yt(e){return Gt(e).match(Nt)!==null}function Xt(e){let t=Gt(e).match(Pt);if(t===null||t.length<=3){console.error(`判定式が異常です: ${e}`);return}let n=Lt(t[1]),r=Lt(t[3]);if(!n||!r){console.error(`判定式が異常です: ${e}`);return}return{left:n,right:r,operator:t[2]}}var Zt=e=>{try{let t=JSON.parse(e.propertiesText);if(Array.isArray(t))throw Error(`配列形式ではなくオブジェクト形式で記述してください。`);if(typeof t!=`object`)throw Error(`オブジェクト形式で記述してください。`);return{...e,properties:t}}catch(e){console.error(`JSON パースエラーが発生しました!: ${e.message}`)}},Qt=(e,t)=>{let n=Ze.find(({name:t})=>t===e);if(!n)return console.warn(`定義外のプロパティ ${e} を見つけました。`),!1;switch(n.type){case`numberArray2D`:{if(!Array.isArray(t))return console.warn(`プロパティ ${e} は配列形式である必要がありますが、配列形式になっていません。`),!1;let n=t.map((e,t)=>Array.isArray(e)?null:t+1).filter(e=>e!==null);if(n.length>0)return console.warn(`プロパティ ${e} は配列の配列である必要がありますが、 ${n.join(`, `)} の要素が配列形式になっていません。`),!1;break}case`string`:if(typeof t!=`string`)if(typeof t==`number`)console.warn(`プロパティ ${e} は文字列形式を推奨しています。実際に入った値は ${t} です。`);else return console.warn(`プロパティ ${e} では文字列形式である必要があります。実際に入った値は ${t} です。`),!1}return!0},$t=e=>Qe[e]??e,en=e=>Number.isInteger(e)&&(e>0||tn(e)),tn=e=>e===-1,nn=e=>{let t=Object.entries(e.properties).map(([e,t])=>{let n=$t(e);if(!Qt(n,t))return[n,t];switch(Ze.find(({name:e})=>e===n).type){case`string`:if(typeof t!=`string`)return[n,t.toString()]}return[n,t]});return{...e,properties:Object.fromEntries(t)}},rn=(e,t)=>{let n=e=>typeof e==`number`?e:Jt(e,t),r=Object.entries(e.properties).map(([e,t])=>{let r=$t(e);if(!Qt(r,t))return[r,t];switch(Ze.find(({name:e})=>e===r).type){case`number`:return[r,n(t)];case`numberArray`:return[r,t.map(n)];case`numberOrArray`:return Array.isArray(t)?[r,t.map(n)]:[r,[n(t)]];case`numberArray2D`:return!Array.isArray(t)||t.some(Array.isArray)?[r,t]:[r,t.map(e=>e.map(n))];case`string`:if(typeof t!=`string`)return[r,t.toString()];let e=String(t);return Array.from(t.matchAll(Ft)).forEach(r=>{r.length<2&&console.warn(`テンプレート文字列で合致した文字列の中の値を取り出すことができませんでした。文字列そのものの値は ${t} です。`);let i=r[0],a=r[1],o=n(a);e=e.replace(i,typeof o==`number`?o.toString():o)}),[r,e];default:return[r,t]}});return{...e,properties:Object.fromEntries(r)}},an=(e,t,n)=>Array.isArray(e)?e[t]:n?e:void 0,on=(e,t,n,r)=>e>0||t>0||n>0||r>0,sn=e=>e<0?0:e,cn=(e,t,n)=>{switch(n){case 1:case 4:case 7:return e;case 2:case 5:case 8:return e-t/2;case 3:case 6:case 9:return e-t;default:return e}},ln=(e,t,n)=>{if(t===0)return e;let r=n*Math.PI/180;return e+t*Math.cos(r)},un=(e,t,n)=>{switch(n){case 1:case 2:case 3:return e-t;case 4:case 5:case 6:return e-t/2;default:return e}},dn=(e,t,n)=>{if(t===0)return e;let r=n*Math.PI/180;return e+t*Math.sin(r)},fn=e=>Math.max(e,1),pn=e=>Math.max(e,1),mn=(e,t)=>{let n=Array(e);for(let e=0;e<n.length;e++)n[e]=Array(t);return n},hn=e=>(e%=256,e>=128?e-256:e),gn=function(e){return e[e.CHECK=0]=`CHECK`,e[e.VERSION=2]=`VERSION`,e[e.OLD_MAP_COUNT=3]=`OLD_MAP_COUNT`,e[e.OLD_OBJ_COUNT=4]=`OLD_OBJ_COUNT`,e[e.OLD_PLAYER_X=5]=`OLD_PLAYER_X`,e[e.OLD_PLAYER_Y=6]=`OLD_PLAYER_Y`,e[e.STATUS_ENERGY=10]=`STATUS_ENERGY`,e[e.STATUS_STRENGTH=12]=`STATUS_STRENGTH`,e[e.STATUS_DEFENCE=14]=`STATUS_DEFENCE`,e[e.STATUS_GOLD=16]=`STATUS_GOLD`,e[e.OLD_GAMEOVER_X=18]=`OLD_GAMEOVER_X`,e[e.OLD_GAMEOVER_Y=19]=`OLD_GAMEOVER_Y`,e[e.OLD_ITEMBOX_TOP=20]=`OLD_ITEMBOX_TOP`,e[e.STATUS_ENERGY_MAX=32]=`STATUS_ENERGY_MAX`,e[e.MAP_COUNT=34]=`MAP_COUNT`,e[e.OBJ_COUNT=36]=`OBJ_COUNT`,e[e.PLAYER_X=38]=`PLAYER_X`,e[e.PLAYER_Y=40]=`PLAYER_Y`,e[e.GAMEOVER_X=42]=`GAMEOVER_X`,e[e.GAMEOVER_Y=44]=`GAMEOVER_Y`,e[e.MAP_SIZE=46]=`MAP_SIZE`,e[e.MESSAGE_NUM=48]=`MESSAGE_NUM`,e[e.ITEMBOX_TOP=60]=`ITEMBOX_TOP`,e[e.MAPDATA_TOP=90]=`MAPDATA_TOP`,e[e.OLD_MAPDATA_TOP=100]=`OLD_MAPDATA_TOP`,e}({});function _n(e){return e[gn.CHECK]+e[gn.CHECK+1]*256}function vn(e,t){let n=0;if(e[gn.VERSION]>=29){for(let r=2;r<t;r++)n+=hn(e[r])*(r%8+1);n=n%65536&65535}return n}function yn(e,t){let n=_n(e),r=vn(e,t);if(n!==r)throw Error(`マップデータが壊れているようです。
|
|
23
|
+
チェックサムの値は`+n+`ですが、実際の和は`+r+`でした。`)}var U=class{static{this.ITEMBOX_SIZE=12}static{this.MAP_ATR_MAX=60}static{this.OBJ_ATR_MAX=60}static{this.OLD_MAP_ATR_MAX=40}static{this.OLD_OBJ_ATR_MAX=40}static{this.ATR_CROP1=1}static{this.ATR_CROP2=2}static{this.ATR_TYPE=3}static{this.ATR_JUMP_X=16}static{this.ATR_JUMP_Y=17}static{this.MAP_LOCALGATE=2}static{this.OBJECT_LOCALGATE=18}static{this.SYSTEM_MESSAGE_NUM=20}static{this.IMGPOS_DEFAULT_YESNO_X=3}static{this.IMGPOS_DEFAULT_YESNO_Y=1}static{this.IMGPOS_DEFAULT_PLAYER_X=2}static{this.IMGPOS_DEFAULT_PLAYER_Y=0}static{this.IMGPOS_DEFAULT_CLICKABLE_ITEM_SIGN_X=0}static{this.IMGPOS_DEFAULT_CLICKABLE_ITEM_SIGN_Y=0}static{this.IMGPOS_DEFAULT_STATUS_X=3}static{this.IMGPOS_DEFAULT_STATUS_Y=2}static{this.IMGRELPOS_ENERGY_ICON_X=0}static{this.IMGRELPOS_STRENGTH_ICON_X=1}static{this.IMGRELPOS_DEFENCE_ICON_X=2}static{this.IMGRELPOS_GOLD_ICON_X=3}static{this.IMGPOS_DEFAULT_WIDE_CELL_X=4}static{this.IMGPOS_DEFAULT_WIDE_CELL_Y=3}static{this.IMGPOS_DEFAULT_ITEMBOX_X=1}static{this.IMGPOS_DEFAULT_ITEMBOX_Y=2}static{this.IMGPOS_DEFAULT_FRAME_X=0}static{this.IMGPOS_DEFAULT_FRAME_Y=1}static{this.IMGPOS_DEFAULT_BATTLE_EFFECT_X=3}static{this.IMGPOS_DEFAULT_BATTLE_EFFECT_Y=3}static{this.DEFAULT_DISABLE_SAVE=!1}static{this.DEFAULT_OLDMAP=!1}static{this.DEFAULT_OBJECT_NO_COLLAPSE=!1}static{this.DEFAULT_FRAME_COLOR_R=255}static{this.DEFAULT_FRAME_COLOR_G=255}static{this.DEFAULT_FRAME_COLOR_B=255}static{this.DEFAULT_FRAMEOUT_COLOR_R=96}static{this.DEFAULT_FRAMEOUT_COLOR_G=96}static{this.DEFAULT_FRAMEOUT_COLOR_B=96}static{this.DEFAULT_STR_COLOR_R=0}static{this.DEFAULT_STR_COLOR_G=0}static{this.DEFAULT_STR_COLOR_B=0}static{this.DEFAULT_STATUS_COLOR_R=0}static{this.DEFAULT_STATUS_COLOR_G=0}static{this.DEFAULT_STATUS_COLOR_B=0}static{this.DEFAULT_MOVES=0}static{this.DEFAULT_SPEED_INDEX=3}static{this.USER_VAR_NUM=256}},bn=function(e){return e[e.MAP=1]=`MAP`,e[e.OBJECT=0]=`OBJECT`,e}({}),xn=function(e){return e[e.INIT=0]=`INIT`,e[e.MAP_LOAD=1]=`MAP_LOAD`,e[e.OBJ_LOAD=2]=`OBJ_LOAD`,e[e.MAP_ATTR=3]=`MAP_ATTR`,e[e.OBJ_ATTR=4]=`OBJ_ATTR`,e[e.RAND_PARTS=5]=`RAND_PARTS`,e[e.MESSAGE=6]=`MESSAGE`,e}({});function Sn(){return{version:void 0,gameoverX:void 0,gameoverY:void 0,playerX:void 0,playerY:void 0,mapPartsMax:void 0,objPartsMax:void 0,isOldMap:void 0,isOldMove:void 0,statusEnergyMax:void 0,statusEnergy:void 0,statusStrength:void 0,statusDefence:void 0,statusGold:void 0,itemBox:void 0,mapWidth:void 0,messageNum:void 0,map:void 0,mapObject:void 0,mapCompressed:void 0,mapObjectCompressed:void 0,mapAttribute:void 0,objectAttribute:void 0,worldPassword:void 0,message:void 0,worldName:void 0,worldPassNumber:void 0,charCGName:void 0,mapCGName:void 0,systemMessage:void 0,moves:void 0,yesnoImgPosX:void 0,yesnoImgPosY:void 0,playerImgPosX:void 0,playerImgPosY:void 0,clickableItemSignImgPosX:void 0,clickableItemSignImgPosY:void 0,disableSaveFlag:void 0,compatibleForOldMapFlag:void 0,objectNoCollapseDefaultFlag:void 0,delPlayerFlag:void 0,bgm:void 0,effectCoords:void 0,effectWaits:void 0,imgStatusEnergyX:void 0,imgStatusEnergyY:void 0,imgStatusStrengthX:void 0,imgStatusStrengthY:void 0,imgStatusDefenceX:void 0,imgStatusDefenceY:void 0,imgStatusGoldX:void 0,imgStatusGoldY:void 0,imgWideCellX:void 0,imgWideCellY:void 0,imgItemboxX:void 0,imgItemboxY:void 0,imgFrameX:void 0,imgFrameY:void 0,imgBattleEffectX:void 0,imgBattleEffectY:void 0,imgClickX:void 0,imgClickY:void 0,frameColorR:void 0,frameColorG:void 0,frameColorB:void 0,frameOutColorR:void 0,frameOutColorG:void 0,frameOutColorB:void 0,fontColorR:void 0,fontColorG:void 0,fontColorB:void 0,statusColorR:void 0,statusColorG:void 0,statusColorB:void 0,checkOriginalMapString:void 0,checkString:void 0,isItemEffectEnabled:void 0,frameCount:void 0,gamePadButtonItemTable:void 0,userVar:void 0,userNamedVar:void 0,permitChangeGameSpeed:void 0,gameSpeedIndex:void 0,playTime:void 0,isVisibleStatusEnergy:void 0,isVisibleStatusStrength:void 0,isVisibleStatusDefence:void 0,isVisibleStatusGold:void 0,isGameOverDisabled:void 0,gameOverPolicy:`default`,bgmDelayDurationMs:void 0,customSystemMessages:{},pictureRegistry:[],decisionSound:void 0,attackSound:void 0}}var Cn=class{constructor(e,t,n){this.byteMapData=e,this.eventEmitter=n,yn(e,t),this.wwaData=Sn()}extractAllData(){var e,t;return this.wwaData.version=this.byteMapData[gn.VERSION],this._extractInitialParameters(),this.wwaData.version>=29?this.currentPosition=gn.MAPDATA_TOP:this.currentPosition=gn.OLD_MAPDATA_TOP,this.wwaData.map=this._getFieldDataFromBits(bn.MAP,this.wwaData.mapPartsMax).concat(),this.wwaData.mapObject=this._getFieldDataFromBits(bn.OBJECT,this.wwaData.objPartsMax).concat(),e=this.wwaData.version>29?U.MAP_ATR_MAX:U.OLD_MAP_ATR_MAX,t=this.wwaData.version>29?U.OBJ_ATR_MAX:U.OLD_OBJ_ATR_MAX,this.wwaData.mapAttribute=this._getPartsDataFromBits(bn.MAP,this.wwaData.mapPartsMax,e).concat(),this.wwaData.objectAttribute=this._getPartsDataFromBits(bn.OBJECT,this.wwaData.objPartsMax,t).concat(),this.wwaData.version<=29&&(this._convertAttributeV2toV3(bn.MAP),this._convertAttributeV2toV3(bn.OBJECT)),this._replaceAllRandomObjects(),this.wwaData}_convertAttributeV2toV3(e){var t,n,r;if(e==bn.MAP)t=this.wwaData.mapPartsMax,n=this.wwaData.mapAttribute,r=U.MAP_LOCALGATE;else if(e==bn.OBJECT)t=this.wwaData.objPartsMax,n=this.wwaData.objectAttribute,r=U.OBJECT_LOCALGATE;else throw Error(`謎のパーツ種別が指定されました`);for(var i=0;i<t;i++){for(var a=9;a>=0;a--){var o=n[i][20+a*2]&255,s=n[i][20+a*2]>>8,c=n[i][20+a*2+1]&255,l=n[i][20+a*2+1]>>8;c===250?c=9e3:c>100&&(c+=9840),l===250?l=9e3:l>100&&(l+=9840),n[i][20+a*4]=o,n[i][20+a*4+3]=s,n[i][20+a*4+1]=c,n[i][20+a*4+2]=l}n[i][U.ATR_TYPE]===r&&(n[i][U.ATR_JUMP_X]>100&&(n[i][U.ATR_JUMP_X]+=9840),n[i][U.ATR_JUMP_Y]>100&&(n[i][U.ATR_JUMP_Y]+=9840))}}_get1ByteNumber(e){return this.byteMapData[e]}_get2BytesNumber(e){return this.byteMapData[e]+this.byteMapData[e+1]*256}_extractInitialParameters(){this.wwaData.version>29?(this.wwaData.gameoverX=this._get2BytesNumber(gn.GAMEOVER_X),this.wwaData.gameoverY=this._get2BytesNumber(gn.GAMEOVER_Y),this.wwaData.playerX=this._get2BytesNumber(gn.PLAYER_X),this.wwaData.playerY=this._get2BytesNumber(gn.PLAYER_Y),this.wwaData.mapPartsMax=this._get2BytesNumber(gn.MAP_COUNT),this.wwaData.objPartsMax=this._get2BytesNumber(gn.OBJ_COUNT),this.wwaData.isOldMap=!1):(this.wwaData.gameoverX=this._get1ByteNumber(gn.OLD_GAMEOVER_X),this.wwaData.gameoverY=this._get1ByteNumber(gn.OLD_GAMEOVER_Y),this.wwaData.playerX=this._get1ByteNumber(gn.OLD_PLAYER_X),this.wwaData.playerY=this._get1ByteNumber(gn.OLD_PLAYER_Y),this.wwaData.mapPartsMax=this._get1ByteNumber(gn.OLD_MAP_COUNT),this.wwaData.objPartsMax=this._get1ByteNumber(gn.OLD_OBJ_COUNT),this.wwaData.isOldMap=!0),this.wwaData.statusEnergyMax=this._get2BytesNumber(gn.STATUS_ENERGY_MAX),this.wwaData.statusEnergy=this._get2BytesNumber(gn.STATUS_ENERGY),this.wwaData.statusStrength=this._get2BytesNumber(gn.STATUS_STRENGTH),this.wwaData.statusDefence=this._get2BytesNumber(gn.STATUS_DEFENCE),this.wwaData.statusGold=this._get2BytesNumber(gn.STATUS_GOLD),this._extractInitialItemData(),this.wwaData.mapWidth=this._get2BytesNumber(gn.MAP_SIZE),this.wwaData.messageNum=this._get2BytesNumber(gn.MESSAGE_NUM),this.wwaData.version<28?this.wwaData.mapWidth=71:this.wwaData.version<=29&&(this.wwaData.mapWidth=101)}_extractInitialItemData(){let e=this.wwaData.version>29?gn.ITEMBOX_TOP:gn.OLD_ITEMBOX_TOP;this.wwaData.itemBox=Array(U.ITEMBOX_SIZE);for(let t=0;t<U.ITEMBOX_SIZE;t++)this.wwaData.itemBox[t]=this._get1ByteNumber(e+t)}_getFieldDataFromBits(e,t){var n,r,i=mn(this.wwaData.mapWidth,this.wwaData.mapWidth);for(n=0;n<this.wwaData.mapWidth;n++)for(r=0;r<this.wwaData.mapWidth;r++)this.wwaData.version>29?(i[n][r]=this._get2BytesNumber(this.currentPosition),this.currentPosition+=2):(i[n][r]=this._get1ByteNumber(this.currentPosition),this.currentPosition+=1),(n*this.wwaData.mapWidth+r)%200==0&&this.emitProgress(n*this.wwaData.mapWidth+r,this.wwaData.mapWidth*this.wwaData.mapWidth,e===bn.MAP?xn.MAP_LOAD:xn.OBJ_LOAD),i[n][r]>=t&&(i[n][r]=0);return this.emitProgress(this.wwaData.mapWidth*this.wwaData.mapWidth,this.wwaData.mapWidth*this.wwaData.mapWidth,e===bn.MAP?xn.MAP_LOAD:xn.OBJ_LOAD),i}_getPartsDataFromBits(e,t,n){var r,i,a=mn(t,n);for(r=0;r<t;r++)for(i=0;i<n;i++){if((r*this.wwaData.mapWidth+i)%200==0&&this.emitProgress(r*n+i,t*n,e===bn.MAP?xn.MAP_ATTR:xn.OBJ_ATTR),i===U.ATR_CROP1||i===U.ATR_CROP2){a[r][i]=0,this.currentPosition+=2;continue}a[r][i]=this._get2BytesNumber(this.currentPosition),this.currentPosition+=2}return this.emitProgress(t*n,t*n,e===bn.MAP?xn.MAP_ATTR:xn.OBJ_ATTR),a}_replaceAllRandomObjects(){this.emitProgress(this.wwaData.mapWidth*this.wwaData.mapWidth,this.wwaData.mapWidth*this.wwaData.mapWidth,xn.RAND_PARTS)}emitProgress(e,t,n){this.eventEmitter.dispatch(`progress`,{current:e,total:t,stage:n})}},wn=65e3,Tn=3;function En(e){let t=new Uint8Array(e.length),n,r;for(n=0,r=0;n<e.length&&!(e[n]===0&&e[n+1]===0&&e[n+2]===0);n++){if(t[r++]=e[n],e[n]===e[n+1]){let i=e[n+2];for(let a=0;a<i;a++)t[r++]=e[n];n+=2}if(r+255>=t.length){var i=new Uint8Array(t.length+wn);i.set(t),t=i}}return console.log(`EXTRACT DATA = `+r+` `+n),{byteMapData:t,byteMapLength:r,compressedEndPosition:n+Tn}}var Dn=class{constructor(e,t,n,r){this.wwaData=e,this.compressedMapData=t,this.startPosition=n,this.eventEmitter=r,this.OLDVER_MESSAGE_MAX=400}load(){let e=this.wwaData;this.currentPos=this.startPosition,e.version>=30&&(e.worldPassword=this.getMessageFromData()),e.version<=29&&(e.messageNum=this.OLDVER_MESSAGE_MAX),e.message=Array(e.messageNum);for(let t=0;t<e.message.length;t++)e.message[t]=this.getMessageFromData(),t%200==0&&this.eventEmitter.dispatch(`progress`,{current:t,total:e.message.length,stage:xn.MESSAGE});for(;e.messageNum<10;)e.message.push(``),e.messageNum++;this.eventEmitter.dispatch(`progress`,{current:e.message.length,total:e.message.length,stage:xn.MESSAGE}),e.worldName=this.getMessageFromData(),e.version<=29?e.worldPassword=this.getMessageFromData():this.getMessageFromData(),e.worldPassword===``?e.worldPassNumber=0:e.version>=29?e.worldPassNumber=(parseInt(e.worldPassword)/10-1197)/17-2357:e.worldPassNumber=parseInt(e.worldPassword),e.charCGName=this.getMessageFromData(),e.mapCGName=this.getMessageFromData(),e.systemMessage=Array(U.SYSTEM_MESSAGE_NUM);for(let t=0;t<U.SYSTEM_MESSAGE_NUM;t++)e.version>=30?e.systemMessage[t]=this.getMessageFromData():e.systemMessage[t]=``;return e.yesnoImgPosX=U.IMGPOS_DEFAULT_YESNO_X,e.yesnoImgPosY=U.IMGPOS_DEFAULT_YESNO_Y,e.playerImgPosX=U.IMGPOS_DEFAULT_PLAYER_X,e.playerImgPosY=U.IMGPOS_DEFAULT_PLAYER_Y,e.clickableItemSignImgPosX=U.IMGPOS_DEFAULT_CLICKABLE_ITEM_SIGN_X,e.clickableItemSignImgPosY=U.IMGPOS_DEFAULT_CLICKABLE_ITEM_SIGN_Y,e.disableSaveFlag=U.DEFAULT_DISABLE_SAVE,e.isOldMap=U.DEFAULT_OLDMAP,e.isOldMove=e.version<31,e.objectNoCollapseDefaultFlag=U.DEFAULT_OBJECT_NO_COLLAPSE,e.delPlayerFlag=!1,e.bgm=0,e.effectCoords=[],e.effectWaits=0,e.imgStatusEnergyX=U.IMGPOS_DEFAULT_STATUS_X+U.IMGRELPOS_ENERGY_ICON_X,e.imgStatusEnergyY=U.IMGPOS_DEFAULT_STATUS_Y,e.imgStatusStrengthX=U.IMGPOS_DEFAULT_STATUS_X+U.IMGRELPOS_STRENGTH_ICON_X,e.imgStatusStrengthY=U.IMGPOS_DEFAULT_STATUS_Y,e.imgStatusDefenceX=U.IMGPOS_DEFAULT_STATUS_X+U.IMGRELPOS_DEFENCE_ICON_X,e.imgStatusDefenceY=U.IMGPOS_DEFAULT_STATUS_Y,e.imgStatusGoldX=U.IMGPOS_DEFAULT_STATUS_X+U.IMGRELPOS_GOLD_ICON_X,e.imgStatusGoldY=U.IMGPOS_DEFAULT_STATUS_Y,e.imgWideCellX=U.IMGPOS_DEFAULT_WIDE_CELL_X,e.imgWideCellY=U.IMGPOS_DEFAULT_WIDE_CELL_Y,e.imgItemboxX=U.IMGPOS_DEFAULT_ITEMBOX_X,e.imgItemboxY=U.IMGPOS_DEFAULT_ITEMBOX_Y,e.imgFrameX=U.IMGPOS_DEFAULT_FRAME_X,e.imgFrameY=U.IMGPOS_DEFAULT_FRAME_Y,e.imgBattleEffectX=U.IMGPOS_DEFAULT_BATTLE_EFFECT_X,e.imgBattleEffectY=U.IMGPOS_DEFAULT_BATTLE_EFFECT_Y,e.imgClickX=0,e.imgClickY=0,e.frameColorR=U.DEFAULT_FRAME_COLOR_R,e.frameColorG=U.DEFAULT_FRAME_COLOR_G,e.frameColorB=U.DEFAULT_FRAME_COLOR_B,e.frameOutColorR=U.DEFAULT_FRAMEOUT_COLOR_R,e.frameOutColorG=U.DEFAULT_FRAMEOUT_COLOR_G,e.frameOutColorB=U.DEFAULT_FRAMEOUT_COLOR_B,e.fontColorR=U.DEFAULT_STR_COLOR_R,e.fontColorG=U.DEFAULT_STR_COLOR_G,e.fontColorB=U.DEFAULT_STR_COLOR_B,e.statusColorR=U.DEFAULT_STATUS_COLOR_R,e.statusColorG=U.DEFAULT_STATUS_COLOR_G,e.statusColorB=U.DEFAULT_STATUS_COLOR_B,e.moves=U.DEFAULT_MOVES,e.gameSpeedIndex=U.DEFAULT_SPEED_INDEX,e.permitChangeGameSpeed=!0,e.userVar=Array.from({length:U.USER_VAR_NUM}).map(()=>0),e.userNamedVar=new Map,e.playTime=0,e.isVisibleStatusEnergy=!0,e.isVisibleStatusStrength=!0,e.isVisibleStatusDefence=!0,e.isVisibleStatusGold=!0,e.gameOverPolicy=`default`,e.bgmDelayDurationMs=0,e.pictureRegistry=[],e.decisionSound=p.DECISION,e.attackSound=p.ATTACK,e}getMessageFromData(){let e=``,t=0;for(t=0;t<1500&&!(this.compressedMapData[this.currentPos+t*2]==0&&this.compressedMapData[this.currentPos+t*2+1]==0);t++)e+=String.fromCharCode((this.compressedMapData[this.currentPos+t*2+1]<<8)+this.compressedMapData[this.currentPos+t*2]);return this.currentPos+=t*2+2,e}},On=class{constructor(){}},kn=class e extends On{constructor(e){super(),this.uri=e}static async fetch(e){try{return await fetch(e)}catch{throw Error(`マップデータ 「${e}」の読み込みに失敗しました。
|
|
24
24
|
通信環境の良いところで再度お試しください。
|
|
25
|
-
ローカルテストの場合は、ブラウザが対応していない可能性があります。`)}}static handleError(e,
|
|
25
|
+
ローカルテストの場合は、ブラウザが対応していない可能性があります。`)}}static handleError(e,t){let n=`HTTPステータスコードは ${t.status} です。`;switch(t.status){case 200:case 304:return;case 403:throw Error(`マップデータ「${e}」を読み取る権限がないようです。
|
|
26
26
|
管理者の方へ: マップデータのパーミッションを確認してください。
|
|
27
|
-
${
|
|
28
|
-
${
|
|
29
|
-
${
|
|
30
|
-
`).forEach((n,h)=>{this.ctx.fillText(n,s,a+h*i)}):this.ctx.fillText(e,s,a)}updateSize(e,s){this.canvas.width=Ji(e),this.canvas.height=Zi(s),this.ctx.imageSmoothingEnabled=!1}clear(){this.ctx.clearRect(0,0,this.canvas.width,this.canvas.height)}}const tr=(t,e,s)=>t==="maximum"?{width:o.MAP_WINDOW_WIDTH,height:o.MAP_WINDOW_HEIGHT}:t==="minimumWithMargin"?{width:e+o.CHIP_SIZE*2,height:s+o.CHIP_SIZE*2}:{width:e,height:s},yh=(t,e,s)=>t==="maximum"?{x:e,y:s}:t==="minimumWithMargin"?{x:o.CHIP_SIZE,y:o.CHIP_SIZE}:{x:0,y:0},Sh=(t,e,s,a,i)=>t==="maximum"?{x:0,y:0,width:o.MAP_WINDOW_WIDTH,height:o.MAP_WINDOW_HEIGHT}:t==="minimumWithMargin"?{x:e-o.CHIP_SIZE,y:s-o.CHIP_SIZE,width:a*(o.CHIP_SIZE*2),height:i*(o.CHIP_SIZE*2)}:{x:e,y:s,width:a,height:i},sr=(t,e,s,a,i)=>t==="maximum"?{x:a,y:i}:t==="minimumWithMargin"?{x:o.CHIP_SIZE+e/2,y:o.CHIP_SIZE+s/2}:{x:e/2,y:s/2};class ct{constructor(e,s,a){this._registry=s;const{properties:i}=s;this._posBaseX=i.pos?.[0]??0,this._posBaseY=i.pos?.[1]??0,[this._imgMainX,this._imgMainY]=ct._getImgPosByPicture(this._registry,!0),[this._imgSubX,this._imgSubY]=ct._getImgPosByPicture(this._registry,!1),this._mapCropCache=ct._getMapImgPosArray(this._registry,e),this._drawChip=$i(this._imgMainX,this._imgMainY,this._imgSubX,this._imgSubY)||this._mapCropCache!==null,this._repeatX=i.repeat?.[0]??1,this._repeatY=i.repeat?.[1]??1,this._imgFile=a,this._cropX=this._imgFile?1:i.crop?.[0]??1,this._cropY=this._imgFile?1:i.crop?.[1]??1,this._sizeX=i.size?.[0]??(this._imgFile?this._imgFile.width:o.CHIP_SIZE),this._sizeY=i.size?.[1]??(this._imgFile?this._imgFile.height:o.CHIP_SIZE),this._circleRadiusX=i.circle?.[0]??0,this._circleRadiusY=i.circle?.[1]??this._circleRadiusX,this._circleAngle=i.circle?.[2]??0,this._fontStyle=ct._getFontValue(i),this._textAlign=ct._convertTextAlign(i.textAlign);const r=i.color?.[0]??0,n=i.color?.[1]??0,h=i.color?.[2]??0;this._fillStyle=`rgb(${r}, ${n}, ${h})`,this._moveX=i.move?.[0]??0,this._moveY=i.move?.[1]??0,this._accelX=i.accel?.[0]??0,this._accelY=i.accel?.[1]??0,this._zoomX=i.zoom?.[0]??0,this._zoomY=i.zoom?.[1]??0,this._zoomAccelX=i.zoomAccel?.[0]??0,this._zoomAccelY=i.zoomAccel?.[1]??0,this._anchor=i.anchor??7,this._circleSpeed=i.circle?.[3]??0,this._opacity=i.opacity??100,this._fade=i.fade??0,this._angleRadian=i.angle?i.angle*Math.PI/180:0,this._rotateRadian=i.rotate?i.rotate*Math.PI/180:0,i.text?((i.angle||i.rotate)&&console.warn(`レイヤー${this.layerNumber}番: テキストの描画と回転の併用は、現時点では非推奨です。今後動作が変わる可能性があるので、自己責任でお願いします。`),this._drawCoordType="maximum"):i.angle||i.rotate?this._drawCoordType="minimumWithMargin":this._drawCoordType="minimum",this._updatePictureCache();const{width:u,height:c}=tr(this._drawCoordType,this._totalWidth,this._totalHeight);if(this._canvas=new Ah(u,c),this._timer=new vh,this._timer.addPoint("start",vs(i.time,1,!1),vs(i.timeFrame,1,!1)),this._timer.addPoint("end",vs(i.time,0,!0),vs(i.timeFrame,0,!0)),this._timer.addPoint("startAnim",i.animTime?.[0],i.animTimeFrame?.[0]),this._timer.addPoint("endAnim",i.animTime?.[1],i.animTimeFrame?.[1]),this._timer.addPoint("wait",i.wait,i.waitFrame),this._angleRadian!==0){const{x:l,y:f}=sr(this._drawCoordType,this._totalWidth,this._totalHeight,this._posBaseX,this._posBaseY);this._canvas.ctx.translate(l,f),this._canvas.ctx.rotate(this._angleRadian),this._canvas.ctx.translate(-l,-f)}this.updateCanvasContext(),this._hasAnimation=this.getHasAnimation()}get layerNumber(){return this._registry.layerNumber}get hasAnimation(){return this._hasAnimation}get canvasImage(){return this._canvas.getCanvasImage()}get appearParts(){if(!(!this._registry.properties.map||this._registry.properties.map.length<3))return{partsNumber:this._registry.properties.map[0],x:this._registry.properties.map[1],y:this._registry.properties.map[2],partsType:this._registry.properties.map[3]??ve.OBJECT}}get executeScriptFunctionName(){return this._registry.properties.script}updateCanvasContext(){this._canvas.ctx.globalAlpha=ct._roundPercentage(this._opacity)/100,this._canvas.ctx.font=this._fontStyle,this._canvas.ctx.textBaseline="top",this._textAlign&&(this._canvas.ctx.textAlign=this._textAlign),this._canvas.ctx.fillStyle=this._fillStyle}draw(e,s){this.clearCanvas();const a=s?this._imgMainX:this._imgSubX,i=s?this._imgMainY:this._imgSubY,{x:r,y:n}=yh(this._drawCoordType,this._posDestX,this._posDestY);for(let h=0;h<this._repeatY;h++)for(let u=0;u<this._repeatX;u++){const c=r+this._charaWidth*u,l=n+this._charaHeight*h;if(this._imgFile)this._canvas.drawCanvasFree(this._imgFile,c,l,this._charaWidth,this._charaHeight);else if(this._drawChip)if(this._mapCropCache!==null)this._mapCropCache.forEach((f,_)=>{f.forEach(([p,m,v,x],d)=>{$i(p,m,v,x)&&this._canvas.drawCanvas(e,s?p:v,s?m:x,c+this._chipWidth*d,l+this._chipHeight*_,this._chipWidth,this._chipHeight)})});else for(let f=0;f<this._cropY;f++)for(let _=0;_<this._cropX;_++)this._canvas.drawCanvas(e,a+_,i+f,c+this._chipWidth*_,l+this._chipHeight*f,this._chipWidth,this._chipHeight);this.getHasText()&&this._canvas.drawFont(this._registry.properties.text,c,l,this._registry.properties.lineHeight)}}getDrawPictureCoords(){return Sh(this._drawCoordType,this._posDestX,this._posDestY,this._totalWidth,this._totalHeight)}updateAnimation(){if(this._timer.isNotOver("startAnim",!1)||this._timer.isOver("endAnim",!1))return;this._posBaseX=this._posBaseX+this._moveX,this._posBaseY=this._posBaseY+this._moveY,this._moveX=this._moveX+this._accelX,this._moveY=this._moveY+this._accelY,this._sizeX=this._sizeX+this._zoomX,this._sizeY=this._sizeY+this._zoomY,this._zoomX=this._zoomX+this._zoomAccelX,this._zoomY=this._zoomY+this._zoomAccelY,this._updatePictureCache();const{width:e,height:s}=tr(this._drawCoordType,this._totalWidth,this._totalHeight);if(this._canvas.updateSize(e,s),this._circleAngle=this._circleAngle+this._circleSpeed,this._fade!==0&&(this._opacity=this._opacity+this._fade),this._angleRadian!==0||this._rotateRadian!==0){this._angleRadian+=this._rotateRadian;const{x:a,y:i}=sr(this._drawCoordType,this._totalWidth,this._totalHeight,this._posBaseX,this._posBaseY);this._canvas.ctx.translate(a,i),this._canvas.ctx.rotate(this._angleRadian),this._canvas.ctx.translate(-a,-i)}this.updateCanvasContext()}_updatePictureCache(){this._chipWidth=qi(this._sizeX),this._chipHeight=qi(this._sizeY),this._charaWidth=this._chipWidth*this._cropX,this._charaHeight=this._chipHeight*this._cropY,this._totalWidth=this._charaWidth*this._repeatX,this._totalHeight=this._charaHeight*this._repeatY,this._posDestX=Math.floor(sh(ah(this._posBaseX,this._circleRadiusX,this._circleAngle),this._charaWidth,this._anchor)),this._posDestY=Math.floor(ih(rh(this._posBaseY,this._circleRadiusY,this._circleAngle),this._charaHeight,this._anchor))}isNotStarted(){return this._timer.isNotOver("start",!1)}tickTime(e){this._timer.tick(e)}isDeadlineOver(){return this._timer.isOver("end",!1)}isStartTimeOver(){return this._timer.isOver("start",!0)}isWaiting(){return this._timer.isNotOver("wait",!1)}clearCanvas(){this._canvas.clear()}getRegistryData(){return this._registry}getNextPicturePartsInfo(){const e=Array.isArray(this._registry.properties.next)&&this._registry.properties.next[0]?{layerNumber:this._registry.layerNumber,partsNumber:this._registry.properties.next[0],partsType:this._registry.properties.next[1]??ve.OBJECT,connectProperties:!!this._registry.properties.next[2]}:void 0,s=Array.isArray(this._registry.properties.create)?this._registry.properties.create.filter(Array.isArray).map(a=>({layerNumber:a[0],partsNumber:a[1],partsType:a[2]??ve.OBJECT,connectProperties:!!a[3]})):[];return e?s.concat(e):s}getNextPictureProperties(){const e={...this._registry.properties};return delete e.next,delete e.create,{...e,pos:[this._posBaseX,this._posBaseY],move:[this._moveX,this._moveY],size:[this._sizeX,this._sizeY],zoom:[this._zoomX,this._zoomY],circle:[this._circleRadiusX,this._circleRadiusY,this._circleAngle,this._circleSpeed],opacity:this._opacity}}getTriggerPartsCoord(){return new Y(this._registry.triggerPartsX,this._registry.triggerPartsY)}getHasAnimation(){return this._moveX!==0||this._moveY!==0||this._accelX!==0||this._accelY!==0||this._zoomX!==0||this._zoomY!==0||this._zoomAccelX!==0||this._zoomAccelY!==0||this._circleSpeed!==0||this._fade!==0||this._rotateRadian!==0}getHasText(){return this._registry.properties.text}static _getImgPosByPicture(e,s){const{properties:a}=e;return a.imgMap?.[0]!==void 0&&a.imgMap?.[1]!==void 0?[0,0]:a.img?.[0]!==void 0&&a.img?.[1]!==void 0?s?[a.img[0],a.img[1]]:a.img[2]!==void 0&&a.img[3]!==void 0?[a.img[2],a.img[3]]:[a.img[0],a.img[1]]:s||e.imgPosX2===0&&e.imgPosY2===0?[e.imgPosX,e.imgPosY]:[e.imgPosX2,e.imgPosY2]}static _getMapImgPosArray(e,s){const{properties:a}=e,i=a.imgMap?.[0]??-1,r=a.imgMap?.[1]??-1;if(i<0||r<0)return null;const n=a.crop?.[0]??1,h=a.crop?.[1]??1,u=a.imgMap?.[2]!==void 0&&a.imgMap[2]>=1?ve.MAP:ve.OBJECT,c=[];for(let l=0;l<h;l++){const f=[];for(let _=0;_<n;_++){const p=s.getPartsID(new Y(i+_,r+l),u);if(p===0)f.push([0,0,0,0]);else{const m=u===ve.MAP?s.getMapInfo(p):s.getObjectInfo(p);u===ve.MAP||m[o.ATR_X2]===0&&m[o.ATR_Y2]===0?f.push([m[o.ATR_X]/o.CHIP_SIZE,m[o.ATR_Y]/o.CHIP_SIZE,m[o.ATR_X]/o.CHIP_SIZE,m[o.ATR_Y]/o.CHIP_SIZE]):f.push([m[o.ATR_X]/o.CHIP_SIZE,m[o.ATR_Y]/o.CHIP_SIZE,m[o.ATR_X2]/o.CHIP_SIZE,m[o.ATR_Y2]/o.CHIP_SIZE])}}c.push(f)}return c}static _getFontValue(e){if(e.font)return e.font;const s=getComputedStyle(O("wwa-wrapper"));if(e.fontSize===void 0&&e.fontFamily===void 0&&e.italic===void 0&&e.bold===void 0)return s.font;const a=e.italic?"italic":"",i=e.bold?"bold":"",r=e.fontSize?`${e.fontSize}px`:s.fontSize,n=e.fontFamily&&e.fontFamily.length>0?e.fontFamily:s.fontFamily;return`${a} ${i} ${r} ${n}`}static _convertTextAlign(e){return e?["center","end","left","right","start"].includes(e)?e:(console.warn(`textAlign プロパティで不正な値が検出されました。: ${e}`),null):null}static _roundPercentage(e){return e<0?0:e>100?100:e}}const Na=async t=>fetch(t).then(e=>e.status===200||e.status===304?{kind:"data",data:e}:{kind:"httpError",errorMessage:`ファイル ${t} が読み込めませんでした。ステータスコード: ${e.status}`}).catch(e=>({kind:"connectionError",errorMessage:`ファイル ${t} が読み込めませんでした。通信状態がいい場所で再度お試しください。`})).then(async e=>e.kind==="data"?{kind:"data",data:await e.data.json()}:e).catch(e=>({kind:"brokenJson",errorMessage:`ファイル ${t} が壊れています。`}));class Qt{constructor(e,s){this._wwa=e,this._pictures=new Map,this._anonymousPictures=[],this._externalImageFiles=new Map,this._frameTimerValue=Qt._getNowFrameValue(),this._setupExternalImageFiles(s)}async _setupExternalImageFiles(e){if(!e)return;const s=await Na(e);if(s){if(s.kind!=="data"){console.warn(`ピクチャ画像の定義ファイル ${e} が見つかりませんでした。エラーメッセージ: ${s.errorMessage}`);return}if(!s.data||typeof s.data!="object"){console.warn(`ピクチャ画像の定義ファイル ${e} が正しい形式で書かれていません。`);return}if("files"in s.data){const{files:a}=s.data;typeof a=="object"?Object.entries(s.data.files).forEach(([i,r])=>{this._externalImageFiles.set(i,{status:"loading"});const n=new Image;n.src=r,n.onerror=h=>{console.warn(typeof h=="string"?`ピクチャ画像ファイル ${r} が見つかりませんでした。エラーメッセージ: ${h}`:`ピクチャ画像ファイル ${r} が見つかりませんでした。`),this._externalImageFiles.set(i,{status:"failed"})},n.onload=()=>{this._externalImageFiles.set(i,{status:"success",element:n})}}):console.warn(`ピクチャ画像の定義ファイル ${e} の files が正しい形式で書かれていません。`)}}}static _getNowFrameValue(){return performance.now()}registerPicture(e){const s=Object.keys(e.properties).filter(r=>!xs.some(({name:n})=>n===r));if(s.length>0)throw new Error(`不明なプロパティ名 ${s.map(r=>`"${r}"`).join(", ")} が検出されました。`);let a;if(e.properties.imgFile){const r=this._externalImageFiles.get(e.properties.imgFile);r?r.status==="loading"?console.warn(`ピクチャ画像ファイル ${e.properties.imgFile} はまだ読み込みを完了していません。`):r.status==="failed"?console.warn(`ピクチャ画像ファイル ${e.properties.imgFile} を表示することができません。画像ファイルの Path が間違っていないかご確認ください。`):a=r.element:console.warn(`ピクチャ画像ファイル ${e.properties.imgFile} が定義に含まれていません。定義ファイルがあるかご確認ください。`)}const i=e.properties.sound??e.soundNumber;if(i&&this._wwa.playSound(i),eh(e.layerNumber))Pa(e.layerNumber)?this._anonymousPictures.push(new ct(this._wwa,e,a)):(this._pictures.set(e.layerNumber,new ct(this._wwa,e,a)),this._pictures=new Map([...this._pictures.entries()].sort(([,r],[,n])=>r.layerNumber-n.layerNumber)));else throw new Error(`指定したレイヤー番号 ${e.layerNumber}番はこのバージョンでは無効です!`)}registerPictureFromRawRegistry(e,s,a,i){return this.registerPicture(th(i?{...e,properties:{...i,...e.properties}}:e,this._wwa.generateTokenValues({id:s,type:a,position:new Y(e.triggerPartsX,e.triggerPartsY)}))),this.getPictureRegistryData()}registerPictureFromRawText(e,s){const a=Qo({imgPosX:0,imgPosY:0,imgPosX2:0,imgPosY2:0,layerNumber:e,triggerPartsX:0,triggerPartsY:0,soundNumber:0,propertiesText:s});return this.registerPicture(Xi(a)),this.getPictureRegistryData()}registerPictureFromObject(e,s){return this.registerPicture(Xi({imgPosX:0,imgPosY:0,imgPosX2:0,imgPosY2:0,layerNumber:e,triggerPartsX:0,triggerPartsY:0,soundNumber:0,properties:s})),this.getPictureRegistryData()}deletePicture(e){return Pa(e)?(this._anonymousPictures.forEach(s=>{s.clearCanvas()}),this._anonymousPictures.splice(0),this.getPictureRegistryData()):(this._pictures.has(e)&&(this._pictures.get(e).clearCanvas(),this._pictures.delete(e)),this.getPictureRegistryData())}clearAllPictures(){this._pictures.forEach(e=>{e.clearCanvas()}),this._anonymousPictures.forEach(e=>{e.clearCanvas()}),this._pictures.clear(),this._anonymousPictures.splice(0)}forEachPictures(e){this._anonymousPictures.forEach(e),this._pictures.forEach(e)}updateAllPicturesCache(e,s){this.forEachPictures(a=>{a.isNotStarted()||a.draw(e,s)})}updateFrameTimerValue(){this._frameTimerValue=Qt._getNowFrameValue()}updatePicturesAnimation(e,s){const i=Qt._getNowFrameValue()-this._frameTimerValue;this.forEachPictures(r=>{if(r.tickTime(i),!r.isNotStarted()){if(r.isDeadlineOver()){const n=r.layerNumber,h=r.getNextPicturePartsInfo(),u=r.appearParts,c=r.executeScriptFunctionName,l=r.getNextPictureProperties(),f=r.getTriggerPartsCoord();this._wwa.deletePictureRegistry(n);for(const _ of h)this._wwa.setPictureRegistry(_.layerNumber,_.partsNumber,_.partsType,f,_.connectProperties?l:void 0);u!==void 0&&this._wwa.setPartsOnPosition(u.partsType,u.partsNumber,new Y(u.x,u.y)),c&&this._wwa.callUserScript(c);return}r.hasAnimation&&(r.updateAnimation(),r.draw(e,s))}})}isWaiting(){for(const e of this._pictures.values())if(e.isWaiting())return!0;for(const e of this._anonymousPictures)if(e.isWaiting())return!0;return!1}getPictureRegistryData(){return Array.from(this._pictures.values()).map(e=>e.getRegistryData())}}class As{constructor(e,s,a){this.cvs=document.createElement("canvas"),this.cvs.width=e,this.cvs.height=s,this.ctx=this.cvs.getContext("2d",{alpha:a}),this._isTransparent=a}drawCanvas(e,s,a,i,r,n=o.CHIP_SIZE,h=o.CHIP_SIZE){this.ctx.drawImage(e,o.CHIP_SIZE*s,o.CHIP_SIZE*a,o.CHIP_SIZE,o.CHIP_SIZE,i,r,n,h)}clear(){this.clearRect(0,0,this.cvs.width,this.cvs.height)}clearRectWithLowerYLimit(e){this.clearRect(0,0,this.cvs.width,e)}clearRect(e,s,a,i){this._isTransparent?this.ctx.clearRect(e,s,a,i):(this.ctx.fillStyle="#9E9E9E",this.ctx.fillRect(e,s,a,i))}}class Ch{constructor(e,s,a,i,r,n){this._isLoaded=!1,this.mapCache=void 0,this.mapObjectCache=void 0,this.mapCacheYLimit=0,this._frameCanvas=new As(o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE*o.H_PARTS_NUM_IN_WINDOW,!0),this._backCanvas=new As(o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE*o.H_PARTS_NUM_IN_WINDOW,!1),this._objectCanvases=[],this._effectCanvases=[],this.picture=new Qt(i,r);var h;for(h=0;h<2;h++)this._objectCanvases[h]=new As(o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE*o.H_PARTS_NUM_IN_WINDOW,!0);this._ctx=e,this._fileName=s,this._loadCompleteCallBack=n,this._load(),this._frameCoord=a.clone(),this.cpPartsLog=new Y(0,0)}_load(){this._frameCoord,!this._isLoaded&&(this.mapCache=[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],this.mapObjectCache=[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],this._image=new Image,this._image.addEventListener("load",()=>{this.createFrame(),this._loadCompleteCallBack()}),this._image.addEventListener("error",()=>{throw new Error(`Image Load Failed!!
|
|
31
|
-
file name:`+this._fileName)}),this._image.src=this._fileName,this._isLoaded=!0)}createFrame(){this._frameCanvas.clear(),this._frameCanvas.drawCanvas(this._image,this._frameCoord.x,this._frameCoord.y,0,0),this._frameCanvas.drawCanvas(this._image,this._frameCoord.x+2,this._frameCoord.y,o.MAP_WINDOW_WIDTH-o.CHIP_SIZE,0),this._frameCanvas.drawCanvas(this._image,this._frameCoord.x,this._frameCoord.y+2,0,o.MAP_WINDOW_HEIGHT-o.CHIP_SIZE),this._frameCanvas.drawCanvas(this._image,this._frameCoord.x+2,this._frameCoord.y+2,o.MAP_WINDOW_WIDTH-o.CHIP_SIZE,o.MAP_WINDOW_HEIGHT-o.CHIP_SIZE);for(var e=1;e<o.H_PARTS_NUM_IN_WINDOW-1;e++)this._frameCanvas.drawCanvas(this._image,this._frameCoord.x+1,this._frameCoord.y,o.CHIP_SIZE*e,0),this._frameCanvas.drawCanvas(this._image,this._frameCoord.x+1,this._frameCoord.y+2,o.CHIP_SIZE*e,o.MAP_WINDOW_HEIGHT-o.CHIP_SIZE);for(var e=1;e<o.V_PARTS_NUM_IN_WINDOW-1;e++)this._frameCanvas.drawCanvas(this._image,this._frameCoord.x,this._frameCoord.y+1,0,o.CHIP_SIZE*e),this._frameCanvas.drawCanvas(this._image,this._frameCoord.x+2,this._frameCoord.y+1,o.MAP_WINDOW_WIDTH-o.CHIP_SIZE,o.CHIP_SIZE*e)}updateEffects(e){var s;if(e){var a=e.length,i;for(s=0;s<a;s++){var r=e[s];i=this._effectCanvases[s],i?i.clear():i=this._effectCanvases[s]=new As(o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE*o.H_PARTS_NUM_IN_WINDOW,!0);for(var n=0;n<o.V_PARTS_NUM_IN_WINDOW;n++)for(var h=0;h<o.H_PARTS_NUM_IN_WINDOW;h++)i.drawCanvas(this._image,r.x,r.y,h*o.CHIP_SIZE,n*o.CHIP_SIZE)}}}restorePictures(e){this.picture.clearAllPictures(),e.forEach(s=>{this.picture.registerPicture(s)})}updateAllPicturesCache(e=!0){this.picture.updateAllPicturesCache(this._image,e)}updatePicturesAnimation(e=!0){this.picture.updatePicturesAnimation(this._image,e)}drawFrame(){this._ctx.drawImage(this._frameCanvas.cvs,0,0,o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE,0,0,o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE),this._ctx.drawImage(this._frameCanvas.cvs,0,o.CHIP_SIZE*(o.H_PARTS_NUM_IN_WINDOW-1),o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE,0,o.CHIP_SIZE*(o.H_PARTS_NUM_IN_WINDOW-1),o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE),this._ctx.drawImage(this._frameCanvas.cvs,0,o.CHIP_SIZE,o.CHIP_SIZE,o.CHIP_SIZE*(o.H_PARTS_NUM_IN_WINDOW-2),0,o.CHIP_SIZE,o.CHIP_SIZE,o.CHIP_SIZE*(o.H_PARTS_NUM_IN_WINDOW-2)),this._ctx.drawImage(this._frameCanvas.cvs,o.CHIP_SIZE*(o.H_PARTS_NUM_IN_WINDOW-1),o.CHIP_SIZE,o.CHIP_SIZE,o.CHIP_SIZE*(o.H_PARTS_NUM_IN_WINDOW-2),o.CHIP_SIZE*(o.H_PARTS_NUM_IN_WINDOW-1),o.CHIP_SIZE,o.CHIP_SIZE,o.CHIP_SIZE*(o.H_PARTS_NUM_IN_WINDOW-2))}drawEffect(e){var s=this._effectCanvases[e];s&&this._ctx.drawImage(s.cvs,0,0,o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE*o.H_PARTS_NUM_IN_WINDOW,0,0,o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE*o.H_PARTS_NUM_IN_WINDOW)}drawPictures(){this.picture.forEachPictures(e=>{const{x:s,y:a,width:i,height:r}=e.getDrawPictureCoords();this._ctx.drawImage(e.canvasImage,0,0,i,r,s,a,i,r)})}drawCanvas(e,s,a,i){if(!this._isLoaded)throw new Error("No image was loaded.");this._ctx.drawImage(this._image,o.CHIP_SIZE*e,o.CHIP_SIZE*s,o.CHIP_SIZE,o.CHIP_SIZE,a,i,o.CHIP_SIZE,o.CHIP_SIZE)}drawCanvasWithSize(e,s,a,i,r,n){if(!this._isLoaded)throw new Error("No image was loaded.");this._ctx.drawImage(this._image,o.CHIP_SIZE*e,o.CHIP_SIZE*s,o.CHIP_SIZE*a,o.CHIP_SIZE*i,r,n,o.CHIP_SIZE*a,o.CHIP_SIZE*i)}drawCanvasWithUpperYLimit(e,s,a,i,r){if(!this._isLoaded)throw new Error("No image was loaded.");var n=Math.max(0,i+o.CHIP_SIZE-r);n>=o.CHIP_SIZE||this._ctx.drawImage(this._image,o.CHIP_SIZE*e,o.CHIP_SIZE*s,o.CHIP_SIZE,o.CHIP_SIZE-n,a,i,o.CHIP_SIZE,o.CHIP_SIZE)}copyCanvas(e,s){return(a,i,r,n,h)=>{if(!this._isLoaded)throw new Error("No image was loaded.");const u=Math.max(0,s(n,h));u>=o.CHIP_SIZE||e.ctx.drawImage(this._image,o.CHIP_SIZE*a,o.CHIP_SIZE*i+u,o.CHIP_SIZE,o.CHIP_SIZE-u,r,n+u,o.CHIP_SIZE,o.CHIP_SIZE)}}copyBackCanvasWithUpperYLimit(e,s,a,i,r){this.copyCanvas(this._backCanvas,(n,h)=>n+o.CHIP_SIZE-h)(e,s,a,i,r)}copyBackCanvasWithLowerYLimit(e,s,a,i,r){this.copyCanvas(this._backCanvas,(n,h)=>h-n)(e,s,a,i,r)}copyObjectCanvasWithUpperYLimit(e,s,a,i,r,n){this.copyCanvas(this._objectCanvases[e],(h,u)=>h+o.CHIP_SIZE-u)(s,a,i,r,n)}copyObjectCanvasWithLowerYLimit(e,s,a,i,r,n){this.copyCanvas(this._objectCanvases[e],(h,u)=>u-h)(s,a,i,r,n)}drawBackCanvas(){if(!this._isLoaded)throw new Error("No image was loaded.");this._ctx.drawImage(this._backCanvas.cvs,0,0,o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE*o.H_PARTS_NUM_IN_WINDOW,0,0,o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE*o.H_PARTS_NUM_IN_WINDOW)}drawObjectCanvas(e){if(!this._isLoaded)throw new Error("No image was loaded.");this._ctx.drawImage(this._objectCanvases[e].cvs,0,0,o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE*o.H_PARTS_NUM_IN_WINDOW,0,0,o.CHIP_SIZE*o.V_PARTS_NUM_IN_WINDOW,o.CHIP_SIZE*o.H_PARTS_NUM_IN_WINDOW)}clearBackCanvas(){this._backCanvas.clear()}clearBackCanvasWithLowerYLimit(e){this._backCanvas.clearRectWithLowerYLimit(e)}clearObjectCanvases(){var e;for(e=0;e<2;e++)this._objectCanvases[e].clear()}clearObjectCanvasesWithLowerYLimit(e){var s;for(s=0;s<2;s++)this._objectCanvases[s].clearRectWithLowerYLimit(e)}drawCanvasWithLowerYLimit(e,s,a,i,r){if(!this._isLoaded)throw new Error("No image was loaded.");var n=Math.max(0,r-i);n>=o.CHIP_SIZE||this._ctx.drawImage(this._image,o.CHIP_SIZE*e,o.CHIP_SIZE*s+n,o.CHIP_SIZE,o.CHIP_SIZE-n,a,i+n,o.CHIP_SIZE,o.CHIP_SIZE)}clearCanvas(e,s,a,i){this._ctx.clearRect(e,s,a,i)}drawBase(e,s,a,i){this._ctx.fillStyle="#9E9E9E",this._ctx.fillRect(e,s,a,i)}setFrameImage(e){this._frameCoord=e,this.createFrame()}}class Dh{constructor(e){this._position=null,this.reset(e)}setPlayer(e){this._player=e}isResetting(){return this._isResetting}getPosition(){return this._position}getPreviousPosition(){return this._positionPrev}resetPreviousPosition(){this._positionPrev=null}move(e){var s=Re[this._player.getSpeedIndex()];this._position=this._position.getNextFramePosition(e,s*(o.H_PARTS_NUM_IN_WINDOW-1),s*(o.V_PARTS_NUM_IN_WINDOW-1))}getTransitionStepNum(){return this._transitionStep}advanceTransitionStepNum(){return++this._transitionStep,this._transitionStep===o.V_PARTS_NUM_IN_WINDOW&&(this._isResetting=!1,this._transitionStep=0),this._transitionStep}isFinalStep(){if(this._isResetting===!1)throw new Error("リセット中ではありません。");return this._transitionStep===o.V_PARTS_NUM_IN_WINDOW-1}reset(e){this._positionPrev=this._position,this._position=e.getDefaultCameraPosition(),this._transitionStep=0,this._isResetting=!0}}class Th{getPosition(){return this._position}constructor(e){this._position=e}}class bh extends Th{constructor(e){super(e)}}class Ih extends bh{constructor(e,s,a,i,r,n,h){super(s),this.itemTransitioningClassName="item-transitioning",this.overwittenItemClassName="item-overwritten",this.overwittenItemSelector=`.${this.overwittenItemClassName}`,this.itemEffectStartTimers=new Array(o.ITEMBOX_SIZE),this._status=i,this._equipStatus=new pt(0,0),this._itemBox=new Array(o.ITEMBOX_SIZE),this._itemBoxElement=new Array(o.ITEMBOX_SIZE),this._itemUsingEvent=new Array(o.ITEMBOX_SIZE);for(var u=0;u<this._itemBox.length;u++)this._itemBox[u]=0,this._itemBoxElement[u]=Qe("#item"+u+">.item-disp");this.updateItemBox(),this._energyMax=r,this._dir=N.DOWN,this._isMovingImage=!1,this._wwa=e,this._state=0,this._camera=a,this._isPartsEventExecuted=!1,this._energyValueElement=Qe("#disp-energy>.status-value-box"),this._strengthValueElement=Qe("#disp-strength>.status-value-box"),this._defenceValueElement=Qe("#disp-defence>.status-value-box"),this._goldValueElement=Qe("#disp-gold>.status-value-box"),this._isReadyToUseItem=!1,this._isClickableItemGot=!1,this._moves=n,this._moveMacroWaitingRemainMoves=0,this._moveObjectAutoExecTimer=0,this.updateStatusValueBox(),this._partsAppeared=!1,this._afterMoveMacroFlag=!1,this._isPreparedForLookingAround=!0,this._lookingAroundTimer=o.PLAYER_LOOKING_AROUND_START_FRAME,this._speedIndex=h,this._messageDelayFrameCount=0,this._battleNoDamageTurnLength=0}move(){if(this.isControllable()){this.controll(this._dir);return}if(this._state===2){try{this._camera.move(this._dir)}catch{}this._isOnCameraStopPosition()&&(this._state=0,this._wwa.callCameraMoveUserDefineFunction())}else if(this._state===1){try{var e=this._position.getNextFramePosition(this._dir,Re[this._speedIndex],Re[this._speedIndex])}catch{}e.isJustPosition()&&(this._state=0,this.toggleMovingImage(),this._moves++,this._isPartsEventExecuted=!1,this._samePosLastExecutedMapID=void 0,this._samePosLastExecutedObjID=void 0,this._wwa.callMoveUserDefineFunction()),this._position=e}}controll(e){var s,a;if(this.isControllable()){this._isPreparedForLookingAround=!1,this._dir=e;try{s=this._position.getNextFramePosition(this._dir,Re[this._speedIndex],Re[this._speedIndex]),a=this._position.getNextJustPosition(e)}catch{return}if(this._isOnCameraMovingPosition()){if(this._wwa.getMapIdByPosition(a)!==0||this._wwa.isOldMap()||this._wwa.debug)try{this._camera.move(this._dir),this._state=2}catch{this._state=0}return}if(!this.canMoveTo(a)){this._wwa.getMapTypeByPosition(a)===o.MAP_WALL&&this._wwa.checkMap(a.getPartsCoord()),this._wwa.checkObject(a.getPartsCoord());return}this._position=s,this._state=1,this._wwa.getMapAttributeByPosition(this._position.getNextJustPosition(e),o.ATR_TYPE)!==o.MAP_LOCALGATE&&this._wwa.moveObjects(!0)}}setDir(e){this._isPreparedForLookingAround=!1,this._dir=e}canMoveTo(e){return e===null?!1:this._wwa.debug?!0:(this._wwa.getMapWidth(),e.getPartsCoord(),e.getOffsetCoord(),this._wwa.getMapIdByPosition(e)===0&&!this._wwa.isOldMap()||this._wwa.getMapTypeByPosition(e)===o.MAP_WALL?!1:this._wwa.getObjectIdByPosition(e)===0||this._wwa.getObjectTypeByPosition(e)===o.OBJECT_NORMAL&&this._wwa.getObjectAttributeByPosition(e,o.ATR_MODE)===o.PASSABLE_OBJECT?!0:this._wwa.getObjectTypeByPosition(e)===o.OBJECT_DOOR&&this._wwa.getObjectAttributeByPosition(e,o.ATR_NUMBER)===o.PASSABLE_OBJECT?!this.hasItem(this._wwa.getObjectAttributeByPosition(e,o.ATR_ITEM)):!1)}isMoving(){return this._state==1||this._state==2}_isOnCameraMovingPosition(){var e=this._camera.getPosition().getPartsCoord(),s=this.getPosition().getPartsCoord();return s.x-e.x===o.H_PARTS_NUM_IN_WINDOW-1&&this._dir===N.RIGHT||s.x===e.x&&this._dir===N.LEFT||s.y-e.y===o.V_PARTS_NUM_IN_WINDOW-1&&this._dir===N.DOWN||s.y===e.y&&this._dir===N.UP}_isOnCameraStopPosition(){var e=this._camera.getPosition().getPartsCoord(),s=this.getPosition().getPartsCoord();return s.x-e.x===o.H_PARTS_NUM_IN_WINDOW-1&&this._dir===N.LEFT||s.x===e.x&&this._dir===N.RIGHT||s.y-e.y===o.V_PARTS_NUM_IN_WINDOW-1&&this._dir===N.UP||s.y===e.y&&this._dir===N.DOWN}isControllable(){var e=this._afterMoveMacroFlag;return this._afterMoveMacroFlag=!1,this._state===0&&!this._partsAppeared&&(this._wwa.getMapTypeByPosition(this._position)!==o.MAP_LOCALGATE&&this._wwa.getMapTypeByPosition(this._position)!==o.MAP_URLGATE||!this._wwa.isPrevFrameEventExecuted())&&this._moveMacroWaitingRemainMoves===0&&this._moveObjectAutoExecTimer===0&&!e&&this._wwa.canInput()}getCopyOfItemBox(){return this._itemBox.slice()}getDir(){return this._dir}isMovingImage(){return this._isMovingImage}toggleMovingImage(){this._isMovingImage?this._isMovingImage=!1:this._isMovingImage=!0}getEnergyMax(){return this._energyMax}isJumped(){return this._state===4||this._state===8}setMessageWaiting(){this._state=3}isWaitingMessage(){return this._state===3}isDelayFrame(){return this._messageDelayFrameCount>0}updateDelayFrame(){this._messageDelayFrameCount--}setDelayFrame(){this._messageDelayFrameCount=1}clearMessageWaiting(){this._state!==3&&this._state!==8||(this._state===3?this._state=0:this._state===8&&(this._state=4),this._isPartsEventExecuted=!0,this._isPreparedForLookingAround&&(this._lookingAroundTimer=o.PLAYER_LOOKING_AROUND_START_FRAME))}setEstimateWindowWating(){this._state=6}isWaitingEstimateWindow(){return this._state===6}clearEstimateWindowWaiting(){this._state===6&&(this._state=0)}setPasswordWindowWating(){this._state=7}isWaitingPasswordWindow(){return this._state===7}clearPasswordWindowWaiting(){this._state===7&&(this._state=0)}isPartsEventExecuted(){return this._isPartsEventExecuted}resetEventExecutionInfo(){this._isPartsEventExecuted=!1}getLastExecPartsIDOnSamePosition(e){return e===W.MAP?this._samePosLastExecutedMapID:this._samePosLastExecutedObjID}setLastExecInfoOnSamePosition(e,s){e===W.MAP?this._samePosLastExecutedMapID=s:this._samePosLastExecutedObjID=s}processAfterJump(){this._state!==4&&this._state!==8||--this._jumpWaitFramesRemain===0&&(this._state=this._state===4?0:3)}jumpTo(e){var s=this._camera.getPosition();return this.getPosition(),this._position.equals(e)?!1:(this._position=e,e.isInCameraRange(this._camera,!0)||this._camera.reset(e),this._state=this._state===3?8:4,this._jumpWaitFramesRemain=o.LOCALGATE_PLAYER_WAIT_FRAME,this._samePosLastExecutedMapID=void 0,this._samePosLastExecutedObjID=void 0,e.hasLocalGate()?this._dir=N.DOWN:e.getPartsCoord().y<=this._wwa.getMapWidth()-2&&e.getNextJustPosition(N.DOWN).hasLocalGate()?this._dir=N.UP:e.getPartsCoord().y>=1&&e.getNextJustPosition(N.UP).hasLocalGate()?this._dir=N.DOWN:e.getPartsCoord().x<=this._wwa.getMapWidth()-2&&e.getNextJustPosition(N.RIGHT).hasLocalGate()?this._dir=N.LEFT:e.getPartsCoord().x>=1&&e.getNextJustPosition(N.LEFT).hasLocalGate()?this._dir=N.RIGHT:this._dir=N.DOWN,this._camera.getPosition().equals(s)||(this._isPreparedForLookingAround=!0,this._lookingAroundTimer=o.PLAYER_LOOKING_AROUND_START_FRAME),this._wwa.callJumpGateUserDefineFunction(),!0)}systemJumpTo(e){this._position=e,this._camera.reset(e),this._camera.resetPreviousPosition(),this._state=4,this._jumpWaitFramesRemain=o.LOCALGATE_PLAYER_WAIT_FRAME,this._samePosLastExecutedMapID=void 0,this._samePosLastExecutedObjID=void 0,this._dir=N.DOWN,this._isPreparedForLookingAround=!0,this._lookingAroundTimer=o.PLAYER_LOOKING_AROUND_START_FRAME}addStatusAll(e){return this._status.add(e),this.isDead()&&(this._status.energy=0),this._energyMax!==0&&(this._status.energy=Math.min(this._status.energy,this._energyMax)),this.updateStatusValueBox(),this._status}setEnergyMax(e){return this._energyMax=e,e!==0&&(this._status.energy=Math.min(this._status.energy,this._energyMax)),this.updateStatusValueBox(),e}setEnergy(e){return this._status.energy=e,this.isDead()&&(this._status.energy=0),this._energyMax!==0&&(this._status.energy=Math.min(this._status.energy,this._energyMax)),this.updateStatusValueBox(),e}damage(e){this._status.energy=Math.max(0,this._status.energy-e),this.isDead()&&(this._status.energy=0),this._energyMax!==0&&(this._status.energy=Math.min(this._status.energy,this._energyMax)),this.updateStatusValueBox()}setStrength(e){return this._status.strength=e,this.updateStatusValueBox(),e}setDefence(e){return this._status.defence=e,this.updateStatusValueBox(),e}setGold(e){return this._status.gold=e,this.updateStatusValueBox(),e}getStatus(){return this._status.plus(this._equipStatus)}getStatusWithoutEquipments(){return this._status.plus(new pt(0,0))}getStatusOfEquipments(){return this._equipStatus.plus(new pt(0,0))}updateStatusValueBox(){const e=this._status.plus(this._equipStatus);this._energyValueElement.textContent=this._wwa.isVisibleStatus("energy")?String(e.energy):"",this._strengthValueElement.textContent=this._wwa.isVisibleStatus("strength")?String(e.strength):"",this._defenceValueElement.textContent=this._wwa.isVisibleStatus("defence")?String(e.defence):"",this._goldValueElement.textContent=this._wwa.isVisibleStatus("gold")?String(e.gold):"",this._wwa._messageWindow?.update(),this._wwa.updateScore()}updateItemBox(e){for(let s=0;s<this._itemBoxElement.length;s++){const a=this._itemBoxElement[s],i=Di("#item"+s);if(this._itemBox[s]===0){a.style.backgroundPosition="-40px 0px",this.disposeItemEffect(s,this._itemBoxElement[s],i);continue}const r=this._wwa.getObjectCropXById(this._itemBox[s]),n=this._wwa.getObjectCropYById(this._itemBox[s]);if(!e||s!==e.insertPos-1){a.style.backgroundPosition="-"+r+"px -"+n+"px",this.disposeItemEffect(s,this._itemBoxElement[s],i);continue}const h=e.itemScreenPixelCoord.x-e.itemBoxScreenPixelCoord.x,u=e.itemScreenPixelCoord.y-e.itemBoxScreenPixelCoord.y,c=-h*o.DEFAULT_FRAME_INTERVAL/o.ITEM_EFFECT_SPEED_PIXEL_PER_FRAME,l=e.overwrittenObjectId===0||e.overwrittenObjectId===void 0,f=l?e.itemBoxBackgroundImageCoord.x:this._wwa.getObjectCropXById(e.overwrittenObjectId),_=l?e.itemBoxBackgroundImageCoord.y:this._wwa.getObjectCropYById(e.overwrittenObjectId);a.style.left=h+"px",a.style.top=u+"px",typeof this.itemEffectStartTimers[s]=="number"&&clearInterval(this.itemEffectStartTimers[s]),this.itemEffectStartTimers[s]=window.setTimeout(()=>{this.itemEffectStartTimers[s]=void 0,this.startItemEffect(s,a,i,{target:{x:r,y:n},overwritten:{x:f,y:_}},c)},o.DEFAULT_FRAME_INTERVAL)}}startItemEffect(e,s,a,i,r){const n=a.querySelector(this.overwittenItemSelector);n&&a.removeChild(n);const h=document.createElement("div");h.classList.add(this.overwittenItemClassName),h.style.backgroundPosition="-"+i.overwritten.x+"px -"+i.overwritten.y+"px",h.style.backgroundImage=a.style.backgroundImage,a.appendChild(h),s.style.backgroundPosition="-"+i.target.x+"px -"+i.target.y+"px",s.style.transitionDuration=r+"ms",s.style.transitionProperty="left,top",s.style.transitionTimingFunction="linear",s.style.left="0",s.style.top="0",a.classList.add(this.itemTransitioningClassName),s.addEventListener("transitionend",()=>{this.disposeItemEffect(e,s,a)},{once:!0})}disposeItemEffect(e,s,a){typeof this.itemEffectStartTimers[e]=="number"&&(clearInterval(this.itemEffectStartTimers[e]),this.itemEffectStartTimers[e]=void 0),s.style.transitionDuration="0s",s.style.transitionProperty="",s.style.left="0",s.style.top="0",a.classList.contains(this.itemTransitioningClassName)&&a.classList.remove(this.itemTransitioningClassName);const i=a.querySelector(this.overwittenItemSelector);i&&a.removeChild(i)}isDead(){return this._status.energy<=0}addItem(e,s=0,a=!1,i){var r,n,h,u=this._wwa.getObjectAttributeById(e,o.ATR_NUMBER),c=0;if(s===0&&u!==0&&(s=u),s===0){if(e===0)return;if(r=this._getBlankItemPos(),r===o.ITEMBOX_IS_FULL)throw this._wwa.setEvalCalcWwaNodeEarnedItem(e,-1),this._wwa.callGetItemFullUserDefineFunction(),this._wwa.clearEvalCalcWwaNodeEarnedItem(),new Error("これ以上、アイテムを持てません。");c=this._itemBox[r-1],this._forceSetItemBox(r,e)}else if(a===!1)if(r=s,h=this._itemBox[r-1],this._wwa.getObjectAttributeById(h,o.ATR_NUMBER)!==this._wwa.getObjectAttributeById(e,o.ATR_NUMBER))if(n=this._getBlankItemPos(),n!==o.ITEMBOX_IS_FULL)this._forceSetItemBox(n,h),this._forceSetItemBox(r,e);else throw this._wwa.setEvalCalcWwaNodeEarnedItem(e,-1),this._wwa.callGetItemFullUserDefineFunction(),this._wwa.clearEvalCalcWwaNodeEarnedItem(),new Error("これ以上、アイテムを持てません。");else c=this._itemBox[r-1],this._forceSetItemBox(r,e);else r=s,c=this._itemBox[r-1],this._forceSetItemBox(r,e);this._updateEquipmentStatus(),this.updateItemBox(i?{insertPos:r,itemScreenPixelCoord:i.screenPixelCoord,itemBoxBackgroundImageCoord:i.itemBoxBackgroundImageCoord,itemBoxScreenPixelCoord:new Y(o.MAP_WINDOW_WIDTH+(r-1)%3*o.CHIP_SIZE,o.ITEMBOX_TOP_Y+Math.floor((r-1)/3)*o.CHIP_SIZE),overwrittenObjectId:c}:void 0)}_forceSetItemBox(e,s){var a=this,i=Qe("#item"+(e-1)+">.item-click-border"),r=this._wwa.getObjectAttributeById(s,o.ATR_MODE);if(this.removeItemByItemPosition(e),this._itemBox[e-1]=s,this._wwa.setEvalCalcWwaNodeEarnedItem(s,e),this._wwa.callGetItemUserDefineFunction(),this._wwa.clearEvalCalcWwaNodeEarnedItem(),s!==0&&r!==Lt.NORMAL){const n=this._wwa.resolveSystemMessage(Ie.ITEM_SELECT_TUTORIAL);this._isClickableItemGot||(n!=="BLANK"&&this._wwa.registerSystemMessagePage(n),this._isClickableItemGot=!0),i.style.display="block",(h=>{a._itemUsingEvent[h-1]=()=>{(a.isControllable()||a._wwa._messageWindow.isItemMenuChoice())&&(a._wwa._itemMenu.close(),a._wwa._setNextPage(),a._wwa.onselectitem(h))}})(e),i.addEventListener("click",this._itemUsingEvent[e-1])}}_getBlankItemPos(){var e;for(e=1;e<this._itemBox.length+1;e++)if(this._itemBox[e-1]===0)return e;return o.ITEMBOX_IS_FULL}_updateEquipmentStatus(){var e,s=new pt(0,0);for(e=0;e<o.ITEMBOX_SIZE;e++)this._itemBox[e]!==0&&(s.strength+=this._wwa.getObjectAttributeById(this._itemBox[e],o.ATR_STRENGTH),s.defence+=this._wwa.getObjectAttributeById(this._itemBox[e],o.ATR_DEFENCE));var a=s.minus(this._equipStatus);this._wwa.setStatusChangedEffect(a),this._equipStatus=s,this.updateStatusValueBox()}hasItem(e){for(var s=0;s<o.ITEMBOX_SIZE;s++)if(this._itemBox[s]===e)return!0;return!1}canUseItem(e){var s=this._itemBox[e-1];return!(s===0||this._wwa.getObjectAttributeById(s,o.ATR_MODE)===Lt.NORMAL)}useItem(){var e;e=this._itemBox[this._readyToUseItemPos1To12-1],this._wwa.getObjectAttributeById(e,o.ATR_MODE)!==Lt.NOT_DISAPPEAR&&this.removeItemByItemPosition(this._readyToUseItemPos1To12);var s=O("item"+(this._readyToUseItemPos1To12-1));return setTimeout(()=>{s.classList.contains("onpress")&&s.classList.remove("onpress")},o.DEFAULT_FRAME_INTERVAL),this._wwa.setEvalCalcWwaNodeEarnedItem(e,this._readyToUseItemPos1To12),this._wwa.callUseItemUserDefineFunction(),this._wwa.clearEvalCalcWwaNodeEarnedItem(),this._isReadyToUseItem=!1,this._readyToUseItemPos1To12=void 0,e}canHaveMoreItems(){return this._getBlankItemPos()!==o.ITEMBOX_IS_FULL}removeItemByItemPosition(e){var s;this._itemBox[e-1]!==0&&(this._wwa.getObjectAttributeById(this._itemBox[e-1],o.ATR_MODE)!==Lt.NORMAL&&(s=Qe("#item"+(e-1)+">.item-click-border"),s.removeEventListener("click",this._itemUsingEvent[e-1]),s.style.display="none"),this._itemBox[e-1]=0,this._updateEquipmentStatus(),this.updateItemBox())}removeItemByPartsID(e){var s;if(!this.hasItem(e))throw new Error("アイテムを持っていない");for(var a=0;a<o.ITEMBOX_SIZE;a++)if(this._itemBox[a]===e){this._wwa.getObjectAttributeById(this._itemBox[a],o.ATR_MODE)!==Lt.NORMAL&&(s=Qe("#item"+a+">.item-click-border"),s.removeEventListener("click",this._itemUsingEvent[a]),s.style.display="none"),this._itemBox[a]=0,this._updateEquipmentStatus(),this.updateItemBox();return}}clearItemBox(){for(var e=1;e<=o.ITEMBOX_SIZE;e++)this.removeItemByItemPosition(e);this._updateEquipmentStatus(),this.updateItemBox()}hasGold(e){return this._status.gold>=e}payGold(e){if(!this.hasGold(e))throw new Error("お金が足りない");this.setGold(this._status.gold-e)}earnGold(e){this.setGold(this._status.gold+e)}setPartsAppearedFlag(){this._partsAppeared=!0}clearPartsAppearedFlag(){this._partsAppeared=!1}isPartsAppearedTime(){return this._partsAppeared===!0}startBattleWith(e){this._isPlayerTurn=!0,this._battleFrameCounter=o.BATTLE_INTERVAL_FRAME_NUM,this._battleTurnLength=0,this._battleNoDamageTurnLength=0,this._enemy=e,this._state=5}isFighting(){return this._state===5}isTurn(){return this._isPlayerTurn}getTurnNum(){return this._battleTurnLength}isBattleStartFrame(){return this._battleFrameCounter===o.BATTLE_INTERVAL_FRAME_NUM&&this._battleTurnLength===0}calcBattleResultForPlayerTurn(e,s,a=!1){const i=this._wwa.callUserDefinedBattleDamageFunction("playerToEnemy",(a||void 0)&&{playerStatus:e,enemyStatus:s});return i||{damage:this._calcDamageDefault(e,s)}}calcBattleResultForEnemyTurn(e,s,a=!1){const i=this._wwa.callUserDefinedBattleDamageFunction("enemyToPlayer",(a||void 0)&&{playerStatus:s,enemyStatus:e});return i||{damage:this._calcDamageDefault(e,s)}}_calcDamageDefault(e,s){const a=e.strength-s.defence;return a>0?a:0}fight(){if(!this.isFighting())throw new Error("バトルが開始されていません。");if(this._battleTurnLength===0&&this._battleFrameCounter===o.BATTLE_INTERVAL_FRAME_NUM&&this._wwa.showMonsterWindow(),--this._battleFrameCounter>0)return;this._battleTurnLength++,this._wwa.isBattleSpeedIndexForQuickBattle(this._speedIndex)||this._battleTurnLength>o.BATTLE_SPEED_CHANGE_TURN_NUM?(this._battleTurnLength===1&&(this._wwa.playSound(de.ATTACK),this._wwa.vibration(!1)),this._battleFrameCounter=1):(this._battleFrameCounter=o.BATTLE_INTERVAL_FRAME_NUM,this._wwa.playSound(de.ATTACK),this._wwa.vibration(!0));var e=this.getStatus(),s=this._enemy.status;let a=!1;if(this._isPlayerTurn){if(this._battleTurnLength===1&&this._wwa.isUsingDefaultDamageCalcFunction()&&e.strength<=s.defence&&e.defence>=s.strength){this._enemy.battleEndProcess(),this._wwa.registerSystemMessagePageByKey(Ie.CANNOT_DAMAGE_MONSTER),this._battleTurnLength=0,this._enemy=null,this._state=0;return}const{damage:r,aborted:n}=this.calcBattleResultForPlayerTurn(e,s);this._enemy.damage(r),a=!!n,this._enemy.status.energy<=0&&(this._wwa.playSound(this._wwa.getObjectAttributeById(this._enemy.partsID,o.ATR_SOUND)),this.earnGold(s.gold),this._wwa.setStatusChangedEffect(new Ae(0,0,0,s.gold)),this._enemy.item!==0?this._wwa.setPartsOnPosition(W.OBJECT,this._enemy.item,this._enemy.position):this._wwa.setPartsOnPosition(W.OBJECT,0,this._enemy.position),this._wwa.reserveAppearPartsInNextFrame(this._enemy.position,ye.OBJECT,this._enemy.partsID),this._state=0,this._wwa.registerPageByMessage(this._enemy.message,{triggerParts:{id:this._enemy.partsID,type:W.OBJECT,position:this._enemy.position}}),this._enemy.battleEndProcess(),this._battleTurnLength=0,this._battleNoDamageTurnLength=0,this._enemy=null),this._enemy!==null&&(r===0?this._battleNoDamageTurnLength++:this._battleNoDamageTurnLength=0),this._isPlayerTurn=!1}else{const{damage:r,aborted:n}=this.calcBattleResultForEnemyTurn(s,e);this.damage(r),a=!!n,this._status.energy<=0&&(this.setEnergy(0),this._enemy.battleEndProcess(),this._state=0,this._battleTurnLength=0,this._battleNoDamageTurnLength=0,this._enemy=null,this._wwa.shouldApplyGameOver({isCalledByMacro:!1})&&this._wwa.gameover()),r===0?this._battleNoDamageTurnLength++:this._battleNoDamageTurnLength=0,this._isPlayerTurn=!0}(this._battleNoDamageTurnLength>o.FIGHT_DRAW_TURN||a)&&(this._enemy.battleEndProcess(),this._state=0,this._wwa.registerSystemMessagePageByKey(Ie.BATTLE_NOT_SETTLED),this._battleTurnLength=0,this._battleNoDamageTurnLength=0,this._enemy=null)}readyToUseItem(e){var s;if(!this.canUseItem(e))throw new Error("アイテムがないか、アイテムが使えません。");s=this._itemBox[e-1],this._wwa.getObjectAttributeById(s,o.ATR_STRING),this._wwa.reserveAppearPartsInNextFrame(this._position.getPartsCoord(),ye.OBJECT,s),this._readyToUseItemPos1To12=e,this._isReadyToUseItem=!0}isReadyToUseItem(){return this._isReadyToUseItem}getDrawingCenterPosition(){var e=this._position.getPartsCoord(),s=this._position.getOffsetCoord(),a=this._camera.getPosition(),i=a.getPartsCoord(),r=a.getOffsetCoord(),n=(e.x-i.x)*o.CHIP_SIZE+s.x-r.x+o.CHIP_SIZE/2,h=(e.y-i.y)*o.CHIP_SIZE+s.y-r.y+o.CHIP_SIZE/2;return new Y(n,h)}mainFrameCount(){this._frameCount++}getFrameCount(){return this._frameCount}setFrameCount(e){return typeof e!="number"&&(e=0),this._frameCount=e}getMoveCount(){return this._moves}setMoveCount(e){return this._moves=e}isMoveObjectAutoExecTime(){return this._moveObjectAutoExecTimer===0}setMoveMacroWaiting(e){e<0||(this._moveMacroWaitingRemainMoves=e,this._moveObjectAutoExecTimer=0)}resetMoveObjectAutoExecTimer(){this._moveObjectAutoExecTimer=o.CHIP_SIZE/Re[this._speedIndex],this._moveMacroWaitingRemainMoves--}decrementMoveObjectAutoExecTimer(){return this._moveMacroWaitingRemainMoves>=0&&this._moveObjectAutoExecTimer>0&&(this._moveObjectAutoExecTimer--,this._moveMacroWaitingRemainMoves===0&&this._moveObjectAutoExecTimer===0&&(this._afterMoveMacroFlag=!0)),0}isWaitingMoveMacro(){return this._moveMacroWaitingRemainMoves!==0||this._moveObjectAutoExecTimer!==0}decrementLookingAroundTimer(){return this._isPreparedForLookingAround&&this._lookingAroundTimer>0?--this._lookingAroundTimer:0}isLookingAround(){return this._isPreparedForLookingAround&&this._lookingAroundTimer===0}getSpeedIndex(){return this._speedIndex}speedUp(){return this._speedIndex=Math.min(o.MAX_SPEED_INDEX,this._speedIndex+1)}speedDown(){return this._speedIndex=Math.max(o.MIN_SPEED_INDEX,this._speedIndex-1)}setSpeedIndex(e){if(e<o.MIN_SPEED_INDEX||o.MAX_SPEED_INDEX<e)throw new Error("#set_speed の引数が異常です:"+e);return this._speedIndex=e,this._speedIndex}isPausing(){return this.isJumped()||this.isWaitingMessage()||this.isWaitingPasswordWindow()||this.isWaitingEstimateWindow()||this.isWaitingMoveMacro()||this.isFighting()}}class Oa{constructor(e,s,a,i,r,n,h){this._partsID=e,this._position=s,this._imgCoord=a,this._status=i,this._message=r,this._item=n,this._battleEndCallback=h}get partsID(){return this._partsID}get position(){return this._position}get imgCoord(){return this._imgCoord}get status(){return this._status}get message(){return this._message}get item(){return this._item}damage(e){this._status.energy=Math.max(0,this._status.energy-e)}battleEndProcess(){this._battleEndCallback?.()}setStatus(e){e.energy!==null&&(this._status.energy=e.energy),e.strength!==null&&(this._status.strength=e.strength),e.defence!==null&&(this._status.defence=e.defence)}clone(){return new Oa(this._partsID,this._position.clone(),this._imgCoord.clone(),this._status.clone(),this._message,this._item,this._battleEndCallback)}}class Ph{constructor(e,s,a,i,r){this._player=e,this._objectID=s,this._srcPos=a,this._destPos=i,this._dir=r,this._currentPos=this._srcPos.clone()}update(){var e=this._player.getSpeedIndex();return this._currentPos=this._currentPos.getNextFramePosition(this._dir,Re[e],Re[e]),this._currentPos}get isAchievedDestination(){return this._currentPos.equals(this._destPos)}get currentPosition(){return this._currentPos}get beforePosition(){return this._srcPos}get destination(){return this._destPos}get objID(){return this._objectID}}class Nh{constructor(e,s){this._wwa=e,this._player=s,this.clear()}add(e,s,a,i){this._queue.push(new Ph(this._player,e,s,a,i))}update(){for(var e=[],s=[],a=0;a<this._queue.length;a++)this._queue[a].update(),this._queue[a].isAchievedDestination?(e.push(this._queue[a]),this._wwa.setPartsOnPosition(W.OBJECT,0,this._queue[a].beforePosition.getPartsCoord()),this._wwa.setPartsOnPosition(W.OBJECT,this._queue[a].objID,this._queue[a].destination.getPartsCoord())):s.push(this._queue[a]);return this._queue=s,e}clear(){this._queue=[]}get objectMovingData(){return this.objectMovingData}getOffsetByBeforePartsCoord(e){var s=this._queue.filter(a=>a.beforePosition.getPartsCoord().equals(e));return s.length===0?null:s[0].currentPosition.getOffsetCoord()}}const Oh=(t,e)=>{if(t[0]==="+"){const a=parseInt(t.substring(1,10));if(Number.isNaN(a))throw new Error("+ 以降の文字列は数値形式で記載してください。");return e+a}else if(t[0]==="-"){const a=parseInt(t.substring(1,10));if(Number.isNaN(a))throw new Error("- 以降の文字列は数値形式で記載してください。");return e-a}const s=parseInt(t,10);if(Number.isNaN(s))throw new Error("数値形式ではないため、解析できません。");return s};class Mh{constructor(e,s,a,i){this._wwa=e,this._triggerParts=s,this.macroType=a,this.macroArgs=i}isJunction(){return[F.IF,F.ELSE_IF,F.ELSE,F.END_IF].includes(this.macroType)}execute(){try{switch(this.macroType){case F.IMGPLAYER:return this._executeImgPlayerMacro(),{};case F.IMGYESNO:return this._executeImgYesNoMacro(),{};case F.HPMAX:return this._executeHPMaxMacro(),{};case F.SAVE:return this._executeSaveMacro(),{};case F.ITEM:return this._executeItemMacro(),{};case F.DEFAULT:return this._executeDefaultMacro(),{};case F.OLDMAP:return this._executeOldMapMacro(),{};case F.PARTS:return this._executePartsMacro(),{};case F.MOVE:return this._executeMoveMacro(),{};case F.MAP:return this._executeMapMacro(1),{};case F.DIRMAP:return this._executeDirMapMacro(),{};case F.IMGFRAME:return this._executeImgFrameMacro(),{};case F.IMGBOM:return this._executeImgBomMacro(),{};case F.DELPLAYER:return this._executeDelPlayerMacro(),{};case F.FACE:return this._executeFaceMacro(),{};case F.EFFECT:return this._executeEffectMacro(),{};case F.GAMEOVER:return this._executeGameOverMacro(),{};case F.IMGCLICK:return this._executeImgClickMacro(),{};case F.STATUS:{const{isGameOver:e}=this._executeStatusMacro();return{isGameOver:e}}case F.EFFITEM:return this._executeEffItemMacro(),{};case F.COLOR:return this._executeColorMacro(),{};case F.WAIT:return this._executeWaitMacro(),{};case F.SOUND:return this._executeSoundMacro(),{};case F.GAMEPAD_BUTTON:return this._executeGamePadButtonMacro(),{};case F.OLDMOVE:return this._executeOldMoveMacro(),{};case F.JUMPGATE:return this._executeJumpGateMacro(),{};case F.RECPOSITION:return this._executeRecPositionMacro(),{};case F.JUMPRECPOSITION:return this._executeJumpRecPositionMacro(),{};case F.CONSOLE_LOG:return this._executeConsoleLogMacro(1),{};case F.COPY_HP_TO:return this._executeCopyHpToMacro(),{};case F.SET_HP:{const{isGameOver:e}=this._executeSetHPMacro();return{isGameOver:e}}case F.COPY_HPMAX_TO:return this._executeCopyHpMaxToMacro(),{};case F.SET_HPMAX:return this._executeSetHpMaxMacro(),{};case F.COPY_AT_TO:return this._executeCopyAtToMacro(),{};case F.SET_AT:return this._executeSetAtMacro(),{};case F.COPY_DF_TO:return this._executeCopyDfToMacro(),{};case F.SET_DF:return this._executeSetDfMacro(),{};case F.COPY_MONEY_TO:return this._executeCopyMoneyToMacro(),{};case F.SET_MONEY:return this._executeSetMoneyMacro(),{};case F.COPY_STEP_COUNT_TO:return this._executeSetStepCountMacro(),{};case F.VAR_SET_VAL:return this._executeVarSetValMacro(),{};case F.VAR_SET:return this._executeVarSetMacro(),{};case F.VAR_ADD:return this._executeVarAddMacro(),{};case F.VAR_SUB:return this._executeVarSubMacro(),{};case F.VAR_MUL:return this._executeVarMulMacro(),{};case F.VAR_DIV:return this._executeVarDivMacro(),{};case F.VAR_MOD:return this._executeVarModMacro(),{};case F.VAR_SET_RAND:return this._executeVarSetRandMacro(),{};case F.GAME_SPEED:return this._executeGameSpeedMacro(),{};case F.SHOW_STR:return{};case F.SHOW_STR2:return{};case F.IF:return{};case F.LEGACY_IF:return this._executeLegacyIfMacro(),{};case F.ELSE_IF:return{};case F.ELSE:return{};case F.END_IF:return{};case F.SET_SPEED:return this._executeSetSpeedMacro(),{};case F.COPY_TIME_TO:return this._executeCopyTimeToMacro(),{};case F.HIDE_STATUS:return this._executeHideStatusMacro(),{};case F.VAR_MAP:return this._executeVarMapMacro(),{};case F.NO_GAMEOVER:return this._executeNoGameOverMacro(),{};case F.SET:{const{isGameOver:e}=this._executeSetMacro();return{isGameOver:e}}case F.MAP2:return this._executeMapMacro(2),{};case F.CONSOLE_LOG2:return this._executeConsoleLogMacro(2),{};case F.DELAYBGM:return this._executeDelayBgmMacro(),{};case F.SYSMSG:return this._executeSysMsgMacro(),{};case F.PICTURE:return this._executePictureMacro(),{};default:return console.log("不明なマクロIDが実行されました:"+this.macroType),{}}}catch{}}_concatEmptyArgs(e){if(this.macroArgs.length<e){for(var s=new Array(e-this.macroArgs.length),a=0;a<s.length;a++)s[a]="";this.macroArgs=this.macroArgs.concat(s)}}_evaluateIntValue(e,s=0){const a=this.macroArgs[e];if(a==="")return s;const i=Number(a),r=i>=0?Math.floor(i):Math.ceil(i);return isNaN(r)?Ia(a,this._wwa.generateTokenValues(this._triggerParts),s):r}_executeJumpGateMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);this._wwa.forcedJumpGate(e,s)}_executeRecPositionMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);this._wwa.recUserPosition(e,s)}_executeJumpRecPositionMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);this._wwa.jumpRecUserPosition(e,s)}_executeConsoleLogMacro(e){this._concatEmptyArgs(1);const s=this._evaluateIntValue(0);switch(e){case 1:{this._wwa.outputUserVar(s);return}case 2:{console.log(`${this.macroArgs[0]} = ${s}`);return}}}_executeCopyHpToMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setUserVarHP(e)}_executeCopyHpMaxToMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setUserVarHPMAX(e)}_executeCopyAtToMacro(){this._concatEmptyArgs(2);const e=this._evaluateIntValue(0),s=this._parseStatusKind(this._evaluateIntValue(1));this._wwa.setUserVarAT(e,s)}_executeCopyDfToMacro(){this._concatEmptyArgs(2);const e=this._evaluateIntValue(0),s=this._parseStatusKind(this._evaluateIntValue(1));this._wwa.setUserVarDF(e,s)}_parseStatusKind(e){switch(e){case 0:return"all";case 1:return"bare";case 2:return"equipment";default:return"all"}}_executeCopyMoneyToMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setUserVarMONEY(e)}_executeSetHPMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);return this._wwa.setHPUserVar(e,!0)}_executeSetHpMaxMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setHPMAXUserVar(e)}_executeSetAtMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setATUserVar(e)}_executeSetDfMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setDFUserVar(e)}_executeSetMoneyMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setMONEYUserVar(e)}_executeSetStepCountMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setUserVarStep(e)}_executeVarSetValMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);this._wwa.setUserVarVal(e,s)}_executeVarSetMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);this._wwa.setUserValOtherUserVal(e,s)}_executeVarAddMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);this._wwa.setUserValAdd(e,s)}_executeVarSubMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);this._wwa.setUserValSub(e,s)}_executeVarMulMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);this._wwa.setUserValMul(e,s)}_executeVarDivMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);this._wwa.setUserValDiv(e,s)}_executeVarModMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);this._wwa.setUserValMod(e,s)}_executeVarSetRandMacro(){this._concatEmptyArgs(3);const e=this._evaluateIntValue(0),s=this._evaluateIntValue(1),a=this._evaluateIntValue(2,0);this._wwa.setUserValRandNum(e,s,a)}_executeGameSpeedMacro(){this._concatEmptyArgs(1);var e=!!this._evaluateIntValue(0);this._wwa.speedChangeJudge(e)}_executeLegacyIfMacro(){for(var e=new Array(11),s=0;s<10;s++)e[s]=this.macroArgs[s];this._wwa.userVarUserIf(this._triggerParts.position,e)}_executeSetSpeedMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setPlayerSpeedIndex(e-1)}_executeCopyTimeToMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setUserVarPlayTime(e)}_executeHideStatusMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1),a=s!==0;this._wwa.hideStatus(e,a)}_executeVarMapMacro(){this._concatEmptyArgs(4);var e=this._evaluateIntValue(0),s=this.macroArgs[1],a=this.macroArgs[2],i=this._evaluateIntValue(3,W.OBJECT);if(e<0)throw new Error("入力変数が不正です");this._wwa.varMap(this._triggerParts.position,s,a,e,i)}_executeImgPlayerMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);this._wwa.setPlayerImgCoord(new Y(e,s))}_executeImgYesNoMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);this._wwa.setYesNoImgCoord(new Y(e,s))}_executeHPMaxMacro(){this._concatEmptyArgs(1);var e=Math.max(0,this._evaluateIntValue(0));this._wwa.setPlayerEnergyMax(e)}_executeSaveMacro(){this._concatEmptyArgs(1);var e=!!this._evaluateIntValue(0);this._wwa.disableSave(e)}_executeItemMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);this._wwa.setPlayerGetItem(e,s)}_executeDefaultMacro(){this._concatEmptyArgs(1);var e=!!this._evaluateIntValue(0);this._wwa.setObjectNotCollapseOnPartsOnPlayer(e)}_executeOldMapMacro(){this._concatEmptyArgs(1);var e=!!this._evaluateIntValue(0);this._wwa.setOldMap(e)}_executePartsMacro(){this._concatEmptyArgs(4);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1),a=this._evaluateIntValue(2,W.OBJECT),i=this._evaluateIntValue(3);if(a!==W.OBJECT&&a!==W.MAP)throw new Error("パーツ種別が不明です");if(i!==0&&i!==1&&(i=1),e<0||s<0)throw new Error("パーツ番号が不正です");if(a===W.OBJECT){if(e>=this._wwa.getObjectPartsNum()||s>=this._wwa.getObjectPartsNum())throw new Error("パーツ番号が不正です")}else if(e>=this._wwa.getMapPartsNum()||s>=this._wwa.getMapPartsNum())throw new Error("パーツ番号が不正です");this._wwa.replaceParts(e,s,a,!!i)}_executeMoveMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setMoveMacroWaitingToPlayer(e)}_executeMapMacro(e){this._concatEmptyArgs(4);const s=this._evaluateIntValue(0);var a=this._evaluateIntValue(3,W.OBJECT);if(s<0)throw new Error("パーツ番号が不正です");if(a===W.OBJECT){if(s>=this._wwa.getObjectPartsNum())throw new Error("パーツ番号が不正です")}else if(s>=this._wwa.getMapPartsNum())throw new Error("パーツ番号が不正です");if(e===1){const i=this.macroArgs[1],r=this.macroArgs[2];this._wwa.appearPartsEval(this._triggerParts.position,i,r,s,a)}else if(e===2){const i=this._evaluateIntValue(1),r=this._evaluateIntValue(2);if(isNaN(i)||isNaN(r))throw new Error("出現先座標が不正です");this._wwa.appearPartsEval(this._triggerParts.position,`${i}`,`${r}`,s,a)}}_executeDirMapMacro(){this._concatEmptyArgs(3);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1),a=this._evaluateIntValue(2,W.OBJECT);if(isNaN(e)||isNaN(s)||isNaN(a))throw new Error("引数が整数ではありません");if(e<0)throw new Error("パーツ番号が不正です");if(a===W.OBJECT){if(e>=this._wwa.getObjectPartsNum())throw new Error("パーツ番号が不正です")}else if(e>=this._wwa.getMapPartsNum())throw new Error("パーツ番号が不正です");this._wwa.appearPartsByDirection(s,e,a)}_executeImgFrameMacro(){this._concatEmptyArgs(3);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1),a=this._evaluateIntValue(2);if(s<0||a<0)throw new Error("座標は正でなければなりません。");if(e===ge.ENERGY||e===ge.STRENGTH||e===ge.DEFENCE||e===ge.GOLD)this._wwa.setStatusIconCoord(e,new Y(s,a));else if(e===ge.WIDE_CELL_ROW)this._wwa.setWideCellCoord(new Y(s,a));else if(e===ge.ITEM_BG)this._wwa.setItemboxBackgroundPosition({x:s,y:a});else if(e===ge.MAIN_FRAME)this._wwa.setFrameCoord(new Y(s,a));else throw new Error("種別が不正です。")}_executeImgBomMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);if(e<0||s<0)throw new Error("座標は正でなければなりません。");this._wwa.setBattleEffectCoord(new Y(e,s))}_executeDelPlayerMacro(){this._concatEmptyArgs(1);const e=this._evaluateIntValue(0);this._wwa.setDelPlayer(!!e)}_executeFaceMacro(){this._concatEmptyArgs(6);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1),a=this._evaluateIntValue(2),i=this._evaluateIntValue(3),r=this._evaluateIntValue(4),n=this._evaluateIntValue(5),h;if(e<0||s<0||a<0||i<0||r<0||n<0)throw new Error("各引数は0以上の整数でなければなりません。");h=new vi(new Y(e,s),new Y(a,i),new Y(r,n)),this._wwa.addFace(h)}_executeEffectMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);if(e<0)throw new Error("待ち時間は0以上の整数でなければなりません。");if(e===0){this._wwa.stopEffect();return}for(var s=[],a=1;a<this.macroArgs.length;a+=2){var i=this._evaluateIntValue(a),r=0;if(i<0)throw new Error("画像のパーツ座標指定は0以上の整数でなければなりません。");if(a+1===this.macroArgs.length)throw new Error("画像のパーツ座標指定で、Y座標が指定されていません。");if(r=this._evaluateIntValue(a+1),r<0)throw new Error("画像のパーツ座標指定は0以上の整数でなければなりません。");s.push(new Y(i,r))}this._wwa.setEffect(e,s)}_executeGameOverMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);if(e<0||e>=this._wwa.getMapWidth()||s<0||s>=this._wwa.getMapWidth())throw new Error("マップの範囲外が指定されています!");this._wwa.setGameOverPosition(new Y(e,s))}_executeImgClickMacro(){if(this._concatEmptyArgs(2),this.macroArgs.length<1)throw new Error("引数が少なすぎます");var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);if(e<0||s<0)throw new Error("引数が0以上の整数ではありません");this._wwa.setImgClick(new Y(e,s))}_executeEffItemMacro(){if(this.macroArgs.length<1)throw new Error("引数が少なすぎます");var e=this._evaluateIntValue(0);this._wwa.updateItemEffectEnabled(!!e)}_executeStatusMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);if(e<0||4<e)throw new Error("ステータス種別が範囲外です。");return this._wwa.setPlayerStatus(e,s,!0)}_executeColorMacro(){this._concatEmptyArgs(4);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1),a=this._evaluateIntValue(2),i=this._evaluateIntValue(3);if(e<0||e>5)throw new Error("種別は0から5までです");if(s<0||s>255||a<0||a>255||i<0||i>255)throw new Error("色が範囲外です");this._wwa.changeStyleRule(e,s,a,i)}_executeWaitMacro(){throw new Error("Not implemented!")}_executeSoundMacro(){this._concatEmptyArgs(2);const e=parseInt(this.macroArgs[0]),s=parseInt(this.macroArgs[1]);this._wwa.playSound(e,s)}_executeGamePadButtonMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),s=this._evaluateIntValue(1);if(e<0||s<0)throw new Error("各引数は0以上の整数でなければなりません。");if(s>o.ITEMBOX_SIZE)throw new Error("アイテムボックス上限を超えた数値が指定されました。");this._wwa.setGamePadButtonItemTable(e,s)}_executeOldMoveMacro(){this._concatEmptyArgs(1);const e=!!this._evaluateIntValue(0);this._wwa.setOldMove(e)}_executeNoGameOverMacro(){this._concatEmptyArgs(1);const e=this._evaluateIntValue(0);this._wwa.setGameOverPolicy(e)}_executeSetMacro(){return this._wwa.execSetMacro(this.macroArgs[0],{triggerParts:this._triggerParts})}_executePictureMacro(){if(this._concatEmptyArgs(3),this.macroArgs.length<1)throw new Error("引数が少なすぎます");const e=this._evaluateIntValue(0),s=this.macroArgs[1].length>0?this.macroArgs[1]:"+0";if(s==="0"){this._wwa.deletePictureRegistry(e);return}const a=Oh(s,this._triggerParts.id);if(a===0)throw new Error("パーツ番号の相対値算出で0が検出されました。ピクチャを消去する場合は0のまま指定してください。");if(a<0)throw new Error("パーツ番号は0以上の整数でなければなりません。");const i=this._evaluateIntValue(2,W.OBJECT);this._wwa.setPictureRegistry(e,a,i,this._triggerParts.position)}_executeDelayBgmMacro(){this._concatEmptyArgs(1);const e=this._evaluateIntValue(0);this._wwa.setBgmDelay(e)}_executeSysMsgMacro(){this._concatEmptyArgs(2);const e=this.resolveSystemMessageKeyFromMacroArg(this.macroArgs[0]);if(!e)throw new Error("該当するシステムメッセージの定義がありません");const s=this.macroArgs[1]===""?void 0:this.macroArgs[1].replaceAll("\\n",`
|
|
32
|
-
`);this._wwa.overwriteSystemMessage(e,
|
|
33
|
-
`]:[],this.parseMessage(e))}static createEmptyMessage(
|
|
34
|
-
`).map(e=>{if(!e.startsWith(
|
|
35
|
-
`).replace(/\\\/\\\//gi
|
|
36
|
-
`).map(
|
|
37
|
-
`):()=>{
|
|
38
|
-
`);
|
|
27
|
+
${n}`);case 404:throw Error(`マップデータ「${e}」が見つかりませんでした。
|
|
28
|
+
${n}`);default:throw Error(`マップデータ「${e}」の読み込みに失敗しました。
|
|
29
|
+
${n}`)}}async request(){let t=await e.fetch(this.uri);return e.handleError(this.uri,t),await t.arrayBuffer()}},An=s(((e,t)=>{t.exports={}})),jn=l(An()),Mn=class extends On{constructor(e){super(),this.fileName=e}async request(){return new Promise((e,t)=>{jn.default.readFile(this.fileName,(n,r)=>{n&&t(n),e(r.buffer)})})}},Nn=e=>typeof window<`u`?new kn(e):new Mn(e),Pn=class{constructor(e,t){this.fileName=e,this.eventEmitter=t}async requestAndLoadMapData(){let e=Nn(this.fileName);try{let t=await e.request();if(!t){this.eventEmitter.dispatch(`error`,{name:`マップデータ取得に失敗しました`,message:`mapdata is empty`});return}let n=this.loadMapData(t);this.eventEmitter.dispatch(`mapData`,n)}catch(e){let t=e.name||``,n=e.message||``;this.eventEmitter.dispatch(`error`,{name:t,message:n})}}loadMapData(e){try{let t=new Uint8Array(e),{byteMapData:n,byteMapLength:r,compressedEndPosition:i}=En(t);return new Dn(new Cn(n,r,this.eventEmitter).extractAllData(),t,i,this.eventEmitter).load()}catch(e){throw e}}},Fn=class{constructor(){this._milisecondTimer=0,this._frameTimer=0,this._points=new Map}addPoint(e,t,n){if(!t&&!n)return;let r=In(t,n);switch(this._points.set(e,r),r.type){case`milisecond`:{let e=[...this._points.values()].filter(({type:e})=>e===`milisecond`).map(({value:e})=>e);this._milisecondLimit=Math.max(...e);break}case`frame`:{let e=[...this._points.values()].filter(({type:e})=>e===`frame`).map(({value:e})=>e);this._frameLimit=Math.max(...e)}}}enabled(){return this._points.size>0&&(this._milisecondTimer<this._milisecondLimit||this._frameTimer<this._frameLimit)}tick(e){!this.enabled()||this.isTimeOver()||(this._milisecondTimer+=e,this._frameTimer++)}isOver(e,t){if(this._points.has(e)){let t=this._points.get(e);switch(t.type){case`milisecond`:return this._milisecondTimer>=t.value;case`frame`:return this._frameTimer>=t.value;default:return!1}}return t}isNotOver(e,t){if(this._points.has(e)){let t=this._points.get(e);switch(t.type){case`milisecond`:return this._milisecondTimer<t.value;case`frame`:return this._frameTimer<t.value;default:return!1}}return t}isTimeOver(){return!1}get timeLimit(){return{milisecond:this._milisecondLimit,frame:this._frameLimit}}},In=(e,t)=>{if(e)return{value:e,type:`milisecond`};if(t)return{value:t,type:`frame`}},Ln=class{constructor(e,t){this.canvas=new OffscreenCanvas(fn(e),pn(t)),this.ctx=this.canvas.getContext(`2d`,{alpha:!0}),this.ctx.imageSmoothingEnabled=!1}getCanvasImage(){return this.canvas}drawCanvas(e,t,n,r,i,a=L.CHIP_SIZE,o=L.CHIP_SIZE){this.ctx.drawImage(e,L.CHIP_SIZE*t,L.CHIP_SIZE*n,L.CHIP_SIZE,L.CHIP_SIZE,r,i,a,o)}drawCanvasFree(e,t,n,r,i){this.ctx.drawImage(e,t,n,r,i)}drawFont(e,t,n,r){r===void 0?this.ctx.fillText(e,t,n):e.split(`
|
|
30
|
+
`).forEach((e,i)=>{this.ctx.fillText(e,t,n+i*r)})}updateSize(e,t){this.canvas.width=fn(e),this.canvas.height=pn(t),this.ctx.imageSmoothingEnabled=!1}clear(){this.ctx.clearRect(0,0,this.canvas.width,this.canvas.height)}},Rn=(e,t,n)=>e===`maximum`?{width:L.MAP_WINDOW_WIDTH,height:L.MAP_WINDOW_HEIGHT}:e===`minimumWithMargin`?{width:t+L.CHIP_SIZE*2,height:n+L.CHIP_SIZE*2}:{width:t,height:n},zn=(e,t,n)=>e===`maximum`?{x:t,y:n}:e===`minimumWithMargin`?{x:L.CHIP_SIZE,y:L.CHIP_SIZE}:{x:0,y:0},Bn=(e,t,n,r,i)=>e===`maximum`?{x:0,y:0,width:L.MAP_WINDOW_WIDTH,height:L.MAP_WINDOW_HEIGHT}:e===`minimumWithMargin`?{x:t-L.CHIP_SIZE,y:n-L.CHIP_SIZE,width:r*(L.CHIP_SIZE*2),height:i*(L.CHIP_SIZE*2)}:{x:t,y:n,width:r,height:i},Vn=(e,t,n,r,i)=>e===`maximum`?{x:r,y:i}:e===`minimumWithMargin`?{x:L.CHIP_SIZE+t/2,y:L.CHIP_SIZE+n/2}:{x:t/2,y:n/2},Hn=class e{constructor(t,n,r){this._registry=n;let{properties:i}=n;this._posBaseX=i.pos?.[0]??0,this._posBaseY=i.pos?.[1]??0,[this._imgMainX,this._imgMainY]=e._getImgPosByPicture(this._registry,!0),[this._imgSubX,this._imgSubY]=e._getImgPosByPicture(this._registry,!1),this._mapCropCache=e._getMapImgPosArray(this._registry,t),this._drawChip=on(this._imgMainX,this._imgMainY,this._imgSubX,this._imgSubY)||this._mapCropCache!==null,this._repeatX=i.repeat?.[0]??1,this._repeatY=i.repeat?.[1]??1,this._imgFile=r,this._cropX=this._imgFile?1:i.crop?.[0]??1,this._cropY=this._imgFile?1:i.crop?.[1]??1,this._sizeX=i.size?.[0]??(this._imgFile?this._imgFile.width:L.CHIP_SIZE),this._sizeY=i.size?.[1]??(this._imgFile?this._imgFile.height:L.CHIP_SIZE),this._circleRadiusX=i.circle?.[0]??0,this._circleRadiusY=i.circle?.[1]??this._circleRadiusX,this._circleAngle=i.circle?.[2]??0,this._fontStyle=e._getFontValue(i),this._textAlign=e._convertTextAlign(i.textAlign),this._fillStyle=`rgb(${i.color?.[0]??0}, ${i.color?.[1]??0}, ${i.color?.[2]??0})`,this._moveX=i.move?.[0]??0,this._moveY=i.move?.[1]??0,this._accelX=i.accel?.[0]??0,this._accelY=i.accel?.[1]??0,this._zoomX=i.zoom?.[0]??0,this._zoomY=i.zoom?.[1]??0,this._zoomAccelX=i.zoomAccel?.[0]??0,this._zoomAccelY=i.zoomAccel?.[1]??0,this._anchor=i.anchor??7,this._circleSpeed=i.circle?.[3]??0,this._opacity=i.opacity??100,this._fade=i.fade??0,this._angleRadian=i.angle?i.angle*Math.PI/180:0,this._rotateRadian=i.rotate?i.rotate*Math.PI/180:0,i.text?((i.angle||i.rotate)&&console.warn(`レイヤー${this.layerNumber}番: テキストの描画と回転の併用は、現時点では非推奨です。今後動作が変わる可能性があるので、自己責任でお願いします。`),this._drawCoordType=`maximum`):i.angle||i.rotate?this._drawCoordType=`minimumWithMargin`:this._drawCoordType=`minimum`,this._updatePictureCache();let{width:a,height:o}=Rn(this._drawCoordType,this._totalWidth,this._totalHeight);if(this._canvas=new Ln(a,o),this._timer=new Fn,this._timer.addPoint(`start`,an(i.time,1,!1),an(i.timeFrame,1,!1)),this._timer.addPoint(`end`,an(i.time,0,!0),an(i.timeFrame,0,!0)),this._timer.addPoint(`startAnim`,i.animTime?.[0],i.animTimeFrame?.[0]),this._timer.addPoint(`endAnim`,i.animTime?.[1],i.animTimeFrame?.[1]),this._timer.addPoint(`wait`,i.wait,i.waitFrame),this._angleRadian!==0){let{x:e,y:t}=Vn(this._drawCoordType,this._totalWidth,this._totalHeight,this._posBaseX,this._posBaseY);this._canvas.ctx.translate(e,t),this._canvas.ctx.rotate(this._angleRadian),this._canvas.ctx.translate(-e,-t)}this.updateCanvasContext(),this._hasAnimation=this.getHasAnimation()}get layerNumber(){return this._registry.layerNumber}get hasAnimation(){return this._hasAnimation}get canvasImage(){return this._canvas.getCanvasImage()}get appearParts(){if(!(!this._registry.properties.map||this._registry.properties.map.length<3))return{partsNumber:this._registry.properties.map[0],x:this._registry.properties.map[1],y:this._registry.properties.map[2],partsType:this._registry.properties.map[3]??bn.OBJECT}}get executeScriptFunctionName(){return this._registry.properties.script}updateCanvasContext(){this._canvas.ctx.globalAlpha=e._roundPercentage(this._opacity)/100,this._canvas.ctx.font=this._fontStyle,this._canvas.ctx.textBaseline=`top`,this._textAlign&&(this._canvas.ctx.textAlign=this._textAlign),this._canvas.ctx.fillStyle=this._fillStyle}draw(e,t){this.clearCanvas();let n=t?this._imgMainX:this._imgSubX,r=t?this._imgMainY:this._imgSubY,{x:i,y:a}=zn(this._drawCoordType,this._posDestX,this._posDestY);for(let o=0;o<this._repeatY;o++)for(let s=0;s<this._repeatX;s++){let c=i+this._charaWidth*s,l=a+this._charaHeight*o;if(this._imgFile)this._canvas.drawCanvasFree(this._imgFile,c,l,this._charaWidth,this._charaHeight);else if(this._drawChip)if(this._mapCropCache!==null)this._mapCropCache.forEach((n,r)=>{n.forEach(([n,i,a,o],s)=>{on(n,i,a,o)&&this._canvas.drawCanvas(e,t?n:a,t?i:o,c+this._chipWidth*s,l+this._chipHeight*r,this._chipWidth,this._chipHeight)})});else for(let t=0;t<this._cropY;t++)for(let i=0;i<this._cropX;i++)this._canvas.drawCanvas(e,n+i,r+t,c+this._chipWidth*i,l+this._chipHeight*t,this._chipWidth,this._chipHeight);this.getHasText()&&this._canvas.drawFont(this._registry.properties.text,c,l,this._registry.properties.lineHeight)}}getDrawPictureCoords(){return Bn(this._drawCoordType,this._posDestX,this._posDestY,this._totalWidth,this._totalHeight)}updateAnimation(){if(this._timer.isNotOver(`startAnim`,!1)||this._timer.isOver(`endAnim`,!1))return;this._posBaseX+=this._moveX,this._posBaseY+=this._moveY,this._moveX+=this._accelX,this._moveY+=this._accelY,this._sizeX+=this._zoomX,this._sizeY+=this._zoomY,this._zoomX+=this._zoomAccelX,this._zoomY+=this._zoomAccelY,this._updatePictureCache();let{width:e,height:t}=Rn(this._drawCoordType,this._totalWidth,this._totalHeight);if(this._canvas.updateSize(e,t),this._circleAngle+=this._circleSpeed,this._fade!==0&&(this._opacity+=this._fade),this._angleRadian!==0||this._rotateRadian!==0){this._angleRadian+=this._rotateRadian;let{x:e,y:t}=Vn(this._drawCoordType,this._totalWidth,this._totalHeight,this._posBaseX,this._posBaseY);this._canvas.ctx.translate(e,t),this._canvas.ctx.rotate(this._angleRadian),this._canvas.ctx.translate(-e,-t)}this.updateCanvasContext()}_updatePictureCache(){this._chipWidth=sn(this._sizeX),this._chipHeight=sn(this._sizeY),this._charaWidth=this._chipWidth*this._cropX,this._charaHeight=this._chipHeight*this._cropY,this._totalWidth=this._charaWidth*this._repeatX,this._totalHeight=this._charaHeight*this._repeatY,this._posDestX=Math.floor(cn(ln(this._posBaseX,this._circleRadiusX,this._circleAngle),this._charaWidth,this._anchor)),this._posDestY=Math.floor(un(dn(this._posBaseY,this._circleRadiusY,this._circleAngle),this._charaHeight,this._anchor))}isNotStarted(){return this._timer.isNotOver(`start`,!1)}tickTime(e){this._timer.tick(e)}isDeadlineOver(){return this._timer.isOver(`end`,!1)}isStartTimeOver(){return this._timer.isOver(`start`,!0)}isWaiting(){return this._timer.isNotOver(`wait`,!1)}clearCanvas(){this._canvas.clear()}getRegistryData(){return this._registry}getNextPicturePartsInfo(){let e=Array.isArray(this._registry.properties.next)&&this._registry.properties.next[0]?{layerNumber:this._registry.layerNumber,partsNumber:this._registry.properties.next[0],partsType:this._registry.properties.next[1]??bn.OBJECT,connectProperties:!!this._registry.properties.next[2]}:void 0,t=Array.isArray(this._registry.properties.create)?this._registry.properties.create.filter(Array.isArray).map(e=>({layerNumber:e[0],partsNumber:e[1],partsType:e[2]??bn.OBJECT,connectProperties:!!e[3]})):[];return e?t.concat(e):t}getNextPictureProperties(){let e={...this._registry.properties};return delete e.next,delete e.create,{...e,pos:[this._posBaseX,this._posBaseY],move:[this._moveX,this._moveY],size:[this._sizeX,this._sizeY],zoom:[this._zoomX,this._zoomY],circle:[this._circleRadiusX,this._circleRadiusY,this._circleAngle,this._circleSpeed],opacity:this._opacity}}getTriggerPartsCoord(){return new S(this._registry.triggerPartsX,this._registry.triggerPartsY)}getHasAnimation(){return this._moveX!==0||this._moveY!==0||this._accelX!==0||this._accelY!==0||this._zoomX!==0||this._zoomY!==0||this._zoomAccelX!==0||this._zoomAccelY!==0||this._circleSpeed!==0||this._fade!==0||this._rotateRadian!==0}getHasText(){return this._registry.properties.text}static _getImgPosByPicture(e,t){let{properties:n}=e;return n.imgMap?.[0]!==void 0&&n.imgMap?.[1]!==void 0?[0,0]:n.img?.[0]!==void 0&&n.img?.[1]!==void 0?t?[n.img[0],n.img[1]]:n.img[2]!==void 0&&n.img[3]!==void 0?[n.img[2],n.img[3]]:[n.img[0],n.img[1]]:t||e.imgPosX2===0&&e.imgPosY2===0?[e.imgPosX,e.imgPosY]:[e.imgPosX2,e.imgPosY2]}static _getMapImgPosArray(e,t){let{properties:n}=e,r=n.imgMap?.[0]??-1,i=n.imgMap?.[1]??-1;if(r<0||i<0)return null;let a=n.crop?.[0]??1,o=n.crop?.[1]??1,s=n.imgMap?.[2]!==void 0&&n.imgMap[2]>=1?bn.MAP:bn.OBJECT,c=[];for(let e=0;e<o;e++){let n=[];for(let o=0;o<a;o++){let a=t.getPartsID(new S(r+o,i+e),s);if(a===0)n.push([0,0,0,0]);else{let e=s===bn.MAP?t.getMapInfo(a):t.getObjectInfo(a);s===bn.MAP||e[L.ATR_X2]===0&&e[L.ATR_Y2]===0?n.push([e[L.ATR_X]/L.CHIP_SIZE,e[L.ATR_Y]/L.CHIP_SIZE,e[L.ATR_X]/L.CHIP_SIZE,e[L.ATR_Y]/L.CHIP_SIZE]):n.push([e[L.ATR_X]/L.CHIP_SIZE,e[L.ATR_Y]/L.CHIP_SIZE,e[L.ATR_X2]/L.CHIP_SIZE,e[L.ATR_Y2]/L.CHIP_SIZE])}}c.push(n)}return c}static _getFontValue(e){if(e.font)return e.font;let t=getComputedStyle(H(`wwa-wrapper`));return e.fontSize===void 0&&e.fontFamily===void 0&&e.italic===void 0&&e.bold===void 0?t.font:`${e.italic?`italic`:``} ${e.bold?`bold`:``} ${e.fontSize?`${e.fontSize}px`:t.fontSize} ${e.fontFamily&&e.fontFamily.length>0?e.fontFamily:t.fontFamily}`}static _convertTextAlign(e){return e?[`center`,`end`,`left`,`right`,`start`].includes(e)?e:(console.warn(`textAlign プロパティで不正な値が検出されました。: ${e}`),null):null}static _roundPercentage(e){return e<0?0:e>100?100:e}},Un=async e=>fetch(e).then(t=>t.status===200||t.status===304?{kind:`data`,data:t}:{kind:`httpError`,errorMessage:`ファイル ${e} が読み込めませんでした。ステータスコード: ${t.status}`}).catch(t=>({kind:`connectionError`,errorMessage:`ファイル ${e} が読み込めませんでした。通信状態がいい場所で再度お試しください。`})).then(async e=>e.kind===`data`?{kind:`data`,data:await e.data.json()}:e).catch(t=>({kind:`brokenJson`,errorMessage:`ファイル ${e} が壊れています。`})),Wn=class e{constructor(t,n){this._wwa=t,this._pictures=new Map,this._anonymousPictures=[],this._externalImageFiles=new Map,this._frameTimerValue=e._getNowFrameValue(),this._setupExternalImageFiles(n)}async _setupExternalImageFiles(e){if(!e)return;let t=await Un(e);if(t){if(t.kind!==`data`){console.warn(`ピクチャ画像の定義ファイル ${e} が見つかりませんでした。エラーメッセージ: ${t.errorMessage}`);return}if(!t.data||typeof t.data!=`object`){console.warn(`ピクチャ画像の定義ファイル ${e} が正しい形式で書かれていません。`);return}if(`files`in t.data){let{files:n}=t.data;typeof n==`object`?Object.entries(t.data.files).forEach(([e,t])=>{this._externalImageFiles.set(e,{status:`loading`});let n=new Image;n.src=t,n.onerror=n=>{console.warn(typeof n==`string`?`ピクチャ画像ファイル ${t} が見つかりませんでした。エラーメッセージ: ${n}`:`ピクチャ画像ファイル ${t} が見つかりませんでした。`),this._externalImageFiles.set(e,{status:`failed`})},n.onload=()=>{this._externalImageFiles.set(e,{status:`success`,element:n})}}):console.warn(`ピクチャ画像の定義ファイル ${e} の files が正しい形式で書かれていません。`)}}}static _getNowFrameValue(){return performance.now()}registerPicture(e){let t=Object.keys(e.properties).filter(e=>!Ze.some(({name:t})=>t===e));if(t.length>0)throw Error(`不明なプロパティ名 ${t.map(e=>`"${e}"`).join(`, `)} が検出されました。`);let n;if(e.properties.imgFile){let t=this._externalImageFiles.get(e.properties.imgFile);t?t.status===`loading`?console.warn(`ピクチャ画像ファイル ${e.properties.imgFile} はまだ読み込みを完了していません。`):t.status===`failed`?console.warn(`ピクチャ画像ファイル ${e.properties.imgFile} を表示することができません。画像ファイルの Path が間違っていないかご確認ください。`):n=t.element:console.warn(`ピクチャ画像ファイル ${e.properties.imgFile} が定義に含まれていません。定義ファイルがあるかご確認ください。`)}let r=e.properties.sound??e.soundNumber;if(r&&this._wwa.playSound(r),en(e.layerNumber))tn(e.layerNumber)?this._anonymousPictures.push(new Hn(this._wwa,e,n)):(this._pictures.set(e.layerNumber,new Hn(this._wwa,e,n)),this._pictures=new Map([...this._pictures.entries()].sort(([,e],[,t])=>e.layerNumber-t.layerNumber)));else throw Error(`指定したレイヤー番号 ${e.layerNumber}番はこのバージョンでは無効です!`)}registerPictureFromRawRegistry(e,t,n,r){return this.registerPicture(rn(r?{...e,properties:{...r,...e.properties}}:e,this._wwa.generateTokenValues({id:t,type:n,position:new S(e.triggerPartsX,e.triggerPartsY)}))),this.getPictureRegistryData()}registerPictureFromRawText(e,t){let n=Zt({imgPosX:0,imgPosY:0,imgPosX2:0,imgPosY2:0,layerNumber:e,triggerPartsX:0,triggerPartsY:0,soundNumber:0,propertiesText:t});return this.registerPicture(nn(n)),this.getPictureRegistryData()}registerPictureFromObject(e,t){return this.registerPicture(nn({imgPosX:0,imgPosY:0,imgPosX2:0,imgPosY2:0,layerNumber:e,triggerPartsX:0,triggerPartsY:0,soundNumber:0,properties:t})),this.getPictureRegistryData()}deletePicture(e){return tn(e)?(this._anonymousPictures.forEach(e=>{e.clearCanvas()}),this._anonymousPictures.splice(0),this.getPictureRegistryData()):(this._pictures.has(e)&&(this._pictures.get(e).clearCanvas(),this._pictures.delete(e)),this.getPictureRegistryData())}clearAllPictures(){this._pictures.forEach(e=>{e.clearCanvas()}),this._anonymousPictures.forEach(e=>{e.clearCanvas()}),this._pictures.clear(),this._anonymousPictures.splice(0)}forEachPictures(e){this._anonymousPictures.forEach(e),this._pictures.forEach(e)}updateAllPicturesCache(e,t){this.forEachPictures(n=>{n.isNotStarted()||n.draw(e,t)})}updateFrameTimerValue(){this._frameTimerValue=e._getNowFrameValue()}updatePicturesAnimation(t,n){let r=e._getNowFrameValue()-this._frameTimerValue;this.forEachPictures(e=>{if(e.tickTime(r),!e.isNotStarted()){if(e.isDeadlineOver()){let t=e.layerNumber,n=e.getNextPicturePartsInfo(),r=e.appearParts,i=e.executeScriptFunctionName,a=e.getNextPictureProperties(),o=e.getTriggerPartsCoord();this._wwa.deletePictureRegistry(t);for(let e of n)this._wwa.setPictureRegistry(e.layerNumber,e.partsNumber,e.partsType,o,e.connectProperties?a:void 0);r!==void 0&&this._wwa.setPartsOnPosition(r.partsType,r.partsNumber,new S(r.x,r.y)),i&&this._wwa.callUserScript(i);return}e.hasAnimation&&(e.updateAnimation(),e.draw(t,n))}})}isWaiting(){for(let e of this._pictures.values())if(e.isWaiting())return!0;for(let e of this._anonymousPictures)if(e.isWaiting())return!0;return!1}getPictureRegistryData(){return Array.from(this._pictures.values()).map(e=>e.getRegistryData())}},Gn=class{constructor(e,t,n){this.cvs=document.createElement(`canvas`),this.cvs.width=e,this.cvs.height=t,this.ctx=this.cvs.getContext(`2d`,{alpha:n}),this._isTransparent=n}drawCanvas(e,t,n,r,i,a=L.CHIP_SIZE,o=L.CHIP_SIZE){this.ctx.drawImage(e,L.CHIP_SIZE*t,L.CHIP_SIZE*n,L.CHIP_SIZE,L.CHIP_SIZE,r,i,a,o)}clear(){this.clearRect(0,0,this.cvs.width,this.cvs.height)}clearRectWithLowerYLimit(e){this.clearRect(0,0,this.cvs.width,e)}clearRect(e,t,n,r){this._isTransparent?this.ctx.clearRect(e,t,n,r):(this.ctx.fillStyle=`#9E9E9E`,this.ctx.fillRect(e,t,n,r))}},Kn=class{_load(){this._frameCoord,!this._isLoaded&&(this.mapCache=[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],this.mapObjectCache=[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],this._image=new Image,this._image.addEventListener(`load`,()=>{this.createFrame(),this._loadCompleteCallBack()}),this._image.addEventListener(`error`,()=>{throw Error(`Image Load Failed!!
|
|
31
|
+
file name:`+this._fileName)}),this._image.src=this._fileName,this._isLoaded=!0)}createFrame(){this._frameCanvas.clear(),this._frameCanvas.drawCanvas(this._image,this._frameCoord.x,this._frameCoord.y,0,0),this._frameCanvas.drawCanvas(this._image,this._frameCoord.x+2,this._frameCoord.y,L.MAP_WINDOW_WIDTH-L.CHIP_SIZE,0),this._frameCanvas.drawCanvas(this._image,this._frameCoord.x,this._frameCoord.y+2,0,L.MAP_WINDOW_HEIGHT-L.CHIP_SIZE),this._frameCanvas.drawCanvas(this._image,this._frameCoord.x+2,this._frameCoord.y+2,L.MAP_WINDOW_WIDTH-L.CHIP_SIZE,L.MAP_WINDOW_HEIGHT-L.CHIP_SIZE);for(var e=1;e<L.H_PARTS_NUM_IN_WINDOW-1;e++)this._frameCanvas.drawCanvas(this._image,this._frameCoord.x+1,this._frameCoord.y,L.CHIP_SIZE*e,0),this._frameCanvas.drawCanvas(this._image,this._frameCoord.x+1,this._frameCoord.y+2,L.CHIP_SIZE*e,L.MAP_WINDOW_HEIGHT-L.CHIP_SIZE);for(var e=1;e<L.V_PARTS_NUM_IN_WINDOW-1;e++)this._frameCanvas.drawCanvas(this._image,this._frameCoord.x,this._frameCoord.y+1,0,L.CHIP_SIZE*e),this._frameCanvas.drawCanvas(this._image,this._frameCoord.x+2,this._frameCoord.y+1,L.MAP_WINDOW_WIDTH-L.CHIP_SIZE,L.CHIP_SIZE*e)}updateEffects(e){var t;if(e){var n=e.length,r;for(t=0;t<n;t++){var i=e[t];r=this._effectCanvases[t],r?r.clear():r=this._effectCanvases[t]=new Gn(L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE*L.H_PARTS_NUM_IN_WINDOW,!0);for(var a=0;a<L.V_PARTS_NUM_IN_WINDOW;a++)for(var o=0;o<L.H_PARTS_NUM_IN_WINDOW;o++)r.drawCanvas(this._image,i.x,i.y,o*L.CHIP_SIZE,a*L.CHIP_SIZE)}}}restorePictures(e){this.picture.clearAllPictures(),e.forEach(e=>{this.picture.registerPicture(e)})}updateAllPicturesCache(e=!0){this.picture.updateAllPicturesCache(this._image,e)}updatePicturesAnimation(e=!0){this.picture.updatePicturesAnimation(this._image,e)}drawFrame(){this._ctx.drawImage(this._frameCanvas.cvs,0,0,L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE,0,0,L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE),this._ctx.drawImage(this._frameCanvas.cvs,0,L.CHIP_SIZE*(L.H_PARTS_NUM_IN_WINDOW-1),L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE,0,L.CHIP_SIZE*(L.H_PARTS_NUM_IN_WINDOW-1),L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE),this._ctx.drawImage(this._frameCanvas.cvs,0,L.CHIP_SIZE,L.CHIP_SIZE,L.CHIP_SIZE*(L.H_PARTS_NUM_IN_WINDOW-2),0,L.CHIP_SIZE,L.CHIP_SIZE,L.CHIP_SIZE*(L.H_PARTS_NUM_IN_WINDOW-2)),this._ctx.drawImage(this._frameCanvas.cvs,L.CHIP_SIZE*(L.H_PARTS_NUM_IN_WINDOW-1),L.CHIP_SIZE,L.CHIP_SIZE,L.CHIP_SIZE*(L.H_PARTS_NUM_IN_WINDOW-2),L.CHIP_SIZE*(L.H_PARTS_NUM_IN_WINDOW-1),L.CHIP_SIZE,L.CHIP_SIZE,L.CHIP_SIZE*(L.H_PARTS_NUM_IN_WINDOW-2))}drawEffect(e){var t=this._effectCanvases[e];t&&this._ctx.drawImage(t.cvs,0,0,L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE*L.H_PARTS_NUM_IN_WINDOW,0,0,L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE*L.H_PARTS_NUM_IN_WINDOW)}drawPictures(){this.picture.forEachPictures(e=>{let{x:t,y:n,width:r,height:i}=e.getDrawPictureCoords();this._ctx.drawImage(e.canvasImage,0,0,r,i,t,n,r,i)})}drawCanvas(e,t,n,r){if(!this._isLoaded)throw Error(`No image was loaded.`);this._ctx.drawImage(this._image,L.CHIP_SIZE*e,L.CHIP_SIZE*t,L.CHIP_SIZE,L.CHIP_SIZE,n,r,L.CHIP_SIZE,L.CHIP_SIZE)}drawCanvasWithSize(e,t,n,r,i,a){if(!this._isLoaded)throw Error(`No image was loaded.`);this._ctx.drawImage(this._image,L.CHIP_SIZE*e,L.CHIP_SIZE*t,L.CHIP_SIZE*n,L.CHIP_SIZE*r,i,a,L.CHIP_SIZE*n,L.CHIP_SIZE*r)}drawCanvasWithUpperYLimit(e,t,n,r,i){if(!this._isLoaded)throw Error(`No image was loaded.`);var a=Math.max(0,r+L.CHIP_SIZE-i);a>=L.CHIP_SIZE||this._ctx.drawImage(this._image,L.CHIP_SIZE*e,L.CHIP_SIZE*t,L.CHIP_SIZE,L.CHIP_SIZE-a,n,r,L.CHIP_SIZE,L.CHIP_SIZE)}copyCanvas(e,t){return(n,r,i,a,o)=>{if(!this._isLoaded)throw Error(`No image was loaded.`);let s=Math.max(0,t(a,o));s>=L.CHIP_SIZE||e.ctx.drawImage(this._image,L.CHIP_SIZE*n,L.CHIP_SIZE*r+s,L.CHIP_SIZE,L.CHIP_SIZE-s,i,a+s,L.CHIP_SIZE,L.CHIP_SIZE)}}copyBackCanvasWithUpperYLimit(e,t,n,r,i){this.copyCanvas(this._backCanvas,(e,t)=>e+L.CHIP_SIZE-t)(e,t,n,r,i)}copyBackCanvasWithLowerYLimit(e,t,n,r,i){this.copyCanvas(this._backCanvas,(e,t)=>t-e)(e,t,n,r,i)}copyObjectCanvasWithUpperYLimit(e,t,n,r,i,a){this.copyCanvas(this._objectCanvases[e],(e,t)=>e+L.CHIP_SIZE-t)(t,n,r,i,a)}copyObjectCanvasWithLowerYLimit(e,t,n,r,i,a){this.copyCanvas(this._objectCanvases[e],(e,t)=>t-e)(t,n,r,i,a)}drawBackCanvas(){if(!this._isLoaded)throw Error(`No image was loaded.`);this._ctx.drawImage(this._backCanvas.cvs,0,0,L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE*L.H_PARTS_NUM_IN_WINDOW,0,0,L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE*L.H_PARTS_NUM_IN_WINDOW)}drawObjectCanvas(e){if(!this._isLoaded)throw Error(`No image was loaded.`);this._ctx.drawImage(this._objectCanvases[e].cvs,0,0,L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE*L.H_PARTS_NUM_IN_WINDOW,0,0,L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE*L.H_PARTS_NUM_IN_WINDOW)}clearBackCanvas(){this._backCanvas.clear()}clearBackCanvasWithLowerYLimit(e){this._backCanvas.clearRectWithLowerYLimit(e)}clearObjectCanvases(){var e;for(e=0;e<2;e++)this._objectCanvases[e].clear()}clearObjectCanvasesWithLowerYLimit(e){var t;for(t=0;t<2;t++)this._objectCanvases[t].clearRectWithLowerYLimit(e)}drawCanvasWithLowerYLimit(e,t,n,r,i){if(!this._isLoaded)throw Error(`No image was loaded.`);var a=Math.max(0,i-r);a>=L.CHIP_SIZE||this._ctx.drawImage(this._image,L.CHIP_SIZE*e,L.CHIP_SIZE*t+a,L.CHIP_SIZE,L.CHIP_SIZE-a,n,r+a,L.CHIP_SIZE,L.CHIP_SIZE)}clearCanvas(e,t,n,r){this._ctx.clearRect(e,t,n,r)}drawBase(e,t,n,r){this._ctx.fillStyle=`#9E9E9E`,this._ctx.fillRect(e,t,n,r)}setFrameImage(e){this._frameCoord=e,this.createFrame()}constructor(e,t,n,r,i,a){this._isLoaded=!1,this.mapCache=void 0,this.mapObjectCache=void 0,this.mapCacheYLimit=0,this._frameCanvas=new Gn(L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE*L.H_PARTS_NUM_IN_WINDOW,!0),this._backCanvas=new Gn(L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE*L.H_PARTS_NUM_IN_WINDOW,!1),this._objectCanvases=[],this._effectCanvases=[],this.picture=new Wn(r,i);var o;for(o=0;o<2;o++)this._objectCanvases[o]=new Gn(L.CHIP_SIZE*L.V_PARTS_NUM_IN_WINDOW,L.CHIP_SIZE*L.H_PARTS_NUM_IN_WINDOW,!0);this._ctx=e,this._fileName=t,this._loadCompleteCallBack=a,this._load(),this._frameCoord=n.clone(),this.cpPartsLog=new S(0,0)}},qn=class{constructor(e){this._position=null,this.reset(e)}setPlayer(e){this._player=e}isResetting(){return this._isResetting}getPosition(){return this._position}getPreviousPosition(){return this._positionPrev}resetPreviousPosition(){this._positionPrev=null}move(e){var t=fe[this._player.getSpeedIndex()];this._position=this._position.getNextFramePosition(e,t*(L.H_PARTS_NUM_IN_WINDOW-1),t*(L.V_PARTS_NUM_IN_WINDOW-1))}getTransitionStepNum(){return this._transitionStep}advanceTransitionStepNum(){return++this._transitionStep,this._transitionStep===L.V_PARTS_NUM_IN_WINDOW&&(this._isResetting=!1,this._transitionStep=0),this._transitionStep}isFinalStep(){if(this._isResetting===!1)throw Error(`リセット中ではありません。`);return this._transitionStep===L.V_PARTS_NUM_IN_WINDOW-1}reset(e){this._positionPrev=this._position,this._position=e.getDefaultCameraPosition(),this._transitionStep=0,this._isResetting=!0}},Jn=class{getPosition(){return this._position}constructor(e){this._position=e}},Yn=class extends Jn{constructor(e){super(e)}},W=function(e){return e[e.CONTROLLABLE=0]=`CONTROLLABLE`,e[e.MOVING=1]=`MOVING`,e[e.CAMERA_MOVING=2]=`CAMERA_MOVING`,e[e.MESSAGE_WAITING=3]=`MESSAGE_WAITING`,e[e.LOCALGATE_JUMPED=4]=`LOCALGATE_JUMPED`,e[e.BATTLE=5]=`BATTLE`,e[e.ESTIMATE_WINDOW_WAITING=6]=`ESTIMATE_WINDOW_WAITING`,e[e.PASSWORD_WINDOW_WAITING=7]=`PASSWORD_WINDOW_WAITING`,e[e.LOCALGATE_JUMPED_WITH_MESSAGE=8]=`LOCALGATE_JUMPED_WITH_MESSAGE`,e}({}),Xn=class extends Yn{move(){if(this.isControllable()){this.controll(this._dir);return}if(this._state===W.CAMERA_MOVING){try{this._camera.move(this._dir)}catch{}this._isOnCameraStopPosition()&&(this._state=W.CONTROLLABLE,this._wwa.callCameraMoveUserDefineFunction())}else if(this._state===W.MOVING){try{var e=this._position.getNextFramePosition(this._dir,fe[this._speedIndex],fe[this._speedIndex])}catch{}e.isJustPosition()&&(this._state=W.CONTROLLABLE,this.toggleMovingImage(),this._moves++,this._isPartsEventExecuted=!1,this._samePosLastExecutedMapID=void 0,this._samePosLastExecutedObjID=void 0,this._wwa.callMoveUserDefineFunction()),this._position=e}}controll(e){var t,n;if(this.isControllable()){this._isPreparedForLookingAround=!1,this._dir=e;try{t=this._position.getNextFramePosition(this._dir,fe[this._speedIndex],fe[this._speedIndex]),n=this._position.getNextJustPosition(e)}catch{return}if(this._isOnCameraMovingPosition()){if(this._wwa.getMapIdByPosition(n)!==0||this._wwa.isOldMap()||this._wwa.debug)try{this._camera.move(this._dir),this._state=W.CAMERA_MOVING}catch{this._state=W.CONTROLLABLE}return}if(!this.canMoveTo(n)){this._wwa.getMapTypeByPosition(n)===L.MAP_WALL&&this._wwa.checkMap(n.getPartsCoord()),this._wwa.checkObject(n.getPartsCoord());return}this._position=t,this._state=W.MOVING,this._wwa.getMapAttributeByPosition(this._position.getNextJustPosition(e),L.ATR_TYPE)!==L.MAP_LOCALGATE&&this._wwa.moveObjects(!0)}}setDir(e){this._isPreparedForLookingAround=!1,this._dir=e}canMoveTo(e){return e===null?!1:this._wwa.debug?!0:(this._wwa.getMapWidth(),e.getPartsCoord(),e.getOffsetCoord(),this._wwa.getMapIdByPosition(e)===0&&!this._wwa.isOldMap()||this._wwa.getMapTypeByPosition(e)===L.MAP_WALL?!1:this._wwa.getObjectIdByPosition(e)===0||this._wwa.getObjectTypeByPosition(e)===L.OBJECT_NORMAL&&this._wwa.getObjectAttributeByPosition(e,L.ATR_MODE)===L.PASSABLE_OBJECT?!0:this._wwa.getObjectTypeByPosition(e)===L.OBJECT_DOOR&&this._wwa.getObjectAttributeByPosition(e,L.ATR_NUMBER)===L.PASSABLE_OBJECT?!this.hasItem(this._wwa.getObjectAttributeByPosition(e,L.ATR_ITEM)):!1)}isMoving(){return this._state==W.MOVING||this._state==W.CAMERA_MOVING}_isOnCameraMovingPosition(){var e=this._camera.getPosition().getPartsCoord(),t=this.getPosition().getPartsCoord();return t.x-e.x===L.H_PARTS_NUM_IN_WINDOW-1&&this._dir===T.RIGHT||t.x===e.x&&this._dir===T.LEFT||t.y-e.y===L.V_PARTS_NUM_IN_WINDOW-1&&this._dir===T.DOWN||t.y===e.y&&this._dir===T.UP}_isOnCameraStopPosition(){var e=this._camera.getPosition().getPartsCoord(),t=this.getPosition().getPartsCoord();return t.x-e.x===L.H_PARTS_NUM_IN_WINDOW-1&&this._dir===T.LEFT||t.x===e.x&&this._dir===T.RIGHT||t.y-e.y===L.V_PARTS_NUM_IN_WINDOW-1&&this._dir===T.UP||t.y===e.y&&this._dir===T.DOWN}isControllable(){var e=this._afterMoveMacroFlag;return this._afterMoveMacroFlag=!1,this._state===W.CONTROLLABLE&&!this._partsAppeared&&(this._wwa.getMapTypeByPosition(this._position)!==L.MAP_LOCALGATE&&this._wwa.getMapTypeByPosition(this._position)!==L.MAP_URLGATE||!this._wwa.isPrevFrameEventExecuted())&&this._moveMacroWaitingRemainMoves===0&&this._moveObjectAutoExecTimer===0&&!e&&this._wwa.canInput()}getCopyOfItemBox(){return this._itemBox.slice()}getDir(){return this._dir}isMovingImage(){return this._isMovingImage}toggleMovingImage(){this._isMovingImage?this._isMovingImage=!1:this._isMovingImage=!0}getEnergyMax(){return this._energyMax}isJumped(){return this._state===W.LOCALGATE_JUMPED||this._state===W.LOCALGATE_JUMPED_WITH_MESSAGE}setMessageWaiting(){this._state=W.MESSAGE_WAITING}isWaitingMessage(){return this._state===W.MESSAGE_WAITING}isDelayFrame(){return this._messageDelayFrameCount>0}updateDelayFrame(){this._messageDelayFrameCount--}setDelayFrame(){this._messageDelayFrameCount=1}clearMessageWaiting(){this._state!==W.MESSAGE_WAITING&&this._state!==W.LOCALGATE_JUMPED_WITH_MESSAGE||(this._state===W.MESSAGE_WAITING?this._state=W.CONTROLLABLE:this._state===W.LOCALGATE_JUMPED_WITH_MESSAGE&&(this._state=W.LOCALGATE_JUMPED),this._isPartsEventExecuted=!0,this._isPreparedForLookingAround&&(this._lookingAroundTimer=L.PLAYER_LOOKING_AROUND_START_FRAME))}setEstimateWindowWating(){this._state=W.ESTIMATE_WINDOW_WAITING}isWaitingEstimateWindow(){return this._state===W.ESTIMATE_WINDOW_WAITING}clearEstimateWindowWaiting(){this._state===W.ESTIMATE_WINDOW_WAITING&&(this._state=W.CONTROLLABLE)}setPasswordWindowWating(){this._state=W.PASSWORD_WINDOW_WAITING}isWaitingPasswordWindow(){return this._state===W.PASSWORD_WINDOW_WAITING}clearPasswordWindowWaiting(){this._state===W.PASSWORD_WINDOW_WAITING&&(this._state=W.CONTROLLABLE)}isPartsEventExecuted(){return this._isPartsEventExecuted}resetEventExecutionInfo(){this._isPartsEventExecuted=!1}getLastExecPartsIDOnSamePosition(e){return e===A.MAP?this._samePosLastExecutedMapID:this._samePosLastExecutedObjID}setLastExecInfoOnSamePosition(e,t){e===A.MAP?this._samePosLastExecutedMapID=t:this._samePosLastExecutedObjID=t}processAfterJump(){this._state!==W.LOCALGATE_JUMPED&&this._state!==W.LOCALGATE_JUMPED_WITH_MESSAGE||--this._jumpWaitFramesRemain===0&&(this._state=this._state===W.LOCALGATE_JUMPED?W.CONTROLLABLE:W.MESSAGE_WAITING)}jumpTo(e){var t=this._camera.getPosition();return this.getPosition(),this._position.equals(e)?!1:(this._position=e,e.isInCameraRange(this._camera,!0)||this._camera.reset(e),this._state=this._state===W.MESSAGE_WAITING?W.LOCALGATE_JUMPED_WITH_MESSAGE:W.LOCALGATE_JUMPED,this._jumpWaitFramesRemain=L.LOCALGATE_PLAYER_WAIT_FRAME,this._samePosLastExecutedMapID=void 0,this._samePosLastExecutedObjID=void 0,e.hasLocalGate()?this._dir=T.DOWN:e.getPartsCoord().y<=this._wwa.getMapWidth()-2&&e.getNextJustPosition(T.DOWN).hasLocalGate()?this._dir=T.UP:e.getPartsCoord().y>=1&&e.getNextJustPosition(T.UP).hasLocalGate()?this._dir=T.DOWN:e.getPartsCoord().x<=this._wwa.getMapWidth()-2&&e.getNextJustPosition(T.RIGHT).hasLocalGate()?this._dir=T.LEFT:e.getPartsCoord().x>=1&&e.getNextJustPosition(T.LEFT).hasLocalGate()?this._dir=T.RIGHT:this._dir=T.DOWN,this._camera.getPosition().equals(t)||(this._isPreparedForLookingAround=!0,this._lookingAroundTimer=L.PLAYER_LOOKING_AROUND_START_FRAME),this._wwa.callJumpGateUserDefineFunction(),!0)}systemJumpTo(e){this._position=e,this._camera.reset(e),this._camera.resetPreviousPosition(),this._state=W.LOCALGATE_JUMPED,this._jumpWaitFramesRemain=L.LOCALGATE_PLAYER_WAIT_FRAME,this._samePosLastExecutedMapID=void 0,this._samePosLastExecutedObjID=void 0,this._dir=T.DOWN,this._isPreparedForLookingAround=!0,this._lookingAroundTimer=L.PLAYER_LOOKING_AROUND_START_FRAME}addStatusAll(e){return this._status.add(e),this.isDead()&&(this._status.energy=0),this._energyMax!==0&&(this._status.energy=Math.min(this._status.energy,this._energyMax)),this.updateStatusValueBox(),this._status}setEnergyMax(e){return this._energyMax=e,e!==0&&(this._status.energy=Math.min(this._status.energy,this._energyMax)),this.updateStatusValueBox(),e}setEnergy(e){return this._status.energy=e,this.isDead()&&(this._status.energy=0),this._energyMax!==0&&(this._status.energy=Math.min(this._status.energy,this._energyMax)),this.updateStatusValueBox(),e}damage(e){this._status.energy=Math.max(0,this._status.energy-e),this.isDead()&&(this._status.energy=0),this._energyMax!==0&&(this._status.energy=Math.min(this._status.energy,this._energyMax)),this.updateStatusValueBox()}setStrength(e){return this._status.strength=e,this.updateStatusValueBox(),e}setDefence(e){return this._status.defence=e,this.updateStatusValueBox(),e}setGold(e){return this._status.gold=e,this.updateStatusValueBox(),e}getStatus(){return this._status.plus(this._equipStatus)}getStatusWithoutEquipments(){return this._status.plus(new b(0,0))}getStatusOfEquipments(){return this._equipStatus.plus(new b(0,0))}updateStatusValueBox(){let e=this._status.plus(this._equipStatus);this._energyValueElement.textContent=this._wwa.isVisibleStatus(`energy`)?String(e.energy):``,this._strengthValueElement.textContent=this._wwa.isVisibleStatus(`strength`)?String(e.strength):``,this._defenceValueElement.textContent=this._wwa.isVisibleStatus(`defence`)?String(e.defence):``,this._goldValueElement.textContent=this._wwa.isVisibleStatus(`gold`)?String(e.gold):``,this._wwa._messageWindow?.update(),this._wwa.updateScore()}updateItemBox(e){for(let t=0;t<this._itemBoxElement.length;t++){let n=this._itemBoxElement[t],r=Be(`#item`+t);if(this._itemBox[t]===0){n.style.backgroundPosition=`-40px 0px`,this.disposeItemEffect(t,this._itemBoxElement[t],r);continue}let i=this._wwa.getObjectCropXById(this._itemBox[t]),a=this._wwa.getObjectCropYById(this._itemBox[t]);if(!e||t!==e.insertPos-1){n.style.backgroundPosition=`-`+i+`px -`+a+`px`,this.disposeItemEffect(t,this._itemBoxElement[t],r);continue}let o=e.itemScreenPixelCoord.x-e.itemBoxScreenPixelCoord.x,s=e.itemScreenPixelCoord.y-e.itemBoxScreenPixelCoord.y,c=-o*L.DEFAULT_FRAME_INTERVAL/L.ITEM_EFFECT_SPEED_PIXEL_PER_FRAME,l=e.overwrittenObjectId===0||e.overwrittenObjectId===void 0,u=l?e.itemBoxBackgroundImageCoord.x:this._wwa.getObjectCropXById(e.overwrittenObjectId),d=l?e.itemBoxBackgroundImageCoord.y:this._wwa.getObjectCropYById(e.overwrittenObjectId);n.style.left=o+`px`,n.style.top=s+`px`,typeof this.itemEffectStartTimers[t]==`number`&&clearInterval(this.itemEffectStartTimers[t]),this.itemEffectStartTimers[t]=window.setTimeout(()=>{this.itemEffectStartTimers[t]=void 0,this.startItemEffect(t,n,r,{target:{x:i,y:a},overwritten:{x:u,y:d}},c)},L.DEFAULT_FRAME_INTERVAL)}}startItemEffect(e,t,n,r,i){let a=n.querySelector(this.overwittenItemSelector);a&&n.removeChild(a);let o=document.createElement(`div`);o.classList.add(this.overwittenItemClassName),o.style.backgroundPosition=`-`+r.overwritten.x+`px -`+r.overwritten.y+`px`,o.style.backgroundImage=n.style.backgroundImage,n.appendChild(o),t.style.backgroundPosition=`-`+r.target.x+`px -`+r.target.y+`px`,t.style.transitionDuration=i+`ms`,t.style.transitionProperty=`left,top`,t.style.transitionTimingFunction=`linear`,t.style.left=`0`,t.style.top=`0`,n.classList.add(this.itemTransitioningClassName),t.addEventListener(`transitionend`,()=>{this.disposeItemEffect(e,t,n)},{once:!0})}disposeItemEffect(e,t,n){typeof this.itemEffectStartTimers[e]==`number`&&(clearInterval(this.itemEffectStartTimers[e]),this.itemEffectStartTimers[e]=void 0),t.style.transitionDuration=`0s`,t.style.transitionProperty=``,t.style.left=`0`,t.style.top=`0`,n.classList.contains(this.itemTransitioningClassName)&&n.classList.remove(this.itemTransitioningClassName);let r=n.querySelector(this.overwittenItemSelector);r&&n.removeChild(r)}isDead(){return this._status.energy<=0}addItem(e,t=0,n=!1,r){var i,a,o,s=this._wwa.getObjectAttributeById(e,L.ATR_NUMBER),c=0;if(t===0&&s!==0&&(t=s),t===0){if(e===0)return;if(i=this._getBlankItemPos(),i===L.ITEMBOX_IS_FULL)throw this._wwa.setEvalCalcWwaNodeEarnedItem(e,-1),this._wwa.callGetItemFullUserDefineFunction(),this._wwa.clearEvalCalcWwaNodeEarnedItem(),Error(`これ以上、アイテムを持てません。`);c=this._itemBox[i-1],this._forceSetItemBox(i,e)}else if(n===!1)if(i=t,o=this._itemBox[i-1],this._wwa.getObjectAttributeById(o,L.ATR_NUMBER)!==this._wwa.getObjectAttributeById(e,L.ATR_NUMBER))if(a=this._getBlankItemPos(),a!==L.ITEMBOX_IS_FULL)this._forceSetItemBox(a,o),this._forceSetItemBox(i,e);else throw this._wwa.setEvalCalcWwaNodeEarnedItem(e,-1),this._wwa.callGetItemFullUserDefineFunction(),this._wwa.clearEvalCalcWwaNodeEarnedItem(),Error(`これ以上、アイテムを持てません。`);else c=this._itemBox[i-1],this._forceSetItemBox(i,e);else i=t,c=this._itemBox[i-1],this._forceSetItemBox(i,e);this._updateEquipmentStatus(),this.updateItemBox(r?{insertPos:i,itemScreenPixelCoord:r.screenPixelCoord,itemBoxBackgroundImageCoord:r.itemBoxBackgroundImageCoord,itemBoxScreenPixelCoord:new S(L.MAP_WINDOW_WIDTH+(i-1)%3*L.CHIP_SIZE,L.ITEMBOX_TOP_Y+Math.floor((i-1)/3)*L.CHIP_SIZE),overwrittenObjectId:c}:void 0)}_forceSetItemBox(e,t){var n=this,r=Ve(`#item`+(e-1)+`>.item-click-border`),i=this._wwa.getObjectAttributeById(t,L.ATR_MODE);if(this.removeItemByItemPosition(e),this._itemBox[e-1]=t,this._wwa.setEvalCalcWwaNodeEarnedItem(t,e),this._wwa.callGetItemUserDefineFunction(),this._wwa.clearEvalCalcWwaNodeEarnedItem(),t!==0&&i!==ne.NORMAL){let t=this._wwa.resolveSystemMessage(g.ITEM_SELECT_TUTORIAL);this._isClickableItemGot||=(t!==`BLANK`&&this._wwa.registerSystemMessagePage(t),!0),r.style.display=`block`,(e=>{n._itemUsingEvent[e-1]=()=>{(n.isControllable()||n._wwa._messageWindow.isItemMenuChoice())&&(n._wwa._itemMenu.close(),n._wwa._setNextPage(),n._wwa.onselectitem(e))}})(e),r.addEventListener(`click`,this._itemUsingEvent[e-1])}}_getBlankItemPos(){var e;for(e=1;e<this._itemBox.length+1;e++)if(this._itemBox[e-1]===0)return e;return L.ITEMBOX_IS_FULL}_updateEquipmentStatus(){var e,t=new b(0,0);for(e=0;e<L.ITEMBOX_SIZE;e++)this._itemBox[e]!==0&&(t.strength+=this._wwa.getObjectAttributeById(this._itemBox[e],L.ATR_STRENGTH),t.defence+=this._wwa.getObjectAttributeById(this._itemBox[e],L.ATR_DEFENCE));var n=t.minus(this._equipStatus);this._wwa.setStatusChangedEffect(n),this._equipStatus=t,this.updateStatusValueBox()}hasItem(e){for(var t=0;t<L.ITEMBOX_SIZE;t++)if(this._itemBox[t]===e)return!0;return!1}canUseItem(e){var t=this._itemBox[e-1];return!(t===0||this._wwa.getObjectAttributeById(t,L.ATR_MODE)===ne.NORMAL)}useItem(){var e=this._itemBox[this._readyToUseItemPos1To12-1];this._wwa.getObjectAttributeById(e,L.ATR_MODE)!==ne.NOT_DISAPPEAR&&this.removeItemByItemPosition(this._readyToUseItemPos1To12);var t=H(`item`+(this._readyToUseItemPos1To12-1));return setTimeout(()=>{t.classList.contains(`onpress`)&&t.classList.remove(`onpress`)},L.DEFAULT_FRAME_INTERVAL),this._wwa.setEvalCalcWwaNodeEarnedItem(e,this._readyToUseItemPos1To12),this._wwa.callUseItemUserDefineFunction(),this._wwa.clearEvalCalcWwaNodeEarnedItem(),this._isReadyToUseItem=!1,this._readyToUseItemPos1To12=void 0,e}canHaveMoreItems(){return this._getBlankItemPos()!==L.ITEMBOX_IS_FULL}removeItemByItemPosition(e){var t;this._itemBox[e-1]!==0&&(this._wwa.getObjectAttributeById(this._itemBox[e-1],L.ATR_MODE)!==ne.NORMAL&&(t=Ve(`#item`+(e-1)+`>.item-click-border`),t.removeEventListener(`click`,this._itemUsingEvent[e-1]),t.style.display=`none`),this._itemBox[e-1]=0,this._updateEquipmentStatus(),this.updateItemBox())}removeItemByPartsID(e){var t;if(!this.hasItem(e))throw Error(`アイテムを持っていない`);for(var n=0;n<L.ITEMBOX_SIZE;n++)if(this._itemBox[n]===e){this._wwa.getObjectAttributeById(this._itemBox[n],L.ATR_MODE)!==ne.NORMAL&&(t=Ve(`#item`+n+`>.item-click-border`),t.removeEventListener(`click`,this._itemUsingEvent[n]),t.style.display=`none`),this._itemBox[n]=0,this._updateEquipmentStatus(),this.updateItemBox();return}}clearItemBox(){for(var e=1;e<=L.ITEMBOX_SIZE;e++)this.removeItemByItemPosition(e);this._updateEquipmentStatus(),this.updateItemBox()}hasGold(e){return this._status.gold>=e}payGold(e){if(!this.hasGold(e))throw Error(`お金が足りない`);this.setGold(this._status.gold-e)}earnGold(e){this.setGold(this._status.gold+e)}setPartsAppearedFlag(){this._partsAppeared=!0}clearPartsAppearedFlag(){this._partsAppeared=!1}isPartsAppearedTime(){return this._partsAppeared===!0}startBattleWith(e){this._isPlayerTurn=!0,this._battleFrameCounter=L.BATTLE_INTERVAL_FRAME_NUM,this._battleTurnLength=0,this._battleNoDamageTurnLength=0,this._enemy=e,this._state=W.BATTLE}isFighting(){return this._state===W.BATTLE}isTurn(){return this._isPlayerTurn}getTurnNum(){return this._battleTurnLength}isBattleStartFrame(){return this._battleFrameCounter===L.BATTLE_INTERVAL_FRAME_NUM&&this._battleTurnLength===0}calcBattleResultForPlayerTurn(e,t,n=!1){return this._wwa.callUserDefinedBattleDamageFunction(`playerToEnemy`,(n||void 0)&&{playerStatus:e,enemyStatus:t})||{damage:this._calcDamageDefault(e,t)}}calcBattleResultForEnemyTurn(e,t,n=!1){return this._wwa.callUserDefinedBattleDamageFunction(`enemyToPlayer`,(n||void 0)&&{playerStatus:t,enemyStatus:e})||{damage:this._calcDamageDefault(e,t)}}_calcDamageDefault(e,t){let n=e.strength-t.defence;return n>0?n:0}fight(){if(!this.isFighting())throw Error(`バトルが開始されていません。`);if(this._battleTurnLength===0&&this._battleFrameCounter===L.BATTLE_INTERVAL_FRAME_NUM&&this._wwa.showMonsterWindow(),--this._battleFrameCounter>0)return;this._battleTurnLength++,this._wwa.isBattleSpeedIndexForQuickBattle(this._speedIndex)||this._battleTurnLength>L.BATTLE_SPEED_CHANGE_TURN_NUM?(this._battleTurnLength===1&&(this._wwa.playAttackSound(),this._wwa.vibration(!1)),this._battleFrameCounter=1):(this._battleFrameCounter=L.BATTLE_INTERVAL_FRAME_NUM,this._wwa.playAttackSound(),this._wwa.vibration(!0));var e=this.getStatus(),t=this._enemy.status;let n=!1;if(this._isPlayerTurn){if(this._battleTurnLength===1&&this._wwa.isUsingDefaultDamageCalcFunction()&&e.strength<=t.defence&&e.defence>=t.strength){this._enemy.battleEndProcess(),this._wwa.registerSystemMessagePageByKey(g.CANNOT_DAMAGE_MONSTER),this._battleTurnLength=0,this._enemy=null,this._state=W.CONTROLLABLE;return}let{damage:r,aborted:i}=this.calcBattleResultForPlayerTurn(e,t);this._enemy.damage(r),n=!!i,this._enemy.status.energy<=0&&(this._wwa.playSound(this._wwa.getObjectAttributeById(this._enemy.partsID,L.ATR_SOUND)),this.earnGold(t.gold),this._wwa.setStatusChangedEffect(new x(0,0,0,t.gold)),this._enemy.item===0?this._wwa.setPartsOnPosition(A.OBJECT,0,this._enemy.position):this._wwa.setPartsOnPosition(A.OBJECT,this._enemy.item,this._enemy.position),this._wwa.reserveAppearPartsInNextFrame(this._enemy.position,k.OBJECT,this._enemy.partsID),this._state=W.CONTROLLABLE,this._wwa.registerPageByMessage(this._enemy.message,{triggerParts:{id:this._enemy.partsID,type:A.OBJECT,position:this._enemy.position}}),this._enemy.battleEndProcess(),this._battleTurnLength=0,this._battleNoDamageTurnLength=0,this._enemy=null),this._enemy!==null&&(r===0?this._battleNoDamageTurnLength++:this._battleNoDamageTurnLength=0),this._isPlayerTurn=!1}else{let{damage:r,aborted:i}=this.calcBattleResultForEnemyTurn(t,e);this.damage(r),n=!!i,this._status.energy<=0&&(this.setEnergy(0),this._enemy.battleEndProcess(),this._state=W.CONTROLLABLE,this._battleTurnLength=0,this._battleNoDamageTurnLength=0,this._enemy=null,this._wwa.shouldApplyGameOver({isCalledByMacro:!1})&&this._wwa.gameover()),r===0?this._battleNoDamageTurnLength++:this._battleNoDamageTurnLength=0,this._isPlayerTurn=!0}(this._battleNoDamageTurnLength>L.FIGHT_DRAW_TURN||n)&&(this._enemy.battleEndProcess(),this._state=W.CONTROLLABLE,this._wwa.registerSystemMessagePageByKey(g.BATTLE_NOT_SETTLED),this._battleTurnLength=0,this._battleNoDamageTurnLength=0,this._enemy=null)}readyToUseItem(e){var t;if(!this.canUseItem(e))throw Error(`アイテムがないか、アイテムが使えません。`);t=this._itemBox[e-1],this._wwa.getObjectAttributeById(t,L.ATR_STRING),this._wwa.reserveAppearPartsInNextFrame(this._position.getPartsCoord(),k.OBJECT,t),this._readyToUseItemPos1To12=e,this._isReadyToUseItem=!0}isReadyToUseItem(){return this._isReadyToUseItem}getDrawingCenterPosition(){var e=this._position.getPartsCoord(),t=this._position.getOffsetCoord(),n=this._camera.getPosition(),r=n.getPartsCoord(),i=n.getOffsetCoord();return new S((e.x-r.x)*L.CHIP_SIZE+t.x-i.x+L.CHIP_SIZE/2,(e.y-r.y)*L.CHIP_SIZE+t.y-i.y+L.CHIP_SIZE/2)}mainFrameCount(){this._frameCount++}getFrameCount(){return this._frameCount}setFrameCount(e){return typeof e!=`number`&&(e=0),this._frameCount=e}getMoveCount(){return this._moves}setMoveCount(e){return this._moves=e}isMoveObjectAutoExecTime(){return this._moveObjectAutoExecTimer===0}setMoveMacroWaiting(e){e<0||(this._moveMacroWaitingRemainMoves=e,this._moveObjectAutoExecTimer=0)}resetMoveObjectAutoExecTimer(){this._moveObjectAutoExecTimer=L.CHIP_SIZE/fe[this._speedIndex],this._moveMacroWaitingRemainMoves--}decrementMoveObjectAutoExecTimer(){return this._moveMacroWaitingRemainMoves>=0&&this._moveObjectAutoExecTimer>0&&(this._moveObjectAutoExecTimer--,this._moveMacroWaitingRemainMoves===0&&this._moveObjectAutoExecTimer===0&&(this._afterMoveMacroFlag=!0)),0}isWaitingMoveMacro(){return this._moveMacroWaitingRemainMoves!==0||this._moveObjectAutoExecTimer!==0}decrementLookingAroundTimer(){return this._isPreparedForLookingAround&&this._lookingAroundTimer>0?--this._lookingAroundTimer:0}isLookingAround(){return this._isPreparedForLookingAround&&this._lookingAroundTimer===0}getSpeedIndex(){return this._speedIndex}speedUp(){return this._speedIndex=Math.min(L.MAX_SPEED_INDEX,this._speedIndex+1)}speedDown(){return this._speedIndex=Math.max(L.MIN_SPEED_INDEX,this._speedIndex-1)}setSpeedIndex(e){if(e<L.MIN_SPEED_INDEX||L.MAX_SPEED_INDEX<e)throw Error(`#set_speed の引数が異常です:`+e);return this._speedIndex=e,this._speedIndex}isPausing(){return this.isJumped()||this.isWaitingMessage()||this.isWaitingPasswordWindow()||this.isWaitingEstimateWindow()||this.isWaitingMoveMacro()||this.isFighting()}constructor(e,t,n,r,i,a,o){super(t),this.itemTransitioningClassName=`item-transitioning`,this.overwittenItemClassName=`item-overwritten`,this.overwittenItemSelector=`.${this.overwittenItemClassName}`,this.itemEffectStartTimers=Array(L.ITEMBOX_SIZE),this._status=r,this._equipStatus=new b(0,0),this._itemBox=Array(L.ITEMBOX_SIZE),this._itemBoxElement=Array(L.ITEMBOX_SIZE),this._itemUsingEvent=Array(L.ITEMBOX_SIZE);for(var s=0;s<this._itemBox.length;s++)this._itemBox[s]=0,this._itemBoxElement[s]=Ve(`#item`+s+`>.item-disp`);this.updateItemBox(),this._energyMax=i,this._dir=T.DOWN,this._isMovingImage=!1,this._wwa=e,this._state=W.CONTROLLABLE,this._camera=n,this._isPartsEventExecuted=!1,this._energyValueElement=Ve(`#disp-energy>.status-value-box`),this._strengthValueElement=Ve(`#disp-strength>.status-value-box`),this._defenceValueElement=Ve(`#disp-defence>.status-value-box`),this._goldValueElement=Ve(`#disp-gold>.status-value-box`),this._isReadyToUseItem=!1,this._isClickableItemGot=!1,this._moves=a,this._moveMacroWaitingRemainMoves=0,this._moveObjectAutoExecTimer=0,this.updateStatusValueBox(),this._partsAppeared=!1,this._afterMoveMacroFlag=!1,this._isPreparedForLookingAround=!0,this._lookingAroundTimer=L.PLAYER_LOOKING_AROUND_START_FRAME,this._speedIndex=o,this._messageDelayFrameCount=0,this._battleNoDamageTurnLength=0}},Zn=class e{constructor(e,t,n,r,i,a,o){this._partsID=e,this._position=t,this._imgCoord=n,this._status=r,this._message=i,this._item=a,this._battleEndCallback=o}get partsID(){return this._partsID}get position(){return this._position}get imgCoord(){return this._imgCoord}get status(){return this._status}get message(){return this._message}get item(){return this._item}damage(e){this._status.energy=Math.max(0,this._status.energy-e)}battleEndProcess(){this._battleEndCallback?.()}setStatus(e){e.energy!==null&&(this._status.energy=e.energy),e.strength!==null&&(this._status.strength=e.strength),e.defence!==null&&(this._status.defence=e.defence)}clone(){return new e(this._partsID,this._position.clone(),this._imgCoord.clone(),this._status.clone(),this._message,this._item,this._battleEndCallback)}},Qn=class{constructor(e,t,n,r,i){this._player=e,this._objectID=t,this._srcPos=n,this._destPos=r,this._dir=i,this._currentPos=this._srcPos.clone()}update(){var e=this._player.getSpeedIndex();return this._currentPos=this._currentPos.getNextFramePosition(this._dir,fe[e],fe[e]),this._currentPos}get isAchievedDestination(){return this._currentPos.equals(this._destPos)}get currentPosition(){return this._currentPos}get beforePosition(){return this._srcPos}get destination(){return this._destPos}get objID(){return this._objectID}},$n=class{constructor(e,t){this._wwa=e,this._player=t,this.clear()}add(e,t,n,r){this._queue.push(new Qn(this._player,e,t,n,r))}update(){for(var e=[],t=[],n=0;n<this._queue.length;n++)this._queue[n].update(),this._queue[n].isAchievedDestination?(e.push(this._queue[n]),this._wwa.setPartsOnPosition(A.OBJECT,0,this._queue[n].beforePosition.getPartsCoord()),this._wwa.setPartsOnPosition(A.OBJECT,this._queue[n].objID,this._queue[n].destination.getPartsCoord())):t.push(this._queue[n]);return this._queue=t,e}clear(){this._queue=[]}get objectMovingData(){return this.objectMovingData}getOffsetByBeforePartsCoord(e){var t=this._queue.filter(t=>t.beforePosition.getPartsCoord().equals(e));return t.length===0?null:t[0].currentPosition.getOffsetCoord()}},er=(e,t)=>{if(e[0]===`+`){let n=parseInt(e.substring(1,10));if(Number.isNaN(n))throw Error(`+ 以降の文字列は数値形式で記載してください。`);return t+n}else if(e[0]===`-`){let n=parseInt(e.substring(1,10));if(Number.isNaN(n))throw Error(`- 以降の文字列は数値形式で記載してください。`);return t-n}let n=parseInt(e,10);if(Number.isNaN(n))throw Error(`数値形式ではないため、解析できません。`);return n},tr=class{constructor(e,t,n,r){this._wwa=e,this._triggerParts=t,this.macroType=n,this.macroArgs=r}isJunction(){return[I.IF,I.ELSE_IF,I.ELSE,I.END_IF].includes(this.macroType)}execute(){try{switch(this.macroType){case I.IMGPLAYER:return this._executeImgPlayerMacro(),{};case I.IMGYESNO:return this._executeImgYesNoMacro(),{};case I.HPMAX:return this._executeHPMaxMacro(),{};case I.SAVE:return this._executeSaveMacro(),{};case I.ITEM:return this._executeItemMacro(),{};case I.DEFAULT:return this._executeDefaultMacro(),{};case I.OLDMAP:return this._executeOldMapMacro(),{};case I.PARTS:return this._executePartsMacro(),{};case I.MOVE:return this._executeMoveMacro(),{};case I.MAP:return this._executeMapMacro(1),{};case I.DIRMAP:return this._executeDirMapMacro(),{};case I.IMGFRAME:return this._executeImgFrameMacro(),{};case I.IMGBOM:return this._executeImgBomMacro(),{};case I.DELPLAYER:return this._executeDelPlayerMacro(),{};case I.FACE:return this._executeFaceMacro(),{};case I.EFFECT:return this._executeEffectMacro(),{};case I.GAMEOVER:return this._executeGameOverMacro(),{};case I.IMGCLICK:return this._executeImgClickMacro(),{};case I.STATUS:{let{isGameOver:e}=this._executeStatusMacro();return{isGameOver:e}}case I.EFFITEM:return this._executeEffItemMacro(),{};case I.COLOR:return this._executeColorMacro(),{};case I.WAIT:return this._executeWaitMacro(),{};case I.SOUND:return this._executeSoundMacro(),{};case I.GAMEPAD_BUTTON:return this._executeGamePadButtonMacro(),{};case I.OLDMOVE:return this._executeOldMoveMacro(),{};case I.JUMPGATE:return this._executeJumpGateMacro(),{};case I.RECPOSITION:return this._executeRecPositionMacro(),{};case I.JUMPRECPOSITION:return this._executeJumpRecPositionMacro(),{};case I.CONSOLE_LOG:return this._executeConsoleLogMacro(1),{};case I.COPY_HP_TO:return this._executeCopyHpToMacro(),{};case I.SET_HP:{let{isGameOver:e}=this._executeSetHPMacro();return{isGameOver:e}}case I.COPY_HPMAX_TO:return this._executeCopyHpMaxToMacro(),{};case I.SET_HPMAX:return this._executeSetHpMaxMacro(),{};case I.COPY_AT_TO:return this._executeCopyAtToMacro(),{};case I.SET_AT:return this._executeSetAtMacro(),{};case I.COPY_DF_TO:return this._executeCopyDfToMacro(),{};case I.SET_DF:return this._executeSetDfMacro(),{};case I.COPY_MONEY_TO:return this._executeCopyMoneyToMacro(),{};case I.SET_MONEY:return this._executeSetMoneyMacro(),{};case I.COPY_STEP_COUNT_TO:return this._executeSetStepCountMacro(),{};case I.VAR_SET_VAL:return this._executeVarSetValMacro(),{};case I.VAR_SET:return this._executeVarSetMacro(),{};case I.VAR_ADD:return this._executeVarAddMacro(),{};case I.VAR_SUB:return this._executeVarSubMacro(),{};case I.VAR_MUL:return this._executeVarMulMacro(),{};case I.VAR_DIV:return this._executeVarDivMacro(),{};case I.VAR_MOD:return this._executeVarModMacro(),{};case I.VAR_SET_RAND:return this._executeVarSetRandMacro(),{};case I.GAME_SPEED:return this._executeGameSpeedMacro(),{};case I.SHOW_STR:return{};case I.SHOW_STR2:return{};case I.IF:return{};case I.LEGACY_IF:return this._executeLegacyIfMacro(),{};case I.ELSE_IF:return{};case I.ELSE:return{};case I.END_IF:return{};case I.SET_SPEED:return this._executeSetSpeedMacro(),{};case I.COPY_TIME_TO:return this._executeCopyTimeToMacro(),{};case I.HIDE_STATUS:return this._executeHideStatusMacro(),{};case I.VAR_MAP:return this._executeVarMapMacro(),{};case I.NO_GAMEOVER:return this._executeNoGameOverMacro(),{};case I.SET:{let{isGameOver:e}=this._executeSetMacro();return{isGameOver:e}}case I.MAP2:return this._executeMapMacro(2),{};case I.CONSOLE_LOG2:return this._executeConsoleLogMacro(2),{};case I.DELAYBGM:return this._executeDelayBgmMacro(),{};case I.SYSMSG:return this._executeSysMsgMacro(),{};case I.PICTURE:return this._executePictureMacro(),{};default:return console.log(`不明なマクロIDが実行されました:`+this.macroType),{}}}catch{}}_concatEmptyArgs(e){if(this.macroArgs.length<e){for(var t=Array(e-this.macroArgs.length),n=0;n<t.length;n++)t[n]=``;this.macroArgs=this.macroArgs.concat(t)}}_evaluateIntValue(e,t=0){let n=this.macroArgs[e];if(n===``)return t;let r=Number(n),i=r>=0?Math.floor(r):Math.ceil(r);return isNaN(i)?Jt(n,this._wwa.generateTokenValues(this._triggerParts),t):i}_executeJumpGateMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);this._wwa.forcedJumpGate(e,t)}_executeRecPositionMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);this._wwa.recUserPosition(e,t)}_executeJumpRecPositionMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);this._wwa.jumpRecUserPosition(e,t)}_executeConsoleLogMacro(e){this._concatEmptyArgs(1);let t=this._evaluateIntValue(0);switch(e){case 1:this._wwa.outputUserVar(t);return;case 2:console.log(`${this.macroArgs[0]} = ${t}`);return}}_executeCopyHpToMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setUserVarHP(e)}_executeCopyHpMaxToMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setUserVarHPMAX(e)}_executeCopyAtToMacro(){this._concatEmptyArgs(2);let e=this._evaluateIntValue(0),t=this._parseStatusKind(this._evaluateIntValue(1));this._wwa.setUserVarAT(e,t)}_executeCopyDfToMacro(){this._concatEmptyArgs(2);let e=this._evaluateIntValue(0),t=this._parseStatusKind(this._evaluateIntValue(1));this._wwa.setUserVarDF(e,t)}_parseStatusKind(e){switch(e){case 0:return`all`;case 1:return`bare`;case 2:return`equipment`;default:return`all`}}_executeCopyMoneyToMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setUserVarMONEY(e)}_executeSetHPMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);return this._wwa.setHPUserVar(e,!0)}_executeSetHpMaxMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setHPMAXUserVar(e)}_executeSetAtMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setATUserVar(e)}_executeSetDfMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setDFUserVar(e)}_executeSetMoneyMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setMONEYUserVar(e)}_executeSetStepCountMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setUserVarStep(e)}_executeVarSetValMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);this._wwa.setUserVarVal(e,t)}_executeVarSetMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);this._wwa.setUserValOtherUserVal(e,t)}_executeVarAddMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);this._wwa.setUserValAdd(e,t)}_executeVarSubMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);this._wwa.setUserValSub(e,t)}_executeVarMulMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);this._wwa.setUserValMul(e,t)}_executeVarDivMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);this._wwa.setUserValDiv(e,t)}_executeVarModMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);this._wwa.setUserValMod(e,t)}_executeVarSetRandMacro(){this._concatEmptyArgs(3);let e=this._evaluateIntValue(0),t=this._evaluateIntValue(1),n=this._evaluateIntValue(2,0);this._wwa.setUserValRandNum(e,t,n)}_executeGameSpeedMacro(){this._concatEmptyArgs(1);var e=!!this._evaluateIntValue(0);this._wwa.speedChangeJudge(e)}_executeLegacyIfMacro(){for(var e=Array(11),t=0;t<10;t++)e[t]=this.macroArgs[t];this._wwa.userVarUserIf(this._triggerParts.position,e)}_executeSetSpeedMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setPlayerSpeedIndex(e-1)}_executeCopyTimeToMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setUserVarPlayTime(e)}_executeHideStatusMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1)!==0;this._wwa.hideStatus(e,t)}_executeVarMapMacro(){this._concatEmptyArgs(4);var e=this._evaluateIntValue(0),t=this.macroArgs[1],n=this.macroArgs[2],r=this._evaluateIntValue(3,A.OBJECT);if(e<0)throw Error(`入力変数が不正です`);this._wwa.varMap(this._triggerParts.position,t,n,e,r)}_executeImgPlayerMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);this._wwa.setPlayerImgCoord(new S(e,t))}_executeImgYesNoMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);this._wwa.setYesNoImgCoord(new S(e,t))}_executeHPMaxMacro(){this._concatEmptyArgs(1);var e=Math.max(0,this._evaluateIntValue(0));this._wwa.setPlayerEnergyMax(e)}_executeSaveMacro(){this._concatEmptyArgs(1);var e=!!this._evaluateIntValue(0);this._wwa.disableSave(e)}_executeItemMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);this._wwa.setPlayerGetItem(e,t)}_executeDefaultMacro(){this._concatEmptyArgs(1);var e=!!this._evaluateIntValue(0);this._wwa.setObjectNotCollapseOnPartsOnPlayer(e)}_executeOldMapMacro(){this._concatEmptyArgs(1);var e=!!this._evaluateIntValue(0);this._wwa.setOldMap(e)}_executePartsMacro(){this._concatEmptyArgs(4);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1),n=this._evaluateIntValue(2,A.OBJECT),r=this._evaluateIntValue(3);if(n!==A.OBJECT&&n!==A.MAP)throw Error(`パーツ種別が不明です`);if(r!==0&&r!==1&&(r=1),e<0||t<0)throw Error(`パーツ番号が不正です`);if(n===A.OBJECT){if(e>=this._wwa.getObjectPartsNum()||t>=this._wwa.getObjectPartsNum())throw Error(`パーツ番号が不正です`)}else if(e>=this._wwa.getMapPartsNum()||t>=this._wwa.getMapPartsNum())throw Error(`パーツ番号が不正です`);this._wwa.replaceParts(e,t,n,!!r)}_executeMoveMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);this._wwa.setMoveMacroWaitingToPlayer(e)}_executeMapMacro(e){this._concatEmptyArgs(4);let t=this._evaluateIntValue(0);var n=this._evaluateIntValue(3,A.OBJECT);if(t<0)throw Error(`パーツ番号が不正です`);if(n===A.OBJECT){if(t>=this._wwa.getObjectPartsNum())throw Error(`パーツ番号が不正です`)}else if(t>=this._wwa.getMapPartsNum())throw Error(`パーツ番号が不正です`);if(e===1){let e=this.macroArgs[1],r=this.macroArgs[2];this._wwa.appearPartsEval(this._triggerParts.position,e,r,t,n)}else if(e===2){let e=this._evaluateIntValue(1),r=this._evaluateIntValue(2);if(isNaN(e)||isNaN(r))throw Error(`出現先座標が不正です`);this._wwa.appearPartsEval(this._triggerParts.position,`${e}`,`${r}`,t,n)}}_executeDirMapMacro(){this._concatEmptyArgs(3);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1),n=this._evaluateIntValue(2,A.OBJECT);if(isNaN(e)||isNaN(t)||isNaN(n))throw Error(`引数が整数ではありません`);if(e<0)throw Error(`パーツ番号が不正です`);if(n===A.OBJECT){if(e>=this._wwa.getObjectPartsNum())throw Error(`パーツ番号が不正です`)}else if(e>=this._wwa.getMapPartsNum())throw Error(`パーツ番号が不正です`);this._wwa.appearPartsByDirection(t,e,n)}_executeImgFrameMacro(){this._concatEmptyArgs(3);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1),n=this._evaluateIntValue(2);if(t<0||n<0)throw Error(`座標は正でなければなりません。`);if(e===de.ENERGY||e===de.STRENGTH||e===de.DEFENCE||e===de.GOLD)this._wwa.setStatusIconCoord(e,new S(t,n));else if(e===de.WIDE_CELL_ROW)this._wwa.setWideCellCoord(new S(t,n));else if(e===de.ITEM_BG)this._wwa.setItemboxBackgroundPosition({x:t,y:n});else if(e===de.MAIN_FRAME)this._wwa.setFrameCoord(new S(t,n));else throw Error(`種別が不正です。`)}_executeImgBomMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);if(e<0||t<0)throw Error(`座標は正でなければなりません。`);this._wwa.setBattleEffectCoord(new S(e,t))}_executeDelPlayerMacro(){this._concatEmptyArgs(1);let e=this._evaluateIntValue(0);this._wwa.setDelPlayer(!!e)}_executeFaceMacro(){this._concatEmptyArgs(6);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1),n=this._evaluateIntValue(2),r=this._evaluateIntValue(3),i=this._evaluateIntValue(4),a=this._evaluateIntValue(5),o;if(e<0||t<0||n<0||r<0||i<0||a<0)throw Error(`各引数は0以上の整数でなければなりません。`);o=new ee(new S(e,t),new S(n,r),new S(i,a)),this._wwa.addFace(o)}_executeEffectMacro(){this._concatEmptyArgs(1);var e=this._evaluateIntValue(0);if(e<0)throw Error(`待ち時間は0以上の整数でなければなりません。`);if(e===0){this._wwa.stopEffect();return}for(var t=[],n=1;n<this.macroArgs.length;n+=2){var r=this._evaluateIntValue(n),i=0;if(r<0)throw Error(`画像のパーツ座標指定は0以上の整数でなければなりません。`);if(n+1===this.macroArgs.length)throw Error(`画像のパーツ座標指定で、Y座標が指定されていません。`);if(i=this._evaluateIntValue(n+1),i<0)throw Error(`画像のパーツ座標指定は0以上の整数でなければなりません。`);t.push(new S(r,i))}this._wwa.setEffect(e,t)}_executeGameOverMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);if(e<0||e>=this._wwa.getMapWidth()||t<0||t>=this._wwa.getMapWidth())throw Error(`マップの範囲外が指定されています!`);this._wwa.setGameOverPosition(new S(e,t))}_executeImgClickMacro(){if(this._concatEmptyArgs(2),this.macroArgs.length<1)throw Error(`引数が少なすぎます`);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);if(e<0||t<0)throw Error(`引数が0以上の整数ではありません`);this._wwa.setImgClick(new S(e,t))}_executeEffItemMacro(){if(this.macroArgs.length<1)throw Error(`引数が少なすぎます`);var e=this._evaluateIntValue(0);this._wwa.updateItemEffectEnabled(!!e)}_executeStatusMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);if(e<0||4<e)throw Error(`ステータス種別が範囲外です。`);return this._wwa.setPlayerStatus(e,t,!0)}_executeColorMacro(){this._concatEmptyArgs(4);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1),n=this._evaluateIntValue(2),r=this._evaluateIntValue(3);if(e<0||e>5)throw Error(`種別は0から5までです`);if(t<0||t>255||n<0||n>255||r<0||r>255)throw Error(`色が範囲外です`);this._wwa.changeStyleRule(e,t,n,r)}_executeWaitMacro(){throw Error(`Not implemented!`)}_executeSoundMacro(){this._concatEmptyArgs(2);let e=parseInt(this.macroArgs[0]),t=parseInt(this.macroArgs[1]);this._wwa.playSound(e,{bgmDelayDurationMs:t})}_executeGamePadButtonMacro(){this._concatEmptyArgs(2);var e=this._evaluateIntValue(0),t=this._evaluateIntValue(1);if(e<0||t<0)throw Error(`各引数は0以上の整数でなければなりません。`);if(t>L.ITEMBOX_SIZE)throw Error(`アイテムボックス上限を超えた数値が指定されました。`);this._wwa.setGamePadButtonItemTable(e,t)}_executeOldMoveMacro(){this._concatEmptyArgs(1);let e=!!this._evaluateIntValue(0);this._wwa.setOldMove(e)}_executeNoGameOverMacro(){this._concatEmptyArgs(1);let e=this._evaluateIntValue(0);this._wwa.setGameOverPolicy(e)}_executeSetMacro(){return this._wwa.execSetMacro(this.macroArgs[0],{triggerParts:this._triggerParts})}_executePictureMacro(){if(this._concatEmptyArgs(3),this.macroArgs.length<1)throw Error(`引数が少なすぎます`);let e=this._evaluateIntValue(0),t=this.macroArgs[1].length>0?this.macroArgs[1]:`+0`;if(t===`0`){this._wwa.deletePictureRegistry(e);return}let n=er(t,this._triggerParts.id);if(n===0)throw Error(`パーツ番号の相対値算出で0が検出されました。ピクチャを消去する場合は0のまま指定してください。`);if(n<0)throw Error(`パーツ番号は0以上の整数でなければなりません。`);let r=this._evaluateIntValue(2,A.OBJECT);this._wwa.setPictureRegistry(e,n,r,this._triggerParts.position)}_executeDelayBgmMacro(){this._concatEmptyArgs(1);let e=this._evaluateIntValue(0);this._wwa.setBgmDelay(e)}_executeSysMsgMacro(){this._concatEmptyArgs(2);let e=this.resolveSystemMessageKeyFromMacroArg(this.macroArgs[0]);if(!e)throw Error(`該当するシステムメッセージの定義がありません`);let t=this.macroArgs[1]===``?void 0:this.macroArgs[1].replaceAll(`\\n`,`
|
|
32
|
+
`);this._wwa.overwriteSystemMessage(e,t)}resolveSystemMessageKeyFromMacroArg(e){return v(e)?e:y(this._evaluateIntValue(0))}};function nr(e,t,n){let r=n.match(/^\$([a-zA-Z_][a-zA-Z0-9_]*)\=(.*)$/);if((r===null||r.length!==3)&&(r=n.match(/^\$([a-zA-Z_][a-zA-Z0-9_]*)/),r===null||r.length!==2))throw Error(`マクロではありません`);let i=`$${r[1].toLowerCase()}`,a=i===`$if`&&n.match(/,/)?I.LEGACY_IF:le[i],o=a!==I.SHOW_STR&&a!==I.SHOW_STR2,s=(r[2]??``).split(`,`).map(e=>o?e.trim():e);return new tr(e,t,a===void 0?I.UNDEFINED:a,s)}var rr=class{constructor(e){this.generateTokenValues=e}static executeNodes(e,t){try{return{isError:!1,messages:e?.execute(t)??[]}}catch(e){return console.error(e),{isError:!0}}}},ir=class extends rr{constructor(e=[],t){super(t),this.branches=e}appendBranch(e){this.branches.push(e)}getLastUnconnectedBranch(){for(let e of this.branches)if(!e.next)return e}evaluateAndGetNextNode(e){for(let t of this.branches)if(!t.descriminant||Bt(t.descriminant,this.generateTokenValues(e)))return t.next}hasElseBranch(){return this.branches.filter(e=>!!e.elseBranch).length>=1}execute(e){if(!e)throw Error(`パーツ起因ページによる実行ではないため、Junctionノードの利用を想定していません。`);let t=this.evaluateAndGetNextNode(e);return t?t.execute(e):[]}},ar=class e extends rr{constructor(e,t,n,r,i,a){super(t),this.evalScript=n,this.macro=r,this.next=i,this.script=a,this.messageSegments=this.parseMessage(e),this.macro===void 0&&(this.macro=[])}isEmpty(){return this.messageSegments.reduce((e,t)=>e&&t===``,!0)}generatePrintableMessage(){return this.messageSegments.reduce((e,t)=>`${e}${typeof t==`string`?t:t()}`,``)}appendMessage(e,t=!1){this.messageSegments=this.messageSegments.concat(t?[`
|
|
33
|
+
`]:[],this.parseMessage(e))}static createEmptyMessage(t,n,r){return new e([],t,n,void 0,void 0,r)}parseMessage(e){return typeof e==`string`?[e]:e}execute(e){return this.script&&this.evalScript(this.script,e),this.macro?.forEach(e=>{if(e.execute().isGameOver)throw Error(`ゲームオーバーのため、メッセージ・マクロの実行を打ち切ります。`)}),this.next?[this,...this.next.execute(e)]:[this]}};function or(e){return e.split(/\n\<c\>/i)[0].split(/\<c\>/i)[0].replace(/\n\<p\>\n/gi,`<P>`).replace(/\n\<p\>/gi,`<P>`).replace(/\<p\>\n/gi,`<P>`).replace(/\<p\>/gi,`<P>`).split(`
|
|
34
|
+
`).map(e=>{if(!e.startsWith(`//`))return e.match(/\/\//)?Ke(Ke(e).replace(/^.*\/\/(?!:s?ptth)/gi,``)):e}).filter(e=>e!==void 0).join(`
|
|
35
|
+
`).replace(/\\\/\\\//gi,`//`)}function sr(e){if(e===``)return{pageContents:[]};let t=e.split(/\<script\>/i),[n,r]=t.length>1?[t[0],t[1]]:[t[0]];return{pageContents:n.split(/\<p\>/gi),script:r}}function cr({content:e,script:t,generatingOption:n,pageType:r,parseMacro:i,evalScript:a,generateTokenValuesCallback:o}){let s,c,l,u=ur(e,i),d=[];if(u.forEach((e,t)=>{try{let r=t===0?void 0:u[t-1].type,i=d[d.length-1],f=dr(e,!s||!lr(r),o,a,{triggerParts:n.triggerParts}),p=fr(f,e,i,d);p&&(l=p),r?pr(e,r,c,f,i,l,o,{triggerParts:n.triggerParts}):s=f,f&&(c=f)}catch(e){console.error(`$if-$else_if-$else-$endif マクロの解析中にエラーが発生しました。ページ ${t}`),console.error(e)}}),t&&r===`first`){let e=ar.createEmptyMessage(o,a,t);e.next=s,s=e}return{firstNode:s,isLastPage:r===`last`,triggerParts:n.triggerParts,isSystemMessage:n.isSystemMessage,showChoice:r===`first`?n.showChoice:void 0,scoreOption:r===`first`?n.scoreOption:void 0,additionalItems:n.additionalItems}}var lr=e=>e===I.SHOW_STR||e===I.SHOW_STR2||e===`text`||e===`normalMacro`;function ur(e,t){return e.split(`
|
|
36
|
+
`).map(e=>{let n=e.match(/(\$(?:[a-zA-Z_][a-zA-Z0-9_]*)(?:.*))/);if(!n||n.length<2)return e.startsWith(`$`)?void 0:{type:`text`,text:e};let r=t(n[1]);switch(r.macroType){case I.IF:case I.ELSE_IF:case I.ELSE:case I.END_IF:case I.SHOW_STR:case I.SHOW_STR2:return{type:r.macroType,text:e,macro:r};default:return{type:`normalMacro`,text:e,macro:r}}}).filter(Boolean)}function dr(e,t,n,r,i){switch(e.type){case I.IF:return new ir([{descriminant:Xt(e.macro.macroArgs[0])}],n);case I.SHOW_STR:case I.SHOW_STR2:return t?new ar(hr(e.macro.macroArgs,n,{triggerParts:i.triggerParts,version:e.type===I.SHOW_STR2?2:1}),n,r):void 0;case`text`:return t?new ar(e.text,n,r):void 0;case`normalMacro`:return t?new ar(``,n,r,[e.macro]):void 0;default:return}}function fr(e,t,n,r){let i=r.length===0;switch(t.type){case I.IF:r.push(e);return;case I.ELSE_IF:if(i)throw Error(`構文エラー: $if を呼ぶ前に $else_if は呼べません`);n.appendBranch({descriminant:Xt(t.macro.macroArgs[0])});return;case I.ELSE:if(i)throw Error(`構文エラー: $if を呼ぶ前に $else は呼べません`);n.appendBranch({descriminant:!0,elseBranch:{type:`real`}});return;case I.END_IF:if(i)throw Error(`構文エラー: $if を呼ぶ前に $endif は呼べません`);return r.pop()}}function pr(e,t,n,r,i,a,o,s){let c=lr(t);switch(t){case I.IF:case I.ELSE_IF:case I.ELSE:{if(!r||!i)return;let e=i.getLastUnconnectedBranch();if(e)e.next=r;else throw Error(`lastUnconnectedBranchが見つかりませんでした。`);return}case I.END_IF:if(!r||!(a instanceof ir))return;for(let e=0;e<a.branches.length;e++){let t=a.branches[e].next;if(!t){a.branches[e].next=r;continue}mr(t,r)}a.hasElseBranch()||a.branches.push({next:r,descriminant:!0,elseBranch:{type:`pesudo-else`}});return;default:{if(!c||!(n instanceof ar))return;let t=!n.isEmpty();e.type===I.SHOW_STR||e.type===I.SHOW_STR2?n.appendMessage(hr(e.macro.macroArgs,o,{triggerParts:s.triggerParts,version:e.type===I.SHOW_STR2?2:1}),t):e.type===`text`?n.appendMessage(e.text,t):e.type===`normalMacro`?n.macro.push(e.macro):n.next=r}}}function mr(e,t){let n=e;for(;;)if(n instanceof ir&&(n=n.branches[0].next),n instanceof ar){if(!n.next){n.next=t;return}n=n.next}}function hr(e,t,n){return e.map(e=>{let r=Number(e);return isNaN(r)?Yt(e)?()=>Jt(e,t(n.triggerParts)):e.replace(/\\n/g,`
|
|
37
|
+
`):()=>{let e=t(n.triggerParts).userVars;return n.version===1?e[r]:r}})}function gr(e,t,n,r,i){let{pageContents:a,script:o}=sr(or(e));return a.length===0?[{firstNode:ar.createEmptyMessage(i,r,o),isLastPage:!0,...t}]:a.map((e,s)=>cr({script:o,content:e,generatingOption:t,pageType:_r(s,a.length),parseMacro:n,evalScript:r,generateTokenValuesCallback:i}))}function _r(e,t){return e===0?`first`:e===t-1?`last`:`other`}function vr(e){if(e===void 0)return!0;if(e instanceof ir)return e.branches.reduce((e,t)=>e&&vr(t.next),!0);if(e instanceof ar)return e.isEmpty()&&vr(e.next)}var yr=class{constructor(e,t,n,r,i,a,o){this._wwa=e,this._coord=t,this._width=n,this._height=r,this._isVisible=i,this._parentElement=a,this._element=document.createElement(`div`),this._element.style.position=`absolute`,this._element.style.borderWidth=`2px`,this._element.style.borderStyle=`solid`,e.isClassicMode()?this._element.style.borderRadius=`15px`:this._element.style.borderRadius=`10px`,this._element.classList.add(`wwa-message-window`),this._element.style.zIndex=o+``,this._element.style.left=this._coord.x+`px`,this._element.style.top=this._coord.y+`px`,this._element.style.width=this._width+`px`,this._element.style.height=this._height+`px`,this._parentElement.appendChild(this._element)}update(e){}show(){this._isVisible=!0,this._element.style.display=`block`,this.update(),this._wwa.wwaCustomEvent(`wwa_window_show`,{name:this.windowName,element:this._element,text:this._element.textContent})}hide(){this._isVisible=!1,this._element.style.display=`none`,this.update(),this._wwa.wwaCustomEvent(`wwa_window_hide`,{name:this.windowName})}isVisible(){return this._isVisible}get windowName(){return`TextWindow`}},br=class extends yr{constructor(e,t,n,r,i,a,o){super(e,new S(t.x,t.y),n,r,i,a,201),this._cgFileName=o,this._monsterBox=document.createElement(`div`),this._monsterBox.style.width=L.CHIP_SIZE+`px`,this._monsterBox.style.height=L.CHIP_SIZE+`px`,this._monsterBox.style.position=`absolute`,this._monsterBox.style.left=`10px`,this._monsterBox.style.top=`10px`,this._monsterBox.style.backgroundImage=`url(`+this._cgFileName.replace(`(`,`\\(`).replace(`)`,`\\)`)+`)`,this._monsterBox.style.backgroundPosition=`0 0`,this._element.appendChild(this._monsterBox),this._energyBox=document.createElement(`div`),this._energyBox.style.position=`absolute`,this._energyBox.style.left=`80px`,this._energyBox.style.top=`10px`,this._energyBox.textContent=`生命力 0`,this._element.appendChild(this._energyBox),this._strengthBox=document.createElement(`div`),this._strengthBox.style.position=`absolute`,this._strengthBox.style.left=`80px`,this._strengthBox.style.top=`30px`,this._strengthBox.textContent=`攻撃力 0`,this._element.appendChild(this._strengthBox),this._defenceBox=document.createElement(`div`),this._defenceBox.style.position=`absolute`,this._defenceBox.style.left=`180px`,this._defenceBox.style.top=`30px`,this._defenceBox.textContent=`防御力 0`,this._element.appendChild(this._defenceBox),this._isVisible?this._element.style.display=`block`:this._element.style.display=`none`}update(e){e!==void 0&&(this._monsterBox.style.backgroundPosition=`-`+e.imgCoord.x+`px -`+e.imgCoord.y+`px`,this._energyBox.textContent=`生命力 `+e.status.energy,this._strengthBox.textContent=`攻撃力 `+e.status.strength,this._defenceBox.textContent=`防御力 `+e.status.defence)}get windowName(){return`MonsterWindow`}},xr=class extends yr{static{this.WINDOW_NAME=`ScoreWindow`}constructor(e,t,n,r){e.isClassicMode()?(super(e,new S(L.CHIP_SIZE*2,30),L.CHIP_SIZE*7,40,n,r,202),this._element.style.borderWidth=`0`,this._element.style.borderRadius=`4px`,this._element.style.fontSize=`20px`,this._element.style.lineHeight=`40px`):super(e,new S(t.x,t.y),340,30,n,r,202),this._element.style.textAlign=`center`,this._isVisible?this._element.style.display=`block`:this._element.style.display=`none`,this.update(0)}update(e){e!==void 0&&(this._element.textContent=`Score: `+e)}get windowName(){return`ScoreWindow`}},Sr=function(e){return e[e.TOP=0]=`TOP`,e[e.CENTER=1]=`CENTER`,e[e.BOTTOM=2]=`BOTTOM`,e[e.SCORE=3]=`SCORE`,e}({}),Cr=class{constructor(e,t,n,r,i,a,o,s,c,l){this._wwaSave=void 0,this._save_select_id=0,this._save_counter=0,this._save_close=!1;var u=this,d=a.replace(`(`,`\\(`).replace(`)`,`\\)`);switch(this._wwa=e,this._cgFileName=a,this._x=t,this._y=n,this._width=r,this._height=i,this._message=``,this._isVisible=o,this._isYesno=s,this._isItemMenu=c,this._element=document.createElement(`div`),this._element.id=`wwa-text-message-window`,this._element.classList.add(`wwa-message-window`),this._msgWrapperElement=document.createElement(`div`),this._msgWrapperElement.style.textAlign=`left`,this._msgWrapperElement.style.wordWrap=`break-word`,this._msgWrapperElement.style.margin=e.isClassicMode()?`8px 0 8px 16px`:`0`,this._msgWrapperElement.style.padding=e.isClassicMode()?`0`:`7px`,this._element.appendChild(this._msgWrapperElement),this._saveElement=document.createElement(`div`),this._saveElement.style.padding=`0`,this._saveElement.style.margin=`0`,this._element.appendChild(this._saveElement),this._dummyElement=document.createElement(`div`),this._dummyElement.style.display=`none`,this._dummyElement.style.padding=`0`,this._dummyElement.style.margin=`0`,this._dummyElement.style.height=`55px`,this._element.appendChild(this._dummyElement),this._ynWrapperElement=document.createElement(`div`),this._ynWrapperElement.classList.add(`wwa-yesno-wrapper`),this._element.appendChild(this._ynWrapperElement),this._parentElement=l,this._parentElement.appendChild(this._element),this._divYesElement=document.createElement(`div`),this._divYesElement.classList.add(`wwa-yes-button`),this._divYesElement.style.background=`url(`+d+`)`,this._divYesElement.onclick=function(){u._isInputDisable||(e.setYesNoInput(O.YES),u.update())},this._divYesElement.style.cursor=`pointer`,this._divNoElement=document.createElement(`div`),this._divNoElement.classList.add(`wwa-no-button`),this._divNoElement.style.background=`url(`+d+`)`,this._divNoElement.onclick=function(){u._isInputDisable||(e.setYesNoInput(O.NO),u.update())},this._ynWrapperElement.appendChild(this._divYesElement),this._ynWrapperElement.appendChild(this._divNoElement),u._isInputDisable=!1,e.userDevice.device){case re.SP:case re.VR:this._parentElement.classList.add(`useScaleUp`);break}this.update()}setPosition(e,t,n,r){this._x=e,this._y=t,this._width=n,this._height=r,this.update()}setPositionByPlayerPosition(e,t,n,r,i){var a=r.getPartsCoord().substract(i.getPartsCoord()).y,o=e?Sr.BOTTOM:t?Sr.SCORE:n?Sr.CENTER:a>=Math.ceil(L.V_PARTS_NUM_IN_WINDOW/2)?Sr.TOP:Sr.BOTTOM;this.setPositionEasy(o)}setPositionEasy(e){var t=Math.floor(this._element.clientHeight/2);if(e===Sr.CENTER){this._y=L.MAP_WINDOW_HEIGHT/2-t,this.update();return}if(e===Sr.TOP){this._y=Math.max(20,L.MAP_WINDOW_HEIGHT/4-t)+10,this.update();return}if(e===Sr.BOTTOM){this._y=Math.min(L.MAP_WINDOW_HEIGHT-20-this._element.clientHeight,L.MAP_WINDOW_HEIGHT*3/4-t),this.update();return}if(e===Sr.SCORE){this._y=80,this.update();return}}setMessage(e){this._message=e,this.update()}clear(){this._message=``,this.update()}setYesNoChoice(e){return this._isInputDisable=!1,this._isYesno=e,this.update(),this._isYesno}isYesNoChoice(){return this._isYesno}isSaveChoice(){return this._isSave}setItemMenuChoice(e){return this._isInputDisable=!1,this._isItemMenu=e,this.update(),this._isItemMenu}isItemMenuChoice(){return this._isItemMenu}setInputDisable(){this._isInputDisable=!0}isInputDisable(){return this._isInputDisable}show(){this._isVisible=!0,this.update()}hide(){this._isVisible=!1,this.update()}isVisible(){return this._isVisible}isWideChar(e){return e.match(/^[^\x01-\x7E\xA1-\xDF]+$/)!==null}createClassicTextElement(e){var t=document.createElement(`span`);let n=0,r=``;for(let a=0;a<e.length||n!=0;a++)if(this.isWideChar(e.charAt(a))?n+=2:n+=1,r+=e.charAt(a),n+1>L.MSG_STR_WIDTH*2){(e.charAt(a+1)===`。`||e.charAt(a+1)===`、`)&&(r+=e.charAt(a+1),a++);var i=document.createElement(`span`);i.style.display=`inline-block`,i.style.width=`100%`,i.textContent=r,t.appendChild(i),n=0,r=``}return t}update(){var e=this._wwa.getYesNoImgCoord();this._isYesno?(this._wwa.getYesNoState()===O.YES?(this._divYesElement.style.backgroundPosition=`-`+(e.x+L.IMGRELPOS_YESNO_YESP_X)*L.CHIP_SIZE+`px -`+e.y*L.CHIP_SIZE+`px`,this._divNoElement.style.backgroundPosition=`-`+(e.x+L.IMGRELPOS_YESNO_NO_X)*L.CHIP_SIZE+`px -`+e.y*L.CHIP_SIZE+`px`):this._wwa.getYesNoState()===O.NO?(this._divYesElement.style.backgroundPosition=`-`+(e.x+L.IMGRELPOS_YESNO_YES_X)*L.CHIP_SIZE+`px -`+e.y*L.CHIP_SIZE+`px`,this._divNoElement.style.backgroundPosition=`-`+(e.x+L.IMGRELPOS_YESNO_NOP_X)*L.CHIP_SIZE+`px -`+e.y*L.CHIP_SIZE+`px`):(this._divYesElement.style.backgroundPosition=`-`+(e.x+L.IMGRELPOS_YESNO_YES_X)*L.CHIP_SIZE+`px -`+e.y*L.CHIP_SIZE+`px`,this._divNoElement.style.backgroundPosition=`-`+(e.x+L.IMGRELPOS_YESNO_NO_X)*L.CHIP_SIZE+`px -`+e.y*L.CHIP_SIZE+`px`),this._ynWrapperElement.style.display=`block`):this._ynWrapperElement.style.display=`none`,this._msgWrapperElement.textContent=``;var t=this._message.split(`
|
|
38
|
+
`);t.forEach((e,n)=>{let r;this._wwa.isClassicMode()?r=this.createClassicTextElement(e):(r=document.createElement(`span`),r.textContent=t[n]),this._msgWrapperElement.appendChild(r),this._msgWrapperElement.appendChild(document.createElement(`br`))}),this._isVisible?(this._element.style.left=this._x+`px`,this._element.style.top=this._y+`px`):(this._element.style.left=`-999999px`,this._element.style.top=`-999999px`),this._isSave?this._saveElement.style.display=`block`:this._saveElement.style.display=`none`,this._element.style.width=this._width+`px`,this._element.style.minHeight=this._height+`px`}setWWASave(e){this._wwaSave=e}createSaveDom(){for(var e,t=document.createElement(`div`),n,r,i,a,o,s=document.getElementById(`disp-energy`),c,l=s.style.backgroundPosition,u=s.style.backgroundImage,d=this._wwaSave.list.length,f=0;f<d;f++)e=this._wwaSave.list[f],n=document.createElement(`div`),n.classList.add(`savedata`),n.setAttribute(`save_id`,f),n.addEventListener(`click`,e=>{this.setSaveID(e.currentTarget.getAttribute(`save_id`)|0),this._save_close=!0,e.preventDefault()}),r=document.createElement(`div`),r.classList.add(`ss`),n.appendChild(r),i=document.createElement(`div`),i.classList.add(`wide-cell-row`),i.style.backgroundPosition=l,i.style.backgroundImage=u,n.appendChild(i),t.appendChild(n),e.flag&&(r.appendChild(e.cvs),a=document.createElement(`span`),a.textContent=e.getDateText(),e.isLastSaveData()&&(a.style.color=he.DATE_LAST_SAVE_TEXT_COLOR),r.appendChild(a),o=document.createElement(`div`),o.classList.add(`status-icon`),o.style.backgroundImage=u,o.style.backgroundPosition=`-120px -80px`,i.appendChild(o),c=document.createElement(`div`),c.classList.add(`status-value-box`),c.textContent=e.getStatusEnergy(),i.appendChild(c));this._saveElement.textContent=``,this._saveElement.appendChild(t),this.setSaveID(this._save_select_id),this._isSave=!0,this._save_counter=0,this._save_close=!1}deleteSaveDom(){this._saveElement.textContent=``,this._isSave=!1}setSaveID(e){this._save_select_id=e;for(var t=document.querySelectorAll(`.savedata`),n,r=t.length,i=0;i<r;i++)n=t[i],e===i?n.classList.add(`select`):n.classList.remove(`select`)}save(e,t){return this._wwaSave.save(e,t,this._save_select_id)}load(){return this._wwaSave.load(this._save_select_id)}saveUpdate(){this._save_counter>0&&this._save_counter--}isSaveClose(){return this._save_close}cursor_wait(){this._save_counter=L.CONTROLL_WAIT_FRAME}saveControll(e){if(!(this._save_counter>0)&&!this._isInputDisable){switch(e){case T.DOWN:this._save_select_id-=2,this.cursor_wait();break;case T.UP:this._save_select_id+=2,this.cursor_wait();break;case T.LEFT:this._save_select_id--,this.cursor_wait();break;case T.RIGHT:this._save_select_id++,this.cursor_wait();break}this.setSaveID((this._save_select_id+he.QUICK_SAVE_MAX)%he.QUICK_SAVE_MAX)}}get windowName(){return`MessageWindow`}},wr=class{constructor(e,t,n){this.id=e,this.imgFileName=t,this.parent=n,this.elem=document.createElement(`div`),this.elem.classList.add(`est`),this.elem.setAttribute(`id`,`wwa-est-`+e),this.imgElem=document.createElement(`div`),this.imgElem.classList.add(`est-img-wrapper`),this.imgElem.style.backgroundImage=`url(`+this.imgFileName.replace(`(`,`\\(`).replace(`)`,`\\)`)+`)`,this.statusElem=document.createElement(`div`),this.statusElem.classList.add(`est-status-wrapper`),this.energyElem=document.createElement(`div`),this.energyElem.classList.add(`est-energy`),this.energyDispElem=document.createElement(`span`),this.energyDispElem.classList.add(`est-energy-disp`),this.energyElem.appendChild(this.energyDispElem),this.statusElem.appendChild(this.energyElem),this.strengthElem=document.createElement(`div`),this.strengthElem.classList.add(`est-strength`),this.strengthDispElem=document.createElement(`span`),this.strengthDispElem.classList.add(`est-strength-disp`),this.strengthElem.appendChild(this.strengthDispElem),this.statusElem.appendChild(this.strengthElem),this.defenceElem=document.createElement(`div`),this.defenceElem.classList.add(`est-defence`),this.defenceDispElem=document.createElement(`span`),this.defenceDispElem.classList.add(`est-defence-disp`),this.defenceElem.appendChild(this.defenceDispElem),this.statusElem.appendChild(this.defenceElem),this.damageElem=document.createElement(`div`),this.damageElem.classList.add(`est-damage`),this.damageDispElem=document.createElement(`span`),this.damageDispElem.classList.add(`est-damage-disp`),this.damageElem.appendChild(this.damageDispElem),this.statusElem.appendChild(this.damageElem),this.elem.appendChild(this.imgElem),this.elem.appendChild(this.statusElem)}hide(){this.elem.style.display=`none`}show(){this.elem.style.display=`block`}setResult(e,t,n){this.imgElem.style.backgroundPosition=`-`+e.x+`px -`+e.y+`px`,this.energyDispElem.textContent=`生命力 `+t.energy,this.strengthDispElem.textContent=`攻撃力 `+t.strength,this.defenceDispElem.textContent=`防御力 `+t.defence,n.cannotDamageMonster?this.damageDispElem.textContent=`攻撃無効`:n.noSettled?this.damageDispElem.textContent=`勝負がつきません`:n.isOverMaxTurn?this.damageDispElem.textContent=`長期戦が予想されます`:this.damageDispElem.textContent=`予測ダメージ `+n.estimatedDamage}},Tr=class{constructor(e,t,n){this._wwa=e,this._imgFileName=t,this._parent=n;var r;this._element=document.createElement(`div`),this._element.setAttribute(`id`,`wwa-battle-estimate`),this._element.style.display=`none`,this._edes=[];for(var i=0;i<L.BATTLE_ESTIMATE_MONSTER_TYPE_MAX;i++)r=new wr(i,this._imgFileName,this._element),this._edes.push(r),this._element.appendChild(r.elem);this._element.addEventListener(`click`,()=>{this._wwa.hideBattleEstimateWindow()}),this._parent.appendChild(this._element)}update(e,t,n,r,i){for(let a=0;a<L.BATTLE_ESTIMATE_MONSTER_TYPE_MAX;a++){if(a>=t.length){this._edes[a].hide();continue}let o=new S(this._wwa.getObjectAttributeById(t[a].partsID,L.ATR_X),this._wwa.getObjectAttributeById(t[a].partsID,L.ATR_Y)),s=new x(this._wwa.getObjectAttributeById(t[a].partsID,L.ATR_ENERGY),this._wwa.getObjectAttributeById(t[a].partsID,L.ATR_STRENGTH),this._wwa.getObjectAttributeById(t[a].partsID,L.ATR_DEFENCE),0),c=Er(e,t[a],n,r,i);this._edes[a].setResult(o,s,c),this._edes[a].show()}}show(){this._element.style.display=`block`}hide(){this._element.style.display=`none`}};function Er(e,t,n,r,i){let a=t.clone(),o=e.clone(),s=0,c=0,l=0,u=e.energy;if(i&&o.strength<=a.status.defence&&o.defence>=a.status.strength)return{cannotDamageMonster:!0,estimatedDamage:0};for(;;){c++;let e=n(o,a);if(a.status.energy-=e.damage,e.damage===0?l++:l=0,a.status.energy<=0)return{estimatedDamage:s};if(l>L.FIGHT_DRAW_TURN||e.aborted)return{noSettled:(u<=0||o.energy>0)&&a.status.energy>0,estimatedDamage:s};if(c>2e4)return{isOverMaxTurn:!0,estimatedDamage:0};c++;let t=r(a,o),i=Math.max(t.damage,0);if(i===0?l++:l=0,s+=i,o.energy=Math.max(o.energy-i,0),l>L.FIGHT_DRAW_TURN||t.aborted)return{noSettled:(u<=0||o.energy>0)&&a.status.energy>0,estimatedDamage:s};if(c>2e4)return{isOverMaxTurn:!0,estimatedDamage:0}}}var Dr=function(e){return e[e.SAVE=0]=`SAVE`,e[e.LOAD=1]=`LOAD`,e}({});function Or(e){return`下のボックスに前回のプレイで取得した
|
|
39
39
|
復帰用パスワードを貼り付けてください。
|
|
40
40
|
Java 版 WWA で取得したパスワードはご利用になれません。
|
|
41
|
-
作成者が ${
|
|
42
|
-
それ以前に取得したパスワードは使えなくなります。`}
|
|
41
|
+
作成者が ${e?`マップの内容`:`ワールド名 か マップの暗証番号`} を変更した場合は
|
|
42
|
+
それ以前に取得したパスワードは使えなくなります。`}var kr=`下記テキストがデータ復帰用のパスワードになっています。
|
|
43
43
|
コピーしてメモ帳などのテキストエディタに貼り付けて
|
|
44
|
-
|
|
45
|
-
`);this._descriptionElement.textContent
|
|
46
|
-
<div id="wwa-cover">
|
|
47
|
-
<div id="unstable-version-warning"></div>
|
|
48
|
-
<div id="version"></div>
|
|
49
|
-
<div id="progress-message-container">開始しています...</div>
|
|
50
|
-
<div id="progress-bar-bg"></div>
|
|
51
|
-
<div id="progress-bar" class="progress-bar"></div>
|
|
52
|
-
<div id="progress-bar-audio" class="progress-bar"></div>
|
|
53
|
-
<div id="progress-disp">---</div>
|
|
54
|
-
</div>
|
|
55
|
-
`:`
|
|
56
|
-
<div id="wwa-cover">
|
|
57
|
-
<canvas id="progress-panel" width="${o.SCREEN_WIDTH}" height="${o.SCREEN_HEIGHT}"></canvas>
|
|
58
|
-
</div>`,a=e?Ao():"";return`
|
|
44
|
+
保存してください。`,Ar=class{constructor(e,t,n){this._wwa=e,this._parent=t,this._isDisallowLoadOldSave=n,this.COPIED_MESSAGE_DISPLAY_MS=1e3,this._element=document.createElement(`div`),this._element.setAttribute(`id`,`wwa-password-window`),this._element.style.display=`none`,this._descriptionElement=document.createElement(`div`),this._descriptionElement.classList.add(`wwa-password-description`),this._passwordBoxElement=document.createElement(`textarea`),this._passwordBoxElement.setAttribute(`cols`,`50`),this._passwordBoxElement.setAttribute(`rows`,`16`),this._passwordBoxElement.addEventListener(`focus`,e=>{this._passwordBoxElement.select()}),this._buttonWrapperElement=document.createElement(`div`),this._buttonWrapperElement.classList.add(`wwa-password-submit`),this._okButtonElement=document.createElement(`button`),this._okButtonElement.textContent=`OK`,this._okButtonElement.addEventListener(`click`,()=>{this._wwa.hidePasswordWindow()}),this._cancelButtonElement=document.createElement(`button`),this._cancelButtonElement.textContent=`キャンセル`,this._cancelButtonElement.addEventListener(`click`,()=>{this._wwa.hidePasswordWindow(!0)}),this._copyButtonElement=document.createElement(`button`),this._copyButtonElement.textContent=`コピー`,this._copyButtonElement.addEventListener(`click`,async()=>{await navigator.clipboard.writeText(this.password),this._copyButtonElement.textContent=`コピーしました`,this._copyButtonElement.disabled=!0,setTimeout(()=>{this._copyButtonElement&&(this._copyButtonElement.textContent=`コピー`,this._copyButtonElement.disabled=!1)},this.COPIED_MESSAGE_DISPLAY_MS)}),this._buttonWrapperElement.appendChild(this._okButtonElement),this._buttonWrapperElement.appendChild(this._cancelButtonElement),this._buttonWrapperElement.appendChild(this._copyButtonElement),this._mode=Dr.LOAD,this._element.appendChild(this._descriptionElement),this._element.appendChild(this._passwordBoxElement),this._element.appendChild(this._buttonWrapperElement),this._parent.appendChild(this._element),this.update()}get mode(){return this._mode}set mode(e){this._mode=e,e===Dr.LOAD&&(this.password=``)}get password(){return this._passwordBoxElement.value}set password(e){this._passwordBoxElement.value=e}show(e){e!==void 0&&(this.mode=e),this._isVisible=!0,this.update()}hide(){this._isVisible=!1,this.update()}update(){var e=``;if(this._mode===Dr.LOAD){e=Or(this._isDisallowLoadOldSave);try{this._passwordBoxElement.removeAttribute(`readonly`)}catch{}this._cancelButtonElement.style.display=`inline`,this._copyButtonElement.style.display=`none`}else e=kr,this._passwordBoxElement.setAttribute(`readonly`,`readonly`),this._cancelButtonElement.style.display=`none`,this._copyButtonElement.style.display=`inline`;var t=e.split(`
|
|
45
|
+
`);this._descriptionElement.textContent=``;for(var n=0;n<t.length;n++){var r=document.createElement(`span`);r.textContent=t[n],this._descriptionElement.appendChild(r),this._descriptionElement.appendChild(document.createElement(`br`))}this._isVisible?this._element.style.display=`block`:this._element.style.display=`none`}};function jr(e,t){return`
|
|
59
46
|
<canvas id="wwa-map" class="wwa-canvas" width="440" height="440">
|
|
60
47
|
このブラウザは、Canvas要素をサポートしていません。
|
|
61
48
|
</canvas>
|
|
@@ -84,94 +71,76 @@ Java 版 WWA で取得したパスワードはご利用になれません。
|
|
|
84
71
|
</div>
|
|
85
72
|
<div id="wwa-controller"></div>
|
|
86
73
|
<div id="wwa-fader"></div>
|
|
87
|
-
${
|
|
88
|
-
|
|
89
|
-
`}function nr(){return"ontouchstart"in window&&"ontouchend"in window&&"ontouchmove"in window}function e0(t,e,s){var a=document.createElement("style");a.type="text/css",a.setAttribute("id",o.WWA_STYLE_TAG_ID),yo("head")[0].appendChild(a),t.innerHTML=Qh(e!==null,s),e!==null&&(O("wwa-cover").style.backgroundImage=`url(${e})`,O("wwa-cover").style.backgroundRepeat="no-repeat",O("wwa-cover").style.backgroundPosition="0 0")}const ke=class ke{update(){this.counter>0&&this.counter--}cursor_wait(){this.counter=o.CONTROLL_WAIT_FRAME}allClear(){this.col=0,this.row=0,this.counter=0}controll(e){if(!(this.counter>0))switch(e){case N.DOWN:this.row<ke.ROW_MAX-1&&(this.row++,this.openView(),this.cursor_wait());break;case N.UP:this.row>0&&(this.row--,this.openView(),this.cursor_wait());break;case N.LEFT:this.col>0&&(this.col--,this.openView(),this.cursor_wait());break;case N.RIGHT:this.col<ke.COL_MAX-1&&(this.col++,this.openView(),this.cursor_wait());break}}ok(){this.close();var e=null;e=Qe(ke.CLICK_DOM_QUERY_TABLE[this.row][this.col]),e.classList.contains("item-click-border")||this.allClear();var s=new MouseEvent("click",{view:window,bubbles:!0,cancelable:!0});return e.dispatchEvent(s)}ng(){this.close()}close(){var e=null,s,a;for(s=0;s<ke.COL_MAX;s++)for(a=0;a<ke.ROW_MAX;a++)e=O(ke.DOM_ID_TABLE[a][s]),e.classList.contains("onpress")&&e.classList.remove("onpress")}openView(){this.close();var e=null;e=O(ke.DOM_ID_TABLE[this.row][this.col]),e.classList.add("onpress")}init(){this.allClear(),this.openView()}constructor(){this.allClear()}};ke.ROW_MAX=8,ke.COL_MAX=3,ke.DOM_ID_TABLE=[["item0","item1","item2"],["item3","item4","item5"],["item6","item7","item8"],["item9","item10","item11"],["cell-load","cell-load","cell-load"],["cell-save","cell-save","cell-save"],["cell-restart","cell-restart","cell-restart"],["cell-gotowwa","cell-gotowwa","cell-gotowwa"]],ke.CLICK_DOM_QUERY_TABLE=[["#item0 .item-click-border","#item1 .item-click-border","#item2 .item-click-border"],["#item3 .item-click-border","#item4 .item-click-border","#item5 .item-click-border"],["#item6 .item-click-border","#item7 .item-click-border","#item8 .item-click-border"],["#item9 .item-click-border","#item10 .item-click-border","#item11 .item-click-border"],["#button-load","#button-load","#button-load"],["#button-save","#button-save","#button-save"],["#button-restart","#button-restart","#button-restart"],["#button-gotowwa"," #button-gotowwa","#button-gotowwa"]];let La=ke;var Fa=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function t0(t){if(Object.prototype.hasOwnProperty.call(t,"__esModule"))return t;var e=t.default;if(typeof e=="function"){var s=function a(){return this instanceof a?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};s.prototype=e.prototype}else s={};return Object.defineProperty(s,"__esModule",{value:!0}),Object.keys(t).forEach(function(a){var i=Object.getOwnPropertyDescriptor(t,a);Object.defineProperty(s,a,i.get?i:{enumerable:!0,get:function(){return t[a]}})}),s}var Cs={exports:{}};function s0(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Ds={exports:{}};const a0=t0(mh);var i0=Ds.exports,or;function ie(){return or||(or=1,(function(t,e){(function(s,a){t.exports=a()})(i0,function(){var s=s||(function(a,i){var r;if(typeof window<"u"&&window.crypto&&(r=window.crypto),typeof self<"u"&&self.crypto&&(r=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(r=globalThis.crypto),!r&&typeof window<"u"&&window.msCrypto&&(r=window.msCrypto),!r&&typeof Fa<"u"&&Fa.crypto&&(r=Fa.crypto),!r&&typeof s0=="function")try{r=a0}catch{}var n=function(){if(r){if(typeof r.getRandomValues=="function")try{return r.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof r.randomBytes=="function")try{return r.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},h=Object.create||(function(){function g(){}return function(w){var A;return g.prototype=w,A=new g,g.prototype=null,A}})(),u={},c=u.lib={},l=c.Base=(function(){return{extend:function(g){var w=h(this);return g&&w.mixIn(g),(!w.hasOwnProperty("init")||this.init===w.init)&&(w.init=function(){w.$super.init.apply(this,arguments)}),w.init.prototype=w,w.$super=this,w},create:function(){var g=this.extend();return g.init.apply(g,arguments),g},init:function(){},mixIn:function(g){for(var w in g)g.hasOwnProperty(w)&&(this[w]=g[w]);g.hasOwnProperty("toString")&&(this.toString=g.toString)},clone:function(){return this.init.prototype.extend(this)}}})(),f=c.WordArray=l.extend({init:function(g,w){g=this.words=g||[],w!=i?this.sigBytes=w:this.sigBytes=g.length*4},toString:function(g){return(g||p).stringify(this)},concat:function(g){var w=this.words,A=g.words,S=this.sigBytes,y=g.sigBytes;if(this.clamp(),S%4)for(var C=0;C<y;C++){var I=A[C>>>2]>>>24-C%4*8&255;w[S+C>>>2]|=I<<24-(S+C)%4*8}else for(var L=0;L<y;L+=4)w[S+L>>>2]=A[L>>>2];return this.sigBytes+=y,this},clamp:function(){var g=this.words,w=this.sigBytes;g[w>>>2]&=4294967295<<32-w%4*8,g.length=a.ceil(w/4)},clone:function(){var g=l.clone.call(this);return g.words=this.words.slice(0),g},random:function(g){for(var w=[],A=0;A<g;A+=4)w.push(n());return new f.init(w,g)}}),_=u.enc={},p=_.Hex={stringify:function(g){for(var w=g.words,A=g.sigBytes,S=[],y=0;y<A;y++){var C=w[y>>>2]>>>24-y%4*8&255;S.push((C>>>4).toString(16)),S.push((C&15).toString(16))}return S.join("")},parse:function(g){for(var w=g.length,A=[],S=0;S<w;S+=2)A[S>>>3]|=parseInt(g.substr(S,2),16)<<24-S%8*4;return new f.init(A,w/2)}},m=_.Latin1={stringify:function(g){for(var w=g.words,A=g.sigBytes,S=[],y=0;y<A;y++){var C=w[y>>>2]>>>24-y%4*8&255;S.push(String.fromCharCode(C))}return S.join("")},parse:function(g){for(var w=g.length,A=[],S=0;S<w;S++)A[S>>>2]|=(g.charCodeAt(S)&255)<<24-S%4*8;return new f.init(A,w)}},v=_.Utf8={stringify:function(g){try{return decodeURIComponent(escape(m.stringify(g)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(g){return m.parse(unescape(encodeURIComponent(g)))}},x=c.BufferedBlockAlgorithm=l.extend({reset:function(){this._data=new f.init,this._nDataBytes=0},_append:function(g){typeof g=="string"&&(g=v.parse(g)),this._data.concat(g),this._nDataBytes+=g.sigBytes},_process:function(g){var w,A=this._data,S=A.words,y=A.sigBytes,C=this.blockSize,I=C*4,L=y/I;g?L=a.ceil(L):L=a.max((L|0)-this._minBufferSize,0);var T=L*C,b=a.min(T*4,y);if(T){for(var M=0;M<T;M+=C)this._doProcessBlock(S,M);w=S.splice(0,T),A.sigBytes-=b}return new f.init(w,b)},clone:function(){var g=l.clone.call(this);return g._data=this._data.clone(),g},_minBufferSize:0});c.Hasher=x.extend({cfg:l.extend(),init:function(g){this.cfg=this.cfg.extend(g),this.reset()},reset:function(){x.reset.call(this),this._doReset()},update:function(g){return this._append(g),this._process(),this},finalize:function(g){g&&this._append(g);var w=this._doFinalize();return w},blockSize:16,_createHelper:function(g){return function(w,A){return new g.init(A).finalize(w)}},_createHmacHelper:function(g){return function(w,A){return new d.HMAC.init(g,A).finalize(w)}}});var d=u.algo={};return u})(Math);return s})})(Ds)),Ds.exports}var Ts={exports:{}},r0=Ts.exports,hr;function bs(){return hr||(hr=1,(function(t,e){(function(s,a){t.exports=a(ie())})(r0,function(s){return(function(a){var i=s,r=i.lib,n=r.Base,h=r.WordArray,u=i.x64={};u.Word=n.extend({init:function(c,l){this.high=c,this.low=l}}),u.WordArray=n.extend({init:function(c,l){c=this.words=c||[],l!=a?this.sigBytes=l:this.sigBytes=c.length*8},toX32:function(){for(var c=this.words,l=c.length,f=[],_=0;_<l;_++){var p=c[_];f.push(p.high),f.push(p.low)}return h.create(f,this.sigBytes)},clone:function(){for(var c=n.clone.call(this),l=c.words=this.words.slice(0),f=l.length,_=0;_<f;_++)l[_]=l[_].clone();return c}})})(),s})})(Ts)),Ts.exports}var Is={exports:{}},n0=Is.exports,cr;function o0(){return cr||(cr=1,(function(t,e){(function(s,a){t.exports=a(ie())})(n0,function(s){return(function(){if(typeof ArrayBuffer=="function"){var a=s,i=a.lib,r=i.WordArray,n=r.init,h=r.init=function(u){if(u instanceof ArrayBuffer&&(u=new Uint8Array(u)),(u instanceof Int8Array||typeof Uint8ClampedArray<"u"&&u instanceof Uint8ClampedArray||u instanceof Int16Array||u instanceof Uint16Array||u instanceof Int32Array||u instanceof Uint32Array||u instanceof Float32Array||u instanceof Float64Array)&&(u=new Uint8Array(u.buffer,u.byteOffset,u.byteLength)),u instanceof Uint8Array){for(var c=u.byteLength,l=[],f=0;f<c;f++)l[f>>>2]|=u[f]<<24-f%4*8;n.call(this,l,c)}else n.apply(this,arguments)};h.prototype=r}})(),s.lib.WordArray})})(Is)),Is.exports}var Ps={exports:{}},h0=Ps.exports,ur;function c0(){return ur||(ur=1,(function(t,e){(function(s,a){t.exports=a(ie())})(h0,function(s){return(function(){var a=s,i=a.lib,r=i.WordArray,n=a.enc;n.Utf16=n.Utf16BE={stringify:function(u){for(var c=u.words,l=u.sigBytes,f=[],_=0;_<l;_+=2){var p=c[_>>>2]>>>16-_%4*8&65535;f.push(String.fromCharCode(p))}return f.join("")},parse:function(u){for(var c=u.length,l=[],f=0;f<c;f++)l[f>>>1]|=u.charCodeAt(f)<<16-f%2*16;return r.create(l,c*2)}},n.Utf16LE={stringify:function(u){for(var c=u.words,l=u.sigBytes,f=[],_=0;_<l;_+=2){var p=h(c[_>>>2]>>>16-_%4*8&65535);f.push(String.fromCharCode(p))}return f.join("")},parse:function(u){for(var c=u.length,l=[],f=0;f<c;f++)l[f>>>1]|=h(u.charCodeAt(f)<<16-f%2*16);return r.create(l,c*2)}};function h(u){return u<<8&4278255360|u>>>8&16711935}})(),s.enc.Utf16})})(Ps)),Ps.exports}var Ns={exports:{}},u0=Ns.exports,lr;function It(){return lr||(lr=1,(function(t,e){(function(s,a){t.exports=a(ie())})(u0,function(s){return(function(){var a=s,i=a.lib,r=i.WordArray,n=a.enc;n.Base64={stringify:function(u){var c=u.words,l=u.sigBytes,f=this._map;u.clamp();for(var _=[],p=0;p<l;p+=3)for(var m=c[p>>>2]>>>24-p%4*8&255,v=c[p+1>>>2]>>>24-(p+1)%4*8&255,x=c[p+2>>>2]>>>24-(p+2)%4*8&255,d=m<<16|v<<8|x,g=0;g<4&&p+g*.75<l;g++)_.push(f.charAt(d>>>6*(3-g)&63));var w=f.charAt(64);if(w)for(;_.length%4;)_.push(w);return _.join("")},parse:function(u){var c=u.length,l=this._map,f=this._reverseMap;if(!f){f=this._reverseMap=[];for(var _=0;_<l.length;_++)f[l.charCodeAt(_)]=_}var p=l.charAt(64);if(p){var m=u.indexOf(p);m!==-1&&(c=m)}return h(u,c,f)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function h(u,c,l){for(var f=[],_=0,p=0;p<c;p++)if(p%4){var m=l[u.charCodeAt(p-1)]<<p%4*2,v=l[u.charCodeAt(p)]>>>6-p%4*2,x=m|v;f[_>>>2]|=x<<24-_%4*8,_++}return r.create(f,_)}})(),s.enc.Base64})})(Ns)),Ns.exports}var Os={exports:{}},l0=Os.exports,_r;function _0(){return _r||(_r=1,(function(t,e){(function(s,a){t.exports=a(ie())})(l0,function(s){return(function(){var a=s,i=a.lib,r=i.WordArray,n=a.enc;n.Base64url={stringify:function(u,c){c===void 0&&(c=!0);var l=u.words,f=u.sigBytes,_=c?this._safe_map:this._map;u.clamp();for(var p=[],m=0;m<f;m+=3)for(var v=l[m>>>2]>>>24-m%4*8&255,x=l[m+1>>>2]>>>24-(m+1)%4*8&255,d=l[m+2>>>2]>>>24-(m+2)%4*8&255,g=v<<16|x<<8|d,w=0;w<4&&m+w*.75<f;w++)p.push(_.charAt(g>>>6*(3-w)&63));var A=_.charAt(64);if(A)for(;p.length%4;)p.push(A);return p.join("")},parse:function(u,c){c===void 0&&(c=!0);var l=u.length,f=c?this._safe_map:this._map,_=this._reverseMap;if(!_){_=this._reverseMap=[];for(var p=0;p<f.length;p++)_[f.charCodeAt(p)]=p}var m=f.charAt(64);if(m){var v=u.indexOf(m);v!==-1&&(l=v)}return h(u,l,_)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function h(u,c,l){for(var f=[],_=0,p=0;p<c;p++)if(p%4){var m=l[u.charCodeAt(p-1)]<<p%4*2,v=l[u.charCodeAt(p)]>>>6-p%4*2,x=m|v;f[_>>>2]|=x<<24-_%4*8,_++}return r.create(f,_)}})(),s.enc.Base64url})})(Os)),Os.exports}var Ms={exports:{}},f0=Ms.exports,fr;function Pt(){return fr||(fr=1,(function(t,e){(function(s,a){t.exports=a(ie())})(f0,function(s){return(function(a){var i=s,r=i.lib,n=r.WordArray,h=r.Hasher,u=i.algo,c=[];(function(){for(var v=0;v<64;v++)c[v]=a.abs(a.sin(v+1))*4294967296|0})();var l=u.MD5=h.extend({_doReset:function(){this._hash=new n.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(v,x){for(var d=0;d<16;d++){var g=x+d,w=v[g];v[g]=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360}var A=this._hash.words,S=v[x+0],y=v[x+1],C=v[x+2],I=v[x+3],L=v[x+4],T=v[x+5],b=v[x+6],M=v[x+7],B=v[x+8],K=v[x+9],j=v[x+10],Z=v[x+11],_e=v[x+12],ce=v[x+13],pe=v[x+14],fe=v[x+15],R=A[0],U=A[1],V=A[2],k=A[3];R=f(R,U,V,k,S,7,c[0]),k=f(k,R,U,V,y,12,c[1]),V=f(V,k,R,U,C,17,c[2]),U=f(U,V,k,R,I,22,c[3]),R=f(R,U,V,k,L,7,c[4]),k=f(k,R,U,V,T,12,c[5]),V=f(V,k,R,U,b,17,c[6]),U=f(U,V,k,R,M,22,c[7]),R=f(R,U,V,k,B,7,c[8]),k=f(k,R,U,V,K,12,c[9]),V=f(V,k,R,U,j,17,c[10]),U=f(U,V,k,R,Z,22,c[11]),R=f(R,U,V,k,_e,7,c[12]),k=f(k,R,U,V,ce,12,c[13]),V=f(V,k,R,U,pe,17,c[14]),U=f(U,V,k,R,fe,22,c[15]),R=_(R,U,V,k,y,5,c[16]),k=_(k,R,U,V,b,9,c[17]),V=_(V,k,R,U,Z,14,c[18]),U=_(U,V,k,R,S,20,c[19]),R=_(R,U,V,k,T,5,c[20]),k=_(k,R,U,V,j,9,c[21]),V=_(V,k,R,U,fe,14,c[22]),U=_(U,V,k,R,L,20,c[23]),R=_(R,U,V,k,K,5,c[24]),k=_(k,R,U,V,pe,9,c[25]),V=_(V,k,R,U,I,14,c[26]),U=_(U,V,k,R,B,20,c[27]),R=_(R,U,V,k,ce,5,c[28]),k=_(k,R,U,V,C,9,c[29]),V=_(V,k,R,U,M,14,c[30]),U=_(U,V,k,R,_e,20,c[31]),R=p(R,U,V,k,T,4,c[32]),k=p(k,R,U,V,B,11,c[33]),V=p(V,k,R,U,Z,16,c[34]),U=p(U,V,k,R,pe,23,c[35]),R=p(R,U,V,k,y,4,c[36]),k=p(k,R,U,V,L,11,c[37]),V=p(V,k,R,U,M,16,c[38]),U=p(U,V,k,R,j,23,c[39]),R=p(R,U,V,k,ce,4,c[40]),k=p(k,R,U,V,S,11,c[41]),V=p(V,k,R,U,I,16,c[42]),U=p(U,V,k,R,b,23,c[43]),R=p(R,U,V,k,K,4,c[44]),k=p(k,R,U,V,_e,11,c[45]),V=p(V,k,R,U,fe,16,c[46]),U=p(U,V,k,R,C,23,c[47]),R=m(R,U,V,k,S,6,c[48]),k=m(k,R,U,V,M,10,c[49]),V=m(V,k,R,U,pe,15,c[50]),U=m(U,V,k,R,T,21,c[51]),R=m(R,U,V,k,_e,6,c[52]),k=m(k,R,U,V,I,10,c[53]),V=m(V,k,R,U,j,15,c[54]),U=m(U,V,k,R,y,21,c[55]),R=m(R,U,V,k,B,6,c[56]),k=m(k,R,U,V,fe,10,c[57]),V=m(V,k,R,U,b,15,c[58]),U=m(U,V,k,R,ce,21,c[59]),R=m(R,U,V,k,L,6,c[60]),k=m(k,R,U,V,Z,10,c[61]),V=m(V,k,R,U,C,15,c[62]),U=m(U,V,k,R,K,21,c[63]),A[0]=A[0]+R|0,A[1]=A[1]+U|0,A[2]=A[2]+V|0,A[3]=A[3]+k|0},_doFinalize:function(){var v=this._data,x=v.words,d=this._nDataBytes*8,g=v.sigBytes*8;x[g>>>5]|=128<<24-g%32;var w=a.floor(d/4294967296),A=d;x[(g+64>>>9<<4)+15]=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360,x[(g+64>>>9<<4)+14]=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360,v.sigBytes=(x.length+1)*4,this._process();for(var S=this._hash,y=S.words,C=0;C<4;C++){var I=y[C];y[C]=(I<<8|I>>>24)&16711935|(I<<24|I>>>8)&4278255360}return S},clone:function(){var v=h.clone.call(this);return v._hash=this._hash.clone(),v}});function f(v,x,d,g,w,A,S){var y=v+(x&d|~x&g)+w+S;return(y<<A|y>>>32-A)+x}function _(v,x,d,g,w,A,S){var y=v+(x&g|d&~g)+w+S;return(y<<A|y>>>32-A)+x}function p(v,x,d,g,w,A,S){var y=v+(x^d^g)+w+S;return(y<<A|y>>>32-A)+x}function m(v,x,d,g,w,A,S){var y=v+(d^(x|~g))+w+S;return(y<<A|y>>>32-A)+x}i.MD5=h._createHelper(l),i.HmacMD5=h._createHmacHelper(l)})(Math),s.MD5})})(Ms)),Ms.exports}var Bs={exports:{}},d0=Bs.exports,dr;function pr(){return dr||(dr=1,(function(t,e){(function(s,a){t.exports=a(ie())})(d0,function(s){return(function(){var a=s,i=a.lib,r=i.WordArray,n=i.Hasher,h=a.algo,u=[],c=h.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(l,f){for(var _=this._hash.words,p=_[0],m=_[1],v=_[2],x=_[3],d=_[4],g=0;g<80;g++){if(g<16)u[g]=l[f+g]|0;else{var w=u[g-3]^u[g-8]^u[g-14]^u[g-16];u[g]=w<<1|w>>>31}var A=(p<<5|p>>>27)+d+u[g];g<20?A+=(m&v|~m&x)+1518500249:g<40?A+=(m^v^x)+1859775393:g<60?A+=(m&v|m&x|v&x)-1894007588:A+=(m^v^x)-899497514,d=x,x=v,v=m<<30|m>>>2,m=p,p=A}_[0]=_[0]+p|0,_[1]=_[1]+m|0,_[2]=_[2]+v|0,_[3]=_[3]+x|0,_[4]=_[4]+d|0},_doFinalize:function(){var l=this._data,f=l.words,_=this._nDataBytes*8,p=l.sigBytes*8;return f[p>>>5]|=128<<24-p%32,f[(p+64>>>9<<4)+14]=Math.floor(_/4294967296),f[(p+64>>>9<<4)+15]=_,l.sigBytes=f.length*4,this._process(),this._hash},clone:function(){var l=n.clone.call(this);return l._hash=this._hash.clone(),l}});a.SHA1=n._createHelper(c),a.HmacSHA1=n._createHmacHelper(c)})(),s.SHA1})})(Bs)),Bs.exports}var Rs={exports:{}},p0=Rs.exports,mr;function ka(){return mr||(mr=1,(function(t,e){(function(s,a){t.exports=a(ie())})(p0,function(s){return(function(a){var i=s,r=i.lib,n=r.WordArray,h=r.Hasher,u=i.algo,c=[],l=[];(function(){function p(d){for(var g=a.sqrt(d),w=2;w<=g;w++)if(!(d%w))return!1;return!0}function m(d){return(d-(d|0))*4294967296|0}for(var v=2,x=0;x<64;)p(v)&&(x<8&&(c[x]=m(a.pow(v,.5))),l[x]=m(a.pow(v,.3333333333333333)),x++),v++})();var f=[],_=u.SHA256=h.extend({_doReset:function(){this._hash=new n.init(c.slice(0))},_doProcessBlock:function(p,m){for(var v=this._hash.words,x=v[0],d=v[1],g=v[2],w=v[3],A=v[4],S=v[5],y=v[6],C=v[7],I=0;I<64;I++){if(I<16)f[I]=p[m+I]|0;else{var L=f[I-15],T=(L<<25|L>>>7)^(L<<14|L>>>18)^L>>>3,b=f[I-2],M=(b<<15|b>>>17)^(b<<13|b>>>19)^b>>>10;f[I]=T+f[I-7]+M+f[I-16]}var B=A&S^~A&y,K=x&d^x&g^d&g,j=(x<<30|x>>>2)^(x<<19|x>>>13)^(x<<10|x>>>22),Z=(A<<26|A>>>6)^(A<<21|A>>>11)^(A<<7|A>>>25),_e=C+Z+B+l[I]+f[I],ce=j+K;C=y,y=S,S=A,A=w+_e|0,w=g,g=d,d=x,x=_e+ce|0}v[0]=v[0]+x|0,v[1]=v[1]+d|0,v[2]=v[2]+g|0,v[3]=v[3]+w|0,v[4]=v[4]+A|0,v[5]=v[5]+S|0,v[6]=v[6]+y|0,v[7]=v[7]+C|0},_doFinalize:function(){var p=this._data,m=p.words,v=this._nDataBytes*8,x=p.sigBytes*8;return m[x>>>5]|=128<<24-x%32,m[(x+64>>>9<<4)+14]=a.floor(v/4294967296),m[(x+64>>>9<<4)+15]=v,p.sigBytes=m.length*4,this._process(),this._hash},clone:function(){var p=h.clone.call(this);return p._hash=this._hash.clone(),p}});i.SHA256=h._createHelper(_),i.HmacSHA256=h._createHmacHelper(_)})(Math),s.SHA256})})(Rs)),Rs.exports}var Ls={exports:{}},m0=Ls.exports,Er;function E0(){return Er||(Er=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),ka())})(m0,function(s){return(function(){var a=s,i=a.lib,r=i.WordArray,n=a.algo,h=n.SHA256,u=n.SHA224=h.extend({_doReset:function(){this._hash=new r.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var c=h._doFinalize.call(this);return c.sigBytes-=4,c}});a.SHA224=h._createHelper(u),a.HmacSHA224=h._createHmacHelper(u)})(),s.SHA224})})(Ls)),Ls.exports}var Fs={exports:{}},x0=Fs.exports,xr;function gr(){return xr||(xr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),bs())})(x0,function(s){return(function(){var a=s,i=a.lib,r=i.Hasher,n=a.x64,h=n.Word,u=n.WordArray,c=a.algo;function l(){return h.create.apply(h,arguments)}var f=[l(1116352408,3609767458),l(1899447441,602891725),l(3049323471,3964484399),l(3921009573,2173295548),l(961987163,4081628472),l(1508970993,3053834265),l(2453635748,2937671579),l(2870763221,3664609560),l(3624381080,2734883394),l(310598401,1164996542),l(607225278,1323610764),l(1426881987,3590304994),l(1925078388,4068182383),l(2162078206,991336113),l(2614888103,633803317),l(3248222580,3479774868),l(3835390401,2666613458),l(4022224774,944711139),l(264347078,2341262773),l(604807628,2007800933),l(770255983,1495990901),l(1249150122,1856431235),l(1555081692,3175218132),l(1996064986,2198950837),l(2554220882,3999719339),l(2821834349,766784016),l(2952996808,2566594879),l(3210313671,3203337956),l(3336571891,1034457026),l(3584528711,2466948901),l(113926993,3758326383),l(338241895,168717936),l(666307205,1188179964),l(773529912,1546045734),l(1294757372,1522805485),l(1396182291,2643833823),l(1695183700,2343527390),l(1986661051,1014477480),l(2177026350,1206759142),l(2456956037,344077627),l(2730485921,1290863460),l(2820302411,3158454273),l(3259730800,3505952657),l(3345764771,106217008),l(3516065817,3606008344),l(3600352804,1432725776),l(4094571909,1467031594),l(275423344,851169720),l(430227734,3100823752),l(506948616,1363258195),l(659060556,3750685593),l(883997877,3785050280),l(958139571,3318307427),l(1322822218,3812723403),l(1537002063,2003034995),l(1747873779,3602036899),l(1955562222,1575990012),l(2024104815,1125592928),l(2227730452,2716904306),l(2361852424,442776044),l(2428436474,593698344),l(2756734187,3733110249),l(3204031479,2999351573),l(3329325298,3815920427),l(3391569614,3928383900),l(3515267271,566280711),l(3940187606,3454069534),l(4118630271,4000239992),l(116418474,1914138554),l(174292421,2731055270),l(289380356,3203993006),l(460393269,320620315),l(685471733,587496836),l(852142971,1086792851),l(1017036298,365543100),l(1126000580,2618297676),l(1288033470,3409855158),l(1501505948,4234509866),l(1607167915,987167468),l(1816402316,1246189591)],_=[];(function(){for(var m=0;m<80;m++)_[m]=l()})();var p=c.SHA512=r.extend({_doReset:function(){this._hash=new u.init([new h.init(1779033703,4089235720),new h.init(3144134277,2227873595),new h.init(1013904242,4271175723),new h.init(2773480762,1595750129),new h.init(1359893119,2917565137),new h.init(2600822924,725511199),new h.init(528734635,4215389547),new h.init(1541459225,327033209)])},_doProcessBlock:function(m,v){for(var x=this._hash.words,d=x[0],g=x[1],w=x[2],A=x[3],S=x[4],y=x[5],C=x[6],I=x[7],L=d.high,T=d.low,b=g.high,M=g.low,B=w.high,K=w.low,j=A.high,Z=A.low,_e=S.high,ce=S.low,pe=y.high,fe=y.low,R=C.high,U=C.low,V=I.high,k=I.low,Ee=L,me=T,Me=b,te=M,os=B,Wt=K,di=j,hs=Z,rt=_e,Ue=ce,ga=pe,cs=fe,va=R,us=U,pi=V,ls=k,nt=0;nt<80;nt++){var Ze,yt,wa=_[nt];if(nt<16)yt=wa.high=m[v+nt*2]|0,Ze=wa.low=m[v+nt*2+1]|0;else{var Qn=_[nt-15],Ht=Qn.high,_s=Qn.low,dl=(Ht>>>1|_s<<31)^(Ht>>>8|_s<<24)^Ht>>>7,eo=(_s>>>1|Ht<<31)^(_s>>>8|Ht<<24)^(_s>>>7|Ht<<25),to=_[nt-2],Gt=to.high,fs=to.low,pl=(Gt>>>19|fs<<13)^(Gt<<3|fs>>>29)^Gt>>>6,so=(fs>>>19|Gt<<13)^(fs<<3|Gt>>>29)^(fs>>>6|Gt<<26),ao=_[nt-7],ml=ao.high,El=ao.low,io=_[nt-16],xl=io.high,ro=io.low;Ze=eo+El,yt=dl+ml+(Ze>>>0<eo>>>0?1:0),Ze=Ze+so,yt=yt+pl+(Ze>>>0<so>>>0?1:0),Ze=Ze+ro,yt=yt+xl+(Ze>>>0<ro>>>0?1:0),wa.high=yt,wa.low=Ze}var gl=rt&ga^~rt&va,no=Ue&cs^~Ue&us,vl=Ee&Me^Ee&os^Me&os,wl=me&te^me&Wt^te&Wt,Al=(Ee>>>28|me<<4)^(Ee<<30|me>>>2)^(Ee<<25|me>>>7),oo=(me>>>28|Ee<<4)^(me<<30|Ee>>>2)^(me<<25|Ee>>>7),yl=(rt>>>14|Ue<<18)^(rt>>>18|Ue<<14)^(rt<<23|Ue>>>9),Sl=(Ue>>>14|rt<<18)^(Ue>>>18|rt<<14)^(Ue<<23|rt>>>9),ho=f[nt],Cl=ho.high,co=ho.low,Ve=ls+Sl,St=pi+yl+(Ve>>>0<ls>>>0?1:0),Ve=Ve+no,St=St+gl+(Ve>>>0<no>>>0?1:0),Ve=Ve+co,St=St+Cl+(Ve>>>0<co>>>0?1:0),Ve=Ve+Ze,St=St+yt+(Ve>>>0<Ze>>>0?1:0),uo=oo+wl,Dl=Al+vl+(uo>>>0<oo>>>0?1:0);pi=va,ls=us,va=ga,us=cs,ga=rt,cs=Ue,Ue=hs+Ve|0,rt=di+St+(Ue>>>0<hs>>>0?1:0)|0,di=os,hs=Wt,os=Me,Wt=te,Me=Ee,te=me,me=Ve+uo|0,Ee=St+Dl+(me>>>0<Ve>>>0?1:0)|0}T=d.low=T+me,d.high=L+Ee+(T>>>0<me>>>0?1:0),M=g.low=M+te,g.high=b+Me+(M>>>0<te>>>0?1:0),K=w.low=K+Wt,w.high=B+os+(K>>>0<Wt>>>0?1:0),Z=A.low=Z+hs,A.high=j+di+(Z>>>0<hs>>>0?1:0),ce=S.low=ce+Ue,S.high=_e+rt+(ce>>>0<Ue>>>0?1:0),fe=y.low=fe+cs,y.high=pe+ga+(fe>>>0<cs>>>0?1:0),U=C.low=U+us,C.high=R+va+(U>>>0<us>>>0?1:0),k=I.low=k+ls,I.high=V+pi+(k>>>0<ls>>>0?1:0)},_doFinalize:function(){var m=this._data,v=m.words,x=this._nDataBytes*8,d=m.sigBytes*8;v[d>>>5]|=128<<24-d%32,v[(d+128>>>10<<5)+30]=Math.floor(x/4294967296),v[(d+128>>>10<<5)+31]=x,m.sigBytes=v.length*4,this._process();var g=this._hash.toX32();return g},clone:function(){var m=r.clone.call(this);return m._hash=this._hash.clone(),m},blockSize:1024/32});a.SHA512=r._createHelper(p),a.HmacSHA512=r._createHmacHelper(p)})(),s.SHA512})})(Fs)),Fs.exports}var ks={exports:{}},g0=ks.exports,vr;function v0(){return vr||(vr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),bs(),gr())})(g0,function(s){return(function(){var a=s,i=a.x64,r=i.Word,n=i.WordArray,h=a.algo,u=h.SHA512,c=h.SHA384=u.extend({_doReset:function(){this._hash=new n.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var l=u._doFinalize.call(this);return l.sigBytes-=16,l}});a.SHA384=u._createHelper(c),a.HmacSHA384=u._createHmacHelper(c)})(),s.SHA384})})(ks)),ks.exports}var Us={exports:{}},w0=Us.exports,wr;function A0(){return wr||(wr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),bs())})(w0,function(s){return(function(a){var i=s,r=i.lib,n=r.WordArray,h=r.Hasher,u=i.x64,c=u.Word,l=i.algo,f=[],_=[],p=[];(function(){for(var x=1,d=0,g=0;g<24;g++){f[x+5*d]=(g+1)*(g+2)/2%64;var w=d%5,A=(2*x+3*d)%5;x=w,d=A}for(var x=0;x<5;x++)for(var d=0;d<5;d++)_[x+5*d]=d+(2*x+3*d)%5*5;for(var S=1,y=0;y<24;y++){for(var C=0,I=0,L=0;L<7;L++){if(S&1){var T=(1<<L)-1;T<32?I^=1<<T:C^=1<<T-32}S&128?S=S<<1^113:S<<=1}p[y]=c.create(C,I)}})();var m=[];(function(){for(var x=0;x<25;x++)m[x]=c.create()})();var v=l.SHA3=h.extend({cfg:h.cfg.extend({outputLength:512}),_doReset:function(){for(var x=this._state=[],d=0;d<25;d++)x[d]=new c.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(x,d){for(var g=this._state,w=this.blockSize/2,A=0;A<w;A++){var S=x[d+2*A],y=x[d+2*A+1];S=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360,y=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360;var C=g[A];C.high^=y,C.low^=S}for(var I=0;I<24;I++){for(var L=0;L<5;L++){for(var T=0,b=0,M=0;M<5;M++){var C=g[L+5*M];T^=C.high,b^=C.low}var B=m[L];B.high=T,B.low=b}for(var L=0;L<5;L++)for(var K=m[(L+4)%5],j=m[(L+1)%5],Z=j.high,_e=j.low,T=K.high^(Z<<1|_e>>>31),b=K.low^(_e<<1|Z>>>31),M=0;M<5;M++){var C=g[L+5*M];C.high^=T,C.low^=b}for(var ce=1;ce<25;ce++){var T,b,C=g[ce],pe=C.high,fe=C.low,R=f[ce];R<32?(T=pe<<R|fe>>>32-R,b=fe<<R|pe>>>32-R):(T=fe<<R-32|pe>>>64-R,b=pe<<R-32|fe>>>64-R);var U=m[_[ce]];U.high=T,U.low=b}var V=m[0],k=g[0];V.high=k.high,V.low=k.low;for(var L=0;L<5;L++)for(var M=0;M<5;M++){var ce=L+5*M,C=g[ce],Ee=m[ce],me=m[(L+1)%5+5*M],Me=m[(L+2)%5+5*M];C.high=Ee.high^~me.high&Me.high,C.low=Ee.low^~me.low&Me.low}var C=g[0],te=p[I];C.high^=te.high,C.low^=te.low}},_doFinalize:function(){var x=this._data,d=x.words;this._nDataBytes*8;var g=x.sigBytes*8,w=this.blockSize*32;d[g>>>5]|=1<<24-g%32,d[(a.ceil((g+1)/w)*w>>>5)-1]|=128,x.sigBytes=d.length*4,this._process();for(var A=this._state,S=this.cfg.outputLength/8,y=S/8,C=[],I=0;I<y;I++){var L=A[I],T=L.high,b=L.low;T=(T<<8|T>>>24)&16711935|(T<<24|T>>>8)&4278255360,b=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360,C.push(b),C.push(T)}return new n.init(C,S)},clone:function(){for(var x=h.clone.call(this),d=x._state=this._state.slice(0),g=0;g<25;g++)d[g]=d[g].clone();return x}});i.SHA3=h._createHelper(v),i.HmacSHA3=h._createHmacHelper(v)})(Math),s.SHA3})})(Us)),Us.exports}var Vs={exports:{}},y0=Vs.exports,Ar;function S0(){return Ar||(Ar=1,(function(t,e){(function(s,a){t.exports=a(ie())})(y0,function(s){/** @preserve
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
*/return(function(a){var i=s,r=i.lib,n=r.WordArray,h=r.Hasher,u=i.algo,c=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),l=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),f=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),_=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),p=n.create([0,1518500249,1859775393,2400959708,2840853838]),m=n.create([1352829926,1548603684,1836072691,2053994217,0]),v=u.RIPEMD160=h.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(y,C){for(var I=0;I<16;I++){var L=C+I,T=y[L];y[L]=(T<<8|T>>>24)&16711935|(T<<24|T>>>8)&4278255360}var b=this._hash.words,M=p.words,B=m.words,K=c.words,j=l.words,Z=f.words,_e=_.words,ce,pe,fe,R,U,V,k,Ee,me,Me;V=ce=b[0],k=pe=b[1],Ee=fe=b[2],me=R=b[3],Me=U=b[4];for(var te,I=0;I<80;I+=1)te=ce+y[C+K[I]]|0,I<16?te+=x(pe,fe,R)+M[0]:I<32?te+=d(pe,fe,R)+M[1]:I<48?te+=g(pe,fe,R)+M[2]:I<64?te+=w(pe,fe,R)+M[3]:te+=A(pe,fe,R)+M[4],te=te|0,te=S(te,Z[I]),te=te+U|0,ce=U,U=R,R=S(fe,10),fe=pe,pe=te,te=V+y[C+j[I]]|0,I<16?te+=A(k,Ee,me)+B[0]:I<32?te+=w(k,Ee,me)+B[1]:I<48?te+=g(k,Ee,me)+B[2]:I<64?te+=d(k,Ee,me)+B[3]:te+=x(k,Ee,me)+B[4],te=te|0,te=S(te,_e[I]),te=te+Me|0,V=Me,Me=me,me=S(Ee,10),Ee=k,k=te;te=b[1]+fe+me|0,b[1]=b[2]+R+Me|0,b[2]=b[3]+U+V|0,b[3]=b[4]+ce+k|0,b[4]=b[0]+pe+Ee|0,b[0]=te},_doFinalize:function(){var y=this._data,C=y.words,I=this._nDataBytes*8,L=y.sigBytes*8;C[L>>>5]|=128<<24-L%32,C[(L+64>>>9<<4)+14]=(I<<8|I>>>24)&16711935|(I<<24|I>>>8)&4278255360,y.sigBytes=(C.length+1)*4,this._process();for(var T=this._hash,b=T.words,M=0;M<5;M++){var B=b[M];b[M]=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360}return T},clone:function(){var y=h.clone.call(this);return y._hash=this._hash.clone(),y}});function x(y,C,I){return y^C^I}function d(y,C,I){return y&C|~y&I}function g(y,C,I){return(y|~C)^I}function w(y,C,I){return y&I|C&~I}function A(y,C,I){return y^(C|~I)}function S(y,C){return y<<C|y>>>32-C}i.RIPEMD160=h._createHelper(v),i.HmacRIPEMD160=h._createHmacHelper(v)})(),s.RIPEMD160})})(Vs)),Vs.exports}var Ys={exports:{}},C0=Ys.exports,yr;function Ua(){return yr||(yr=1,(function(t,e){(function(s,a){t.exports=a(ie())})(C0,function(s){(function(){var a=s,i=a.lib,r=i.Base,n=a.enc,h=n.Utf8,u=a.algo;u.HMAC=r.extend({init:function(c,l){c=this._hasher=new c.init,typeof l=="string"&&(l=h.parse(l));var f=c.blockSize,_=f*4;l.sigBytes>_&&(l=c.finalize(l)),l.clamp();for(var p=this._oKey=l.clone(),m=this._iKey=l.clone(),v=p.words,x=m.words,d=0;d<f;d++)v[d]^=1549556828,x[d]^=909522486;p.sigBytes=m.sigBytes=_,this.reset()},reset:function(){var c=this._hasher;c.reset(),c.update(this._iKey)},update:function(c){return this._hasher.update(c),this},finalize:function(c){var l=this._hasher,f=l.finalize(c);l.reset();var _=l.finalize(this._oKey.clone().concat(f));return _}})})()})})(Ys)),Ys.exports}var Ws={exports:{}},D0=Ws.exports,Sr;function T0(){return Sr||(Sr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),ka(),Ua())})(D0,function(s){return(function(){var a=s,i=a.lib,r=i.Base,n=i.WordArray,h=a.algo,u=h.SHA256,c=h.HMAC,l=h.PBKDF2=r.extend({cfg:r.extend({keySize:128/32,hasher:u,iterations:25e4}),init:function(f){this.cfg=this.cfg.extend(f)},compute:function(f,_){for(var p=this.cfg,m=c.create(p.hasher,f),v=n.create(),x=n.create([1]),d=v.words,g=x.words,w=p.keySize,A=p.iterations;d.length<w;){var S=m.update(_).finalize(x);m.reset();for(var y=S.words,C=y.length,I=S,L=1;L<A;L++){I=m.finalize(I),m.reset();for(var T=I.words,b=0;b<C;b++)y[b]^=T[b]}v.concat(S),g[0]++}return v.sigBytes=w*4,v}});a.PBKDF2=function(f,_,p){return l.create(p).compute(f,_)}})(),s.PBKDF2})})(Ws)),Ws.exports}var Hs={exports:{}},b0=Hs.exports,Cr;function xt(){return Cr||(Cr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),pr(),Ua())})(b0,function(s){return(function(){var a=s,i=a.lib,r=i.Base,n=i.WordArray,h=a.algo,u=h.MD5,c=h.EvpKDF=r.extend({cfg:r.extend({keySize:128/32,hasher:u,iterations:1}),init:function(l){this.cfg=this.cfg.extend(l)},compute:function(l,f){for(var _,p=this.cfg,m=p.hasher.create(),v=n.create(),x=v.words,d=p.keySize,g=p.iterations;x.length<d;){_&&m.update(_),_=m.update(l).finalize(f),m.reset();for(var w=1;w<g;w++)_=m.finalize(_),m.reset();v.concat(_)}return v.sigBytes=d*4,v}});a.EvpKDF=function(l,f,_){return c.create(_).compute(l,f)}})(),s.EvpKDF})})(Hs)),Hs.exports}var Gs={exports:{}},I0=Gs.exports,Dr;function De(){return Dr||(Dr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),xt())})(I0,function(s){s.lib.Cipher||(function(a){var i=s,r=i.lib,n=r.Base,h=r.WordArray,u=r.BufferedBlockAlgorithm,c=i.enc;c.Utf8;var l=c.Base64,f=i.algo,_=f.EvpKDF,p=r.Cipher=u.extend({cfg:n.extend(),createEncryptor:function(T,b){return this.create(this._ENC_XFORM_MODE,T,b)},createDecryptor:function(T,b){return this.create(this._DEC_XFORM_MODE,T,b)},init:function(T,b,M){this.cfg=this.cfg.extend(M),this._xformMode=T,this._key=b,this.reset()},reset:function(){u.reset.call(this),this._doReset()},process:function(T){return this._append(T),this._process()},finalize:function(T){T&&this._append(T);var b=this._doFinalize();return b},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:(function(){function T(b){return typeof b=="string"?L:y}return function(b){return{encrypt:function(M,B,K){return T(B).encrypt(b,M,B,K)},decrypt:function(M,B,K){return T(B).decrypt(b,M,B,K)}}}})()});r.StreamCipher=p.extend({_doFinalize:function(){var T=this._process(!0);return T},blockSize:1});var m=i.mode={},v=r.BlockCipherMode=n.extend({createEncryptor:function(T,b){return this.Encryptor.create(T,b)},createDecryptor:function(T,b){return this.Decryptor.create(T,b)},init:function(T,b){this._cipher=T,this._iv=b}}),x=m.CBC=(function(){var T=v.extend();T.Encryptor=T.extend({processBlock:function(M,B){var K=this._cipher,j=K.blockSize;b.call(this,M,B,j),K.encryptBlock(M,B),this._prevBlock=M.slice(B,B+j)}}),T.Decryptor=T.extend({processBlock:function(M,B){var K=this._cipher,j=K.blockSize,Z=M.slice(B,B+j);K.decryptBlock(M,B),b.call(this,M,B,j),this._prevBlock=Z}});function b(M,B,K){var j,Z=this._iv;Z?(j=Z,this._iv=a):j=this._prevBlock;for(var _e=0;_e<K;_e++)M[B+_e]^=j[_e]}return T})(),d=i.pad={},g=d.Pkcs7={pad:function(T,b){for(var M=b*4,B=M-T.sigBytes%M,K=B<<24|B<<16|B<<8|B,j=[],Z=0;Z<B;Z+=4)j.push(K);var _e=h.create(j,B);T.concat(_e)},unpad:function(T){var b=T.words[T.sigBytes-1>>>2]&255;T.sigBytes-=b}};r.BlockCipher=p.extend({cfg:p.cfg.extend({mode:x,padding:g}),reset:function(){var T;p.reset.call(this);var b=this.cfg,M=b.iv,B=b.mode;this._xformMode==this._ENC_XFORM_MODE?T=B.createEncryptor:(T=B.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==T?this._mode.init(this,M&&M.words):(this._mode=T.call(B,this,M&&M.words),this._mode.__creator=T)},_doProcessBlock:function(T,b){this._mode.processBlock(T,b)},_doFinalize:function(){var T,b=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(b.pad(this._data,this.blockSize),T=this._process(!0)):(T=this._process(!0),b.unpad(T)),T},blockSize:4});var w=r.CipherParams=n.extend({init:function(T){this.mixIn(T)},toString:function(T){return(T||this.formatter).stringify(this)}}),A=i.format={},S=A.OpenSSL={stringify:function(T){var b,M=T.ciphertext,B=T.salt;return B?b=h.create([1398893684,1701076831]).concat(B).concat(M):b=M,b.toString(l)},parse:function(T){var b,M=l.parse(T),B=M.words;return B[0]==1398893684&&B[1]==1701076831&&(b=h.create(B.slice(2,4)),B.splice(0,4),M.sigBytes-=16),w.create({ciphertext:M,salt:b})}},y=r.SerializableCipher=n.extend({cfg:n.extend({format:S}),encrypt:function(T,b,M,B){B=this.cfg.extend(B);var K=T.createEncryptor(M,B),j=K.finalize(b),Z=K.cfg;return w.create({ciphertext:j,key:M,iv:Z.iv,algorithm:T,mode:Z.mode,padding:Z.padding,blockSize:T.blockSize,formatter:B.format})},decrypt:function(T,b,M,B){B=this.cfg.extend(B),b=this._parse(b,B.format);var K=T.createDecryptor(M,B).finalize(b.ciphertext);return K},_parse:function(T,b){return typeof T=="string"?b.parse(T,this):T}}),C=i.kdf={},I=C.OpenSSL={execute:function(T,b,M,B,K){if(B||(B=h.random(64/8)),K)var j=_.create({keySize:b+M,hasher:K}).compute(T,B);else var j=_.create({keySize:b+M}).compute(T,B);var Z=h.create(j.words.slice(b),M*4);return j.sigBytes=b*4,w.create({key:j,iv:Z,salt:B})}},L=r.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:I}),encrypt:function(T,b,M,B){B=this.cfg.extend(B);var K=B.kdf.execute(M,T.keySize,T.ivSize,B.salt,B.hasher);B.iv=K.iv;var j=y.encrypt.call(this,T,b,K.key,B);return j.mixIn(K),j},decrypt:function(T,b,M,B){B=this.cfg.extend(B),b=this._parse(b,B.format);var K=B.kdf.execute(M,T.keySize,T.ivSize,b.salt,B.hasher);B.iv=K.iv;var j=y.decrypt.call(this,T,b,K.key,B);return j}})})()})})(Gs)),Gs.exports}var Ks={exports:{}},P0=Ks.exports,Tr;function N0(){return Tr||(Tr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),De())})(P0,function(s){return s.mode.CFB=(function(){var a=s.lib.BlockCipherMode.extend();a.Encryptor=a.extend({processBlock:function(r,n){var h=this._cipher,u=h.blockSize;i.call(this,r,n,u,h),this._prevBlock=r.slice(n,n+u)}}),a.Decryptor=a.extend({processBlock:function(r,n){var h=this._cipher,u=h.blockSize,c=r.slice(n,n+u);i.call(this,r,n,u,h),this._prevBlock=c}});function i(r,n,h,u){var c,l=this._iv;l?(c=l.slice(0),this._iv=void 0):c=this._prevBlock,u.encryptBlock(c,0);for(var f=0;f<h;f++)r[n+f]^=c[f]}return a})(),s.mode.CFB})})(Ks)),Ks.exports}var js={exports:{}},O0=js.exports,br;function M0(){return br||(br=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),De())})(O0,function(s){return s.mode.CTR=(function(){var a=s.lib.BlockCipherMode.extend(),i=a.Encryptor=a.extend({processBlock:function(r,n){var h=this._cipher,u=h.blockSize,c=this._iv,l=this._counter;c&&(l=this._counter=c.slice(0),this._iv=void 0);var f=l.slice(0);h.encryptBlock(f,0),l[u-1]=l[u-1]+1|0;for(var _=0;_<u;_++)r[n+_]^=f[_]}});return a.Decryptor=i,a})(),s.mode.CTR})})(js)),js.exports}var Xs={exports:{}},B0=Xs.exports,Ir;function R0(){return Ir||(Ir=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),De())})(B0,function(s){/** @preserve
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
*/return s.mode.CTRGladman=(function(){var a=s.lib.BlockCipherMode.extend();function i(h){if((h>>24&255)===255){var u=h>>16&255,c=h>>8&255,l=h&255;u===255?(u=0,c===255?(c=0,l===255?l=0:++l):++c):++u,h=0,h+=u<<16,h+=c<<8,h+=l}else h+=16777216;return h}function r(h){return(h[0]=i(h[0]))===0&&(h[1]=i(h[1])),h}var n=a.Encryptor=a.extend({processBlock:function(h,u){var c=this._cipher,l=c.blockSize,f=this._iv,_=this._counter;f&&(_=this._counter=f.slice(0),this._iv=void 0),r(_);var p=_.slice(0);c.encryptBlock(p,0);for(var m=0;m<l;m++)h[u+m]^=p[m]}});return a.Decryptor=n,a})(),s.mode.CTRGladman})})(Xs)),Xs.exports}var $s={exports:{}},L0=$s.exports,Pr;function F0(){return Pr||(Pr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),De())})(L0,function(s){return s.mode.OFB=(function(){var a=s.lib.BlockCipherMode.extend(),i=a.Encryptor=a.extend({processBlock:function(r,n){var h=this._cipher,u=h.blockSize,c=this._iv,l=this._keystream;c&&(l=this._keystream=c.slice(0),this._iv=void 0),h.encryptBlock(l,0);for(var f=0;f<u;f++)r[n+f]^=l[f]}});return a.Decryptor=i,a})(),s.mode.OFB})})($s)),$s.exports}var qs={exports:{}},k0=qs.exports,Nr;function U0(){return Nr||(Nr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),De())})(k0,function(s){return s.mode.ECB=(function(){var a=s.lib.BlockCipherMode.extend();return a.Encryptor=a.extend({processBlock:function(i,r){this._cipher.encryptBlock(i,r)}}),a.Decryptor=a.extend({processBlock:function(i,r){this._cipher.decryptBlock(i,r)}}),a})(),s.mode.ECB})})(qs)),qs.exports}var Js={exports:{}},V0=Js.exports,Or;function Y0(){return Or||(Or=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),De())})(V0,function(s){return s.pad.AnsiX923={pad:function(a,i){var r=a.sigBytes,n=i*4,h=n-r%n,u=r+h-1;a.clamp(),a.words[u>>>2]|=h<<24-u%4*8,a.sigBytes+=h},unpad:function(a){var i=a.words[a.sigBytes-1>>>2]&255;a.sigBytes-=i}},s.pad.Ansix923})})(Js)),Js.exports}var Zs={exports:{}},W0=Zs.exports,Mr;function H0(){return Mr||(Mr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),De())})(W0,function(s){return s.pad.Iso10126={pad:function(a,i){var r=i*4,n=r-a.sigBytes%r;a.concat(s.lib.WordArray.random(n-1)).concat(s.lib.WordArray.create([n<<24],1))},unpad:function(a){var i=a.words[a.sigBytes-1>>>2]&255;a.sigBytes-=i}},s.pad.Iso10126})})(Zs)),Zs.exports}var zs={exports:{}},G0=zs.exports,Br;function K0(){return Br||(Br=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),De())})(G0,function(s){return s.pad.Iso97971={pad:function(a,i){a.concat(s.lib.WordArray.create([2147483648],1)),s.pad.ZeroPadding.pad(a,i)},unpad:function(a){s.pad.ZeroPadding.unpad(a),a.sigBytes--}},s.pad.Iso97971})})(zs)),zs.exports}var Qs={exports:{}},j0=Qs.exports,Rr;function X0(){return Rr||(Rr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),De())})(j0,function(s){return s.pad.ZeroPadding={pad:function(a,i){var r=i*4;a.clamp(),a.sigBytes+=r-(a.sigBytes%r||r)},unpad:function(a){for(var i=a.words,r=a.sigBytes-1,r=a.sigBytes-1;r>=0;r--)if(i[r>>>2]>>>24-r%4*8&255){a.sigBytes=r+1;break}}},s.pad.ZeroPadding})})(Qs)),Qs.exports}var ea={exports:{}},$0=ea.exports,Lr;function q0(){return Lr||(Lr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),De())})($0,function(s){return s.pad.NoPadding={pad:function(){},unpad:function(){}},s.pad.NoPadding})})(ea)),ea.exports}var ta={exports:{}},J0=ta.exports,Fr;function Z0(){return Fr||(Fr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),De())})(J0,function(s){return(function(a){var i=s,r=i.lib,n=r.CipherParams,h=i.enc,u=h.Hex,c=i.format;c.Hex={stringify:function(l){return l.ciphertext.toString(u)},parse:function(l){var f=u.parse(l);return n.create({ciphertext:f})}}})(),s.format.Hex})})(ta)),ta.exports}var sa={exports:{}},z0=sa.exports,kr;function Q0(){return kr||(kr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),It(),Pt(),xt(),De())})(z0,function(s){return(function(){var a=s,i=a.lib,r=i.BlockCipher,n=a.algo,h=[],u=[],c=[],l=[],f=[],_=[],p=[],m=[],v=[],x=[];(function(){for(var w=[],A=0;A<256;A++)A<128?w[A]=A<<1:w[A]=A<<1^283;for(var S=0,y=0,A=0;A<256;A++){var C=y^y<<1^y<<2^y<<3^y<<4;C=C>>>8^C&255^99,h[S]=C,u[C]=S;var I=w[S],L=w[I],T=w[L],b=w[C]*257^C*16843008;c[S]=b<<24|b>>>8,l[S]=b<<16|b>>>16,f[S]=b<<8|b>>>24,_[S]=b;var b=T*16843009^L*65537^I*257^S*16843008;p[C]=b<<24|b>>>8,m[C]=b<<16|b>>>16,v[C]=b<<8|b>>>24,x[C]=b,S?(S=I^w[w[w[T^I]]],y^=w[w[y]]):S=y=1}})();var d=[0,1,2,4,8,16,32,64,128,27,54],g=n.AES=r.extend({_doReset:function(){var w;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var A=this._keyPriorReset=this._key,S=A.words,y=A.sigBytes/4,C=this._nRounds=y+6,I=(C+1)*4,L=this._keySchedule=[],T=0;T<I;T++)T<y?L[T]=S[T]:(w=L[T-1],T%y?y>6&&T%y==4&&(w=h[w>>>24]<<24|h[w>>>16&255]<<16|h[w>>>8&255]<<8|h[w&255]):(w=w<<8|w>>>24,w=h[w>>>24]<<24|h[w>>>16&255]<<16|h[w>>>8&255]<<8|h[w&255],w^=d[T/y|0]<<24),L[T]=L[T-y]^w);for(var b=this._invKeySchedule=[],M=0;M<I;M++){var T=I-M;if(M%4)var w=L[T];else var w=L[T-4];M<4||T<=4?b[M]=w:b[M]=p[h[w>>>24]]^m[h[w>>>16&255]]^v[h[w>>>8&255]]^x[h[w&255]]}}},encryptBlock:function(w,A){this._doCryptBlock(w,A,this._keySchedule,c,l,f,_,h)},decryptBlock:function(w,A){var S=w[A+1];w[A+1]=w[A+3],w[A+3]=S,this._doCryptBlock(w,A,this._invKeySchedule,p,m,v,x,u);var S=w[A+1];w[A+1]=w[A+3],w[A+3]=S},_doCryptBlock:function(w,A,S,y,C,I,L,T){for(var b=this._nRounds,M=w[A]^S[0],B=w[A+1]^S[1],K=w[A+2]^S[2],j=w[A+3]^S[3],Z=4,_e=1;_e<b;_e++){var ce=y[M>>>24]^C[B>>>16&255]^I[K>>>8&255]^L[j&255]^S[Z++],pe=y[B>>>24]^C[K>>>16&255]^I[j>>>8&255]^L[M&255]^S[Z++],fe=y[K>>>24]^C[j>>>16&255]^I[M>>>8&255]^L[B&255]^S[Z++],R=y[j>>>24]^C[M>>>16&255]^I[B>>>8&255]^L[K&255]^S[Z++];M=ce,B=pe,K=fe,j=R}var ce=(T[M>>>24]<<24|T[B>>>16&255]<<16|T[K>>>8&255]<<8|T[j&255])^S[Z++],pe=(T[B>>>24]<<24|T[K>>>16&255]<<16|T[j>>>8&255]<<8|T[M&255])^S[Z++],fe=(T[K>>>24]<<24|T[j>>>16&255]<<16|T[M>>>8&255]<<8|T[B&255])^S[Z++],R=(T[j>>>24]<<24|T[M>>>16&255]<<16|T[B>>>8&255]<<8|T[K&255])^S[Z++];w[A]=ce,w[A+1]=pe,w[A+2]=fe,w[A+3]=R},keySize:256/32});a.AES=r._createHelper(g)})(),s.AES})})(sa)),sa.exports}var aa={exports:{}},ec=aa.exports,Ur;function tc(){return Ur||(Ur=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),It(),Pt(),xt(),De())})(ec,function(s){return(function(){var a=s,i=a.lib,r=i.WordArray,n=i.BlockCipher,h=a.algo,u=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],c=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],l=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],f=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],_=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],p=h.DES=n.extend({_doReset:function(){for(var d=this._key,g=d.words,w=[],A=0;A<56;A++){var S=u[A]-1;w[A]=g[S>>>5]>>>31-S%32&1}for(var y=this._subKeys=[],C=0;C<16;C++){for(var I=y[C]=[],L=l[C],A=0;A<24;A++)I[A/6|0]|=w[(c[A]-1+L)%28]<<31-A%6,I[4+(A/6|0)]|=w[28+(c[A+24]-1+L)%28]<<31-A%6;I[0]=I[0]<<1|I[0]>>>31;for(var A=1;A<7;A++)I[A]=I[A]>>>(A-1)*4+3;I[7]=I[7]<<5|I[7]>>>27}for(var T=this._invSubKeys=[],A=0;A<16;A++)T[A]=y[15-A]},encryptBlock:function(d,g){this._doCryptBlock(d,g,this._subKeys)},decryptBlock:function(d,g){this._doCryptBlock(d,g,this._invSubKeys)},_doCryptBlock:function(d,g,w){this._lBlock=d[g],this._rBlock=d[g+1],m.call(this,4,252645135),m.call(this,16,65535),v.call(this,2,858993459),v.call(this,8,16711935),m.call(this,1,1431655765);for(var A=0;A<16;A++){for(var S=w[A],y=this._lBlock,C=this._rBlock,I=0,L=0;L<8;L++)I|=f[L][((C^S[L])&_[L])>>>0];this._lBlock=C,this._rBlock=y^I}var T=this._lBlock;this._lBlock=this._rBlock,this._rBlock=T,m.call(this,1,1431655765),v.call(this,8,16711935),v.call(this,2,858993459),m.call(this,16,65535),m.call(this,4,252645135),d[g]=this._lBlock,d[g+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function m(d,g){var w=(this._lBlock>>>d^this._rBlock)&g;this._rBlock^=w,this._lBlock^=w<<d}function v(d,g){var w=(this._rBlock>>>d^this._lBlock)&g;this._lBlock^=w,this._rBlock^=w<<d}a.DES=n._createHelper(p);var x=h.TripleDES=n.extend({_doReset:function(){var d=this._key,g=d.words;if(g.length!==2&&g.length!==4&&g.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var w=g.slice(0,2),A=g.length<4?g.slice(0,2):g.slice(2,4),S=g.length<6?g.slice(0,2):g.slice(4,6);this._des1=p.createEncryptor(r.create(w)),this._des2=p.createEncryptor(r.create(A)),this._des3=p.createEncryptor(r.create(S))},encryptBlock:function(d,g){this._des1.encryptBlock(d,g),this._des2.decryptBlock(d,g),this._des3.encryptBlock(d,g)},decryptBlock:function(d,g){this._des3.decryptBlock(d,g),this._des2.encryptBlock(d,g),this._des1.decryptBlock(d,g)},keySize:192/32,ivSize:64/32,blockSize:64/32});a.TripleDES=n._createHelper(x)})(),s.TripleDES})})(aa)),aa.exports}var ia={exports:{}},sc=ia.exports,Vr;function ac(){return Vr||(Vr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),It(),Pt(),xt(),De())})(sc,function(s){return(function(){var a=s,i=a.lib,r=i.StreamCipher,n=a.algo,h=n.RC4=r.extend({_doReset:function(){for(var l=this._key,f=l.words,_=l.sigBytes,p=this._S=[],m=0;m<256;m++)p[m]=m;for(var m=0,v=0;m<256;m++){var x=m%_,d=f[x>>>2]>>>24-x%4*8&255;v=(v+p[m]+d)%256;var g=p[m];p[m]=p[v],p[v]=g}this._i=this._j=0},_doProcessBlock:function(l,f){l[f]^=u.call(this)},keySize:256/32,ivSize:0});function u(){for(var l=this._S,f=this._i,_=this._j,p=0,m=0;m<4;m++){f=(f+1)%256,_=(_+l[f])%256;var v=l[f];l[f]=l[_],l[_]=v,p|=l[(l[f]+l[_])%256]<<24-m*8}return this._i=f,this._j=_,p}a.RC4=r._createHelper(h);var c=n.RC4Drop=h.extend({cfg:h.cfg.extend({drop:192}),_doReset:function(){h._doReset.call(this);for(var l=this.cfg.drop;l>0;l--)u.call(this)}});a.RC4Drop=r._createHelper(c)})(),s.RC4})})(ia)),ia.exports}var ra={exports:{}},ic=ra.exports,Yr;function rc(){return Yr||(Yr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),It(),Pt(),xt(),De())})(ic,function(s){return(function(){var a=s,i=a.lib,r=i.StreamCipher,n=a.algo,h=[],u=[],c=[],l=n.Rabbit=r.extend({_doReset:function(){for(var _=this._key.words,p=this.cfg.iv,m=0;m<4;m++)_[m]=(_[m]<<8|_[m]>>>24)&16711935|(_[m]<<24|_[m]>>>8)&4278255360;var v=this._X=[_[0],_[3]<<16|_[2]>>>16,_[1],_[0]<<16|_[3]>>>16,_[2],_[1]<<16|_[0]>>>16,_[3],_[2]<<16|_[1]>>>16],x=this._C=[_[2]<<16|_[2]>>>16,_[0]&4294901760|_[1]&65535,_[3]<<16|_[3]>>>16,_[1]&4294901760|_[2]&65535,_[0]<<16|_[0]>>>16,_[2]&4294901760|_[3]&65535,_[1]<<16|_[1]>>>16,_[3]&4294901760|_[0]&65535];this._b=0;for(var m=0;m<4;m++)f.call(this);for(var m=0;m<8;m++)x[m]^=v[m+4&7];if(p){var d=p.words,g=d[0],w=d[1],A=(g<<8|g>>>24)&16711935|(g<<24|g>>>8)&4278255360,S=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360,y=A>>>16|S&4294901760,C=S<<16|A&65535;x[0]^=A,x[1]^=y,x[2]^=S,x[3]^=C,x[4]^=A,x[5]^=y,x[6]^=S,x[7]^=C;for(var m=0;m<4;m++)f.call(this)}},_doProcessBlock:function(_,p){var m=this._X;f.call(this),h[0]=m[0]^m[5]>>>16^m[3]<<16,h[1]=m[2]^m[7]>>>16^m[5]<<16,h[2]=m[4]^m[1]>>>16^m[7]<<16,h[3]=m[6]^m[3]>>>16^m[1]<<16;for(var v=0;v<4;v++)h[v]=(h[v]<<8|h[v]>>>24)&16711935|(h[v]<<24|h[v]>>>8)&4278255360,_[p+v]^=h[v]},blockSize:128/32,ivSize:64/32});function f(){for(var _=this._X,p=this._C,m=0;m<8;m++)u[m]=p[m];p[0]=p[0]+1295307597+this._b|0,p[1]=p[1]+3545052371+(p[0]>>>0<u[0]>>>0?1:0)|0,p[2]=p[2]+886263092+(p[1]>>>0<u[1]>>>0?1:0)|0,p[3]=p[3]+1295307597+(p[2]>>>0<u[2]>>>0?1:0)|0,p[4]=p[4]+3545052371+(p[3]>>>0<u[3]>>>0?1:0)|0,p[5]=p[5]+886263092+(p[4]>>>0<u[4]>>>0?1:0)|0,p[6]=p[6]+1295307597+(p[5]>>>0<u[5]>>>0?1:0)|0,p[7]=p[7]+3545052371+(p[6]>>>0<u[6]>>>0?1:0)|0,this._b=p[7]>>>0<u[7]>>>0?1:0;for(var m=0;m<8;m++){var v=_[m]+p[m],x=v&65535,d=v>>>16,g=((x*x>>>17)+x*d>>>15)+d*d,w=((v&4294901760)*v|0)+((v&65535)*v|0);c[m]=g^w}_[0]=c[0]+(c[7]<<16|c[7]>>>16)+(c[6]<<16|c[6]>>>16)|0,_[1]=c[1]+(c[0]<<8|c[0]>>>24)+c[7]|0,_[2]=c[2]+(c[1]<<16|c[1]>>>16)+(c[0]<<16|c[0]>>>16)|0,_[3]=c[3]+(c[2]<<8|c[2]>>>24)+c[1]|0,_[4]=c[4]+(c[3]<<16|c[3]>>>16)+(c[2]<<16|c[2]>>>16)|0,_[5]=c[5]+(c[4]<<8|c[4]>>>24)+c[3]|0,_[6]=c[6]+(c[5]<<16|c[5]>>>16)+(c[4]<<16|c[4]>>>16)|0,_[7]=c[7]+(c[6]<<8|c[6]>>>24)+c[5]|0}a.Rabbit=r._createHelper(l)})(),s.Rabbit})})(ra)),ra.exports}var na={exports:{}},nc=na.exports,Wr;function oc(){return Wr||(Wr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),It(),Pt(),xt(),De())})(nc,function(s){return(function(){var a=s,i=a.lib,r=i.StreamCipher,n=a.algo,h=[],u=[],c=[],l=n.RabbitLegacy=r.extend({_doReset:function(){var _=this._key.words,p=this.cfg.iv,m=this._X=[_[0],_[3]<<16|_[2]>>>16,_[1],_[0]<<16|_[3]>>>16,_[2],_[1]<<16|_[0]>>>16,_[3],_[2]<<16|_[1]>>>16],v=this._C=[_[2]<<16|_[2]>>>16,_[0]&4294901760|_[1]&65535,_[3]<<16|_[3]>>>16,_[1]&4294901760|_[2]&65535,_[0]<<16|_[0]>>>16,_[2]&4294901760|_[3]&65535,_[1]<<16|_[1]>>>16,_[3]&4294901760|_[0]&65535];this._b=0;for(var x=0;x<4;x++)f.call(this);for(var x=0;x<8;x++)v[x]^=m[x+4&7];if(p){var d=p.words,g=d[0],w=d[1],A=(g<<8|g>>>24)&16711935|(g<<24|g>>>8)&4278255360,S=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360,y=A>>>16|S&4294901760,C=S<<16|A&65535;v[0]^=A,v[1]^=y,v[2]^=S,v[3]^=C,v[4]^=A,v[5]^=y,v[6]^=S,v[7]^=C;for(var x=0;x<4;x++)f.call(this)}},_doProcessBlock:function(_,p){var m=this._X;f.call(this),h[0]=m[0]^m[5]>>>16^m[3]<<16,h[1]=m[2]^m[7]>>>16^m[5]<<16,h[2]=m[4]^m[1]>>>16^m[7]<<16,h[3]=m[6]^m[3]>>>16^m[1]<<16;for(var v=0;v<4;v++)h[v]=(h[v]<<8|h[v]>>>24)&16711935|(h[v]<<24|h[v]>>>8)&4278255360,_[p+v]^=h[v]},blockSize:128/32,ivSize:64/32});function f(){for(var _=this._X,p=this._C,m=0;m<8;m++)u[m]=p[m];p[0]=p[0]+1295307597+this._b|0,p[1]=p[1]+3545052371+(p[0]>>>0<u[0]>>>0?1:0)|0,p[2]=p[2]+886263092+(p[1]>>>0<u[1]>>>0?1:0)|0,p[3]=p[3]+1295307597+(p[2]>>>0<u[2]>>>0?1:0)|0,p[4]=p[4]+3545052371+(p[3]>>>0<u[3]>>>0?1:0)|0,p[5]=p[5]+886263092+(p[4]>>>0<u[4]>>>0?1:0)|0,p[6]=p[6]+1295307597+(p[5]>>>0<u[5]>>>0?1:0)|0,p[7]=p[7]+3545052371+(p[6]>>>0<u[6]>>>0?1:0)|0,this._b=p[7]>>>0<u[7]>>>0?1:0;for(var m=0;m<8;m++){var v=_[m]+p[m],x=v&65535,d=v>>>16,g=((x*x>>>17)+x*d>>>15)+d*d,w=((v&4294901760)*v|0)+((v&65535)*v|0);c[m]=g^w}_[0]=c[0]+(c[7]<<16|c[7]>>>16)+(c[6]<<16|c[6]>>>16)|0,_[1]=c[1]+(c[0]<<8|c[0]>>>24)+c[7]|0,_[2]=c[2]+(c[1]<<16|c[1]>>>16)+(c[0]<<16|c[0]>>>16)|0,_[3]=c[3]+(c[2]<<8|c[2]>>>24)+c[1]|0,_[4]=c[4]+(c[3]<<16|c[3]>>>16)+(c[2]<<16|c[2]>>>16)|0,_[5]=c[5]+(c[4]<<8|c[4]>>>24)+c[3]|0,_[6]=c[6]+(c[5]<<16|c[5]>>>16)+(c[4]<<16|c[4]>>>16)|0,_[7]=c[7]+(c[6]<<8|c[6]>>>24)+c[5]|0}a.RabbitLegacy=r._createHelper(l)})(),s.RabbitLegacy})})(na)),na.exports}var oa={exports:{}},hc=oa.exports,Hr;function cc(){return Hr||(Hr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),It(),Pt(),xt(),De())})(hc,function(s){return(function(){var a=s,i=a.lib,r=i.BlockCipher,n=a.algo;const h=16,u=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],c=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var l={pbox:[],sbox:[]};function f(x,d){let g=d>>24&255,w=d>>16&255,A=d>>8&255,S=d&255,y=x.sbox[0][g]+x.sbox[1][w];return y=y^x.sbox[2][A],y=y+x.sbox[3][S],y}function _(x,d,g){let w=d,A=g,S;for(let y=0;y<h;++y)w=w^x.pbox[y],A=f(x,w)^A,S=w,w=A,A=S;return S=w,w=A,A=S,A=A^x.pbox[h],w=w^x.pbox[h+1],{left:w,right:A}}function p(x,d,g){let w=d,A=g,S;for(let y=h+1;y>1;--y)w=w^x.pbox[y],A=f(x,w)^A,S=w,w=A,A=S;return S=w,w=A,A=S,A=A^x.pbox[1],w=w^x.pbox[0],{left:w,right:A}}function m(x,d,g){for(let C=0;C<4;C++){x.sbox[C]=[];for(let I=0;I<256;I++)x.sbox[C][I]=c[C][I]}let w=0;for(let C=0;C<h+2;C++)x.pbox[C]=u[C]^d[w],w++,w>=g&&(w=0);let A=0,S=0,y=0;for(let C=0;C<h+2;C+=2)y=_(x,A,S),A=y.left,S=y.right,x.pbox[C]=A,x.pbox[C+1]=S;for(let C=0;C<4;C++)for(let I=0;I<256;I+=2)y=_(x,A,S),A=y.left,S=y.right,x.sbox[C][I]=A,x.sbox[C][I+1]=S;return!0}var v=n.Blowfish=r.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var x=this._keyPriorReset=this._key,d=x.words,g=x.sigBytes/4;m(l,d,g)}},encryptBlock:function(x,d){var g=_(l,x[d],x[d+1]);x[d]=g.left,x[d+1]=g.right},decryptBlock:function(x,d){var g=p(l,x[d],x[d+1]);x[d]=g.left,x[d+1]=g.right},blockSize:64/32,keySize:128/32,ivSize:64/32});a.Blowfish=r._createHelper(v)})(),s.Blowfish})})(oa)),oa.exports}var uc=Cs.exports,Gr;function lc(){return Gr||(Gr=1,(function(t,e){(function(s,a,i){t.exports=a(ie(),bs(),o0(),c0(),It(),_0(),Pt(),pr(),ka(),E0(),gr(),v0(),A0(),S0(),Ua(),T0(),xt(),De(),N0(),M0(),R0(),F0(),U0(),Y0(),H0(),K0(),X0(),q0(),Z0(),Q0(),tc(),ac(),rc(),oc(),cc())})(uc,function(s){return s})})(Cs)),Cs.exports}var ut=lc();function _c(t,e){return`^ /${t*231+8310+e}P+>A[]`}function Kr(t){return`^ /${t*231+8310}P+>A[]`}function fc(t,e){return console.warn(ut.enc.Utf8.parse(t)),ut.AES.encrypt(ut.enc.Utf8.parse(t),Kr(e)).toString()}function dc(t,e,s){return ut.AES.decrypt(t,_c(e,s)).toString(ut.enc.Utf8)}function pc(t,e){return ut.AES.decrypt(t,Kr(e)).toString(ut.enc.Utf8)}function jr(t){return ut.MD5(t).toString()}const{parse:Xr,stringify:$r}=JSON,{keys:mc}=Object,es=String,qr="string",Jr={},Va="object",Zr=(t,e)=>e,Ec=t=>t instanceof es?es(t):t,xc=(t,e)=>typeof e===qr?new es(e):e,zr=(t,e,s,a)=>{const i=[];for(let r=mc(s),{length:n}=r,h=0;h<n;h++){const u=r[h],c=s[u];if(c instanceof es){const l=t[c];typeof l===Va&&!e.has(l)?(e.add(l),s[u]=Jr,i.push({k:u,a:[t,e,l,a]})):s[u]=a.call(s,u,l)}else s[u]!==Jr&&(s[u]=a.call(s,u,c))}for(let{length:r}=i,n=0;n<r;n++){const{k:h,a:u}=i[n];s[h]=a.call(s,h,zr.apply(null,u))}return s},Qr=(t,e,s)=>{const a=es(e.push(s)-1);return t.set(s,a),a},gc=(t,e)=>{const s=Xr(t,xc).map(Ec),a=s[0],i=e||Zr,r=typeof a===Va&&a?zr(s,new Set,a,i):a;return i.call({"":r},"",r)},vc=(t,e,s)=>{const a=Zr,i=new Map,r=[],n=[];let h=+Qr(i,r,a.call({"":t},"",t)),u=!h;for(;h<r.length;)u=!0,n[h]=$r(r[h++],c,s);return"["+n.join(",")+"]";function c(l,f){if(u)return u=!u,f;const _=a.call(this,l,f);switch(typeof _){case Va:if(_===null)return _;case qr:return i.get(_)||Qr(i,r,_)}return _}},wc=t=>Xr(vc(t)),Ac=t=>gc($r(t)),Le=Object.freeze({MAP:"map",MAP_OBJECT:"mapObject",SYSTEM_MESSAGE:"systemMessage",USER_VAR:"userVar",USER_NAMED_VAR:"userNamedVar"}),yc=Object.freeze({mapAttribute:!0,objectAttribute:!0,message:!0});class Sc{}const Rt=class Rt{static compress(e,s={}){var a=Object.create(null),i,r;for(i in e)if(!yc[i]){switch(r=e[i],typeof r){case"number":case"string":case"boolean":if(this._restartData[i]===r&&i!=="worldName")continue;break;case"object":if(r===null){if(this._restartData[i]===r)continue}else if(r=this.compressObject(i,r,this._restartData[i],s),r===void 0)continue;break;case"undefined":break;case"function":continue}a[i]=r}return a}static compressObject(e,s,a,i={}){var r,n,h,u;switch(e){case Le.MAP:case Le.MAP_OBJECT:var c,l,f,_,p,m,v,x,d,g,w,A,S,y;r=Object.create(null),d=Object.create(null),x=Object.create(null);for(p in s){n=s[p],h=a[p],u=Object.create(null),l=-1;for(_ in n)v=n[_],v!==h[_]&&(u[_]=v,d[v]===void 0&&(d[v]=Object.create(null)),w=d[v],w[p]===void 0&&(w[p]=[]),S=w[p],S.push(Number(_)))}for(A in d){w=d[A],x[A]===void 0&&(x[A]=Object.create(null)),g=x[A],r[A]===void 0&&(r[A]=[]),l=-1;for(p in w)S=w[p],S.length===1?(m=S[0],g[m]===void 0&&(g[m]=[]),y=g[m],y.push(Number(p))):(c=Number(p),f=c-l-1,l=c,r[A].push(this.getCompressArray(S),f))}for(A in x){v=Number(A),g=x[A],l=-1;for(_ in g)y=g[_],c=Number(_),f=c-l-1,l=c,y.length===1?r[A].push(f,y[0]):r[A].push(f,this.getCompressArray(y))}var C=[];l=-1;for(A in r)c=Number(A),f=c-l-1,l=c,C.push(f,r[A]);return this._usingByteFlag&&JSON.stringify(C).length>=this._mapByteLength?this.compressMapAllObject(s,a,this._firstRandomMapObjectUtf8Table[e]):C;case Le.SYSTEM_MESSAGE:r=Object.create(null);var e,I;for(e in s)I=s[e],a[e]!==I&&(r[e]=I);break;case Le.USER_VAR:return this.compressUserVars(s);case Le.USER_NAMED_VAR:if(!(s instanceof Map))throw new TypeError("USER_NAMED_VAR が正しい形式でないためセーブできません");return{version:2,data:wc(Ct(s))};default:return s}if(Object.keys(r).length!==0)return r}static compressUserVars(e){return e.map((s,a)=>[a,s]).filter(([s,a])=>a!==0)}static compressMapAllObject(e,s,a){var i,r,n,h,u,c,l,f,_=this._restartData.mapWidth,p,m,v,x,d,g,w,A,S=new Uint8Array(this._mapByteLength),y=-1,C;for(n=0,h=0,c=0,l=0,A=0,v=[],g=Object.create(null),p=[],m=[],r=0;r<_;r++)for(i=0;i<_;i++)f=e[r][i],f!==s[r][i]&&(y===-1&&(y=h),S[h]=S[h]|1<<n,c=h,g[f]===void 0&&(g[f]=new Cc(f,A++)),g[f].count++),n++,n===8&&(n=0,h++);for(u in g)w=g[u].index,v[w]=g[u];v.sort(this.idSort),d=Object.create(null);for(x in v)f=v[x].id,d[f]=Number(x),p[x]=f;for(r=0;r<_;r++)for(i=0;i<_;i++)f=e[r][i],f!==s[r][i]&&(m[l++]=d[f]);if(a){for(C=S.length,y=-1,c=0,h=0;h<C;h++)S[h]=S[h]&~a[h],S[h]!==0&&(y===-1&&(y=h),c=h);y===-1&&(y=0,c=0)}return[y,S.subarray(y,c+1),p,this.indexListCompress(m,p.length)]}static indexListCompress(e,s){var a=[],i,r,n,h,u,c,l;for(h=e.length,r=0,i=0;i<h;i++){for(u=e[i],l=0,n=i+1;n<h&&(c=e[n],u===c);n++)l++,i=n;switch(l){case 0:a[r++]=u;break;case 1:a[r++]=u,a[r++]=u;break;default:a[r++]=u,a[r++]=s+l;break}}return a}static idSort(e,s){return s.count-e.count}static getCompressArray(e){var s=[],a,i,r,n,h,u,c,l;for(a=-1,h=e.length,u=0,n=0;n<h;n++){for(r=e[n],i=r-a,c=0,l=n;l<h-1&&e[l]+1===e[l+1];)l++,c++;c<this.MIN_LOOP_COUNT?s[u++]=i:(n=l,r+=c,s[u++]=0,s[u++]=i,s[u++]=c-this.MIN_LOOP_COUNT),a=r}return s}static getDecompressArray(e){var s=[],a,i,r,n,h,u,c;for(a=-1,h=e.length,n=0,c=0;n<h;n++)if(i=e[n],i===0){for(i=e[++n],r=a+i,u=r+e[++n]+this.MIN_LOOP_COUNT;r<=u;r++)s[c++]=r;a=u}else r=a+i,s[c++]=r,a=r;return s}static decompress(e){var s;s=structuredClone(this._restartData);var a,i;for(a in e){switch(i=e[a],typeof i){case"number":case"string":case"boolean":break;case"object":i!==null&&(i=this.decompressObject(a,i,s[a]));break;case"undefined":break;case"function":continue}s[a]=i}return[s,{isWorldNameEmpty:e.worldName===void 0}]}static decompressObject(n,s,a,i={}){var r,n;switch(n){case Le.MAP:case Le.MAP_OBJECT:var h,u,c,l,f,_,p;r=Object.create(null),u=-1;var m,v,x=s;if(v=x.length,v===4&&typeof x[0]=="number"&&(x[1]instanceof Uint8Array||x[1]instanceof Array)&&x[2]instanceof Array&&x[3]instanceof Array)return this.decompressAllMapObject(x,a,this._firstRandomMapObjectUtf8Table[n]),a;for(m=0;m<v;m+=2)c=Number(x[m]),h=u+c+1,u=h,_=h,r[h]=x[m+1];var d,g;for(p in r){for(_=Number(p),x=r[p],v=x.length,d=[],g=[],m=0;m<v;m+=2){var w=x[m],A=x[m+1];w instanceof Array&&(w=this.getDecompressArray(w)),A instanceof Array&&(A=this.getDecompressArray(A)),typeof w=="object"?d.push({x:w,y:A}):g.push({x:w,y:A})}var S;u=-1;for(S in d)if(c=Number(d[S].y),h=u+c+1,u=h,w=d[S].x,f=String(h),w instanceof Array)for(x=w,v=x.length,m=0;m<v;m++)l=String(x[m]),a[f][l]=_;else l=String(w),a[f][l]=_;u=-1;for(S in g)if(c=Number(g[S].x),h=u+c+1,u=h,A=g[S].y,l=String(h),A instanceof Array)for(x=A,v=x.length,m=0;m<v;m++)f=String(x[m]),a[f][l]=_;else f=String(A),a[f][l]=_}return a;case Le.USER_VAR:return this.decompressUserVars(s);case Le.USER_NAMED_VAR:if(!s)return s;if(Array.isArray(s))return new Map(structuredClone(s).map(([y,C])=>[y,ps(C)]));if(s.version!==2||typeof s.data!="object")throw new TypeError("セーブデータが壊れています");return ps(Ac(s.data));case Le.SYSTEM_MESSAGE:default:if(!a)if(s)a instanceof Array?a=[]:a=Object.create(null);else return;for(n in s)a[n]=s[n];return a}}static decompressUserVars(e){return e.reduce((s,[a,i])=>(s[a]=i,s),this.generateEmptyUserVars())}static generateEmptyUserVars(){const e=new Array(o.USER_VAR_NUM);for(let s=0;s<o.USER_VAR_NUM;s++)e[s]=0;return e}static decompressAllMapObject(e,s,a){var _,p,i,m,v,x,i,r=this._restartData.mapWidth,n,h,u,c,l,f=new Uint8Array(this._mapByteLength),_,p,m,v,A,x,d=0;d=e[0],u=e[2],n=e[3];var g=e[1];if(f.set(g,d),a)for(A=f.length,v=0;v<A;v++)f[v]=f[v]|a[v];h=[];var w=u.length,A,S,y,C,I,L;for(A=n.length,S=0,y=0;S<A;S++){if(c=n[S],c>=w)for(C=c-w,I=0;I<C;I++)h[y++]=L;else h[y++]=c;L=c}for(m=0,v=0,x=0,l=0,A=f.length,v=0;v<A;v++)for(m=0;m<8;m++){if((f[v]&1<<m)!==0){if(c=h[l++],c===void 0)return!1;i=u[c],_=x%r,p=x/r|0,s[p][_]=i}x++}return!0}static setRestartData(e,s){this._restartData=e,this._mapByteLength=Math.ceil(e.mapWidth*e.mapWidth/8),this._firstRandomMapObjectUtf8Table[Le.MAP_OBJECT]=this.getChangedUint8Array(s[Le.MAP_OBJECT],e[Le.MAP_OBJECT])}static getChangedUint8Array(e,s){var a,i,r,n,h=this._restartData.mapWidth,u=new Uint8Array(this._mapByteLength);for(r=0,n=0,i=0;i<h;i++)for(a=0;a<h;a++)e[i][a]!==s[i][a]&&(u[n]=u[n]|1<<r),r++,r===8&&(r=0,n++);return u}static getStartWWAData(e){if(!e)return this._restartData;try{var s=JSON.parse(e)}catch{return this._restartData}if(s){var a;try{if([a]=this.decompress(s),a)return a}catch{}}return this._restartData}static usingByte(e){this._usingByteFlag=e}};Rt._usingByteFlag=!1,Rt.MIN_LOOP_COUNT=3,Rt._restartData=void 0,Rt._mapByteLength=0,Rt._firstRandomMapObjectUtf8Table=new Sc;let st=Rt;class Cc{constructor(e,s){this.id=0,this.index=0,this.count=0,this.id=e,this.index=s}}class en{constructor(e,s){this._id=0,this.flag=!1,this.date=void 0,this.cvs=void 0,this.ctx=void 0,this.quickSaveData=void 0,this._id=e,this._parent=s,this.cvs=document.createElement("canvas"),this.cvs.width=Se.QUICK_SAVE_THUMNAIL_WIDTH,this.cvs.height=Se.QUICK_SAVE_THUMNAIL_HEIGHT,this.ctx=this.cvs.getContext("2d",{alpha:!1})}showQickLoad(){O("cell-load").textContent=ze.QUICK_LOAD}save(e,s){return this._statusEnergy=s.statusEnergy,this.ctx.clearRect(0,0,this.cvs.width,this.cvs.height),this.ctx.drawImage(e,0,0,e.width,e.height,0,0,this.cvs.width,this.cvs.height),this.quickSaveData=s,this.flag=!0,this.date=new Date,this.showQickLoad(),!0}getStatusEnergy(){return this.flag?this._statusEnergy:-1}load(){return this.quickSaveData}saveDataSet(e,s,a){try{this.quickSaveData=s,this._statusEnergy=s.statusEnergy,this.date=a,this.flag=!0;var i=document.createElement("img");i.src=e,i.addEventListener("load",()=>{this.flag=!0,this.ctx.drawImage(i,0,0,i.width,i.height,0,0,this.cvs.width,this.cvs.height)}),this.showQickLoad()}catch{}}getDateText(){let e,s,a,i,r,n;return this.date?(e=this.date.getFullYear(),s=this.date.getMonth()+1,a=this.date.getDate(),i=this.date.getHours(),r=this.date.getMinutes(),n=this.date.getSeconds(),e=("000"+e).slice(-4),s=("0"+s).slice(-2),a=("0"+a).slice(-2),i=("0"+i).slice(-2),r=("0"+r).slice(-2),n=("0"+n).slice(-2),e+"/"+s+"/"+a+" "+i+":"+r+":"+n):""}isLastSaveData(){return this===this._parent.getLastSaveData()}}class Dc extends en{save(e,s){var a=super.save.apply(this,arguments);return this._parent.dbUpdateSaveData(this._id,e,s,this.date),a}}class ha extends Array{constructor(){super(),Object.setPrototypeOf(this,Object.create(ha.prototype))}hasSaveData(){for(var e=0;e<Se.QUICK_SAVE_MAX;e++)if(this[e].flag)return!0;return!1}getLastSaveData(){for(var e,s,a=0;a<Se.QUICK_SAVE_MAX;a++)s=this[a],s.flag&&(e?s.date&&e.date&&s.date.getTime()>e.date.getTime()&&(e=s):e=s);return e}}const Tc=t=>typeof t.isGameOverDisabled!="boolean"?t:t.isGameOverDisabled===!0?{...t,isGameOverDisabled:void 0,gameOverPolicy:"never"}:t.isGameOverDisabled===!1?{...t,isGameOverDisabled:void 0,gameOverPolicy:"default"}:t,tn=t=>Tc(t),Te=class Te extends ha{constructor(e,s,a=Te.prototype){super(),this.IDBTransaction={READ_ONLY:"readonly",READ_WRITE:"readwrite",VERSION_CHANGE:"versionchangetransaction"},this.keyPath=["id","url"],Object.setPrototypeOf(this,Object.create(a));for(var i=0;i<Se.QUICK_SAVE_MAX;i++)this[i]=new Dc(i,this);this.onCheckLoadingSaveData=e,this.onCompleteLoadingSaveData=s,this.createDataBase(),this.selectSaveData()}indexDBOpen(){return indexedDB.open(Se.INDEXEDDB_DB_NAME,201205201)}createDataBase(){try{var e=this.indexDBOpen();e.onupgradeneeded=s=>{var a=e.result,i={keyPath:this.keyPath};if(!a.objectStoreNames.contains(Se.INDEXEDDB_TABLE_NAME)){var r=a.createObjectStore(Se.INDEXEDDB_TABLE_NAME,i);r.createIndex("url","url",{unique:!1})}},e.onsuccess=Te.doNotAnything,e.onerror=Te.doNotAnything,e.onblocked=Te.doNotAnything}catch{}}getObjectStore(e){const s=e;try{var a=s.transaction(Se.INDEXEDDB_TABLE_NAME,this.IDBTransaction.READ_WRITE),i=a.objectStore(Se.INDEXEDDB_TABLE_NAME)}catch{return}return i}makeSaveDataItem(e,s,a,i){return{url:location.href,id:e,hash:gt.checkOriginalMapString,image:s.toDataURL(),data:a,date:i,worldName:gt.worldName,mapDataRevisionKey:gt.mapDataRevisionKey}}getSaveDataResult(e,s){const a=e.index("url"),i=IDBKeyRange.only(location.href),r=a.getAll(i);r.onsuccess=()=>{s(r.result)}}dbUpdateSaveData(e,s,a,i){const r=this.indexDBOpen();r.onupgradeneeded=Te.doNotAnything,r.onsuccess=()=>{const n=this.getObjectStore(r.result),h=st.compress(a),u=this.makeSaveDataItem(e,s,h,i);this.selectDatas[e]=u;const c=n.put(u);c.onsuccess=Te.doNotAnything,c.onerror=Te.doNotAnything},r.onerror=Te.doNotAnything,r.onblocked=Te.doNotAnything}dbDeleteSaveData(e){const s=this.indexDBOpen();s.onupgradeneeded=Te.doNotAnything,s.onsuccess=()=>{const a=this.getObjectStore(s.result);e.forEach(i=>{a.delete([i,location.href])})},s.onerror=Te.doNotAnything,s.onblocked=Te.doNotAnything}selectSaveData(){const e=this.indexDBOpen();e.onupgradeneeded=Te.doNotAnything,e.onsuccess=()=>{const s=this.getObjectStore(e.result);this.selectDatas=[];const a=i=>{var r,n,h;let u=[];for(n=i.length,r=0;r<n;r++){var c=i[r];try{h={id:c.id,hash:c.hash,data:c.data,date:c.date,image:c.image,worldName:c.worldName,mapDataRevisionKey:c.mapDataRevisionKey}}catch{continue}const f=this.onCheckLoadingSaveData(h.worldName,h.hash,h.mapDataRevisionKey);if(f!==null){u.push({id:h.id,cause:f});continue}if(!this[h.id])continue;const _=tn(st.decompress(h.data)[0]);this[h.id].saveDataSet(h.image,_,h.date)}u.length>0&&this.dbDeleteSaveData(u.map(f=>f.id));const l=u.map(f=>f.cause).filter((f,_,p)=>p.indexOf(f)===_);this.onCompleteLoadingSaveData(l)};this.getSaveDataResult(s,a)},e.onerror=Te.doNotAnything,e.onblocked=Te.doNotAnything}};Te.doNotAnything=()=>{};let Ya=Te;class bc extends en{}class Wa extends ha{constructor(){super(),this._saveNo=0,this._lastAutoSaveMove=0,this._autoInterval=Se.SAVE_INTERVAL_MOVE,Object.setPrototypeOf(this,Object.create(Wa.prototype));for(var e=0;e<Se.QUICK_SAVE_MAX;e++)this[e]=new bc(e,this);this._saveNo=0,this._lastAutoSaveMove=0}resumeStart(){this._lastAutoSaveMove=-1}setPlayer(e){this._lastAutoSaveMove=e.getMoveCount()}isAutoSaveFrame(e){if(this._autoInterval===0)return!1;var s=e.getMoveCount();return this._lastAutoSaveMove>=s||s%this._autoInterval!==0?!1:(this._lastAutoSaveMove=s,!0)}autoSave(e,s){this[this._saveNo].save(e,s),this._saveNo++,this._saveNo=this._saveNo%Se.QUICK_SAVE_MAX}setAutoSaveInterval(e){if(e<0){console.warn(`オートセーブの歩数 (${e}) に負の値が設定されています。`);return}this._autoInterval=e|0}}function sn(t,e){return ut.MD5(t+e).toString()}var Nt=(t=>(t.UNMATCHED_WORLD_NAME="UNMATCHED_WORLD_NAME",t.UNMATCHED_WORLD_PASS_NUMBER="UNMATCHED_WORLD_PASS_NUMBER",t.DISALLOW_OLD_REVISION_WORLD_SAVE_DATA="DISALLOW_OLD_REVISION_WORLD_SAVE_DATA",t))(Nt||{});class gt{constructor(e,s,a,i,r){gt.checkOriginalMapString=e.checkOriginalMapString,gt.worldName=s,gt.mapDataRevisionKey=sn(s,a),this._wwaDBSaveList=new Ya(i,r),this._wwaLogSaveList=new Wa,this.selectDBSaveDataList()}resumeStart(){this._wwaLogSaveList.resumeStart()}isAutoSaveFrame(e){return this._wwaLogSaveList.isAutoSaveFrame(e)}autoSave(e,s){this._wwaLogSaveList.autoSave(e,s)}selectDBSaveDataList(){this.list=this._wwaDBSaveList}selectLogSaveDataList(){this.list=this._wwaLogSaveList}save(e,s,a){var i=this.list[a];return i?i.save(e,s):!1}load(e){var s=this.list[e];return s?s.load():null}hasSaveData(){return this.list.hasSaveData()}setAutoSaveInterval(e){return this._wwaLogSaveList.setAutoSaveInterval(e)}getFirstSaveChoiceCallInfo(e){return e?H.CALL_BY_PASSWORD_LOAD:this._wwaDBSaveList.hasSaveData()?H.CALL_BY_QUICK_LOAD:this._wwaLogSaveList.hasSaveData()?H.CALL_BY_LOG_QUICK_LOAD:H.CALL_BY_PASSWORD_LOAD}getSecondSaveChoiceCallInfo(e){return this.list===this._wwaDBSaveList&&this._wwaLogSaveList.hasSaveData()?H.CALL_BY_LOG_QUICK_LOAD:e?H.CALL_BY_PASSWORD_LOAD:H.NONE}gameStart(e,s){this._wwaLogSaveList.setPlayer(s),this.quickSaveButtonUpdate(e)}quickSaveButtonUpdate(e){e.disableSaveFlag?O("cell-save").textContent=ze.EMPTY_SAVE:O("cell-save").textContent=ze.QUICK_SAVE}}class Ic{constructor(e,s,a,i){this.id=e,this.fileName=s,this.audioContext=a,this.audioGain=i,this.disposeBufferSource=r=>{try{r.stop(),r.disconnect(this.audioGain),r.buffer=null}catch{}r.onended=null},this.audioContext=a,this.audioGain=i,this.audioBuffer=null,this.bufferSources=[],this.isLoaded=!1,this.delayBgmTimeoutId=null,this.load()}async fetchSoundFile(){try{return await fetch(this.fileName)}catch{console.warn(`サウンド ${this.id} 番の音声ファイルの取得失敗 (fetch)`);return}}async getArrayBuffer(e){try{return await e.arrayBuffer()}catch{console.warn(`サウンド ${this.id} 番の音声ファイルの取得失敗 (arrayBuffer)`);return}}async load(e=0){if(e>=10){console.log(`サウンド ${this.id} 番の音声ファイルの取得失敗 (最大リトライ回数超過)`),this.isExceededMaxRetryCount=!0;return}const s=await this.fetchSoundFile();if(!s){this.retry(e);return}if(s.status!==0&&s.status!==200){console.warn(`サウンド ${this.id} 番の音声ファイルが見つかりません! HTTPエラー番号: ${s.status}`),this.cancelLoad();return}const a=await this.getArrayBuffer(s);if(!a){this.retry(e);return}this.audioContext.decodeAudioData(a,i=>{if(i.length===0){console.log(`サウンド ${this.id} 番の音声ファイルのバッファサイズが 0 です `),this.retry(e);return}this.setData(i)})}retry(e){window.setTimeout(async()=>{await this.load(e+1)},100)}setData(e){this.audioBuffer=e,this.isLoaded=!0}cancelLoad(){this.audioBuffer=null,this.isLoaded=!0}play(e=0){const s=this.audioContext.createBufferSource();this.bufferSources.push(s),s.buffer=this.audioBuffer,this.isBgm()&&(s.loop=!0),s.connect(this.audioGain),s.duration,s.onended=()=>{const a=this.bufferSources.indexOf(s);a!==-1&&this.bufferSources.splice(a,1),this.disposeBufferSource(s)},this.delayBgmTimeoutId=window.setTimeout(()=>{this.delayBgmTimeoutId=null,s.start()},e),this.audioGain.connect(this.audioContext.destination)}pause(){this.delayBgmTimeoutId!==null&&(window.clearTimeout(this.delayBgmTimeoutId),this.delayBgmTimeoutId=null),this.bufferSources.forEach(this.disposeBufferSource),this.bufferSources.length=0}isBgm(){return this.id>=de.BGM_LB}hasData(){return this.audioBuffer!==null}isPlaying(){return this.hasData()||this.delayBgmTimeoutId!==null}isLoading(){return!this.isLoaded}isError(){return this.isExceededMaxRetryCount||this.isLoaded&&this.audioBuffer===null}}class an{constructor(e){this.target=e??document.createElement("div")}dispatch(e,s){const a=new CustomEvent(e,{detail:s});this.target.dispatchEvent(a)}addListener(e,s){const a=i=>s(i.detail);return this.target.addEventListener(e,a),a}removeListener(e,s){this.target.removeEventListener(e,s)}}var Ha={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},Ga="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",Pc={5:Ga,"5module":Ga+" export import",6:Ga+" const class extends export import super"},Nc=/^in(stanceof)?$/,Ka="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࣇऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-鿼ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞿꟂ-ꟊꟵ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",rn="·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿᫀᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷹᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",Oc=new RegExp("["+Ka+"]"),Mc=new RegExp("["+Ka+rn+"]");Ka=rn=null;var nn=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,107,20,28,22,13,52,76,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,230,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,190,0,80,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8952,286,50,2,18,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,2357,44,11,6,17,0,370,43,1301,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42717,35,4148,12,221,3,5761,15,7472,3104,541,1507,4938],Bc=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,154,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,135,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,262,6,10,9,419,13,1495,6,110,6,6,9,4759,9,787719,239];function ja(t,e){for(var s=65536,a=0;a<e.length;a+=2){if(s+=e[a],s>t)return!1;if(s+=e[a+1],s>=t)return!0}}function vt(t,e){return t<65?t===36:t<91?!0:t<97?t===95:t<123?!0:t<=65535?t>=170&&Oc.test(String.fromCharCode(t)):e===!1?!1:ja(t,nn)}function Yt(t,e){return t<48?t===36:t<58?!0:t<65?!1:t<91?!0:t<97?t===95:t<123?!0:t<=65535?t>=170&&Mc.test(String.fromCharCode(t)):e===!1?!1:ja(t,nn)||ja(t,Bc)}var he=function(e,s){s===void 0&&(s={}),this.label=e,this.keyword=s.keyword,this.beforeExpr=!!s.beforeExpr,this.startsExpr=!!s.startsExpr,this.isLoop=!!s.isLoop,this.isAssign=!!s.isAssign,this.prefix=!!s.prefix,this.postfix=!!s.postfix,this.binop=s.binop||null,this.updateContext=null};function je(t,e){return new he(t,{beforeExpr:!0,binop:e})}var Xe={beforeExpr:!0},Fe={startsExpr:!0},Xa={};function re(t,e){return e===void 0&&(e={}),e.keyword=t,Xa[t]=new he(t,e)}var E={num:new he("num",Fe),regexp:new he("regexp",Fe),string:new he("string",Fe),name:new he("name",Fe),eof:new he("eof"),bracketL:new he("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new he("]"),braceL:new he("{",{beforeExpr:!0,startsExpr:!0}),braceR:new he("}"),parenL:new he("(",{beforeExpr:!0,startsExpr:!0}),parenR:new he(")"),comma:new he(",",Xe),semi:new he(";",Xe),colon:new he(":",Xe),dot:new he("."),question:new he("?",Xe),questionDot:new he("?."),arrow:new he("=>",Xe),template:new he("template"),invalidTemplate:new he("invalidTemplate"),ellipsis:new he("...",Xe),backQuote:new he("`",Fe),dollarBraceL:new he("${",{beforeExpr:!0,startsExpr:!0}),eq:new he("=",{beforeExpr:!0,isAssign:!0}),assign:new he("_=",{beforeExpr:!0,isAssign:!0}),incDec:new he("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new he("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:je("||",1),logicalAND:je("&&",2),bitwiseOR:je("|",3),bitwiseXOR:je("^",4),bitwiseAND:je("&",5),equality:je("==/!=/===/!==",6),relational:je("</>/<=/>=",7),bitShift:je("<</>>/>>>",8),plusMin:new he("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:je("%",10),star:je("*",10),slash:je("/",10),starstar:new he("**",{beforeExpr:!0}),coalesce:je("??",1),_break:re("break"),_case:re("case",Xe),_catch:re("catch"),_continue:re("continue"),_debugger:re("debugger"),_default:re("default",Xe),_do:re("do",{isLoop:!0,beforeExpr:!0}),_else:re("else",Xe),_finally:re("finally"),_for:re("for",{isLoop:!0}),_function:re("function",Fe),_if:re("if"),_return:re("return",Xe),_switch:re("switch"),_throw:re("throw",Xe),_try:re("try"),_var:re("var"),_const:re("const"),_while:re("while",{isLoop:!0}),_with:re("with"),_new:re("new",{beforeExpr:!0,startsExpr:!0}),_this:re("this",Fe),_super:re("super",Fe),_class:re("class",Fe),_extends:re("extends",Xe),_export:re("export"),_import:re("import",Fe),_null:re("null",Fe),_true:re("true",Fe),_false:re("false",Fe),_in:re("in",{beforeExpr:!0,binop:7}),_instanceof:re("instanceof",{beforeExpr:!0,binop:7}),_typeof:re("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:re("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:re("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},$e=/\r\n?|\n|\u2028|\u2029/,ts=new RegExp($e.source,"g");function ss(t,e){return t===10||t===13||!e&&(t===8232||t===8233)}var on=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,qe=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,hn=Object.prototype,Rc=hn.hasOwnProperty,Lc=hn.toString;function ca(t,e){return Rc.call(t,e)}var cn=Array.isArray||(function(t){return Lc.call(t)==="[object Array]"});function Ot(t){return new RegExp("^(?:"+t.replace(/ /g,"|")+")$")}var as=function(e,s){this.line=e,this.column=s};as.prototype.offset=function(e){return new as(this.line,this.column+e)};var ua=function(e,s,a){this.start=s,this.end=a,e.sourceFile!==null&&(this.source=e.sourceFile)};function un(t,e){for(var s=1,a=0;;){ts.lastIndex=a;var i=ts.exec(t);if(i&&i.index<e)++s,a=i.index+i[0].length;else return new as(s,e-a)}}var $a={ecmaVersion:10,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:!1,allowHashBang:!1,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1};function Fc(t){var e={};for(var s in $a)e[s]=t&&ca(t,s)?t[s]:$a[s];if(e.ecmaVersion>=2015&&(e.ecmaVersion-=2009),e.allowReserved==null&&(e.allowReserved=e.ecmaVersion<5),cn(e.onToken)){var a=e.onToken;e.onToken=function(i){return a.push(i)}}return cn(e.onComment)&&(e.onComment=kc(e,e.onComment)),e}function kc(t,e){return function(s,a,i,r,n,h){var u={type:s?"Block":"Line",value:a,start:i,end:r};t.locations&&(u.loc=new ua(this,n,h)),t.ranges&&(u.range=[i,r]),e.push(u)}}var is=1,rs=2,qa=is|rs,ln=4,_n=8,fn=16,dn=32,pn=64,mn=128;function Ja(t,e){return rs|(t?ln:0)|(e?_n:0)}var En=0,Za=1,lt=2,xn=3,gn=4,vn=5,we=function(e,s,a){this.options=e=Fc(e),this.sourceFile=e.sourceFile,this.keywords=Ot(Pc[e.ecmaVersion>=6?6:e.sourceType==="module"?"5module":5]);var i="";if(e.allowReserved!==!0){for(var r=e.ecmaVersion;!(i=Ha[r]);r--);e.sourceType==="module"&&(i+=" await")}this.reservedWords=Ot(i);var n=(i?i+" ":"")+Ha.strict;this.reservedWordsStrict=Ot(n),this.reservedWordsStrictBind=Ot(n+" "+Ha.strictBind),this.input=String(s),this.containsEsc=!1,a?(this.pos=a,this.lineStart=this.input.lastIndexOf(`
|
|
103
|
-
`,a-1)+1,this.curLine=this.input.slice(0,this.lineStart).split($e).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=E.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule=e.sourceType==="module",this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports={},this.pos===0&&e.allowHashBang&&this.input.slice(0,2)==="#!"&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(is),this.regexpState=null},Mt={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0}};we.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)},Mt.inFunction.get=function(){return(this.currentVarScope().flags&rs)>0},Mt.inGenerator.get=function(){return(this.currentVarScope().flags&_n)>0},Mt.inAsync.get=function(){return(this.currentVarScope().flags&ln)>0},Mt.allowSuper.get=function(){return(this.currentThisScope().flags&pn)>0},Mt.allowDirectSuper.get=function(){return(this.currentThisScope().flags&mn)>0},Mt.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},we.prototype.inNonArrowFunction=function(){return(this.currentThisScope().flags&rs)>0},we.extend=function(){for(var e=[],s=arguments.length;s--;)e[s]=arguments[s];for(var a=this,i=0;i<e.length;i++)a=e[i](a);return a},we.parse=function(e,s){return new this(s,e).parse()},we.parseExpressionAt=function(e,s,a){var i=new this(a,e,s);return i.nextToken(),i.parseExpression()},we.tokenizer=function(e,s){return new this(s,e)},Object.defineProperties(we.prototype,Mt);var Ne=we.prototype,Uc=/^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;Ne.strictDirective=function(t){for(;;){qe.lastIndex=t,t+=qe.exec(this.input)[0].length;var e=Uc.exec(this.input.slice(t));if(!e)return!1;if((e[1]||e[2])==="use strict"){qe.lastIndex=t+e[0].length;var s=qe.exec(this.input),a=s.index+s[0].length,i=this.input.charAt(a);return i===";"||i==="}"||$e.test(s[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(i)||i==="!"&&this.input.charAt(a+1)==="=")}t+=e[0].length,qe.lastIndex=t,t+=qe.exec(this.input)[0].length,this.input[t]===";"&&t++}},Ne.eat=function(t){return this.type===t?(this.next(),!0):!1},Ne.isContextual=function(t){return this.type===E.name&&this.value===t&&!this.containsEsc},Ne.eatContextual=function(t){return this.isContextual(t)?(this.next(),!0):!1},Ne.expectContextual=function(t){this.eatContextual(t)||this.unexpected()},Ne.canInsertSemicolon=function(){return this.type===E.eof||this.type===E.braceR||$e.test(this.input.slice(this.lastTokEnd,this.start))},Ne.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},Ne.semicolon=function(){!this.eat(E.semi)&&!this.insertSemicolon()&&this.unexpected()},Ne.afterTrailingComma=function(t,e){if(this.type===t)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),e||this.next(),!0},Ne.expect=function(t){this.eat(t)||this.unexpected()},Ne.unexpected=function(t){this.raise(t??this.start,"Unexpected token")};function la(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1}Ne.checkPatternErrors=function(t,e){if(t){t.trailingComma>-1&&this.raiseRecoverable(t.trailingComma,"Comma is not permitted after the rest element");var s=e?t.parenthesizedAssign:t.parenthesizedBind;s>-1&&this.raiseRecoverable(s,"Parenthesized pattern")}},Ne.checkExpressionErrors=function(t,e){if(!t)return!1;var s=t.shorthandAssign,a=t.doubleProto;if(!e)return s>=0||a>=0;s>=0&&this.raise(s,"Shorthand property assignments are valid only in destructuring patterns"),a>=0&&this.raiseRecoverable(a,"Redefinition of __proto__ property")},Ne.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,"Yield expression cannot be a default value"),this.awaitPos&&this.raise(this.awaitPos,"Await expression cannot be a default value")},Ne.isSimpleAssignTarget=function(t){return t.type==="ParenthesizedExpression"?this.isSimpleAssignTarget(t.expression):t.type==="Identifier"||t.type==="MemberExpression"};var z=we.prototype;z.parseTopLevel=function(t){var e={};for(t.body||(t.body=[]);this.type!==E.eof;){var s=this.parseStatement(null,!0,e);t.body.push(s)}if(this.inModule)for(var a=0,i=Object.keys(this.undefinedExports);a<i.length;a+=1){var r=i[a];this.raiseRecoverable(this.undefinedExports[r].start,"Export '"+r+"' is not defined")}return this.adaptDirectivePrologue(t.body),this.next(),t.sourceType=this.options.sourceType,this.finishNode(t,"Program")};var za={kind:"loop"},Vc={kind:"switch"};z.isLet=function(t){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;qe.lastIndex=this.pos;var e=qe.exec(this.input),s=this.pos+e[0].length,a=this.input.charCodeAt(s);if(a===91)return!0;if(t)return!1;if(a===123)return!0;if(vt(a,!0)){for(var i=s+1;Yt(this.input.charCodeAt(i),!0);)++i;var r=this.input.slice(s,i);if(!Nc.test(r))return!0}return!1},z.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;qe.lastIndex=this.pos;var t=qe.exec(this.input),e=this.pos+t[0].length;return!$e.test(this.input.slice(this.pos,e))&&this.input.slice(e,e+8)==="function"&&(e+8===this.input.length||!Yt(this.input.charAt(e+8)))},z.parseStatement=function(t,e,s){var a=this.type,i=this.startNode(),r;switch(this.isLet(t)&&(a=E._var,r="let"),a){case E._break:case E._continue:return this.parseBreakContinueStatement(i,a.keyword);case E._debugger:return this.parseDebuggerStatement(i);case E._do:return this.parseDoStatement(i);case E._for:return this.parseForStatement(i);case E._function:return t&&(this.strict||t!=="if"&&t!=="label")&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(i,!1,!t);case E._class:return t&&this.unexpected(),this.parseClass(i,!0);case E._if:return this.parseIfStatement(i);case E._return:return this.parseReturnStatement(i);case E._switch:return this.parseSwitchStatement(i);case E._throw:return this.parseThrowStatement(i);case E._try:return this.parseTryStatement(i);case E._const:case E._var:return r=r||this.value,t&&r!=="var"&&this.unexpected(),this.parseVarStatement(i,r);case E._while:return this.parseWhileStatement(i);case E._with:return this.parseWithStatement(i);case E.braceL:return this.parseBlock(!0,i);case E.semi:return this.parseEmptyStatement(i);case E._export:case E._import:if(this.options.ecmaVersion>10&&a===E._import){qe.lastIndex=this.pos;var n=qe.exec(this.input),h=this.pos+n[0].length,u=this.input.charCodeAt(h);if(u===40||u===46)return this.parseExpressionStatement(i,this.parseExpression())}return this.options.allowImportExportEverywhere||(e||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),a===E._import?this.parseImport(i):this.parseExport(i,s);default:if(this.isAsyncFunction())return t&&this.unexpected(),this.next(),this.parseFunctionStatement(i,!0,!t);var c=this.value,l=this.parseExpression();return a===E.name&&l.type==="Identifier"&&this.eat(E.colon)?this.parseLabeledStatement(i,c,l,t):this.parseExpressionStatement(i,l)}},z.parseBreakContinueStatement=function(t,e){var s=e==="break";this.next(),this.eat(E.semi)||this.insertSemicolon()?t.label=null:this.type!==E.name?this.unexpected():(t.label=this.parseIdent(),this.semicolon());for(var a=0;a<this.labels.length;++a){var i=this.labels[a];if((t.label==null||i.name===t.label.name)&&(i.kind!=null&&(s||i.kind==="loop")||t.label&&s))break}return a===this.labels.length&&this.raise(t.start,"Unsyntactic "+e),this.finishNode(t,s?"BreakStatement":"ContinueStatement")},z.parseDebuggerStatement=function(t){return this.next(),this.semicolon(),this.finishNode(t,"DebuggerStatement")},z.parseDoStatement=function(t){return this.next(),this.labels.push(za),t.body=this.parseStatement("do"),this.labels.pop(),this.expect(E._while),t.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(E.semi):this.semicolon(),this.finishNode(t,"DoWhileStatement")},z.parseForStatement=function(t){this.next();var e=this.options.ecmaVersion>=9&&(this.inAsync||!this.inFunction&&this.options.allowAwaitOutsideFunction)&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(za),this.enterScope(0),this.expect(E.parenL),this.type===E.semi)return e>-1&&this.unexpected(e),this.parseFor(t,null);var s=this.isLet();if(this.type===E._var||this.type===E._const||s){var a=this.startNode(),i=s?"let":this.value;return this.next(),this.parseVar(a,!0,i),this.finishNode(a,"VariableDeclaration"),(this.type===E._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&a.declarations.length===1?(this.options.ecmaVersion>=9&&(this.type===E._in?e>-1&&this.unexpected(e):t.await=e>-1),this.parseForIn(t,a)):(e>-1&&this.unexpected(e),this.parseFor(t,a))}var r=new la,n=this.parseExpression(!0,r);return this.type===E._in||this.options.ecmaVersion>=6&&this.isContextual("of")?(this.options.ecmaVersion>=9&&(this.type===E._in?e>-1&&this.unexpected(e):t.await=e>-1),this.toAssignable(n,!1,r),this.checkLVal(n),this.parseForIn(t,n)):(this.checkExpressionErrors(r,!0),e>-1&&this.unexpected(e),this.parseFor(t,n))},z.parseFunctionStatement=function(t,e,s){return this.next(),this.parseFunction(t,ns|(s?0:Qa),!1,e)},z.parseIfStatement=function(t){return this.next(),t.test=this.parseParenExpression(),t.consequent=this.parseStatement("if"),t.alternate=this.eat(E._else)?this.parseStatement("if"):null,this.finishNode(t,"IfStatement")},z.parseReturnStatement=function(t){return!this.inFunction&&!this.options.allowReturnOutsideFunction&&this.raise(this.start,"'return' outside of function"),this.next(),this.eat(E.semi)||this.insertSemicolon()?t.argument=null:(t.argument=this.parseExpression(),this.semicolon()),this.finishNode(t,"ReturnStatement")},z.parseSwitchStatement=function(t){this.next(),t.discriminant=this.parseParenExpression(),t.cases=[],this.expect(E.braceL),this.labels.push(Vc),this.enterScope(0);for(var e,s=!1;this.type!==E.braceR;)if(this.type===E._case||this.type===E._default){var a=this.type===E._case;e&&this.finishNode(e,"SwitchCase"),t.cases.push(e=this.startNode()),e.consequent=[],this.next(),a?e.test=this.parseExpression():(s&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),s=!0,e.test=null),this.expect(E.colon)}else e||this.unexpected(),e.consequent.push(this.parseStatement(null));return this.exitScope(),e&&this.finishNode(e,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(t,"SwitchStatement")},z.parseThrowStatement=function(t){return this.next(),$e.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),t.argument=this.parseExpression(),this.semicolon(),this.finishNode(t,"ThrowStatement")};var Yc=[];z.parseTryStatement=function(t){if(this.next(),t.block=this.parseBlock(),t.handler=null,this.type===E._catch){var e=this.startNode();if(this.next(),this.eat(E.parenL)){e.param=this.parseBindingAtom();var s=e.param.type==="Identifier";this.enterScope(s?dn:0),this.checkLVal(e.param,s?gn:lt),this.expect(E.parenR)}else this.options.ecmaVersion<10&&this.unexpected(),e.param=null,this.enterScope(0);e.body=this.parseBlock(!1),this.exitScope(),t.handler=this.finishNode(e,"CatchClause")}return t.finalizer=this.eat(E._finally)?this.parseBlock():null,!t.handler&&!t.finalizer&&this.raise(t.start,"Missing catch or finally clause"),this.finishNode(t,"TryStatement")},z.parseVarStatement=function(t,e){return this.next(),this.parseVar(t,!1,e),this.semicolon(),this.finishNode(t,"VariableDeclaration")},z.parseWhileStatement=function(t){return this.next(),t.test=this.parseParenExpression(),this.labels.push(za),t.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(t,"WhileStatement")},z.parseWithStatement=function(t){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),t.object=this.parseParenExpression(),t.body=this.parseStatement("with"),this.finishNode(t,"WithStatement")},z.parseEmptyStatement=function(t){return this.next(),this.finishNode(t,"EmptyStatement")},z.parseLabeledStatement=function(t,e,s,a){for(var i=0,r=this.labels;i<r.length;i+=1){var n=r[i];n.name===e&&this.raise(s.start,"Label '"+e+"' is already declared")}for(var h=this.type.isLoop?"loop":this.type===E._switch?"switch":null,u=this.labels.length-1;u>=0;u--){var c=this.labels[u];if(c.statementStart===t.start)c.statementStart=this.start,c.kind=h;else break}return this.labels.push({name:e,kind:h,statementStart:this.start}),t.body=this.parseStatement(a?a.indexOf("label")===-1?a+"label":a:"label"),this.labels.pop(),t.label=s,this.finishNode(t,"LabeledStatement")},z.parseExpressionStatement=function(t,e){return t.expression=e,this.semicolon(),this.finishNode(t,"ExpressionStatement")},z.parseBlock=function(t,e,s){for(t===void 0&&(t=!0),e===void 0&&(e=this.startNode()),e.body=[],this.expect(E.braceL),t&&this.enterScope(0);this.type!==E.braceR;){var a=this.parseStatement(null);e.body.push(a)}return s&&(this.strict=!1),this.next(),t&&this.exitScope(),this.finishNode(e,"BlockStatement")},z.parseFor=function(t,e){return t.init=e,this.expect(E.semi),t.test=this.type===E.semi?null:this.parseExpression(),this.expect(E.semi),t.update=this.type===E.parenR?null:this.parseExpression(),this.expect(E.parenR),t.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(t,"ForStatement")},z.parseForIn=function(t,e){var s=this.type===E._in;return this.next(),e.type==="VariableDeclaration"&&e.declarations[0].init!=null&&(!s||this.options.ecmaVersion<8||this.strict||e.kind!=="var"||e.declarations[0].id.type!=="Identifier")?this.raise(e.start,(s?"for-in":"for-of")+" loop variable declaration may not have an initializer"):e.type==="AssignmentPattern"&&this.raise(e.start,"Invalid left-hand side in for-loop"),t.left=e,t.right=s?this.parseExpression():this.parseMaybeAssign(),this.expect(E.parenR),t.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(t,s?"ForInStatement":"ForOfStatement")},z.parseVar=function(t,e,s){for(t.declarations=[],t.kind=s;;){var a=this.startNode();if(this.parseVarId(a,s),this.eat(E.eq)?a.init=this.parseMaybeAssign(e):s==="const"&&!(this.type===E._in||this.options.ecmaVersion>=6&&this.isContextual("of"))?this.unexpected():a.id.type!=="Identifier"&&!(e&&(this.type===E._in||this.isContextual("of")))?this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):a.init=null,t.declarations.push(this.finishNode(a,"VariableDeclarator")),!this.eat(E.comma))break}return t},z.parseVarId=function(t,e){t.id=this.parseBindingAtom(),this.checkLVal(t.id,e==="var"?Za:lt,!1)};var ns=1,Qa=2,wn=4;z.parseFunction=function(t,e,s,a){this.initFunction(t),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!a)&&(this.type===E.star&&e&Qa&&this.unexpected(),t.generator=this.eat(E.star)),this.options.ecmaVersion>=8&&(t.async=!!a),e&ns&&(t.id=e&wn&&this.type!==E.name?null:this.parseIdent(),t.id&&!(e&Qa)&&this.checkLVal(t.id,this.strict||t.generator||t.async?this.treatFunctionsAsVar?Za:lt:xn));var i=this.yieldPos,r=this.awaitPos,n=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Ja(t.async,t.generator)),e&ns||(t.id=this.type===E.name?this.parseIdent():null),this.parseFunctionParams(t),this.parseFunctionBody(t,s,!1),this.yieldPos=i,this.awaitPos=r,this.awaitIdentPos=n,this.finishNode(t,e&ns?"FunctionDeclaration":"FunctionExpression")},z.parseFunctionParams=function(t){this.expect(E.parenL),t.params=this.parseBindingList(E.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},z.parseClass=function(t,e){this.next();var s=this.strict;this.strict=!0,this.parseClassId(t,e),this.parseClassSuper(t);var a=this.startNode(),i=!1;for(a.body=[],this.expect(E.braceL);this.type!==E.braceR;){var r=this.parseClassElement(t.superClass!==null);r&&(a.body.push(r),r.type==="MethodDefinition"&&r.kind==="constructor"&&(i&&this.raise(r.start,"Duplicate constructor in the same class"),i=!0))}return this.strict=s,this.next(),t.body=this.finishNode(a,"ClassBody"),this.finishNode(t,e?"ClassDeclaration":"ClassExpression")},z.parseClassElement=function(t){var e=this;if(this.eat(E.semi))return null;var s=this.startNode(),a=function(u,c){c===void 0&&(c=!1);var l=e.start,f=e.startLoc;return e.eatContextual(u)?e.type!==E.parenL&&(!c||!e.canInsertSemicolon())?!0:(s.key&&e.unexpected(),s.computed=!1,s.key=e.startNodeAt(l,f),s.key.name=u,e.finishNode(s.key,"Identifier"),!1):!1};s.kind="method",s.static=a("static");var i=this.eat(E.star),r=!1;i||(this.options.ecmaVersion>=8&&a("async",!0)?(r=!0,i=this.options.ecmaVersion>=9&&this.eat(E.star)):a("get")?s.kind="get":a("set")&&(s.kind="set")),s.key||this.parsePropertyName(s);var n=s.key,h=!1;return!s.computed&&!s.static&&(n.type==="Identifier"&&n.name==="constructor"||n.type==="Literal"&&n.value==="constructor")?(s.kind!=="method"&&this.raise(n.start,"Constructor can't have get/set modifier"),i&&this.raise(n.start,"Constructor can't be a generator"),r&&this.raise(n.start,"Constructor can't be an async method"),s.kind="constructor",h=t):s.static&&n.type==="Identifier"&&n.name==="prototype"&&this.raise(n.start,"Classes may not have a static property named prototype"),this.parseClassMethod(s,i,r,h),s.kind==="get"&&s.value.params.length!==0&&this.raiseRecoverable(s.value.start,"getter should have no params"),s.kind==="set"&&s.value.params.length!==1&&this.raiseRecoverable(s.value.start,"setter should have exactly one param"),s.kind==="set"&&s.value.params[0].type==="RestElement"&&this.raiseRecoverable(s.value.params[0].start,"Setter cannot use rest params"),s},z.parseClassMethod=function(t,e,s,a){return t.value=this.parseMethod(e,s,a),this.finishNode(t,"MethodDefinition")},z.parseClassId=function(t,e){this.type===E.name?(t.id=this.parseIdent(),e&&this.checkLVal(t.id,lt,!1)):(e===!0&&this.unexpected(),t.id=null)},z.parseClassSuper=function(t){t.superClass=this.eat(E._extends)?this.parseExprSubscripts():null},z.parseExport=function(t,e){if(this.next(),this.eat(E.star))return this.options.ecmaVersion>=11&&(this.eatContextual("as")?(t.exported=this.parseIdent(!0),this.checkExport(e,t.exported.name,this.lastTokStart)):t.exported=null),this.expectContextual("from"),this.type!==E.string&&this.unexpected(),t.source=this.parseExprAtom(),this.semicolon(),this.finishNode(t,"ExportAllDeclaration");if(this.eat(E._default)){this.checkExport(e,"default",this.lastTokStart);var s;if(this.type===E._function||(s=this.isAsyncFunction())){var a=this.startNode();this.next(),s&&this.next(),t.declaration=this.parseFunction(a,ns|wn,!1,s)}else if(this.type===E._class){var i=this.startNode();t.declaration=this.parseClass(i,"nullableID")}else t.declaration=this.parseMaybeAssign(),this.semicolon();return this.finishNode(t,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())t.declaration=this.parseStatement(null),t.declaration.type==="VariableDeclaration"?this.checkVariableExport(e,t.declaration.declarations):this.checkExport(e,t.declaration.id.name,t.declaration.id.start),t.specifiers=[],t.source=null;else{if(t.declaration=null,t.specifiers=this.parseExportSpecifiers(e),this.eatContextual("from"))this.type!==E.string&&this.unexpected(),t.source=this.parseExprAtom();else{for(var r=0,n=t.specifiers;r<n.length;r+=1){var h=n[r];this.checkUnreserved(h.local),this.checkLocalExport(h.local)}t.source=null}this.semicolon()}return this.finishNode(t,"ExportNamedDeclaration")},z.checkExport=function(t,e,s){t&&(ca(t,e)&&this.raiseRecoverable(s,"Duplicate export '"+e+"'"),t[e]=!0)},z.checkPatternExport=function(t,e){var s=e.type;if(s==="Identifier")this.checkExport(t,e.name,e.start);else if(s==="ObjectPattern")for(var a=0,i=e.properties;a<i.length;a+=1){var r=i[a];this.checkPatternExport(t,r)}else if(s==="ArrayPattern")for(var n=0,h=e.elements;n<h.length;n+=1){var u=h[n];u&&this.checkPatternExport(t,u)}else s==="Property"?this.checkPatternExport(t,e.value):s==="AssignmentPattern"?this.checkPatternExport(t,e.left):s==="RestElement"?this.checkPatternExport(t,e.argument):s==="ParenthesizedExpression"&&this.checkPatternExport(t,e.expression)},z.checkVariableExport=function(t,e){if(t)for(var s=0,a=e;s<a.length;s+=1){var i=a[s];this.checkPatternExport(t,i.id)}},z.shouldParseExportStatement=function(){return this.type.keyword==="var"||this.type.keyword==="const"||this.type.keyword==="class"||this.type.keyword==="function"||this.isLet()||this.isAsyncFunction()},z.parseExportSpecifiers=function(t){var e=[],s=!0;for(this.expect(E.braceL);!this.eat(E.braceR);){if(s)s=!1;else if(this.expect(E.comma),this.afterTrailingComma(E.braceR))break;var a=this.startNode();a.local=this.parseIdent(!0),a.exported=this.eatContextual("as")?this.parseIdent(!0):a.local,this.checkExport(t,a.exported.name,a.exported.start),e.push(this.finishNode(a,"ExportSpecifier"))}return e},z.parseImport=function(t){return this.next(),this.type===E.string?(t.specifiers=Yc,t.source=this.parseExprAtom()):(t.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),t.source=this.type===E.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(t,"ImportDeclaration")},z.parseImportSpecifiers=function(){var t=[],e=!0;if(this.type===E.name){var s=this.startNode();if(s.local=this.parseIdent(),this.checkLVal(s.local,lt),t.push(this.finishNode(s,"ImportDefaultSpecifier")),!this.eat(E.comma))return t}if(this.type===E.star){var a=this.startNode();return this.next(),this.expectContextual("as"),a.local=this.parseIdent(),this.checkLVal(a.local,lt),t.push(this.finishNode(a,"ImportNamespaceSpecifier")),t}for(this.expect(E.braceL);!this.eat(E.braceR);){if(e)e=!1;else if(this.expect(E.comma),this.afterTrailingComma(E.braceR))break;var i=this.startNode();i.imported=this.parseIdent(!0),this.eatContextual("as")?i.local=this.parseIdent():(this.checkUnreserved(i.imported),i.local=i.imported),this.checkLVal(i.local,lt),t.push(this.finishNode(i,"ImportSpecifier"))}return t},z.adaptDirectivePrologue=function(t){for(var e=0;e<t.length&&this.isDirectiveCandidate(t[e]);++e)t[e].directive=t[e].expression.raw.slice(1,-1)},z.isDirectiveCandidate=function(t){return t.type==="ExpressionStatement"&&t.expression.type==="Literal"&&typeof t.expression.value=="string"&&(this.input[t.start]==='"'||this.input[t.start]==="'")};var _t=we.prototype;_t.toAssignable=function(t,e,s){if(this.options.ecmaVersion>=6&&t)switch(t.type){case"Identifier":this.inAsync&&t.name==="await"&&this.raise(t.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"RestElement":break;case"ObjectExpression":t.type="ObjectPattern",s&&this.checkPatternErrors(s,!0);for(var a=0,i=t.properties;a<i.length;a+=1){var r=i[a];this.toAssignable(r,e),r.type==="RestElement"&&(r.argument.type==="ArrayPattern"||r.argument.type==="ObjectPattern")&&this.raise(r.argument.start,"Unexpected token")}break;case"Property":t.kind!=="init"&&this.raise(t.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(t.value,e);break;case"ArrayExpression":t.type="ArrayPattern",s&&this.checkPatternErrors(s,!0),this.toAssignableList(t.elements,e);break;case"SpreadElement":t.type="RestElement",this.toAssignable(t.argument,e),t.argument.type==="AssignmentPattern"&&this.raise(t.argument.start,"Rest elements cannot have a default value");break;case"AssignmentExpression":t.operator!=="="&&this.raise(t.left.end,"Only '=' operator can be used for specifying default value."),t.type="AssignmentPattern",delete t.operator,this.toAssignable(t.left,e);case"AssignmentPattern":break;case"ParenthesizedExpression":this.toAssignable(t.expression,e,s);break;case"ChainExpression":this.raiseRecoverable(t.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":if(!e)break;default:this.raise(t.start,"Assigning to rvalue")}else s&&this.checkPatternErrors(s,!0);return t},_t.toAssignableList=function(t,e){for(var s=t.length,a=0;a<s;a++){var i=t[a];i&&this.toAssignable(i,e)}if(s){var r=t[s-1];this.options.ecmaVersion===6&&e&&r&&r.type==="RestElement"&&r.argument.type!=="Identifier"&&this.unexpected(r.argument.start)}return t},_t.parseSpread=function(t){var e=this.startNode();return this.next(),e.argument=this.parseMaybeAssign(!1,t),this.finishNode(e,"SpreadElement")},_t.parseRestBinding=function(){var t=this.startNode();return this.next(),this.options.ecmaVersion===6&&this.type!==E.name&&this.unexpected(),t.argument=this.parseBindingAtom(),this.finishNode(t,"RestElement")},_t.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case E.bracketL:var t=this.startNode();return this.next(),t.elements=this.parseBindingList(E.bracketR,!0,!0),this.finishNode(t,"ArrayPattern");case E.braceL:return this.parseObj(!0)}return this.parseIdent()},_t.parseBindingList=function(t,e,s){for(var a=[],i=!0;!this.eat(t);)if(i?i=!1:this.expect(E.comma),e&&this.type===E.comma)a.push(null);else{if(s&&this.afterTrailingComma(t))break;if(this.type===E.ellipsis){var r=this.parseRestBinding();this.parseBindingListItem(r),a.push(r),this.type===E.comma&&this.raise(this.start,"Comma is not permitted after the rest element"),this.expect(t);break}else{var n=this.parseMaybeDefault(this.start,this.startLoc);this.parseBindingListItem(n),a.push(n)}}return a},_t.parseBindingListItem=function(t){return t},_t.parseMaybeDefault=function(t,e,s){if(s=s||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(E.eq))return s;var a=this.startNodeAt(t,e);return a.left=s,a.right=this.parseMaybeAssign(),this.finishNode(a,"AssignmentPattern")},_t.checkLVal=function(t,e,s){switch(e===void 0&&(e=En),t.type){case"Identifier":e===lt&&t.name==="let"&&this.raiseRecoverable(t.start,"let is disallowed as a lexically bound name"),this.strict&&this.reservedWordsStrictBind.test(t.name)&&this.raiseRecoverable(t.start,(e?"Binding ":"Assigning to ")+t.name+" in strict mode"),s&&(ca(s,t.name)&&this.raiseRecoverable(t.start,"Argument name clash"),s[t.name]=!0),e!==En&&e!==vn&&this.declareName(t.name,e,t.start);break;case"ChainExpression":this.raiseRecoverable(t.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":e&&this.raiseRecoverable(t.start,"Binding member expression");break;case"ObjectPattern":for(var a=0,i=t.properties;a<i.length;a+=1){var r=i[a];this.checkLVal(r,e,s)}break;case"Property":this.checkLVal(t.value,e,s);break;case"ArrayPattern":for(var n=0,h=t.elements;n<h.length;n+=1){var u=h[n];u&&this.checkLVal(u,e,s)}break;case"AssignmentPattern":this.checkLVal(t.left,e,s);break;case"RestElement":this.checkLVal(t.argument,e,s);break;case"ParenthesizedExpression":this.checkLVal(t.expression,e,s);break;default:this.raise(t.start,(e?"Binding":"Assigning to")+" rvalue")}};var Q=we.prototype;Q.checkPropClash=function(t,e,s){if(!(this.options.ecmaVersion>=9&&t.type==="SpreadElement")&&!(this.options.ecmaVersion>=6&&(t.computed||t.method||t.shorthand))){var a=t.key,i;switch(a.type){case"Identifier":i=a.name;break;case"Literal":i=String(a.value);break;default:return}var r=t.kind;if(this.options.ecmaVersion>=6){i==="__proto__"&&r==="init"&&(e.proto&&(s?s.doubleProto<0&&(s.doubleProto=a.start):this.raiseRecoverable(a.start,"Redefinition of __proto__ property")),e.proto=!0);return}i="$"+i;var n=e[i];if(n){var h;r==="init"?h=this.strict&&n.init||n.get||n.set:h=n.init||n[r],h&&this.raiseRecoverable(a.start,"Redefinition of property")}else n=e[i]={init:!1,get:!1,set:!1};n[r]=!0}},Q.parseExpression=function(t,e){var s=this.start,a=this.startLoc,i=this.parseMaybeAssign(t,e);if(this.type===E.comma){var r=this.startNodeAt(s,a);for(r.expressions=[i];this.eat(E.comma);)r.expressions.push(this.parseMaybeAssign(t,e));return this.finishNode(r,"SequenceExpression")}return i},Q.parseMaybeAssign=function(t,e,s){if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(t);this.exprAllowed=!1}var a=!1,i=-1,r=-1;e?(i=e.parenthesizedAssign,r=e.trailingComma,e.parenthesizedAssign=e.trailingComma=-1):(e=new la,a=!0);var n=this.start,h=this.startLoc;(this.type===E.parenL||this.type===E.name)&&(this.potentialArrowAt=this.start);var u=this.parseMaybeConditional(t,e);if(s&&(u=s.call(this,u,n,h)),this.type.isAssign){var c=this.startNodeAt(n,h);return c.operator=this.value,c.left=this.type===E.eq?this.toAssignable(u,!1,e):u,a||(e.parenthesizedAssign=e.trailingComma=e.doubleProto=-1),e.shorthandAssign>=c.left.start&&(e.shorthandAssign=-1),this.checkLVal(u),this.next(),c.right=this.parseMaybeAssign(t),this.finishNode(c,"AssignmentExpression")}else a&&this.checkExpressionErrors(e,!0);return i>-1&&(e.parenthesizedAssign=i),r>-1&&(e.trailingComma=r),u},Q.parseMaybeConditional=function(t,e){var s=this.start,a=this.startLoc,i=this.parseExprOps(t,e);if(this.checkExpressionErrors(e))return i;if(this.eat(E.question)){var r=this.startNodeAt(s,a);return r.test=i,r.consequent=this.parseMaybeAssign(),this.expect(E.colon),r.alternate=this.parseMaybeAssign(t),this.finishNode(r,"ConditionalExpression")}return i},Q.parseExprOps=function(t,e){var s=this.start,a=this.startLoc,i=this.parseMaybeUnary(e,!1);return this.checkExpressionErrors(e)||i.start===s&&i.type==="ArrowFunctionExpression"?i:this.parseExprOp(i,s,a,-1,t)},Q.parseExprOp=function(t,e,s,a,i){var r=this.type.binop;if(r!=null&&(!i||this.type!==E._in)&&r>a){var n=this.type===E.logicalOR||this.type===E.logicalAND,h=this.type===E.coalesce;h&&(r=E.logicalAND.binop);var u=this.value;this.next();var c=this.start,l=this.startLoc,f=this.parseExprOp(this.parseMaybeUnary(null,!1),c,l,r,i),_=this.buildBinary(e,s,t,f,u,n||h);return(n&&this.type===E.coalesce||h&&(this.type===E.logicalOR||this.type===E.logicalAND))&&this.raiseRecoverable(this.start,"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"),this.parseExprOp(_,e,s,a,i)}return t},Q.buildBinary=function(t,e,s,a,i,r){var n=this.startNodeAt(t,e);return n.left=s,n.operator=i,n.right=a,this.finishNode(n,r?"LogicalExpression":"BinaryExpression")},Q.parseMaybeUnary=function(t,e){var s=this.start,a=this.startLoc,i;if(this.isContextual("await")&&(this.inAsync||!this.inFunction&&this.options.allowAwaitOutsideFunction))i=this.parseAwait(),e=!0;else if(this.type.prefix){var r=this.startNode(),n=this.type===E.incDec;r.operator=this.value,r.prefix=!0,this.next(),r.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(t,!0),n?this.checkLVal(r.argument):this.strict&&r.operator==="delete"&&r.argument.type==="Identifier"?this.raiseRecoverable(r.start,"Deleting local variable in strict mode"):e=!0,i=this.finishNode(r,n?"UpdateExpression":"UnaryExpression")}else{if(i=this.parseExprSubscripts(t),this.checkExpressionErrors(t))return i;for(;this.type.postfix&&!this.canInsertSemicolon();){var h=this.startNodeAt(s,a);h.operator=this.value,h.prefix=!1,h.argument=i,this.checkLVal(i),this.next(),i=this.finishNode(h,"UpdateExpression")}}return!e&&this.eat(E.starstar)?this.buildBinary(s,a,i,this.parseMaybeUnary(null,!1),"**",!1):i},Q.parseExprSubscripts=function(t){var e=this.start,s=this.startLoc,a=this.parseExprAtom(t);if(a.type==="ArrowFunctionExpression"&&this.input.slice(this.lastTokStart,this.lastTokEnd)!==")")return a;var i=this.parseSubscripts(a,e,s);return t&&i.type==="MemberExpression"&&(t.parenthesizedAssign>=i.start&&(t.parenthesizedAssign=-1),t.parenthesizedBind>=i.start&&(t.parenthesizedBind=-1)),i},Q.parseSubscripts=function(t,e,s,a){for(var i=this.options.ecmaVersion>=8&&t.type==="Identifier"&&t.name==="async"&&this.lastTokEnd===t.end&&!this.canInsertSemicolon()&&t.end-t.start===5&&this.potentialArrowAt===t.start,r=!1;;){var n=this.parseSubscript(t,e,s,a,i,r);if(n.optional&&(r=!0),n===t||n.type==="ArrowFunctionExpression"){if(r){var h=this.startNodeAt(e,s);h.expression=n,n=this.finishNode(h,"ChainExpression")}return n}t=n}},Q.parseSubscript=function(t,e,s,a,i,r){var n=this.options.ecmaVersion>=11,h=n&&this.eat(E.questionDot);a&&h&&this.raise(this.lastTokStart,"Optional chaining cannot appear in the callee of new expressions");var u=this.eat(E.bracketL);if(u||h&&this.type!==E.parenL&&this.type!==E.backQuote||this.eat(E.dot)){var c=this.startNodeAt(e,s);c.object=t,c.property=u?this.parseExpression():this.parseIdent(this.options.allowReserved!=="never"),c.computed=!!u,u&&this.expect(E.bracketR),n&&(c.optional=h),t=this.finishNode(c,"MemberExpression")}else if(!a&&this.eat(E.parenL)){var l=new la,f=this.yieldPos,_=this.awaitPos,p=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var m=this.parseExprList(E.parenR,this.options.ecmaVersion>=8,!1,l);if(i&&!h&&!this.canInsertSemicolon()&&this.eat(E.arrow))return this.checkPatternErrors(l,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,"Cannot use 'await' as identifier inside an async function"),this.yieldPos=f,this.awaitPos=_,this.awaitIdentPos=p,this.parseArrowExpression(this.startNodeAt(e,s),m,!0);this.checkExpressionErrors(l,!0),this.yieldPos=f||this.yieldPos,this.awaitPos=_||this.awaitPos,this.awaitIdentPos=p||this.awaitIdentPos;var v=this.startNodeAt(e,s);v.callee=t,v.arguments=m,n&&(v.optional=h),t=this.finishNode(v,"CallExpression")}else if(this.type===E.backQuote){(h||r)&&this.raise(this.start,"Optional chaining cannot appear in the tag of tagged template expressions");var x=this.startNodeAt(e,s);x.tag=t,x.quasi=this.parseTemplate({isTagged:!0}),t=this.finishNode(x,"TaggedTemplateExpression")}return t},Q.parseExprAtom=function(t){this.type===E.slash&&this.readRegexp();var e,s=this.potentialArrowAt===this.start;switch(this.type){case E._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),e=this.startNode(),this.next(),this.type===E.parenL&&!this.allowDirectSuper&&this.raise(e.start,"super() call outside constructor of a subclass"),this.type!==E.dot&&this.type!==E.bracketL&&this.type!==E.parenL&&this.unexpected(),this.finishNode(e,"Super");case E._this:return e=this.startNode(),this.next(),this.finishNode(e,"ThisExpression");case E.name:var a=this.start,i=this.startLoc,r=this.containsEsc,n=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!r&&n.name==="async"&&!this.canInsertSemicolon()&&this.eat(E._function))return this.parseFunction(this.startNodeAt(a,i),0,!1,!0);if(s&&!this.canInsertSemicolon()){if(this.eat(E.arrow))return this.parseArrowExpression(this.startNodeAt(a,i),[n],!1);if(this.options.ecmaVersion>=8&&n.name==="async"&&this.type===E.name&&!r)return n=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(E.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(a,i),[n],!0)}return n;case E.regexp:var h=this.value;return e=this.parseLiteral(h.value),e.regex={pattern:h.pattern,flags:h.flags},e;case E.num:case E.string:return this.parseLiteral(this.value);case E._null:case E._true:case E._false:return e=this.startNode(),e.value=this.type===E._null?null:this.type===E._true,e.raw=this.type.keyword,this.next(),this.finishNode(e,"Literal");case E.parenL:var u=this.start,c=this.parseParenAndDistinguishExpression(s);return t&&(t.parenthesizedAssign<0&&!this.isSimpleAssignTarget(c)&&(t.parenthesizedAssign=u),t.parenthesizedBind<0&&(t.parenthesizedBind=u)),c;case E.bracketL:return e=this.startNode(),this.next(),e.elements=this.parseExprList(E.bracketR,!0,!0,t),this.finishNode(e,"ArrayExpression");case E.braceL:return this.parseObj(!1,t);case E._function:return e=this.startNode(),this.next(),this.parseFunction(e,0);case E._class:return this.parseClass(this.startNode(),!1);case E._new:return this.parseNew();case E.backQuote:return this.parseTemplate();case E._import:return this.options.ecmaVersion>=11?this.parseExprImport():this.unexpected();default:this.unexpected()}},Q.parseExprImport=function(){var t=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import");var e=this.parseIdent(!0);switch(this.type){case E.parenL:return this.parseDynamicImport(t);case E.dot:return t.meta=e,this.parseImportMeta(t);default:this.unexpected()}},Q.parseDynamicImport=function(t){if(this.next(),t.source=this.parseMaybeAssign(),!this.eat(E.parenR)){var e=this.start;this.eat(E.comma)&&this.eat(E.parenR)?this.raiseRecoverable(e,"Trailing comma is not allowed in import()"):this.unexpected(e)}return this.finishNode(t,"ImportExpression")},Q.parseImportMeta=function(t){this.next();var e=this.containsEsc;return t.property=this.parseIdent(!0),t.property.name!=="meta"&&this.raiseRecoverable(t.property.start,"The only valid meta property for import is 'import.meta'"),e&&this.raiseRecoverable(t.start,"'import.meta' must not contain escaped characters"),this.options.sourceType!=="module"&&this.raiseRecoverable(t.start,"Cannot use 'import.meta' outside a module"),this.finishNode(t,"MetaProperty")},Q.parseLiteral=function(t){var e=this.startNode();return e.value=t,e.raw=this.input.slice(this.start,this.end),e.raw.charCodeAt(e.raw.length-1)===110&&(e.bigint=e.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(e,"Literal")},Q.parseParenExpression=function(){this.expect(E.parenL);var t=this.parseExpression();return this.expect(E.parenR),t},Q.parseParenAndDistinguishExpression=function(t){var e=this.start,s=this.startLoc,a,i=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var r=this.start,n=this.startLoc,h=[],u=!0,c=!1,l=new la,f=this.yieldPos,_=this.awaitPos,p;for(this.yieldPos=0,this.awaitPos=0;this.type!==E.parenR;)if(u?u=!1:this.expect(E.comma),i&&this.afterTrailingComma(E.parenR,!0)){c=!0;break}else if(this.type===E.ellipsis){p=this.start,h.push(this.parseParenItem(this.parseRestBinding())),this.type===E.comma&&this.raise(this.start,"Comma is not permitted after the rest element");break}else h.push(this.parseMaybeAssign(!1,l,this.parseParenItem));var m=this.start,v=this.startLoc;if(this.expect(E.parenR),t&&!this.canInsertSemicolon()&&this.eat(E.arrow))return this.checkPatternErrors(l,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=f,this.awaitPos=_,this.parseParenArrowList(e,s,h);(!h.length||c)&&this.unexpected(this.lastTokStart),p&&this.unexpected(p),this.checkExpressionErrors(l,!0),this.yieldPos=f||this.yieldPos,this.awaitPos=_||this.awaitPos,h.length>1?(a=this.startNodeAt(r,n),a.expressions=h,this.finishNodeAt(a,"SequenceExpression",m,v)):a=h[0]}else a=this.parseParenExpression();if(this.options.preserveParens){var x=this.startNodeAt(e,s);return x.expression=a,this.finishNode(x,"ParenthesizedExpression")}else return a},Q.parseParenItem=function(t){return t},Q.parseParenArrowList=function(t,e,s){return this.parseArrowExpression(this.startNodeAt(t,e),s)};var Wc=[];Q.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var t=this.startNode(),e=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(E.dot)){t.meta=e;var s=this.containsEsc;return t.property=this.parseIdent(!0),t.property.name!=="target"&&this.raiseRecoverable(t.property.start,"The only valid meta property for new is 'new.target'"),s&&this.raiseRecoverable(t.start,"'new.target' must not contain escaped characters"),this.inNonArrowFunction()||this.raiseRecoverable(t.start,"'new.target' can only be used in functions"),this.finishNode(t,"MetaProperty")}var a=this.start,i=this.startLoc,r=this.type===E._import;return t.callee=this.parseSubscripts(this.parseExprAtom(),a,i,!0),r&&t.callee.type==="ImportExpression"&&this.raise(a,"Cannot use new with import()"),this.eat(E.parenL)?t.arguments=this.parseExprList(E.parenR,this.options.ecmaVersion>=8,!1):t.arguments=Wc,this.finishNode(t,"NewExpression")},Q.parseTemplateElement=function(t){var e=t.isTagged,s=this.startNode();return this.type===E.invalidTemplate?(e||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),s.value={raw:this.value,cooked:null}):s.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,`
|
|
104
|
-
`),cooked:this.value},this.next(),s.tail=this.type===E.backQuote,this.finishNode(s,"TemplateElement")},Q.parseTemplate=function(t){t===void 0&&(t={});var e=t.isTagged;e===void 0&&(e=!1);var s=this.startNode();this.next(),s.expressions=[];var a=this.parseTemplateElement({isTagged:e});for(s.quasis=[a];!a.tail;)this.type===E.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(E.dollarBraceL),s.expressions.push(this.parseExpression()),this.expect(E.braceR),s.quasis.push(a=this.parseTemplateElement({isTagged:e}));return this.next(),this.finishNode(s,"TemplateLiteral")},Q.isAsyncProp=function(t){return!t.computed&&t.key.type==="Identifier"&&t.key.name==="async"&&(this.type===E.name||this.type===E.num||this.type===E.string||this.type===E.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===E.star)&&!$e.test(this.input.slice(this.lastTokEnd,this.start))},Q.parseObj=function(t,e){var s=this.startNode(),a=!0,i={};for(s.properties=[],this.next();!this.eat(E.braceR);){if(a)a=!1;else if(this.expect(E.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(E.braceR))break;var r=this.parseProperty(t,e);t||this.checkPropClash(r,i,e),s.properties.push(r)}return this.finishNode(s,t?"ObjectPattern":"ObjectExpression")},Q.parseProperty=function(t,e){var s=this.startNode(),a,i,r,n;if(this.options.ecmaVersion>=9&&this.eat(E.ellipsis))return t?(s.argument=this.parseIdent(!1),this.type===E.comma&&this.raise(this.start,"Comma is not permitted after the rest element"),this.finishNode(s,"RestElement")):(this.type===E.parenL&&e&&(e.parenthesizedAssign<0&&(e.parenthesizedAssign=this.start),e.parenthesizedBind<0&&(e.parenthesizedBind=this.start)),s.argument=this.parseMaybeAssign(!1,e),this.type===E.comma&&e&&e.trailingComma<0&&(e.trailingComma=this.start),this.finishNode(s,"SpreadElement"));this.options.ecmaVersion>=6&&(s.method=!1,s.shorthand=!1,(t||e)&&(r=this.start,n=this.startLoc),t||(a=this.eat(E.star)));var h=this.containsEsc;return this.parsePropertyName(s),!t&&!h&&this.options.ecmaVersion>=8&&!a&&this.isAsyncProp(s)?(i=!0,a=this.options.ecmaVersion>=9&&this.eat(E.star),this.parsePropertyName(s,e)):i=!1,this.parsePropertyValue(s,t,a,i,r,n,e,h),this.finishNode(s,"Property")},Q.parsePropertyValue=function(t,e,s,a,i,r,n,h){if((s||a)&&this.type===E.colon&&this.unexpected(),this.eat(E.colon))t.value=e?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,n),t.kind="init";else if(this.options.ecmaVersion>=6&&this.type===E.parenL)e&&this.unexpected(),t.kind="init",t.method=!0,t.value=this.parseMethod(s,a);else if(!e&&!h&&this.options.ecmaVersion>=5&&!t.computed&&t.key.type==="Identifier"&&(t.key.name==="get"||t.key.name==="set")&&this.type!==E.comma&&this.type!==E.braceR&&this.type!==E.eq){(s||a)&&this.unexpected(),t.kind=t.key.name,this.parsePropertyName(t),t.value=this.parseMethod(!1);var u=t.kind==="get"?0:1;if(t.value.params.length!==u){var c=t.value.start;t.kind==="get"?this.raiseRecoverable(c,"getter should have no params"):this.raiseRecoverable(c,"setter should have exactly one param")}else t.kind==="set"&&t.value.params[0].type==="RestElement"&&this.raiseRecoverable(t.value.params[0].start,"Setter cannot use rest params")}else this.options.ecmaVersion>=6&&!t.computed&&t.key.type==="Identifier"?((s||a)&&this.unexpected(),this.checkUnreserved(t.key),t.key.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=i),t.kind="init",e?t.value=this.parseMaybeDefault(i,r,t.key):this.type===E.eq&&n?(n.shorthandAssign<0&&(n.shorthandAssign=this.start),t.value=this.parseMaybeDefault(i,r,t.key)):t.value=t.key,t.shorthand=!0):this.unexpected()},Q.parsePropertyName=function(t){if(this.options.ecmaVersion>=6){if(this.eat(E.bracketL))return t.computed=!0,t.key=this.parseMaybeAssign(),this.expect(E.bracketR),t.key;t.computed=!1}return t.key=this.type===E.num||this.type===E.string?this.parseExprAtom():this.parseIdent(this.options.allowReserved!=="never")},Q.initFunction=function(t){t.id=null,this.options.ecmaVersion>=6&&(t.generator=t.expression=!1),this.options.ecmaVersion>=8&&(t.async=!1)},Q.parseMethod=function(t,e,s){var a=this.startNode(),i=this.yieldPos,r=this.awaitPos,n=this.awaitIdentPos;return this.initFunction(a),this.options.ecmaVersion>=6&&(a.generator=t),this.options.ecmaVersion>=8&&(a.async=!!e),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Ja(e,a.generator)|pn|(s?mn:0)),this.expect(E.parenL),a.params=this.parseBindingList(E.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(a,!1,!0),this.yieldPos=i,this.awaitPos=r,this.awaitIdentPos=n,this.finishNode(a,"FunctionExpression")},Q.parseArrowExpression=function(t,e,s){var a=this.yieldPos,i=this.awaitPos,r=this.awaitIdentPos;return this.enterScope(Ja(s,!1)|fn),this.initFunction(t),this.options.ecmaVersion>=8&&(t.async=!!s),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,t.params=this.toAssignableList(e,!0),this.parseFunctionBody(t,!0,!1),this.yieldPos=a,this.awaitPos=i,this.awaitIdentPos=r,this.finishNode(t,"ArrowFunctionExpression")},Q.parseFunctionBody=function(t,e,s){var a=e&&this.type!==E.braceL,i=this.strict,r=!1;if(a)t.body=this.parseMaybeAssign(),t.expression=!0,this.checkParams(t,!1);else{var n=this.options.ecmaVersion>=7&&!this.isSimpleParamList(t.params);(!i||n)&&(r=this.strictDirective(this.end),r&&n&&this.raiseRecoverable(t.start,"Illegal 'use strict' directive in function with non-simple parameter list"));var h=this.labels;this.labels=[],r&&(this.strict=!0),this.checkParams(t,!i&&!r&&!e&&!s&&this.isSimpleParamList(t.params)),this.strict&&t.id&&this.checkLVal(t.id,vn),t.body=this.parseBlock(!1,void 0,r&&!i),t.expression=!1,this.adaptDirectivePrologue(t.body.body),this.labels=h}this.exitScope()},Q.isSimpleParamList=function(t){for(var e=0,s=t;e<s.length;e+=1){var a=s[e];if(a.type!=="Identifier")return!1}return!0},Q.checkParams=function(t,e){for(var s={},a=0,i=t.params;a<i.length;a+=1){var r=i[a];this.checkLVal(r,Za,e?null:s)}},Q.parseExprList=function(t,e,s,a){for(var i=[],r=!0;!this.eat(t);){if(r)r=!1;else if(this.expect(E.comma),e&&this.afterTrailingComma(t))break;var n=void 0;s&&this.type===E.comma?n=null:this.type===E.ellipsis?(n=this.parseSpread(a),a&&this.type===E.comma&&a.trailingComma<0&&(a.trailingComma=this.start)):n=this.parseMaybeAssign(!1,a),i.push(n)}return i},Q.checkUnreserved=function(t){var e=t.start,s=t.end,a=t.name;if(this.inGenerator&&a==="yield"&&this.raiseRecoverable(e,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&a==="await"&&this.raiseRecoverable(e,"Cannot use 'await' as identifier inside an async function"),this.keywords.test(a)&&this.raise(e,"Unexpected keyword '"+a+"'"),!(this.options.ecmaVersion<6&&this.input.slice(e,s).indexOf("\\")!==-1)){var i=this.strict?this.reservedWordsStrict:this.reservedWords;i.test(a)&&(!this.inAsync&&a==="await"&&this.raiseRecoverable(e,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(e,"The keyword '"+a+"' is reserved"))}},Q.parseIdent=function(t,e){var s=this.startNode();return this.type===E.name?s.name=this.value:this.type.keyword?(s.name=this.type.keyword,(s.name==="class"||s.name==="function")&&(this.lastTokEnd!==this.lastTokStart+1||this.input.charCodeAt(this.lastTokStart)!==46)&&this.context.pop()):this.unexpected(),this.next(!!t),this.finishNode(s,"Identifier"),t||(this.checkUnreserved(s),s.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=s.start)),s},Q.parseYield=function(t){this.yieldPos||(this.yieldPos=this.start);var e=this.startNode();return this.next(),this.type===E.semi||this.canInsertSemicolon()||this.type!==E.star&&!this.type.startsExpr?(e.delegate=!1,e.argument=null):(e.delegate=this.eat(E.star),e.argument=this.parseMaybeAssign(t)),this.finishNode(e,"YieldExpression")},Q.parseAwait=function(){this.awaitPos||(this.awaitPos=this.start);var t=this.startNode();return this.next(),t.argument=this.parseMaybeUnary(null,!1),this.finishNode(t,"AwaitExpression")};var _a=we.prototype;_a.raise=function(t,e){var s=un(this.input,t);e+=" ("+s.line+":"+s.column+")";var a=new SyntaxError(e);throw a.pos=t,a.loc=s,a.raisedAt=this.pos,a},_a.raiseRecoverable=_a.raise,_a.curPosition=function(){if(this.options.locations)return new as(this.curLine,this.pos-this.lineStart)};var wt=we.prototype,Hc=function(e){this.flags=e,this.var=[],this.lexical=[],this.functions=[]};wt.enterScope=function(t){this.scopeStack.push(new Hc(t))},wt.exitScope=function(){this.scopeStack.pop()},wt.treatFunctionsAsVarInScope=function(t){return t.flags&rs||!this.inModule&&t.flags&is},wt.declareName=function(t,e,s){var a=!1;if(e===lt){var i=this.currentScope();a=i.lexical.indexOf(t)>-1||i.functions.indexOf(t)>-1||i.var.indexOf(t)>-1,i.lexical.push(t),this.inModule&&i.flags&is&&delete this.undefinedExports[t]}else if(e===gn){var r=this.currentScope();r.lexical.push(t)}else if(e===xn){var n=this.currentScope();this.treatFunctionsAsVar?a=n.lexical.indexOf(t)>-1:a=n.lexical.indexOf(t)>-1||n.var.indexOf(t)>-1,n.functions.push(t)}else for(var h=this.scopeStack.length-1;h>=0;--h){var u=this.scopeStack[h];if(u.lexical.indexOf(t)>-1&&!(u.flags&dn&&u.lexical[0]===t)||!this.treatFunctionsAsVarInScope(u)&&u.functions.indexOf(t)>-1){a=!0;break}if(u.var.push(t),this.inModule&&u.flags&is&&delete this.undefinedExports[t],u.flags&qa)break}a&&this.raiseRecoverable(s,"Identifier '"+t+"' has already been declared")},wt.checkLocalExport=function(t){this.scopeStack[0].lexical.indexOf(t.name)===-1&&this.scopeStack[0].var.indexOf(t.name)===-1&&(this.undefinedExports[t.name]=t)},wt.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},wt.currentVarScope=function(){for(var t=this.scopeStack.length-1;;t--){var e=this.scopeStack[t];if(e.flags&qa)return e}},wt.currentThisScope=function(){for(var t=this.scopeStack.length-1;;t--){var e=this.scopeStack[t];if(e.flags&qa&&!(e.flags&fn))return e}};var ei=function(e,s,a){this.type="",this.start=s,this.end=0,e.options.locations&&(this.loc=new ua(e,a)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[s,0])},fa=we.prototype;fa.startNode=function(){return new ei(this,this.start,this.startLoc)},fa.startNodeAt=function(t,e){return new ei(this,t,e)};function An(t,e,s,a){return t.type=e,t.end=s,this.options.locations&&(t.loc.end=a),this.options.ranges&&(t.range[1]=s),t}fa.finishNode=function(t,e){return An.call(this,t,e,this.lastTokEnd,this.lastTokEndLoc)},fa.finishNodeAt=function(t,e,s,a){return An.call(this,t,e,s,a)};var at=function(e,s,a,i,r){this.token=e,this.isExpr=!!s,this.preserveSpace=!!a,this.override=i,this.generator=!!r},xe={b_stat:new at("{",!1),b_expr:new at("{",!0),b_tmpl:new at("${",!1),p_stat:new at("(",!1),p_expr:new at("(",!0),q_tmpl:new at("`",!0,!0,function(t){return t.tryReadTemplateToken()}),f_stat:new at("function",!1),f_expr:new at("function",!0),f_expr_gen:new at("function",!0,!1,null,!0),f_gen:new at("function",!1,!1,null,!0)},da=we.prototype;da.initialContext=function(){return[xe.b_stat]},da.braceIsBlock=function(t){var e=this.curContext();return e===xe.f_expr||e===xe.f_stat?!0:t===E.colon&&(e===xe.b_stat||e===xe.b_expr)?!e.isExpr:t===E._return||t===E.name&&this.exprAllowed?$e.test(this.input.slice(this.lastTokEnd,this.start)):t===E._else||t===E.semi||t===E.eof||t===E.parenR||t===E.arrow?!0:t===E.braceL?e===xe.b_stat:t===E._var||t===E._const||t===E.name?!1:!this.exprAllowed},da.inGeneratorContext=function(){for(var t=this.context.length-1;t>=1;t--){var e=this.context[t];if(e.token==="function")return e.generator}return!1},da.updateContext=function(t){var e,s=this.type;s.keyword&&t===E.dot?this.exprAllowed=!1:(e=s.updateContext)?e.call(this,t):this.exprAllowed=s.beforeExpr},E.parenR.updateContext=E.braceR.updateContext=function(){if(this.context.length===1){this.exprAllowed=!0;return}var t=this.context.pop();t===xe.b_stat&&this.curContext().token==="function"&&(t=this.context.pop()),this.exprAllowed=!t.isExpr},E.braceL.updateContext=function(t){this.context.push(this.braceIsBlock(t)?xe.b_stat:xe.b_expr),this.exprAllowed=!0},E.dollarBraceL.updateContext=function(){this.context.push(xe.b_tmpl),this.exprAllowed=!0},E.parenL.updateContext=function(t){var e=t===E._if||t===E._for||t===E._with||t===E._while;this.context.push(e?xe.p_stat:xe.p_expr),this.exprAllowed=!0},E.incDec.updateContext=function(){},E._function.updateContext=E._class.updateContext=function(t){t.beforeExpr&&t!==E.semi&&t!==E._else&&!(t===E._return&&$e.test(this.input.slice(this.lastTokEnd,this.start)))&&!((t===E.colon||t===E.braceL)&&this.curContext()===xe.b_stat)?this.context.push(xe.f_expr):this.context.push(xe.f_stat),this.exprAllowed=!1},E.backQuote.updateContext=function(){this.curContext()===xe.q_tmpl?this.context.pop():this.context.push(xe.q_tmpl),this.exprAllowed=!1},E.star.updateContext=function(t){if(t===E._function){var e=this.context.length-1;this.context[e]===xe.f_expr?this.context[e]=xe.f_expr_gen:this.context[e]=xe.f_gen}this.exprAllowed=!0},E.name.updateContext=function(t){var e=!1;this.options.ecmaVersion>=6&&t!==E.dot&&(this.value==="of"&&!this.exprAllowed||this.value==="yield"&&this.inGeneratorContext())&&(e=!0),this.exprAllowed=e};var yn="ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS",Sn=yn+" Extended_Pictographic",Gc=Sn,Kc={9:yn,10:Sn,11:Gc},Cn="Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu",Dn="Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb",Tn=Dn+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",jc=Tn+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",Xc={9:Dn,10:Tn,11:jc},bn={};function ti(t){var e=bn[t]={binary:Ot(Kc[t]+" "+Cn),nonBinary:{General_Category:Ot(Cn),Script:Ot(Xc[t])}};e.nonBinary.Script_Extensions=e.nonBinary.Script,e.nonBinary.gc=e.nonBinary.General_Category,e.nonBinary.sc=e.nonBinary.Script,e.nonBinary.scx=e.nonBinary.Script_Extensions}ti(9),ti(10),ti(11);var X=we.prototype,ft=function(e){this.parser=e,this.validFlags="gim"+(e.options.ecmaVersion>=6?"uy":"")+(e.options.ecmaVersion>=9?"s":""),this.unicodeProperties=bn[e.options.ecmaVersion>=11?11:e.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};ft.prototype.reset=function(e,s,a){var i=a.indexOf("u")!==-1;this.start=e|0,this.source=s+"",this.flags=a,this.switchU=i&&this.parser.options.ecmaVersion>=6,this.switchN=i&&this.parser.options.ecmaVersion>=9},ft.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+e)},ft.prototype.at=function(e,s){s===void 0&&(s=!1);var a=this.source,i=a.length;if(e>=i)return-1;var r=a.charCodeAt(e);if(!(s||this.switchU)||r<=55295||r>=57344||e+1>=i)return r;var n=a.charCodeAt(e+1);return n>=56320&&n<=57343?(r<<10)+n-56613888:r},ft.prototype.nextIndex=function(e,s){s===void 0&&(s=!1);var a=this.source,i=a.length;if(e>=i)return i;var r=a.charCodeAt(e),n;return!(s||this.switchU)||r<=55295||r>=57344||e+1>=i||(n=a.charCodeAt(e+1))<56320||n>57343?e+1:e+2},ft.prototype.current=function(e){return e===void 0&&(e=!1),this.at(this.pos,e)},ft.prototype.lookahead=function(e){return e===void 0&&(e=!1),this.at(this.nextIndex(this.pos,e),e)},ft.prototype.advance=function(e){e===void 0&&(e=!1),this.pos=this.nextIndex(this.pos,e)},ft.prototype.eat=function(e,s){return s===void 0&&(s=!1),this.current(s)===e?(this.advance(s),!0):!1};function pa(t){return t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode((t>>10)+55296,(t&1023)+56320))}X.validateRegExpFlags=function(t){for(var e=t.validFlags,s=t.flags,a=0;a<s.length;a++){var i=s.charAt(a);e.indexOf(i)===-1&&this.raise(t.start,"Invalid regular expression flag"),s.indexOf(i,a+1)>-1&&this.raise(t.start,"Duplicate regular expression flag")}},X.validateRegExpPattern=function(t){this.regexp_pattern(t),!t.switchN&&this.options.ecmaVersion>=9&&t.groupNames.length>0&&(t.switchN=!0,this.regexp_pattern(t))},X.regexp_pattern=function(t){t.pos=0,t.lastIntValue=0,t.lastStringValue="",t.lastAssertionIsQuantifiable=!1,t.numCapturingParens=0,t.maxBackReference=0,t.groupNames.length=0,t.backReferenceNames.length=0,this.regexp_disjunction(t),t.pos!==t.source.length&&(t.eat(41)&&t.raise("Unmatched ')'"),(t.eat(93)||t.eat(125))&&t.raise("Lone quantifier brackets")),t.maxBackReference>t.numCapturingParens&&t.raise("Invalid escape");for(var e=0,s=t.backReferenceNames;e<s.length;e+=1){var a=s[e];t.groupNames.indexOf(a)===-1&&t.raise("Invalid named capture referenced")}},X.regexp_disjunction=function(t){for(this.regexp_alternative(t);t.eat(124);)this.regexp_alternative(t);this.regexp_eatQuantifier(t,!0)&&t.raise("Nothing to repeat"),t.eat(123)&&t.raise("Lone quantifier brackets")},X.regexp_alternative=function(t){for(;t.pos<t.source.length&&this.regexp_eatTerm(t););},X.regexp_eatTerm=function(t){return this.regexp_eatAssertion(t)?(t.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(t)&&t.switchU&&t.raise("Invalid quantifier"),!0):(t.switchU?this.regexp_eatAtom(t):this.regexp_eatExtendedAtom(t))?(this.regexp_eatQuantifier(t),!0):!1},X.regexp_eatAssertion=function(t){var e=t.pos;if(t.lastAssertionIsQuantifiable=!1,t.eat(94)||t.eat(36))return!0;if(t.eat(92)){if(t.eat(66)||t.eat(98))return!0;t.pos=e}if(t.eat(40)&&t.eat(63)){var s=!1;if(this.options.ecmaVersion>=9&&(s=t.eat(60)),t.eat(61)||t.eat(33))return this.regexp_disjunction(t),t.eat(41)||t.raise("Unterminated group"),t.lastAssertionIsQuantifiable=!s,!0}return t.pos=e,!1},X.regexp_eatQuantifier=function(t,e){return e===void 0&&(e=!1),this.regexp_eatQuantifierPrefix(t,e)?(t.eat(63),!0):!1},X.regexp_eatQuantifierPrefix=function(t,e){return t.eat(42)||t.eat(43)||t.eat(63)||this.regexp_eatBracedQuantifier(t,e)},X.regexp_eatBracedQuantifier=function(t,e){var s=t.pos;if(t.eat(123)){var a=0,i=-1;if(this.regexp_eatDecimalDigits(t)&&(a=t.lastIntValue,t.eat(44)&&this.regexp_eatDecimalDigits(t)&&(i=t.lastIntValue),t.eat(125)))return i!==-1&&i<a&&!e&&t.raise("numbers out of order in {} quantifier"),!0;t.switchU&&!e&&t.raise("Incomplete quantifier"),t.pos=s}return!1},X.regexp_eatAtom=function(t){return this.regexp_eatPatternCharacters(t)||t.eat(46)||this.regexp_eatReverseSolidusAtomEscape(t)||this.regexp_eatCharacterClass(t)||this.regexp_eatUncapturingGroup(t)||this.regexp_eatCapturingGroup(t)},X.regexp_eatReverseSolidusAtomEscape=function(t){var e=t.pos;if(t.eat(92)){if(this.regexp_eatAtomEscape(t))return!0;t.pos=e}return!1},X.regexp_eatUncapturingGroup=function(t){var e=t.pos;if(t.eat(40)){if(t.eat(63)&&t.eat(58)){if(this.regexp_disjunction(t),t.eat(41))return!0;t.raise("Unterminated group")}t.pos=e}return!1},X.regexp_eatCapturingGroup=function(t){if(t.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(t):t.current()===63&&t.raise("Invalid group"),this.regexp_disjunction(t),t.eat(41))return t.numCapturingParens+=1,!0;t.raise("Unterminated group")}return!1},X.regexp_eatExtendedAtom=function(t){return t.eat(46)||this.regexp_eatReverseSolidusAtomEscape(t)||this.regexp_eatCharacterClass(t)||this.regexp_eatUncapturingGroup(t)||this.regexp_eatCapturingGroup(t)||this.regexp_eatInvalidBracedQuantifier(t)||this.regexp_eatExtendedPatternCharacter(t)},X.regexp_eatInvalidBracedQuantifier=function(t){return this.regexp_eatBracedQuantifier(t,!0)&&t.raise("Nothing to repeat"),!1},X.regexp_eatSyntaxCharacter=function(t){var e=t.current();return In(e)?(t.lastIntValue=e,t.advance(),!0):!1};function In(t){return t===36||t>=40&&t<=43||t===46||t===63||t>=91&&t<=94||t>=123&&t<=125}X.regexp_eatPatternCharacters=function(t){for(var e=t.pos,s=0;(s=t.current())!==-1&&!In(s);)t.advance();return t.pos!==e},X.regexp_eatExtendedPatternCharacter=function(t){var e=t.current();return e!==-1&&e!==36&&!(e>=40&&e<=43)&&e!==46&&e!==63&&e!==91&&e!==94&&e!==124?(t.advance(),!0):!1},X.regexp_groupSpecifier=function(t){if(t.eat(63)){if(this.regexp_eatGroupName(t)){t.groupNames.indexOf(t.lastStringValue)!==-1&&t.raise("Duplicate capture group name"),t.groupNames.push(t.lastStringValue);return}t.raise("Invalid group")}},X.regexp_eatGroupName=function(t){if(t.lastStringValue="",t.eat(60)){if(this.regexp_eatRegExpIdentifierName(t)&&t.eat(62))return!0;t.raise("Invalid capture group name")}return!1},X.regexp_eatRegExpIdentifierName=function(t){if(t.lastStringValue="",this.regexp_eatRegExpIdentifierStart(t)){for(t.lastStringValue+=pa(t.lastIntValue);this.regexp_eatRegExpIdentifierPart(t);)t.lastStringValue+=pa(t.lastIntValue);return!0}return!1},X.regexp_eatRegExpIdentifierStart=function(t){var e=t.pos,s=this.options.ecmaVersion>=11,a=t.current(s);return t.advance(s),a===92&&this.regexp_eatRegExpUnicodeEscapeSequence(t,s)&&(a=t.lastIntValue),$c(a)?(t.lastIntValue=a,!0):(t.pos=e,!1)};function $c(t){return vt(t,!0)||t===36||t===95}X.regexp_eatRegExpIdentifierPart=function(t){var e=t.pos,s=this.options.ecmaVersion>=11,a=t.current(s);return t.advance(s),a===92&&this.regexp_eatRegExpUnicodeEscapeSequence(t,s)&&(a=t.lastIntValue),qc(a)?(t.lastIntValue=a,!0):(t.pos=e,!1)};function qc(t){return Yt(t,!0)||t===36||t===95||t===8204||t===8205}X.regexp_eatAtomEscape=function(t){return this.regexp_eatBackReference(t)||this.regexp_eatCharacterClassEscape(t)||this.regexp_eatCharacterEscape(t)||t.switchN&&this.regexp_eatKGroupName(t)?!0:(t.switchU&&(t.current()===99&&t.raise("Invalid unicode escape"),t.raise("Invalid escape")),!1)},X.regexp_eatBackReference=function(t){var e=t.pos;if(this.regexp_eatDecimalEscape(t)){var s=t.lastIntValue;if(t.switchU)return s>t.maxBackReference&&(t.maxBackReference=s),!0;if(s<=t.numCapturingParens)return!0;t.pos=e}return!1},X.regexp_eatKGroupName=function(t){if(t.eat(107)){if(this.regexp_eatGroupName(t))return t.backReferenceNames.push(t.lastStringValue),!0;t.raise("Invalid named reference")}return!1},X.regexp_eatCharacterEscape=function(t){return this.regexp_eatControlEscape(t)||this.regexp_eatCControlLetter(t)||this.regexp_eatZero(t)||this.regexp_eatHexEscapeSequence(t)||this.regexp_eatRegExpUnicodeEscapeSequence(t,!1)||!t.switchU&&this.regexp_eatLegacyOctalEscapeSequence(t)||this.regexp_eatIdentityEscape(t)},X.regexp_eatCControlLetter=function(t){var e=t.pos;if(t.eat(99)){if(this.regexp_eatControlLetter(t))return!0;t.pos=e}return!1},X.regexp_eatZero=function(t){return t.current()===48&&!ma(t.lookahead())?(t.lastIntValue=0,t.advance(),!0):!1},X.regexp_eatControlEscape=function(t){var e=t.current();return e===116?(t.lastIntValue=9,t.advance(),!0):e===110?(t.lastIntValue=10,t.advance(),!0):e===118?(t.lastIntValue=11,t.advance(),!0):e===102?(t.lastIntValue=12,t.advance(),!0):e===114?(t.lastIntValue=13,t.advance(),!0):!1},X.regexp_eatControlLetter=function(t){var e=t.current();return Pn(e)?(t.lastIntValue=e%32,t.advance(),!0):!1};function Pn(t){return t>=65&&t<=90||t>=97&&t<=122}X.regexp_eatRegExpUnicodeEscapeSequence=function(t,e){e===void 0&&(e=!1);var s=t.pos,a=e||t.switchU;if(t.eat(117)){if(this.regexp_eatFixedHexDigits(t,4)){var i=t.lastIntValue;if(a&&i>=55296&&i<=56319){var r=t.pos;if(t.eat(92)&&t.eat(117)&&this.regexp_eatFixedHexDigits(t,4)){var n=t.lastIntValue;if(n>=56320&&n<=57343)return t.lastIntValue=(i-55296)*1024+(n-56320)+65536,!0}t.pos=r,t.lastIntValue=i}return!0}if(a&&t.eat(123)&&this.regexp_eatHexDigits(t)&&t.eat(125)&&Jc(t.lastIntValue))return!0;a&&t.raise("Invalid unicode escape"),t.pos=s}return!1};function Jc(t){return t>=0&&t<=1114111}X.regexp_eatIdentityEscape=function(t){if(t.switchU)return this.regexp_eatSyntaxCharacter(t)?!0:t.eat(47)?(t.lastIntValue=47,!0):!1;var e=t.current();return e!==99&&(!t.switchN||e!==107)?(t.lastIntValue=e,t.advance(),!0):!1},X.regexp_eatDecimalEscape=function(t){t.lastIntValue=0;var e=t.current();if(e>=49&&e<=57){do t.lastIntValue=10*t.lastIntValue+(e-48),t.advance();while((e=t.current())>=48&&e<=57);return!0}return!1},X.regexp_eatCharacterClassEscape=function(t){var e=t.current();if(Zc(e))return t.lastIntValue=-1,t.advance(),!0;if(t.switchU&&this.options.ecmaVersion>=9&&(e===80||e===112)){if(t.lastIntValue=-1,t.advance(),t.eat(123)&&this.regexp_eatUnicodePropertyValueExpression(t)&&t.eat(125))return!0;t.raise("Invalid property name")}return!1};function Zc(t){return t===100||t===68||t===115||t===83||t===119||t===87}X.regexp_eatUnicodePropertyValueExpression=function(t){var e=t.pos;if(this.regexp_eatUnicodePropertyName(t)&&t.eat(61)){var s=t.lastStringValue;if(this.regexp_eatUnicodePropertyValue(t)){var a=t.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(t,s,a),!0}}if(t.pos=e,this.regexp_eatLoneUnicodePropertyNameOrValue(t)){var i=t.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(t,i),!0}return!1},X.regexp_validateUnicodePropertyNameAndValue=function(t,e,s){ca(t.unicodeProperties.nonBinary,e)||t.raise("Invalid property name"),t.unicodeProperties.nonBinary[e].test(s)||t.raise("Invalid property value")},X.regexp_validateUnicodePropertyNameOrValue=function(t,e){t.unicodeProperties.binary.test(e)||t.raise("Invalid property name")},X.regexp_eatUnicodePropertyName=function(t){var e=0;for(t.lastStringValue="";Nn(e=t.current());)t.lastStringValue+=pa(e),t.advance();return t.lastStringValue!==""};function Nn(t){return Pn(t)||t===95}X.regexp_eatUnicodePropertyValue=function(t){var e=0;for(t.lastStringValue="";zc(e=t.current());)t.lastStringValue+=pa(e),t.advance();return t.lastStringValue!==""};function zc(t){return Nn(t)||ma(t)}X.regexp_eatLoneUnicodePropertyNameOrValue=function(t){return this.regexp_eatUnicodePropertyValue(t)},X.regexp_eatCharacterClass=function(t){if(t.eat(91)){if(t.eat(94),this.regexp_classRanges(t),t.eat(93))return!0;t.raise("Unterminated character class")}return!1},X.regexp_classRanges=function(t){for(;this.regexp_eatClassAtom(t);){var e=t.lastIntValue;if(t.eat(45)&&this.regexp_eatClassAtom(t)){var s=t.lastIntValue;t.switchU&&(e===-1||s===-1)&&t.raise("Invalid character class"),e!==-1&&s!==-1&&e>s&&t.raise("Range out of order in character class")}}},X.regexp_eatClassAtom=function(t){var e=t.pos;if(t.eat(92)){if(this.regexp_eatClassEscape(t))return!0;if(t.switchU){var s=t.current();(s===99||Bn(s))&&t.raise("Invalid class escape"),t.raise("Invalid escape")}t.pos=e}var a=t.current();return a!==93?(t.lastIntValue=a,t.advance(),!0):!1},X.regexp_eatClassEscape=function(t){var e=t.pos;if(t.eat(98))return t.lastIntValue=8,!0;if(t.switchU&&t.eat(45))return t.lastIntValue=45,!0;if(!t.switchU&&t.eat(99)){if(this.regexp_eatClassControlLetter(t))return!0;t.pos=e}return this.regexp_eatCharacterClassEscape(t)||this.regexp_eatCharacterEscape(t)},X.regexp_eatClassControlLetter=function(t){var e=t.current();return ma(e)||e===95?(t.lastIntValue=e%32,t.advance(),!0):!1},X.regexp_eatHexEscapeSequence=function(t){var e=t.pos;if(t.eat(120)){if(this.regexp_eatFixedHexDigits(t,2))return!0;t.switchU&&t.raise("Invalid escape"),t.pos=e}return!1},X.regexp_eatDecimalDigits=function(t){var e=t.pos,s=0;for(t.lastIntValue=0;ma(s=t.current());)t.lastIntValue=10*t.lastIntValue+(s-48),t.advance();return t.pos!==e};function ma(t){return t>=48&&t<=57}X.regexp_eatHexDigits=function(t){var e=t.pos,s=0;for(t.lastIntValue=0;On(s=t.current());)t.lastIntValue=16*t.lastIntValue+Mn(s),t.advance();return t.pos!==e};function On(t){return t>=48&&t<=57||t>=65&&t<=70||t>=97&&t<=102}function Mn(t){return t>=65&&t<=70?10+(t-65):t>=97&&t<=102?10+(t-97):t-48}X.regexp_eatLegacyOctalEscapeSequence=function(t){if(this.regexp_eatOctalDigit(t)){var e=t.lastIntValue;if(this.regexp_eatOctalDigit(t)){var s=t.lastIntValue;e<=3&&this.regexp_eatOctalDigit(t)?t.lastIntValue=e*64+s*8+t.lastIntValue:t.lastIntValue=e*8+s}else t.lastIntValue=e;return!0}return!1},X.regexp_eatOctalDigit=function(t){var e=t.current();return Bn(e)?(t.lastIntValue=e-48,t.advance(),!0):(t.lastIntValue=0,!1)};function Bn(t){return t>=48&&t<=55}X.regexp_eatFixedHexDigits=function(t,e){var s=t.pos;t.lastIntValue=0;for(var a=0;a<e;++a){var i=t.current();if(!On(i))return t.pos=s,!1;t.lastIntValue=16*t.lastIntValue+Mn(i),t.advance()}return!0};var si=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new ua(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},ae=we.prototype;ae.next=function(t){!t&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword "+this.type.keyword),this.options.onToken&&this.options.onToken(new si(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},ae.getToken=function(){return this.next(),new si(this)},typeof Symbol<"u"&&(ae[Symbol.iterator]=function(){var t=this;return{next:function(){var e=t.getToken();return{done:e.type===E.eof,value:e}}}}),ae.curContext=function(){return this.context[this.context.length-1]},ae.nextToken=function(){var t=this.curContext();if((!t||!t.preserveSpace)&&this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length)return this.finishToken(E.eof);if(t.override)return t.override(this);this.readToken(this.fullCharCodeAtPos())},ae.readToken=function(t){return vt(t,this.options.ecmaVersion>=6)||t===92?this.readWord():this.getTokenFromCode(t)},ae.fullCharCodeAtPos=function(){var t=this.input.charCodeAt(this.pos);if(t<=55295||t>=57344)return t;var e=this.input.charCodeAt(this.pos+1);return(t<<10)+e-56613888},ae.skipBlockComment=function(){var t=this.options.onComment&&this.curPosition(),e=this.pos,s=this.input.indexOf("*/",this.pos+=2);if(s===-1&&this.raise(this.pos-2,"Unterminated comment"),this.pos=s+2,this.options.locations){ts.lastIndex=e;for(var a;(a=ts.exec(this.input))&&a.index<this.pos;)++this.curLine,this.lineStart=a.index+a[0].length}this.options.onComment&&this.options.onComment(!0,this.input.slice(e+2,s),e,this.pos,t,this.curPosition())},ae.skipLineComment=function(t){for(var e=this.pos,s=this.options.onComment&&this.curPosition(),a=this.input.charCodeAt(this.pos+=t);this.pos<this.input.length&&!ss(a);)a=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(e+t,this.pos),e,this.pos,s,this.curPosition())},ae.skipSpace=function(){e:for(;this.pos<this.input.length;){var t=this.input.charCodeAt(this.pos);switch(t){case 32:case 160:++this.pos;break;case 13:this.input.charCodeAt(this.pos+1)===10&&++this.pos;case 10:case 8232:case 8233:++this.pos,this.options.locations&&(++this.curLine,this.lineStart=this.pos);break;case 47:switch(this.input.charCodeAt(this.pos+1)){case 42:this.skipBlockComment();break;case 47:this.skipLineComment(2);break;default:break e}break;default:if(t>8&&t<14||t>=5760&&on.test(String.fromCharCode(t)))++this.pos;else break e}}},ae.finishToken=function(t,e){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var s=this.type;this.type=t,this.value=e,this.updateContext(s)},ae.readToken_dot=function(){var t=this.input.charCodeAt(this.pos+1);if(t>=48&&t<=57)return this.readNumber(!0);var e=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&t===46&&e===46?(this.pos+=3,this.finishToken(E.ellipsis)):(++this.pos,this.finishToken(E.dot))},ae.readToken_slash=function(){var t=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):t===61?this.finishOp(E.assign,2):this.finishOp(E.slash,1)},ae.readToken_mult_modulo_exp=function(t){var e=this.input.charCodeAt(this.pos+1),s=1,a=t===42?E.star:E.modulo;return this.options.ecmaVersion>=7&&t===42&&e===42&&(++s,a=E.starstar,e=this.input.charCodeAt(this.pos+2)),e===61?this.finishOp(E.assign,s+1):this.finishOp(a,s)},ae.readToken_pipe_amp=function(t){var e=this.input.charCodeAt(this.pos+1);if(e===t){if(this.options.ecmaVersion>=12){var s=this.input.charCodeAt(this.pos+2);if(s===61)return this.finishOp(E.assign,3)}return this.finishOp(t===124?E.logicalOR:E.logicalAND,2)}return e===61?this.finishOp(E.assign,2):this.finishOp(t===124?E.bitwiseOR:E.bitwiseAND,1)},ae.readToken_caret=function(){var t=this.input.charCodeAt(this.pos+1);return t===61?this.finishOp(E.assign,2):this.finishOp(E.bitwiseXOR,1)},ae.readToken_plus_min=function(t){var e=this.input.charCodeAt(this.pos+1);return e===t?e===45&&!this.inModule&&this.input.charCodeAt(this.pos+2)===62&&(this.lastTokEnd===0||$e.test(this.input.slice(this.lastTokEnd,this.pos)))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(E.incDec,2):e===61?this.finishOp(E.assign,2):this.finishOp(E.plusMin,1)},ae.readToken_lt_gt=function(t){var e=this.input.charCodeAt(this.pos+1),s=1;return e===t?(s=t===62&&this.input.charCodeAt(this.pos+2)===62?3:2,this.input.charCodeAt(this.pos+s)===61?this.finishOp(E.assign,s+1):this.finishOp(E.bitShift,s)):e===33&&t===60&&!this.inModule&&this.input.charCodeAt(this.pos+2)===45&&this.input.charCodeAt(this.pos+3)===45?(this.skipLineComment(4),this.skipSpace(),this.nextToken()):(e===61&&(s=2),this.finishOp(E.relational,s))},ae.readToken_eq_excl=function(t){var e=this.input.charCodeAt(this.pos+1);return e===61?this.finishOp(E.equality,this.input.charCodeAt(this.pos+2)===61?3:2):t===61&&e===62&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(E.arrow)):this.finishOp(t===61?E.eq:E.prefix,1)},ae.readToken_question=function(){var t=this.options.ecmaVersion;if(t>=11){var e=this.input.charCodeAt(this.pos+1);if(e===46){var s=this.input.charCodeAt(this.pos+2);if(s<48||s>57)return this.finishOp(E.questionDot,2)}if(e===63){if(t>=12){var a=this.input.charCodeAt(this.pos+2);if(a===61)return this.finishOp(E.assign,3)}return this.finishOp(E.coalesce,2)}}return this.finishOp(E.question,1)},ae.getTokenFromCode=function(t){switch(t){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(E.parenL);case 41:return++this.pos,this.finishToken(E.parenR);case 59:return++this.pos,this.finishToken(E.semi);case 44:return++this.pos,this.finishToken(E.comma);case 91:return++this.pos,this.finishToken(E.bracketL);case 93:return++this.pos,this.finishToken(E.bracketR);case 123:return++this.pos,this.finishToken(E.braceL);case 125:return++this.pos,this.finishToken(E.braceR);case 58:return++this.pos,this.finishToken(E.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(E.backQuote);case 48:var e=this.input.charCodeAt(this.pos+1);if(e===120||e===88)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(e===111||e===79)return this.readRadixNumber(8);if(e===98||e===66)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(t);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(t);case 124:case 38:return this.readToken_pipe_amp(t);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(t);case 60:case 62:return this.readToken_lt_gt(t);case 61:case 33:return this.readToken_eq_excl(t);case 63:return this.readToken_question();case 126:return this.finishOp(E.prefix,1)}this.raise(this.pos,"Unexpected character '"+ai(t)+"'")},ae.finishOp=function(t,e){var s=this.input.slice(this.pos,this.pos+e);return this.pos+=e,this.finishToken(t,s)},ae.readRegexp=function(){for(var t,e,s=this.pos;;){this.pos>=this.input.length&&this.raise(s,"Unterminated regular expression");var a=this.input.charAt(this.pos);if($e.test(a)&&this.raise(s,"Unterminated regular expression"),t)t=!1;else{if(a==="[")e=!0;else if(a==="]"&&e)e=!1;else if(a==="/"&&!e)break;t=a==="\\"}++this.pos}var i=this.input.slice(s,this.pos);++this.pos;var r=this.pos,n=this.readWord1();this.containsEsc&&this.unexpected(r);var h=this.regexpState||(this.regexpState=new ft(this));h.reset(s,i,n),this.validateRegExpFlags(h),this.validateRegExpPattern(h);var u=null;try{u=new RegExp(i,n)}catch{}return this.finishToken(E.regexp,{pattern:i,flags:n,value:u})},ae.readInt=function(t,e,s){for(var a=this.options.ecmaVersion>=12&&e===void 0,i=s&&this.input.charCodeAt(this.pos)===48,r=this.pos,n=0,h=0,u=0,c=e??1/0;u<c;++u,++this.pos){var l=this.input.charCodeAt(this.pos),f=void 0;if(a&&l===95){i&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed in legacy octal numeric literals"),h===95&&this.raiseRecoverable(this.pos,"Numeric separator must be exactly one underscore"),u===0&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed at the first of digits"),h=l;continue}if(l>=97?f=l-97+10:l>=65?f=l-65+10:l>=48&&l<=57?f=l-48:f=1/0,f>=t)break;h=l,n=n*t+f}return a&&h===95&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===r||e!=null&&this.pos-r!==e?null:n};function Qc(t,e){return e?parseInt(t,8):parseFloat(t.replace(/_/g,""))}function Rn(t){return typeof BigInt!="function"?null:BigInt(t.replace(/_/g,""))}ae.readRadixNumber=function(t){var e=this.pos;this.pos+=2;var s=this.readInt(t);return s==null&&this.raise(this.start+2,"Expected number in radix "+t),this.options.ecmaVersion>=11&&this.input.charCodeAt(this.pos)===110?(s=Rn(this.input.slice(e,this.pos)),++this.pos):vt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(E.num,s)},ae.readNumber=function(t){var e=this.pos;!t&&this.readInt(10,void 0,!0)===null&&this.raise(e,"Invalid number");var s=this.pos-e>=2&&this.input.charCodeAt(e)===48;s&&this.strict&&this.raise(e,"Invalid number");var a=this.input.charCodeAt(this.pos);if(!s&&!t&&this.options.ecmaVersion>=11&&a===110){var i=Rn(this.input.slice(e,this.pos));return++this.pos,vt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(E.num,i)}s&&/[89]/.test(this.input.slice(e,this.pos))&&(s=!1),a===46&&!s&&(++this.pos,this.readInt(10),a=this.input.charCodeAt(this.pos)),(a===69||a===101)&&!s&&(a=this.input.charCodeAt(++this.pos),(a===43||a===45)&&++this.pos,this.readInt(10)===null&&this.raise(e,"Invalid number")),vt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var r=Qc(this.input.slice(e,this.pos),s);return this.finishToken(E.num,r)},ae.readCodePoint=function(){var t=this.input.charCodeAt(this.pos),e;if(t===123){this.options.ecmaVersion<6&&this.unexpected();var s=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.invalidStringToken(s,"Code point out of bounds")}else e=this.readHexChar(4);return e};function ai(t){return t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode((t>>10)+55296,(t&1023)+56320))}ae.readString=function(t){for(var e="",s=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var a=this.input.charCodeAt(this.pos);if(a===t)break;a===92?(e+=this.input.slice(s,this.pos),e+=this.readEscapedChar(!1),s=this.pos):(ss(a,this.options.ecmaVersion>=10)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return e+=this.input.slice(s,this.pos++),this.finishToken(E.string,e)};var Ln={};ae.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(t){if(t===Ln)this.readInvalidTemplateToken();else throw t}this.inTemplateElement=!1},ae.invalidStringToken=function(t,e){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw Ln;this.raise(t,e)},ae.readTmplToken=function(){for(var t="",e=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var s=this.input.charCodeAt(this.pos);if(s===96||s===36&&this.input.charCodeAt(this.pos+1)===123)return this.pos===this.start&&(this.type===E.template||this.type===E.invalidTemplate)?s===36?(this.pos+=2,this.finishToken(E.dollarBraceL)):(++this.pos,this.finishToken(E.backQuote)):(t+=this.input.slice(e,this.pos),this.finishToken(E.template,t));if(s===92)t+=this.input.slice(e,this.pos),t+=this.readEscapedChar(!0),e=this.pos;else if(ss(s)){switch(t+=this.input.slice(e,this.pos),++this.pos,s){case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:t+=`
|
|
105
|
-
`;break;default:
|
|
106
|
-
`;case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return ai(this.readCodePoint());case 116:return" ";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";case 56:case 57:if(t){var s=this.pos-1;return this.invalidStringToken(s,"Invalid escape sequence in template string"),null}default:if(e>=48&&e<=55){var a=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],i=parseInt(a,8);return i>255&&(a=a.slice(0,-1),i=parseInt(a,8)),this.pos+=a.length-1,e=this.input.charCodeAt(this.pos),(a!=="0"||e===56||e===57)&&(this.strict||t)&&this.invalidStringToken(this.pos-1-a.length,t?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(i)}return ss(e)?"":String.fromCharCode(e)}},ae.readHexChar=function(t){var e=this.pos,s=this.readInt(16,t);return s===null&&this.invalidStringToken(e,"Bad character escape sequence"),s},ae.readWord1=function(){this.containsEsc=!1;for(var t="",e=!0,s=this.pos,a=this.options.ecmaVersion>=6;this.pos<this.input.length;){var i=this.fullCharCodeAtPos();if(Yt(i,a))this.pos+=i<=65535?1:2;else if(i===92){this.containsEsc=!0,t+=this.input.slice(s,this.pos);var r=this.pos;this.input.charCodeAt(++this.pos)!==117&&this.invalidStringToken(this.pos,"Expecting Unicode escape sequence \\uXXXX"),++this.pos;var n=this.readCodePoint();(e?vt:Yt)(n,a)||this.invalidStringToken(r,"Invalid Unicode escape"),t+=ai(n),s=this.pos}else break;e=!1}return t+this.input.slice(s,this.pos)},ae.readWord=function(){var t=this.readWord1(),e=E.name;return this.keywords.test(t)&&(e=Xa[t]),this.finishToken(e,t)};var eu="7.4.1";we.acorn={Parser:we,version:eu,defaultOptions:$a,Position:as,SourceLocation:ua,getLineInfo:un,Node:ei,TokenType:he,tokTypes:E,keywordTypes:Xa,TokContext:at,tokContexts:xe,isIdentifierChar:Yt,isIdentifierStart:vt,Token:si,isNewLine:ss,lineBreak:$e,lineBreakG:ts,nonASCIIwhitespace:on};function tu(t,e){return we.parse(t,e)}function Bt(t){return["ArrayOrObject1D","ArrayOrObject2D","ArrayOrObject3DPlus","Literal","Symbol","UnaryOperation","BinaryOperation","Random","CallDefinedFunction","AnyFunction","ConditionalExpression","ArrayExpression","ObjectExpression"].includes(t.type)}function su(t){return t.type==="Program"?t.body.map(s=>ee(s)):[ee(t)]}function ee(t){switch(t.type){case"Program":return gu(t);case"ExpressionStatement":return vu(t);case"AssignmentExpression":return wu(t);case"MemberExpression":return Su(t);case"UnaryExpression":return Au(t);case"BinaryExpression":return yu(t);case"Identifier":return Cu(t);case"Literal":return Du(t);case"CallExpression":return du(t);case"IfStatement":return fu(t);case"BlockStatement":return _u(t);case"FunctionDeclaration":return au(t);case"ForStatement":return lu(t);case"BreakStatement":return cu(t);case"ReturnStatement":return uu(t);case"ContinueStatement":return hu(t);case"UpdateExpression":return iu(t);case"LogicalExpression":return ru(t);case"TemplateLiteral":return nu(t);case"TemplateElement":return ou(t);case"ConditionalExpression":return Tu(t);case"Property":return Fn(t);case"ObjectExpression":return bu(t);case"ArrayExpression":return Iu(t);default:throw console.log(t),new Error("未定義の AST ノードです :"+t.type)}}function au(t){return{type:"DefinedFunction",functionName:t.id.name,body:ee(t.body)}}function iu(t){return{type:"UpdateExpression",operator:t.operator,argument:ee(t.argument)}}function ru(t){return{type:"LogicalExpression",operator:t.operator,left:ee(t.left),right:ee(t.right)}}function nu(t){return{type:"TemplateLiteral",expressions:t.expressions.map(e=>ee(e)),quasis:t.quasis.map(e=>ee(e))}}function ou(t){return{type:"TemplateElement",value:t.value}}function hu(t){return{type:"Continue",label:t.label}}function cu(t){return{type:"Break",label:t.label}}function uu(t){return{type:"Return",argument:ee(t.argument)}}function lu(t){return{type:"ForStatement",body:t.body.body.map(s=>ee(s)),init:ee(t.init),test:ee(t.test),update:ee(t.update)}}function _u(t){return{type:"BlockStatement",value:t.body.map(e=>ee(e))}}function fu(t){const e=ee(t.consequent),s=ee(t.test);return{type:"IfStatement",consequent:e,test:s,alternate:t.alternate?ee(t.alternate):void 0}}function du(t){const e=t.callee.name;switch(e){case"RAND":return xu(t.arguments);case"JUMPGATE":return Eu(t.arguments);case"MSG":case"MESSAGE":return mu(t.arguments);case"SOUND":case"SAVE":case"LOG":case"ABLE_CHANGE_SPEED":case"SET_SPEED":case"CHANGE_GAMEOVER_POS":case"DEL_PLAYER":case"RESTART_GAME":case"URL_JUMPGATE":case"HIDE_STATUS":case"PARTS":case"FACE":case"EFFECT":case"CHANGE_PLAYER_IMAGE":case"HAS_ITEM":case"REMOVE_ITEM":case"MOVE":case"PARTS_MOVE":case"IS_PLAYER_WAITING_MESSAGE":case"GET_UNIXTIME":case"GET_DATE_YEAR":case"GET_DATE_MONTH":case"GET_DATE_DAY":case"GET_DATE_HOUR":case"GET_DATE_MINUTES":case"GET_DATE_SECONDS":case"GET_DATE_MILLISECONDS":case"GET_DATE_WEEKDAY":case"CHANGE_SYSMSG":case"PICTURE":case"PICTURE_FROM_PARTS":case"CLEAR_ALL_PICTURES":case"HAS_PICTURE":case"SHOW_USER_DEF_VAR":case"ABS":case"GET_GAMEOVER_POS_X":case"GET_GAMEOVER_POS_Y":case"ABORT_BATTLE":case"EXIT":case"GET_IMG_POS_X":case"GET_IMG_POS_Y":case"LENGTH":case"IS_NUMBER":return pu(t.arguments,e);default:return{type:"CallDefinedFunction",functionName:e}}}function pu(t,e){return{type:"AnyFunction",functionName:e,value:t.map(s=>ee(s))}}function mu(t){return{type:"Msg",value:ee(t[0])}}function Eu(t){if(t.length<2)throw new Error("RAND関数には引数が2つ必要です。");const e={x:t[0],y:t[1]};return{type:"Jumpgate",x:ee(e.x),y:ee(e.y)}}function xu(t){if(t.length<1)throw new Error("RAND関数には引数が必要です。");return{type:"Random",value:ee(t[0])}}function gu(t){if(t.body.length!==1)throw new Error("bodyが1以外の場合評価できません。");return ee(t.body[0])}function vu(t){return ee(t.expression)}function wu(t){const e=ee(t.left),s=ee(t.right);if(!Bt(s))throw new Error("値以外を代入式の右辺に設定できません");switch(t.operator){case"=":case"+=":case"-=":case"*=":case"/=":if(e.type==="ArrayOrObject2D"){if(e.name==="m"||e.name==="o")return{type:"PartsAssignment",partsKind:e.name==="m"?"map":"object",destinationX:e.indecies[0],destinationY:e.indecies[1],value:s,operator:t.operator};if(e.name==="v")return{type:"UserVariableAssignment",index:[e.indecies[0],e.indecies[1]],value:s,operator:t.operator};throw new Error("想定していない記号が2次元配列ででてきました")}else if(e.type==="ArrayOrObject1D"){if(e.name==="ITEM")return{type:"ItemAssignment",itemBoxPosition1to12:e.indecies[0],value:s,operator:t.operator};if(e.name==="v")return{type:"UserVariableAssignment",index:[e.indecies[0]],value:s,operator:t.operator};if(e.name==="LP")return{type:"LoopPointerAssignment",index:e.indecies[0],value:s,operator:t.operator};throw new Error(`1次元配列にて想定していないシンボルが指定されました ${e.name}`)}else if(e.type==="Symbol"){if(e.name==="m"||e.name==="o"||e.name==="v"||e.name==="ITEM"||e.name==="X"||e.name==="Y"||e.name==="ID"||e.name==="TYPE"||e.name==="CX"||e.name==="CY"||e.name==="PICTURE"||e.name==="PLAYER_PX"||e.name==="PLAYER_PY"||e.name==="MOVE_SPEED"||e.name==="MOVE_FRAME_TIME"||e.name==="LP"||e.name==="undefined")throw new Error("このシンボルには代入できません");if(e.name==="AT_TOTAL")throw new Error('"装備品込みの攻撃力(AT_TOTAL)への代入はできません。"');if(e.name==="DF_TOTAL")throw new Error('"装備品込みの防御力(DF_TOTAL)への代入はできません。"');if(e.name==="ENEMY_HP"||e.name==="ENEMY_AT"||e.name==="ENEMY_DF"||e.name==="ENEMY_GD")throw new Error("敵ステータス (ENEMY_HP, ENEMY_AT, ENEMY_DF, ENEMY_GD) への代入はできません。");return{type:"SpecialParameterAssignment",kind:e.name,value:s,operator:t.operator}}else{if(e.type==="Literal")throw new Error("数値には代入できません");if(e.type==="ArrayOrObject3DPlus"&&e.name==="v")return{type:"UserVariableAssignment",index:e.indecies,value:s,operator:t.operator};throw new Error("代入できません")}default:throw new Error("想定していないオペレーターです")}}function Au(t){const e=ee(t.argument);if(!["+","-","!"].includes(t.operator))throw new Error("未定義の演算子です :"+t.operator);if(!Bt(e))throw new Error("単項演算子が適用できません");return{type:"UnaryOperation",operator:t.operator,argument:e}}function yu(t){const e=ee(t.left),s=ee(t.right);if(!Bt(e)||!Bt(s))throw new Error("左辺または右辺が評価不能です");switch(t.operator){case"+":case"-":case"*":case"/":case"%":case">":case"<":case">=":case"<=":case"==":case"!=":return{type:"BinaryOperation",operator:t.operator,left:e,right:s};default:throw new Error("未定義の演算子です :"+t.operator)}}function Su(t){const e=ee(t.object),s=ee(t.property);if(e.type==="Symbol"){if(!["v","m","o","ITEM","LP","PICTURE"].includes(e.name))throw new Error("このシンボルは配列にできません");if(Bt(s))return{type:"ArrayOrObject1D",name:e.name,indecies:[s]};throw new Error("WWAでは存在しない構文です")}else if(e.type==="ArrayOrObject1D"){if(e.name==="ITEM"||e.name==="PICTURE")throw new Error("この配列は2次元以上にはできません。");if(Bt(s))return{type:"ArrayOrObject2D",name:e.name,indecies:[...e.indecies,s]};throw new Error("WWAでは存在しない構文です")}else if(e.type==="ArrayOrObject2D"||e.type==="ArrayOrObject3DPlus"){if(e.name==="m"||e.name==="o")throw new Error("この配列は3次元以上にはできません。");if(e.name==="v"&&Bt(s))return{type:"ArrayOrObject3DPlus",name:e.name,indecies:[...e.indecies,s]}}else throw new Error("WWAでは存在しない構文です")}function Cu(t){switch(t.name){case"m":case"o":case"ITEM":case"X":case"Y":case"ID":case"TYPE":case"PX":case"PY":case"CX":case"CY":case"v":case"HP":case"HPMAX":case"AT":case"AT_TOTAL":case"DF":case"DF_TOTAL":case"GD":case"STEP":case"TIME":case"PDIR":case"i":case"j":case"k":case"LOOPLIMIT":case"ITEM_ID":case"ITEM_POS":case"ENEMY_HP":case"ENEMY_AT":case"ENEMY_DF":case"PICTURE":case"PLAYER_PX":case"PLAYER_PY":case"MOVE_SPEED":case"MOVE_FRAME_TIME":case"LP":case"undefined":return{type:"Symbol",name:t.name};default:return{type:"Literal",value:t.name}}}function Du(t){return{type:"Literal",value:t.value}}function Tu(t){const e=ee(t.consequent),s=ee(t.alternate),a=ee(t.test);return{type:"ConditionalExpression",consequent:e,test:a,alternate:s}}function Fn(t){const e=ee(t.key);if(e.type==="Symbol")throw new Error(`Object のキー ${e.name} は予約されているため、使用できません。`);if(e.type!=="Literal")throw new Error(`Object のキーが不正です。 Literal を期待していましたが、実際は ${e.type} でした。`);return{type:"Property",key:e,value:ee(t.value)}}function bu(t){return{type:"ObjectExpression",properties:t.properties.map(Fn)}}function Iu(t){return{type:"ArrayExpression",elements:t.elements.map(ee)}}const kn=[W.OBJECT,W.MAP];function Pu(t){switch(typeof t){case"object":if(t===null)break;return Array.isArray(t)?t.length:Object.keys(t).length;case"string":return t.length}throw new Error("LENGTH: 対応できない値が指定されています。")}const Nu=(t,e)=>(t-e)*o.CHIP_SIZE,Ou=(t,e)=>(t-e)*o.CHIP_SIZE,Un=Object.freeze({"=":(t,e)=>e,"+=":(t,e)=>t+e,"-=":(t,e)=>t-e,"*=":(t,e)=>t*e,"/=":(t,e)=>t/e});class Mu{constructor(e){this.wwa=e,this.loop_limit=1e5,this.state={messagePageAdditionalQueue:[]}}setTriggerParts(e,s,a){this.state={...this.state,triggerParts:{id:e,type:s,position:a}}}clearTemporaryState(){this.state={...this.state,triggerParts:void 0,messagePageAdditionalQueue:[]}}setEarnedItem(e,s){this.state={...this.state,earnedItem:{partsId:e,itemPos1To12:s}}}clearEarnedItem(){this.state={...this.state,earnedItem:void 0}}setBattleDamageCalculationMode(e){this.state={...this.state,battleDamageCalculation:{estimatingParams:e}}}clearBattleDamageCalculationMode(){this.state={...this.state,battleDamageCalculation:void 0}}evalWwaNodes(e){return this.evalWwaNode({type:"BlockStatement",value:e})}evalWwaNode(e){if(!(e.type==="BlockStatement"&&Array.isArray(e.value)&&e.value.length===0))try{return new Bu(this).evalWwaNode(e)}catch(s){if(s instanceof ii||s instanceof ri)return s.value;throw s}}addPageAdditionalItem(e){this.state.messagePageAdditionalQueue.push(e)}pickPageAdditionalQueue(){const e=[...this.state.messagePageAdditionalQueue];return this.state.messagePageAdditionalQueue=[],e}updateLoopLimit(e){this.loop_limit=e}}class Bu{constructor(e){this.generator=e,this.for_id={i:null,j:null,k:null,LP:[],loopCount:0,break_flag:!1,continue_flag:!1}}evalWwaNodes(e){let s;return e.forEach(a=>{s=this.evalWwaNode(a)}),s}evalWwaNode(e){if(!(this.for_id.break_flag||this.for_id.continue_flag))switch(e.type){case"UnaryOperation":return this.evalUnaryOperation(e);case"BinaryOperation":return this.evalBinaryOperation(e);case"Symbol":return this.evalSymbol(e);case"ArrayOrObject1D":return this.evalArrayOrObject1D(e);case"ArrayOrObject2D":return this.evalArrayOrObject2D(e);case"ArrayOrObject3DPlus":return this.evalArrayOrObject3DPlus(e);case"Literal":return this.evalLiteral(e);case"UserVariableAssignment":return this.evalSetUserVariable(e);case"SpecialParameterAssignment":return this.evalSetSpecialParameter(e);case"Random":return this.evalRandom(e);case"Jumpgate":return this.evalJumpgate(e);case"Msg":return this.evalMessage(e);case"ItemAssignment":return this.itemAssignment(e);case"IfStatement":return this.ifStatement(e);case"BlockStatement":return this.blockStatement(e);case"PartsAssignment":return this.partsAssignment(e);case"ForStatement":return this.forStateMent(e);case"AnyFunction":return this.wrapCallFunction(e,s=>this.evalAnyFunction(s));case"CallDefinedFunction":return this.wrapCallFunction(e,s=>this.callDefinedFunction(s));case"Break":return this.breakStatement(e);case"Return":throw new ii(this.returnStatement(e));case"Continue":return this.contunueStatment(e);case"UpdateExpression":return this.updateExpression(e);case"LogicalExpression":return this.logicalExpression(e);case"TemplateLiteral":return this.convertTemplateLiteral(e);case"ConditionalExpression":return this.convertConditionalExpression(e);case"Property":return this.property(e);case"ObjectExpression":return this.objectExpression(e);case"ArrayExpression":return this.arrayExpression(e);case"LoopPointerAssignment":return this.convertLoopPointerExpression(e);default:throw console.log(e),new Error("未定義または未実装のノードです")}}wrapCallFunction(e,s){try{return s(e)}catch(a){if(a instanceof ii)return a.value;throw a}}callDefinedFunction(e){const s=this.generator.wwa.getUserScript(e.functionName);if(s===null)throw new Error(`未定義の関数が呼び出されました: ${e.functionName}`);return this.evalWwaNode(s)}updateExpression(e){if(e.argument.type!=="ArrayOrObject1D"&&e.argument.type!=="ArrayOrObject2D"&&e.argument.type!=="Symbol")throw new Error(`node.argument.typeが インクリメント/デクリメントできる対象ではありません。: ${e.argument.type}`);const s=n=>{switch(e.operator){case"++":return n+1;case"--":return n-1;default:throw new Error("想定外のOperatorが渡されました :"+e.operator)}},a=this.evalWwaNode(e.argument),r={type:"Literal",value:s(a)};switch(e.argument.type){case"ArrayOrObject1D":{if(e.argument.name==="v")this.evalSetUserVariable({type:"UserVariableAssignment",index:[e.argument.indecies[0]],value:r});else if(e.argument.name==="ITEM")this.itemAssignment({type:"ItemAssignment",itemBoxPosition1to12:e.argument.indecies[0],value:r});else if(e.argument.name==="LP")this.convertLoopPointerExpression({type:"LoopPointerAssignment",index:e.argument.indecies[0],value:r,operator:"="});else throw new Error(`このリテラルはインクリメント/デクリメントできません: ${e.argument.type}`);break}case"ArrayOrObject2D":{const n={type:"PartsAssignment",destinationX:e.argument.indecies[0],destinationY:e.argument.indecies[1],value:r,operator:"="};if(e.argument.name==="m")this.partsAssignment({...n,partsKind:"map"});else if(e.argument.name==="o")this.partsAssignment({...n,partsKind:"object"});else throw new Error(`このリテラルはインクリメント/デクリメントできません: ${e.argument.type}`);break}case"Symbol":{const n={type:"SpecialParameterAssignment",kind:e.argument.name,value:r};this.evalSetSpecialParameter(n);break}}return a}logicalExpression(e){const s=this.evalWwaNode(e.left),a=this.evalWwaNode(e.right);switch(e.operator){case"||":return s||a;case"&&":return s&&a;default:throw new Error("存在しない論理式です!: "+e.operator)}}convertTemplateLiteral(e){const s=e.expressions.map(r=>this.evalWwaNode(r)),a=e.quasis.map(r=>r.value.cooked);let i="";return a.forEach((r,n)=>{i+=r,s[n]!==void 0&&(i+=s[n])}),i}contunueStatment(e){this.for_id.continue_flag=!0}breakStatement(e){this.for_id.break_flag=!0}returnStatement(e){return this.evalWwaNode(e.argument)}forStateMent(e){const s=e.init,a=()=>{if("kind"in s)switch(s.kind){case"i":if(this.for_id.i!==null)throw new Error("iの値が既に外側のforループで使われています。");break;case"j":if(this.for_id.j!==null)throw new Error("jの値が既に外側のforループで使われています。");break;case"k":if(this.for_id.k!==null)throw new Error("kの値が既に外側のforループで使われています。");break;default:throw console.log(e),new Error("予想外の変数がfor文内で使用されました :"+s.kind)}else switch(s.type){case"LoopPointerAssignment":const i=Number(this.evalWwaNode(s.index));if(Number.isNaN(i))throw new Error(`LPのIndex値はNumberでないといけません。: ${i}`);if(this.for_id.LP[i]!==null&&this.for_id.LP[i]!==void 0)throw new Error(`LP[${i}]の値が既に外側のforループで使われています。`);break;default:throw console.log(e),new Error("予想外の1次元配列がfor文内で使用されました :"+s)}this.evalWwaNode(e.init)};for(a();this.evalWwaNode(e.test);this.evalWwaNode(e.update)){if(this.for_id.loopCount++,this.for_id.loopCount>this.generator.loop_limit)throw new Error(`処理回数が多すぎます!
|
|
107
|
-
上限値は LOOPLIMIT で変えられます。`);if(this.for_id.break_flag||!this.evalWwaNode(e.test))break;this.evalWwaNodes(e.body),this.for_id.continue_flag=!1}if(this.for_id.break_flag=!1,"kind"in s)switch(s.kind){case"i":this.for_id.i=null;break;case"j":this.for_id.j=null;break;case"k":this.for_id.k=null;break}else switch(s.type){case"LoopPointerAssignment":const i=Number(this.evalWwaNode(s.index));this.for_id.LP[i]=null;break}}_checkArgsLength(e,s){if(s.value.length<e)throw new Error(`関数 ${s.functionName} の引数が不足しています!`)}evalAnyFunction(e){const s=this.generator.wwa.getGameStatus();switch(e.functionName){case"SOUND":{this._checkArgsLength(1,e);const a=this.evalWwaNode(e.value[0]);return this.generator.wwa.playSound(a),a}case"SAVE":{this._checkArgsLength(1,e);const a=!!this.evalWwaNode(e.value[0]);return this.generator.wwa.disableSave(a),a}case"LOG":{this._checkArgsLength(1,e);const a=this.evalWwaNode(e.value[0]);console.log(a instanceof Map?Ct(a):a);return}case"ABLE_CHANGE_SPEED":{this._checkArgsLength(1,e);const a=!!this.evalWwaNode(e.value[0]);return this.generator.wwa.speedChangeJudge(a),a}case"SET_SPEED":{this._checkArgsLength(1,e);const a=Number(this.evalWwaNode(e.value[0]));this.generator.wwa.setPlayerSpeedIndex(a);return}case"CHANGE_GAMEOVER_POS":{this._checkArgsLength(2,e);const a={x:Number(this.evalWwaNode(e.value[0])),y:Number(this.evalWwaNode(e.value[1]))};if(a.x<0||a.x>=this.generator.wwa.getMapWidth()||a.y<0||a.y>this.generator.wwa.getMapWidth())throw new Error("マップの範囲外が指定されています!");this.generator.wwa.setGameOverPosition(new Y(a.x,a.y));return}case"DEL_PLAYER":{this._checkArgsLength(1,e);const a=!!this.evalWwaNode(e.value[0]);this.generator.wwa.setDelPlayer(a);return}case"RESTART_GAME":{this.generator.wwa.restartGame();return}case"URL_JUMPGATE":throw new Error("URL_JUMPGATE 関数は調整中のためご利用になれません");case"HIDE_STATUS":{this._checkArgsLength(2,e);const a=Number(this.evalWwaNode(e.value[0])),i=!!this.evalWwaNode(e.value[1]);this.generator.wwa.hideStatus(a,i);return}case"PARTS":{this._checkArgsLength(2,e);const a=Number(this.evalWwaNode(e.value[0])),i=Number(this.evalWwaNode(e.value[1]));let r=e.value[2]?Number(this.evalWwaNode(e.value[2])):0,n=e.value[3]?!!this.evalWwaNode(e.value[3]):!1;if(a<0||i<0)throw new Error("パーツ番号が不正です");if(!kn.includes(r))throw new Error("パーツ種別が不明です");this.generator.wwa.replaceParts(a,i,r,n);return}case"FACE":{this._checkArgsLength(6,e);const a=Number(this.evalWwaNode(e.value[0])),i=Number(this.evalWwaNode(e.value[1])),r=Number(this.evalWwaNode(e.value[2])),n=Number(this.evalWwaNode(e.value[3])),h=Number(this.evalWwaNode(e.value[4])),u=Number(this.evalWwaNode(e.value[5]));if(a<0||i<0||r<0||n<0||h<0||u<0)throw new Error("各引数は0以上の整数でなければなりません。");this.generator.addPageAdditionalItem({type:"face",data:{face:new vi(new Y(a,i),new Y(r,n),new Y(h,u))}});return}case"EFFECT":{this._checkArgsLength(1,e);const a=Number(this.evalWwaNode(e.value[0]));if(a<0)throw new Error("待ち時間は0以上の整数でなければなりません。");if(a===0){this.generator.wwa.stopEffect();return}const i=[];for(let r=1;r<e.value.length;r+=2){const n=Number(this.evalWwaNode(e.value[r]));if(n<0)throw new Error("画像のパーツ座標指定は0以上の整数でなければなりません。");if(r+1===e.value.length)throw new Error("画像のパーツ座標指定で、Y座標が指定されていません。");const h=Number(this.evalWwaNode(e.value[r+1]));if(h<0)throw new Error("画像のパーツ座標指定は0以上の整数でなければなりません。");i.push(new Y(n,h))}this.generator.wwa.setEffect(a,i);return}case"CHANGE_PLAYER_IMAGE":{this._checkArgsLength(2,e);const a=Number(this.evalWwaNode(e.value[0])),i=Number(this.evalWwaNode(e.value[1])),r=new Y(a,i);this.generator.wwa.setPlayerImgCoord(r);return}case"HAS_ITEM":{this._checkArgsLength(1,e);const a=Number(this.evalWwaNode(e.value[0]));return s.itemBox.includes(a)}case"REMOVE_ITEM":{this._checkArgsLength(1,e);const a=Number(this.evalWwaNode(e.value[0])),i=e.value[1]?this.evalWwaNode(e.value[1])===1:!1;let r=0;for(let n=0;n<s.itemBox.length;n++)if(a===s.itemBox[n]&&(this.generator.wwa.setPlayerGetItem(n+1,0),r++,!i))return r;return r}case"MOVE":{this._checkArgsLength(1,e);const a=Number(this.evalWwaNode(e.value[0]));if(a<=0||a>9)throw Error("MOVEの移動先は2/4/6/8で指定してください!");return this.generator.wwa.movePlayer(a),this.generator.wwa.movePlayer(a),0}case"PARTS_MOVE":{this._checkArgsLength(1,e);const a=Number(this.evalWwaNode(e.value[0]));return this.generator.wwa.setMoveMacroWaitingToPlayer(a),0}case"IS_PLAYER_WAITING_MESSAGE":return this.generator.wwa.isPlayerWaitingMessage();case"GET_UNIXTIME":return Math.floor(new Date().getTime()/1e3);case"GET_DATE_YEAR":return new Date().getFullYear();case"GET_DATE_MONTH":return new Date().getMonth()+1;case"GET_DATE_DAY":return new Date().getDate();case"GET_DATE_HOUR":return new Date().getHours();case"GET_DATE_MINUTES":return new Date().getMinutes();case"GET_DATE_SECONDS":return new Date().getSeconds();case"GET_DATE_MILLISECONDS":return new Date().getMilliseconds();case"GET_DATE_WEEKDAY":return new Date().getDay();case"SHOW_USER_DEF_VAR":{console.log(this.generator.wwa.getAllUserNameVar());return}case"CHANGE_SYSMSG":{this._checkArgsLength(1,e);const a=this.evalWwaNode(e.value[0]),i=e.value.length>=2?this.evalWwaNode(e.value[1]):void 0,r=this.resolveSystemMessageKeyFromMacroArg(a);if(!r)throw new Error("このIDのシステムメッセージは未定義です。");if(typeof i=="number"||typeof i=="string"||typeof i=="boolean")this.generator.wwa.overwriteSystemMessage(r,String(i));else if(typeof i>"u"||i===null)this.generator.wwa.overwriteSystemMessage(r,void 0);else throw new Error("この値は文字列に変換できないため、システムメッセージを表示できません。");break}case"PICTURE":{this._checkArgsLength(1,e);const a=Number(this.evalWwaNode(e.value[0])),i=e.value.length>=2?this.evalWwaNode(e.value[1]):void 0;if(i===void 0){this.generator.wwa.deletePictureRegistry(a);return}if(i instanceof Map)this.generator.wwa.setPictureRegistryFromObject(a,Ct(i));else if(typeof i=="string")this.generator.wwa.setPictureRegistryFromRawText(a,i);else throw new Error("ピクチャのプロパティ定義は文字列あるいはオブジェクトである必要があります。");break}case"PICTURE_FROM_PARTS":{this._checkArgsLength(2,e);const a=Number(this.evalWwaNode(e.value[0])),i=Number(this.evalWwaNode(e.value[1]));if(i===0){this.generator.wwa.deletePictureRegistry(a);return}const r=e.value.length>=3?Number(this.evalWwaNode(e.value[2])):W.OBJECT;if(!kn.includes(r))throw new Error("パーツ種別が不明です");const n=this.generator.wwa.getGameStatus();this.generator.wwa.setPictureRegistry(a,i,r,n.playerCoord);break}case"CLEAR_ALL_PICTURES":{this.generator.wwa.clearAllPictures();break}case"HAS_PICTURE":{this._checkArgsLength(1,e);const a=Number(this.evalWwaNode(e.value[0]));return s.wwaData.pictureRegistry.some(r=>r.layerNumber===a)}case"ABS":{this._checkArgsLength(1,e);const a=Number(this.evalWwaNode(e.value[0]));return Math.abs(a)}case"GET_GAMEOVER_POS_X":return this.generator.wwa.getGemeOverPosition().x;case"GET_GAMEOVER_POS_Y":return this.generator.wwa.getGemeOverPosition().y;case"ABORT_BATTLE":throw this.generator.state.battleDamageCalculation&&(this.generator.state.battleDamageCalculation.aborted=!0),new ri("ABORT_BATTLE");case"EXIT":throw new ri("EXIT",this.evalWwaNode(e.value[0]));case"GET_IMG_POS_X":{this._checkArgsLength(1,e);const a=Number(this.evalWwaNode(e.value[0])),r=(e.value[1]!==void 0?Number(this.evalWwaNode(e.value[1])):0)===0?W.OBJECT:W.MAP;if(r===W.OBJECT){const n=e.value[2]!==void 0?Number(this.evalWwaNode(e.value[2]))===0:!0,h=this.generator.wwa.getObjectInfo(a),u=n?h[o.ATR_X]:h[o.ATR_X2];return Math.floor(u/o.CHIP_SIZE)}else if(r===W.MAP){const h=this.generator.wwa.getMapInfo(a)[o.ATR_X];return Math.floor(h/o.CHIP_SIZE)}throw new Error("GET_IMG_POS_X: 指定したIDのパーツのTypeが異常です。")}case"GET_IMG_POS_Y":{this._checkArgsLength(1,e);const a=Number(this.evalWwaNode(e.value[0])),r=(e.value[1]!==void 0?Number(this.evalWwaNode(e.value[1])):0)===0?W.OBJECT:W.MAP;if(r===W.OBJECT){const n=e.value[2]!==void 0?Number(this.evalWwaNode(e.value[2]))===0:!0,h=this.generator.wwa.getObjectInfo(a),u=n?h[o.ATR_Y]:h[o.ATR_Y2];return Math.floor(u/o.CHIP_SIZE)}else if(r===W.MAP){const h=this.generator.wwa.getMapInfo(a)[o.ATR_Y];return Math.floor(h/o.CHIP_SIZE)}throw new Error("GET_IMG_POS_Y: 指定したIDのパーツのTypeが異常です。")}case"LENGTH":{this._checkArgsLength(1,e);const a=this.evalWwaNode(e.value[0]);return Pu(a)}case"IS_NUMBER":return this._checkArgsLength(1,e),typeof this.evalWwaNode(e.value[0])=="number";default:throw new Error("未定義の関数が指定されました: "+e.functionName)}}resolveSystemMessageKeyFromMacroArg(e){return typeof e=="string"?xi(e)?e:void 0:typeof e=="number"?gi(e):void 0}partsAssignment(e){const s=this.generator.wwa.getGameStatus(),a=this.evalWwaNode(e.destinationX),i=this.evalWwaNode(e.destinationY);if(typeof a!="number"||typeof i!="number")throw new Error(`座標は数値で指定してください (${a}, ${i})`);new Be(this.generator.wwa,a,i);const r=e.partsKind==="map"?W.MAP:W.OBJECT,n=this.resolveParts(r,a,i),h=this.evalWwaNode(e.value);switch(e.operator){case"=":case"+=":case"-=":case"*=":case"/=":{const u=Un[e.operator](n,h)|0;if(u<0)throw new Error(`負値のパーツ番号 ${u} は代入できません`);this.generator.wwa.appearPartsEval(s.playerCoord,`${a}`,`${i}`,u,r);break}default:throw new Error(`演算子 ${e.operator} は partsAssignment では使えません`)}}resolveParts(e,s,a){const i=this.generator.wwa.getGameStatus();switch(e){case W.MAP:return i.wwaData.map[a][s];case W.OBJECT:return i.wwaData.mapObject[a][s];default:throw new Error("存在しないPartsTypeです",e)}}blockStatement(e){return this.evalWwaNodes(e.value)}ifStatement(e){if(this.evalWwaNode(e.test))return this.evalWwaNode(e.consequent);if(e.alternate)return this.evalWwaNode(e.alternate)}convertConditionalExpression(e){const a=this.evalWwaNode(e.test)?e.consequent:e.alternate;return this.evalWwaNode(a)}property(e){const s=this.evalWwaNode(e.key);if(!jt(s))throw new Error(`オブジェクトのキーはプリミティブ値でなければなりません。: ${s}`);return[String(this.evalWwaNode(e.key)),this.evalWwaNode(e.value)]}objectExpression(e){const s=e.properties.map(a=>this.evalWwaNode(a));return new Map(s)}arrayExpression(e){return e.elements.map(s=>this.evalWwaNode(s))}convertLoopPointerExpression(e){const s=this.evalWwaNode(e.value),a=this.evalWwaNode(e.index);switch(e.operator){case"+=":this.for_id.LP[a]=s;break;case"-=":this.for_id.LP[a]=s;break;case"/=":this.for_id.LP[a]=s;break;case"*=":this.for_id.LP[a]=s;break;case"=":default:this.for_id.LP[a]=s;break}return 0}itemAssignment(e){const s=this.evalWwaNode(e.itemBoxPosition1to12);if(typeof s!="number"||s<0||s>12)throw new Error("ITEMの添字に想定外の値が入っています。0以上12以下の添字を指定してください。: "+s);const a=this.evalWwaNode(e.value);switch(e.operator){case"=":{this.generator.wwa.setPlayerGetItem(s,a|0);break}case"+=":case"-=":case"*=":case"/=":{if(s===0)throw new Error("複合代入では ITEM[0] への操作はできません");const i=this.generator.wwa.getGameStatus().itemBox[s-1],r=Un[e.operator](i,a)|0;if(r<0)throw new Error(`負値のパーツ番号 ${r} は代入できません`);this.generator.wwa.setPlayerGetItem(s,r);break}default:throw new Error(`演算子 ${e.operator} は itemAssignment では使えません`)}}evalMessage(e){const s=this.evalWwaNode(e.value),a=this.generator.pickPageAdditionalQueue();this.generator.wwa.handleMsgFunction({message:String(s),additionalItems:a})}evalJumpgate(e){const s=this.evalWwaNode(e.x),a=this.evalWwaNode(e.y);if(isNaN(s)||isNaN(a))throw new Error(`飛び先の値が数値になっていません。 x=${s} / y=${a}`);this.generator.wwa.forcedJumpGate(s,a)}evalRandom(e){const s=this.evalWwaNode(e.value);return Math.floor(Math.random()*s)}evalSetSpecialParameter(e){const s=this.evalWwaNode(e.value);if(!this.generator.wwa||isNaN(s))return s;const a=this.evalSymbol({type:"Symbol",name:e.kind});if(Array.isArray(a))throw new Error(`配列Objectに対して直接代入は出来ません: ${a}`);const i=(()=>{switch(e.operator){case"+=":return a+s;case"-=":return a-s;case"*=":return a*s;case"/=":return a/s;case"=":default:return s}})();switch(e.kind){case"PX":return this.generator.wwa.jumpSpecifiedXPos(i),i;case"PY":return this.generator.wwa.jumpSpecifiedYPos(i),i;case"AT":return this.generator.wwa.setPlayerStatus(ot.STRENGTH,i,!1),i;case"DF":return this.generator.wwa.setPlayerStatus(ot.DEFENCE,i,!1),i;case"GD":return this.generator.wwa.setPlayerStatus(ot.GOLD,i,!1),i;case"HP":return this.generator.wwa.setPlayerStatus(ot.ENERGY,i,!1),i;case"HPMAX":return this.generator.wwa.setPlayerEnergyMax(i),i;case"i":return this.for_id.i=this.evalWwaNode(e.value),this.for_id.i;case"j":return this.for_id.j=this.evalWwaNode(e.value),this.for_id.j;case"k":return this.for_id.k=this.evalWwaNode(e.value),this.for_id.k;case"LOOPLIMIT":{const r=this.evalWwaNode(e.value);return this.generator.updateLoopLimit(r),r}default:console.error("未実装の要素です: "+e.kind);return}}evalSetUserVariable(e){if(e.index.length>1){const s=this.evalWwaNode(e.value),a=e.index.map(i=>this.evalWwaNode(i));this.generator.wwa.setUserVarIndecies(a,s,e.operator);return}else{const s=this.evalWwaNode(e.value);if(!this.generator.wwa)return s;const a=this.evalWwaNode(e.index[0]);return this.generator.wwa.setUserVar(a,s,e.operator),s}}evalUnaryOperation(e){switch(e.operator){case"+":return this.evalWwaNode(e.argument);case"-":return-this.evalWwaNode(e.argument);case"!":return!this.evalWwaNode(e.argument);default:throw new Error("存在しない単項演算子です")}}evalBinaryOperation(e){const s=this.evalWwaNode(e.left),a=this.evalWwaNode(e.right);switch(e.operator){case"+":return s+a;case"-":return s-a;case"*":return s*a;case"/":return a===0?0:Math.floor(s/a);case"%":return a===0?0:s%a;case">":return s>a;case">=":return s>=a;case"<":return s<a;case"<=":return s<=a;case"==":return s==a;case"!=":return s!=a;default:throw new Error("存在しない単項演算子です")}}evalSymbol(e){const s=this.generator.wwa.getGameStatus(),a=this.generator.wwa.getEnemyStatus();switch(e.name){case"X":return this.generator.state.triggerParts?.position.x??s.playerCoord.x;case"Y":return this.generator.state.triggerParts?.position.y??s.playerCoord.y;case"ID":return this.generator.state.triggerParts?.id??-1;case"TYPE":return this.generator.state.triggerParts?.type??-1;case"PX":return s.playerCoord.x;case"PY":return s.playerCoord.y;case"CX":return s.cameraCoord.x;case"CY":return s.cameraCoord.y;case"AT":return s.bareStatus.strength;case"AT_TOTAL":return this.generator.state.battleDamageCalculation?.estimatingParams?.playerStatus.strength??s.totalStatus.strength;case"DF":return s.bareStatus.defence;case"DF_TOTAL":return this.generator.state.battleDamageCalculation?.estimatingParams?.playerStatus.defence??s.totalStatus.defence;case"GD":return this.generator.state.battleDamageCalculation?.estimatingParams?.playerStatus.gold??s.totalStatus.gold;case"HP":return this.generator.state.battleDamageCalculation?.estimatingParams?.playerStatus.energy??s.totalStatus.energy;case"HPMAX":return s.energyMax;case"STEP":return s.moveCount;case"TIME":return s.playTime;case"PDIR":return s.playerDirection;case"i":return this.for_id.i;case"j":return this.for_id.j;case"k":return this.for_id.k;case"LOOPLIMIT":return this.generator.loop_limit;case"ITEM_ID":return this.generator.state.earnedItem?.partsId??-1;case"ITEM_POS":return this.generator.state.earnedItem?.itemPos1To12??-1;case"ENEMY_HP":return this.generator.state.battleDamageCalculation?.estimatingParams?.enemyStatus.energy??(typeof a=="number"?-1:a.energy);case"ENEMY_AT":return this.generator.state.battleDamageCalculation?.estimatingParams?.enemyStatus.strength??(typeof a=="number"?-1:a.strength);case"ENEMY_DF":return this.generator.state.battleDamageCalculation?.estimatingParams?.enemyStatus.defence??(typeof a=="number"?-1:a.defence);case"ENEMY_GD":return this.generator.state.battleDamageCalculation?.estimatingParams?.enemyStatus.gold??(typeof a=="number"?-1:a.gold);case"PICTURE":throw new Error("この機能はまだ実装されていません!");case"PLAYER_PX":return Nu(s.playerCoord.x,s.cameraCoord.x);case"PLAYER_PY":return Ou(s.playerCoord.y,s.cameraCoord.y);case"MOVE_SPEED":return Re[s.gameSpeedIndex];case"MOVE_FRAME_TIME":return o.CHIP_SIZE/Re[s.gameSpeedIndex];case"LP":return this.for_id.LP;case"undefined":return;default:throw new Error("このシンボルは取得できません")}}evalArrayOrObject1D(e){const s=this.evalWwaNode(e.indecies[0]);if(typeof s!="number")switch(e.name){case"v":return this.generator.wwa.getUserNameVar(s);default:throw new Error("このシンボルは取得できません")}const a=this.generator.wwa.getGameStatus();switch(e.name){case"v":return this.generator.wwa.getUserVar(s);case"ITEM":if(s<1||s>12)throw new Error("ITEMの添字に想定外の値が入っています。1以上12以下の添字を指定してください。: "+s);return a.itemBox[s-1];case"PICTURE":throw new Error("この機能はまだ実装されていません!");case"LP":return this.for_id.LP[s];default:throw new Error("このシンボルは取得できません")}}evalArrayOrObject2D(e){switch(e.name){case"m":case"o":const s=this.evalWwaNode(e.indecies[0]),a=this.evalWwaNode(e.indecies[1]);if(typeof s!="number"||typeof a!="number")throw new Error(`座標は数値で指定してください (${s}, ${a})`);new Be(this.generator.wwa,s,a);const i=e.name==="o"?W.OBJECT:W.MAP;return this.generator.wwa.getPartsID(new Y(s,a),i);case"v":{const n=e.indecies[0].value,h=this.generator.wwa.getUserNameVar(n);if(h===null||!Array.isArray(h)&&typeof h!="object"&&typeof h!="string")throw new Error(`指定したユーザー定義変数: v["${n}"] は配列・オブジェクト・文字列ではありません`);const u=this.evalWwaNode(e.indecies[1]);return bt(h,u)}default:throw new Error("このシンボルは取得できません")}}evalArrayOrObject3DPlus(e){const s=e.indecies.map(i=>this.evalWwaNode(i)),a=this.generator.wwa.getUserNameVar(s[0]);return s.slice(1).reduce((i,r)=>bt(i,r),a)}evalLiteral(e){return e.value}}class ii{constructor(e){this.value=e}}class ri{constructor(e,s){this.reason=e,this.value=s}}function Vn(t){return tu(t,{ecmaVersion:2020})}const Ru=async t=>{try{const e=await fetch(t);return e.status===200||e.status===304?{kind:"data",data:await new Response(e.body).text(),fileName:t}:{kind:"httpError",errorMessage:`ファイル ${t} が読み込めませんでした。ステータスコード: ${e.status}`,fileName:t}}catch(e){return{kind:"otherError",errorMessage:e.message,fileName:t}}},Yn="user-variable-label";function Lu(){const t=document.createElement("div");return t.textContent="-",t.setAttribute("aria-hidden","true"),t.classList.add(Yn),t}function Fu(t,e){t.textContent=e}const ku="-",ni="user-variable-card",Uu="user-variable-card--is-trimmed";function Vu({index:t,value:e}){const s=document.createElement("div");return s.classList.add(ni),Ku(e)&&s.classList.add(Uu),s.dataset.varIndex=String(t),s.appendChild(Yu(t)),s.appendChild(Wu(e)),s}function Yu(t){const e=document.createElement("div");return e.classList.add("index"),e.textContent=String(t),typeof t=="string"&&e.setAttribute("title",t),e.appendChild(Lu()),e}function Wu(t){const e=document.createElement("div");return e.classList.add("value"),typeof t=="string"&&e.setAttribute("title",Tt(t)),oi(e,t),e}function Hu(t,e){t.dataset.labelledVarIndex="true",t.addEventListener("mouseover",()=>e.removeAttribute("aria-hidden")),t.addEventListener("mouseleave",()=>e.setAttribute("aria-hidden","true"))}function oi(t,e){t.textContent=e===void 0?ku:Tt(e)}function Gu(t){return t.querySelector(`.${Yn}`)}function Ku(t){return typeof t!="object"}const Ea="user-variable-list";function ju({kind:t}){const e=document.createElement("ul");return e.classList.add(Ea),t==="numbered"&&Array.from({length:o.USER_VAR_NUM}).map((s,a)=>Wn({index:a})).forEach(s=>e.appendChild(s)),e}function Wn({index:t,value:e}){const s=document.createElement("li");return s.appendChild(Vu({index:t,value:e})),s}function Xu(t,{index:e,value:s}){t.appendChild(Wn({index:e,value:s}))}const hi="information";function $u(){const t=document.createElement("p");return t.classList.add(hi),Hn(t,"強調されている番号にカーソルを乗せると説明が表示されます。"),t}function Hn(t,e,s=!1){t.textContent=`${s?"【エラー】":""}${e}`}function qu({heading:t,contentVisibilityToggleButton:e,information:s}){const a=document.createElement("header");return a.appendChild(Ju({heading:t,contentVisibilityToggleButton:e})),s&&a.appendChild($u()),a}function ci(t,e){t.textContent=e?"▲隠す":"▼表示"}function Ju({heading:t,contentVisibilityToggleButton:e}){const s=document.createElement("div");s.classList.add("heading-area");const a=document.createElement("h2");a.textContent=t.text,s.appendChild(a);const i=document.createElement("button");return i.classList.add("content-visibility-toggle-button"),ci(i,!0),e.onClick&&i.addEventListener("click",e.onClick.bind(i)),s.appendChild(i),s}const ui="user-variable-list-section";function Gn({kind:t}){const e=document.createElement("section");e.classList.add(ui),e.dataset.kind=t;const s=ju({kind:t}),a=qu({heading:{text:t==="named"?"名前つき変数一覧":"変数一覧"},information:(t==="numbered"||void 0)&&{},contentVisibilityToggleButton:{onClick:i=>{const r=a.querySelector(`.${hi}`);s.getAttribute("aria-hidden")==="true"?Zu(s,r,i.target):zu(s,r,i.target)}}});return e.appendChild(a),e.appendChild(s),e}function Zu(t,e,s){t.removeAttribute("aria-hidden"),e instanceof HTMLElement&&e.removeAttribute("aria-hidden"),s instanceof HTMLElement&&ci(s,!0)}function zu(t,e,s){t.setAttribute("aria-hidden","true"),e instanceof HTMLElement&&e.setAttribute("aria-hidden","true"),s instanceof HTMLElement&&ci(s,!1)}function Qu(t,e){if(!(t instanceof HTMLElement))return;const s=sl(t),a=$n(t);if(a instanceof HTMLElement){for(const[i,r]of e){const n=tl(t,i);s.delete(i),n instanceof HTMLElement?oi(n,r):Xu(a,{index:i,value:r})}for(const i of s){const r=el(t,i).parentElement;r instanceof HTMLLIElement&&$n(t).removeChild(r)}}}const Kn=`.${ui}[data-kind="named"]`,jn=`${Kn} > .${Ea} > li > .${ni}`;function Xn(t){return`${jn}[data-var-index="${CSS.escape(t)}"]`}function $n(t){return t.querySelector(`${Kn} > .${Ea}`)}function el(t,e){return t.querySelector(Xn(e))}function tl(t,e){return t.querySelector(`${Xn(e)} > .value`)}function sl(t){return new Set([...t.querySelectorAll(jn)].map(e=>e instanceof HTMLElement?e.dataset.varIndex:void 0).filter(Boolean))}function al(t,e){t instanceof HTMLElement&&Array.from({length:o.USER_VAR_NUM}).map((s,a)=>{const i=ol(t,a);i instanceof HTMLElement&&oi(i,e[a])})}function il(t,e){t&&Array.from({length:o.USER_VAR_NUM}).map((s,a)=>{const i=e[a];if(!i)return;const r=nl(t,a);if(!(r instanceof HTMLElement))return;const n=Gu(r);n instanceof HTMLElement&&(Fu(n,i),Hu(r,n))})}function li(t,e,s=!1){if(!t)return;const a=rl(t);a instanceof HTMLElement&&Hn(a,e,s)}const qn=`.${ui}[data-kind="numbered"]`;function rl(t){return t.querySelector(`${qn} > header > .${hi}`)}function Jn(t){return`${qn} > .${Ea} > li > .${ni}[data-var-index="${CSS.escape(String(t))}"]`}function nl(t,e){return t.querySelector(`${Jn(e)} > .index`)}function ol(t,e){return t.querySelector(`${Jn(e)} > .value`)}function hl({dumpElement:t,namedUserVar:e,userVar:s}){e&&Qu(t,e),s&&al(t,s)}const cl="wwa-vardump-wrapper";function ul(t){const e=Di(t);return e instanceof HTMLElement?(e.classList.add(cl),e.appendChild(Gn({kind:"named"})),e.appendChild(Gn({kind:"numbered"})),e):null}function ll(){return{mapdata:"",urlGateEnable:!1,titleImg:void 0,audioDir:"./audio/",classicModeEnable:!1,itemEffectEnable:!0,useGoToWwa:!1,lookingAround:!1,autoSave:!0,disallowLoadOldSave:!1,resumeSaveData:void 0,varDumpElm:void 0,userVarNamesFile:void 0,displayUserVars:!1,virtualPadEnable:!1,virtualPadViewportFitEnable:!1,virtualPadControllerElm:void 0,userDefinedScriptsFile:"./script/script_file_list.json"}}let xa;function At(t,e,s){var a=new po;return a.current=t,a.total=e,a.stage=s,a}class Zn{constructor(e=ll()){this._useSuspend=!1,this._useLookingAround=!0,this._isDisallowLoadOldSave=!1,this._playerAndObjectsStopWaitingGameSpeedChangeRequest=void 0,this._windowCloseWaitingMessageDisplayRequests=[],this._playerAndObjectsStopWaitingMessageDisplayRequests=[],this._windowCloseWaitingJumpGateRequest=void 0,this._debugConsoleElement=void 0,this.audioExtension="",this.soundLoadedCheckTimer=void 0,this._playTimeCalculator=void 0,this.userDefinedFunctions={},this.convertWwaNodes=h=>{const u=Vn(h);return su(u)},this.mainCaller=()=>this._main(),this.soundCheckCaller=()=>this.checkAllSoundLoaded(),this._checkTurnKeyPressed=()=>this._keyStore.checkHitKey(D.KEY_ESC)||this._keyStore.checkHitKey(D.KEY_SHIFT)||this._keyStore.checkHitKey(D.KEY_N),this._saveDataList=[],this.wwaCustomEventEmitter=new an(O("wwa-wrapper"));let s;window.addEventListener("click",h=>{this._isActive=!1}),O("wwa-wrapper").addEventListener("click",h=>{h.stopPropagation(),this._isActive=!0}),this._isActive=!0,e.titleImg===void 0?(this._hasTitleImg=!1,this._cvsCover=O("progress-panel"),s=this._cvsCover.getContext("2d"),s.fillStyle="rgb(0, 0, 0)"):this._hasTitleImg=!0;try{this._hasTitleImg?(O("unstable-version-warning").textContent="この WWA Wing は [不安定版] です。",O("version").textContent="WWA Wing Ver.4.0.2"):this._setLoadingMessage(s,0)}catch{}this._dumpElement=e.varDumpElm;const a=window.AudioContext||window.webkitAudioContext;a&&(this.audioContext=new a,this.audioGain=this.audioContext.createGain(),this.audioGain.gain.setValueAtTime(1,this.audioContext.currentTime));const i=new Audio;i.canPlayType("audio/mpeg")!=="no"&&i.canPlayType("audio/mpeg")!==""?this.audioExtension="mp3":this.audioExtension="m4a",this._isURLGateEnable=e.urlGateEnable,this._isClassicModeEnable=e.classicModeEnable,this._mainCallCounter=0,this._animationCounter=0,this._statusPressCounter=new Ae(0,0,0,0),e.audioDir?e.audioDir[e.audioDir.length-1]!=="/"&&(e.audioDir+="/"):e.audioDir="./audio/",this._audioDirectory=e.audioDir,this._bottomButtonType=e.useGoToWwa?Ye.GOTO_WWA:Ye.BATTLE_REPORT,this._userVarNameList=[],this.evalCalcWwaNodeGenerator=new Mu(this),this.userDevice=new lo;var r=!!location.href.match(/^file/);if(r)switch(this.userDevice.device){case be.GAME:switch(this.userDevice.os){case We.NINTENDO:o.BATTLE_INTERVAL_FRAME_NUM=5;break}this._bottomButtonType=Ye.GAME_END;break;default:alert(`【警告】直接HTMLファイルを開いているようです。
|
|
74
|
+
${e?`
|
|
75
|
+
<div id="wwa-cover">
|
|
76
|
+
<div id="unstable-version-warning"></div>
|
|
77
|
+
<div id="version"></div>
|
|
78
|
+
<div id="progress-message-container">開始しています...</div>
|
|
79
|
+
<div id="progress-bar-bg"></div>
|
|
80
|
+
<div id="progress-bar" class="progress-bar"></div>
|
|
81
|
+
<div id="progress-bar-audio" class="progress-bar"></div>
|
|
82
|
+
<div id="progress-disp">---</div>
|
|
83
|
+
</div>
|
|
84
|
+
`:`
|
|
85
|
+
<div id="wwa-cover">
|
|
86
|
+
<canvas id="progress-panel" width="${L.SCREEN_WIDTH}" height="${L.SCREEN_HEIGHT}"></canvas>
|
|
87
|
+
</div>`}
|
|
88
|
+
${t?Re():``}
|
|
89
|
+
`}function Mr(){return`ontouchstart`in window&&`ontouchend`in window&&`ontouchmove`in window}function Nr(e,t,n){var r=document.createElement(`style`);r.type=`text/css`,r.setAttribute(`id`,L.WWA_STYLE_TAG_ID),ze(`head`)[0].appendChild(r),e.innerHTML=jr(t!==null,n),t!==null&&(H(`wwa-cover`).style.backgroundImage=`url(${t})`,H(`wwa-cover`).style.backgroundRepeat=`no-repeat`,H(`wwa-cover`).style.backgroundPosition=`0 0`)}var Pr=class e{static{this.ROW_MAX=8}static{this.COL_MAX=3}static{this.DOM_ID_TABLE=[[`item0`,`item1`,`item2`],[`item3`,`item4`,`item5`],[`item6`,`item7`,`item8`],[`item9`,`item10`,`item11`],[`cell-load`,`cell-load`,`cell-load`],[`cell-save`,`cell-save`,`cell-save`],[`cell-restart`,`cell-restart`,`cell-restart`],[`cell-gotowwa`,`cell-gotowwa`,`cell-gotowwa`]]}static{this.CLICK_DOM_QUERY_TABLE=[[`#item0 .item-click-border`,`#item1 .item-click-border`,`#item2 .item-click-border`],[`#item3 .item-click-border`,`#item4 .item-click-border`,`#item5 .item-click-border`],[`#item6 .item-click-border`,`#item7 .item-click-border`,`#item8 .item-click-border`],[`#item9 .item-click-border`,`#item10 .item-click-border`,`#item11 .item-click-border`],[`#button-load`,`#button-load`,`#button-load`],[`#button-save`,`#button-save`,`#button-save`],[`#button-restart`,`#button-restart`,`#button-restart`],[`#button-gotowwa`,` #button-gotowwa`,`#button-gotowwa`]]}update(){this.counter>0&&this.counter--}cursor_wait(){this.counter=L.CONTROLL_WAIT_FRAME}allClear(){this.col=0,this.row=0,this.counter=0}controll(t){if(!(this.counter>0))switch(t){case T.DOWN:this.row<e.ROW_MAX-1&&(this.row++,this.openView(),this.cursor_wait());break;case T.UP:this.row>0&&(this.row--,this.openView(),this.cursor_wait());break;case T.LEFT:this.col>0&&(this.col--,this.openView(),this.cursor_wait());break;case T.RIGHT:this.col<e.COL_MAX-1&&(this.col++,this.openView(),this.cursor_wait());break}}ok(){this.close();var t=null;t=Ve(e.CLICK_DOM_QUERY_TABLE[this.row][this.col]),t.classList.contains(`item-click-border`)||this.allClear();var n=new MouseEvent(`click`,{view:window,bubbles:!0,cancelable:!0});return t.dispatchEvent(n)}ng(){this.close()}close(){var t=null,n,r;for(n=0;n<e.COL_MAX;n++)for(r=0;r<e.ROW_MAX;r++)t=H(e.DOM_ID_TABLE[r][n]),t.classList.contains(`onpress`)&&t.classList.remove(`onpress`)}openView(){this.close();var t=null;t=H(e.DOM_ID_TABLE[this.row][this.col]),t.classList.add(`onpress`)}init(){this.allClear(),this.openView()}constructor(){this.allClear()}},G=s(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r():typeof define==`function`&&define.amd?define([],r):n.CryptoJS=r()})(e,function(){var e=e||function(e,t){var n;if(typeof window<`u`&&window.crypto&&(n=window.crypto),typeof self<`u`&&self.crypto&&(n=self.crypto),typeof globalThis<`u`&&globalThis.crypto&&(n=globalThis.crypto),!n&&typeof window<`u`&&window.msCrypto&&(n=window.msCrypto),!n&&typeof global<`u`&&global.crypto&&(n=global.crypto),!n&&typeof require==`function`)try{n=An()}catch{}var r=function(){if(n){if(typeof n.getRandomValues==`function`)try{return n.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof n.randomBytes==`function`)try{return n.randomBytes(4).readInt32LE()}catch{}}throw Error(`Native crypto module could not be used to get secure random number.`)},i=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),a={},o=a.lib={},s=o.Base=function(){return{extend:function(e){var t=i(this);return e&&t.mixIn(e),(!t.hasOwnProperty(`init`)||this.init===t.init)&&(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty(`toString`)&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),c=o.WordArray=s.extend({init:function(e,n){e=this.words=e||[],n==t?this.sigBytes=e.length*4:this.sigBytes=n},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,n=e.words,r=this.sigBytes,i=e.sigBytes;if(this.clamp(),r%4)for(var a=0;a<i;a++){var o=n[a>>>2]>>>24-a%4*8&255;t[r+a>>>2]|=o<<24-(r+a)%4*8}else for(var s=0;s<i;s+=4)t[r+s>>>2]=n[s>>>2];return this.sigBytes+=i,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],n=0;n<e;n+=4)t.push(r());return new c.init(t,e)}}),l=a.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var a=t[i>>>2]>>>24-i%4*8&255;r.push((a>>>4).toString(16)),r.push((a&15).toString(16))}return r.join(``)},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r+=2)n[r>>>3]|=parseInt(e.substr(r,2),16)<<24-r%8*4;return new c.init(n,t/2)}},d=l.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var a=t[i>>>2]>>>24-i%4*8&255;r.push(String.fromCharCode(a))}return r.join(``)},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r++)n[r>>>2]|=(e.charCodeAt(r)&255)<<24-r%4*8;return new c.init(n,t)}},f=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch{throw Error(`Malformed UTF-8 data`)}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},p=o.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){typeof e==`string`&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n,r=this._data,i=r.words,a=r.sigBytes,o=this.blockSize,s=a/(o*4);s=t?e.ceil(s):e.max((s|0)-this._minBufferSize,0);var l=s*o,u=e.min(l*4,a);if(l){for(var d=0;d<l;d+=o)this._doProcessBlock(i,d);n=i.splice(0,l),r.sigBytes-=u}return new c.init(n,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});o.Hasher=p.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){p.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:512/32,_createHelper:function(e){return function(t,n){return new e.init(n).finalize(t)}},_createHmacHelper:function(e){return function(t,n){return new m.HMAC.init(e,n).finalize(t)}}});var m=a.algo={};return a}(Math);return e})})),Fr=s(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(G()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(t){var n=e,r=n.lib,i=r.Base,a=r.WordArray,o=n.x64={};o.Word=i.extend({init:function(e,t){this.high=e,this.low=t}}),o.WordArray=i.extend({init:function(e,n){e=this.words=e||[],n==t?this.sigBytes=e.length*8:this.sigBytes=n},toX32:function(){for(var e=this.words,t=e.length,n=[],r=0;r<t;r++){var i=e[r];n.push(i.high),n.push(i.low)}return a.create(n,this.sigBytes)},clone:function(){for(var e=i.clone.call(this),t=e.words=this.words.slice(0),n=t.length,r=0;r<n;r++)t[r]=t[r].clone();return e}})})(),e})})),Ir=s(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(G()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(){if(typeof ArrayBuffer==`function`){var t=e.lib.WordArray,n=t.init,r=t.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||typeof Uint8ClampedArray<`u`&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,r=[],i=0;i<t;i++)r[i>>>2]|=e[i]<<24-i%4*8;n.call(this,r,t)}else n.apply(this,arguments)};r.prototype=t}})(),e.lib.WordArray})})),Lr=s(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(G()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.WordArray,r=t.enc;r.Utf16=r.Utf16BE={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i+=2){var a=t[i>>>2]>>>16-i%4*8&65535;r.push(String.fromCharCode(a))}return r.join(``)},parse:function(e){for(var t=e.length,r=[],i=0;i<t;i++)r[i>>>1]|=e.charCodeAt(i)<<16-i%2*16;return n.create(r,t*2)}},r.Utf16LE={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],a=0;a<n;a+=2){var o=i(t[a>>>2]>>>16-a%4*8&65535);r.push(String.fromCharCode(o))}return r.join(``)},parse:function(e){for(var t=e.length,r=[],a=0;a<t;a++)r[a>>>1]|=i(e.charCodeAt(a)<<16-a%2*16);return n.create(r,t*2)}};function i(e){return e<<8&4278255360|e>>>8&16711935}})(),e.enc.Utf16})})),Rr=s(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(G()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.WordArray,r=t.enc;r.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,r=this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var o=t[a>>>2]>>>24-a%4*8&255,s=t[a+1>>>2]>>>24-(a+1)%4*8&255,c=t[a+2>>>2]>>>24-(a+2)%4*8&255,l=o<<16|s<<8|c,u=0;u<4&&a+u*.75<n;u++)i.push(r.charAt(l>>>6*(3-u)&63));var d=r.charAt(64);if(d)for(;i.length%4;)i.push(d);return i.join(``)},parse:function(e){var t=e.length,n=this._map,r=this._reverseMap;if(!r){r=this._reverseMap=[];for(var a=0;a<n.length;a++)r[n.charCodeAt(a)]=a}var o=n.charAt(64);if(o){var s=e.indexOf(o);s!==-1&&(t=s)}return i(e,t,r)},_map:`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=`};function i(e,t,r){for(var i=[],a=0,o=0;o<t;o++)if(o%4){var s=r[e.charCodeAt(o-1)]<<o%4*2|r[e.charCodeAt(o)]>>>6-o%4*2;i[a>>>2]|=s<<24-a%4*8,a++}return n.create(i,a)}})(),e.enc.Base64})})),zr=s(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(G()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.WordArray,r=t.enc;r.Base64url={stringify:function(e,t){t===void 0&&(t=!0);var n=e.words,r=e.sigBytes,i=t?this._safe_map:this._map;e.clamp();for(var a=[],o=0;o<r;o+=3)for(var s=n[o>>>2]>>>24-o%4*8&255,c=n[o+1>>>2]>>>24-(o+1)%4*8&255,l=n[o+2>>>2]>>>24-(o+2)%4*8&255,u=s<<16|c<<8|l,d=0;d<4&&o+d*.75<r;d++)a.push(i.charAt(u>>>6*(3-d)&63));var f=i.charAt(64);if(f)for(;a.length%4;)a.push(f);return a.join(``)},parse:function(e,t){t===void 0&&(t=!0);var n=e.length,r=t?this._safe_map:this._map,a=this._reverseMap;if(!a){a=this._reverseMap=[];for(var o=0;o<r.length;o++)a[r.charCodeAt(o)]=o}var s=r.charAt(64);if(s){var c=e.indexOf(s);c!==-1&&(n=c)}return i(e,n,a)},_map:`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=`,_safe_map:`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_`};function i(e,t,r){for(var i=[],a=0,o=0;o<t;o++)if(o%4){var s=r[e.charCodeAt(o-1)]<<o%4*2|r[e.charCodeAt(o)]>>>6-o%4*2;i[a>>>2]|=s<<24-a%4*8,a++}return n.create(i,a)}})(),e.enc.Base64url})})),Br=s(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(G()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(t){var n=e,r=n.lib,i=r.WordArray,a=r.Hasher,o=n.algo,s=[];(function(){for(var e=0;e<64;e++)s[e]=t.abs(t.sin(e+1))*4294967296|0})();var c=o.MD5=a.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=(i<<8|i>>>24)&16711935|(i<<24|i>>>8)&4278255360}var a=this._hash.words,o=e[t+0],c=e[t+1],p=e[t+2],m=e[t+3],h=e[t+4],g=e[t+5],_=e[t+6],v=e[t+7],y=e[t+8],b=e[t+9],x=e[t+10],S=e[t+11],C=e[t+12],ee=e[t+13],te=e[t+14],w=e[t+15],T=a[0],E=a[1],D=a[2],O=a[3];T=l(T,E,D,O,o,7,s[0]),O=l(O,T,E,D,c,12,s[1]),D=l(D,O,T,E,p,17,s[2]),E=l(E,D,O,T,m,22,s[3]),T=l(T,E,D,O,h,7,s[4]),O=l(O,T,E,D,g,12,s[5]),D=l(D,O,T,E,_,17,s[6]),E=l(E,D,O,T,v,22,s[7]),T=l(T,E,D,O,y,7,s[8]),O=l(O,T,E,D,b,12,s[9]),D=l(D,O,T,E,x,17,s[10]),E=l(E,D,O,T,S,22,s[11]),T=l(T,E,D,O,C,7,s[12]),O=l(O,T,E,D,ee,12,s[13]),D=l(D,O,T,E,te,17,s[14]),E=l(E,D,O,T,w,22,s[15]),T=u(T,E,D,O,c,5,s[16]),O=u(O,T,E,D,_,9,s[17]),D=u(D,O,T,E,S,14,s[18]),E=u(E,D,O,T,o,20,s[19]),T=u(T,E,D,O,g,5,s[20]),O=u(O,T,E,D,x,9,s[21]),D=u(D,O,T,E,w,14,s[22]),E=u(E,D,O,T,h,20,s[23]),T=u(T,E,D,O,b,5,s[24]),O=u(O,T,E,D,te,9,s[25]),D=u(D,O,T,E,m,14,s[26]),E=u(E,D,O,T,y,20,s[27]),T=u(T,E,D,O,ee,5,s[28]),O=u(O,T,E,D,p,9,s[29]),D=u(D,O,T,E,v,14,s[30]),E=u(E,D,O,T,C,20,s[31]),T=d(T,E,D,O,g,4,s[32]),O=d(O,T,E,D,y,11,s[33]),D=d(D,O,T,E,S,16,s[34]),E=d(E,D,O,T,te,23,s[35]),T=d(T,E,D,O,c,4,s[36]),O=d(O,T,E,D,h,11,s[37]),D=d(D,O,T,E,v,16,s[38]),E=d(E,D,O,T,x,23,s[39]),T=d(T,E,D,O,ee,4,s[40]),O=d(O,T,E,D,o,11,s[41]),D=d(D,O,T,E,m,16,s[42]),E=d(E,D,O,T,_,23,s[43]),T=d(T,E,D,O,b,4,s[44]),O=d(O,T,E,D,C,11,s[45]),D=d(D,O,T,E,w,16,s[46]),E=d(E,D,O,T,p,23,s[47]),T=f(T,E,D,O,o,6,s[48]),O=f(O,T,E,D,v,10,s[49]),D=f(D,O,T,E,te,15,s[50]),E=f(E,D,O,T,g,21,s[51]),T=f(T,E,D,O,C,6,s[52]),O=f(O,T,E,D,m,10,s[53]),D=f(D,O,T,E,x,15,s[54]),E=f(E,D,O,T,c,21,s[55]),T=f(T,E,D,O,y,6,s[56]),O=f(O,T,E,D,w,10,s[57]),D=f(D,O,T,E,_,15,s[58]),E=f(E,D,O,T,ee,21,s[59]),T=f(T,E,D,O,h,6,s[60]),O=f(O,T,E,D,S,10,s[61]),D=f(D,O,T,E,p,15,s[62]),E=f(E,D,O,T,b,21,s[63]),a[0]=a[0]+T|0,a[1]=a[1]+E|0,a[2]=a[2]+D|0,a[3]=a[3]+O|0},_doFinalize:function(){var e=this._data,n=e.words,r=this._nDataBytes*8,i=e.sigBytes*8;n[i>>>5]|=128<<24-i%32;var a=t.floor(r/4294967296),o=r;n[(i+64>>>9<<4)+15]=(a<<8|a>>>24)&16711935|(a<<24|a>>>8)&4278255360,n[(i+64>>>9<<4)+14]=(o<<8|o>>>24)&16711935|(o<<24|o>>>8)&4278255360,e.sigBytes=(n.length+1)*4,this._process();for(var s=this._hash,c=s.words,l=0;l<4;l++){var u=c[l];c[l]=(u<<8|u>>>24)&16711935|(u<<24|u>>>8)&4278255360}return s},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,n,r,i,a,o){var s=e+(t&n|~t&r)+i+o;return(s<<a|s>>>32-a)+t}function u(e,t,n,r,i,a,o){var s=e+(t&r|n&~r)+i+o;return(s<<a|s>>>32-a)+t}function d(e,t,n,r,i,a,o){var s=e+(t^n^r)+i+o;return(s<<a|s>>>32-a)+t}function f(e,t,n,r,i,a,o){var s=e+(n^(t|~r))+i+o;return(s<<a|s>>>32-a)+t}n.MD5=a._createHelper(c),n.HmacMD5=a._createHmacHelper(c)})(Math),e.MD5})})),Vr=s(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(G()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib,r=n.WordArray,i=n.Hasher,a=t.algo,o=[],s=a.SHA1=i.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],a=n[2],s=n[3],c=n[4],l=0;l<80;l++){if(l<16)o[l]=e[t+l]|0;else{var u=o[l-3]^o[l-8]^o[l-14]^o[l-16];o[l]=u<<1|u>>>31}var d=(r<<5|r>>>27)+c+o[l];l<20?d+=(i&a|~i&s)+1518500249:l<40?d+=(i^a^s)+1859775393:l<60?d+=(i&a|i&s|a&s)-1894007588:d+=(i^a^s)-899497514,c=s,s=a,a=i<<30|i>>>2,i=r,r=d}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+a|0,n[3]=n[3]+s|0,n[4]=n[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,n=this._nDataBytes*8,r=e.sigBytes*8;return t[r>>>5]|=128<<24-r%32,t[(r+64>>>9<<4)+14]=Math.floor(n/4294967296),t[(r+64>>>9<<4)+15]=n,e.sigBytes=t.length*4,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA1=i._createHelper(s),t.HmacSHA1=i._createHmacHelper(s)})(),e.SHA1})})),Hr=s(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(G()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(t){var n=e,r=n.lib,i=r.WordArray,a=r.Hasher,o=n.algo,s=[],c=[];(function(){function e(e){for(var n=t.sqrt(e),r=2;r<=n;r++)if(!(e%r))return!1;return!0}function n(e){return(e-(e|0))*4294967296|0}for(var r=2,i=0;i<64;)e(r)&&(i<8&&(s[i]=n(t.pow(r,1/2))),c[i]=n(t.pow(r,1/3)),i++),r++})();var l=[],u=o.SHA256=a.extend({_doReset:function(){this._hash=new i.init(s.slice(0))},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],a=n[2],o=n[3],s=n[4],u=n[5],d=n[6],f=n[7],p=0;p<64;p++){if(p<16)l[p]=e[t+p]|0;else{var m=l[p-15],h=(m<<25|m>>>7)^(m<<14|m>>>18)^m>>>3,g=l[p-2],_=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[p]=h+l[p-7]+_+l[p-16]}var v=s&u^~s&d,y=r&i^r&a^i&a,b=(r<<30|r>>>2)^(r<<19|r>>>13)^(r<<10|r>>>22),x=(s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25),S=f+x+v+c[p]+l[p],C=b+y;f=d,d=u,u=s,s=o+S|0,o=a,a=i,i=r,r=S+C|0}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+a|0,n[3]=n[3]+o|0,n[4]=n[4]+s|0,n[5]=n[5]+u|0,n[6]=n[6]+d|0,n[7]=n[7]+f|0},_doFinalize:function(){var e=this._data,n=e.words,r=this._nDataBytes*8,i=e.sigBytes*8;return n[i>>>5]|=128<<24-i%32,n[(i+64>>>9<<4)+14]=t.floor(r/4294967296),n[(i+64>>>9<<4)+15]=r,e.sigBytes=n.length*4,this._process(),this._hash},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});n.SHA256=a._createHelper(u),n.HmacSHA256=a._createHmacHelper(u)})(Math),e.SHA256})})),Ur=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Hr()):typeof define==`function`&&define.amd?define([`./core`,`./sha256`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.WordArray,r=t.algo,i=r.SHA256,a=r.SHA224=i.extend({_doReset:function(){this._hash=new n.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=i._doFinalize.call(this);return e.sigBytes-=4,e}});t.SHA224=i._createHelper(a),t.HmacSHA224=i._createHmacHelper(a)})(),e.SHA224})})),Wr=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Fr()):typeof define==`function`&&define.amd?define([`./core`,`./x64-core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.Hasher,r=t.x64,i=r.Word,a=r.WordArray,o=t.algo;function s(){return i.create.apply(i,arguments)}var c=[s(1116352408,3609767458),s(1899447441,602891725),s(3049323471,3964484399),s(3921009573,2173295548),s(961987163,4081628472),s(1508970993,3053834265),s(2453635748,2937671579),s(2870763221,3664609560),s(3624381080,2734883394),s(310598401,1164996542),s(607225278,1323610764),s(1426881987,3590304994),s(1925078388,4068182383),s(2162078206,991336113),s(2614888103,633803317),s(3248222580,3479774868),s(3835390401,2666613458),s(4022224774,944711139),s(264347078,2341262773),s(604807628,2007800933),s(770255983,1495990901),s(1249150122,1856431235),s(1555081692,3175218132),s(1996064986,2198950837),s(2554220882,3999719339),s(2821834349,766784016),s(2952996808,2566594879),s(3210313671,3203337956),s(3336571891,1034457026),s(3584528711,2466948901),s(113926993,3758326383),s(338241895,168717936),s(666307205,1188179964),s(773529912,1546045734),s(1294757372,1522805485),s(1396182291,2643833823),s(1695183700,2343527390),s(1986661051,1014477480),s(2177026350,1206759142),s(2456956037,344077627),s(2730485921,1290863460),s(2820302411,3158454273),s(3259730800,3505952657),s(3345764771,106217008),s(3516065817,3606008344),s(3600352804,1432725776),s(4094571909,1467031594),s(275423344,851169720),s(430227734,3100823752),s(506948616,1363258195),s(659060556,3750685593),s(883997877,3785050280),s(958139571,3318307427),s(1322822218,3812723403),s(1537002063,2003034995),s(1747873779,3602036899),s(1955562222,1575990012),s(2024104815,1125592928),s(2227730452,2716904306),s(2361852424,442776044),s(2428436474,593698344),s(2756734187,3733110249),s(3204031479,2999351573),s(3329325298,3815920427),s(3391569614,3928383900),s(3515267271,566280711),s(3940187606,3454069534),s(4118630271,4000239992),s(116418474,1914138554),s(174292421,2731055270),s(289380356,3203993006),s(460393269,320620315),s(685471733,587496836),s(852142971,1086792851),s(1017036298,365543100),s(1126000580,2618297676),s(1288033470,3409855158),s(1501505948,4234509866),s(1607167915,987167468),s(1816402316,1246189591)],l=[];(function(){for(var e=0;e<80;e++)l[e]=s()})();var u=o.SHA512=n.extend({_doReset:function(){this._hash=new a.init([new i.init(1779033703,4089235720),new i.init(3144134277,2227873595),new i.init(1013904242,4271175723),new i.init(2773480762,1595750129),new i.init(1359893119,2917565137),new i.init(2600822924,725511199),new i.init(528734635,4215389547),new i.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],a=n[2],o=n[3],s=n[4],u=n[5],d=n[6],f=n[7],p=r.high,m=r.low,h=i.high,g=i.low,_=a.high,v=a.low,y=o.high,b=o.low,x=s.high,S=s.low,C=u.high,ee=u.low,te=d.high,w=d.low,T=f.high,E=f.low,D=p,O=m,k=h,ne=g,A=_,j=v,M=y,re=b,ie=x,N=S,P=C,ae=ee,oe=te,se=w,ce=T,F=E,I=0;I<80;I++){var le,ue,de=l[I];if(I<16)ue=de.high=e[t+I*2]|0,le=de.low=e[t+I*2+1]|0;else{var fe=l[I-15],pe=fe.high,me=fe.low,L=(pe>>>1|me<<31)^(pe>>>8|me<<24)^pe>>>7,he=(me>>>1|pe<<31)^(me>>>8|pe<<24)^(me>>>7|pe<<25),ge=l[I-2],_e=ge.high,ve=ge.low,ye=(_e>>>19|ve<<13)^(_e<<3|ve>>>29)^_e>>>6,be=(ve>>>19|_e<<13)^(ve<<3|_e>>>29)^(ve>>>6|_e<<26),R=l[I-7],xe=R.high,Se=R.low,Ce=l[I-16],we=Ce.high,z=Ce.low;le=he+Se,ue=L+xe+ +(le>>>0<he>>>0),le+=be,ue=ue+ye+ +(le>>>0<be>>>0),le+=z,ue=ue+we+ +(le>>>0<z>>>0),de.high=ue,de.low=le}var B=ie&P^~ie&oe,Te=N&ae^~N&se,Ee=D&k^D&A^k&A,De=O&ne^O&j^ne&j,Oe=(D>>>28|O<<4)^(D<<30|O>>>2)^(D<<25|O>>>7),V=(O>>>28|D<<4)^(O<<30|D>>>2)^(O<<25|D>>>7),ke=(ie>>>14|N<<18)^(ie>>>18|N<<14)^(ie<<23|N>>>9),Ae=(N>>>14|ie<<18)^(N>>>18|ie<<14)^(N<<23|ie>>>9),je=c[I],Me=je.high,Ne=je.low,Pe=F+Ae,Fe=ce+ke+ +(Pe>>>0<F>>>0),Pe=Pe+Te,Fe=Fe+B+ +(Pe>>>0<Te>>>0),Pe=Pe+Ne,Fe=Fe+Me+ +(Pe>>>0<Ne>>>0),Pe=Pe+le,Fe=Fe+ue+ +(Pe>>>0<le>>>0),Ie=V+De,Le=Oe+Ee+ +(Ie>>>0<V>>>0);ce=oe,F=se,oe=P,se=ae,P=ie,ae=N,N=re+Pe|0,ie=M+Fe+ +(N>>>0<re>>>0)|0,M=A,re=j,A=k,j=ne,k=D,ne=O,O=Pe+Ie|0,D=Fe+Le+ +(O>>>0<Pe>>>0)|0}m=r.low=m+O,r.high=p+D+ +(m>>>0<O>>>0),g=i.low=g+ne,i.high=h+k+ +(g>>>0<ne>>>0),v=a.low=v+j,a.high=_+A+ +(v>>>0<j>>>0),b=o.low=b+re,o.high=y+M+ +(b>>>0<re>>>0),S=s.low=S+N,s.high=x+ie+ +(S>>>0<N>>>0),ee=u.low=ee+ae,u.high=C+P+ +(ee>>>0<ae>>>0),w=d.low=w+se,d.high=te+oe+ +(w>>>0<se>>>0),E=f.low=E+F,f.high=T+ce+ +(E>>>0<F>>>0)},_doFinalize:function(){var e=this._data,t=e.words,n=this._nDataBytes*8,r=e.sigBytes*8;return t[r>>>5]|=128<<24-r%32,t[(r+128>>>10<<5)+30]=Math.floor(n/4294967296),t[(r+128>>>10<<5)+31]=n,e.sigBytes=t.length*4,this._process(),this._hash.toX32()},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:1024/32});t.SHA512=n._createHelper(u),t.HmacSHA512=n._createHmacHelper(u)})(),e.SHA512})})),Gr=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Fr(),Wr()):typeof define==`function`&&define.amd?define([`./core`,`./x64-core`,`./sha512`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.x64,r=n.Word,i=n.WordArray,a=t.algo,o=a.SHA512,s=a.SHA384=o.extend({_doReset:function(){this._hash=new i.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var e=o._doFinalize.call(this);return e.sigBytes-=16,e}});t.SHA384=o._createHelper(s),t.HmacSHA384=o._createHmacHelper(s)})(),e.SHA384})})),Kr=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Fr()):typeof define==`function`&&define.amd?define([`./core`,`./x64-core`],r):r(n.CryptoJS)})(e,function(e){return(function(t){var n=e,r=n.lib,i=r.WordArray,a=r.Hasher,o=n.x64.Word,s=n.algo,c=[],l=[],u=[];(function(){for(var e=1,t=0,n=0;n<24;n++){c[e+5*t]=(n+1)*(n+2)/2%64;var r=t%5,i=(2*e+3*t)%5;e=r,t=i}for(var e=0;e<5;e++)for(var t=0;t<5;t++)l[e+5*t]=t+(2*e+3*t)%5*5;for(var a=1,s=0;s<24;s++){for(var d=0,f=0,p=0;p<7;p++){if(a&1){var m=(1<<p)-1;m<32?f^=1<<m:d^=1<<m-32}a&128?a=a<<1^113:a<<=1}u[s]=o.create(d,f)}})();var d=[];(function(){for(var e=0;e<25;e++)d[e]=o.create()})();var f=s.SHA3=a.extend({cfg:a.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new o.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var n=this._state,r=this.blockSize/2,i=0;i<r;i++){var a=e[t+2*i],o=e[t+2*i+1];a=(a<<8|a>>>24)&16711935|(a<<24|a>>>8)&4278255360,o=(o<<8|o>>>24)&16711935|(o<<24|o>>>8)&4278255360;var s=n[i];s.high^=o,s.low^=a}for(var f=0;f<24;f++){for(var p=0;p<5;p++){for(var m=0,h=0,g=0;g<5;g++){var s=n[p+5*g];m^=s.high,h^=s.low}var _=d[p];_.high=m,_.low=h}for(var p=0;p<5;p++)for(var v=d[(p+4)%5],y=d[(p+1)%5],b=y.high,x=y.low,m=v.high^(b<<1|x>>>31),h=v.low^(x<<1|b>>>31),g=0;g<5;g++){var s=n[p+5*g];s.high^=m,s.low^=h}for(var S=1;S<25;S++){var m,h,s=n[S],C=s.high,ee=s.low,te=c[S];te<32?(m=C<<te|ee>>>32-te,h=ee<<te|C>>>32-te):(m=ee<<te-32|C>>>64-te,h=C<<te-32|ee>>>64-te);var w=d[l[S]];w.high=m,w.low=h}var T=d[0],E=n[0];T.high=E.high,T.low=E.low;for(var p=0;p<5;p++)for(var g=0;g<5;g++){var S=p+5*g,s=n[S],D=d[S],O=d[(p+1)%5+5*g],k=d[(p+2)%5+5*g];s.high=D.high^~O.high&k.high,s.low=D.low^~O.low&k.low}var s=n[0],ne=u[f];s.high^=ne.high,s.low^=ne.low}},_doFinalize:function(){var e=this._data,n=e.words;this._nDataBytes*8;var r=e.sigBytes*8,a=this.blockSize*32;n[r>>>5]|=1<<24-r%32,n[(t.ceil((r+1)/a)*a>>>5)-1]|=128,e.sigBytes=n.length*4,this._process();for(var o=this._state,s=this.cfg.outputLength/8,c=s/8,l=[],u=0;u<c;u++){var d=o[u],f=d.high,p=d.low;f=(f<<8|f>>>24)&16711935|(f<<24|f>>>8)&4278255360,p=(p<<8|p>>>24)&16711935|(p<<24|p>>>8)&4278255360,l.push(p),l.push(f)}return new i.init(l,s)},clone:function(){for(var e=a.clone.call(this),t=e._state=this._state.slice(0),n=0;n<25;n++)t[n]=t[n].clone();return e}});n.SHA3=a._createHelper(f),n.HmacSHA3=a._createHmacHelper(f)})(Math),e.SHA3})})),qr=s(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(G()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(t){var n=e,r=n.lib,i=r.WordArray,a=r.Hasher,o=n.algo,s=i.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),c=i.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),l=i.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),u=i.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),d=i.create([0,1518500249,1859775393,2400959708,2840853838]),f=i.create([1352829926,1548603684,1836072691,2053994217,0]),p=o.RIPEMD160=a.extend({_doReset:function(){this._hash=i.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=(i<<8|i>>>24)&16711935|(i<<24|i>>>8)&4278255360}for(var a=this._hash.words,o=d.words,p=f.words,b=s.words,x=c.words,S=l.words,C=u.words,ee,te,w,T,E,D=ee=a[0],O=te=a[1],k=w=a[2],ne=T=a[3],A=E=a[4],j,n=0;n<80;n+=1)j=ee+e[t+b[n]]|0,n<16?j+=m(te,w,T)+o[0]:n<32?j+=h(te,w,T)+o[1]:n<48?j+=g(te,w,T)+o[2]:n<64?j+=_(te,w,T)+o[3]:j+=v(te,w,T)+o[4],j|=0,j=y(j,S[n]),j=j+E|0,ee=E,E=T,T=y(w,10),w=te,te=j,j=D+e[t+x[n]]|0,n<16?j+=v(O,k,ne)+p[0]:n<32?j+=_(O,k,ne)+p[1]:n<48?j+=g(O,k,ne)+p[2]:n<64?j+=h(O,k,ne)+p[3]:j+=m(O,k,ne)+p[4],j|=0,j=y(j,C[n]),j=j+A|0,D=A,A=ne,ne=y(k,10),k=O,O=j;j=a[1]+w+ne|0,a[1]=a[2]+T+A|0,a[2]=a[3]+E+D|0,a[3]=a[4]+ee+O|0,a[4]=a[0]+te+k|0,a[0]=j},_doFinalize:function(){var e=this._data,t=e.words,n=this._nDataBytes*8,r=e.sigBytes*8;t[r>>>5]|=128<<24-r%32,t[(r+64>>>9<<4)+14]=(n<<8|n>>>24)&16711935|(n<<24|n>>>8)&4278255360,e.sigBytes=(t.length+1)*4,this._process();for(var i=this._hash,a=i.words,o=0;o<5;o++){var s=a[o];a[o]=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360}return i},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});function m(e,t,n){return e^t^n}function h(e,t,n){return e&t|~e&n}function g(e,t,n){return(e|~t)^n}function _(e,t,n){return e&n|t&~n}function v(e,t,n){return e^(t|~n)}function y(e,t){return e<<t|e>>>32-t}n.RIPEMD160=a._createHelper(p),n.HmacRIPEMD160=a._createHmacHelper(p)})(Math),e.RIPEMD160})})),Jr=s(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(G()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){(function(){var t=e,n=t.lib.Base,r=t.enc.Utf8,i=t.algo;i.HMAC=n.extend({init:function(e,t){e=this._hasher=new e.init,typeof t==`string`&&(t=r.parse(t));var n=e.blockSize,i=n*4;t.sigBytes>i&&(t=e.finalize(t)),t.clamp();for(var a=this._oKey=t.clone(),o=this._iKey=t.clone(),s=a.words,c=o.words,l=0;l<n;l++)s[l]^=1549556828,c[l]^=909522486;a.sigBytes=o.sigBytes=i,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,n=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(n))}})})()})})),Yr=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Hr(),Jr()):typeof define==`function`&&define.amd?define([`./core`,`./sha256`,`./hmac`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib,r=n.Base,i=n.WordArray,a=t.algo,o=a.SHA256,s=a.HMAC,c=a.PBKDF2=r.extend({cfg:r.extend({keySize:128/32,hasher:o,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var n=this.cfg,r=s.create(n.hasher,e),a=i.create(),o=i.create([1]),c=a.words,l=o.words,u=n.keySize,d=n.iterations;c.length<u;){var f=r.update(t).finalize(o);r.reset();for(var p=f.words,m=p.length,h=f,g=1;g<d;g++){h=r.finalize(h),r.reset();for(var _=h.words,v=0;v<m;v++)p[v]^=_[v]}a.concat(f),l[0]++}return a.sigBytes=u*4,a}});t.PBKDF2=function(e,t,n){return c.create(n).compute(e,t)}})(),e.PBKDF2})})),Xr=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Vr(),Jr()):typeof define==`function`&&define.amd?define([`./core`,`./sha1`,`./hmac`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib,r=n.Base,i=n.WordArray,a=t.algo,o=a.MD5,s=a.EvpKDF=r.extend({cfg:r.extend({keySize:128/32,hasher:o,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var n,r=this.cfg,a=r.hasher.create(),o=i.create(),s=o.words,c=r.keySize,l=r.iterations;s.length<c;){n&&a.update(n),n=a.update(e).finalize(t),a.reset();for(var u=1;u<l;u++)n=a.finalize(n),a.reset();o.concat(n)}return o.sigBytes=c*4,o}});t.EvpKDF=function(e,t,n){return s.create(n).compute(e,t)}})(),e.EvpKDF})})),Zr=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Xr()):typeof define==`function`&&define.amd?define([`./core`,`./evpkdf`],r):r(n.CryptoJS)})(e,function(e){e.lib.Cipher||function(t){var n=e,r=n.lib,i=r.Base,a=r.WordArray,o=r.BufferedBlockAlgorithm,s=n.enc;s.Utf8;var c=s.Base64,l=n.algo.EvpKDF,u=r.Cipher=o.extend({cfg:i.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,n){this.cfg=this.cfg.extend(n),this._xformMode=e,this._key=t,this.reset()},reset:function(){o.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return typeof e==`string`?S:y}return function(t){return{encrypt:function(n,r,i){return e(r).encrypt(t,n,r,i)},decrypt:function(n,r,i){return e(r).decrypt(t,n,r,i)}}}}()});r.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var d=n.mode={},f=r.BlockCipherMode=i.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),p=d.CBC=function(){var e=f.extend();e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize;n.call(this,e,t,i),r.encryptBlock(e,t),this._prevBlock=e.slice(t,t+i)}}),e.Decryptor=e.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize,a=e.slice(t,t+i);r.decryptBlock(e,t),n.call(this,e,t,i),this._prevBlock=a}});function n(e,n,r){var i,a=this._iv;a?(i=a,this._iv=t):i=this._prevBlock;for(var o=0;o<r;o++)e[n+o]^=i[o]}return e}(),m=n.pad={},h=m.Pkcs7={pad:function(e,t){for(var n=t*4,r=n-e.sigBytes%n,i=r<<24|r<<16|r<<8|r,o=[],s=0;s<r;s+=4)o.push(i);var c=a.create(o,r);e.concat(c)},unpad:function(e){var t=e.words[e.sigBytes-1>>>2]&255;e.sigBytes-=t}};r.BlockCipher=u.extend({cfg:u.cfg.extend({mode:p,padding:h}),reset:function(){var e;u.reset.call(this);var t=this.cfg,n=t.iv,r=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=r.createEncryptor:(e=r.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,n&&n.words):(this._mode=e.call(r,this,n&&n.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:128/32});var g=r.CipherParams=i.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),_=n.format={},v=_.OpenSSL={stringify:function(e){var t,n=e.ciphertext,r=e.salt;return t=r?a.create([1398893684,1701076831]).concat(r).concat(n):n,t.toString(c)},parse:function(e){var t,n=c.parse(e),r=n.words;return r[0]==1398893684&&r[1]==1701076831&&(t=a.create(r.slice(2,4)),r.splice(0,4),n.sigBytes-=16),g.create({ciphertext:n,salt:t})}},y=r.SerializableCipher=i.extend({cfg:i.extend({format:v}),encrypt:function(e,t,n,r){r=this.cfg.extend(r);var i=e.createEncryptor(n,r),a=i.finalize(t),o=i.cfg;return g.create({ciphertext:a,key:n,iv:o.iv,algorithm:e,mode:o.mode,padding:o.padding,blockSize:e.blockSize,formatter:r.format})},decrypt:function(e,t,n,r){return r=this.cfg.extend(r),t=this._parse(t,r.format),e.createDecryptor(n,r).finalize(t.ciphertext)},_parse:function(e,t){return typeof e==`string`?t.parse(e,this):e}}),b=n.kdf={},x=b.OpenSSL={execute:function(e,t,n,r,i){if(r||=a.random(64/8),i)var o=l.create({keySize:t+n,hasher:i}).compute(e,r);else var o=l.create({keySize:t+n}).compute(e,r);var s=a.create(o.words.slice(t),n*4);return o.sigBytes=t*4,g.create({key:o,iv:s,salt:r})}},S=r.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:x}),encrypt:function(e,t,n,r){r=this.cfg.extend(r);var i=r.kdf.execute(n,e.keySize,e.ivSize,r.salt,r.hasher);r.iv=i.iv;var a=y.encrypt.call(this,e,t,i.key,r);return a.mixIn(i),a},decrypt:function(e,t,n,r){r=this.cfg.extend(r),t=this._parse(t,r.format);var i=r.kdf.execute(n,e.keySize,e.ivSize,t.salt,r.hasher);return r.iv=i.iv,y.decrypt.call(this,e,t,i.key,r)}})}()})})),Qr=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();t.Encryptor=t.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize;n.call(this,e,t,i,r),this._prevBlock=e.slice(t,t+i)}}),t.Decryptor=t.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize,a=e.slice(t,t+i);n.call(this,e,t,i,r),this._prevBlock=a}});function n(e,t,n,r){var i,a=this._iv;a?(i=a.slice(0),this._iv=void 0):i=this._prevBlock,r.encryptBlock(i,0);for(var o=0;o<n;o++)e[t+o]^=i[o]}return t}(),e.mode.CFB})})),$r=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.mode.CTR=function(){var t=e.lib.BlockCipherMode.extend();return t.Decryptor=t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,r=n.blockSize,i=this._iv,a=this._counter;i&&(a=this._counter=i.slice(0),this._iv=void 0);var o=a.slice(0);n.encryptBlock(o,0),a[r-1]=a[r-1]+1|0;for(var s=0;s<r;s++)e[t+s]^=o[s]}}),t}(),e.mode.CTR})})),ei=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function n(e){if((e>>24&255)==255){var t=e>>16&255,n=e>>8&255,r=e&255;t===255?(t=0,n===255?(n=0,r===255?r=0:++r):++n):++t,e=0,e+=t<<16,e+=n<<8,e+=r}else e+=1<<24;return e}function r(e){return(e[0]=n(e[0]))===0&&(e[1]=n(e[1])),e}return t.Decryptor=t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,i=n.blockSize,a=this._iv,o=this._counter;a&&(o=this._counter=a.slice(0),this._iv=void 0),r(o);var s=o.slice(0);n.encryptBlock(s,0);for(var c=0;c<i;c++)e[t+c]^=s[c]}}),t}(),e.mode.CTRGladman})})),ti=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.mode.OFB=function(){var t=e.lib.BlockCipherMode.extend();return t.Decryptor=t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,r=n.blockSize,i=this._iv,a=this._keystream;i&&(a=this._keystream=i.slice(0),this._iv=void 0),n.encryptBlock(a,0);for(var o=0;o<r;o++)e[t+o]^=a[o]}}),t}(),e.mode.OFB})})),ni=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.mode.ECB=function(){var t=e.lib.BlockCipherMode.extend();return t.Encryptor=t.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),t.Decryptor=t.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),t}(),e.mode.ECB})})),ri=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.AnsiX923={pad:function(e,t){var n=e.sigBytes,r=t*4,i=r-n%r,a=n+i-1;e.clamp(),e.words[a>>>2]|=i<<24-a%4*8,e.sigBytes+=i},unpad:function(e){var t=e.words[e.sigBytes-1>>>2]&255;e.sigBytes-=t}},e.pad.Ansix923})})),ii=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.Iso10126={pad:function(t,n){var r=n*4,i=r-t.sigBytes%r;t.concat(e.lib.WordArray.random(i-1)).concat(e.lib.WordArray.create([i<<24],1))},unpad:function(e){var t=e.words[e.sigBytes-1>>>2]&255;e.sigBytes-=t}},e.pad.Iso10126})})),ai=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.Iso97971={pad:function(t,n){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,n)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971})})),oi=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.ZeroPadding={pad:function(e,t){var n=t*4;e.clamp(),e.sigBytes+=n-(e.sigBytes%n||n)},unpad:function(e){for(var t=e.words,n=e.sigBytes-1,n=e.sigBytes-1;n>=0;n--)if(t[n>>>2]>>>24-n%4*8&255){e.sigBytes=n+1;break}}},e.pad.ZeroPadding})})),si=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding})})),ci=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return(function(t){var n=e,r=n.lib.CipherParams,i=n.enc.Hex,a=n.format;a.Hex={stringify:function(e){return e.ciphertext.toString(i)},parse:function(e){var t=i.parse(e);return r.create({ciphertext:t})}}})(),e.format.Hex})})),li=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Rr(),Br(),Xr(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./enc-base64`,`./md5`,`./evpkdf`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.BlockCipher,r=t.algo,i=[],a=[],o=[],s=[],c=[],l=[],u=[],d=[],f=[],p=[];(function(){for(var e=[],t=0;t<256;t++)t<128?e[t]=t<<1:e[t]=t<<1^283;for(var n=0,r=0,t=0;t<256;t++){var m=r^r<<1^r<<2^r<<3^r<<4;m=m>>>8^m&255^99,i[n]=m,a[m]=n;var h=e[n],g=e[h],_=e[g],v=e[m]*257^m*16843008;o[n]=v<<24|v>>>8,s[n]=v<<16|v>>>16,c[n]=v<<8|v>>>24,l[n]=v;var v=_*16843009^g*65537^h*257^n*16843008;u[m]=v<<24|v>>>8,d[m]=v<<16|v>>>16,f[m]=v<<8|v>>>24,p[m]=v,n?(n=h^e[e[e[_^h]]],r^=e[e[r]]):n=r=1}})();var m=[0,1,2,4,8,16,32,64,128,27,54],h=r.AES=n.extend({_doReset:function(){var e;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var t=this._keyPriorReset=this._key,n=t.words,r=t.sigBytes/4,a=((this._nRounds=r+6)+1)*4,o=this._keySchedule=[],s=0;s<a;s++)s<r?o[s]=n[s]:(e=o[s-1],s%r?r>6&&s%r==4&&(e=i[e>>>24]<<24|i[e>>>16&255]<<16|i[e>>>8&255]<<8|i[e&255]):(e=e<<8|e>>>24,e=i[e>>>24]<<24|i[e>>>16&255]<<16|i[e>>>8&255]<<8|i[e&255],e^=m[s/r|0]<<24),o[s]=o[s-r]^e);for(var c=this._invKeySchedule=[],l=0;l<a;l++){var s=a-l;if(l%4)var e=o[s];else var e=o[s-4];l<4||s<=4?c[l]=e:c[l]=u[i[e>>>24]]^d[i[e>>>16&255]]^f[i[e>>>8&255]]^p[i[e&255]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,o,s,c,l,i)},decryptBlock:function(e,t){var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,p,a);var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n},_doCryptBlock:function(e,t,n,r,i,a,o,s){for(var c=this._nRounds,l=e[t]^n[0],u=e[t+1]^n[1],d=e[t+2]^n[2],f=e[t+3]^n[3],p=4,m=1;m<c;m++){var h=r[l>>>24]^i[u>>>16&255]^a[d>>>8&255]^o[f&255]^n[p++],g=r[u>>>24]^i[d>>>16&255]^a[f>>>8&255]^o[l&255]^n[p++],_=r[d>>>24]^i[f>>>16&255]^a[l>>>8&255]^o[u&255]^n[p++],v=r[f>>>24]^i[l>>>16&255]^a[u>>>8&255]^o[d&255]^n[p++];l=h,u=g,d=_,f=v}var h=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[f&255])^n[p++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[l&255])^n[p++],_=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[u&255])^n[p++],v=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[d&255])^n[p++];e[t]=h,e[t+1]=g,e[t+2]=_,e[t+3]=v},keySize:256/32});t.AES=n._createHelper(h)})(),e.AES})})),ui=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Rr(),Br(),Xr(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./enc-base64`,`./md5`,`./evpkdf`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib,r=n.WordArray,i=n.BlockCipher,a=t.algo,o=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],s=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],c=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],l=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],u=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],d=a.DES=i.extend({_doReset:function(){for(var e=this._key.words,t=[],n=0;n<56;n++){var r=o[n]-1;t[n]=e[r>>>5]>>>31-r%32&1}for(var i=this._subKeys=[],a=0;a<16;a++){for(var l=i[a]=[],u=c[a],n=0;n<24;n++)l[n/6|0]|=t[(s[n]-1+u)%28]<<31-n%6,l[4+(n/6|0)]|=t[28+(s[n+24]-1+u)%28]<<31-n%6;l[0]=l[0]<<1|l[0]>>>31;for(var n=1;n<7;n++)l[n]=l[n]>>>(n-1)*4+3;l[7]=l[7]<<5|l[7]>>>27}for(var d=this._invSubKeys=[],n=0;n<16;n++)d[n]=i[15-n]},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._subKeys)},decryptBlock:function(e,t){this._doCryptBlock(e,t,this._invSubKeys)},_doCryptBlock:function(e,t,n){this._lBlock=e[t],this._rBlock=e[t+1],f.call(this,4,252645135),f.call(this,16,65535),p.call(this,2,858993459),p.call(this,8,16711935),f.call(this,1,1431655765);for(var r=0;r<16;r++){for(var i=n[r],a=this._lBlock,o=this._rBlock,s=0,c=0;c<8;c++)s|=l[c][((o^i[c])&u[c])>>>0];this._lBlock=o,this._rBlock=a^s}var d=this._lBlock;this._lBlock=this._rBlock,this._rBlock=d,f.call(this,1,1431655765),p.call(this,8,16711935),p.call(this,2,858993459),f.call(this,16,65535),f.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function f(e,t){var n=(this._lBlock>>>e^this._rBlock)&t;this._rBlock^=n,this._lBlock^=n<<e}function p(e,t){var n=(this._rBlock>>>e^this._lBlock)&t;this._lBlock^=n,this._rBlock^=n<<e}t.DES=i._createHelper(d);var m=a.TripleDES=i.extend({_doReset:function(){var e=this._key.words;if(e.length!==2&&e.length!==4&&e.length<6)throw Error(`Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.`);var t=e.slice(0,2),n=e.length<4?e.slice(0,2):e.slice(2,4),i=e.length<6?e.slice(0,2):e.slice(4,6);this._des1=d.createEncryptor(r.create(t)),this._des2=d.createEncryptor(r.create(n)),this._des3=d.createEncryptor(r.create(i))},encryptBlock:function(e,t){this._des1.encryptBlock(e,t),this._des2.decryptBlock(e,t),this._des3.encryptBlock(e,t)},decryptBlock:function(e,t){this._des3.decryptBlock(e,t),this._des2.encryptBlock(e,t),this._des1.decryptBlock(e,t)},keySize:192/32,ivSize:64/32,blockSize:64/32});t.TripleDES=i._createHelper(m)})(),e.TripleDES})})),di=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Rr(),Br(),Xr(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./enc-base64`,`./md5`,`./evpkdf`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.StreamCipher,r=t.algo,i=r.RC4=n.extend({_doReset:function(){for(var e=this._key,t=e.words,n=e.sigBytes,r=this._S=[],i=0;i<256;i++)r[i]=i;for(var i=0,a=0;i<256;i++){var o=i%n,s=t[o>>>2]>>>24-o%4*8&255;a=(a+r[i]+s)%256;var c=r[i];r[i]=r[a],r[a]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=a.call(this)},keySize:256/32,ivSize:0});function a(){for(var e=this._S,t=this._i,n=this._j,r=0,i=0;i<4;i++){t=(t+1)%256,n=(n+e[t])%256;var a=e[t];e[t]=e[n],e[n]=a,r|=e[(e[t]+e[n])%256]<<24-i*8}return this._i=t,this._j=n,r}t.RC4=n._createHelper(i);var o=r.RC4Drop=i.extend({cfg:i.cfg.extend({drop:192}),_doReset:function(){i._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)a.call(this)}});t.RC4Drop=n._createHelper(o)})(),e.RC4})})),fi=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Rr(),Br(),Xr(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./enc-base64`,`./md5`,`./evpkdf`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.StreamCipher,r=t.algo,i=[],a=[],o=[],s=r.Rabbit=n.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,n=0;n<4;n++)e[n]=(e[n]<<8|e[n]>>>24)&16711935|(e[n]<<24|e[n]>>>8)&4278255360;var r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],i=this._C=[e[2]<<16|e[2]>>>16,e[0]&4294901760|e[1]&65535,e[3]<<16|e[3]>>>16,e[1]&4294901760|e[2]&65535,e[0]<<16|e[0]>>>16,e[2]&4294901760|e[3]&65535,e[1]<<16|e[1]>>>16,e[3]&4294901760|e[0]&65535];this._b=0;for(var n=0;n<4;n++)c.call(this);for(var n=0;n<8;n++)i[n]^=r[n+4&7];if(t){var a=t.words,o=a[0],s=a[1],l=(o<<8|o>>>24)&16711935|(o<<24|o>>>8)&4278255360,u=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360,d=l>>>16|u&4294901760,f=u<<16|l&65535;i[0]^=l,i[1]^=d,i[2]^=u,i[3]^=f,i[4]^=l,i[5]^=d,i[6]^=u,i[7]^=f;for(var n=0;n<4;n++)c.call(this)}},_doProcessBlock:function(e,t){var n=this._X;c.call(this),i[0]=n[0]^n[5]>>>16^n[3]<<16,i[1]=n[2]^n[7]>>>16^n[5]<<16,i[2]=n[4]^n[1]>>>16^n[7]<<16,i[3]=n[6]^n[3]>>>16^n[1]<<16;for(var r=0;r<4;r++)i[r]=(i[r]<<8|i[r]>>>24)&16711935|(i[r]<<24|i[r]>>>8)&4278255360,e[t+r]^=i[r]},blockSize:128/32,ivSize:64/32});function c(){for(var e=this._X,t=this._C,n=0;n<8;n++)a[n]=t[n];t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+ +(t[0]>>>0<a[0]>>>0)|0,t[2]=t[2]+886263092+ +(t[1]>>>0<a[1]>>>0)|0,t[3]=t[3]+1295307597+ +(t[2]>>>0<a[2]>>>0)|0,t[4]=t[4]+3545052371+ +(t[3]>>>0<a[3]>>>0)|0,t[5]=t[5]+886263092+ +(t[4]>>>0<a[4]>>>0)|0,t[6]=t[6]+1295307597+ +(t[5]>>>0<a[5]>>>0)|0,t[7]=t[7]+3545052371+ +(t[6]>>>0<a[6]>>>0)|0,this._b=+(t[7]>>>0<a[7]>>>0);for(var n=0;n<8;n++){var r=e[n]+t[n],i=r&65535,s=r>>>16;o[n]=((i*i>>>17)+i*s>>>15)+s*s^((r&4294901760)*r|0)+((r&65535)*r|0)}e[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,e[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,e[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,e[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,e[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,e[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,e[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,e[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}t.Rabbit=n._createHelper(s)})(),e.Rabbit})})),pi=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Rr(),Br(),Xr(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./enc-base64`,`./md5`,`./evpkdf`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.StreamCipher,r=t.algo,i=[],a=[],o=[],s=r.RabbitLegacy=n.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],r=this._C=[e[2]<<16|e[2]>>>16,e[0]&4294901760|e[1]&65535,e[3]<<16|e[3]>>>16,e[1]&4294901760|e[2]&65535,e[0]<<16|e[0]>>>16,e[2]&4294901760|e[3]&65535,e[1]<<16|e[1]>>>16,e[3]&4294901760|e[0]&65535];this._b=0;for(var i=0;i<4;i++)c.call(this);for(var i=0;i<8;i++)r[i]^=n[i+4&7];if(t){var a=t.words,o=a[0],s=a[1],l=(o<<8|o>>>24)&16711935|(o<<24|o>>>8)&4278255360,u=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360,d=l>>>16|u&4294901760,f=u<<16|l&65535;r[0]^=l,r[1]^=d,r[2]^=u,r[3]^=f,r[4]^=l,r[5]^=d,r[6]^=u,r[7]^=f;for(var i=0;i<4;i++)c.call(this)}},_doProcessBlock:function(e,t){var n=this._X;c.call(this),i[0]=n[0]^n[5]>>>16^n[3]<<16,i[1]=n[2]^n[7]>>>16^n[5]<<16,i[2]=n[4]^n[1]>>>16^n[7]<<16,i[3]=n[6]^n[3]>>>16^n[1]<<16;for(var r=0;r<4;r++)i[r]=(i[r]<<8|i[r]>>>24)&16711935|(i[r]<<24|i[r]>>>8)&4278255360,e[t+r]^=i[r]},blockSize:128/32,ivSize:64/32});function c(){for(var e=this._X,t=this._C,n=0;n<8;n++)a[n]=t[n];t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+ +(t[0]>>>0<a[0]>>>0)|0,t[2]=t[2]+886263092+ +(t[1]>>>0<a[1]>>>0)|0,t[3]=t[3]+1295307597+ +(t[2]>>>0<a[2]>>>0)|0,t[4]=t[4]+3545052371+ +(t[3]>>>0<a[3]>>>0)|0,t[5]=t[5]+886263092+ +(t[4]>>>0<a[4]>>>0)|0,t[6]=t[6]+1295307597+ +(t[5]>>>0<a[5]>>>0)|0,t[7]=t[7]+3545052371+ +(t[6]>>>0<a[6]>>>0)|0,this._b=+(t[7]>>>0<a[7]>>>0);for(var n=0;n<8;n++){var r=e[n]+t[n],i=r&65535,s=r>>>16;o[n]=((i*i>>>17)+i*s>>>15)+s*s^((r&4294901760)*r|0)+((r&65535)*r|0)}e[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,e[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,e[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,e[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,e[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,e[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,e[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,e[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}t.RabbitLegacy=n._createHelper(s)})(),e.RabbitLegacy})})),mi=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Rr(),Br(),Xr(),Zr()):typeof define==`function`&&define.amd?define([`./core`,`./enc-base64`,`./md5`,`./evpkdf`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.BlockCipher,r=t.algo;let i=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],a=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var o={pbox:[],sbox:[]};function s(e,t){let n=t>>24&255,r=t>>16&255,i=t>>8&255,a=t&255,o=e.sbox[0][n]+e.sbox[1][r];return o^=e.sbox[2][i],o+=e.sbox[3][a],o}function c(e,t,n){let r=t,i=n,a;for(let t=0;t<16;++t)r^=e.pbox[t],i=s(e,r)^i,a=r,r=i,i=a;return a=r,r=i,i=a,i^=e.pbox[16],r^=e.pbox[17],{left:r,right:i}}function l(e,t,n){let r=t,i=n,a;for(let t=17;t>1;--t)r^=e.pbox[t],i=s(e,r)^i,a=r,r=i,i=a;return a=r,r=i,i=a,i^=e.pbox[1],r^=e.pbox[0],{left:r,right:i}}function u(e,t,n){for(let t=0;t<4;t++){e.sbox[t]=[];for(let n=0;n<256;n++)e.sbox[t][n]=a[t][n]}let r=0;for(let a=0;a<18;a++)e.pbox[a]=i[a]^t[r],r++,r>=n&&(r=0);let o=0,s=0,l=0;for(let t=0;t<18;t+=2)l=c(e,o,s),o=l.left,s=l.right,e.pbox[t]=o,e.pbox[t+1]=s;for(let t=0;t<4;t++)for(let n=0;n<256;n+=2)l=c(e,o,s),o=l.left,s=l.right,e.sbox[t][n]=o,e.sbox[t][n+1]=s;return!0}var d=r.Blowfish=n.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var e=this._keyPriorReset=this._key,t=e.words;u(o,t,e.sigBytes/4)}},encryptBlock:function(e,t){var n=c(o,e[t],e[t+1]);e[t]=n.left,e[t+1]=n.right},decryptBlock:function(e,t){var n=l(o,e[t],e[t+1]);e[t]=n.left,e[t+1]=n.right},blockSize:64/32,keySize:128/32,ivSize:64/32});t.Blowfish=n._createHelper(d)})(),e.Blowfish})})),hi=s(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(G(),Fr(),Ir(),Lr(),Rr(),zr(),Br(),Vr(),Hr(),Ur(),Wr(),Gr(),Kr(),qr(),Jr(),Yr(),Xr(),Zr(),Qr(),$r(),ei(),ti(),ni(),ri(),ii(),ai(),oi(),si(),ci(),li(),ui(),di(),fi(),pi(),mi()):typeof define==`function`&&define.amd?define(`./core,./x64-core,./lib-typedarrays,./enc-utf16,./enc-base64,./enc-base64url,./md5,./sha1,./sha256,./sha224,./sha512,./sha384,./sha3,./ripemd160,./hmac,./pbkdf2,./evpkdf,./cipher-core,./mode-cfb,./mode-ctr,./mode-ctr-gladman,./mode-ofb,./mode-ecb,./pad-ansix923,./pad-iso10126,./pad-iso97971,./pad-zeropadding,./pad-nopadding,./format-hex,./aes,./tripledes,./rc4,./rabbit,./rabbit-legacy,./blowfish`.split(`,`),r):n.CryptoJS=r(n.CryptoJS)})(e,function(e){return e})}))();function gi(e,t){return`^ /${e*231+8310+t}P+>A[]`}function _i(e){return`^ /${e*231+8310}P+>A[]`}function vi(e,t){return console.warn(hi.enc.Utf8.parse(e)),hi.AES.encrypt(hi.enc.Utf8.parse(e),_i(t)).toString()}function yi(e,t,n){return hi.AES.decrypt(e,gi(t,n)).toString(hi.enc.Utf8)}function bi(e,t){return hi.AES.decrypt(e,_i(t)).toString(hi.enc.Utf8)}function xi(e){return(0,hi.MD5)(e).toString()}var{parse:Si,stringify:Ci}=JSON,{keys:wi}=Object,Ti=String,Ei=`string`,Di={},Oi=`object`,ki=(e,t)=>t,Ai=e=>e instanceof Ti?Ti(e):e,ji=(e,t)=>typeof t===Ei?new Ti(t):t,Mi=(e,t,n,r)=>i=>{for(let a=wi(i),{length:o}=a,s=0;s<o;s++){let o=a[s],c=i[o];if(c instanceof Ti){let a=e[+c];typeof a===Oi&&!n.has(a)?(n.add(a),i[o]=Di,t.push({o:i,k:o,r:a})):i[o]=r.call(i,o,a)}else i[o]!==Di&&(i[o]=r.call(i,o,c))}return i},Ni=(e,t,n)=>{let r=Ti(t.push(n)-1);return e.set(n,r),r},Pi=(e,t)=>{let n=Si(e,ji).map(Ai),r=t||ki,i=n[0];if(typeof i===Oi&&i){let e=[],t=Mi(n,e,new Set,r);i=t(i);let a=0;for(;a<e.length;){let{o:n,k:i,r:o}=e[a++];n[i]=r.call(n,i,t(o))}}return r.call({"":i},``,i)},Fi=(e,t,n)=>{let r=t&&typeof t===Oi?(e,n)=>e===``||-1<t.indexOf(e)?n:void 0:t||ki,i=new Map,a=[],o=[],s=+Ni(i,a,r.call({"":e},``,e)),c=!s;for(;s<a.length;)c=!0,o[s]=Ci(a[s++],l,n);return`[`+o.join(`,`)+`]`;function l(e,t){if(c)return c=!c,t;let n=r.call(this,e,t);switch(typeof n){case Oi:if(n===null)return n;case Ei:return i.get(n)||Ni(i,a,n)}return n}},Ii=e=>Si(Fi(e)),Li=e=>Pi(Ci(e)),Ri=Object.freeze({MAP:`map`,MAP_OBJECT:`mapObject`,SYSTEM_MESSAGE:`systemMessage`,USER_VAR:`userVar`,USER_NAMED_VAR:`userNamedVar`}),zi=Object.freeze({mapAttribute:!0,objectAttribute:!0,message:!0}),Bi=class{},Vi=class{static{this._usingByteFlag=!1}static{this.MIN_LOOP_COUNT=3}static{this._restartData=void 0}static{this._mapByteLength=0}static{this._firstRandomMapObjectUtf8Table=new Bi}static compress(e,t={}){var n=Object.create(null),r,i;for(r in e)if(!zi[r]){switch(i=e[r],typeof i){case`number`:case`string`:case`boolean`:if(this._restartData[r]===i&&r!==`worldName`)continue;break;case`object`:if(i===null){if(this._restartData[r]===i)continue}else if(i=this.compressObject(r,i,this._restartData[r],t),i===void 0)continue;break;case`undefined`:break;case`function`:continue}n[r]=i}return n}static compressObject(e,t,n,r={}){var i,a,o,s;switch(e){case Ri.MAP:case Ri.MAP_OBJECT:var c,l,u,f,p,m,h,g,_,v,y,b,x,S;for(p in i=Object.create(null),_=Object.create(null),g=Object.create(null),t)for(f in a=t[p],o=n[p],s=Object.create(null),l=-1,a)h=a[f],h!==o[f]&&(s[f]=h,_[h]===void 0&&(_[h]=Object.create(null)),y=_[h],y[p]===void 0&&(y[p]=[]),x=y[p],x.push(Number(f)));for(b in _)for(p in y=_[b],g[b]===void 0&&(g[b]=Object.create(null)),v=g[b],i[b]===void 0&&(i[b]=[]),l=-1,y)x=y[p],x.length===1?(m=x[0],v[m]===void 0&&(v[m]=[]),S=v[m],S.push(Number(p))):(c=Number(p),u=c-l-1,l=c,i[b].push(this.getCompressArray(x),u));for(b in g)for(f in h=Number(b),v=g[b],l=-1,v)S=v[f],c=Number(f),u=c-l-1,l=c,S.length===1?i[b].push(u,S[0]):i[b].push(u,this.getCompressArray(S));var C=[];for(b in l=-1,i)c=Number(b),u=c-l-1,l=c,C.push(u,i[b]);return this._usingByteFlag&&JSON.stringify(C).length>=this._mapByteLength?this.compressMapAllObject(t,n,this._firstRandomMapObjectUtf8Table[e]):C;case Ri.SYSTEM_MESSAGE:i=Object.create(null);var e,ee;for(e in t)ee=t[e],n[e]!==ee&&(i[e]=ee);break;case Ri.USER_VAR:return this.compressUserVars(t);case Ri.USER_NAMED_VAR:if(!(t instanceof Map))throw TypeError(`USER_NAMED_VAR が正しい形式でないためセーブできません`);return{version:2,data:Ii(d(t))};default:return t}if(Object.keys(i).length!==0)return i}static compressUserVars(e){return e.map((e,t)=>[t,e]).filter(([e,t])=>t!==0)}static compressMapAllObject(e,t,n){var r,i,a,o,s,c,l,u,d=this._restartData.mapWidth,f,p,m,h,g,_,v,y,b=new Uint8Array(this._mapByteLength),x=-1,S;for(a=0,o=0,c=0,l=0,y=0,m=[],_=Object.create(null),f=[],p=[],i=0;i<d;i++)for(r=0;r<d;r++)u=e[i][r],u!==t[i][r]&&(x===-1&&(x=o),b[o]=b[o]|1<<a,c=o,_[u]===void 0&&(_[u]=new Hi(u,y++)),_[u].count++),a++,a===8&&(a=0,o++);for(s in _)v=_[s].index,m[v]=_[s];for(h in m.sort(this.idSort),g=Object.create(null),m)u=m[h].id,g[u]=Number(h),f[h]=u;for(i=0;i<d;i++)for(r=0;r<d;r++)u=e[i][r],u!==t[i][r]&&(p[l++]=g[u]);if(n){for(S=b.length,x=-1,c=0,o=0;o<S;o++)b[o]=b[o]&~n[o],b[o]!==0&&(x===-1&&(x=o),c=o);x===-1&&(x=0,c=0)}return[x,b.subarray(x,c+1),f,this.indexListCompress(p,f.length)]}static indexListCompress(e,t){var n=[],r,i,a,o=e.length,s,c,l;for(i=0,r=0;r<o;r++){for(s=e[r],l=0,a=r+1;a<o&&(c=e[a],s===c);a++)l++,r=a;switch(l){case 0:n[i++]=s;break;case 1:n[i++]=s,n[i++]=s;break;default:n[i++]=s,n[i++]=t+l;break}}return n}static idSort(e,t){return t.count-e.count}static getCompressArray(e){var t=[],n=-1,r,i,a,o=e.length,s,c,l;for(s=0,a=0;a<o;a++){for(i=e[a],r=i-n,c=0,l=a;l<o-1&&e[l]+1===e[l+1];)l++,c++;c<this.MIN_LOOP_COUNT?t[s++]=r:(a=l,i+=c,t[s++]=0,t[s++]=r,t[s++]=c-this.MIN_LOOP_COUNT),n=i}return t}static getDecompressArray(e){var t=[],n=-1,r,i,a,o=e.length,s,c;for(a=0,c=0;a<o;a++)if(r=e[a],r===0){for(r=e[++a],i=n+r,s=i+e[++a]+this.MIN_LOOP_COUNT;i<=s;i++)t[c++]=i;n=s}else i=n+r,t[c++]=i,n=i;return t}static decompress(e){var t=structuredClone(this._restartData),n,r;for(n in e){switch(r=e[n],typeof r){case`number`:case`string`:case`boolean`:break;case`object`:r!==null&&(r=this.decompressObject(n,r,t[n]));break;case`undefined`:break;case`function`:continue}t[n]=r}return[t,{isWorldNameEmpty:e.worldName===void 0}]}static decompressObject(e,t,n,r={}){var i,e;switch(e){case Ri.MAP:case Ri.MAP_OBJECT:var a,o,s,c,l,d,f;i=Object.create(null),o=-1;var p,m,h=t;if(m=h.length,m===4&&typeof h[0]==`number`&&(h[1]instanceof Uint8Array||h[1]instanceof Array)&&h[2]instanceof Array&&h[3]instanceof Array)return this.decompressAllMapObject(h,n,this._firstRandomMapObjectUtf8Table[e]),n;for(p=0;p<m;p+=2)s=Number(h[p]),a=o+s+1,o=a,d=a,i[a]=h[p+1];var g,_;for(f in i){for(d=Number(f),h=i[f],m=h.length,g=[],_=[],p=0;p<m;p+=2){var v=h[p],y=h[p+1];v instanceof Array&&(v=this.getDecompressArray(v)),y instanceof Array&&(y=this.getDecompressArray(y)),typeof v==`object`?g.push({x:v,y}):_.push({x:v,y})}for(var b in o=-1,g)if(s=Number(g[b].y),a=o+s+1,o=a,v=g[b].x,l=String(a),v instanceof Array)for(h=v,m=h.length,p=0;p<m;p++)c=String(h[p]),n[l][c]=d;else c=String(v),n[l][c]=d;for(b in o=-1,_)if(s=Number(_[b].x),a=o+s+1,o=a,y=_[b].y,c=String(a),y instanceof Array)for(h=y,m=h.length,p=0;p<m;p++)l=String(h[p]),n[l][c]=d;else l=String(y),n[l][c]=d}return n;case Ri.USER_VAR:return this.decompressUserVars(t);case Ri.USER_NAMED_VAR:if(!t)return t;if(Array.isArray(t))return new Map(structuredClone(t).map(([e,t])=>[e,u(t)]));if(t.version!==2||typeof t.data!=`object`)throw TypeError(`セーブデータが壊れています`);return u(Li(t.data));case Ri.SYSTEM_MESSAGE:default:if(!n)if(t)n=n instanceof Array?[]:Object.create(null);else return;for(e in t)n[e]=t[e];return n}}static decompressUserVars(e){return e.reduce((e,[t,n])=>(e[t]=n,e),this.generateEmptyUserVars())}static generateEmptyUserVars(){let e=Array(L.USER_VAR_NUM);for(let t=0;t<L.USER_VAR_NUM;t++)e[t]=0;return e}static decompressAllMapObject(e,t,n){var r,i,a,o,s,c,a,l=this._restartData.mapWidth,u,d,f,p,m,h=new Uint8Array(this._mapByteLength),r,i,o,s,g,c,_=0;_=e[0],f=e[2],u=e[3];var v=e[1];if(h.set(v,_),n)for(g=h.length,s=0;s<g;s++)h[s]=h[s]|n[s];d=[];var y=f.length,g=u.length,b,x,S,C,ee;for(b=0,x=0;b<g;b++){if(p=u[b],p>=y)for(S=p-y,C=0;C<S;C++)d[x++]=ee;else d[x++]=p;ee=p}for(o=0,s=0,c=0,m=0,g=h.length,s=0;s<g;s++)for(o=0;o<8;o++){if(h[s]&1<<o){if(p=d[m++],p===void 0)return!1;a=f[p],r=c%l,i=c/l|0,t[i][r]=a}c++}return!0}static setRestartData(e,t){this._restartData=e,this._mapByteLength=Math.ceil(e.mapWidth*e.mapWidth/8),this._firstRandomMapObjectUtf8Table[Ri.MAP_OBJECT]=this.getChangedUint8Array(t[Ri.MAP_OBJECT],e[Ri.MAP_OBJECT])}static getChangedUint8Array(e,t){var n,r,i,a,o=this._restartData.mapWidth,s=new Uint8Array(this._mapByteLength),c=-1;for(i=0,a=0,r=0;r<o;r++)for(n=0;n<o;n++)e[r][n]!==t[r][n]&&(c===-1&&(c=a),s[a]=s[a]|1<<i),i++,i===8&&(i=0,a++);return s}static getStartWWAData(e){if(!e)return this._restartData;try{var t=JSON.parse(e)}catch{return this._restartData}if(t){var n;try{if([n]=this.decompress(t),n)return n}catch{}}return this._restartData}static usingByte(e){this._usingByteFlag=e}},Hi=class{constructor(e,t){this.id=0,this.index=0,this.count=0,this.id=e,this.index=t}},Ui=class{constructor(e,t){this._id=0,this.flag=!1,this.date=void 0,this.cvs=void 0,this.ctx=void 0,this.quickSaveData=void 0,this._id=e,this._parent=t,this.cvs=document.createElement(`canvas`),this.cvs.width=he.QUICK_SAVE_THUMNAIL_WIDTH,this.cvs.height=he.QUICK_SAVE_THUMNAIL_HEIGHT,this.ctx=this.cvs.getContext(`2d`,{alpha:!1})}showQickLoad(){H(`cell-load`).textContent=ge.QUICK_LOAD}save(e,t){return this._statusEnergy=t.statusEnergy,this.ctx.clearRect(0,0,this.cvs.width,this.cvs.height),this.ctx.drawImage(e,0,0,e.width,e.height,0,0,this.cvs.width,this.cvs.height),this.quickSaveData=t,this.flag=!0,this.date=new Date,this.showQickLoad(),!0}getStatusEnergy(){return this.flag?this._statusEnergy:-1}load(){return this.quickSaveData}saveDataSet(e,t,n){try{this.quickSaveData=t,this._statusEnergy=t.statusEnergy,this.date=n,this.flag=!0;var r=document.createElement(`img`);r.src=e,r.addEventListener(`load`,()=>{this.flag=!0,this.ctx.drawImage(r,0,0,r.width,r.height,0,0,this.cvs.width,this.cvs.height)}),this.showQickLoad()}catch{}}getDateText(){let e,t,n,r,i,a;return this.date?(e=this.date.getFullYear(),t=this.date.getMonth()+1,n=this.date.getDate(),r=this.date.getHours(),i=this.date.getMinutes(),a=this.date.getSeconds(),e=(`000`+e).slice(-4),t=(`0`+t).slice(-2),n=(`0`+n).slice(-2),r=(`0`+r).slice(-2),i=(`0`+i).slice(-2),a=(`0`+a).slice(-2),e+`/`+t+`/`+n+` `+r+`:`+i+`:`+a):``}isLastSaveData(){return this===this._parent.getLastSaveData()}},Wi=class extends Ui{save(e,t){var n=super.save.apply(this,arguments);return this._parent.dbUpdateSaveData(this._id,e,t,this.date),n}},Gi=class e extends Array{constructor(){super(),Object.setPrototypeOf(this,Object.create(e.prototype))}hasSaveData(){for(var e=0;e<he.QUICK_SAVE_MAX;e++)if(this[e].flag)return!0;return!1}getLastSaveData(){for(var e,t,n=0;n<he.QUICK_SAVE_MAX;n++)t=this[n],t.flag&&(e?t.date&&e.date&&t.date.getTime()>e.date.getTime()&&(e=t):e=t);return e}},Ki=e=>typeof e.isGameOverDisabled==`boolean`?e.isGameOverDisabled===!0?{...e,isGameOverDisabled:void 0,gameOverPolicy:`never`}:e.isGameOverDisabled===!1?{...e,isGameOverDisabled:void 0,gameOverPolicy:`default`}:e:e,qi=e=>Ki(e),Ji=class e extends Gi{static{this.doNotAnything=()=>{}}constructor(t,n,r=e.prototype){super(),this.IDBTransaction={READ_ONLY:`readonly`,READ_WRITE:`readwrite`,VERSION_CHANGE:`versionchangetransaction`},this.keyPath=[`id`,`url`],Object.setPrototypeOf(this,Object.create(r));for(var i=0;i<he.QUICK_SAVE_MAX;i++)this[i]=new Wi(i,this);this.onCheckLoadingSaveData=t,this.onCompleteLoadingSaveData=n,this.createDataBase(),this.selectSaveData()}indexDBOpen(){return indexedDB.open(he.INDEXEDDB_DB_NAME,201205201)}createDataBase(){try{var t=this.indexDBOpen();t.onupgradeneeded=e=>{var n=t.result,r={keyPath:this.keyPath};n.objectStoreNames.contains(he.INDEXEDDB_TABLE_NAME)||n.createObjectStore(he.INDEXEDDB_TABLE_NAME,r).createIndex(`url`,`url`,{unique:!1})},t.onsuccess=e.doNotAnything,t.onerror=e.doNotAnything,t.onblocked=e.doNotAnything}catch{}}getObjectStore(e){let t=e;try{var n=t.transaction(he.INDEXEDDB_TABLE_NAME,this.IDBTransaction.READ_WRITE).objectStore(he.INDEXEDDB_TABLE_NAME)}catch{return}return n}makeSaveDataItem(e,t,n,r){return{url:location.href,id:e,hash:$i.checkOriginalMapString,image:t.toDataURL(),data:n,date:r,worldName:$i.worldName,mapDataRevisionKey:$i.mapDataRevisionKey}}getSaveDataResult(e,t){let n=e.index(`url`),r=IDBKeyRange.only(location.href),i=n.getAll(r);i.onsuccess=()=>{t(i.result)}}dbUpdateSaveData(t,n,r,i){let a=this.indexDBOpen();a.onupgradeneeded=e.doNotAnything,a.onsuccess=()=>{let o=this.getObjectStore(a.result),s=Vi.compress(r),c=this.makeSaveDataItem(t,n,s,i);this.selectDatas[t]=c;let l=o.put(c);l.onsuccess=e.doNotAnything,l.onerror=e.doNotAnything},a.onerror=e.doNotAnything,a.onblocked=e.doNotAnything}dbDeleteSaveData(t){let n=this.indexDBOpen();n.onupgradeneeded=e.doNotAnything,n.onsuccess=()=>{let e=this.getObjectStore(n.result);t.forEach(t=>{e.delete([t,location.href])})},n.onerror=e.doNotAnything,n.onblocked=e.doNotAnything}selectSaveData(){let t=this.indexDBOpen();t.onupgradeneeded=e.doNotAnything,t.onsuccess=()=>{let e=this.getObjectStore(t.result);this.selectDatas=[],this.getSaveDataResult(e,e=>{var t,n,r;let i=[];for(n=e.length,t=0;t<n;t++){var a=e[t];try{r={id:a.id,hash:a.hash,data:a.data,date:a.date,image:a.image,worldName:a.worldName,mapDataRevisionKey:a.mapDataRevisionKey}}catch{continue}let n=this.onCheckLoadingSaveData(r.worldName,r.hash,r.mapDataRevisionKey);if(n!==null){i.push({id:r.id,cause:n});continue}if(!this[r.id])continue;let o=qi(Vi.decompress(r.data)[0]);this[r.id].saveDataSet(r.image,o,r.date)}i.length>0&&this.dbDeleteSaveData(i.map(e=>e.id));let o=i.map(e=>e.cause).filter((e,t,n)=>n.indexOf(e)===t);this.onCompleteLoadingSaveData(o)})},t.onerror=e.doNotAnything,t.onblocked=e.doNotAnything}},Yi=class extends Ui{},Xi=class e extends Gi{constructor(){super(),this._saveNo=0,this._lastAutoSaveMove=0,this._autoInterval=he.SAVE_INTERVAL_MOVE,Object.setPrototypeOf(this,Object.create(e.prototype));for(var t=0;t<he.QUICK_SAVE_MAX;t++)this[t]=new Yi(t,this);this._saveNo=0,this._lastAutoSaveMove=0}resumeStart(){this._lastAutoSaveMove=-1}setPlayer(e){this._lastAutoSaveMove=e.getMoveCount()}isAutoSaveFrame(e){if(this._autoInterval===0)return!1;var t=e.getMoveCount();return this._lastAutoSaveMove>=t||t%this._autoInterval!==0?!1:(this._lastAutoSaveMove=t,!0)}autoSave(e,t){this[this._saveNo].save(e,t),this._saveNo++,this._saveNo%=he.QUICK_SAVE_MAX}setAutoSaveInterval(e){if(e<0){console.warn(`オートセーブの歩数 (${e}) に負の値が設定されています。`);return}this._autoInterval=e|0}};function Zi(e,t){return(0,hi.MD5)(e+t).toString()}var Qi=function(e){return e.UNMATCHED_WORLD_NAME=`UNMATCHED_WORLD_NAME`,e.UNMATCHED_WORLD_PASS_NUMBER=`UNMATCHED_WORLD_PASS_NUMBER`,e.DISALLOW_OLD_REVISION_WORLD_SAVE_DATA=`DISALLOW_OLD_REVISION_WORLD_SAVE_DATA`,e}({}),$i=class e{constructor(t,n,r,i,a){e.checkOriginalMapString=t.checkOriginalMapString,e.worldName=n,e.mapDataRevisionKey=Zi(n,r),this._wwaDBSaveList=new Ji(i,a),this._wwaLogSaveList=new Xi,this.selectDBSaveDataList()}resumeStart(){this._wwaLogSaveList.resumeStart()}isAutoSaveFrame(e){return this._wwaLogSaveList.isAutoSaveFrame(e)}autoSave(e,t){this._wwaLogSaveList.autoSave(e,t)}selectDBSaveDataList(){this.list=this._wwaDBSaveList}selectLogSaveDataList(){this.list=this._wwaLogSaveList}save(e,t,n){var r=this.list[n];return r?r.save(e,t):!1}load(e){var t=this.list[e];return t?t.load():null}hasSaveData(){return this.list.hasSaveData()}setAutoSaveInterval(e){return this._wwaLogSaveList.setAutoSaveInterval(e)}getFirstSaveChoiceCallInfo(e){return e?N.CALL_BY_PASSWORD_LOAD:this._wwaDBSaveList.hasSaveData()?N.CALL_BY_QUICK_LOAD:this._wwaLogSaveList.hasSaveData()?N.CALL_BY_LOG_QUICK_LOAD:N.CALL_BY_PASSWORD_LOAD}getSecondSaveChoiceCallInfo(e){return this.list===this._wwaDBSaveList&&this._wwaLogSaveList.hasSaveData()?N.CALL_BY_LOG_QUICK_LOAD:e?N.CALL_BY_PASSWORD_LOAD:N.NONE}gameStart(e,t){this._wwaLogSaveList.setPlayer(t),this.quickSaveButtonUpdate(e)}quickSaveButtonUpdate(e){e.disableSaveFlag?H(`cell-save`).textContent=ge.EMPTY_SAVE:H(`cell-save`).textContent=ge.QUICK_SAVE}},ea=class{constructor(e,t,n,r,i){this.id=e,this.fileName=t,this.audioContext=n,this.audioGain=r,this.disposeBufferSource=e=>{try{e.stop(),e.disconnect(this.audioGain),e.buffer=null}catch{}e.onended=null},typeof this.id==`number`&&typeof i==`boolean`&&console.warn(`サウンドID ${this.id} に対して isBgm (${i}) が指定されていますが、サウンドIDが数字の場合は自動でBGMかどうかを判定するため、この指定は無視されます。`),this._isBgm=typeof this.id==`number`?this.id>=p.BGM_LB:!!i,this.audioContext=n,this.audioGain=r,this.audioBuffer=null,this.bufferSources=[],this.isLoaded=!1,this.delayBgmTimeoutId=null,this.load()}async fetchSoundFile(){try{return await fetch(this.fileName)}catch{console.warn(`サウンドID ${this.id} の音声ファイルの取得失敗 (fetch)`);return}}async getArrayBuffer(e){try{return await e.arrayBuffer()}catch{console.warn(`サウンドID ${this.id} の音声ファイルの取得失敗 (arrayBuffer)`);return}}async load(e=0){if(e>=10){console.log(`サウンドID ${this.id} の音声ファイルの取得失敗 (最大リトライ回数超過)`),this.isExceededMaxRetryCount=!0;return}let t=await this.fetchSoundFile();if(!t){this.retry(e);return}if(t.status!==0&&t.status!==200){console.warn(`サウンドID ${this.id} の音声ファイルが見つかりません! HTTPエラー番号: ${t.status}`),this.cancelLoad();return}let n=await this.getArrayBuffer(t);if(!n){this.retry(e);return}this.audioContext.decodeAudioData(n,t=>{if(t.length===0){console.log(`サウンドID ${this.id} の音声ファイルのバッファサイズが 0 です `),this.retry(e);return}this.setData(t)})}retry(e){window.setTimeout(async()=>{await this.load(e+1)},100)}setData(e){this.audioBuffer=e,this.isLoaded=!0}cancelLoad(){this.audioBuffer=null,this.isLoaded=!0}play(e=0,t=!1,n){let r=this.audioContext.createBufferSource();this.bufferSources.push(r),r.buffer=this.audioBuffer,(this.isBgm()||t)&&(r.loop=!0),r.connect(this.audioGain);let i=r.duration;(!isFinite(i)||i<0||typeof i!=`number`)&&(i=0),r.onended=()=>{let e=this.bufferSources.indexOf(r);e!==-1&&this.bufferSources.splice(e,1),this.disposeBufferSource(r),n?.()},this.delayBgmTimeoutId=window.setTimeout(()=>{this.delayBgmTimeoutId=null,r.start()},e),this.audioGain.connect(this.audioContext.destination)}pause(){this.delayBgmTimeoutId!==null&&(window.clearTimeout(this.delayBgmTimeoutId),this.delayBgmTimeoutId=null),this.bufferSources.forEach(this.disposeBufferSource),this.bufferSources.length=0}isBgm(){return this._isBgm===!0}hasData(){return this.audioBuffer!==null}isPlaying(){return this.hasData()||this.delayBgmTimeoutId!==null}isLoading(){return!this.isLoaded}isError(){return this.isExceededMaxRetryCount||this.isLoaded&&this.audioBuffer===null}},ta=class{constructor(e){this.target=e??document.createElement(`div`)}dispatch(e,t){let n=new CustomEvent(e,{detail:t});this.target.dispatchEvent(n)}addListener(e,t){let n=e=>t(e.detail);return this.target.addEventListener(e,n),n}removeListener(e,t){this.target.removeEventListener(e,t)}},na={3:`abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile`,5:`class enum extends super const export import`,6:`enum`,strict:`implements interface let package private protected public static yield`,strictBind:`eval arguments`},ra=`break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this`,ia={5:ra,"5module":ra+` export import`,6:ra+` const class extends export import super`},aa=/^in(stanceof)?$/,oa=`ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࣇऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-鿼ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞿꟂ-ꟊꟵ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ`,sa=`·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿᫀᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷹᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_`,ca=RegExp(`[`+oa+`]`),la=RegExp(`[`+oa+sa+`]`);oa=sa=null;var ua=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,107,20,28,22,13,52,76,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,230,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,190,0,80,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8952,286,50,2,18,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,2357,44,11,6,17,0,370,43,1301,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42717,35,4148,12,221,3,5761,15,7472,3104,541,1507,4938],da=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,154,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,135,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,262,6,10,9,419,13,1495,6,110,6,6,9,4759,9,787719,239];function fa(e,t){for(var n=65536,r=0;r<t.length;r+=2){if(n+=t[r],n>e)return!1;if(n+=t[r+1],n>=e)return!0}}function pa(e,t){return e<65?e===36:e<91?!0:e<97?e===95:e<123?!0:e<=65535?e>=170&&ca.test(String.fromCharCode(e)):t===!1?!1:fa(e,ua)}function ma(e,t){return e<48?e===36:e<58?!0:e<65?!1:e<91?!0:e<97?e===95:e<123?!0:e<=65535?e>=170&&la.test(String.fromCharCode(e)):t===!1?!1:fa(e,ua)||fa(e,da)}var K=function(e,t){t===void 0&&(t={}),this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=t.binop||null,this.updateContext=null};function ha(e,t){return new K(e,{beforeExpr:!0,binop:t})}var ga={beforeExpr:!0},_a={startsExpr:!0},va={};function q(e,t){return t===void 0&&(t={}),t.keyword=e,va[e]=new K(e,t)}var J={num:new K(`num`,_a),regexp:new K(`regexp`,_a),string:new K(`string`,_a),name:new K(`name`,_a),eof:new K(`eof`),bracketL:new K(`[`,{beforeExpr:!0,startsExpr:!0}),bracketR:new K(`]`),braceL:new K(`{`,{beforeExpr:!0,startsExpr:!0}),braceR:new K(`}`),parenL:new K(`(`,{beforeExpr:!0,startsExpr:!0}),parenR:new K(`)`),comma:new K(`,`,ga),semi:new K(`;`,ga),colon:new K(`:`,ga),dot:new K(`.`),question:new K(`?`,ga),questionDot:new K(`?.`),arrow:new K(`=>`,ga),template:new K(`template`),invalidTemplate:new K(`invalidTemplate`),ellipsis:new K(`...`,ga),backQuote:new K("`",_a),dollarBraceL:new K("${",{beforeExpr:!0,startsExpr:!0}),eq:new K(`=`,{beforeExpr:!0,isAssign:!0}),assign:new K(`_=`,{beforeExpr:!0,isAssign:!0}),incDec:new K(`++/--`,{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new K(`!/~`,{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:ha(`||`,1),logicalAND:ha(`&&`,2),bitwiseOR:ha(`|`,3),bitwiseXOR:ha(`^`,4),bitwiseAND:ha(`&`,5),equality:ha(`==/!=/===/!==`,6),relational:ha(`</>/<=/>=`,7),bitShift:ha(`<</>>/>>>`,8),plusMin:new K(`+/-`,{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:ha(`%`,10),star:ha(`*`,10),slash:ha(`/`,10),starstar:new K(`**`,{beforeExpr:!0}),coalesce:ha(`??`,1),_break:q(`break`),_case:q(`case`,ga),_catch:q(`catch`),_continue:q(`continue`),_debugger:q(`debugger`),_default:q(`default`,ga),_do:q(`do`,{isLoop:!0,beforeExpr:!0}),_else:q(`else`,ga),_finally:q(`finally`),_for:q(`for`,{isLoop:!0}),_function:q(`function`,_a),_if:q(`if`),_return:q(`return`,ga),_switch:q(`switch`),_throw:q(`throw`,ga),_try:q(`try`),_var:q(`var`),_const:q(`const`),_while:q(`while`,{isLoop:!0}),_with:q(`with`),_new:q(`new`,{beforeExpr:!0,startsExpr:!0}),_this:q(`this`,_a),_super:q(`super`,_a),_class:q(`class`,_a),_extends:q(`extends`,ga),_export:q(`export`),_import:q(`import`,_a),_null:q(`null`,_a),_true:q(`true`,_a),_false:q(`false`,_a),_in:q(`in`,{beforeExpr:!0,binop:7}),_instanceof:q(`instanceof`,{beforeExpr:!0,binop:7}),_typeof:q(`typeof`,{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:q(`void`,{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:q(`delete`,{beforeExpr:!0,prefix:!0,startsExpr:!0})},ya=/\r\n?|\n|\u2028|\u2029/,ba=new RegExp(ya.source,`g`);function xa(e,t){return e===10||e===13||!t&&(e===8232||e===8233)}var Sa=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,Ca=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,wa=Object.prototype,Ta=wa.hasOwnProperty,Ea=wa.toString;function Da(e,t){return Ta.call(e,t)}var Oa=Array.isArray||(function(e){return Ea.call(e)===`[object Array]`});function ka(e){return RegExp(`^(?:`+e.replace(/ /g,`|`)+`)$`)}var Aa=function(e,t){this.line=e,this.column=t};Aa.prototype.offset=function(e){return new Aa(this.line,this.column+e)};var ja=function(e,t,n){this.start=t,this.end=n,e.sourceFile!==null&&(this.source=e.sourceFile)};function Ma(e,t){for(var n=1,r=0;;){ba.lastIndex=r;var i=ba.exec(e);if(i&&i.index<t)++n,r=i.index+i[0].length;else return new Aa(n,t-r)}}var Na={ecmaVersion:10,sourceType:`script`,onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:!1,allowHashBang:!1,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1};function Pa(e){var t={};for(var n in Na)t[n]=e&&Da(e,n)?e[n]:Na[n];if(t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),t.allowReserved??=t.ecmaVersion<5,Oa(t.onToken)){var r=t.onToken;t.onToken=function(e){return r.push(e)}}return Oa(t.onComment)&&(t.onComment=Fa(t,t.onComment)),t}function Fa(e,t){return function(n,r,i,a,o,s){var c={type:n?`Block`:`Line`,value:r,start:i,end:a};e.locations&&(c.loc=new ja(this,o,s)),e.ranges&&(c.range=[i,a]),t.push(c)}}var Ia=1,La=2,Ra=Ia|La,za=4,Ba=8,Va=16,Ha=32,Ua=64,Wa=128;function Ga(e,t){return La|(e?za:0)|(t?Ba:0)}var Ka=0,qa=1,Ja=2,Ya=3,Xa=4,Za=5,Qa=function(e,t,n){this.options=e=Pa(e),this.sourceFile=e.sourceFile,this.keywords=ka(ia[e.ecmaVersion>=6?6:e.sourceType===`module`?`5module`:5]);var r=``;if(e.allowReserved!==!0){for(var i=e.ecmaVersion;!(r=na[i]);i--);e.sourceType===`module`&&(r+=` await`)}this.reservedWords=ka(r);var a=(r?r+` `:``)+na.strict;this.reservedWordsStrict=ka(a),this.reservedWordsStrictBind=ka(a+` `+na.strictBind),this.input=String(t),this.containsEsc=!1,n?(this.pos=n,this.lineStart=this.input.lastIndexOf(`
|
|
90
|
+
`,n-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(ya).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=J.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule=e.sourceType===`module`,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports={},this.pos===0&&e.allowHashBang&&this.input.slice(0,2)===`#!`&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(Ia),this.regexpState=null},$a={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0}};Qa.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)},$a.inFunction.get=function(){return(this.currentVarScope().flags&La)>0},$a.inGenerator.get=function(){return(this.currentVarScope().flags&Ba)>0},$a.inAsync.get=function(){return(this.currentVarScope().flags&za)>0},$a.allowSuper.get=function(){return(this.currentThisScope().flags&Ua)>0},$a.allowDirectSuper.get=function(){return(this.currentThisScope().flags&Wa)>0},$a.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},Qa.prototype.inNonArrowFunction=function(){return(this.currentThisScope().flags&La)>0},Qa.extend=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];for(var n=this,r=0;r<e.length;r++)n=e[r](n);return n},Qa.parse=function(e,t){return new this(t,e).parse()},Qa.parseExpressionAt=function(e,t,n){var r=new this(n,e,t);return r.nextToken(),r.parseExpression()},Qa.tokenizer=function(e,t){return new this(t,e)},Object.defineProperties(Qa.prototype,$a);var eo=Qa.prototype,to=/^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;eo.strictDirective=function(e){for(;;){Ca.lastIndex=e,e+=Ca.exec(this.input)[0].length;var t=to.exec(this.input.slice(e));if(!t)return!1;if((t[1]||t[2])===`use strict`){Ca.lastIndex=e+t[0].length;var n=Ca.exec(this.input),r=n.index+n[0].length,i=this.input.charAt(r);return i===`;`||i===`}`||ya.test(n[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(i)||i===`!`&&this.input.charAt(r+1)===`=`)}e+=t[0].length,Ca.lastIndex=e,e+=Ca.exec(this.input)[0].length,this.input[e]===`;`&&e++}},eo.eat=function(e){return this.type===e?(this.next(),!0):!1},eo.isContextual=function(e){return this.type===J.name&&this.value===e&&!this.containsEsc},eo.eatContextual=function(e){return this.isContextual(e)?(this.next(),!0):!1},eo.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},eo.canInsertSemicolon=function(){return this.type===J.eof||this.type===J.braceR||ya.test(this.input.slice(this.lastTokEnd,this.start))},eo.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},eo.semicolon=function(){!this.eat(J.semi)&&!this.insertSemicolon()&&this.unexpected()},eo.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},eo.expect=function(e){this.eat(e)||this.unexpected()},eo.unexpected=function(e){this.raise(e??this.start,`Unexpected token`)};function no(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1}eo.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,`Comma is not permitted after the rest element`);var n=t?e.parenthesizedAssign:e.parenthesizedBind;n>-1&&this.raiseRecoverable(n,`Parenthesized pattern`)}},eo.checkExpressionErrors=function(e,t){if(!e)return!1;var n=e.shorthandAssign,r=e.doubleProto;if(!t)return n>=0||r>=0;n>=0&&this.raise(n,`Shorthand property assignments are valid only in destructuring patterns`),r>=0&&this.raiseRecoverable(r,`Redefinition of __proto__ property`)},eo.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,`Yield expression cannot be a default value`),this.awaitPos&&this.raise(this.awaitPos,`Await expression cannot be a default value`)},eo.isSimpleAssignTarget=function(e){return e.type===`ParenthesizedExpression`?this.isSimpleAssignTarget(e.expression):e.type===`Identifier`||e.type===`MemberExpression`};var Y=Qa.prototype;Y.parseTopLevel=function(e){var t={};for(e.body||=[];this.type!==J.eof;){var n=this.parseStatement(null,!0,t);e.body.push(n)}if(this.inModule)for(var r=0,i=Object.keys(this.undefinedExports);r<i.length;r+=1){var a=i[r];this.raiseRecoverable(this.undefinedExports[a].start,`Export '`+a+`' is not defined`)}return this.adaptDirectivePrologue(e.body),this.next(),e.sourceType=this.options.sourceType,this.finishNode(e,`Program`)};var ro={kind:`loop`},io={kind:`switch`};Y.isLet=function(e){if(this.options.ecmaVersion<6||!this.isContextual(`let`))return!1;Ca.lastIndex=this.pos;var t=Ca.exec(this.input),n=this.pos+t[0].length,r=this.input.charCodeAt(n);if(r===91)return!0;if(e)return!1;if(r===123)return!0;if(pa(r,!0)){for(var i=n+1;ma(this.input.charCodeAt(i),!0);)++i;var a=this.input.slice(n,i);if(!aa.test(a))return!0}return!1},Y.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual(`async`))return!1;Ca.lastIndex=this.pos;var e=Ca.exec(this.input),t=this.pos+e[0].length;return!ya.test(this.input.slice(this.pos,t))&&this.input.slice(t,t+8)===`function`&&(t+8===this.input.length||!ma(this.input.charAt(t+8)))},Y.parseStatement=function(e,t,n){var r=this.type,i=this.startNode(),a;switch(this.isLet(e)&&(r=J._var,a=`let`),r){case J._break:case J._continue:return this.parseBreakContinueStatement(i,r.keyword);case J._debugger:return this.parseDebuggerStatement(i);case J._do:return this.parseDoStatement(i);case J._for:return this.parseForStatement(i);case J._function:return e&&(this.strict||e!==`if`&&e!==`label`)&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(i,!1,!e);case J._class:return e&&this.unexpected(),this.parseClass(i,!0);case J._if:return this.parseIfStatement(i);case J._return:return this.parseReturnStatement(i);case J._switch:return this.parseSwitchStatement(i);case J._throw:return this.parseThrowStatement(i);case J._try:return this.parseTryStatement(i);case J._const:case J._var:return a||=this.value,e&&a!==`var`&&this.unexpected(),this.parseVarStatement(i,a);case J._while:return this.parseWhileStatement(i);case J._with:return this.parseWithStatement(i);case J.braceL:return this.parseBlock(!0,i);case J.semi:return this.parseEmptyStatement(i);case J._export:case J._import:if(this.options.ecmaVersion>10&&r===J._import){Ca.lastIndex=this.pos;var o=Ca.exec(this.input),s=this.pos+o[0].length,c=this.input.charCodeAt(s);if(c===40||c===46)return this.parseExpressionStatement(i,this.parseExpression())}return this.options.allowImportExportEverywhere||(t||this.raise(this.start,`'import' and 'export' may only appear at the top level`),this.inModule||this.raise(this.start,`'import' and 'export' may appear only with 'sourceType: module'`)),r===J._import?this.parseImport(i):this.parseExport(i,n);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(i,!0,!e);var l=this.value,u=this.parseExpression();return r===J.name&&u.type===`Identifier`&&this.eat(J.colon)?this.parseLabeledStatement(i,l,u,e):this.parseExpressionStatement(i,u)}},Y.parseBreakContinueStatement=function(e,t){var n=t===`break`;this.next(),this.eat(J.semi)||this.insertSemicolon()?e.label=null:this.type===J.name?(e.label=this.parseIdent(),this.semicolon()):this.unexpected();for(var r=0;r<this.labels.length;++r){var i=this.labels[r];if((e.label==null||i.name===e.label.name)&&(i.kind!=null&&(n||i.kind===`loop`)||e.label&&n))break}return r===this.labels.length&&this.raise(e.start,`Unsyntactic `+t),this.finishNode(e,n?`BreakStatement`:`ContinueStatement`)},Y.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,`DebuggerStatement`)},Y.parseDoStatement=function(e){return this.next(),this.labels.push(ro),e.body=this.parseStatement(`do`),this.labels.pop(),this.expect(J._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(J.semi):this.semicolon(),this.finishNode(e,`DoWhileStatement`)},Y.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&(this.inAsync||!this.inFunction&&this.options.allowAwaitOutsideFunction)&&this.eatContextual(`await`)?this.lastTokStart:-1;if(this.labels.push(ro),this.enterScope(0),this.expect(J.parenL),this.type===J.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var n=this.isLet();if(this.type===J._var||this.type===J._const||n){var r=this.startNode(),i=n?`let`:this.value;return this.next(),this.parseVar(r,!0,i),this.finishNode(r,`VariableDeclaration`),(this.type===J._in||this.options.ecmaVersion>=6&&this.isContextual(`of`))&&r.declarations.length===1?(this.options.ecmaVersion>=9&&(this.type===J._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,r)):(t>-1&&this.unexpected(t),this.parseFor(e,r))}var a=new no,o=this.parseExpression(!0,a);return this.type===J._in||this.options.ecmaVersion>=6&&this.isContextual(`of`)?(this.options.ecmaVersion>=9&&(this.type===J._in?t>-1&&this.unexpected(t):e.await=t>-1),this.toAssignable(o,!1,a),this.checkLVal(o),this.parseForIn(e,o)):(this.checkExpressionErrors(a,!0),t>-1&&this.unexpected(t),this.parseFor(e,o))},Y.parseFunctionStatement=function(e,t,n){return this.next(),this.parseFunction(e,oo|(n?0:so),!1,t)},Y.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement(`if`),e.alternate=this.eat(J._else)?this.parseStatement(`if`):null,this.finishNode(e,`IfStatement`)},Y.parseReturnStatement=function(e){return!this.inFunction&&!this.options.allowReturnOutsideFunction&&this.raise(this.start,`'return' outside of function`),this.next(),this.eat(J.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,`ReturnStatement`)},Y.parseSwitchStatement=function(e){this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(J.braceL),this.labels.push(io),this.enterScope(0);for(var t,n=!1;this.type!==J.braceR;)if(this.type===J._case||this.type===J._default){var r=this.type===J._case;t&&this.finishNode(t,`SwitchCase`),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),r?t.test=this.parseExpression():(n&&this.raiseRecoverable(this.lastTokStart,`Multiple default clauses`),n=!0,t.test=null),this.expect(J.colon)}else t||this.unexpected(),t.consequent.push(this.parseStatement(null));return this.exitScope(),t&&this.finishNode(t,`SwitchCase`),this.next(),this.labels.pop(),this.finishNode(e,`SwitchStatement`)},Y.parseThrowStatement=function(e){return this.next(),ya.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,`Illegal newline after throw`),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,`ThrowStatement`)};var ao=[];Y.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===J._catch){var t=this.startNode();if(this.next(),this.eat(J.parenL)){t.param=this.parseBindingAtom();var n=t.param.type===`Identifier`;this.enterScope(n?Ha:0),this.checkLVal(t.param,n?Xa:Ja),this.expect(J.parenR)}else this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterScope(0);t.body=this.parseBlock(!1),this.exitScope(),e.handler=this.finishNode(t,`CatchClause`)}return e.finalizer=this.eat(J._finally)?this.parseBlock():null,!e.handler&&!e.finalizer&&this.raise(e.start,`Missing catch or finally clause`),this.finishNode(e,`TryStatement`)},Y.parseVarStatement=function(e,t){return this.next(),this.parseVar(e,!1,t),this.semicolon(),this.finishNode(e,`VariableDeclaration`)},Y.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(ro),e.body=this.parseStatement(`while`),this.labels.pop(),this.finishNode(e,`WhileStatement`)},Y.parseWithStatement=function(e){return this.strict&&this.raise(this.start,`'with' in strict mode`),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement(`with`),this.finishNode(e,`WithStatement`)},Y.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,`EmptyStatement`)},Y.parseLabeledStatement=function(e,t,n,r){for(var i=0,a=this.labels;i<a.length;i+=1)a[i].name===t&&this.raise(n.start,`Label '`+t+`' is already declared`);for(var o=this.type.isLoop?`loop`:this.type===J._switch?`switch`:null,s=this.labels.length-1;s>=0;s--){var c=this.labels[s];if(c.statementStart===e.start)c.statementStart=this.start,c.kind=o;else break}return this.labels.push({name:t,kind:o,statementStart:this.start}),e.body=this.parseStatement(r?r.indexOf(`label`)===-1?r+`label`:r:`label`),this.labels.pop(),e.label=n,this.finishNode(e,`LabeledStatement`)},Y.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,`ExpressionStatement`)},Y.parseBlock=function(e,t,n){for(e===void 0&&(e=!0),t===void 0&&(t=this.startNode()),t.body=[],this.expect(J.braceL),e&&this.enterScope(0);this.type!==J.braceR;){var r=this.parseStatement(null);t.body.push(r)}return n&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,`BlockStatement`)},Y.parseFor=function(e,t){return e.init=t,this.expect(J.semi),e.test=this.type===J.semi?null:this.parseExpression(),this.expect(J.semi),e.update=this.type===J.parenR?null:this.parseExpression(),this.expect(J.parenR),e.body=this.parseStatement(`for`),this.exitScope(),this.labels.pop(),this.finishNode(e,`ForStatement`)},Y.parseForIn=function(e,t){var n=this.type===J._in;return this.next(),t.type===`VariableDeclaration`&&t.declarations[0].init!=null&&(!n||this.options.ecmaVersion<8||this.strict||t.kind!==`var`||t.declarations[0].id.type!==`Identifier`)?this.raise(t.start,(n?`for-in`:`for-of`)+` loop variable declaration may not have an initializer`):t.type===`AssignmentPattern`&&this.raise(t.start,`Invalid left-hand side in for-loop`),e.left=t,e.right=n?this.parseExpression():this.parseMaybeAssign(),this.expect(J.parenR),e.body=this.parseStatement(`for`),this.exitScope(),this.labels.pop(),this.finishNode(e,n?`ForInStatement`:`ForOfStatement`)},Y.parseVar=function(e,t,n){for(e.declarations=[],e.kind=n;;){var r=this.startNode();if(this.parseVarId(r,n),this.eat(J.eq)?r.init=this.parseMaybeAssign(t):n===`const`&&!(this.type===J._in||this.options.ecmaVersion>=6&&this.isContextual(`of`))?this.unexpected():r.id.type!==`Identifier`&&!(t&&(this.type===J._in||this.isContextual(`of`)))?this.raise(this.lastTokEnd,`Complex binding patterns require an initialization value`):r.init=null,e.declarations.push(this.finishNode(r,`VariableDeclarator`)),!this.eat(J.comma))break}return e},Y.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLVal(e.id,t===`var`?qa:Ja,!1)};var oo=1,so=2,co=4;Y.parseFunction=function(e,t,n,r){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!r)&&(this.type===J.star&&t&so&&this.unexpected(),e.generator=this.eat(J.star)),this.options.ecmaVersion>=8&&(e.async=!!r),t&oo&&(e.id=t&co&&this.type!==J.name?null:this.parseIdent(),e.id&&!(t&so)&&this.checkLVal(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?qa:Ja:Ya));var i=this.yieldPos,a=this.awaitPos,o=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Ga(e.async,e.generator)),t&oo||(e.id=this.type===J.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,n,!1),this.yieldPos=i,this.awaitPos=a,this.awaitIdentPos=o,this.finishNode(e,t&oo?`FunctionDeclaration`:`FunctionExpression`)},Y.parseFunctionParams=function(e){this.expect(J.parenL),e.params=this.parseBindingList(J.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},Y.parseClass=function(e,t){this.next();var n=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var r=this.startNode(),i=!1;for(r.body=[],this.expect(J.braceL);this.type!==J.braceR;){var a=this.parseClassElement(e.superClass!==null);a&&(r.body.push(a),a.type===`MethodDefinition`&&a.kind===`constructor`&&(i&&this.raise(a.start,`Duplicate constructor in the same class`),i=!0))}return this.strict=n,this.next(),e.body=this.finishNode(r,`ClassBody`),this.finishNode(e,t?`ClassDeclaration`:`ClassExpression`)},Y.parseClassElement=function(e){var t=this;if(this.eat(J.semi))return null;var n=this.startNode(),r=function(e,r){r===void 0&&(r=!1);var i=t.start,a=t.startLoc;return t.eatContextual(e)?t.type!==J.parenL&&(!r||!t.canInsertSemicolon())?!0:(n.key&&t.unexpected(),n.computed=!1,n.key=t.startNodeAt(i,a),n.key.name=e,t.finishNode(n.key,`Identifier`),!1):!1};n.kind=`method`,n.static=r(`static`);var i=this.eat(J.star),a=!1;i||(this.options.ecmaVersion>=8&&r(`async`,!0)?(a=!0,i=this.options.ecmaVersion>=9&&this.eat(J.star)):r(`get`)?n.kind=`get`:r(`set`)&&(n.kind=`set`)),n.key||this.parsePropertyName(n);var o=n.key,s=!1;return!n.computed&&!n.static&&(o.type===`Identifier`&&o.name===`constructor`||o.type===`Literal`&&o.value===`constructor`)?(n.kind!==`method`&&this.raise(o.start,`Constructor can't have get/set modifier`),i&&this.raise(o.start,`Constructor can't be a generator`),a&&this.raise(o.start,`Constructor can't be an async method`),n.kind=`constructor`,s=e):n.static&&o.type===`Identifier`&&o.name===`prototype`&&this.raise(o.start,`Classes may not have a static property named prototype`),this.parseClassMethod(n,i,a,s),n.kind===`get`&&n.value.params.length!==0&&this.raiseRecoverable(n.value.start,`getter should have no params`),n.kind===`set`&&n.value.params.length!==1&&this.raiseRecoverable(n.value.start,`setter should have exactly one param`),n.kind===`set`&&n.value.params[0].type===`RestElement`&&this.raiseRecoverable(n.value.params[0].start,`Setter cannot use rest params`),n},Y.parseClassMethod=function(e,t,n,r){return e.value=this.parseMethod(t,n,r),this.finishNode(e,`MethodDefinition`)},Y.parseClassId=function(e,t){this.type===J.name?(e.id=this.parseIdent(),t&&this.checkLVal(e.id,Ja,!1)):(t===!0&&this.unexpected(),e.id=null)},Y.parseClassSuper=function(e){e.superClass=this.eat(J._extends)?this.parseExprSubscripts():null},Y.parseExport=function(e,t){if(this.next(),this.eat(J.star))return this.options.ecmaVersion>=11&&(this.eatContextual(`as`)?(e.exported=this.parseIdent(!0),this.checkExport(t,e.exported.name,this.lastTokStart)):e.exported=null),this.expectContextual(`from`),this.type!==J.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,`ExportAllDeclaration`);if(this.eat(J._default)){this.checkExport(t,`default`,this.lastTokStart);var n;if(this.type===J._function||(n=this.isAsyncFunction())){var r=this.startNode();this.next(),n&&this.next(),e.declaration=this.parseFunction(r,oo|co,!1,n)}else if(this.type===J._class){var i=this.startNode();e.declaration=this.parseClass(i,`nullableID`)}else e.declaration=this.parseMaybeAssign(),this.semicolon();return this.finishNode(e,`ExportDefaultDeclaration`)}if(this.shouldParseExportStatement())e.declaration=this.parseStatement(null),e.declaration.type===`VariableDeclaration`?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id.name,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual(`from`))this.type!==J.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var a=0,o=e.specifiers;a<o.length;a+=1){var s=o[a];this.checkUnreserved(s.local),this.checkLocalExport(s.local)}e.source=null}this.semicolon()}return this.finishNode(e,`ExportNamedDeclaration`)},Y.checkExport=function(e,t,n){e&&(Da(e,t)&&this.raiseRecoverable(n,`Duplicate export '`+t+`'`),e[t]=!0)},Y.checkPatternExport=function(e,t){var n=t.type;if(n===`Identifier`)this.checkExport(e,t.name,t.start);else if(n===`ObjectPattern`)for(var r=0,i=t.properties;r<i.length;r+=1){var a=i[r];this.checkPatternExport(e,a)}else if(n===`ArrayPattern`)for(var o=0,s=t.elements;o<s.length;o+=1){var c=s[o];c&&this.checkPatternExport(e,c)}else n===`Property`?this.checkPatternExport(e,t.value):n===`AssignmentPattern`?this.checkPatternExport(e,t.left):n===`RestElement`?this.checkPatternExport(e,t.argument):n===`ParenthesizedExpression`&&this.checkPatternExport(e,t.expression)},Y.checkVariableExport=function(e,t){if(e)for(var n=0,r=t;n<r.length;n+=1){var i=r[n];this.checkPatternExport(e,i.id)}},Y.shouldParseExportStatement=function(){return this.type.keyword===`var`||this.type.keyword===`const`||this.type.keyword===`class`||this.type.keyword===`function`||this.isLet()||this.isAsyncFunction()},Y.parseExportSpecifiers=function(e){var t=[],n=!0;for(this.expect(J.braceL);!this.eat(J.braceR);){if(n)n=!1;else if(this.expect(J.comma),this.afterTrailingComma(J.braceR))break;var r=this.startNode();r.local=this.parseIdent(!0),r.exported=this.eatContextual(`as`)?this.parseIdent(!0):r.local,this.checkExport(e,r.exported.name,r.exported.start),t.push(this.finishNode(r,`ExportSpecifier`))}return t},Y.parseImport=function(e){return this.next(),this.type===J.string?(e.specifiers=ao,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual(`from`),e.source=this.type===J.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,`ImportDeclaration`)},Y.parseImportSpecifiers=function(){var e=[],t=!0;if(this.type===J.name){var n=this.startNode();if(n.local=this.parseIdent(),this.checkLVal(n.local,Ja),e.push(this.finishNode(n,`ImportDefaultSpecifier`)),!this.eat(J.comma))return e}if(this.type===J.star){var r=this.startNode();return this.next(),this.expectContextual(`as`),r.local=this.parseIdent(),this.checkLVal(r.local,Ja),e.push(this.finishNode(r,`ImportNamespaceSpecifier`)),e}for(this.expect(J.braceL);!this.eat(J.braceR);){if(t)t=!1;else if(this.expect(J.comma),this.afterTrailingComma(J.braceR))break;var i=this.startNode();i.imported=this.parseIdent(!0),this.eatContextual(`as`)?i.local=this.parseIdent():(this.checkUnreserved(i.imported),i.local=i.imported),this.checkLVal(i.local,Ja),e.push(this.finishNode(i,`ImportSpecifier`))}return e},Y.adaptDirectivePrologue=function(e){for(var t=0;t<e.length&&this.isDirectiveCandidate(e[t]);++t)e[t].directive=e[t].expression.raw.slice(1,-1)},Y.isDirectiveCandidate=function(e){return e.type===`ExpressionStatement`&&e.expression.type===`Literal`&&typeof e.expression.value==`string`&&(this.input[e.start]===`"`||this.input[e.start]===`'`)};var lo=Qa.prototype;lo.toAssignable=function(e,t,n){if(this.options.ecmaVersion>=6&&e)switch(e.type){case`Identifier`:this.inAsync&&e.name===`await`&&this.raise(e.start,`Cannot use 'await' as identifier inside an async function`);break;case`ObjectPattern`:case`ArrayPattern`:case`RestElement`:break;case`ObjectExpression`:e.type=`ObjectPattern`,n&&this.checkPatternErrors(n,!0);for(var r=0,i=e.properties;r<i.length;r+=1){var a=i[r];this.toAssignable(a,t),a.type===`RestElement`&&(a.argument.type===`ArrayPattern`||a.argument.type===`ObjectPattern`)&&this.raise(a.argument.start,`Unexpected token`)}break;case`Property`:e.kind!==`init`&&this.raise(e.key.start,`Object pattern can't contain getter or setter`),this.toAssignable(e.value,t);break;case`ArrayExpression`:e.type=`ArrayPattern`,n&&this.checkPatternErrors(n,!0),this.toAssignableList(e.elements,t);break;case`SpreadElement`:e.type=`RestElement`,this.toAssignable(e.argument,t),e.argument.type===`AssignmentPattern`&&this.raise(e.argument.start,`Rest elements cannot have a default value`);break;case`AssignmentExpression`:e.operator!==`=`&&this.raise(e.left.end,`Only '=' operator can be used for specifying default value.`),e.type=`AssignmentPattern`,delete e.operator,this.toAssignable(e.left,t);case`AssignmentPattern`:break;case`ParenthesizedExpression`:this.toAssignable(e.expression,t,n);break;case`ChainExpression`:this.raiseRecoverable(e.start,`Optional chaining cannot appear in left-hand side`);break;case`MemberExpression`:if(!t)break;default:this.raise(e.start,`Assigning to rvalue`)}else n&&this.checkPatternErrors(n,!0);return e},lo.toAssignableList=function(e,t){for(var n=e.length,r=0;r<n;r++){var i=e[r];i&&this.toAssignable(i,t)}if(n){var a=e[n-1];this.options.ecmaVersion===6&&t&&a&&a.type===`RestElement`&&a.argument.type!==`Identifier`&&this.unexpected(a.argument.start)}return e},lo.parseSpread=function(e){var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssign(!1,e),this.finishNode(t,`SpreadElement`)},lo.parseRestBinding=function(){var e=this.startNode();return this.next(),this.options.ecmaVersion===6&&this.type!==J.name&&this.unexpected(),e.argument=this.parseBindingAtom(),this.finishNode(e,`RestElement`)},lo.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case J.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(J.bracketR,!0,!0),this.finishNode(e,`ArrayPattern`);case J.braceL:return this.parseObj(!0)}return this.parseIdent()},lo.parseBindingList=function(e,t,n){for(var r=[],i=!0;!this.eat(e);)if(i?i=!1:this.expect(J.comma),t&&this.type===J.comma)r.push(null);else if(n&&this.afterTrailingComma(e))break;else if(this.type===J.ellipsis){var a=this.parseRestBinding();this.parseBindingListItem(a),r.push(a),this.type===J.comma&&this.raise(this.start,`Comma is not permitted after the rest element`),this.expect(e);break}else{var o=this.parseMaybeDefault(this.start,this.startLoc);this.parseBindingListItem(o),r.push(o)}return r},lo.parseBindingListItem=function(e){return e},lo.parseMaybeDefault=function(e,t,n){if(n||=this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(J.eq))return n;var r=this.startNodeAt(e,t);return r.left=n,r.right=this.parseMaybeAssign(),this.finishNode(r,`AssignmentPattern`)},lo.checkLVal=function(e,t,n){switch(t===void 0&&(t=Ka),e.type){case`Identifier`:t===Ja&&e.name===`let`&&this.raiseRecoverable(e.start,`let is disallowed as a lexically bound name`),this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(t?`Binding `:`Assigning to `)+e.name+` in strict mode`),n&&(Da(n,e.name)&&this.raiseRecoverable(e.start,`Argument name clash`),n[e.name]=!0),t!==Ka&&t!==Za&&this.declareName(e.name,t,e.start);break;case`ChainExpression`:this.raiseRecoverable(e.start,`Optional chaining cannot appear in left-hand side`);break;case`MemberExpression`:t&&this.raiseRecoverable(e.start,`Binding member expression`);break;case`ObjectPattern`:for(var r=0,i=e.properties;r<i.length;r+=1){var a=i[r];this.checkLVal(a,t,n)}break;case`Property`:this.checkLVal(e.value,t,n);break;case`ArrayPattern`:for(var o=0,s=e.elements;o<s.length;o+=1){var c=s[o];c&&this.checkLVal(c,t,n)}break;case`AssignmentPattern`:this.checkLVal(e.left,t,n);break;case`RestElement`:this.checkLVal(e.argument,t,n);break;case`ParenthesizedExpression`:this.checkLVal(e.expression,t,n);break;default:this.raise(e.start,(t?`Binding`:`Assigning to`)+` rvalue`)}};var X=Qa.prototype;X.checkPropClash=function(e,t,n){if(!(this.options.ecmaVersion>=9&&e.type===`SpreadElement`)&&!(this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var r=e.key,i;switch(r.type){case`Identifier`:i=r.name;break;case`Literal`:i=String(r.value);break;default:return}var a=e.kind;if(this.options.ecmaVersion>=6){i===`__proto__`&&a===`init`&&(t.proto&&(n?n.doubleProto<0&&(n.doubleProto=r.start):this.raiseRecoverable(r.start,`Redefinition of __proto__ property`)),t.proto=!0);return}i=`$`+i;var o=t[i];o?(a===`init`?this.strict&&o.init||o.get||o.set:o.init||o[a])&&this.raiseRecoverable(r.start,`Redefinition of property`):o=t[i]={init:!1,get:!1,set:!1},o[a]=!0}},X.parseExpression=function(e,t){var n=this.start,r=this.startLoc,i=this.parseMaybeAssign(e,t);if(this.type===J.comma){var a=this.startNodeAt(n,r);for(a.expressions=[i];this.eat(J.comma);)a.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(a,`SequenceExpression`)}return i},X.parseMaybeAssign=function(e,t,n){if(this.isContextual(`yield`)){if(this.inGenerator)return this.parseYield(e);this.exprAllowed=!1}var r=!1,i=-1,a=-1;t?(i=t.parenthesizedAssign,a=t.trailingComma,t.parenthesizedAssign=t.trailingComma=-1):(t=new no,r=!0);var o=this.start,s=this.startLoc;(this.type===J.parenL||this.type===J.name)&&(this.potentialArrowAt=this.start);var c=this.parseMaybeConditional(e,t);if(n&&(c=n.call(this,c,o,s)),this.type.isAssign){var l=this.startNodeAt(o,s);return l.operator=this.value,l.left=this.type===J.eq?this.toAssignable(c,!1,t):c,r||(t.parenthesizedAssign=t.trailingComma=t.doubleProto=-1),t.shorthandAssign>=l.left.start&&(t.shorthandAssign=-1),this.checkLVal(c),this.next(),l.right=this.parseMaybeAssign(e),this.finishNode(l,`AssignmentExpression`)}else r&&this.checkExpressionErrors(t,!0);return i>-1&&(t.parenthesizedAssign=i),a>-1&&(t.trailingComma=a),c},X.parseMaybeConditional=function(e,t){var n=this.start,r=this.startLoc,i=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return i;if(this.eat(J.question)){var a=this.startNodeAt(n,r);return a.test=i,a.consequent=this.parseMaybeAssign(),this.expect(J.colon),a.alternate=this.parseMaybeAssign(e),this.finishNode(a,`ConditionalExpression`)}return i},X.parseExprOps=function(e,t){var n=this.start,r=this.startLoc,i=this.parseMaybeUnary(t,!1);return this.checkExpressionErrors(t)||i.start===n&&i.type===`ArrowFunctionExpression`?i:this.parseExprOp(i,n,r,-1,e)},X.parseExprOp=function(e,t,n,r,i){var a=this.type.binop;if(a!=null&&(!i||this.type!==J._in)&&a>r){var o=this.type===J.logicalOR||this.type===J.logicalAND,s=this.type===J.coalesce;s&&(a=J.logicalAND.binop);var c=this.value;this.next();var l=this.start,u=this.startLoc,d=this.parseExprOp(this.parseMaybeUnary(null,!1),l,u,a,i),f=this.buildBinary(t,n,e,d,c,o||s);return(o&&this.type===J.coalesce||s&&(this.type===J.logicalOR||this.type===J.logicalAND))&&this.raiseRecoverable(this.start,`Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses`),this.parseExprOp(f,t,n,r,i)}return e},X.buildBinary=function(e,t,n,r,i,a){var o=this.startNodeAt(e,t);return o.left=n,o.operator=i,o.right=r,this.finishNode(o,a?`LogicalExpression`:`BinaryExpression`)},X.parseMaybeUnary=function(e,t){var n=this.start,r=this.startLoc,i;if(this.isContextual(`await`)&&(this.inAsync||!this.inFunction&&this.options.allowAwaitOutsideFunction))i=this.parseAwait(),t=!0;else if(this.type.prefix){var a=this.startNode(),o=this.type===J.incDec;a.operator=this.value,a.prefix=!0,this.next(),a.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(e,!0),o?this.checkLVal(a.argument):this.strict&&a.operator===`delete`&&a.argument.type===`Identifier`?this.raiseRecoverable(a.start,`Deleting local variable in strict mode`):t=!0,i=this.finishNode(a,o?`UpdateExpression`:`UnaryExpression`)}else{if(i=this.parseExprSubscripts(e),this.checkExpressionErrors(e))return i;for(;this.type.postfix&&!this.canInsertSemicolon();){var s=this.startNodeAt(n,r);s.operator=this.value,s.prefix=!1,s.argument=i,this.checkLVal(i),this.next(),i=this.finishNode(s,`UpdateExpression`)}}return!t&&this.eat(J.starstar)?this.buildBinary(n,r,i,this.parseMaybeUnary(null,!1),`**`,!1):i},X.parseExprSubscripts=function(e){var t=this.start,n=this.startLoc,r=this.parseExprAtom(e);if(r.type===`ArrowFunctionExpression`&&this.input.slice(this.lastTokStart,this.lastTokEnd)!==`)`)return r;var i=this.parseSubscripts(r,t,n);return e&&i.type===`MemberExpression`&&(e.parenthesizedAssign>=i.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=i.start&&(e.parenthesizedBind=-1)),i},X.parseSubscripts=function(e,t,n,r){for(var i=this.options.ecmaVersion>=8&&e.type===`Identifier`&&e.name===`async`&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&e.end-e.start===5&&this.potentialArrowAt===e.start,a=!1;;){var o=this.parseSubscript(e,t,n,r,i,a);if(o.optional&&(a=!0),o===e||o.type===`ArrowFunctionExpression`){if(a){var s=this.startNodeAt(t,n);s.expression=o,o=this.finishNode(s,`ChainExpression`)}return o}e=o}},X.parseSubscript=function(e,t,n,r,i,a){var o=this.options.ecmaVersion>=11,s=o&&this.eat(J.questionDot);r&&s&&this.raise(this.lastTokStart,`Optional chaining cannot appear in the callee of new expressions`);var c=this.eat(J.bracketL);if(c||s&&this.type!==J.parenL&&this.type!==J.backQuote||this.eat(J.dot)){var l=this.startNodeAt(t,n);l.object=e,l.property=c?this.parseExpression():this.parseIdent(this.options.allowReserved!==`never`),l.computed=!!c,c&&this.expect(J.bracketR),o&&(l.optional=s),e=this.finishNode(l,`MemberExpression`)}else if(!r&&this.eat(J.parenL)){var u=new no,d=this.yieldPos,f=this.awaitPos,p=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var m=this.parseExprList(J.parenR,this.options.ecmaVersion>=8,!1,u);if(i&&!s&&!this.canInsertSemicolon()&&this.eat(J.arrow))return this.checkPatternErrors(u,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,`Cannot use 'await' as identifier inside an async function`),this.yieldPos=d,this.awaitPos=f,this.awaitIdentPos=p,this.parseArrowExpression(this.startNodeAt(t,n),m,!0);this.checkExpressionErrors(u,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=f||this.awaitPos,this.awaitIdentPos=p||this.awaitIdentPos;var h=this.startNodeAt(t,n);h.callee=e,h.arguments=m,o&&(h.optional=s),e=this.finishNode(h,`CallExpression`)}else if(this.type===J.backQuote){(s||a)&&this.raise(this.start,`Optional chaining cannot appear in the tag of tagged template expressions`);var g=this.startNodeAt(t,n);g.tag=e,g.quasi=this.parseTemplate({isTagged:!0}),e=this.finishNode(g,`TaggedTemplateExpression`)}return e},X.parseExprAtom=function(e){this.type===J.slash&&this.readRegexp();var t,n=this.potentialArrowAt===this.start;switch(this.type){case J._super:return this.allowSuper||this.raise(this.start,`'super' keyword outside a method`),t=this.startNode(),this.next(),this.type===J.parenL&&!this.allowDirectSuper&&this.raise(t.start,`super() call outside constructor of a subclass`),this.type!==J.dot&&this.type!==J.bracketL&&this.type!==J.parenL&&this.unexpected(),this.finishNode(t,`Super`);case J._this:return t=this.startNode(),this.next(),this.finishNode(t,`ThisExpression`);case J.name:var r=this.start,i=this.startLoc,a=this.containsEsc,o=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!a&&o.name===`async`&&!this.canInsertSemicolon()&&this.eat(J._function))return this.parseFunction(this.startNodeAt(r,i),0,!1,!0);if(n&&!this.canInsertSemicolon()){if(this.eat(J.arrow))return this.parseArrowExpression(this.startNodeAt(r,i),[o],!1);if(this.options.ecmaVersion>=8&&o.name===`async`&&this.type===J.name&&!a)return o=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(J.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(r,i),[o],!0)}return o;case J.regexp:var s=this.value;return t=this.parseLiteral(s.value),t.regex={pattern:s.pattern,flags:s.flags},t;case J.num:case J.string:return this.parseLiteral(this.value);case J._null:case J._true:case J._false:return t=this.startNode(),t.value=this.type===J._null?null:this.type===J._true,t.raw=this.type.keyword,this.next(),this.finishNode(t,`Literal`);case J.parenL:var c=this.start,l=this.parseParenAndDistinguishExpression(n);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(l)&&(e.parenthesizedAssign=c),e.parenthesizedBind<0&&(e.parenthesizedBind=c)),l;case J.bracketL:return t=this.startNode(),this.next(),t.elements=this.parseExprList(J.bracketR,!0,!0,e),this.finishNode(t,`ArrayExpression`);case J.braceL:return this.parseObj(!1,e);case J._function:return t=this.startNode(),this.next(),this.parseFunction(t,0);case J._class:return this.parseClass(this.startNode(),!1);case J._new:return this.parseNew();case J.backQuote:return this.parseTemplate();case J._import:return this.options.ecmaVersion>=11?this.parseExprImport():this.unexpected();default:this.unexpected()}},X.parseExprImport=function(){var e=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,`Escape sequence in keyword import`);var t=this.parseIdent(!0);switch(this.type){case J.parenL:return this.parseDynamicImport(e);case J.dot:return e.meta=t,this.parseImportMeta(e);default:this.unexpected()}},X.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(J.parenR)){var t=this.start;this.eat(J.comma)&&this.eat(J.parenR)?this.raiseRecoverable(t,`Trailing comma is not allowed in import()`):this.unexpected(t)}return this.finishNode(e,`ImportExpression`)},X.parseImportMeta=function(e){this.next();var t=this.containsEsc;return e.property=this.parseIdent(!0),e.property.name!==`meta`&&this.raiseRecoverable(e.property.start,`The only valid meta property for import is 'import.meta'`),t&&this.raiseRecoverable(e.start,`'import.meta' must not contain escaped characters`),this.options.sourceType!==`module`&&this.raiseRecoverable(e.start,`Cannot use 'import.meta' outside a module`),this.finishNode(e,`MetaProperty`)},X.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),t.raw.charCodeAt(t.raw.length-1)===110&&(t.bigint=t.raw.slice(0,-1).replace(/_/g,``)),this.next(),this.finishNode(t,`Literal`)},X.parseParenExpression=function(){this.expect(J.parenL);var e=this.parseExpression();return this.expect(J.parenR),e},X.parseParenAndDistinguishExpression=function(e){var t=this.start,n=this.startLoc,r,i=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var a=this.start,o=this.startLoc,s=[],c=!0,l=!1,u=new no,d=this.yieldPos,f=this.awaitPos,p;for(this.yieldPos=0,this.awaitPos=0;this.type!==J.parenR;)if(c?c=!1:this.expect(J.comma),i&&this.afterTrailingComma(J.parenR,!0)){l=!0;break}else if(this.type===J.ellipsis){p=this.start,s.push(this.parseParenItem(this.parseRestBinding())),this.type===J.comma&&this.raise(this.start,`Comma is not permitted after the rest element`);break}else s.push(this.parseMaybeAssign(!1,u,this.parseParenItem));var m=this.start,h=this.startLoc;if(this.expect(J.parenR),e&&!this.canInsertSemicolon()&&this.eat(J.arrow))return this.checkPatternErrors(u,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=d,this.awaitPos=f,this.parseParenArrowList(t,n,s);(!s.length||l)&&this.unexpected(this.lastTokStart),p&&this.unexpected(p),this.checkExpressionErrors(u,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=f||this.awaitPos,s.length>1?(r=this.startNodeAt(a,o),r.expressions=s,this.finishNodeAt(r,`SequenceExpression`,m,h)):r=s[0]}else r=this.parseParenExpression();if(this.options.preserveParens){var g=this.startNodeAt(t,n);return g.expression=r,this.finishNode(g,`ParenthesizedExpression`)}else return r},X.parseParenItem=function(e){return e},X.parseParenArrowList=function(e,t,n){return this.parseArrowExpression(this.startNodeAt(e,t),n)};var uo=[];X.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,`Escape sequence in keyword new`);var e=this.startNode(),t=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(J.dot)){e.meta=t;var n=this.containsEsc;return e.property=this.parseIdent(!0),e.property.name!==`target`&&this.raiseRecoverable(e.property.start,`The only valid meta property for new is 'new.target'`),n&&this.raiseRecoverable(e.start,`'new.target' must not contain escaped characters`),this.inNonArrowFunction()||this.raiseRecoverable(e.start,`'new.target' can only be used in functions`),this.finishNode(e,`MetaProperty`)}var r=this.start,i=this.startLoc,a=this.type===J._import;return e.callee=this.parseSubscripts(this.parseExprAtom(),r,i,!0),a&&e.callee.type===`ImportExpression`&&this.raise(r,`Cannot use new with import()`),this.eat(J.parenL)?e.arguments=this.parseExprList(J.parenR,this.options.ecmaVersion>=8,!1):e.arguments=uo,this.finishNode(e,`NewExpression`)},X.parseTemplateElement=function(e){var t=e.isTagged,n=this.startNode();return this.type===J.invalidTemplate?(t||this.raiseRecoverable(this.start,`Bad escape sequence in untagged template literal`),n.value={raw:this.value,cooked:null}):n.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,`
|
|
91
|
+
`),cooked:this.value},this.next(),n.tail=this.type===J.backQuote,this.finishNode(n,`TemplateElement`)},X.parseTemplate=function(e){e===void 0&&(e={});var t=e.isTagged;t===void 0&&(t=!1);var n=this.startNode();this.next(),n.expressions=[];var r=this.parseTemplateElement({isTagged:t});for(n.quasis=[r];!r.tail;)this.type===J.eof&&this.raise(this.pos,`Unterminated template literal`),this.expect(J.dollarBraceL),n.expressions.push(this.parseExpression()),this.expect(J.braceR),n.quasis.push(r=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(n,`TemplateLiteral`)},X.isAsyncProp=function(e){return!e.computed&&e.key.type===`Identifier`&&e.key.name===`async`&&(this.type===J.name||this.type===J.num||this.type===J.string||this.type===J.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===J.star)&&!ya.test(this.input.slice(this.lastTokEnd,this.start))},X.parseObj=function(e,t){var n=this.startNode(),r=!0,i={};for(n.properties=[],this.next();!this.eat(J.braceR);){if(r)r=!1;else if(this.expect(J.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(J.braceR))break;var a=this.parseProperty(e,t);e||this.checkPropClash(a,i,t),n.properties.push(a)}return this.finishNode(n,e?`ObjectPattern`:`ObjectExpression`)},X.parseProperty=function(e,t){var n=this.startNode(),r,i,a,o;if(this.options.ecmaVersion>=9&&this.eat(J.ellipsis))return e?(n.argument=this.parseIdent(!1),this.type===J.comma&&this.raise(this.start,`Comma is not permitted after the rest element`),this.finishNode(n,`RestElement`)):(this.type===J.parenL&&t&&(t.parenthesizedAssign<0&&(t.parenthesizedAssign=this.start),t.parenthesizedBind<0&&(t.parenthesizedBind=this.start)),n.argument=this.parseMaybeAssign(!1,t),this.type===J.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(n,`SpreadElement`));this.options.ecmaVersion>=6&&(n.method=!1,n.shorthand=!1,(e||t)&&(a=this.start,o=this.startLoc),e||(r=this.eat(J.star)));var s=this.containsEsc;return this.parsePropertyName(n),!e&&!s&&this.options.ecmaVersion>=8&&!r&&this.isAsyncProp(n)?(i=!0,r=this.options.ecmaVersion>=9&&this.eat(J.star),this.parsePropertyName(n,t)):i=!1,this.parsePropertyValue(n,e,r,i,a,o,t,s),this.finishNode(n,`Property`)},X.parsePropertyValue=function(e,t,n,r,i,a,o,s){if((n||r)&&this.type===J.colon&&this.unexpected(),this.eat(J.colon))e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,o),e.kind=`init`;else if(this.options.ecmaVersion>=6&&this.type===J.parenL)t&&this.unexpected(),e.kind=`init`,e.method=!0,e.value=this.parseMethod(n,r);else if(!t&&!s&&this.options.ecmaVersion>=5&&!e.computed&&e.key.type===`Identifier`&&(e.key.name===`get`||e.key.name===`set`)&&this.type!==J.comma&&this.type!==J.braceR&&this.type!==J.eq){(n||r)&&this.unexpected(),e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var c=e.kind===`get`?0:1;if(e.value.params.length!==c){var l=e.value.start;e.kind===`get`?this.raiseRecoverable(l,`getter should have no params`):this.raiseRecoverable(l,`setter should have exactly one param`)}else e.kind===`set`&&e.value.params[0].type===`RestElement`&&this.raiseRecoverable(e.value.params[0].start,`Setter cannot use rest params`)}else this.options.ecmaVersion>=6&&!e.computed&&e.key.type===`Identifier`?((n||r)&&this.unexpected(),this.checkUnreserved(e.key),e.key.name===`await`&&!this.awaitIdentPos&&(this.awaitIdentPos=i),e.kind=`init`,t?e.value=this.parseMaybeDefault(i,a,e.key):this.type===J.eq&&o?(o.shorthandAssign<0&&(o.shorthandAssign=this.start),e.value=this.parseMaybeDefault(i,a,e.key)):e.value=e.key,e.shorthand=!0):this.unexpected()},X.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(J.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(J.bracketR),e.key;e.computed=!1}return e.key=this.type===J.num||this.type===J.string?this.parseExprAtom():this.parseIdent(this.options.allowReserved!==`never`)},X.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},X.parseMethod=function(e,t,n){var r=this.startNode(),i=this.yieldPos,a=this.awaitPos,o=this.awaitIdentPos;return this.initFunction(r),this.options.ecmaVersion>=6&&(r.generator=e),this.options.ecmaVersion>=8&&(r.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Ga(t,r.generator)|Ua|(n?Wa:0)),this.expect(J.parenL),r.params=this.parseBindingList(J.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(r,!1,!0),this.yieldPos=i,this.awaitPos=a,this.awaitIdentPos=o,this.finishNode(r,`FunctionExpression`)},X.parseArrowExpression=function(e,t,n){var r=this.yieldPos,i=this.awaitPos,a=this.awaitIdentPos;return this.enterScope(Ga(n,!1)|Va),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!n),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1),this.yieldPos=r,this.awaitPos=i,this.awaitIdentPos=a,this.finishNode(e,`ArrowFunctionExpression`)},X.parseFunctionBody=function(e,t,n){var r=t&&this.type!==J.braceL,i=this.strict,a=!1;if(r)e.body=this.parseMaybeAssign(),e.expression=!0,this.checkParams(e,!1);else{var o=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);(!i||o)&&(a=this.strictDirective(this.end),a&&o&&this.raiseRecoverable(e.start,`Illegal 'use strict' directive in function with non-simple parameter list`));var s=this.labels;this.labels=[],a&&(this.strict=!0),this.checkParams(e,!i&&!a&&!t&&!n&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLVal(e.id,Za),e.body=this.parseBlock(!1,void 0,a&&!i),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=s}this.exitScope()},X.isSimpleParamList=function(e){for(var t=0,n=e;t<n.length;t+=1)if(n[t].type!==`Identifier`)return!1;return!0},X.checkParams=function(e,t){for(var n={},r=0,i=e.params;r<i.length;r+=1){var a=i[r];this.checkLVal(a,qa,t?null:n)}},X.parseExprList=function(e,t,n,r){for(var i=[],a=!0;!this.eat(e);){if(a)a=!1;else if(this.expect(J.comma),t&&this.afterTrailingComma(e))break;var o=void 0;n&&this.type===J.comma?o=null:this.type===J.ellipsis?(o=this.parseSpread(r),r&&this.type===J.comma&&r.trailingComma<0&&(r.trailingComma=this.start)):o=this.parseMaybeAssign(!1,r),i.push(o)}return i},X.checkUnreserved=function(e){var t=e.start,n=e.end,r=e.name;this.inGenerator&&r===`yield`&&this.raiseRecoverable(t,`Cannot use 'yield' as identifier inside a generator`),this.inAsync&&r===`await`&&this.raiseRecoverable(t,`Cannot use 'await' as identifier inside an async function`),this.keywords.test(r)&&this.raise(t,`Unexpected keyword '`+r+`'`),!(this.options.ecmaVersion<6&&this.input.slice(t,n).indexOf(`\\`)!==-1)&&(this.strict?this.reservedWordsStrict:this.reservedWords).test(r)&&(!this.inAsync&&r===`await`&&this.raiseRecoverable(t,`Cannot use keyword 'await' outside an async function`),this.raiseRecoverable(t,`The keyword '`+r+`' is reserved`))},X.parseIdent=function(e,t){var n=this.startNode();return this.type===J.name?n.name=this.value:this.type.keyword?(n.name=this.type.keyword,(n.name===`class`||n.name===`function`)&&(this.lastTokEnd!==this.lastTokStart+1||this.input.charCodeAt(this.lastTokStart)!==46)&&this.context.pop()):this.unexpected(),this.next(!!e),this.finishNode(n,`Identifier`),e||(this.checkUnreserved(n),n.name===`await`&&!this.awaitIdentPos&&(this.awaitIdentPos=n.start)),n},X.parseYield=function(e){this.yieldPos||=this.start;var t=this.startNode();return this.next(),this.type===J.semi||this.canInsertSemicolon()||this.type!==J.star&&!this.type.startsExpr?(t.delegate=!1,t.argument=null):(t.delegate=this.eat(J.star),t.argument=this.parseMaybeAssign(e)),this.finishNode(t,`YieldExpression`)},X.parseAwait=function(){this.awaitPos||=this.start;var e=this.startNode();return this.next(),e.argument=this.parseMaybeUnary(null,!1),this.finishNode(e,`AwaitExpression`)};var fo=Qa.prototype;fo.raise=function(e,t){var n=Ma(this.input,e);t+=` (`+n.line+`:`+n.column+`)`;var r=SyntaxError(t);throw r.pos=e,r.loc=n,r.raisedAt=this.pos,r},fo.raiseRecoverable=fo.raise,fo.curPosition=function(){if(this.options.locations)return new Aa(this.curLine,this.pos-this.lineStart)};var po=Qa.prototype,mo=function(e){this.flags=e,this.var=[],this.lexical=[],this.functions=[]};po.enterScope=function(e){this.scopeStack.push(new mo(e))},po.exitScope=function(){this.scopeStack.pop()},po.treatFunctionsAsVarInScope=function(e){return e.flags&La||!this.inModule&&e.flags&Ia},po.declareName=function(e,t,n){var r=!1;if(t===Ja){var i=this.currentScope();r=i.lexical.indexOf(e)>-1||i.functions.indexOf(e)>-1||i.var.indexOf(e)>-1,i.lexical.push(e),this.inModule&&i.flags&Ia&&delete this.undefinedExports[e]}else if(t===Xa)this.currentScope().lexical.push(e);else if(t===Ya){var a=this.currentScope();r=this.treatFunctionsAsVar?a.lexical.indexOf(e)>-1:a.lexical.indexOf(e)>-1||a.var.indexOf(e)>-1,a.functions.push(e)}else for(var o=this.scopeStack.length-1;o>=0;--o){var s=this.scopeStack[o];if(s.lexical.indexOf(e)>-1&&!(s.flags&Ha&&s.lexical[0]===e)||!this.treatFunctionsAsVarInScope(s)&&s.functions.indexOf(e)>-1){r=!0;break}if(s.var.push(e),this.inModule&&s.flags&Ia&&delete this.undefinedExports[e],s.flags&Ra)break}r&&this.raiseRecoverable(n,`Identifier '`+e+`' has already been declared`)},po.checkLocalExport=function(e){this.scopeStack[0].lexical.indexOf(e.name)===-1&&this.scopeStack[0].var.indexOf(e.name)===-1&&(this.undefinedExports[e.name]=e)},po.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},po.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&Ra)return t}},po.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&Ra&&!(t.flags&Va))return t}};var ho=function(e,t,n){this.type=``,this.start=t,this.end=0,e.options.locations&&(this.loc=new ja(e,n)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[t,0])},go=Qa.prototype;go.startNode=function(){return new ho(this,this.start,this.startLoc)},go.startNodeAt=function(e,t){return new ho(this,e,t)};function _o(e,t,n,r){return e.type=t,e.end=n,this.options.locations&&(e.loc.end=r),this.options.ranges&&(e.range[1]=n),e}go.finishNode=function(e,t){return _o.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)},go.finishNodeAt=function(e,t,n,r){return _o.call(this,e,t,n,r)};var vo=function(e,t,n,r,i){this.token=e,this.isExpr=!!t,this.preserveSpace=!!n,this.override=r,this.generator=!!i},yo={b_stat:new vo(`{`,!1),b_expr:new vo(`{`,!0),b_tmpl:new vo("${",!1),p_stat:new vo(`(`,!1),p_expr:new vo(`(`,!0),q_tmpl:new vo("`",!0,!0,function(e){return e.tryReadTemplateToken()}),f_stat:new vo(`function`,!1),f_expr:new vo(`function`,!0),f_expr_gen:new vo(`function`,!0,!1,null,!0),f_gen:new vo(`function`,!1,!1,null,!0)},bo=Qa.prototype;bo.initialContext=function(){return[yo.b_stat]},bo.braceIsBlock=function(e){var t=this.curContext();return t===yo.f_expr||t===yo.f_stat?!0:e===J.colon&&(t===yo.b_stat||t===yo.b_expr)?!t.isExpr:e===J._return||e===J.name&&this.exprAllowed?ya.test(this.input.slice(this.lastTokEnd,this.start)):e===J._else||e===J.semi||e===J.eof||e===J.parenR||e===J.arrow?!0:e===J.braceL?t===yo.b_stat:e===J._var||e===J._const||e===J.name?!1:!this.exprAllowed},bo.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if(t.token===`function`)return t.generator}return!1},bo.updateContext=function(e){var t,n=this.type;n.keyword&&e===J.dot?this.exprAllowed=!1:(t=n.updateContext)?t.call(this,e):this.exprAllowed=n.beforeExpr},J.parenR.updateContext=J.braceR.updateContext=function(){if(this.context.length===1){this.exprAllowed=!0;return}var e=this.context.pop();e===yo.b_stat&&this.curContext().token===`function`&&(e=this.context.pop()),this.exprAllowed=!e.isExpr},J.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?yo.b_stat:yo.b_expr),this.exprAllowed=!0},J.dollarBraceL.updateContext=function(){this.context.push(yo.b_tmpl),this.exprAllowed=!0},J.parenL.updateContext=function(e){var t=e===J._if||e===J._for||e===J._with||e===J._while;this.context.push(t?yo.p_stat:yo.p_expr),this.exprAllowed=!0},J.incDec.updateContext=function(){},J._function.updateContext=J._class.updateContext=function(e){e.beforeExpr&&e!==J.semi&&e!==J._else&&!(e===J._return&&ya.test(this.input.slice(this.lastTokEnd,this.start)))&&!((e===J.colon||e===J.braceL)&&this.curContext()===yo.b_stat)?this.context.push(yo.f_expr):this.context.push(yo.f_stat),this.exprAllowed=!1},J.backQuote.updateContext=function(){this.curContext()===yo.q_tmpl?this.context.pop():this.context.push(yo.q_tmpl),this.exprAllowed=!1},J.star.updateContext=function(e){if(e===J._function){var t=this.context.length-1;this.context[t]===yo.f_expr?this.context[t]=yo.f_expr_gen:this.context[t]=yo.f_gen}this.exprAllowed=!0},J.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==J.dot&&(this.value===`of`&&!this.exprAllowed||this.value===`yield`&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var xo=`ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS`,So=xo+` Extended_Pictographic`,Co={9:xo,10:So,11:So},wo=`Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu`,To=`Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb`,Eo=To+` Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd`,Do={9:To,10:Eo,11:Eo+` Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho`},Oo={};function ko(e){var t=Oo[e]={binary:ka(Co[e]+` `+wo),nonBinary:{General_Category:ka(wo),Script:ka(Do[e])}};t.nonBinary.Script_Extensions=t.nonBinary.Script,t.nonBinary.gc=t.nonBinary.General_Category,t.nonBinary.sc=t.nonBinary.Script,t.nonBinary.scx=t.nonBinary.Script_Extensions}ko(9),ko(10),ko(11);var Z=Qa.prototype,Ao=function(e){this.parser=e,this.validFlags=`gim`+(e.options.ecmaVersion>=6?`uy`:``)+(e.options.ecmaVersion>=9?`s`:``),this.unicodeProperties=Oo[e.options.ecmaVersion>=11?11:e.options.ecmaVersion],this.source=``,this.flags=``,this.start=0,this.switchU=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue=``,this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};Ao.prototype.reset=function(e,t,n){var r=n.indexOf(`u`)!==-1;this.start=e|0,this.source=t+``,this.flags=n,this.switchU=r&&this.parser.options.ecmaVersion>=6,this.switchN=r&&this.parser.options.ecmaVersion>=9},Ao.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,`Invalid regular expression: /`+this.source+`/: `+e)},Ao.prototype.at=function(e,t){t===void 0&&(t=!1);var n=this.source,r=n.length;if(e>=r)return-1;var i=n.charCodeAt(e);if(!(t||this.switchU)||i<=55295||i>=57344||e+1>=r)return i;var a=n.charCodeAt(e+1);return a>=56320&&a<=57343?(i<<10)+a-56613888:i},Ao.prototype.nextIndex=function(e,t){t===void 0&&(t=!1);var n=this.source,r=n.length;if(e>=r)return r;var i=n.charCodeAt(e),a;return!(t||this.switchU)||i<=55295||i>=57344||e+1>=r||(a=n.charCodeAt(e+1))<56320||a>57343?e+1:e+2},Ao.prototype.current=function(e){return e===void 0&&(e=!1),this.at(this.pos,e)},Ao.prototype.lookahead=function(e){return e===void 0&&(e=!1),this.at(this.nextIndex(this.pos,e),e)},Ao.prototype.advance=function(e){e===void 0&&(e=!1),this.pos=this.nextIndex(this.pos,e)},Ao.prototype.eat=function(e,t){return t===void 0&&(t=!1),this.current(t)===e?(this.advance(t),!0):!1};function jo(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(e&1023)+56320))}Z.validateRegExpFlags=function(e){for(var t=e.validFlags,n=e.flags,r=0;r<n.length;r++){var i=n.charAt(r);t.indexOf(i)===-1&&this.raise(e.start,`Invalid regular expression flag`),n.indexOf(i,r+1)>-1&&this.raise(e.start,`Duplicate regular expression flag`)}},Z.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},Z.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue=``,e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames.length=0,e.backReferenceNames.length=0,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise(`Unmatched ')'`),(e.eat(93)||e.eat(125))&&e.raise(`Lone quantifier brackets`)),e.maxBackReference>e.numCapturingParens&&e.raise(`Invalid escape`);for(var t=0,n=e.backReferenceNames;t<n.length;t+=1){var r=n[t];e.groupNames.indexOf(r)===-1&&e.raise(`Invalid named capture referenced`)}},Z.regexp_disjunction=function(e){for(this.regexp_alternative(e);e.eat(124);)this.regexp_alternative(e);this.regexp_eatQuantifier(e,!0)&&e.raise(`Nothing to repeat`),e.eat(123)&&e.raise(`Lone quantifier brackets`)},Z.regexp_alternative=function(e){for(;e.pos<e.source.length&&this.regexp_eatTerm(e););},Z.regexp_eatTerm=function(e){return this.regexp_eatAssertion(e)?(e.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(e)&&e.switchU&&e.raise(`Invalid quantifier`),!0):(e.switchU?this.regexp_eatAtom(e):this.regexp_eatExtendedAtom(e))?(this.regexp_eatQuantifier(e),!0):!1},Z.regexp_eatAssertion=function(e){var t=e.pos;if(e.lastAssertionIsQuantifiable=!1,e.eat(94)||e.eat(36))return!0;if(e.eat(92)){if(e.eat(66)||e.eat(98))return!0;e.pos=t}if(e.eat(40)&&e.eat(63)){var n=!1;if(this.options.ecmaVersion>=9&&(n=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise(`Unterminated group`),e.lastAssertionIsQuantifiable=!n,!0}return e.pos=t,!1},Z.regexp_eatQuantifier=function(e,t){return t===void 0&&(t=!1),this.regexp_eatQuantifierPrefix(e,t)?(e.eat(63),!0):!1},Z.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},Z.regexp_eatBracedQuantifier=function(e,t){var n=e.pos;if(e.eat(123)){var r=0,i=-1;if(this.regexp_eatDecimalDigits(e)&&(r=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(i=e.lastIntValue),e.eat(125)))return i!==-1&&i<r&&!t&&e.raise(`numbers out of order in {} quantifier`),!0;e.switchU&&!t&&e.raise(`Incomplete quantifier`),e.pos=n}return!1},Z.regexp_eatAtom=function(e){return this.regexp_eatPatternCharacters(e)||e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)},Z.regexp_eatReverseSolidusAtomEscape=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatAtomEscape(e))return!0;e.pos=t}return!1},Z.regexp_eatUncapturingGroup=function(e){var t=e.pos;if(e.eat(40)){if(e.eat(63)&&e.eat(58)){if(this.regexp_disjunction(e),e.eat(41))return!0;e.raise(`Unterminated group`)}e.pos=t}return!1},Z.regexp_eatCapturingGroup=function(e){if(e.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(e):e.current()===63&&e.raise(`Invalid group`),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise(`Unterminated group`)}return!1},Z.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)},Z.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise(`Nothing to repeat`),!1},Z.regexp_eatSyntaxCharacter=function(e){var t=e.current();return Mo(t)?(e.lastIntValue=t,e.advance(),!0):!1};function Mo(e){return e===36||e>=40&&e<=43||e===46||e===63||e>=91&&e<=94||e>=123&&e<=125}Z.regexp_eatPatternCharacters=function(e){for(var t=e.pos,n=0;(n=e.current())!==-1&&!Mo(n);)e.advance();return e.pos!==t},Z.regexp_eatExtendedPatternCharacter=function(e){var t=e.current();return t!==-1&&t!==36&&!(t>=40&&t<=43)&&t!==46&&t!==63&&t!==91&&t!==94&&t!==124?(e.advance(),!0):!1},Z.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e)){e.groupNames.indexOf(e.lastStringValue)!==-1&&e.raise(`Duplicate capture group name`),e.groupNames.push(e.lastStringValue);return}e.raise(`Invalid group`)}},Z.regexp_eatGroupName=function(e){if(e.lastStringValue=``,e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise(`Invalid capture group name`)}return!1},Z.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue=``,this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=jo(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=jo(e.lastIntValue);return!0}return!1},Z.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,n=this.options.ecmaVersion>=11,r=e.current(n);return e.advance(n),r===92&&this.regexp_eatRegExpUnicodeEscapeSequence(e,n)&&(r=e.lastIntValue),No(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)};function No(e){return pa(e,!0)||e===36||e===95}Z.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,n=this.options.ecmaVersion>=11,r=e.current(n);return e.advance(n),r===92&&this.regexp_eatRegExpUnicodeEscapeSequence(e,n)&&(r=e.lastIntValue),Po(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)};function Po(e){return ma(e,!0)||e===36||e===95||e===8204||e===8205}Z.regexp_eatAtomEscape=function(e){return this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e)?!0:(e.switchU&&(e.current()===99&&e.raise(`Invalid unicode escape`),e.raise(`Invalid escape`)),!1)},Z.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var n=e.lastIntValue;if(e.switchU)return n>e.maxBackReference&&(e.maxBackReference=n),!0;if(n<=e.numCapturingParens)return!0;e.pos=t}return!1},Z.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise(`Invalid named reference`)}return!1},Z.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e,!1)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)},Z.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},Z.regexp_eatZero=function(e){return e.current()===48&&!Bo(e.lookahead())?(e.lastIntValue=0,e.advance(),!0):!1},Z.regexp_eatControlEscape=function(e){var t=e.current();return t===116?(e.lastIntValue=9,e.advance(),!0):t===110?(e.lastIntValue=10,e.advance(),!0):t===118?(e.lastIntValue=11,e.advance(),!0):t===102?(e.lastIntValue=12,e.advance(),!0):t===114?(e.lastIntValue=13,e.advance(),!0):!1},Z.regexp_eatControlLetter=function(e){var t=e.current();return Fo(t)?(e.lastIntValue=t%32,e.advance(),!0):!1};function Fo(e){return e>=65&&e<=90||e>=97&&e<=122}Z.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){t===void 0&&(t=!1);var n=e.pos,r=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var i=e.lastIntValue;if(r&&i>=55296&&i<=56319){var a=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var o=e.lastIntValue;if(o>=56320&&o<=57343)return e.lastIntValue=(i-55296)*1024+(o-56320)+65536,!0}e.pos=a,e.lastIntValue=i}return!0}if(r&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&Io(e.lastIntValue))return!0;r&&e.raise(`Invalid unicode escape`),e.pos=n}return!1};function Io(e){return e>=0&&e<=1114111}Z.regexp_eatIdentityEscape=function(e){if(e.switchU)return this.regexp_eatSyntaxCharacter(e)?!0:e.eat(47)?(e.lastIntValue=47,!0):!1;var t=e.current();return t!==99&&(!e.switchN||t!==107)?(e.lastIntValue=t,e.advance(),!0):!1},Z.regexp_eatDecimalEscape=function(e){e.lastIntValue=0;var t=e.current();if(t>=49&&t<=57){do e.lastIntValue=10*e.lastIntValue+(t-48),e.advance();while((t=e.current())>=48&&t<=57);return!0}return!1},Z.regexp_eatCharacterClassEscape=function(e){var t=e.current();if(Lo(t))return e.lastIntValue=-1,e.advance(),!0;if(e.switchU&&this.options.ecmaVersion>=9&&(t===80||t===112)){if(e.lastIntValue=-1,e.advance(),e.eat(123)&&this.regexp_eatUnicodePropertyValueExpression(e)&&e.eat(125))return!0;e.raise(`Invalid property name`)}return!1};function Lo(e){return e===100||e===68||e===115||e===83||e===119||e===87}Z.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var n=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var r=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,n,r),!0}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var i=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,i),!0}return!1},Z.regexp_validateUnicodePropertyNameAndValue=function(e,t,n){Da(e.unicodeProperties.nonBinary,t)||e.raise(`Invalid property name`),e.unicodeProperties.nonBinary[t].test(n)||e.raise(`Invalid property value`)},Z.regexp_validateUnicodePropertyNameOrValue=function(e,t){e.unicodeProperties.binary.test(t)||e.raise(`Invalid property name`)},Z.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue=``;Ro(t=e.current());)e.lastStringValue+=jo(t),e.advance();return e.lastStringValue!==``};function Ro(e){return Fo(e)||e===95}Z.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue=``;zo(t=e.current());)e.lastStringValue+=jo(t),e.advance();return e.lastStringValue!==``};function zo(e){return Ro(e)||Bo(e)}Z.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)},Z.regexp_eatCharacterClass=function(e){if(e.eat(91)){if(e.eat(94),this.regexp_classRanges(e),e.eat(93))return!0;e.raise(`Unterminated character class`)}return!1},Z.regexp_classRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var n=e.lastIntValue;e.switchU&&(t===-1||n===-1)&&e.raise(`Invalid character class`),t!==-1&&n!==-1&&t>n&&e.raise(`Range out of order in character class`)}}},Z.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var n=e.current();(n===99||Uo(n))&&e.raise(`Invalid class escape`),e.raise(`Invalid escape`)}e.pos=t}var r=e.current();return r===93?!1:(e.lastIntValue=r,e.advance(),!0)},Z.regexp_eatClassEscape=function(e){var t=e.pos;if(e.eat(98))return e.lastIntValue=8,!0;if(e.switchU&&e.eat(45))return e.lastIntValue=45,!0;if(!e.switchU&&e.eat(99)){if(this.regexp_eatClassControlLetter(e))return!0;e.pos=t}return this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)},Z.regexp_eatClassControlLetter=function(e){var t=e.current();return Bo(t)||t===95?(e.lastIntValue=t%32,e.advance(),!0):!1},Z.regexp_eatHexEscapeSequence=function(e){var t=e.pos;if(e.eat(120)){if(this.regexp_eatFixedHexDigits(e,2))return!0;e.switchU&&e.raise(`Invalid escape`),e.pos=t}return!1},Z.regexp_eatDecimalDigits=function(e){var t=e.pos,n=0;for(e.lastIntValue=0;Bo(n=e.current());)e.lastIntValue=10*e.lastIntValue+(n-48),e.advance();return e.pos!==t};function Bo(e){return e>=48&&e<=57}Z.regexp_eatHexDigits=function(e){var t=e.pos,n=0;for(e.lastIntValue=0;Vo(n=e.current());)e.lastIntValue=16*e.lastIntValue+Ho(n),e.advance();return e.pos!==t};function Vo(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function Ho(e){return e>=65&&e<=70?10+(e-65):e>=97&&e<=102?10+(e-97):e-48}Z.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var n=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=t*64+n*8+e.lastIntValue:e.lastIntValue=t*8+n}else e.lastIntValue=t;return!0}return!1},Z.regexp_eatOctalDigit=function(e){var t=e.current();return Uo(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)};function Uo(e){return e>=48&&e<=55}Z.regexp_eatFixedHexDigits=function(e,t){var n=e.pos;e.lastIntValue=0;for(var r=0;r<t;++r){var i=e.current();if(!Vo(i))return e.pos=n,!1;e.lastIntValue=16*e.lastIntValue+Ho(i),e.advance()}return!0};var Wo=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new ja(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},Q=Qa.prototype;Q.next=function(e){!e&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,`Escape sequence in keyword `+this.type.keyword),this.options.onToken&&this.options.onToken(new Wo(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},Q.getToken=function(){return this.next(),new Wo(this)},typeof Symbol<`u`&&(Q[Symbol.iterator]=function(){var e=this;return{next:function(){var t=e.getToken();return{done:t.type===J.eof,value:t}}}}),Q.curContext=function(){return this.context[this.context.length-1]},Q.nextToken=function(){var e=this.curContext();if((!e||!e.preserveSpace)&&this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length)return this.finishToken(J.eof);if(e.override)return e.override(this);this.readToken(this.fullCharCodeAtPos())},Q.readToken=function(e){return pa(e,this.options.ecmaVersion>=6)||e===92?this.readWord():this.getTokenFromCode(e)},Q.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(e<=55295||e>=57344)return e;var t=this.input.charCodeAt(this.pos+1);return(e<<10)+t-56613888},Q.skipBlockComment=function(){var e=this.options.onComment&&this.curPosition(),t=this.pos,n=this.input.indexOf(`*/`,this.pos+=2);if(n===-1&&this.raise(this.pos-2,`Unterminated comment`),this.pos=n+2,this.options.locations){ba.lastIndex=t;for(var r;(r=ba.exec(this.input))&&r.index<this.pos;)++this.curLine,this.lineStart=r.index+r[0].length}this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,n),t,this.pos,e,this.curPosition())},Q.skipLineComment=function(e){for(var t=this.pos,n=this.options.onComment&&this.curPosition(),r=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&!xa(r);)r=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,n,this.curPosition())},Q.skipSpace=function(){loop:for(;this.pos<this.input.length;){var e=this.input.charCodeAt(this.pos);switch(e){case 32:case 160:++this.pos;break;case 13:this.input.charCodeAt(this.pos+1)===10&&++this.pos;case 10:case 8232:case 8233:++this.pos,this.options.locations&&(++this.curLine,this.lineStart=this.pos);break;case 47:switch(this.input.charCodeAt(this.pos+1)){case 42:this.skipBlockComment();break;case 47:this.skipLineComment(2);break;default:break loop}break;default:if(e>8&&e<14||e>=5760&&Sa.test(String.fromCharCode(e)))++this.pos;else break loop}}},Q.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var n=this.type;this.type=e,this.value=t,this.updateContext(n)},Q.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var t=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&e===46&&t===46?(this.pos+=3,this.finishToken(J.ellipsis)):(++this.pos,this.finishToken(J.dot))},Q.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):e===61?this.finishOp(J.assign,2):this.finishOp(J.slash,1)},Q.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),n=1,r=e===42?J.star:J.modulo;return this.options.ecmaVersion>=7&&e===42&&t===42&&(++n,r=J.starstar,t=this.input.charCodeAt(this.pos+2)),t===61?this.finishOp(J.assign,n+1):this.finishOp(r,n)},Q.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?this.options.ecmaVersion>=12&&this.input.charCodeAt(this.pos+2)===61?this.finishOp(J.assign,3):this.finishOp(e===124?J.logicalOR:J.logicalAND,2):t===61?this.finishOp(J.assign,2):this.finishOp(e===124?J.bitwiseOR:J.bitwiseAND,1)},Q.readToken_caret=function(){return this.input.charCodeAt(this.pos+1)===61?this.finishOp(J.assign,2):this.finishOp(J.bitwiseXOR,1)},Q.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?t===45&&!this.inModule&&this.input.charCodeAt(this.pos+2)===62&&(this.lastTokEnd===0||ya.test(this.input.slice(this.lastTokEnd,this.pos)))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(J.incDec,2):t===61?this.finishOp(J.assign,2):this.finishOp(J.plusMin,1)},Q.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),n=1;return t===e?(n=e===62&&this.input.charCodeAt(this.pos+2)===62?3:2,this.input.charCodeAt(this.pos+n)===61?this.finishOp(J.assign,n+1):this.finishOp(J.bitShift,n)):t===33&&e===60&&!this.inModule&&this.input.charCodeAt(this.pos+2)===45&&this.input.charCodeAt(this.pos+3)===45?(this.skipLineComment(4),this.skipSpace(),this.nextToken()):(t===61&&(n=2),this.finishOp(J.relational,n))},Q.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return t===61?this.finishOp(J.equality,this.input.charCodeAt(this.pos+2)===61?3:2):e===61&&t===62&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(J.arrow)):this.finishOp(e===61?J.eq:J.prefix,1)},Q.readToken_question=function(){var e=this.options.ecmaVersion;if(e>=11){var t=this.input.charCodeAt(this.pos+1);if(t===46){var n=this.input.charCodeAt(this.pos+2);if(n<48||n>57)return this.finishOp(J.questionDot,2)}if(t===63)return e>=12&&this.input.charCodeAt(this.pos+2)===61?this.finishOp(J.assign,3):this.finishOp(J.coalesce,2)}return this.finishOp(J.question,1)},Q.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(J.parenL);case 41:return++this.pos,this.finishToken(J.parenR);case 59:return++this.pos,this.finishToken(J.semi);case 44:return++this.pos,this.finishToken(J.comma);case 91:return++this.pos,this.finishToken(J.bracketL);case 93:return++this.pos,this.finishToken(J.bracketR);case 123:return++this.pos,this.finishToken(J.braceL);case 125:return++this.pos,this.finishToken(J.braceR);case 58:return++this.pos,this.finishToken(J.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(J.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(t===120||t===88)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(t===111||t===79)return this.readRadixNumber(8);if(t===98||t===66)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 63:return this.readToken_question();case 126:return this.finishOp(J.prefix,1)}this.raise(this.pos,`Unexpected character '`+qo(e)+`'`)},Q.finishOp=function(e,t){var n=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,n)},Q.readRegexp=function(){for(var e,t,n=this.pos;;){this.pos>=this.input.length&&this.raise(n,`Unterminated regular expression`);var r=this.input.charAt(this.pos);if(ya.test(r)&&this.raise(n,`Unterminated regular expression`),e)e=!1;else{if(r===`[`)t=!0;else if(r===`]`&&t)t=!1;else if(r===`/`&&!t)break;e=r===`\\`}++this.pos}var i=this.input.slice(n,this.pos);++this.pos;var a=this.pos,o=this.readWord1();this.containsEsc&&this.unexpected(a);var s=this.regexpState||=new Ao(this);s.reset(n,i,o),this.validateRegExpFlags(s),this.validateRegExpPattern(s);var c=null;try{c=new RegExp(i,o)}catch{}return this.finishToken(J.regexp,{pattern:i,flags:o,value:c})},Q.readInt=function(e,t,n){for(var r=this.options.ecmaVersion>=12&&t===void 0,i=n&&this.input.charCodeAt(this.pos)===48,a=this.pos,o=0,s=0,c=0,l=t??1/0;c<l;++c,++this.pos){var u=this.input.charCodeAt(this.pos),d=void 0;if(r&&u===95){i&&this.raiseRecoverable(this.pos,`Numeric separator is not allowed in legacy octal numeric literals`),s===95&&this.raiseRecoverable(this.pos,`Numeric separator must be exactly one underscore`),c===0&&this.raiseRecoverable(this.pos,`Numeric separator is not allowed at the first of digits`),s=u;continue}if(d=u>=97?u-97+10:u>=65?u-65+10:u>=48&&u<=57?u-48:1/0,d>=e)break;s=u,o=o*e+d}return r&&s===95&&this.raiseRecoverable(this.pos-1,`Numeric separator is not allowed at the last of digits`),this.pos===a||t!=null&&this.pos-a!==t?null:o};function Go(e,t){return t?parseInt(e,8):parseFloat(e.replace(/_/g,``))}function Ko(e){return typeof BigInt==`function`?BigInt(e.replace(/_/g,``)):null}Q.readRadixNumber=function(e){var t=this.pos;this.pos+=2;var n=this.readInt(e);return n??this.raise(this.start+2,`Expected number in radix `+e),this.options.ecmaVersion>=11&&this.input.charCodeAt(this.pos)===110?(n=Ko(this.input.slice(t,this.pos)),++this.pos):pa(this.fullCharCodeAtPos())&&this.raise(this.pos,`Identifier directly after number`),this.finishToken(J.num,n)},Q.readNumber=function(e){var t=this.pos;!e&&this.readInt(10,void 0,!0)===null&&this.raise(t,`Invalid number`);var n=this.pos-t>=2&&this.input.charCodeAt(t)===48;n&&this.strict&&this.raise(t,`Invalid number`);var r=this.input.charCodeAt(this.pos);if(!n&&!e&&this.options.ecmaVersion>=11&&r===110){var i=Ko(this.input.slice(t,this.pos));return++this.pos,pa(this.fullCharCodeAtPos())&&this.raise(this.pos,`Identifier directly after number`),this.finishToken(J.num,i)}n&&/[89]/.test(this.input.slice(t,this.pos))&&(n=!1),r===46&&!n&&(++this.pos,this.readInt(10),r=this.input.charCodeAt(this.pos)),(r===69||r===101)&&!n&&(r=this.input.charCodeAt(++this.pos),(r===43||r===45)&&++this.pos,this.readInt(10)===null&&this.raise(t,`Invalid number`)),pa(this.fullCharCodeAtPos())&&this.raise(this.pos,`Identifier directly after number`);var a=Go(this.input.slice(t,this.pos),n);return this.finishToken(J.num,a)},Q.readCodePoint=function(){var e=this.input.charCodeAt(this.pos),t;if(e===123){this.options.ecmaVersion<6&&this.unexpected();var n=++this.pos;t=this.readHexChar(this.input.indexOf(`}`,this.pos)-this.pos),++this.pos,t>1114111&&this.invalidStringToken(n,`Code point out of bounds`)}else t=this.readHexChar(4);return t};function qo(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(e&1023)+56320))}Q.readString=function(e){for(var t=``,n=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,`Unterminated string constant`);var r=this.input.charCodeAt(this.pos);if(r===e)break;r===92?(t+=this.input.slice(n,this.pos),t+=this.readEscapedChar(!1),n=this.pos):(xa(r,this.options.ecmaVersion>=10)&&this.raise(this.start,`Unterminated string constant`),++this.pos)}return t+=this.input.slice(n,this.pos++),this.finishToken(J.string,t)};var Jo={};Q.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e===Jo)this.readInvalidTemplateToken();else throw e}this.inTemplateElement=!1},Q.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw Jo;this.raise(e,t)},Q.readTmplToken=function(){for(var e=``,t=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,`Unterminated template`);var n=this.input.charCodeAt(this.pos);if(n===96||n===36&&this.input.charCodeAt(this.pos+1)===123)return this.pos===this.start&&(this.type===J.template||this.type===J.invalidTemplate)?n===36?(this.pos+=2,this.finishToken(J.dollarBraceL)):(++this.pos,this.finishToken(J.backQuote)):(e+=this.input.slice(t,this.pos),this.finishToken(J.template,e));if(n===92)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(xa(n)){switch(e+=this.input.slice(t,this.pos),++this.pos,n){case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:e+=`
|
|
92
|
+
`;break;default:e+=String.fromCharCode(n);break}this.options.locations&&(++this.curLine,this.lineStart=this.pos),t=this.pos}else ++this.pos}},Q.readInvalidTemplateToken=function(){for(;this.pos<this.input.length;this.pos++)switch(this.input[this.pos]){case`\\`:++this.pos;break;case`$`:if(this.input[this.pos+1]!==`{`)break;case"`":return this.finishToken(J.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,`Unterminated template`)},Q.readEscapedChar=function(e){var t=this.input.charCodeAt(++this.pos);switch(++this.pos,t){case 110:return`
|
|
93
|
+
`;case 114:return`\r`;case 120:return String.fromCharCode(this.readHexChar(2));case 117:return qo(this.readCodePoint());case 116:return` `;case 98:return`\b`;case 118:return`\v`;case 102:return`\f`;case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),``;case 56:case 57:if(e){var n=this.pos-1;return this.invalidStringToken(n,`Invalid escape sequence in template string`),null}default:if(t>=48&&t<=55){var r=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],i=parseInt(r,8);return i>255&&(r=r.slice(0,-1),i=parseInt(r,8)),this.pos+=r.length-1,t=this.input.charCodeAt(this.pos),(r!==`0`||t===56||t===57)&&(this.strict||e)&&this.invalidStringToken(this.pos-1-r.length,e?`Octal literal in template string`:`Octal literal in strict mode`),String.fromCharCode(i)}return xa(t)?``:String.fromCharCode(t)}},Q.readHexChar=function(e){var t=this.pos,n=this.readInt(16,e);return n===null&&this.invalidStringToken(t,`Bad character escape sequence`),n},Q.readWord1=function(){this.containsEsc=!1;for(var e=``,t=!0,n=this.pos,r=this.options.ecmaVersion>=6;this.pos<this.input.length;){var i=this.fullCharCodeAtPos();if(ma(i,r))this.pos+=i<=65535?1:2;else if(i===92){this.containsEsc=!0,e+=this.input.slice(n,this.pos);var a=this.pos;this.input.charCodeAt(++this.pos)!==117&&this.invalidStringToken(this.pos,`Expecting Unicode escape sequence \\uXXXX`),++this.pos;var o=this.readCodePoint();(t?pa:ma)(o,r)||this.invalidStringToken(a,`Invalid Unicode escape`),e+=qo(o),n=this.pos}else break;t=!1}return e+this.input.slice(n,this.pos)},Q.readWord=function(){var e=this.readWord1(),t=J.name;return this.keywords.test(e)&&(t=va[e]),this.finishToken(t,e)},Qa.acorn={Parser:Qa,version:`7.4.1`,defaultOptions:Na,Position:Aa,SourceLocation:ja,getLineInfo:Ma,Node:ho,TokenType:K,tokTypes:J,keywordTypes:va,TokContext:vo,tokContexts:yo,isIdentifierChar:ma,isIdentifierStart:pa,Token:Wo,isNewLine:xa,lineBreak:ya,lineBreakG:ba,nonASCIIwhitespace:Sa};function Yo(e,t){return Qa.parse(e,t)}function Xo(e){return[`ArrayOrObject1D`,`ArrayOrObject2D`,`ArrayOrObject3DPlus`,`Literal`,`Symbol`,`UnaryOperation`,`BinaryOperation`,`Random`,`CallDefinedFunction`,`AnyFunction`,`ConditionalExpression`,`ArrayExpression`,`ObjectExpression`].includes(e.type)}function Zo(e){return e.type===`Program`?e.body.map(e=>$(e)):[$(e)]}function $(e){switch(e.type){case`Program`:return ms(e);case`ExpressionStatement`:return hs(e);case`AssignmentExpression`:return gs(e);case`MemberExpression`:return ys(e);case`UnaryExpression`:return _s(e);case`BinaryExpression`:return vs(e);case`Identifier`:return bs(e);case`Literal`:return xs(e);case`CallExpression`:return ls(e);case`IfStatement`:return cs(e);case`BlockStatement`:return ss(e);case`FunctionDeclaration`:return Qo(e);case`ForStatement`:return os(e);case`BreakStatement`:return is(e);case`ReturnStatement`:return as(e);case`ContinueStatement`:return rs(e);case`UpdateExpression`:return $o(e);case`LogicalExpression`:return es(e);case`TemplateLiteral`:return ts(e);case`TemplateElement`:return ns(e);case`ConditionalExpression`:return Ss(e);case`Property`:return Cs(e);case`ObjectExpression`:return ws(e);case`ArrayExpression`:return Ts(e);default:throw console.log(e),Error(`未定義の AST ノードです :`+e.type)}}function Qo(e){return{type:`DefinedFunction`,functionName:e.id.name,body:$(e.body)}}function $o(e){return{type:`UpdateExpression`,operator:e.operator,argument:$(e.argument)}}function es(e){return{type:`LogicalExpression`,operator:e.operator,left:$(e.left),right:$(e.right)}}function ts(e){return{type:`TemplateLiteral`,expressions:e.expressions.map(e=>$(e)),quasis:e.quasis.map(e=>$(e))}}function ns(e){return{type:`TemplateElement`,value:e.value}}function rs(e){return{type:`Continue`,label:e.label}}function is(e){return{type:`Break`,label:e.label}}function as(e){return{type:`Return`,argument:$(e.argument)}}function os(e){return{type:`ForStatement`,body:e.body.body.map(e=>$(e)),init:$(e.init),test:$(e.test),update:$(e.update)}}function ss(e){return{type:`BlockStatement`,value:e.body.map(e=>$(e))}}function cs(e){return{type:`IfStatement`,consequent:$(e.consequent),test:$(e.test),alternate:e.alternate?$(e.alternate):void 0}}function ls(e){let t=e.callee.name;switch(t){case`RAND`:return ps(e.arguments);case`JUMPGATE`:return fs(e.arguments);case`MSG`:case`MESSAGE`:return ds(e.arguments);case`MUSIC`:case`SOUND`:case`BGM_STOP`:case`STOP_BGM`:case`SOUND_STOP`:case`STOP_SOUND`:case`ALL_SOUND_STOP`:case`STOP_ALL_SOUND`:case`SAVE`:case`LOG`:case`ABLE_CHANGE_SPEED`:case`SET_SPEED`:case`CHANGE_GAMEOVER_POS`:case`DEL_PLAYER`:case`RESTART_GAME`:case`URL_JUMPGATE`:case`HIDE_STATUS`:case`PARTS`:case`FACE`:case`EFFECT`:case`CHANGE_PLAYER_IMAGE`:case`CHANGE_PLAYER_IMG`:case`HAS_ITEM`:case`REMOVE_ITEM`:case`MOVE`:case`PARTS_MOVE`:case`IS_PLAYER_WAITING_MESSAGE`:case`GET_UNIXTIME`:case`GET_DATE_YEAR`:case`GET_DATE_MONTH`:case`GET_DATE_DAY`:case`GET_DATE_HOUR`:case`GET_DATE_MINUTES`:case`GET_DATE_SECONDS`:case`GET_DATE_MILLISECONDS`:case`GET_DATE_WEEKDAY`:case`CHANGE_SYSMSG`:case`PICTURE`:case`PICTURE_FROM_PARTS`:case`CLEAR_ALL_PICTURES`:case`HAS_PICTURE`:case`SHOW_USER_DEF_VAR`:case`ABS`:case`GET_GAMEOVER_POS_X`:case`GET_GAMEOVER_POS_Y`:case`ABORT_BATTLE`:case`EXIT`:case`GET_IMG_POS_X`:case`GET_IMG_POS_Y`:case`LENGTH`:case`IS_NUMBER`:case`COLOR`:case`EFFITEM`:case`CHANGE_BOM_IMG`:case`CHANGE_BOM_IMAGE`:case`CHANGE_CLICK_IMAGE`:case`CHANGE_CLICK_IMG`:case`CHANGE_FRAME_IMAGE`:case`CHANGE_FRAME_IMG`:case`CHANGE_YESNO_IMAGE`:case`CHANGE_YESNO_IMG`:case`NO_GAMEOVER`:case`DEFAULT`:case`DIR_MAP`:case`CHANGE_SOUND_ATTACK`:case`CHANGE_SOUND_DECISION`:return us(e.arguments,t);default:return{type:`CallDefinedFunction`,functionName:t}}}function us(e,t){return{type:`AnyFunction`,functionName:t,value:e.map(e=>$(e))}}function ds(e){return{type:`Msg`,value:$(e[0])}}function fs(e){if(e.length<2)throw Error(`RAND関数には引数が2つ必要です。`);let t={x:e[0],y:e[1]};return{type:`Jumpgate`,x:$(t.x),y:$(t.y)}}function ps(e){if(e.length<1)throw Error(`RAND関数には引数が必要です。`);return{type:`Random`,value:$(e[0])}}function ms(e){if(e.body.length!==1)throw Error(`bodyが1以外の場合評価できません。`);return $(e.body[0])}function hs(e){return $(e.expression)}function gs(e){let t=$(e.left),n=$(e.right);if(!Xo(n))throw Error(`値以外を代入式の右辺に設定できません`);switch(e.operator){case`=`:case`+=`:case`-=`:case`*=`:case`/=`:if(t.type===`ArrayOrObject2D`){if(t.name===`m`||t.name===`o`)return{type:`PartsAssignment`,partsKind:t.name===`m`?`map`:`object`,destinationX:t.indecies[0],destinationY:t.indecies[1],value:n,operator:e.operator};if(t.name===`v`)return{type:`UserVariableAssignment`,index:[t.indecies[0],t.indecies[1]],value:n,operator:e.operator};throw Error(`想定していない記号が2次元配列ででてきました`)}else if(t.type===`ArrayOrObject1D`){if(t.name===`ITEM`)return{type:`ItemAssignment`,itemBoxPosition1to12:t.indecies[0],value:n,operator:e.operator};if(t.name===`v`)return{type:`UserVariableAssignment`,index:[t.indecies[0]],value:n,operator:e.operator};if(t.name===`LP`)return{type:`LoopPointerAssignment`,index:t.indecies[0],value:n,operator:e.operator};throw Error(`1次元配列にて想定していないシンボルが指定されました ${t.name}`)}else if(t.type===`Symbol`){if(t.name===`m`||t.name===`o`||t.name===`v`||t.name===`ITEM`||t.name===`X`||t.name===`Y`||t.name===`ID`||t.name===`TYPE`||t.name===`CX`||t.name===`CY`||t.name===`PICTURE`||t.name===`PLAYER_PX`||t.name===`PLAYER_PY`||t.name===`MOVE_SPEED`||t.name===`MOVE_FRAME_TIME`||t.name===`LP`||t.name===`undefined`)throw Error(`このシンボルには代入できません`);if(t.name===`AT_TOTAL`)throw Error(`"装備品込みの攻撃力(AT_TOTAL)への代入はできません。"`);if(t.name===`DF_TOTAL`)throw Error(`"装備品込みの防御力(DF_TOTAL)への代入はできません。"`);if(t.name===`ENEMY_HP`||t.name===`ENEMY_AT`||t.name===`ENEMY_DF`||t.name===`ENEMY_GD`)throw Error(`敵ステータス (ENEMY_HP, ENEMY_AT, ENEMY_DF, ENEMY_GD) への代入はできません。`);return{type:`SpecialParameterAssignment`,kind:t.name,value:n,operator:e.operator}}else if(t.type===`Literal`)throw Error(`数値には代入できません`);else if(t.type===`ArrayOrObject3DPlus`&&t.name===`v`)return{type:`UserVariableAssignment`,index:t.indecies,value:n,operator:e.operator};else throw Error(`代入できません`);default:throw Error(`想定していないオペレーターです`)}}function _s(e){let t=$(e.argument);if(![`+`,`-`,`!`].includes(e.operator))throw Error(`未定義の演算子です :`+e.operator);if(!Xo(t))throw Error(`単項演算子が適用できません`);return{type:`UnaryOperation`,operator:e.operator,argument:t}}function vs(e){let t=$(e.left),n=$(e.right);if(!Xo(t)||!Xo(n))throw Error(`左辺または右辺が評価不能です`);switch(e.operator){case`+`:case`-`:case`*`:case`/`:case`%`:case`>`:case`<`:case`>=`:case`<=`:case`==`:case`!=`:return{type:`BinaryOperation`,operator:e.operator,left:t,right:n};default:throw Error(`未定義の演算子です :`+e.operator)}}function ys(e){let t=$(e.object),n=$(e.property);if(t.type===`Symbol`){if(![`v`,`m`,`o`,`ITEM`,`LP`,`PICTURE`].includes(t.name))throw Error(`このシンボルは配列にできません`);if(Xo(n))return{type:`ArrayOrObject1D`,name:t.name,indecies:[n]};throw Error(`WWAでは存在しない構文です`)}else if(t.type===`ArrayOrObject1D`){if(t.name===`ITEM`||t.name===`PICTURE`)throw Error(`この配列は2次元以上にはできません。`);if(Xo(n))return{type:`ArrayOrObject2D`,name:t.name,indecies:[...t.indecies,n]};throw Error(`WWAでは存在しない構文です`)}else if(t.type===`ArrayOrObject2D`||t.type===`ArrayOrObject3DPlus`){if(t.name===`m`||t.name===`o`)throw Error(`この配列は3次元以上にはできません。`);if(t.name===`v`&&Xo(n))return{type:`ArrayOrObject3DPlus`,name:t.name,indecies:[...t.indecies,n]}}else throw Error(`WWAでは存在しない構文です`)}function bs(e){switch(e.name){case`m`:case`o`:case`ITEM`:case`X`:case`Y`:case`ID`:case`TYPE`:case`PX`:case`PY`:case`CX`:case`CY`:case`v`:case`HP`:case`HPMAX`:case`AT`:case`AT_TOTAL`:case`DF`:case`DF_TOTAL`:case`GD`:case`STEP`:case`TIME`:case`PDIR`:case`i`:case`j`:case`k`:case`LOOPLIMIT`:case`ITEM_ID`:case`ITEM_POS`:case`ENEMY_HP`:case`ENEMY_AT`:case`ENEMY_DF`:case`PICTURE`:case`PLAYER_PX`:case`PLAYER_PY`:case`MOVE_SPEED`:case`MOVE_FRAME_TIME`:case`LP`:case`undefined`:return{type:`Symbol`,name:e.name};default:return{type:`Literal`,value:e.name}}}function xs(e){return{type:`Literal`,value:e.value}}function Ss(e){let t=$(e.consequent),n=$(e.alternate);return{type:`ConditionalExpression`,consequent:t,test:$(e.test),alternate:n}}function Cs(e){let t=$(e.key);if(t.type===`Symbol`)throw Error(`Object のキー ${t.name} は予約されているため、使用できません。`);if(t.type!==`Literal`)throw Error(`Object のキーが不正です。 Literal を期待していましたが、実際は ${t.type} でした。`);return{type:`Property`,key:t,value:$(e.value)}}function ws(e){return{type:`ObjectExpression`,properties:e.properties.map(Cs)}}function Ts(e){return{type:`ArrayExpression`,elements:e.elements.map($)}}var Es=[A.OBJECT,A.MAP];function Ds(e){switch(typeof e){case`object`:if(e===null)break;return Array.isArray(e)?e.length:Object.keys(e).length;case`string`:return e.length}throw Error(`LENGTH: 対応できない値が指定されています。`)}var Os=(e,t)=>(e-t)*L.CHIP_SIZE,ks=(e,t)=>(e-t)*L.CHIP_SIZE,As=Object.freeze({"=":(e,t)=>t,"+=":(e,t)=>e+t,"-=":(e,t)=>e-t,"*=":(e,t)=>e*t,"/=":(e,t)=>e/t}),js=class{constructor(e){this.wwa=e,this.loop_limit=1e5,this.state={messagePageAdditionalQueue:[]}}setTriggerParts(e,t,n){this.state={...this.state,triggerParts:{id:e,type:t,position:n}}}clearTemporaryState(){this.state={...this.state,triggerParts:void 0,messagePageAdditionalQueue:[]}}setEarnedItem(e,t){this.state={...this.state,earnedItem:{partsId:e,itemPos1To12:t}}}clearEarnedItem(){this.state={...this.state,earnedItem:void 0}}setBattleDamageCalculationMode(e){this.state={...this.state,battleDamageCalculation:{estimatingParams:e}}}clearBattleDamageCalculationMode(){this.state={...this.state,battleDamageCalculation:void 0}}evalWwaNodes(e){return this.evalWwaNode({type:`BlockStatement`,value:e})}evalWwaNode(e){if(!(e.type===`BlockStatement`&&Array.isArray(e.value)&&e.value.length===0))try{return new Ms(this).evalWwaNode(e)}catch(e){if(e instanceof Ns||e instanceof Ps)return e.value;throw e}}addPageAdditionalItem(e){this.state.messagePageAdditionalQueue.push(e)}pickPageAdditionalQueue(){let e=[...this.state.messagePageAdditionalQueue];return this.state.messagePageAdditionalQueue=[],e}updateLoopLimit(e){this.loop_limit=e}},Ms=class{constructor(e){this.generator=e,this.for_id={i:null,j:null,k:null,LP:[],loopCount:0,break_flag:!1,continue_flag:!1}}evalWwaNodes(e){let t;return e.forEach(e=>{t=this.evalWwaNode(e)}),t}evalWwaNode(e){if(!(this.for_id.break_flag||this.for_id.continue_flag))switch(e.type){case`UnaryOperation`:return this.evalUnaryOperation(e);case`BinaryOperation`:return this.evalBinaryOperation(e);case`Symbol`:return this.evalSymbol(e);case`ArrayOrObject1D`:return this.evalArrayOrObject1D(e);case`ArrayOrObject2D`:return this.evalArrayOrObject2D(e);case`ArrayOrObject3DPlus`:return this.evalArrayOrObject3DPlus(e);case`Literal`:return this.evalLiteral(e);case`UserVariableAssignment`:return this.evalSetUserVariable(e);case`SpecialParameterAssignment`:return this.evalSetSpecialParameter(e);case`Random`:return this.evalRandom(e);case`Jumpgate`:return this.evalJumpgate(e);case`Msg`:return this.evalMessage(e);case`ItemAssignment`:return this.itemAssignment(e);case`IfStatement`:return this.ifStatement(e);case`BlockStatement`:return this.blockStatement(e);case`PartsAssignment`:return this.partsAssignment(e);case`ForStatement`:return this.forStateMent(e);case`AnyFunction`:return this.wrapCallFunction(e,e=>this.evalAnyFunction(e));case`CallDefinedFunction`:return this.wrapCallFunction(e,e=>this.callDefinedFunction(e));case`Break`:return this.breakStatement(e);case`Return`:throw new Ns(this.returnStatement(e));case`Continue`:return this.contunueStatment(e);case`UpdateExpression`:return this.updateExpression(e);case`LogicalExpression`:return this.logicalExpression(e);case`TemplateLiteral`:return this.convertTemplateLiteral(e);case`ConditionalExpression`:return this.convertConditionalExpression(e);case`Property`:return this.property(e);case`ObjectExpression`:return this.objectExpression(e);case`ArrayExpression`:return this.arrayExpression(e);case`LoopPointerAssignment`:return this.convertLoopPointerExpression(e);default:throw console.log(e),Error(`未定義または未実装のノードです`)}}wrapCallFunction(e,t){try{return t(e)}catch(e){if(e instanceof Ns)return e.value;throw e}}callDefinedFunction(e){let t=this.generator.wwa.getUserScript(e.functionName);if(t===null)throw Error(`未定義の関数が呼び出されました: ${e.functionName}`);return this.evalWwaNode(t)}updateExpression(e){if(e.argument.type!==`ArrayOrObject1D`&&e.argument.type!==`ArrayOrObject2D`&&e.argument.type!==`Symbol`)throw Error(`node.argument.typeが インクリメント/デクリメントできる対象ではありません。: ${e.argument.type}`);let t=t=>{switch(e.operator){case`++`:return t+1;case`--`:return t-1;default:throw Error(`想定外のOperatorが渡されました :`+e.operator)}},n=this.evalWwaNode(e.argument),r={type:`Literal`,value:t(n)};switch(e.argument.type){case`ArrayOrObject1D`:if(e.argument.name===`v`)this.evalSetUserVariable({type:`UserVariableAssignment`,index:[e.argument.indecies[0]],value:r});else if(e.argument.name===`ITEM`)this.itemAssignment({type:`ItemAssignment`,itemBoxPosition1to12:e.argument.indecies[0],value:r});else if(e.argument.name===`LP`)this.convertLoopPointerExpression({type:`LoopPointerAssignment`,index:e.argument.indecies[0],value:r,operator:`=`});else throw Error(`このリテラルはインクリメント/デクリメントできません: ${e.argument.type}`);break;case`ArrayOrObject2D`:{let t={type:`PartsAssignment`,destinationX:e.argument.indecies[0],destinationY:e.argument.indecies[1],value:r,operator:`=`};if(e.argument.name===`m`)this.partsAssignment({...t,partsKind:`map`});else if(e.argument.name===`o`)this.partsAssignment({...t,partsKind:`object`});else throw Error(`このリテラルはインクリメント/デクリメントできません: ${e.argument.type}`);break}case`Symbol`:{let t={type:`SpecialParameterAssignment`,kind:e.argument.name,value:r};this.evalSetSpecialParameter(t);break}}return n}logicalExpression(e){let t=this.evalWwaNode(e.left),n=this.evalWwaNode(e.right);switch(e.operator){case`||`:return t||n;case`&&`:return t&&n;default:throw Error(`存在しない論理式です!: `+e.operator)}}convertTemplateLiteral(e){let t=e.expressions.map(e=>this.evalWwaNode(e)),n=e.quasis.map(e=>e.value.cooked),r=``;return n.forEach((e,n)=>{r+=e,t[n]!==void 0&&(r+=t[n])}),r}contunueStatment(e){this.for_id.continue_flag=!0}breakStatement(e){this.for_id.break_flag=!0}returnStatement(e){return this.evalWwaNode(e.argument)}forStateMent(e){let t=e.init;for((()=>{if(`kind`in t)switch(t.kind){case`i`:if(this.for_id.i!==null)throw Error(`iの値が既に外側のforループで使われています。`);break;case`j`:if(this.for_id.j!==null)throw Error(`jの値が既に外側のforループで使われています。`);break;case`k`:if(this.for_id.k!==null)throw Error(`kの値が既に外側のforループで使われています。`);break;default:throw console.log(e),Error(`予想外の変数がfor文内で使用されました :`+t.kind)}else switch(t.type){case`LoopPointerAssignment`:let n=Number(this.evalWwaNode(t.index));if(Number.isNaN(n))throw Error(`LPのIndex値はNumberでないといけません。: ${n}`);if(this.for_id.LP[n]!==null&&this.for_id.LP[n]!==void 0)throw Error(`LP[${n}]の値が既に外側のforループで使われています。`);break;default:throw console.log(e),Error(`予想外の1次元配列がfor文内で使用されました :`+t)}this.evalWwaNode(e.init)})();this.evalWwaNode(e.test);this.evalWwaNode(e.update)){if(this.for_id.loopCount++,this.for_id.loopCount>this.generator.loop_limit)throw Error(`処理回数が多すぎます!
|
|
94
|
+
上限値は LOOPLIMIT で変えられます。`);if(this.for_id.break_flag||!this.evalWwaNode(e.test))break;this.evalWwaNodes(e.body),this.for_id.continue_flag=!1}if(this.for_id.break_flag=!1,`kind`in t)switch(t.kind){case`i`:this.for_id.i=null;break;case`j`:this.for_id.j=null;break;case`k`:this.for_id.k=null;break}else switch(t.type){case`LoopPointerAssignment`:let e=Number(this.evalWwaNode(t.index));this.for_id.LP[e]=null;break}}_checkArgsLength(e,t){if(t.value.length<e)throw Error(`関数 ${t.functionName} の引数が不足しています!`)}evalAnyFunction(e){let t=this.generator.wwa.getGameStatus();switch(e.functionName){case`MUSIC`:case`SOUND`:{this._checkArgsLength(1,e);let t=this.evalWwaNode(e.value[0]),n=e.value[1]?this.evalWwaNode(e.value[1]):void 0,r=e.value[2]?this.evalWwaNode(e.value[2]):!1;return this.generator.wwa.playSound(t,{loopPlaying:n,bgmDelayDurationMs:r>=0?r:void 0}),t}case`BGM_STOP`:case`STOP_BGM`:this.generator.wwa.stopBgm();return;case`SOUND_STOP`:case`STOP_SOUND`:{this._checkArgsLength(1,e);let t=this.evalWwaNode(e.value[0]);return this.generator.wwa.stopSound(t,{includeBgm:!0}),t}case`STOP_SOUNDS`:case`ALL_SOUND_STOP`:case`STOP_ALL_SOUND`:{this._checkArgsLength(1,e);let t=this.evalWwaNode(e.value[0]);this.generator.wwa.stopAllSound({includeBgm:!!t});return}case`SAVE`:{this._checkArgsLength(1,e);let t=!!this.evalWwaNode(e.value[0]);return this.generator.wwa.disableSave(t),t}case`LOG`:{this._checkArgsLength(1,e);let t=this.evalWwaNode(e.value[0]);console.log(t instanceof Map?d(t):t);return}case`ABLE_CHANGE_SPEED`:{this._checkArgsLength(1,e);let t=!!this.evalWwaNode(e.value[0]);return this.generator.wwa.speedChangeJudge(t),t}case`SET_SPEED`:{this._checkArgsLength(1,e);let t=Number(this.evalWwaNode(e.value[0]));this.generator.wwa.setPlayerSpeedIndex(t);return}case`CHANGE_GAMEOVER_POS`:{this._checkArgsLength(2,e);let t={x:Number(this.evalWwaNode(e.value[0])),y:Number(this.evalWwaNode(e.value[1]))};if(t.x<0||t.x>=this.generator.wwa.getMapWidth()||t.y<0||t.y>this.generator.wwa.getMapWidth())throw Error(`マップの範囲外が指定されています!`);this.generator.wwa.setGameOverPosition(new S(t.x,t.y));return}case`DEL_PLAYER`:{this._checkArgsLength(1,e);let t=!!this.evalWwaNode(e.value[0]);this.generator.wwa.setDelPlayer(t);return}case`RESTART_GAME`:this.generator.wwa.restartGame();return;case`URL_JUMPGATE`:throw Error(`URL_JUMPGATE 関数は調整中のためご利用になれません`);case`HIDE_STATUS`:{this._checkArgsLength(2,e);let t=Number(this.evalWwaNode(e.value[0])),n=!!this.evalWwaNode(e.value[1]);this.generator.wwa.hideStatus(t,n);return}case`PARTS`:{this._checkArgsLength(2,e);let t=Number(this.evalWwaNode(e.value[0])),n=Number(this.evalWwaNode(e.value[1])),r=e.value[2]?Number(this.evalWwaNode(e.value[2])):0,i=e.value[3]?!!this.evalWwaNode(e.value[3]):!1;if(t<0||n<0)throw Error(`パーツ番号が不正です`);if(!Es.includes(r))throw Error(`パーツ種別が不明です`);this.generator.wwa.replaceParts(t,n,r,i);return}case`FACE`:{this._checkArgsLength(6,e);let t=Number(this.evalWwaNode(e.value[0])),n=Number(this.evalWwaNode(e.value[1])),r=Number(this.evalWwaNode(e.value[2])),i=Number(this.evalWwaNode(e.value[3])),a=Number(this.evalWwaNode(e.value[4])),o=Number(this.evalWwaNode(e.value[5]));if(t<0||n<0||r<0||i<0||a<0||o<0)throw Error(`各引数は0以上の整数でなければなりません。`);this.generator.addPageAdditionalItem({type:`face`,data:{face:new ee(new S(t,n),new S(r,i),new S(a,o))}});return}case`EFFECT`:{this._checkArgsLength(1,e);let t=Number(this.evalWwaNode(e.value[0]));if(t<0)throw Error(`待ち時間は0以上の整数でなければなりません。`);if(t===0){this.generator.wwa.stopEffect();return}let n=[];for(let t=1;t<e.value.length;t+=2){let r=Number(this.evalWwaNode(e.value[t]));if(r<0)throw Error(`画像のパーツ座標指定は0以上の整数でなければなりません。`);if(t+1===e.value.length)throw Error(`画像のパーツ座標指定で、Y座標が指定されていません。`);let i=Number(this.evalWwaNode(e.value[t+1]));if(i<0)throw Error(`画像のパーツ座標指定は0以上の整数でなければなりません。`);n.push(new S(r,i))}this.generator.wwa.setEffect(t,n);return}case`CHANGE_PLAYER_IMAGE`:case`CHANGE_PLAYER_IMG`:{this._checkArgsLength(2,e);let t=new S(Number(this.evalWwaNode(e.value[0])),Number(this.evalWwaNode(e.value[1])));this.generator.wwa.setPlayerImgCoord(t);return}case`HAS_ITEM`:{this._checkArgsLength(1,e);let n=Number(this.evalWwaNode(e.value[0]));return t.itemBox.includes(n)}case`REMOVE_ITEM`:{this._checkArgsLength(1,e);let n=Number(this.evalWwaNode(e.value[0])),r=e.value[1]?this.evalWwaNode(e.value[1])===1:!1,i=0;for(let e=0;e<t.itemBox.length;e++)if(n===t.itemBox[e]&&(this.generator.wwa.setPlayerGetItem(e+1,0),i++,!r))return i;return i}case`MOVE`:{this._checkArgsLength(1,e);let t=Number(this.evalWwaNode(e.value[0]));if(t<=0||t>9)throw Error(`MOVEの移動先は2/4/6/8で指定してください!`);return this.generator.wwa.movePlayer(t),this.generator.wwa.movePlayer(t),0}case`PARTS_MOVE`:{this._checkArgsLength(1,e);let t=Number(this.evalWwaNode(e.value[0]));return this.generator.wwa.setMoveMacroWaitingToPlayer(t),0}case`IS_PLAYER_WAITING_MESSAGE`:return this.generator.wwa.isPlayerWaitingMessage();case`GET_UNIXTIME`:return Math.floor(new Date().getTime()/1e3);case`GET_DATE_YEAR`:return new Date().getFullYear();case`GET_DATE_MONTH`:return new Date().getMonth()+1;case`GET_DATE_DAY`:return new Date().getDate();case`GET_DATE_HOUR`:return new Date().getHours();case`GET_DATE_MINUTES`:return new Date().getMinutes();case`GET_DATE_SECONDS`:return new Date().getSeconds();case`GET_DATE_MILLISECONDS`:return new Date().getMilliseconds();case`GET_DATE_WEEKDAY`:return new Date().getDay();case`SHOW_USER_DEF_VAR`:console.log(this.generator.wwa.getAllUserNameVar());return;case`CHANGE_SYSMSG`:{this._checkArgsLength(1,e);let t=this.evalWwaNode(e.value[0]),n=e.value.length>=2?this.evalWwaNode(e.value[1]):void 0,r=this.resolveSystemMessageKeyFromMacroArg(t);if(!r)throw Error(`このIDのシステムメッセージは未定義です。`);if(typeof n==`number`||typeof n==`string`||typeof n==`boolean`)this.generator.wwa.overwriteSystemMessage(r,String(n));else if(n==null)this.generator.wwa.overwriteSystemMessage(r,void 0);else throw Error(`この値は文字列に変換できないため、システムメッセージを表示できません。`);break}case`PICTURE`:{this._checkArgsLength(1,e);let t=Number(this.evalWwaNode(e.value[0])),n=e.value.length>=2?this.evalWwaNode(e.value[1]):void 0;if(n===void 0){this.generator.wwa.deletePictureRegistry(t);return}if(n instanceof Map)this.generator.wwa.setPictureRegistryFromObject(t,d(n));else if(typeof n==`string`)this.generator.wwa.setPictureRegistryFromRawText(t,n);else throw Error(`ピクチャのプロパティ定義は文字列あるいはオブジェクトである必要があります。`);break}case`PICTURE_FROM_PARTS`:{this._checkArgsLength(2,e);let t=Number(this.evalWwaNode(e.value[0])),n=Number(this.evalWwaNode(e.value[1]));if(n===0){this.generator.wwa.deletePictureRegistry(t);return}let r=e.value.length>=3?Number(this.evalWwaNode(e.value[2])):A.OBJECT;if(!Es.includes(r))throw Error(`パーツ種別が不明です`);let i=this.generator.wwa.getGameStatus();this.generator.wwa.setPictureRegistry(t,n,r,i.playerCoord);break}case`CLEAR_ALL_PICTURES`:this.generator.wwa.clearAllPictures();break;case`HAS_PICTURE`:{this._checkArgsLength(1,e);let n=Number(this.evalWwaNode(e.value[0]));return t.wwaData.pictureRegistry.some(e=>e.layerNumber===n)}case`ABS`:{this._checkArgsLength(1,e);let t=Number(this.evalWwaNode(e.value[0]));return Math.abs(t)}case`GET_GAMEOVER_POS_X`:return this.generator.wwa.getGemeOverPosition().x;case`GET_GAMEOVER_POS_Y`:return this.generator.wwa.getGemeOverPosition().y;case`ABORT_BATTLE`:throw this.generator.state.battleDamageCalculation&&(this.generator.state.battleDamageCalculation.aborted=!0),new Ps(`ABORT_BATTLE`);case`EXIT`:throw new Ps(`EXIT`,this.evalWwaNode(e.value[0]));case`GET_IMG_POS_X`:{this._checkArgsLength(1,e);let t=Number(this.evalWwaNode(e.value[0])),n=(e.value[1]===void 0?0:Number(this.evalWwaNode(e.value[1])))===0?A.OBJECT:A.MAP;if(n===A.OBJECT){let n=e.value[2]===void 0?!0:Number(this.evalWwaNode(e.value[2]))===0,r=this.generator.wwa.getObjectInfo(t),i=n?r[L.ATR_X]:r[L.ATR_X2];return Math.floor(i/L.CHIP_SIZE)}else if(n===A.MAP){let e=this.generator.wwa.getMapInfo(t)[L.ATR_X];return Math.floor(e/L.CHIP_SIZE)}throw Error(`GET_IMG_POS_X: 指定したIDのパーツのTypeが異常です。`)}case`GET_IMG_POS_Y`:{this._checkArgsLength(1,e);let t=Number(this.evalWwaNode(e.value[0])),n=(e.value[1]===void 0?0:Number(this.evalWwaNode(e.value[1])))===0?A.OBJECT:A.MAP;if(n===A.OBJECT){let n=e.value[2]===void 0?!0:Number(this.evalWwaNode(e.value[2]))===0,r=this.generator.wwa.getObjectInfo(t),i=n?r[L.ATR_Y]:r[L.ATR_Y2];return Math.floor(i/L.CHIP_SIZE)}else if(n===A.MAP){let e=this.generator.wwa.getMapInfo(t)[L.ATR_Y];return Math.floor(e/L.CHIP_SIZE)}throw Error(`GET_IMG_POS_Y: 指定したIDのパーツのTypeが異常です。`)}case`LENGTH`:return this._checkArgsLength(1,e),Ds(this.evalWwaNode(e.value[0]));case`IS_NUMBER`:return this._checkArgsLength(1,e),typeof this.evalWwaNode(e.value[0])==`number`;case`COLOR`:{this._checkArgsLength(4,e);let t=Number(this.evalWwaNode(e.value[0])),n=Number(this.evalWwaNode(e.value[1])),r=Number(this.evalWwaNode(e.value[2])),i=Number(this.evalWwaNode(e.value[3]));if(t<0||t>5)throw Error(`種別は0から5までです`);if(n<0||n>255||r<0||r>255||i<0||i>255)throw Error(`色が範囲外です`);this.generator.wwa.changeStyleRule(t,n,r,i);return}case`EFFITEM`:{this._checkArgsLength(1,e);let t=!!this.evalWwaNode(e.value[0]);this.generator.wwa.updateItemEffectEnabled(t);return}case`CHANGE_BOM_IMAGE`:case`CHANGE_BOM_IMG`:{this._checkArgsLength(2,e);let t=Number(this.evalWwaNode(e.value[0])),n=Number(this.evalWwaNode(e.value[1]));if(t<0||n<0)throw Error(`座標は0以上の整数ではありません`);this.generator.wwa.setBattleEffectCoord(new S(t,n));return}case`CHANGE_CLICK_IMAGE`:case`CHANGE_CLICK_IMG`:{this._checkArgsLength(2,e);let t=Number(this.evalWwaNode(e.value[0])),n=Number(this.evalWwaNode(e.value[1]));if(t<0||n<0)throw Error(`引数が0以上の整数ではありません`);this.generator.wwa.setImgClick(new S(t,n));return}case`CHANGE_FRAME_IMAGE`:case`CHANGE_FRAME_IMG`:{this._checkArgsLength(3,e);let t=Number(this.evalWwaNode(e.value[0])),n=Number(this.evalWwaNode(e.value[1])),r=Number(this.evalWwaNode(e.value[2]));if(n<0||r<0)throw Error(`座標は正でなければなりません。`);switch(t){case de.ENERGY:case de.STRENGTH:case de.DEFENCE:case de.GOLD:this.generator.wwa.setStatusIconCoord(t,new S(n,r));break;case de.WIDE_CELL_ROW:this.generator.wwa.setWideCellCoord(new S(n,r));break;case de.ITEM_BG:this.generator.wwa.setItemboxBackgroundPosition({x:n,y:r});break;case de.MAIN_FRAME:this.generator.wwa.setFrameCoord(new S(n,r));break;default:throw Error(`種別が不正です。`)}return}case`CHANGE_YESNO_IMAGE`:case`CHANGE_YESNO_IMG`:{this._checkArgsLength(2,e);let t=Number(this.evalWwaNode(e.value[0])),n=Number(this.evalWwaNode(e.value[1]));this.generator.wwa.setYesNoImgCoord(new S(t,n));return}case`NO_GAMEOVER`:{this._checkArgsLength(1,e);let t=this.evalWwaNode(e.value[0]);this.generator.wwa.setGameOverPolicy(t);return}case`DEFAULT`:{this._checkArgsLength(1,e);let t=!!this.evalWwaNode(e.value[0]);this.generator.wwa.setObjectNotCollapseOnPartsOnPlayer(t);return}case`DIR_MAP`:{this._checkArgsLength(2,e);let t=Number(this.evalWwaNode(e.value[0])),n=Number(this.evalWwaNode(e.value[1])),r=e.value[2]===void 0?A.OBJECT:Number(this.evalWwaNode(e.value[2]));if(t<0)throw Error(`パーツ番号が不正です`);if(r===A.OBJECT){if(t>=this.generator.wwa.getObjectPartsNum())throw Error(`パーツ番号が不正です`)}else if(t>=this.generator.wwa.getMapPartsNum())throw Error(`パーツ番号が不正です`);this.generator.wwa.appearPartsByDirection(n,t,r);return}case`CHANGE_SOUND_DECISION`:if(this.generator.wwa.getSoundEnabled()){this._checkArgsLength(1,e);let t=this.evalWwaNode(e.value[0]);this.generator.wwa.checkSoundEnabled(t),this.generator.wwa.setDecisionSound(t)}return;case`CHANGE_SOUND_ATTACK`:if(this.generator.wwa.getSoundEnabled()){this._checkArgsLength(1,e);let t=this.evalWwaNode(e.value[0]);this.generator.wwa.checkSoundEnabled(t),this.generator.wwa.setAttackSound(t)}return;default:throw Error(`未定義の関数が指定されました: `+e.functionName)}}resolveSystemMessageKeyFromMacroArg(e){if(typeof e==`string`)return v(e)?e:void 0;if(typeof e==`number`)return y(e)}partsAssignment(e){let t=this.generator.wwa.getGameStatus(),n=this.evalWwaNode(e.destinationX),r=this.evalWwaNode(e.destinationY);if(typeof n!=`number`||typeof r!=`number`)throw Error(`座標は数値で指定してください (${n}, ${r})`);new C(this.generator.wwa,n,r);let i=e.partsKind===`map`?A.MAP:A.OBJECT,a=this.resolveParts(i,n,r),o=this.evalWwaNode(e.value);switch(e.operator){case`=`:case`+=`:case`-=`:case`*=`:case`/=`:{let s=As[e.operator](a,o)|0;if(s<0)throw Error(`負値のパーツ番号 ${s} は代入できません`);this.generator.wwa.appearPartsEval(t.playerCoord,`${n}`,`${r}`,s,i);break}default:throw Error(`演算子 ${e.operator} は partsAssignment では使えません`)}}resolveParts(e,t,n){let r=this.generator.wwa.getGameStatus();switch(e){case A.MAP:return r.wwaData.map[n][t];case A.OBJECT:return r.wwaData.mapObject[n][t];default:throw Error(`存在しないPartsTypeです`,e)}}blockStatement(e){return this.evalWwaNodes(e.value)}ifStatement(e){if(this.evalWwaNode(e.test))return this.evalWwaNode(e.consequent);if(e.alternate)return this.evalWwaNode(e.alternate)}convertConditionalExpression(e){let t=this.evalWwaNode(e.test)?e.consequent:e.alternate;return this.evalWwaNode(t)}property(e){let t=this.evalWwaNode(e.key);if(!f(t))throw Error(`オブジェクトのキーはプリミティブ値でなければなりません。: ${t}`);return[String(this.evalWwaNode(e.key)),this.evalWwaNode(e.value)]}objectExpression(e){let t=e.properties.map(e=>this.evalWwaNode(e));return new Map(t)}arrayExpression(e){return e.elements.map(e=>this.evalWwaNode(e))}convertLoopPointerExpression(e){let t=this.evalWwaNode(e.value),n=this.evalWwaNode(e.index);switch(e.operator){case`+=`:this.for_id.LP[n]=t;break;case`-=`:this.for_id.LP[n]=t;break;case`/=`:this.for_id.LP[n]=t;break;case`*=`:this.for_id.LP[n]=t;break;default:this.for_id.LP[n]=t;break}return 0}itemAssignment(e){let t=this.evalWwaNode(e.itemBoxPosition1to12);if(typeof t!=`number`||t<0||t>12)throw Error(`ITEMの添字に想定外の値が入っています。0以上12以下の添字を指定してください。: `+t);let n=this.evalWwaNode(e.value);switch(e.operator){case`=`:this.generator.wwa.setPlayerGetItem(t,n|0);break;case`+=`:case`-=`:case`*=`:case`/=`:{if(t===0)throw Error(`複合代入では ITEM[0] への操作はできません`);let r=this.generator.wwa.getGameStatus().itemBox[t-1],i=As[e.operator](r,n)|0;if(i<0)throw Error(`負値のパーツ番号 ${i} は代入できません`);this.generator.wwa.setPlayerGetItem(t,i);break}default:throw Error(`演算子 ${e.operator} は itemAssignment では使えません`)}}evalMessage(e){let t=this.evalWwaNode(e.value),n=this.generator.pickPageAdditionalQueue();this.generator.wwa.handleMsgFunction({message:String(t),additionalItems:n})}evalJumpgate(e){let t=this.evalWwaNode(e.x),n=this.evalWwaNode(e.y);if(isNaN(t)||isNaN(n))throw Error(`飛び先の値が数値になっていません。 x=${t} / y=${n}`);this.generator.wwa.forcedJumpGate(t,n)}evalRandom(e){let t=this.evalWwaNode(e.value);return Math.floor(Math.random()*t)}evalSetSpecialParameter(e){let t=this.evalWwaNode(e.value);if(!this.generator.wwa||isNaN(t))return t;let n=this.evalSymbol({type:`Symbol`,name:e.kind});if(Array.isArray(n))throw Error(`配列Objectに対して直接代入は出来ません: ${n}`);let r=(()=>{switch(e.operator){case`+=`:return n+t;case`-=`:return n-t;case`*=`:return n*t;case`/=`:return n/t;default:return t}})();switch(e.kind){case`PX`:return this.generator.wwa.jumpSpecifiedXPos(r),r;case`PY`:return this.generator.wwa.jumpSpecifiedYPos(r),r;case`AT`:return this.generator.wwa.setPlayerStatus(ue.STRENGTH,r,!1),r;case`DF`:return this.generator.wwa.setPlayerStatus(ue.DEFENCE,r,!1),r;case`GD`:return this.generator.wwa.setPlayerStatus(ue.GOLD,r,!1),r;case`HP`:return this.generator.wwa.setPlayerStatus(ue.ENERGY,r,!1),r;case`HPMAX`:return this.generator.wwa.setPlayerEnergyMax(r),r;case`i`:return this.for_id.i=this.evalWwaNode(e.value),this.for_id.i;case`j`:return this.for_id.j=this.evalWwaNode(e.value),this.for_id.j;case`k`:return this.for_id.k=this.evalWwaNode(e.value),this.for_id.k;case`LOOPLIMIT`:{let t=this.evalWwaNode(e.value);return this.generator.updateLoopLimit(t),t}default:console.error(`未実装の要素です: `+e.kind);return}}evalSetUserVariable(e){if(e.index.length>1){let t=this.evalWwaNode(e.value),n=e.index.map(e=>this.evalWwaNode(e));this.generator.wwa.setUserVarIndecies(n,t,e.operator);return}else{let t=this.evalWwaNode(e.value);if(!this.generator.wwa)return t;let n=this.evalWwaNode(e.index[0]);return this.generator.wwa.setUserVar(n,t,e.operator),t}}evalUnaryOperation(e){switch(e.operator){case`+`:return this.evalWwaNode(e.argument);case`-`:return-this.evalWwaNode(e.argument);case`!`:return!this.evalWwaNode(e.argument);default:throw Error(`存在しない単項演算子です`)}}evalBinaryOperation(e){let t=this.evalWwaNode(e.left),n=this.evalWwaNode(e.right);switch(e.operator){case`+`:return t+n;case`-`:return t-n;case`*`:return t*n;case`/`:return n===0?0:Math.floor(t/n);case`%`:return n===0?0:t%n;case`>`:return t>n;case`>=`:return t>=n;case`<`:return t<n;case`<=`:return t<=n;case`==`:return t==n;case`!=`:return t!=n;default:throw Error(`存在しない単項演算子です`)}}evalSymbol(e){let t=this.generator.wwa.getGameStatus(),n=this.generator.wwa.getEnemyStatus();switch(e.name){case`X`:return this.generator.state.triggerParts?.position.x??t.playerCoord.x;case`Y`:return this.generator.state.triggerParts?.position.y??t.playerCoord.y;case`ID`:return this.generator.state.triggerParts?.id??-1;case`TYPE`:return this.generator.state.triggerParts?.type??-1;case`PX`:return t.playerCoord.x;case`PY`:return t.playerCoord.y;case`CX`:return t.cameraCoord.x;case`CY`:return t.cameraCoord.y;case`AT`:return t.bareStatus.strength;case`AT_TOTAL`:return this.generator.state.battleDamageCalculation?.estimatingParams?.playerStatus.strength??t.totalStatus.strength;case`DF`:return t.bareStatus.defence;case`DF_TOTAL`:return this.generator.state.battleDamageCalculation?.estimatingParams?.playerStatus.defence??t.totalStatus.defence;case`GD`:return this.generator.state.battleDamageCalculation?.estimatingParams?.playerStatus.gold??t.totalStatus.gold;case`HP`:return this.generator.state.battleDamageCalculation?.estimatingParams?.playerStatus.energy??t.totalStatus.energy;case`HPMAX`:return t.energyMax;case`STEP`:return t.moveCount;case`TIME`:return t.playTime;case`PDIR`:return t.playerDirection;case`i`:return this.for_id.i;case`j`:return this.for_id.j;case`k`:return this.for_id.k;case`LOOPLIMIT`:return this.generator.loop_limit;case`ITEM_ID`:return this.generator.state.earnedItem?.partsId??-1;case`ITEM_POS`:return this.generator.state.earnedItem?.itemPos1To12??-1;case`ENEMY_HP`:return this.generator.state.battleDamageCalculation?.estimatingParams?.enemyStatus.energy??(typeof n==`number`?-1:n.energy);case`ENEMY_AT`:return this.generator.state.battleDamageCalculation?.estimatingParams?.enemyStatus.strength??(typeof n==`number`?-1:n.strength);case`ENEMY_DF`:return this.generator.state.battleDamageCalculation?.estimatingParams?.enemyStatus.defence??(typeof n==`number`?-1:n.defence);case`ENEMY_GD`:return this.generator.state.battleDamageCalculation?.estimatingParams?.enemyStatus.gold??(typeof n==`number`?-1:n.gold);case`PICTURE`:throw Error(`この機能はまだ実装されていません!`);case`PLAYER_PX`:return Os(t.playerCoord.x,t.cameraCoord.x);case`PLAYER_PY`:return ks(t.playerCoord.y,t.cameraCoord.y);case`MOVE_SPEED`:return fe[t.gameSpeedIndex];case`MOVE_FRAME_TIME`:return L.CHIP_SIZE/fe[t.gameSpeedIndex];case`LP`:return this.for_id.LP;case`undefined`:return;default:throw Error(`このシンボルは取得できません`)}}evalArrayOrObject1D(e){let t=this.evalWwaNode(e.indecies[0]);if(typeof t!=`number`)switch(e.name){case`v`:return this.generator.wwa.getUserNameVar(t);default:throw Error(`このシンボルは取得できません`)}let n=this.generator.wwa.getGameStatus();switch(e.name){case`v`:return this.generator.wwa.getUserVar(t);case`ITEM`:if(t<1||t>12)throw Error(`ITEMの添字に想定外の値が入っています。1以上12以下の添字を指定してください。: `+t);return n.itemBox[t-1];case`PICTURE`:throw Error(`この機能はまだ実装されていません!`);case`LP`:return this.for_id.LP[t];default:throw Error(`このシンボルは取得できません`)}}evalArrayOrObject2D(e){switch(e.name){case`m`:case`o`:let t=this.evalWwaNode(e.indecies[0]),n=this.evalWwaNode(e.indecies[1]);if(typeof t!=`number`||typeof n!=`number`)throw Error(`座標は数値で指定してください (${t}, ${n})`);new C(this.generator.wwa,t,n);let r=e.name===`o`?A.OBJECT:A.MAP;return this.generator.wwa.getPartsID(new S(t,n),r);case`v`:{let t=e.indecies[0].value,n=this.generator.wwa.getUserNameVar(t);if(n===null||!Array.isArray(n)&&typeof n!=`object`&&typeof n!=`string`)throw Error(`指定したユーザー定義変数: v["${t}"] は配列・オブジェクト・文字列ではありません`);return Ye(n,this.evalWwaNode(e.indecies[1]))}default:throw Error(`このシンボルは取得できません`)}}evalArrayOrObject3DPlus(e){let t=e.indecies.map(e=>this.evalWwaNode(e)),n=this.generator.wwa.getUserNameVar(t[0]);return t.slice(1).reduce((e,t)=>Ye(e,t),n)}evalLiteral(e){return e.value}},Ns=class{constructor(e){this.value=e}},Ps=class{constructor(e,t){this.reason=e,this.value=t}};function Fs(e){return Yo(e,{ecmaVersion:2020})}var Is=async e=>{try{let t=await fetch(e);return t.status===200||t.status===304?{kind:`data`,data:await new Response(t.body).text(),fileName:e}:{kind:`httpError`,errorMessage:`ファイル ${e} が読み込めませんでした。ステータスコード: ${t.status}`,fileName:e}}catch(t){return{kind:`otherError`,errorMessage:t.message,fileName:e}}},Ls=`user-variable-label`;function Rs(){let e=document.createElement(`div`);return e.textContent=`-`,e.setAttribute(`aria-hidden`,`true`),e.classList.add(Ls),e}function zs(e,t){e.textContent=t}var Bs=`-`,Vs=`user-variable-card`,Hs=`user-variable-card--is-trimmed`;function Us({index:e,value:t}){let n=document.createElement(`div`);return n.classList.add(Vs),Ys(t)&&n.classList.add(Hs),n.dataset.varIndex=String(e),n.appendChild(Ws(e)),n.appendChild(Gs(t)),n}function Ws(e){let t=document.createElement(`div`);return t.classList.add(`index`),t.textContent=String(e),typeof e==`string`&&t.setAttribute(`title`,e),t.appendChild(Rs()),t}function Gs(e){let t=document.createElement(`div`);return t.classList.add(`value`),typeof e==`string`&&t.setAttribute(`title`,Je(e)),qs(t,e),t}function Ks(e,t){e.dataset.labelledVarIndex=`true`,e.addEventListener(`mouseover`,()=>t.removeAttribute(`aria-hidden`)),e.addEventListener(`mouseleave`,()=>t.setAttribute(`aria-hidden`,`true`))}function qs(e,t){e.textContent=t===void 0?Bs:Je(t)}function Js(e){return e.querySelector(`.${Ls}`)}function Ys(e){return typeof e!=`object`}var Xs=`user-variable-list`;function Zs({kind:e}){let t=document.createElement(`ul`);return t.classList.add(Xs),e===`numbered`&&Array.from({length:L.USER_VAR_NUM}).map((e,t)=>Qs({index:t})).forEach(e=>t.appendChild(e)),t}function Qs({index:e,value:t}){let n=document.createElement(`li`);return n.appendChild(Us({index:e,value:t})),n}function $s(e,{index:t,value:n}){e.appendChild(Qs({index:t,value:n}))}var ec=`information`;function tc(){let e=document.createElement(`p`);return e.classList.add(ec),nc(e,`強調されている番号にカーソルを乗せると説明が表示されます。`),e}function nc(e,t,n=!1){e.textContent=`${n?`【エラー】`:``}${t}`}function rc({heading:e,contentVisibilityToggleButton:t,information:n}){let r=document.createElement(`header`);return r.appendChild(ac({heading:e,contentVisibilityToggleButton:t})),n&&r.appendChild(tc()),r}function ic(e,t){e.textContent=t?`▲隠す`:`▼表示`}function ac({heading:e,contentVisibilityToggleButton:t}){let n=document.createElement(`div`);n.classList.add(`heading-area`);let r=document.createElement(`h2`);r.textContent=e.text,n.appendChild(r);let i=document.createElement(`button`);return i.classList.add(`content-visibility-toggle-button`),ic(i,!0),t.onClick&&i.addEventListener(`click`,t.onClick.bind(i)),n.appendChild(i),n}var oc=`user-variable-list-section`;function sc({kind:e}){let t=document.createElement(`section`);t.classList.add(oc),t.dataset.kind=e;let n=Zs({kind:e}),r=rc({heading:{text:e===`named`?`名前つき変数一覧`:`変数一覧`},information:(e===`numbered`||void 0)&&{},contentVisibilityToggleButton:{onClick:e=>{let t=r.querySelector(`.${ec}`);n.getAttribute(`aria-hidden`)===`true`?cc(n,t,e.target):lc(n,t,e.target)}}});return t.appendChild(r),t.appendChild(n),t}function cc(e,t,n){e.removeAttribute(`aria-hidden`),t instanceof HTMLElement&&t.removeAttribute(`aria-hidden`),n instanceof HTMLElement&&ic(n,!0)}function lc(e,t,n){e.setAttribute(`aria-hidden`,`true`),t instanceof HTMLElement&&t.setAttribute(`aria-hidden`,`true`),n instanceof HTMLElement&&ic(n,!1)}function uc(e,t){if(!(e instanceof HTMLElement))return;let n=_c(e),r=mc(e);if(r instanceof HTMLElement){for(let[i,a]of t){let t=gc(e,i);n.delete(i),t instanceof HTMLElement?qs(t,a):$s(r,{index:i,value:a})}for(let t of n){let n=hc(e,t).parentElement;n instanceof HTMLLIElement&&mc(e).removeChild(n)}}}var dc=`.${oc}[data-kind="named"]`,fc=`${dc} > .${Xs} > li > .${Vs}`;function pc(e){return`${fc}[data-var-index="${CSS.escape(e)}"]`}function mc(e){return e.querySelector(`${dc} > .${Xs}`)}function hc(e,t){return e.querySelector(pc(t))}function gc(e,t){return e.querySelector(`${pc(t)} > .value`)}function _c(e){return new Set([...e.querySelectorAll(fc)].map(e=>e instanceof HTMLElement?e.dataset.varIndex:void 0).filter(Boolean))}function vc(e,t){e instanceof HTMLElement&&Array.from({length:L.USER_VAR_NUM}).map((n,r)=>{let i=Tc(e,r);i instanceof HTMLElement&&qs(i,t[r])})}function yc(e,t){e&&Array.from({length:L.USER_VAR_NUM}).map((n,r)=>{let i=t[r];if(!i)return;let a=wc(e,r);if(!(a instanceof HTMLElement))return;let o=Js(a);o instanceof HTMLElement&&(zs(o,i),Ks(a,o))})}function bc(e,t,n=!1){if(!e)return;let r=Sc(e);r instanceof HTMLElement&&nc(r,t,n)}var xc=`.${oc}[data-kind="numbered"]`;function Sc(e){return e.querySelector(`${xc} > header > .${ec}`)}function Cc(e){return`${xc} > .${Xs} > li > .${Vs}[data-var-index="${CSS.escape(String(e))}"]`}function wc(e,t){return e.querySelector(`${Cc(t)} > .index`)}function Tc(e,t){return e.querySelector(`${Cc(t)} > .value`)}function Ec({dumpElement:e,namedUserVar:t,userVar:n}){t&&uc(e,t),n&&vc(e,n)}var Dc=`wwa-vardump-wrapper`;function Oc(e){let t=Be(e);return t instanceof HTMLElement?(t.classList.add(Dc),t.appendChild(sc({kind:`named`})),t.appendChild(sc({kind:`numbered`})),t):null}function kc(){return{mapdata:``,urlGateEnable:!1,titleImg:void 0,audioDir:`./audio/`,classicModeEnable:!1,itemEffectEnable:!0,useGoToWwa:!1,lookingAround:!1,autoSave:!0,disallowLoadOldSave:!1,resumeSaveData:void 0,varDumpElm:void 0,userVarNamesFile:void 0,displayUserVars:!1,virtualPadEnable:!1,virtualPadViewportFitEnable:!1,virtualPadControllerElm:void 0,userDefinedScriptsFile:`./script/script_file_list.json`}}var Ac;function jc(e,t,n){var r=new _e;return r.current=e,r.total=t,r.stage=n,r}var Mc=class{constructor(e=kc()){this._useSuspend=!1,this._useLookingAround=!0,this._isDisallowLoadOldSave=!1,this._playerAndObjectsStopWaitingGameSpeedChangeRequest=void 0,this._windowCloseWaitingMessageDisplayRequests=[],this._playerAndObjectsStopWaitingMessageDisplayRequests=[],this._windowCloseWaitingJumpGateRequest=void 0,this._debugConsoleElement=void 0,this.audioExtension=``,this.soundLoadedCheckTimer=void 0,this._playTimeCalculator=void 0,this.userDefinedFunctions={},this.convertWwaNodes=e=>Zo(Fs(e)),this.mainCaller=()=>this._main(),this.soundCheckCaller=()=>this.checkAllSoundLoaded(),this._checkTurnKeyPressed=()=>this._keyStore.checkHitKey(B.KEY_ESC)||this._keyStore.checkHitKey(B.KEY_SHIFT)||this._keyStore.checkHitKey(B.KEY_N),this._saveDataList=[],this.wwaCustomEventEmitter=new ta(H(`wwa-wrapper`));let t;window.addEventListener(`click`,e=>{this._isActive=!1}),H(`wwa-wrapper`).addEventListener(`click`,e=>{e.stopPropagation(),this._isActive=!0}),this._isActive=!0,e.titleImg===void 0?(this._hasTitleImg=!1,this._cvsCover=H(`progress-panel`),t=this._cvsCover.getContext(`2d`),t.fillStyle=`rgb(0, 0, 0)`):this._hasTitleImg=!0;try{this._hasTitleImg?(H(`unstable-version-warning`).textContent=`この WWA Wing は [不安定版] です。`,H(`version`).textContent=`WWA Wing Ver.4.0.3`):this._setLoadingMessage(t,0)}catch{}this._dumpElement=e.varDumpElm;let n=window.AudioContext||window.webkitAudioContext;n&&(this.audioContext=new n,this.audioGain=this.audioContext.createGain(),this.audioGain.gain.setValueAtTime(1,this.audioContext.currentTime));let r=new Audio;if(r.canPlayType(`audio/mpeg`)!==`no`&&r.canPlayType(`audio/mpeg`)!==``?this.audioExtension=`mp3`:this.audioExtension=`m4a`,this._isURLGateEnable=e.urlGateEnable,this._isClassicModeEnable=e.classicModeEnable,this._mainCallCounter=0,this._animationCounter=0,this._statusPressCounter=new x(0,0,0,0),e.audioDir?e.audioDir[e.audioDir.length-1]!==`/`&&(e.audioDir+=`/`):e.audioDir=`./audio/`,this._audioDirectory=e.audioDir,this._bottomButtonType=e.useGoToWwa?w.GOTO_WWA:w.BATTLE_REPORT,this._userVarNameList=[],this.evalCalcWwaNodeGenerator=new js(this),this.userDevice=new j,location.href.match(/^file/))switch(this.userDevice.device){case re.GAME:switch(this.userDevice.os){case M.NINTENDO:L.BATTLE_INTERVAL_FRAME_NUM=5;break}this._bottomButtonType=w.GAME_END;break;default:alert(`【警告】直接HTMLファイルを開いているようです。
|
|
108
95
|
このプログラムは正常に動作しない可能性があります。
|
|
109
96
|
マップデータの確認を行う場合には同梱の「wwa-server.exe」をご利用ください。
|
|
110
|
-
`+(this.userDevice.browser===
|
|
111
|
-
`+
|
|
97
|
+
`+(this.userDevice.browser===ie.FIREFOX?`Firefoxの場合も、バージョン68以降はローカルのHTMLファイルを直接開いた場合、通常起動できないことを確認しております。`:``));break}switch(this.userDevice.device){case re.VR:case re.GAME:this._usePassword=!1;break;default:this._usePassword=!0;break}switch(H(`cell-save`).textContent=ge.QUICK_SAVE,this._usePassword?H(`cell-load`).textContent=ge.PASSWORD:H(`cell-load`).textContent=ge.EMPTY_LOAD,this._bottomButtonType){case w.GOTO_WWA:H(`cell-gotowwa`).textContent=ge.GOTO_WWA;break;case w.BATTLE_REPORT:H(`cell-gotowwa`).textContent=ge.BATTLE_REPORT;break;case w.GAME_END:H(`cell-gotowwa`).textContent=ge.GAME_END;break}let i=performance.now();console.log(`WWA のロード処理を開始します`),Promise.all([new Promise(async n=>{let r=performance.now();console.log(`(A-1) マップデータ ${e.mapdata} のロードを開始します`);let i=new ta,a=t=>{i.removeListener(`mapData`,a),i.removeListener(`progress`,o),i.removeListener(`error`,s),console.log(`(A-1) マップデータ ${e.mapdata} のロードが完了しました (${performance.now()-r}ms)`),n(t)},o=e=>this._setProgressBar(e),s=e=>{throw this._setErrorMessage(`下記のエラーが発生しました。:
|
|
98
|
+
`+e.message,t),Error(`MapData Load Error: `+e.message)};i.addListener(`mapData`,a),i.addListener(`progress`,o),i.addListener(`error`,s),await new Pn(e.mapdata,i).requestAndLoadMapData()}).then(t=>{let n=performance.now();console.log(`(A-2) マップデータからリスタートデータの作成を開始します`),t.isItemEffectEnabled=e.itemEffectEnable;let r=e.mapdata.split(`/`);r.pop(),r.push(t.mapCGName),t.mapCGName=r.join(`/`);let i={wwaData:t,restartData:structuredClone(t),checkOriginalMapString:this._generateMapDataHash(t)};return console.log(`(A-2) マップデータからのリスタートデータの作成が完了しました (${performance.now()-n}ms)`),i}).then(e=>new Promise(n=>{let r=performance.now();console.log(`(A-3) マップ画像 ${e.wwaData.mapCGName} のロードを開始します`);let i=new Image;i.src=e.wwaData.mapCGName,i.decode().then(()=>{console.log(`(A-3) マップ画像 ${e.wwaData.mapCGName} のロードが完了しました (${performance.now()-r}ms)`),n(e)}).catch(()=>{throw this._setErrorMessage(`画像ファイル「`+e.wwaData.mapCGName+`」が見つかりませんでした。
|
|
112
99
|
管理者の方へ: データがアップロードされているか、
|
|
113
|
-
パーミッションを確かめてください。`,
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
詳細:
|
|
121
|
-
${p instanceof Error?p.message:String(p)}`),console.error(`(C) 外部スクリプト ${_.value.fileName} の解析中にエラーが発生しました。`,p)}return;case"httpError":console.warn(`(C) 外部スクリプト ${_.value.fileName} が見つからなかったか、その他のHTTPエラーが発生しました。`,_.value.errorMessage);return;case"otherError":alert(`外部スクリプト ${_.value.fileName} のロード中にエラーが発生しました。
|
|
122
|
-
このままゲームを開始することはできますが、正常に動作しない可能性が高いです。
|
|
123
|
-
|
|
124
|
-
詳細:
|
|
125
|
-
${_.value.errorMessage}`),console.error(`(C) 外部スクリプト ${_.value.fileName} のロード中にエラーが発生しました。`,_.value.errorMessage);return;default:alert("外部スクリプトの解析中に予期せぬエラーが発生しました"),console.error(`(C) 外部スクリプト ${_.value.fileName} の解析中に予期せぬエラーが発生しました`,_.value);return}})}else console.log(`(C) 外部 WWA Script のリスト ${c} が見つからなかったか、内容が不正だったため、外部スクリプトはロードされませんでした。`);console.log(`(C) 外部 WWA Script のロード・解析が完了しました (${performance.now()-u}ms)`),h()})]).then(([{wwaData:h,restartData:u,checkOriginalMapString:c}])=>{this._wwaData=h,this._restartData=u,this.checkOriginalMapString=c,console.log(`WWAのロード処理が完了しました。(${performance.now()-n}ms)`)}).then(()=>{try{this._hasTitleImg?O("version").textContent+=" (Map data Ver. "+Math.floor(this._wwaData.version/10)+"."+ +this._wwaData.version%10+")":this._setLoadingMessage(s,1)}catch{}this.initCSSRule(),this._setProgressBar(At(0,4,Ge.GAME_INIT)),this._setLoadingMessage(s,2);const h=this._wwaData.mapCGName.replace("(","\\(").replace(")","\\)"),u=d=>{d.style.backgroundImage="url("+h+")"};Array.prototype.forEach.call(et("div.item-cell"),d=>{d.style.backgroundPosition=`-${this._wwaData.imgItemboxX*o.CHIP_SIZE}px -${this._wwaData.imgItemboxY*o.CHIP_SIZE}px`,d.style.backgroundImage="url("+h+")"}),Array.prototype.forEach.call(et("div.wide-cell-row"),d=>{d.style.backgroundPosition="-160px -120px",d.style.backgroundImage="url("+h+")"}),Array.prototype.forEach.call(et(".item-cell>.item-click-border"),d=>{d.style.backgroundImage="url('"+o.ITEM_BORDER_IMG_DATA_URL+"')",d.style.backgroundPosition="0 0",d.style.display="none",d.style.cursor="pointer"}),Array.prototype.forEach.call(et(".item-cell>.item-disp"),u),Array.prototype.forEach.call(et("div.wide-cell-row>.status-icon"),u),this.setStatusIconCoord(ge.ENERGY,new Y(this._wwaData.imgStatusEnergyX,this._wwaData.imgStatusEnergyY)),this.setStatusIconCoord(ge.STRENGTH,new Y(this._wwaData.imgStatusStrengthX,this._wwaData.imgStatusStrengthY)),this.setStatusIconCoord(ge.DEFENCE,new Y(this._wwaData.imgStatusDefenceX,this._wwaData.imgStatusDefenceY)),this.setStatusIconCoord(ge.GOLD,new Y(this._wwaData.imgStatusGoldX,this._wwaData.imgStatusGoldY)),this._setProgressBar(At(1,4,Ge.GAME_INIT)),this._setLoadingMessage(s,3),this._mapIDTableCreate(),this._replaceAllRandomObjects(),this._cvs=O("wwa-map");var c=this._cvs.getContext("2d",{alpha:!1});c.fillStyle="rgba( 255, 255, 255, 0.5)",c.fillRect(0,0,440,440);var l=new Be(this,this._wwaData.playerX,this._wwaData.playerY);this._camera=new Dh(l),this._itemMenu=new La;var f=new Ae(this._wwaData.statusEnergy,this._wwaData.statusStrength,this._wwaData.statusDefence,this._wwaData.statusGold);this._player=new Ih(this,l,this._camera,f,this._wwaData.statusEnergyMax,this._wwaData.moves,this._wwaData.gameSpeedIndex),this._userVar={numbered:Array.from({length:o.USER_VAR_NUM}).map(()=>0),named:new Map},this._objectMovingDataManager=new Nh(this,this._player),this._camera.setPlayer(this._player),this._keyStore=new Ca,this._mouseStore=new Eo,e.virtualPadEnable?(this._virtualPadButtonElements={BUTTON_ENTER:O("wwa-enter-button"),BUTTON_ESC:O("wwa-esc-button"),BUTTON_FAST:O("wwa-fast-button"),BUTTON_SLOW:O("wwa-slow-button"),BUTTON_LEFT:O("wwa-left-button"),BUTTON_UP:O("wwa-up-button"),BUTTON_RIGHT:O("wwa-right-button"),BUTTON_DOWN:O("wwa-down-button")},this._virtualPadStore=new Es(this._virtualPadButtonElements,nr(),O("wwa-virtualpad-right"),O("wwa-virtualpad-left"),this._setVirtualPadTouch.bind(this),this._setVirtualPadLeave.bind(this)),_l(e.virtualPadControllerElm,()=>{this._virtualPadStore.toggleVisible()})):(this._virtualPadButtonElements=null,this._virtualPadStore=new Es({})),this._debugConsoleElement=fl(O("wwa-debug-console-area")),this._debugConsoleElement?.querySelector(".script-running-button").addEventListener("click",()=>{this._debugEvalString()}),this._gamePadStore=new xo,this._pages=[],this._yesNoJudge=ne.UNSELECTED,this._yesNoJudgeInNextFrame=ne.UNSELECTED,this._yesNoChoiceCallInfo=H.NONE,this._prevFrameEventExected=!1,this._isLastPage=!1,this._reservedPartsAppearances=[],this._reservedJumpDestination=void 0,this._shouldSetNextPage=!1,this._passwordLoadExecInNextFrame=!1,this._pageExecuting=!1,this._messageWindow=new jh(this,50,180,340,0,this._wwaData.mapCGName,!1,!0,!1,O("wwa-wrapper")),this._scoreWindow=new Ra(this,new Y(50,50),!1,O("wwa-wrapper")),this._wwaSave=new gt(xa,xa._wwaData.worldName,xa._wwaData.worldPassNumber,this._checkSaveDataCompatibility.bind(this),d=>{if(d.length>0){let g="これまでに保存されていたセーブデータは、下記の理由により消えたものがあります。";d.forEach(w=>{switch(w){case Nt.UNMATCHED_WORLD_NAME:g+=`
|
|
126
|
-
・制作者によるマップデータのワールド名の変更`;break;case Nt.UNMATCHED_WORLD_PASS_NUMBER:g+=`
|
|
127
|
-
・制作者によるマップデータの暗証番号の変更`;break;case Nt.DISALLOW_OLD_REVISION_WORLD_SAVE_DATA:g+=`
|
|
128
|
-
・制作者によるマップデータの内容変更 (マップデータ制作者の設定により、内容が変更されるとセーブデータが消去されます)`;break}}),alert(g)}}),this._isDisallowLoadOldSave=e.disallowLoadOldSave,this._messageWindow.setWWASave(this._wwaSave),st.setRestartData(this._restartData,this._wwaData),this.clearFaces();const _=O("wwa-wrapper").getAttribute("data-wwa-resume-savedata");if(typeof _=="string"&&(this._useSuspend=!0,_)){var p=st.getStartWWAData(_);this._restartData!==p&&(this._applyQuickLoad(p),this._wwaSave.resumeStart())}const m=O("wwa-wrapper").getAttribute("data-wwa-autosave");m!==null&&this._wwaSave.setAutoSaveInterval(Number(m)|0);const v=O("wwa-wrapper").getAttribute("data-wwa-looking-around");if(this._useLookingAround=!(v&&v.match(/false/i)),this._setProgressBar(At(2,4,Ge.GAME_INIT)),this._setLoadingMessage(s,4),window.addEventListener("keydown",d=>{if(this._isActive){switch(this.userDevice.os){case We.NINTENDO:d.preventDefault(),d.stopPropagation();return}if(this._keyStore.setPressInfo(d.keyCode),d.keyCode===D.KEY_F5){d.preventDefault();return}this._player.isWaitingMessage()?(d.keyCode===D.KEY_DOWN||d.keyCode===D.KEY_LEFT||d.keyCode===D.KEY_RIGHT||d.keyCode===D.KEY_UP||d.keyCode===D.KEY_SHIFT||d.keyCode===D.KEY_ENTER||d.keyCode===D.KEY_ESC||d.keyCode===D.KEY_SPACE)&&d.preventDefault():this._player.isWaitingPasswordWindow()||(d.keyCode===D.KEY_DOWN||d.keyCode===D.KEY_LEFT||d.keyCode===D.KEY_RIGHT||d.keyCode===D.KEY_UP||d.keyCode===D.KEY_SHIFT||d.keyCode===D.KEY_ENTER||d.keyCode===D.KEY_1||d.keyCode===D.KEY_2||d.keyCode===D.KEY_3||d.keyCode===D.KEY_A||d.keyCode===D.KEY_C||d.keyCode===D.KEY_D||d.keyCode===D.KEY_E||d.keyCode===D.KEY_M||d.keyCode===D.KEY_N||d.keyCode===D.KEY_Q||d.keyCode===D.KEY_S||d.keyCode===D.KEY_W||d.keyCode===D.KEY_X||d.keyCode===D.KEY_Y||d.keyCode===D.KEY_Z||d.keyCode===D.KEY_ESC||d.keyCode===D.KEY_F1||d.keyCode===D.KEY_F2||d.keyCode===D.KEY_F3||d.keyCode===D.KEY_F4||d.keyCode===D.KEY_F6||d.keyCode===D.KEY_F7||d.keyCode===D.KEY_F8||d.keyCode===D.KEY_F12||d.keyCode===D.KEY_SPACE)&&d.preventDefault()}}),window.addEventListener("keyup",d=>{if(this._isActive){switch(this.userDevice.os){case We.NINTENDO:d.preventDefault(),d.stopPropagation();return}this._keyStore.setReleaseInfo(d.keyCode),(d.keyCode===D.KEY_F5||(d.keyCode===D.KEY_DOWN||d.keyCode===D.KEY_LEFT||d.keyCode===D.KEY_RIGHT||d.keyCode===D.KEY_UP||d.keyCode===D.KEY_SHIFT||d.keyCode===D.KEY_ENTER||d.keyCode===D.KEY_1||d.keyCode===D.KEY_2||d.keyCode===D.KEY_3||d.keyCode===D.KEY_A||d.keyCode===D.KEY_C||d.keyCode===D.KEY_D||d.keyCode===D.KEY_E||d.keyCode===D.KEY_M||d.keyCode===D.KEY_N||d.keyCode===D.KEY_Q||d.keyCode===D.KEY_S||d.keyCode===D.KEY_W||d.keyCode===D.KEY_X||d.keyCode===D.KEY_Y||d.keyCode===D.KEY_Z||d.keyCode===D.KEY_ESC||d.keyCode===D.KEY_F1||d.keyCode===D.KEY_F3||d.keyCode===D.KEY_F4||d.keyCode===D.KEY_F6||d.keyCode===D.KEY_F7||d.keyCode===D.KEY_F8||d.keyCode===D.KEY_F9||d.keyCode===D.KEY_F12||d.keyCode===D.KEY_SPACE)&&!this._player.isWaitingMessage()&&!this._player.isWaitingPasswordWindow())&&d.preventDefault()}}),window.addEventListener("blur",d=>{this._keyStore.allClear(),this._mouseStore.clear(),this._virtualPadStore.allClear()}),window.addEventListener("contextmenu",d=>{this._keyStore.allClear(),this._mouseStore.clear(),this._virtualPadStore.allClear()}),window.addEventListener("help",d=>{this._isActive&&d.preventDefault()}),this._mouseControllerElement=O("wwa-controller"),this._mouseControllerElement.addEventListener("mousedown",d=>{if(this._isActive&&d.which===1){if(this._mouseStore.getMouseState()!==mt.NONE){d.preventDefault();return}const g=Ti(d.clientX,d.clientY),w=this._player.getDrawingCenterPosition(),A=g.substract(w),S=Math.abs(A.x),y=Math.abs(A.y);let C,I=!1;if(S<o.CHIP_SIZE&&y<o.CHIP_SIZE){switch(w.x/o.CHIP_SIZE|0){case 0:I=!0,C=N.LEFT;break;case o.H_PARTS_NUM_IN_WINDOW-1:I=!0,C=N.RIGHT;break}switch(w.y/o.CHIP_SIZE|0){case 0:I=!0,C=N.UP;break;case o.V_PARTS_NUM_IN_WINDOW-1:I=!0,C=N.DOWN;break}}I||(A.y>0&&y>S?C=N.DOWN:A.y<0&&y>S?C=N.UP:A.x>0&&y<S?C=N.RIGHT:A.x<0&&y<S&&(C=N.LEFT)),this._mouseStore.setPressInfo(C,0)}}),this._mouseControllerElement.addEventListener("mouseleave",d=>{this._mouseStore.clear()}),this._mouseControllerElement.addEventListener("mouseup",d=>{this._isActive&&d.which===1&&(this._mouseStore.setReleaseInfo(),d.preventDefault())}),window.TouchEvent){if(this.audioContext){let g=()=>{this.audioContext.createBufferSource().start(0),this._mouseControllerElement.removeEventListener("touchstart",g),g=null};this._mouseControllerElement.addEventListener("touchstart",g)}this._mouseControllerElement.addEventListener("touchstart",g=>{if(!this._isActive)return;if(this._mouseStore.getMouseState()!==mt.NONE){g.preventDefault();return}const w=g.changedTouches,A=w.length;for(let S=0;S<A;S++){const y=w[S],C=Ti(y.clientX,y.clientY),I=this._player.getDrawingCenterPosition(),L=C.substract(I),T=Math.abs(L.x),b=Math.abs(L.y);let M,B=!1;if(T<o.CHIP_SIZE&&b<o.CHIP_SIZE){switch(I.x/o.CHIP_SIZE|0){case 0:B=!0,M=N.LEFT;break;case o.H_PARTS_NUM_IN_WINDOW-1:B=!0,M=N.RIGHT;break}switch(I.y/o.CHIP_SIZE|0){case 0:B=!0,M=N.UP;break;case o.V_PARTS_NUM_IN_WINDOW-1:B=!0,M=N.DOWN;break}}B||(L.y>0&&b>T?M=N.DOWN:L.y<0&&b>T?M=N.UP:L.x>0&&b<T?M=N.RIGHT:L.x<0&&b<T&&(M=N.LEFT)),this._mouseStore.setPressInfo(M,y.identifier)}g.cancelable&&g.preventDefault()});const d=g=>{if(this._isActive){for(let w=0;w<g.changedTouches.length;w++)if(this._mouseStore.getTouchID()===g.changedTouches[w].identifier){this._mouseStore.setReleaseInfo(),g.preventDefault();break}}};this._mouseControllerElement.addEventListener("touchend",d),this._mouseControllerElement.addEventListener("touchcancel",d)}O("button-load").addEventListener("click",()=>{(this._player.isControllable()||this._messageWindow.isItemMenuChoice())&&this.onselectbutton(se.QUICK_LOAD)}),O("button-save").addEventListener("click",()=>{(this._player.isControllable()||this._messageWindow.isItemMenuChoice())&&this.onselectbutton(se.QUICK_SAVE)}),O("button-restart").addEventListener("click",()=>{(this._player.isControllable()||this._messageWindow.isItemMenuChoice())&&this.onselectbutton(se.RESTART_GAME)}),O("button-gotowwa").addEventListener("click",()=>{(this._player.isControllable()||this._messageWindow.isItemMenuChoice())&&this.onselectbutton(se.GOTO_WWA,!1,!1)}),Array.prototype.forEach.call(et(".wide-cell-row"),d=>{d.addEventListener("click",()=>{this._displayHelp()})}),this._frameCoord=new Y(o.IMGPOS_DEFAULT_FRAME_X,o.IMGPOS_DEFAULT_YESNO_Y),this._battleEffectCoord=new Y(o.IMGPOS_DEFAULT_BATTLE_EFFECT_X,o.IMGPOS_DEFAULT_BATTLE_EFFECT_Y),this._battleEstimateWindow=new $h(this,this._wwaData.mapCGName,O("wwa-wrapper")),this._passwordWindow=new zh(this,O("wwa-wrapper"),e.disallowLoadOldSave),this._monsterWindow=new Kh(this,new Y(50,180),340,60,!1,O("wwa-wrapper"),this._wwaData.mapCGName),this._setProgressBar(At(3,4,Ge.GAME_INIT)),this._isLoadedSound=!1,this._temporaryInputDisable=!1,this._paintSkipByDoorOpen=!1,this._clearFacesInNextFrame=!1,this._useConsole=!1,this._playTimeCalculator=new ms,this.wwaCustomEvent("wwa_startup"),this._cgManager=new Ch(c,this._wwaData.mapCGName,this._frameCoord,this,e.pictureImageNamesFile,()=>{this._isSkippedSoundMessage=!0;const d=()=>{switch(this.userDevice.device){case be.PC:this.registerSystemMessagePage(`ゲームを開始します。
|
|
129
|
-
画面をクリックしてください。`,!1);break;case be.SP:this.registerSystemMessagePage(`ゲームを開始します。
|
|
130
|
-
画面にふれてください。`,!1);break}},g=this.resolveSystemMessage(Ie.CONFIRM_LOAD_SOUND);if(g==="ON"){this._isLoadedSound=!0,d(),this._setLoadingMessage(s,Ge.AUDIO),this.loadSound(),window.requestAnimationFrame(this.soundCheckCaller);return}else if(g==="OFF"){this._isLoadedSound=!1,d(),this.openGameWindow();return}if(this._isSkippedSoundMessage=!1,this._hasTitleImg||s.clearRect(0,0,o.SCREEN_WIDTH,o.SCREEN_HEIGHT),this._usePassword){let A=g;e.displayUserVars&&(A+=`
|
|
100
|
+
パーミッションを確かめてください。`,t),Error(`Map CG Image Load Error`)})})),new Promise(async t=>{if(this._canDisplayUserVars=e.displayUserVars,!this._canDisplayUserVars){console.log(`(B) ユーザー変数の表示機能は無効化されています`),t();return}let n=performance.now();console.log(`(B) ユーザー変数名一覧のロードおよび初期化を開始します (名前一覧ファイル: ${e.userVarNamesFile??`未指定`})`),this._inlineUserVarViewer={topUserVarIndex:{named:0,numbered:0},isVisible:!1,kind:`numbered`};let r=await(e.userVarNamesFile?Un(e.userVarNamesFile):{kind:`noFileSpecified`,errorMessage:`data-wwa-user-var-names-file 属性に、変数の説明を記したファイル名を書くことで、その説明を表示できます。詳しくはマニュアルをご覧ください。`});switch(this.setUserVarStatus(r,e.userVarNamesFile),r.kind){case`data`:console.log(`(B) ユーザー変数名一覧のロードおよび初期化が完了しました (${performance.now()-n}ms)`);break;case`noFileSpecified`:console.log(`(B) ユーザー変数名一覧のロードはスキップされました (${performance.now()-n}ms)`);break;default:console.warn(`(B) ユーザー変数名一覧のロード中にエラーが発生しました (${performance.now()-n}ms)`),console.warn(`(B) `+r.errorMessage);break}t()}),new Promise(async t=>{let n=performance.now(),r=e.userDefinedScriptsFile??`./script/script_file_list.json`;console.log(`(C) 外部 WWA Script のロード・解析を開始します (リストファイル: ${r})`);let i=await Un(r);if(i?.kind===`data`&&Array.isArray(i.data)){console.log(`(C) これらの外部 WWA Script がロードされます:`,i.data);let e=i.data.map(e=>Is(e));(await Promise.allSettled(e)).forEach(e=>{if(e.status!==`fulfilled`){alert(`(C) 外部スクリプト ${e.reason.fileName} のロード中にエラーが発生しました。\nこのままゲームを開始することはできますが、正常に動作しない可能性が高いです。\n\n詳細:\n${e.reason.message}`),console.error(e.reason.message);return}switch(e.value.kind){case`data`:try{this.setUserScript(e.value)}catch(t){alert(`外部スクリプト ${e.value.fileName} の解析中にエラーが発生しました。\nこのままゲームを開始することはできますが、正常に動作しない可能性が高いです。\n\n詳細:\n${t instanceof Error?t.message:String(t)}`),console.error(`(C) 外部スクリプト ${e.value.fileName} の解析中にエラーが発生しました。`,t)}return;case`httpError`:console.warn(`(C) 外部スクリプト ${e.value.fileName} が見つからなかったか、その他のHTTPエラーが発生しました。`,e.value.errorMessage);return;case`otherError`:alert(`外部スクリプト ${e.value.fileName} のロード中にエラーが発生しました。\nこのままゲームを開始することはできますが、正常に動作しない可能性が高いです。\n\n詳細:\n${e.value.errorMessage}`),console.error(`(C) 外部スクリプト ${e.value.fileName} のロード中にエラーが発生しました。`,e.value.errorMessage);return;default:alert(`外部スクリプトの解析中に予期せぬエラーが発生しました`),console.error(`(C) 外部スクリプト ${e.value.fileName} の解析中に予期せぬエラーが発生しました`,e.value);return}})}else console.log(`(C) 外部 WWA Script のリスト ${r} が見つからなかったか、内容が不正だったため、外部スクリプトはロードされませんでした。`);console.log(`(C) 外部 WWA Script のロード・解析が完了しました (${performance.now()-n}ms)`),t()})]).then(([{wwaData:e,restartData:t,checkOriginalMapString:n}])=>{this._wwaData=e,this._restartData=t,this.checkOriginalMapString=n,console.log(`WWAのロード処理が完了しました。(${performance.now()-i}ms)`)}).then(()=>{try{this._hasTitleImg?H(`version`).textContent+=` (Map data Ver. `+Math.floor(this._wwaData.version/10)+`.`+this._wwaData.version%10+`)`:this._setLoadingMessage(t,1)}catch{}this.initCSSRule(),this._setProgressBar(jc(0,4,ve.GAME_INIT)),this._setLoadingMessage(t,2);let n=this._wwaData.mapCGName.replace(`(`,`\\(`).replace(`)`,`\\)`),r=e=>{e.style.backgroundImage=`url(`+n+`)`};Array.prototype.forEach.call(He(`div.item-cell`),e=>{e.style.backgroundPosition=`-${this._wwaData.imgItemboxX*L.CHIP_SIZE}px -${this._wwaData.imgItemboxY*L.CHIP_SIZE}px`,e.style.backgroundImage=`url(`+n+`)`}),Array.prototype.forEach.call(He(`div.wide-cell-row`),e=>{e.style.backgroundPosition=`-160px -120px`,e.style.backgroundImage=`url(`+n+`)`}),Array.prototype.forEach.call(He(`.item-cell>.item-click-border`),e=>{e.style.backgroundImage=`url('`+L.ITEM_BORDER_IMG_DATA_URL+`')`,e.style.backgroundPosition=`0 0`,e.style.display=`none`,e.style.cursor=`pointer`}),Array.prototype.forEach.call(He(`.item-cell>.item-disp`),r),Array.prototype.forEach.call(He(`div.wide-cell-row>.status-icon`),r),this.setStatusIconCoord(de.ENERGY,new S(this._wwaData.imgStatusEnergyX,this._wwaData.imgStatusEnergyY)),this.setStatusIconCoord(de.STRENGTH,new S(this._wwaData.imgStatusStrengthX,this._wwaData.imgStatusStrengthY)),this.setStatusIconCoord(de.DEFENCE,new S(this._wwaData.imgStatusDefenceX,this._wwaData.imgStatusDefenceY)),this.setStatusIconCoord(de.GOLD,new S(this._wwaData.imgStatusGoldX,this._wwaData.imgStatusGoldY)),this._setProgressBar(jc(1,4,ve.GAME_INIT)),this._setLoadingMessage(t,3),this._mapIDTableCreate(),this._replaceAllRandomObjects(),this._cvs=H(`wwa-map`);var i=this._cvs.getContext(`2d`,{alpha:!1});i.fillStyle=`rgba( 255, 255, 255, 0.5)`,i.fillRect(0,0,440,440);var a=new C(this,this._wwaData.playerX,this._wwaData.playerY);this._camera=new qn(a),this._itemMenu=new Pr;var o=new x(this._wwaData.statusEnergy,this._wwaData.statusStrength,this._wwaData.statusDefence,this._wwaData.statusGold);this._player=new Xn(this,a,this._camera,o,this._wwaData.statusEnergyMax,this._wwaData.moves,this._wwaData.gameSpeedIndex),this._userVar={numbered:Array.from({length:L.USER_VAR_NUM}).map(()=>0),named:new Map},this._objectMovingDataManager=new $n(this,this._player),this._camera.setPlayer(this._player),this._keyStore=new Te,this._mouseStore=new Oe,e.virtualPadEnable?(this._virtualPadButtonElements={BUTTON_ENTER:H(`wwa-enter-button`),BUTTON_ESC:H(`wwa-esc-button`),BUTTON_FAST:H(`wwa-fast-button`),BUTTON_SLOW:H(`wwa-slow-button`),BUTTON_LEFT:H(`wwa-left-button`),BUTTON_UP:H(`wwa-up-button`),BUTTON_RIGHT:H(`wwa-right-button`),BUTTON_DOWN:H(`wwa-down-button`)},this._virtualPadStore=new Fe(this._virtualPadButtonElements,Mr(),H(`wwa-virtualpad-right`),H(`wwa-virtualpad-left`),this._setVirtualPadTouch.bind(this),this._setVirtualPadLeave.bind(this)),Pc(e.virtualPadControllerElm,()=>{this._virtualPadStore.toggleVisible()})):(this._virtualPadButtonElements=null,this._virtualPadStore=new Fe({})),this._debugConsoleElement=Fc(H(`wwa-debug-console-area`)),this._debugConsoleElement?.querySelector(`.script-running-button`).addEventListener(`click`,()=>{this._debugEvalString()}),this._gamePadStore=new Ae,this._pages=[],this._yesNoJudge=O.UNSELECTED,this._yesNoJudgeInNextFrame=O.UNSELECTED,this._yesNoChoiceCallInfo=N.NONE,this._prevFrameEventExected=!1,this._isLastPage=!1,this._reservedPartsAppearances=[],this._reservedJumpDestination=void 0,this._shouldSetNextPage=!1,this._passwordLoadExecInNextFrame=!1,this._pageExecuting=!1,this._messageWindow=new Cr(this,50,180,340,0,this._wwaData.mapCGName,!1,!0,!1,H(`wwa-wrapper`)),this._scoreWindow=new xr(this,new S(50,50),!1,H(`wwa-wrapper`)),this._wwaSave=new $i(Ac,Ac._wwaData.worldName,Ac._wwaData.worldPassNumber,this._checkSaveDataCompatibility.bind(this),e=>{if(e.length>0){let t=`これまでに保存されていたセーブデータは、下記の理由により消えたものがあります。`;e.forEach(e=>{switch(e){case Qi.UNMATCHED_WORLD_NAME:t+=`
|
|
101
|
+
・制作者によるマップデータのワールド名の変更`;break;case Qi.UNMATCHED_WORLD_PASS_NUMBER:t+=`
|
|
102
|
+
・制作者によるマップデータの暗証番号の変更`;break;case Qi.DISALLOW_OLD_REVISION_WORLD_SAVE_DATA:t+=`
|
|
103
|
+
・制作者によるマップデータの内容変更 (マップデータ制作者の設定により、内容が変更されるとセーブデータが消去されます)`;break}}),alert(t)}}),this._isDisallowLoadOldSave=e.disallowLoadOldSave,this._messageWindow.setWWASave(this._wwaSave),Vi.setRestartData(this._restartData,this._wwaData),this.clearFaces();let s=H(`wwa-wrapper`).getAttribute(`data-wwa-resume-savedata`);if(typeof s==`string`&&(this._useSuspend=!0,s)){var c=Vi.getStartWWAData(s);this._restartData!==c&&(this._applyQuickLoad(c),this._wwaSave.resumeStart())}let l=H(`wwa-wrapper`).getAttribute(`data-wwa-autosave`);l!==null&&this._wwaSave.setAutoSaveInterval(Number(l)|0);let u=H(`wwa-wrapper`).getAttribute(`data-wwa-looking-around`);if(this._useLookingAround=!(u&&u.match(/false/i)),this._setProgressBar(jc(2,4,ve.GAME_INIT)),this._setLoadingMessage(t,4),window.addEventListener(`keydown`,e=>{if(this._isActive){switch(this.userDevice.os){case M.NINTENDO:e.preventDefault(),e.stopPropagation();return}if(this._keyStore.setPressInfo(e.keyCode),e.keyCode===B.KEY_F5){e.preventDefault();return}this._player.isWaitingMessage()?(e.keyCode===B.KEY_DOWN||e.keyCode===B.KEY_LEFT||e.keyCode===B.KEY_RIGHT||e.keyCode===B.KEY_UP||e.keyCode===B.KEY_SHIFT||e.keyCode===B.KEY_ENTER||e.keyCode===B.KEY_ESC||e.keyCode===B.KEY_SPACE)&&e.preventDefault():this._player.isWaitingPasswordWindow()||(e.keyCode===B.KEY_DOWN||e.keyCode===B.KEY_LEFT||e.keyCode===B.KEY_RIGHT||e.keyCode===B.KEY_UP||e.keyCode===B.KEY_SHIFT||e.keyCode===B.KEY_ENTER||e.keyCode===B.KEY_1||e.keyCode===B.KEY_2||e.keyCode===B.KEY_3||e.keyCode===B.KEY_A||e.keyCode===B.KEY_C||e.keyCode===B.KEY_D||e.keyCode===B.KEY_E||e.keyCode===B.KEY_M||e.keyCode===B.KEY_N||e.keyCode===B.KEY_Q||e.keyCode===B.KEY_S||e.keyCode===B.KEY_W||e.keyCode===B.KEY_X||e.keyCode===B.KEY_Y||e.keyCode===B.KEY_Z||e.keyCode===B.KEY_ESC||e.keyCode===B.KEY_F1||e.keyCode===B.KEY_F2||e.keyCode===B.KEY_F3||e.keyCode===B.KEY_F4||e.keyCode===B.KEY_F6||e.keyCode===B.KEY_F7||e.keyCode===B.KEY_F8||e.keyCode===B.KEY_F12||e.keyCode===B.KEY_SPACE)&&e.preventDefault()}}),window.addEventListener(`keyup`,e=>{if(this._isActive){switch(this.userDevice.os){case M.NINTENDO:e.preventDefault(),e.stopPropagation();return}this._keyStore.setReleaseInfo(e.keyCode),(e.keyCode===B.KEY_F5||(e.keyCode===B.KEY_DOWN||e.keyCode===B.KEY_LEFT||e.keyCode===B.KEY_RIGHT||e.keyCode===B.KEY_UP||e.keyCode===B.KEY_SHIFT||e.keyCode===B.KEY_ENTER||e.keyCode===B.KEY_0||e.keyCode===B.KEY_1||e.keyCode===B.KEY_2||e.keyCode===B.KEY_3||e.keyCode===B.KEY_4||e.keyCode===B.KEY_5||e.keyCode===B.KEY_6||e.keyCode===B.KEY_7||e.keyCode===B.KEY_8||e.keyCode===B.KEY_9||e.keyCode===B.KEY_A||e.keyCode===B.KEY_C||e.keyCode===B.KEY_D||e.keyCode===B.KEY_E||e.keyCode===B.KEY_M||e.keyCode===B.KEY_N||e.keyCode===B.KEY_Q||e.keyCode===B.KEY_S||e.keyCode===B.KEY_W||e.keyCode===B.KEY_X||e.keyCode===B.KEY_Y||e.keyCode===B.KEY_Z||e.keyCode===B.KEY_ESC||e.keyCode===B.KEY_NUM0||e.keyCode===B.KEY_NUM1||e.keyCode===B.KEY_NUM2||e.keyCode===B.KEY_NUM3||e.keyCode===B.KEY_NUM4||e.keyCode===B.KEY_NUM5||e.keyCode===B.KEY_NUM6||e.keyCode===B.KEY_NUM7||e.keyCode===B.KEY_NUM8||e.keyCode===B.KEY_NUM9||e.keyCode===B.KEY_F1||e.keyCode===B.KEY_F3||e.keyCode===B.KEY_F4||e.keyCode===B.KEY_F6||e.keyCode===B.KEY_F7||e.keyCode===B.KEY_F8||e.keyCode===B.KEY_F9||e.keyCode===B.KEY_F12||e.keyCode===B.KEY_SPACE)&&!this._player.isWaitingMessage()&&!this._player.isWaitingPasswordWindow())&&e.preventDefault()}}),window.addEventListener(`blur`,e=>{this._keyStore.allClear(),this._mouseStore.clear(),this._virtualPadStore.allClear()}),window.addEventListener(`contextmenu`,e=>{this._keyStore.allClear(),this._mouseStore.clear(),this._virtualPadStore.allClear()}),window.addEventListener(`help`,e=>{this._isActive&&e.preventDefault()}),this._mouseControllerElement=H(`wwa-controller`),this._mouseControllerElement.addEventListener(`mousedown`,e=>{if(this._isActive&&e.which===1){if(this._mouseStore.getMouseState()!==Ee.NONE){e.preventDefault();return}let t=Ue(e.clientX,e.clientY),n=this._player.getDrawingCenterPosition(),r=t.substract(n),i=Math.abs(r.x),a=Math.abs(r.y),o,s=!1;if(i<L.CHIP_SIZE&&a<L.CHIP_SIZE){switch(n.x/L.CHIP_SIZE|0){case 0:s=!0,o=T.LEFT;break;case L.H_PARTS_NUM_IN_WINDOW-1:s=!0,o=T.RIGHT;break}switch(n.y/L.CHIP_SIZE|0){case 0:s=!0,o=T.UP;break;case L.V_PARTS_NUM_IN_WINDOW-1:s=!0,o=T.DOWN;break}}s||(r.y>0&&a>i?o=T.DOWN:r.y<0&&a>i?o=T.UP:r.x>0&&a<i?o=T.RIGHT:r.x<0&&a<i&&(o=T.LEFT)),this._mouseStore.setPressInfo(o,0)}}),this._mouseControllerElement.addEventListener(`mouseleave`,e=>{this._mouseStore.clear()}),this._mouseControllerElement.addEventListener(`mouseup`,e=>{this._isActive&&e.which===1&&(this._mouseStore.setReleaseInfo(),e.preventDefault())}),window.TouchEvent){if(this.audioContext){let e=()=>{this.audioContext.createBufferSource().start(0),this._mouseControllerElement.removeEventListener(`touchstart`,e),e=null};this._mouseControllerElement.addEventListener(`touchstart`,e)}this._mouseControllerElement.addEventListener(`touchstart`,e=>{if(!this._isActive)return;if(this._mouseStore.getMouseState()!==Ee.NONE){e.preventDefault();return}let t=e.changedTouches,n=t.length;for(let e=0;e<n;e++){let n=t[e],r=Ue(n.clientX,n.clientY),i=this._player.getDrawingCenterPosition(),a=r.substract(i),o=Math.abs(a.x),s=Math.abs(a.y),c,l=!1;if(o<L.CHIP_SIZE&&s<L.CHIP_SIZE){switch(i.x/L.CHIP_SIZE|0){case 0:l=!0,c=T.LEFT;break;case L.H_PARTS_NUM_IN_WINDOW-1:l=!0,c=T.RIGHT;break}switch(i.y/L.CHIP_SIZE|0){case 0:l=!0,c=T.UP;break;case L.V_PARTS_NUM_IN_WINDOW-1:l=!0,c=T.DOWN;break}}l||(a.y>0&&s>o?c=T.DOWN:a.y<0&&s>o?c=T.UP:a.x>0&&s<o?c=T.RIGHT:a.x<0&&s<o&&(c=T.LEFT)),this._mouseStore.setPressInfo(c,n.identifier)}e.cancelable&&e.preventDefault()});let e=e=>{if(this._isActive){for(let t=0;t<e.changedTouches.length;t++)if(this._mouseStore.getTouchID()===e.changedTouches[t].identifier){this._mouseStore.setReleaseInfo(),e.preventDefault();break}}};this._mouseControllerElement.addEventListener(`touchend`,e),this._mouseControllerElement.addEventListener(`touchcancel`,e)}H(`button-load`).addEventListener(`click`,()=>{(this._player.isControllable()||this._messageWindow.isItemMenuChoice())&&this.onselectbutton(P.QUICK_LOAD)}),H(`button-save`).addEventListener(`click`,()=>{(this._player.isControllable()||this._messageWindow.isItemMenuChoice())&&this.onselectbutton(P.QUICK_SAVE)}),H(`button-restart`).addEventListener(`click`,()=>{(this._player.isControllable()||this._messageWindow.isItemMenuChoice())&&this.onselectbutton(P.RESTART_GAME)}),H(`button-gotowwa`).addEventListener(`click`,()=>{(this._player.isControllable()||this._messageWindow.isItemMenuChoice())&&this.onselectbutton(P.GOTO_WWA,!1,!1)}),Array.prototype.forEach.call(He(`.wide-cell-row`),e=>{e.addEventListener(`click`,()=>{this._displayHelp()})}),this._frameCoord=new S(L.IMGPOS_DEFAULT_FRAME_X,L.IMGPOS_DEFAULT_YESNO_Y),this._battleEffectCoord=new S(L.IMGPOS_DEFAULT_BATTLE_EFFECT_X,L.IMGPOS_DEFAULT_BATTLE_EFFECT_Y),this._battleEstimateWindow=new Tr(this,this._wwaData.mapCGName,H(`wwa-wrapper`)),this._passwordWindow=new Ar(this,H(`wwa-wrapper`),e.disallowLoadOldSave),this._monsterWindow=new br(this,new S(50,180),340,60,!1,H(`wwa-wrapper`),this._wwaData.mapCGName),this._setProgressBar(jc(3,4,ve.GAME_INIT)),this._isLoadedSound=!1,this._temporaryInputDisable=!1,this._paintSkipByDoorOpen=!1,this._clearFacesInNextFrame=!1,this._useConsole=!1,this._playTimeCalculator=new je,this.wwaCustomEvent(`wwa_startup`),this._cgManager=new Kn(i,this._wwaData.mapCGName,this._frameCoord,this,e.pictureImageNamesFile,()=>{this._isSkippedSoundMessage=!0;let n=()=>{switch(this.userDevice.device){case re.PC:this.registerSystemMessagePage(`ゲームを開始します。
|
|
104
|
+
画面をクリックしてください。`,!1);break;case re.SP:this.registerSystemMessagePage(`ゲームを開始します。
|
|
105
|
+
画面にふれてください。`,!1);break}},r=this.resolveSystemMessage(g.CONFIRM_LOAD_SOUND);if(r===`ON`){this._isLoadedSound=!0,n(),this._setLoadingMessage(t,ve.AUDIO),this.loadSound().then(()=>window.requestAnimationFrame(this.soundCheckCaller));return}else if(r===`OFF`){this._isLoadedSound=!1,n(),this.openGameWindow();return}if(this._isSkippedSoundMessage=!1,this._hasTitleImg||t.clearRect(0,0,L.SCREEN_WIDTH,L.SCREEN_HEIGHT),this._usePassword){let n=r;e.displayUserVars&&(n+=`
|
|
131
106
|
|
|
132
107
|
※変数表示が有効になっています。
|
|
133
108
|
公開前に必ずHTMLファイル内の
|
|
134
109
|
data-wwa-display-user-vars="true"
|
|
135
|
-
を消してください。`),this._messageWindow.setMessage(
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
`);a.forEach(function(i,r){s.fillText(i,oe.ERROR_X,oe.ERROR_Y+oe.LINE*r)})}}createSoundInstance(e){if(e===0||e===de.NO_SOUND||this.sounds[e])return;const s=`${this._audioDirectory}${e}.${this.audioExtension}`;this.sounds[e]=new Ic(e,s,this.audioContext,this.audioGain)}loadSound(){this.sounds=new Array(o.SOUND_MAX+1),this.createSoundInstance(de.DECISION),this.createSoundInstance(de.ATTACK);for(let e=1;e<this._wwaData.mapPartsMax;e++){const s=this._wwaData.mapAttribute[e][o.ATR_SOUND];this.createSoundInstance(s)}for(let e=1;e<this._wwaData.objPartsMax;e++){if(this._wwaData.objectAttribute[e][o.ATR_TYPE]===o.OBJECT_RANDOM)continue;const s=this._wwaData.objectAttribute[e][o.ATR_SOUND];this.createSoundInstance(s)}this._wwaData.message.forEach(e=>e.split(`
|
|
140
|
-
`).forEach(s=>{const a=s.match(/^\$sound=(\d+)/);if(!a||a.length<2)return;const i=parseInt(a[1],10);!isNaN(i)&&0<i&&i<de.NO_SOUND&&this.createSoundInstance(i)})),this._wwaData.bgm=0,this._soundLoadSkipFlag=!1}checkAllSoundLoaded(){let e=0,s=0;if(!this._hasTitleImg)var a=this._cvsCover.getContext("2d");this._keyStore.update(),this._keyStore.getKeyState(D.KEY_SPACE)===q.KEYDOWN&&(this._soundLoadSkipFlag=!0);for(let i=1;i<=o.SOUND_MAX;i++){const r=this.sounds[i];r===void 0||r.isError()||(s++,r.hasData()&&e++)}if(e<s&&!this._soundLoadSkipFlag){this._setProgressBar(At(e,s,Ge.AUDIO)),window.requestAnimationFrame(this.soundCheckCaller);return}this._setProgressBar(At(o.SOUND_MAX,o.SOUND_MAX,Ge.AUDIO)),this._setLoadingMessage(a,Ge.FINISH),this.openGameWindow()}_setSoundLoadedCheckTimer(e){const s=this.sounds[e];s.isError()||(this.soundLoadedCheckTimer=window.setInterval(()=>{this._wwaData.bgm===e?s.hasData()?(s.play(this._wwaData.bgmDelayDurationMs),this._wwaData.bgm=e,this._clearSoundLoadedCheckTimer()):s.isError()&&this._clearSoundLoadedCheckTimer():this._clearSoundLoadedCheckTimer()},100))}_clearSoundLoadedCheckTimer(){this.soundLoadedCheckTimer&&(clearInterval(this.soundLoadedCheckTimer),this.soundLoadedCheckTimer=void 0)}playSound(e,s){if(!this._isLoadedSound){e===de.NO_SOUND?this._wwaData.bgm=0:e>=de.BGM_LB&&(this._wwaData.bgm=e);return}if(e<0||e>=o.SOUND_MAX){console.warn("サウンド番号が範囲外です。");return}if(e>=de.BGM_LB&&this._wwaData.bgm===e||((e===de.NO_SOUND||e>=de.BGM_LB)&&this._wwaData.bgm!==0&&(this.sounds[this._wwaData.bgm].isPlaying()&&this.sounds[this._wwaData.bgm].pause(),this._wwaData.bgm=0),e===0||e===de.NO_SOUND))return;this.sounds[e].hasData()?e>=de.BGM_LB?(this.sounds[e].play(s??this._wwaData.bgmDelayDurationMs),this._wwaData.bgm=e):this.sounds[e].play():e>=de.BGM_LB&&(this._wwaData.bgm=e,this._setSoundLoadedCheckTimer(e))}openGameWindow(){var e=this._player.getPosition();O("wwa-cover").style.opacity="0",this.getObjectIdByPosition(e)!==0&&this._player.setPartsAppearedFlag();var s=O("wwa-wrapper").getAttribute("data-wwa-resume-savedata");if(typeof s=="string"&&(this._useSuspend=!0,s)){var a=st.getStartWWAData(s);this._restartData!==a&&(this._applyQuickLoad(a),this._wwaSave.resumeStart())}setTimeout(()=>{O("wwa-wrapper").removeChild(O("wwa-cover")),this._main()},o.SPLASH_SCREEN_DISP_MILLS)}onselectitem(e){if(this._player.canUseItem(e)){var s=O("item"+(e-1));s.classList.add("onpress"),this.playSound(de.DECISION);const r=this.resolveSystemMessage(Ie.CONFIRM_USE_ITEM);if(r==="BLANK"){this._player.readyToUseItem(e);var a=this._player.useItem(),i=this.getObjectAttributeById(a,o.ATR_STRING);this.registerPageByMessage(this.getMessageById(i),{showChoice:!1,isSystemMessage:!1,triggerParts:{id:a,type:W.OBJECT,position:this._player.getPosition().getPartsCoord()}})}else this.registerPageByMessage(r,{showChoice:!0,isSystemMessage:!0}),this._yesNoChoiceCallInfo=H.CALL_BY_ITEM_USE,this._yesNoUseItemPos=e;return!0}return!1}onselectbutton(e,s=!1,a=!1){var i=O(ue[e]);if(this.playSound(de.DECISION),this._itemMenu.close(),i.classList.add("onpress"),e===se.QUICK_LOAD)switch(this._yesNoChoiceCallInfo=this._wwaSave.getFirstSaveChoiceCallInfo(s),this._yesNoChoiceCallInfo){case H.CALL_BY_QUICK_LOAD:case H.CALL_BY_LOG_QUICK_LOAD:var r,n="";switch(this._yesNoChoiceCallInfo){case H.CALL_BY_QUICK_LOAD:n="読み込むデータを選んでください。",this._wwaSave.selectDBSaveDataList();break;case H.CALL_BY_LOG_QUICK_LOAD:n="読み込むオートセーブを選んでください。",this._wwaSave.selectLogSaveDataList();break}switch(r=this._wwaSave.getSecondSaveChoiceCallInfo(this._usePassword),this._messageWindow.createSaveDom(),r){case H.CALL_BY_LOG_QUICK_LOAD:this.registerSystemMessagePage(n+`
|
|
141
|
-
→Noでオートセーブ復帰画面に移ります。`,!0);break;case H.CALL_BY_PASSWORD_LOAD:this.registerSystemMessagePage(n+`
|
|
110
|
+
を消してください。`),this._messageWindow.setMessage(n),this._messageWindow.show(),this._setProgressBar(jc(4,4,ve.GAME_INIT));var i=setInterval(()=>{this._keyStore.update(),this._gamePadStore.update(),this._virtualPadStore.update(),this._yesNoJudgeInNextFrame===O.UNSELECTED&&(this._keyStore.getKeyState(B.KEY_ENTER)===z.KEYDOWN||this._keyStore.getKeyState(B.KEY_Y)===z.KEYDOWN||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_A)||this._virtualPadStore.checkTouchButton(`BUTTON_ENTER`)?this._yesNoJudgeInNextFrame=O.YES:(this._keyStore.getKeyState(B.KEY_N)===z.KEYDOWN||this._keyStore.getKeyState(B.KEY_ESC)===z.KEYDOWN||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_B)||this._virtualPadStore.checkTouchButton(`BUTTON_ESC`))&&(this._yesNoJudgeInNextFrame=O.NO)),this._yesNoJudgeInNextFrame===O.YES?(clearInterval(i),this._messageWindow.update(),this._yesNoJudge=this._yesNoJudgeInNextFrame,this._messageWindow.setInputDisable(),setTimeout(()=>{this._player.setDelayFrame(),this._messageWindow.hide(),this._yesNoJudge=O.UNSELECTED,this._yesNoJudgeInNextFrame=O.UNSELECTED,this._isLoadedSound=!0,this._setLoadingMessage(t,ve.AUDIO),this.loadSound().then(()=>window.requestAnimationFrame(this.soundCheckCaller))},L.YESNO_PRESS_DISP_FRAME_NUM*L.DEFAULT_FRAME_INTERVAL)):this._yesNoJudgeInNextFrame===O.NO&&(clearInterval(i),this._messageWindow.update(),this._yesNoJudge=this._yesNoJudgeInNextFrame,this._messageWindow.setInputDisable(),setTimeout(()=>{this._player.setDelayFrame(),this._messageWindow.hide(),this._yesNoJudge=O.UNSELECTED,this._yesNoJudgeInNextFrame=O.UNSELECTED,this._isLoadedSound=!1,this.openGameWindow()},L.YESNO_PRESS_DISP_FRAME_NUM*L.DEFAULT_FRAME_INTERVAL))},L.DEFAULT_FRAME_INTERVAL)}else clearInterval(i),this._player.setDelayFrame(),this._messageWindow.hide(),this._yesNoJudge=O.UNSELECTED,this._yesNoJudgeInNextFrame=O.UNSELECTED,this._isLoadedSound=!0,this.loadSound().then(()=>window.requestAnimationFrame(this.soundCheckCaller))}),console.log(`WWA_START`),this.wwaCustomEvent(`wwa_start`);let d=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_WWA_START;if(d)try{this.evalCalcWwaNodeGenerator.evalWwaNode(d)}catch(e){alert(`CALL_WWA_START でエラーが発生しました。\n\n詳細:\n${e.message}`),console.error(e.message)}})}setEvalCalcWwaNodeEarnedItem(e,t){this.evalCalcWwaNodeGenerator.setEarnedItem(e,t)}clearEvalCalcWwaNodeEarnedItem(){this.evalCalcWwaNodeGenerator.clearEarnedItem()}callGetItemUserDefineFunction(){let e=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_GET_ITEM;e&&this.evalCalcWwaNodeGenerator.evalWwaNode(e)}callGetItemFullUserDefineFunction(){let e=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_GET_ITEM_FULL;e&&this.evalCalcWwaNodeGenerator.evalWwaNode(e)}callUseItemUserDefineFunction(){let e=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_USE_ITEM;e&&this.evalCalcWwaNodeGenerator.evalWwaNode(e)}callJumpGateUserDefineFunction(){let e=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_JUMPGATE;e&&this.evalCalcWwaNodeGenerator.evalWwaNode(e)}callUserDefinedBattleDamageFunction(e,t){let n=this.getUserDefinedDamageFunctionNode(e);if(n){this.evalCalcWwaNodeGenerator.setBattleDamageCalculationMode(t);try{let t=this.evalCalcWwaNodeGenerator.evalWwaNode(n),r=this.evalCalcWwaNodeGenerator.state.battleDamageCalculation.aborted;return this.evalCalcWwaNodeGenerator.clearBattleDamageCalculationMode(),r?{damage:0,aborted:r}:typeof t==`number`?{damage:this.toAssignableValue(t),aborted:r}:(console.warn(`${e} のダメージ計算結果が数値になりませんでした。(結果: ${t})。このターンのダメージは無効になります。`),{damage:0,aborted:r})}catch(t){return console.warn(`${e} のダメージ計算中にエラーが発生しました。このターンのダメージは無効になります。`),console.warn(t),{damage:0,hasError:!0}}}}getUserDefinedDamageFunctionNode(e){return this.userDefinedFunctions?.[{playerToEnemy:`CALC_PLAYER_TO_ENEMY_DAMAGE`,enemyToPlayer:`CALC_ENEMY_TO_PLAYER_DAMAGE`}[e]]}callMoveUserDefineFunction(){let e=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_MOVE;e&&this.evalCalcWwaNodeGenerator.evalWwaNode(e)}callCameraMoveUserDefineFunction(){let e=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_CAMERA_MOVE;e&&this.evalCalcWwaNodeGenerator.evalWwaNode(e)}getUserScript(e){return this.userDefinedFunctions&&this.userDefinedFunctions[e]||null}setUserScript(e){if(e.kind!==`data`){console.error(e);return}this.convertWwaNodes(e.data).forEach(e=>{if(e.type===`DefinedFunction`&&this.userDefinedFunctions){let t=e.functionName;this.userDefinedFunctions[t]=e.body}})}callUserScript(e){let t=this.getUserScript(e);t&&this.evalCalcWwaNodeGenerator.evalWwaNode(t)}setUserVarStatus(e,t){if(e){if(e.kind===`noFileSpecified`){bc(this._dumpElement,e.errorMessage,!1);return}if(e.kind!==`data`){this._userVarNameListRequestError=e,bc(this._dumpElement,this._userVarNameListRequestError.errorMessage,!0);return}if(!e.data||typeof e.data!=`object`){this._userVarNameListRequestError={kind:`notObject`,errorMessage:`ユーザ変数一覧 ${t} が正しい形式で書かれていません。`},bc(this._dumpElement,this._userVarNameListRequestError.errorMessage,!0);return}this._userVarNameList=this.convertUserVariableNameListToArray(e.data),yc(this._dumpElement,this._userVarNameList)}}convertUserVariableNameListToArray(e){let t=Array(L.USER_VAR_NUM);for(let e=0;e<L.USER_VAR_NUM;e++)t[e]=void 0;return Object.keys(e).forEach(n=>{let r=parseInt(n,10);typeof e[n]!=`string`||typeof n!=`string`||isNaN(r)||r<0||r>=L.USER_VAR_NUM||(t[r]=e[n])}),t}_setProgressBar(e){this._hasTitleImg&&(e.stage<=L.LOAD_STAGE_MAX_EXCEPT_AUDIO?(H(`progress-message-container`).textContent=e.stage===L.LOAD_STAGE_MAX_EXCEPT_AUDIO?`World Name: `+this._wwaData.worldName:ye[e.stage],H(`progress-bar`).style.width=(1*e.stage+e.current/e.total*1)/(L.LOAD_STAGE_MAX_EXCEPT_AUDIO+1)*L.MAP_WINDOW_WIDTH+`px`,H(`progress-disp`).textContent=((1*e.stage+e.current/e.total*1)/(L.LOAD_STAGE_MAX_EXCEPT_AUDIO+1)*100).toFixed(2)+`%`):(this._usePassword?H(`progress-message-container`).textContent=`効果音/BGMを読み込んでいます。(スペースキーでスキップ)`:H(`progress-message-container`).textContent=`ゲームデータを読み込んでいます。`,H(`progress-bar-audio`).style.width=e.current*L.MAP_WINDOW_WIDTH/e.total+`px`,H(`progress-disp`).textContent=(e.current/e.total*100).toFixed(2)+`%`))}_setLoadingMessage(e,t){if(!this._hasTitleImg)if(t<=0)e.font=xe.TITLE+`px `+L.LOADING_FONT,e.fillText(be[0],R.TITLE_X,R.TITLE_Y),e.font=xe.FOOTER+`px `+L.LOADING_FONT,e.fillText(`WWA Wing Ver.4.0.3`,R.FOOTER_X,R.COPYRIGHT_Y);else if(t<=be.length)e.font=xe.LOADING+`px `+L.LOADING_FONT,t>=2&&(e.clearRect(R.LOADING_X,R.LOADING_Y+R.LINE*(t-3),L.SCREEN_WIDTH-R.LOADING_X,R.LINE),e.fillText(be[t-1]+` Complete!`,R.LOADING_X,R.LOADING_Y+R.LINE*(t-2))),t<be.length&&e.fillText(be[t],R.LOADING_X,R.LOADING_Y+R.LINE*(t-1)),t==1&&(e.font=xe.FOOTER+`px `+L.LOADING_FONT,e.fillText(`World Name `+this._wwaData.worldName,R.FOOTER_X,R.WORLD_Y),e.fillText(` (Map data Ver. `+Math.floor(this._wwaData.version/10)+`.`+this._wwaData.version%10+`)`,R.FOOTER_X,R.WORLD_Y+R.LINE));else{var n=this._isSkippedSoundMessage?R.LOADING_Y+R.LINE*(be.length-1):R.FOOTER_Y;t<=ve.AUDIO?e.fillText(`Now Sound data Loading .....`,R.LOADING_X,n):(e.clearRect(R.LOADING_X,n-R.LINE,L.SCREEN_WIDTH-R.LOADING_X,R.LINE),e.fillText(`Now Sound data Loading ..... Complete!`,R.LOADING_X,n))}}_setErrorMessage(e,t){this._hasTitleImg?alert(e):(t.clearRect(0,0,L.SCREEN_WIDTH,L.SCREEN_HEIGHT),t.font=xe.ERRROR+`px `+L.LOADING_FONT,e.split(`
|
|
111
|
+
`).forEach(function(e,n){t.fillText(e,R.ERROR_X,R.ERROR_Y+R.LINE*n)}))}createSoundInstance(e){if(e===0||e===p.NO_SOUND||this._soundMap.has(e))return;let t=`${this._audioDirectory}${e}.${this.audioExtension}`;this._soundMap.set(e,new ea(e,t,this.audioContext,this.audioGain))}async loadSound(){this._soundMap=new Map,console.log(`(D) サウンドのロードを開始します。`),console.log(`(D-1) システムサウンドのロードを開始します。`),this.createSoundInstance(p.DECISION),this.createSoundInstance(p.ATTACK),console.log(`(D-2) 背景パーツ記載のサウンドのロードを開始します。`);for(let e=1;e<this._wwaData.mapPartsMax;e++){let t=this._wwaData.mapAttribute[e][L.ATR_SOUND];this.createSoundInstance(t)}console.log(`(D-3) 物体パーツ記載のサウンドのロードを開始します。`);for(let e=1;e<this._wwaData.objPartsMax;e++){if(this._wwaData.objectAttribute[e][L.ATR_TYPE]===L.OBJECT_RANDOM)continue;let t=this._wwaData.objectAttribute[e][L.ATR_SOUND];this.createSoundInstance(t)}console.log(`(D-4) $sound マクロ記載のサウンドのロードを開始します。`),this._wwaData.message.forEach(e=>e.split(`
|
|
112
|
+
`).forEach(e=>{let t=e.match(/^\$sound=(\d+)/);if(!t||t.length<2)return;let n=parseInt(t[1],10);!isNaN(n)&&0<n&&n<p.NO_SOUND&&this.createSoundInstance(n)})),console.log(`(D-4) マップから抽出したサウンド番号一覧:`,Array.from(this._soundMap.keys())),await this.loadCustomSound(),console.log(`(D-6) 次のサウンドがロードされます:`,Array.from(this._soundMap.keys()).sort((e,t)=>typeof e==`number`?typeof t==`number`?e-t:-1:typeof t==`number`?1:e.localeCompare(t))),this._wwaData.bgm=0,this._soundLoadSkipFlag=!1}async loadCustomSound(){let e=this._audioDirectory+`sound-list.json`;console.log(`(D-5) サウンドリストファイル: ${e} の解析を開始します。`);let t=await Un(e);if(t?.kind!==`data`||!Array.isArray(t.data)){console.warn(`(D-5) カスタムオーディオファイルのリストの取得に失敗しました。リストファイルが存在するか、正しい形式で書かれているかを確認してください。 (リストファイル: ${e})`);return}t.data.forEach(e=>{switch(typeof e){case`number`:this.createSoundInstance(e);return;case`string`:{if(e.startsWith(`#`))return;let t=Number(e);if(e.includes(`/`)||e.includes(`\\`)||t<=0||t>2**53-1||t==p.NO_SOUND){console.warn(`(D-5) 無効なサウンドIDが指定されました: ${e}`);return}if(!Number.isNaN(t)){console.warn(`(D-5) 文字列で数値のサウンドIDが与えられました。数値として解釈します。 (指定されたサウンドID: `+e+`)`),this.createSoundInstance(t);return}this.createSoundInstance(e);return}case`object`:if(!e)return;if(Array.isArray(e)){if(e.length!==2){console.warn(`(D-5) 配列形式でサウンドIDを与える場合は2要素で与えてください: ${JSON.stringify(e)}`);return}try{e.forEach(t=>{if(typeof t!=`number`||t<=0||t>2**53-1)throw Error(`(D-5) 無効なサウンドIDが指定されました: ${JSON.stringify(e)}`)})}catch(e){console.warn(e.message);return}let[t,n]=e;if(t>n){console.warn(`(D-5) サウンドIDが配列形式で与えられていますが、from (${t}) が to (${n}) より大きくなっています: ${JSON.stringify(e)}`);return}for(let e=t;e<=n;e++){if(e==p.NO_SOUND){console.warn(`(D-5) サウンドID ${e} が範囲に含まれていますが、これは停止用に使用している値で無効なのでスキップします。`);continue}this.createSoundInstance(e)}return}console.warn(`(D-5) サウンドIDがオブジェクトのようですが、現在この記法はサポートされていません: ${JSON.stringify(e)}`);return;default:console.warn(`(D-5) この形式のサウンドIDはサポートされていません: ${e}`);return}})}checkAllSoundLoaded(){let e=0,t=0;if(!this._hasTitleImg)var n=this._cvsCover.getContext(`2d`);if(this._keyStore.update(),this._keyStore.getKeyState(B.KEY_SPACE)===z.KEYDOWN&&(this._soundLoadSkipFlag=!0),this._soundMap.forEach(n=>{!n||n.isError()||(t++,n.hasData()&&e++)}),e<t&&!this._soundLoadSkipFlag){this._setProgressBar(jc(e,t,ve.AUDIO)),window.requestAnimationFrame(this.soundCheckCaller);return}this._setProgressBar(jc(L.SOUND_MAX,L.SOUND_MAX,ve.AUDIO)),this._setLoadingMessage(n,ve.FINISH),console.log(`(D-7) サウンドのロードが完了しました。`),this.openGameWindow()}_setSoundLoadedCheckTimer(e){let t=this._soundMap.get(e);!t||t.isError()||(this.soundLoadedCheckTimer=window.setInterval(()=>{this._wwaData.bgm===e?t.hasData()?(t.play(this._wwaData.bgmDelayDurationMs),this._wwaData.bgm=e,this._clearSoundLoadedCheckTimer()):t.isError()&&this._clearSoundLoadedCheckTimer():this._clearSoundLoadedCheckTimer()},100))}_clearSoundLoadedCheckTimer(){this.soundLoadedCheckTimer&&=(clearInterval(this.soundLoadedCheckTimer),void 0)}getSoundEnabled(){return this._isLoadedSound}checkSoundEnabled(e){this._soundMap.get(e).hasData()}stopBgm(){let e=this._soundMap.get(this._wwaData.bgm);e?.isPlaying()&&e.pause(),this._wwaData.bgm=0}stopSound(e,t){if(this.soundIsBgm(e)){t.includeBgm&&this._wwaData.bgm===e&&this.stopBgm();return}let n=this._soundMap.get(e);n?.isPlaying()&&n.pause()}stopAllSound(e){this._soundMap.keys().forEach(t=>this.stopSound(t,e))}playSound(e,t={}){let n=this.soundIsBgm(e),r=t.loopPlaying===void 0?n:t.loopPlaying;if(!this._isLoadedSound){e===p.NO_SOUND?this._wwaData.bgm=0:n&&(this._wwaData.bgm=r?e:0);return}if(typeof e==`number`&&(e<0||e>=L.SOUND_MAX)){console.warn(`サウンド番号が範囲外です。`);return}if(n&&this._wwaData.bgm===e||((e===p.NO_SOUND||n)&&this._wwaData.bgm!==0&&this.stopBgm(),e===0||e===p.NO_SOUND))return;let i=this._soundMap.get(e);if(!i){console.warn(`サウンドID ${e} は、マップデータにも ${this._audioDirectory}sound-list.json にも出現しないため、再生できません。`);return}i.hasData()?n?(i?.play(t.bgmDelayDurationMs??this._wwaData.bgmDelayDurationMs,r,()=>{e===this._wwaData.bgm&&!r&&(this._wwaData.bgm=0)}),this._wwaData.bgm=e):i?.play(0,r):n&&(this._wwaData.bgm=r?e:0,this._setSoundLoadedCheckTimer(e))}playDecisionSound(){this.playSound(this._wwaData.decisionSound??p.DECISION)}playAttackSound(){this.playSound(this._wwaData.attackSound??p.ATTACK)}setDecisionSound(e){if(this.soundIsBgm(e)){console.warn(`決定音にBGMを設定することはできません。`);return}this._wwaData.decisionSound=e}setAttackSound(e){if(this.soundIsBgm(e)){console.warn(`攻撃音にBGMを設定することはできません。`);return}this._wwaData.attackSound=e}soundIsBgm(e){switch(typeof e){case`number`:return e>=p.BGM_LB;case`string`:return e.match(/^bgm_/i)!==null;default:throw TypeError(`Invalid soundId type: ${typeof e}`)}}openGameWindow(){var e=this._player.getPosition();H(`wwa-cover`).style.opacity=`0`,this.getObjectIdByPosition(e)!==0&&this._player.setPartsAppearedFlag();var t=H(`wwa-wrapper`).getAttribute(`data-wwa-resume-savedata`);if(typeof t==`string`&&(this._useSuspend=!0,t)){var n=Vi.getStartWWAData(t);this._restartData!==n&&(this._applyQuickLoad(n),this._wwaSave.resumeStart())}setTimeout(()=>{H(`wwa-wrapper`).removeChild(H(`wwa-cover`)),this._main()},L.SPLASH_SCREEN_DISP_MILLS)}onselectitem(e){if(this._player.canUseItem(e)){H(`item`+(e-1)).classList.add(`onpress`),this.playDecisionSound();let r=this.resolveSystemMessage(g.CONFIRM_USE_ITEM);if(r===`BLANK`){this._player.readyToUseItem(e);var t=this._player.useItem(),n=this.getObjectAttributeById(t,L.ATR_STRING);this.registerPageByMessage(this.getMessageById(n),{showChoice:!1,isSystemMessage:!1,triggerParts:{id:t,type:A.OBJECT,position:this._player.getPosition().getPartsCoord()}})}else this.registerPageByMessage(r,{showChoice:!0,isSystemMessage:!0}),this._yesNoChoiceCallInfo=N.CALL_BY_ITEM_USE,this._yesNoUseItemPos=e;return!0}return!1}onselectbutton(e,t=!1,n=!1){var r=H(F[e]);if(this.playDecisionSound(),this._itemMenu.close(),r.classList.add(`onpress`),e===P.QUICK_LOAD)switch(this._yesNoChoiceCallInfo=this._wwaSave.getFirstSaveChoiceCallInfo(t),this._yesNoChoiceCallInfo){case N.CALL_BY_QUICK_LOAD:case N.CALL_BY_LOG_QUICK_LOAD:var i,a=``;switch(this._yesNoChoiceCallInfo){case N.CALL_BY_QUICK_LOAD:a=`読み込むデータを選んでください。`,this._wwaSave.selectDBSaveDataList();break;case N.CALL_BY_LOG_QUICK_LOAD:a=`読み込むオートセーブを選んでください。`,this._wwaSave.selectLogSaveDataList();break}switch(i=this._wwaSave.getSecondSaveChoiceCallInfo(this._usePassword),this._messageWindow.createSaveDom(),i){case N.CALL_BY_LOG_QUICK_LOAD:this.registerSystemMessagePage(a+`
|
|
113
|
+
→Noでオートセーブ復帰画面に移ります。`,!0);break;case N.CALL_BY_PASSWORD_LOAD:this.registerSystemMessagePage(a+`
|
|
142
114
|
→Noでデータ復帰用パスワードの
|
|
143
|
-
入力選択ができます。`,!0);break;case
|
|
115
|
+
入力選択ができます。`,!0);break;case N.NONE:this.registerSystemMessagePage(a,!0);break}break;case N.CALL_BY_PASSWORD_LOAD:this.onpasswordloadcalled();break}else if(e===P.QUICK_SAVE)this._wwaData.disableSaveFlag?this.registerSystemMessagePage(`ここではセーブ機能は
|
|
144
116
|
使用できません。`):(this._wwaSave.selectDBSaveDataList(),this._messageWindow.createSaveDom(),this._usePassword?(this.registerSystemMessagePage(`データの一時保存先を選んでください。
|
|
145
117
|
→Noでデータ復帰用パスワードの
|
|
146
|
-
表示選択ができます。`,!0),this._yesNoChoiceCallInfo=
|
|
147
|
-
使用できません。`):this._useSuspend?(this.registerSystemMessagePage(
|
|
148
|
-
使用できません。`):(this.registerSystemMessagePage(
|
|
149
|
-
`);this._messageWindow.setMessage(m),this._messageWindow.setYesNoChoice(c.showChoice),this._messageWindow.setPositionByPlayerPosition(this._faces.length!==0,_,c.isSystemMessage,this._player.getPosition(),this._camera.getPosition()),_&&(this._lastScoreOptions=c.scoreOption,this.updateScore(c.scoreOption),this._scoreWindow.show()),this._player.setMessageWaiting(),this._isLastPage=c.isLastPage,this._shouldSetNextPage=!1;break}if(this._pages.length===0){if(this._hideMessageWindow().newPageGenerated||this._dispatchWindowClosedTimeRequests().newPageGenerated)continue;this.clearFaces();break}}if(this._pageExecuting=!1,this._reservedJumpDestination&&(this._player.jumpTo(this._reservedJumpDestination),this._reservedJumpDestination=void 0),this._player.mainFrameCount(),this._player.isControllable()){if(this._wwaData.disableSaveFlag||this._wwaSave.isAutoSaveFrame(this._player)&&this._quickSave(H.CALL_BY_LOG_QUICK_SAVE),this._player.isDelayFrame())this._player.updateDelayFrame();else{const c=this._player.getDir(),f=[NaN,NaN,D.KEY_DOWN,NaN,D.KEY_LEFT,NaN,D.KEY_RIGHT,NaN,D.KEY_UP,NaN][c];this._actionGamePadButtonItemMacro()||(this._keyStore.getKeyStateForControllPlayer(D.KEY_LEFT)===q.KEYDOWN?this._checkTurnKeyPressed()?this._player.setDir(N.LEFT):(this._player.controll(N.LEFT),this._objectMovingDataManager.update()):this._keyStore.getKeyStateForControllPlayer(D.KEY_UP)===q.KEYDOWN?this._checkTurnKeyPressed()?this._player.setDir(N.UP):(this._player.controll(N.UP),this._objectMovingDataManager.update()):this._keyStore.getKeyStateForControllPlayer(D.KEY_RIGHT)===q.KEYDOWN?this._checkTurnKeyPressed()?this._player.setDir(N.RIGHT):(this._player.controll(N.RIGHT),this._objectMovingDataManager.update()):this._keyStore.getKeyStateForControllPlayer(D.KEY_DOWN)===q.KEYDOWN?this._checkTurnKeyPressed()?this._player.setDir(N.DOWN):(this._player.controll(N.DOWN),this._objectMovingDataManager.update()):this._mouseStore.getMouseStateForControllPlayer(N.LEFT)===mt.MOUSEDOWN?this._mouseStore.touchIDIsSetDir()?this._player.setDir(N.LEFT):(this._player.controll(N.LEFT),this._objectMovingDataManager.update()):this._mouseStore.getMouseStateForControllPlayer(N.UP)===mt.MOUSEDOWN?this._mouseStore.touchIDIsSetDir()?this._player.setDir(N.UP):(this._player.controll(N.UP),this._objectMovingDataManager.update()):this._mouseStore.getMouseStateForControllPlayer(N.RIGHT)===mt.MOUSEDOWN?this._mouseStore.touchIDIsSetDir()?this._player.setDir(N.RIGHT):(this._player.controll(N.RIGHT),this._objectMovingDataManager.update()):this._mouseStore.getMouseStateForControllPlayer(N.DOWN)===mt.MOUSEDOWN?this._mouseStore.touchIDIsSetDir()?this._player.setDir(N.DOWN):(this._player.controll(N.DOWN),this._objectMovingDataManager.update()):this._keyStore.checkHitKey(f)?this._checkTurnKeyPressed()?this._player.setDir(c):(this._player.controll(c),this._objectMovingDataManager.update()):this._keyStore.checkHitKey(D.KEY_LEFT)?this._checkTurnKeyPressed()?this._player.setDir(N.LEFT):(this._player.controll(N.LEFT),this._objectMovingDataManager.update()):this._keyStore.checkHitKey(D.KEY_UP)?this._checkTurnKeyPressed()?this._player.setDir(N.UP):(this._player.controll(N.UP),this._objectMovingDataManager.update()):this._keyStore.checkHitKey(D.KEY_RIGHT)?this._checkTurnKeyPressed()?this._player.setDir(N.RIGHT):(this._player.controll(N.RIGHT),this._objectMovingDataManager.update()):this._keyStore.checkHitKey(D.KEY_DOWN)?this._checkTurnKeyPressed()?this._player.setDir(N.DOWN):(this._player.controll(N.DOWN),this._objectMovingDataManager.update()):this._mouseStore.checkClickMouse(N.LEFT)?this._mouseStore.touchIDIsSetDir()?this._player.setDir(N.LEFT):(this._player.controll(N.LEFT),this._objectMovingDataManager.update()):this._mouseStore.checkClickMouse(N.UP)?this._mouseStore.touchIDIsSetDir()?this._player.setDir(N.UP):(this._player.controll(N.UP),this._objectMovingDataManager.update()):this._mouseStore.checkClickMouse(N.RIGHT)?this._mouseStore.touchIDIsSetDir()?this._player.setDir(N.RIGHT):(this._player.controll(N.RIGHT),this._objectMovingDataManager.update()):this._mouseStore.checkClickMouse(N.DOWN)?this._mouseStore.touchIDIsSetDir()?this._player.setDir(N.DOWN):(this._player.controll(N.DOWN),this._objectMovingDataManager.update()):this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_LEFT)?this._gamePadStore.buttonPressed(J.BUTTON_INDEX_B)?this._player.setDir(N.LEFT):(this._player.controll(N.LEFT),this._objectMovingDataManager.update()):this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_UP)?this._gamePadStore.buttonPressed(J.BUTTON_INDEX_B)?this._player.setDir(N.UP):(this._player.controll(N.UP),this._objectMovingDataManager.update()):this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_RIGHT)?this._gamePadStore.buttonPressed(J.BUTTON_INDEX_B)?this._player.setDir(N.RIGHT):(this._player.controll(N.RIGHT),this._objectMovingDataManager.update()):this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_DOWN)?this._gamePadStore.buttonPressed(J.BUTTON_INDEX_B)?this._player.setDir(N.DOWN):(this._player.controll(N.DOWN),this._objectMovingDataManager.update()):this._virtualPadStore.checkTouchingButton("BUTTON_LEFT")?this._virtualPadStore.checkTouchingButton("BUTTON_ESC")?this._player.setDir(N.LEFT):(this._player.controll(N.LEFT),this._objectMovingDataManager.update()):this._virtualPadStore.checkTouchingButton("BUTTON_UP")?this._virtualPadStore.checkTouchingButton("BUTTON_ESC")?this._player.setDir(N.UP):(this._player.controll(N.UP),this._objectMovingDataManager.update()):this._virtualPadStore.checkTouchingButton("BUTTON_RIGHT")?this._virtualPadStore.checkTouchingButton("BUTTON_ESC")?this._player.setDir(N.RIGHT):(this._player.controll(N.RIGHT),this._objectMovingDataManager.update()):this._virtualPadStore.checkTouchingButton("BUTTON_DOWN")?this._virtualPadStore.checkTouchingButton("BUTTON_ESC")?this._player.setDir(N.DOWN):(this._player.controll(N.DOWN),this._objectMovingDataManager.update()):this._keyStore.getKeyState(D.KEY_1)===q.KEYDOWN?this.onselectitem(1):this._keyStore.getKeyState(D.KEY_2)===q.KEYDOWN?this.onselectitem(2):this._keyStore.getKeyState(D.KEY_3)===q.KEYDOWN?this.onselectitem(3):this._keyStore.getKeyState(D.KEY_Q)===q.KEYDOWN?this.onselectitem(4):this._keyStore.getKeyState(D.KEY_W)===q.KEYDOWN?this.onselectitem(5):this._keyStore.getKeyState(D.KEY_E)===q.KEYDOWN?this.onselectitem(6):this._keyStore.getKeyState(D.KEY_A)===q.KEYDOWN?this.onselectitem(7):this._keyStore.getKeyState(D.KEY_S)===q.KEYDOWN?this.onselectitem(8):this._keyStore.getKeyState(D.KEY_D)===q.KEYDOWN?this.onselectitem(9):this._keyStore.getKeyState(D.KEY_Z)===q.KEYDOWN?this.onselectitem(10):this._keyStore.getKeyState(D.KEY_X)===q.KEYDOWN?this.onselectitem(11):this._keyStore.getKeyState(D.KEY_C)===q.KEYDOWN?this.onselectitem(12):this._keyStore.getKeyState(D.KEY_I)===q.KEYDOWN||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_MINUS)||this._virtualPadStore.checkTouchButton("BUTTON_SLOW")?this.onchangespeed(Xt.DOWN):this._keyStore.getKeyState(D.KEY_P)===q.KEYDOWN||this._keyStore.checkHitKey(D.KEY_F2)||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_PLUS)||this._virtualPadStore.checkTouchButton("BUTTON_FAST")?this.onchangespeed(Xt.UP):this._keyStore.getKeyState(D.KEY_F1)===q.KEYDOWN||this._keyStore.getKeyState(D.KEY_M)===q.KEYDOWN||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_A)||this._virtualPadStore.checkTouchButton("BUTTON_ENTER")?this.launchBattleEstimateWindow():this._keyStore.checkHitKey(D.KEY_F3)?(this.playSound(de.DECISION),this.onselectbutton(se.QUICK_LOAD,!0)):this._keyStore.checkHitKey(D.KEY_F4)?(this.playSound(de.DECISION),this._useSuspend?this.onpasssuspendsavecalled():this._usePassword&&this.onpasswordsavecalled()):this._keyStore.checkHitKey(D.KEY_F5)||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_A,J.BUTTON_INDEX_ZR)?this.onselectbutton(se.QUICK_LOAD):this._keyStore.checkHitKey(D.KEY_F6)||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_A,J.BUTTON_INDEX_ZL)?this.onselectbutton(se.QUICK_SAVE):this._keyStore.checkHitKey(D.KEY_F7)||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_A,J.BUTTON_INDEX_R)?this.onselectbutton(se.RESTART_GAME):this._keyStore.checkHitKey(D.KEY_F8)?this.onselectbutton(se.GOTO_WWA,!1,!0):this._keyStore.checkHitKey(D.KEY_F9)||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_X)||this._virtualPadStore.checkTouchButton("BUTTON_ESC")?(this._player.isControllable()||this._messageWindow.isItemMenuChoice())&&this.onitemmenucalled():this._keyStore.checkHitKey(D.KEY_V)?this._displayUserVars():this._keyStore.checkHitKey(D.KEY_X)?this._debugConsoleElement&&this._debugEvalString():(this._keyStore.checkHitKey(D.KEY_F12)||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_Y))&&this._displayHelp()),[{key:D.KEY_A,func:"CALL_PUSH_A"},{key:D.KEY_B,func:"CALL_PUSH_B"},{key:D.KEY_C,func:"CALL_PUSH_C"},{key:D.KEY_D,func:"CALL_PUSH_D"},{key:D.KEY_E,func:"CALL_PUSH_E"},{key:D.KEY_F,func:"CALL_PUSH_F"},{key:D.KEY_G,func:"CALL_PUSH_G"},{key:D.KEY_H,func:"CALL_PUSH_H"},{key:D.KEY_I,func:"CALL_PUSH_I"},{key:D.KEY_J,func:"CALL_PUSH_J"},{key:D.KEY_K,func:"CALL_PUSH_K"},{key:D.KEY_L,func:"CALL_PUSH_L"},{key:D.KEY_M,func:"CALL_PUSH_M"},{key:D.KEY_N,func:"CALL_PUSH_N"},{key:D.KEY_O,func:"CALL_PUSH_O"},{key:D.KEY_P,func:"CALL_PUSH_P"},{key:D.KEY_Q,func:"CALL_PUSH_Q"},{key:D.KEY_R,func:"CALL_PUSH_R"},{key:D.KEY_S,func:"CALL_PUSH_S"},{key:D.KEY_T,func:"CALL_PUSH_T"},{key:D.KEY_U,func:"CALL_PUSH_U"},{key:D.KEY_V,func:"CALL_PUSH_V"},{key:D.KEY_W,func:"CALL_PUSH_W"},{key:D.KEY_X,func:"CALL_PUSH_X"},{key:D.KEY_Y,func:"CALL_PUSH_Y"},{key:D.KEY_Z,func:"CALL_PUSH_Z"},{key:D.KEY_ENTER,func:"CALL_PUSH_ENTER"},{key:D.KEY_ESC,func:"CALL_PUSH_ESC"},{key:D.KEY_SPACE,func:"CALL_PUSH_SPACE"},{key:D.KEY_LEFT,func:"CALL_PUSH_LEFT"},{key:D.KEY_RIGHT,func:"CALL_PUSH_RIGHT"},{key:D.KEY_UP,func:"CALL_PUSH_UP"},{key:D.KEY_DOWN,func:"CALL_PUSH_DOWN"}].forEach(p=>{if(this._keyStore.checkHitKey(p.key)){const m=this.userDefinedFunctions&&this.userDefinedFunctions[p.func];m&&this.evalCalcWwaNodeGenerator.evalWwaNode(m)}})}this._keyStore.memorizeKeyStateOnControllableFrame(),this._mouseStore.memorizeMouseStateOnControllableFrame()}else if(this._player.isJumped())this._camera.isResetting()||this._player.processAfterJump();else if(this._player.isMoving())this._player.move(),this._objectMovingDataManager.update(),this._player.getPosition().isJustPosition()&&this._dispatchPlayerAndObjectsStopTimeRequests();else if(this._player.isWaitingMessage()){if(this._messageWindow.isVisible()||this._messageWindow.show(),this._messageWindow.isYesNoChoice())this._messageWindow.isSaveChoice()&&(this._messageWindow.saveUpdate(),this._messageWindow.isSaveClose()||(this._keyStore.checkHitKey(D.KEY_LEFT)||this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_LEFT)||this._virtualPadStore.checkTouchButton("BUTTON_LEFT")?this._messageWindow.saveControll(N.LEFT):this._keyStore.checkHitKey(D.KEY_UP)||this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_UP)||this._virtualPadStore.checkTouchButton("BUTTON_UP")?this._messageWindow.saveControll(N.UP):this._keyStore.checkHitKey(D.KEY_RIGHT)||this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_RIGHT)||this._virtualPadStore.checkTouchButton("BUTTON_RIGHT")?this._messageWindow.saveControll(N.RIGHT):(this._keyStore.checkHitKey(D.KEY_DOWN)||this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_DOWN)||this._virtualPadStore.checkTouchButton("BUTTON_DOWN"))&&this._messageWindow.saveControll(N.DOWN))),this._messageWindow.isInputDisable()||(this._yesNoJudge===ne.UNSELECTED&&(this._keyStore.getKeyState(D.KEY_ENTER)===q.KEYDOWN||this._keyStore.getKeyState(D.KEY_Y)===q.KEYDOWN||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_A)||this._virtualPadStore.checkTouchButton("BUTTON_ENTER")?this._yesNoJudge=ne.YES:(this._keyStore.getKeyState(D.KEY_N)===q.KEYDOWN||this._keyStore.getKeyState(D.KEY_ESC)===q.KEYDOWN||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_B)||this._virtualPadStore.checkTouchButton("BUTTON_ESC"))&&(this._yesNoJudge=ne.NO)),this._yesNoJudge===ne.YES?(this.playSound(de.DECISION),this._yesNoDispCounter=o.YESNO_PRESS_DISP_FRAME_NUM,this._messageWindow.setInputDisable(),this._messageWindow.update()):this._yesNoJudge===ne.NO&&(this.playSound(de.DECISION),this._yesNoDispCounter=o.YESNO_PRESS_DISP_FRAME_NUM,this._messageWindow.setInputDisable(),this._messageWindow.update()));else if(this._messageWindow.isItemMenuChoice()){if(this._itemMenu.update(),this._keyStore.checkHitKey(D.KEY_LEFT)||this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_LEFT)||this._virtualPadStore.checkTouchingButton("BUTTON_LEFT")?this._itemMenu.controll(N.LEFT):this._keyStore.checkHitKey(D.KEY_UP)||this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_UP)||this._virtualPadStore.checkTouchingButton("BUTTON_UP")?this._itemMenu.controll(N.UP):this._keyStore.checkHitKey(D.KEY_RIGHT)||this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_RIGHT)||this._virtualPadStore.checkTouchingButton("BUTTON_RIGHT")?this._itemMenu.controll(N.RIGHT):(this._keyStore.checkHitKey(D.KEY_DOWN)||this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_DOWN)||this._virtualPadStore.checkTouchingButton("BUTTON_DOWN"))&&this._itemMenu.controll(N.DOWN),this._keyStore.getKeyState(D.KEY_ENTER)===q.KEYDOWN||this._keyStore.getKeyState(D.KEY_Y)===q.KEYDOWN||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_A)||this._virtualPadStore.checkTouchButton("BUTTON_ENTER"))this._setNextPage(),this._messageWindow.setItemMenuChoice(!1),this._itemMenu.ok();else if(this._mouseStore.checkClickMouse(N.LEFT)||this._mouseStore.checkClickMouse(N.UP)||this._mouseStore.checkClickMouse(N.RIGHT)||this._mouseStore.checkClickMouse(N.DOWN)||this._keyStore.getKeyState(D.KEY_N)===q.KEYDOWN||this._keyStore.getKeyState(D.KEY_ESC)===q.KEYDOWN||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_B)||this._virtualPadStore.checkTouchButton("BUTTON_ESC")){for(var s=0;s<ue.length;s++){var a=O(ue[s]);a.classList.contains("onpress")&&a.classList.remove("onpress")}this._itemMenu.ng(),this._setNextPage(),this.playSound(de.DECISION),this._messageWindow.setItemMenuChoice(!1)}}else{var i=this._keyStore.getKeyStateForMessageCheck(D.KEY_ENTER),r=this._keyStore.getKeyStateForMessageCheck(D.KEY_SPACE),n=this._keyStore.getKeyStateForMessageCheck(D.KEY_ESC);if(i===q.KEYDOWN||i===q.KEYPRESS_MESSAGECHANGE||r===q.KEYDOWN||r===q.KEYPRESS_MESSAGECHANGE||n===q.KEYDOWN||n===q.KEYPRESS_MESSAGECHANGE||this._mouseStore.getMouseState()===mt.MOUSEDOWN||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_A,J.BUTTON_INDEX_B)||this._virtualPadStore.checkTouchButton("BUTTON_ENTER")||this._virtualPadStore.checkTouchButton("BUTTON_ESC")){for(var s=0;s<ue.length;s++){var a=O(ue[s]);a.classList.contains("onpress")&&a.classList.remove("onpress")}this._setNextPage()}}if(this._inlineUserVarViewer?.isVisible){const c=this._inlineUserVarViewer.kind;let l=!1;const f=c==="named"?this._userVar.named.size:o.USER_VAR_NUM;this._keyStore.getKeyState(D.KEY_DOWN)===q.KEYDOWN&&(this._inlineUserVarViewer.topUserVarIndex[c]++,l=!0),this._keyStore.getKeyState(D.KEY_UP)===q.KEYDOWN&&(this._inlineUserVarViewer.topUserVarIndex[c]--,l=!0),this._keyStore.getKeyState(D.KEY_RIGHT)===q.KEYDOWN&&(this._inlineUserVarViewer.topUserVarIndex[c]+=o.INLINE_USER_VAR_VIEWER_DISPLAY_NUM,l=!0),this._keyStore.getKeyState(D.KEY_LEFT)===q.KEYDOWN&&(this._inlineUserVarViewer.topUserVarIndex[c]-=o.INLINE_USER_VAR_VIEWER_DISPLAY_NUM,l=!0),this._keyStore.getKeyState(D.KEY_V)===q.KEYDOWN&&(this._inlineUserVarViewer.kind==="named"?this._inlineUserVarViewer.kind="numbered":this._inlineUserVarViewer.kind==="numbered"&&(this._inlineUserVarViewer.kind="named"),l=!0),this._inlineUserVarViewer.topUserVarIndex[c]<0&&(this._inlineUserVarViewer.topUserVarIndex[c]+=f),this._inlineUserVarViewer.topUserVarIndex[c]>f&&(this._inlineUserVarViewer.topUserVarIndex[c]-=f),l&&(this._setNextPage(),this._inlineUserVarViewer.isVisible=!0,this._displayUserVars())}}else this._player.isWaitingEstimateWindow()?(this._keyStore.getKeyState(D.KEY_ENTER)===q.KEYDOWN||this._keyStore.getKeyState(D.KEY_SPACE)===q.KEYDOWN||this._gamePadStore.buttonTrigger(J.BUTTON_INDEX_A,J.BUTTON_INDEX_B)||this._virtualPadStore.checkTouchButton("BUTTON_ENTER")||this._virtualPadStore.checkTouchButton("BUTTON_ESC"))&&this.hideBattleEstimateWindow():this._player.isFighting()?(this._player.fight(),this._monsterWindow.update(this._monster)):this._player.isWaitingMoveMacro()&&(this._player.isMoveObjectAutoExecTime()&&(this.moveObjects(!1),this._player.resetMoveObjectAutoExecTimer()),this._objectMovingDataManager.update());if(this.updatePicturesAnimation(),this._cgManager.picture.updateFrameTimerValue(),this._prevFrameEventExected=!1,this._player.getPosition().isJustPosition()&&this._camera.getPosition().isScreenTopPosition()){if(!this._shouldTreatWillMessageDisplay(this._pages)&&!this._player.isPausing()){this._player.isPartsAppearedTime()&&this._player.clearPartsAppearedFlag(),this._replaceRandomObjectsInScreen();var h=this.checkMap();h||this.checkObject(),this._prevFrameEventExected=h}this._player.isWaitingMessage()&&this._messageWindow.isYesNoChoice()&&this._yesNoJudge!==ne.UNSELECTED&&!this._player.isWaitingMoveMacro()&&!this._player.isFighting()&&this._execChoiceWindowRunningEvent()}this._passwordLoadExecInNextFrame&&(this._stopUpdateByLoadFlag=!0,this._loadType=Dt.PASSWORD,this._player.clearPasswordWindowWaiting(),this._passwordLoadExecInNextFrame=!1),this._drawAll(),this._mainCallCounter++,this._mainCallCounter%=1e9,(!this._player.isWaitingMessage()||!this._isClassicModeEnable)&&(this._animationCounter=(this._animationCounter+1)%(o.ANIMATION_REP_HALF_FRAME*2),(this._animationCounter===0||this._animationCounter===o.ANIMATION_REP_HALF_FRAME+1)&&this.updateAllPicturesCache()),this._camera.isResetting()&&this._camera.advanceTransitionStepNum(),this._player.isWaitingMessage()||(this._player.decrementLookingAroundTimer(),this._statusPressCounter.energy>0&&--this._statusPressCounter.energy===0&&O("disp-energy").classList.remove("onpress"),this._statusPressCounter.strength>0&&--this._statusPressCounter.strength===0&&O("disp-strength").classList.remove("onpress"),this._statusPressCounter.defence>0&&--this._statusPressCounter.defence===0&&O("disp-defence").classList.remove("onpress"),this._statusPressCounter.gold>0&&--this._statusPressCounter.gold===0&&O("disp-gold").classList.remove("onpress")),this._player.isWaitingMoveMacro()&&(this._player.decrementMoveObjectAutoExecTimer(),this._player.isWaitingMoveMacro()||this._dispatchPlayerAndObjectsStopTimeRequests()),this._stopUpdateByLoadFlag?this._fadeout(()=>{if(this._loadType===Dt.QUICK_LOAD){this._quickLoad(),this.wwaCustomEvent("wwa_quickload");const c=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_QUICKLOAD;c&&this.evalCalcWwaNodeGenerator.evalWwaNode(c)}else if(this._loadType===Dt.RESTART_GAME){this.restartGame(),this.wwaCustomEvent("wwa_restert");const c=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_RESTART;c&&this.evalCalcWwaNodeGenerator.evalWwaNode(c)}else if(this._loadType===Dt.PASSWORD){this._applyQuickLoad(this._passwordSaveExtractData),this._passwordSaveExtractData=void 0,this.wwaCustomEvent("wwa_passwordload");const c=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_PASSWORDLOAD;c&&this.evalCalcWwaNodeGenerator.evalWwaNode(c)}setTimeout(this.mainCaller,o.DEFAULT_FRAME_INTERVAL,this)}):window.requestAnimationFrame(this.mainCaller),hl({dumpElement:this._dumpElement,userVar:this._userVar.numbered,namedUserVar:this._userVar.named});const u=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_FRAME;u&&this.evalCalcWwaNodeGenerator.evalWwaNode(u)}vibration(e){this._gamePadStore.vibration(e)}_isMainAnimation(){return this._animationCounter>o.ANIMATION_REP_HALF_FRAME}_drawAll(){var e=this._camera.getPosition().getPartsCoord(),s=this._camera.getPosition().getOffsetCoord(),a=o.MAP_WINDOW_HEIGHT,i,r,n=this._player.getPosition().getPartsCoord();if(this._paintSkipByDoorOpen){this._paintSkipByDoorOpen=!1;return}if(this._cgManager.clearCanvas(0,0,o.MAP_WINDOW_WIDTH,o.MAP_WINDOW_HEIGHT),this._cgManager.drawBase(0,0,o.MAP_WINDOW_WIDTH,o.MAP_WINDOW_HEIGHT),this._camera.isResetting()){if(this._camera.getPreviousPosition()!==null)var h=this._camera.getPreviousPosition().getPartsCoord(),u=this._camera.getPreviousPosition().getOffsetCoord();a=this._camera.getTransitionStepNum()*o.CHIP_SIZE}var c=!1;if(a!==this._cgManager.mapCacheYLimit&&(this._cgManager.mapCacheYLimit=a,c=!0),(e.x!==this._cgManager.cpPartsLog.x||e.y!==this._cgManager.cpPartsLog.y)&&(this._cgManager.cpPartsLog.x=e.x,this._cgManager.cpPartsLog.y=e.y,c=!0),c&&(this._cgManager.clearBackCanvas(),this._cgManager.clearObjectCanvases()),this._camera.isResetting()&&(this._drawMap(h,u,a,!0),this._drawPlayer(h,u,a,!0),this._drawObjects(h,u,a,!0),this._camera.isFinalStep()))var l=255,f=setInterval(()=>{var _=O("wwa-fader");if(l-=o.FADEOUT_SPEED*3,l<=0){clearInterval(f),_.style.backgroundColor="transparent",_.removeAttribute("style"),_.style.display="none";return}_.style.opacity=l/255+""},20);this._drawMap(e,s,a,!1,c),this._drawPlayer(e,s,a),this._drawObjects(e,s,a,!1,c),this._player.isFighting()&&!this._player.isBattleStartFrame()&&(i=this._player.isTurn()?this._monster.position.x:n.x,r=this._player.isTurn()?this._monster.position.y:n.y,this._cgManager.drawCanvas(this._battleEffectCoord.x,this._battleEffectCoord.y,o.CHIP_SIZE*(i-e.x)-s.x,o.CHIP_SIZE*(r-e.y)-s.y)),this._drawEffect(),this._drawPictures(),this._drawFaces(),this._drawFrame()}_drawMap(e,s,a,i=!1,r=!1){if(e!==void 0){var n=Math.max(0,e.x-1),h=Math.min(this._wwaData.mapWidth-1,e.x+o.H_PARTS_NUM_IN_WINDOW),u=Math.max(0,e.y-1),c=Math.min(this._wwaData.mapWidth-1,e.y+o.V_PARTS_NUM_IN_WINDOW),l;if(l=0,i)for(var f=n;f<=h;f++)for(var _=u;_<=c;_++){var p=this._wwaData.map[_][f],m=this._wwaData.mapAttribute[p][o.ATR_X]/o.CHIP_SIZE,v=this._wwaData.mapAttribute[p][o.ATR_Y]/o.CHIP_SIZE,x=o.CHIP_SIZE*(f-e.x)-s.x,d=o.CHIP_SIZE*(_-e.y)-s.y;this._cgManager.copyBackCanvasWithLowerYLimit(m,v,x,d,a)}else{for(var f=n;f<=h;f++)for(var _=u;_<=c;_++){var p=this._wwaData.map[_][f];this._cgManager.mapCache[l]!==p&&(this._cgManager.mapCache[l]=p,r=!0),l++}if(r){this._cgManager.clearBackCanvasWithLowerYLimit(a);for(var f=n;f<=h;f++)for(var _=u;_<=c;_++){var p=this._wwaData.map[_][f],m=this._wwaData.mapAttribute[p][o.ATR_X]/o.CHIP_SIZE,v=this._wwaData.mapAttribute[p][o.ATR_Y]/o.CHIP_SIZE,x=o.CHIP_SIZE*(f-e.x)-s.x,d=o.CHIP_SIZE*(_-e.y)-s.y;this._cgManager.copyBackCanvasWithUpperYLimit(m,v,x,d,a)}}this._cgManager.drawBackCanvas()}}}_drawPlayer(e,s,a,i=!1){if(e===void 0||this._wwaData.delPlayerFlag)return;const r=this._player.getPosition().getPartsCoord(),n=this._player.getPosition().getOffsetCoord(),u=[NaN,NaN,2,NaN,4,NaN,6,NaN,0,NaN][this._player.getDir()],c=(r.x-e.x)*o.CHIP_SIZE+n.x-s.x,l=(r.y-e.y)*o.CHIP_SIZE+n.y-s.y;let f;if(this._useLookingAround&&this._player.isLookingAround()&&!this._player.isWaitingMessage()){const _=[2,3,4,5,0,1,6,7];f=this._wwaData.playerImgPosX+_[Math.floor(this._mainCallCounter%64/8)]}else this._player.isMovingImage()?f=this._wwaData.playerImgPosX+u+1:f=this._wwaData.playerImgPosX+u;i?this._cgManager.drawCanvasWithLowerYLimit(f,this._wwaData.playerImgPosY,c,l,a):this._cgManager.drawCanvasWithUpperYLimit(f,this._wwaData.playerImgPosY,c,l,a)}_drawObjects(e,s,a,i=!1,r=!1){if(e!==void 0){var n=Math.max(0,e.x-1),h=Math.min(this._wwaData.mapWidth-1,e.x+o.H_PARTS_NUM_IN_WINDOW),u=Math.max(0,e.y-1),c=Math.min(this._wwaData.mapWidth-1,e.y+o.V_PARTS_NUM_IN_WINDOW),l,f=0,_=this._isMainAnimation(),p,m,v,x,d,g,w,A,S,y,C,I,L,T=this._player.isFighting()&&this._player.isTurn()&&this._player.getPosition().getPartsCoord().equals(this._monster.position);if(i)for(S=n;S<=h;S++)for(y=u;y<=c;y++)T&&new Y(S,y).equals(this._monster.position)||(C=this._wwaData.mapObject[y][S],l=new Y(0,0),this._wwaData.objectAttribute[C][o.ATR_MOVE]!==He.STATIC&&(A=this._objectMovingDataManager.getOffsetByBeforePartsCoord(new Y(S,y)),A!==null&&(l=A)),x=o.CHIP_SIZE*(S-e.x)+l.x-s.x,d=o.CHIP_SIZE*(y-e.y)+l.y-s.y,p=_||this._wwaData.objectAttribute[C][o.ATR_X2]===0&&this._wwaData.objectAttribute[C][o.ATR_Y2]===0,m=this._wwaData.objectAttribute[C][p?o.ATR_X:o.ATR_X2]/o.CHIP_SIZE,v=this._wwaData.objectAttribute[C][p?o.ATR_Y:o.ATR_Y2]/o.CHIP_SIZE,g=this._wwaData.objectAttribute[C][o.ATR_TYPE],w=this._wwaData.objectAttribute[C][o.ATR_NUMBER],C!==0&&!this._checkNoDrawObject(new Y(S,y),g,w)&&this._cgManager.copyObjectCanvasWithLowerYLimit(_?1:0,m,v,x,d,a));else{var b=[],M=[],B,K,j;for(S=n;S<=h;S++)for(y=u;y<=c;y++)I=C=this._wwaData.mapObject[y][S],g=this._wwaData.objectAttribute[C][o.ATR_TYPE],w=this._wwaData.objectAttribute[C][o.ATR_NUMBER],this._checkNoDrawObject(new Y(S,y),g,w)&&(I=0),K=this._wwaData.objectAttribute[C][o.ATR_MOVE]===He.STATIC,I!==0&&(T&&new Y(S,y).equals(this._monster.position)?j=!0:j=!1,K?M.push(new wi(C,S,y,K,j)):(b.push(new wi(C,S,y,K,j)),I=0),j&&(I=0)),this._cgManager.mapObjectCache[f]!==I&&(this._cgManager.mapObjectCache[f]=I,r=!0),f++;r&&(this._cgManager.clearObjectCanvasesWithLowerYLimit(a),Array.prototype.push.apply(b,M));var Z,_e;for(_e=b.length,Z=0;Z<_e;Z++)if(B=b[Z],S=B.x,y=B.y,C=B.partsIDObj,K=B.isStatic,j=B.isFighting,x=o.CHIP_SIZE*(S-e.x)-s.x,d=o.CHIP_SIZE*(y-e.y)-s.y,K){if(j)continue;for(L=0;L<2;L++)p=!!L||this._wwaData.objectAttribute[C][o.ATR_X2]===0&&this._wwaData.objectAttribute[C][o.ATR_Y2]===0,m=this._wwaData.objectAttribute[C][p?o.ATR_X:o.ATR_X2]/o.CHIP_SIZE,v=this._wwaData.objectAttribute[C][p?o.ATR_Y:o.ATR_Y2]/o.CHIP_SIZE,this._cgManager.copyObjectCanvasWithUpperYLimit(L,m,v,x,d,a)}else A=this._objectMovingDataManager.getOffsetByBeforePartsCoord(new Y(S,y)),A!==null&&(x+=A.x,d+=A.y),p=_||this._wwaData.objectAttribute[C][o.ATR_X2]===0&&this._wwaData.objectAttribute[C][o.ATR_Y2]===0,m=this._wwaData.objectAttribute[C][p?o.ATR_X:o.ATR_X2]/o.CHIP_SIZE,v=this._wwaData.objectAttribute[C][p?o.ATR_Y:o.ATR_Y2]/o.CHIP_SIZE,this._cgManager.drawCanvasWithUpperYLimit(m,v,x,d,a);this._cgManager.drawObjectCanvas(_?1:0)}}}_drawEffect(){if(!(this._wwaData.effectCoords.length===0||this._wwaData.effectWaits===0)){var e=Math.floor(this._mainCallCounter%(this._wwaData.effectCoords.length*this._wwaData.effectWaits)/this._wwaData.effectWaits);this._cgManager.drawEffect(e)}}_drawFaces(){for(var e=0;e<this._faces.length;e++)this._cgManager.drawCanvasWithSize(this._faces[e].srcPos.x,this._faces[e].srcPos.y,this._faces[e].srcSize.x,this._faces[e].srcSize.y,this._faces[e].destPos.x,this._faces[e].destPos.y)}_drawFrame(){this._cgManager.drawFrame()}_drawPictures(){this._cgManager.drawPictures()}_checkNoDrawObject(e,s,a){var i=this._player.getPosition(),r=i.getPartsCoord();return!i.isJustPosition()||r.x!==e.x||r.y!==e.y||this._wwaData.objectNoCollapseDefaultFlag?!1:s===o.OBJECT_DOOR&&a===0?!0:s===o.OBJECT_STATUS||s===o.OBJECT_MESSAGE||s===o.OBJECT_ITEM||s===o.OBJECT_SELL||s===o.OBJECT_BUY||s===o.OBJECT_SELL||s===o.OBJECT_LOCALGATE}getMapWidth(){if(this._wwaData===void 0)throw new Error("マップデータがロードされていません");return this._wwaData.mapWidth}getMapIdByPosition(e){var s=e.getPartsCoord();return this._wwaData.map[s.y][s.x]}getObjectIdByPosition(e){var s=e.getPartsCoord();return this._wwaData.mapObject[s.y][s.x]}getMapTypeByPosition(e){var s=e.getPartsCoord(),a=this._wwaData.map[s.y][s.x];return this._wwaData.mapAttribute[a][o.ATR_TYPE]}getObjectTypeByPosition(e){var s=e.getPartsCoord(),a=this._wwaData.mapObject[s.y][s.x];return this._wwaData.objectAttribute[a][o.ATR_TYPE]}getMapAttributeByPosition(e,s){var a=e.getPartsCoord(),i=this._wwaData.map[a.y][a.x];return this._wwaData.mapAttribute[i][s]}isCurrentPosMapPartsIncludingMessage(e){var s=this.getMapAttributeByPosition(e,o.ATR_STRING);return s!==0}getObjectAttributeByPosition(e,s){var a=e.getPartsCoord(),i=this._wwaData.mapObject[a.y][a.x];return this._wwaData.objectAttribute[i][s]}getMapAttributeById(e,s){return this._wwaData.mapAttribute[e][s]}getObjectAttributeById(e,s){return this._wwaData.objectAttribute[e][s]}getObjectCropXById(e){return this._wwaData.objectAttribute[e][o.ATR_X]}getObjectCropYById(e){return this._wwaData.objectAttribute[e][o.ATR_Y]}getMessageById(e){return this._wwaData.message[e]}getSystemMessageById(e){return this._wwaData.systemMessage[e]}getMapInfo(e){return this._wwaData.mapAttribute[e]}checkMap(e){var s=this._player.getPosition().getPartsCoord();e=e??s;var a=this._wwaData.map[e.y][e.x],r=this.getMapInfo(a)[o.ATR_TYPE],n=e.x===s.x&&e.y===s.y,h=!1;return n&&this._player.getLastExecPartsIDOnSamePosition(W.MAP)===a?!1:(r===o.MAP_STREET?h=this._execMapStreetEvent(e,a,r):r===o.MAP_WALL?h=this._execMapWallEvent(e,a,r):r===o.MAP_LOCALGATE?h=this._execMapLocalGateEvent(e,a,r):r===o.MAP_URLGATE&&(h=this._execMapUrlGateEvent(e,a,r)),n&&!this._player.isJumped()&&this._player.setLastExecInfoOnSamePosition(W.MAP,a),h)}getObjectInfo(e){return this._wwaData.objectAttribute[e]}checkObject(e){var s=this._player.getPosition().getPartsCoord();e=e??s;var a=this._wwaData.mapObject[e.y][e.x],r=this.getObjectInfo(a)[o.ATR_TYPE],n=e.x===s.x&&e.y===s.y;n&&this._player.getLastExecPartsIDOnSamePosition(W.OBJECT)===a||(r===o.OBJECT_NORMAL?this._execObjectNormalEvent(e,a,r):r===o.OBJECT_MESSAGE?this._execObjectMessageEvent(e,a,r):r===o.OBJECT_MONSTER?this._execObjectMonsterEvent(e,a,r):r===o.OBJECT_ITEM?this._execObjectItemEvent(e,a,r):r===o.OBJECT_DOOR?this._execObjectDoorEvent(e,a,r):r===o.OBJECT_STATUS?this._execObjectStatusEvent(e,a,r):r===o.OBJECT_BUY?this._execObjectBuyEvent(e,a,r):r===o.OBJECT_SELL?this._execObjectSellEvent(e,a,r):r===o.OBJECT_URLGATE?this._execObjectUrlGateEvent(e,a,r):r===o.OBJECT_SCORE?this._execObjectScoreEvent(e,a,r):r===o.OBJECT_SELECT?this._execObjectYesNoChoiceEvent(e,a,r):r===o.OBJECT_LOCALGATE&&this._execObjectLocalGateEvent(e,a,r),n&&!this._player.isJumped()&&this._player.setLastExecInfoOnSamePosition(W.OBJECT,a))}_execMapStreetEvent(e,s,a){var i=this._wwaData.mapAttribute[s][o.ATR_ITEM];if(i!==0&&!this._player.hasItem(i))return!1;this.reserveAppearPartsInNextFrame(e,ye.MAP,s);const r=this._wwaData.mapAttribute[s][o.ATR_STRING],n=this._wwaData.message[r],h=this._wwaData.mapAttribute[s][o.ATR_NUMBER];return this._waitFrame+=h*o.WAIT_TIME_FRAME_NUM,this._temporaryInputDisable=!0,this.registerPageByMessage(n,{triggerParts:{id:s,type:W.MAP,position:e.clone()}}),this.playSound(this._wwaData.mapAttribute[s][o.ATR_SOUND]),r!==0&&this._shouldTreatWillMessageDisplay(this._pages)||h!==0}_shouldTreatWillMessageDisplay(e){return e.reduce((s,a)=>s||!Ba(a.firstNode),!1)}_execMapWallEvent(e,s,a){var i=this.getObjectIdByPosition(e.convertIntoPosition(this)),r=this.getObjectAttributeById(i,o.ATR_TYPE);if(i===0||r===o.OBJECT_NORMAL||r===o.OBJECT_DOOR&&(!this._player.hasItem(this.getObjectAttributeById(i,o.ATR_ITEM))||this.getObjectAttributeById(r,o.ATR_MODE)===o.PASSABLE_OBJECT)){this.reserveAppearPartsInNextFrame(e,ye.MAP,s);var n=this._wwaData.mapAttribute[s][o.ATR_STRING],h=this._wwaData.message[n];return this.registerPageByMessage(h,{triggerParts:{id:s,type:W.MAP,position:e.clone()}}),this.playSound(this._wwaData.mapAttribute[s][o.ATR_SOUND]),!1}return!1}_execMapLocalGateEvent(e,s,a){var i=this._player.getPosition().getPartsCoord(),r=this._wwaData.mapAttribute[s][o.ATR_JUMP_X],n=this._wwaData.mapAttribute[s][o.ATR_JUMP_Y];return r>o.RELATIVE_COORD_LOWER&&(r=e.x+r-o.RELATIVE_COORD_BIAS),n>o.RELATIVE_COORD_LOWER&&(n=e.y+n-o.RELATIVE_COORD_BIAS),this.reserveAppearPartsInNextFrame(e,ye.MAP,s),0<=r&&0<=n&&r<this._wwaData.mapWidth&&n<this._wwaData.mapWidth&&(r!==i.x||n!==i.y)?(this.reserveJumpInNextFrame(new Be(this,r,n,0,0)),this.playSound(this._wwaData.mapAttribute[s][o.ATR_SOUND]),!0):!1}_execMapUrlGateEvent(e,s,a){var i=this._wwaData.mapAttribute[s][o.ATR_STRING];if(!this._isURLGateEnable)return!0;const r=this.resolveSystemMessage(Ie.CONFIRM_ENTER_URL_GATE);if(r==="BLANK"){location.href=Jt(this._wwaData.message[i].split(/\s/g)[0]);return}return this.registerSystemMessagePage(r,!0),this._yesNoChoicePartsCoord=e,this._yesNoChoicePartsID=s,this._yesNoChoiceCallInfo=H.CALL_BY_MAP_PARTS,this._yesNoURL=this._wwaData.message[i].split(/\s/g)[0],!0}_execObjectNormalEvent(e,s,a){}_execObjectMessageEvent(e,s,a){var i=this._wwaData.objectAttribute[s][o.ATR_STRING],r=this._wwaData.message[i],n=this._player.getPosition().getPartsCoord(),h=this._wwaData.objectAttribute[s][o.ATR_SOUND];e.x===n.x&&e.y===n.y&&!this._wwaData.objectNoCollapseDefaultFlag&&this.setPartsOnPosition(W.OBJECT,0,e),this.registerPageByMessage(r,{triggerParts:{id:s,type:W.OBJECT,position:e}}),this._waitFrame+=this._wwaData.objectAttribute[s][o.ATR_NUMBER]*o.WAIT_TIME_FRAME_NUM,this._temporaryInputDisable=!0,this.reserveAppearPartsInNextFrame(e,ye.OBJECT,s),this.playSound(h)}_execObjectStatusEvent(e,s,a){var i=new Ae(this._wwaData.objectAttribute[s][o.ATR_ENERGY],this._wwaData.objectAttribute[s][o.ATR_STRENGTH],this._wwaData.objectAttribute[s][o.ATR_DEFENCE],this._wwaData.objectAttribute[s][o.ATR_GOLD]),r=this._wwaData.objectAttribute[s][o.ATR_STRING],n=this._wwaData.message[r],h=this._player.getStatusWithoutEquipments();if(i.strength>o.STATUS_MINUS_BORDER&&h.strength<i.strength-o.STATUS_MINUS_BORDER||i.defence>o.STATUS_MINUS_BORDER&&h.defence<i.defence-o.STATUS_MINUS_BORDER||i.gold>o.STATUS_MINUS_BORDER&&h.gold<i.gold-o.STATUS_MINUS_BORDER){this.setPartsOnPosition(W.OBJECT,0,e),this._keyStore.allClear(),this._mouseStore.clear();return}if(i.energy=i.energy>o.STATUS_MINUS_BORDER?o.STATUS_MINUS_BORDER-i.energy:i.energy,i.strength=i.strength>o.STATUS_MINUS_BORDER?o.STATUS_MINUS_BORDER-i.strength:i.strength,i.defence=i.defence>o.STATUS_MINUS_BORDER?o.STATUS_MINUS_BORDER-i.defence:i.defence,i.gold=i.gold>o.STATUS_MINUS_BORDER?o.STATUS_MINUS_BORDER-i.gold:i.gold,this._player.addStatusAll(i),this.setStatusChangedEffect(i),this._player.isDead()&&this._wwaData.objectAttribute[s][o.ATR_ENERGY]!==0&&this.shouldApplyGameOver({isCalledByMacro:!1})){this.gameover();return}this.registerPageByMessage(n,{triggerParts:{id:s,type:W.OBJECT,position:e.clone()}}),this.setPartsOnPosition(W.OBJECT,0,e),this.reserveAppearPartsInNextFrame(e,ye.OBJECT,s),this.playSound(this._wwaData.objectAttribute[s][o.ATR_SOUND])}_execObjectMonsterEvent(e,s,a){this._monster=this._createMonster(s,e,()=>{this._monster=void 0,this._monsterWindow.hide(),this._dispatchWindowClosedTimeRequests()}),this._player.startBattleWith(this._monster)}_execObjectBuyEvent(e,s,a){var i=this._wwaData.objectAttribute[s][o.ATR_STRING],r=this._wwaData.message[i],n=this._player.getPosition().getPartsCoord();e.x===n.x&&e.y===n.y&&!this._wwaData.objectNoCollapseDefaultFlag&&this.setPartsOnPosition(W.OBJECT,0,e),this.registerPageByMessage(r,{showChoice:!0,triggerParts:{id:s,type:W.OBJECT,position:e.clone()}}),this._yesNoChoicePartsCoord=e,this._yesNoChoicePartsID=s,this._yesNoChoiceCallInfo=H.CALL_BY_OBJECT_PARTS,this.playSound(this._wwaData.objectAttribute[s][o.ATR_SOUND])}_execObjectSellEvent(e,s,a){var i=this._wwaData.objectAttribute[s][o.ATR_STRING],r=this._wwaData.message[i],n=this._player.getPosition().getPartsCoord();e.x===n.x&&e.y===n.y&&!this._wwaData.objectNoCollapseDefaultFlag&&this.setPartsOnPosition(W.OBJECT,0,e),this.registerPageByMessage(r,{showChoice:!0,triggerParts:{id:s,type:W.OBJECT,position:e.clone()}}),this._yesNoChoicePartsCoord=e,this._yesNoChoicePartsID=s,this._yesNoChoiceCallInfo=H.CALL_BY_OBJECT_PARTS,this.playSound(this._wwaData.objectAttribute[s][o.ATR_SOUND])}_execObjectItemEvent(e,s,a){var i=this._wwaData.objectAttribute[s][o.ATR_STRING],r=this._wwaData.message[i];try{var n=this._camera.getPosition().getScreenTopPosition().getPartsCoord(),h=(e.x-n.x)*o.CHIP_SIZE,u=(e.y-n.y)*o.CHIP_SIZE;this._player.addItem(s,this._wwaData.objectAttribute[s][o.ATR_NUMBER],!1,this._wwaData.isItemEffectEnabled?{screenPixelCoord:new Y(h,u),itemBoxBackgroundImageCoord:new Y(this._wwaData.imgItemboxX*o.CHIP_SIZE,this._wwaData.imgItemboxY*o.CHIP_SIZE)}:void 0),this.setPartsOnPosition(W.OBJECT,0,e),this._wwaData.objectAttribute[s][o.ATR_MODE]!==0||(this.registerPageByMessage(r,{triggerParts:{id:s,type:W.OBJECT,position:e.clone()}}),this.reserveAppearPartsInNextFrame(e,ye.OBJECT,s))}catch{this.registerSystemMessagePageByKey(Ie.ITEM_BOX_FULL)}this.playSound(this._wwaData.objectAttribute[s][o.ATR_SOUND])}_execObjectDoorEvent(e,s,a){var i=this._wwaData.objectAttribute[s][o.ATR_ITEM],r=this._wwaData.objectAttribute[s][o.ATR_STRING],n=this._wwaData.message[r];this._player.hasItem(i)&&(this._wwaData.objectAttribute[s][o.ATR_MODE]===0&&this._player.removeItemByPartsID(i),this.playSound(this._wwaData.objectAttribute[s][o.ATR_SOUND]),this.registerPageByMessage(n,{triggerParts:{id:s,type:W.OBJECT,position:e.clone()}}),this.setPartsOnPosition(W.OBJECT,0,e),this.reserveAppearPartsInNextFrame(e,ye.OBJECT,s),this._paintSkipByDoorOpen=!0)}_execObjectYesNoChoiceEvent(e,s,a){var i=this._wwaData.objectAttribute[s][o.ATR_STRING],r=this._wwaData.message[i],n=this._player.getPosition().getPartsCoord();e.x===n.x&&e.y===n.y&&!this._wwaData.objectNoCollapseDefaultFlag&&this.setPartsOnPosition(W.OBJECT,0,e),this.registerPageByMessage(r,{showChoice:!0,triggerParts:{id:s,type:W.OBJECT,position:e.clone()}}),this._yesNoChoicePartsCoord=e,this._yesNoChoicePartsID=s,this._yesNoChoiceCallInfo=H.CALL_BY_OBJECT_PARTS,this.playSound(this._wwaData.objectAttribute[s][o.ATR_SOUND])}_execObjectLocalGateEvent(e,s,a){var i=this._player.getPosition().getPartsCoord();e.x===i.x&&e.y===i.y&&!this._wwaData.objectNoCollapseDefaultFlag&&this.setPartsOnPosition(W.OBJECT,0,e);var r=this._wwaData.objectAttribute[s][o.ATR_JUMP_X],n=this._wwaData.objectAttribute[s][o.ATR_JUMP_Y];r>o.RELATIVE_COORD_LOWER&&(r=i.x+r-o.RELATIVE_COORD_BIAS),n>o.RELATIVE_COORD_LOWER&&(n=i.y+n-o.RELATIVE_COORD_BIAS),this.reserveAppearPartsInNextFrame(e,ye.OBJECT,s),0<=r&&0<=n&&r<this._wwaData.mapWidth&&n<this._wwaData.mapWidth&&(r!==i.x||n!==i.y)&&(this.reserveJumpInNextFrame(new Be(this,r,n,0,0)),this.playSound(this._wwaData.objectAttribute[s][o.ATR_SOUND]))}_execObjectUrlGateEvent(e,s,a){var i=this._wwaData.objectAttribute[s][o.ATR_STRING];if(!this._isURLGateEnable)return;const r=this.resolveSystemMessage(Ie.CONFIRM_ENTER_URL_GATE);if(r==="BLANK"){location.href=Jt(this._wwaData.message[i].split(/\s/g)[0]);return}this.registerSystemMessagePage(r,!0),this._yesNoChoicePartsCoord=e,this._yesNoChoicePartsID=s,this._yesNoChoiceCallInfo=H.CALL_BY_OBJECT_PARTS,this._yesNoURL=this._wwaData.message[i].split(/\s/g)[0]}_execObjectScoreEvent(e,s,a){const i=this._wwaData.objectAttribute[s][o.ATR_STRING];this.registerPageByMessage(this._wwaData.message[i],{triggerParts:{id:s,type:W.OBJECT,position:e},scoreOption:{rates:{energy:this._wwaData.objectAttribute[s][o.ATR_ENERGY],strength:this._wwaData.objectAttribute[s][o.ATR_STRENGTH],defence:this._wwaData.objectAttribute[s][o.ATR_DEFENCE],gold:this._wwaData.objectAttribute[s][o.ATR_GOLD]}}}),this.playSound(this._wwaData.objectAttribute[s][o.ATR_SOUND])}updateScore(e){const s=e||this._lastScoreOptions;if(!s)return;const a=this._player.getStatus().calculateScore(s);this._scoreWindow.update(a)}_execChoiceWindowObjectSellEvent(){if(!this._player.hasGold(this._wwaData.objectAttribute[this._yesNoChoicePartsID][o.ATR_GOLD]))return this.registerSystemMessagePageByKey(Ie.NO_MONEY),{};if(this._wwaData.objectAttribute[this._yesNoChoicePartsID][o.ATR_ITEM]!==0){const s=this._yesNoChoicePartsCoord,a=this._camera.getPosition().getScreenTopPosition().getPartsCoord(),i=(s.x-a.x)*o.CHIP_SIZE,r=(s.y-a.y)*o.CHIP_SIZE,n=this._wwaData.objectAttribute[this._yesNoChoicePartsID][o.ATR_ITEM],h=this._wwaData.objectAttribute[n][o.ATR_NUMBER];try{this._player.addItem(n,h,!1,this._wwaData.isItemEffectEnabled?{screenPixelCoord:new Y(i,r),itemBoxBackgroundImageCoord:new Y(this._wwaData.imgItemboxX*o.CHIP_SIZE,this._wwaData.imgItemboxY*o.CHIP_SIZE)}:void 0)}catch{return this.registerSystemMessagePageByKey(Ie.ITEM_BOX_FULL),{}}}const e=new Ae(this._wwaData.objectAttribute[this._yesNoChoicePartsID][o.ATR_ENERGY],this._wwaData.objectAttribute[this._yesNoChoicePartsID][o.ATR_STRENGTH],this._wwaData.objectAttribute[this._yesNoChoicePartsID][o.ATR_DEFENCE],-this._wwaData.objectAttribute[this._yesNoChoicePartsID][o.ATR_GOLD]);return e.energy=e.energy>o.STATUS_MINUS_BORDER?o.STATUS_MINUS_BORDER-e.energy:e.energy,this.setStatusChangedEffect(e),this._player.addStatusAll(e),this._player.isDead()&&this._wwaData.objectAttribute[this._yesNoChoicePartsID][o.ATR_ENERGY]!==0&&this.shouldApplyGameOver({isCalledByMacro:!1})?(this.gameover(),{isGameOver:!0}):(this.appearParts({pos:this._yesNoChoicePartsCoord,triggerType:ye.OBJECT,triggerPartsId:this._yesNoChoicePartsID}),{})}_execChoiceWindowRunningEvent(){var e,s;if(--this._yesNoDispCounter===0){if(this._yesNoJudge===ne.YES){if(this._yesNoChoiceCallInfo===H.CALL_BY_MAP_PARTS)e=this._wwaData.mapAttribute[this._yesNoChoicePartsID][o.ATR_TYPE],e===o.MAP_URLGATE&&(location.href=Jt(this._yesNoURL));else if(this._yesNoChoiceCallInfo===H.CALL_BY_OBJECT_PARTS)if(e=this._wwaData.objectAttribute[this._yesNoChoicePartsID][o.ATR_TYPE],e===o.OBJECT_BUY)this._player.hasItem(this._wwaData.objectAttribute[this._yesNoChoicePartsID][o.ATR_ITEM])?(this._player.removeItemByPartsID(this._wwaData.objectAttribute[this._yesNoChoicePartsID][o.ATR_ITEM]),s=this._wwaData.objectAttribute[this._yesNoChoicePartsID][o.ATR_GOLD],this._player.earnGold(s),this.setStatusChangedEffect(new Ae(0,0,0,s)),this.reserveAppearPartsInNextFrame(this._yesNoChoicePartsCoord,ye.OBJECT,this._yesNoChoicePartsID)):this.registerSystemMessagePageByKey(Ie.NO_ITEM);else if(e===o.OBJECT_SELL){const{isGameOver:r}=this._execChoiceWindowObjectSellEvent();if(r)return}else e===o.OBJECT_SELECT?this.reserveAppearPartsInNextFrame(this._yesNoChoicePartsCoord,ye.CHOICE_YES,this._yesNoChoicePartsID):e===o.OBJECT_URLGATE&&(location.href=Jt(this._yesNoURL));else this._yesNoChoiceCallInfo===H.CALL_BY_ITEM_USE?this._player.readyToUseItem(this._yesNoUseItemPos):this._yesNoChoiceCallInfo===H.CALL_BY_QUICK_LOAD||this._yesNoChoiceCallInfo===H.CALL_BY_LOG_QUICK_LOAD?(this._messageWindow.deleteSaveDom(),O(ue[se.QUICK_LOAD]).classList.remove("onpress"),this._messageWindow.load()&&(this._stopUpdateByLoadFlag=!0,this._loadType=Dt.QUICK_LOAD)):this._yesNoChoiceCallInfo===H.CALL_BY_QUICK_SAVE?(this._messageWindow.deleteSaveDom(),O(ue[se.QUICK_SAVE]).classList.remove("onpress"),this._quickSave(H.CALL_BY_QUICK_SAVE)):this._yesNoChoiceCallInfo===H.CALL_BY_RESTART_GAME?(O(ue[se.RESTART_GAME]).classList.remove("onpress"),this._stopUpdateByLoadFlag=!0,this._loadType=Dt.RESTART_GAME):this._yesNoChoiceCallInfo===H.CALL_BY_END_GAME?(window.history.back(-1),O(ue[se.GOTO_WWA]).classList.remove("onpress")):this._yesNoChoiceCallInfo===H.CALL_BY_GOTO_WWA?(location.href=Jt(o.WWA_HOME),O(ue[se.GOTO_WWA]).classList.remove("onpress")):this._yesNoChoiceCallInfo===H.CALL_BY_PASSWORD_LOAD?(O(ue[se.QUICK_LOAD]).classList.remove("onpress"),this._player.setPasswordWindowWating(),this._passwordWindow.show(Ss.LOAD)):this._yesNoChoiceCallInfo===H.CALL_BY_PASSWORD_SAVE?(O(ue[se.QUICK_SAVE]).classList.remove("onpress"),this._player.setPasswordWindowWating(),this._passwordWindow.password=this._quickSave(H.CALL_BY_PASSWORD_SAVE),this._passwordWindow.show(Ss.SAVE)):this._yesNoChoiceCallInfo===H.CALL_BY_SUSPEND&&(O(ue[se.QUICK_SAVE]).classList.remove("onpress"),this._quickSave(H.CALL_BY_SUSPEND));this._yesNoJudge=ne.UNSELECTED,this._setNextPage(),this._yesNoChoicePartsCoord=void 0,this._yesNoChoicePartsID=void 0,this._yesNoUseItemPos=void 0,this._yesNoChoiceCallInfo=H.NONE,this._messageWindow.setYesNoChoice(!1)}else if(this._yesNoJudge===ne.NO){if(this._yesNoChoiceCallInfo===H.CALL_BY_MAP_PARTS)e=this._wwaData.mapAttribute[this._yesNoChoicePartsID][o.ATR_TYPE];else if(this._yesNoChoiceCallInfo===H.CALL_BY_OBJECT_PARTS)e=this._wwaData.objectAttribute[this._yesNoChoicePartsID][o.ATR_TYPE],e===o.OBJECT_BUY||e===o.OBJECT_SELL||e===o.OBJECT_SELECT&&this.reserveAppearPartsInNextFrame(this._yesNoChoicePartsCoord,ye.CHOICE_NO,this._yesNoChoicePartsID);else if(this._yesNoChoiceCallInfo===H.CALL_BY_ITEM_USE){var a=O("item"+(this._yesNoUseItemPos-1));a.classList.remove("onpress")}else if(this._yesNoChoiceCallInfo===H.CALL_BY_QUICK_LOAD||this._yesNoChoiceCallInfo===H.CALL_BY_LOG_QUICK_LOAD)switch(this._messageWindow.deleteSaveDom(),this._yesNoChoiceCallInfo=this._wwaSave.getSecondSaveChoiceCallInfo(this._usePassword),this._yesNoChoiceCallInfo){case H.NONE:O(ue[se.QUICK_LOAD]).classList.remove("onpress");break;case H.CALL_BY_PASSWORD_LOAD:this._yesNoJudge=ne.UNSELECTED,this.onpasswordloadcalled();return;case H.CALL_BY_LOG_QUICK_LOAD:this._wwaSave.selectLogSaveDataList(),this._messageWindow.createSaveDom();var i=this._wwaSave.getSecondSaveChoiceCallInfo(this._usePassword);switch(this._yesNoJudge=ne.UNSELECTED,i){case H.CALL_BY_PASSWORD_LOAD:this.registerSystemMessagePage(`読み込むオートセーブを選んでください。
|
|
118
|
+
表示選択ができます。`,!0),this._yesNoChoiceCallInfo=N.CALL_BY_QUICK_SAVE):(this.registerSystemMessagePage(`データの一時保存先を選んでください。`,!0),this._yesNoChoiceCallInfo=N.CALL_BY_QUICK_SAVE));else if(e===P.RESTART_GAME)this.registerSystemMessagePage(`初めからスタートしなおしますか?`,!0),this._yesNoChoiceCallInfo=N.CALL_BY_RESTART_GAME;else if(e===P.GOTO_WWA)if(n)this._bottomButtonType!==w.GOTO_WWA&&H(F[P.GOTO_WWA]).classList.remove(`onpress`),this.registerSystemMessagePage(`WWAの公式サイトを開きますか?`,!0),this._yesNoChoiceCallInfo=N.CALL_BY_GOTO_WWA;else switch(this._bottomButtonType){case w.GOTO_WWA:this._yesNoChoiceCallInfo=N.CALL_BY_GOTO_WWA,this.registerSystemMessagePage(`WWAの公式サイトを開きますか?`,!0);break;case w.GAME_END:this._yesNoChoiceCallInfo=N.CALL_BY_END_GAME,this.registerSystemMessagePage(`WWAゲームを終了しますか?`,!0);break;case w.BATTLE_REPORT:this.launchBattleEstimateWindow();break}}onpasswordloadcalled(){this._usePassword?(H(F[P.QUICK_LOAD]).classList.add(`onpress`),this.registerSystemMessagePage(`データ復帰用のパスワードを入力しますか?`,!0),this._yesNoChoiceCallInfo=N.CALL_BY_PASSWORD_LOAD):this.registerSystemMessagePage(`セーブデータがありません。`)}onpasswordsavecalled(){H(F[P.QUICK_SAVE]).classList.add(`onpress`),this._wwaData.disableSaveFlag?this.registerSystemMessagePage(`ここではセーブ機能は
|
|
119
|
+
使用できません。`):this._useSuspend?(this.registerSystemMessagePage(`ゲームを中断しますか?`,!0),this._yesNoChoiceCallInfo=N.CALL_BY_SUSPEND):this._usePassword&&(this.registerSystemMessagePage(`データ復帰用のパスワードを表示しますか?`,!0),this._yesNoChoiceCallInfo=N.CALL_BY_PASSWORD_SAVE)}onpasssuspendsavecalled(){H(F[P.QUICK_SAVE]).classList.add(`onpress`),this._wwaData.disableSaveFlag?this.registerSystemMessagePage(`ここではセーブ機能は
|
|
120
|
+
使用できません。`):(this.registerSystemMessagePage(`ゲームを中断しますか?`,!0),this._yesNoChoiceCallInfo=N.CALL_BY_SUSPEND)}onitemmenucalled(){this.registerSystemMessagePage(`右のメニューを選択してください。`),this._messageWindow.setItemMenuChoice(!0),this.playDecisionSound(),this._itemMenu.openView()}onchangespeed(e){if(!this._wwaData.permitChangeGameSpeed){this.registerSystemMessagePageByKey(g.GAME_SPEED_CHANGE_DISABLED);return}switch(e){case ae.UP:this._player.speedUp();break;case ae.DOWN:this._player.speedDown();break}let t=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_CHANGE_SPEED;t&&this.evalCalcWwaNodeGenerator.evalWwaNode(t),this.registerSystemMessagePageByKey(g.GAME_SPEED_CHANGED)}isBattleSpeedIndexForQuickBattle(e){return L.QUICK_BATTLE_SPEED_INDECIES.some(t=>t===e)}_main(){this._temporaryInputDisable=!1,this._stopUpdateByLoadFlag=!1,this._keyStore.update(),this._mouseStore.update(),this._virtualPadStore.update(),this._gamePadStore.update();let e=this._reservedPartsAppearances.length>0;if(this._reservedPartsAppearances.forEach(e=>this.appearParts(e)),this._reservedPartsAppearances=[],this._waitFrame-- >0){e&&this._drawAll(),window.requestAnimationFrame(this.mainCaller);return}if(this._waitFrame=0,this._yesNoJudgeInNextFrame!==void 0&&(this._yesNoJudge=this._yesNoJudgeInNextFrame,this._yesNoJudgeInNextFrame=void 0),this._clearFacesInNextFrame&&=(this.clearFaces(),!1),this._pageExecuting=!0,this._pages.length>0&&this._shouldSetNextPage)for(this._shouldSetNextPage=!1;this._pages.length>0;){let e=this._pages.shift(),t=rr.executeNodes(e.firstNode,e.triggerParts);if(t.isError===!0){this._isLastPage=!1;break}this._reservedMoveMacroTurn!==void 0&&(this._player.setMoveMacroWaiting(this._reservedMoveMacroTurn),this._reservedMoveMacroTurn=void 0);let n=t.messages.filter(e=>!e.isEmpty()),r=!!e.scoreOption;if(r&&n.length===0&&n.push(this._createSimpleMessage(`スコアを表示します。`,e.triggerParts)),e.additionalItems&&e.additionalItems.forEach(e=>{switch(e.type){case`face`:this.addFace(e.data.face)}}),n.length>0){let t=n.map(e=>e.generatePrintableMessage()).join(`
|
|
121
|
+
`);this._messageWindow.setMessage(t),this._messageWindow.setYesNoChoice(e.showChoice),this._messageWindow.setPositionByPlayerPosition(this._faces.length!==0,r,e.isSystemMessage,this._player.getPosition(),this._camera.getPosition()),r&&(this._lastScoreOptions=e.scoreOption,this.updateScore(e.scoreOption),this._scoreWindow.show()),this._player.setMessageWaiting(),this._isLastPage=e.isLastPage,this._shouldSetNextPage=!1;break}if(this._pages.length===0){if(this._hideMessageWindow().newPageGenerated||this._dispatchWindowClosedTimeRequests().newPageGenerated)continue;this.clearFaces();break}}if(this._pageExecuting=!1,this._reservedJumpDestination&&=(this._player.jumpTo(this._reservedJumpDestination),void 0),this._player.mainFrameCount(),this._player.isControllable()){if(this._wwaData.disableSaveFlag||this._wwaSave.isAutoSaveFrame(this._player)&&this._quickSave(N.CALL_BY_LOG_QUICK_SAVE),this._player.isDelayFrame())this._player.updateDelayFrame();else{let e=this._player.getDir(),t=[NaN,NaN,B.KEY_DOWN,NaN,B.KEY_LEFT,NaN,B.KEY_RIGHT,NaN,B.KEY_UP,NaN][e];this._actionGamePadButtonItemMacro()||(this._keyStore.getKeyStateForControllPlayer(B.KEY_LEFT)===z.KEYDOWN?this._checkTurnKeyPressed()?this._player.setDir(T.LEFT):(this._player.controll(T.LEFT),this._objectMovingDataManager.update()):this._keyStore.getKeyStateForControllPlayer(B.KEY_UP)===z.KEYDOWN?this._checkTurnKeyPressed()?this._player.setDir(T.UP):(this._player.controll(T.UP),this._objectMovingDataManager.update()):this._keyStore.getKeyStateForControllPlayer(B.KEY_RIGHT)===z.KEYDOWN?this._checkTurnKeyPressed()?this._player.setDir(T.RIGHT):(this._player.controll(T.RIGHT),this._objectMovingDataManager.update()):this._keyStore.getKeyStateForControllPlayer(B.KEY_DOWN)===z.KEYDOWN?this._checkTurnKeyPressed()?this._player.setDir(T.DOWN):(this._player.controll(T.DOWN),this._objectMovingDataManager.update()):this._mouseStore.getMouseStateForControllPlayer(T.LEFT)===Ee.MOUSEDOWN?this._mouseStore.touchIDIsSetDir()?this._player.setDir(T.LEFT):(this._player.controll(T.LEFT),this._objectMovingDataManager.update()):this._mouseStore.getMouseStateForControllPlayer(T.UP)===Ee.MOUSEDOWN?this._mouseStore.touchIDIsSetDir()?this._player.setDir(T.UP):(this._player.controll(T.UP),this._objectMovingDataManager.update()):this._mouseStore.getMouseStateForControllPlayer(T.RIGHT)===Ee.MOUSEDOWN?this._mouseStore.touchIDIsSetDir()?this._player.setDir(T.RIGHT):(this._player.controll(T.RIGHT),this._objectMovingDataManager.update()):this._mouseStore.getMouseStateForControllPlayer(T.DOWN)===Ee.MOUSEDOWN?this._mouseStore.touchIDIsSetDir()?this._player.setDir(T.DOWN):(this._player.controll(T.DOWN),this._objectMovingDataManager.update()):this._keyStore.checkHitKey(t)?this._checkTurnKeyPressed()?this._player.setDir(e):(this._player.controll(e),this._objectMovingDataManager.update()):this._keyStore.checkHitKey(B.KEY_LEFT)?this._checkTurnKeyPressed()?this._player.setDir(T.LEFT):(this._player.controll(T.LEFT),this._objectMovingDataManager.update()):this._keyStore.checkHitKey(B.KEY_UP)?this._checkTurnKeyPressed()?this._player.setDir(T.UP):(this._player.controll(T.UP),this._objectMovingDataManager.update()):this._keyStore.checkHitKey(B.KEY_RIGHT)?this._checkTurnKeyPressed()?this._player.setDir(T.RIGHT):(this._player.controll(T.RIGHT),this._objectMovingDataManager.update()):this._keyStore.checkHitKey(B.KEY_DOWN)?this._checkTurnKeyPressed()?this._player.setDir(T.DOWN):(this._player.controll(T.DOWN),this._objectMovingDataManager.update()):this._mouseStore.checkClickMouse(T.LEFT)?this._mouseStore.touchIDIsSetDir()?this._player.setDir(T.LEFT):(this._player.controll(T.LEFT),this._objectMovingDataManager.update()):this._mouseStore.checkClickMouse(T.UP)?this._mouseStore.touchIDIsSetDir()?this._player.setDir(T.UP):(this._player.controll(T.UP),this._objectMovingDataManager.update()):this._mouseStore.checkClickMouse(T.RIGHT)?this._mouseStore.touchIDIsSetDir()?this._player.setDir(T.RIGHT):(this._player.controll(T.RIGHT),this._objectMovingDataManager.update()):this._mouseStore.checkClickMouse(T.DOWN)?this._mouseStore.touchIDIsSetDir()?this._player.setDir(T.DOWN):(this._player.controll(T.DOWN),this._objectMovingDataManager.update()):this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_LEFT)?this._gamePadStore.buttonPressed(V.BUTTON_INDEX_B)?this._player.setDir(T.LEFT):(this._player.controll(T.LEFT),this._objectMovingDataManager.update()):this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_UP)?this._gamePadStore.buttonPressed(V.BUTTON_INDEX_B)?this._player.setDir(T.UP):(this._player.controll(T.UP),this._objectMovingDataManager.update()):this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_RIGHT)?this._gamePadStore.buttonPressed(V.BUTTON_INDEX_B)?this._player.setDir(T.RIGHT):(this._player.controll(T.RIGHT),this._objectMovingDataManager.update()):this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_DOWN)?this._gamePadStore.buttonPressed(V.BUTTON_INDEX_B)?this._player.setDir(T.DOWN):(this._player.controll(T.DOWN),this._objectMovingDataManager.update()):this._virtualPadStore.checkTouchingButton(`BUTTON_LEFT`)?this._virtualPadStore.checkTouchingButton(`BUTTON_ESC`)?this._player.setDir(T.LEFT):(this._player.controll(T.LEFT),this._objectMovingDataManager.update()):this._virtualPadStore.checkTouchingButton(`BUTTON_UP`)?this._virtualPadStore.checkTouchingButton(`BUTTON_ESC`)?this._player.setDir(T.UP):(this._player.controll(T.UP),this._objectMovingDataManager.update()):this._virtualPadStore.checkTouchingButton(`BUTTON_RIGHT`)?this._virtualPadStore.checkTouchingButton(`BUTTON_ESC`)?this._player.setDir(T.RIGHT):(this._player.controll(T.RIGHT),this._objectMovingDataManager.update()):this._virtualPadStore.checkTouchingButton(`BUTTON_DOWN`)?this._virtualPadStore.checkTouchingButton(`BUTTON_ESC`)?this._player.setDir(T.DOWN):(this._player.controll(T.DOWN),this._objectMovingDataManager.update()):this._keyStore.getKeyState(B.KEY_1)===z.KEYDOWN?this.onselectitem(1):this._keyStore.getKeyState(B.KEY_2)===z.KEYDOWN?this.onselectitem(2):this._keyStore.getKeyState(B.KEY_3)===z.KEYDOWN?this.onselectitem(3):this._keyStore.getKeyState(B.KEY_Q)===z.KEYDOWN?this.onselectitem(4):this._keyStore.getKeyState(B.KEY_W)===z.KEYDOWN?this.onselectitem(5):this._keyStore.getKeyState(B.KEY_E)===z.KEYDOWN?this.onselectitem(6):this._keyStore.getKeyState(B.KEY_A)===z.KEYDOWN?this.onselectitem(7):this._keyStore.getKeyState(B.KEY_S)===z.KEYDOWN?this.onselectitem(8):this._keyStore.getKeyState(B.KEY_D)===z.KEYDOWN?this.onselectitem(9):this._keyStore.getKeyState(B.KEY_Z)===z.KEYDOWN?this.onselectitem(10):this._keyStore.getKeyState(B.KEY_X)===z.KEYDOWN?this.onselectitem(11):this._keyStore.getKeyState(B.KEY_C)===z.KEYDOWN?this.onselectitem(12):this._keyStore.getKeyState(B.KEY_I)===z.KEYDOWN||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_MINUS)||this._virtualPadStore.checkTouchButton(`BUTTON_SLOW`)?this.onchangespeed(ae.DOWN):this._keyStore.getKeyState(B.KEY_P)===z.KEYDOWN||this._keyStore.checkHitKey(B.KEY_F2)||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_PLUS)||this._virtualPadStore.checkTouchButton(`BUTTON_FAST`)?this.onchangespeed(ae.UP):this._keyStore.getKeyState(B.KEY_F1)===z.KEYDOWN||this._keyStore.getKeyState(B.KEY_M)===z.KEYDOWN||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_A)||this._virtualPadStore.checkTouchButton(`BUTTON_ENTER`)?this.launchBattleEstimateWindow():this._keyStore.checkHitKey(B.KEY_F3)?(this.playDecisionSound(),this.onselectbutton(P.QUICK_LOAD,!0)):this._keyStore.checkHitKey(B.KEY_F4)?(this.playDecisionSound(),this._useSuspend?this.onpasssuspendsavecalled():this._usePassword&&this.onpasswordsavecalled()):this._keyStore.checkHitKey(B.KEY_F5)||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_A,V.BUTTON_INDEX_ZR)?this.onselectbutton(P.QUICK_LOAD):this._keyStore.checkHitKey(B.KEY_F6)||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_A,V.BUTTON_INDEX_ZL)?this.onselectbutton(P.QUICK_SAVE):this._keyStore.checkHitKey(B.KEY_F7)||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_A,V.BUTTON_INDEX_R)?this.onselectbutton(P.RESTART_GAME):this._keyStore.checkHitKey(B.KEY_F8)?this.onselectbutton(P.GOTO_WWA,!1,!0):this._keyStore.checkHitKey(B.KEY_F9)||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_X)||this._virtualPadStore.checkTouchButton(`BUTTON_ESC`)?(this._player.isControllable()||this._messageWindow.isItemMenuChoice())&&this.onitemmenucalled():this._keyStore.checkHitKey(B.KEY_V)?this._displayUserVars():this._keyStore.checkHitKey(B.KEY_X)?this._debugConsoleElement&&this._debugEvalString():(this._keyStore.checkHitKey(B.KEY_F12)||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_Y))&&this._displayHelp());let n=(e,t)=>({key:B[`KEY_${e}`],func:t});[...`0123456789`.split(``).map(e=>n(e,`CALL_PUSH_${e}`)),...`0123456789`.split(``).map(e=>n(`NUM${e}`,`CALL_PUSH_${e}`)),...`ABCDEFGHIJKLMNOPQRSTUVWXYZ`.split(``).map(e=>n(e,`CALL_PUSH_${e}`)),...[`ENTER`,`SHIFT`,`ESC`,`SPACE`,`LEFT`,`RIGHT`,`UP`,`DOWN`].map(e=>n(e,`CALL_PUSH_${e}`))].forEach(e=>{if(this._keyStore.checkHitKey(e.key)){let t=this.userDefinedFunctions&&this.userDefinedFunctions[e.func];t&&this.evalCalcWwaNodeGenerator.evalWwaNode(t)}})}this._keyStore.memorizeKeyStateOnControllableFrame(),this._mouseStore.memorizeMouseStateOnControllableFrame()}else if(this._player.isJumped())this._camera.isResetting()||this._player.processAfterJump();else if(this._player.isMoving())this._player.move(),this._objectMovingDataManager.update(),this._player.getPosition().isJustPosition()&&this._dispatchPlayerAndObjectsStopTimeRequests();else if(this._player.isWaitingMessage()){if(this._messageWindow.isVisible()||this._messageWindow.show(),this._messageWindow.isYesNoChoice())this._messageWindow.isSaveChoice()&&(this._messageWindow.saveUpdate(),this._messageWindow.isSaveClose()||(this._keyStore.checkHitKey(B.KEY_LEFT)||this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_LEFT)||this._virtualPadStore.checkTouchButton(`BUTTON_LEFT`)?this._messageWindow.saveControll(T.LEFT):this._keyStore.checkHitKey(B.KEY_UP)||this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_UP)||this._virtualPadStore.checkTouchButton(`BUTTON_UP`)?this._messageWindow.saveControll(T.UP):this._keyStore.checkHitKey(B.KEY_RIGHT)||this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_RIGHT)||this._virtualPadStore.checkTouchButton(`BUTTON_RIGHT`)?this._messageWindow.saveControll(T.RIGHT):(this._keyStore.checkHitKey(B.KEY_DOWN)||this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_DOWN)||this._virtualPadStore.checkTouchButton(`BUTTON_DOWN`))&&this._messageWindow.saveControll(T.DOWN))),this._messageWindow.isInputDisable()||(this._yesNoJudge===O.UNSELECTED&&(this._keyStore.getKeyState(B.KEY_ENTER)===z.KEYDOWN||this._keyStore.getKeyState(B.KEY_Y)===z.KEYDOWN||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_A)||this._virtualPadStore.checkTouchButton(`BUTTON_ENTER`)?this._yesNoJudge=O.YES:(this._keyStore.getKeyState(B.KEY_N)===z.KEYDOWN||this._keyStore.getKeyState(B.KEY_ESC)===z.KEYDOWN||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_B)||this._virtualPadStore.checkTouchButton(`BUTTON_ESC`))&&(this._yesNoJudge=O.NO)),(this._yesNoJudge===O.YES||this._yesNoJudge===O.NO)&&(this.playDecisionSound(),this._yesNoDispCounter=L.YESNO_PRESS_DISP_FRAME_NUM,this._messageWindow.setInputDisable(),this._messageWindow.update()));else if(this._messageWindow.isItemMenuChoice()){if(this._itemMenu.update(),this._keyStore.checkHitKey(B.KEY_LEFT)||this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_LEFT)||this._virtualPadStore.checkTouchingButton(`BUTTON_LEFT`)?this._itemMenu.controll(T.LEFT):this._keyStore.checkHitKey(B.KEY_UP)||this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_UP)||this._virtualPadStore.checkTouchingButton(`BUTTON_UP`)?this._itemMenu.controll(T.UP):this._keyStore.checkHitKey(B.KEY_RIGHT)||this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_RIGHT)||this._virtualPadStore.checkTouchingButton(`BUTTON_RIGHT`)?this._itemMenu.controll(T.RIGHT):(this._keyStore.checkHitKey(B.KEY_DOWN)||this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_DOWN)||this._virtualPadStore.checkTouchingButton(`BUTTON_DOWN`))&&this._itemMenu.controll(T.DOWN),this._keyStore.getKeyState(B.KEY_ENTER)===z.KEYDOWN||this._keyStore.getKeyState(B.KEY_Y)===z.KEYDOWN||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_A)||this._virtualPadStore.checkTouchButton(`BUTTON_ENTER`))this._setNextPage(),this._messageWindow.setItemMenuChoice(!1),this._itemMenu.ok();else if(this._mouseStore.checkClickMouse(T.LEFT)||this._mouseStore.checkClickMouse(T.UP)||this._mouseStore.checkClickMouse(T.RIGHT)||this._mouseStore.checkClickMouse(T.DOWN)||this._keyStore.getKeyState(B.KEY_N)===z.KEYDOWN||this._keyStore.getKeyState(B.KEY_ESC)===z.KEYDOWN||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_B)||this._virtualPadStore.checkTouchButton(`BUTTON_ESC`)){for(var t=0;t<F.length;t++){var n=H(F[t]);n.classList.contains(`onpress`)&&n.classList.remove(`onpress`)}this._itemMenu.ng(),this._setNextPage(),this.playDecisionSound(),this._messageWindow.setItemMenuChoice(!1)}}else{var r=this._keyStore.getKeyStateForMessageCheck(B.KEY_ENTER),i=this._keyStore.getKeyStateForMessageCheck(B.KEY_SPACE),a=this._keyStore.getKeyStateForMessageCheck(B.KEY_ESC);if(r===z.KEYDOWN||r===z.KEYPRESS_MESSAGECHANGE||i===z.KEYDOWN||i===z.KEYPRESS_MESSAGECHANGE||a===z.KEYDOWN||a===z.KEYPRESS_MESSAGECHANGE||this._mouseStore.getMouseState()===Ee.MOUSEDOWN||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_A,V.BUTTON_INDEX_B)||this._virtualPadStore.checkTouchButton(`BUTTON_ENTER`)||this._virtualPadStore.checkTouchButton(`BUTTON_ESC`)){for(var t=0;t<F.length;t++){var n=H(F[t]);n.classList.contains(`onpress`)&&n.classList.remove(`onpress`)}this._setNextPage()}}if(this._inlineUserVarViewer?.isVisible){let e=this._inlineUserVarViewer.kind,t=!1,n=e===`named`?this._userVar.named.size:L.USER_VAR_NUM;this._keyStore.getKeyState(B.KEY_DOWN)===z.KEYDOWN&&(this._inlineUserVarViewer.topUserVarIndex[e]++,t=!0),this._keyStore.getKeyState(B.KEY_UP)===z.KEYDOWN&&(this._inlineUserVarViewer.topUserVarIndex[e]--,t=!0),this._keyStore.getKeyState(B.KEY_RIGHT)===z.KEYDOWN&&(this._inlineUserVarViewer.topUserVarIndex[e]+=L.INLINE_USER_VAR_VIEWER_DISPLAY_NUM,t=!0),this._keyStore.getKeyState(B.KEY_LEFT)===z.KEYDOWN&&(this._inlineUserVarViewer.topUserVarIndex[e]-=L.INLINE_USER_VAR_VIEWER_DISPLAY_NUM,t=!0),this._keyStore.getKeyState(B.KEY_V)===z.KEYDOWN&&(this._inlineUserVarViewer.kind===`named`?this._inlineUserVarViewer.kind=`numbered`:this._inlineUserVarViewer.kind===`numbered`&&(this._inlineUserVarViewer.kind=`named`),t=!0),this._inlineUserVarViewer.topUserVarIndex[e]<0&&(this._inlineUserVarViewer.topUserVarIndex[e]+=n),this._inlineUserVarViewer.topUserVarIndex[e]>n&&(this._inlineUserVarViewer.topUserVarIndex[e]-=n),t&&(this._setNextPage(),this._inlineUserVarViewer.isVisible=!0,this._displayUserVars())}}else this._player.isWaitingEstimateWindow()?(this._keyStore.getKeyState(B.KEY_ENTER)===z.KEYDOWN||this._keyStore.getKeyState(B.KEY_SPACE)===z.KEYDOWN||this._gamePadStore.buttonTrigger(V.BUTTON_INDEX_A,V.BUTTON_INDEX_B)||this._virtualPadStore.checkTouchButton(`BUTTON_ENTER`)||this._virtualPadStore.checkTouchButton(`BUTTON_ESC`))&&this.hideBattleEstimateWindow():this._player.isFighting()?(this._player.fight(),this._monsterWindow.update(this._monster)):this._player.isWaitingMoveMacro()&&(this._player.isMoveObjectAutoExecTime()&&(this.moveObjects(!1),this._player.resetMoveObjectAutoExecTimer()),this._objectMovingDataManager.update());if(this.updatePicturesAnimation(),this._cgManager.picture.updateFrameTimerValue(),this._prevFrameEventExected=!1,this._player.getPosition().isJustPosition()&&this._camera.getPosition().isScreenTopPosition()){if(!this._shouldTreatWillMessageDisplay(this._pages)&&!this._player.isPausing()){this._player.isPartsAppearedTime()&&this._player.clearPartsAppearedFlag(),this._replaceRandomObjectsInScreen();var o=this.checkMap();o||this.checkObject(),this._prevFrameEventExected=o}this._player.isWaitingMessage()&&this._messageWindow.isYesNoChoice()&&this._yesNoJudge!==O.UNSELECTED&&!this._player.isWaitingMoveMacro()&&!this._player.isFighting()&&this._execChoiceWindowRunningEvent()}this._passwordLoadExecInNextFrame&&=(this._stopUpdateByLoadFlag=!0,this._loadType=oe.PASSWORD,this._player.clearPasswordWindowWaiting(),!1),this._drawAll(),this._mainCallCounter++,this._mainCallCounter%=1e9,(!this._player.isWaitingMessage()||!this._isClassicModeEnable)&&(this._animationCounter=(this._animationCounter+1)%(L.ANIMATION_REP_HALF_FRAME*2),(this._animationCounter===0||this._animationCounter===L.ANIMATION_REP_HALF_FRAME+1)&&this.updateAllPicturesCache()),this._camera.isResetting()&&this._camera.advanceTransitionStepNum(),this._player.isWaitingMessage()||(this._player.decrementLookingAroundTimer(),this._statusPressCounter.energy>0&&--this._statusPressCounter.energy===0&&H(`disp-energy`).classList.remove(`onpress`),this._statusPressCounter.strength>0&&--this._statusPressCounter.strength===0&&H(`disp-strength`).classList.remove(`onpress`),this._statusPressCounter.defence>0&&--this._statusPressCounter.defence===0&&H(`disp-defence`).classList.remove(`onpress`),this._statusPressCounter.gold>0&&--this._statusPressCounter.gold===0&&H(`disp-gold`).classList.remove(`onpress`)),this._player.isWaitingMoveMacro()&&(this._player.decrementMoveObjectAutoExecTimer(),this._player.isWaitingMoveMacro()||this._dispatchPlayerAndObjectsStopTimeRequests()),this._stopUpdateByLoadFlag?this._fadeout(()=>{if(this._loadType===oe.QUICK_LOAD){this._quickLoad(),this.wwaCustomEvent(`wwa_quickload`);let e=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_QUICKLOAD;e&&this.evalCalcWwaNodeGenerator.evalWwaNode(e)}else if(this._loadType===oe.RESTART_GAME){this.restartGame(),this.wwaCustomEvent(`wwa_restert`);let e=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_RESTART;e&&this.evalCalcWwaNodeGenerator.evalWwaNode(e)}else if(this._loadType===oe.PASSWORD){this._applyQuickLoad(this._passwordSaveExtractData),this._passwordSaveExtractData=void 0,this.wwaCustomEvent(`wwa_passwordload`);let e=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_PASSWORDLOAD;e&&this.evalCalcWwaNodeGenerator.evalWwaNode(e)}setTimeout(this.mainCaller,L.DEFAULT_FRAME_INTERVAL,this)}):window.requestAnimationFrame(this.mainCaller),Ec({dumpElement:this._dumpElement,userVar:this._userVar.numbered,namedUserVar:this._userVar.named});let s=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_FRAME;s&&this.evalCalcWwaNodeGenerator.evalWwaNode(s)}vibration(e){this._gamePadStore.vibration(e)}_isMainAnimation(){return this._animationCounter>L.ANIMATION_REP_HALF_FRAME}_drawAll(){var e=this._camera.getPosition().getPartsCoord(),t=this._camera.getPosition().getOffsetCoord(),n=L.MAP_WINDOW_HEIGHT,r,i,a=this._player.getPosition().getPartsCoord();if(this._paintSkipByDoorOpen){this._paintSkipByDoorOpen=!1;return}if(this._cgManager.clearCanvas(0,0,L.MAP_WINDOW_WIDTH,L.MAP_WINDOW_HEIGHT),this._cgManager.drawBase(0,0,L.MAP_WINDOW_WIDTH,L.MAP_WINDOW_HEIGHT),this._camera.isResetting()){if(this._camera.getPreviousPosition()!==null)var o=this._camera.getPreviousPosition().getPartsCoord(),s=this._camera.getPreviousPosition().getOffsetCoord();n=this._camera.getTransitionStepNum()*L.CHIP_SIZE}var c=!1;if(n!==this._cgManager.mapCacheYLimit&&(this._cgManager.mapCacheYLimit=n,c=!0),(e.x!==this._cgManager.cpPartsLog.x||e.y!==this._cgManager.cpPartsLog.y)&&(this._cgManager.cpPartsLog.x=e.x,this._cgManager.cpPartsLog.y=e.y,c=!0),c&&(this._cgManager.clearBackCanvas(),this._cgManager.clearObjectCanvases()),this._camera.isResetting()&&(this._drawMap(o,s,n,!0),this._drawPlayer(o,s,n,!0),this._drawObjects(o,s,n,!0),this._camera.isFinalStep()))var l=255,u=setInterval(()=>{var e=H(`wwa-fader`);if(l-=L.FADEOUT_SPEED*3,l<=0){clearInterval(u),e.style.backgroundColor=`transparent`,e.removeAttribute(`style`),e.style.display=`none`;return}e.style.opacity=l/255+``},20);this._drawMap(e,t,n,!1,c),this._drawPlayer(e,t,n),this._drawObjects(e,t,n,!1,c),this._player.isFighting()&&!this._player.isBattleStartFrame()&&(r=this._player.isTurn()?this._monster.position.x:a.x,i=this._player.isTurn()?this._monster.position.y:a.y,this._cgManager.drawCanvas(this._battleEffectCoord.x,this._battleEffectCoord.y,L.CHIP_SIZE*(r-e.x)-t.x,L.CHIP_SIZE*(i-e.y)-t.y)),this._drawEffect(),this._drawPictures(),this._drawFaces(),this._drawFrame()}_drawMap(e,t,n,r=!1,i=!1){if(e!==void 0){var a=Math.max(0,e.x-1),o=Math.min(this._wwaData.mapWidth-1,e.x+L.H_PARTS_NUM_IN_WINDOW),s=Math.max(0,e.y-1),c=Math.min(this._wwaData.mapWidth-1,e.y+L.V_PARTS_NUM_IN_WINDOW),l=0;if(r)for(var u=a;u<=o;u++)for(var d=s;d<=c;d++){var f=this._wwaData.map[d][u],p=this._wwaData.mapAttribute[f][L.ATR_X]/L.CHIP_SIZE,m=this._wwaData.mapAttribute[f][L.ATR_Y]/L.CHIP_SIZE,h=L.CHIP_SIZE*(u-e.x)-t.x,g=L.CHIP_SIZE*(d-e.y)-t.y;this._cgManager.copyBackCanvasWithLowerYLimit(p,m,h,g,n)}else{for(var u=a;u<=o;u++)for(var d=s;d<=c;d++){var f=this._wwaData.map[d][u];this._cgManager.mapCache[l]!==f&&(this._cgManager.mapCache[l]=f,i=!0),l++}if(i){this._cgManager.clearBackCanvasWithLowerYLimit(n);for(var u=a;u<=o;u++)for(var d=s;d<=c;d++){var f=this._wwaData.map[d][u],p=this._wwaData.mapAttribute[f][L.ATR_X]/L.CHIP_SIZE,m=this._wwaData.mapAttribute[f][L.ATR_Y]/L.CHIP_SIZE,h=L.CHIP_SIZE*(u-e.x)-t.x,g=L.CHIP_SIZE*(d-e.y)-t.y;this._cgManager.copyBackCanvasWithUpperYLimit(p,m,h,g,n)}}this._cgManager.drawBackCanvas()}}}_drawPlayer(e,t,n,r=!1){if(e===void 0||this._wwaData.delPlayerFlag)return;let i=this._player.getPosition().getPartsCoord(),a=this._player.getPosition().getOffsetCoord(),o=[NaN,NaN,2,NaN,4,NaN,6,NaN,0,NaN][this._player.getDir()],s=(i.x-e.x)*L.CHIP_SIZE+a.x-t.x,c=(i.y-e.y)*L.CHIP_SIZE+a.y-t.y,l;l=this._useLookingAround&&this._player.isLookingAround()&&!this._player.isWaitingMessage()?this._wwaData.playerImgPosX+[2,3,4,5,0,1,6,7][Math.floor(this._mainCallCounter%64/8)]:this._player.isMovingImage()?this._wwaData.playerImgPosX+o+1:this._wwaData.playerImgPosX+o,r?this._cgManager.drawCanvasWithLowerYLimit(l,this._wwaData.playerImgPosY,s,c,n):this._cgManager.drawCanvasWithUpperYLimit(l,this._wwaData.playerImgPosY,s,c,n)}_drawObjects(e,t,n,r=!1,i=!1){if(e!==void 0){var a=Math.max(0,e.x-1),o=Math.min(this._wwaData.mapWidth-1,e.x+L.H_PARTS_NUM_IN_WINDOW),s=Math.max(0,e.y-1),c=Math.min(this._wwaData.mapWidth-1,e.y+L.V_PARTS_NUM_IN_WINDOW),l,u=0,d=this._isMainAnimation(),f,p,m,h,g,_,v,y,b,x,C,ee,w,T=this._player.isFighting()&&this._player.isTurn()&&this._player.getPosition().getPartsCoord().equals(this._monster.position);if(r)for(b=a;b<=o;b++)for(x=s;x<=c;x++)T&&new S(b,x).equals(this._monster.position)||(C=this._wwaData.mapObject[x][b],l=new S(0,0),this._wwaData.objectAttribute[C][L.ATR_MOVE]!==se.STATIC&&(y=this._objectMovingDataManager.getOffsetByBeforePartsCoord(new S(b,x)),y!==null&&(l=y)),h=L.CHIP_SIZE*(b-e.x)+l.x-t.x,g=L.CHIP_SIZE*(x-e.y)+l.y-t.y,f=d||this._wwaData.objectAttribute[C][L.ATR_X2]===0&&this._wwaData.objectAttribute[C][L.ATR_Y2]===0,p=this._wwaData.objectAttribute[C][f?L.ATR_X:L.ATR_X2]/L.CHIP_SIZE,m=this._wwaData.objectAttribute[C][f?L.ATR_Y:L.ATR_Y2]/L.CHIP_SIZE,_=this._wwaData.objectAttribute[C][L.ATR_TYPE],v=this._wwaData.objectAttribute[C][L.ATR_NUMBER],C!==0&&!this._checkNoDrawObject(new S(b,x),_,v)&&this._cgManager.copyObjectCanvasWithLowerYLimit(+!!d,p,m,h,g,n));else{var E=[],D=[],O,k,ne;for(b=a;b<=o;b++)for(x=s;x<=c;x++)ee=C=this._wwaData.mapObject[x][b],_=this._wwaData.objectAttribute[C][L.ATR_TYPE],v=this._wwaData.objectAttribute[C][L.ATR_NUMBER],this._checkNoDrawObject(new S(b,x),_,v)&&(ee=0),k=this._wwaData.objectAttribute[C][L.ATR_MOVE]===se.STATIC,ee!==0&&(ne=!!(T&&new S(b,x).equals(this._monster.position)),k?D.push(new te(C,b,x,k,ne)):(E.push(new te(C,b,x,k,ne)),ee=0),ne&&(ee=0)),this._cgManager.mapObjectCache[u]!==ee&&(this._cgManager.mapObjectCache[u]=ee,i=!0),u++;i&&(this._cgManager.clearObjectCanvasesWithLowerYLimit(n),Array.prototype.push.apply(E,D));var A,j=E.length;for(A=0;A<j;A++)if(O=E[A],b=O.x,x=O.y,C=O.partsIDObj,k=O.isStatic,ne=O.isFighting,h=L.CHIP_SIZE*(b-e.x)-t.x,g=L.CHIP_SIZE*(x-e.y)-t.y,k){if(ne)continue;for(w=0;w<2;w++)f=!!w||this._wwaData.objectAttribute[C][L.ATR_X2]===0&&this._wwaData.objectAttribute[C][L.ATR_Y2]===0,p=this._wwaData.objectAttribute[C][f?L.ATR_X:L.ATR_X2]/L.CHIP_SIZE,m=this._wwaData.objectAttribute[C][f?L.ATR_Y:L.ATR_Y2]/L.CHIP_SIZE,this._cgManager.copyObjectCanvasWithUpperYLimit(w,p,m,h,g,n)}else y=this._objectMovingDataManager.getOffsetByBeforePartsCoord(new S(b,x)),y!==null&&(h+=y.x,g+=y.y),f=d||this._wwaData.objectAttribute[C][L.ATR_X2]===0&&this._wwaData.objectAttribute[C][L.ATR_Y2]===0,p=this._wwaData.objectAttribute[C][f?L.ATR_X:L.ATR_X2]/L.CHIP_SIZE,m=this._wwaData.objectAttribute[C][f?L.ATR_Y:L.ATR_Y2]/L.CHIP_SIZE,this._cgManager.drawCanvasWithUpperYLimit(p,m,h,g,n);this._cgManager.drawObjectCanvas(+!!d)}}}_drawEffect(){if(!(this._wwaData.effectCoords.length===0||this._wwaData.effectWaits===0)){var e=Math.floor(this._mainCallCounter%(this._wwaData.effectCoords.length*this._wwaData.effectWaits)/this._wwaData.effectWaits);this._cgManager.drawEffect(e)}}_drawFaces(){for(var e=0;e<this._faces.length;e++)this._cgManager.drawCanvasWithSize(this._faces[e].srcPos.x,this._faces[e].srcPos.y,this._faces[e].srcSize.x,this._faces[e].srcSize.y,this._faces[e].destPos.x,this._faces[e].destPos.y)}_drawFrame(){this._cgManager.drawFrame()}_drawPictures(){this._cgManager.drawPictures()}_checkNoDrawObject(e,t,n){var r=this._player.getPosition(),i=r.getPartsCoord();return!r.isJustPosition()||i.x!==e.x||i.y!==e.y||this._wwaData.objectNoCollapseDefaultFlag?!1:t===L.OBJECT_DOOR&&n===0?!0:t===L.OBJECT_STATUS||t===L.OBJECT_MESSAGE||t===L.OBJECT_ITEM||t===L.OBJECT_SELL||t===L.OBJECT_BUY||t===L.OBJECT_SELL||t===L.OBJECT_LOCALGATE}getMapWidth(){if(this._wwaData===void 0)throw Error(`マップデータがロードされていません`);return this._wwaData.mapWidth}getMapIdByPosition(e){var t=e.getPartsCoord();return this._wwaData.map[t.y][t.x]}getObjectIdByPosition(e){var t=e.getPartsCoord();return this._wwaData.mapObject[t.y][t.x]}getMapTypeByPosition(e){var t=e.getPartsCoord(),n=this._wwaData.map[t.y][t.x];return this._wwaData.mapAttribute[n][L.ATR_TYPE]}getObjectTypeByPosition(e){var t=e.getPartsCoord(),n=this._wwaData.mapObject[t.y][t.x];return this._wwaData.objectAttribute[n][L.ATR_TYPE]}getMapAttributeByPosition(e,t){var n=e.getPartsCoord(),r=this._wwaData.map[n.y][n.x];return this._wwaData.mapAttribute[r][t]}isCurrentPosMapPartsIncludingMessage(e){return this.getMapAttributeByPosition(e,L.ATR_STRING)!==0}getObjectAttributeByPosition(e,t){var n=e.getPartsCoord(),r=this._wwaData.mapObject[n.y][n.x];return this._wwaData.objectAttribute[r][t]}getMapAttributeById(e,t){return this._wwaData.mapAttribute[e][t]}getObjectAttributeById(e,t){return this._wwaData.objectAttribute[e][t]}getObjectCropXById(e){return this._wwaData.objectAttribute[e][L.ATR_X]}getObjectCropYById(e){return this._wwaData.objectAttribute[e][L.ATR_Y]}getMessageById(e){return this._wwaData.message[e]}getSystemMessageById(e){return this._wwaData.systemMessage[e]}getMapInfo(e){return this._wwaData.mapAttribute[e]}checkMap(e){var t=this._player.getPosition().getPartsCoord();e??=t;var n=this._wwaData.map[e.y][e.x],r=this.getMapInfo(n)[L.ATR_TYPE],i=e.x===t.x&&e.y===t.y,a=!1;return i&&this._player.getLastExecPartsIDOnSamePosition(A.MAP)===n?!1:(r===L.MAP_STREET?a=this._execMapStreetEvent(e,n,r):r===L.MAP_WALL?a=this._execMapWallEvent(e,n,r):r===L.MAP_LOCALGATE?a=this._execMapLocalGateEvent(e,n,r):r===L.MAP_URLGATE&&(a=this._execMapUrlGateEvent(e,n,r)),i&&!this._player.isJumped()&&this._player.setLastExecInfoOnSamePosition(A.MAP,n),a)}getObjectInfo(e){return this._wwaData.objectAttribute[e]}checkObject(e){var t=this._player.getPosition().getPartsCoord();e??=t;var n=this._wwaData.mapObject[e.y][e.x],r=this.getObjectInfo(n)[L.ATR_TYPE],i=e.x===t.x&&e.y===t.y;i&&this._player.getLastExecPartsIDOnSamePosition(A.OBJECT)===n||(r===L.OBJECT_NORMAL?this._execObjectNormalEvent(e,n,r):r===L.OBJECT_MESSAGE?this._execObjectMessageEvent(e,n,r):r===L.OBJECT_MONSTER?this._execObjectMonsterEvent(e,n,r):r===L.OBJECT_ITEM?this._execObjectItemEvent(e,n,r):r===L.OBJECT_DOOR?this._execObjectDoorEvent(e,n,r):r===L.OBJECT_STATUS?this._execObjectStatusEvent(e,n,r):r===L.OBJECT_BUY?this._execObjectBuyEvent(e,n,r):r===L.OBJECT_SELL?this._execObjectSellEvent(e,n,r):r===L.OBJECT_URLGATE?this._execObjectUrlGateEvent(e,n,r):r===L.OBJECT_SCORE?this._execObjectScoreEvent(e,n,r):r===L.OBJECT_SELECT?this._execObjectYesNoChoiceEvent(e,n,r):r===L.OBJECT_LOCALGATE&&this._execObjectLocalGateEvent(e,n,r),i&&!this._player.isJumped()&&this._player.setLastExecInfoOnSamePosition(A.OBJECT,n))}_execMapStreetEvent(e,t,n){var r=this._wwaData.mapAttribute[t][L.ATR_ITEM];if(r!==0&&!this._player.hasItem(r))return!1;this.reserveAppearPartsInNextFrame(e,k.MAP,t);let i=this._wwaData.mapAttribute[t][L.ATR_STRING],a=this._wwaData.message[i],o=this._wwaData.mapAttribute[t][L.ATR_NUMBER];return this._waitFrame+=o*L.WAIT_TIME_FRAME_NUM,this._temporaryInputDisable=!0,this.registerPageByMessage(a,{triggerParts:{id:t,type:A.MAP,position:e.clone()}}),this.playSound(this._wwaData.mapAttribute[t][L.ATR_SOUND]),i!==0&&this._shouldTreatWillMessageDisplay(this._pages)||o!==0}_shouldTreatWillMessageDisplay(e){return e.reduce((e,t)=>e||!vr(t.firstNode),!1)}_execMapWallEvent(e,t,n){var r=this.getObjectIdByPosition(e.convertIntoPosition(this)),i=this.getObjectAttributeById(r,L.ATR_TYPE);if(r===0||i===L.OBJECT_NORMAL||i===L.OBJECT_DOOR&&(!this._player.hasItem(this.getObjectAttributeById(r,L.ATR_ITEM))||this.getObjectAttributeById(i,L.ATR_MODE)===L.PASSABLE_OBJECT)){this.reserveAppearPartsInNextFrame(e,k.MAP,t);var a=this._wwaData.mapAttribute[t][L.ATR_STRING],o=this._wwaData.message[a];return this.registerPageByMessage(o,{triggerParts:{id:t,type:A.MAP,position:e.clone()}}),this.playSound(this._wwaData.mapAttribute[t][L.ATR_SOUND]),!1}return!1}_execMapLocalGateEvent(e,t,n){var r=this._player.getPosition().getPartsCoord(),i=this._wwaData.mapAttribute[t][L.ATR_JUMP_X],a=this._wwaData.mapAttribute[t][L.ATR_JUMP_Y];return i>L.RELATIVE_COORD_LOWER&&(i=e.x+i-L.RELATIVE_COORD_BIAS),a>L.RELATIVE_COORD_LOWER&&(a=e.y+a-L.RELATIVE_COORD_BIAS),this.reserveAppearPartsInNextFrame(e,k.MAP,t),0<=i&&0<=a&&i<this._wwaData.mapWidth&&a<this._wwaData.mapWidth&&(i!==r.x||a!==r.y)?(this.reserveJumpInNextFrame(new C(this,i,a,0,0)),this.playSound(this._wwaData.mapAttribute[t][L.ATR_SOUND]),!0):!1}_execMapUrlGateEvent(e,t,n){var r=this._wwaData.mapAttribute[t][L.ATR_STRING];if(!this._isURLGateEnable)return!0;let i=this.resolveSystemMessage(g.CONFIRM_ENTER_URL_GATE);if(i===`BLANK`){location.href=We(this._wwaData.message[r].split(/\s/g)[0]);return}return this.registerSystemMessagePage(i,!0),this._yesNoChoicePartsCoord=e,this._yesNoChoicePartsID=t,this._yesNoChoiceCallInfo=N.CALL_BY_MAP_PARTS,this._yesNoURL=this._wwaData.message[r].split(/\s/g)[0],!0}_execObjectNormalEvent(e,t,n){}_execObjectMessageEvent(e,t,n){var r=this._wwaData.objectAttribute[t][L.ATR_STRING],i=this._wwaData.message[r],a=this._player.getPosition().getPartsCoord(),o=this._wwaData.objectAttribute[t][L.ATR_SOUND];e.x===a.x&&e.y===a.y&&!this._wwaData.objectNoCollapseDefaultFlag&&this.setPartsOnPosition(A.OBJECT,0,e),this.registerPageByMessage(i,{triggerParts:{id:t,type:A.OBJECT,position:e}}),this._waitFrame+=this._wwaData.objectAttribute[t][L.ATR_NUMBER]*L.WAIT_TIME_FRAME_NUM,this._temporaryInputDisable=!0,this.reserveAppearPartsInNextFrame(e,k.OBJECT,t),this.playSound(o)}_execObjectStatusEvent(e,t,n){var r=new x(this._wwaData.objectAttribute[t][L.ATR_ENERGY],this._wwaData.objectAttribute[t][L.ATR_STRENGTH],this._wwaData.objectAttribute[t][L.ATR_DEFENCE],this._wwaData.objectAttribute[t][L.ATR_GOLD]),i=this._wwaData.objectAttribute[t][L.ATR_STRING],a=this._wwaData.message[i],o=this._player.getStatusWithoutEquipments();if(r.strength>L.STATUS_MINUS_BORDER&&o.strength<r.strength-L.STATUS_MINUS_BORDER||r.defence>L.STATUS_MINUS_BORDER&&o.defence<r.defence-L.STATUS_MINUS_BORDER||r.gold>L.STATUS_MINUS_BORDER&&o.gold<r.gold-L.STATUS_MINUS_BORDER){this.setPartsOnPosition(A.OBJECT,0,e),this._keyStore.allClear(),this._mouseStore.clear();return}if(r.energy=r.energy>L.STATUS_MINUS_BORDER?L.STATUS_MINUS_BORDER-r.energy:r.energy,r.strength=r.strength>L.STATUS_MINUS_BORDER?L.STATUS_MINUS_BORDER-r.strength:r.strength,r.defence=r.defence>L.STATUS_MINUS_BORDER?L.STATUS_MINUS_BORDER-r.defence:r.defence,r.gold=r.gold>L.STATUS_MINUS_BORDER?L.STATUS_MINUS_BORDER-r.gold:r.gold,this._player.addStatusAll(r),this.setStatusChangedEffect(r),this._player.isDead()&&this._wwaData.objectAttribute[t][L.ATR_ENERGY]!==0&&this.shouldApplyGameOver({isCalledByMacro:!1})){this.gameover();return}this.registerPageByMessage(a,{triggerParts:{id:t,type:A.OBJECT,position:e.clone()}}),this.setPartsOnPosition(A.OBJECT,0,e),this.reserveAppearPartsInNextFrame(e,k.OBJECT,t),this.playSound(this._wwaData.objectAttribute[t][L.ATR_SOUND])}_execObjectMonsterEvent(e,t,n){this._monster=this._createMonster(t,e,()=>{this._monster=void 0,this._monsterWindow.hide(),this._dispatchWindowClosedTimeRequests()}),this._player.startBattleWith(this._monster)}_execObjectBuyEvent(e,t,n){var r=this._wwaData.objectAttribute[t][L.ATR_STRING],i=this._wwaData.message[r],a=this._player.getPosition().getPartsCoord();e.x===a.x&&e.y===a.y&&!this._wwaData.objectNoCollapseDefaultFlag&&this.setPartsOnPosition(A.OBJECT,0,e),this.registerPageByMessage(i,{showChoice:!0,triggerParts:{id:t,type:A.OBJECT,position:e.clone()}}),this._yesNoChoicePartsCoord=e,this._yesNoChoicePartsID=t,this._yesNoChoiceCallInfo=N.CALL_BY_OBJECT_PARTS,this.playSound(this._wwaData.objectAttribute[t][L.ATR_SOUND])}_execObjectSellEvent(e,t,n){var r=this._wwaData.objectAttribute[t][L.ATR_STRING],i=this._wwaData.message[r],a=this._player.getPosition().getPartsCoord();e.x===a.x&&e.y===a.y&&!this._wwaData.objectNoCollapseDefaultFlag&&this.setPartsOnPosition(A.OBJECT,0,e),this.registerPageByMessage(i,{showChoice:!0,triggerParts:{id:t,type:A.OBJECT,position:e.clone()}}),this._yesNoChoicePartsCoord=e,this._yesNoChoicePartsID=t,this._yesNoChoiceCallInfo=N.CALL_BY_OBJECT_PARTS,this.playSound(this._wwaData.objectAttribute[t][L.ATR_SOUND])}_execObjectItemEvent(e,t,n){var r=this._wwaData.objectAttribute[t][L.ATR_STRING],i=this._wwaData.message[r];try{var a=this._camera.getPosition().getScreenTopPosition().getPartsCoord(),o=(e.x-a.x)*L.CHIP_SIZE,s=(e.y-a.y)*L.CHIP_SIZE;this._player.addItem(t,this._wwaData.objectAttribute[t][L.ATR_NUMBER],!1,this._wwaData.isItemEffectEnabled?{screenPixelCoord:new S(o,s),itemBoxBackgroundImageCoord:new S(this._wwaData.imgItemboxX*L.CHIP_SIZE,this._wwaData.imgItemboxY*L.CHIP_SIZE)}:void 0),this.setPartsOnPosition(A.OBJECT,0,e),this._wwaData.objectAttribute[t][L.ATR_MODE]!==0||(this.registerPageByMessage(i,{triggerParts:{id:t,type:A.OBJECT,position:e.clone()}}),this.reserveAppearPartsInNextFrame(e,k.OBJECT,t))}catch{this.registerSystemMessagePageByKey(g.ITEM_BOX_FULL)}this.playSound(this._wwaData.objectAttribute[t][L.ATR_SOUND])}_execObjectDoorEvent(e,t,n){var r=this._wwaData.objectAttribute[t][L.ATR_ITEM],i=this._wwaData.objectAttribute[t][L.ATR_STRING],a=this._wwaData.message[i];this._player.hasItem(r)&&(this._wwaData.objectAttribute[t][L.ATR_MODE]===0&&this._player.removeItemByPartsID(r),this.playSound(this._wwaData.objectAttribute[t][L.ATR_SOUND]),this.registerPageByMessage(a,{triggerParts:{id:t,type:A.OBJECT,position:e.clone()}}),this.setPartsOnPosition(A.OBJECT,0,e),this.reserveAppearPartsInNextFrame(e,k.OBJECT,t),this._paintSkipByDoorOpen=!0)}_execObjectYesNoChoiceEvent(e,t,n){var r=this._wwaData.objectAttribute[t][L.ATR_STRING],i=this._wwaData.message[r],a=this._player.getPosition().getPartsCoord();e.x===a.x&&e.y===a.y&&!this._wwaData.objectNoCollapseDefaultFlag&&this.setPartsOnPosition(A.OBJECT,0,e),this.registerPageByMessage(i,{showChoice:!0,triggerParts:{id:t,type:A.OBJECT,position:e.clone()}}),this._yesNoChoicePartsCoord=e,this._yesNoChoicePartsID=t,this._yesNoChoiceCallInfo=N.CALL_BY_OBJECT_PARTS,this.playSound(this._wwaData.objectAttribute[t][L.ATR_SOUND])}_execObjectLocalGateEvent(e,t,n){var r=this._player.getPosition().getPartsCoord();e.x===r.x&&e.y===r.y&&!this._wwaData.objectNoCollapseDefaultFlag&&this.setPartsOnPosition(A.OBJECT,0,e);var i=this._wwaData.objectAttribute[t][L.ATR_JUMP_X],a=this._wwaData.objectAttribute[t][L.ATR_JUMP_Y];i>L.RELATIVE_COORD_LOWER&&(i=r.x+i-L.RELATIVE_COORD_BIAS),a>L.RELATIVE_COORD_LOWER&&(a=r.y+a-L.RELATIVE_COORD_BIAS),this.reserveAppearPartsInNextFrame(e,k.OBJECT,t),0<=i&&0<=a&&i<this._wwaData.mapWidth&&a<this._wwaData.mapWidth&&(i!==r.x||a!==r.y)&&(this.reserveJumpInNextFrame(new C(this,i,a,0,0)),this.playSound(this._wwaData.objectAttribute[t][L.ATR_SOUND]))}_execObjectUrlGateEvent(e,t,n){var r=this._wwaData.objectAttribute[t][L.ATR_STRING];if(!this._isURLGateEnable)return;let i=this.resolveSystemMessage(g.CONFIRM_ENTER_URL_GATE);if(i===`BLANK`){location.href=We(this._wwaData.message[r].split(/\s/g)[0]);return}this.registerSystemMessagePage(i,!0),this._yesNoChoicePartsCoord=e,this._yesNoChoicePartsID=t,this._yesNoChoiceCallInfo=N.CALL_BY_OBJECT_PARTS,this._yesNoURL=this._wwaData.message[r].split(/\s/g)[0]}_execObjectScoreEvent(e,t,n){let r=this._wwaData.objectAttribute[t][L.ATR_STRING];this.registerPageByMessage(this._wwaData.message[r],{triggerParts:{id:t,type:A.OBJECT,position:e},scoreOption:{rates:{energy:this._wwaData.objectAttribute[t][L.ATR_ENERGY],strength:this._wwaData.objectAttribute[t][L.ATR_STRENGTH],defence:this._wwaData.objectAttribute[t][L.ATR_DEFENCE],gold:this._wwaData.objectAttribute[t][L.ATR_GOLD]}}}),this.playSound(this._wwaData.objectAttribute[t][L.ATR_SOUND])}updateScore(e){let t=e||this._lastScoreOptions;if(!t)return;let n=this._player.getStatus().calculateScore(t);this._scoreWindow.update(n)}_execChoiceWindowObjectSellEvent(){if(!this._player.hasGold(this._wwaData.objectAttribute[this._yesNoChoicePartsID][L.ATR_GOLD]))return this.registerSystemMessagePageByKey(g.NO_MONEY),{};if(this._wwaData.objectAttribute[this._yesNoChoicePartsID][L.ATR_ITEM]!==0){let e=this._yesNoChoicePartsCoord,t=this._camera.getPosition().getScreenTopPosition().getPartsCoord(),n=(e.x-t.x)*L.CHIP_SIZE,r=(e.y-t.y)*L.CHIP_SIZE,i=this._wwaData.objectAttribute[this._yesNoChoicePartsID][L.ATR_ITEM],a=this._wwaData.objectAttribute[i][L.ATR_NUMBER];try{this._player.addItem(i,a,!1,this._wwaData.isItemEffectEnabled?{screenPixelCoord:new S(n,r),itemBoxBackgroundImageCoord:new S(this._wwaData.imgItemboxX*L.CHIP_SIZE,this._wwaData.imgItemboxY*L.CHIP_SIZE)}:void 0)}catch{return this.registerSystemMessagePageByKey(g.ITEM_BOX_FULL),{}}}let e=new x(this._wwaData.objectAttribute[this._yesNoChoicePartsID][L.ATR_ENERGY],this._wwaData.objectAttribute[this._yesNoChoicePartsID][L.ATR_STRENGTH],this._wwaData.objectAttribute[this._yesNoChoicePartsID][L.ATR_DEFENCE],-this._wwaData.objectAttribute[this._yesNoChoicePartsID][L.ATR_GOLD]);return e.energy=e.energy>L.STATUS_MINUS_BORDER?L.STATUS_MINUS_BORDER-e.energy:e.energy,this.setStatusChangedEffect(e),this._player.addStatusAll(e),this._player.isDead()&&this._wwaData.objectAttribute[this._yesNoChoicePartsID][L.ATR_ENERGY]!==0&&this.shouldApplyGameOver({isCalledByMacro:!1})?(this.gameover(),{isGameOver:!0}):(this.appearParts({pos:this._yesNoChoicePartsCoord,triggerType:k.OBJECT,triggerPartsId:this._yesNoChoicePartsID}),{})}_execChoiceWindowRunningEvent(){var e,t;if(--this._yesNoDispCounter===0){if(this._yesNoJudge===O.YES){if(this._yesNoChoiceCallInfo===N.CALL_BY_MAP_PARTS)e=this._wwaData.mapAttribute[this._yesNoChoicePartsID][L.ATR_TYPE],e===L.MAP_URLGATE&&(location.href=We(this._yesNoURL));else if(this._yesNoChoiceCallInfo===N.CALL_BY_OBJECT_PARTS)if(e=this._wwaData.objectAttribute[this._yesNoChoicePartsID][L.ATR_TYPE],e===L.OBJECT_BUY)this._player.hasItem(this._wwaData.objectAttribute[this._yesNoChoicePartsID][L.ATR_ITEM])?(this._player.removeItemByPartsID(this._wwaData.objectAttribute[this._yesNoChoicePartsID][L.ATR_ITEM]),t=this._wwaData.objectAttribute[this._yesNoChoicePartsID][L.ATR_GOLD],this._player.earnGold(t),this.setStatusChangedEffect(new x(0,0,0,t)),this.reserveAppearPartsInNextFrame(this._yesNoChoicePartsCoord,k.OBJECT,this._yesNoChoicePartsID)):this.registerSystemMessagePageByKey(g.NO_ITEM);else if(e===L.OBJECT_SELL){let{isGameOver:e}=this._execChoiceWindowObjectSellEvent();if(e)return}else e===L.OBJECT_SELECT?this.reserveAppearPartsInNextFrame(this._yesNoChoicePartsCoord,k.CHOICE_YES,this._yesNoChoicePartsID):e===L.OBJECT_URLGATE&&(location.href=We(this._yesNoURL));else this._yesNoChoiceCallInfo===N.CALL_BY_ITEM_USE?this._player.readyToUseItem(this._yesNoUseItemPos):this._yesNoChoiceCallInfo===N.CALL_BY_QUICK_LOAD||this._yesNoChoiceCallInfo===N.CALL_BY_LOG_QUICK_LOAD?(this._messageWindow.deleteSaveDom(),H(F[P.QUICK_LOAD]).classList.remove(`onpress`),this._messageWindow.load()&&(this._stopUpdateByLoadFlag=!0,this._loadType=oe.QUICK_LOAD)):this._yesNoChoiceCallInfo===N.CALL_BY_QUICK_SAVE?(this._messageWindow.deleteSaveDom(),H(F[P.QUICK_SAVE]).classList.remove(`onpress`),this._quickSave(N.CALL_BY_QUICK_SAVE)):this._yesNoChoiceCallInfo===N.CALL_BY_RESTART_GAME?(H(F[P.RESTART_GAME]).classList.remove(`onpress`),this._stopUpdateByLoadFlag=!0,this._loadType=oe.RESTART_GAME):this._yesNoChoiceCallInfo===N.CALL_BY_END_GAME?(window.history.back(-1),H(F[P.GOTO_WWA]).classList.remove(`onpress`)):this._yesNoChoiceCallInfo===N.CALL_BY_GOTO_WWA?(location.href=We(L.WWA_HOME),H(F[P.GOTO_WWA]).classList.remove(`onpress`)):this._yesNoChoiceCallInfo===N.CALL_BY_PASSWORD_LOAD?(H(F[P.QUICK_LOAD]).classList.remove(`onpress`),this._player.setPasswordWindowWating(),this._passwordWindow.show(Dr.LOAD)):this._yesNoChoiceCallInfo===N.CALL_BY_PASSWORD_SAVE?(H(F[P.QUICK_SAVE]).classList.remove(`onpress`),this._player.setPasswordWindowWating(),this._passwordWindow.password=this._quickSave(N.CALL_BY_PASSWORD_SAVE),this._passwordWindow.show(Dr.SAVE)):this._yesNoChoiceCallInfo===N.CALL_BY_SUSPEND&&(H(F[P.QUICK_SAVE]).classList.remove(`onpress`),this._quickSave(N.CALL_BY_SUSPEND));this._yesNoJudge=O.UNSELECTED,this._setNextPage(),this._yesNoChoicePartsCoord=void 0,this._yesNoChoicePartsID=void 0,this._yesNoUseItemPos=void 0,this._yesNoChoiceCallInfo=N.NONE,this._messageWindow.setYesNoChoice(!1)}else if(this._yesNoJudge===O.NO){if(this._yesNoChoiceCallInfo===N.CALL_BY_MAP_PARTS)e=this._wwaData.mapAttribute[this._yesNoChoicePartsID][L.ATR_TYPE],L.MAP_URLGATE;else if(this._yesNoChoiceCallInfo===N.CALL_BY_OBJECT_PARTS)e=this._wwaData.objectAttribute[this._yesNoChoicePartsID][L.ATR_TYPE],e===L.OBJECT_BUY||e===L.OBJECT_SELL||(e===L.OBJECT_SELECT?this.reserveAppearPartsInNextFrame(this._yesNoChoicePartsCoord,k.CHOICE_NO,this._yesNoChoicePartsID):L.OBJECT_URLGATE);else if(this._yesNoChoiceCallInfo===N.CALL_BY_ITEM_USE)H(`item`+(this._yesNoUseItemPos-1)).classList.remove(`onpress`);else if(this._yesNoChoiceCallInfo===N.CALL_BY_QUICK_LOAD||this._yesNoChoiceCallInfo===N.CALL_BY_LOG_QUICK_LOAD)switch(this._messageWindow.deleteSaveDom(),this._yesNoChoiceCallInfo=this._wwaSave.getSecondSaveChoiceCallInfo(this._usePassword),this._yesNoChoiceCallInfo){case N.NONE:H(F[P.QUICK_LOAD]).classList.remove(`onpress`);break;case N.CALL_BY_PASSWORD_LOAD:this._yesNoJudge=O.UNSELECTED,this.onpasswordloadcalled();return;case N.CALL_BY_LOG_QUICK_LOAD:this._wwaSave.selectLogSaveDataList(),this._messageWindow.createSaveDom();var n=this._wwaSave.getSecondSaveChoiceCallInfo(this._usePassword);switch(this._yesNoJudge=O.UNSELECTED,n){case N.CALL_BY_PASSWORD_LOAD:this.registerSystemMessagePage(`読み込むオートセーブを選んでください。
|
|
150
122
|
→Noでデータ復帰用パスワードの
|
|
151
|
-
入力選択ができます。`,!0);break;case H.NONE:this.registerSystemMessagePage("読み込むオートセーブを選んでください。",!0);break}return}else if(this._yesNoChoiceCallInfo===H.CALL_BY_QUICK_SAVE)if(this._messageWindow.deleteSaveDom(),this._usePassword||this._useSuspend){this._yesNoJudge=ne.UNSELECTED,this._useSuspend?this.onpasssuspendsavecalled():this._usePassword&&this.onpasswordsavecalled();return}else O(ue[se.QUICK_SAVE]).classList.remove("onpress");else if(this._yesNoChoiceCallInfo===H.CALL_BY_RESTART_GAME)O(ue[se.RESTART_GAME]).classList.remove("onpress");else if(this._yesNoChoiceCallInfo===H.CALL_BY_END_GAME)O(ue[se.GOTO_WWA]).classList.remove("onpress");else if(this._yesNoChoiceCallInfo===H.CALL_BY_GOTO_WWA)O(ue[se.GOTO_WWA]).classList.remove("onpress");else if(this._yesNoChoiceCallInfo===H.CALL_BY_PASSWORD_LOAD)O(ue[se.QUICK_LOAD]).classList.remove("onpress");else if(this._yesNoChoiceCallInfo===H.CALL_BY_PASSWORD_SAVE)O(ue[se.QUICK_SAVE]).classList.remove("onpress");else if(this._yesNoChoiceCallInfo===H.CALL_BY_SUSPEND)if(this._usePassword){this._yesNoJudge=ne.UNSELECTED,this.onpasswordsavecalled();return}else O(ue[se.QUICK_SAVE]).classList.remove("onpress");this._yesNoJudge=ne.UNSELECTED,this._setNextPage(),this._yesNoChoicePartsCoord=void 0,this._yesNoChoicePartsID=void 0,this._yesNoUseItemPos=void 0,this._yesNoChoiceCallInfo=H.NONE,this._messageWindow.setYesNoChoice(!1)}}}_dispatchWindowClosedTimeRequests(){if(this._windowCloseWaitingJumpGateRequest&&this.forcedJumpGate(this._windowCloseWaitingJumpGateRequest.x,this._windowCloseWaitingJumpGateRequest.y),this._windowCloseWaitingMessageDisplayRequests.length>0){const e=this._windowCloseWaitingMessageDisplayRequests.shift();return this.registerPageByMessage(e.message,{additionalItems:e.additionalItems}),{newPageGenerated:!0}}return{newPageGenerated:!1}}_dispatchPlayerAndObjectsStopTimeRequests(){this._playerAndObjectsStopWaitingGameSpeedChangeRequest&&(this.setPlayerSpeedIndex(this._playerAndObjectsStopWaitingGameSpeedChangeRequest.speedIndex),this._playerAndObjectsStopWaitingGameSpeedChangeRequest=void 0),this._playerAndObjectsStopWaitingMessageDisplayRequests.length>0&&(this.registerPageByMessage(this._playerAndObjectsStopWaitingMessageDisplayRequests.map(e=>e.message).join("<p>"),{additionalItems:this._playerAndObjectsStopWaitingMessageDisplayRequests.map(e=>e.additionalItems).flat()}),this._playerAndObjectsStopWaitingMessageDisplayRequests=[])}_clearAllRequests(){this._playerAndObjectsStopWaitingMessageDisplayRequests=[],this._playerAndObjectsStopWaitingGameSpeedChangeRequest=void 0,this._windowCloseWaitingJumpGateRequest=void 0,this._windowCloseWaitingMessageDisplayRequests=[]}reserveMessageDisplayWhenShouldOpen(e){this._player.isWaitingMessage()||this._player.isFighting()||this._player.isWaitingPasswordWindow()||this._player.isWaitingEstimateWindow()?this._windowCloseWaitingMessageDisplayRequests.push(e):this._player.isMoving()||this._player.isWaitingMoveMacro()?this._playerAndObjectsStopWaitingMessageDisplayRequests.push(e):this.registerPageByMessage(e.message,{additionalItems:e.additionalItems})}handleMsgFunction(e){this._pageExecuting?this._windowCloseWaitingMessageDisplayRequests.push(e):this.reserveMessageDisplayWhenShouldOpen(e)}registerSystemMessagePage(e,s=!1){this.registerPageByMessage(e,{showChoice:s,isSystemMessage:!0})}registerSystemMessagePageByKey(e){const s=this.resolveSystemMessage(e);s!=="BLANK"&&this.registerPageByMessage(s,{isSystemMessage:!0})}_createSimpleMessage(e,s){return new tt(e,()=>this.generateTokenValues(s),(a,i)=>this._execEvalString(a,i))}registerPageByMessage(e,{showChoice:s=!1,isSystemMessage:a=!1,triggerParts:i={id:0,type:W.OBJECT,position:new Y(0,0)},scoreOption:r=void 0,additionalItems:n=[]}={}){const h=Hh(e,{triggerParts:i,isSystemMessage:a,showChoice:s,scoreOption:r,additionalItems:n},u=>Bh(this,i,u),(u,c)=>this._execEvalString(u,c),u=>this.generateTokenValues(u));this._pages=this._pages.concat(h),this._shouldSetNextPage=!0}appearParts({pos:e,triggerType:s,triggerPartsId:a}){var i,r=s===ye.CHOICE_NO?o.APPERANCE_PARTS_MIN_INDEX_NO:o.APPERANCE_PARTS_MIN_INDEX,n=s===ye.CHOICE_YES?o.APPERANCE_PARTS_MAX_INDEX_YES:o.APPERANCE_PARTS_MAX_INDEX,h,u,c,l,f,_;for(s===ye.MAP?(a=a===0?this._wwaData.map[e.y][e.x]:a,i=W.MAP):(a=a===0?this._wwaData.mapObject[e.y][e.x]:a,i=W.OBJECT),_=r;_<=n;_++){var p=o.ATR_APPERANCE_BASE+_*o.REL_ATR_APPERANCE_UNIT_LENGTH,m=p+o.REL_ATR_APPERANCE_ID,v=p+o.REL_ATR_APPERANCE_X,x=p+o.REL_ATR_APPERANCE_Y,d=p+o.REL_ATR_APPERANCE_TYPE;if(h=i===W.MAP?this._wwaData.mapAttribute[a][m]:this._wwaData.objectAttribute[a][m],u=i===W.MAP?this._wwaData.mapAttribute[a][d]:this._wwaData.objectAttribute[a][d],c=i===W.MAP?this._wwaData.mapAttribute[a][v]:this._wwaData.objectAttribute[a][v],l=i===W.MAP?this._wwaData.mapAttribute[a][x]:this._wwaData.objectAttribute[a][x],c===o.PLAYER_COORD?(c=this._player.getPosition().getPartsCoord().x,this._player.resetEventExecutionInfo()):c>o.RELATIVE_COORD_LOWER&&(c=e.x+c-o.RELATIVE_COORD_BIAS),l===o.PLAYER_COORD?(l=this._player.getPosition().getPartsCoord().y,this._player.resetEventExecutionInfo()):l>o.RELATIVE_COORD_LOWER&&(l=e.y+l-o.RELATIVE_COORD_BIAS),!(c===0&&l===0))try{if(f=new Be(this,c,l,0,0),u===W.MAP){if(h>=this._wwaData.mapPartsMax)throw new Error("背景パーツの範囲外IDが指定されました");var g=new Y(c,l);this.setPartsOnPosition(W.MAP,h,g)}else{if(h>=this._wwaData.objPartsMax)throw new Error("物体パーツの範囲外IDが指定されました");var g=new Y(c,l);this.setPartsOnPosition(W.OBJECT,h,g),this._replaceRandomObject(new Y(c,l)),c===this._player.getPosition().getPartsCoord().x&&l===this._player.getPosition().getPartsCoord().y&&this._player.setPartsAppearedFlag()}}catch{}}}reserveAppearPartsInNextFrame(e,s,a=0){this._reservedPartsAppearances.push({pos:e,triggerType:s,triggerPartsId:a})}reserveJumpInNextFrame(e){this._reservedJumpDestination=e}appearPartsByDirection(e,s,a){var i=this._player.getPosition().getPartsCoord(),r=this._player.getDir(),n=ya[r],h=Sa[r];this.appearPartsEval(i,(n>=0?"+":"-")+Math.abs(n)*e,(h>=0?"+":"-")+Math.abs(h)*e,s,a)}appearPartsEval(e,s,a,i,r){var n,h,u=this._player.getPosition().getPartsCoord();if(s==="P"||s==="p")n=u.x;else if(s[0]==="+")n=e.x+parseInt(s.substr(1));else if(s[0]==="-")n=e.x-parseInt(s.substr(1));else if(n=parseInt(s),isNaN(n))throw new Error("座標として解釈できない文字が含まれています。");if(a==="P"||a==="p")h=u.y;else if(a[0]==="+")h=e.y+parseInt(a.substr(1));else if(a[0]==="-")h=e.y-parseInt(a.substr(1));else if(h=parseInt(a),isNaN(h))throw new Error("座標として解釈できない文字が含まれています。");try{var c=new Be(this,n,h,0,0);if(r===W.MAP){if(i>=this._wwaData.mapPartsMax)throw new Error("背景パーツの範囲外IDが指定されました");var l=new Y(n,h);this.setPartsOnPosition(W.MAP,i,l)}else{if(i>=this._wwaData.objPartsMax)throw new Error("物体パーツの範囲外IDが指定されました");var l=new Y(n,h);this.setPartsOnPosition(W.OBJECT,i,l),this._replaceRandomObject(new Y(n,h)),n===this._player.getPosition().getPartsCoord().x&&h===this._player.getPosition().getPartsCoord().y&&this._player.setPartsAppearedFlag()}}catch{}}getPartsID(e,s){if(e.x<0||e.y<0)throw new Error("想定外の座標が指定されました");return s===W.MAP?this._wwaData.map[e.y][e.x]:this._wwaData.mapObject[e.y][e.x]}_replaceRandomObject(e){var s=this._wwaData.mapObject[e.y][e.x],a=this._wwaData.objectAttribute[s][o.ATR_TYPE],i,r;if(a===o.OBJECT_RANDOM){for(var n=0;n<o.RANDOM_ITERATION_MAX;n++){if(r=Math.floor(Math.random()*10),i=this._wwaData.objectAttribute[s][o.ATR_RANDOM_BASE+r],i>=this._wwaData.objPartsMax){i=0;break}if(this._wwaData.objectAttribute[i][o.ATR_TYPE]!==o.OBJECT_RANDOM)break;s=i}this.setPartsOnPosition(W.OBJECT,i,e)}}_replaceRandomObjectsInScreen(){for(var e=this._camera.getPosition().getPartsCoord(),s=Math.max(0,e.x-1),a=Math.min(this._wwaData.mapWidth-1,e.x+o.H_PARTS_NUM_IN_WINDOW),i=Math.max(0,e.y-1),r=Math.min(this._wwaData.mapWidth-1,e.y+o.V_PARTS_NUM_IN_WINDOW),n=s;n<=a;n++)for(var h=i;h<=r;h++)this._replaceRandomObject(new Y(n,h))}_replaceAllRandomObjects(){for(var e=0;e<this._wwaData.mapWidth;e++)for(var s=0;s<this._wwaData.mapWidth;s++)this._replaceRandomObject(new Y(e,s))}gameover(){var e=this._wwaData.gameoverX,s=this._wwaData.gameoverY;this._yesNoJudge=ne.UNSELECTED,this._pages=[],this._player.setDelayFrame(),this._messageWindow.hide(),this._yesNoChoicePartsCoord=void 0,this._yesNoChoicePartsID=void 0,this._yesNoUseItemPos=void 0,this._yesNoChoiceCallInfo=H.NONE,this._player.clearMessageWaiting(),this._messageWindow.clear(),this._messageWindow.setYesNoChoice(!1),this._waitFrame=0,this._temporaryInputDisable=!0,this._shouldSetNextPage=!1,this._reservedPartsAppearances=[],this._reservedJumpDestination=void 0,this._clearAllRequests(),this._player.jumpTo(new Be(this,e,s,0,0));const a=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_GAMEOVER;a&&this.evalCalcWwaNodeGenerator.evalWwaNode(a)}setYesNoInput(e){this._yesNoJudgeInNextFrame=e}getYesNoState(){return this._yesNoJudgeInNextFrame!==void 0?this._yesNoJudgeInNextFrame:this._yesNoJudge}setStatusChangedEffect(e){this._wwaData.isItemEffectEnabled&&(e.strength!==0&&(O("disp-strength").classList.add("onpress"),this._statusPressCounter.strength=o.STATUS_CHANGED_EFFECT_FRAME_NUM),e.defence!==0&&(O("disp-defence").classList.add("onpress"),this._statusPressCounter.defence=o.STATUS_CHANGED_EFFECT_FRAME_NUM),e instanceof Ae&&(e.energy!==0&&(O("disp-energy").classList.add("onpress"),this._statusPressCounter.energy=o.STATUS_CHANGED_EFFECT_FRAME_NUM),e.gold!==0&&(O("disp-gold").classList.add("onpress"),this._statusPressCounter.gold=o.STATUS_CHANGED_EFFECT_FRAME_NUM)))}setPartsOnPosition(e,s,a){var i,r,n=a.y<<Pe.BITSHIFT|a.x;e===W.MAP?(i=this._wwaData.map[a.y][a.x],s=this.loadMapPartsID(s),i=this.loadMapPartsID(i),this._wwaData.map[a.y][a.x]=s,r=this._mapIDTable[i].indexOf(n),r!==-1&&this._mapIDTable[i].splice(r,1),r=this._mapIDTable[s].indexOf(n),r===-1&&this._mapIDTable[s].push(n)):(i=this._wwaData.mapObject[a.y][a.x],s=this.loadMapPartsObjectID(s),i=this.loadMapPartsObjectID(i),this._wwaData.mapObject[a.y][a.x]=s,r=this._mapObjectIDTable[i].indexOf(n),r!==-1&&this._mapObjectIDTable[i].splice(r,1),r=this._mapObjectIDTable[s].indexOf(n),r===-1&&this._mapObjectIDTable[s].push(n))}_countSamePartsLength(e,s){var a;for(a=s+1;a<e.length&&e[a]===e[a-1];a++);return a-s}_compressMap(e){for(var s=[],a=0;a<e.length;a++){s[a]=[];for(var i=0;i<e[a].length;){var r=this._countSamePartsLength(e[a],i);s[a].push([e[a][i],r]),i+=r}}return s}_decompressMap(e){for(var s=[],a=0;a<e.length;a++){s[a]=[];for(var i=0;i<e[a].length;i++)for(var r=e[a][i][1],n=0;n<r;n++)s[a].push(e[a][i][0])}return s}_generateMapDataHash(e){var s="A",a=0,i=0,r=0;for(r=0;r<e.map.length;r++){for(i=0;i<e.map[r].length;)a=this._countSamePartsLength(e.map[r],i),s+=e.map[r][i]+"|"+a+"/",i+=a;for(i=0;i<e.mapObject[r].length;)a=this._countSamePartsLength(e.mapObject[r],i),s+=e.mapObject[r][i]+"|"+a+"/",i+=a}for(var n=0;n<e.mapAttribute.length;n++)for(var h=0;h<e.mapAttribute[n].length;h++)s+=e.mapAttribute[n][h]+"/";for(var u=0;u<e.objectAttribute.length;u++)for(var c=0;c<e.objectAttribute[u].length;c++)s+=e.objectAttribute[u][c]+"/";return s+="Z",jr(s)}_generateSaveDataHash(e){var s=this._generateMapDataHash(e),a=s,i=[];for(var r in e)r==="map"||r==="mapObject"||r==="mapCompressed"||r==="mapObjectCompressed"||r==="mapAttribute"||r==="objectAttribute"||r==="checkString"||i.push(r);i.sort();for(var n=0;n<i.length;n++)a+=bi(e[i[n]]);return jr(a)}compressSystem(){return st}_quickSave(e){const s=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_SAVE;s&&this.evalCalcWwaNodeGenerator.evalWwaNode(s);var a=structuredClone(this._wwaData),i=this._player.getPosition().getPartsCoord(),r=this._player.getStatusWithoutEquipments();switch(a.itemBox=this._player.getCopyOfItemBox(),a.playerX=i.x,a.playerY=i.y,a.statusEnergyMax=this._player.getEnergyMax(),a.statusEnergy=r.energy,a.statusStrength=r.strength,a.statusDefence=r.defence,a.statusGold=r.gold,a.moves=this._player.getMoveCount(),a.frameCount=this._player.getFrameCount(),a.gameSpeedIndex=this._player.getSpeedIndex(),a.playTime=this._playTimeCalculator?.calculateTimeMs()??0,a.userVar=this._userVar.numbered.slice(),a.userNamedVar=structuredClone(this._userVar.named),e){case H.CALL_BY_LOG_QUICK_SAVE:case H.CALL_BY_QUICK_SAVE:case H.CALL_BY_SUSPEND:break;case H.CALL_BY_PASSWORD_SAVE:a.checkOriginalMapString=this.checkOriginalMapString,a.checkString=this._generateSaveDataHash(a);break}switch(a.message=void 0,a.mapAttribute=void 0,a.objectAttribute=void 0,e){case H.CALL_BY_QUICK_SAVE:return this._messageWindow.save(this._cvs,a),this.wwaCustomEvent("wwa_quicksave",{data:a}),"";case H.CALL_BY_PASSWORD_SAVE:const n=st.compress(a,{isPassword:!0});n.isCompress=1;const h=JSON.stringify(n);return this.wwaCustomEvent("wwa_passwordsave",{data:a,compress:n}),fc(h,this._wwaData.worldPassNumber);case H.CALL_BY_SUSPEND:this.wwaCustomEvent("wwa_suspend",{data:a,compress:st.compress(a)});break;case H.CALL_BY_LOG_QUICK_SAVE:this.wwaCustomEvent("wwa_autosave",{data:a}),this._wwaSave.autoSave(this._cvs,a);break}}wwaCustomEvent(e,s={}){this.wwaCustomEventEmitter.dispatch(e,s)}_decodePassword(e){let s="",a;try{s=pc(e,this._wwaData.worldPassNumber)}catch(r){a=r}if(!s){console.warn("新方式でのパスワード暗号化解除失敗:",a);try{s=dc(e,this._wwaData.worldPassNumber,this.checkOriginalMapString)}catch(r){a=r}}if(!s){console.warn("旧方式でのパスワード暗号化解除失敗:",a);const r=a&&a.message?a.message:"";throw new Error(`パスワード取得時からワールド制作者によってマップの暗証番号が変更されたか、
|
|
123
|
+
入力選択ができます。`,!0);break;case N.NONE:this.registerSystemMessagePage(`読み込むオートセーブを選んでください。`,!0);break}return}else if(this._yesNoChoiceCallInfo===N.CALL_BY_QUICK_SAVE)if(this._messageWindow.deleteSaveDom(),this._usePassword||this._useSuspend){this._yesNoJudge=O.UNSELECTED,this._useSuspend?this.onpasssuspendsavecalled():this._usePassword&&this.onpasswordsavecalled();return}else H(F[P.QUICK_SAVE]).classList.remove(`onpress`);else if(this._yesNoChoiceCallInfo===N.CALL_BY_RESTART_GAME)H(F[P.RESTART_GAME]).classList.remove(`onpress`);else if(this._yesNoChoiceCallInfo===N.CALL_BY_END_GAME)H(F[P.GOTO_WWA]).classList.remove(`onpress`);else if(this._yesNoChoiceCallInfo===N.CALL_BY_GOTO_WWA)H(F[P.GOTO_WWA]).classList.remove(`onpress`);else if(this._yesNoChoiceCallInfo===N.CALL_BY_PASSWORD_LOAD)H(F[P.QUICK_LOAD]).classList.remove(`onpress`);else if(this._yesNoChoiceCallInfo===N.CALL_BY_PASSWORD_SAVE)H(F[P.QUICK_SAVE]).classList.remove(`onpress`);else if(this._yesNoChoiceCallInfo===N.CALL_BY_SUSPEND)if(this._usePassword){this._yesNoJudge=O.UNSELECTED,this.onpasswordsavecalled();return}else H(F[P.QUICK_SAVE]).classList.remove(`onpress`);this._yesNoJudge=O.UNSELECTED,this._setNextPage(),this._yesNoChoicePartsCoord=void 0,this._yesNoChoicePartsID=void 0,this._yesNoUseItemPos=void 0,this._yesNoChoiceCallInfo=N.NONE,this._messageWindow.setYesNoChoice(!1)}}}_dispatchWindowClosedTimeRequests(){if(this._windowCloseWaitingJumpGateRequest&&this.forcedJumpGate(this._windowCloseWaitingJumpGateRequest.x,this._windowCloseWaitingJumpGateRequest.y),this._windowCloseWaitingMessageDisplayRequests.length>0){let e=this._windowCloseWaitingMessageDisplayRequests.shift();return this.registerPageByMessage(e.message,{additionalItems:e.additionalItems}),{newPageGenerated:!0}}return{newPageGenerated:!1}}_dispatchPlayerAndObjectsStopTimeRequests(){this._playerAndObjectsStopWaitingGameSpeedChangeRequest&&=(this.setPlayerSpeedIndex(this._playerAndObjectsStopWaitingGameSpeedChangeRequest.speedIndex),void 0),this._playerAndObjectsStopWaitingMessageDisplayRequests.length>0&&(this.registerPageByMessage(this._playerAndObjectsStopWaitingMessageDisplayRequests.map(e=>e.message).join(`<p>`),{additionalItems:this._playerAndObjectsStopWaitingMessageDisplayRequests.map(e=>e.additionalItems).flat()}),this._playerAndObjectsStopWaitingMessageDisplayRequests=[])}_clearAllRequests(){this._playerAndObjectsStopWaitingMessageDisplayRequests=[],this._playerAndObjectsStopWaitingGameSpeedChangeRequest=void 0,this._windowCloseWaitingJumpGateRequest=void 0,this._windowCloseWaitingMessageDisplayRequests=[]}reserveMessageDisplayWhenShouldOpen(e){this._player.isWaitingMessage()||this._player.isFighting()||this._player.isWaitingPasswordWindow()||this._player.isWaitingEstimateWindow()?this._windowCloseWaitingMessageDisplayRequests.push(e):this._player.isMoving()||this._player.isWaitingMoveMacro()?this._playerAndObjectsStopWaitingMessageDisplayRequests.push(e):this.registerPageByMessage(e.message,{additionalItems:e.additionalItems})}handleMsgFunction(e){this._pageExecuting?this._windowCloseWaitingMessageDisplayRequests.push(e):this.reserveMessageDisplayWhenShouldOpen(e)}registerSystemMessagePage(e,t=!1){this.registerPageByMessage(e,{showChoice:t,isSystemMessage:!0})}registerSystemMessagePageByKey(e){let t=this.resolveSystemMessage(e);t!==`BLANK`&&this.registerPageByMessage(t,{isSystemMessage:!0})}_createSimpleMessage(e,t){return new ar(e,()=>this.generateTokenValues(t),(e,t)=>this._execEvalString(e,t))}registerPageByMessage(e,{showChoice:t=!1,isSystemMessage:n=!1,triggerParts:r={id:0,type:A.OBJECT,position:new S(0,0)},scoreOption:i=void 0,additionalItems:a=[]}={}){let o=gr(e,{triggerParts:r,isSystemMessage:n,showChoice:t,scoreOption:i,additionalItems:a},e=>nr(this,r,e),(e,t)=>this._execEvalString(e,t),e=>this.generateTokenValues(e));this._pages=this._pages.concat(o),this._shouldSetNextPage=!0}appearParts({pos:e,triggerType:t,triggerPartsId:n}){var r,i=t===k.CHOICE_NO?L.APPERANCE_PARTS_MIN_INDEX_NO:L.APPERANCE_PARTS_MIN_INDEX,a=t===k.CHOICE_YES?L.APPERANCE_PARTS_MAX_INDEX_YES:L.APPERANCE_PARTS_MAX_INDEX,o,s,c,l,u;for(t===k.MAP?(n=n===0?this._wwaData.map[e.y][e.x]:n,r=A.MAP):(n=n===0?this._wwaData.mapObject[e.y][e.x]:n,r=A.OBJECT),u=i;u<=a;u++){var d=L.ATR_APPERANCE_BASE+u*L.REL_ATR_APPERANCE_UNIT_LENGTH,f=d+L.REL_ATR_APPERANCE_ID,p=d+L.REL_ATR_APPERANCE_X,m=d+L.REL_ATR_APPERANCE_Y,h=d+L.REL_ATR_APPERANCE_TYPE;if(o=r===A.MAP?this._wwaData.mapAttribute[n][f]:this._wwaData.objectAttribute[n][f],s=r===A.MAP?this._wwaData.mapAttribute[n][h]:this._wwaData.objectAttribute[n][h],c=r===A.MAP?this._wwaData.mapAttribute[n][p]:this._wwaData.objectAttribute[n][p],l=r===A.MAP?this._wwaData.mapAttribute[n][m]:this._wwaData.objectAttribute[n][m],c===L.PLAYER_COORD?(c=this._player.getPosition().getPartsCoord().x,this._player.resetEventExecutionInfo()):c>L.RELATIVE_COORD_LOWER&&(c=e.x+c-L.RELATIVE_COORD_BIAS),l===L.PLAYER_COORD?(l=this._player.getPosition().getPartsCoord().y,this._player.resetEventExecutionInfo()):l>L.RELATIVE_COORD_LOWER&&(l=e.y+l-L.RELATIVE_COORD_BIAS),!(c===0&&l===0))try{if(new C(this,c,l,0,0),s===A.MAP){if(o>=this._wwaData.mapPartsMax)throw Error(`背景パーツの範囲外IDが指定されました`);var g=new S(c,l);this.setPartsOnPosition(A.MAP,o,g)}else{if(o>=this._wwaData.objPartsMax)throw Error(`物体パーツの範囲外IDが指定されました`);var g=new S(c,l);this.setPartsOnPosition(A.OBJECT,o,g),this._replaceRandomObject(new S(c,l)),c===this._player.getPosition().getPartsCoord().x&&l===this._player.getPosition().getPartsCoord().y&&this._player.setPartsAppearedFlag()}}catch{}}}reserveAppearPartsInNextFrame(e,t,n=0){this._reservedPartsAppearances.push({pos:e,triggerType:t,triggerPartsId:n})}reserveJumpInNextFrame(e){this._reservedJumpDestination=e}appearPartsByDirection(e,t,n){var r=this._player.getPosition().getPartsCoord(),i=this._player.getDir(),a=E[i],o=D[i];this.appearPartsEval(r,(a>=0?`+`:`-`)+Math.abs(a)*e,(o>=0?`+`:`-`)+Math.abs(o)*e,t,n)}appearPartsEval(e,t,n,r,i){var a,o,s=this._player.getPosition().getPartsCoord();if(t===`P`||t===`p`)a=s.x;else if(t[0]===`+`)a=e.x+parseInt(t.substr(1));else if(t[0]===`-`)a=e.x-parseInt(t.substr(1));else if(a=parseInt(t),isNaN(a))throw Error(`座標として解釈できない文字が含まれています。`);if(n===`P`||n===`p`)o=s.y;else if(n[0]===`+`)o=e.y+parseInt(n.substr(1));else if(n[0]===`-`)o=e.y-parseInt(n.substr(1));else if(o=parseInt(n),isNaN(o))throw Error(`座標として解釈できない文字が含まれています。`);try{if(new C(this,a,o,0,0),i===A.MAP){if(r>=this._wwaData.mapPartsMax)throw Error(`背景パーツの範囲外IDが指定されました`);var c=new S(a,o);this.setPartsOnPosition(A.MAP,r,c)}else{if(r>=this._wwaData.objPartsMax)throw Error(`物体パーツの範囲外IDが指定されました`);var c=new S(a,o);this.setPartsOnPosition(A.OBJECT,r,c),this._replaceRandomObject(new S(a,o)),a===this._player.getPosition().getPartsCoord().x&&o===this._player.getPosition().getPartsCoord().y&&this._player.setPartsAppearedFlag()}}catch{}}getPartsID(e,t){if(e.x<0||e.y<0)throw Error(`想定外の座標が指定されました`);return t===A.MAP?this._wwaData.map[e.y][e.x]:this._wwaData.mapObject[e.y][e.x]}_replaceRandomObject(e){var t=this._wwaData.mapObject[e.y][e.x],n=this._wwaData.objectAttribute[t][L.ATR_TYPE],r,i;if(n===L.OBJECT_RANDOM){for(var a=0;a<L.RANDOM_ITERATION_MAX;a++){if(i=Math.floor(Math.random()*10),r=this._wwaData.objectAttribute[t][L.ATR_RANDOM_BASE+i],r>=this._wwaData.objPartsMax){r=0;break}if(this._wwaData.objectAttribute[r][L.ATR_TYPE]!==L.OBJECT_RANDOM)break;t=r}this.setPartsOnPosition(A.OBJECT,r,e)}}_replaceRandomObjectsInScreen(){for(var e=this._camera.getPosition().getPartsCoord(),t=Math.max(0,e.x-1),n=Math.min(this._wwaData.mapWidth-1,e.x+L.H_PARTS_NUM_IN_WINDOW),r=Math.max(0,e.y-1),i=Math.min(this._wwaData.mapWidth-1,e.y+L.V_PARTS_NUM_IN_WINDOW),a=t;a<=n;a++)for(var o=r;o<=i;o++)this._replaceRandomObject(new S(a,o))}_replaceAllRandomObjects(){for(var e=0;e<this._wwaData.mapWidth;e++)for(var t=0;t<this._wwaData.mapWidth;t++)this._replaceRandomObject(new S(e,t))}gameover(){var e=this._wwaData.gameoverX,t=this._wwaData.gameoverY;this._yesNoJudge=O.UNSELECTED,this._pages=[],this._player.setDelayFrame(),this._messageWindow.hide(),this._yesNoChoicePartsCoord=void 0,this._yesNoChoicePartsID=void 0,this._yesNoUseItemPos=void 0,this._yesNoChoiceCallInfo=N.NONE,this._player.clearMessageWaiting(),this._messageWindow.clear(),this._messageWindow.setYesNoChoice(!1),this._waitFrame=0,this._temporaryInputDisable=!0,this._shouldSetNextPage=!1,this._reservedPartsAppearances=[],this._reservedJumpDestination=void 0,this._clearAllRequests(),this._player.jumpTo(new C(this,e,t,0,0));let n=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_GAMEOVER;n&&this.evalCalcWwaNodeGenerator.evalWwaNode(n)}setYesNoInput(e){this._yesNoJudgeInNextFrame=e}getYesNoState(){return this._yesNoJudgeInNextFrame===void 0?this._yesNoJudge:this._yesNoJudgeInNextFrame}setStatusChangedEffect(e){this._wwaData.isItemEffectEnabled&&(e.strength!==0&&(H(`disp-strength`).classList.add(`onpress`),this._statusPressCounter.strength=L.STATUS_CHANGED_EFFECT_FRAME_NUM),e.defence!==0&&(H(`disp-defence`).classList.add(`onpress`),this._statusPressCounter.defence=L.STATUS_CHANGED_EFFECT_FRAME_NUM),e instanceof x&&(e.energy!==0&&(H(`disp-energy`).classList.add(`onpress`),this._statusPressCounter.energy=L.STATUS_CHANGED_EFFECT_FRAME_NUM),e.gold!==0&&(H(`disp-gold`).classList.add(`onpress`),this._statusPressCounter.gold=L.STATUS_CHANGED_EFFECT_FRAME_NUM)))}setPartsOnPosition(e,t,n){var r,i,a=n.y<<we.BITSHIFT|n.x;e===A.MAP?(r=this._wwaData.map[n.y][n.x],t=this.loadMapPartsID(t),r=this.loadMapPartsID(r),this._wwaData.map[n.y][n.x]=t,i=this._mapIDTable[r].indexOf(a),i!==-1&&this._mapIDTable[r].splice(i,1),i=this._mapIDTable[t].indexOf(a),i===-1&&this._mapIDTable[t].push(a)):(r=this._wwaData.mapObject[n.y][n.x],t=this.loadMapPartsObjectID(t),r=this.loadMapPartsObjectID(r),this._wwaData.mapObject[n.y][n.x]=t,i=this._mapObjectIDTable[r].indexOf(a),i!==-1&&this._mapObjectIDTable[r].splice(i,1),i=this._mapObjectIDTable[t].indexOf(a),i===-1&&this._mapObjectIDTable[t].push(a))}_countSamePartsLength(e,t){var n;for(n=t+1;n<e.length&&e[n]===e[n-1];n++);return n-t}_compressMap(e){for(var t=[],n=0;n<e.length;n++){t[n]=[];for(var r=0;r<e[n].length;){var i=this._countSamePartsLength(e[n],r);t[n].push([e[n][r],i]),r+=i}}return t}_decompressMap(e){for(var t=[],n=0;n<e.length;n++){t[n]=[];for(var r=0;r<e[n].length;r++)for(var i=e[n][r][1],a=0;a<i;a++)t[n].push(e[n][r][0])}return t}_generateMapDataHash(e){var t=`A`,n=0,r=0,i=0;for(i=0;i<e.map.length;i++){for(r=0;r<e.map[i].length;)n=this._countSamePartsLength(e.map[i],r),t+=e.map[i][r]+`|`+n+`/`,r+=n;for(r=0;r<e.mapObject[i].length;)n=this._countSamePartsLength(e.mapObject[i],r),t+=e.mapObject[i][r]+`|`+n+`/`,r+=n}for(var a=0;a<e.mapAttribute.length;a++)for(var o=0;o<e.mapAttribute[a].length;o++)t+=e.mapAttribute[a][o]+`/`;for(var s=0;s<e.objectAttribute.length;s++)for(var c=0;c<e.objectAttribute[s].length;c++)t+=e.objectAttribute[s][c]+`/`;return t+=`Z`,xi(t)}_generateSaveDataHash(e){var t=this._generateMapDataHash(e),n=[];for(var r in e)r===`map`||r===`mapObject`||r===`mapCompressed`||r===`mapObjectCompressed`||r===`mapAttribute`||r===`objectAttribute`||r===`checkString`||n.push(r);n.sort();for(var i=0;i<n.length;i++)t+=Ge(e[n[i]]);return xi(t)}compressSystem(){return Vi}_quickSave(e){let t=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_SAVE;t&&this.evalCalcWwaNodeGenerator.evalWwaNode(t);var n=structuredClone(this._wwaData),r=this._player.getPosition().getPartsCoord(),i=this._player.getStatusWithoutEquipments();switch(n.itemBox=this._player.getCopyOfItemBox(),n.playerX=r.x,n.playerY=r.y,n.statusEnergyMax=this._player.getEnergyMax(),n.statusEnergy=i.energy,n.statusStrength=i.strength,n.statusDefence=i.defence,n.statusGold=i.gold,n.moves=this._player.getMoveCount(),n.frameCount=this._player.getFrameCount(),n.gameSpeedIndex=this._player.getSpeedIndex(),n.playTime=this._playTimeCalculator?.calculateTimeMs()??0,n.userVar=this._userVar.numbered.slice(),n.userNamedVar=structuredClone(this._userVar.named),e){case N.CALL_BY_LOG_QUICK_SAVE:case N.CALL_BY_QUICK_SAVE:case N.CALL_BY_SUSPEND:break;case N.CALL_BY_PASSWORD_SAVE:n.checkOriginalMapString=this.checkOriginalMapString,n.checkString=this._generateSaveDataHash(n);break}switch(n.message=void 0,n.mapAttribute=void 0,n.objectAttribute=void 0,e){case N.CALL_BY_QUICK_SAVE:return this._messageWindow.save(this._cvs,n),this.wwaCustomEvent(`wwa_quicksave`,{data:n}),``;case N.CALL_BY_PASSWORD_SAVE:let e=Vi.compress(n,{isPassword:!0});e.isCompress=1;let t=JSON.stringify(e);return this.wwaCustomEvent(`wwa_passwordsave`,{data:n,compress:e}),vi(t,this._wwaData.worldPassNumber);case N.CALL_BY_SUSPEND:this.wwaCustomEvent(`wwa_suspend`,{data:n,compress:Vi.compress(n)});break;case N.CALL_BY_LOG_QUICK_SAVE:this.wwaCustomEvent(`wwa_autosave`,{data:n}),this._wwaSave.autoSave(this._cvs,n);break}}wwaCustomEvent(e,t={}){this.wwaCustomEventEmitter.dispatch(e,t)}_decodePassword(e){let t=``,n;try{t=bi(e,this._wwaData.worldPassNumber)}catch(e){n=e}if(!t){console.warn(`新方式でのパスワード暗号化解除失敗:`,n);try{t=yi(e,this._wwaData.worldPassNumber,this.checkOriginalMapString)}catch(e){n=e}}if(!t){console.warn(`旧方式でのパスワード暗号化解除失敗:`,n);let e=n&&n.message?n.message:``;throw Error(`パスワード取得時からワールド制作者によってマップの暗証番号が変更されたか、
|
|
152
124
|
パスワードが壊れているために正常にセーブデータが復元できませんでした。
|
|
153
|
-
`+
|
|
154
|
-
JSON PARSE FAILED`)}if(
|
|
155
|
-
予めご了承ください。`);
|
|
125
|
+
`+e)}var r;try{r=JSON.parse(t)}catch{throw Error(`マップデータ以外のものが暗号化されたか、マップデータに何かが不足しているようです。
|
|
126
|
+
JSON PARSE FAILED`)}if(r.isCompress){delete r.isCompress;let[e,t]=Vi.decompress(r);return[qi(e),t]}else return[r,{isWorldNameEmpty:!1}]}_quickLoad(e=!1,t=null,n=!0){if(!e&&this._wwaSave.hasSaveData()===void 0&&t===null)throw Error(`セーブデータがありません。`);let r,i=!1;if(t!==null){let e=this._decodePassword(t);r=e[0],i=e[1].isWorldNameEmpty}else r=structuredClone(e?this._restartData:this._messageWindow.load());if(r.message=structuredClone(this._restartData.message),r.mapAttribute=structuredClone(this._restartData.mapAttribute),r.objectAttribute=structuredClone(this._restartData.objectAttribute),r.map===void 0&&(r.map=this._decompressMap(r.mapCompressed)),r.mapObject===void 0&&(r.mapObject=this._decompressMap(r.mapObjectCompressed)),delete r.mapCompressed,delete r.mapObjectCompressed,t!==null){if(!i&&r.worldName!==this._wwaData.worldName)throw console.error(`Invalid title`,`(password)=${r.worldName} (current map)=${this._wwaData.worldName}`),Error(`前回パスワード取得時から、制作者によってワールド名が変更されたためロードできませんでした。
|
|
127
|
+
予めご了承ください。`);let e=this.checkOriginalMapString;if(this._isDisallowLoadOldSave&&r.checkOriginalMapString!==e)throw console.error(`Invalid hash`,`(password)=${r.checkOriginalMapString} (current map)=${e}`),Error(`前回パスワード取得時から、制作者によってマップが変更されたためロードできませんでした。
|
|
156
128
|
(マップデータ制作者の設定により、内容が変更されると以前のパスワードは利用できなくなります。)
|
|
157
|
-
予めご了承ください。`);console.log("Valid Password!")}return a&&this._applyQuickLoad(i),i}_applyQuickLoad(e){this._userVar.named=e.userNamedVar,this._userVar.numbered=e.userVar,this._player.setEnergyMax(e.statusEnergyMax),this._player.setEnergy(e.statusEnergy),this._player.setStrength(e.statusStrength),this._player.setDefence(e.statusDefence),this._player.setGold(e.statusGold),this._player.setMoveCount(e.moves),this._player.setFrameCount(e.frameCount),this._player.clearItemBox();for(var s=0;s<e.itemBox.length;s++)this._player.addItem(e.itemBox[s],s+1,!0);this._player.systemJumpTo(new Be(this,e.playerX,e.playerY,0,0)),e.bgm===0?this.playSound(de.NO_SOUND):this.playSound(e.bgm,e.bgmDelayDurationMs),this.setImgClick(new Y(e.imgClickX,e.imgClickY)),this.getObjectIdByPosition(this._player.getPosition())!==0&&this._player.setPartsAppearedFlag(),this._clearAllRequests(),this._playTimeCalculator=new ms(e.playTime),this._wwaData=e,this._mapIDTableCreate(),this._replaceAllRandomObjects(),this.setStatusIconCoord(ge.ENERGY,new Y(e.imgStatusEnergyX,e.imgStatusEnergyY)),this.setStatusIconCoord(ge.STRENGTH,new Y(e.imgStatusStrengthX,e.imgStatusStrengthY)),this.setStatusIconCoord(ge.DEFENCE,new Y(e.imgStatusDefenceX,e.imgStatusDefenceY)),this.setStatusIconCoord(ge.GOLD,new Y(e.imgStatusGoldX,e.imgStatusGoldY)),this.setWideCellCoord(new Y(e.imgWideCellX,e.imgWideCellY)),this.setItemboxBackgroundPosition({x:e.imgItemboxX,y:e.imgItemboxY}),this.setFrameCoord(new Y(e.imgFrameX,e.imgFrameY)),this.setPlayerSpeedIndex(e.gameSpeedIndex),this.updateCSSRule(),this.updateEffect(),this._cgManager.restorePictures(this._wwaData.pictureRegistry),this.updateAllPicturesCache(),this._player.updateStatusValueBox(),this._wwaSave.quickSaveButtonUpdate(this._wwaData)}_mapIDTableCreate(){var e;for(this._mapIDTable=[],this._mapObjectIDTable=[],e=0;e<this._wwaData.mapPartsMax;e++)this._mapIDTable[e]=[];for(e=0;e<this._wwaData.objPartsMax;e++)this._mapObjectIDTable[e]=[];for(var s=0;s<this._wwaData.mapWidth;s++)for(var a=0;a<this._wwaData.mapWidth;a++){var i=a<<Pe.BITSHIFT|s;e=this._wwaData.map[a][s],this._mapIDTable[e]instanceof Array||(this._mapIDTable[e]=[]),this._mapIDTable[e].push(i),e=this._wwaData.mapObject[a][s],this._mapObjectIDTable[e]instanceof Array||(this._mapObjectIDTable[e]=[]),this._mapObjectIDTable[e].push(i)}}restartGame(){this._quickLoad(!0)}_fadeout(e){var s=0,a=o.MAP_WINDOW_WIDTH,i=o.FADEOUT_SPEED,r=O("wwa-fader");r.style.display="block";var n=setInterval(()=>{if(s+=i,a-=i*2,a<=0||s*2>o.MAP_WINDOW_WIDTH){r.removeAttribute("style"),r.style.display="block",r.style.borderWidth="0",r.style.width=o.MAP_WINDOW_WIDTH+"px",r.style.height=o.MAP_WINDOW_HEIGHT+"px",r.style.backgroundColor="#808080",clearInterval(n),e();return}r.style.width=a+"px",r.style.height=a+"px",r.style.borderWidth=s+"px"},20)}moveObjects(e){var s=this._camera.getPosition();this._player.getPosition(),s.getPartsCoord();var a=s.getPartsCoord().x,i=s.getPartsCoord().y,r,n,h;if(!(this.getMapAttributeByPosition(this._player.getPosition(),o.ATR_TYPE)===o.MAP_LOCALGATE||this.getObjectAttributeByPosition(this._player.getPosition(),o.ATR_TYPE)===o.OBJECT_LOCALGATE)){for(r=new Array(o.V_PARTS_NUM_IN_WINDOW+2),this.hoge=new Array(o.V_PARTS_NUM_IN_WINDOW+2),h=-1;h<=o.V_PARTS_NUM_IN_WINDOW;h++)for(r[h+1]=new Array(o.H_PARTS_NUM_IN_WINDOW+2),this.hoge[h+1]=new Array(o.H_PARTS_NUM_IN_WINDOW+2),n=-1;n<=o.H_PARTS_NUM_IN_WINDOW;n++){if(i+h<0||i+h>=this._wwaData.mapWidth||a+n<0||a+n>=this._wwaData.mapWidth){r[h+1][n+1]=0,this.hoge[h+1][n+1]=0;continue}try{var u=new Be(this,a+n,i+h,0,0),c=u.getPartsCoord()}catch{r[h+1][n+1]=0,this.hoge[h+1][n+1]=0;continue}this._wwaData.mapObject[c.y][c.x],r[h+1][n+1]=this._wwaData.mapObject[c.y][c.x],this.hoge[h+1][n+1]=-this._wwaData.mapObject[c.y][c.x]}for(n=-1;n<=o.H_PARTS_NUM_IN_WINDOW;n++)if(!(a+n<0||a+n>=this._wwaData.mapWidth)){for(h=-1;h<=o.V_PARTS_NUM_IN_WINDOW;h++)if(!(i+h<0||i+h>=this._wwaData.mapWidth)){try{var u=new Be(this,a+n,i+h,0,0),c=u.getPartsCoord()}catch{continue}var l=this._wwaData.mapObject[c.y][c.x];if(!(l===0||this._wwaData.objectAttribute[l][o.ATR_MOVE]===He.STATIC||this._wwaData.objectAttribute[l][o.ATR_TYPE]===o.OBJECT_LOCALGATE||this._wwaData.objectAttribute[l][o.ATR_TYPE]===o.OBJECT_RANDOM)&&!(this._wwaData.objectAttribute[l][o.ATR_MOVE]!==He.CHASE_PLAYER&&this._wwaData.objectAttribute[l][o.ATR_MOVE]!==He.RUN_OUT&&this._wwaData.objectAttribute[l][o.ATR_MOVE]!==He.HANG_AROUND)){var f=this._wwaData.objectAttribute[l][o.ATR_MOVE];if(f!==He.HANG_AROUND){var _=this._getCandidateCoord(e,u,f),p=new Y(_.x,c.y),m=new Y(c.x,_.y),v=null,x;if(this._objectCanMoveTo(e,_,r))this._setObjectsInNextFrame(c,_,a,i,r,l);else{var d=this._getSecondCandidateMoveMode(e,c,_,p,m,this._wwaData.objectAttribute[l][o.ATR_TYPE]===o.OBJECT_MONSTER,r);d===ht.MODE_X?this._setObjectsInNextFrame(c,p,a,i,r,l):d===ht.MODE_Y?this._setObjectsInNextFrame(c,m,a,i,r,l):(v=this._getThirdCandidate(e,u,_,f,r),v!==null&&!this._wwaData.isOldMove?this._setObjectsInNextFrame(c,v,a,i,r,l):(x=this._getRandomMoveCoord(e,u,r),this._setObjectsInNextFrame(c,x,a,i,r,l)))}}else x=this._getRandomMoveCoord(e,u,r),this._setObjectsInNextFrame(c,x,a,i,r,l)}}}}}_getCandidateCoord(e,s,a){var i=s.getPartsCoord();this._player.getPosition().getOffsetCoord(),this._player.getPosition().getPartsCoord();try{var r=e?this._player.getPosition().getNextJustPosition().getPartsCoord():this._player.getPosition().getPartsCoord()}catch{throw new Error("予期せぬ方向への移動のようです。")}var n=i.clone(),h=0,u=0;return a===He.CHASE_PLAYER?(h=i.x>r.x?-1:i.x<r.x?1:0,u=i.y>r.y?-1:i.y<r.y?1:0):a===He.RUN_OUT&&(h=i.x>r.x?1:i.x<r.x?-1:0,u=i.y>r.y?1:i.y<r.y?-1:0),n.x+=h,n.y+=u,n.x=Math.min(this._wwaData.mapWidth-1,Math.max(0,n.x)),n.y=Math.min(this._wwaData.mapWidth-1,Math.max(0,n.y)),n}_getSecondCandidateMoveMode(e,s,a,i,r,n,h){return e&&((this._player.getDir()===N.UP||this._player.getDir()===N.DOWN)&&n||(this._player.getDir()===N.LEFT||this._player.getDir()===N.RIGHT)&&!n)?this._objectCanMoveTo(e,r,h)?ht.MODE_Y:this._objectCanMoveTo(e,i,h)?ht.MODE_X:ht.UNDECIDED:this._objectCanMoveTo(e,i,h)?ht.MODE_X:this._objectCanMoveTo(e,r,h)?ht.MODE_Y:ht.UNDECIDED}_getThirdCandidate(e,s,a,i,r){var n=i===He.CHASE_PLAYER?1:i===He.RUN_OUT?-1:0,h=e?this._player.getPosition().getNextJustPosition().getPartsCoord():this._player.getPosition().getPartsCoord(),u=s.getPartsCoord(),c;return h.x!==u.x&&(c=new Y(a.x,u.y+1*n),this._objectCanMoveTo(e,c,r)||(c=new Y(a.x,u.y-1*n),this._objectCanMoveTo(e,c,r))||(c=new Y(u.x,u.y+1*n),this._objectCanMoveTo(e,c,r))||(c=new Y(u.x,u.y-1*n),this._objectCanMoveTo(e,c,r)))||h.y!==u.y&&(c=new Y(u.x+1*n,a.y),this._objectCanMoveTo(e,c,r)||(c=new Y(u.x-1*n,a.y),this._objectCanMoveTo(e,c,r))||(c=new Y(u.x+1*n,u.y),this._objectCanMoveTo(e,c,r))||(c=new Y(u.x-1*n,u.y),this._objectCanMoveTo(e,c,r)))?c:null}_getRandomMoveCoord(e,s,a){const i=s.getPartsCoord(),r=i.clone(),n=this._wwaData.isOldMove?o.RANDOM_MOVE_ITERATION_NUM_BEFORE_V31:o.RANDOM_MOVE_ITERATION_NUM;for(let h=0;h<n;h++){const u=[-1,1,0,0,-1,-1,1,1],c=[0,0,1,-1,1,-1,1,-1],l=Math.floor(Math.random()*u.length);if(r.x=i.x+u[l],r.y=i.y+c[l],this._objectCanMoveTo(e,r,a))return r}return i}isPrevFrameEventExecuted(){return this._prevFrameEventExected}_objectCanMoveTo(e,s,a){if(s.x<0||s.y<0||this._wwaData.mapWidth<=s.x||this._wwaData.mapWidth<=s.y)return!1;var i=this._wwaData.map[s.y][s.x],r=this._wwaData.mapObject[s.y][s.x],n=this._wwaData.mapAttribute[i][o.ATR_TYPE],h=this._camera.getPosition(),u=h.getPartsCoord().x,c=h.getPartsCoord().y;if(i===0&&!this.isOldMap()||n===o.MAP_WALL)return!1;var l=s.x-u+1,f=s.y-c+1;if(0<=l&&0<=f&&l<a.length&&f<a.length){if(a[f][l]!==0)return!1}else if(r!==0)return!1;if(e){if(this._player.getPosition().getNextJustPosition().getPartsCoord().equals(s))return!1}else if(this._player.getPosition().getPartsCoord().equals(s))return!1;return!0}_setObjectsInNextFrame(e,s,a,i,r,n){var h=s.x-a+1,u=s.y-i+1;0<=s.x&&s.x<=this._wwaData.mapWidth&&0<=s.y&&s.y<=this._wwaData.mapWidth&&(0<=h&&h<r.length&&0<=u&&u<r.length&&(r[e.y-i+1][e.x-a+1]=0,r[s.y-i+1][s.x-a+1]=n,this.hoge[s.y-i+1][s.x-a+1]=n),this._objectMovingDataManager.add(n,e.convertIntoPosition(this),s.convertIntoPosition(this),e.getDirectionTo(s)))}launchBattleEstimateWindow(){const e=this._camera.getPosition().getPartsCoord(),s=Math.max(0,e.x),a=Math.min(this._wwaData.mapWidth-1,e.x+o.H_PARTS_NUM_IN_WINDOW-1),i=Math.max(0,e.y),r=Math.min(this._wwaData.mapWidth-1,e.y+o.V_PARTS_NUM_IN_WINDOW-1),n=[];this.playSound(de.DECISION);for(let u=s;u<=a;u++)for(let c=i;c<=r;c++){const l=this._wwaData.mapObject[c][u];this._wwaData.objectAttribute[l][o.ATR_TYPE]!==o.OBJECT_MONSTER||n.find(f=>f.partsID===l)||n.push(this._createMonster(l,new Y(u,c)))}if(this._bottomButtonType===Ye.BATTLE_REPORT&&O(ue[se.GOTO_WWA]).classList.add("onpress"),n.length===0)return O(ue[se.GOTO_WWA]).classList.remove("onpress"),this.hideBattleEstimateWindow(),!1;this._battleEstimateWindow.update(this._player.getStatus(),n,(u,c)=>this._player.calcBattleResultForPlayerTurn(u,c.status,!0),(u,c)=>this._player.calcBattleResultForEnemyTurn(u.status,c,!0),this.isUsingDefaultDamageCalcFunction()),this._battleEstimateWindow.show(),this._player.setEstimateWindowWating();const h=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_BATTLE_REPORT;return h&&this.evalCalcWwaNodeGenerator.evalWwaNode(h),!0}isUsingDefaultDamageCalcFunction(){return this.getUserDefinedDamageFunctionNode("enemyToPlayer")===void 0&&this.getUserDefinedDamageFunctionNode("playerToEnemy")===void 0}_createMonster(e,s,a){return new Oa(e,s,new Y(this._wwaData.objectAttribute[e][o.ATR_X],this._wwaData.objectAttribute[e][o.ATR_Y]),new Ae(this._wwaData.objectAttribute[e][o.ATR_ENERGY],this._wwaData.objectAttribute[e][o.ATR_STRENGTH],this._wwaData.objectAttribute[e][o.ATR_DEFENCE],this._wwaData.objectAttribute[e][o.ATR_GOLD]),this._wwaData.message[this._wwaData.objectAttribute[e][o.ATR_STRING]],this._wwaData.objectAttribute[e][o.ATR_ITEM],a)}hideBattleEstimateWindow(){this._battleEstimateWindow.hide(),this._player.clearEstimateWindowWaiting(),O(ue[se.GOTO_WWA]).classList.remove("onpress"),this._dispatchWindowClosedTimeRequests()}hidePasswordWindow(e=!1){if(this._passwordWindow.hide(),e||this._passwordWindow.mode===Ss.SAVE){this._player.clearPasswordWindowWaiting(),this._dispatchWindowClosedTimeRequests();return}try{var s=this._quickLoad(!1,this._passwordWindow.password,!1)}catch(a){this._player.clearPasswordWindowWaiting(),this._dispatchWindowClosedTimeRequests(),alert(`セーブデータの復元に失敗しました。
|
|
129
|
+
予めご了承ください。`);console.log(`Valid Password!`)}return n&&this._applyQuickLoad(r),r}_applyQuickLoad(e){this._userVar.named=e.userNamedVar,this._userVar.numbered=e.userVar,this._player.setEnergyMax(e.statusEnergyMax),this._player.setEnergy(e.statusEnergy),this._player.setStrength(e.statusStrength),this._player.setDefence(e.statusDefence),this._player.setGold(e.statusGold),this._player.setMoveCount(e.moves),this._player.setFrameCount(e.frameCount),this._player.clearItemBox();for(var t=0;t<e.itemBox.length;t++)this._player.addItem(e.itemBox[t],t+1,!0);this._player.systemJumpTo(new C(this,e.playerX,e.playerY,0,0)),e.bgm===0?this.playSound(p.NO_SOUND):this.playSound(e.bgm,{bgmDelayDurationMs:e.bgmDelayDurationMs}),this.setImgClick(new S(e.imgClickX,e.imgClickY)),this.getObjectIdByPosition(this._player.getPosition())!==0&&this._player.setPartsAppearedFlag(),this._clearAllRequests(),this._playTimeCalculator=new je(e.playTime),this._wwaData=e,this._mapIDTableCreate(),this._replaceAllRandomObjects(),this.setStatusIconCoord(de.ENERGY,new S(e.imgStatusEnergyX,e.imgStatusEnergyY)),this.setStatusIconCoord(de.STRENGTH,new S(e.imgStatusStrengthX,e.imgStatusStrengthY)),this.setStatusIconCoord(de.DEFENCE,new S(e.imgStatusDefenceX,e.imgStatusDefenceY)),this.setStatusIconCoord(de.GOLD,new S(e.imgStatusGoldX,e.imgStatusGoldY)),this.setWideCellCoord(new S(e.imgWideCellX,e.imgWideCellY)),this.setItemboxBackgroundPosition({x:e.imgItemboxX,y:e.imgItemboxY}),this.setFrameCoord(new S(e.imgFrameX,e.imgFrameY)),this.setPlayerSpeedIndex(e.gameSpeedIndex),this.updateCSSRule(),this.updateEffect(),this._cgManager.restorePictures(this._wwaData.pictureRegistry),this.updateAllPicturesCache(),this._player.updateStatusValueBox(),this._wwaSave.quickSaveButtonUpdate(this._wwaData)}_mapIDTableCreate(){var e;for(this._mapIDTable=[],this._mapObjectIDTable=[],e=0;e<this._wwaData.mapPartsMax;e++)this._mapIDTable[e]=[];for(e=0;e<this._wwaData.objPartsMax;e++)this._mapObjectIDTable[e]=[];for(var t=0;t<this._wwaData.mapWidth;t++)for(var n=0;n<this._wwaData.mapWidth;n++){var r=n<<we.BITSHIFT|t;e=this._wwaData.map[n][t],this._mapIDTable[e]instanceof Array||(this._mapIDTable[e]=[]),this._mapIDTable[e].push(r),e=this._wwaData.mapObject[n][t],this._mapObjectIDTable[e]instanceof Array||(this._mapObjectIDTable[e]=[]),this._mapObjectIDTable[e].push(r)}}restartGame(){this._quickLoad(!0)}_fadeout(e){var t=0,n=L.MAP_WINDOW_WIDTH,r=L.FADEOUT_SPEED,i=H(`wwa-fader`);i.style.display=`block`;var a=setInterval(()=>{if(t+=r,n-=r*2,n<=0||t*2>L.MAP_WINDOW_WIDTH){i.removeAttribute(`style`),i.style.display=`block`,i.style.borderWidth=`0`,i.style.width=L.MAP_WINDOW_WIDTH+`px`,i.style.height=L.MAP_WINDOW_HEIGHT+`px`,i.style.backgroundColor=`#808080`,clearInterval(a),e();return}i.style.width=n+`px`,i.style.height=n+`px`,i.style.borderWidth=t+`px`},20)}moveObjects(e){var t=this._camera.getPosition();this._player.getPosition(),t.getPartsCoord();var n=t.getPartsCoord().x,r=t.getPartsCoord().y,i,a,o;if(!(this.getMapAttributeByPosition(this._player.getPosition(),L.ATR_TYPE)===L.MAP_LOCALGATE||this.getObjectAttributeByPosition(this._player.getPosition(),L.ATR_TYPE)===L.OBJECT_LOCALGATE)){for(i=Array(L.V_PARTS_NUM_IN_WINDOW+2),this.hoge=Array(L.V_PARTS_NUM_IN_WINDOW+2),o=-1;o<=L.V_PARTS_NUM_IN_WINDOW;o++)for(i[o+1]=Array(L.H_PARTS_NUM_IN_WINDOW+2),this.hoge[o+1]=Array(L.H_PARTS_NUM_IN_WINDOW+2),a=-1;a<=L.H_PARTS_NUM_IN_WINDOW;a++){if(r+o<0||r+o>=this._wwaData.mapWidth||n+a<0||n+a>=this._wwaData.mapWidth){i[o+1][a+1]=0,this.hoge[o+1][a+1]=0;continue}try{var s=new C(this,n+a,r+o,0,0),c=s.getPartsCoord()}catch{i[o+1][a+1]=0,this.hoge[o+1][a+1]=0;continue}this._wwaData.mapObject[c.y][c.x],i[o+1][a+1]=this._wwaData.mapObject[c.y][c.x],this.hoge[o+1][a+1]=-this._wwaData.mapObject[c.y][c.x]}for(a=-1;a<=L.H_PARTS_NUM_IN_WINDOW;a++)if(!(n+a<0||n+a>=this._wwaData.mapWidth)){for(o=-1;o<=L.V_PARTS_NUM_IN_WINDOW;o++)if(!(r+o<0||r+o>=this._wwaData.mapWidth)){try{var s=new C(this,n+a,r+o,0,0),c=s.getPartsCoord()}catch{continue}var l=this._wwaData.mapObject[c.y][c.x];if(!(l===0||this._wwaData.objectAttribute[l][L.ATR_MOVE]===se.STATIC||this._wwaData.objectAttribute[l][L.ATR_TYPE]===L.OBJECT_LOCALGATE||this._wwaData.objectAttribute[l][L.ATR_TYPE]===L.OBJECT_RANDOM)&&!(this._wwaData.objectAttribute[l][L.ATR_MOVE]!==se.CHASE_PLAYER&&this._wwaData.objectAttribute[l][L.ATR_MOVE]!==se.RUN_OUT&&this._wwaData.objectAttribute[l][L.ATR_MOVE]!==se.HANG_AROUND)){var u=this._wwaData.objectAttribute[l][L.ATR_MOVE];if(u!==se.HANG_AROUND){var d=this._getCandidateCoord(e,s,u),f=new S(d.x,c.y),p=new S(c.x,d.y),m=null,h;if(this._objectCanMoveTo(e,d,i))this._setObjectsInNextFrame(c,d,n,r,i,l);else{var g=this._getSecondCandidateMoveMode(e,c,d,f,p,this._wwaData.objectAttribute[l][L.ATR_TYPE]===L.OBJECT_MONSTER,i);g===ce.MODE_X?this._setObjectsInNextFrame(c,f,n,r,i,l):g===ce.MODE_Y?this._setObjectsInNextFrame(c,p,n,r,i,l):(m=this._getThirdCandidate(e,s,d,u,i),m!==null&&!this._wwaData.isOldMove?this._setObjectsInNextFrame(c,m,n,r,i,l):(h=this._getRandomMoveCoord(e,s,i),this._setObjectsInNextFrame(c,h,n,r,i,l)))}}else h=this._getRandomMoveCoord(e,s,i),this._setObjectsInNextFrame(c,h,n,r,i,l)}}}}}_getCandidateCoord(e,t,n){var r=t.getPartsCoord();this._player.getPosition().getOffsetCoord(),this._player.getPosition().getPartsCoord();try{var i=e?this._player.getPosition().getNextJustPosition().getPartsCoord():this._player.getPosition().getPartsCoord()}catch{throw Error(`予期せぬ方向への移動のようです。`)}var a=r.clone(),o=0,s=0;return n===se.CHASE_PLAYER?(o=r.x>i.x?-1:+(r.x<i.x),s=r.y>i.y?-1:+(r.y<i.y)):n===se.RUN_OUT&&(o=r.x>i.x?1:r.x<i.x?-1:0,s=r.y>i.y?1:r.y<i.y?-1:0),a.x+=o,a.y+=s,a.x=Math.min(this._wwaData.mapWidth-1,Math.max(0,a.x)),a.y=Math.min(this._wwaData.mapWidth-1,Math.max(0,a.y)),a}_getSecondCandidateMoveMode(e,t,n,r,i,a,o){return e&&((this._player.getDir()===T.UP||this._player.getDir()===T.DOWN)&&a||(this._player.getDir()===T.LEFT||this._player.getDir()===T.RIGHT)&&!a)?this._objectCanMoveTo(e,i,o)?ce.MODE_Y:this._objectCanMoveTo(e,r,o)?ce.MODE_X:ce.UNDECIDED:this._objectCanMoveTo(e,r,o)?ce.MODE_X:this._objectCanMoveTo(e,i,o)?ce.MODE_Y:ce.UNDECIDED}_getThirdCandidate(e,t,n,r,i){var a=r===se.CHASE_PLAYER?1:r===se.RUN_OUT?-1:0,o=e?this._player.getPosition().getNextJustPosition().getPartsCoord():this._player.getPosition().getPartsCoord(),s=t.getPartsCoord(),c;return o.x!==s.x&&(c=new S(n.x,s.y+1*a),this._objectCanMoveTo(e,c,i)||(c=new S(n.x,s.y-1*a),this._objectCanMoveTo(e,c,i))||(c=new S(s.x,s.y+1*a),this._objectCanMoveTo(e,c,i))||(c=new S(s.x,s.y-1*a),this._objectCanMoveTo(e,c,i)))||o.y!==s.y&&(c=new S(s.x+1*a,n.y),this._objectCanMoveTo(e,c,i)||(c=new S(s.x-1*a,n.y),this._objectCanMoveTo(e,c,i))||(c=new S(s.x+1*a,s.y),this._objectCanMoveTo(e,c,i))||(c=new S(s.x-1*a,s.y),this._objectCanMoveTo(e,c,i)))?c:null}_getRandomMoveCoord(e,t,n){let r=t.getPartsCoord(),i=r.clone(),a=this._wwaData.isOldMove?L.RANDOM_MOVE_ITERATION_NUM_BEFORE_V31:L.RANDOM_MOVE_ITERATION_NUM;for(let t=0;t<a;t++){let t=[-1,1,0,0,-1,-1,1,1],a=[0,0,1,-1,1,-1,1,-1],o=Math.floor(Math.random()*t.length);if(i.x=r.x+t[o],i.y=r.y+a[o],this._objectCanMoveTo(e,i,n))return i}return r}isPrevFrameEventExecuted(){return this._prevFrameEventExected}_objectCanMoveTo(e,t,n){if(t.x<0||t.y<0||this._wwaData.mapWidth<=t.x||this._wwaData.mapWidth<=t.y)return!1;var r=this._wwaData.map[t.y][t.x],i=this._wwaData.mapObject[t.y][t.x],a=this._wwaData.mapAttribute[r][L.ATR_TYPE],o=this._camera.getPosition(),s=o.getPartsCoord().x,c=o.getPartsCoord().y;if(r===0&&!this.isOldMap()||a===L.MAP_WALL)return!1;var l=t.x-s+1,u=t.y-c+1;if(0<=l&&0<=u&&l<n.length&&u<n.length){if(n[u][l]!==0)return!1}else if(i!==0)return!1;if(e){if(this._player.getPosition().getNextJustPosition().getPartsCoord().equals(t))return!1}else if(this._player.getPosition().getPartsCoord().equals(t))return!1;return!0}_setObjectsInNextFrame(e,t,n,r,i,a){var o=t.x-n+1,s=t.y-r+1;0<=t.x&&t.x<=this._wwaData.mapWidth&&0<=t.y&&t.y<=this._wwaData.mapWidth&&(0<=o&&o<i.length&&0<=s&&s<i.length&&(i[e.y-r+1][e.x-n+1]=0,i[t.y-r+1][t.x-n+1]=a,this.hoge[t.y-r+1][t.x-n+1]=a),this._objectMovingDataManager.add(a,e.convertIntoPosition(this),t.convertIntoPosition(this),e.getDirectionTo(t)))}launchBattleEstimateWindow(){let e=this._camera.getPosition().getPartsCoord(),t=Math.max(0,e.x),n=Math.min(this._wwaData.mapWidth-1,e.x+L.H_PARTS_NUM_IN_WINDOW-1),r=Math.max(0,e.y),i=Math.min(this._wwaData.mapWidth-1,e.y+L.V_PARTS_NUM_IN_WINDOW-1),a=[];this.playDecisionSound();for(let e=t;e<=n;e++)for(let t=r;t<=i;t++){let n=this._wwaData.mapObject[t][e];this._wwaData.objectAttribute[n][L.ATR_TYPE]!==L.OBJECT_MONSTER||a.find(e=>e.partsID===n)||a.push(this._createMonster(n,new S(e,t)))}if(this._bottomButtonType===w.BATTLE_REPORT&&H(F[P.GOTO_WWA]).classList.add(`onpress`),a.length===0)return H(F[P.GOTO_WWA]).classList.remove(`onpress`),this.hideBattleEstimateWindow(),!1;this._battleEstimateWindow.update(this._player.getStatus(),a,(e,t)=>this._player.calcBattleResultForPlayerTurn(e,t.status,!0),(e,t)=>this._player.calcBattleResultForEnemyTurn(e.status,t,!0),this.isUsingDefaultDamageCalcFunction()),this._battleEstimateWindow.show(),this._player.setEstimateWindowWating();let o=this.userDefinedFunctions&&this.userDefinedFunctions.CALL_BATTLE_REPORT;return o&&this.evalCalcWwaNodeGenerator.evalWwaNode(o),!0}isUsingDefaultDamageCalcFunction(){return this.getUserDefinedDamageFunctionNode(`enemyToPlayer`)===void 0&&this.getUserDefinedDamageFunctionNode(`playerToEnemy`)===void 0}_createMonster(e,t,n){return new Zn(e,t,new S(this._wwaData.objectAttribute[e][L.ATR_X],this._wwaData.objectAttribute[e][L.ATR_Y]),new x(this._wwaData.objectAttribute[e][L.ATR_ENERGY],this._wwaData.objectAttribute[e][L.ATR_STRENGTH],this._wwaData.objectAttribute[e][L.ATR_DEFENCE],this._wwaData.objectAttribute[e][L.ATR_GOLD]),this._wwaData.message[this._wwaData.objectAttribute[e][L.ATR_STRING]],this._wwaData.objectAttribute[e][L.ATR_ITEM],n)}hideBattleEstimateWindow(){this._battleEstimateWindow.hide(),this._player.clearEstimateWindowWaiting(),H(F[P.GOTO_WWA]).classList.remove(`onpress`),this._dispatchWindowClosedTimeRequests()}hidePasswordWindow(e=!1){if(this._passwordWindow.hide(),e||this._passwordWindow.mode===Dr.SAVE){this._player.clearPasswordWindowWaiting(),this._dispatchWindowClosedTimeRequests();return}try{var t=this._quickLoad(!1,this._passwordWindow.password,!1)}catch(e){this._player.clearPasswordWindowWaiting(),this._dispatchWindowClosedTimeRequests(),alert(`セーブデータの復元に失敗しました。
|
|
158
130
|
エラー詳細:
|
|
159
|
-
`+
|
|
160
|
-
`,
|
|
161
|
-
`;else if(
|
|
131
|
+
`+e.message);return}this._passwordLoadExecInNextFrame=!0,this._passwordSaveExtractData=t}_displayUserVars(){if(!this._canDisplayUserVars||!this._inlineUserVarViewer)return;let e=``;if(this._inlineUserVarViewer.isVisible=!0,this._player.isControllable()){let t=[...this._userVar.named];if(this._inlineUserVarViewer.kind===`named`)if(e=`名前つき変数一覧
|
|
132
|
+
`,t.length===0)e+=`名前つき変数はありません
|
|
133
|
+
`;else if(t.length<=L.INLINE_USER_VAR_VIEWER_DISPLAY_NUM)e+=t.map(([e,t])=>`${e}: ${Je(t)}`).join(`
|
|
162
134
|
`),e+=`
|
|
163
|
-
`;else for(let
|
|
164
|
-
|
|
165
|
-
`,this._userVarNameListRequestError&&(this._userVarNameListRequestError.kind==="noFileSpecified"?e+=this._userVarNameListRequestError.errorMessage+`
|
|
135
|
+
`;else for(let n=0;n<L.INLINE_USER_VAR_VIEWER_DISPLAY_NUM;n++){let r=(this._inlineUserVarViewer.topUserVarIndex[this._inlineUserVarViewer.kind]+n)%t.length;e+=`${t[r][0]}: ${Je(t[r][1],!0)}\n`}else if(this._inlineUserVarViewer.kind===`numbered`){e=`変数一覧
|
|
136
|
+
`,this._userVarNameListRequestError&&(this._userVarNameListRequestError.kind===`noFileSpecified`?e+=this._userVarNameListRequestError.errorMessage+`
|
|
166
137
|
`:(e+=`【変数名取得失敗】
|
|
167
138
|
`,e+=` すべての変数を名無しとしています。
|
|
168
|
-
`,e+=` エラー詳細: ${this._userVarNameListRequestError.errorMessage}
|
|
169
|
-
`));for(let a=0;a<o.INLINE_USER_VAR_VIEWER_DISPLAY_NUM;a++){let i=(this._inlineUserVarViewer.topUserVarIndex[this._inlineUserVarViewer.kind]+a)%o.USER_VAR_NUM;const r=this._userVarNameList&&this._userVarNameList[i]?this._userVarNameList[i]:"名無し",n=`変数 ${i}: ${r}`;e+=`${n}: ${Tt(this._userVar.numbered[i],!0)}
|
|
170
|
-
`}}e+=`
|
|
139
|
+
`,e+=` エラー詳細: ${this._userVarNameListRequestError.errorMessage}\n`));for(let t=0;t<L.INLINE_USER_VAR_VIEWER_DISPLAY_NUM;t++){let n=(this._inlineUserVarViewer.topUserVarIndex[this._inlineUserVarViewer.kind]+t)%L.USER_VAR_NUM,r=`変数 ${n}: ${this._userVarNameList&&this._userVarNameList[n]?this._userVarNameList[n]:`名無し`}`;e+=`${r}: ${Je(this._userVar.numbered[n],!0)}\n`}}e+=`
|
|
171
140
|
操作方法
|
|
172
141
|
`,e+=`上キー:1つ戻す 下キー:1つ進める
|
|
173
142
|
`,e+=`左キー:10個戻す 右キー:10個進める
|
|
174
|
-
`,e
|
|
143
|
+
`,e+=`Vキー: 名前付き変数/通常変数の切り替え`,this.registerSystemMessagePage(e)}}_displayHelp(){if(this._player.isControllable()){let t=this._playTimeCalculator?.calculatePlayTimeFormat();var e=``;switch(this.userDevice.device){case re.GAME:switch(this.userDevice.os){case M.NINTENDO:e=` 【操作方法】
|
|
175
144
|
A:Yes,戦闘結果予測の表示
|
|
176
145
|
B:No
|
|
177
146
|
X:メニュー
|
|
@@ -181,8 +150,8 @@ JSON PARSE FAILED`)}if(i.isCompress){delete i.isCompress;const[r,n]=st.decompres
|
|
|
181
150
|
ZR:一時保存データの読み込み
|
|
182
151
|
+: 移動速度を上げる
|
|
183
152
|
-: 移動速度を落とす
|
|
184
|
-
WWA Wing バージョン:4.0.
|
|
185
|
-
マップデータ バージョン: `+Math.floor(this._wwaData.version/10)
|
|
153
|
+
WWA Wing バージョン:4.0.3
|
|
154
|
+
マップデータ バージョン: `+Math.floor(this._wwaData.version/10)+`.`+this._wwaData.version%10;break;case M.PLAY_STATION:e=` 【操作方法】
|
|
186
155
|
〇:Yes,戦闘結果予測の表示
|
|
187
156
|
×:No
|
|
188
157
|
△:メニュー
|
|
@@ -193,9 +162,9 @@ JSON PARSE FAILED`)}if(i.isCompress){delete i.isCompress;const[r,n]=st.decompres
|
|
|
193
162
|
OPTIONS: 移動速度を上げる
|
|
194
163
|
SHARE: 移動速度を落とす
|
|
195
164
|
現在の移動回数:`+this._player.getMoveCount()+`
|
|
196
|
-
`+(
|
|
197
|
-
|
|
198
|
-
マップデータ バージョン: `+Math.floor(this._wwaData.version/10)
|
|
165
|
+
`+(t?` プレイ時間:`+t+`
|
|
166
|
+
`:``)+` WWA Wing バージョン:4.0.3
|
|
167
|
+
マップデータ バージョン: `+Math.floor(this._wwaData.version/10)+`.`+this._wwaData.version%10;break;case M.XBOX:e=` 【操作方法】
|
|
199
168
|
B:Yes,戦闘結果予測の表示
|
|
200
169
|
A:No
|
|
201
170
|
Y:メニュー
|
|
@@ -206,9 +175,9 @@ SHARE: 移動速度を落とす
|
|
|
206
175
|
MENU: 移動速度を上げる
|
|
207
176
|
WINDOW: 移動速度を落とす
|
|
208
177
|
現在の移動回数:`+this._player.getMoveCount()+`
|
|
209
|
-
`+(
|
|
210
|
-
|
|
211
|
-
マップデータ バージョン: `+Math.floor(this._wwaData.version/10)
|
|
178
|
+
`+(t?` プレイ時間:`+t+`
|
|
179
|
+
`:``)+` WWA Wing バージョン:4.0.3
|
|
180
|
+
マップデータ バージョン: `+Math.floor(this._wwaData.version/10)+`.`+this._wwaData.version%10;break;default:return}break;case re.SP:return;case re.VR:return;case re.PC:e=` 【操作方法】
|
|
212
181
|
F1、M:戦闘結果予測の表示
|
|
213
182
|
F3:復帰用パスワード入力
|
|
214
183
|
F4:復帰用パスワード表示
|
|
@@ -223,24 +192,24 @@ WINDOW: 移動速度を落とす
|
|
|
223
192
|
I: 移動速度を落とす/
|
|
224
193
|
F2、P: 移動速度を上げる
|
|
225
194
|
現在の移動回数:`+this._player.getMoveCount()+`
|
|
226
|
-
`+(
|
|
227
|
-
|
|
228
|
-
マップデータ バージョン: `+Math.floor(this._wwaData.version/10)
|
|
229
|
-
background-color: rgba(${this._wwaData.frameColorR}, ${this._wwaData.frameColorG}, ${this._wwaData.frameColorB}, ${
|
|
195
|
+
`+(t?` プレイ時間:`+t+`
|
|
196
|
+
`:``)+` WWA Wing バージョン:4.0.3
|
|
197
|
+
マップデータ バージョン: `+Math.floor(this._wwaData.version/10)+`.`+this._wwaData.version%10;break;default:return}e&&this.registerSystemMessagePage(e)}}_setNextPage(){if(this._clearFacesInNextFrame=!0,this._scoreWindow.isVisible()&&this._scoreWindow.hide(),this._isLastPage&&this._reservedMoveMacroTurn!==void 0&&(this._player.setMoveMacroWaiting(this._reservedMoveMacroTurn),this._reservedMoveMacroTurn=void 0),this._pages.length===0){let{newPageGenerated:e}=this._hideMessageWindow();e||(this.clearFaces(),this._dispatchWindowClosedTimeRequests())}else this._shouldSetNextPage=!0;this._inlineUserVarViewer&&(this._inlineUserVarViewer.isVisible=!1)}_hideMessageWindow(){let e=this._player.isReadyToUseItem()?this._player.useItem():0,t=this.getObjectAttributeById(e,L.ATR_STRING);return t===0?(this._messageWindow.isVisible()&&(this._player.setDelayFrame(),this._messageWindow.hide(),this._keyStore.allClear(),this._mouseStore.clear()),this._player.clearMessageWaiting(),{newPageGenerated:!1}):(this.registerPageByMessage(this.getMessageById(t),{triggerParts:{id:e,type:A.OBJECT,position:this._player.getPosition().getPartsCoord()}}),{newPageGenerated:this._pages.length!==0})}getPlayerPositon(){return this._player.getPosition()}loadMapPartsObjectID(e){return e|=0,e<0||e>=this._wwaData.objPartsMax?0:e}loadMapPartsID(e){return e|=0,e<0||e>=this._wwaData.mapPartsMax?0:e}replaceParts(e,t,n=A.OBJECT,r=!1){var i=this._camera.getPosition().getPartsCoord(),a=r?Math.max(0,i.x):0,o=r?Math.min(this._wwaData.mapWidth-1,i.x+L.H_PARTS_NUM_IN_WINDOW-1):this._wwaData.mapWidth-1,s=r?Math.max(0,i.y):0,c=r?Math.min(this._wwaData.mapWidth-1,i.y+L.V_PARTS_NUM_IN_WINDOW)-1:this._wwaData.mapWidth-1;r=a!==0||o!==this._wwaData.mapWidth-1||s!==0||c!==this._wwaData.mapWidth-1;var l,u,d,f,p,m,h,g;if(n===A.OBJECT)if(e=this.loadMapPartsObjectID(e),t=this.loadMapPartsObjectID(t),f=this._mapObjectIDTable[e].concat(),h=this._mapObjectIDTable[e],h.length=0,g=this._mapObjectIDTable[t],u=f.length,r)for(d=0;d<u;d++)l=f[d],p=l&we.BITMASK,m=l>>>we.BITSHIFT&we.BITMASK,a<=p&&p<=o&&s<=m&&m<=c?(this._wwaData.mapObject[m][p]=t,g.push(l)):h.push(l);else{for(d=0;d<u;d++)l=f[d],p=l&we.BITMASK,m=l>>>we.BITSHIFT&we.BITMASK,this._wwaData.mapObject[m][p]=t;Array.prototype.push.apply(g,f)}else if(e=this.loadMapPartsID(e),t=this.loadMapPartsID(t),f=this._mapIDTable[e].concat(),h=this._mapIDTable[e],h.length=0,g=this._mapIDTable[t],u=f.length,r)for(d=0;d<u;d++)l=f[d],p=l&we.BITMASK,m=l>>>we.BITSHIFT&we.BITMASK,a<=p&&p<=o&&s<=m&&m<=c?(this._wwaData.map[m][p]=t,g.push(l)):h.push(l);else{for(d=0;d<u;d++)l=f[d],p=l&we.BITMASK,m=l>>>we.BITSHIFT&we.BITMASK,this._wwaData.map[m][p]=t;Array.prototype.push.apply(g,f)}}getYesNoImgCoord(){return new S(this._wwaData.yesnoImgPosX,this._wwaData.yesnoImgPosY)}setYesNoImgCoord(e){return this._wwaData.yesnoImgPosX=e.x,this._wwaData.yesnoImgPosY=e.y,e}getPlayerImgCoord(){return new S(this._wwaData.playerImgPosX,this._wwaData.playerImgPosY)}setPlayerImgCoord(e){return this._wwaData.playerImgPosX=e.x,this._wwaData.playerImgPosY=e.y,e}setPlayerEnergyMax(e){return this._player.setEnergyMax(this.toValidStatusValue(e))}getMapPartsNum(){return this._wwaData.mapPartsMax}getObjectPartsNum(){return this._wwaData.objPartsMax}setMoveMacroWaitingToPlayer(e){this._reservedMoveMacroTurn=e}disableSave(e){return this._wwaData.disableSaveFlag=e,this._wwaSave.quickSaveButtonUpdate(this._wwaData),e}isOldMap(){return this._wwaData.isOldMap}setOldMap(e){return this._wwaData.isOldMap=e}setObjectNotCollapseOnPartsOnPlayer(e){return this._wwaData.objectNoCollapseDefaultFlag=e}setGameOverPosition(e){if(e.x<0||e.x>=this.getMapWidth()||e.y<0||e.y>=this.getMapWidth())throw Error(`マップの範囲外が指定されています!`);return this._wwaData.gameoverX=e.x,this._wwaData.gameoverY=e.y,e}getGemeOverPosition(){return new S(this._wwaData.gameoverX,this._wwaData.gameoverY)}toValidStatusValue(e){return this.isNotNumberTypeOrNaN(e)||e<0?0:Math.floor(e)}setPlayerStatus(e,t,n){if(e===ue.ENERGY){if(this._player.setEnergy(this.toValidStatusValue(t)),this._player.isDead()&&this.shouldApplyGameOver({isCalledByMacro:n}))return this.gameover(),{isGameOver:!0}}else if(e===ue.STRENGTH)this._player.setStrength(this.toValidStatusValue(t));else if(e===ue.DEFENCE)this._player.setDefence(this.toValidStatusValue(t));else if(e===ue.GOLD)this._player.setGold(this.toValidStatusValue(t));else if(e===ue.MOVES)this._player.setMoveCount(this.toValidStatusValue(t));else throw Error(`未定義のステータスタイプです`);return{}}setDelPlayer(e){return this._wwaData.delPlayerFlag=e}setPlayerGetItem(e,t){try{this._player.addItem(t,e,!0)}catch{}}setStatusIconCoord(e,t){let n=t.x*L.CHIP_SIZE,r=t.y*L.CHIP_SIZE,i=e=>{let t=Ve(`${e}>.status-icon`);t.style.backgroundPosition=`-${n}px -${r}px`};switch(e){case de.ENERGY:this._wwaData.imgStatusEnergyX=t.x,this._wwaData.imgStatusEnergyY=t.y,i(`#disp-energy`);break;case de.STRENGTH:this._wwaData.imgStatusStrengthX=t.x,this._wwaData.imgStatusStrengthY=t.y,i(`#disp-strength`);break;case de.DEFENCE:this._wwaData.imgStatusDefenceX=t.x,this._wwaData.imgStatusDefenceY=t.y,i(`#disp-defence`);break;case de.GOLD:this._wwaData.imgStatusGoldX=t.x,this._wwaData.imgStatusGoldY=t.y,i(`#disp-gold`);break;default:throw Error(`種別が不正です。`)}return t.clone()}setWideCellCoord(e){this._wwaData.imgWideCellX=e.x,this._wwaData.imgWideCellY=e.y;let t=e.x*L.CHIP_SIZE,n=e.y*L.CHIP_SIZE;return Array.prototype.forEach.call(He(`div.wide-cell-row`),e=>{e.style.backgroundPosition=`-`+t+`px -`+n+`px`}),e.clone()}setFrameCoord(e){return this._wwaData.imgFrameX=e.x,this._wwaData.imgFrameY=e.y,this._cgManager.setFrameImage(e),e.clone()}setBattleEffectCoord(e){return this._battleEffectCoord=e.clone()}canInput(){return!this._temporaryInputDisable&&!this._cgManager.picture.isWaiting()}setEffect(e,t){this._wwaData.effectWaits=e,this._wwaData.effectCoords=t,this.updateEffect()}stopEffect(){this._wwaData.effectCoords=[],this.updateEffect()}updateEffect(){this._cgManager.updateEffects(this._wwaData.effectCoords)}updateAllPicturesCache(){this._cgManager.updateAllPicturesCache(this._isMainAnimation())}updatePicturesAnimation(){this._player.isPausing()||this._cgManager.updatePicturesAnimation(this._isMainAnimation())}setImgClick(e){if(this._wwaData.imgClickX=e.x,this._wwaData.imgClickY=e.y,e.equals(new S(0,0)))Array.prototype.forEach.call(He(`.item-cell>.item-click-border`),e=>{e.style.backgroundImage=`url('`+L.ITEM_BORDER_IMG_DATA_URL+`')`,e.style.backgroundPosition=`0 0`});else{var t=this._wwaData.mapCGName.replace(`(`,`\\(`).replace(`)`,`\\)`);Array.prototype.forEach.call(He(`.item-cell>.item-click-border`),n=>{n.style.backgroundImage=`url('`+t+`')`,n.style.backgroundPosition=`-`+e.x*L.CHIP_SIZE+`px -`+e.y*L.CHIP_SIZE+`px`})}}addFace(e){this._faces.push(e),this._messageWindow.setPositionByPlayerPosition(this._faces.length!==0,this._scoreWindow.isVisible(),!1,this._player.getPosition(),this._camera.getPosition())}clearFaces(){this._faces=[]}updateItemEffectEnabled(e){this._wwaData.isItemEffectEnabled=e}setOldMove(e){this._wwaData.isOldMove=e}setGameOverPolicy(e){switch(e){case 0:this._wwaData.gameOverPolicy=`default`;return;case 1:this._wwaData.gameOverPolicy=`never`;return;case 2:this._wwaData.gameOverPolicy=`except-macro`;return;default:return}}setBgmDelay(e){this._wwaData.bgmDelayDurationMs=e}setPictureRegistry(e,t,n,r,i){let a=n===A.OBJECT?this._wwaData.objectAttribute[t]:n===A.MAP?this._wwaData.mapAttribute[t]:null;if(a===null)throw Error(`対応していないパーツ番号です。`);let o=this.getMessageById(a[L.ATR_STRING]);if(!o)throw n===A.OBJECT?Error(`物体パーツ ${t} 番に対応したテキストが見つかりませんでした。`):Error(`背景パーツ ${t} 番に対応したテキストが見つかりませんでした。`);let s=this._returnEvalString(`(`+o+`)`),c=this._cgManager.picture.registerPictureFromRawRegistry({layerNumber:e,imgPosX:(a[L.ATR_X]??0)/L.CHIP_SIZE,imgPosX2:(a[L.ATR_X2]??0)/L.CHIP_SIZE,imgPosY:(a[L.ATR_Y]??0)/L.CHIP_SIZE,imgPosY2:(a[L.ATR_Y2]??0)/L.CHIP_SIZE,triggerPartsX:r.x,triggerPartsY:r.y,soundNumber:a[L.ATR_SOUND]??0,properties:d(s)},t,n,i);this._wwaData.pictureRegistry=c,this.updateAllPicturesCache()}setPictureRegistryFromRawText(e,t){let n=this._cgManager.picture.registerPictureFromRawText(e,t);this._wwaData.pictureRegistry=n,this.updateAllPicturesCache()}setPictureRegistryFromObject(e,t){let n=this._cgManager.picture.registerPictureFromObject(e,t);this._wwaData.pictureRegistry=n,this.updateAllPicturesCache()}deletePictureRegistry(e){let t=this._cgManager.picture.deletePicture(e);this._wwaData.pictureRegistry=t}clearAllPictures(){this._cgManager.picture.clearAllPictures(),this._wwaData.pictureRegistry=[]}initCSSRule(){this._styleElm=H(L.WWA_STYLE_TAG_ID),this._sheet=this._styleElm.sheet,this.updateCSSRule()}updateCSSRule(){if(this._stylePos===void 0)this._stylePos=[,,];else if(this._sheet.addRule!==void 0)for(var e=0;e<this._stylePos.length;e++)this._sheet.removeRule(this._stylePos[this._styleElm[e]]);else for(var e=0;e<this._stylePos.length;e++)this._sheet.deleteRule(this._stylePos[this._styleElm[e]]);let t=`div.wwa-message-window, div#wwa-text-message-window, div#wwa-battle-estimate, div#wwa-password-window`,n=this._isClassicModeEnable?1:.9,r=`
|
|
198
|
+
background-color: rgba(${this._wwaData.frameColorR}, ${this._wwaData.frameColorG}, ${this._wwaData.frameColorB}, ${n});
|
|
230
199
|
border-color: rgba(${this._wwaData.frameOutColorR}, ${this._wwaData.frameOutColorG}, ${this._wwaData.frameOutColorB}, 1);
|
|
231
200
|
color: rgba(${this._wwaData.fontColorR}, ${this._wwaData.fontColorG}, ${this._wwaData.fontColorB}, 1);
|
|
232
201
|
white-space: pre-wrap;
|
|
233
|
-
`,
|
|
202
|
+
`,i=`div#wwa-sidebar`,a=`
|
|
234
203
|
color: rgba(${this._wwaData.statusColorR}, ${this._wwaData.statusColorG}, ${this._wwaData.statusColorB},1);
|
|
235
204
|
font-weight: bold;
|
|
236
|
-
`;this._sheet.addRule!==void 0?(this._stylePos[qt.MESSAGE_WINDOW]=this._sheet.addRule(s,i),this._stylePos[qt.SIDEBAR]=this._sheet.addRule(r,n)):(this._stylePos[qt.MESSAGE_WINDOW]=this._sheet.insertRule(`${s} { ${i} }`,0),this._stylePos[qt.SIDEBAR]=this._sheet.insertRule(`${r} { ${n} }`,1))}changeStyleRule(e,s,a,i){e===$t.COLOR_FRAME?(this._wwaData.frameColorR=s,this._wwaData.frameColorG=a,this._wwaData.frameColorB=i):e===$t.COLOR_FRAMEOUT?(this._wwaData.frameOutColorR=s,this._wwaData.frameOutColorG=a,this._wwaData.frameOutColorB=i):e===$t.COLOR_STR?(this._wwaData.fontColorR=s,this._wwaData.fontColorG=a,this._wwaData.fontColorB=i):e===$t.COLOR_STATUS_STR&&(this._wwaData.statusColorR=s,this._wwaData.statusColorG=a,this._wwaData.statusColorB=i),this.updateCSSRule()}showMonsterWindow(){this._monsterWindow.show()}isClassicMode(){return this._isClassicModeEnable}isConsoleOutputMode(){return this._useConsole}forcedJumpGate(e,s){this._player.isWaitingMessage()?this._windowCloseWaitingJumpGateRequest={x:e,y:s}:(this._windowCloseWaitingJumpGateRequest=void 0,this._player.jumpTo(new Be(this,e,s,0,0)))}setUserVarIndecies(e,s,a="="){const i=this._userVar.named.get(e[0]),r=e.length-1,n=e.slice(1,r).reduce((c,l)=>bt(c,l),i);let h=s;const u=e[r];if(e.length>1){switch(a){case"=":h=s;break;case"+=":h=bt(n,u)+s;break;case"-=":if(typeof s!="number")throw new TypeError(`その演算子は利用できません: ${a}`);h=bt(n,u)-s;break;case"*=":if(typeof s!="number")throw new TypeError(`その演算子は利用できません: ${a}`);h=bt(n,u)*s;break;case"/=":if(typeof s!="number")throw new TypeError(`その演算子は利用できません: ${a}`);h=bt(n,u)/s;break;default:throw new TypeError(`その演算子は利用できません: ${a}`)}if(Array.isArray(n))if(typeof u=="number")n[u]=h;else throw new TypeError(`配列の添字に数字以外は使えません: ${e[r]}`);else if(typeof n=="object"&&n!==null){const c=String(u);Pi(n,c,h)}else{if(typeof n=="string")throw new TypeError(`文字列 "${n}" の特定の文字を直接書き換えることはできません`);Pi(n,u,h)}this._userVar.named.set(e[0],i)}else throw new Error(`indeciesの引数が足りていません: ${e}`)}setUserVar(e,s,a){const i=(h,u)=>{if(typeof h=="number"){if(typeof u!="number")throw new TypeError("数字index変数への数値以外の代入は今のところできません。あらかじめご了承ください。");this._userVar.numbered[h]=typeof u=="number"?this.toAssignableValue(u):u}else this._userVar.named.set(h,u)},n=(h=>typeof h=="number"?this._userVar.numbered[h]:this._userVar.named.get(h))(e);if(typeof s=="number")switch(a){case"+=":{if(typeof n=="number")i(e,n+s);else if(typeof n=="string")i(e,String(n)+s);else throw new TypeError("boolean に number は足せません");break}case"-=":{if(typeof n=="number")i(e,n-s);else throw new TypeError("string/boolean から number は引けません");break}case"*=":if(typeof n=="number")i(e,n*s);else throw new TypeError("string/boolean に number はかけられません");break;case"/=":if(typeof n=="number")i(e,n/s);else throw new TypeError("string/boolean は number で割れません");break;case"=":default:i(e,s);break}else if(typeof s=="string")switch(a){case"+=":i(e,n+s);break;case"=":i(e,s);break;default:throw new TypeError("文字列を -=, *=, /= で複合代入することはできません")}else switch(a){case"+=":if(typeof n=="string")i(e,n+s);else throw new TypeError("number/boolean に boolean を足せません");break;case"=":i(e,s);break;default:throw new TypeError("booleanを -=, *=, /= で複合代入することはできません")}this._messageWindow.update()}toAssignableValue(e){const s=e>0?Math.floor(e):Math.ceil(e),a=Math.max(Math.min(s,o.USER_VAR_NUM_MAX_VALUE),o.USET_VAR_NUM_MIN_VALUE);return this.isNotNumberTypeOrNaN(a)?0:a}isValidUserVarIndex(e){return typeof e=="number"&&e>=0&&e<o.USER_VAR_NUM&&(e|0)===e}isNotNumberTypeOrNaN(e){return typeof e!="number"||e!==e}getUserVar(e){return this._userVar.numbered[e]}getUserNameVar(e){return this._userVar.named.get(e.toString())}getAllUserNameVar(){return Ct(this._userVar.named)}recUserPosition(e,s){var a=this._player.getPosition().getPartsCoord();this.setUserVar(e,a.x),this.setUserVar(s,a.y)}jumpRecUserPosition(e,s){const a=this._userVar.numbered[e],i=this._userVar.numbered[s];!Ce(a,`v[${e}]`)||Ce(i,`v[${s}]`),this.forcedJumpGate(a,i)}jumpSpecifiedXPos(e){const s=this._player.getPosition().getPartsCoord();this.forcedJumpGate(e,s.y)}jumpSpecifiedYPos(e){const s=this._player.getPosition().getPartsCoord();this.forcedJumpGate(s.x,e)}outputUserVar(e){console.log("Var["+e+"] = "+this._userVar.numbered[e])}setUserVarHP(e){this.setUserVar(e,this._player.getStatus().energy)}setUserVarHPMAX(e){this.setUserVar(e,this._player.getEnergyMax())}setUserVarAT(e,s){switch(s){case"bare":this.setUserVar(e,this._player.getStatusWithoutEquipments().strength);return;case"equipment":this.setUserVar(e,this._player.getStatusOfEquipments().strength);return;case"all":default:this.setUserVar(e,this._player.getStatus().strength);return}}setUserVarDF(e,s){switch(s){case"bare":this.setUserVar(e,this._player.getStatusWithoutEquipments().defence);return;case"equipment":this.setUserVar(e,this._player.getStatusOfEquipments().defence);return;case"all":default:this.setUserVar(e,this._player.getStatus().defence);return}}setUserVarMONEY(e){this.setUserVar(e,this._player.getStatus().gold)}setHPUserVar(e,s){if(!this.isValidUserVarIndex(e))throw new Error("ユーザ変数の添字が範囲外です。");const a=this._userVar.numbered[e];return Ce(a,`v[${e}]`),this._player.setEnergy(this.toValidStatusValue(a)),this._player.updateStatusValueBox(),this._player.isDead()&&this.shouldApplyGameOver({isCalledByMacro:s})?(this.gameover(),{isGameOver:!0}):{}}setHPMAXUserVar(e){if(!this.isValidUserVarIndex(e))throw new Error("ユーザ変数の添字が範囲外です。");const s=this._userVar.numbered[e];Ce(s,`v[${e}]`),this._player.setEnergyMax(this.toValidStatusValue(s)),this._player.updateStatusValueBox()}setATUserVar(e){if(!this.isValidUserVarIndex(e))throw new Error("ユーザ変数の添字が範囲外です。");const s=this._userVar.numbered[e];Ce(s,`v[${e}]`),this._player.setStrength(this.toValidStatusValue(s)),this._player.updateStatusValueBox()}setDFUserVar(e){if(!this.isValidUserVarIndex(e))throw new Error("ユーザ変数の添字が範囲外です。");const s=this._userVar.numbered[e];Ce(s,`v[${e}]`),this._player.setDefence(this.toValidStatusValue(s)),this._player.updateStatusValueBox()}setMONEYUserVar(e){if(!this.isValidUserVarIndex(e))throw new Error("ユーザ変数の添字が範囲外です。");const s=this._userVar.numbered[e];Ce(s,`v[${e}]`),this._player.setGold(this.toValidStatusValue(s)),this._player.updateStatusValueBox()}setUserVarStep(e){this.setUserVar(e,this._player.getMoveCount())}setUserVarVal(e,s){this.setUserVar(e,s)}setUserValOtherUserVal(e,s){this.setUserVar(e,this._userVar.numbered[s])}setUserValAdd(e,s){const a=this._userVar.numbered[e],i=this._userVar.numbered[s];typeof a!="boolean"&&typeof i!="boolean"&&this.setUserVar(e,a+i)}setUserValSub(e,s){const a=this._userVar.numbered[e],i=this._userVar.numbered[s];Ce(a,`v[${e}]`)&&Ce(i,`v[${s}]`)&&this.setUserVar(e,a-i)}setUserValMul(e,s){const a=this._userVar.numbered[e],i=this._userVar.numbered[s];Ce(a,`v[${e}]`)&&Ce(i,`v[${s}]`)&&this.setUserVar(e,a*i)}setUserValDiv(e,s){const a=this._userVar.numbered[e],i=this._userVar.numbered[s];Ce(a,`v[${e}]`)&&Ce(i,`v[${s}]`)&&this.setUserVar(e,i===0?0:a/i)}setUserValMod(e,s){const a=this._userVar.numbered[e],i=this._userVar.numbered[s];Ce(a,`v[${e}]`)&&Ce(i,`v[${s}]`)&&this.setUserVar(e,i===0?0:a%i)}setUserValRandNum(e,s,a){this.setUserVar(e,Math.floor(Math.random()*this.toAssignableValue(s))+a)}speedChangeJudge(e){this._wwaData.permitChangeGameSpeed=e}execSetMacro(e="",s){const a=Zo(e,this.generateTokenValues(s.triggerParts)),{assignee:i,rawValue:r}=a;switch(i){case"energy":if(this._player.setEnergy(this.toValidStatusValue(r)),this._player.isDead()&&this.shouldApplyGameOver({isCalledByMacro:!0}))return this._player.updateStatusValueBox(),this.gameover(),{isGameOver:!0};break;case"energyMax":this._player.setEnergyMax(this.toValidStatusValue(r));break;case"strength":this._player.setStrength(this.toValidStatusValue(r));break;case"defence":this._player.setDefence(this.toValidStatusValue(r));break;case"gold":this._player.setGold(this.toValidStatusValue(r));break;case"moveCount":this._player.setMoveCount(this.toValidStatusValue(r));break;case"variable":if(isNaN(a.index)||!this.isValidUserVarIndex(a.index))throw new Error("ユーザ変数の添字が範囲外です。");this.setUserVar(a.index,this.toAssignableValue(r));break;case"map":this.appearPartsEval(s.triggerParts.position,`${a.x}`,`${a.y}`,a.rawValue,W.MAP);break;case"mapObject":this.appearPartsEval(s.triggerParts.position,`${a.x}`,`${a.y}`,a.rawValue,W.OBJECT);break;case"item":this.setPlayerGetItem(a.boxIndex1to12,r);break;case"playerDirection":this._player.setDir(r);break}return this._player.updateStatusValueBox(),{}}generateTokenValues(e){return{totalStatus:this._player.getStatus(),bareStatus:this._player.getStatusWithoutEquipments(),itemStatus:this._player.getStatusOfEquipments(),energyMax:this._player.getEnergyMax(),moveCount:this._player.getMoveCount(),playTime:this._playTimeCalculator?.calculateTimeMs()??0,userVars:this._userVar.numbered,playerCoord:this._player.getPosition().getPartsCoord(),playerDirection:this._player.getDir(),itemBox:this._player.getCopyOfItemBox(),partsId:e?.id,partsType:e?.type,partsPosition:e?.position,map:this._wwaData.map,mapObject:this._wwaData.mapObject}}userVarUserIf(e,s){if(s[5]===void 0)throw new Error("$if の引数不足 str="+s);const a=parseInt(s[0],10),i=parseInt(s[2],10);if(!this.isValidUserVarIndex(a)||!this.isValidUserVarIndex(i))throw new Error("判定対象のユーザ変数の添字が範囲外です!");const r=this._userVar.numbered[a],n=s[1],h=this._userVar.numbered[i];!Ce(r,`v[${a}]`)||Ce(h,`v[${i}]`);const u=p=>parseInt(p,10)?W.MAP:W.OBJECT;if(this.compareUserVar(r,n,h)){const p=parseInt(s[3],10),m=s[4],v=s[5],x=u(s[6]);this.appearPartsEval(e,m,v,p,x);return}if(s[9]===void 0)return;const c=parseInt(s[7],10),l=s[8],f=s[9],_=u(s[10]);this.appearPartsEval(e,l,f,c,_)}compareUserVar(e,s,a){switch(s){case"==":return e===a;case"!=":return e!==a;case">=":return e>=a;case">":return e>a;case"<=":return e<=a;case"<":return e<a;default:throw new Error(`未定義の演算子です: ${s}`)}}setPlayerSpeedIndex(e){if(e<o.MIN_SPEED_INDEX||o.MAX_SPEED_INDEX<e)throw new Error("#set_speed の引数が異常です:"+e);if(this._player.isMoving()){this._playerAndObjectsStopWaitingGameSpeedChangeRequest={speedIndex:e};return}this._wwaData.gameSpeedIndex=this._player.setSpeedIndex(e),this._playerAndObjectsStopWaitingGameSpeedChangeRequest=void 0}setUserVarPlayTime(e){this.setUserVar(e,this._playTimeCalculator?.calculateTimeMs()??0)}hideStatus(e,s){if(e<0||e>yi.length)throw new Error("隠すパラメータは0から3の間で指定してください。");this._changeStatusVisibility(yi[e],!s),this._player.updateStatusValueBox()}varMap(e,s,a,i,r){if(!this.isValidUserVarIndex(i))throw new Error("対象のユーザ変数の添字が範囲外です");const n=this._userVar.numbered[i];if(typeof n!="number")throw new Error("数値でないパーツ番号は指定できません");if(n<0)throw new Error("負のパーツ番号は指定できません");if(r===W.OBJECT&&n>=this.getObjectPartsNum())throw new Error("物体パーツ番号の最大値を超えるパーツ番号が指定されました");if(r===W.MAP&&n>=this.getMapPartsNum())throw new Error("背景パーツ番号の最大値を超えるパーツ番号が指定されました");this.appearPartsEval(e,s,a,n,r)}setItemboxBackgroundPosition(e){this._wwaData.imgItemboxX=e.x,this._wwaData.imgItemboxY=e.y,Array.prototype.forEach.call(et("div.item-cell"),s=>{s.style.backgroundPosition=`-${e.x*o.CHIP_SIZE}px -${e.y*o.CHIP_SIZE}px`})}_getVirtualPadButton(e){if(!go.includes(e))throw new ReferenceError(`WWAの仮想パッド ${e} は存在しません。`);return this._virtualPadButtonElements[e]}_setVirtualPadTouch(e){this._getVirtualPadButton(e).classList.add("wwa-virtualpad__button--pressed")}_setVirtualPadLeave(e){this._getVirtualPadButton(e).classList.remove("wwa-virtualpad__button--pressed")}_actionGamePadButtonItemMacro(){if(!this._wwaData.gamePadButtonItemTable)return!1;var e,s,a,i;for(e=this._wwaData.gamePadButtonItemTable.length,s=0;s<e;s++)if(a=this._wwaData.gamePadButtonItemTable[s],!!a){switch(i=!1,s){case J.BUTTON_CROSS_KEY_LEFT:this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_LEFT)&&(i=!0);break;case J.BUTTON_CROSS_KEY_RIGHT:this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_RIGHT)&&(i=!0);break;case J.BUTTON_CROSS_KEY_UP:this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_UP)&&(i=!0);break;case J.BUTTON_CROSS_KEY_DOWN:this._gamePadStore.crossPressed(J.BUTTON_CROSS_KEY_DOWN)&&(i=!0);break}if(this._gamePadStore.buttonTrigger(s)&&(i=!0),i&&this.onselectitem(a))return!0}return!1}setGamePadButtonItemTable(e,s){if(!this._wwaData.gamePadButtonItemTable){var a,i;this._wwaData.gamePadButtonItemTable=[];for(i in J)a=i,this._wwaData.gamePadButtonItemTable[a]=0}this._wwaData.gamePadButtonItemTable.length>e&&(this._wwaData.gamePadButtonItemTable[e]=s)}_checkSaveDataCompatibility(e,s,a){return e!==void 0&&e!==this._wwaData.worldName?Nt.UNMATCHED_WORLD_NAME:a&&a!==sn(this._wwaData.worldName,this._wwaData.worldPassNumber)?Nt.UNMATCHED_WORLD_PASS_NUMBER:this._isDisallowLoadOldSave&&s!==this.checkOriginalMapString?Nt.DISALLOW_OLD_REVISION_WORLD_SAVE_DATA:null}isVisibleStatus(e){switch(e){case"energy":return this._wwaData.isVisibleStatusEnergy;case"strength":return this._wwaData.isVisibleStatusStrength;case"defence":return this._wwaData.isVisibleStatusDefence;case"gold":return this._wwaData.isVisibleStatusGold;default:throw new Error("存在しないステータスが与えられました")}}_changeStatusVisibility(e,s){switch(e){case"energy":this._wwaData.isVisibleStatusEnergy=s;return;case"strength":this._wwaData.isVisibleStatusStrength=s;return;case"defence":this._wwaData.isVisibleStatusDefence=s;return;case"gold":this._wwaData.isVisibleStatusGold=s;return;default:throw new Error("存在しないステータスが与えられました")}}shouldApplyGameOver({isCalledByMacro:e}){return e?this._wwaData.gameOverPolicy==="default":this._wwaData.gameOverPolicy==="default"||this._wwaData.gameOverPolicy==="except-macro"}getEnemyStatus(){return this._monster?this._monster.status:-1}setEnemyStatus(e){if(this._monster)this._monster.setStatus(e);else throw new Error("敵が存在しません")}getGameStatus(){return{totalStatus:this._player.getStatus(),bareStatus:this._player.getStatusWithoutEquipments(),itemStatus:this._player.getStatusOfEquipments(),energyMax:this._player.getEnergyMax(),moveCount:this._player.getMoveCount(),playTime:this._playTimeCalculator?.calculateTimeMs()??0,userVars:this._userVar.numbered,playerCoord:this._player.getPosition().getPartsCoord(),playerDirection:this._player.getDir(),cameraCoord:this._camera.getPosition().getPartsCoord(),itemBox:this._player.getCopyOfItemBox(),gameSpeedIndex:this._player.getSpeedIndex(),wwaData:this._wwaData}}_debugEvalString(){if(this._player.isControllable())try{const e=this._debugConsoleElement.querySelector(".console-text-area");if(!(e instanceof HTMLTextAreaElement))throw new Error("要素 #wwa-debug-console > .console-text-area が textarea 要素でありません");this._execEvalString(e.value)}catch(e){console.error(e),this.registerSystemMessagePage(`解析中にエラーが発生しました :
|
|
237
|
-
`+e.message)}}_execEvalString(e,
|
|
238
|
-
`+
|
|
239
|
-
`+
|
|
240
|
-
|
|
205
|
+
`;this._sheet.addRule===void 0?(this._stylePos[Ce.MESSAGE_WINDOW]=this._sheet.insertRule(`${t} { ${r} }`,0),this._stylePos[Ce.SIDEBAR]=this._sheet.insertRule(`${i} { ${a} }`,1)):(this._stylePos[Ce.MESSAGE_WINDOW]=this._sheet.addRule(t,r),this._stylePos[Ce.SIDEBAR]=this._sheet.addRule(i,a))}changeStyleRule(e,t,n,r){e===Se.COLOR_FRAME?(this._wwaData.frameColorR=t,this._wwaData.frameColorG=n,this._wwaData.frameColorB=r):e===Se.COLOR_FRAMEOUT?(this._wwaData.frameOutColorR=t,this._wwaData.frameOutColorG=n,this._wwaData.frameOutColorB=r):e===Se.COLOR_STR?(this._wwaData.fontColorR=t,this._wwaData.fontColorG=n,this._wwaData.fontColorB=r):e===Se.COLOR_STATUS_STR&&(this._wwaData.statusColorR=t,this._wwaData.statusColorG=n,this._wwaData.statusColorB=r),this.updateCSSRule()}showMonsterWindow(){this._monsterWindow.show()}isClassicMode(){return this._isClassicModeEnable}isConsoleOutputMode(){return this._useConsole}forcedJumpGate(e,t){this._player.isWaitingMessage()?this._windowCloseWaitingJumpGateRequest={x:e,y:t}:(this._windowCloseWaitingJumpGateRequest=void 0,this._player.jumpTo(new C(this,e,t,0,0)))}setUserVarIndecies(e,t,n=`=`){let r=this._userVar.named.get(e[0]),i=e.length-1,a=e.slice(1,i).reduce((e,t)=>Ye(e,t),r),o=t,s=e[i];if(e.length>1){switch(n){case`=`:o=t;break;case`+=`:o=Ye(a,s)+t;break;case`-=`:if(typeof t!=`number`)throw TypeError(`その演算子は利用できません: ${n}`);o=Ye(a,s)-t;break;case`*=`:if(typeof t!=`number`)throw TypeError(`その演算子は利用できません: ${n}`);o=Ye(a,s)*t;break;case`/=`:if(typeof t!=`number`)throw TypeError(`その演算子は利用できません: ${n}`);o=Ye(a,s)/t;break;default:throw TypeError(`その演算子は利用できません: ${n}`)}if(Array.isArray(a))if(typeof s==`number`)a[s]=o;else throw TypeError(`配列の添字に数字以外は使えません: ${e[i]}`);else if(typeof a==`object`&&a)Xe(a,String(s),o);else if(typeof a==`string`)throw TypeError(`文字列 "${a}" の特定の文字を直接書き換えることはできません`);else Xe(a,s,o);this._userVar.named.set(e[0],r)}else throw Error(`indeciesの引数が足りていません: ${e}`)}setUserVar(e,t,n){let r=(e,t)=>{if(typeof e==`number`){if(typeof t!=`number`)throw TypeError(`数字index変数への数値以外の代入は今のところできません。あらかじめご了承ください。`);this._userVar.numbered[e]=typeof t==`number`?this.toAssignableValue(t):t}else this._userVar.named.set(e,t)},i=(e=>typeof e==`number`?this._userVar.numbered[e]:this._userVar.named.get(e))(e);if(typeof t==`number`)switch(n){case`+=`:if(typeof i==`number`)r(e,i+t);else if(typeof i==`string`)r(e,String(i)+t);else throw TypeError(`boolean に number は足せません`);break;case`-=`:if(typeof i==`number`)r(e,i-t);else throw TypeError(`string/boolean から number は引けません`);break;case`*=`:if(typeof i==`number`)r(e,i*t);else throw TypeError(`string/boolean に number はかけられません`);break;case`/=`:if(typeof i==`number`)r(e,i/t);else throw TypeError(`string/boolean は number で割れません`);break;default:r(e,t);break}else if(typeof t==`string`)switch(n){case`+=`:r(e,i+t);break;case`=`:r(e,t);break;default:throw TypeError(`文字列を -=, *=, /= で複合代入することはできません`)}else switch(n){case`+=`:if(typeof i==`string`)r(e,i+t);else throw TypeError(`number/boolean に boolean を足せません`);break;case`=`:r(e,t);break;default:throw TypeError(`booleanを -=, *=, /= で複合代入することはできません`)}this._messageWindow.update()}toAssignableValue(e){let t=Math.max(Math.min(e>0?Math.floor(e):Math.ceil(e),L.USER_VAR_NUM_MAX_VALUE),L.USET_VAR_NUM_MIN_VALUE);return this.isNotNumberTypeOrNaN(t)?0:t}isValidUserVarIndex(e){return typeof e==`number`&&e>=0&&e<L.USER_VAR_NUM&&(e|0)===e}isNotNumberTypeOrNaN(e){return typeof e!=`number`||e!==e}getUserVar(e){return this._userVar.numbered[e]}getUserNameVar(e){return this._userVar.named.get(e.toString())}getAllUserNameVar(){return d(this._userVar.named)}recUserPosition(e,t){var n=this._player.getPosition().getPartsCoord();this.setUserVar(e,n.x),this.setUserVar(t,n.y)}jumpRecUserPosition(e,t){let n=this._userVar.numbered[e],r=this._userVar.numbered[t];!qe(n,`v[${e}]`)||!qe(r,`v[${t}]`)||this.forcedJumpGate(n,r)}jumpSpecifiedXPos(e){let t=this._player.getPosition().getPartsCoord();this.forcedJumpGate(e,t.y)}jumpSpecifiedYPos(e){let t=this._player.getPosition().getPartsCoord();this.forcedJumpGate(t.x,e)}outputUserVar(e){console.log(`Var[`+e+`] = `+this._userVar.numbered[e])}setUserVarHP(e){this.setUserVar(e,this._player.getStatus().energy)}setUserVarHPMAX(e){this.setUserVar(e,this._player.getEnergyMax())}setUserVarAT(e,t){switch(t){case`bare`:this.setUserVar(e,this._player.getStatusWithoutEquipments().strength);return;case`equipment`:this.setUserVar(e,this._player.getStatusOfEquipments().strength);return;default:this.setUserVar(e,this._player.getStatus().strength);return}}setUserVarDF(e,t){switch(t){case`bare`:this.setUserVar(e,this._player.getStatusWithoutEquipments().defence);return;case`equipment`:this.setUserVar(e,this._player.getStatusOfEquipments().defence);return;default:this.setUserVar(e,this._player.getStatus().defence);return}}setUserVarMONEY(e){this.setUserVar(e,this._player.getStatus().gold)}setHPUserVar(e,t){if(!this.isValidUserVarIndex(e))throw Error(`ユーザ変数の添字が範囲外です。`);let n=this._userVar.numbered[e];if(qe(n,`v[${e}]`))return this._player.setEnergy(this.toValidStatusValue(n)),this._player.updateStatusValueBox(),this._player.isDead()&&this.shouldApplyGameOver({isCalledByMacro:t})?(this.gameover(),{isGameOver:!0}):{}}setHPMAXUserVar(e){if(!this.isValidUserVarIndex(e))throw Error(`ユーザ変数の添字が範囲外です。`);let t=this._userVar.numbered[e];qe(t,`v[${e}]`)&&(this._player.setEnergyMax(this.toValidStatusValue(t)),this._player.updateStatusValueBox())}setATUserVar(e){if(!this.isValidUserVarIndex(e))throw Error(`ユーザ変数の添字が範囲外です。`);let t=this._userVar.numbered[e];qe(t,`v[${e}]`)&&(this._player.setStrength(this.toValidStatusValue(t)),this._player.updateStatusValueBox())}setDFUserVar(e){if(!this.isValidUserVarIndex(e))throw Error(`ユーザ変数の添字が範囲外です。`);let t=this._userVar.numbered[e];qe(t,`v[${e}]`)&&(this._player.setDefence(this.toValidStatusValue(t)),this._player.updateStatusValueBox())}setMONEYUserVar(e){if(!this.isValidUserVarIndex(e))throw Error(`ユーザ変数の添字が範囲外です。`);let t=this._userVar.numbered[e];qe(t,`v[${e}]`)&&(this._player.setGold(this.toValidStatusValue(t)),this._player.updateStatusValueBox())}setUserVarStep(e){this.setUserVar(e,this._player.getMoveCount())}setUserVarVal(e,t){this.setUserVar(e,t)}setUserValOtherUserVal(e,t){this.setUserVar(e,this._userVar.numbered[t])}setUserValAdd(e,t){let n=this._userVar.numbered[e],r=this._userVar.numbered[t];typeof n!=`boolean`&&typeof r!=`boolean`&&this.setUserVar(e,n+r)}setUserValSub(e,t){let n=this._userVar.numbered[e],r=this._userVar.numbered[t];qe(n,`v[${e}]`)&&qe(r,`v[${t}]`)&&this.setUserVar(e,n-r)}setUserValMul(e,t){let n=this._userVar.numbered[e],r=this._userVar.numbered[t];qe(n,`v[${e}]`)&&qe(r,`v[${t}]`)&&this.setUserVar(e,n*r)}setUserValDiv(e,t){let n=this._userVar.numbered[e],r=this._userVar.numbered[t];qe(n,`v[${e}]`)&&qe(r,`v[${t}]`)&&this.setUserVar(e,r===0?0:n/r)}setUserValMod(e,t){let n=this._userVar.numbered[e],r=this._userVar.numbered[t];qe(n,`v[${e}]`)&&qe(r,`v[${t}]`)&&this.setUserVar(e,r===0?0:n%r)}setUserValRandNum(e,t,n){this.setUserVar(e,Math.floor(Math.random()*this.toAssignableValue(t))+n)}speedChangeJudge(e){this._wwaData.permitChangeGameSpeed=e}execSetMacro(e=``,t){let n=qt(e,this.generateTokenValues(t.triggerParts)),{assignee:r,rawValue:i}=n;switch(r){case`energy`:if(this._player.setEnergy(this.toValidStatusValue(i)),this._player.isDead()&&this.shouldApplyGameOver({isCalledByMacro:!0}))return this._player.updateStatusValueBox(),this.gameover(),{isGameOver:!0};break;case`energyMax`:this._player.setEnergyMax(this.toValidStatusValue(i));break;case`strength`:this._player.setStrength(this.toValidStatusValue(i));break;case`defence`:this._player.setDefence(this.toValidStatusValue(i));break;case`gold`:this._player.setGold(this.toValidStatusValue(i));break;case`moveCount`:this._player.setMoveCount(this.toValidStatusValue(i));break;case`variable`:if(isNaN(n.index)||!this.isValidUserVarIndex(n.index))throw Error(`ユーザ変数の添字が範囲外です。`);this.setUserVar(n.index,this.toAssignableValue(i));break;case`map`:this.appearPartsEval(t.triggerParts.position,`${n.x}`,`${n.y}`,n.rawValue,A.MAP);break;case`mapObject`:this.appearPartsEval(t.triggerParts.position,`${n.x}`,`${n.y}`,n.rawValue,A.OBJECT);break;case`item`:this.setPlayerGetItem(n.boxIndex1to12,i);break;case`playerDirection`:this._player.setDir(i);break}return this._player.updateStatusValueBox(),{}}generateTokenValues(e){return{totalStatus:this._player.getStatus(),bareStatus:this._player.getStatusWithoutEquipments(),itemStatus:this._player.getStatusOfEquipments(),energyMax:this._player.getEnergyMax(),moveCount:this._player.getMoveCount(),playTime:this._playTimeCalculator?.calculateTimeMs()??0,userVars:this._userVar.numbered,playerCoord:this._player.getPosition().getPartsCoord(),playerDirection:this._player.getDir(),itemBox:this._player.getCopyOfItemBox(),partsId:e?.id,partsType:e?.type,partsPosition:e?.position,map:this._wwaData.map,mapObject:this._wwaData.mapObject}}userVarUserIf(e,t){if(t[5]===void 0)throw Error(`$if の引数不足 str=`+t);let n=parseInt(t[0],10),r=parseInt(t[2],10);if(!this.isValidUserVarIndex(n)||!this.isValidUserVarIndex(r))throw Error(`判定対象のユーザ変数の添字が範囲外です!`);let i=this._userVar.numbered[n],a=t[1],o=this._userVar.numbered[r];if(!qe(i,`v[${n}]`)||!qe(o,`v[${r}]`))return;let s=e=>parseInt(e,10)?A.MAP:A.OBJECT;if(this.compareUserVar(i,a,o)){let n=parseInt(t[3],10),r=t[4],i=t[5],a=s(t[6]);this.appearPartsEval(e,r,i,n,a);return}if(t[9]===void 0)return;let c=parseInt(t[7],10),l=t[8],u=t[9],d=s(t[10]);this.appearPartsEval(e,l,u,c,d)}compareUserVar(e,t,n){switch(t){case`==`:return e===n;case`!=`:return e!==n;case`>=`:return e>=n;case`>`:return e>n;case`<=`:return e<=n;case`<`:return e<n;default:throw Error(`未定義の演算子です: ${t}`)}}setPlayerSpeedIndex(e){if(e<L.MIN_SPEED_INDEX||L.MAX_SPEED_INDEX<e)throw Error(`#set_speed の引数が異常です:`+e);if(this._player.isMoving()){this._playerAndObjectsStopWaitingGameSpeedChangeRequest={speedIndex:e};return}this._wwaData.gameSpeedIndex=this._player.setSpeedIndex(e),this._playerAndObjectsStopWaitingGameSpeedChangeRequest=void 0}setUserVarPlayTime(e){this.setUserVar(e,this._playTimeCalculator?.calculateTimeMs()??0)}hideStatus(e,t){if(e<0||e>me.length)throw Error(`隠すパラメータは0から3の間で指定してください。`);this._changeStatusVisibility(me[e],!t),this._player.updateStatusValueBox()}varMap(e,t,n,r,i){if(!this.isValidUserVarIndex(r))throw Error(`対象のユーザ変数の添字が範囲外です`);let a=this._userVar.numbered[r];if(typeof a!=`number`)throw Error(`数値でないパーツ番号は指定できません`);if(a<0)throw Error(`負のパーツ番号は指定できません`);if(i===A.OBJECT&&a>=this.getObjectPartsNum())throw Error(`物体パーツ番号の最大値を超えるパーツ番号が指定されました`);if(i===A.MAP&&a>=this.getMapPartsNum())throw Error(`背景パーツ番号の最大値を超えるパーツ番号が指定されました`);this.appearPartsEval(e,t,n,a,i)}setItemboxBackgroundPosition(e){this._wwaData.imgItemboxX=e.x,this._wwaData.imgItemboxY=e.y,Array.prototype.forEach.call(He(`div.item-cell`),t=>{t.style.backgroundPosition=`-${e.x*L.CHIP_SIZE}px -${e.y*L.CHIP_SIZE}px`})}_getVirtualPadButton(e){if(!Me.includes(e))throw ReferenceError(`WWAの仮想パッド ${e} は存在しません。`);return this._virtualPadButtonElements[e]}_setVirtualPadTouch(e){this._getVirtualPadButton(e).classList.add(`wwa-virtualpad__button--pressed`)}_setVirtualPadLeave(e){this._getVirtualPadButton(e).classList.remove(`wwa-virtualpad__button--pressed`)}_actionGamePadButtonItemMacro(){if(!this._wwaData.gamePadButtonItemTable)return!1;var e=this._wwaData.gamePadButtonItemTable.length,t,n,r;for(t=0;t<e;t++)if(n=this._wwaData.gamePadButtonItemTable[t],n){switch(r=!1,t){case V.BUTTON_CROSS_KEY_LEFT:this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_LEFT)&&(r=!0);break;case V.BUTTON_CROSS_KEY_RIGHT:this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_RIGHT)&&(r=!0);break;case V.BUTTON_CROSS_KEY_UP:this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_UP)&&(r=!0);break;case V.BUTTON_CROSS_KEY_DOWN:this._gamePadStore.crossPressed(V.BUTTON_CROSS_KEY_DOWN)&&(r=!0);break}if(this._gamePadStore.buttonTrigger(t)&&(r=!0),r&&this.onselectitem(n))return!0}return!1}setGamePadButtonItemTable(e,t){if(!this._wwaData.gamePadButtonItemTable){var n,r;for(r in this._wwaData.gamePadButtonItemTable=[],V)n=r,this._wwaData.gamePadButtonItemTable[n]=0}this._wwaData.gamePadButtonItemTable.length>e&&(this._wwaData.gamePadButtonItemTable[e]=t)}_checkSaveDataCompatibility(e,t,n){return e!==void 0&&e!==this._wwaData.worldName?Qi.UNMATCHED_WORLD_NAME:n&&n!==Zi(this._wwaData.worldName,this._wwaData.worldPassNumber)?Qi.UNMATCHED_WORLD_PASS_NUMBER:this._isDisallowLoadOldSave&&t!==this.checkOriginalMapString?Qi.DISALLOW_OLD_REVISION_WORLD_SAVE_DATA:null}isVisibleStatus(e){switch(e){case`energy`:return this._wwaData.isVisibleStatusEnergy;case`strength`:return this._wwaData.isVisibleStatusStrength;case`defence`:return this._wwaData.isVisibleStatusDefence;case`gold`:return this._wwaData.isVisibleStatusGold;default:throw Error(`存在しないステータスが与えられました`)}}_changeStatusVisibility(e,t){switch(e){case`energy`:this._wwaData.isVisibleStatusEnergy=t;return;case`strength`:this._wwaData.isVisibleStatusStrength=t;return;case`defence`:this._wwaData.isVisibleStatusDefence=t;return;case`gold`:this._wwaData.isVisibleStatusGold=t;return;default:throw Error(`存在しないステータスが与えられました`)}}shouldApplyGameOver({isCalledByMacro:e}){return e?this._wwaData.gameOverPolicy===`default`:this._wwaData.gameOverPolicy===`default`||this._wwaData.gameOverPolicy===`except-macro`}getEnemyStatus(){return this._monster?this._monster.status:-1}setEnemyStatus(e){if(this._monster)this._monster.setStatus(e);else throw Error(`敵が存在しません`)}getGameStatus(){return{totalStatus:this._player.getStatus(),bareStatus:this._player.getStatusWithoutEquipments(),itemStatus:this._player.getStatusOfEquipments(),energyMax:this._player.getEnergyMax(),moveCount:this._player.getMoveCount(),playTime:this._playTimeCalculator?.calculateTimeMs()??0,userVars:this._userVar.numbered,playerCoord:this._player.getPosition().getPartsCoord(),playerDirection:this._player.getDir(),cameraCoord:this._camera.getPosition().getPartsCoord(),itemBox:this._player.getCopyOfItemBox(),gameSpeedIndex:this._player.getSpeedIndex(),wwaData:this._wwaData}}_debugEvalString(){if(this._player.isControllable())try{let e=this._debugConsoleElement.querySelector(`.console-text-area`);if(!(e instanceof HTMLTextAreaElement))throw Error(`要素 #wwa-debug-console > .console-text-area が textarea 要素でありません`);this._execEvalString(e.value)}catch(e){console.error(e),this.registerSystemMessagePage(`解析中にエラーが発生しました :
|
|
206
|
+
`+e.message)}}_execEvalString(e,t){try{let n=this.convertWwaNodes(e);t&&this.evalCalcWwaNodeGenerator.setTriggerParts(t.id,t.type,t.position),this.evalCalcWwaNodeGenerator.evalWwaNodes(n),this.evalCalcWwaNodeGenerator.clearTemporaryState()}catch(e){console.error(e),this.registerSystemMessagePage(`解析中にエラーが発生しました :
|
|
207
|
+
`+e.message)}}_returnEvalString(e){try{let t=$(Fs(`(`+e+`)`));return this.evalCalcWwaNodeGenerator.evalWwaNode(t)}catch(e){console.error(e),this.registerSystemMessagePage(`解析中にエラーが発生しました :
|
|
208
|
+
`+e.message,!1)}}movePlayer(e){this._player.controll(e)}isPlayerWaitingMessage(){return this._player.isWaitingMessage()}_loadSystemMessage(e){if(this._wwaData.customSystemMessages[e])return this._wwaData.customSystemMessages[e];let t=_[e];if(t.mapdataParams)switch(t.mapdataParams.messageArea){case`message`:{let e=this._wwaData.message[t.mapdataParams.index];return e===``?t.defaultText:e}case`systemMessage`:{let e=this._wwaData.systemMessage[t.mapdataParams.index];return e===``?t.defaultText:e}default:throw Error(`システムエラー: システムメッセージの設定がおかしいようです`)}return t.defaultText}resolveSystemMessage(e){let t=this._loadSystemMessage(e);switch(e){case g.ITEM_SELECT_TUTORIAL:return t.replaceAll(`%HOW_TO_USE_ITEM%`,(()=>{switch(this.userDevice.device){case re.PC:return`右のボックスを選択する`;case re.VR:return`右のボックスをクリックする`;case re.SP:return`右のボックスをタップする`;case re.GAME:switch(this.userDevice.os){case M.NINTENDO:return`Xボタンを押すか、右のボックスをタップする`;case M.PLAY_STATION:return`△ボタンを押す`;case M.XBOX:return`Yボタンを押す`;default:return`右のボックスを選択する`}default:return`右のボックスを選択する`}})());case g.GAME_SPEED_CHANGED:{let e=this._player.getSpeedIndex();return t.replaceAll(`%GAME_SPEED_NAME%`,pe[e]).replaceAll(`%HIGH_SPEED_MESSAGE%`,this.isBattleSpeedIndexForQuickBattle(e)?`戦闘も速くなります。
|
|
209
|
+
`:``).replaceAll(`%MAX_SPEED_INDEX%`,String(L.MAX_SPEED_INDEX+1)).replaceAll(`%GAME_SPEED_INDEX%`,String(e+1)).replaceAll(`%SPEED_UP_BUTTON%`,this.userDevice.os===M.NINTENDO?`+ボタン`:`Pキー`).replaceAll(`%SPEED_DOWN_BUTTON%`,this.userDevice.os===M.NINTENDO?`-ボタン`:`Iキー`)}default:return t}}overwriteSystemMessage(e,t){this._wwaData.customSystemMessages[e]=t}},Nc=!1;function Pc(e,t){if(e===null)return;let n=document.createElement(`button`);n.classList.add(`wwa-virtualpad-toggle-button`),n.textContent=`仮想パッド表示切り替え`,n.addEventListener(`click`,t),e.appendChild(n)}function Fc(e){if(e===null)return;let t=document.createElement(`section`);t.setAttribute(`id`,`wwa-debug-console`);let n=document.createElement(`textarea`);n.setAttribute(`rows`,`10`),n.setAttribute(`cols`,`60`),n.textContent=`v["money"] = 100;
|
|
241
210
|
v["name"] = "ヤツロウ";
|
|
242
211
|
MSG(v["name"]+"「俺の所持金は"+v["money"]+"ゴールドだ」");
|
|
243
212
|
for(LP[0]=0; LP[0]<2; LP[0]++) {
|
|
244
213
|
LOG(LP);
|
|
245
|
-
}`;
|
|
246
|
-
ご利用の環境のサポートは、既に終了しています。`);return}Array.prototype.forEach.call(
|
|
214
|
+
}`;let r=e=>e.stopPropagation();n.addEventListener(`keydown`,r),n.addEventListener(`keypress`,r),n.addEventListener(`keyup`,r),n.classList.add(`console-text-area`),t.appendChild(n);let i=document.createElement(`button`);return i.classList.add(`script-running-button`),i.textContent=`実行(X)`,t.appendChild(i),e.appendChild(t),t}function Ic(){if(navigator.userAgent.match(/(?:msie|trident)/i)||navigator.userAgent.match(/edge/i)){alert(`このゲームをプレイするには、Google Chrome や Mozilla Firefox などの最新のブラウザでこのページを開いてください。
|
|
215
|
+
ご利用の環境のサポートは、既に終了しています。`);return}Array.prototype.forEach.call(He(`a.wwa-copyright`),e=>{e.addEventListener(`click`,()=>{Nc=!0})}),window.addEventListener(`beforeunload`,e=>{var t=`このページを離れますか?`;if(Nc)return Nc=!1,e.returnValue=t,t});let e=H(`wwa-wrapper`).getAttribute(`data-wwa-title-img`),t=H(`wwa-wrapper`).getAttribute(`data-wwa-virtualpad-enable`),n=t!==null&&t.match(/^true$/i)!==null;Nr(H(`wwa-wrapper`),e,n);var r=H(`wwa-wrapper`).getAttribute(`data-wwa-mapdata`),i=H(`wwa-wrapper`).getAttribute(`data-wwa-audio-dir`),a=H(`wwa-wrapper`).getAttribute(`data-wwa-var-dump-elm`),o=null,s=H(`wwa-wrapper`).getAttribute(`data-wwa-display-user-vars`)===`true`,c=H(`wwa-wrapper`).getAttribute(`data-wwa-user-var-names-file`);H(`wwa-wrapper`).hasAttribute(`data-wwa-var-dump-elm`)&&s&&(o=Oc(a));var l=!0;H(`wwa-wrapper`).getAttribute(`data-wwa-urlgate-enable`).match(/^false$/i)&&(l=!1);var u=H(`wwa-wrapper`).getAttribute(`data-wwa-classic-mode-enable`),d=!1;u!==null&&u.match(/^true$/i)&&(d=!0);var f=!0,p=H(`wwa-wrapper`).getAttribute(`data-wwa-item-effect-enable`);p!==null&&p.match(/^false$/i)&&(f=!1);let m=!1,h=H(`wwa-wrapper`).getAttribute(`data-wwa-use-go-to-wwa`);h!==null&&h.match(/^true$/i)&&(m=!0);let g=H(`wwa-wrapper`).getAttribute(`data-wwa-virtualpad-viewport-fit-enable`);Mr()&&g!==null&&g.match(/^true$/i)&&(Ie(),window.addEventListener(`resize`,Le));let _=H(`wwa-wrapper`).getAttribute(`data-wwa-virtualpad-controller-elm`),v=n&&_?Ve(_):null,y=H(`wwa-wrapper`).getAttribute(`data-wwa-picture-image-names-file`),b=(()=>{let e=H(`wwa-wrapper`).getAttribute(`data-wwa-disallow-load-old-save`);return!!(e!==null&&e.match(/^true$/i))})(),x=H(`wwa-wrapper`).getAttribute(`data-wwa-user-defined-scripts-file`);Ac=new Mc({mapdata:r,urlGateEnable:l,titleImg:e??void 0,audioDir:i,classicModeEnable:d,itemEffectEnable:f,useGoToWwa:m,disallowLoadOldSave:b,varDumpElm:o,userVarNamesFile:c,displayUserVars:s,virtualPadEnable:n,virtualPadControllerElm:v,userDefinedScriptsFile:x,pictureImageNamesFile:y})}return document.readyState===`complete`?setTimeout(Ic):window.addEventListener(`load`,function(){setTimeout(Ic)}),e.WWA=Mc,e.getProgress=jc,e})({});
|