From c8365e937174814eb1613b2f177b46373a669e49 Mon Sep 17 00:00:00 2001 From: Lunarwtr Date: Sat, 14 May 2022 16:14:46 -0600 Subject: [PATCH] feat: mas skinning --- CHANGELOG.md | 7 + package-lock.json | 50 +- package.json | 18 +- resources/img/vscode-lotro-api.png | Bin 16078 -> 32295 bytes resources/media/main.js | 63 +- resources/media/skin.css | 214 +- resources/skinning/SkinDictionary.xml | 28695 ++++++++++++++++++++++-- src/LotroImageHoverProvider.ts | 56 +- src/SkinData.json | 16455 +++++++++++++- src/SkinDataProvider.ts | 72 +- src/SkinMerge.ts | 56 + src/SkinPreview.ts | 69 +- src/configuration.ts | 10 + src/extension.ts | 2 +- 14 files changed, 43785 insertions(+), 1982 deletions(-) mode change 100755 => 100644 src/SkinData.json create mode 100644 src/SkinMerge.ts diff --git a/CHANGELOG.md b/CHANGELOG.md index 56c9e50..25333d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.0.12] - 2022-05-14 +### Added +- Improvement: Skinning preview nearly complete +- Improvement: New Setting to keep converted TGA in skin asset folder +- Improvement: Setting to open preview Beside editor or not +- Fix: Skin is now merged with base skin definition to suppliment what is left out by author + ## [1.0.11] - 2022-05-07 ### Added - Improvement: Initial work for rendering skins in a webview (work in progress) diff --git a/package-lock.json b/package-lock.json index aa61d8a..fee8c79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "mocha": "^9.2.1", "ts-loader": "^9.2.6", "typescript": "^4.5.5", - "webpack": "^5.69.1", + "webpack": "^5.72.1", "webpack-cli": "^4.9.2" }, "engines": { @@ -1145,9 +1145,9 @@ "dev": true }, "node_modules/enhanced-resolve": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz", - "integrity": "sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.3.tgz", + "integrity": "sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==", "dev": true, "dependencies": { "graceful-fs": "^4.2.4", @@ -2040,10 +2040,10 @@ "js-yaml": "bin/js-yaml.js" } }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "dev": true }, "node_modules/json-schema-traverse": { @@ -3281,9 +3281,9 @@ } }, "node_modules/webpack": { - "version": "5.70.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.70.0.tgz", - "integrity": "sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==", + "version": "5.72.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.1.tgz", + "integrity": "sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -3295,13 +3295,13 @@ "acorn-import-assertions": "^1.7.6", "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.9.2", + "enhanced-resolve": "^5.9.3", "es-module-lexer": "^0.9.0", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.2.9", - "json-parse-better-errors": "^1.0.2", + "json-parse-even-better-errors": "^2.3.1", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", @@ -4380,9 +4380,9 @@ "dev": true }, "enhanced-resolve": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz", - "integrity": "sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.3.tgz", + "integrity": "sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==", "dev": true, "requires": { "graceful-fs": "^4.2.4", @@ -5039,10 +5039,10 @@ "argparse": "^2.0.1" } }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "dev": true }, "json-schema-traverse": { @@ -5937,9 +5937,9 @@ } }, "webpack": { - "version": "5.70.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.70.0.tgz", - "integrity": "sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==", + "version": "5.72.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.1.tgz", + "integrity": "sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", @@ -5951,13 +5951,13 @@ "acorn-import-assertions": "^1.7.6", "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.9.2", + "enhanced-resolve": "^5.9.3", "es-module-lexer": "^0.9.0", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.2.9", - "json-parse-better-errors": "^1.0.2", + "json-parse-even-better-errors": "^2.3.1", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", diff --git a/package.json b/package.json index 0abcc67..935e79f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lotro-api", "displayName": "LotRO API", "description": "Lord of the Rings Online API - Adds IntelliSense features for LotRO API.", - "version": "1.0.11", + "version": "1.0.12", "publisher": "lunarwtr", "repository": { "type": "git", @@ -88,6 +88,20 @@ "type": "string", "default": null, "description": "Path to Skinning Assets Folder.\n\nDownload and unzip to your machine from Lotro Interface (https://www.lotrointerface.com/downloads/info1173-UnofficialUpdate32SkinningPack.html)" + }, + "lotro-api.keepConvertedAssets": { + "type": "boolean", + "default": false, + "description": "Keep converted TGA to PNG skinning assets in Skinning Assets Folder.\n\n(Speeds up Skinning Preview rendering speed)" + }, + "lotro-api.skinningPreviewColumn": { + "type": "string", + "enum": [ + "Active", + "Beside" + ], + "default": "Beside", + "description": "How to open the Skinning Preview screen (vscode.ViewColumn)" } } } @@ -117,7 +131,7 @@ "mocha": "^9.2.1", "ts-loader": "^9.2.6", "typescript": "^4.5.5", - "webpack": "^5.69.1", + "webpack": "^5.72.1", "webpack-cli": "^4.9.2" }, "dependencies": { diff --git a/resources/img/vscode-lotro-api.png b/resources/img/vscode-lotro-api.png index 49d57450327547ab39878bad6161821e4afd3e95..ef4c067ebc04b2b0cb8217f9622207792f2710c6 100644 GIT binary patch literal 32295 zcmeFZcU+U%)+ii8?}`)w1q1|?-g}iMT|jyZ5FoTrLN5uRf}jF|AR-_g=|~f#gCf$q zbWrKN_v8khamM!yGw-?Id;j?EJ^Fh>+S*hl>->YU3F zzpH0tfLKd1>IRJr9pl)CWK`ve{K1L}51_lNRH)|U)ZF$AtmZSeA z$!G_IxrlLddwF?rdGT{W-E6seMMXuqdHA^b_&CuJobEo(FpxK=vpds|O@7};9_()A z262Hwpw0|u`+_W?9xzEp#xq1e|NJxcNo;oM~a2XTU4BhK?~##1IxN=fW6c}K43TWsJuA(L-y=L^v4J5EjKU- z23B-~I?201UF1P95UUu2BFNDl%)#)N3vN5RgWX_SPu&h9XfGt8Y!)6yPn1=9gLqCe5p;`;IJoHH1pm-C!6XZSaB`VecF z9eSSkoVCheh^-y$Zvd3spdK#hd0jV;^XQ`ta<+B^^P+*+_(X&_gan0doQLf@B;W6l zXz0I(lkdpr!dH?@5+j)7O z{2AomVE?J|e4=P0BFcB(DgSp={{L;ZbBb{A3k#e_&p&Y;4fqdW-&xKt#P?5d-x+=e z_cw@tGMrafn1feD^t=Q9hvDL^|DJ2-{|%-KpG(j`tNDMM=|VjJC>_6PIuBaY&&B;Grt@(L z3!?chfc|lw)cr@_|9yQwv+z9U5%d?xD$Q&N$D< zbuRjUm+{(QcZe_e7RcEX+x&^g=RsF@ZWJ|C%N$qi1}f=w#dREQ{p21$Ksk-OkCc)Ikt5AjJ8{8Glb*&H+Xz$?_1V zyUq}pI~wxW-1PgXrj0rna9PQc42#39K04{_o5VB!ptm;c;2?oZZ5kO!SK{1fDN^Ku6HH`srg7k*xTw0Ys@ z6Z)SsFF(sYzsSh%6jA~^gWW)mXi5C5Y4n(=IIB9;`d^L2&uukb&>MU&C&^k{|F!n~ z*hbbF1_3!jKxexDH^r|Xz>4UKnH~7dmYt{GKM$Z|2l|Uz*RRuD+Gq<3a<+9mucD*_ z1G$~)HXAPwn)|%xS8ANC&!B|R^&Iqbo^AaDIn2lLZ)m4;HqE60b#nqa{x#`Xe{O}Y z_kgW+(4OM^DfvV=c=<&B5&!o^zk3cgw6xy%h0VWOid*R7q%QO)!e1bNlb2t{eqDW5 z+GIfU!W!!J3)JtDCg`(W_!-4*L-pl>rp3b&Ahit#sW6>agBWtXh z=;}8F=7WY3I`2@wTU#`Y;4d%s+w1dl3vu)D@bNJSiSdYt@e46%sWUJ!puI7efz`#) z16@@|mzG_?&ejkQCq8pQUOw-$ho6tj#oYzs1hNIQGPr|0!PZ=VwK;n1tjPSgJYoHx z)M0I~%bCylYpQ-f4eS3u^jJ`kj|2UjCqxQA^!Q98{`y`2P`vL-ist^W@ybt@{NJR* zXsuz;KD*FxV>tgdQs_H`2!X+uj;b=U;LEdc?DA@h^||Q$o;aezkZ%XZ~Jx z)Il&SyT25^pEF$AN^*K2G?)Hb*IChkU^jHEh(5w!oe@2Tj!OSUfzVQS4herOKobVN z?U|6C(dMsF|A16-16f1RS?_-XR2S?GL+7ji4M^GV@#XobSrN3zZVYp zcz$8fzlKD-JYs_XM?xZb^er|Fe7=|ZlN$Urt69IltUAd3?=32;KGe+tt#!Xi^j}`a z3v%-c{D=Yh#Q2591O@*`V?c>N`VxLNAN4`X-`PX)cvr#bvbma=_=y8_&NePQ^^Gb04%kUpP7!u#-4F7t`pNIeJl0R0Q zm58MHf5Y-$hX0lzKgfjcH$k_qaR2OG`JGljdqn<^eEH*b{*P?`W7Gd2`L~GsA9DSN zT>lmY{w?7DNY{VJ^>0z&-va)Rbp4N!i{Ov$S9HEC$>@ddZ5?1-VL^Az;=*pLE8xyy zlaRCCl*%5pLJ#4)C>y#10CbIK4@NUYR|h?aWh<*L3jmZv5}tst0RZjL+w!uy-lMCg z*xtIs+X3%fC*HEsroVkB-Z*hJ{1OBHZ9IHt=C?Rr+}dTFLyYfhImMT%Jj?az9wT@AZ^ow-HH z6{bs0MWx{CrcKVx?U!j#lBSZb_&7Evhi&(;=tvamUgL$;!*!F3jLY#p0mYj@PJSvX zDvHn3(-y-|u8Kcd8L!$NuM0R194xi%u3B4L^L$FA^3HSBm#4w_K(t@#WTW|xS~%&( z+oGbPuBj>MQ{sYx0t#fJ3fE&8TyW!*jEpSScXx?*+V@bZQNzp(q#!9lBcKyoOu4t` zvE=8i+hNOd`Rc6F;!XX+e9XlS-&ItHnAx8AN%sYrcNZQ$e5j(P_NcEO4j<%uteE~~ zWyMjy&i{~ab*xg;GD>*xwN7@4;=P_8t$mWKV$79}BW@;NKRk~4T%9N?BJy@?io?f1 zH{YN{ZF{aWw9Pe@1)1b8Ol zvz3#wytw$f_<9~yJVtI?oM$-qKo%vZ5z!5;S2Cc>iC81ap|qq-SAdTaLrYH*%TK5y z?{DBu&onkuerrn-uZ+g$Nx=6Cn?hZ=bVJXVM6!k?Mgau8agwmK&tGnUU~Z0>>@QXD zql(Xnu(1iD-jVI5Zo7Gn=)pny+M34_;^k$Gpj4ZuQE^WZ2VFyImV_*|g~pZ6&?LO| zSinK+hGrA?*EnwTx(1CTF@@5^4%YhM>z5iMOasi2)NA5lq465or7=__RGkb#yHSX* zon?d(^Nmd2ZS~^zlR=@FZ$DHs=+89W&!f7boe}F_M;(g$ZnWGX{!MXl!+Lm9Qc@wL zKTAbh`>B1&Q#PB!tz9)2m&+U&bUS2B2|Gu!`zxzUu%`V@cm3e8!4j_czRn(dU1&BJ zZ^6n7@b(~8u+GfPJyenXV6K>5Xe9*=(iLdu>ijY4S}t4D7`u3~vyzMG=TA5Nuw@(jY>E(7XeI9EsANnCPJ-u4{!$_*7*!zUxk19eDfb zAj8DRW1~D;&h&+1-)nVQm>--+QslA<>2m<7Cr*E})5&p`#Zh3~6zLseN6@uHS4kIQ z0!ogY_5SQ`+FcwJ9>xYZ^|`}fZf0#cMaY5;Fu2rO+|q-AluCkR*ti-7vBSKIgRlk{ zWw~VK`fN-$E`9U`mDMNMP>#A+d#>h^h1}0rx@}@=$_sl6+rXN{6XlR6#Kpq0j*omj z+0vTbDz89&@?zT7J9zeW`QjFdX0;!K{Pl(amWEnxA4j6JP}<;yx!i_U2Qo>icIZGz zNsowzkdP4Ng$U>;+8PhwwB@bUxEnf(<$Gk;RlZrzlqYbyzIk|D5%cQZ?ReY!{&ZE+ zW|1oZro5YQGn!`}*4M)pj}gzcCX_{a!znp)`Fru`_*UMkkb)o}5K(c(6V&4DSLAlB zOt)UZ!Z#dql`&doykb?d=?I4EcTZZgCG@a+H(v+NTP}|gPj_=O*GHVK26ml3+3y}6aRyR;K{pMZItn}o{q1u*#=EmRlZLpWHpH5Eu&;mCXuw>sMpR`?w$TgsoAzE zOmlC9<>42|`cnxQ*cLD`)mli8^_fMYVPaPnHXp-KUCt5J7l+gL-sc0WD&vIIrbl1n zV>u$)n%dgVL%3SK)H(%*3$JS`$TV!^E#jrNf?M5~(#3E(2sL>PbtyH4*fTZ&`Lz9X zVwS9hM7Hyl=H(>U6zB)I?6`%GCc{?g%#@NPPX>}S~#V>OFhc*Ww+*FpgK7=8G~5@Chh zBpK|4k6@6(Xiw5z94+EY)yRPs|n;9!}4O+XoXyuBuQsqXCA-Q7;AC6=e z*9xA$7b6c8pmKTv{Yv+$Ik^29d!Da=2Q-17^@I$*Al=PTdHhdM{a%!z9!FQ$Fcf7<=Qj;Pq;Vs5w! zXW@%LsgH>DhN(-a5YBpi=JEZ+Ycgbyo&YM}{3=MQF4J0fLHY@-Kgm?-8aNGiT zA~mH{Z4`0aetIjeD`3O_mK;L$2+`X4~!)4-I)d?dU8Wp57;Z)>77)z@IJp z=F&ZUolU%DOWv?`5R_+N73_@6!i!Q%(6zBlfY|i$*D&$3fOy%jqM|mVNc#du<#lNfX2+Y#(Q&x1F7+9 zJa>4xoLrT?XTfk{SxaLOAdF3Sm*>!=qE8N7TO+1fT=GydcbL@oCH2B^TO&5F3_-2b zOkAn^x+IZ(n%TOx;zjJsetM^r%G9zpCTjQarKP1WG&GJ>nJ^iTeN%!0{k_JJn$mQM zU)zd|PZd}YK|IBG2^s~}fRsU%ac-9lK8jhyMR)OFXlQI?TYWuQ_-r6;bm^;4zHW}8 zAJX}w?n{vX!CSs3Z<41UUj)#z*_M= zxu~DEeaJ$ArR#;KDjzRTDWrk!who4@ zAW8W#>V#h7I=10qdg)>Hb}Hm!8ekJE8&B-1K5BNlvujpzZybM}d8p+Ji^bna+5!53FMsCfm%SGh zDN4ja4w}9a8kCZX$&5k5i&00jqB=#indxySdEU);Q95>Vm@eiv^gX8C4Vs4c?xL&9 z&0nlipWgW#6xQF|q~3pNoJk?JB)LCVaiSpqY2PIMG>YhXfzx_(_|tTcL`9YKug0Zt zFIOnnXh~1RgS}i?XN`wDTM!U|56zbxy`ZN9S@-0w5{gPl){LSeS*2~$m0A-3eS|rd zF8U9sv`R5FaG|c3--^Z8HV`qL^6?@9zwx+OXE4izb6>sO!fe6Vf$Z_1H#b%jPam?} zWt7|)#R5cmEDzmH(a%(Q=JxU!MM+6HWMEW_9l>&U1!CQ67BYv6fZE`^9|h;L<<>ZC z#JqVVjhW4M$^|`nyOk*}{h+5D>ek=ZUD}_uNGFi1?{m|JX$WMS*3A$Qnyk| z%3fbP)p_>HYbE?v)_O-0|D7H3OVfsC7NHyjZ9FcCr9rfWz(rvaOj}k$;0e#CNRrZH zly5Nu-~*D`eCbY`CxN-`!ey$x4qt1&ZUXEg1whS3H?V-y+o~#2*O#IV;qW)QCpn46 z7B(bJJ+VAA2SP&0bcKZzHi?P#i3UaekXNnSVLI@=P3km~P4AZ{#!vkV8Dt0DP9eje zj9{zFTGch|tVsvVv`z^tvZa=oH*#GA2-wFH-yC0$DhHDpKEM97)`<+f{WzO!q*|wz zaqzVV#CXX>Bh`$8cpy8CNkLCQqN+@K!IcGAOy!No$)MBZXUrciw*iE_BtCh<)37+* zosaoM7LR0GhZFS*3+1qf)9zc1!fMSA%grOkIx4McaJUGtU>wGJ-qqDr=&>{aY4>rv zw&-@@xU;OTGJks8WovhJH@bW`$_p>B=E&Xh3&Ci`D&FbI_VsH2!z{54emZonlv!rB zX;N!u;Eo&*v71lhseZ$R;DUaVl`i_IczpShCa!2t{^S#ZYEx$wJKbPL2deaB(0iYI z+C}yR3L6Wwb223$4RYhh_ziRnsfGPt%hu(RB``1ot$|mpfLCTVohUhr?+jt-ed6H> zZEg@C!Mp@qXt_*{^T7H7z{)(0`~5(%dDHMaMp8{uQd0M_G4L)B%_;+-xf$@wVVkWQ z!_B-^gO@^JM#9_xGXLZ0>9v@tr1nsc{p`8`s{XbZs>MYe-!)?R@nW_rIqh-D5lxLA zlk8&fDFmfNvG_@m$<%ZoBgvdnrPUUvH>ek*%;yzr!OF7ywx38(EQydn#WSYI_H%O0 zwC{SReY;`}+7piM@@hp|J`t!1X-~(MejpX#c5~n!;94+Xs(}zIg1U*5#WD&ld@qSj zUR-Nx(CoqBz#_ec%gld3bTSzv1w*V0w|Zw&kP1ZT$=fd=L__i+Gwc^-@*bzF*nmK( zlEjddf-96&ZnJ%m*SJzd`P(}?_q58;0Sn#s+^3u({-gdHpRt8V>ExdFNjfS2rlOH# zI2tDeA{R=zA~PxYK`6=E&xrw397BDq<_``h=)F%q9CF z=eV6bCg$}am$U^HoTaF-WSf02)YrB}M@@Rv$ra$0*lo-)d9W5SX8UJCfAS39plv+N z*GSk)kA})yr+j!k4N6yWM=q&3&ent!1vn{mP#ahm5ZCZw^wd10C9M0B&t;YIMZf)> zT`}Om=sxK##?C^sj);hEo-HUEwr*-rUpy}Ig4e2D6*Fa5$Zt?sy+XY=AW zAd{&vr5Z$4ZgF(n;z?%^%+dsK^~#D;;*n4PR&uhyyIS!~A&<;h-@4r0eXeEY&eK)9 zRpxc+g<;1X6QDnZBNAV9apWAPJb!fo1WkL3s2+~G`fgL(RzDH6TOk(3UI^<`t8 z_>?Jxu$EN7M6^tjcz3$rKGNF>I9`tm^W8Jasf&kr@-U@wo{F`G6m}A(wqL=~&=hb} z+smGCd`Nrr26tgeR>!!iuh>^3mVD$HBdvZ$*L@261#2bqqAj@myc+%mM!bzAe2hKp zh))dmz-4P82K)_LScCTvM*3+#zKe`6LUL1r>>kzS-WEvd4p7RscJhiKHF35+Bfu#7 z;K7547nnFiBJt=9{wW{Qn6YwLH|w=B*7C`TFE^P&vKPfZZcpm1Y;#)w)x8NX+rwI% z7a8Gg-G`YQBf?!7ahcWbfFBs@f3g`40tQuU}h1J zF??6k?`poVu$*Ala5>LLAC}Atw?Xl%rLHk_d7!7ns&z3uXFCr!cemd z4IkRt+9J2%u{48*{2JJUNCEW&w1K@{9w;tOZw^Nt+*+^b>5q)#7}>3C9Cl{cU(=c5 z-?q)@$si$y%*(Kkb`qGBBC#D$V-ib`iOI7^ z5It!b325G|lZmdO2Fx%IVch1IzSgTpb*|r2UQ;iY5aRgoB>Y zo$fxqIDN3`Zg|fE2Va|JFzs$F2juQsR?elCFQl){C8=n%Iv+9`9C~rA$f&!G+!17V z5G#4VehqKqAXX6()q!;&W^loxh#BEX);ovY$BfaXDb&|(#dpb~=mv)O3W&RybLd!h zUe=y#P`@CgN^y1S4PQrFGePlDLp*1t6m;!P7grsuG)rwt&y(DVDe!5 zCi7U%>Gho(+3odo9qy=JZX&S;>9();m>c#bNC<%vB2lskKSMkh2auK+hDL%nB4h(_ zioGE|`}rzsSwm=M0k5I{{ZQJ`PcsGP-tAxdO0?c^$2s3{du;mb=3PFIb;jD_VxInG zSa?KZkL_uqL-L6@lLqH%-RrTniPqa46cXZJFB=pwb~@VL<~MqG$KFa`rEpP=cLn*5 z%Ino0_SKw6vQ?koxYjWdW-0YNYxY@0ZZaHwz4r(utqi=vcda4W)(>zGvD^btLzq7Y zv>Iaiv*Q=*lUc+QVfcApQQOG;R{ca7xA)dUv!WvlfBF1W)DY+}6r;8-{P zgFIO|!ZtvUZ+0s@HA8GtAS+t-G3w!9659*>p6XWdTjgJu?ApTLP7ZgS3lEQ&P;iXlZE+9*+Vq$r*9in=D4OUDJ11-sqm92jX!T zJ5LP569Fmkzys`|6kcClHl^mJMF?Iis)fgPNw04vuJ@Jk`(c(WE1kp^cibBKH8azs zA#O(vs{MnWBxuO}Wq91~`qRv5PIwovu+svlW(kzRBC#Sys7wRQ1?MnNuJ%eC1X5kH z;FhkaNqm97b639oIq{y%fhthhqWu2Vg~irKDa1{|dfHeRJSfsM5z*OC>njo)m0m?i zbtT5xZt168DfN4!)8=nok_aehPJzqa7eXFKRHS7X5nLa3`_R%IQj=`sfFTvRq{{lP z`)%hYa>d#F2>g!9bdpNhixf9+uwLzprtyt39St0(E)%@!a)z)%SuBlj0xo6D02;Y3 znYaLqBbz7-`q2BDzTPHxVFWKcc)2aIhnGFLnGtO?fvXQkfuxc&L~7U;gSmG%y;Svw zb04F#sHuk0Dq-OkYb^iQmHBaa&WM;5+UQEl z%LD2}fz+oNnegYkF$#>vUi*}oEhL>z{+20;h>wpaa4a;b z+G1s9HsLZTX2?}uV#JU27X(_cXkB#23JNE4T_}>2ks!YERw4-??nM`H!{bz_1*B+Y zCoNj`pr@sNvyKOmYre6YQxuk@=qN5wQRuR7_c4jp1*H_cxD-fr+v}GHGyJ-AA!Q?17e`{BZg#?DU8P-aBJ4Gin%?99?qV^7k^=SOFze<{VJcZr=OmeLZ0pU7Q|i?BV%E&xo<6RvS%^q>yXW_s`Ez5iizjVmf4H(zNo>2` zSo~&{aQ^;Ro>xxa?m1~|5%SnVqh9Z-k~NI>ml`A>5Z8o}M~tVEK3b;+4B$QiDJ8{m8;wyr-f6r>QuSCwzd`4eGroGfQ3}CC1Oc0X{A$8tMUHeSyF`B z@cx+I+Nw~Cx;B4OX|Q2BNhw1mbl5*w5CpTejdD4Cv70x&eLBx~+P?+Y1=!kePNh5{ zj#-i>2}j$UN~(a#<_IC!eB*u!KmIg+h0;;ay{xX*!(*A^*E&sbLwtE9sGVKTmxTp8 z(>K;_GOVnu9^!X7Hieu}PqB*Il55pQfY^#A@MAiLXbc)vharFUL}9oRFE4!_v-i+; zu3nOi!*F1_6gQ(KC~F=cOs{!e<}}fl^W>ty6V4mt_i!I$yO$ zDv<1Nw)!oO7|H`Z7Wt$l2aSuT+jr*i87{F&oG=N_9_Nk4aVjkwsF7dK)D@n5}ky1MqS|Mmx*ql0HDW`0Cz3D%i1_6 zOSfu<<$J}va=@zR$pNNG<3H?@5DROew36=huD$3aL@J|#7*`Kzz2$= z4^XbU2K7S2sOdb5>eAt7LS4(sd0C$6%ZU>Udqb~?W-9L(p?qH>rQ4KI&Mz|HTBwhw z(O&}EP2~68ZisSX9u&5iQAg_9^id`#5#1UAwXjy*A-5CzKz`ZT$HxE||McPl_qZs7m(U9I|`| znid@>x5@fmv*2`H9_>u0Vx$(o-DVf}?hD`Z@3y+DG=r@dxUk7kUr9%(c&F5hQzz>Y zk~>jObT1F9xT0cjxi`I)fJNqc2Ob|qu=Q1dTyJ+{>ep5j32^6YPl<8BNn=RsK>4!7 zt{?cxX43@fDDSzv-0arKgiJ!g)VTljC51NeI%kE<_H{o@s8knUH{2F_;dJl5c&F;B zf&+_iI)C2FMV#?d7POcb!XI-WKW?paCLkM6Q6j;EC_ov|Gd+6lR84s!tzo4-XEnPoer%FE)&dtqGZj z%j(2jnHz7_U9U`d=fAc>k`_UGVz-@tROaRED)#PEyfbje7E!c%F(V7^E`Q|Z>j=1d zYgM{epL0|0r17-*NWX0VRV4LErV|$a#xV^`Lr%2@D+MpbqfZ%}_arKoeP)OmG5i*8 zTJA>58r5H~@N2}1%EI8`%>QTxzzq#I<>YvpQn!xvkqw_!Yfi-?IQI+tT^c1xzpixk z#5z@~Xl^A0d0*mwlZ4Ed##t$8BqYt&y!geI>BwbeTfKMvuV?FEi={Hv*wgA?k+yt$ z4r}n#FccN*!;yNXd}Qz3eFFLxdR^3~C%}X21(J5I4x9XV8~6@E$(c@GTV73F*B0iB z3oz)lPk@~QLg)ccuB`lcxRROH=#Y4dL=Wz@iu`J0p%$LSq;hSDZd2vklcF6Wn$ zw-kPuERC(J63MzGg7ZE3uM*qib^Q1X687&4x8SYJhSKIKPN7>#h>_DFq*|jLurdP0 zkvHH}suh^n^&+#Wfc*%M25BWg$<2jL{#yX~sjXSRWcyj5Mmw!+JjSc{eNl+0)#xzOsl#U@z6=1t#mSuaXVF zhVCLLT5f1iDr2k12esdS#YT=TA}&ma`Z6Jn6a~VTh0IO+cJn!8E(N^>%`60AO831K zO}ruG$t&m}^vvI1{`$tw;*|MQz=p4DWyJipiKqAd?p0$3KnSYGI*#-ZxymgGX@6N! z2A930V!VF4Qut$M>aexzDZAP@Dqp7Bkqi}$gsjouq%Wi!s*jRQnKB`YvbZ5F#MXg0 zhz z89Tb3$z#?T=qqkyhfYo9$S&%GGkocz-6($^rK#DfEac?)>XT!y(qQiQQw2UN$X-isS&hatLdIs{F3l3DboO~jUyv03_aa2mcjMxXzc zSuJHx46EEkf$1@Y^w2(aN=!y@cwj?3DF#J_^K;ANv1d*}FjB0jX{)F6lY17`RlV_n z1||f1(qK z(vqv=6BZ|f;IA=UYsH0#2&n0b)4ll2JLvHjqAPov!kUkJcF@ZoT)H3l3o@|j3gbLI^h1E1T) zOEMD3#q8t5k_FoVKpNy@RCk|h7dH#wBi*LoarF^*WZ_mit@yW{!lCiTLeyIPm3`rZ zo<^U$khTS(ol{42s4al#lfv(~vLE06FhxP`WFl&fz7%eUeyPgJlpJKi`da1()O9t$ z+Y?cBJ{*aLVj7M4)OjBZ`{4~0T6w$d0GVA?i(U$%i#c2boz<)e6RMmC7=(nO_JxHd z^%7%*)+`NeG4;JWi;1F0=YW~#(s1#JYQv>vcD*Y~5Xk=EFxvGas=dtZzBF024S8N( zoeW@%DQ;(Ikjd4twe(HcAFp!I&G;x1GfW8O3p|;J&1)#$I7oyBMkiY~q!_idFn&Hd zrXsnck%Vf>(b%wyE7I7q0JY9pRCmd(6B(cOR!#0~1K~#jRng8t0Gb1K=7WgL-EQIx zhkj8b~%yB8+BmH}Euf)Yi$@B}z}!yI{V#J?fL=h2^Q1T)5=B?Lo!r4Of7v znN3TTOzv2{71{n^;Z&sjB2|_2I7(Cxm2HhA1@FjgOCa+(E%-IW0GU`6P3RUH$$2x#*sNB-MDX$EWkKEM|b=x9wNd z{u~@v9K=Q6OEeR<=*Ttk2}*~`!AF9|g0ZRfOsaQ8#5`A;+}qyRc1Mzv@v+p#iaQLk zTmllIqqh$|q|z__)|PuOju%dt7*#l$XSG&BrQ>e9hjnr-udA-+U6CsNpbQxc<{Pd4 zhDF*?-+5!|ak*mk=IiLfB9e@y^xHqp=o9w%@1wSf3&G>cfSmtjbb$7G&t--7gIJTCKEzb)ps7fvwRmDDQg z30E22amv%D)&c?-jJ& zMl>`uUVv$t7#ZuV+asU7Xizg|c@PxX7ce8&S#z$bu@h=LtbDj~6Z|`|WwWCn!6l{Aqm=sngnZ8tJ%7s>KunDPv@rZ=pbK zGVT5NVpLF309*kE5N|p~CqamKMugC}5%^N7`pa!90uquBg*x`}#fwA5ABlLzm~Uad zdC(*z^h|MdgxEJUQK5D*T282QuS<{ zS4YC@UQFMT?zAB-W{z@B2S{;x_SAoSF#x$k2f2qmM zb>!}&t>TobD($xRyv|%SgBi5Z7cu1 zMp_We`C^R41M#HiGfGsH#TTrB)c%Qf4t8!-yo$+!-aSdNy#na#R%9Rp{@o<;$HSRN$wS zG_-3~zOGac@33?R0ZuD=l!qzZaf&~;ta4unr;j7uh~97BZ9eLLM6qUm7qwZp6pjv4 zb5Q9g$I(V7uIYEdTfkUa(5#)WYo9sQ!1Ug zxmjym%^leGt59>Ng{Vv7mD0PjpUs22xVSWi;}82iDvoGr4p{7^oy;DL4SzxUbRBoU z*+ofce?yv+@+_X-+ARvnWmilY%v;p`m2Zu;w}mxFS&=Z%ZJ`%JY1~dJ15t%sTdxv{>IiDejs$KT z@bu$u6uERLy(d*j;kObP?tV>Qfr#9`OXZalBmMjs%5EvGT@T?nVtKQxX}t`M8>4X` zD=ARLxM$xnT(huKtj~hT!nI~YEPLgme|ukbT%8M6Ixb){U_~Nt3ZZV=m<0^oQnHNx|-8r z+@iIElSa_(S21QlX11JR_5umX!~jc3!okAnE{=%A&8-(9w`9wFly3ND9+pD=dBj(j3Q51^G1u}M1cK{t#8&U!cF zD1lm<>I!I^F6xMl9() z(T&`jTw(4>o~jit6ES*4yBibFoJ@w}vHJ{h4tow(c2-5W#RRX*NY2g9nMBVuExI-2aMv^dJuixt(q9SJ)A>j&Fs|OmcTNp@dHEuU=hmhV&YbW8W5*cSA(Di3^zIO7-5EtxF@}^kX|HQdgmJej>&Yo8X85*Lf6X4f*z++W{GK~)GToE@vZSh8}Js`?!eZyH0 z{k1C>P+i-X=*&T!F*QfM*a4Fk%eA$62XDP?o!!5y;UAaKBslSI}MA97u80V<6EczVfgHp z6+Mq8r1#RzN74NV*R)R)Q=tvImk?Mii_G=}B8~)kPmIP!5(z_?-w`0$-Ft1 z%E}(W?VwX9e(vt`h9?0%7x2py)8)*zwX-RYP%v{Nf8Y7SvLj=5f01Es`B0motUP+` zoKQ*g1op1|MjH~N{Q8?g`UP|<@cgiS*34OYo5oQ4DKn1UCmVWSrF2nCPnve~)ahPs zGfgRt;~wCHi7LknV5RE$Q(NGC6!ek|6Gp?JFYXNSCv-z-vQ8ww(^!RibTWo=5^nW$T#PRB)fKN68A~iI!F~IhKyqeFFi$Bz zbnwDFlf{_8@RO|G;lI8VPZ{(cfH zm38~LKV6{)_aJQF9tlNH!elij1!ws;HuFFEhZVAUQj#|$3FH#NkW^MO#aSbikZFW{Ax7A+3V*#J_KaY(Wvnr$xNj>mm z4;&B24|=As2wy3V|t#o?U>Yfr^>0OKYDci87E)R6!X!|&(S)oQLXg<%IEnsG=a_{2w znE)G%zgFM141~WS4`5>FKcFyWt0~3|6Hmq+nm>N^wRPvw9GV7MT&CjWMr0V2k0r4_ z6=%ZR_XWY@!H zDrzw^1%~gKVBTl6zd2C*LN4j%je&}MIVbNjE>5KzyrXe_I`6cF22#r;0}MU{iEZ2I zHzDg1A3GPqQbmv^;>Vw@x|P@Ol9nC%mf3yHiHodV>{CiDb9dv{*bVP3#|~U7S)(#s zG=JIH1kK8sM|({CtDNd4La<$^eDj3t=GY;_{hz49Bt8 zYoT<~c}sR3ynunRLZwu7ed<|%`BMJXu2s`-nyt2RnF-BIkfSIwn47(s-VqWOVD`#4 ze3&@qlUem_cDQ#@cx`In;`FV>^+ubn&wT}z7yOF-Ilf^Xs2ch7NQk!M_6iHB0i?^) z_=&BS*Q16>Xr-+@SaXZ$a6+#2$D$i*5H@Wz&l!TBMsFWmRJvAd%=&E4y?-)D85kHS zmVZ;Olg520hkBYWIo-qOcvM=g3%PMHumZF0!-a+6yI8>RR_Q3^jd7?U>TtNx#noH% zy!bXAo3GkLQX(JnRNrSOhR(^|q7m2OyJTr$%BqsHD(@U1`gXzx^i66u+CL_Q_KXOoZ9@X-i^Kr>tiK;Ej}io! zjq~|By3?fgZj{>El}0fMhOtK&+{l@d>N(Q@_6q%LIZ=!xKm-nOtnBzSuaDX|(Uif* z_p)nI+Op*NS;ljB82GeBUX=EcH{D#sVs0V3@|nT()!4lB)d(m0cC?Qg@2|`fYF{nw z&JcP2C8_q+m~Z0tpOxbS{B;aI)IKa9;0whsz)zKKf0P>cohhZ9Gt~>VLeU5N4`Z#r z%Zujw-zfn!Z;&P5hnof9>M`>SzJWu==TT8nA6KYQp|I2p@E8tbI(Uvzt$s`>yZ#W` zHC(v=jY&pY8}CmmqkU;HyU)4ZJ!v|Jfyo`*X?$BZ8q?C1Ml@&e8@te;1`K{(XX;-Y z*6&1p!<;CJ2@uI1pi^0gTecR;L`4*Pdfod?VEs)m=CuP zu?O%mxwE`&hUKfGuf70ZwSG?bMzHk{t>8?FrJbG>_cY(Y-?gVsO!qpNp4#%>5?tI77Sp#(nAC-hzQufKBXkBPYhwv=gd~`L7&3%WBh1o zqz^6Z#j(GuCr$m(gC?|dqp__u%V)P=-x_^I8>m-B9aRieux(nT zqPSIE*4J$^V*T%PeQEQUhO}l#9ojS0pS~aMOlPJ9sD&L&=G>HJ-J25l8!Y&)Ps_0U zU)l0co1}W*CHbk~ivo`TU#sq+yt`7meJ$4q_$c$HYPmiOK8U_y6g0H$;*9 z58_C8q~5P<{r@Ndv~Ykgt5pMK&!B}23rN9GcExctE`E+m-g%MPeojs5MI)1&!eIl zg;z3AkBW}et-KwDHz-5xTQxh~rDyMBBm4I_eSTKZAJ-Qc>C$W?{XEHozGL9O9mPVA zWBJADM!G&*Oy+3r9s|Iq*Y>65|1wHc_>P-Q>Zqk%S=|HpYgy@IRu7hs`o6lVhu!`h z6VZq1U0D7QcKs=3ohiDQ<1H_1-2%QgSa}orcZAA0SiyDAEMfdFVv}2d<7vj4#{&D}9V)W~D z7If_9udtiHz<{6S7=MmaIh@anojGorxO-UrwW*oGPgnc^AD)B3KZNPrelpLOrCorp z#{9M-<}YUO=QR}hlx9i_Inr>UL2Xga(7NgbVOX!klaAhH|9 zNA{orF}*3aVK!Fzwyf|KifCGa;`_x=Y*ZhL3hzc;8&{*&MHFgZ%7NOIbfBdt|_o;OI03WHI3VuV`(kcxQf zsA5mOSlIRE(W83k|EdK<9em7{e-RuHOLHk39#mB|B;-wzx)r*Ye*R0+UjH6+bVU%p{o5(St^}cBho4t`x^Pegxl zGl$^%i$NT7#-xAN60iRW0?0Fp)G6iGW$oi;boZudUAiMF?(vtmJZ-S0F3I{ZKz9G2Rc5+pYF^Pie9t!KLL*z z&!AtKoB{l$iNfjuzEJy|?g9Lv0(_)huzm-3EkjE9?VUf7Nr7qFuS417Jd`pTg; zECTK6*hoLRJ2%7H(Lz=s?;&-KZSU>0ai2YqF2+Iff%^3Vf z`33N`bJz6DK%)g#_dtjR9Fsy3}FT>ik4PLxnwjCdYZ{4IC$b?B#vNh+7@ z*|WcJfye(00dnQarEWCE1eiIBbL8O+`fyH_hP7ni8T^!H0{nyqE)-LnU4JzLbz|56 zA-ncAB?S0z`-t^5bJ|h~KWpmAp5X+8e`l77wNK3gJcF(Q|C__E5E4nC%IWrc5%6niseb#HtPVf85R0Qf2=UjW3X8t-4%D`k zJ+&yx3Lio*uPxQcVME1ytSK(cpzf@BdxivkiYe%stvwU)4Eov88FBt6w)h`8)*m0N z#d}Wm5`^H}i$fYY)%&uSjQQBGnaR7jg$K=T+#+EuGo?UlNG{_O<79DxfHU;#i+V$d-X+3E*y%#W|{Lj4f; z+4YCB^>=0K?@&g#euzF*?B%qf68_dSwuy^6BbPQUGw3St6Ej=;#Z&-qOb7mqiN&8B zn#Jk|WVrm@(&{&Iwz7`J>L(nw)HJWTsO)L+9xfj$U(4?`mk*2YSHwWEJR%A@J}Ks5 zjw9ZqbmC|?7o5*zx~<#)7XrApEMq@sU}J#J7SAJ|tv;^4u>7c6?D|>wb!XxCp=SN8 z`WvzJhcWooSnV(Bix;391?Ur`wM)=1NZ`+neFpHugvB3ai$B7^e>>2RzGmR} zqkpfju=*|G!sTmXZwa<)Z7Pd9$nUGW3YBk?;w3WpacuRmg$)#KGHM#FzUBWNJ2LbC2Ajt?0r+_a{2W{RuMGNG2L1F%;p#Pu*MR?C1zx0groexR z>0B0i>pBaohsy`}^APXh@@q+#kCJYAP2~&lVfnE7zJ(kqqJSes6*5qZ?CQ)UrlzsK z4mNeL!KB%nO!@vT1b_zctXI@7HLAAr<7jsG(Xjg3i21_u0e&}W{cTv?H)8NXfN@P- z)Q+1AV~y#+o*9`j0P^V(uyB7m#X$c&Obj)?vx`5@E?%?t?-E5t4>4YI^#Fb=&f{Zu zzrKrz^()(=p6@~Po0z0{H3j&iWNr_k2bZtLdv^J7_c3ho03HNrpVRKTlZAqb9-O>^ z{yv9d#foLxg75zg0dj~m(7k#=+vM=-PB;40bbi{0t-d#dAI^fV2U0!;zZ0i@?b+H9 z{}VYISku!}1@LFK-jfXGkAua%`ZJFcg8{GrSsTX~?4yGO;NK?-ONX#Sd_Ta}zNc>n z@SA(G#di}HzeW~z5bGCmZa)V*bD3EESQD2Is~=cGq;?pw(((a*WI;#jme1i{HV6GD z{6B{)Vqu4KKtO;Q`Xb+^>woVEfPwh{IXh@57-ZSBLj}i;y{kK&?^?xhgU7vYRSl23 zS78spB#350j9^i?th0yOR{aBmc!WXxZlC}&>%ilP;olArKtsr39Adx`*T0H`i)U+( z7NGBp5aJHj4&c{!785zE+A;7b=c1yAT0W<6$Ig$y`Grz;*BJO4oeaQE*U=mZ|ue7k^e~JM3r?LBpg4Qve5?UnKqFZtU=WSD3 zyImOF)b+}krmnXqw{m;5u%kPz>EWg3-Cr|s-|+aVAG>R9#QypB19I$-!SGQBz~0+8 z1MnSvd{h^Y_`b2bNa@zHxI>IzDJO9NJW@Nvc@20}^hQ;ZvA&Eb<*F{9M?719Y*8Wd z06Hsu>I=nR*zsvOAB)|J=t#mrPFN9TiLKn3_cDOHBYkLBgaC4v$=GS~*v>uzWQ^@>-P_~<;G25@ zbT1Y3^_?Z~?S;5o+DfE#^BM_@pHfSxd(G7&&ZkI$H=wwan$!0yDuxEWX7zoT01+Gl zsv0d1Dx$3$tx;%5wQkt3;Xexgdq)7x3&`Eb%oVxCT#s`0BewSOz6rqhL;*~1+R!Wjea0^SQ?~Zi?S;iJ zl_{MX<5}EIt0OF410EKiTv`HOLZo(Z^?eJ;A%&g>dL&4|)?Xvg@~|T2_pulygoiEW zKr|!xe@y_51SaPcATE~ZTghP>yXU9ddI_*Ma|qbnU4ZxnK9@nC8Ed|7J&HpY?`BDT+OEI^-KUsybV zpTMpjx%}`7Z1Lp;@LKs6iauIeI{@#)qj!EWdSQSBML6bjNQmU;R}Zv2B*90nkBu?x z8T>aozyCi&0PTWEQD`MaQl5%4gDL^bV2=7ivM3l08}EML`Dy6l$1 zf)_Vqpc&kSI4OfIc|O2pYo6PHV>knh0n3JZ2hh_nY6~R~z+vg*s!BIsQ2;My>$C!n zL00b!s*8uU_slCs_dJf&Bd-7+1n3C@F!)hy^}Px^J}m8Hj;ffu0b? z7S5?#Dg!>20UyIIegt~&QL8U2DtB5cXKL}9n}@Y)z+-gF<3Qc{_Z|}b9z6OKcBD@E z?Qi69)#DU#Y}#C%N01itQRREr;QuQKppgJW9%5-N!$Fxwxva)btLK`wu(7c8+4bC2 z;9=QQYGwdFF-(9CzyUULcFoEG`Vg%LuavNMRP5pycnq~%cxkX%4i-w= z-o@=VO|9ehL=|#11@NiWM9z*$8MRg|2D`yM7;X7-d>|I~Se=PyDp%sf{kE(7Wenm(PC-=jU|E?{KfO(Gu$nCo5t@Nw|De_w0>EquF0=*ZLm;USnXM96ON~ zC{O^ihqf}t7I(8&x^yUDyKY!z=UeEvR~K2xoi$R*3-A-m2=D=X94wzl46Gk1TVVmb z20mhXINu|_tD~U!9l&=j;P9|sHtVDQc4`Y(KWX*Y{S2ANe2l0f zqErh7kI}oZi0i%O&wYxB(WQXHomwGQ-vv787D;!HokVeHy}iB7u$S`t=<@%k z2!NqoWE@e0!iw|;5QsR?s-};vF1p?aR?B-Ab2vGmtkZ)*EdG*sByjxiUkU_Z@QWL; z1WO&L*kv6NJbDyzxZg6D?dfuU7F%7dbkn89WB(iMEr1RlY=MK*RCVt|e*gc50NT(N znqoQ?>*f`)(ip30&|!m(l-h+F^nx$Vxfi$7e_$9%o7tqMAwN0Ad zcdP%OB*36S8Ce42E(%AUo}M6ros7wtb;A}kn0rTkxrf0*8Nl&-R5pWtQg&zkv}{iL z>A{Y=sopla@#cDUsuoAC<5={TiddOjTnbJvMVy{yi4#(=TuUS2yS@hhuLPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>DK4VElK~#8N?R|N0 zB-ef3^fC91dvGqU1+drydtW4%qDV;=m4uRMCQ5Am;X@@wiCj`u{zziQEIUzLWv8NY zxnxI@9ob1FS)wSK6h)B~Z)!>Iz1$0nV*%{q8UQoE+|xaM=(mE0rw6#@5Henr4NmR}KYkL4Z*VO(7h1XMIl z!&VeUzKeF$smK58a&HJI6biB|1M6Ha_u6Z(rPJwDDisI>9(m*uzuzxO(tGc{H#|HH z4m=*u&Ye5!>+9`yJLl$uiD4M&boTo7==JNdL?Z8YJDQs-8XGHXYASKGqz89j?h*mG zN+y%J!6cbX*45SBci(*gC7aE@{r205L<09;RaMo~(^FAV0o;Lpe}8{IpND0DfVQ?a zuh%;{IXN&e0D8bjZEY>MLEXB*8iMQUx;{M}f9179aNy>02Elm2vk*_pPz>XfDE_WjYAO5 z7FYoRKmjemU=T;==H||yKY#uDb#&e{ty7us(E6S_g`Uwf_pfBmmZr%uhq<9R@j z+cgZ_vH-N5PQmAMZrvLAz2ED3?6JLGuM4B$EC}X<5wHu6LCofnu~`HtiZVStJuxv+ zU0vPY-VWU1WT3*(M~A}!ZxafITrL;x6DXrIDsVDr!BLzJVz~O_&e7s@I)MVZffdjI zdSDQZjg1%t^;j(C^Z6<(E6WW6_mxa$UVQP=H@|u2^yzpeqpx+RvMkosdA{_eu7B|_ zc8Nl^kd5j}+|X5<6cXL_!B90!4HM%&(>mwQ$(<(vPy(Y17cNAjQJ@A@-L`ETrVdQu zaNzyX2z7=4ar6huT;0&l)r}8QYDXhS7Uv>nU=SR_xd0u5%+AijEaLHab8|Bc3$6)B zp>rmad;RsnZ+zq3cix!+`e?biG&g&{`X%j?M@GWVY1zyOx~^%Cl-iJx57;aARa7@Z zX`l+2$(^M^dh*F9t?Hc+&pAjkqFOzzR1n1QP6`GB7axz3-iS?ztP;?5)vp zmpE@XlXiXHZB99rtJ(R9xuj7r-OM4~VUKjj2!Mw{bOm0hLv!IG;Gp3m;K4cEG9Jy-?^QlB$Hbplkz&U_eXWoX~0RrG#Mn*=?o;?d+ zj2s5K323;J;R01H&A24i$r}`$h@rUfaUiGzbTADLKsK&EIl1tIADn;l%~=+2*DIPX z3X=WsuJNE(vx8jIX2Jy;HoK|1jCq$bsw5}p(}rq#1aZ+`t&=~f-0orrf${3qtEWz# zLMFp=67CbAl0XFd$m8eDCyG#68%5AF?eQXW(K#6Xmra--dt{r09+e0fCb?Go0^*7 z?m5=b4sZZ0O4e$fP$oDRo(f=L1SCAERC<1XVQOl6e0*|xdIq^E92z`34q<%sLFZL( zm0u3mg5`1bN9TAvJ3E`VdTd1Ila7g~Gp7oMDG>TJKBIw&Y|97q(NN-LbM&d{tFKQ@ zT*oAl8r%*CA3O`fi4Xv^u&@B600A@+t{*@EbgR=+;nxC`z;tG2Zfq<%Ha0gkh2T+` zomG&3dOU7bwK*I{B9TL+2!$L7;dOO>klWBu6%J!HK>iKmuXPCwo=m2G{_{)!{@=ef zI;!BB)`9g2=={Tf{o-$YEZS6QvJ}l`0$v4M8(fc8K+a~W1v8`jQ*wJgbimhgthTWO z#>Wkv53(WoAOt{dk>CULNF)MR!!;D+fCC5sTB-6linEaMkBm%QzI@}#mDto&{`&RI z^mKB59=WBFO6efZ?RFXld^!<;aolb!lm zkPf{3^5sAHgI^8|F4#rO91Vx7fD01&u5w#yK~QP2~O#!j9bJb!-X;>GzZ zS7xTCbNRfiD9E<0Ui{B$LZczKaykvaU%-l~rzgB^TX@f&$oB2cRaF(sVhk(*1ROs; z@JE02%Xi;RZj^wEpz_DR|I$Yf&evDiECN&%leWwVH~}i-K+|nmTPWo}B(;3JzOApO zre-})N0!NkvmlN>Xn@lXhr>{Lo>p>YEJq*Et7>6%bn2y-&VTQF=bwIh;Dr}(ZYCNv zayhX8omw|ISdbM8LOLx>PiupN$xD~!`uk&WU-^96=aZ4;mbmApmQH8-`=ggGrLFVV zD`I2K^v531<+lq2Lu9v{K_?&l+zX zvM~anU&uA#GV1E;p!;z8JRiqYtsX@|&xM85JMZ*A_0;=6{9*sgFOQFn>6r}8{x$_h zlSuvM_u$>72Pf983!-|?u(c;0Cy^;O=swn zDKHMi!a`OR3(jhfkDm1cAL|-x%dH7OyzTGr9~~WqWmQyEfLn~a40@L8=*a7ze)`;B z|MmHI-%aE{$TDa>!cnonV0G4N+HyH_d|Vm7F;(e%zq9^)(51*WJ>*IG-Kkt&R8&Vn zmkk5BV%k=LlkmCo_2H@Z>a)$^0iRu|sj(kA>JDHmHl89$p$A;+95m3j%;_B9XX!`7*S-v9S?p57+%=@YHk9UHrSh zyKw1JUWa1bQDIl3TXeg{=4N+Wo3EoI(Aw&YL|i@}5-MF$Kn6mTEf%-U%^3l2wy`?v zb?OemsPLv5D`s4B-XZHQd%@)>pzd+y!~S%YZ*EJ?@YcGEb-rtUM?o@dktWB!gYd5G z?ii+vg+~I$J0Xr}%+#L>#RJ9x05#PdR%-S}f2fix>&-d1#X0~!eQs`UXlMwa*Vfh| z{9>)Ui~vMtp#Os(ocZ4Ot_%#QY_fM!*rkj>KyGXEZ{J?CZ(rTkt(Bn=eR`G6s@JbC zV0rQ0ds71g^K)|rcoe(c+}4@+{BKn5rV)mK5cyLUj{z)7}n#Y;Is+@q96dv zeAEFw2*?9{suvjai~vI|*i;Qpn5+SCnu3&YbrxEm=6RRZ~~zIDUMbKDE@vxp~*zf^&PzY^A3l8-hg8u-*o_3!UjKaL*c^9JE-` z^BLO%zviiLVi`~gcUI^`mi#Odz;+3J;y@_UK;7}b2x3nV77p21A@2jt+mK6Z&x6ARuXP$T{otip>=g0%5w( z;>|3*DS`Pz42&&%R?W+jI)t5s6|+l^3$csQ>1iMdN6n6{BC8Vs85|s3SXij4szM!D z^Tv{3#Ar1B+;f*-e|T&(2>(Rv`fDkHjV(j|2S>bZLeELI*`r-+c4x^Use?P2oP5 zYRVlG{gFrN_w7Rvb6O4S5Uij&I;!uxuN6j*UFiGhl;`_z^;{fxr*nEXXXNu1`Usl^ z#(^?B0?6`4xPFW5_TnUdJFDFkhFmO!J-ij*5d|t7eJ=0_SQEIln7J?%i^bqY0Gf4d zsjN-_RKC5vy{D%Ks|g->iRGd|{YOToUwLJ$zdy0oxOYPIzP^S~$X$M8>ybdf)7e>D zQ{(0!Dyr0fqvGYu?eVlNhopu1eaamRrp7`j)NO9$QXyqFHrpM}TV1Sp9J4CnUYw!z z+yan*0Br4MPD)=#9#5Zmtl@=LAplqdaj1V?T^*0W<(Ur#%H{HJzdiiRUrr^HR^#Rf zRvuwwIM&{}1q##L9O&)!u~-Q)(|P%&bM2QW0~x0NlyriF0>uCXQskPM@d0ISBGMqT zmpY2tzm{qNZeAb^ao&@wBJDBsQ3PGJ=ci+{)BMw8I=n(wApl(!Md4XLWZAL{Dv!kf zt+ysdN3+(IH$^bA2=v$Q{Y!!{>T=0GADFY04$3zf^SpMY4NEXMeL^1`un4T_1Qb?S zO?#d74R)lsxH8>Ual2S7VNfjMQLJJVUg5$CFb%hnka8O&U}9q8?Af!3-GCmtzby5H z_dj#y#@Vy8`TUYAZi1K}EV;s+vk&lb?&1t{s{O=p`&i7G2lPmRkPBgJm<4*gY!3?U`p(Uz zu3nv*nL&tJatknm;i;POd9R|%-~v2Fwkss{a0&*Iyq3e^yhO6m;jcSVX~+m;e@Zhfiubw15Bp9o_Db zFJE6V>2c&0g}f8pAKAfTNU&P4h43x@0%-a}wQ>%4VGl42$;@T5>x%(^8%Za!&x(qQ zRr8;zsrdACR#lf9$EJz!5C8D~;NXm=tupmhWqNwyx#upu{(2O-wAEB5rYX$jnsWsk z2v9}07TMdrec#rtTO(C-vSf5NCJ${Ja@z~mlOH;P750#aT4;+9&+0{DD3L98rVb@x z9R<^rjDn;qoB)fZGFeW5+wJ!Ge24+CfMxj)hPZYu7L6h>T8*16qA0!c%Jg6T)fl2L$%D;80v!g1#Xb;5*NEM+7P*d>d7ARrQd1)FX&RD{o!=tGvfpwp*MBMn7; z*%JsHQdQ-~jl{yj>W_XX4AE;e@J{GJIq!-fvSDE+>-hG!uRi(Y&rY2hhI`@dD+N7= zhN6G+C$Ih2|9XNc((2cS1tc=Q1vQWfZmsM*ynFZV*49?pb|dJXl?0p1Zu7cChfGg; z2sw@;t<;M3Qb7wVd~cBhZVjc*>=4+*YI{}nhb+-?tQXFlIfE={<*ETkvsqHqz|-~3Pi=_ijr{&&CgJ3oK*)u{{?C**bcd8>tU z=WH!;B}A=v3fYh$UWDVN0q zP@H%?4o6RC6~#Kn=*eVqQ&UPdyXO6&KXXJ>?yRthNSbE9dNun${zw16{kN}u_Os9a z^MC%#7ryX|Z+zpz$&>L^3MulsuBsbCBJFKzYO1cTMx4toTnM=*O@mkqc2#)0*yH`FW<@1G1W@Tu&O+iG30_)2Ri_H`FilZpT(rNQ{y{XChv5(dM=5KEKSO2Qzp@*t# zYwf(<>a~UdBlxQVVwslD#7_iVQ9uclakq9+2>bNvfaY_V{IRH2NZ%Ry#R6o}VtIVR zoj|7;z$sz0Sp_C*qwhI$0<1}t$r1u!k~ePL0M^Uazz{To6t|n+Cc7hoakgx6eD}ML zKJ&~IU;ElVrxQ22D5j}@^rO|^{N~4=dg|A|_(d2c_@My9A$j=WhQIiWhyV6(AOFTT ze*M4vmrsBF>!10{zkK5R-+%m1{^b6B`zmhE0kqKT6%0eqW|AJ`T?ue;y{1pnZ62o> z^oni=`=o`dKZCnS11qe~ap!>-g+AM1Pgq$C3kf*ghKiuk;)-4)zl95eAOU^*?YHOW z=a)T(gRlSqhBQhK?t~y$42R`UesbFwOr2WxHd-v|e${gB_ z8BvGNe}3oJzV`5EKfCYf(bmq+nn)zn&=BtItbO2t&VTc79{l>(A3k=h?j{@nHATsy zLpm{5{qDAOQCU=YnlAnVg-Sg(>iSv?R=bp)+FOlJ?sX%*Sr0uUD-4sS8ZR;jr@;;9-!g zO@H{|+RuEZXaD|YsMN)aH~!E6`Q@Me*$dzJ#*5EBdwOzm9*qYMwExq8+EZ0Ugt1dr z5mlx4d-TjXuOmVJ2Z~C{PW%o{R$iH`%_?^A#6d4PAF>7_gX)BSN#&UZFz7Axt)m8U zQ!pe=@^cHgg$n`!=!6RY^nmn@bifj@=kYkhVY|bz3XLCFikDagEQSlUvx?QWXHTTJ zw-%iJ@|S~O|N1LWKKa(4|M}TJ`?FJD`O1rb{^xIwjLi6a&K*1IIy?QVjtK#m6%~@E zrUSwW0q8Pt;ZTrotmoW^9U03b|Q|_bD^R&P-pf54ug1!rgOy6POk|eM6*7K zz^ZB2?SWfc06&IK_4W0L7!3Ty8^BSB$K&w(r8`T&1_iT_5I@JqWB>3ELodBFH9DHd zvK?h)Bzye$^})d?o2QI4Vr>F!0l#S$u2;H;Ir?13ftRM*as{s>s=9_4!3F>dCB

27ept~ki4T5ZrR{jkcB%htQ!g` z`(mVJ*1%u5E7Cv{Ku@R!mSFa9FcgLbl)qV0E=vdiOAub?jU@pAI24KaLm?~?*0{e- z7N$T*{~e$COv@ks;gLW6(?|aJk3aDr|KrEL@|6ca|M{a2Kipka1=oKw!EJ>@N_AkW z!W(CA+AfF2U}~p=M#Z#i z&We?<_LR#KpwTIjNSruvA{L7+TXAs$>g$8GwOFOy8v=mAjvc`-fBC?ZPk#LOfB(KG zp4ffgeI4!XHGaQ)VIh6t!u8?dC_3H5|A2t%%5+osn%k}m`~`?&fxf4*Vj?3sWYI3! zpko9#*L`kMMGh={E%oO#&@LL$jYS1=L>dbKy1Rz|G}TI-=CY&}sV8tB9v&VaAJ6CW z<(Vi5Kp3g440Lw-YHDC5Yv1J^lCtcRi&<4AKk-EGXFt2Yr>6nS@>gHI{NMlkt6%-< z&%XTS=l|Wm`}udj``*wH5wMnk7@tq?Zcj7@r)7QvMNB!?7bhF9OxEbSxJ>s;=%aAe z=D2esV7T*~hglSDsYSQRialia*YGC`s|Enb5(0oe_x@8;Q~c3%DHp=|un)iA*V9u` zTkE=smfayS0|D34=T1=n@X@1NYH9+LlkxxgKi~V$|M~TAee3KGesJZPXNF&X`NpM7 zv73Bi1Az)wRb;!Gr-B}pJ|yAb7Pq;aIXd5%Rj}AJ4fe*|O5F##JoakPdj2ekIUJ}z zalq>6kAiwZaOkeeU_~W=z0;b+3R!L!Q1hCa8mxp@euxYLU`ibwRa>@r+-{4QwS+Nu z^FpNZ&dfZir6^S2vZb27sqVLrFo&FcG~TvuV$3c=auNZJzeky9f<;cdboIKu>kR+yC>*b06;g|uof`D(I*0I zf(rlRsY6DC6lkpg09ir+fPi#%cDA*(fwYqPa{*p3rTY5HojXJ9$=8}zfSyjL91Pmw zG**`CYI`6+69UEj61BAfNdnfmOYCB+9z9xn_;8!wzXVVu#we&1O_LY&*V@{AhYmF% z9gq}{JzEa*E6aox)o}usybGryLZ>$cVE-t!%NDMBPh*S?VUXvg*JWebA6$Z7nh1gGZN-( zH*0DfhYv@-_{9SU4z%*`f}KA<_V(Kob8|{VgZt2-mPjO|>qa7x&E*ugTd1pZ_Vrcc zx}W~^j?T_HNfKkR^x3l$7cVADGl#%rySFYpdgRL1`mE0>k_9kuISsl7?KXT;!tW@! z?KX$R0OJe+Q;P%Ud_Wbw*ADHm@$cr*7tMGU1QRI|pi9o2zdg{pXY1Cj-~dQc>uSQ^ z2DStxjlwpV1F0&o%g3tE$+FiRQ`uo$PqhNqtkO@wNfU}N{>gMJOuH7pITJz?c zm%jb&bF;JN8*lX2*H;7roa_i7b`(9m^e@6`P0cFI1t5>gLcy2x%07$U{706t>Ha|6`mK#BHv+v-+ zI!!auX@qbkms3|Q*{m`!F!l7)LrARR@nmyzAQW;}R{FcUBRh9CVC!<(Po5n8_P5Ve zRZ&iG?%dePlQXecA(_)lt1E)jhlXZ<`qL`|12dhSRT!$Z6^3t~ zK0V3_aJh`Gj`>Fp4DV=;``wZqH^fjYAv>3H%cka(t#9tpO)`c`1z_V&q3H$o&(FO3?#RiL^9K)BZ`~TYb}jz?`|;^%{<5vPYghPz2e$O}McUfP zIHspFgM;yN=O*5Lciic8{Pu6}I(V=VlX>Hf(ZBuM_pe{iL;oUmxlcVb^7zqnJx!|L z&HT?IvbKe^@b1L+9{=U~pk~=SKUxgM2mr{7H2O*beJ?eSqLhk(Es`%B0wp{o6eLfo zdQaVfe+KkgT3X=DH%0&;R#o-%>C;!PT-mp8Uw3zR`I8CsM}jmrH+TBoqiTJYE8V3tiw1*6k%52 zcF&%c2Oq?;0NrnPjdci4$4sCpD633qHR0S4m+bVCpw8QoG~4PUg}vKn`&uWrR3=?A z`&u^BYlbg<|2>zt1?=f2&xByIAM#*_O6XHh_QZmaWmynTqFjjTY)wGV;H)JW3hJul z6+%ssM*0oOn>!yatK2QlK`w;w+uYn-hmg10C@?Fes*R2H$Bwl=^iVhwL6EQxeMkg$ zj|Ju4zT|~3)aVzi|Dg_pPsTYxQi%T zTmJNo??OL`P(fCl753^@#NJ!xKU`K7rc{LT)4A5?shWVISyYc_+YX zc@;vR)iwIefN4EB9P21hA@o_LAbD-U`e1EyRaF%fx8%2PBCGcRzHlqB1E4%HF>&I= ziShCAWgL_o(T*MMzxHb_4?Tobk}qKHu{fPT-{|YpkM7TJZ=7ncj1#zs;U)B0nON|R z%?IJCoRZ*{1h)KPiVw@6LSLw7PM_cg2XH$DmIxL7J}Z0)M#&FW(~@EjI;z`BKWDho zbF7p#0mI2OC3+dc5sSqxU%niV$Cq&clDu9o+|>5%ZI3+C@W2BO_S?DE(R(7YY*tq4 zJ9g-McbVM{iLS~qpR2U;VlQAZeCIRv6VqD<=4ucIM1x`jea6ALVdyjMrgbk1u!R0% zVIh~TfvLhjjY0o{=+eEl?&=oAUY`${7|6Y~+yX5ijyQ~95RFD*3JMaAG6KL*F&H%N z+qd;opK5yWK}U5pLWtGjE{nrqMk4y&z53xp&TTE(u8M(bpGF_Wl8>--A4sVM;oMXt zr3M=vBl#SH0lhuTi9r?#E8)?VFSt+#(CmxdY|T|ndzfD$@5HU4V2F7~*k03)#GgNV zz-6sz-BfP&b2V({l=UMXaAoJej$N+g=);{A+>y`cs;DsS_DnjhWipuD-HQpB5i-t( z2JO%x;n2a*)+VvjcXCT$oEE)Me#`r_{8G0iGVN(~ z3-nP30p+8kjuvo$oY(7hhQp@Il}o4dnasvsoBhB-pR)&z_I7Rme&NuenypRV23P+U z*C{7C{v!G&OEIwroh|5YeXi1xL`el4#Ld}84=6^yQo9TyYb}J@Ap<$JF2QwQN(J< zC=^88)h3B3nr^pQU9IihsXh2$;J|_Qwx+6D=UBb|s^6aF`3z}2+rlE%f=HC;Hm^i^ zkw+FCSY-o!@;Th40C$3(`yT?GVlNQ@xUuMk?&FZkm|(+Ls&UM{cpMW zDwkUj0O8+hIR^z@OexOcS)W%@oT3TaK=R|jl$lMi zT%IhTh(75xTkFy2-CaBPLH*$>0D?8kb;zv= zfN-Fp_>fE{Gc+^=JAg+*RN#k7-AWuFGKa&#ni{O;%-Y%6@&tjKqDWeyzB@4vt1;K809J9acTH@R&w$Lw=8`bi6VR#1WB&*$97uQyB<+M4V) zJdz3fMe>8?7)v4qo4=gu&N5{WN%$fCK4R3_YPvUW3V5FCl;{q zSqB*yUK9*T(q*aOb!9376Ad-jy1G;Q4^|&Kv~BO+KKh<%Bq9_RjOiD{sTU;rkv$82 z6exHiZ$Ey$Wx3RIp)U`z3NyDsFs z_1^Y+YTN& zv}@O{*49?&flfs7m%|>$>#p_n>V%i}l?P5|Eal0#+f)sOES;VjkQ1kumoWl8 zK(@S<08^2I&GkDTI`ol8q5h=%hMt%>r(FH(%Ji#rIl7`vvq{Okw%D%Qa*nXsvcKcVC-&{zw`I!~sKQ3o zAF|=+2IL}&zo8B$5cI+Pz`($ZFTOZ3G6J|ER@b8Fnx>{_9Y!3E#V!k8ml*O%RRO6c zB-e)JNLa29$&rv$7hokQRr}={zg+DXtNe1MR|C9 z_C|j6XTj7jfj!TBfYHdD_vITqFX#4X^j#$S;0-yC%Pu1IB+s){_o3+=eM_&4TZXcg z@^hz8F`1D;rB5cKPiM=T~l-E8B@#9 zognD3Z?nokL>An3(dQCS{4O!zkpOhqi!JJc&nbExg2w^i=yz7(e6WSrll;}bidtk@ z(1YYcOc{OF8+$=E6=pP4W^#cG^DUB|*=>J4;!41z5KxeAinuf(&I_Szq0iJD;FdmF zTtu9F5ixDDEm}V|R0BcVlBCpNw_G8Es0tbf zRZNY(;hcWXtxe9P<#(o<-B(2cYQ-1zEh+j=@XJNbu>EAznh%k8=#&H-{w2zSb00y9HI zI(zo)TW`GuYslv^AOMKx=@(NCWFwpg(zue+ab;xTk+}t8LZ>H{Wcb(;8L&EMz~c|& zp3~D8TvJcm7A~HOHoO?Ue>l}(Q&WPL2S&1JgX0P~34NY%A~w)yEYcE=Y;eW_CP3G< z=3s4Um%&XQA0CVaUS^1tUfWc6rBK%uY43&iU;lIewd8gQfZ*~x>xaN8p^j$zDR!M7t8&Qq|Vm*3pT@&~2(eK5%Ckb?a$*?nRtI)2 zO#tJO^&cChB z4P-LeY~D~9`cqnS)O#%I*fV4AO{sRyN=9?$J)KI$Zd>GV&RI|2^aMB1M8RDss1?eY z4&fcI5e0%+M!RJ*#=Xd$20RR!+Cp)Yv#Nxv~w z(8&=YD(Ja*DmI=@CUTlRr;18JfR^QTS(E%o3KR45^v`+n-?~-xTsq$F8tV0rR5=oM z`i2qnHX^079$5ew*e&@S9=*AF0ZmeT1}HgwW?p0jK%Y@UT2B@FrYdCrk znwTCjVwaIDu_$fo`BZx1VsheAdU{An%>(*8tuBN^E%^hHShFt^avDyVUZE9jCSt6N z9G{lYRwhabJ8hZw;Cju13PYJHtQ0E@Xt0h$IE6YOLn{UbkjK+tRPw%hUvp2()?Vb? z{3Dm!SAWQ65l|99pU4R=S66QDHMLZK+?(i>{JXs9+_G1aW0)8c@zK={pP!5jXV zdI7cql{~iHb*#(QQKg4mHt4$pYXu;K;LOw$g=snxC!o)AP1eGl4EHCj&T~+%>6RU! zo!bZX=g)i?E5rm#fxx2b3>xHocC@y)SMhg-?}Yk8HkSZe24fwZ&oDE`9a5%`|0$+% z4Ml1Rb0LdiAW}CrqhpVB7{>(pctV!!R^zb~) z6fm0Qd9Y=Ug~M%?qTlCCSa1{lgg#A=J2B{lAt}M8n%1tC_RhMxIwag5c-^~FHlF~k zpb!B(r!+Vm%;Z^mQ)Gof&ypWfQo<28k2>IZu-A30*VP!7XidvrEG&nf;ZD$7?jCjS zb_m&`=V8Ng=gum;kx*u?hABG{z;ZKqA+)m(yhvS4EW2vFP2F3z_O`UN+(GBVWfKV? z4JHCK6)Rz;$i>2F;8-vSu*;z#&%m97Zp-CCgYeJ}_b2ywnk!_xK>v^?_cj*vd}Uh( zJ;$AmR-R?Dk+}uXmI{Nr_~9Z$pB7vyWx!T9D^IoMWuIExjm&3DTRVT~cBh;Vm(8^R z2>eY!Rf=#k55N?kgHDBPf*+!1yu6-M=r;_Z_#f}{M1ry`TK`6orQ=k}aVO{*`ZP#! zSavN8XaP#zA9W5lhn}NPjnvK_{;*XDI>Y`D*OBNd!ItW_-Yp$na6ZU9UKG9%p*#ek(A({-G$SA}mOtavx^SAHZ+PmY9Jat%AHa!LqUOM?4 z+!E<5*U%Cf#b}I($C*gw&E_iUle^syZFkoNWw>Cj@=V{Y5iInH0NUk+p-)?~A?AWe zsTsr^boxpK1KmQOX+7^|O@^Ibdi10?gSPsv#;zT0?H!xpe7J1B1yINoabr}9(4#Q) z8Fm~>gA@>;^tCuXbHMvxue-u05*C29h&yM(QhZJuHPX?=VL9jwVqQ4H#`dTvxU-2$M(HqlPjjhi&Mi>EpVoy>xv z3CKJS@mRO}v3=fM%}$S9ByUi33l`kPIu+(*ScUr#ORp_tnX=QCih+ny!rkJ7My5~< z0x&Fw!erq0HAcB+leNmWn(n>ZcI-sv6AT9JYy8;E?aQWH07MY&nnAxs%dsm~EcHhn z_l7*@BR#HD_A_ts2{vetu z0rPLn>9bewO+8TS>e$n{YhPD)4>F(If8cy`+3;Ht8xl>^rl-cwzVk}|@u$+W*AyjR zP*q(oh^CGOty>mCE+G<-8$xmrx5+*_gc8!3OyPL7G(mRMdddd&sKVj_AxIT#%VR0m zYo_KLYw|f{e~TfV{2}TXmgzn!rsfLC9S2(X9Nl-|U`I#CraB)kn@fOU7^!4(Y;^d_ zsb6G=Uo#S8YCdOZ1-qcRWt*RUZsm0fcBJ_PL2)JmdtQVJfkLv#0Yi#GZxO)J1l$Z< z7EvgWTF{e|!Opsc$BX49_L{m1(D?Bl;6yxHhOHkSYlUMLh2 ziNv*`{@IH!*~edTX2%WPpr@Gpr8tH(hZXbSfb%=1T5)Q0h}C(|B?Pd#rQJo8fjImO zi`bkPiva5^el55iHYj#!WS3uW+SSwt-9OaX*?Bu}nruimmjDQVnJyNa8yUEey7V*e z#4qfH1oV{Sh%M2mm*;1KOnu>p)lF3pzFc>cAEwa{^4aU$5(~-Fe^M z{Rg*h-O69_+@!33rQ8hyAp8x{*xcO6XB`g+m7tsy&LG)vX^}BCi;-OM*svIWHOoA znVD;sPR^hDu`qesreuH@#|T?YrdVMG=dk%%R>E4)gFY%@;BxdiA4C9aB(0}L^q~%P z3c*geQw8WtD5B}Bk{Ww!dJpf}vj-U`{QlkaJSDlS1VA_k(dp^oizj2Jo)IR`7`Y@p z<7D_+sBx@0+{6iMFEuif7|Ip_XrtYd$7dsu!(k^v&;jm-`+ZO$%Caq3<7(Yq+r6)^ zuMg-WZX z(6lXU;p)$O5_yb2x<~v+U#6t@1Z*y^5s3J=?rqz?Z`-zQ{QDh_75`wxU6Xr20EEYb zcsxEhI5>6sh5Xew%=rmZQ%kT~T2KClp-;Pv8^V-eMSU6EsBoL07F+|Z^yOc=JuI?G z{bjr84at#Ce`{aQ&c5#MZvJxBU07}1MD7g%5OAO<%KZHN*x1;O3&$7Ezi7@58rc*O zq^Lk|f-v+g0=V0uEd*2M=wr*!2hc@UION!+F#s$M+5}OO-EKI2Ps{eo&fQRaxE+LC zFZ)ex>V5Czo)G}SrLjg!CX-RPqbnC?&iz6eJ#8eTh6+>Q_?9ujw41kJ%9cT}Lv#ZO zutm1`{h%3Y4b2zqPQeqf*LCGZy3=bJ(tuqjXVs;y+{DZ7llJlG_dLOM%;>ZHxz6|_#B(lD^)gl8oR37wnOXN z+S;J_e!qWHpD=Go?mYnz?v4_P#O&(xH zp9b=3^#2>q}{S*3zoQ{Q0VSw`Zt#k1pyFD1E#=#9BO7} z=KA&PbJs4WZd}e!59`S}qoC-8f=*Px4xsfkXHEcVJLUEwvP;5UcFF!qg1&Z3DAEFH zY;5FTs`ae>&sf|;`LGbc1(QKkfJZ`Lh{a-v4bkz@g^A(p>~$qJrDf)gd{);~B7q6~ zj48;b>=c|H(G#)Rt!jtE#Gy=RoTbZ0}W~d2{)25x@l=2g(koge4pN z5^Ms=68K0h#Pi7oHJj2k1wB9lR#$@T0{RZGA3z6#K}1*N^{8MMD(__fg4%~o>&xZC zNB|e6;$#qD0)lk|1U?FNH1aPh16eq9L{tC`HAiBDE$V3DxPO?T=knntpd_3LZWf3W zsBqy&;aDJ`0f_VZKMLGS@{fRkWx^+1nl{J!9}(iq { - const message = event.data // The json data that the extension sent - switch (message.command) { - case 'refactor': - currentCount = Math.ceil(currentCount * 0.5) - counter.textContent = `${currentCount}` - break - } - }) - // Set VS Code state - let state = JSON.parse(document.getElementById('skin-panel-container').getAttribute('data-state')) + let state = JSON.parse(document.getElementById('skin-panel').getAttribute('data-state')) vscode.setState(state) window.addEventListener( @@ -34,32 +23,48 @@ document.getElementById('zoom_reset').addEventListener('click', zoomReset) document.getElementById('zoom_fit').addEventListener('click', zoomFit) document.getElementById('skin-panel-ddl').addEventListener('change', selectPanel) - var cont = document.getElementById('skin-panel-container') + document.getElementById('show_skin_border').addEventListener('click', toggleBorders) + var cont = document.getElementById('skin-panel') cont.style.transform = 'scale(' + (state.zoom === 'fit' ? calcFitScale() || 1 : state.zoom) + ')' }, false ) function selectPanel() { - var ddl = document.getElementById('skin-panel-ddl') - state.selectedPanelID = ddl.value - vscode.setState(state) + var ddl = document.getElementById('skin-panel-ddl'); + state.selectedPanelID = ddl.value; + vscode.setState(state); vscode.postMessage({ command: 'setState', body: state, - }) + }); + } + function toggleBorders() { + var cbx = document.getElementById('show_skin_border'); + var cont = document.getElementById('skin-panel'); + if (cbx.checked) { + cont.classList.add('display-borders'); + } else { + cont.classList.remove('display-borders'); + } + state.showBorders = cbx.checked; + vscode.setState(state); + vscode.postMessage({ + command: 'setState', + body: state, + }); } function zoomIn() { - var cont = document.getElementById('skin-panel-container') - var zoomFloat = currentZoomValue(cont) - zoomFloat += zoomFloat * 0.1 - setZoom(cont, zoomFloat) + var cont = document.getElementById('skin-panel'); + var zoomFloat = currentZoomValue(cont); + zoomFloat += zoomFloat * 0.1; + setZoom(cont, zoomFloat); } function zoomOut() { - var cont = document.getElementById('skin-panel-container') - var zoomFloat = currentZoomValue(cont) - zoomFloat -= zoomFloat * 0.1 + var cont = document.getElementById('skin-panel'); + var zoomFloat = currentZoomValue(cont); + zoomFloat -= zoomFloat * 0.1; if (zoomFloat < 0.1) return - setZoom(cont, zoomFloat) + setZoom(cont, zoomFloat); } function setZoom(cont, zoomFloat, isFit) { cont.style.transform = 'scale(' + zoomFloat + ')' @@ -71,17 +76,17 @@ }) } function zoomReset() { - var cont = document.getElementById('skin-panel-container') + var cont = document.getElementById('skin-panel') setZoom(cont, 1.0) } function calcFitScale() { - var cont = document.getElementById('skin-panel-container') - var scale = Math.min((document.documentElement.clientWidth - 15) / cont.offsetWidth, (document.documentElement.clientHeight - 15) / cont.offsetHeight) + var cont = document.getElementById('skin-panel') + var scale = Math.min((document.documentElement.clientWidth - 25) / cont.offsetWidth, (document.documentElement.clientHeight - 60) / cont.offsetHeight) return scale } function zoomFit() { var scale = calcFitScale() - setZoom(document.getElementById('skin-panel-container'), scale, true) + setZoom(document.getElementById('skin-panel'), scale, true) } function currentZoomValue(cont) { if (cont.style.transform) { diff --git a/resources/media/skin.css b/resources/media/skin.css index 6c7b592..a5e48c3 100644 --- a/resources/media/skin.css +++ b/resources/media/skin.css @@ -1,197 +1,79 @@ -/* html { - box-sizing: border-box; - font-size: 13px; -} - -*, -*:before, -*:after { - box-sizing: inherit; -} - -body, -h1, -h2, -h3, -h4, -h5, -h6, -p, -ol, -ul { - margin: 0; - padding: 0; - font-weight: normal; -} - -img { - max-width: 100%; - height: auto; -} - -html, -body, -div, -span, -applet, -object, -iframe, -h1, -h2, -h3, -h4, -h5, -h6, -p, -blockquote, -pre, -a, -abbr, -acronym, -address, -big, -cite, -code, -del, -dfn, -em, -img, -ins, -kbd, -q, -s, -samp, -small, -strike, -strong, -sub, -sup, -tt, -var, -b, -u, -i, -center, -dl, -dt, -dd, -ol, -ul, -li, -fieldset, -form, -label, -legend, -table, -caption, -tbody, -tfoot, -thead, -tr, -th, -td, -article, -aside, -canvas, -details, -embed, -figure, -figcaption, -footer, -header, -hgroup, -menu, -nav, -output, -ruby, -section, -summary, -time, -mark, -audio, -video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline -} - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -menu, -nav, -section { - display: block -} body { - line-height: 1 -} - -ol, -ul { - list-style: none + padding: 0px; + margin: 0px; + overflow: hidden; } - -blockquote, -q { - quotes: none -} - -blockquote:before, -blockquote:after, -q:before, -q:after { - content: ''; - content: none -} - -table { - border-collapse: collapse; - border-spacing: 0 -} */ - .container { - padding: 5px 0 0 10px; + padding: 0px; box-sizing: border-box; -webkit-user-select: none; user-select: none; } - +.skin-toolbar { + z-index: 200; + position: fixed; + overflow: hidden; + white-space: nowrap; + /* background-color: var(--vscode-tab-activeBackground); + color: var(--vscode-tab-inactiveForeground); + border: 1px solid var(--vscode-tab-activeBorder); */ + color: var(--vscode-panelTitle-inactiveForeground); + background-color: var(--vscode-panel-background); + border: none; + border-bottom: 1px solid var(--vscode-panel-border); + top: 0px; + left: 0px; + padding: 2px; + width: 100vw; +} .skin-toolbar>* { display: inline-block; color: #757575; } - +.skin-panel-ddl { + width: 250px; +} +.skin-btn { + border: none; + color: var(--vscode-panelTitle-inactiveForeground); + background-color: var(--vscode-panel-background); + border: none; +} .skin-btn:hover { - opacity: 0.8; + color: var(--vscode-panelTitle-activeForeground); + background-color: var(--vscode-panel-background); + border: 1px solid var(--vscode-panelTitle-panelTitle); } - .skin-zoom-container { margin: 2px; } - +.skin-panel-container { + width: 100vw; + height: calc(100vh - 30px); + position: relative; + top: 30px; + left: 0px; + overflow: auto; + padding: 0px; +} .skin-panel { display: inline-block; width: auto; position: relative; transform-origin: top left; + margin: 15px; } - .skin-element { - border: 1px dotted var(--vscode-focusBorder); + border: none; + outline: none; display: block; position: absolute; padding: 0; margin: 0; background-repeat: repeat; background-clip: content-box; +} +.display-borders .skin-element { + outline: 1px dotted var(--vscode-focusBorder); } \ No newline at end of file diff --git a/resources/skinning/SkinDictionary.xml b/resources/skinning/SkinDictionary.xml index 772849f..1ac86b6 100755 --- a/resources/skinning/SkinDictionary.xml +++ b/resources/skinning/SkinDictionary.xml @@ -1,1656 +1,27039 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/LotroImageHoverProvider.ts b/src/LotroImageHoverProvider.ts index d12e932..0457493 100644 --- a/src/LotroImageHoverProvider.ts +++ b/src/LotroImageHoverProvider.ts @@ -20,6 +20,7 @@ export interface Image { lastmodified: number; description?: string; } +const IMAGE_EXTENSIONS = [ 'jpg', 'png', 'tga' ]; export class ImageProvider { @@ -28,7 +29,7 @@ export class ImageProvider { private _imageCache: Map; private _disposables: vscode.Disposable[] = []; - constructor(folders: readonly vscode.WorkspaceFolder[] | undefined, protected _tempDir: string, protected _skinningAssetPath: string | null) { + constructor(folders: readonly vscode.WorkspaceFolder[] | undefined, protected _tempDir: string) { this._workflowPluginRoots = new Map>(); this._imageCache = new Map(); this._tempFileImages = []; @@ -52,12 +53,6 @@ export class ImageProvider { } }); }); - - vscode.workspace.onDidChangeConfiguration((event: vscode.ConfigurationChangeEvent) => { - if (event.affectsConfiguration('lotro-api.skinningAssets')) { - this._skinningAssetPath = Configuration.skinningAssetsPath(); - } - }, null, this._disposables); } dispose() { @@ -107,24 +102,35 @@ export class ImageProvider { const asset = skinningAssets[imageId]; if (!asset) return; - if (!this._skinningAssetPath) return; - const imagePath = path.join(this._skinningAssetPath, `${asset.n}.tga`); - if (!fs.existsSync(imagePath)) return; - const tga = new TGA(fs.readFileSync(imagePath)); - if (!tga) return; - const tmpFile = path.join(this._tempDir, imageId + ".png"); - this._tempFileImages.push(tmpFile); - const png = await this.createPngFromTga(tga, tmpFile); - - const image: Image = { + const skinningAssetPath = Configuration.skinningAssetsPath(); + if (!skinningAssetPath) return; + let imagePathBase = path.join(skinningAssetPath, asset.n); + const imagePath = IMAGE_EXTENSIONS.map(ext => `${imagePathBase}.${ext}`).find(p => fs.existsSync(p)); + if (!imagePath) return; + + let image: Image = { uri: vscode.Uri.from({ scheme: 'file', path: imagePath }), - cachedUri: vscode.Uri.from({ scheme: 'file', path: tmpFile }), lastmodified: 0, - ext: ".png", - width: png.width, - height: png.height, - description: asset.n + description: asset.n, + ext: path.extname(imagePath) }; + if (/\.tga$/.test(imagePath)) { + const tga = new TGA(fs.readFileSync(imagePath)); + if (!tga) return; + const keepConvertedAssets = Configuration.keepConvertedAssets(); + const tmpFile = keepConvertedAssets ? `${imagePathBase}.png` : path.join(this._tempDir, imageId + ".png"); + if (keepConvertedAssets) this._tempFileImages.push(tmpFile); + const png = await this.createPngFromTga(tga, tmpFile); + image.cachedUri = vscode.Uri.from({ scheme: 'file', path: tmpFile }); + image.width = png.width; + image.height = png.height; + } else { + const size = sizeOf(fs.readFileSync(imagePath)); + image.width = size.width; + image.height = size.height; + this._imageCache.set(imagePath, image); + return image; + } this._imageCache.set(imageId, image); return image; @@ -187,8 +193,10 @@ export class ImageProvider { const roots = [ vscode.Uri.from({ scheme: 'file', path: this._tempDir }) ]; - if (this._skinningAssetPath) { - roots.push(vscode.Uri.from({ scheme: 'file', path: this._skinningAssetPath })); + + const skinningAssetPath = Configuration.skinningAssetsPath(); + if (skinningAssetPath) { + roots.push(vscode.Uri.from({ scheme: 'file', path: skinningAssetPath })); } vscode.workspace.workspaceFolders?.forEach(f => roots.push(f.uri)); return roots; diff --git a/src/SkinData.json b/src/SkinData.json old mode 100755 new mode 100644 index 6cfae8e..920a021 --- a/src/SkinData.json +++ b/src/SkinData.json @@ -1 +1,16454 @@ -{"panels":{"GamePlay_RaidAssistWindow":{"id":"GamePlay_RaidAssistWindow","b":{"w":270,"x":229,"y":438,"h":266},"c":[{"id":"GamePlay_RaidAssist","b":{"w":270,"x":0,"y":20,"h":245},"c":[{"id":"RaidAssist_Title","b":{"w":270,"x":0,"y":0,"h":20},"c":[]},{"id":"RaidAssistListBox","b":{"w":270,"x":0,"y":20,"h":225},"c":[]}]},{"id":"HiddenDragBox_DragBox","b":{"w":270,"x":0,"y":20,"h":246},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":268,"x":1,"y":1,"h":244},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":226},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":235,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":250,"x":9,"y":235,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":259,"y":235,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":259,"y":9,"h":226},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":259,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":250,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":246},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":268,"x":1,"y":245,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":269,"y":0,"h":246},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":268,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":270,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":8,"y":0,"h":20},"c":[]}]},"ID_UISkin_AccomplishmentPanel":{"id":"AccomplishmentPanel","b":{"w":614,"x":506,"y":85,"h":602},"c":[{"id":"BaseBox_BG","b":{"w":609,"x":0,"y":17,"h":542},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":537,"x":36,"y":506,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":573,"y":506,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":573,"y":36,"h":470},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":537,"x":36,"y":36,"h":470},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":573,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":537,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":470},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":506,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"Accomplishment_Book_BG","b":{"w":568,"x":18,"y":77,"h":476},"c":[],"assets":["0x41103F07"]},{"id":"Accomplishment_Tab_Panel","b":{"w":609,"x":2,"y":24,"h":579},"c":[{"id":"Accomplishment_TheWar_Tab_Panel","b":{"w":574,"x":17,"y":8,"h":576},"c":[{"id":"Accomplishment_TheWar_Common_Page","b":{"w":549,"x":12,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"Adorn","b":{"w":264,"x":2,"y":373,"h":99},"c":[],"assets":["0x411624B8"]}]},{"id":"Accomplishment_TheWar_Common_Tab","b":{"w":46,"x":-4,"y":496,"h":66},"c":[]},{"id":"Accomplishment_TheWar_Osgiliath_Page","b":{"w":549,"x":12,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"Adorn","b":{"w":264,"x":2,"y":373,"h":99},"c":[],"assets":["0x411624B8"]}]},{"id":"Accomplishment_TheWar_Osgiliath_Tab","b":{"w":46,"x":84,"y":496,"h":66},"c":[]},{"id":"Accomplishment_TheWar_Ettenmoors_Page","b":{"w":549,"x":12,"y":35,"h":473},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"ettenmoors_adorn","b":{"w":271,"x":-6,"y":387,"h":81},"c":[],"assets":["0x410081AC"]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_TheWar_Ettenmoors_Tab","b":{"w":46,"x":40,"y":491,"h":66},"c":[]}]},{"id":"Accomplishment_Eriador_Tab_Panel","b":{"w":614,"x":0,"y":13,"h":571},"c":[{"id":"Accomplishment_Region_Enedwaith_Tab","b":{"w":46,"x":480,"y":491,"h":66},"c":[]},{"id":"Accomplishment_Region_Shire_Page","b":{"w":549,"x":29,"y":30,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"shire_adorn","b":{"w":271,"x":-6,"y":380,"h":92},"c":[],"assets":["0x410081A5"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Dunland_Tab","b":{"w":46,"x":524,"y":491,"h":66},"c":[]},{"id":"Accomplishment_Region_Enedwaith_Page","b":{"w":549,"x":29,"y":30,"h":479},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"enedwaith_adorn","b":{"w":267,"x":0,"y":348,"h":124},"c":[],"assets":["0x41109FC8"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_EredLuin_Page","b":{"w":549,"x":29,"y":30,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"eredluin_adorn","b":{"w":271,"x":-6,"y":388,"h":83},"c":[],"assets":["0x410081A6"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Eregion_Page","b":{"w":549,"x":29,"y":30,"h":479},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"eregion_adorn","b":{"w":267,"x":0,"y":348,"h":124},"c":[],"assets":["0x410E8E2F"]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Angmar_Page","b":{"w":549,"x":29,"y":30,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"angmar_adorn","b":{"w":271,"x":-5,"y":399,"h":69},"c":[],"assets":["0x410081A7"]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[{"id":"AccomplishmentSimpleEntryTemplate","b":{"w":242,"x":0,"y":0,"h":36},"c":[{"id":"AccomplishmentSimpleEntryTemplate_Background","b":{"w":242,"x":0,"y":0,"h":36},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_TypeIcon","b":{"w":32,"x":6,"y":2,"h":32},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_Name","b":{"w":189,"x":44,"y":2,"h":32},"c":[]}]}]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Lonelands_Page","b":{"w":549,"x":29,"y":30,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"lonelands_adorn","b":{"w":271,"x":-5,"y":395,"h":78},"c":[],"assets":["0x410081A8"]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[{"id":"AccomplishmentSimpleEntryTemplate","b":{"w":242,"x":0,"y":0,"h":36},"c":[{"id":"AccomplishmentSimpleEntryTemplate_Background","b":{"w":242,"x":0,"y":0,"h":36},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_TypeIcon","b":{"w":32,"x":6,"y":2,"h":32},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_Name","b":{"w":189,"x":44,"y":2,"h":32},"c":[]}]}]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Evendim_Tab","b":{"w":46,"x":304,"y":491,"h":66},"c":[]},{"id":"Accomplishment_Region_Northdowns_Page","b":{"w":549,"x":29,"y":30,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"northdowns_adorn","b":{"w":271,"x":-6,"y":392,"h":78},"c":[],"assets":["0x410081A9"]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Evendim_Page","b":{"w":549,"x":29,"y":30,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"evendim_adorn","b":{"w":271,"x":-4,"y":367,"h":107},"c":[],"assets":["0x4101F10E"]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Breeland_Tab","b":{"w":46,"x":-4,"y":491,"h":66},"c":[]},{"id":"Accomplishment_Region_Trollshaws_Page","b":{"w":549,"x":29,"y":30,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"trollshaws_adorn","b":{"w":266,"x":-1,"y":393,"h":80},"c":[],"assets":["0x410081AA"]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Shire_Tab","b":{"w":46,"x":40,"y":491,"h":66},"c":[]},{"id":"Accomplishment_Region_Forochel_Tab","b":{"w":46,"x":392,"y":491,"h":66},"c":[]},{"id":"Accomplishment_Region_EredLuin_Tab","b":{"w":46,"x":84,"y":491,"h":66},"c":[]},{"id":"Accomplishment_Region_MistyMountains_Page","b":{"w":549,"x":29,"y":30,"h":477},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"mistymountains_adorn","b":{"w":271,"x":-6,"y":387,"h":81},"c":[],"assets":["0x410081AB"]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_NorthDowns_Tab","b":{"w":46,"x":172,"y":491,"h":66},"c":[]},{"id":"Accomplishment_Region_Lonelands_Tab","b":{"w":46,"x":128,"y":491,"h":66},"c":[]},{"id":"Accomplishment_Region_Forochel_Page","b":{"w":549,"x":29,"y":30,"h":476},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"forochel_adorn","b":{"w":267,"x":2,"y":383,"h":80},"c":[],"assets":["0x410E5913"]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Angmar_Tab","b":{"w":46,"x":348,"y":491,"h":66},"c":[]},{"id":"Accomplishment_Region_Trollshaws_Tab","b":{"w":46,"x":216,"y":491,"h":66},"c":[]},{"id":"Accomplishment_Region_MistyMountains_Tab","b":{"w":46,"x":260,"y":491,"h":66},"c":[]},{"id":"Accomplishment_Region_Eregion_Tab","b":{"w":46,"x":436,"y":491,"h":66},"c":[]},{"id":"Accomplishment_Region_Breeland_Page","b":{"w":549,"x":29,"y":30,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"breeland_adorn","b":{"w":271,"x":-6,"y":395,"h":74},"c":[],"assets":["0x410081A4"]}]},{"id":"Accomplishment_Region_Dunland_Page","b":{"w":549,"x":29,"y":30,"h":474},"c":[{"id":"dunland_adorn","b":{"w":271,"x":-6,"y":332,"h":137},"c":[],"assets":["0x41117E29"]},{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]}]},{"id":"Accomplishment_Eriador_Tab","b":{"w":93,"x":157,"y":27,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":92,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":65,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":75,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Accomplishment_Misc_Tab","b":{"w":140,"x":19,"y":27,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":139,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":112,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":122,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Accomplishment_Misc_Tab_Panel","b":{"w":574,"x":17,"y":8,"h":576},"c":[{"id":"Accomplishment_Reputation_Page","b":{"w":549,"x":12,"y":35,"h":488},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"race_adorn","b":{"w":265,"x":2,"y":349,"h":122},"c":[],"assets":["0x410E8B18"]}]},{"id":"Accomplishment_Reputation_Tab","b":{"w":46,"x":128,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Class_Page","b":{"w":549,"x":12,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[{"id":"AccomplishmentSimpleEntryTemplate","b":{"w":242,"x":0,"y":0,"h":36},"c":[{"id":"AccomplishmentSimpleEntryTemplate_Background","b":{"w":242,"x":0,"y":0,"h":36},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_TypeIcon","b":{"w":32,"x":6,"y":2,"h":32},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_Name","b":{"w":189,"x":44,"y":2,"h":32},"c":[]}]}]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":117},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":97},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":107,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"class_adorn","b":{"w":271,"x":-6,"y":351,"h":104},"c":[],"assets":["0x410081AD"]}]},{"id":"Accomplishment_Epic_Tab","b":{"w":46,"x":85,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Race_Page","b":{"w":549,"x":12,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[{"id":"AccomplishmentSimpleEntryTemplate","b":{"w":242,"x":0,"y":0,"h":36},"c":[{"id":"AccomplishmentSimpleEntryTemplate_Background","b":{"w":242,"x":0,"y":0,"h":36},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_TypeIcon","b":{"w":32,"x":6,"y":2,"h":32},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_Name","b":{"w":189,"x":44,"y":2,"h":32},"c":[]}]}]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"race_adorn","b":{"w":212,"x":24,"y":355,"h":100},"c":[],"assets":["0x410E8B18"]}]},{"id":"Accomplishment_Class_Tab","b":{"w":46,"x":-4,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Epic_Page","b":{"w":549,"x":12,"y":35,"h":488},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[{"id":"AccomplishmentSimpleEntryTemplate","b":{"w":242,"x":0,"y":0,"h":36},"c":[{"id":"AccomplishmentSimpleEntryTemplate_Background","b":{"w":242,"x":0,"y":0,"h":36},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_TypeIcon","b":{"w":32,"x":6,"y":2,"h":32},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_Name","b":{"w":189,"x":44,"y":2,"h":32},"c":[]}]}]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"race_adorn","b":{"w":265,"x":2,"y":349,"h":122},"c":[],"assets":["0x410E8B18"]}]},{"id":"Accomplishment_Race_Tab","b":{"w":46,"x":40,"y":496,"h":66},"c":[]}]},{"id":"Accomplishment_Mordor_Tab_Panel","b":{"w":596,"x":6,"y":8,"h":576},"c":[{"id":"Accomplishment_Region_Mordor_Gorgoroth_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"Mordor_Gorgoroth_adorn","b":{"w":265,"x":0,"y":370,"h":99},"c":[],"assets":["0x411BAEF6"]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Mordor_Gorgoroth_Tab","b":{"w":46,"x":-4,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_Mordor_Minas_Morgul_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"Mordor_Minas_Morgul_adorn","b":{"w":265,"x":0,"y":370,"h":99},"c":[],"assets":["0x411E3B2B"]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Mordor_Minas_Morgul_Tab","b":{"w":46,"x":40,"y":496,"h":66},"c":[]}]},{"id":"Accomplishment_Mordor_Tab","b":{"w":113,"x":470,"y":27,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":112,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":85,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":95,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Accomplishment_TheWar_Tab","b":{"w":93,"x":395,"y":5,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":92,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":65,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":75,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Accomplishment_Skirmish_Tab","b":{"w":93,"x":122,"y":5,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":92,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":65,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":75,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Accomplishment_Gondor_Tab_Panel","b":{"w":596,"x":6,"y":8,"h":576},"c":[{"id":"Accomplishment_Region_March_Of_The_King_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"March_of_the_King_adorn","b":{"w":265,"x":0,"y":370,"h":99},"c":[],"assets":["0x411A4B5D"]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Gondor_Central_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"Gondor_Central_adorn","b":{"w":266,"x":0,"y":370,"h":101},"c":[],"assets":["0x41157CBE"]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Gondor_Wastes_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"Gondor_Wastes_adorn","b":{"w":265,"x":0,"y":370,"h":99},"c":[],"assets":["0x411BD2AA"]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_March_Of_The_King_Tab","b":{"w":46,"x":226,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_Gondor_Central_Tab","b":{"w":46,"x":42,"y":496,"h":66},"c":[],"assets":["0x41157CBB","0x41157CB8","0x41157CBA","0x41157CBC","0x41157CBD","0x41157CB9"]},{"id":"Accomplishment_Region_Gondor_Wastes_Tab","b":{"w":46,"x":272,"y":496,"h":66},"c":[],"assets":["0x411BD2AB","0x411BD2AC","0x411BD2AD","0x411BD2AE","0x411BD2AF","0x411BD2B0"]},{"id":"Accomplishment_Region_Gondor_Old_Anorien_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"Gondor_Old_Anorien_adorn","b":{"w":266,"x":0,"y":370,"h":101},"c":[],"assets":["0x41165BB5"]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Gondor_East_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"Gondor_East_adorn","b":{"w":266,"x":0,"y":370,"h":101},"c":[],"assets":["0x4115EE17"]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Gondor_Old_Anorien_Tab","b":{"w":46,"x":134,"y":496,"h":66},"c":[],"assets":["0x41165BB9","0x41165BB6","0x41165BB7","0x41165BBA","0x41165BBB","0x41165BB8"]},{"id":"Accomplishment_Region_Gondor_East_Tab","b":{"w":46,"x":88,"y":496,"h":66},"c":[],"assets":["0x4115EE18","0x4115EE19","0x4115EE1B","0x4115EE1C","0x4115EE1D","0x4115EE1A"]},{"id":"Accomplishment_Region_Gondor_Far_Anorien_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"Gondor_Far_Anorien_adorn","b":{"w":242,"x":12,"y":374,"h":90},"c":[],"assets":["0x4116B03C"]}]},{"id":"Accomplishment_Region_Gondor_West_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"Gondor_West_adorn","b":{"w":266,"x":0,"y":370,"h":101},"c":[],"assets":["0x41154A34"]}]},{"id":"Accomplishment_Region_Gondor_Far_Anorien_Tab","b":{"w":46,"x":180,"y":496,"h":66},"c":[],"assets":["0x4116B041","0x4116B042","0x4116B03F","0x4116B03E","0x4116B040","0x4116B03D"]},{"id":"Accomplishment_Region_Gondor_West_Tab","b":{"w":46,"x":-4,"y":496,"h":66},"c":[]}]},{"id":"Accomplishment_Hobbies_Tab","b":{"w":93,"x":304,"y":5,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":92,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":65,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":75,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Accomplishment_Skirmish_Tab_Panel","b":{"w":596,"x":6,"y":8,"h":576},"c":[{"id":"Accomplishment_Skirmish_Lieutenant_Tab","b":{"w":46,"x":42,"y":495,"h":66},"c":[]},{"id":"Accomplishment_Skirmish_Specific_Tab","b":{"w":46,"x":-4,"y":495,"h":66},"c":[]},{"id":"Accomplishment_Skirmish_Lieutenant_Page","b":{"w":549,"x":23,"y":35,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":271,"x":-1,"y":382,"h":86},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Skirmish_Specific_Page","b":{"w":549,"x":23,"y":35,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":265,"x":-1,"y":377,"h":91},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]}]},{"id":"Accomplishment_Hobbies_Tab_Panel","b":{"w":574,"x":17,"y":8,"h":576},"c":[{"id":"Accomplishment_Hobbies_Fishing_Page","b":{"w":549,"x":12,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"class_adorn","b":{"w":271,"x":-6,"y":337,"h":131},"c":[],"assets":["0x410081AD"]}]},{"id":"Accomplishment_Hobbies_Fishing_Tab","b":{"w":46,"x":-4,"y":496,"h":66},"c":[]}]},{"id":"Accomplishment_Rhovanion_Tab","b":{"w":113,"x":248,"y":27,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":112,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":85,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":95,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Accomplishment_Gondor_Tab","b":{"w":113,"x":359,"y":27,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":112,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":85,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":95,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Accomplishment_Rhovanion_Tab_Panel","b":{"w":596,"x":6,"y":8,"h":576},"c":[{"id":"Accomplishment_Region_Vales_Of_Anduin_Tab","b":{"w":46,"x":540,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_Moria_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Moria_adorn","b":{"w":266,"x":3,"y":348,"h":133},"c":[],"assets":["0x410E8E31"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Moria_Tab_Central","b":{"w":46,"x":130,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_Rohan_West_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Rohan_West_adorn","b":{"w":266,"x":2,"y":373,"h":101},"c":[],"assets":["0x4114080D"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Moria_Tab_Lower","b":{"w":46,"x":85,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_Lothlorien_Tab","b":{"w":46,"x":-4,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_Rohan_West_Tab","b":{"w":46,"x":405,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_Moria_Tab_Upper","b":{"w":46,"x":178,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_Moria_Tab","b":{"w":46,"x":40,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_Wildermore_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"Wildermore_adorn","b":{"w":266,"x":2,"y":373,"h":101},"c":[],"assets":["0x411379DD"]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[{"id":"AccomplishmentSimpleEntryTemplate","b":{"w":242,"x":0,"y":0,"h":36},"c":[{"id":"AccomplishmentSimpleEntryTemplate_Background","b":{"w":242,"x":0,"y":0,"h":36},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_TypeIcon","b":{"w":32,"x":6,"y":2,"h":32},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_Name","b":{"w":189,"x":44,"y":2,"h":32},"c":[]}]}]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Wildermore_Tab","b":{"w":46,"x":360,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_Dwarfholds_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"Dwarfholds_adorn","b":{"w":266,"x":2,"y":373,"h":101},"c":[],"assets":["0x411C9F9D"]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Rohan_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[{"id":"AccomplishmentSimpleEntryTemplate","b":{"w":242,"x":0,"y":0,"h":36},"c":[{"id":"AccomplishmentSimpleEntryTemplate_Background","b":{"w":242,"x":0,"y":0,"h":36},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_TypeIcon","b":{"w":32,"x":6,"y":2,"h":32},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_Name","b":{"w":189,"x":44,"y":2,"h":32},"c":[]}]}]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"Rohan_adorn","b":{"w":266,"x":2,"y":373,"h":101},"c":[],"assets":["0x4112A32D"]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Region_Dwarfholds_Tab","b":{"w":46,"x":495,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_Moria_Page_Upper","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"Moria_adorn_Upper","b":{"w":266,"x":3,"y":348,"h":133},"c":[]}]},{"id":"Accomplishment_Region_Rohan_Tab","b":{"w":46,"x":315,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_Strongholds_North_Tab","b":{"w":46,"x":450,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_GreatRiver_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[{"id":"AccomplishmentSimpleEntryTemplate","b":{"w":242,"x":0,"y":0,"h":36},"c":[{"id":"AccomplishmentSimpleEntryTemplate_Background","b":{"w":242,"x":0,"y":0,"h":36},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_TypeIcon","b":{"w":32,"x":6,"y":2,"h":32},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_Name","b":{"w":189,"x":44,"y":2,"h":32},"c":[]}]}]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"GreatRiver_adorn","b":{"w":266,"x":3,"y":381,"h":87},"c":[],"assets":["0x41124002"]}]},{"id":"Accomplishment_Region_Moria_Page_Central","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"Moria_adorn_Central","b":{"w":266,"x":3,"y":348,"h":133},"c":[]}]},{"id":"Accomplishment_Region_GreatRiver_Tab","b":{"w":46,"x":270,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Region_Moria_Page_Lower","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"Moria_adorn_Lower","b":{"w":266,"x":3,"y":348,"h":127},"c":[]}]},{"id":"Accomplishment_Region_Strongholds_North_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[{"id":"AccomplishmentSimpleEntryTemplate","b":{"w":242,"x":0,"y":0,"h":36},"c":[{"id":"AccomplishmentSimpleEntryTemplate_Background","b":{"w":242,"x":0,"y":0,"h":36},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_TypeIcon","b":{"w":32,"x":6,"y":2,"h":32},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_Name","b":{"w":189,"x":44,"y":2,"h":32},"c":[]}]}]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"Strongholds_North_adorn","b":{"w":266,"x":2,"y":373,"h":101},"c":[],"assets":["0x411C2D00"]}]},{"id":"Accomplishment_Region_SouthernMirkwood_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"Mirkwood_adorn_Southern","b":{"w":266,"x":3,"y":381,"h":87},"c":[],"assets":["0x41101F69"]}]},{"id":"Accomplishment_Region_Vales_Of_Anduin_Page","b":{"w":549,"x":23,"y":35,"h":478},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[{"id":"AccomplishmentSimpleEntryTemplate","b":{"w":242,"x":0,"y":0,"h":36},"c":[{"id":"AccomplishmentSimpleEntryTemplate_Background","b":{"w":242,"x":0,"y":0,"h":36},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_TypeIcon","b":{"w":32,"x":6,"y":2,"h":32},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_Name","b":{"w":189,"x":44,"y":2,"h":32},"c":[]}]}]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"vales_of_anduin_adorn","b":{"w":266,"x":2,"y":373,"h":101},"c":[],"assets":["0x411D8153"]}]},{"id":"Accomplishment_Region_Lothlorien_Page","b":{"w":549,"x":23,"y":35,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"Lothlorien_adorn","b":{"w":271,"x":-1,"y":345,"h":126},"c":[],"assets":["0x410E8E30"]}]},{"id":"Accomplishment_Region_SouthernMirkwood_Tab","b":{"w":46,"x":225,"y":496,"h":66},"c":[]}]},{"id":"Accomplishment_Instance_Tab_Panel","b":{"w":650,"x":6,"y":8,"h":576},"c":[{"id":"Accomplishment_Instance_Osgiliath_Tab","b":{"w":46,"x":322,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Instance_Dwarfholds_Page","b":{"w":549,"x":23,"y":35,"h":481},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":264,"x":9,"y":368,"h":115},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Instance_Dwarfholds_Tab","b":{"w":46,"x":460,"y":496,"h":66},"c":[],"assets":["0x411C9FA2","0x411C9F9E","0x411C9FA0","0x411C9F9F","0x411C9F9C","0x411C9FA1"]},{"id":"Accomplishment_Instance_Minas_Morgul_Page","b":{"w":549,"x":23,"y":35,"h":481},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":264,"x":9,"y":368,"h":115},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Instance_Minas_Morgul_Tab","b":{"w":46,"x":506,"y":496,"h":66},"c":[],"assets":["0x411E3B28","0x411E3B27","0x411E3B2A","0x411E3B26","0x411E3B29","0x411E3B2C"]},{"id":"Accomplishment_Instance_Classic_Page","b":{"w":549,"x":23,"y":35,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":271,"x":-2,"y":381,"h":88},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_TheRoadtoErebor_Page","b":{"w":549,"x":23,"y":35,"h":481},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":271,"x":-4,"y":335,"h":136},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Instance_Moria_Page","b":{"w":549,"x":23,"y":35,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":271,"x":-1,"y":376,"h":92},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Instance_TheRoadtoErebor_Tab","b":{"w":46,"x":276,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Instance_V2Bk8_Page","b":{"w":549,"x":23,"y":35,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":271,"x":-1,"y":380,"h":89},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Instance_V2Bk9_Page","b":{"w":549,"x":23,"y":35,"h":474},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":271,"x":-3,"y":378,"h":89},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Instance_Classic_Tab","b":{"w":46,"x":0,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Instance_Isengard_Tab","b":{"w":46,"x":230,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Instance_Moria_Tab","b":{"w":46,"x":46,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Instance_V2Bk8_Tab","b":{"w":46,"x":92,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Isengard_Page","b":{"w":549,"x":23,"y":35,"h":481},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":271,"x":-4,"y":331,"h":140},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Instance_V2Bk9_Tab","b":{"w":46,"x":138,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Instance_Gorgoroth_Tab","b":{"w":46,"x":414,"y":496,"h":66},"c":[],"assets":["0x411BD169","0x411BD16A","0x411BD167","0x411BD168","0x411BD16B","0x411BD16C"]},{"id":"Accomplishment_Instance_Gorgoroth_Page","b":{"w":549,"x":23,"y":35,"h":481},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":264,"x":9,"y":368,"h":115},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[{"id":"AccomplishmentSimpleEntryTemplate","b":{"w":242,"x":0,"y":0,"h":36},"c":[{"id":"AccomplishmentSimpleEntryTemplate_Background","b":{"w":242,"x":0,"y":0,"h":36},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_TypeIcon","b":{"w":32,"x":6,"y":2,"h":32},"c":[]},{"id":"AccomplishmentSimpleEntryTemplate_Name","b":{"w":189,"x":44,"y":2,"h":32},"c":[]}]}]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":167},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":147},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":157,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Instance_InTheirAbsence_Tab","b":{"w":46,"x":184,"y":496,"h":66},"c":[]},{"id":"Accomplishment_Instance_Pelennor_Page","b":{"w":549,"x":23,"y":35,"h":481},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":264,"x":9,"y":368,"h":115},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Instance_Pelennor_Tab","b":{"w":46,"x":368,"y":496,"h":66},"c":[],"assets":["0x4116B044","0x4116B045","0x4116B049","0x4116B047","0x4116B046","0x4116B048"]},{"id":"Accomplishment_Instance_InTheirAbsence_Page","b":{"w":549,"x":23,"y":35,"h":481},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":271,"x":-4,"y":331,"h":140},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},{"id":"Accomplishment_Osgiliath_Page","b":{"w":549,"x":23,"y":35,"h":481},"c":[{"id":"AccomplishmentsPage_FilterMenuContainer","b":{"w":177,"x":-6,"y":48,"h":32},"c":[{"id":"AccomplishmentsPage_FilterMenuLabel","b":{"w":66,"x":0,"y":5,"h":20},"c":[]},{"id":"AccomplishmentsPage_FilterMenu","b":{"w":103,"x":68,"y":3,"h":23},"c":[{"id":"Menu_02_SelectionBackground","b":{"w":103,"x":0,"y":0,"h":21},"c":[{"id":"Base_Box_BottomMid","b":{"w":65,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":19,"x":84,"y":2,"h":19},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":100,"y":19,"h":-17},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":97,"x":3,"y":3,"h":15},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":19,"x":84,"y":0,"h":19},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":65,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"Menu_02_SelectionDisplay","b":{"w":87,"x":7,"y":-1,"h":23},"c":[]},{"id":"Menu_02_SelectionWidget","b":{"w":16,"x":86,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Page_Image","b":{"w":264,"x":2,"y":373,"h":99},"c":[],"assets":["0x41101BD9"]},{"id":"AccomplishmentsPage_ShowCompletedField","b":{"w":95,"x":165,"y":41,"h":20},"c":[{"id":"AccomplishmentsPage_ShowCompletedText","b":{"w":75,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowCompleted","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentsPage_Title","b":{"w":268,"x":1,"y":12,"h":30},"c":[]},{"id":"AccomplishmentsList_Container","b":{"w":262,"x":6,"y":8,"h":457},"c":[{"id":"AccomplishmentsList_Listbox","b":{"w":250,"x":1,"y":71,"h":300},"c":[]},{"id":"AccomplishmentsList_Scrollbar","b":{"w":10,"x":249,"y":81,"h":300},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":290,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":280},"c":[]}]}]},{"id":"AccomplishmentExamination_Container","b":{"w":276,"x":269,"y":0,"h":460},"c":[{"id":"AccomplishmentExamination_Display","b":{"w":276,"x":0,"y":0,"h":460},"c":[{"id":"AccomplishmentDisplay_QuestMoneyRewardText","b":{"w":160,"x":58,"y":404,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AccomplishmentDisplay_ListboxContainer","b":{"w":266,"x":6,"y":15,"h":430},"c":[{"id":"AccomplishmentDisplay_MainListbox","b":{"w":255,"x":-2,"y":5,"h":420},"c":[]},{"id":"AccomplishmentDisplay_MainListbox_Scrollbar","b":{"w":9,"x":254,"y":2,"h":420},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":410,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":410,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":400},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":380},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":390,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":400},"c":[]}]},{"id":"AccomplishmentDisplay_MainListbox_HorizScrollbar","b":{"w":243,"x":2000,"y":2000,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":233,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":233,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":223,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":203,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":213,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":223,"x":10,"y":0,"h":11},"c":[]}]}]}]}]},{"id":"AccomplishmentsPage_ShowSetRewardsField","b":{"w":105,"x":165,"y":59,"h":20},"c":[{"id":"AccomplishmentsPage_ShowSetRewardsText","b":{"w":87,"x":17,"y":0,"h":20},"c":[]},{"id":"AccomplishmentsPage_ShowSetRewards","b":{"w":16,"x":2,"y":1,"h":16},"c":[]}]},{"id":"AccomplishmentTrackerButton","b":{"w":128,"x":403,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WebStoreAccelerateDeedButton","b":{"w":103,"x":269,"y":430,"h":42},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":25,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":36,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"WebStoreAccelerateDeedButton_Label","b":{"w":108,"x":-4,"y":13,"h":20},"c":[]},{"id":"Button_buyCharSlots_midRight","b":{"w":13,"x":60,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":60,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]}]},{"id":"Accomplishment_Instance_Tab","b":{"w":93,"x":213,"y":5,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":92,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":65,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":75,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]},{"id":"BaseBox_TitleBar","b":{"w":250,"x":183,"y":-7,"h":40},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"AccomplishmentPanelLabel","b":{"w":220,"x":16,"y":15,"h":20},"c":[]}]},{"id":"AccomplishmentPanelCloseButton","b":{"w":16,"x":590,"y":23,"h":16},"c":[]},{"id":"AccomplishmentPanelMoveBar","b":{"w":581,"x":6,"y":6,"h":22},"c":[]}]},"ID_UISkin_AmountSelectorField":{"id":"AmountSelectorField","b":{"w":294,"x":718,"y":484,"h":164},"c":[{"id":"ErrorText","b":{"w":282,"x":6,"y":95,"h":40},"c":[]},{"id":"AmountSelector_SliderField","b":{"w":286,"x":4,"y":50,"h":71},"c":[{"id":"AmountSelector_MinLabel","b":{"w":26,"x":0,"y":24,"h":20},"c":[]},{"id":"AmountSelector_CurrentLabel","b":{"w":76,"x":105,"y":4,"h":19},"c":[]},{"id":"AmountSelector_MaxLabel","b":{"w":26,"x":260,"y":24,"h":20},"c":[]},{"id":"AmountSelector_Scrollbar","b":{"w":236,"x":25,"y":26,"h":16},"c":[{"id":"AmountSelector_ButtonLeft","b":{"w":16,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0E","0x41007E0F","0x41007E0D"]},{"id":"AmountSelector_ButtonRight","b":{"w":16,"x":220,"y":0,"h":16},"c":[],"assets":["0x41007E11","0x41007E12","0x41007E10"]},{"id":"SliderBackground","b":{"w":236,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0B"]},{"id":"widget","b":{"w":16,"x":16,"y":0,"h":16},"c":[],"assets":["0x41007E0C","0x4101E50C"]}]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":258,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":222,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":92},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":128,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":222,"x":36,"y":128,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":258,"y":128,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":258,"y":36,"h":92},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":222,"x":36,"y":36,"h":92},"c":[],"assets":["0x4100013B"]},{"id":"Drag","b":{"w":269,"x":0,"y":0,"h":21},"c":[]},{"id":"Label","b":{"w":266,"x":2,"y":4,"h":45},"c":[]},{"id":"AmountSelectorOkButton","b":{"w":69,"x":109,"y":137,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":33,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":30,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":48,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"AmountSelectorCancelButton","b":{"w":16,"x":270,"y":5,"h":16},"c":[]}]},"ID_UISkin_AppearanceMod_Window":{"id":"AppearanceMod_Window","b":{"w":813,"x":9,"y":13,"h":602},"c":[{"id":"AppearanceMod_ViewBar","b":{"w":164,"x":208,"y":472,"h":45},"c":[{"id":"AppearanceMod_Appearance_Rotate_Bg","b":{"w":161,"x":2,"y":1,"h":43},"c":[],"assets":["0x410DD47C"]},{"id":"AppearanceMod_Zoom_In_Button","b":{"w":24,"x":70,"y":10,"h":25},"c":[]},{"id":"AppearanceMod_RotateLeft","b":{"w":20,"x":42,"y":19,"h":20},"c":[]},{"id":"AppearanceMod_Zoom_Out_Button","b":{"w":24,"x":70,"y":25,"h":20},"c":[]},{"id":"AppearanceMod_RotateRight","b":{"w":20,"x":100,"y":19,"h":20},"c":[]}]},{"id":"AppearanceMod_RandomizeButton","b":{"w":140,"x":615,"y":532,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":104,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":101,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":119,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"AppearanceMod_ResetButton","b":{"w":140,"x":615,"y":560,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":104,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":101,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":119,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"AppearanceMod_Viewport","b":{"w":560,"x":6,"y":50,"h":470},"c":[]},{"id":"AppearanceMod_BuyButton","b":{"w":140,"x":144,"y":560,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":104,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":101,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":119,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"AppearanceMod_Character_BG","b":{"w":560,"x":6,"y":50,"h":470},"c":[],"assets":["0x410DE325"]},{"id":"AppearanceMod_AvatarUpdate_Toggle","b":{"w":200,"x":580,"y":22,"h":25},"c":[{"id":"AppearanceMod_AvatarUpdate_Toggle_Label","b":{"w":180,"x":44,"y":3,"h":18},"c":[]},{"id":"AppearanceMod_AvatarUpdate_Toggle_Button","b":{"w":16,"x":19,"y":4,"h":16},"c":[]}],"assets":["0x410FA8C0"]},{"id":"AppearanceMod_BaseBox_BG","b":{"w":813,"x":0,"y":16,"h":584},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":741,"x":36,"y":548,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":777,"y":548,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":777,"y":36,"h":512},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":741,"x":36,"y":36,"h":512},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":777,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":741,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":512},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":548,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"AppearanceModList_Container","b":{"w":813,"x":0,"y":16,"h":577},"c":[]},{"id":"AppearanceMod_InteriorFrame","b":{"w":804,"x":5,"y":48,"h":476},"c":[{"id":"AppearanceMod_InteriorFrame_TopLeft","b":{"w":806,"x":0,"y":0,"h":3},"c":[],"assets":["0x411B346D"]},{"id":"AppearanceMod_InteriorFrame_BottomLeft","b":{"w":806,"x":0,"y":471,"h":3},"c":[],"assets":["0x411B346B"]},{"id":"AppearanceMod_InteriorFrame_VertMiddle","b":{"w":3,"x":560,"y":2,"h":470},"c":[],"assets":["0x411B346C"]}]},{"id":"AppearanceMod_TitleBar","b":{"w":250,"x":281,"y":-10,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"AppearanceMod_WindowLabel","b":{"w":204,"x":23,"y":15,"h":20},"c":[]}]},{"id":"AppearanceMod_PlayerMoney","b":{"w":264,"x":20,"y":526,"h":22},"c":[{"id":"MoneyDisplay_YourMoney_AllMoney","b":{"w":159,"x":101,"y":6,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"MoneyDisplay_YourMoney_Label","b":{"w":99,"x":11,"y":5,"h":20},"c":[]}]},{"id":"AppearanceMod_TotalCost_Label","b":{"w":120,"x":295,"y":530,"h":22},"c":[]},{"id":"AppearanceMod_MoveBar","b":{"w":813,"x":0,"y":6,"h":24},"c":[]},{"id":"AppearanceMod_TotalCost","b":{"w":160,"x":410,"y":530,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"AppearanceMod_CloseButton","b":{"w":16,"x":790,"y":22,"h":16},"c":[]},{"id":"AppearanceMod_CancelButton","b":{"w":140,"x":295,"y":560,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":104,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":101,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":119,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"AppearanceMod_Appearance_Panel","b":{"w":242,"x":568,"y":52,"h":470},"c":[{"id":"AppearanceMod_Appearance_Controls_Listbox","b":{"w":242,"x":0,"y":0,"h":470},"c":[{"id":"AppearanceMod_Appearance_Controls_Scrollbar","b":{"w":11,"x":228,"y":1,"h":466},"c":[{"id":"scroll_bottom_field","b":{"w":11,"x":0,"y":456,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":1,"y":456,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":11,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":446},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":426},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":436,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":11,"x":0,"y":10,"h":446},"c":[]}]}]}]}]},"ID_UISkin_AvatarPanel":{"id":"AvatarPanel","b":{"w":280,"x":0,"y":0,"h":300},"c":[{"id":"VitalsParent","b":{"w":300,"x":0,"y":20,"h":300},"c":[{"id":"PlayerName","b":{"w":191,"x":87,"y":3,"h":36},"c":[]},{"id":"PlayerEffectDisplay_Spacer","b":{"w":1,"x":92,"y":74,"h":15},"c":[]},{"id":"PlayerEffectDisplay","b":{"w":169,"x":92,"y":74,"h":200},"c":[]},{"id":"VitalsBg","b":{"w":175,"x":88,"y":42,"h":27},"c":[],"assets":["0x4100013F"]},{"id":"VitalsField","b":{"w":168,"x":96,"y":34,"h":42},"c":[{"id":"PowerField","b":{"w":164,"x":1,"y":17,"h":23},"c":[{"id":"CurrentPowerMeter","b":{"w":164,"x":0,"y":6,"h":9},"c":[{"id":"meter_fill","b":{"w":165,"x":-1,"y":0,"h":9},"c":[{"id":"meter_fill_image","b":{"w":165,"x":0,"y":0,"h":9},"c":[]}]}]},{"id":"TemporaryPowerMeter","b":{"w":164,"x":0,"y":6,"h":9},"c":[]},{"id":"CurrentPowerText","b":{"w":162,"x":3,"y":3,"h":16},"c":[]}]},{"id":"RageMeter","b":{"w":164,"x":1,"y":17,"h":23},"c":[{"id":"CurrentRageMeter","b":{"w":164,"x":0,"y":6,"h":9},"c":[]},{"id":"RageText","b":{"w":162,"x":3,"y":3,"h":16},"c":[]}]},{"id":"HealthVitalField","b":{"w":164,"x":0,"y":0,"h":23},"c":[{"id":"DreadField","b":{"w":0,"x":164,"y":0,"h":23},"c":[{"id":"DreadMeter","b":{"w":0,"x":0,"y":12,"h":9},"c":[{"id":"meter_fill","b":{"w":164,"x":-164,"y":0,"h":9},"c":[{"id":"meter_fill_image","b":{"w":164,"x":0,"y":0,"h":9},"c":[]}]}]}]},{"id":"CurrentHealthText","b":{"w":162,"x":0,"y":8,"h":16},"c":[]},{"id":"HealthField","b":{"w":164,"x":0,"y":0,"h":23},"c":[{"id":"TemporaryHealthMeter","b":{"w":164,"x":0,"y":12,"h":9},"c":[]},{"id":"CurrentHealthMeter","b":{"w":164,"x":0,"y":12,"h":9},"c":[{"id":"meter_fill","b":{"w":79,"x":0,"y":0,"h":9},"c":[{"id":"meter_fill_image","b":{"w":79,"x":0,"y":0,"h":9},"c":[]}]}]}]}]}]},{"id":"AvatarPanel_BG","b":{"w":273,"x":-1,"y":1,"h":125},"c":[],"assets":["0x4101DD51","0x4101DD4F","0x41007FB5","0x41007FB6","0x4101DD4D","0x4101DD50","0x41007FB3","0x4101DD4E","0x41007FB4","0x41007FB1","0x411AD548","0x411AD549","0x411C4116","0x411C4115","0x411DAC4B","0x411DA1F9","0x411EB751","0x411EB74C","0x4120BED9","0x4120BED6","0x412179B0","0x412179AF","0x41126465","0x41126720","0x4112668C","0x41126721","0x4112668D","0x41126722","0x4112668E","0x41126723","0x4112668F","0x41126724","0x41134C58","0x41134C57","0x411366CB","0x411366C7","0x411366CA","0x411366C8","0x411366CC","0x411366C9","0x41210171","0x41139E46","0x41139E47","0x41210173","0x411ACACA","0x411D9DC3","0x411D9DC4","0x411ECAC5","0x411D2BC4","0x411D2BC5","0x411D2BC6","0x411ECC13","0x411BAEF2","0x411A8427","0x41210174","0x411DA8C2","0x4121498B","0x41214989","0x4121498C","0x411FD299","0x41215A58","0x411F527E","0x411E7930","0x412179AD","0x41210EDD","0x4120DAA3","0x412164E8","0x411F1AB2","0x411F1AB0","0x411F1AB3","0x4120280F","0x411F1C59","0x4113430A","0x41007FB2"]},{"id":"PlayerPortrait","b":{"w":64,"x":21,"y":21,"h":64},"c":[]},{"id":"PlayerVitals_Animations","b":{"w":277,"x":2,"y":0,"h":104},"c":[]},{"id":"AvatarPanel_COVER_LOWRES","b":{"w":64,"x":22,"y":21,"h":62},"c":[],"assets":["0x41008018","0x41008017"]},{"id":"PlayerLevel_HWField","b":{"w":32,"x":35,"y":84,"h":17},"c":[{"id":"PlayerLevel","b":{"w":32,"x":0,"y":0,"h":17},"c":[]}]},{"id":"PlayerLevel_BG","b":{"w":65,"x":21,"y":78,"h":32},"c":[],"assets":["0x41008019","0x41126466","0x4100801A"]},{"id":"PlayerScaledLevel_HWField","b":{"w":38,"x":35,"y":84,"h":17},"c":[{"id":"PlayerScaledLevel","b":{"w":42,"x":0,"y":0,"h":17},"c":[{"id":"PlayerScaledLevel","b":{"w":15,"x":2,"y":1,"h":15},"c":[],"assets":["0x411411BF"]}],"assets":["0x411411BF"]}]},{"id":"PlayerLeaderIcon","b":{"w":16,"x":74,"y":68,"h":16},"c":[],"assets":["0x41007DCE"]},{"id":"PlayerAssistantIcon","b":{"w":16,"x":74,"y":68,"h":16},"c":[],"assets":["0x41007DE3"]},{"id":"PlayerVoiceChat","b":{"w":20,"x":71,"y":11,"h":20},"c":[],"assets":["0x41007DD0"]},{"id":"PlayerSendingData","b":{"w":20,"x":71,"y":11,"h":20},"c":[],"assets":["0x41007DD1"]},{"id":"LoE_VitalsField","b":{"w":224,"x":64,"y":58,"h":40},"c":[{"id":"LoE_ShadowMeter_FX","b":{"w":112,"x":2,"y":0,"h":40},"c":[]},{"id":"LoE_LightMeter_FX","b":{"w":112,"x":112,"y":0,"h":40},"c":[]},{"id":"LoE_LightMeter","b":{"w":50,"x":62,"y":14,"h":11},"c":[{"id":"meter_fill","b":{"w":50,"x":0,"y":0,"h":11},"c":[{"id":"meter_fill_image","b":{"w":50,"x":0,"y":0,"h":11},"c":[]}]}]},{"id":"LoE_DebuffMeter","b":{"w":50,"x":62,"y":14,"h":11},"c":[{"id":"meter_fill","b":{"w":50,"x":0,"y":0,"h":11},"c":[{"id":"meter_fill_image","b":{"w":50,"x":0,"y":0,"h":11},"c":[]}]}]},{"id":"LoE_ShadowMeter","b":{"w":50,"x":114,"y":14,"h":11},"c":[{"id":"meter_fill","b":{"w":50,"x":0,"y":0,"h":11},"c":[{"id":"meter_fill_image","b":{"w":50,"x":0,"y":0,"h":11},"c":[]}]}]},{"id":"LoE_BuffMeter","b":{"w":50,"x":114,"y":14,"h":11},"c":[]},{"id":"LoE_Background","b":{"w":160,"x":32,"y":9,"h":22},"c":[],"assets":["0x411B8A65"]},{"id":"LoE_ShadowText","b":{"w":120,"x":54,"y":13,"h":12},"c":[]}]},{"id":"PlayerPVP_Info","b":{"w":34,"x":-4,"y":-3,"h":98},"c":[{"id":"PlayerPVP_RankDisplay","b":{"w":32,"x":2,"y":0,"h":32},"c":[]}]},{"id":"PlayerVoiceChatSquelched","b":{"w":20,"x":71,"y":11,"h":20},"c":[],"assets":["0x410202F4"]}]},{"id":"HiddenDragBox_DragBox","b":{"w":280,"x":0,"y":20,"h":280},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":278,"x":1,"y":1,"h":278},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":260},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":269,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":260,"x":9,"y":269,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":269,"y":269,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":269,"y":9,"h":260},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":269,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":260,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":280},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":278,"x":1,"y":279,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":279,"y":0,"h":280},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":278,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":280,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":13,"y":0,"h":20},"c":[]}]},"ID_UISkin_BackpackView1_Template":{"id":"PlayerBag1_Template","b":{"w":199,"x":153,"y":141,"h":514},"c":[{"id":"MiniBagGraphic","b":{"w":20,"x":2,"y":22,"h":20},"c":[],"assets":["0x4115228A"]},{"id":"SlotDraggers_DragState","b":{"w":180,"x":10,"y":66,"h":436},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":178,"x":1,"y":1,"h":434},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":416},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":425,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":160,"x":9,"y":425,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":169,"y":425,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":169,"y":9,"h":416},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":169,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":160,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":436},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":178,"x":1,"y":435,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":179,"y":0,"h":436},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":178,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Inventory_ResizeBar","b":{"w":7,"x":194,"y":42,"h":460},"c":[{"id":"Inventory_ResizeBar_Graphic","b":{"w":7,"x":0,"y":200,"h":60},"c":[],"assets":["0x41110388"]}]},{"id":"ListboxWidth","b":{"w":180,"x":9,"y":48,"h":5},"c":[]},{"id":"BackpackBackground","b":{"w":199,"x":0,"y":18,"h":496},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":163,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":127,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":424},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":460,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":127,"x":36,"y":460,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":163,"y":460,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":163,"y":36,"h":424},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":127,"x":36,"y":36,"h":424},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":186,"x":7,"y":6,"h":483},"c":[],"assets":["0x411351FD"]}]},{"id":"BackpackDragbar","b":{"w":199,"x":0,"y":10,"h":22},"c":[]},{"id":"PlayerBag_TitleBar","b":{"w":151,"x":24,"y":-2,"h":40},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":116,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":81,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Bag_TitleText","b":{"w":104,"x":23,"y":15,"h":23},"c":[]},{"id":"BagGraphic","b":{"w":32,"x":20,"y":5,"h":32},"c":[],"assets":["0x41005FD3"]}]},{"id":"Backpack_ItemList","b":{"w":180,"x":10,"y":69,"h":432},"c":[{"id":"Backpack_SlotDraggers","b":{"w":180,"x":0,"y":0,"h":432},"c":[]},{"id":"ItemDisplay_InventoryTemplate","b":{"w":36,"x":0,"y":0,"h":36},"c":[{"id":"ItemDisplay_InvBackground","b":{"w":36,"x":0,"y":0,"h":36},"c":[]},{"id":"ItemDisplay_InvIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_InvOverlay","b":{"w":36,"x":0,"y":0,"h":36},"c":[]}]}]},{"id":"Backpack_Base_Close_Button","b":{"w":16,"x":176,"y":25,"h":16},"c":[]},{"id":"Backpack_Toolbar","b":{"w":188,"x":6,"y":44,"h":18},"c":[{"id":"ToolbarFind_EntryField","b":{"w":93,"x":89,"y":0,"h":16},"c":[{"id":"ToolbarFind_Entry","b":{"w":90,"x":1,"y":1,"h":14},"c":[]},{"id":"Box_01_Empty_InnerShadow","b":{"w":91,"x":1,"y":1,"h":14},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":-4},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":5,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":73,"x":9,"y":5,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":82,"y":5,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":82,"y":9,"h":-4},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":82,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":73,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":16},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":91,"x":1,"y":15,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":92,"y":0,"h":16},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":91,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ToolbarFind_FindIcon","b":{"w":16,"x":164,"y":0,"h":16},"c":[],"assets":["0x41135198"]},{"id":"Backpack_EditMode_Button","b":{"w":16,"x":25,"y":0,"h":16},"c":[]},{"id":"Backpack_LockMode","b":{"w":16,"x":45,"y":0,"h":16},"c":[],"assets":["0x411523BA","0x411523A7","0x411523A8","0x411523A9","0x411523A5","0x411523AB"]},{"id":"BuyInvSpace_Button","b":{"w":16,"x":5,"y":0,"h":16},"c":[],"assets":["0x411523AC","0x411523A6","0x411523A4"]},{"id":"Backpack_Sort","b":{"w":16,"x":65,"y":0,"h":16},"c":[],"assets":["0x41152894","0x41152893","0x41152895","0x41152896"]}]}]},"ID_UISkin_BackpackView2_Template":{"id":"PlayerBag2_Template","b":{"w":199,"x":648,"y":17,"h":167},"c":[{"id":"MiniBagGraphic","b":{"w":20,"x":2,"y":22,"h":20},"c":[],"assets":["0x4115228A"]},{"id":"SlotDraggers_DragState","b":{"w":180,"x":10,"y":43,"h":113},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":178,"x":1,"y":1,"h":111},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":93},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":102,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":160,"x":9,"y":102,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":169,"y":102,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":169,"y":9,"h":93},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":169,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":160,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":113},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":178,"x":1,"y":112,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":179,"y":0,"h":113},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":178,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Inventory_ResizeBar","b":{"w":7,"x":194,"y":42,"h":113},"c":[{"id":"Inventory_ResizeBar_Graphic","b":{"w":7,"x":0,"y":26,"h":60},"c":[],"assets":["0x41110388"]}]},{"id":"ListboxWidth","b":{"w":180,"x":9,"y":48,"h":5},"c":[]},{"id":"BackpackBackground","b":{"w":199,"x":0,"y":18,"h":149},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":163,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":127,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":77},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":113,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":127,"x":36,"y":113,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":163,"y":113,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":163,"y":36,"h":77},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":127,"x":36,"y":36,"h":77},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":186,"x":7,"y":6,"h":136},"c":[],"assets":["0x411351FD"]}]},{"id":"BackpackDragbar","b":{"w":199,"x":0,"y":10,"h":22},"c":[]},{"id":"PlayerBag_TitleBar","b":{"w":151,"x":24,"y":-2,"h":40},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":116,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":81,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Bag_TitleText","b":{"w":104,"x":23,"y":15,"h":23},"c":[]},{"id":"BagGraphic","b":{"w":32,"x":20,"y":5,"h":32},"c":[],"assets":["0x41005FD3"]}]},{"id":"Backpack_ItemList","b":{"w":180,"x":10,"y":46,"h":108},"c":[{"id":"Backpack_SlotDraggers","b":{"w":180,"x":0,"y":0,"h":108},"c":[]},{"id":"ItemDisplay_InventoryTemplate","b":{"w":36,"x":0,"y":0,"h":36},"c":[{"id":"ItemDisplay_InvBackground","b":{"w":36,"x":0,"y":0,"h":36},"c":[]},{"id":"ItemDisplay_InvIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_InvOverlay","b":{"w":36,"x":0,"y":0,"h":36},"c":[]}]}]},{"id":"Backpack_Base_Close_Button","b":{"w":16,"x":176,"y":25,"h":16},"c":[]}]},"ID_UISkin_BackpackView3_Template":{"id":"PlayerBag3_Template","b":{"w":199,"x":886,"y":16,"h":167},"c":[{"id":"MiniBagGraphic","b":{"w":20,"x":2,"y":22,"h":20},"c":[],"assets":["0x4115228A"]},{"id":"SlotDraggers_DragState","b":{"w":180,"x":10,"y":43,"h":113},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":178,"x":1,"y":1,"h":111},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":93},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":102,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":160,"x":9,"y":102,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":169,"y":102,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":169,"y":9,"h":93},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":169,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":160,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":113},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":178,"x":1,"y":112,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":179,"y":0,"h":113},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":178,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Inventory_ResizeBar","b":{"w":7,"x":194,"y":42,"h":113},"c":[{"id":"Inventory_ResizeBar_Graphic","b":{"w":7,"x":0,"y":26,"h":60},"c":[],"assets":["0x41110388"]}]},{"id":"ListboxWidth","b":{"w":180,"x":9,"y":48,"h":5},"c":[]},{"id":"BackpackBackground","b":{"w":199,"x":0,"y":18,"h":149},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":163,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":127,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":77},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":113,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":127,"x":36,"y":113,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":163,"y":113,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":163,"y":36,"h":77},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":127,"x":36,"y":36,"h":77},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":186,"x":7,"y":6,"h":136},"c":[],"assets":["0x411351FD"]}]},{"id":"BackpackDragbar","b":{"w":199,"x":0,"y":10,"h":22},"c":[]},{"id":"PlayerBag_TitleBar","b":{"w":151,"x":24,"y":-2,"h":40},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":116,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":81,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Bag_TitleText","b":{"w":104,"x":23,"y":15,"h":23},"c":[]},{"id":"BagGraphic","b":{"w":32,"x":20,"y":5,"h":32},"c":[],"assets":["0x41005FD3"]}]},{"id":"Backpack_ItemList","b":{"w":180,"x":10,"y":46,"h":108},"c":[{"id":"Backpack_SlotDraggers","b":{"w":180,"x":0,"y":0,"h":108},"c":[]},{"id":"ItemDisplay_InventoryTemplate","b":{"w":36,"x":0,"y":0,"h":36},"c":[{"id":"ItemDisplay_InvBackground","b":{"w":36,"x":0,"y":0,"h":36},"c":[]},{"id":"ItemDisplay_InvIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_InvOverlay","b":{"w":36,"x":0,"y":0,"h":36},"c":[]}]}]},{"id":"Backpack_Base_Close_Button","b":{"w":16,"x":176,"y":25,"h":16},"c":[]}]},"ID_UISkin_BackpackView4_Template":{"id":"PlayerBag4_Template","b":{"w":199,"x":1288,"y":310,"h":167},"c":[{"id":"MiniBagGraphic","b":{"w":20,"x":2,"y":22,"h":20},"c":[],"assets":["0x4115228A"]},{"id":"SlotDraggers_DragState","b":{"w":180,"x":10,"y":43,"h":113},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":178,"x":1,"y":1,"h":111},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":93},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":102,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":160,"x":9,"y":102,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":169,"y":102,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":169,"y":9,"h":93},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":169,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":160,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":113},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":178,"x":1,"y":112,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":179,"y":0,"h":113},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":178,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Inventory_ResizeBar","b":{"w":7,"x":194,"y":42,"h":113},"c":[{"id":"Inventory_ResizeBar_Graphic","b":{"w":7,"x":0,"y":26,"h":60},"c":[],"assets":["0x41110388"]}]},{"id":"ListboxWidth","b":{"w":180,"x":9,"y":48,"h":5},"c":[]},{"id":"BackpackBackground","b":{"w":199,"x":0,"y":18,"h":149},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":163,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":127,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":77},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":113,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":127,"x":36,"y":113,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":163,"y":113,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":163,"y":36,"h":77},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":127,"x":36,"y":36,"h":77},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":186,"x":7,"y":6,"h":136},"c":[],"assets":["0x411351FD"]}]},{"id":"BackpackDragbar","b":{"w":199,"x":0,"y":10,"h":22},"c":[]},{"id":"PlayerBag_TitleBar","b":{"w":151,"x":24,"y":-2,"h":40},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":116,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":81,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Bag_TitleText","b":{"w":104,"x":23,"y":15,"h":23},"c":[]},{"id":"BagGraphic","b":{"w":32,"x":20,"y":5,"h":32},"c":[],"assets":["0x41005FD3"]}]},{"id":"Backpack_ItemList","b":{"w":180,"x":10,"y":46,"h":108},"c":[{"id":"Backpack_SlotDraggers","b":{"w":180,"x":0,"y":0,"h":108},"c":[]},{"id":"ItemDisplay_InventoryTemplate","b":{"w":36,"x":0,"y":0,"h":36},"c":[{"id":"ItemDisplay_InvBackground","b":{"w":36,"x":0,"y":0,"h":36},"c":[]},{"id":"ItemDisplay_InvIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_InvOverlay","b":{"w":36,"x":0,"y":0,"h":36},"c":[]}]}]},{"id":"Backpack_Base_Close_Button","b":{"w":16,"x":176,"y":25,"h":16},"c":[]}]},"ID_UISkin_BackpackView5_Template":{"id":"PlayerBag5_Template","b":{"w":199,"x":1293,"y":465,"h":167},"c":[{"id":"MiniBagGraphic","b":{"w":20,"x":2,"y":22,"h":20},"c":[],"assets":["0x4115228A"]},{"id":"SlotDraggers_DragState","b":{"w":180,"x":10,"y":43,"h":113},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":178,"x":1,"y":1,"h":111},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":93},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":102,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":160,"x":9,"y":102,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":169,"y":102,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":169,"y":9,"h":93},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":169,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":160,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":113},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":178,"x":1,"y":112,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":179,"y":0,"h":113},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":178,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Inventory_ResizeBar","b":{"w":7,"x":194,"y":42,"h":113},"c":[{"id":"Inventory_ResizeBar_Graphic","b":{"w":7,"x":0,"y":26,"h":60},"c":[],"assets":["0x41110388"]}]},{"id":"ListboxWidth","b":{"w":180,"x":9,"y":48,"h":5},"c":[]},{"id":"BackpackBackground","b":{"w":199,"x":0,"y":18,"h":149},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":163,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":127,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":77},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":113,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":127,"x":36,"y":113,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":163,"y":113,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":163,"y":36,"h":77},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":127,"x":36,"y":36,"h":77},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":186,"x":7,"y":6,"h":136},"c":[],"assets":["0x411351FD"]}]},{"id":"BackpackDragbar","b":{"w":199,"x":0,"y":10,"h":22},"c":[]},{"id":"PlayerBag_TitleBar","b":{"w":151,"x":24,"y":-2,"h":40},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":116,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":81,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Bag_TitleText","b":{"w":104,"x":23,"y":15,"h":23},"c":[]},{"id":"BagGraphic","b":{"w":32,"x":20,"y":5,"h":32},"c":[],"assets":["0x41005FD3"]}]},{"id":"Backpack_ItemList","b":{"w":180,"x":10,"y":46,"h":108},"c":[{"id":"Backpack_SlotDraggers","b":{"w":180,"x":0,"y":0,"h":108},"c":[]},{"id":"ItemDisplay_InventoryTemplate","b":{"w":36,"x":0,"y":0,"h":36},"c":[{"id":"ItemDisplay_InvBackground","b":{"w":36,"x":0,"y":0,"h":36},"c":[]},{"id":"ItemDisplay_InvIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_InvOverlay","b":{"w":36,"x":0,"y":0,"h":36},"c":[]}]}]},{"id":"Backpack_Base_Close_Button","b":{"w":16,"x":176,"y":25,"h":16},"c":[]}]},"ID_UISkin_BackpackView6_Template":{"id":"PlayerBag6_Template","b":{"w":199,"x":1298,"y":627,"h":167},"c":[{"id":"MiniBagGraphic","b":{"w":20,"x":2,"y":22,"h":20},"c":[],"assets":["0x4115228A"]},{"id":"SlotDraggers_DragState","b":{"w":180,"x":10,"y":43,"h":113},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":178,"x":1,"y":1,"h":111},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":93},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":102,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":160,"x":9,"y":102,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":169,"y":102,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":169,"y":9,"h":93},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":169,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":160,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":113},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":178,"x":1,"y":112,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":179,"y":0,"h":113},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":178,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Inventory_ResizeBar","b":{"w":7,"x":194,"y":42,"h":113},"c":[{"id":"Inventory_ResizeBar_Graphic","b":{"w":7,"x":0,"y":26,"h":60},"c":[],"assets":["0x41110388"]}]},{"id":"ListboxWidth","b":{"w":180,"x":9,"y":48,"h":5},"c":[]},{"id":"BackpackBackground","b":{"w":199,"x":0,"y":18,"h":149},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":163,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":127,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":77},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":113,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":127,"x":36,"y":113,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":163,"y":113,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":163,"y":36,"h":77},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":127,"x":36,"y":36,"h":77},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":186,"x":7,"y":6,"h":136},"c":[],"assets":["0x411351FD"]}]},{"id":"BackpackDragbar","b":{"w":199,"x":0,"y":10,"h":22},"c":[]},{"id":"PlayerBag_TitleBar","b":{"w":151,"x":24,"y":-2,"h":40},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":116,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":81,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Bag_TitleText","b":{"w":104,"x":23,"y":15,"h":23},"c":[]},{"id":"BagGraphic","b":{"w":32,"x":20,"y":5,"h":32},"c":[],"assets":["0x41005FD3"]}]},{"id":"Backpack_ItemList","b":{"w":180,"x":10,"y":46,"h":108},"c":[{"id":"Backpack_SlotDraggers","b":{"w":180,"x":0,"y":0,"h":108},"c":[]},{"id":"ItemDisplay_InventoryTemplate","b":{"w":36,"x":0,"y":0,"h":36},"c":[{"id":"ItemDisplay_InvBackground","b":{"w":36,"x":0,"y":0,"h":36},"c":[]},{"id":"ItemDisplay_InvIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_InvOverlay","b":{"w":36,"x":0,"y":0,"h":36},"c":[]}]}]},{"id":"Backpack_Base_Close_Button","b":{"w":16,"x":176,"y":25,"h":16},"c":[]}]},"ID_UISkin_Barter_Window":{"id":"Barter_Window","b":{"w":646,"x":9,"y":111,"h":496},"c":[{"id":"Barter_RewardLabel","b":{"w":256,"x":71,"y":62,"h":20},"c":[]},{"id":"Barter_ItemsLabel","b":{"w":195,"x":352,"y":62,"h":20},"c":[]},{"id":"Barter_BuyButton","b":{"w":128,"x":257,"y":462,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"BarterProfile_Menu","b":{"w":254,"x":255,"y":35,"h":25},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":254,"x":0,"y":0,"h":23},"c":[{"id":"BasePanel_TopMid","b":{"w":216,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":248,"x":3,"y":3,"h":17},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-15},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":4,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":216,"x":19,"y":20,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":235,"y":4,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":251,"y":19,"h":-15},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":235,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":236,"x":5,"y":-1,"h":25},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":238,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"Barter_BaseBox_BG","b":{"w":641,"x":0,"y":16,"h":478},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":569,"x":36,"y":442,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":605,"y":442,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":605,"y":36,"h":406},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":569,"x":36,"y":36,"h":406},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":605,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":569,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":406},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":442,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"Barter_TitleBar","b":{"w":250,"x":197,"y":-10,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Barter_WindowLabel","b":{"w":204,"x":23,"y":15,"h":20},"c":[]}]},{"id":"BarterProfile_label","b":{"w":116,"x":141,"y":36,"h":20},"c":[]},{"id":"Barter_MoveBar","b":{"w":639,"x":0,"y":6,"h":24},"c":[]},{"id":"Barter_window_title_bar","b":{"w":632,"x":4,"y":20,"h":71},"c":[],"assets":["0x41102457"]},{"id":"Barter_CloseButton","b":{"w":16,"x":619,"y":22,"h":16},"c":[]},{"id":"Barter_window_title_bar_low","b":{"w":633,"x":4,"y":453,"h":37},"c":[],"assets":["0x41102458"]},{"id":"Barter_MithrilUpsellButton","b":{"w":214,"x":222,"y":462,"h":20},"c":[{"id":"BuyNowTextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[],"assets":["0x4110D2A1","0x4110D2A2","0x4110D2A3","0x41108F4B"]},{"id":"BuyNowTextButtonReference_Mid","b":{"w":173,"x":20,"y":0,"h":20},"c":[],"assets":["0x4110D2A4","0x4110D2A5","0x4110D2A6","0x41108F4A"]},{"id":"BuyNowTextButtonReference_Right","b":{"w":20,"x":193,"y":0,"h":20},"c":[],"assets":["0x4110D2A7","0x4110D2A8","0x4110D2A9","0x41108F4D"]},{"id":"MTX_Coin","b":{"w":20,"x":189,"y":0,"h":20},"c":[]}]},{"id":"BarterList_Container","b":{"w":642,"x":0,"y":16,"h":474},"c":[{"id":"BarterList_PagCtrl","b":{"w":95,"x":270,"y":414,"h":20},"c":[{"id":"PagCtrl_PageCount","b":{"w":50,"x":23,"y":2,"h":20},"c":[]},{"id":"PagCtrl_NextPage","b":{"w":20,"x":70,"y":0,"h":20},"c":[]},{"id":"PagCtrl_PrevPage","b":{"w":20,"x":0,"y":0,"h":20},"c":[]}]},{"id":"BarterList_Listbox","b":{"w":610,"x":10,"y":74,"h":341},"c":[]},{"id":"BarterListbox_Scrollbar","b":{"w":10,"x":625,"y":74,"h":362},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":352,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":352,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":342},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":322},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":332,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":342},"c":[]}]}]}]},"ID_UISkin_BaseOptionsField":{"id":"BaseOptionsField","b":{"w":577,"x":258,"y":113,"h":534},"c":[{"id":"BaseOptions_TitleBar","b":{"w":250,"x":162,"y":-11,"h":44},"c":[{"id":"Options_Label","b":{"w":219,"x":15,"y":15,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"OptionsButtonToggle","b":{"w":16,"x":553,"y":22,"h":16},"c":[]},{"id":"BaseOptions_Field_BG","b":{"w":575,"x":0,"y":16,"h":516},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":539,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":503,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":444},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":480,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":503,"x":36,"y":480,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":539,"y":480,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":539,"y":36,"h":444},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":503,"x":36,"y":36,"h":444},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":562,"x":7,"y":6,"h":503},"c":[],"assets":["0x411351FD"]}]},{"id":"OptionsTabPanel","b":{"w":562,"x":6,"y":59,"h":468},"c":[{"id":"TroubleshootingOptionsTab","b":{"w":128,"x":433,"y":306,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"TroubleshootingOptionsPage","b":{"w":565,"x":0,"y":0,"h":468},"c":[{"id":"OptionPageTemplateBackground","b":{"w":2,"x":426,"y":2,"h":468},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":0,"x":1,"y":1,"h":466},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":448},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":457,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":-18,"x":9,"y":457,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":-9,"y":457,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":-9,"y":9,"h":448},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":-9,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":-18,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":468},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":1,"y":0,"h":468},"c":[],"assets":["0x41000141"]}]},{"id":"OptionPageTemplateListbox","b":{"w":419,"x":5,"y":5,"h":433},"c":[{"id":"MenuTemplate","b":{"w":410,"x":25,"y":150,"h":32},"c":[{"id":"MenuTemplateLabel","b":{"w":236,"x":8,"y":6,"h":20},"c":[]},{"id":"MenuTemplateMenu","b":{"w":161,"x":246,"y":6,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":161,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":123,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":155,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":123,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":142,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":158,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":142,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":143,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":145,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"SliderTemplate","b":{"w":410,"x":25,"y":75,"h":50},"c":[{"id":"SliderTemplateLabel","b":{"w":273,"x":56,"y":6,"h":20},"c":[]},{"id":"SliderTemplateDynamicLabel","b":{"w":76,"x":331,"y":6,"h":20},"c":[]},{"id":"SliderTemplateScrollbar","b":{"w":322,"x":71,"y":30,"h":16},"c":[{"id":"SliderTemplateButtonRight","b":{"w":16,"x":306,"y":0,"h":16},"c":[]},{"id":"SliderBackground","b":{"w":322,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0B"]},{"id":"SliderTemplateButtonLeft","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"widget","b":{"w":16,"x":290,"y":0,"h":16},"c":[],"assets":["0x41007E0C","0x4101E50C"]}]}]}]},{"id":"OptionPageTemplateScrollbar","b":{"w":10,"x":416,"y":5,"h":447},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":427},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":407},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":417,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":427},"c":[]}]},{"id":"RevertButton","b":{"w":130,"x":22,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"DefaultButton","b":{"w":130,"x":153,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"OkayButton","b":{"w":130,"x":284,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"GraphicsOptionsTab","b":{"w":128,"x":433,"y":37,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"GraphicsOptionsPage","b":{"w":565,"x":0,"y":0,"h":468},"c":[{"id":"OptionPageTemplateBackground","b":{"w":2,"x":426,"y":2,"h":468},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":0,"x":1,"y":1,"h":466},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":448},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":457,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":-18,"x":9,"y":457,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":-9,"y":457,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":-9,"y":9,"h":448},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":-9,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":-18,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":468},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":1,"y":0,"h":468},"c":[],"assets":["0x41000141"]}]},{"id":"OptionPageTemplateListbox","b":{"w":419,"x":5,"y":5,"h":433},"c":[{"id":"MenuTemplate","b":{"w":410,"x":25,"y":150,"h":32},"c":[{"id":"MenuTemplateLabel","b":{"w":236,"x":8,"y":6,"h":20},"c":[]},{"id":"MenuTemplateMenu","b":{"w":161,"x":246,"y":6,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":161,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":123,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":155,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":123,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":142,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":158,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":142,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":143,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":145,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"LabelTemplate","b":{"w":399,"x":600,"y":25,"h":27},"c":[]},{"id":"MenuTemplateLong","b":{"w":510,"x":25,"y":200,"h":64},"c":[{"id":"MenuTemplateLabel","b":{"w":236,"x":8,"y":6,"h":20},"c":[]},{"id":"MenuTemplateMenu","b":{"w":320,"x":68,"y":30,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":320,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":282,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":314,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":282,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":301,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":317,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":301,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":302,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":304,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"CheckboxTemplate","b":{"w":410,"x":25,"y":25,"h":32},"c":[{"id":"CheckboxTemplateLabel","b":{"w":381,"x":7,"y":6,"h":20},"c":[]},{"id":"CheckboxTemplateButton","b":{"w":16,"x":391,"y":8,"h":16},"c":[]}]},{"id":"SliderTemplate","b":{"w":410,"x":25,"y":75,"h":50},"c":[{"id":"SliderTemplateLabel","b":{"w":273,"x":56,"y":6,"h":20},"c":[]},{"id":"SliderTemplateDynamicLabel","b":{"w":76,"x":331,"y":6,"h":20},"c":[]},{"id":"SliderTemplateScrollbar","b":{"w":322,"x":71,"y":30,"h":16},"c":[{"id":"SliderTemplateButtonRight","b":{"w":16,"x":306,"y":0,"h":16},"c":[]},{"id":"SliderBackground","b":{"w":322,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0B"]},{"id":"SliderTemplateButtonLeft","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"widget","b":{"w":16,"x":16,"y":0,"h":16},"c":[],"assets":["0x41007E0C","0x4101E50C"]}]}]},{"id":"ButtonTemplate","b":{"w":410,"x":25,"y":725,"h":30},"c":[{"id":"ButtonTemplateObject","b":{"w":192,"x":218,"y":6,"h":20},"c":[{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":153,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":171,"y":0,"h":20},"c":[]}]}]}]},{"id":"OptionPageTemplateScrollbar","b":{"w":10,"x":416,"y":5,"h":447},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":427},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":407},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":417,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":427},"c":[]}]},{"id":"RevertButton","b":{"w":130,"x":22,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"DefaultButton","b":{"w":130,"x":153,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"OkayButton","b":{"w":130,"x":284,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"AdvancedGraphicsOptionsTab","b":{"w":128,"x":433,"y":62,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"AdvancedGraphicsOptionsPage","b":{"w":565,"x":0,"y":0,"h":468},"c":[{"id":"OptionPageTemplateBackground","b":{"w":2,"x":426,"y":2,"h":468},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":0,"x":1,"y":1,"h":466},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":448},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":457,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":-18,"x":9,"y":457,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":-9,"y":457,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":-9,"y":9,"h":448},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":-9,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":-18,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":468},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":1,"y":0,"h":468},"c":[],"assets":["0x41000141"]}]},{"id":"OptionPageTemplateListbox","b":{"w":419,"x":5,"y":5,"h":433},"c":[{"id":"MenuTemplate","b":{"w":410,"x":25,"y":150,"h":32},"c":[{"id":"MenuTemplateLabel","b":{"w":236,"x":8,"y":6,"h":20},"c":[]},{"id":"MenuTemplateMenu","b":{"w":161,"x":246,"y":6,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":161,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":123,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":155,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":123,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":142,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":158,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":142,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":143,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":145,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"LabelTemplate","b":{"w":399,"x":600,"y":25,"h":27},"c":[]},{"id":"CheckboxTemplate","b":{"w":410,"x":25,"y":25,"h":32},"c":[{"id":"CheckboxTemplateLabel","b":{"w":381,"x":7,"y":6,"h":20},"c":[]},{"id":"CheckboxTemplateButton","b":{"w":16,"x":391,"y":8,"h":16},"c":[]}]},{"id":"SliderTemplate","b":{"w":410,"x":25,"y":75,"h":50},"c":[{"id":"SliderTemplateLabel","b":{"w":273,"x":56,"y":6,"h":20},"c":[]},{"id":"SliderTemplateDynamicLabel","b":{"w":76,"x":331,"y":6,"h":20},"c":[]},{"id":"SliderTemplateScrollbar","b":{"w":322,"x":71,"y":30,"h":16},"c":[{"id":"SliderTemplateButtonRight","b":{"w":16,"x":306,"y":0,"h":16},"c":[]},{"id":"SliderBackground","b":{"w":322,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0B"]},{"id":"SliderTemplateButtonLeft","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"widget","b":{"w":16,"x":290,"y":0,"h":16},"c":[],"assets":["0x41007E0C","0x4101E50C"]}]}]}]},{"id":"OptionPageTemplateScrollbar","b":{"w":10,"x":416,"y":5,"h":447},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":427},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":407},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":417,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":427},"c":[]}]},{"id":"RevertButton","b":{"w":130,"x":22,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"DefaultButton","b":{"w":130,"x":153,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"OkayButton","b":{"w":130,"x":284,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"SoundOptionsTab","b":{"w":128,"x":433,"y":87,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"SoundOptionsPage","b":{"w":565,"x":0,"y":0,"h":468},"c":[{"id":"OptionPageTemplateBackground","b":{"w":2,"x":426,"y":2,"h":468},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":0,"x":1,"y":1,"h":466},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":448},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":457,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":-18,"x":9,"y":457,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":-9,"y":457,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":-9,"y":9,"h":448},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":-9,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":-18,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":468},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":1,"y":0,"h":468},"c":[],"assets":["0x41000141"]}]},{"id":"OptionPageTemplateListbox","b":{"w":419,"x":5,"y":5,"h":433},"c":[{"id":"MenuTemplate","b":{"w":410,"x":25,"y":150,"h":32},"c":[{"id":"MenuTemplateLabel","b":{"w":236,"x":8,"y":6,"h":20},"c":[]},{"id":"MenuTemplateMenu","b":{"w":161,"x":246,"y":6,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":161,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":123,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":155,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":123,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":142,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":158,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":142,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":143,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":145,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"LabelTemplate","b":{"w":399,"x":600,"y":25,"h":27},"c":[]},{"id":"MenuTemplateLong","b":{"w":510,"x":25,"y":200,"h":64},"c":[{"id":"MenuTemplateLabel","b":{"w":236,"x":8,"y":6,"h":20},"c":[]},{"id":"MenuTemplateMenu","b":{"w":320,"x":68,"y":30,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":320,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":282,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":314,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":282,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":301,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":317,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":301,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":302,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":304,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"CheckboxTemplate","b":{"w":410,"x":25,"y":25,"h":32},"c":[{"id":"CheckboxTemplateLabel","b":{"w":381,"x":7,"y":6,"h":20},"c":[]},{"id":"CheckboxTemplateButton","b":{"w":16,"x":391,"y":8,"h":16},"c":[]}]},{"id":"SliderTemplate","b":{"w":410,"x":25,"y":75,"h":50},"c":[{"id":"SliderTemplateLabel","b":{"w":273,"x":56,"y":6,"h":20},"c":[]},{"id":"SliderTemplateDynamicLabel","b":{"w":76,"x":331,"y":6,"h":20},"c":[]},{"id":"SliderTemplateScrollbar","b":{"w":322,"x":71,"y":30,"h":16},"c":[{"id":"SliderTemplateButtonRight","b":{"w":16,"x":306,"y":0,"h":16},"c":[]},{"id":"SliderBackground","b":{"w":322,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0B"]},{"id":"SliderTemplateButtonLeft","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"widget","b":{"w":16,"x":290,"y":0,"h":16},"c":[],"assets":["0x41007E0C","0x4101E50C"]}]}]},{"id":"MicMeterTemplate","b":{"w":410,"x":25,"y":625,"h":32},"c":[{"id":"MicMeterTemplate_TestLabel","b":{"w":103,"x":107,"y":4,"h":22},"c":[]},{"id":"MicMeterTemplate_ToggleButton","b":{"w":16,"x":391,"y":8,"h":16},"c":[]},{"id":"MicMeterField","b":{"w":163,"x":215,"y":5,"h":20},"c":[{"id":"MicMeterField_Border","b":{"w":150,"x":0,"y":0,"h":20},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":148,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":130,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":139,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":139,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":130,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":148,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":149,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":148,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"MicMeterTemplate_ClipLabel","b":{"w":34,"x":153,"y":2,"h":16},"c":[]},{"id":"MicMeterTemplate_Meter","b":{"w":150,"x":0,"y":0,"h":20},"c":[]},{"id":"MicMeterTemplate_MeterTint","b":{"w":150,"x":0,"y":0,"h":20},"c":[]},{"id":"MicMeterTemplate_MeterOverlay","b":{"w":150,"x":0,"y":0,"h":20},"c":[]}]}]}]},{"id":"OptionPageTemplateScrollbar","b":{"w":10,"x":416,"y":5,"h":447},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":427},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":407},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":417,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":427},"c":[]}]},{"id":"RevertButton","b":{"w":130,"x":22,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"DefaultButton","b":{"w":130,"x":153,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"OkayButton","b":{"w":130,"x":284,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"CombatOptionsTab","b":{"w":128,"x":433,"y":147,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"CombatOptionsPage","b":{"w":565,"x":0,"y":0,"h":468},"c":[{"id":"OptionPageTemplateBackground","b":{"w":2,"x":426,"y":2,"h":468},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":0,"x":1,"y":1,"h":466},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":448},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":457,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":-18,"x":9,"y":457,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":-9,"y":457,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":-9,"y":9,"h":448},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":-9,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":-18,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":468},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":1,"y":0,"h":468},"c":[],"assets":["0x41000141"]}]},{"id":"OptionPageTemplateListbox","b":{"w":419,"x":5,"y":5,"h":433},"c":[{"id":"LabelTemplate","b":{"w":399,"x":600,"y":25,"h":27},"c":[]},{"id":"CheckboxTemplate","b":{"w":410,"x":25,"y":25,"h":32},"c":[{"id":"CheckboxTemplateLabel","b":{"w":381,"x":7,"y":6,"h":20},"c":[]},{"id":"CheckboxTemplateButton","b":{"w":16,"x":391,"y":8,"h":16},"c":[]}]}]},{"id":"OptionPageTemplateScrollbar","b":{"w":10,"x":416,"y":5,"h":447},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":427},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":407},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":417,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":427},"c":[]}]},{"id":"RevertButton","b":{"w":130,"x":22,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"DefaultButton","b":{"w":130,"x":153,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"OkayButton","b":{"w":130,"x":284,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"InputOptionsTab","b":{"w":128,"x":433,"y":256,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"InputOptionsPage","b":{"w":565,"x":0,"y":0,"h":468},"c":[{"id":"OptionPageTemplateBackground","b":{"w":2,"x":426,"y":2,"h":468},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":0,"x":1,"y":1,"h":466},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":448},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":457,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":-18,"x":9,"y":457,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":-9,"y":457,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":-9,"y":9,"h":448},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":-9,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":-18,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":468},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":1,"y":0,"h":468},"c":[],"assets":["0x41000141"]}]},{"id":"OptionPageTemplateListbox","b":{"w":419,"x":5,"y":5,"h":433},"c":[{"id":"CheckboxTemplate","b":{"w":410,"x":25,"y":25,"h":32},"c":[{"id":"CheckboxTemplateLabel","b":{"w":381,"x":7,"y":6,"h":20},"c":[]},{"id":"CheckboxTemplateButton","b":{"w":16,"x":391,"y":8,"h":16},"c":[]}]},{"id":"SliderTemplate","b":{"w":410,"x":25,"y":75,"h":50},"c":[{"id":"SliderTemplateLabel","b":{"w":273,"x":56,"y":6,"h":20},"c":[]},{"id":"SliderTemplateDynamicLabel","b":{"w":76,"x":331,"y":6,"h":20},"c":[]},{"id":"SliderTemplateScrollbar","b":{"w":322,"x":71,"y":30,"h":16},"c":[{"id":"SliderTemplateButtonRight","b":{"w":16,"x":306,"y":0,"h":16},"c":[]},{"id":"SliderBackground","b":{"w":322,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0B"]},{"id":"SliderTemplateButtonLeft","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"widget","b":{"w":16,"x":43,"y":0,"h":16},"c":[],"assets":["0x41007E0C","0x4101E50C"]}]}]}]},{"id":"OptionPageTemplateScrollbar","b":{"w":10,"x":416,"y":5,"h":447},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":427},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":407},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":417,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":427},"c":[]}]},{"id":"RevertButton","b":{"w":130,"x":22,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"DefaultButton","b":{"w":130,"x":153,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"OkayButton","b":{"w":130,"x":284,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"UIOptionsTab","b":{"w":128,"x":433,"y":122,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"SocialOptionsTab","b":{"w":128,"x":433,"y":172,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"UIOptionsPage","b":{"w":565,"x":0,"y":0,"h":468},"c":[{"id":"OptionPageTemplateBackground","b":{"w":2,"x":426,"y":2,"h":468},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":0,"x":1,"y":1,"h":466},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":448},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":457,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":-18,"x":9,"y":457,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":-9,"y":457,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":-9,"y":9,"h":448},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":-9,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":-18,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":468},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":1,"y":0,"h":468},"c":[],"assets":["0x41000141"]}]},{"id":"OptionPageTemplateListbox","b":{"w":419,"x":5,"y":5,"h":433},"c":[{"id":"MenuTemplate","b":{"w":410,"x":25,"y":150,"h":32},"c":[{"id":"MenuTemplateLabel","b":{"w":236,"x":8,"y":6,"h":20},"c":[]},{"id":"MenuTemplateMenu","b":{"w":161,"x":246,"y":6,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":161,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":123,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":155,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":123,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":142,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":158,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":142,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":143,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":145,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"LabelTemplate","b":{"w":399,"x":600,"y":25,"h":27},"c":[]},{"id":"MenuTemplateLong","b":{"w":510,"x":25,"y":200,"h":64},"c":[{"id":"MenuTemplateLabel","b":{"w":236,"x":8,"y":6,"h":20},"c":[]},{"id":"MenuTemplateMenu","b":{"w":320,"x":68,"y":30,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":320,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":282,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":314,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":282,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":301,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":317,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":301,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":302,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":304,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"UIScaleGlobalControl","b":{"w":410,"x":25,"y":525,"h":73},"c":[{"id":"UIGlobalScale_Label","b":{"w":395,"x":0,"y":0,"h":28},"c":[]},{"id":"UIScaleResetButton","b":{"w":192,"x":200,"y":46,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":156,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":153,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":171,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"UIScaleDecreaseButton","b":{"w":32,"x":40,"y":36,"h":32},"c":[]},{"id":"UIScaleIncreaseButton","b":{"w":32,"x":129,"y":36,"h":32},"c":[]}]},{"id":"CheckboxTemplate","b":{"w":410,"x":25,"y":25,"h":32},"c":[{"id":"CheckboxTemplateLabel","b":{"w":381,"x":7,"y":6,"h":20},"c":[]},{"id":"CheckboxTemplateButton","b":{"w":16,"x":391,"y":8,"h":16},"c":[]}]},{"id":"CustomUITemplate","b":{"w":399,"x":25,"y":275,"h":90},"c":[{"id":"CustomUI_Label","b":{"w":399,"x":0,"y":0,"h":27},"c":[]},{"id":"CustomUI_Text","b":{"w":399,"x":0,"y":27,"h":59},"c":[]}]},{"id":"SliderTemplate","b":{"w":410,"x":25,"y":75,"h":50},"c":[{"id":"SliderTemplateLabel","b":{"w":273,"x":56,"y":6,"h":20},"c":[]},{"id":"SliderTemplateDynamicLabel","b":{"w":76,"x":331,"y":6,"h":20},"c":[]},{"id":"SliderTemplateScrollbar","b":{"w":322,"x":71,"y":30,"h":16},"c":[{"id":"SliderTemplateButtonRight","b":{"w":16,"x":306,"y":0,"h":16},"c":[]},{"id":"SliderBackground","b":{"w":322,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0B"]},{"id":"SliderTemplateButtonLeft","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"widget","b":{"w":16,"x":153,"y":0,"h":16},"c":[],"assets":["0x41007E0C","0x4101E50C"]}]}]},{"id":"ButtonTemplate","b":{"w":410,"x":25,"y":725,"h":30},"c":[{"id":"ButtonTemplateObject","b":{"w":192,"x":218,"y":6,"h":20},"c":[{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":153,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":171,"y":0,"h":20},"c":[]}]}]}]},{"id":"OptionPageTemplateScrollbar","b":{"w":10,"x":416,"y":5,"h":447},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":427},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":407},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":417,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":427},"c":[]}]},{"id":"RevertButton","b":{"w":130,"x":22,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"DefaultButton","b":{"w":130,"x":153,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"OkayButton","b":{"w":130,"x":284,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"ChatOptionsTab","b":{"w":128,"x":433,"y":197,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"SocialOptionsPage","b":{"w":565,"x":0,"y":0,"h":468},"c":[{"id":"OptionPageTemplateBackground","b":{"w":2,"x":426,"y":2,"h":468},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":0,"x":1,"y":1,"h":466},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":448},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":457,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":-18,"x":9,"y":457,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":-9,"y":457,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":-9,"y":9,"h":448},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":-9,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":-18,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":468},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":1,"y":0,"h":468},"c":[],"assets":["0x41000141"]}]},{"id":"OptionPageTemplateListbox","b":{"w":419,"x":5,"y":5,"h":433},"c":[{"id":"MenuTemplate","b":{"w":410,"x":25,"y":150,"h":32},"c":[{"id":"MenuTemplateLabel","b":{"w":236,"x":8,"y":6,"h":20},"c":[]},{"id":"MenuTemplateMenu","b":{"w":161,"x":246,"y":6,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":161,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":123,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":155,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":123,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":142,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":158,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":142,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":143,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":145,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"LabelTemplate","b":{"w":399,"x":600,"y":25,"h":27},"c":[]},{"id":"CheckboxTemplate","b":{"w":410,"x":25,"y":25,"h":32},"c":[{"id":"CheckboxTemplateLabel","b":{"w":381,"x":7,"y":6,"h":20},"c":[]},{"id":"CheckboxTemplateButton","b":{"w":16,"x":391,"y":8,"h":16},"c":[]}]}]},{"id":"OptionPageTemplateScrollbar","b":{"w":10,"x":416,"y":5,"h":447},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":427},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":407},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":417,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":427},"c":[]}]},{"id":"RevertButton","b":{"w":130,"x":22,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"DefaultButton","b":{"w":130,"x":153,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"OkayButton","b":{"w":130,"x":284,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"QuickslotOptionsTab","b":{"w":128,"x":433,"y":221,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ChatOptionsPage","b":{"w":565,"x":0,"y":0,"h":468},"c":[{"id":"OptionPageTemplateBackground","b":{"w":2,"x":426,"y":2,"h":468},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":0,"x":1,"y":1,"h":466},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":448},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":457,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":-18,"x":9,"y":457,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":-9,"y":457,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":-9,"y":9,"h":448},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":-9,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":-18,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":468},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":1,"y":0,"h":468},"c":[],"assets":["0x41000141"]}]},{"id":"OptionPageTemplateListbox","b":{"w":419,"x":5,"y":5,"h":433},"c":[{"id":"LabelTemplate","b":{"w":399,"x":600,"y":25,"h":27},"c":[]},{"id":"ChatOptionTemplate","b":{"w":410,"x":25,"y":425,"h":32},"c":[{"id":"ChatOptionLabel","b":{"w":152,"x":0,"y":6,"h":20},"c":[]},{"id":"ChatOptionFontMenu","b":{"w":125,"x":153,"y":6,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":125,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":87,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":119,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":87,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":106,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":122,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":106,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":107,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":109,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"ChatOptionColorPicker","b":{"w":100,"x":280,"y":6,"h":25},"c":[]}]},{"id":"CheckboxTemplate","b":{"w":410,"x":25,"y":25,"h":32},"c":[{"id":"CheckboxTemplateLabel","b":{"w":381,"x":7,"y":6,"h":20},"c":[]},{"id":"CheckboxTemplateButton","b":{"w":16,"x":391,"y":8,"h":16},"c":[]}]},{"id":"SliderTemplate","b":{"w":410,"x":25,"y":75,"h":50},"c":[{"id":"SliderTemplateLabel","b":{"w":273,"x":56,"y":6,"h":20},"c":[]},{"id":"SliderTemplateDynamicLabel","b":{"w":76,"x":331,"y":6,"h":20},"c":[]},{"id":"SliderTemplateScrollbar","b":{"w":322,"x":71,"y":30,"h":16},"c":[{"id":"SliderTemplateButtonRight","b":{"w":16,"x":306,"y":0,"h":16},"c":[]},{"id":"SliderBackground","b":{"w":322,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0B"]},{"id":"SliderTemplateButtonLeft","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"widget","b":{"w":16,"x":84,"y":0,"h":16},"c":[],"assets":["0x41007E0C","0x4101E50C"]}]}]}]},{"id":"OptionPageTemplateScrollbar","b":{"w":10,"x":416,"y":5,"h":447},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":427},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":407},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":417,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":427},"c":[]}]},{"id":"RevertButton","b":{"w":130,"x":22,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"DefaultButton","b":{"w":130,"x":153,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"OkayButton","b":{"w":130,"x":284,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"QuickslotOptionsPage","b":{"w":565,"x":0,"y":0,"h":468},"c":[{"id":"OptionPageTemplateBackground","b":{"w":2,"x":426,"y":2,"h":468},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":0,"x":1,"y":1,"h":466},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":448},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":457,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":-18,"x":9,"y":457,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":-9,"y":457,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":-9,"y":9,"h":448},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":-9,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":-18,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":468},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":1,"y":0,"h":468},"c":[],"assets":["0x41000141"]}]},{"id":"OptionPageTemplateListbox","b":{"w":419,"x":5,"y":5,"h":433},"c":[{"id":"CheckboxTemplate","b":{"w":410,"x":25,"y":25,"h":32},"c":[{"id":"CheckboxTemplateLabel","b":{"w":381,"x":7,"y":6,"h":20},"c":[]},{"id":"CheckboxTemplateButton","b":{"w":16,"x":391,"y":8,"h":16},"c":[]}]}]},{"id":"OptionPageTemplateScrollbar","b":{"w":10,"x":416,"y":5,"h":447},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":427},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":407},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":417,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":427},"c":[]}]},{"id":"RevertButton","b":{"w":130,"x":22,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"DefaultButton","b":{"w":130,"x":153,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"OkayButton","b":{"w":130,"x":284,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"ActionKeyMapOptionsTab","b":{"w":128,"x":433,"y":281,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ActionKeyMapOptionsPage","b":{"w":565,"x":0,"y":0,"h":468},"c":[{"id":"OptionPageTemplateBackground","b":{"w":2,"x":426,"y":2,"h":468},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":0,"x":1,"y":1,"h":466},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":448},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":457,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":-18,"x":9,"y":457,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":-9,"y":457,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":-9,"y":9,"h":448},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":-9,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":-18,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":468},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":1,"y":0,"h":468},"c":[],"assets":["0x41000141"]}]},{"id":"OptionPageTemplateListbox","b":{"w":419,"x":5,"y":5,"h":433},"c":[{"id":"LabelTemplate","b":{"w":399,"x":600,"y":25,"h":27},"c":[]},{"id":"ActionKeyMapTemplate","b":{"w":410,"x":25,"y":475,"h":32},"c":[{"id":"ActionKeyMapButton","b":{"w":200,"x":0,"y":6,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":164,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":161,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":179,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ActionKeyMapBind1","b":{"w":90,"x":208,"y":6,"h":20},"c":[]},{"id":"ActionKeyMapBind2","b":{"w":90,"x":302,"y":6,"h":20},"c":[]},{"id":"ActionKeyMapClearButton","b":{"w":16,"x":393,"y":8,"h":16},"c":[]}]}]},{"id":"OptionPageTemplateScrollbar","b":{"w":10,"x":416,"y":5,"h":447},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":437,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":427},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":407},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":417,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":427},"c":[]}]},{"id":"RevertButton","b":{"w":130,"x":22,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"DefaultButton","b":{"w":130,"x":153,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"OkayButton","b":{"w":130,"x":284,"y":440,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]}]},{"id":"MoveBar","b":{"w":482,"x":12,"y":4,"h":21},"c":[]},{"id":"BaseOptions_SearchText","b":{"w":62,"x":51,"y":34,"h":20},"c":[]},{"id":"BaseOptions_SearchEntry","b":{"w":142,"x":101,"y":34,"h":20},"c":[{"id":"BaseOptions_SearchEntry_BG","b":{"w":140,"x":0,"y":0,"h":20},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":138,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":120,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":129,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":129,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":120,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":138,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":139,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":138,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"BaseOptions_ShowAll_Button","b":{"w":79,"x":261,"y":34,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":43,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":40,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":58,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"BaseOptions_Menu_side_bar","b":{"w":140,"x":432,"y":21,"h":507},"c":[],"assets":["0x411024EF"]}]},"ID_UISkin_CraftGuildTrainer_Window":{"id":"CraftGuildTrainer_Window","b":{"w":348,"x":315,"y":155,"h":375},"c":[{"id":"Scrollbar_Trainer","b":{"w":10,"x":329,"y":68,"h":252},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":242,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":242,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":232},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":212},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":222,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":232},"c":[]}]},{"id":"CraftGuildTrainer_TitleBar","b":{"w":250,"x":47,"y":-11,"h":42},"c":[{"id":"CraftGuildTrainer_WindowLabel","b":{"w":108,"x":71,"y":15,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"Vendor_BaseBox_BG","b":{"w":345,"x":0,"y":16,"h":357},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":273,"x":36,"y":321,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":309,"y":321,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":309,"y":36,"h":285},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":273,"x":36,"y":36,"h":285},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":309,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":273,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":285},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":321,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"CraftGuildTrainer_CloseButton","b":{"w":16,"x":322,"y":22,"h":16},"c":[]},{"id":"CraftGuildTrainer_MoveBar","b":{"w":305,"x":15,"y":2,"h":24},"c":[]},{"id":"CraftGuildTrainer_NameText","b":{"w":301,"x":18,"y":37,"h":35},"c":[]},{"id":"CraftGuildTrainer_DisplayText","b":{"w":317,"x":12,"y":71,"h":252},"c":[]},{"id":"CraftGuildTrainer_CancelButton","b":{"w":79,"x":222,"y":338,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":43,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":40,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":58,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"CraftGuildTrainer_TrainButton","b":{"w":158,"x":51,"y":337,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":122,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":119,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":137,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},"ID_UISkin_Craft_Window":{"id":"Craft_Window","b":{"w":800,"x":379,"y":193,"h":580},"c":[{"id":"Craft_RecipePage","b":{"w":415,"x":381,"y":31,"h":522},"c":[{"id":"Craft_MultiOutput_Field","b":{"w":99,"x":310,"y":7,"h":41},"c":[{"id":"Craft_MultiOutput_PageCtrl","b":{"w":92,"x":5,"y":20,"h":20},"c":[{"id":"PagCtrl_PageCount","b":{"w":50,"x":20,"y":-2,"h":20},"c":[]},{"id":"PagCtrl_NextPage","b":{"w":20,"x":70,"y":0,"h":20},"c":[]},{"id":"PagCtrl_PrevPage","b":{"w":20,"x":0,"y":0,"h":20},"c":[]}]},{"id":"Craft_MultiOutput_Label","b":{"w":128,"x":-14,"y":4,"h":16},"c":[]}]},{"id":"Craft_Recipe_OneUseOnly","b":{"w":153,"x":254,"y":56,"h":18},"c":[]},{"id":"Craft_Recipe_BaseBox_BG","b":{"w":415,"x":0,"y":0,"h":524},"c":[]},{"id":"Craft_Recipe_Make_Decrease","b":{"w":20,"x":195,"y":495,"h":20},"c":[]},{"id":"Craft_Recipe_Make_Increase","b":{"w":20,"x":238,"y":495,"h":20},"c":[]},{"id":"Craft_Recipe_MakeAllButton","b":{"w":72,"x":337,"y":493,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":36,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":33,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":51,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Craft_Recipe_CooldownTimer","b":{"w":169,"x":240,"y":71,"h":20},"c":[]},{"id":"Craft_Recipe_CooldownDuration","b":{"w":235,"x":10,"y":75,"h":18},"c":[]},{"id":"Craft_Recipe_NonItem_Result","b":{"w":32,"x":10,"y":10,"h":32},"c":[]},{"id":"Craft_Recipe_BG","b":{"w":415,"x":0,"y":0,"h":545},"c":[{"id":"Craft_Recipe_BG_Output","b":{"w":413,"x":0,"y":0,"h":93},"c":[{"id":"quest_dialog_blue_bg_top_left","b":{"w":9,"x":0,"y":0,"h":8},"c":[],"assets":["0x4110CD48"]},{"id":"quest_dialog_blue_bg_top_mid","b":{"w":394,"x":9,"y":0,"h":8},"c":[],"assets":["0x4110CD4A"]},{"id":"quest_dialog_blue_bg_top_right","b":{"w":8,"x":403,"y":0,"h":8},"c":[],"assets":["0x4110CD49"]},{"id":"quest_dialog_blue_bg_left_mid","b":{"w":10,"x":0,"y":8,"h":75},"c":[],"assets":["0x4110CD4B"]},{"id":"quest_dialog_blue_bg_bottom_left","b":{"w":8,"x":0,"y":83,"h":9},"c":[],"assets":["0x4110CD46"]},{"id":"quest_dialog_blue_bg_bottom_mid","b":{"w":394,"x":8,"y":83,"h":11},"c":[],"assets":["0x4110CD4D"]},{"id":"quest_dialog_blue_bg_bottom_right","b":{"w":9,"x":402,"y":83,"h":9},"c":[],"assets":["0x4110CD47"]},{"id":"quest_dialog_blue_bg_right_mid","b":{"w":9,"x":402,"y":8,"h":75},"c":[],"assets":["0x4110CD4C"]}]},{"id":"Craft_Recipe_BG_Requirements","b":{"w":413,"x":0,"y":94,"h":52},"c":[{"id":"quest_dialog_blue_bg_top_left","b":{"w":9,"x":0,"y":0,"h":8},"c":[],"assets":["0x4110CD48"]},{"id":"quest_dialog_blue_bg_top_mid","b":{"w":394,"x":9,"y":0,"h":8},"c":[],"assets":["0x4110CD4A"]},{"id":"quest_dialog_blue_bg_top_right","b":{"w":8,"x":403,"y":0,"h":8},"c":[],"assets":["0x4110CD49"]},{"id":"quest_dialog_blue_bg_left_mid","b":{"w":10,"x":0,"y":8,"h":34},"c":[],"assets":["0x4110CD4B"]},{"id":"quest_dialog_blue_bg_bottom_left","b":{"w":8,"x":0,"y":42,"h":9},"c":[],"assets":["0x4110CD46"]},{"id":"quest_dialog_blue_bg_bottom_mid","b":{"w":394,"x":8,"y":42,"h":11},"c":[],"assets":["0x4110CD4D"]},{"id":"quest_dialog_blue_bg_bottom_right","b":{"w":9,"x":402,"y":42,"h":9},"c":[],"assets":["0x4110CD47"]},{"id":"quest_dialog_blue_bg_right_mid","b":{"w":9,"x":402,"y":8,"h":34},"c":[],"assets":["0x4110CD4C"]}]},{"id":"Craft_Recipe_BG_Ingredients","b":{"w":413,"x":0,"y":147,"h":197},"c":[{"id":"quest_dialog_blue_bg_top_left","b":{"w":9,"x":0,"y":0,"h":8},"c":[],"assets":["0x4110CD48"]},{"id":"quest_dialog_blue_bg_top_mid","b":{"w":394,"x":9,"y":0,"h":8},"c":[],"assets":["0x4110CD4A"]},{"id":"quest_dialog_blue_bg_top_right","b":{"w":8,"x":403,"y":0,"h":8},"c":[],"assets":["0x4110CD49"]},{"id":"quest_dialog_blue_bg_left_mid","b":{"w":10,"x":0,"y":8,"h":179},"c":[],"assets":["0x4110CD4B"]},{"id":"quest_dialog_blue_bg_bottom_left","b":{"w":8,"x":0,"y":187,"h":9},"c":[],"assets":["0x4110CD46"]},{"id":"quest_dialog_blue_bg_bottom_mid","b":{"w":394,"x":8,"y":187,"h":11},"c":[],"assets":["0x4110CD4D"]},{"id":"quest_dialog_blue_bg_bottom_right","b":{"w":9,"x":402,"y":187,"h":9},"c":[],"assets":["0x4110CD47"]},{"id":"quest_dialog_blue_bg_right_mid","b":{"w":9,"x":402,"y":8,"h":179},"c":[],"assets":["0x4110CD4C"]}]},{"id":"Craft_Recipe_BG_Optional","b":{"w":413,"x":0,"y":345,"h":126},"c":[{"id":"quest_dialog_blue_bg_top_left","b":{"w":9,"x":0,"y":0,"h":8},"c":[],"assets":["0x4110CD48"]},{"id":"quest_dialog_blue_bg_top_mid","b":{"w":394,"x":9,"y":0,"h":8},"c":[],"assets":["0x4110CD4A"]},{"id":"quest_dialog_blue_bg_top_right","b":{"w":8,"x":403,"y":0,"h":8},"c":[],"assets":["0x4110CD49"]},{"id":"quest_dialog_blue_bg_left_mid","b":{"w":10,"x":0,"y":8,"h":108},"c":[],"assets":["0x4110CD4B"]},{"id":"quest_dialog_blue_bg_bottom_left","b":{"w":8,"x":0,"y":116,"h":9},"c":[],"assets":["0x4110CD46"]},{"id":"quest_dialog_blue_bg_bottom_mid","b":{"w":394,"x":8,"y":116,"h":11},"c":[],"assets":["0x4110CD4D"]},{"id":"quest_dialog_blue_bg_bottom_right","b":{"w":9,"x":402,"y":116,"h":9},"c":[],"assets":["0x4110CD47"]},{"id":"quest_dialog_blue_bg_right_mid","b":{"w":9,"x":402,"y":8,"h":108},"c":[],"assets":["0x4110CD4C"]}]},{"id":"Craft_Recipe_BG_Make","b":{"w":413,"x":0,"y":472,"h":51},"c":[{"id":"quest_dialog_blue_bg_top_left","b":{"w":9,"x":0,"y":0,"h":8},"c":[],"assets":["0x4110CD48"]},{"id":"quest_dialog_blue_bg_top_mid","b":{"w":394,"x":9,"y":0,"h":8},"c":[],"assets":["0x4110CD4A"]},{"id":"quest_dialog_blue_bg_top_right","b":{"w":8,"x":403,"y":0,"h":8},"c":[],"assets":["0x4110CD49"]},{"id":"quest_dialog_blue_bg_left_mid","b":{"w":10,"x":0,"y":8,"h":33},"c":[],"assets":["0x4110CD4B"]},{"id":"quest_dialog_blue_bg_bottom_left","b":{"w":8,"x":0,"y":41,"h":9},"c":[],"assets":["0x4110CD46"]},{"id":"quest_dialog_blue_bg_bottom_mid","b":{"w":394,"x":8,"y":41,"h":11},"c":[],"assets":["0x4110CD4D"]},{"id":"quest_dialog_blue_bg_bottom_right","b":{"w":9,"x":402,"y":41,"h":9},"c":[],"assets":["0x4110CD47"]},{"id":"quest_dialog_blue_bg_right_mid","b":{"w":9,"x":402,"y":8,"h":33},"c":[],"assets":["0x4110CD4C"]}]}]},{"id":"Craft_BuyNow_Ingredients","b":{"w":147,"x":259,"y":153,"h":28},"c":[{"id":"BuyNowTextButtonReference_Left","b":{"w":34,"x":0,"y":1,"h":27},"c":[],"assets":["0x4110D2A1","0x4110D2A2","0x4110D2A3","0x41108F4B"]},{"id":"BuyNowTextButtonReference_Mid","b":{"w":85,"x":33,"y":1,"h":27},"c":[],"assets":["0x4110D2A4","0x4110D2A5","0x4110D2A6","0x41108F4A"]},{"id":"BuyNowTextButtonReference_Right","b":{"w":27,"x":118,"y":1,"h":27},"c":[],"assets":["0x4110D2A7","0x4110D2A8","0x4110D2A9","0x41108F4D"]},{"id":"Craft_BuyNow_Ingredients_Label","b":{"w":114,"x":16,"y":5,"h":20},"c":[]}]},{"id":"Craft_BuyNow_CraftXP","b":{"w":164,"x":7,"y":489,"h":28},"c":[{"id":"BuyNowTextButtonReference_Left","b":{"w":34,"x":0,"y":1,"h":27},"c":[],"assets":["0x4110D2A1","0x4110D2A2","0x4110D2A3","0x41108F4B"]},{"id":"BuyNowTextButtonReference_Mid","b":{"w":102,"x":33,"y":1,"h":27},"c":[],"assets":["0x4110D2A4","0x4110D2A5","0x4110D2A6","0x41108F4A"]},{"id":"BuyNowTextButtonReference_Right","b":{"w":27,"x":135,"y":1,"h":27},"c":[],"assets":["0x4110D2A7","0x4110D2A8","0x4110D2A9","0x41108F4D"]},{"id":"Craft_BuyNow_CraftXP_Label","b":{"w":126,"x":17,"y":5,"h":20},"c":[]}]},{"id":"Craft_Recipe_NameText","b":{"w":261,"x":50,"y":5,"h":42},"c":[]},{"id":"EntryField_Label","b":{"w":59,"x":198,"y":475,"h":20},"c":[]},{"id":"Craft_Recipe_EarnedPointsText","b":{"w":250,"x":10,"y":58,"h":18},"c":[]},{"id":"Craft_Recipe_Item","b":{"w":32,"x":10,"y":10,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Craft_Recipe_ExecuteButton","b":{"w":72,"x":262,"y":493,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":36,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":33,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":51,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"CraftRecipe_Panel","b":{"w":415,"x":0,"y":94,"h":380},"c":[{"id":"CraftRecipe_Requirements","b":{"w":416,"x":0,"y":0,"h":249},"c":[{"id":"CraftRecipe_MainIngredients","b":{"w":415,"x":1,"y":50,"h":199},"c":[{"id":"Craft_Recipe_IngredientLabel","b":{"w":163,"x":50,"y":13,"h":21},"c":[]},{"id":"Craft_Recipe_Ingredient1","b":{"w":175,"x":29,"y":62,"h":36},"c":[{"id":"CraftIngredientItem","b":{"w":47,"x":2,"y":2,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Craft_Ingredient_Info","b":{"w":139,"x":36,"y":2,"h":32},"c":[]}]},{"id":"Craft_Recipe_Ingredient2","b":{"w":175,"x":212,"y":62,"h":36},"c":[{"id":"CraftIngredientItem","b":{"w":47,"x":2,"y":2,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Craft_Ingredient_Info","b":{"w":139,"x":36,"y":2,"h":32},"c":[]}]},{"id":"Craft_Recipe_Ingredient3","b":{"w":175,"x":29,"y":108,"h":36},"c":[{"id":"CraftIngredientItem","b":{"w":47,"x":2,"y":2,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Craft_Ingredient_Info","b":{"w":139,"x":36,"y":2,"h":32},"c":[]}]},{"id":"Craft_Recipe_Ingredient4","b":{"w":175,"x":212,"y":108,"h":36},"c":[{"id":"CraftIngredientItem","b":{"w":47,"x":2,"y":2,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Craft_Ingredient_Info","b":{"w":139,"x":36,"y":2,"h":32},"c":[]}]},{"id":"Craft_Recipe_Ingredient5","b":{"w":175,"x":29,"y":153,"h":36},"c":[{"id":"CraftIngredientItem","b":{"w":47,"x":2,"y":2,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Craft_Ingredient_Info","b":{"w":139,"x":36,"y":2,"h":32},"c":[]}]},{"id":"Craft_Recipe_Ingredient6","b":{"w":175,"x":212,"y":153,"h":36},"c":[{"id":"CraftIngredientItem","b":{"w":47,"x":2,"y":2,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Craft_Ingredient_Info","b":{"w":139,"x":36,"y":2,"h":32},"c":[]}]}]},{"id":"CraftRecipe_IngredientPacks","b":{"w":416,"x":0,"y":68,"h":180},"c":[{"id":"CraftRecipe_IngredientPack_Display","b":{"w":300,"x":30,"y":44,"h":36},"c":[{"id":"CraftIngredientItem","b":{"w":172,"x":2,"y":2,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Craft_Ingredient_Info","b":{"w":264,"x":36,"y":2,"h":32},"c":[]}]},{"id":"Craft_Recipe_IngredientLabel","b":{"w":178,"x":51,"y":-7,"h":24},"c":[]},{"id":"Craft_IngredientPack_Binding","b":{"w":260,"x":76,"y":98,"h":50},"c":[]}]},{"id":"Craft_Recipe_RequiredToolText","b":{"w":410,"x":3,"y":8,"h":18},"c":[]},{"id":"Craft_Recipe_UseIngredientPack","b":{"w":180,"x":54,"y":83,"h":16},"c":[{"id":"Checkbox_TextLabel","b":{"w":164,"x":18,"y":0,"h":16},"c":[]},{"id":"Checkbox_Box","b":{"w":16,"x":0,"y":0,"h":16},"c":[],"assets":["0x410001A3","0x410001A4"]}]},{"id":"Craft_Recipe_RequiredFacilityText","b":{"w":409,"x":3,"y":28,"h":18},"c":[]}]},{"id":"CraftRecipe_Seal_Proficiency","b":{"w":40,"x":4,"y":55,"h":40},"c":[],"assets":["0x4110D071"]},{"id":"CraftRecipe_MasterOverlay","b":{"w":414,"x":1,"y":250,"h":128},"c":[{"id":"CraftRecipe_MasterOverlay_Label","b":{"w":337,"x":39,"y":30,"h":70},"c":[]}]},{"id":"CraftRecipe_MasterPage","b":{"w":414,"x":1,"y":245,"h":134},"c":[{"id":"Craft_Recipe_OptionalIngredient1","b":{"w":360,"x":49,"y":31,"h":36},"c":[{"id":"CraftIngredient_Optional_Item","b":{"w":172,"x":0,"y":3,"h":36},"c":[{"id":"CraftIngredientItem","b":{"w":44,"x":2,"y":2,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Craft_Ingredient_Info","b":{"w":136,"x":36,"y":2,"h":32},"c":[]}]},{"id":"CraftIngredient_OptionalButton","b":{"w":16,"x":272,"y":1,"h":16},"c":[]},{"id":"CraftIngredient_Optional_CritText","b":{"w":42,"x":318,"y":1,"h":18},"c":[]},{"id":"CraftIngredient_OptionalButtonText","b":{"w":29,"x":290,"y":-1,"h":20},"c":[]}]},{"id":"Craft_Recipe_OptionalText","b":{"w":88,"x":50,"y":9,"h":25},"c":[]},{"id":"Craft_Recipe_CriticalField","b":{"w":175,"x":235,"y":16,"h":25},"c":[{"id":"Craft_Recipe_CriticalChanceText","b":{"w":35,"x":137,"y":-7,"h":25},"c":[]},{"id":"Craft_Recipe_CriticalLabel","b":{"w":132,"x":0,"y":-6,"h":25},"c":[]}]},{"id":"Craft_Recipe_CriticalItem","b":{"w":343,"x":9,"y":89,"h":37},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":2,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_Name","b":{"w":308,"x":35,"y":0,"h":37},"c":[]}]},{"id":"Craft_Recipe_NonItem_CritResult","b":{"w":32,"x":10,"y":89,"h":32},"c":[]},{"id":"Craft_Recipe_CritName","b":{"w":311,"x":42,"y":89,"h":37},"c":[]},{"id":"CraftRecipe_Seal_Mastery","b":{"w":40,"x":5,"y":5,"h":40},"c":[],"assets":["0x4110D070"]},{"id":"CraftRecipe_DisableInscription_Label","b":{"w":160,"x":230,"y":71,"h":16},"c":[]},{"id":"CraftRecipe_CriticalOutput_Label","b":{"w":183,"x":23,"y":71,"h":20},"c":[]},{"id":"CraftRecipe_DisableInscription_Button","b":{"w":10,"x":220,"y":74,"h":10},"c":[]}]}]},{"id":"EntryField","b":{"w":21,"x":217,"y":495,"h":20},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":19,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":1,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":10,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":10,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":1,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":19,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Craft_Recipe_NumberOfTimesEntry","b":{"w":19,"x":0,"y":1,"h":18},"c":[]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":20,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":19,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"Craft_NoProfessionField","b":{"w":800,"x":0,"y":18,"h":560},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":728,"x":36,"y":524,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":764,"y":524,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Craft_NoProfession_Text_Label","b":{"w":500,"x":150,"y":186,"h":151},"c":[]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":764,"y":36,"h":488},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":728,"x":36,"y":36,"h":488},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":764,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":728,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":488},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":524,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"Crafting_Base_Box_TitleBar","b":{"w":250,"x":275,"y":-11,"h":45},"c":[{"id":"Craft_Title","b":{"w":223,"x":15,"y":15,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"Craft_CloseButton","b":{"w":16,"x":776,"y":24,"h":16},"c":[]},{"id":"CraftWindow_Background","b":{"w":445,"x":351,"y":37,"h":450},"c":[]},{"id":"MoveBar","b":{"w":800,"x":0,"y":0,"h":24},"c":[]},{"id":"CraftWindow_BaseBox","b":{"w":800,"x":0,"y":18,"h":560},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":728,"x":36,"y":524,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":764,"y":524,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":764,"y":36,"h":488},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":728,"x":36,"y":36,"h":488},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":764,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":728,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":488},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":524,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"Craft_ProfessionPanel","b":{"w":380,"x":3,"y":24,"h":550},"c":[{"id":"Craft_Prof1Tab","b":{"w":141,"x":121,"y":2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":140,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":113,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":123,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Craft_Prof2Tab","b":{"w":141,"x":52,"y":25,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":140,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":113,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":123,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Craft_Prof3Tab","b":{"w":141,"x":188,"y":25,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":140,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":113,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":123,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Craft_Prof1Page","b":{"w":375,"x":6,"y":27,"h":522},"c":[{"id":"Craft_Profession_RecipeField","b":{"w":370,"x":0,"y":25,"h":498},"c":[{"id":"WebStoreGetRecipesButton","b":{"w":124,"x":243,"y":0,"h":26},"c":[{"id":"WebStoreGetRecipesButton_Label","b":{"w":116,"x":10,"y":5,"h":20},"c":[]},{"id":"BuyNowTextButtonReference_Left","b":{"w":34,"x":0,"y":1,"h":25},"c":[],"assets":["0x4110D2A1","0x4110D2A2","0x4110D2A3","0x41108F4B"]},{"id":"BuyNowTextButtonReference_Mid","b":{"w":62,"x":33,"y":1,"h":25},"c":[],"assets":["0x4110D2A4","0x4110D2A5","0x4110D2A6","0x41108F4A"]},{"id":"BuyNowTextButtonReference_Right","b":{"w":27,"x":95,"y":1,"h":25},"c":[],"assets":["0x4110D2A7","0x4110D2A8","0x4110D2A9","0x41108F4D"]}]},{"id":"Craft_Profession_SearchText","b":{"w":62,"x":51,"y":4,"h":20},"c":[]},{"id":"Craft_Profession_SearchEntry","b":{"w":142,"x":101,"y":4,"h":20},"c":[{"id":"Craft_Profession_SearchEntry_BG","b":{"w":140,"x":0,"y":0,"h":20},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":138,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":120,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":129,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":129,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":120,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":138,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":139,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":138,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"Craft_TreeBox","b":{"w":354,"x":5,"y":27,"h":450},"c":[{"id":"Box_01_Background","b":{"w":352,"x":1,"y":1,"h":448},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":352,"x":1,"y":1,"h":448},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":430},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":439,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":334,"x":9,"y":439,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":343,"y":439,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":343,"y":9,"h":430},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":343,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":334,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":450},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":352,"x":1,"y":449,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":353,"y":0,"h":450},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":352,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Box_01_Empty_InnerShadow","b":{"w":368,"x":1,"y":1,"h":496},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":478},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":487,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":350,"x":9,"y":487,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":359,"y":487,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":359,"y":9,"h":478},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":359,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":350,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Craft_Profession_Recipe_LB","b":{"w":354,"x":5,"y":27,"h":450},"c":[{"id":"Craft_Profession_TreeIcon","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"CraftProfession_TierTemplate","b":{"w":340,"x":16,"y":0,"h":20},"c":[{"id":"CraftProfession_TierTemplateText","b":{"w":150,"x":0,"y":0,"h":20},"c":[]},{"id":"CraftProfession_TierTemplate_LB","b":{"w":190,"x":150,"y":0,"h":20},"c":[{"id":"CraftProfession_ProfIconTemplate","b":{"w":32,"x":0,"y":0,"h":16},"c":[]},{"id":"CraftProfession_MasteryMeterTemplate","b":{"w":149,"x":32,"y":0,"h":20},"c":[{"id":"CraftProfession_Meter","b":{"w":121,"x":2,"y":6,"h":8},"c":[]},{"id":"CraftProfession_Meter_Bg","b":{"w":150,"x":0,"y":0,"h":20},"c":[]},{"id":"CraftProfession_MeterText","b":{"w":123,"x":3,"y":0,"h":20},"c":[]}]}]}]},{"id":"Craft_Profession_RecipeTemplate_MultiOutput","b":{"w":224,"x":58,"y":111,"h":16},"c":[{"id":"Craft_Profession_RecipeTemplateText","b":{"w":151,"x":20,"y":0,"h":16},"c":[]},{"id":"Craft_Profession_RecipeTemplateField","b":{"w":16,"x":2,"y":2,"h":16},"c":[]},{"id":"CraftProfession_RecipeTemplate_AvailablePacks","b":{"w":53,"x":171,"y":0,"h":16},"c":[{"id":"RecipeTemplate_AvailablePacks_OpenParenthesis","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"RecipeTemplate_AvailablePacks_Icon","b":{"w":16,"x":5,"y":0,"h":16},"c":[]}]}]},{"id":"Craft_Profession_RecipeTemplate","b":{"w":141,"x":0,"y":0,"h":16},"c":[{"id":"Craft_Profession_RecipeTemplateText","b":{"w":88,"x":0,"y":0,"h":16},"c":[]},{"id":"CraftProfession_RecipeTemplate_AvailablePacks","b":{"w":53,"x":88,"y":0,"h":16},"c":[{"id":"RecipeTemplate_AvailablePacks_OpenParenthesis","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"RecipeTemplate_AvailablePacks_Icon","b":{"w":16,"x":5,"y":0,"h":16},"c":[]}]}]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":498},"c":[],"assets":["0x41000141"]},{"id":"Craft_Profession_Recipe_SB","b":{"w":10,"x":358,"y":27,"h":450},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":440,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":440,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":430},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":410},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":420,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":430},"c":[]}]},{"id":"Box_01_Empty_BottomBorder","b":{"w":368,"x":1,"y":497,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Craft_Profession_Expand_Button","b":{"w":16,"x":4,"y":6,"h":16},"c":[]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":369,"y":0,"h":498},"c":[],"assets":["0x41000141"]},{"id":"Craft_Profession_Collapse_Button","b":{"w":16,"x":23,"y":6,"h":16},"c":[]},{"id":"Box_01_Empty_TopBorder","b":{"w":368,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"Craft_Prof2Page","b":{"w":375,"x":6,"y":27,"h":522},"c":[{"id":"Craft_Profession_RecipeField","b":{"w":370,"x":0,"y":25,"h":498},"c":[{"id":"WebStoreGetRecipesButton","b":{"w":124,"x":243,"y":0,"h":26},"c":[{"id":"WebStoreGetRecipesButton_Label","b":{"w":116,"x":10,"y":5,"h":20},"c":[]},{"id":"BuyNowTextButtonReference_Left","b":{"w":34,"x":0,"y":1,"h":25},"c":[],"assets":["0x4110D2A1","0x4110D2A2","0x4110D2A3","0x41108F4B"]},{"id":"BuyNowTextButtonReference_Mid","b":{"w":62,"x":33,"y":1,"h":25},"c":[],"assets":["0x4110D2A4","0x4110D2A5","0x4110D2A6","0x41108F4A"]},{"id":"BuyNowTextButtonReference_Right","b":{"w":27,"x":95,"y":1,"h":25},"c":[],"assets":["0x4110D2A7","0x4110D2A8","0x4110D2A9","0x41108F4D"]}]},{"id":"Craft_Profession_SearchText","b":{"w":62,"x":51,"y":4,"h":20},"c":[]},{"id":"Craft_Profession_SearchEntry","b":{"w":142,"x":101,"y":4,"h":20},"c":[{"id":"Craft_Profession_SearchEntry_BG","b":{"w":140,"x":0,"y":0,"h":20},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":138,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":120,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":129,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":129,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":120,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":138,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":139,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":138,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"Craft_TreeBox","b":{"w":354,"x":5,"y":27,"h":450},"c":[{"id":"Box_01_Background","b":{"w":352,"x":1,"y":1,"h":448},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":352,"x":1,"y":1,"h":448},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":430},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":439,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":334,"x":9,"y":439,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":343,"y":439,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":343,"y":9,"h":430},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":343,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":334,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":450},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":352,"x":1,"y":449,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":353,"y":0,"h":450},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":352,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Box_01_Empty_InnerShadow","b":{"w":368,"x":1,"y":1,"h":496},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":478},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":487,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":350,"x":9,"y":487,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":359,"y":487,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":359,"y":9,"h":478},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":359,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":350,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Craft_Profession_Recipe_LB","b":{"w":354,"x":5,"y":27,"h":450},"c":[{"id":"Craft_Profession_TreeIcon","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"CraftProfession_TierTemplate","b":{"w":340,"x":17,"y":179,"h":20},"c":[{"id":"CraftProfession_TierTemplateText","b":{"w":150,"x":0,"y":0,"h":20},"c":[]},{"id":"CraftProfession_TierTemplate_LB","b":{"w":190,"x":150,"y":0,"h":20},"c":[{"id":"CraftProfession_ProfMeterTemplate","b":{"w":149,"x":0,"y":0,"h":20},"c":[{"id":"CraftProfession_Meter","b":{"w":121,"x":2,"y":6,"h":9},"c":[]},{"id":"CraftProfession_Meter_Bg","b":{"w":150,"x":0,"y":0,"h":20},"c":[]},{"id":"CraftProfession_MeterText","b":{"w":123,"x":3,"y":0,"h":20},"c":[]}]}]}]},{"id":"Craft_Profession_RecipeTemplate","b":{"w":109,"x":0,"y":0,"h":16},"c":[{"id":"Craft_Profession_RecipeTemplateText","b":{"w":56,"x":0,"y":0,"h":16},"c":[]},{"id":"CraftProfession_RecipeTemplate_AvailablePacks","b":{"w":53,"x":56,"y":0,"h":16},"c":[{"id":"RecipeTemplate_AvailablePacks_OpenParenthesis","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"RecipeTemplate_AvailablePacks_Icon","b":{"w":16,"x":5,"y":0,"h":16},"c":[]}]}]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":498},"c":[],"assets":["0x41000141"]},{"id":"Craft_Profession_Recipe_SB","b":{"w":10,"x":358,"y":27,"h":450},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":440,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":440,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":430},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":410},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":420,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":430},"c":[]}]},{"id":"Box_01_Empty_BottomBorder","b":{"w":368,"x":1,"y":497,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Craft_Profession_Expand_Button","b":{"w":16,"x":4,"y":6,"h":16},"c":[]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":369,"y":0,"h":498},"c":[],"assets":["0x41000141"]},{"id":"Craft_Profession_Collapse_Button","b":{"w":16,"x":23,"y":6,"h":16},"c":[]},{"id":"Box_01_Empty_TopBorder","b":{"w":368,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"Craft_Prof3Page","b":{"w":375,"x":6,"y":27,"h":522},"c":[{"id":"Craft_Profession_RecipeField","b":{"w":370,"x":0,"y":25,"h":498},"c":[{"id":"WebStoreGetRecipesButton","b":{"w":124,"x":243,"y":0,"h":26},"c":[{"id":"WebStoreGetRecipesButton_Label","b":{"w":116,"x":10,"y":5,"h":20},"c":[]},{"id":"BuyNowTextButtonReference_Left","b":{"w":34,"x":0,"y":1,"h":25},"c":[],"assets":["0x4110D2A1","0x4110D2A2","0x4110D2A3","0x41108F4B"]},{"id":"BuyNowTextButtonReference_Mid","b":{"w":62,"x":33,"y":1,"h":25},"c":[],"assets":["0x4110D2A4","0x4110D2A5","0x4110D2A6","0x41108F4A"]},{"id":"BuyNowTextButtonReference_Right","b":{"w":27,"x":95,"y":1,"h":25},"c":[],"assets":["0x4110D2A7","0x4110D2A8","0x4110D2A9","0x41108F4D"]}]},{"id":"Craft_Profession_SearchText","b":{"w":62,"x":51,"y":4,"h":20},"c":[]},{"id":"Craft_Profession_SearchEntry","b":{"w":142,"x":101,"y":4,"h":20},"c":[{"id":"Craft_Profession_SearchEntry_BG","b":{"w":140,"x":0,"y":0,"h":20},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":138,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":120,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":129,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":129,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":120,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":138,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":139,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":138,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"Craft_TreeBox","b":{"w":354,"x":5,"y":27,"h":450},"c":[{"id":"Box_01_Background","b":{"w":352,"x":1,"y":1,"h":448},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":352,"x":1,"y":1,"h":448},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":430},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":439,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":334,"x":9,"y":439,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":343,"y":439,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":343,"y":9,"h":430},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":343,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":334,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":450},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":352,"x":1,"y":449,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":353,"y":0,"h":450},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":352,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Box_01_Empty_InnerShadow","b":{"w":368,"x":1,"y":1,"h":496},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":478},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":487,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":350,"x":9,"y":487,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":359,"y":487,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":359,"y":9,"h":478},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":359,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":350,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Craft_Profession_Recipe_LB","b":{"w":354,"x":5,"y":27,"h":450},"c":[{"id":"Craft_Profession_TreeIcon","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"CraftProfession_TierTemplate","b":{"w":340,"x":17,"y":179,"h":20},"c":[{"id":"CraftProfession_TierTemplateText","b":{"w":150,"x":0,"y":0,"h":20},"c":[]},{"id":"CraftProfession_TierTemplate_LB","b":{"w":190,"x":150,"y":0,"h":20},"c":[{"id":"CraftProfession_ProfIconTemplate","b":{"w":32,"x":0,"y":0,"h":16},"c":[]},{"id":"CraftProfession_MasteryMeterTemplate","b":{"w":149,"x":0,"y":0,"h":20},"c":[{"id":"CraftProfession_Meter","b":{"w":121,"x":2,"y":6,"h":8},"c":[]},{"id":"CraftProfession_Meter_Bg","b":{"w":150,"x":0,"y":0,"h":20},"c":[]},{"id":"CraftProfession_MeterText","b":{"w":123,"x":3,"y":0,"h":20},"c":[]}]}]}]},{"id":"Craft_Profession_RecipeTemplate_MultiOutput","b":{"w":173,"x":58,"y":111,"h":16},"c":[{"id":"Craft_Profession_RecipeTemplateText","b":{"w":100,"x":20,"y":0,"h":16},"c":[]},{"id":"Craft_Profession_RecipeTemplateField","b":{"w":16,"x":2,"y":2,"h":16},"c":[]},{"id":"CraftProfession_RecipeTemplate_AvailablePacks","b":{"w":53,"x":120,"y":0,"h":16},"c":[{"id":"RecipeTemplate_AvailablePacks_OpenParenthesis","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"RecipeTemplate_AvailablePacks_Icon","b":{"w":16,"x":5,"y":0,"h":16},"c":[]}]}]},{"id":"Craft_Profession_RecipeTemplate","b":{"w":238,"x":0,"y":0,"h":16},"c":[{"id":"Craft_Profession_RecipeTemplateText","b":{"w":185,"x":0,"y":0,"h":16},"c":[]},{"id":"CraftProfession_RecipeTemplate_AvailablePacks","b":{"w":53,"x":185,"y":0,"h":16},"c":[{"id":"RecipeTemplate_AvailablePacks_OpenParenthesis","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"RecipeTemplate_AvailablePacks_Icon","b":{"w":16,"x":5,"y":0,"h":16},"c":[]}]}]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":498},"c":[],"assets":["0x41000141"]},{"id":"Craft_Profession_Recipe_SB","b":{"w":10,"x":358,"y":27,"h":450},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":440,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":440,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":430},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":410},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":420,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":430},"c":[]}]},{"id":"Box_01_Empty_BottomBorder","b":{"w":368,"x":1,"y":497,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Craft_Profession_Expand_Button","b":{"w":16,"x":4,"y":6,"h":16},"c":[]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":369,"y":0,"h":498},"c":[],"assets":["0x41000141"]},{"id":"Craft_Profession_Collapse_Button","b":{"w":16,"x":23,"y":6,"h":16},"c":[]},{"id":"Box_01_Empty_TopBorder","b":{"w":368,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]}]},{"id":"Craft_HideOnExecuteText","b":{"w":141,"x":398,"y":553,"h":20},"c":[]},{"id":"Craft_HideOnExecuteButton","b":{"w":10,"x":386,"y":557,"h":10},"c":[]}]},"ID_UISkin_Discovery_Window":{"id":"Discovery_Window","b":{"w":474,"x":36,"y":115,"h":316},"c":[{"id":"Discovery_Title_Name_Entry","b":{"w":150,"x":10,"y":52,"h":25},"c":[{"id":"ArrowUp","b":{"w":16,"x":132,"y":4,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":132,"y":4,"h":16},"c":[],"assets":["0x41007E18"]},{"id":"Discovery_BG","b":{"w":150,"x":0,"y":0,"h":25},"c":[{"id":"Base_Box_BottomMid","b":{"w":144,"x":3,"y":20,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":3,"x":147,"y":20,"h":3},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":147,"y":1,"h":19},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":144,"x":3,"y":3,"h":18},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":3,"x":146,"y":0,"h":3},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":3,"x":0,"y":0,"h":3},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":144,"x":3,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":1,"h":19},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":3,"x":0,"y":20,"h":3},"c":[],"assets":["0x4100018B","0x4100018A"]}]}]},{"id":"Discovery_Track_Button","b":{"w":96,"x":137,"y":281,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":60,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":57,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":75,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Discovery_Title_Challenge_Entry","b":{"w":150,"x":160,"y":52,"h":25},"c":[{"id":"ArrowUp","b":{"w":16,"x":133,"y":4,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":133,"y":4,"h":16},"c":[],"assets":["0x41007E18"]},{"id":"Discovery_BG","b":{"w":150,"x":0,"y":0,"h":25},"c":[{"id":"Base_Box_BottomMid","b":{"w":144,"x":3,"y":20,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":3,"x":147,"y":20,"h":3},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":147,"y":1,"h":19},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":144,"x":3,"y":3,"h":18},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":3,"x":146,"y":0,"h":3},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":3,"x":0,"y":0,"h":3},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":144,"x":3,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":1,"h":19},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":3,"x":0,"y":20,"h":3},"c":[],"assets":["0x4100018B","0x4100018A"]}]}],"assets":["0x41005FC3"]},{"id":"Discovery_Cancel_Button","b":{"w":96,"x":236,"y":281,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":60,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":57,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":75,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Discovery_Title_Distance_Entry","b":{"w":150,"x":310,"y":52,"h":25},"c":[{"id":"ArrowUp","b":{"w":16,"x":133,"y":4,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":133,"y":4,"h":16},"c":[],"assets":["0x41007E18"]},{"id":"Discovery_BG","b":{"w":150,"x":0,"y":0,"h":25},"c":[{"id":"Base_Box_BottomMid","b":{"w":144,"x":3,"y":20,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":3,"x":147,"y":20,"h":3},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":147,"y":1,"h":19},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":144,"x":3,"y":3,"h":18},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":3,"x":146,"y":0,"h":3},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":3,"x":0,"y":0,"h":3},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":144,"x":3,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":1,"h":19},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":3,"x":0,"y":20,"h":3},"c":[],"assets":["0x4100018B","0x4100018A"]}]}]},{"id":"Discovery_BaseBox_BG","b":{"w":474,"x":0,"y":12,"h":300},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":402,"x":36,"y":264,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":438,"y":264,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":438,"y":36,"h":228},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":402,"x":36,"y":36,"h":228},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":438,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":402,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":228},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":264,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"Discovery_TitleBar","b":{"w":400,"x":36,"y":-10,"h":43},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":365,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":330,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Discovery_WindowLabel","b":{"w":182,"x":109,"y":15,"h":23},"c":[]}]},{"id":"Discovery_MoveBar","b":{"w":455,"x":10,"y":4,"h":24},"c":[]},{"id":"Discovery_Prompt","b":{"w":435,"x":17,"y":32,"h":21},"c":[]},{"id":"Discovery_Entity_Listbox","b":{"w":455,"x":10,"y":77,"h":200},"c":[]},{"id":"Discovery_Entity_Listbox_Scrollbar","b":{"w":10,"x":459,"y":77,"h":200},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":190,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":190,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":180},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":160},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":170,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":180},"c":[]}]}]},"ID_UISkin_ExternalContainerField":{"id":"ExternalContainerField","b":{"w":265,"x":430,"y":224,"h":219},"c":[{"id":"BaseBox_ExternalContainer","b":{"w":262,"x":0,"y":16,"h":200},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":190,"x":36,"y":164,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":226,"y":164,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":226,"y":36,"h":128},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":190,"x":36,"y":36,"h":128},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":226,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":190,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":128},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":164,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"ExternalContainer","b":{"w":246,"x":9,"y":37,"h":154},"c":[{"id":"ContainerListBox","b":{"w":236,"x":0,"y":0,"h":154},"c":[]},{"id":"ContainerScrollbar","b":{"w":10,"x":236,"y":0,"h":154},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":144,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":144,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":134},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":114},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":124,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":134},"c":[]}]}]},{"id":"ExternalContainerCloseButton","b":{"w":16,"x":236,"y":23,"h":16},"c":[]},{"id":"ExternalContainerBackground","b":{"w":206,"x":27,"y":3,"h":223},"c":[]},{"id":"ExternalContainter_TitleBar","b":{"w":200,"x":31,"y":-10,"h":45},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":165,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":130,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"External_Title","b":{"w":172,"x":13,"y":15,"h":20},"c":[]}]},{"id":"ExternalContainerDragbar","b":{"w":228,"x":16,"y":4,"h":19},"c":[]},{"id":"ExternalContainerLootAllButton","b":{"w":102,"x":81,"y":189,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":66,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":63,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":81,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},"ID_UISkin_FellowInvite":{"id":"FellowInvite","b":{"w":354,"x":68,"y":80,"h":431},"c":[{"id":"FellowInvite_WarningText","b":{"w":316,"x":20,"y":328,"h":67},"c":[]},{"id":"FellowInvite_Scrollbar","b":{"w":13,"x":336,"y":103,"h":221},"c":[{"id":"scroll_bottom_field","b":{"w":13,"x":0,"y":211,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":3,"y":211,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":13,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":201},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":181},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":191,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":13,"x":0,"y":10,"h":201},"c":[]}]},{"id":"FellowInvite_FellowList","b":{"w":313,"x":21,"y":104,"h":220},"c":[]},{"id":"FellowInvite_TitleBar","b":{"w":240,"x":57,"y":-7,"h":45},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":205,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":170,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"FellowInvite_TitleBar_Label","b":{"w":240,"x":0,"y":15,"h":20},"c":[]}]},{"id":"dragbar","b":{"w":255,"x":49,"y":6,"h":24},"c":[]},{"id":"FellowInvite_Base_Box","b":{"w":354,"x":0,"y":20,"h":411},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":282,"x":36,"y":375,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":318,"y":375,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":318,"y":36,"h":339},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":282,"x":36,"y":36,"h":339},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":318,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":282,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":339},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":375,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"FellowInvite_CloseButton","b":{"w":16,"x":334,"y":25,"h":16},"c":[]},{"id":"FellowInvite_InviteText","b":{"w":316,"x":20,"y":38,"h":63},"c":[]},{"id":"FellowInvite_AcceptButton","b":{"w":100,"x":67,"y":401,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":64,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":79,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"FellowInvite_DeclineButton","b":{"w":100,"x":187,"y":401,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":64,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":79,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},"ID_UISkin_FellowMiniPanel_1":{"id":"FellowMiniPanel_1","b":{"w":221,"x":11,"y":115,"h":452},"c":[{"id":"FellowMiniPanelListBox","b":{"w":209,"x":0,"y":20,"h":432},"c":[]},{"id":"HiddenDragBox_DragBox","b":{"w":221,"x":0,"y":20,"h":432},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":219,"x":1,"y":1,"h":430},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":412},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":421,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":201,"x":9,"y":421,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":210,"y":421,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":210,"y":9,"h":412},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":210,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":201,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":432},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":219,"x":1,"y":431,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":220,"y":0,"h":432},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":219,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":221,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-17,"y":0,"h":20},"c":[]}]},"ID_UISkin_FellowMiniPanel_2":{"id":"FellowMiniPanel_2","b":{"w":221,"x":268,"y":115,"h":452},"c":[{"id":"FellowMiniPanelListBox","b":{"w":209,"x":0,"y":20,"h":432},"c":[]},{"id":"HiddenDragBox_DragBox","b":{"w":221,"x":0,"y":20,"h":432},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":219,"x":1,"y":1,"h":430},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":412},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":421,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":201,"x":9,"y":421,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":210,"y":421,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":210,"y":9,"h":412},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":210,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":201,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":432},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":219,"x":1,"y":431,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":220,"y":0,"h":432},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":219,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":221,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-17,"y":0,"h":20},"c":[]}]},"ID_UISkin_FellowMiniPanel_3":{"id":"FellowMiniPanel_3","b":{"w":221,"x":1221,"y":115,"h":452},"c":[{"id":"FellowMiniPanelListBox","b":{"w":209,"x":0,"y":20,"h":432},"c":[]},{"id":"HiddenDragBox_DragBox","b":{"w":221,"x":0,"y":20,"h":432},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":219,"x":1,"y":1,"h":430},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":412},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":421,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":201,"x":9,"y":421,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":210,"y":421,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":210,"y":9,"h":412},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":210,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":201,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":432},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":219,"x":1,"y":431,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":220,"y":0,"h":432},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":219,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":221,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-17,"y":0,"h":20},"c":[]}]},"ID_UISkin_FellowMiniPanel_4":{"id":"FellowMiniPanel_4","b":{"w":221,"x":1357,"y":115,"h":452},"c":[{"id":"FellowMiniPanelListBox","b":{"w":209,"x":0,"y":20,"h":432},"c":[]},{"id":"HiddenDragBox_DragBox","b":{"w":221,"x":0,"y":20,"h":432},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":219,"x":1,"y":1,"h":430},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":412},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":421,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":201,"x":9,"y":421,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":210,"y":421,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":210,"y":9,"h":412},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":210,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":201,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":432},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":219,"x":1,"y":431,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":220,"y":0,"h":432},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":219,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":221,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-17,"y":0,"h":20},"c":[]}]},"ID_UISkin_FellowshipMaker_Window":{"id":"FellowshipMaker_Window","b":{"w":930,"x":160,"y":80,"h":717},"c":[{"id":"FellowshipMaker_TutorialHintButton","b":{"w":16,"x":888,"y":26,"h":16},"c":[]},{"id":"FellowshipMaker_CloseButton","b":{"w":16,"x":907,"y":26,"h":16},"c":[]},{"id":"FellowshipMaker_BaseBox_BG","b":{"w":930,"x":0,"y":19,"h":697},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":894,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":858,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":625},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":661,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":858,"x":36,"y":661,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":894,"y":661,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":894,"y":36,"h":625},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":858,"x":36,"y":36,"h":625},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":917,"x":7,"y":6,"h":684},"c":[],"assets":["0x411351FD"]}]},{"id":"FellowshipMaker_TitleBar","b":{"w":250,"x":340,"y":-10,"h":43},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"FellowshipMaker_WindowLabel","b":{"w":182,"x":34,"y":13,"h":23},"c":[]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"ResizeBarBottom","b":{"w":356,"x":287,"y":706,"h":13},"c":[{"id":"ResizeBarBottomGraphic","b":{"w":100,"x":128,"y":2,"h":10},"c":[],"assets":["0x4111038A"]}]},{"id":"FellowshipMaker_MoveBar","b":{"w":328,"x":301,"y":2,"h":24},"c":[]},{"id":"FellowshipMaker_AttributeMap","b":{"w":930,"x":1,"y":29,"h":683},"c":[{"id":"FellowshipMaker_Panel","b":{"w":930,"x":0,"y":0,"h":683},"c":[{"id":"FellowshipMaker_Header_Label","b":{"w":348,"x":7,"y":0,"h":33},"c":[]},{"id":"FellowshipMaker_BG","b":{"w":347,"x":7,"y":2,"h":678},"c":[],"assets":["0x4111E3CD"]},{"id":"FellowshipMaker_SimpleTab","b":{"w":110,"x":15,"y":2,"h":26},"c":[{"id":"tab_tier1_left_innards","b":{"w":109,"x":0,"y":0,"h":26},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":26},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":82,"x":12,"y":0,"h":26},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":92,"y":0,"h":26},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"FellowshipMaker_AdvancedTab","b":{"w":110,"x":125,"y":2,"h":26},"c":[{"id":"tab_tier1_left_innards","b":{"w":109,"x":0,"y":0,"h":26},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":26},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":82,"x":12,"y":0,"h":26},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":92,"y":0,"h":26},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"FellowshipMaker_LaunchNowTab","b":{"w":110,"x":10,"y":2,"h":26},"c":[{"id":"tab_tier1_left_innards","b":{"w":109,"x":0,"y":0,"h":26},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":26},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":82,"x":12,"y":0,"h":26},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":92,"y":0,"h":26},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"FellowshipMaker_AdvancedPage","b":{"w":353,"x":5,"y":0,"h":682},"c":[]},{"id":"FellowshipMaker_JoinPage","b":{"w":353,"x":5,"y":24,"h":658},"c":[]},{"id":"FellowshipMaker_LaunchNowPage","b":{"w":930,"x":5,"y":0,"h":681},"c":[{"id":"FellowshipMakerLaunchNow_LFInstanceFinder","b":{"w":565,"x":353,"y":0,"h":681},"c":[{"id":"LFInstance_ListBackground","b":{"w":544,"x":7,"y":148,"h":489},"c":[{"id":"Box_01_Background","b":{"w":542,"x":1,"y":1,"h":487},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":542,"x":1,"y":1,"h":487},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":469},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":478,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":524,"x":9,"y":478,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":533,"y":478,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":533,"y":9,"h":469},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":533,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":524,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":489},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":542,"x":1,"y":488,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":543,"y":0,"h":489},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":542,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"LFInstanceMembersListBox","b":{"w":540,"x":10,"y":150,"h":487},"c":[],"assets":["0x41007F7D"]},{"id":"LFInstanceMemberScrollbar","b":{"w":10,"x":553,"y":148,"h":489},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":479,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":479,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":469},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":449},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":459,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":469},"c":[]}]},{"id":"LFInstanceJoinButton","b":{"w":100,"x":340,"y":655,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":64,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":79,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"LFInstanceTellButton","b":{"w":100,"x":445,"y":655,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":64,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":79,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"LFInstance_FindButton","b":{"w":120,"x":15,"y":655,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":84,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":81,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"LFInstance_Header_Label","b":{"w":334,"x":5,"y":5,"h":33},"c":[]},{"id":"LFInstance_MyInstancesButton","b":{"w":120,"x":140,"y":655,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":84,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":81,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"LFInstance_AddButton","b":{"w":100,"x":445,"y":23,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":64,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":79,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"LFInstance_RemoveButton","b":{"w":100,"x":445,"y":48,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":64,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":79,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"LFInstance_Unavailable_Overlay","b":{"w":544,"x":5,"y":10,"h":117},"c":[{"id":"LFInstance_Unavailable_Overlay_Text","b":{"w":303,"x":136,"y":37,"h":42},"c":[]}],"assets":["0x4101DA3F"]},{"id":"LFInstance_EntryCount_Display","b":{"w":546,"x":7,"y":637,"h":20},"c":[]},{"id":"LFInstanceMembersHeader","b":{"w":544,"x":8,"y":130,"h":17},"c":[{"id":"LFInstanceHeaderStatusButton","b":{"w":55,"x":0,"y":0,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":40,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":40,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"LFInstanceHeaderTierButton","b":{"w":77,"x":215,"y":1,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":63,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":63,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"LFInstanceHeaderLevelButton","b":{"w":40,"x":157,"y":1,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":27,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":27,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"LFInstanceHeaderMemberButton","b":{"w":97,"x":53,"y":0,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":70,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":70,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"LFInstance_Classes_Label","b":{"w":155,"x":270,"y":-4,"h":20},"c":[]},{"id":"LFInstanceHeaderMemberListButton","b":{"w":77,"x":390,"y":1,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":63,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":63,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]}]},{"id":"LFInstanceFilterField","b":{"w":547,"x":-1,"y":18,"h":106},"c":[{"id":"LFInstance_Class_Field","b":{"w":175,"x":200,"y":20,"h":50},"c":[{"id":"LFInstance_PlayerClass_menu_Label","b":{"w":100,"x":0,"y":0,"h":20},"c":[]},{"id":"LFInstanceClassMenu","b":{"w":173,"x":0,"y":22,"h":25},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":173,"x":0,"y":0,"h":23},"c":[{"id":"BasePanel_TopMid","b":{"w":135,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":167,"x":3,"y":3,"h":17},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-15},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":4,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":135,"x":19,"y":20,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":154,"y":4,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":170,"y":19,"h":-15},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":154,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":155,"x":5,"y":-1,"h":25},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":157,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]},{"id":"LFInstanceClassMenu_Label","b":{"w":144,"x":4,"y":3,"h":18},"c":[]}]}]},{"id":"LFInstance_Level_Field","b":{"w":200,"x":10,"y":20,"h":50},"c":[{"id":"LFInstance_Level_Min_Field","b":{"w":40,"x":50,"y":0,"h":50},"c":[{"id":"LFInstanceClassMinLabel","b":{"w":40,"x":0,"y":0,"h":20},"c":[]},{"id":"LFInstanceClassMinValue","b":{"w":40,"x":0,"y":21,"h":28},"c":[]},{"id":"LFInstance_Min_BG","b":{"w":40,"x":0,"y":21,"h":28},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":38,"x":1,"y":1,"h":26},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":8},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":17,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":20,"x":9,"y":17,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":29,"y":17,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":29,"y":9,"h":8},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":29,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":20,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":28},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":38,"x":1,"y":27,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":39,"y":0,"h":28},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":38,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"LFInstance_Level_Max_Field","b":{"w":40,"x":100,"y":0,"h":50},"c":[{"id":"LFInstanceClassMaxLabel","b":{"w":40,"x":0,"y":0,"h":20},"c":[]},{"id":"LFInstanceClassMaxValue","b":{"w":40,"x":0,"y":21,"h":28},"c":[]},{"id":"LFInstance_NewMax_BG","b":{"w":40,"x":0,"y":21,"h":28},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":38,"x":1,"y":1,"h":26},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":8},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":17,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":20,"x":9,"y":17,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":29,"y":17,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":29,"y":9,"h":8},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":29,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":20,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":28},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":38,"x":1,"y":27,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":39,"y":0,"h":28},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":38,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"LFInstance_Level_Label","b":{"w":100,"x":0,"y":0,"h":20},"c":[]}]}]}]},{"id":"FellowshipMaker_Instance_ListBox","b":{"w":353,"x":0,"y":70,"h":566},"c":[{"id":"FellowshipMakerLaunchNow_EncounterTreeField","b":{"w":353,"x":0,"y":77,"h":489},"c":[{"id":"FellowshipMaker_BG","b":{"w":330,"x":11,"y":34,"h":455},"c":[{"id":"Box_01_Background","b":{"w":328,"x":1,"y":1,"h":453},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":328,"x":1,"y":1,"h":453},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":435},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":444,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":310,"x":9,"y":444,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":319,"y":444,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":319,"y":9,"h":435},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":319,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":310,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":455},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":328,"x":1,"y":454,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":329,"y":0,"h":455},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":328,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}],"assets":["0x4111E3CD"]},{"id":"FellowshipMakerLaunchNow_SearchBG","b":{"w":155,"x":186,"y":7,"h":20},"c":[{"id":"Box_01_Background","b":{"w":153,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":153,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":135,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":144,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":144,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":135,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":153,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":154,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":153,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"FellowshipMakerLaunchNow_EncounterTree","b":{"w":314,"x":20,"y":36,"h":451},"c":[{"id":"FellowshipMaker_EncounterDisplayBase","b":{"w":314,"x":0,"y":1180,"h":22},"c":[{"id":"FellowshipMaker_IndentElement","b":{"w":314,"x":16,"y":4,"h":18},"c":[{"id":"FellowshipMaker_EncounterDisplayBase_Checkmark","b":{"w":17,"x":0,"y":0,"h":19},"c":[]},{"id":"FellowshipMaker_EncounterText","b":{"w":282,"x":17,"y":0,"h":18},"c":[]}]}]},{"id":"FellowshipMaker_EncounterDisplayHeader_Tier2","b":{"w":314,"x":24,"y":1135,"h":23},"c":[]},{"id":"FellowshipMaker_EncounterDisplayHeader","b":{"w":314,"x":16,"y":313,"h":23},"c":[{"id":"FellowshipMaker_EncounterHeader_Divider","b":{"w":327,"x":-24,"y":0,"h":10},"c":[]}]},{"id":"FellowshipMaker_Tree_ExpandBox_Tier1","b":{"w":16,"x":0,"y":313,"h":22},"c":[{"id":"FellowshipMaker_Tree_ExpandBox_Image","b":{"w":16,"x":0,"y":6,"h":16},"c":[]}]}]},{"id":"FellowshipMakerLaunchNow_Expand_All_Button","b":{"w":16,"x":18,"y":8,"h":16},"c":[]},{"id":"FellowshipMakerLaunchNow_EncounterTree_ScrollBar","b":{"w":10,"x":329,"y":40,"h":444},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":434,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":434,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":56},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":36},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":46,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":424},"c":[]}]},{"id":"FellowshipMakerLaunchNow_Collapse_All_Button","b":{"w":16,"x":37,"y":8,"h":16},"c":[]},{"id":"FellowshipMakerLaunchNow_Search_Label","b":{"w":76,"x":104,"y":7,"h":20},"c":[]},{"id":"FellowshipMakerLaunchNow_SearchText","b":{"w":155,"x":186,"y":7,"h":20},"c":[]}]},{"id":"FellowshipMakerLaunchNowFeaturedInstanceField","b":{"w":353,"x":0,"y":0,"h":77},"c":[{"id":"FellowshipMakerLaunchNow_FeaturedInstance_Label","b":{"w":162,"x":90,"y":12,"h":20},"c":[]},{"id":"FellowshipMakerLaunchNow_FeaturedInstance_ResetButton","b":{"w":28,"x":277,"y":30,"h":28},"c":[]},{"id":"FellowshipMakerLaunchNow_FeaturedInstance_EncounterDisplay","b":{"w":336,"x":8,"y":0,"h":72},"c":[{"id":"FellowshipMaker_EncounterDisplayBase_Checkmark","b":{"w":17,"x":29,"y":34,"h":19},"c":[]},{"id":"FellowshipMaker_EncounterText","b":{"w":258,"x":49,"y":35,"h":18},"c":[]}]}]}]},{"id":"FellowshipMakerLaunchNow_JoinButton","b":{"w":152,"x":100,"y":639,"h":38},"c":[{"id":"FellowshipMakerLaunchNow_JoinButtonLabel","b":{"w":105,"x":23,"y":9,"h":20},"c":[]},{"id":"Chargen_Buttons_Triskel_Left","b":{"w":63,"x":0,"y":-2,"h":40},"c":[],"assets":["0x41108D0E","0x411C0C63","0x41108E88","0x41108DDD"]},{"id":"CharGen_Buttons_Triskel_Mid","b":{"w":24,"x":63,"y":-2,"h":40},"c":[],"assets":["0x41108D0F","0x411C0C67","0x41108E87","0x41108DDE"]},{"id":"Chargen_Buttons_Triskel_Right","b":{"w":63,"x":87,"y":-2,"h":40},"c":[],"assets":["0x41108D10","0x411C0C6B","0x41108E89","0x41108DDF"]}]},{"id":"FellowshipMakerLaunchNow_Header","b":{"w":353,"x":0,"y":0,"h":75},"c":[{"id":"FellowshipMakerLaunchNow_TierMenu","b":{"w":53,"x":162,"y":41,"h":25},"c":[{"id":"TierMenu_SelectionBackground","b":{"w":54,"x":0,"y":0,"h":23},"c":[{"id":"BasePanel_TopMid","b":{"w":16,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":48,"x":3,"y":3,"h":17},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-15},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":4,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":16,"x":19,"y":20,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":35,"y":4,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":51,"y":19,"h":-15},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":35,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"TierMenu_SelectionDisplay","b":{"w":42,"x":2,"y":-1,"h":25},"c":[]},{"id":"TierMenu_SelectionWidget","b":{"w":16,"x":38,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"FellowshipMakerLaunchNow_LevelLabel","b":{"w":47,"x":236,"y":41,"h":20},"c":[]},{"id":"FellowshipMakerLaunchNow_LevelField","b":{"w":47,"x":284,"y":41,"h":20},"c":[]},{"id":"FellowshipMakerLaunchNow_LevelFieldBG","b":{"w":53,"x":280,"y":39,"h":25},"c":[{"id":"BasePanel_TopMid","b":{"w":15,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":47,"x":3,"y":3,"h":19},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-13},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":6,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":15,"x":19,"y":22,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":34,"y":6,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":50,"y":19,"h":-13},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":34,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"FellowshipMakerLaunchNow_VertDivider1","b":{"w":10,"x":114,"y":30,"h":45},"c":[],"assets":["0x41120033"]},{"id":"FellowshipMakerLaunchNowVertDivider2","b":{"w":10,"x":227,"y":30,"h":45},"c":[],"assets":["0x41120033"]},{"id":"FellowshipMakerLaunchNowPage_Header_Label","b":{"w":334,"x":2,"y":5,"h":33},"c":[]},{"id":"FellowshipMakerLaunchNow_SizeLabel","b":{"w":41,"x":10,"y":41,"h":20},"c":[]},{"id":"FellowshipMakerLaunchNow_SizeMenu","b":{"w":53,"x":50,"y":41,"h":25},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":53,"x":0,"y":0,"h":23},"c":[{"id":"BasePanel_TopMid","b":{"w":15,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":47,"x":3,"y":3,"h":17},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-15},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":4,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":15,"x":19,"y":20,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":34,"y":4,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":50,"y":19,"h":-15},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":34,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":35,"x":5,"y":-1,"h":25},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":37,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"FellowshipMakerLaunchNow_TierLabel","b":{"w":38,"x":126,"y":42,"h":20},"c":[]}]}]},{"id":"FellowshipMaker_ConfirmPage","b":{"w":353,"x":5,"y":24,"h":658},"c":[]},{"id":"FellowshipMaker_WaitingTab","b":{"w":220,"x":15,"y":2,"h":26},"c":[{"id":"tab_tier1_left_innards","b":{"w":219,"x":0,"y":0,"h":26},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":26},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":192,"x":12,"y":0,"h":26},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":202,"y":0,"h":26},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"FellowshipMaker_PageBorderBox","b":{"w":349,"x":6,"y":0,"h":681},"c":[{"id":"Box_01_Background","b":{"w":347,"x":1,"y":1,"h":679},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":347,"x":1,"y":1,"h":679},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":661},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":670,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":329,"x":9,"y":670,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":338,"y":670,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":338,"y":9,"h":661},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":338,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":329,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":681},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":347,"x":1,"y":680,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":348,"y":0,"h":681},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":347,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"FellowshipMaker_Corner_BL","b":{"w":30,"x":2,"y":656,"h":27},"c":[],"assets":["0x4112316C"]},{"id":"FellowshipMaker_Corner_BR","b":{"w":30,"x":898,"y":656,"h":27},"c":[],"assets":["0x4112316D"]}]}]}]},"ID_UISkin_FindItems":{"id":"FindItems_MainWindow","b":{"w":252,"x":307,"y":302,"h":100},"c":[{"id":"FindItems_Title","b":{"w":197,"x":26,"y":6,"h":32},"c":[]},{"id":"FindItems_Label","b":{"w":202,"x":26,"y":32,"h":23},"c":[]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":216,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":180,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":28},"c":[],"assets":["0x41135843"]},{"id":"FindItems_CloseButton","b":{"w":16,"x":228,"y":8,"h":16},"c":[]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":64,"h":36},"c":[],"assets":["0x41135842"]},{"id":"FindItems_EntryField","b":{"w":216,"x":18,"y":61,"h":20},"c":[{"id":"FindItems_Entry","b":{"w":216,"x":1,"y":1,"h":18},"c":[]},{"id":"Box_01_Empty_InnerShadow","b":{"w":214,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":196,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":205,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":205,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":196,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":214,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":215,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":214,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":180,"x":36,"y":64,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":216,"y":64,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":216,"y":36,"h":28},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":180,"x":36,"y":36,"h":28},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":239,"x":7,"y":6,"h":87},"c":[],"assets":["0x411351FD"]},{"id":"Drag","b":{"w":227,"x":0,"y":0,"h":56},"c":[]}]},"ID_UISkin_GamePlay_AtunementBar":{"id":"GamePlay_AtunementBar","b":{"w":230,"x":869,"y":627,"h":82},"c":[{"id":"HiddenDragBox_DragBox","b":{"w":230,"x":0,"y":20,"h":62},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":228,"x":1,"y":1,"h":60},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":42},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":51,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":210,"x":9,"y":51,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":219,"y":51,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":219,"y":9,"h":42},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":219,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":210,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":62},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":228,"x":1,"y":61,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":229,"y":0,"h":62},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":228,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":230,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-12,"y":0,"h":20},"c":[]},{"id":"GamePlay_AtunementPipDisplay","b":{"w":222,"x":4,"y":17,"h":63},"c":[{"id":"damageSymbol","b":{"w":14,"x":18,"y":18,"h":18},"c":[],"assets":["0x410EAE27"]},{"id":"healSymbol","b":{"w":20,"x":195,"y":17,"h":15},"c":[],"assets":["0x410EAE28"]},{"id":"PipDisplay_Atunement_Frame","b":{"w":222,"x":0,"y":0,"h":55},"c":[],"assets":["0x410EAD4C","0x410EAD4B","0x410EAD4A","0x410EAD49","0x410EAD51","0x410EAD4D","0x410EAD4E","0x410EAD4F","0x410EAD50"]},{"id":"PipDisplay_Atunement_Pips","b":{"w":202,"x":13,"y":12,"h":29},"c":[],"assets":["0x410F1D4C","0x410F1D4D","0x410F1D4E","0x410F1D4F","0x410F1D50","0x410F1D51","0x410F1D52","0x410F1D53","0x410F1D54","0x410F1D55","0x410F1D56","0x410F1D57","0x410F1D58","0x410F1D59","0x410F1D5A","0x410F1D5B","0x410F1D5C","0x410F1D5D","0x410F1D5E"]},{"id":"PipDisplay_Atunement_Rune","b":{"w":29,"x":99,"y":12,"h":29},"c":[],"assets":["0x410EAE1E","0x410EAE0E","0x410EAE15","0x410EAE16","0x410EAE17","0x410EAE18","0x410EAE19","0x410EAE1A","0x410EAE1B","0x410EAE1C","0x410EAE1D","0x410EAE1F","0x410EAE20","0x410EAE0F","0x410EAE10","0x410EAE11","0x410EAE12","0x410EAE13","0x410EAE14"]}]}]},"ID_UISkin_GamePlay_ConjContributionBox":{"id":"GamePlay_ConjContributionBox","b":{"w":199,"x":734,"y":471,"h":216},"c":[{"id":"GamePlay_ConjunctionSkillField","b":{"w":204,"x":2,"y":12,"h":195},"c":[{"id":"ConjunctionSkillContainerField","b":{"w":204,"x":0,"y":0,"h":195},"c":[{"id":"ConjunctionSkillContainerField_BG","b":{"w":139,"x":33,"y":26,"h":139},"c":[],"assets":["0x41007EDD"]},{"id":"ConjunctionSkill_One","b":{"w":71,"x":6,"y":56,"h":69},"c":[{"id":"ConjunctionSkillDisplayTemplate","b":{"w":71,"x":0,"y":0,"h":69},"c":[{"id":"ConjunctionSkillIcon","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_Ghosted","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_Playing","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_OnDeck","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_Error","b":{"w":64,"x":5,"y":2,"h":64},"c":[]},{"id":"ConjunctionRangeOverlay","b":{"w":71,"x":0,"y":0,"h":69},"c":[]}]}]},{"id":"ConjunctionSkill_Two","b":{"w":71,"x":64,"y":7,"h":69},"c":[{"id":"ConjunctionSkillDisplayTemplate","b":{"w":71,"x":0,"y":0,"h":69},"c":[{"id":"ConjunctionSkillIcon","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_Ghosted","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_Playing","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_OnDeck","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_Error","b":{"w":64,"x":5,"y":2,"h":64},"c":[]},{"id":"ConjunctionRangeOverlay","b":{"w":71,"x":0,"y":0,"h":69},"c":[]}]}]},{"id":"ConjunctionSkill_Three","b":{"w":71,"x":122,"y":56,"h":69},"c":[{"id":"ConjunctionSkillDisplayTemplate","b":{"w":71,"x":0,"y":0,"h":69},"c":[{"id":"ConjunctionSkillIcon","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_Ghosted","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_Playing","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_OnDeck","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_Error","b":{"w":64,"x":5,"y":2,"h":64},"c":[]},{"id":"ConjunctionRangeOverlay","b":{"w":71,"x":0,"y":0,"h":69},"c":[]}]}]},{"id":"ConjunctionSkill_Four","b":{"w":71,"x":65,"y":112,"h":69},"c":[{"id":"ConjunctionSkillDisplayTemplate","b":{"w":71,"x":0,"y":0,"h":69},"c":[{"id":"ConjunctionSkillIcon","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_Ghosted","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_Playing","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_OnDeck","b":{"w":71,"x":0,"y":0,"h":69},"c":[]},{"id":"ConjunctionSkillOverlay_Error","b":{"w":64,"x":5,"y":2,"h":64},"c":[]},{"id":"ConjunctionRangeOverlay","b":{"w":71,"x":0,"y":0,"h":69},"c":[]}]}]}]},{"id":"ConjunctionAssistButton","b":{"w":64,"x":70,"y":65,"h":64},"c":[],"assets":["0x41007EDE","0x41007EE0","0x41007EDF"]}]},{"id":"HiddenDragBox_DragBox","b":{"w":199,"x":0,"y":20,"h":196},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":197,"x":1,"y":1,"h":194},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":176},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":185,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":179,"x":9,"y":185,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":188,"y":185,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":188,"y":9,"h":176},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":188,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":179,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":196},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":197,"x":1,"y":195,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":198,"y":0,"h":196},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":197,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":199,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-28,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_ConnectionStatus":{"id":"Gameplay_ConnectionStatus","b":{"w":103,"x":1062,"y":647,"h":58},"c":[{"id":"ConnectionStatus","b":{"w":32,"x":71,"y":19,"h":32},"c":[],"assets":["0x41007ECA","0x41007ECC","0x41007ECB"]},{"id":"HiddenDragBox_DragBox","b":{"w":103,"x":0,"y":20,"h":38},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":101,"x":1,"y":1,"h":36},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":18},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":27,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":83,"x":9,"y":27,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":92,"y":27,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":92,"y":9,"h":18},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":92,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":83,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":38},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":101,"x":1,"y":37,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":102,"y":0,"h":38},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":101,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":103,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-76,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_DressingRoom_Activatable":{"id":"GamePlay_DressingRoom_Activatable","b":{"w":392,"x":345,"y":340,"h":419},"c":[{"id":"DressingRoom_CloseButton","b":{"w":16,"x":369,"y":22,"h":16},"c":[]},{"id":"DressingRoom_ResetButton","b":{"w":102,"x":58,"y":390,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":66,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":63,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":81,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"DyeColorMenu_Chest","b":{"w":120,"x":236,"y":215,"h":26},"c":[{"id":"Dye_Color_Menu_SelectionBackground","b":{"w":119,"x":0,"y":0,"h":24},"c":[{"id":"BasePanel_TopMid","b":{"w":81,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":113,"x":3,"y":3,"h":18},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-14},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":5,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":81,"x":19,"y":21,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":100,"y":5,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":116,"y":19,"h":-14},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":100,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Dye_Color_Menu_SelectionDisplay","b":{"w":102,"x":0,"y":-1,"h":26},"c":[]},{"id":"Dye_Color_Menu_SelectionWidget","b":{"w":16,"x":102,"y":4,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"DressRoom_DragBar","b":{"w":339,"x":23,"y":6,"h":20},"c":[]},{"id":"DyeColorMenu_Head_Label","b":{"w":126,"x":235,"y":71,"h":20},"c":[]},{"id":"DyeColorMenu_Back_Label","b":{"w":124,"x":235,"y":112,"h":20},"c":[]},{"id":"DyeColorMenu_Shoulder_Label","b":{"w":124,"x":235,"y":154,"h":20},"c":[]},{"id":"DyeColorMenu_Head","b":{"w":120,"x":236,"y":89,"h":26},"c":[{"id":"Dye_Color_Menu_SelectionBackground","b":{"w":119,"x":0,"y":0,"h":24},"c":[{"id":"BasePanel_TopMid","b":{"w":81,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":113,"x":3,"y":3,"h":18},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-14},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":5,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":81,"x":19,"y":21,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":100,"y":5,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":116,"y":19,"h":-14},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":100,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Dye_Color_Menu_SelectionDisplay","b":{"w":102,"x":0,"y":-1,"h":26},"c":[]},{"id":"Dye_Color_Menu_SelectionWidget","b":{"w":16,"x":102,"y":4,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"DyeColorMenu_Cheset_Label","b":{"w":124,"x":235,"y":196,"h":20},"c":[]},{"id":"DyeColorMenu_Shoulder","b":{"w":120,"x":236,"y":173,"h":26},"c":[{"id":"Dye_Color_Menu_SelectionBackground","b":{"w":119,"x":0,"y":0,"h":24},"c":[{"id":"BasePanel_TopMid","b":{"w":81,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":113,"x":3,"y":3,"h":18},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-14},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":5,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":81,"x":19,"y":21,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":100,"y":5,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":116,"y":19,"h":-14},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":100,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Dye_Color_Menu_SelectionDisplay","b":{"w":102,"x":0,"y":-1,"h":26},"c":[]},{"id":"Dye_Color_Menu_SelectionWidget","b":{"w":16,"x":102,"y":4,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"DyeColorMenu_Gloves_Label","b":{"w":124,"x":235,"y":238,"h":20},"c":[]},{"id":"DyeColorMenu_Legs","b":{"w":120,"x":236,"y":300,"h":26},"c":[{"id":"Dye_Color_Menu_SelectionBackground","b":{"w":119,"x":0,"y":0,"h":24},"c":[{"id":"BasePanel_TopMid","b":{"w":81,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":113,"x":3,"y":3,"h":18},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-14},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":5,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":81,"x":19,"y":21,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":100,"y":5,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":116,"y":19,"h":-14},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":100,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Dye_Color_Menu_SelectionDisplay","b":{"w":102,"x":0,"y":-1,"h":26},"c":[]},{"id":"Dye_Color_Menu_SelectionWidget","b":{"w":16,"x":102,"y":4,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"DyeColorMenu_Legs_Label","b":{"w":124,"x":235,"y":281,"h":20},"c":[]},{"id":"DyeColorMenu_Boots_Label","b":{"w":124,"x":235,"y":324,"h":20},"c":[]},{"id":"DyeColorMenu_Gloves","b":{"w":120,"x":236,"y":257,"h":26},"c":[{"id":"Dye_Color_Menu_SelectionBackground","b":{"w":119,"x":0,"y":0,"h":24},"c":[{"id":"BasePanel_TopMid","b":{"w":81,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":113,"x":3,"y":3,"h":18},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-14},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":5,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":81,"x":19,"y":21,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":100,"y":5,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":116,"y":19,"h":-14},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":100,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Dye_Color_Menu_SelectionDisplay","b":{"w":102,"x":0,"y":-1,"h":26},"c":[]},{"id":"Dye_Color_Menu_SelectionWidget","b":{"w":16,"x":102,"y":4,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"DyeColorMenu_Boots","b":{"w":120,"x":236,"y":343,"h":26},"c":[{"id":"Dye_Color_Menu_SelectionBackground","b":{"w":119,"x":0,"y":0,"h":24},"c":[{"id":"BasePanel_TopMid","b":{"w":81,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":113,"x":3,"y":3,"h":18},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-14},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":5,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":81,"x":19,"y":21,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":100,"y":5,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":116,"y":19,"h":-14},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":100,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Dye_Color_Menu_SelectionDisplay","b":{"w":102,"x":0,"y":-1,"h":26},"c":[]},{"id":"Dye_Color_Menu_SelectionWidget","b":{"w":16,"x":102,"y":4,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"DyeColorMenu_BG","b":{"w":167,"x":213,"y":41,"h":344},"c":[],"assets":["0x410E831A"]},{"id":"DyeColorMenu_Header_Label","b":{"w":100,"x":252,"y":40,"h":20},"c":[]},{"id":"DressingRoom_Base_Box","b":{"w":389,"x":0,"y":17,"h":402},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":317,"x":36,"y":366,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":353,"y":366,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":353,"y":36,"h":330},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":317,"x":36,"y":36,"h":330},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":353,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":317,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":330},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":366,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"DressingRoom_Title","b":{"w":215,"x":87,"y":-9,"h":43},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":180,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":145,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"DressingRoom_Title_Label","b":{"w":184,"x":15,"y":15,"h":21},"c":[]}]},{"id":"DressingRoom_AvatarInfoElement","b":{"w":211,"x":3,"y":42,"h":349},"c":[{"id":"Button_ZoomFeet","b":{"w":44,"x":171,"y":237,"h":66},"c":[]},{"id":"DressingRoom_RotateLeft","b":{"w":20,"x":78,"y":326,"h":20},"c":[]},{"id":"Button_ZoomMiddle","b":{"w":48,"x":170,"y":119,"h":75},"c":[]},{"id":"DressingRoom_RotateRight","b":{"w":20,"x":112,"y":326,"h":20},"c":[]},{"id":"DressingRoom_Viewport_BG","b":{"w":232,"x":-6,"y":1,"h":335},"c":[],"assets":["0x410E6C62"]},{"id":"Button_ZoomHead","b":{"w":44,"x":168,"y":14,"h":62},"c":[]},{"id":"DressingRoom_Viewport","b":{"w":201,"x":11,"y":9,"h":305},"c":[]}]},{"id":"DyeColorMenu_Back","b":{"w":120,"x":236,"y":131,"h":26},"c":[{"id":"Dye_Color_Menu_SelectionBackground","b":{"w":119,"x":0,"y":0,"h":24},"c":[{"id":"BasePanel_TopMid","b":{"w":81,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":113,"x":3,"y":3,"h":18},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-14},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":5,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":81,"x":19,"y":21,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":100,"y":5,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":116,"y":19,"h":-14},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":100,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Dye_Color_Menu_SelectionDisplay","b":{"w":102,"x":0,"y":-1,"h":26},"c":[]},{"id":"Dye_Color_Menu_SelectionWidget","b":{"w":16,"x":102,"y":4,"h":16},"c":[],"assets":["0x41007E1A","0x41007E1B","0x41007E18","0x41007E19"]}]}]},"ID_UISkin_GamePlay_DuelingClock_Activatable":{"id":"GamePlay_DuelingClock_Activatable","b":{"w":174,"x":1434,"y":533,"h":91},"c":[{"id":"GamePlay_DuelingClock","b":{"w":165,"x":7,"y":20,"h":65},"c":[{"id":"DuelingClock_Time","b":{"w":153,"x":7,"y":24,"h":35},"c":[]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":129,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"DuelingClock_Title_Label","b":{"w":182,"x":-9,"y":3,"h":22},"c":[]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":93,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":-7},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":29,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":93,"x":36,"y":29,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":129,"y":29,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":129,"y":36,"h":-7},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":93,"x":36,"y":36,"h":-7},"c":[],"assets":["0x4100013B"]}]},{"id":"HiddenDragBox_DragBox","b":{"w":174,"x":0,"y":20,"h":71},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":172,"x":1,"y":1,"h":69},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":51},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":60,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":154,"x":9,"y":60,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":163,"y":60,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":163,"y":9,"h":51},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":163,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":154,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":71},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":172,"x":1,"y":70,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":173,"y":0,"h":71},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":172,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":174,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-40,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_EndTravel_Activatable":{"id":"GamePlay_EndTravel_Activatable","b":{"w":174,"x":1437,"y":557,"h":91},"c":[{"id":"GamePlay_EndTravel","b":{"w":165,"x":7,"y":20,"h":65},"c":[{"id":"EndTravel_Box","b":{"w":165,"x":0,"y":0,"h":65},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":129,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":93,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":-7},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":29,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":93,"x":36,"y":29,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":129,"y":29,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":129,"y":36,"h":-7},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":93,"x":36,"y":36,"h":-7},"c":[],"assets":["0x4100013B"]}]},{"id":"EndTravel_Text","b":{"w":152,"x":9,"y":1,"h":36},"c":[]},{"id":"EndTravel_Button","b":{"w":93,"x":38,"y":37,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"HiddenDragBox_DragBox","b":{"w":174,"x":0,"y":20,"h":71},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":172,"x":1,"y":1,"h":69},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":51},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":60,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":154,"x":9,"y":60,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":163,"y":60,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":163,"y":9,"h":51},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":163,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":154,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":71},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":172,"x":1,"y":70,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":173,"y":0,"h":71},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":172,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":174,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-40,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_EscortManagerBox":{"id":"GamePlay_EscortManagerBox_1","b":{"w":208,"x":280,"y":96,"h":95},"c":[{"id":"HiddenDragBox_DragBox","b":{"w":208,"x":0,"y":20,"h":75},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":206,"x":1,"y":1,"h":73},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":55},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":64,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":188,"x":9,"y":64,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":197,"y":64,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":197,"y":9,"h":55},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":197,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":188,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":75},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":206,"x":1,"y":74,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":207,"y":0,"h":75},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":206,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":208,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-23,"y":0,"h":20},"c":[]},{"id":"EscortManager_1","b":{"w":207,"x":0,"y":20,"h":70},"c":[{"id":"EscortVitalDisplayField","b":{"w":207,"x":0,"y":0,"h":73},"c":[{"id":"EscortVitalField","b":{"w":99,"x":48,"y":17,"h":23},"c":[{"id":"EscortVitalHealthField","b":{"w":94,"x":1,"y":5,"h":6},"c":[{"id":"VitalHealthBackground","b":{"w":94,"x":0,"y":0,"h":6},"c":[],"assets":["0x4100013F"]},{"id":"VitalHealthParentField","b":{"w":94,"x":0,"y":0,"h":6},"c":[{"id":"VitalCurrentDreadField","b":{"w":94,"x":0,"y":0,"h":6},"c":[{"id":"VitalCurrentDreadMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[]}]},{"id":"VitalCurrentHealthText","b":{"w":94,"x":0,"y":-2,"h":10},"c":[]}]}]},{"id":"EscortVitalPowerField","b":{"w":94,"x":1,"y":12,"h":6},"c":[{"id":"RageMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[{"id":"CurrentRageMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[]},{"id":"RageText","b":{"w":94,"x":0,"y":-2,"h":10},"c":[]}]},{"id":"VitalPowerBackground","b":{"w":94,"x":0,"y":0,"h":6},"c":[],"assets":["0x4100013F"]},{"id":"VitalPowerField","b":{"w":94,"x":0,"y":0,"h":6},"c":[{"id":"VitalTemporaryPowerMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[]},{"id":"VitalCurrentPowerMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[]},{"id":"CurrentPowerText","b":{"w":94,"x":0,"y":-2,"h":10},"c":[]}]}]}]},{"id":"EscortVitals_Background","b":{"w":159,"x":0,"y":0,"h":56},"c":[],"assets":["0x4111235E","0x4111235F"]},{"id":"EscortAssist","b":{"w":16,"x":141,"y":21,"h":16},"c":[],"assets":["0x41007DD2","0x41007DD3","0x41007DD4"]},{"id":"EscortNameText","b":{"w":152,"x":52,"y":1,"h":16},"c":[]},{"id":"EscortEffectDisplay","b":{"w":150,"x":52,"y":40,"h":25},"c":[]}]}]}]},"ID_UISkin_GamePlay_ExaminationTooltip_Activatable":{"id":"GamePlay_ExaminationTooltip_Activatable","b":{"w":192,"x":660,"y":8,"h":128},"c":[{"id":"HiddenDragBox_DragBox","b":{"w":192,"x":0,"y":20,"h":108},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":190,"x":1,"y":1,"h":106},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":88},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":97,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":172,"x":9,"y":97,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":181,"y":97,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":181,"y":9,"h":88},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":181,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":172,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":108},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":190,"x":1,"y":107,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":191,"y":0,"h":108},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":190,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":192,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-31,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_FellowSelectBox":{"id":"GamePlay_FellowSelectBox","b":{"w":216,"x":465,"y":319,"h":150},"c":[{"id":"HiddenDragBox_DragBox","b":{"w":216,"x":0,"y":20,"h":130},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":214,"x":1,"y":1,"h":128},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":110},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":119,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":196,"x":9,"y":119,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":205,"y":119,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":205,"y":9,"h":110},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":205,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":196,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":130},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":214,"x":1,"y":129,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":215,"y":0,"h":130},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":214,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"FellowSelectElement","b":{"w":212,"x":2,"y":18,"h":130},"c":[{"id":"FellowSelectTimer","b":{"w":189,"x":12,"y":80,"h":19},"c":[]},{"id":"FellowSelectTimerLabel","b":{"w":194,"x":10,"y":63,"h":20},"c":[]},{"id":"FellowSelectLevelRequirement","b":{"w":180,"x":17,"y":64,"h":34},"c":[]},{"id":"FellowSelectBackground","b":{"w":208,"x":2,"y":2,"h":126},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":172,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":136,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":54},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":90,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":136,"x":36,"y":90,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":172,"y":90,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":172,"y":36,"h":54},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":136,"x":36,"y":36,"h":54},"c":[],"assets":["0x4100013B"]}]},{"id":"FellowSelectInstructions","b":{"w":195,"x":10,"y":7,"h":34},"c":[]},{"id":"FellowSelectMenu","b":{"w":183,"x":15,"y":41,"h":25},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":183,"x":0,"y":0,"h":23},"c":[{"id":"BasePanel_TopMid","b":{"w":145,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":177,"x":3,"y":3,"h":17},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-15},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":4,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":145,"x":19,"y":20,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":164,"y":4,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":180,"y":19,"h":-15},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":164,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":165,"x":5,"y":-1,"h":25},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":167,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"FellowSelectButton","b":{"w":96,"x":18,"y":99,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":60,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":57,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":75,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"FellowCancelButton","b":{"w":72,"x":123,"y":99,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":36,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":33,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":51,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"HiddenDragBox_DragBar","b":{"w":216,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-19,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_GambitBar":{"id":"GamePlay_GambitBar","b":{"w":281,"x":820,"y":583,"h":118},"c":[{"id":"GambitBar","b":{"w":281,"x":0,"y":20,"h":98},"c":[{"id":"GambitWindow_Cashout_Name_Background","b":{"w":210,"x":26,"y":12,"h":48},"c":[{"id":"box_gambit_title_right","b":{"w":12,"x":198,"y":0,"h":20},"c":[]},{"id":"box_gambit_title_left","b":{"w":11,"x":0,"y":0,"h":20},"c":[]},{"id":"box_gambit_title_center","b":{"w":187,"x":11,"y":0,"h":20},"c":[]}]},{"id":"GambitWindow_GambitCashout","b":{"w":38,"x":229,"y":32,"h":38},"c":[{"id":"FinishingSkillPlayingOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"FinishingSkillOnDeckOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"FinishingSkillErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"FinishingSkillResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"FinishingSkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"Overlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"FinishingSkillGhostedOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"FinishingSkillComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"FinishingSkillAvailableOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"FinishingSkillRangeOverlay","b":{"w":12,"x":23,"y":4,"h":12},"c":[]}]},{"id":"GambitWindow_GambitSlotList","b":{"w":195,"x":23,"y":37,"h":30},"c":[]},{"id":"GambitWindow_Cashout_Background","b":{"w":100,"x":183,"y":0,"h":98},"c":[]},{"id":"GambitWindow_Background","b":{"w":230,"x":0,"y":30,"h":43},"c":[]},{"id":"GambitWindow_GambitCashout_Name","b":{"w":208,"x":27,"y":13,"h":18},"c":[]}]},{"id":"HiddenDragBox_DragBox","b":{"w":281,"x":0,"y":20,"h":98},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":279,"x":1,"y":1,"h":96},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":78},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":87,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":261,"x":9,"y":87,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":270,"y":87,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":270,"y":9,"h":78},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":270,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":261,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":98},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":279,"x":1,"y":97,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":280,"y":0,"h":98},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":279,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":281,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":13,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_InspectDisplay_Activatable":{"id":"GamePlay_InspectDisplay_Activatable","b":{"w":456,"x":302,"y":106,"h":515},"c":[{"id":"InspectDisplay_PendingField","b":{"w":347,"x":38,"y":173,"h":41},"c":[{"id":"InspectDisplay_PendingText","b":{"w":347,"x":0,"y":0,"h":41},"c":[]}]},{"id":"InspectDisplay_CloseButton","b":{"w":16,"x":433,"y":27,"h":16},"c":[]},{"id":"InspectDisplay_NameField","b":{"w":156,"x":16,"y":62,"h":26},"c":[]},{"id":"InspectDisplay_LevelField","b":{"w":71,"x":181,"y":62,"h":26},"c":[]},{"id":"InspectDisplay_ClassField","b":{"w":97,"x":347,"y":62,"h":26},"c":[]},{"id":"InspectDisplay_RaceField","b":{"w":88,"x":257,"y":62,"h":26},"c":[]},{"id":"InspectDisplay_DragBar","b":{"w":280,"x":90,"y":9,"h":20},"c":[]},{"id":"InspectDisplay_Panel","b":{"w":438,"x":10,"y":34,"h":471},"c":[{"id":"Journal_Panel_BaseBox_Tier1","b":{"w":436,"x":0,"y":27,"h":439},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":434,"x":1,"y":1,"h":437},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":419},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":428,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":416,"x":9,"y":428,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":425,"y":428,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":425,"y":9,"h":419},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":425,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":416,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":439},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":434,"x":1,"y":438,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":435,"y":0,"h":439},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":434,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"InspectInventory_Tab","b":{"w":128,"x":-2,"y":1,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":127,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":100,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":110,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"InspectInventory_Page","b":{"w":438,"x":2,"y":31,"h":448},"c":[{"id":"InspectDisplay_BG_Right","b":{"w":152,"x":281,"y":140,"h":200},"c":[],"assets":["0x410DCFA2"]},{"id":"InspectDisplay_BG_Left","b":{"w":140,"x":-6,"y":140,"h":200},"c":[],"assets":["0x410DCFA1"]},{"id":"InspectDisplay_Border_BG","b":{"w":232,"x":96,"y":27,"h":335},"c":[],"assets":["0x410E6C62"]},{"id":"InspectDisplay_OutfitSystem_Controls_Field","b":{"w":412,"x":15,"y":0,"h":435},"c":[{"id":"InspectDisplay_Inventory_Outfit3_Text","b":{"w":118,"x":17,"y":103,"h":17},"c":[]},{"id":"InspectDisplay_Inventory_Outfit4","b":{"w":10,"x":1,"y":128,"h":10},"c":[]},{"id":"InspectDisplay_Inventory_Outfit4_Text","b":{"w":118,"x":17,"y":125,"h":17},"c":[]},{"id":"InspectDisplay_Inventory_Outfit5","b":{"w":10,"x":290,"y":64,"h":10},"c":[]},{"id":"InspectDisplay_Inventory_Normal_Text","b":{"w":118,"x":17,"y":40,"h":17},"c":[]},{"id":"InspectDisplay_Inventory_Outfit5_Text","b":{"w":118,"x":306,"y":61,"h":17},"c":[]},{"id":"InspectDisplay_Inventory_Outfit1_Text","b":{"w":118,"x":17,"y":61,"h":17},"c":[]},{"id":"InspectDisplay_Inventory_Outfit2_Text","b":{"w":118,"x":17,"y":82,"h":17},"c":[]},{"id":"InspectDisplay_Inventory_Normal","b":{"w":10,"x":1,"y":43,"h":10},"c":[]},{"id":"InspectDisplay_Inventory_Outfit1","b":{"w":10,"x":1,"y":64,"h":10},"c":[]},{"id":"InspectDisplay_Inventory_Outfit2","b":{"w":10,"x":1,"y":85,"h":10},"c":[]},{"id":"InspectDisplay_Inventory_Outfit6","b":{"w":10,"x":290,"y":85,"h":10},"c":[]},{"id":"InspectDisplay_Inventory_Outfit6_Text","b":{"w":118,"x":306,"y":82,"h":17},"c":[]},{"id":"InspectDisplay_Inventory_Outfit8","b":{"w":10,"x":290,"y":128,"h":10},"c":[]},{"id":"InspectDisplay_Inventory_Outfit7","b":{"w":10,"x":290,"y":106,"h":10},"c":[]},{"id":"InspectDisplay_Inventory_Outfit8_Text","b":{"w":118,"x":306,"y":125,"h":17},"c":[]},{"id":"InspectDisplay_Inventory_Outfit7_Text","b":{"w":118,"x":306,"y":103,"h":17},"c":[]},{"id":"InspectDisplay_Inventory_Outfit3","b":{"w":10,"x":1,"y":106,"h":10},"c":[]}]},{"id":"InspectDisplay_AvatarInfoElement","b":{"w":403,"x":11,"y":0,"h":443},"c":[{"id":"InspectDisplay_Viewport","b":{"w":201,"x":99,"y":26,"h":335},"c":[]},{"id":"InspectDisplay_RotateLeft","b":{"w":20,"x":172,"y":356,"h":20},"c":[]},{"id":"InspectDisplay_RotateRight","b":{"w":20,"x":203,"y":356,"h":20},"c":[]},{"id":"InspectDisplay_SlotField","b":{"w":403,"x":4,"y":62,"h":443},"c":[{"id":"BackSlotParent","b":{"w":44,"x":353,"y":133,"h":44},"c":[{"id":"BackSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EE9"]},{"id":"BootsSlotParent","b":{"w":44,"x":353,"y":223,"h":44},"c":[{"id":"BootsSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF5"]},{"id":"Weapon1SlotParent","b":{"w":44,"x":105,"y":318,"h":44},"c":[{"id":"Weapon1Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EEA"]},{"id":"Earring1SlotParent","b":{"w":44,"x":-2,"y":88,"h":44},"c":[{"id":"Earring1Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF6"]},{"id":"Weapon2SlotParent","b":{"w":44,"x":149,"y":318,"h":44},"c":[{"id":"Weapon2Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EEB"]},{"id":"Earring2SlotParent","b":{"w":44,"x":58,"y":88,"h":44},"c":[{"id":"Earring2Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF7"]},{"id":"WeaponRangedSlotParent","b":{"w":44,"x":193,"y":318,"h":44},"c":[{"id":"WeaponRangedSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EEC"]},{"id":"Bracelet1SlotParent","b":{"w":44,"x":-2,"y":178,"h":44},"c":[{"id":"Bracelet1Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF8"]},{"id":"HeadSlotParent","b":{"w":44,"x":292,"y":88,"h":44},"c":[{"id":"HeadSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EED"]},{"id":"Bracelet2SlotParent","b":{"w":44,"x":58,"y":178,"h":44},"c":[{"id":"Bracelet2Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF9"]},{"id":"ShoulderSlotParent","b":{"w":44,"x":353,"y":88,"h":44},"c":[{"id":"ShoulderSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EEE"]},{"id":"Pocket1SlotParent","b":{"w":44,"x":58,"y":133,"h":44},"c":[{"id":"Pocket1Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EFA"]},{"id":"NecklaceSlotParent","b":{"w":44,"x":-2,"y":133,"h":44},"c":[{"id":"NecklaceSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EEF"]},{"id":"CraftToolSlotParent","b":{"w":44,"x":236,"y":318,"h":44},"c":[{"id":"CraftToolSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EFB"]},{"id":"ChestSlotParent","b":{"w":44,"x":292,"y":133,"h":44},"c":[{"id":"ChestSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF0"]},{"id":"LegsSlotParent","b":{"w":44,"x":292,"y":223,"h":44},"c":[{"id":"LegsSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF1"]},{"id":"GlovesSlotParent","b":{"w":44,"x":292,"y":178,"h":44},"c":[{"id":"GlovesSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF2"]},{"id":"Ring1SlotParent","b":{"w":44,"x":-2,"y":223,"h":44},"c":[{"id":"Ring1Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF3"]},{"id":"ClassSlotParent","b":{"w":44,"x":279,"y":318,"h":44},"c":[{"id":"ClassSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x410E8680"]},{"id":"Ring2SlotParent","b":{"w":44,"x":58,"y":223,"h":44},"c":[{"id":"Ring2Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF4"]}]}]}]},{"id":"InspectBio_Tab","b":{"w":90,"x":125,"y":2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":89,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":62,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":72,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"InspectBio_Page","b":{"w":438,"x":2,"y":55,"h":448},"c":[{"id":"PlayerInfoDisplay_KinshipTitle","b":{"w":245,"x":148,"y":255,"h":20},"c":[]},{"id":"Player_Pedigree_BG","b":{"w":473,"x":-35,"y":5,"h":247},"c":[],"assets":["0x41005FA2"]},{"id":"PlayerInfoDisplay_KinshipRankLabel","b":{"w":128,"x":5,"y":280,"h":20},"c":[]},{"id":"PlayerInfoDisplay_Father_Label","b":{"w":403,"x":0,"y":13,"h":20},"c":[]},{"id":"PlayerInfoDisplay_KinshipRank","b":{"w":245,"x":148,"y":280,"h":20},"c":[]},{"id":"PlayerInfoDisplay_Target_Label","b":{"w":403,"x":0,"y":63,"h":20},"c":[]},{"id":"PlayerInfoDisplay_PlayerBioLabel","b":{"w":128,"x":5,"y":304,"h":20},"c":[]},{"id":"PlayerInfoDisplay_PlayerBio","b":{"w":393,"x":5,"y":326,"h":81},"c":[]},{"id":"PlayerInfoDisplay_Child1_Label","b":{"w":403,"x":0,"y":113,"h":20},"c":[]},{"id":"PlayerBioScrollbar","b":{"w":10,"x":389,"y":318,"h":81},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":71,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":0,"h":81},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":61},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":71,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":61},"c":[]}]},{"id":"PlayerInfoDisplay_Parent","b":{"w":403,"x":0,"y":33,"h":22},"c":[]},{"id":"PlayerInfoDisplay_Child4_Label","b":{"w":403,"x":0,"y":163,"h":20},"c":[]},{"id":"PlayerInfoDisplay_Child1","b":{"w":403,"x":0,"y":133,"h":22},"c":[]},{"id":"PlayerInfoDisplay_Child2","b":{"w":403,"x":0,"y":183,"h":22},"c":[]},{"id":"PlayerInfoDisplay_Target_Value","b":{"w":403,"x":0,"y":83,"h":22},"c":[]},{"id":"PlayerInfoDisplay_KinshipTitleLabel","b":{"w":128,"x":5,"y":255,"h":20},"c":[]}]},{"id":"InspectIA_Tab","b":{"w":133,"x":214,"y":2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":132,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":105,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":115,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"InspectIA_Page","b":{"w":430,"x":5,"y":63,"h":403},"c":[{"id":"InspectDisplay_IA_ItemListScrollbar","b":{"w":11,"x":373,"y":56,"h":340},"c":[{"id":"scroll_bottom_field","b":{"w":11,"x":0,"y":330,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":1,"y":330,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":11,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":320},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":300},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":310,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":11,"x":0,"y":10,"h":320},"c":[]}]},{"id":"InspectDisplay_IA_ItemList","b":{"w":330,"x":37,"y":56,"h":338},"c":[]},{"id":"InspectDisplay_IA_Waiting","b":{"w":430,"x":0,"y":0,"h":403},"c":[{"id":"InspectDisplay_IA_WaitingText","b":{"w":282,"x":74,"y":162,"h":78},"c":[]}]},{"id":"InspectDisplay_IA_Background","b":{"w":421,"x":3,"y":5,"h":393},"c":[],"assets":["0x410F6FAC"]},{"id":"InspectDisplay_IA_Title","b":{"w":316,"x":54,"y":8,"h":35},"c":[]}]}]},{"id":"InspectPlayerInfo_Header","b":{"w":434,"x":11,"y":62,"h":26},"c":[{"id":"InspectPlayerInfo_Header_Bg","b":{"w":469,"x":0,"y":0,"h":26},"c":[],"assets":["0x410DCF9F"]},{"id":"InspectPlayerInfo_Header_seperation1","b":{"w":2,"x":332,"y":0,"h":26},"c":[],"assets":["0x410DCFA0"]},{"id":"InspectPlayerInfo_Header_seperation2","b":{"w":2,"x":242,"y":0,"h":26},"c":[],"assets":["0x410DCFA0"]},{"id":"InspectPlayerInfo_Header_seperation3","b":{"w":2,"x":165,"y":0,"h":26},"c":[],"assets":["0x410DCFA0"]}]},{"id":"InspectDisplay_Base_Box","b":{"w":454,"x":0,"y":21,"h":491},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":382,"x":36,"y":455,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":418,"y":455,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":418,"y":36,"h":419},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":382,"x":36,"y":36,"h":419},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":418,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":382,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":419},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":455,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"InspectDisplay_Title","b":{"w":250,"x":103,"y":-6,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"InspectDisplay_Title_Label","b":{"w":214,"x":18,"y":15,"h":20},"c":[]}]}]},"ID_UISkin_GamePlay_ItemRollBox":{"id":"GamePlay_ItemRollBox","b":{"w":424,"x":351,"y":54,"h":500},"c":[{"id":"GamePlay_ItemRollField","b":{"w":424,"x":0,"y":0,"h":500},"c":[]},{"id":"HiddenDragBox_DragBox","b":{"w":424,"x":0,"y":20,"h":480},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":422,"x":1,"y":1,"h":478},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":460},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":469,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":404,"x":9,"y":469,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":413,"y":469,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":413,"y":9,"h":460},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":413,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":404,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":480},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":422,"x":1,"y":479,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":423,"y":0,"h":480},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":422,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":424,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":85,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_MountDisplayBox":{"id":"GamePlay_MountDisplayBox","b":{"w":208,"x":472,"y":487,"h":104},"c":[{"id":"MountDisplayField","b":{"w":207,"x":0,"y":20,"h":94},"c":[{"id":"MountDurabilityDisplayField","b":{"w":101,"x":68,"y":40,"h":9},"c":[{"id":"MountDurabilityDisplayText","b":{"w":99,"x":0,"y":-6,"h":20},"c":[]}]},{"id":"MountDurability_Background","b":{"w":155,"x":15,"y":17,"h":56},"c":[],"assets":["0x410FF4EC"]},{"id":"MountDisplayField_DismountButton","b":{"w":115,"x":58,"y":57,"h":29},"c":[{"id":"Button_MountTheme_left","b":{"w":24,"x":0,"y":0,"h":29},"c":[],"assets":["0x4110A141","0x4110A138","0x4110A139","0x4110A13A"]},{"id":"Button_MountTheme_middle","b":{"w":67,"x":24,"y":0,"h":29},"c":[],"assets":["0x4110A143","0x4110A13B","0x4110A13C","0x4110A13D"]},{"id":"Button_MountTheme_right","b":{"w":24,"x":91,"y":0,"h":29},"c":[],"assets":["0x4110A142","0x4110A13E","0x4110A13F","0x4110A140"]},{"id":"MountDisplayField_Button_Label","b":{"w":79,"x":18,"y":3,"h":20},"c":[]}]},{"id":"MountNameText","b":{"w":146,"x":84,"y":21,"h":16},"c":[]},{"id":"MountVitalField","b":{"w":101,"x":69,"y":37,"h":14},"c":[{"id":"VitalHealthBackground","b":{"w":101,"x":0,"y":0,"h":14},"c":[],"assets":["0x4100013F"]},{"id":"VitalHealthParentField","b":{"w":101,"x":0,"y":0,"h":14},"c":[{"id":"VitalCurrentDreadField","b":{"w":101,"x":0,"y":0,"h":6},"c":[{"id":"VitalCurrentDreadMeter","b":{"w":101,"x":0,"y":0,"h":6},"c":[]}]},{"id":"VitalCurrentHealthText","b":{"w":101,"x":0,"y":-2,"h":18},"c":[]}]}]}]},{"id":"HiddenDragBox_DragBox","b":{"w":208,"x":0,"y":20,"h":84},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":206,"x":1,"y":1,"h":82},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":64},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":73,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":188,"x":9,"y":73,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":197,"y":73,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":197,"y":9,"h":64},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":197,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":188,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":84},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":206,"x":1,"y":83,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":207,"y":0,"h":84},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":206,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":208,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-23,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_MountedPetManagerBox":{"id":"GamePlay_MountedPetManagerBox","b":{"w":208,"x":229,"y":96,"h":97},"c":[{"id":"HiddenDragBox_DragBox","b":{"w":208,"x":0,"y":20,"h":77},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":206,"x":1,"y":1,"h":75},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":57},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":66,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":188,"x":9,"y":66,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":197,"y":66,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":197,"y":9,"h":57},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":197,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":188,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":77},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":206,"x":1,"y":76,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":207,"y":0,"h":77},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":206,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"MountedPetManager_HW","b":{"w":207,"x":0,"y":20,"h":77},"c":[{"id":"MountedPetManagerField","b":{"w":207,"x":0,"y":0,"h":77},"c":[{"id":"PetVitalDisplayField","b":{"w":207,"x":0,"y":0,"h":73},"c":[{"id":"PetVitalField","b":{"w":99,"x":41,"y":17,"h":23},"c":[{"id":"PetVitalHealthField","b":{"w":94,"x":1,"y":5,"h":6},"c":[{"id":"VitalHealthBackground","b":{"w":94,"x":0,"y":0,"h":6},"c":[],"assets":["0x4100013F"]},{"id":"VitalHealthParentField","b":{"w":94,"x":0,"y":0,"h":6},"c":[{"id":"VitalCurrentDreadField","b":{"w":94,"x":0,"y":0,"h":6},"c":[{"id":"VitalCurrentDreadMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[]}]},{"id":"VitalCurrentHealthText","b":{"w":94,"x":0,"y":-2,"h":10},"c":[]}]}]},{"id":"PetVitalPowerField","b":{"w":94,"x":1,"y":12,"h":6},"c":[{"id":"RageMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[{"id":"CurrentRageMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[]},{"id":"RageText","b":{"w":94,"x":0,"y":-2,"h":10},"c":[]}]},{"id":"VitalPowerBackground","b":{"w":94,"x":0,"y":0,"h":6},"c":[],"assets":["0x4100013F"]},{"id":"VitalPowerField","b":{"w":94,"x":0,"y":0,"h":6},"c":[{"id":"VitalTemporaryPowerMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[]},{"id":"VitalCurrentPowerMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[]},{"id":"CurrentPowerText","b":{"w":94,"x":0,"y":-2,"h":10},"c":[]}]}]}]},{"id":"PetVitals_Background","b":{"w":141,"x":1,"y":7,"h":44},"c":[],"assets":["0x41007EDB"]},{"id":"PetNameText","b":{"w":154,"x":40,"y":1,"h":16},"c":[]},{"id":"PetEffectDisplay","b":{"w":150,"x":42,"y":40,"h":37},"c":[]}]}]}]},{"id":"HiddenDragBox_DragBar","b":{"w":208,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-23,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_PetManagerBox":{"id":"GamePlay_PetManagerBox","b":{"w":208,"x":220,"y":91,"h":97},"c":[{"id":"HiddenDragBox_DragBox","b":{"w":208,"x":0,"y":20,"h":77},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":206,"x":1,"y":1,"h":75},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":57},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":66,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":188,"x":9,"y":66,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":197,"y":66,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":197,"y":9,"h":57},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":197,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":188,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":77},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":206,"x":1,"y":76,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":207,"y":0,"h":77},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":206,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":208,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"PetManagerField_HW","b":{"w":207,"x":0,"y":20,"h":77},"c":[{"id":"PetManagerField","b":{"w":207,"x":0,"y":0,"h":77},"c":[{"id":"PetVitalDisplayField","b":{"w":207,"x":0,"y":0,"h":73},"c":[{"id":"PetVitalField","b":{"w":99,"x":41,"y":17,"h":23},"c":[{"id":"PetVitalHealthField","b":{"w":94,"x":1,"y":5,"h":6},"c":[{"id":"VitalHealthBackground","b":{"w":94,"x":0,"y":0,"h":6},"c":[],"assets":["0x4100013F"]},{"id":"VitalHealthParentField","b":{"w":94,"x":0,"y":0,"h":6},"c":[{"id":"VitalCurrentDreadField","b":{"w":94,"x":0,"y":0,"h":6},"c":[{"id":"VitalCurrentDreadMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[]}]},{"id":"VitalCurrentHealthText","b":{"w":94,"x":0,"y":-2,"h":10},"c":[]}]}]},{"id":"PetVitalPowerField","b":{"w":94,"x":1,"y":12,"h":6},"c":[{"id":"RageMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[{"id":"CurrentRageMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[]},{"id":"RageText","b":{"w":94,"x":0,"y":-2,"h":10},"c":[]}]},{"id":"VitalPowerBackground","b":{"w":94,"x":0,"y":0,"h":6},"c":[],"assets":["0x4100013F"]},{"id":"VitalPowerField","b":{"w":94,"x":0,"y":0,"h":6},"c":[{"id":"VitalTemporaryPowerMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[]},{"id":"VitalCurrentPowerMeter","b":{"w":94,"x":0,"y":0,"h":6},"c":[]},{"id":"CurrentPowerText","b":{"w":94,"x":0,"y":-2,"h":10},"c":[]}]}]}]},{"id":"PetVitals_Background","b":{"w":141,"x":1,"y":7,"h":44},"c":[],"assets":["0x41007EDB"]},{"id":"PetNameText","b":{"w":154,"x":40,"y":1,"h":16},"c":[]},{"id":"PetEffectDisplay","b":{"w":150,"x":42,"y":40,"h":37},"c":[]}]}]}]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-23,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_PetShortcutBar":{"id":"GamePlay_PetShortcutBar","b":{"w":388,"x":0,"y":800,"h":55},"c":[{"id":"HiddenDragBox_DragBox","b":{"w":388,"x":0,"y":20,"h":35},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":386,"x":1,"y":1,"h":33},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":15},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":24,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":368,"x":9,"y":24,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":377,"y":24,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":377,"y":9,"h":15},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":377,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":368,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":35},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":386,"x":1,"y":34,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":387,"y":0,"h":35},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":386,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":388,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"PetShortcutBar","b":{"w":388,"x":0,"y":20,"h":35},"c":[{"id":"Quickslots_Pet_BG","b":{"w":388,"x":1,"y":0,"h":35},"c":[],"assets":["0x41007F49"]},{"id":"QuickslotListBox","b":{"w":385,"x":1,"y":0,"h":35},"c":[{"id":"QuickslotButtonTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotPetOneShotTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"PetCommandTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"PetCommandIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"PetCommandGhostedOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"PetCommandRadioOnOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"PetCommandAntsOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]}]},{"id":"QuickslotOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotLabelText","b":{"w":32,"x":3,"y":23,"h":12},"c":[]}]}]}]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":67,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_ProgressBar_Dragbox":{"id":"GamePlay_ProgressBar_Dragbox","b":{"w":320,"x":677,"y":769,"h":66},"c":[{"id":"StateStopper","b":{"w":254,"x":33,"y":28,"h":26},"c":[{"id":"GamePlay_ProgressBar","b":{"w":254,"x":0,"y":0,"h":26},"c":[{"id":"ProgressUIElementTest_Label","b":{"w":237,"x":11,"y":4,"h":16},"c":[]},{"id":"Progress_BaseBox","b":{"w":255,"x":0,"y":0,"h":26},"c":[{"id":"ProgressUIElement_Overlay_Background_left","b":{"w":24,"x":0,"y":0,"h":25},"c":[],"assets":["0x410DD127"]},{"id":"ProgressUIElement_Overlay_Background_center","b":{"w":204,"x":24,"y":0,"h":25},"c":[],"assets":["0x410DD128"]},{"id":"ProgressUIElement_Overlay_Background_right","b":{"w":27,"x":228,"y":0,"h":25},"c":[],"assets":["0x410DD129"]}]},{"id":"ProgressUIElement_Meter","b":{"w":233,"x":12,"y":6,"h":13},"c":[]},{"id":"BaseBox_Empty","b":{"w":255,"x":0,"y":0,"h":26},"c":[{"id":"ProgressUIElement_Overlay_Left","b":{"w":24,"x":0,"y":0,"h":25},"c":[],"assets":["0x411699A8"]},{"id":"ProgressUIElement_Overlay_Center","b":{"w":209,"x":24,"y":0,"h":25},"c":[],"assets":["0x411699A9"]},{"id":"ProgressUIElement_Overlay_Right","b":{"w":21,"x":233,"y":0,"h":25},"c":[],"assets":["0x411699A8"]}]}]},{"id":"GamePlay_ProgressBar_Music","b":{"w":289,"x":-14,"y":-16,"h":43},"c":[{"id":"Progress_BaseBox","b":{"w":290,"x":0,"y":0,"h":43},"c":[{"id":"ProgressUIElement_Overlay_Background_left_music","b":{"w":51,"x":0,"y":0,"h":43},"c":[]},{"id":"ProgressUIElement_Overlay_Background_center_music","b":{"w":232,"x":24,"y":0,"h":43},"c":[]},{"id":"ProgressUIElement_Overlay_Background_right_music","b":{"w":51,"x":235,"y":0,"h":43},"c":[]}]},{"id":"ProgressUIElement_Meter","b":{"w":233,"x":27,"y":21,"h":13},"c":[]},{"id":"ProgressUIElement_Label","b":{"w":237,"x":24,"y":21,"h":16},"c":[]},{"id":"BaseBox_Empty_music","b":{"w":290,"x":0,"y":0,"h":43},"c":[{"id":"ProgressUIElement_Overlay_Left_music","b":{"w":51,"x":0,"y":0,"h":43},"c":[]},{"id":"ProgressUIElement_Overlay_Center_music","b":{"w":27,"x":51,"y":0,"h":43},"c":[]},{"id":"ProgressUIElement_Overlay_Right_music","b":{"w":209,"x":78,"y":0,"h":43},"c":[]}]}]},{"id":"GamePlay_ProgressBar_Mounted","b":{"w":289,"x":-14,"y":-16,"h":43},"c":[{"id":"BaseBox_Empty_mounted","b":{"w":290,"x":0,"y":0,"h":43},"c":[{"id":"ProgressUIElement_Overlay_Left_mounted","b":{"w":51,"x":0,"y":0,"h":43},"c":[],"assets":["0x410E6B22"]},{"id":"ProgressUIElement_Overlay_Center_mounted","b":{"w":223,"x":26,"y":0,"h":43},"c":[],"assets":["0x410E6B23"]},{"id":"ProgressUIElement_Overlay_Right_mounted","b":{"w":51,"x":236,"y":0,"h":43},"c":[],"assets":["0x410E6B24"]}]},{"id":"Progress_BaseBox","b":{"w":290,"x":0,"y":0,"h":43},"c":[{"id":"ProgressUIElement_Overlay_Background_left_mounted","b":{"w":51,"x":0,"y":0,"h":43},"c":[]},{"id":"ProgressUIElement_Overlay_Background_center_mounted","b":{"w":232,"x":28,"y":0,"h":43},"c":[]},{"id":"ProgressUIElement_Overlay_Background_right_mounted","b":{"w":51,"x":236,"y":0,"h":43},"c":[]}]},{"id":"ProgressUIElement_Meter","b":{"w":233,"x":27,"y":21,"h":13},"c":[]},{"id":"ProgressUIElement_Label","b":{"w":237,"x":24,"y":21,"h":16},"c":[]}]}]},{"id":"HiddenDragBox_DragBox","b":{"w":320,"x":0,"y":20,"h":46},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":318,"x":1,"y":1,"h":44},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":26},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":35,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":300,"x":9,"y":35,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":309,"y":35,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":309,"y":9,"h":26},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":309,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":300,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":46},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":318,"x":1,"y":45,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":319,"y":0,"h":46},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":318,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":320,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":33,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_QuestTrackerBox":{"id":"GamePlay_QuestTrackerBox","b":{"w":340,"x":1156,"y":292,"h":470},"c":[{"id":"GamePlay_QuestTracker","b":{"w":340,"x":0,"y":20,"h":450},"c":[]},{"id":"HiddenDragBox_DragBox","b":{"w":340,"x":0,"y":20,"h":450},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":338,"x":1,"y":1,"h":448},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":430},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":439,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":320,"x":9,"y":439,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":329,"y":439,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":329,"y":9,"h":430},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":329,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":320,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":450},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":338,"x":1,"y":449,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":339,"y":0,"h":450},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":338,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":340,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":43,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_RadarBox":{"id":"GamePlay_RadarBox","b":{"w":224,"x":1352,"y":8,"h":260},"c":[{"id":"HiddenDragBox_DragBox","b":{"w":224,"x":0,"y":20,"h":240},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":222,"x":1,"y":1,"h":238},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":220},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":229,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":204,"x":9,"y":229,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":213,"y":229,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":213,"y":9,"h":220},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":213,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":204,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":240},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":222,"x":1,"y":239,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":223,"y":0,"h":240},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":222,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":224,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-15,"y":0,"h":20},"c":[]},{"id":"GamePlay_Radar","b":{"w":224,"x":0,"y":20,"h":260},"c":[{"id":"ToolbarButton_AreaText_DangerousArea_TutorialHighlight","b":{"w":170,"x":27,"y":200,"h":20},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":164,"x":3,"y":17,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":167,"y":0,"h":20},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":164,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]},{"id":"AreaText_QuestHighlight","b":{"w":224,"x":0,"y":194,"h":32},"c":[]},{"id":"StablemastersButton","b":{"w":25,"x":187,"y":102,"h":25},"c":[],"assets":["0x411AB20C","0x411AB20A","0x411AB20B"]},{"id":"CoordinateText_Label","b":{"w":200,"x":12,"y":220,"h":20},"c":[]},{"id":"MinimapViewport","b":{"w":170,"x":27,"y":0,"h":170},"c":[{"id":"HousingPanel_DecoButton","b":{"w":25,"x":25,"y":152,"h":25},"c":[{"id":"HousingDecorationButton_Button","b":{"w":20,"x":0,"y":0,"h":20},"c":[],"assets":["0x410DD690","0x410D80BA","0x410D80B8","0x410D80B9"]}]},{"id":"TutorialHighlighter_Housing_Buttons","b":{"w":64,"x":-2,"y":123,"h":64},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":64},"c":[],"assets":["0x41007ED6"]},{"id":"LeftCenter_PointerLoc","b":{"w":1,"x":0,"y":32,"h":1},"c":[]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":58,"x":3,"y":61,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":61,"y":0,"h":64},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":58,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]},{"id":"TimeOfDay","b":{"w":22,"x":9,"y":5,"h":22},"c":[],"assets":["0x4101FBA7","0x4101FBA8","0x4101FBA9"]},{"id":"MinimapFogOfWarDisplay","b":{"w":2048,"x":0,"y":-1,"h":1536},"c":[{"id":"MinimapFogOfWarParent","b":{"w":2048,"x":0,"y":0,"h":1536},"c":[{"id":"MinimapFogOfWarField","b":{"w":2048,"x":0,"y":0,"h":1536},"c":[]}]}]},{"id":"MinimapMapImage","b":{"w":2048,"x":0,"y":-1,"h":1536},"c":[]},{"id":"RadarMapImage","b":{"w":600,"x":-148,"y":-169,"h":600},"c":[{"id":"MapNoteTemplate","b":{"w":30,"x":173,"y":333,"h":30},"c":[{"id":"MTButton","b":{"w":30,"x":0,"y":0,"h":30},"c":[]}]},{"id":"RadarMapImage_Template","b":{"w":200,"x":0,"y":0,"h":200},"c":[]}]},{"id":"MinimapPlayerMarker","b":{"w":28,"x":71,"y":71,"h":28},"c":[],"assets":["0x41007F4C"]},{"id":"Minimap_Frame","b":{"w":237,"x":-34,"y":-33,"h":237},"c":[],"assets":["0x41007F4D","0x41007F4E","0x41007F4F","0x41007F56","0x41007F51","0x41007F55","0x41007F54","0x41007F53","0x41007F52","0x41005F9F"]},{"id":"RadarQuestObjective","b":{"w":30,"x":0,"y":0,"h":30},"c":[{"id":"MTButton","b":{"w":30,"x":0,"y":0,"h":30},"c":[]}],"assets":["0x410F8A54"]},{"id":"HousingPanel_Button","b":{"w":25,"x":9,"y":140,"h":20},"c":[{"id":"HousingPanelButton_Button","b":{"w":20,"x":0,"y":0,"h":20},"c":[],"assets":["0x410D75D2","0x410D75D0","0x410D75D1"]}]},{"id":"PerkBuy_DestinyPoints","b":{"w":25,"x":137,"y":5,"h":25},"c":[],"assets":["0x4101E18A","0x4101E188","0x4101E189"]},{"id":"Mood","b":{"w":22,"x":127,"y":148,"h":22},"c":[],"assets":["0x41007F58","0x41007F59","0x41007F5A","0x41007F5B","0x41007F5C","0x41007F61","0x41007F60","0x41007F5F","0x41007F5E","0x41007F5D","0x41007F57"]},{"id":"MapZoom","b":{"w":25,"x":147,"y":127,"h":25},"c":[],"assets":["0x41007F64","0x41007F63","0x41007F62"]},{"id":"MapNoteTemplate","b":{"w":30,"x":0,"y":0,"h":30},"c":[{"id":"MTButton","b":{"w":30,"x":0,"y":0,"h":30},"c":[]}]}],"assets":["0x41007F4B"]},{"id":"AreaText_Label","b":{"w":170,"x":27,"y":200,"h":20},"c":[]}]}]},"ID_UISkin_GamePlay_SelectionTarget":{"id":"GamePlay_SelectionTarget","b":{"w":140,"x":229,"y":438,"h":71},"c":[{"id":"HiddenDragBox_DragBox","b":{"w":140,"x":0,"y":20,"h":51},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":138,"x":1,"y":1,"h":49},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":31},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":40,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":120,"x":9,"y":40,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":129,"y":40,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":129,"y":9,"h":31},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":129,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":120,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":51},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":138,"x":1,"y":50,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":139,"y":0,"h":51},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":138,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":140,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"GamePlay_SelectionTargetDisplay","b":{"w":140,"x":0,"y":20,"h":51},"c":[{"id":"SelectionTarget_Background","b":{"w":141,"x":1,"y":7,"h":44},"c":[],"assets":["0x4101FD50"]},{"id":"TargetNonVitalField","b":{"w":140,"x":1,"y":6,"h":48},"c":[{"id":"TargetNonVitals_textField","b":{"w":92,"x":44,"y":15,"h":21},"c":[]},{"id":"TargetNonVitalField_BG","b":{"w":139,"x":0,"y":0,"h":48},"c":[{"id":"novitals_expanding_icon","b":{"w":47,"x":0,"y":0,"h":46},"c":[],"assets":["0x4110FF77"]},{"id":"novitals_expanding_bar","b":{"w":115,"x":34,"y":8,"h":31},"c":[{"id":"novitals_expanding_left","b":{"w":22,"x":0,"y":0,"h":31},"c":[],"assets":["0x4110FF74"]},{"id":"novitals_expanding_mid","b":{"w":63,"x":22,"y":0,"h":31},"c":[],"assets":["0x4110FF75"]},{"id":"novitals_expanding_right","b":{"w":21,"x":85,"y":0,"h":31},"c":[],"assets":["0x4110FF76"]}]}]}]},{"id":"SelectionTargetNameText","b":{"w":100,"x":39,"y":0,"h":20},"c":[]},{"id":"SelectionTargetVitalField","b":{"w":94,"x":44,"y":22,"h":15},"c":[{"id":"VitalHealthField","b":{"w":92,"x":0,"y":0,"h":6},"c":[{"id":"VitalHealthBackground","b":{"w":92,"x":0,"y":0,"h":6},"c":[],"assets":["0x4100013F"]},{"id":"VitalHealthParentField","b":{"w":92,"x":0,"y":0,"h":6},"c":[{"id":"VitalCurrentDreadField","b":{"w":92,"x":0,"y":0,"h":6},"c":[{"id":"VitalCurrentDreadMeter","b":{"w":92,"x":0,"y":0,"h":6},"c":[]}]},{"id":"VitalCurrentHealthText","b":{"w":92,"x":0,"y":-2,"h":10},"c":[]}]}]},{"id":"VitalPowerField","b":{"w":92,"x":0,"y":7,"h":6},"c":[{"id":"RageMeter","b":{"w":92,"x":0,"y":0,"h":6},"c":[{"id":"CurrentRageMeter","b":{"w":92,"x":0,"y":0,"h":6},"c":[]},{"id":"RageText","b":{"w":92,"x":0,"y":-2,"h":10},"c":[]}]},{"id":"VitalPowerBackground","b":{"w":92,"x":0,"y":0,"h":6},"c":[],"assets":["0x4100013F"]},{"id":"VitalPowerField","b":{"w":92,"x":0,"y":0,"h":6},"c":[{"id":"VitalTemporaryPowerMeter","b":{"w":92,"x":0,"y":0,"h":6},"c":[]},{"id":"VitalCurrentPowerMeter","b":{"w":92,"x":0,"y":0,"h":6},"c":[]},{"id":"CurrentPowerText","b":{"w":92,"x":0,"y":-2,"h":10},"c":[]}]}]}]}]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-57,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_SkillQueueDisplay_Activatable":{"id":"GamePlay_SkillQueueDisplay_Activatable","b":{"w":132,"x":893,"y":597,"h":152},"c":[{"id":"HiddenDragBox_DragBox","b":{"w":132,"x":0,"y":20,"h":132},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":130,"x":1,"y":1,"h":130},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":112},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":121,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":112,"x":9,"y":121,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":121,"y":121,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":121,"y":9,"h":112},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":121,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":112,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":132},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":130,"x":1,"y":131,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":131,"y":0,"h":132},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":130,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":132,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"GamePlay_SkillQueueDisplay","b":{"w":50,"x":45,"y":20,"h":114},"c":[{"id":"SkillQueueDisplay_ItemDisplay","b":{"w":32,"x":10,"y":74,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"SkillQueueDisplay_Box","b":{"w":50,"x":0,"y":0,"h":113},"c":[],"assets":["0x4101FAB5"]},{"id":"SkillQueueDisplay_ResetMeter","b":{"w":50,"x":1,"y":1,"h":70},"c":[]},{"id":"SkillQueueDisplay_SkillDisplay","b":{"w":38,"x":7,"y":71,"h":38},"c":[{"id":"QueuedSkillResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QueuedSkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QueuedSkillGhostedOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"QueuedSkillComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QueuedSkillAvailableOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QueuedSkillRangeOverlay","b":{"w":12,"x":23,"y":4,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]}]},{"id":"SkillQueueDisplay_CloseButton","b":{"w":15,"x":35,"y":0,"h":15},"c":[]}]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-61,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_Undocked_AltBar":{"id":"GamePlay_Undocked_AltBar","b":{"w":420,"x":646,"y":640,"h":55},"c":[{"id":"AltBar","b":{"w":420,"x":0,"y":20,"h":35},"c":[{"id":"Quickslots_BG_Horiz","b":{"w":420,"x":0,"y":0,"h":35},"c":[]},{"id":"Quickslots_BG_Vert","b":{"w":35,"x":0,"y":0,"h":420},"c":[]},{"id":"OrientationToggle","b":{"w":20,"x":7,"y":7,"h":20},"c":[]},{"id":"QuickslotListBox","b":{"w":420,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotButtonTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillQuickslotDisplayTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"RealQuickslotSkillDisplay","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotSkillToggleOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillAvailableOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillRangeOverlay","b":{"w":12,"x":23,"y":4,"h":12},"c":[]},{"id":"QuickslotNewlyShortcutSkillOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillRecallOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"Overlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"QuickslotSkillGhostedOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillPlayingOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillOnDeckOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]}]},{"id":"QuickslotLabelText","b":{"w":32,"x":3,"y":23,"h":12},"c":[]}]}]}]},{"id":"HiddenDragBox_DragBox","b":{"w":420,"x":0,"y":20,"h":35},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":418,"x":1,"y":1,"h":33},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":15},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":24,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":400,"x":9,"y":24,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":409,"y":24,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":409,"y":9,"h":15},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":409,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":400,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":35},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":418,"x":1,"y":34,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":419,"y":0,"h":35},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":418,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":420,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":83,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_Undocked_CtrlBar":{"id":"GamePlay_Undocked_CtrlBar","b":{"w":420,"x":0,"y":640,"h":55},"c":[{"id":"CtrlBar","b":{"w":420,"x":0,"y":20,"h":35},"c":[{"id":"Quickslots_BG_Horiz","b":{"w":420,"x":0,"y":0,"h":35},"c":[]},{"id":"Quickslots_BG_Vert","b":{"w":35,"x":0,"y":0,"h":420},"c":[]},{"id":"OrientationToggle","b":{"w":20,"x":7,"y":7,"h":20},"c":[]},{"id":"QuickslotListBox","b":{"w":420,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotButtonTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillQuickslotDisplayTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"RealQuickslotSkillDisplay","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotSkillToggleOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillAvailableOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillRangeOverlay","b":{"w":12,"x":23,"y":4,"h":12},"c":[]},{"id":"QuickslotNewlyShortcutSkillOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillRecallOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"Overlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"QuickslotSkillGhostedOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillPlayingOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillOnDeckOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]}]},{"id":"QuickslotLabelText","b":{"w":32,"x":3,"y":23,"h":12},"c":[]}]}]}]},{"id":"HiddenDragBox_DragBox","b":{"w":420,"x":0,"y":20,"h":35},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":418,"x":1,"y":1,"h":33},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":15},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":24,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":400,"x":9,"y":24,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":409,"y":24,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":409,"y":9,"h":15},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":409,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":400,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":35},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":418,"x":1,"y":34,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":419,"y":0,"h":35},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":418,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":420,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":83,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_Undocked_ExtraShortcutBar1":{"id":"GamePlay_Undocked_ExtraShortcutBar1","b":{"w":35,"x":1087,"y":194,"h":440},"c":[{"id":"ExtraShortcutBar1","b":{"w":35,"x":0,"y":20,"h":420},"c":[{"id":"Quickslots_BG_Horiz","b":{"w":420,"x":0,"y":0,"h":35},"c":[]},{"id":"Quickslots_BG_Vert","b":{"w":35,"x":0,"y":0,"h":420},"c":[]},{"id":"OrientationToggle","b":{"w":20,"x":7,"y":7,"h":20},"c":[]},{"id":"QuickslotListBox","b":{"w":35,"x":0,"y":0,"h":420},"c":[{"id":"QuickslotButtonTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotLabelText","b":{"w":32,"x":3,"y":23,"h":12},"c":[]},{"id":"QuickslotEmptyTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]}]},{"id":"HiddenDragBox_DragBox","b":{"w":35,"x":0,"y":20,"h":420},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":33,"x":1,"y":1,"h":418},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":400},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":409,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":15,"x":9,"y":409,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":24,"y":409,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":24,"y":9,"h":400},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":24,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":15,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":420},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":33,"x":1,"y":419,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":34,"y":0,"h":420},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":33,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":35,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-110,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_Undocked_ExtraShortcutBar2":{"id":"GamePlay_Undocked_ExtraShortcutBar2","b":{"w":35,"x":1133,"y":194,"h":440},"c":[{"id":"ExtraShortcutBar2","b":{"w":35,"x":0,"y":20,"h":420},"c":[{"id":"Quickslots_BG_Horiz","b":{"w":420,"x":0,"y":0,"h":35},"c":[]},{"id":"Quickslots_BG_Vert","b":{"w":35,"x":0,"y":0,"h":420},"c":[]},{"id":"OrientationToggle","b":{"w":20,"x":7,"y":7,"h":20},"c":[]},{"id":"QuickslotListBox","b":{"w":35,"x":0,"y":0,"h":420},"c":[{"id":"QuickslotButtonTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotLabelText","b":{"w":32,"x":3,"y":23,"h":12},"c":[]},{"id":"QuickslotEmptyTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]}]},{"id":"HiddenDragBox_DragBox","b":{"w":35,"x":0,"y":20,"h":420},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":33,"x":1,"y":1,"h":418},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":400},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":409,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":15,"x":9,"y":409,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":24,"y":409,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":24,"y":9,"h":400},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":24,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":15,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":420},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":33,"x":1,"y":419,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":34,"y":0,"h":420},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":33,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":35,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-110,"y":0,"h":20},"c":[]}]},"ID_UISkin_GamePlay_Undocked_ShiftBar":{"id":"GamePlay_Undocked_ShiftBar","b":{"w":35,"x":0,"y":59,"h":440},"c":[{"id":"ShiftBar","b":{"w":35,"x":0,"y":20,"h":420},"c":[{"id":"Quickslots_BG_Horiz","b":{"w":420,"x":0,"y":0,"h":35},"c":[]},{"id":"Quickslots_BG_Vert","b":{"w":35,"x":0,"y":0,"h":420},"c":[]},{"id":"OrientationToggle","b":{"w":20,"x":7,"y":7,"h":20},"c":[]},{"id":"QuickslotListBox","b":{"w":35,"x":0,"y":0,"h":420},"c":[{"id":"QuickslotButtonTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotLabelText","b":{"w":32,"x":3,"y":23,"h":12},"c":[]},{"id":"QuickslotEmptyTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]}]},{"id":"HiddenDragBox_DragBox","b":{"w":35,"x":0,"y":20,"h":420},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":33,"x":1,"y":1,"h":418},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":400},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":409,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":15,"x":9,"y":409,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":24,"y":409,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":24,"y":9,"h":400},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":24,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":15,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":420},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":33,"x":1,"y":419,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":34,"y":0,"h":420},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":33,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":35,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":-110,"y":0,"h":20},"c":[]}]},"ID_UISkin_GuildInvite":{"id":"GuildInvite","b":{"w":354,"x":320,"y":84,"h":151},"c":[{"id":"GuildInvite_Base_Box","b":{"w":354,"x":0,"y":20,"h":131},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":318,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":282,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":59},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":95,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":282,"x":36,"y":95,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":318,"y":95,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":318,"y":36,"h":59},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":282,"x":36,"y":36,"h":59},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":341,"x":7,"y":6,"h":118},"c":[],"assets":["0x411351FD"]}]},{"id":"GuildInvite_CloseButton","b":{"w":16,"x":332,"y":26,"h":16},"c":[]},{"id":"GuildInvite_TitleBar","b":{"w":240,"x":57,"y":-7,"h":45},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":205,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"GuildInvite_TitleBar_Label","b":{"w":240,"x":0,"y":15,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":170,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"GuildInvite_InviteText","b":{"w":316,"x":21,"y":55,"h":31},"c":[]},{"id":"GuildInvite_AcceptButton","b":{"w":100,"x":67,"y":121,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":64,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":79,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"GuildInvite_DeclineButton","b":{"w":100,"x":187,"y":121,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":64,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":79,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"GuildInvite_GuildName","b":{"w":316,"x":20,"y":67,"h":63},"c":[]},{"id":"GuildInvite_RecruiterName","b":{"w":316,"x":21,"y":30,"h":33},"c":[]},{"id":"dragbar","b":{"w":255,"x":49,"y":6,"h":24},"c":[]}]},"ID_UISkin_HobbyTrainer_Window":{"id":"HobbyTrainer_Window","b":{"w":362,"x":651,"y":113,"h":410},"c":[{"id":"HobbyTrainer_CloseButton","b":{"w":16,"x":336,"y":22,"h":16},"c":[]},{"id":"Scrollbar_Trainer","b":{"w":10,"x":343,"y":69,"h":294},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":284,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":284,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":274},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":254},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":264,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":274},"c":[]}]},{"id":"HobbyTrainer_MoveBar","b":{"w":306,"x":15,"y":2,"h":24},"c":[]},{"id":"HobbyTrainer_NameText","b":{"w":316,"x":22,"y":37,"h":35},"c":[]},{"id":"HobbyTrainer_DisplayText","b":{"w":330,"x":12,"y":71,"h":294},"c":[]},{"id":"Vendor_BaseBox_BG","b":{"w":359,"x":0,"y":16,"h":391},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":287,"x":36,"y":355,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":323,"y":355,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":323,"y":36,"h":319},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":287,"x":36,"y":36,"h":319},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":323,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":287,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":319},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":355,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"HobbyTrainer_CancelButton","b":{"w":79,"x":222,"y":378,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":43,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":40,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":58,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HobbyTrainer_TrainButton","b":{"w":158,"x":51,"y":377,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":122,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":119,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":137,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HobbyTrainer_TitleBar","b":{"w":250,"x":56,"y":-11,"h":42},"c":[{"id":"HobbyTrainer_WindowLabel","b":{"w":108,"x":71,"y":15,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]}]},"ID_UISkin_HousingContainer_MainField":{"id":"HousingContainer_MainField","b":{"w":252,"x":4,"y":113,"h":239},"c":[{"id":"HousingContainer_CloseButton","b":{"w":16,"x":226,"y":26,"h":16},"c":[]},{"id":"HousingContainer_Display","b":{"w":215,"x":20,"y":40,"h":180},"c":[{"id":"HousingStorage_ContainerDisplay","b":{"w":210,"x":0,"y":0,"h":178},"c":[],"assets":["0x41007EE2"]}]},{"id":"HousingContainer_BaseBox_BG","b":{"w":250,"x":0,"y":20,"h":218},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":178,"x":36,"y":182,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":214,"y":182,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":214,"y":36,"h":146},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":178,"x":36,"y":36,"h":146},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":214,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":178,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":146},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":182,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"HousingContainer_TitleBar","b":{"w":188,"x":30,"y":-7,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":153,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":118,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"HousingContainer_WindowLabel","b":{"w":204,"x":-8,"y":15,"h":20},"c":[]}]},{"id":"HousingContainer_MoveBar","b":{"w":152,"x":52,"y":10,"h":16},"c":[]}]},"ID_UISkin_HousingDecoration_Window":{"id":"HousingDecoration_Window","b":{"w":275,"x":24,"y":44,"h":355},"c":[{"id":"HousingDecoration_BaseBox_BG","b":{"w":275,"x":0,"y":20,"h":335},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":203,"x":36,"y":299,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":239,"y":299,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":239,"y":36,"h":263},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":203,"x":36,"y":36,"h":263},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":239,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":203,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":263},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":299,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"HousingDecoration_TitleBar","b":{"w":183,"x":46,"y":-7,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":148,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"HousingDecoration_WindowLabel","b":{"w":162,"x":10,"y":15,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":113,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"HousingDecoration_MoveBar","b":{"w":251,"x":13,"y":10,"h":16},"c":[]},{"id":"HousingDecoration_CloseButton","b":{"w":16,"x":250,"y":27,"h":16},"c":[]},{"id":"HousingDecoration_Display","b":{"w":238,"x":14,"y":38,"h":308},"c":[{"id":"HousingDecoration_Save_Button","b":{"w":90,"x":74,"y":250,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":54,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":51,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":69,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingDecoration_OffsetZ_Slider","b":{"w":221,"x":14,"y":206,"h":25},"c":[{"id":"HousingDecoration_OffsetZIcon","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x411AB82A","0x411AD27D","0x411ACAC8","0x411ACAC9"]},{"id":"HousingDecoration_OffsetZ_Scrollbar","b":{"w":189,"x":27,"y":9,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":179,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":179,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":20,"x":10,"y":0,"h":10},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_bottom_field","b":{"w":10,"x":10,"y":0,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":169,"x":10,"y":0,"h":11},"c":[]}]},{"id":"HousingDecoration_OffsetSlideBarBG","b":{"w":196,"x":23,"y":5,"h":17},"c":[{"id":"Box_01_Background","b":{"w":194,"x":1,"y":1,"h":15},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":194,"x":1,"y":1,"h":15},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":-3},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":6,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":176,"x":9,"y":6,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":185,"y":6,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":185,"y":9,"h":-3},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":185,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":176,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":17},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":194,"x":1,"y":16,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":195,"y":0,"h":17},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":194,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"HousingDecoration_ReturnToOwner_Button","b":{"w":134,"x":52,"y":280,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":98,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":95,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":113,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingDecoration_AllowedCategories","b":{"w":182,"x":14,"y":54,"h":15},"c":[]},{"id":"HousingDecoration_DecorationsAllowed","b":{"w":182,"x":34,"y":71,"h":39},"c":[]},{"id":"HousingDecoration_HookName","b":{"w":196,"x":49,"y":20,"h":20},"c":[]},{"id":"HousingDecoration_RotationSlider","b":{"w":221,"x":14,"y":116,"h":25},"c":[{"id":"HousingDecoration_RotationIcon","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x410DC5F7","0x411AD27E","0x411ACAC2","0x411ACAC3"]},{"id":"HousingDecoration_RotationSlideBarBG","b":{"w":196,"x":23,"y":5,"h":17},"c":[{"id":"Box_01_Background","b":{"w":194,"x":1,"y":1,"h":15},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":194,"x":1,"y":1,"h":15},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":-3},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":6,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":176,"x":9,"y":6,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":185,"y":6,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":185,"y":9,"h":-3},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":185,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":176,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":17},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":194,"x":1,"y":16,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":195,"y":0,"h":17},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":194,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HousingDecoration_Rotation_Scrollbar","b":{"w":189,"x":27,"y":9,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":179,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":179,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":20,"x":10,"y":0,"h":10},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_bottom_field","b":{"w":10,"x":10,"y":0,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":169,"x":10,"y":0,"h":11},"c":[]}]}]},{"id":"HousingDecoration_ItemDisplay_Parent","b":{"w":32,"x":14,"y":14,"h":32},"c":[{"id":"HousingDecoration_ItemDisplay","b":{"w":35,"x":-3,"y":-3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x410D7767"]},{"id":"HousingDecoration_OffsetX_Slider","b":{"w":221,"x":14,"y":146,"h":25},"c":[{"id":"HousingDecoration_OffsetSlideBarBG","b":{"w":196,"x":23,"y":5,"h":17},"c":[{"id":"Box_01_Background","b":{"w":194,"x":1,"y":1,"h":15},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":194,"x":1,"y":1,"h":15},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":-3},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":6,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":176,"x":9,"y":6,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":185,"y":6,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":185,"y":9,"h":-3},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":185,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":176,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":17},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":194,"x":1,"y":16,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":195,"y":0,"h":17},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":194,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HousingDecoration_OffsetXIcon","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x411AB829","0x411AD280","0x411ACAC4","0x411ACAC5"]},{"id":"HousingDecoration_OffsetX_Scrollbar","b":{"w":189,"x":27,"y":9,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":179,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":179,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":20,"x":10,"y":0,"h":10},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_bottom_field","b":{"w":10,"x":10,"y":0,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":169,"x":10,"y":0,"h":11},"c":[]}]}]},{"id":"HousingDecoration_OffsetY_Slider","b":{"w":221,"x":14,"y":176,"h":25},"c":[{"id":"HousingDecoration_OffsetY_Scrollbar","b":{"w":189,"x":27,"y":9,"h":11},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":179,"y":0,"h":11},"c":[]},{"id":"RightButton","b":{"w":10,"x":179,"y":1,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":11},"c":[]},{"id":"widget","b":{"w":20,"x":10,"y":0,"h":10},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_bottom_field","b":{"w":10,"x":10,"y":0,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":169,"x":10,"y":0,"h":11},"c":[]}]},{"id":"HousingDecoration_OffsetSlideBarBG","b":{"w":196,"x":23,"y":5,"h":17},"c":[{"id":"Box_01_Background","b":{"w":194,"x":1,"y":1,"h":15},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":194,"x":1,"y":1,"h":15},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":-3},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":6,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":176,"x":9,"y":6,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":185,"y":6,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":185,"y":9,"h":-3},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":185,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":176,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":17},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":194,"x":1,"y":16,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":195,"y":0,"h":17},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":194,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HousingDecoration_OffsetYIcon","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x411AB82B","0x411AD281","0x411ACAC6","0x411ACAC7"]}]}]}]},"ID_UISkin_HousingForSaleSign_MainField":{"id":"HousingForSaleSign_MainField","b":{"w":301,"x":692,"y":163,"h":460},"c":[{"id":"HousingForSaleSign_BaseBox_BG","b":{"w":301,"x":2,"y":20,"h":440},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":229,"x":36,"y":404,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":265,"y":404,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":265,"y":36,"h":368},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":229,"x":36,"y":36,"h":368},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":265,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":229,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":368},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":404,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"HousingForSaleSign_BuyButtonMithril","b":{"w":120,"x":153,"y":430,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":84,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButton_Mithril_Icon","b":{"w":20,"x":92,"y":0,"h":20},"c":[],"assets":["0x41135D36"]},{"id":"TextButtonReference_Mid","b":{"w":81,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingForSaleSign_TitleBar","b":{"w":180,"x":60,"y":-7,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":145,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"HousingForSaleSign_WindowLabel","b":{"w":158,"x":11,"y":15,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":110,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"HousingForSaleSign_MithrilUpsell_Button","b":{"w":120,"x":153,"y":430,"h":20},"c":[{"id":"BuyNowButton_bg_text","b":{"w":107,"x":0,"y":0,"h":20},"c":[]},{"id":"BuyNowTextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[],"assets":["0x4110D2A1","0x4110D2A2","0x4110D2A3","0x41108F4B"]},{"id":"BuyNowTextButtonReference_Mid","b":{"w":79,"x":20,"y":0,"h":20},"c":[],"assets":["0x4110D2A4","0x4110D2A5","0x4110D2A6","0x41108F4A"]},{"id":"BuyNowTextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[{"id":"MTX_Coin","b":{"w":20,"x":-2,"y":0,"h":20},"c":[]}],"assets":["0x4110D2A7","0x4110D2A8","0x4110D2A9","0x41108F4D"]}]},{"id":"HousingForSaleSign_BuyButtonWrits","b":{"w":120,"x":28,"y":430,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":84,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":81,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[]},{"id":"TextButtonWrits_Icon","b":{"w":20,"x":96,"y":0,"h":20},"c":[],"assets":["0x411A9523"]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingForSaleSign_PurchaseButton","b":{"w":120,"x":90,"y":430,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":84,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":81,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingForSaleSign_MoveBar","b":{"w":152,"x":74,"y":10,"h":16},"c":[]},{"id":"HousingForSaleSign_WritUpsell_Button","b":{"w":120,"x":28,"y":430,"h":20},"c":[{"id":"BuyNowButton_bg_text","b":{"w":107,"x":0,"y":0,"h":20},"c":[]},{"id":"BuyNowTextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[],"assets":["0x4110D2A1","0x4110D2A2","0x4110D2A3","0x41108F4B"]},{"id":"BuyNowTextButtonReference_Mid","b":{"w":79,"x":20,"y":0,"h":20},"c":[],"assets":["0x4110D2A4","0x4110D2A5","0x4110D2A6","0x41108F4A"]},{"id":"BuyNowTextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[{"id":"MTX_Coin","b":{"w":20,"x":-2,"y":0,"h":20},"c":[]}],"assets":["0x4110D2A7","0x4110D2A8","0x4110D2A9","0x41108F4D"]}]},{"id":"HousingForSaleSign_CloseButton","b":{"w":16,"x":280,"y":26,"h":16},"c":[]},{"id":"HousingForSaleSign_AcquisitionDisplay","b":{"w":300,"x":0,"y":40,"h":395},"c":[{"id":"BaseHousingInfo_DividingLine","b":{"w":244,"x":28,"y":262,"h":2},"c":[]},{"id":"BaseHousingInfo_VIPNote","b":{"w":244,"x":28,"y":220,"h":40},"c":[]},{"id":"BaseHousingInfo_HouseType","b":{"w":140,"x":28,"y":162,"h":18},"c":[]},{"id":"BaseHousingInfo_PlayerMoney_Writs","b":{"w":100,"x":106,"y":292,"h":20},"c":[{"id":"MoneyDisplay_WritIcon","b":{"w":20,"x":78,"y":1,"h":20},"c":[],"assets":["0x411A9523"]},{"id":"MoneyDisplay_WritText","b":{"w":78,"x":0,"y":1,"h":20},"c":[]}]},{"id":"BaseHousingInfo_HouseAddress","b":{"w":244,"x":28,"y":106,"h":29},"c":[]},{"id":"BaseHousingInfo_NeighborhoodAndTown","b":{"w":244,"x":28,"y":134,"h":29},"c":[]},{"id":"BaseHousingInfo_HouseDescription","b":{"w":244,"x":28,"y":300,"h":90},"c":[]},{"id":"BaseHousingInfo_CostDisplay_Label","b":{"w":100,"x":28,"y":180,"h":20},"c":[]},{"id":"BaseHousingInfo_CostDisplay","b":{"w":160,"x":114,"y":180,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"BaseHousingInfo_MithrilCostDisplay","b":{"w":99,"x":172,"y":180,"h":22},"c":[{"id":"MoneyDisplay_Entry_MithrilField","b":{"w":100,"x":0,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Entry_MithrilLabel","b":{"w":20,"x":78,"y":1,"h":20},"c":[],"assets":["0x41134856"]},{"id":"MoneyDisplay_Entry_MithrilEntry","b":{"w":77,"x":0,"y":2,"h":18},"c":[]}]}]},{"id":"BaseHousingInfo_WritCostDisplay","b":{"w":100,"x":100,"y":180,"h":20},"c":[{"id":"MoneyDisplay_WritIcon","b":{"w":20,"x":78,"y":1,"h":20},"c":[],"assets":["0x411A9523"]},{"id":"MoneyDisplay_WritText","b":{"w":78,"x":0,"y":1,"h":20},"c":[]}]},{"id":"BaseHousingInfo_UpkeepCostDisplay_Label","b":{"w":100,"x":28,"y":200,"h":20},"c":[]},{"id":"BaseHousingInfo_UpkeepCostDisplay","b":{"w":120,"x":153,"y":200,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"BaseHousingInfo_PlayerMoneyTotal","b":{"w":159,"x":117,"y":270,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":97,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"BaseHousingInfo_PlayerMithrilTotal","b":{"w":100,"x":174,"y":292,"h":22},"c":[{"id":"MoneyDisplay_Entry_MithrilField","b":{"w":100,"x":0,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Entry_MithrilLabel","b":{"w":20,"x":78,"y":1,"h":20},"c":[],"assets":["0x41134856"]},{"id":"MoneyDisplay_Entry_MithrilEntry","b":{"w":77,"x":0,"y":2,"h":18},"c":[]}]}]},{"id":"BaseHousingInfo_Icon","b":{"w":245,"x":27,"y":0,"h":106},"c":[],"assets":["0x411A399E"]},{"id":"BaseHousingInfo_PlayerMoneyLabel","b":{"w":100,"x":28,"y":282,"h":20},"c":[]}]}]},"ID_UISkin_HousingMaintenance_MainField":{"id":"HousingMaintenance_MainField","b":{"w":446,"x":4,"y":113,"h":321},"c":[{"id":"HousingMaintenance_BaseBox_BG","b":{"w":442,"x":0,"y":20,"h":299},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":406,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":370,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":227},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":263,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":370,"x":36,"y":263,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":406,"y":263,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":406,"y":36,"h":227},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":370,"x":36,"y":36,"h":227},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":429,"x":7,"y":6,"h":286},"c":[],"assets":["0x411351FD"]}]},{"id":"HousingMaintenance_TitleBar","b":{"w":250,"x":98,"y":-7,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"HousingMaintenance_WindowLabel","b":{"w":204,"x":23,"y":15,"h":20},"c":[]}]},{"id":"HousingMaintenance_MoveBar","b":{"w":302,"x":52,"y":10,"h":16},"c":[]},{"id":"HousingMaintenance_CloseButton","b":{"w":16,"x":419,"y":26,"h":16},"c":[]},{"id":"HousingMaintenance_Display","b":{"w":435,"x":4,"y":45,"h":269},"c":[{"id":"HousingUpkeep_YourMoney","b":{"w":273,"x":158,"y":230,"h":28},"c":[{"id":"MoneyDisplay_YourMoney_AllMoney","b":{"w":159,"x":101,"y":6,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"MoneyDisplay_YourMoney_Label","b":{"w":99,"x":11,"y":5,"h":20},"c":[]}]},{"id":"HousingUpkeep_UpkeepCredit_Field","b":{"w":427,"x":4,"y":4,"h":219},"c":[{"id":"HousingUpkeep_PurchaseButton","b":{"w":196,"x":220,"y":115,"h":79},"c":[{"id":"HousingUpkeep_CostDisplay","b":{"w":94,"x":51,"y":40,"h":20},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"Button_General_Use_New_Left","b":{"w":39,"x":0,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":118,"x":39,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":39,"x":157,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_Highlight_l","b":{"w":68,"x":11,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41135B95"]},{"id":"Button_General_Use_Highlight","b":{"w":68,"x":119,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41135B9A"]}]},{"id":"HousingUpkeep_Mithril_BuyNowButton","b":{"w":196,"x":12,"y":115,"h":79},"c":[{"id":"Button_General_Use_New_Left","b":{"w":39,"x":0,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":118,"x":39,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":39,"x":157,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_BuyNow_Highlight_l","b":{"w":68,"x":11,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41134873"]},{"id":"Button_General_Use_BuyNow_Coin","b":{"w":36,"x":143,"y":17,"h":43},"c":[],"assets":["0x4113478C","0x4113485B"]},{"id":"Button_General_Use_BuyNow_Highlight","b":{"w":68,"x":119,"y":10,"h":58},"c":[],"assets":["0x4113478D","0x41134857"]}]},{"id":"HousingUpkeep_Overdue_Field","b":{"w":404,"x":6,"y":57,"h":56},"c":[{"id":"HousingUpkeep_Foreclosed_Label","b":{"w":400,"x":2,"y":33,"h":22},"c":[]},{"id":"HousingUpkeep_Overdue_Label","b":{"w":400,"x":2,"y":2,"h":30},"c":[]}]},{"id":"HousingUpkeep_HiddenScrollbar_Label","b":{"w":400,"x":14,"y":63,"h":49},"c":[]},{"id":"HousingUpkeep_SliderField","b":{"w":371,"x":29,"y":54,"h":71},"c":[{"id":"HousingUpkeep_MinLabel","b":{"w":26,"x":-17,"y":24,"h":20},"c":[]},{"id":"HousingUpkeep_CurrentLabel","b":{"w":76,"x":147,"y":4,"h":19},"c":[]},{"id":"HousingUpkeep_MaxLabel","b":{"w":26,"x":359,"y":24,"h":20},"c":[]},{"id":"HousingUpkeep_Scrollbar","b":{"w":334,"x":17,"y":26,"h":16},"c":[{"id":"HousingUpkeep_ButtonLeft","b":{"w":16,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0E","0x41007E0F","0x41007E0D"]},{"id":"HousingUpkeep_ButtonRight","b":{"w":16,"x":318,"y":0,"h":16},"c":[],"assets":["0x41007E11","0x41007E12","0x41007E10"]},{"id":"SliderBackground","b":{"w":334,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0B"]},{"id":"widget","b":{"w":16,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0C","0x4101E50C"]}]}]},{"id":"HousingUpkeep_PaidUntil_Label","b":{"w":400,"x":13,"y":41,"h":20},"c":[]},{"id":"HousingUpkeep_Upkeep_Waived_Field","b":{"w":404,"x":11,"y":42,"h":56},"c":[{"id":"HousingUpkeep_UpkeepWaived_Label","b":{"w":402,"x":1,"y":1,"h":54},"c":[]}]},{"id":"HousingUpkeep_MithrilPurchaseButton","b":{"w":196,"x":12,"y":115,"h":79},"c":[{"id":"Button_General_Use_New_Left","b":{"w":39,"x":0,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":118,"x":39,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":39,"x":157,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_Highlight_l","b":{"w":68,"x":11,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41135B95"]},{"id":"HousingUpkeep_MithrilPurchaseButton_Field","b":{"w":90,"x":53,"y":38,"h":21},"c":[{"id":"HousingUpkeep_MithrilPurchaseButton_CostContainer","b":{"w":90,"x":0,"y":0,"h":21},"c":[{"id":"HousingUpkeep_MithrilPurchaseButton_MithrilIcon","b":{"w":20,"x":64,"y":1,"h":20},"c":[],"assets":["0x41134856"]},{"id":"HousingUpkeep_MithrilPurchaseButton_MithrilCost_Text","b":{"w":57,"x":3,"y":1,"h":19},"c":[]}]}]},{"id":"Button_General_Use_Highlight","b":{"w":68,"x":119,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41135B9A"]}]},{"id":"HousingUpkeep_NoRefundWarning_Label","b":{"w":412,"x":9,"y":192,"h":20},"c":[]},{"id":"Box_01_Empty_InnerShadow","b":{"w":425,"x":1,"y":1,"h":217},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":199},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":208,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":407,"x":9,"y":208,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":416,"y":208,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":416,"y":9,"h":199},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":416,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":407,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":219},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":425,"x":1,"y":218,"h":1},"c":[],"assets":["0x41000141"]},{"id":"HousingUpkeep_PurchaseUntil_Label","b":{"w":412,"x":9,"y":96,"h":20},"c":[]},{"id":"HousingUpkeep_Upkeep_Label","b":{"w":132,"x":147,"y":0,"h":25},"c":[]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":426,"y":0,"h":219},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":425,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]},{"id":"HousingUpkeep_NextUpkeep_Timer","b":{"w":400,"x":13,"y":23,"h":20},"c":[]}]},{"id":"HousingUpkeep_PaperItemBalance","b":{"w":87,"x":9,"y":230,"h":33},"c":[{"id":"PaperItemDisplay_Text","b":{"w":48,"x":8,"y":6,"h":20},"c":[]},{"id":"PaperItemServiceBalance_Container","b":{"w":87,"x":0,"y":0,"h":32},"c":[{"id":"balance_box_left","b":{"w":16,"x":0,"y":0,"h":32},"c":[],"assets":["0x41135D34"]},{"id":"balance_box_center","b":{"w":53,"x":16,"y":0,"h":32},"c":[],"assets":["0x41135D32"]},{"id":"balance_box_right","b":{"w":16,"x":69,"y":0,"h":32},"c":[],"assets":["0x41135D33"]}]},{"id":"PaperItemDisplay_Icon","b":{"w":20,"x":59,"y":6,"h":20},"c":[]}]}]}]},"ID_UISkin_HousingPanel_Field":{"id":"HousingPanel_Field","b":{"w":500,"x":18,"y":13,"h":547},"c":[{"id":"HousingPanel_TitleBar","b":{"w":250,"x":125,"y":-7,"h":45},"c":[{"id":"HousingPanel_Label","b":{"w":250,"x":0,"y":15,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"HousingPanel_MoveBar","b":{"w":398,"x":51,"y":11,"h":24},"c":[]},{"id":"HousingPanel_CloseButton","b":{"w":16,"x":467,"y":28,"h":16},"c":[]},{"id":"HousingPanel_Panel","b":{"w":484,"x":2,"y":35,"h":500},"c":[{"id":"HousingPanel_BG","b":{"w":473,"x":7,"y":27,"h":472},"c":[{"id":"Box_01_Background","b":{"w":471,"x":1,"y":1,"h":470},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":471,"x":1,"y":1,"h":470},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":452},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":461,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":453,"x":9,"y":461,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":462,"y":461,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":462,"y":9,"h":452},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":462,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":453,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":472},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":471,"x":1,"y":471,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":472,"y":0,"h":472},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":471,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HousingPanel_UpkeepPage","b":{"w":473,"x":7,"y":27,"h":472},"c":[{"id":"HousingUpkeep_YourMoney","b":{"w":311,"x":158,"y":230,"h":28},"c":[{"id":"MoneyDisplay_YourMoney_AllMoney","b":{"w":159,"x":101,"y":6,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"MoneyDisplay_YourMoney_Label","b":{"w":99,"x":11,"y":5,"h":20},"c":[]}]},{"id":"HousingUpkeep_UpkeepCredit_Field","b":{"w":465,"x":4,"y":4,"h":219},"c":[{"id":"HousingUpkeep_PurchaseButton","b":{"w":213,"x":239,"y":115,"h":79},"c":[{"id":"HousingUpkeep_CostDisplay","b":{"w":94,"x":59,"y":40,"h":20},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"Button_General_Use_New_Left","b":{"w":39,"x":0,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":135,"x":39,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":39,"x":174,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_Highlight_l","b":{"w":68,"x":11,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41135B95"]},{"id":"Button_General_Use_Highlight","b":{"w":68,"x":136,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41135B9A"]}]},{"id":"HousingUpkeep_Mithril_BuyNowButton","b":{"w":213,"x":13,"y":115,"h":79},"c":[{"id":"Button_General_Use_New_Left","b":{"w":39,"x":0,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":135,"x":39,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":39,"x":174,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_BuyNow_Highlight_l","b":{"w":68,"x":11,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41134873"]},{"id":"Button_General_Use_BuyNow_Coin","b":{"w":36,"x":160,"y":17,"h":43},"c":[],"assets":["0x4113478C","0x4113485B"]},{"id":"Button_General_Use_BuyNow_Highlight","b":{"w":68,"x":136,"y":10,"h":58},"c":[],"assets":["0x4113478D","0x41134857"]}]},{"id":"HousingUpkeep_Overdue_Field","b":{"w":404,"x":6,"y":57,"h":56},"c":[{"id":"HousingUpkeep_Foreclosed_Label","b":{"w":400,"x":2,"y":33,"h":22},"c":[]},{"id":"HousingUpkeep_Overdue_Label","b":{"w":400,"x":2,"y":2,"h":30},"c":[]}]},{"id":"HousingUpkeep_HiddenScrollbar_Label","b":{"w":438,"x":14,"y":63,"h":49},"c":[]},{"id":"HousingUpkeep_SliderField","b":{"w":409,"x":29,"y":54,"h":71},"c":[{"id":"HousingUpkeep_MinLabel","b":{"w":26,"x":-17,"y":24,"h":20},"c":[]},{"id":"HousingUpkeep_CurrentLabel","b":{"w":76,"x":166,"y":4,"h":19},"c":[]},{"id":"HousingUpkeep_MaxLabel","b":{"w":26,"x":397,"y":24,"h":20},"c":[]},{"id":"HousingUpkeep_Scrollbar","b":{"w":372,"x":17,"y":26,"h":16},"c":[{"id":"HousingUpkeep_ButtonLeft","b":{"w":16,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0E","0x41007E0F","0x41007E0D"]},{"id":"HousingUpkeep_ButtonRight","b":{"w":16,"x":356,"y":0,"h":16},"c":[],"assets":["0x41007E11","0x41007E12","0x41007E10"]},{"id":"SliderBackground","b":{"w":372,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0B"]},{"id":"widget","b":{"w":16,"x":16,"y":0,"h":16},"c":[],"assets":["0x41007E0C","0x4101E50C"]}]}]},{"id":"HousingUpkeep_PaidUntil_Label","b":{"w":400,"x":13,"y":41,"h":20},"c":[]},{"id":"HousingUpkeep_Upkeep_Waived_Field","b":{"w":404,"x":30,"y":42,"h":56},"c":[{"id":"HousingUpkeep_UpkeepWaived_Label","b":{"w":402,"x":1,"y":1,"h":54},"c":[]}]},{"id":"HousingUpkeep_MithrilPurchaseButton","b":{"w":213,"x":13,"y":115,"h":79},"c":[{"id":"Button_General_Use_New_Left","b":{"w":39,"x":0,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":135,"x":39,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":39,"x":174,"y":0,"h":78},"c":[]},{"id":"Button_General_Use_Highlight_l","b":{"w":68,"x":11,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41135B95"]},{"id":"HousingUpkeep_MithrilPurchaseButton_Field","b":{"w":90,"x":61,"y":38,"h":21},"c":[{"id":"HousingUpkeep_MithrilPurchaseButton_CostContainer","b":{"w":90,"x":0,"y":0,"h":21},"c":[{"id":"HousingUpkeep_MithrilPurchaseButton_MithrilIcon","b":{"w":20,"x":64,"y":1,"h":20},"c":[],"assets":["0x41134856"]},{"id":"HousingUpkeep_MithrilPurchaseButton_MithrilCost_Text","b":{"w":57,"x":3,"y":1,"h":19},"c":[]}]}]},{"id":"Button_General_Use_Highlight","b":{"w":68,"x":136,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41135B9A"]}]},{"id":"HousingUpkeep_NoRefundWarning_Label","b":{"w":450,"x":9,"y":192,"h":20},"c":[]},{"id":"Box_01_Empty_InnerShadow","b":{"w":463,"x":1,"y":1,"h":217},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":199},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":208,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":445,"x":9,"y":208,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":454,"y":208,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":454,"y":9,"h":199},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":454,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":445,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":219},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":463,"x":1,"y":218,"h":1},"c":[],"assets":["0x41000141"]},{"id":"HousingUpkeep_PurchaseUntil_Label","b":{"w":450,"x":9,"y":96,"h":20},"c":[]},{"id":"HousingUpkeep_Upkeep_Label","b":{"w":132,"x":166,"y":0,"h":25},"c":[]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":464,"y":0,"h":219},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":463,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]},{"id":"HousingUpkeep_NextUpkeep_Timer","b":{"w":400,"x":13,"y":23,"h":20},"c":[]}]},{"id":"HousingUpkeep_PaperItemBalance","b":{"w":87,"x":9,"y":230,"h":33},"c":[{"id":"PaperItemDisplay_Text","b":{"w":48,"x":8,"y":6,"h":20},"c":[]},{"id":"PaperItemServiceBalance_Container","b":{"w":87,"x":0,"y":0,"h":32},"c":[{"id":"balance_box_left","b":{"w":16,"x":0,"y":0,"h":32},"c":[],"assets":["0x41135D34"]},{"id":"balance_box_center","b":{"w":53,"x":16,"y":0,"h":32},"c":[],"assets":["0x41135D32"]},{"id":"balance_box_right","b":{"w":16,"x":69,"y":0,"h":32},"c":[],"assets":["0x41135D33"]}]},{"id":"PaperItemDisplay_Icon","b":{"w":20,"x":59,"y":6,"h":20},"c":[]}]}]},{"id":"HousingPanel_PermissionPage","b":{"w":473,"x":7,"y":27,"h":472},"c":[{"id":"HousingPermissionsDisplay_ListField","b":{"w":477,"x":1,"y":4,"h":292},"c":[{"id":"HousingPermissionsDisplay_GroupLabel","b":{"w":204,"x":2,"y":5,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_EntryCountLabel","b":{"w":131,"x":232,"y":5,"h":20},"c":[]},{"id":"HousingPermisssionsDisplay_LB_BG","b":{"w":467,"x":0,"y":26,"h":256},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":465,"x":1,"y":1,"h":254},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":236},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":245,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":447,"x":9,"y":245,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":456,"y":245,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":456,"y":9,"h":236},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":456,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":447,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":256},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":465,"x":1,"y":255,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":466,"y":0,"h":256},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":465,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HousingPermissionsDisplay_LB","b":{"w":463,"x":4,"y":29,"h":251},"c":[]},{"id":"HousingPermissionsDisplay_SB","b":{"w":10,"x":461,"y":29,"h":250},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":240,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":0,"h":250},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":230},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":240,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":230},"c":[]}]}]},{"id":"HousingPermissionsDisplay_List_AddButton","b":{"w":103,"x":26,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":67,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":64,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":82,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingPermissionsDisplay_List_RemoveButton","b":{"w":103,"x":136,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":67,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":64,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":82,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingPermissionsDisplay_PermField","b":{"w":459,"x":4,"y":296,"h":147},"c":[{"id":"HousingPermissionDisplay_PermField_Bg","b":{"w":459,"x":0,"y":20,"h":123},"c":[{"id":"Box_Blue_tl","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x410D7C2C"]},{"id":"Box_Blue_t","b":{"w":441,"x":9,"y":0,"h":9},"c":[],"assets":["0x410D7C2D"]},{"id":"Box_Blue_tr","b":{"w":9,"x":450,"y":0,"h":9},"c":[],"assets":["0x410D7C2E"]},{"id":"Box_Blue_r","b":{"w":9,"x":450,"y":9,"h":105},"c":[],"assets":["0x410D7C2F"]},{"id":"Box_Blue_br","b":{"w":9,"x":450,"y":114,"h":9},"c":[],"assets":["0x410D7C30"]},{"id":"Box_Blue_b","b":{"w":441,"x":9,"y":114,"h":9},"c":[],"assets":["0x410D7C31"]},{"id":"Box_Blue_bl","b":{"w":9,"x":0,"y":114,"h":9},"c":[],"assets":["0x410D7C32"]},{"id":"Box_Blue_l","b":{"w":10,"x":0,"y":9,"h":105},"c":[],"assets":["0x410D7C33"]},{"id":"Box_Blue_c","b":{"w":441,"x":9,"y":9,"h":105},"c":[],"assets":["0x410D7C34"]}]},{"id":"HousingPermissionsDisplay_Perm_Label","b":{"w":411,"x":0,"y":-2,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermVisitor","b":{"w":438,"x":4,"y":20,"h":22},"c":[{"id":"HousingPermissionsDisplay_PermVisitor_Icon","b":{"w":26,"x":11,"y":0,"h":24},"c":[],"assets":["0x410D7C47"]},{"id":"HousingPermissionsDisplay_PermVisitor_Label","b":{"w":279,"x":38,"y":0,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermVisitor_Checkbox","b":{"w":10,"x":362,"y":6,"h":10},"c":[]},{"id":"HousingPermissionDisplay_PermVisitor_horizline","b":{"w":444,"x":5,"y":20,"h":2},"c":[],"assets":["0x410D7C48"]}]},{"id":"HousingPermissionsDisplay_PermUseDecorations","b":{"w":438,"x":4,"y":100,"h":22},"c":[{"id":"HousingPermissionsDisplay_PermUseDecorations_Icon","b":{"w":26,"x":11,"y":0,"h":24},"c":[],"assets":["0x410DA93B"]},{"id":"HousingPermissionsDisplay_PermUseDecorations_Label","b":{"w":279,"x":38,"y":0,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermUseDecorations_Checkbox","b":{"w":10,"x":362,"y":6,"h":10},"c":[]},{"id":"HousingPermissionDisplay_PermUseDecorations_horizline","b":{"w":444,"x":5,"y":20,"h":2},"c":[],"assets":["0x410D7C48"]}]},{"id":"HousingPermissionsDisplay_PermStorage","b":{"w":438,"x":4,"y":40,"h":22},"c":[{"id":"HousingPermissionsDisplay_PermStorage_Icon","b":{"w":26,"x":11,"y":0,"h":24},"c":[],"assets":["0x410D7C49"]},{"id":"HousingPermissionsDisplay_PermStorage_Label","b":{"w":279,"x":38,"y":0,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermStorage_Checkbox","b":{"w":10,"x":362,"y":6,"h":10},"c":[]},{"id":"HousingPermissionDisplay_PermStorage_horizline","b":{"w":444,"x":5,"y":20,"h":2},"c":[],"assets":["0x410D7C48"]}]},{"id":"HousingPermissionsDisplay_PermUpkeep","b":{"w":438,"x":4,"y":60,"h":22},"c":[{"id":"HousingPermissionsDisplay_PermUpkeep_Icon","b":{"w":26,"x":11,"y":0,"h":24},"c":[],"assets":["0x410D7C4A"]},{"id":"HousingPermissionsDisplay_PermUpkeep_Label","b":{"w":279,"x":38,"y":0,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermUpkeep_Checkbox","b":{"w":10,"x":362,"y":6,"h":10},"c":[]},{"id":"HousingPermissionDisplay_PermUpkeep_horizline","b":{"w":444,"x":5,"y":20,"h":2},"c":[],"assets":["0x410D7C48"]}]},{"id":"HousingPermissionsDisplay_PermDecorate","b":{"w":438,"x":4,"y":80,"h":22},"c":[{"id":"HousingPermissionsDisplay_PermDecorate_Icon","b":{"w":26,"x":11,"y":0,"h":24},"c":[],"assets":["0x410D7C4B"]},{"id":"HousingPermissionsDisplay_PermDecorate_Label","b":{"w":279,"x":38,"y":0,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermDecorate_Checkbox","b":{"w":10,"x":362,"y":6,"h":10},"c":[]},{"id":"HousingPermissionDisplay_PermDecorate_horizline","b":{"w":444,"x":5,"y":20,"h":2},"c":[],"assets":["0x410D7C48"]}]},{"id":"HousingPermissionsDisplay_PermPerms","b":{"w":438,"x":4,"y":120,"h":22},"c":[{"id":"HousingPermissionsDisplay_PermPerms_Icon","b":{"w":26,"x":11,"y":0,"h":24},"c":[],"assets":["0x410D7C4C"]},{"id":"HousingPermissionsDisplay_PermPerms_Label","b":{"w":279,"x":38,"y":0,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermPerms_Checkbox","b":{"w":10,"x":362,"y":6,"h":10},"c":[]}]}]},{"id":"HousingPermissionsDisplay_ApplyButton","b":{"w":75,"x":328,"y":444,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":39,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":36,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":54,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"HousingPanel_UpkeepTab","b":{"w":115,"x":120,"y":2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":114,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":87,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":97,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"HousingPanel_PermissionTab","b":{"w":115,"x":233,"y":2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":114,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":87,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":97,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"HousingPanel_InfoPage","b":{"w":470,"x":9,"y":32,"h":464},"c":[{"id":"HousingInfo_CurrentlyVisiting","b":{"w":244,"x":113,"y":8,"h":32},"c":[]},{"id":"HousingInfo_HouseInfo","b":{"w":300,"x":85,"y":52,"h":395},"c":[{"id":"BaseHousingInfo_DividingLine","b":{"w":244,"x":28,"y":262,"h":2},"c":[]},{"id":"BaseHousingInfo_VIPNote","b":{"w":244,"x":28,"y":220,"h":40},"c":[]},{"id":"BaseHousingInfo_HouseType","b":{"w":140,"x":28,"y":162,"h":18},"c":[]},{"id":"BaseHousingInfo_PlayerMoney_Writs","b":{"w":100,"x":106,"y":292,"h":20},"c":[{"id":"MoneyDisplay_WritIcon","b":{"w":20,"x":78,"y":1,"h":20},"c":[],"assets":["0x411A9523"]},{"id":"MoneyDisplay_WritText","b":{"w":78,"x":0,"y":1,"h":20},"c":[]}]},{"id":"BaseHousingInfo_HouseAddress","b":{"w":244,"x":28,"y":106,"h":29},"c":[]},{"id":"BaseHousingInfo_NeighborhoodAndTown","b":{"w":244,"x":28,"y":134,"h":29},"c":[]},{"id":"BaseHousingInfo_HouseDescription","b":{"w":244,"x":28,"y":300,"h":90},"c":[]},{"id":"BaseHousingInfo_CostDisplay_Label","b":{"w":100,"x":28,"y":180,"h":20},"c":[]},{"id":"BaseHousingInfo_CostDisplay","b":{"w":160,"x":114,"y":180,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"BaseHousingInfo_MithrilCostDisplay","b":{"w":99,"x":172,"y":180,"h":22},"c":[{"id":"MoneyDisplay_Entry_MithrilField","b":{"w":100,"x":0,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Entry_MithrilLabel","b":{"w":20,"x":78,"y":1,"h":20},"c":[],"assets":["0x41134856"]},{"id":"MoneyDisplay_Entry_MithrilEntry","b":{"w":77,"x":0,"y":2,"h":18},"c":[]}]}]},{"id":"BaseHousingInfo_WritCostDisplay","b":{"w":100,"x":100,"y":180,"h":20},"c":[{"id":"MoneyDisplay_WritIcon","b":{"w":20,"x":78,"y":1,"h":20},"c":[],"assets":["0x411A9523"]},{"id":"MoneyDisplay_WritText","b":{"w":78,"x":0,"y":1,"h":20},"c":[]}]},{"id":"BaseHousingInfo_UpkeepCostDisplay_Label","b":{"w":100,"x":28,"y":200,"h":20},"c":[]},{"id":"BaseHousingInfo_UpkeepCostDisplay","b":{"w":120,"x":153,"y":200,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"BaseHousingInfo_PlayerMoneyTotal","b":{"w":159,"x":117,"y":270,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":97,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"BaseHousingInfo_PlayerMithrilTotal","b":{"w":100,"x":174,"y":292,"h":22},"c":[{"id":"MoneyDisplay_Entry_MithrilField","b":{"w":100,"x":0,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Entry_MithrilLabel","b":{"w":20,"x":78,"y":1,"h":20},"c":[],"assets":["0x41134856"]},{"id":"MoneyDisplay_Entry_MithrilEntry","b":{"w":77,"x":0,"y":2,"h":18},"c":[]}]}]},{"id":"BaseHousingInfo_Icon","b":{"w":245,"x":27,"y":0,"h":106},"c":[],"assets":["0x411A399E"]},{"id":"BaseHousingInfo_PlayerMoneyLabel","b":{"w":100,"x":28,"y":282,"h":20},"c":[]}]},{"id":"HousingInfo_Panel_Left","b":{"w":105,"x":4,"y":0,"h":463},"c":[],"assets":["0x411A4A1A"]},{"id":"HousingInfo_Panel_Right","b":{"w":105,"x":362,"y":0,"h":463},"c":[],"assets":["0x411A4A1B"]}]},{"id":"HousingPanel_InfoTab","b":{"w":115,"x":7,"y":2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":114,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":87,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":97,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]},{"id":"HousingPanel_Base_Box","b":{"w":491,"x":0,"y":20,"h":523},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":455,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":419,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":451},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":487,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":419,"x":36,"y":487,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":455,"y":487,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":455,"y":36,"h":451},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":419,"x":36,"y":36,"h":451},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":478,"x":7,"y":6,"h":510},"c":[],"assets":["0x411351FD"]}]}]},"ID_UISkin_HousingPermissions_Window":{"id":"HousingPermissions_Window","b":{"w":470,"x":4,"y":113,"h":530},"c":[{"id":"HousingPermissions_CloseButton","b":{"w":16,"x":429,"y":26,"h":16},"c":[]},{"id":"HousingPermissions_Display","b":{"w":433,"x":10,"y":33,"h":492},"c":[{"id":"HousingPermissionsDisplay_ListField","b":{"w":437,"x":1,"y":4,"h":312},"c":[{"id":"HousingPermissionsDisplay_GroupLabel","b":{"w":204,"x":2,"y":5,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_EntryCountLabel","b":{"w":131,"x":232,"y":5,"h":20},"c":[]},{"id":"HousingPermisssionsDisplay_LB_BG","b":{"w":427,"x":0,"y":26,"h":276},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":425,"x":1,"y":1,"h":274},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":256},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":265,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":407,"x":9,"y":265,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":416,"y":265,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":416,"y":9,"h":256},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":416,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":407,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":276},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":425,"x":1,"y":275,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":426,"y":0,"h":276},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":425,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HousingPermissionsDisplay_LB","b":{"w":423,"x":4,"y":29,"h":271},"c":[]},{"id":"HousingPermissionsDisplay_SB","b":{"w":10,"x":421,"y":29,"h":270},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":260,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":0,"h":270},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":250},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":260,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":250},"c":[]}]}]},{"id":"HousingPermissionsDisplay_List_AddButton","b":{"w":103,"x":26,"y":464,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":67,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":64,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":82,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingPermissionsDisplay_List_RemoveButton","b":{"w":103,"x":136,"y":464,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":67,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":64,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":82,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingPermissionsDisplay_PermField","b":{"w":419,"x":4,"y":316,"h":147},"c":[{"id":"HousingPermissionDisplay_PermField_Bg","b":{"w":419,"x":0,"y":20,"h":123},"c":[{"id":"Box_Blue_tl","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x410D7C2C"]},{"id":"Box_Blue_t","b":{"w":401,"x":9,"y":0,"h":9},"c":[],"assets":["0x410D7C2D"]},{"id":"Box_Blue_tr","b":{"w":9,"x":410,"y":0,"h":9},"c":[],"assets":["0x410D7C2E"]},{"id":"Box_Blue_r","b":{"w":9,"x":410,"y":9,"h":105},"c":[],"assets":["0x410D7C2F"]},{"id":"Box_Blue_br","b":{"w":9,"x":410,"y":114,"h":9},"c":[],"assets":["0x410D7C30"]},{"id":"Box_Blue_b","b":{"w":401,"x":9,"y":114,"h":9},"c":[],"assets":["0x410D7C31"]},{"id":"Box_Blue_bl","b":{"w":9,"x":0,"y":114,"h":9},"c":[],"assets":["0x410D7C32"]},{"id":"Box_Blue_l","b":{"w":10,"x":0,"y":9,"h":105},"c":[],"assets":["0x410D7C33"]},{"id":"Box_Blue_c","b":{"w":401,"x":9,"y":9,"h":105},"c":[],"assets":["0x410D7C34"]}]},{"id":"HousingPermissionsDisplay_Perm_Label","b":{"w":411,"x":0,"y":-2,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermVisitor","b":{"w":398,"x":4,"y":20,"h":22},"c":[{"id":"HousingPermissionsDisplay_PermVisitor_Icon","b":{"w":26,"x":11,"y":0,"h":24},"c":[],"assets":["0x410D7C47"]},{"id":"HousingPermissionsDisplay_PermVisitor_Label","b":{"w":239,"x":38,"y":0,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermVisitor_Checkbox","b":{"w":10,"x":322,"y":6,"h":10},"c":[]},{"id":"HousingPermissionDisplay_PermVisitor_horizline","b":{"w":404,"x":5,"y":20,"h":2},"c":[],"assets":["0x410D7C48"]}]},{"id":"HousingPermissionsDisplay_PermUseDecorations","b":{"w":398,"x":4,"y":100,"h":22},"c":[{"id":"HousingPermissionsDisplay_PermUseDecorations_Icon","b":{"w":26,"x":11,"y":0,"h":24},"c":[],"assets":["0x410DA93B"]},{"id":"HousingPermissionsDisplay_PermUseDecorations_Label","b":{"w":239,"x":38,"y":0,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermUseDecorations_Checkbox","b":{"w":10,"x":322,"y":6,"h":10},"c":[]},{"id":"HousingPermissionDisplay_PermUseDecorations_horizline","b":{"w":404,"x":5,"y":20,"h":2},"c":[],"assets":["0x410D7C48"]}]},{"id":"HousingPermissionsDisplay_PermStorage","b":{"w":398,"x":4,"y":40,"h":22},"c":[{"id":"HousingPermissionsDisplay_PermStorage_Icon","b":{"w":26,"x":11,"y":0,"h":24},"c":[],"assets":["0x410D7C49"]},{"id":"HousingPermissionsDisplay_PermStorage_Label","b":{"w":239,"x":38,"y":0,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermStorage_Checkbox","b":{"w":10,"x":322,"y":6,"h":10},"c":[]},{"id":"HousingPermissionDisplay_PermStorage_horizline","b":{"w":404,"x":5,"y":20,"h":2},"c":[],"assets":["0x410D7C48"]}]},{"id":"HousingPermissionsDisplay_PermUpkeep","b":{"w":398,"x":4,"y":60,"h":22},"c":[{"id":"HousingPermissionsDisplay_PermUpkeep_Icon","b":{"w":26,"x":11,"y":0,"h":24},"c":[],"assets":["0x410D7C4A"]},{"id":"HousingPermissionsDisplay_PermUpkeep_Label","b":{"w":239,"x":38,"y":0,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermUpkeep_Checkbox","b":{"w":10,"x":322,"y":6,"h":10},"c":[]},{"id":"HousingPermissionDisplay_PermUpkeep_horizline","b":{"w":404,"x":5,"y":20,"h":2},"c":[],"assets":["0x410D7C48"]}]},{"id":"HousingPermissionsDisplay_PermDecorate","b":{"w":398,"x":4,"y":80,"h":22},"c":[{"id":"HousingPermissionsDisplay_PermDecorate_Icon","b":{"w":26,"x":11,"y":0,"h":24},"c":[],"assets":["0x410D7C4B"]},{"id":"HousingPermissionsDisplay_PermDecorate_Label","b":{"w":239,"x":38,"y":0,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermDecorate_Checkbox","b":{"w":10,"x":322,"y":6,"h":10},"c":[]},{"id":"HousingPermissionDisplay_PermDecorate_horizline","b":{"w":404,"x":5,"y":20,"h":2},"c":[],"assets":["0x410D7C48"]}]},{"id":"HousingPermissionsDisplay_PermPerms","b":{"w":398,"x":4,"y":120,"h":22},"c":[{"id":"HousingPermissionsDisplay_PermPerms_Icon","b":{"w":26,"x":11,"y":0,"h":24},"c":[],"assets":["0x410D7C4C"]},{"id":"HousingPermissionsDisplay_PermPerms_Label","b":{"w":239,"x":38,"y":0,"h":20},"c":[]},{"id":"HousingPermissionsDisplay_PermPerms_Checkbox","b":{"w":10,"x":322,"y":6,"h":10},"c":[]}]}]},{"id":"HousingPermissionsDisplay_ApplyButton","b":{"w":75,"x":328,"y":464,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":39,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":36,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":54,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"HousingPermissions_BaseBox_BG","b":{"w":449,"x":0,"y":20,"h":510},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":377,"x":36,"y":474,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":413,"y":474,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":413,"y":36,"h":438},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":377,"x":36,"y":36,"h":438},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":413,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":377,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":438},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":474,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"HousingPermissions_TitleBar","b":{"w":250,"x":104,"y":-7,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"HousingPermissions_WindowLabel","b":{"w":204,"x":23,"y":15,"h":20},"c":[]}]},{"id":"HousingPermissions_MoveBar","b":{"w":302,"x":72,"y":10,"h":16},"c":[]}]},"ID_UISkin_HousingPurchase_Window":{"id":"HousingPurchase_Window","b":{"w":722,"x":4,"y":113,"h":525},"c":[{"id":"HousingPurchase_HouseTypeFilter_Field","b":{"w":287,"x":124,"y":486,"h":30},"c":[{"id":"HousingPurchase_HouseTypeFilter_Label","b":{"w":133,"x":0,"y":5,"h":20},"c":[]},{"id":"HousingPurchase_HouseTypeFilter_Menu","b":{"w":150,"x":136,"y":3,"h":24},"c":[{"id":"HousingPurchase_HouseTypeFilter_Menu_Label","b":{"w":144,"x":4,"y":2,"h":18},"c":[]},{"id":"Menu_01_SelectionBackground","b":{"w":150,"x":0,"y":0,"h":22},"c":[{"id":"BasePanel_TopMid","b":{"w":112,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":144,"x":3,"y":3,"h":16},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-16},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":3,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":112,"x":19,"y":19,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":131,"y":3,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":147,"y":19,"h":-16},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":131,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":132,"x":5,"y":-1,"h":24},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":134,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"HousingPurchase_Address_SortTabs","b":{"w":326,"x":337,"y":99,"h":27},"c":[{"id":"HousingPurchase_Address_SortTabs_AddressLabel","b":{"w":59,"x":0,"y":8,"h":20},"c":[]},{"id":"HousingPurchase_Address_SortTabs_Cost","b":{"w":48,"x":200,"y":8,"h":20},"c":[]}]},{"id":"HousingPurchase_RefreshButton","b":{"w":120,"x":34,"y":490,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":84,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":81,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingPurchase_TemplateName","b":{"w":380,"x":171,"y":38,"h":30},"c":[]},{"id":"HousingPurchase_BaseBox_BG","b":{"w":722,"x":0,"y":20,"h":502},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":650,"x":36,"y":466,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":686,"y":466,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":686,"y":36,"h":430},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":650,"x":36,"y":36,"h":430},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":686,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":650,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":430},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":466,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"HousingPurchase_TitleBar","b":{"w":250,"x":236,"y":-7,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"HousingPurchase_WindowLabel","b":{"w":204,"x":23,"y":15,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"HousingPurchase_MoveBar","b":{"w":302,"x":210,"y":10,"h":16},"c":[]},{"id":"HousingPurchase_HouseInfo_Field","b":{"w":301,"x":413,"y":76,"h":436},"c":[{"id":"HousingPurchase_HouseTemplate","b":{"w":301,"x":0,"y":0,"h":436},"c":[{"id":"HousingPurchase_HouseInfo","b":{"w":300,"x":0,"y":0,"h":395},"c":[{"id":"BaseHousingInfo_DividingLine","b":{"w":244,"x":28,"y":262,"h":2},"c":[]},{"id":"BaseHousingInfo_VIPNote","b":{"w":244,"x":28,"y":220,"h":40},"c":[]},{"id":"BaseHousingInfo_HouseType","b":{"w":140,"x":28,"y":162,"h":18},"c":[]},{"id":"BaseHousingInfo_PlayerMoney_Writs","b":{"w":100,"x":106,"y":292,"h":20},"c":[{"id":"MoneyDisplay_WritIcon","b":{"w":20,"x":78,"y":1,"h":20},"c":[],"assets":["0x411A9523"]},{"id":"MoneyDisplay_WritText","b":{"w":78,"x":0,"y":1,"h":20},"c":[]}]},{"id":"BaseHousingInfo_HouseAddress","b":{"w":244,"x":28,"y":106,"h":29},"c":[]},{"id":"BaseHousingInfo_NeighborhoodAndTown","b":{"w":244,"x":28,"y":134,"h":29},"c":[]},{"id":"BaseHousingInfo_HouseDescription","b":{"w":244,"x":28,"y":300,"h":90},"c":[]},{"id":"BaseHousingInfo_CostDisplay_Label","b":{"w":100,"x":28,"y":180,"h":20},"c":[]},{"id":"BaseHousingInfo_CostDisplay","b":{"w":160,"x":114,"y":180,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"BaseHousingInfo_MithrilCostDisplay","b":{"w":99,"x":172,"y":180,"h":22},"c":[{"id":"MoneyDisplay_Entry_MithrilField","b":{"w":100,"x":0,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Entry_MithrilLabel","b":{"w":20,"x":78,"y":1,"h":20},"c":[],"assets":["0x41134856"]},{"id":"MoneyDisplay_Entry_MithrilEntry","b":{"w":77,"x":0,"y":2,"h":18},"c":[]}]}]},{"id":"BaseHousingInfo_WritCostDisplay","b":{"w":100,"x":100,"y":180,"h":20},"c":[{"id":"MoneyDisplay_WritIcon","b":{"w":20,"x":78,"y":1,"h":20},"c":[],"assets":["0x411A9523"]},{"id":"MoneyDisplay_WritText","b":{"w":78,"x":0,"y":1,"h":20},"c":[]}]},{"id":"BaseHousingInfo_UpkeepCostDisplay_Label","b":{"w":100,"x":28,"y":200,"h":20},"c":[]},{"id":"BaseHousingInfo_UpkeepCostDisplay","b":{"w":120,"x":153,"y":200,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"BaseHousingInfo_PlayerMoneyTotal","b":{"w":159,"x":117,"y":270,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":97,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"BaseHousingInfo_PlayerMithrilTotal","b":{"w":100,"x":174,"y":292,"h":22},"c":[{"id":"MoneyDisplay_Entry_MithrilField","b":{"w":100,"x":0,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Entry_MithrilLabel","b":{"w":20,"x":78,"y":1,"h":20},"c":[],"assets":["0x41134856"]},{"id":"MoneyDisplay_Entry_MithrilEntry","b":{"w":77,"x":0,"y":2,"h":18},"c":[]}]}]},{"id":"BaseHousingInfo_Icon","b":{"w":245,"x":27,"y":0,"h":106},"c":[],"assets":["0x411A399E"]},{"id":"BaseHousingInfo_PlayerMoneyLabel","b":{"w":100,"x":28,"y":282,"h":20},"c":[]}]},{"id":"HousingPurchase_HouseButtons_Field","b":{"w":300,"x":0,"y":388,"h":48},"c":[{"id":"HousingPurchase_WritUpsell_Button","b":{"w":120,"x":28,"y":26,"h":20},"c":[{"id":"BuyNowButton_bg_text","b":{"w":107,"x":0,"y":0,"h":20},"c":[]},{"id":"BuyNowTextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[],"assets":["0x4110D2A1","0x4110D2A2","0x4110D2A3","0x41108F4B"]},{"id":"BuyNowTextButtonReference_Mid","b":{"w":79,"x":20,"y":0,"h":20},"c":[],"assets":["0x4110D2A4","0x4110D2A5","0x4110D2A6","0x41108F4A"]},{"id":"BuyNowTextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[{"id":"MTX_Coin","b":{"w":20,"x":-2,"y":0,"h":20},"c":[]}],"assets":["0x4110D2A7","0x4110D2A8","0x4110D2A9","0x41108F4D"]}]},{"id":"HousingPurchase_BuyButton","b":{"w":120,"x":90,"y":26,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":84,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":81,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingPurchase_ViewButton","b":{"w":120,"x":90,"y":0,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":84,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":81,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingPurchase_BuyButtonMithril","b":{"w":120,"x":153,"y":26,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":84,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButton_Mithril_Icon","b":{"w":20,"x":92,"y":0,"h":20},"c":[],"assets":["0x41135D36"]},{"id":"TextButtonReference_Mid","b":{"w":81,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingPurchase_BuyButtonWrits","b":{"w":120,"x":28,"y":26,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":84,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":81,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[]},{"id":"TextButtonWrits_Icon","b":{"w":20,"x":96,"y":0,"h":20},"c":[],"assets":["0x411A9523"]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"HousingPurchase_MithrilUpsell_Button","b":{"w":120,"x":153,"y":26,"h":20},"c":[{"id":"BuyNowButton_bg_text","b":{"w":107,"x":0,"y":0,"h":20},"c":[]},{"id":"BuyNowTextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[],"assets":["0x4110D2A1","0x4110D2A2","0x4110D2A3","0x41108F4B"]},{"id":"BuyNowTextButtonReference_Mid","b":{"w":79,"x":20,"y":0,"h":20},"c":[],"assets":["0x4110D2A4","0x4110D2A5","0x4110D2A6","0x41108F4A"]},{"id":"BuyNowTextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[{"id":"MTX_Coin","b":{"w":20,"x":-2,"y":0,"h":20},"c":[]}],"assets":["0x4110D2A7","0x4110D2A8","0x4110D2A9","0x41108F4D"]}]}]}]},{"id":"HousingPurchase_HouseTemplate_NoSelection","b":{"w":301,"x":0,"y":0,"h":436},"c":[{"id":"HousingPurchase_restrictions","b":{"w":244,"x":28,"y":115,"h":282},"c":[]},{"id":"HousingPurchase_Panorama_Field","b":{"w":245,"x":27,"y":0,"h":106},"c":[],"assets":["0x411A399E"]}]}]},{"id":"HousingPurchase_CloseButton","b":{"w":16,"x":696,"y":29,"h":16},"c":[]},{"id":"HousingPurchase_ListField","b":{"w":400,"x":10,"y":102,"h":380},"c":[{"id":"HousingPurchase_SB","b":{"w":10,"x":389,"y":2,"h":376},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":366,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":366,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":356},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":336},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":346,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":356},"c":[]}]},{"id":"Box_01_Empty_InnerShadow","b":{"w":398,"x":1,"y":1,"h":378},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":360},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":369,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":380,"x":9,"y":369,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":389,"y":369,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":389,"y":9,"h":360},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":389,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":380,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":380},"c":[],"assets":["0x41000141"]},{"id":"HousingPurchase_Tree","b":{"w":384,"x":3,"y":2,"h":374},"c":[]},{"id":"Box_01_Empty_BottomBorder","b":{"w":398,"x":1,"y":379,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":399,"y":0,"h":380},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":398,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HousingPurchase_search","b":{"w":400,"x":10,"y":45,"h":56},"c":[{"id":"HousingPurchase_searchNeighborhood_search_label","b":{"w":200,"x":47,"y":35,"h":15},"c":[]},{"id":"HousingPurchase_searchNeighborhood_searchField","b":{"w":150,"x":250,"y":30,"h":24},"c":[{"id":"HousingPurchase_searchNeighborhood_searchField_bg","b":{"w":150,"x":0,"y":0,"h":24},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":148,"x":1,"y":1,"h":22},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":4},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":13,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":130,"x":9,"y":13,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":139,"y":13,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":139,"y":9,"h":4},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":139,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":130,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":24},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":148,"x":1,"y":23,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":149,"y":0,"h":24},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":148,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]}]},{"id":"HousingPurchase_SortTabs","b":{"w":326,"x":9,"y":99,"h":27},"c":[{"id":"HousingPurchase_SortTabs_Tier2","b":{"w":37,"x":230,"y":3,"h":22},"c":[],"assets":["0x410D7C62","0x410D7CDB"]},{"id":"HousingPurchase_SortTabs_Fellowship","b":{"w":37,"x":283,"y":3,"h":22},"c":[],"assets":["0x410D7C63","0x410D7CDC"]},{"id":"HousingPurchase_SortTabs_NeighborhoodName","b":{"w":146,"x":0,"y":8,"h":20},"c":[]},{"id":"HousingPurchase_SortTabs_Tier1","b":{"w":37,"x":183,"y":3,"h":22},"c":[],"assets":["0x410D7C61","0x410D7CDA"]}]}]},"ID_UISkin_IA_ReplaceImbuedLegacy":{"id":"IA_ReplaceImbuedLegacy_Window","b":{"w":610,"x":242,"y":32,"h":561},"c":[{"id":"IA_ReplaceImbuedLegacy_LegacyListBox","b":{"w":280,"x":20,"y":131,"h":310},"c":[]},{"id":"IA_ReplaceImbuedLegacy_LegacyScrollbar","b":{"w":9,"x":291,"y":131,"h":327},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":317,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":317,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":307},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":287},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":297,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":307},"c":[]}]},{"id":"IA_ReplaceImbuedLegacy_SelectionScrollbar","b":{"w":9,"x":581,"y":131,"h":327},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":317,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":317,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":307},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":287},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":297,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":307},"c":[]}]},{"id":"IA_ReplaceImbuedLegacy_Item","b":{"w":598,"x":6,"y":34,"h":56},"c":[{"id":"ItemAdvancement_ItemHeader_left","b":{"w":72,"x":0,"y":0,"h":55},"c":[],"assets":["0x410F21A3"]},{"id":"ItemAdvancement_ItemHeader_right","b":{"w":19,"x":578,"y":0,"h":55},"c":[],"assets":["0x410F21A4"]},{"id":"ItemAdvancement_ItemHeader_Icon","b":{"w":32,"x":28,"y":12,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_Name","b":{"w":502,"x":75,"y":4,"h":31},"c":[]},{"id":"ItemAdvancement_ItemHeader_center","b":{"w":533,"x":46,"y":0,"h":55},"c":[],"assets":["0x410F21A2"]}]},{"id":"IA_ReplaceImbuedLegacy_Available_Label","b":{"w":282,"x":309,"y":109,"h":20},"c":[]},{"id":"IA_ReplaceImbuedLegacy_CancelButton","b":{"w":96,"x":74,"y":517,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":60,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":57,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":75,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"IA_ReplaceImbuedLegacy_Desc","b":{"w":460,"x":75,"y":451,"h":38},"c":[]},{"id":"IA_ReplaceImbuedLegacy_Selection_Label","b":{"w":282,"x":19,"y":96,"h":33},"c":[]},{"id":"IA_ReplaceImbuedLegacy_PaperItemBalance","b":{"w":87,"x":260,"y":510,"h":33},"c":[{"id":"PaperItemDisplay_Text","b":{"w":48,"x":8,"y":6,"h":20},"c":[]},{"id":"PaperItemServiceBalance_Container","b":{"w":87,"x":0,"y":0,"h":32},"c":[{"id":"balance_box_left","b":{"w":16,"x":0,"y":0,"h":32},"c":[],"assets":["0x41135D34"]},{"id":"balance_box_center","b":{"w":53,"x":16,"y":0,"h":32},"c":[],"assets":["0x41135D32"]},{"id":"balance_box_right","b":{"w":16,"x":69,"y":0,"h":32},"c":[],"assets":["0x41135D33"]}]},{"id":"PaperItemDisplay_Icon","b":{"w":20,"x":59,"y":6,"h":20},"c":[]}]},{"id":"IA_ReplaceImbuedLegacy_SelectionTree","b":{"w":280,"x":310,"y":131,"h":310},"c":[]},{"id":"IA_ReplaceImbuedLegacy_UsageItemDisplay","b":{"w":32,"x":288,"y":468,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"IA_ReplaceImbuedLegacy_LegacyListBox_Bg","b":{"w":282,"x":19,"y":130,"h":312},"c":[{"id":"Box_01_Background","b":{"w":280,"x":1,"y":1,"h":310},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":280,"x":1,"y":1,"h":310},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":292},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":301,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":262,"x":9,"y":301,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":271,"y":301,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":271,"y":9,"h":292},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":271,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":262,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":312},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":280,"x":1,"y":311,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":281,"y":0,"h":312},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":280,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"IA_ReplaceImbuedLegacy_ReplaceButton_PaperItem","b":{"w":202,"x":380,"y":498,"h":48},"c":[{"id":"IA_ReplaceImbuedLegacy_PaperItem_Field","b":{"w":61,"x":70,"y":19,"h":21},"c":[{"id":"IA_ReplaceImbuedLegacy_PaperItem_Field_Cost_Container","b":{"w":61,"x":0,"y":0,"h":21},"c":[{"id":"IA_ReplaceImbuedLegacy_PaperItem_Field_Cost_Icon","b":{"w":20,"x":29,"y":0,"h":20},"c":[],"assets":["0x41134856"]},{"id":"IA_ReplaceImbuedLegacy_PaperItem_Field_Cost_Text","b":{"w":24,"x":0,"y":0,"h":20},"c":[]}]}]},{"id":"TextButtonReference_BottomLeft","b":{"w":10,"x":0,"y":36,"h":10},"c":[]},{"id":"TextButtonReference_BottomMid","b":{"w":180,"x":10,"y":36,"h":10},"c":[]},{"id":"TextButtonReference_BottomRight","b":{"w":10,"x":190,"y":36,"h":10},"c":[]},{"id":"TextButtonReference_MidRight","b":{"w":10,"x":190,"y":10,"h":26},"c":[]},{"id":"TextButtonReference_Background","b":{"w":180,"x":10,"y":10,"h":26},"c":[]},{"id":"TextButtonReference_TopRight","b":{"w":10,"x":190,"y":0,"h":10},"c":[]},{"id":"TextButtonReference_TopLeft","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"TextButtonReference_TopMid","b":{"w":180,"x":10,"y":0,"h":10},"c":[]},{"id":"TextButtonReference_MidLeft","b":{"w":10,"x":0,"y":10,"h":26},"c":[]}]},{"id":"IA_ReplaceImbuedLegacy_SelectionTree_Bg","b":{"w":282,"x":309,"y":130,"h":312},"c":[{"id":"Box_01_Background","b":{"w":280,"x":1,"y":1,"h":310},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":280,"x":1,"y":1,"h":310},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":292},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":301,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":262,"x":9,"y":301,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":271,"y":301,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":271,"y":9,"h":292},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":271,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":262,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":312},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":280,"x":1,"y":311,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":281,"y":0,"h":312},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":280,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"IA_ReplaceImbuedLegacy_BaseBox_BG","b":{"w":610,"x":0,"y":19,"h":542},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":538,"x":36,"y":506,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":574,"y":506,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":574,"y":36,"h":470},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":538,"x":36,"y":36,"h":470},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":574,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":538,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":470},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":506,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"IA_ReplaceImbuedLegacy_ReplaceButton_NoCost","b":{"w":180,"x":391,"y":517,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":144,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":141,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":159,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"IA_ReplaceImbuedLegacy_TitleBar","b":{"w":200,"x":204,"y":-10,"h":43},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":165,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":130,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"IA_ReplaceImbuedLegacy_WindowLabel","b":{"w":182,"x":9,"y":15,"h":23},"c":[]}]},{"id":"IA_ReplaceImbuedLegacy_CloseButton","b":{"w":16,"x":582,"y":27,"h":16},"c":[]},{"id":"IA_ReplaceImbuedLegacy_MoveBar","b":{"w":570,"x":20,"y":0,"h":24},"c":[]}]},"ID_UISkin_Inscription_Window":{"id":"Inscription_Window","b":{"w":354,"x":314,"y":505,"h":258},"c":[{"id":"Inscription_Window_BaseBox_BG","b":{"w":335,"x":8,"y":21,"h":235},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":299,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":263,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":163},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":199,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":263,"x":36,"y":199,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":299,"y":199,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":299,"y":36,"h":163},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":263,"x":36,"y":36,"h":163},"c":[],"assets":["0x4100013B"]}]},{"id":"InscriptionWindow_BaseBox_TitleBar","b":{"w":250,"x":50,"y":-6,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"Journal_Label","b":{"w":321,"x":18,"y":3,"h":30},"c":[]},{"id":"IW_MoveBar","b":{"w":320,"x":4,"y":7,"h":22},"c":[]},{"id":"Inscription_Window_BG","b":{"w":321,"x":15,"y":45,"h":180},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":319,"x":1,"y":1,"h":178},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":160},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":169,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":301,"x":9,"y":169,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":310,"y":169,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":310,"y":9,"h":160},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":310,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":301,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":180},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":319,"x":1,"y":179,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":320,"y":0,"h":180},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":319,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"IW_Inscription_Text","b":{"w":305,"x":20,"y":48,"h":173},"c":[]},{"id":"IW_CloseButton","b":{"w":16,"x":320,"y":28,"h":16},"c":[]},{"id":"IW_Commit_Inscription_Button","b":{"w":64,"x":143,"y":228,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":28,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":25,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":43,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"IW_Inscription_Text_Scrollbar","b":{"w":10,"x":325,"y":47,"h":177},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":167,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":167,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":157},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":137},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":147,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":157},"c":[]}]}]},"ID_UISkin_ItemAdvancementApplyItem":{"id":"ItemAdvancementApplyItem_Window","b":{"w":401,"x":9,"y":5,"h":524},"c":[{"id":"ItemAdvancementApplyItem_Slider","b":{"w":374,"x":13,"y":86,"h":20},"c":[{"id":"ItemAdvancementApplyItem_MinLabel","b":{"w":26,"x":0,"y":0,"h":20},"c":[]},{"id":"ItemAdvancementApplyItem_MaxLabel","b":{"w":26,"x":349,"y":0,"h":20},"c":[]},{"id":"ItemAdvancementApplyItem_Scrollbar","b":{"w":322,"x":26,"y":2,"h":16},"c":[{"id":"ItemAdvancementApplyItem_ButtonLeft","b":{"w":16,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0E","0x41007E0F","0x41007E0D"]},{"id":"ItemAdvancementApplyItem_ButtonRight","b":{"w":16,"x":306,"y":0,"h":16},"c":[],"assets":["0x41007E11","0x41007E12","0x41007E10"]},{"id":"SliderBackground","b":{"w":322,"x":0,"y":0,"h":16},"c":[],"assets":["0x41007E0B"]},{"id":"widget","b":{"w":16,"x":16,"y":0,"h":16},"c":[],"assets":["0x41007E0C","0x4101E50C"]}]}]},{"id":"ItemAdvancementApplyItem_BaseBox_BG","b":{"w":400,"x":0,"y":19,"h":503},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":328,"x":36,"y":467,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":364,"y":467,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":364,"y":36,"h":431},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":328,"x":36,"y":36,"h":431},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":364,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":328,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":431},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":467,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"ItemAdvancementApplyItem_TitleBar","b":{"w":300,"x":50,"y":-10,"h":43},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":265,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":230,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"ItemAdvancementApplyItem_WindowLabel","b":{"w":282,"x":9,"y":13,"h":23},"c":[]}]},{"id":"ItemAdvancementApplyItem_CloseButton","b":{"w":16,"x":379,"y":23,"h":16},"c":[]},{"id":"ItemAdvancementApplyItem_MoveBar","b":{"w":282,"x":59,"y":2,"h":24},"c":[]},{"id":"ItemAdvancementApplyItem_Description","b":{"w":320,"x":40,"y":29,"h":52},"c":[]},{"id":"ItemAdvancementApplyItem_ItemList","b":{"w":374,"x":13,"y":111,"h":374},"c":[{"id":"ItemAdvancementItemList_ListBox","b":{"w":366,"x":0,"y":0,"h":374},"c":[]},{"id":"ItemAdvancementItemList_ListBox_Scrollbar","b":{"w":9,"x":365,"y":0,"h":374},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":364,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":364,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":354},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":334},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":344,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":354},"c":[]}]},{"id":"ItemAdvancementItemList_Background","b":{"w":374,"x":0,"y":0,"h":374},"c":[{"id":"Box_01_Background","b":{"w":372,"x":1,"y":1,"h":372},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":372,"x":1,"y":1,"h":372},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":354},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":363,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":354,"x":9,"y":363,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":363,"y":363,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":363,"y":9,"h":354},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":363,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":354,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":374},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":372,"x":1,"y":373,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":373,"y":0,"h":374},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":372,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"ItemAdvancementApplyItem_ApplyButton","b":{"w":122,"x":139,"y":491,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":86,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":83,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":101,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},"ID_UISkin_ItemAdvancementManagerPanel":{"id":"ItemAdvancementManager_Window","b":{"w":784,"x":183,"y":113,"h":476},"c":[{"id":"ItemAdvancementManager_BaseBox_BG","b":{"w":781,"x":0,"y":19,"h":455},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":745,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":709,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":383},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":419,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":709,"x":36,"y":419,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":745,"y":419,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":745,"y":36,"h":383},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":709,"x":36,"y":36,"h":383},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":768,"x":7,"y":6,"h":442},"c":[],"assets":["0x411351FD"]}]},{"id":"ItemAdvancementManager_TitleBar","b":{"w":250,"x":267,"y":-10,"h":43},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"ItemAdvancementManager_WindowLabel","b":{"w":182,"x":34,"y":13,"h":23},"c":[]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"ItemAdvancementManager_CloseButton","b":{"w":16,"x":757,"y":27,"h":16},"c":[]},{"id":"ItemAdvancementManager_MoveBar","b":{"w":758,"x":20,"y":2,"h":24},"c":[]},{"id":"ItemAdvancementManager_rightResize","b":{"w":9,"x":773,"y":40,"h":424},"c":[]},{"id":"ItemAdvancementManager_Panel","b":{"w":779,"x":0,"y":13,"h":468},"c":[{"id":"ItemAdvancementPanel_Item8Tab","b":{"w":76,"x":536,"y":3,"h":52},"c":[{"id":"ItemAdvancementPanel_Item8Tab_Field","b":{"w":76,"x":0,"y":10,"h":40},"c":[{"id":"ItemAdvancementManager_TabButtonImage","b":{"w":82,"x":-7,"y":4,"h":36},"c":[]},{"id":"ItemAdvancementManager_TabButtonText","b":{"w":76,"x":-1,"y":14,"h":25},"c":[]},{"id":"ItemAdvancementManager_TabButtonLevelupImage","b":{"w":48,"x":-13,"y":3,"h":33},"c":[],"assets":["0x4110DC18"]}]},{"id":"itemAdvancement_tab_magenta_left","b":{"w":12,"x":0,"y":21,"h":31},"c":[],"assets":["0x4110F8B6","0x4110F8B7","0x4110F8B8"]},{"id":"itemAdvancement_tab_magenta_center","b":{"w":51,"x":12,"y":21,"h":31},"c":[],"assets":["0x4110F8B3","0x4110F8B4","0x4110F8B5"]},{"id":"itemAdvancement_tab_magenta_right","b":{"w":12,"x":63,"y":21,"h":31},"c":[],"assets":["0x4110F8B9","0x4110F8BA","0x4110F8BB"]}]},{"id":"ItemAdvancementPanel_Item5Tab","b":{"w":76,"x":314,"y":3,"h":52},"c":[{"id":"ItemAdvancementPanel_Item5Tab_Field","b":{"w":76,"x":0,"y":10,"h":40},"c":[{"id":"ItemAdvancementManager_TabButtonImage","b":{"w":82,"x":-7,"y":4,"h":36},"c":[]},{"id":"ItemAdvancementManager_TabButtonText","b":{"w":76,"x":-1,"y":14,"h":25},"c":[]},{"id":"ItemAdvancementManager_TabButtonLevelupImage","b":{"w":48,"x":-13,"y":3,"h":33},"c":[],"assets":["0x4110DC18"]}]},{"id":"itemAdvancement_tab_purple_left","b":{"w":12,"x":0,"y":21,"h":31},"c":[],"assets":["0x410E8004","0x410E8006","0x410E8005"]},{"id":"itemAdvancement_tab_purple_center","b":{"w":51,"x":12,"y":21,"h":31},"c":[],"assets":["0x410E8007","0x410E8009","0x410E8008"]},{"id":"itemAdvancement_tab_purple_right","b":{"w":12,"x":63,"y":21,"h":31},"c":[],"assets":["0x410E800A","0x410E800C","0x410E800B"]}]},{"id":"ItemAdvancementPanel_Item6Tab","b":{"w":76,"x":388,"y":3,"h":52},"c":[{"id":"itemAdvancement_tab_orange_center","b":{"w":51,"x":12,"y":21,"h":31},"c":[],"assets":["0x410E8010","0x410E8012","0x410E8011"]},{"id":"itemAdvancement_tab_orange_right","b":{"w":12,"x":63,"y":21,"h":31},"c":[],"assets":["0x410E8013","0x410E8015","0x410E8014"]},{"id":"ItemAdvancementPanel_Item6Tab_Field","b":{"w":76,"x":0,"y":10,"h":40},"c":[{"id":"ItemAdvancementManager_TabButtonImage","b":{"w":82,"x":-7,"y":4,"h":36},"c":[]},{"id":"ItemAdvancementManager_TabButtonText","b":{"w":76,"x":-1,"y":14,"h":25},"c":[]},{"id":"ItemAdvancementManager_TabButtonLevelupImage","b":{"w":48,"x":-13,"y":3,"h":33},"c":[],"assets":["0x4110DC18"]}]},{"id":"itemAdvancement_tab_orange_left","b":{"w":12,"x":0,"y":21,"h":31},"c":[],"assets":["0x410E800D","0x410E800F","0x410E800E"]}]},{"id":"ItemAdvancementPanel_Item7Page","b":{"w":771,"x":6,"y":52,"h":402},"c":[{"id":"itemAdvancementPanel_Item7Page_background","b":{"w":771,"x":0,"y":0,"h":403},"c":[{"id":"box_ia_coloredBgs_aqua_tl","b":{"w":300,"x":0,"y":0,"h":335},"c":[],"assets":["0x4111281B"]},{"id":"box_ia_coloredBgs_aqua_tc","b":{"w":171,"x":300,"y":0,"h":335},"c":[],"assets":["0x4111281C"]},{"id":"box_ia_coloredBgs_aqua_tr","b":{"w":300,"x":471,"y":0,"h":335},"c":[],"assets":["0x4111281D"]},{"id":"box_ia_coloredBgs_aqua_cl","b":{"w":300,"x":0,"y":335,"h":53},"c":[],"assets":["0x4111281E"]},{"id":"box_ia_coloredBgs_aqua_cr","b":{"w":300,"x":471,"y":335,"h":53},"c":[],"assets":["0x4111281F"]},{"id":"box_ia_coloredBgs_aqua_bl","b":{"w":300,"x":0,"y":388,"h":14},"c":[],"assets":["0x41112820"]},{"id":"box_ia_coloredBgs_aqua_bc","b":{"w":171,"x":300,"y":388,"h":14},"c":[],"assets":["0x41112821"]},{"id":"box_ia_coloredBgs_aqua_br","b":{"w":300,"x":471,"y":388,"h":14},"c":[],"assets":["0x41112822"]},{"id":"box_ia_coloredBgs_aqua_center","b":{"w":171,"x":300,"y":335,"h":53},"c":[],"assets":["0x411127E9"]}]},{"id":"ItemAdvancementDisplay_ItemSlottedField","b":{"w":771,"x":2,"y":2,"h":399},"c":[{"id":"ItemAdvancementDisplay_MTXFlyout","b":{"w":176,"x":546,"y":208,"h":192},"c":[{"id":"ItemAdvancementDisplay_UpsellClose","b":{"w":170,"x":4,"y":157,"h":29},"c":[{"id":"ItemAdvancementDisplay_IAUpsell_DOWN","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_UpsellClose_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[],"assets":["0x411121A1"]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":85,"x":41,"y":5,"h":19},"c":[]}]},{"id":"ItemAdvancementDisplay_MTXFlyout_Close","b":{"w":16,"x":151,"y":10,"h":16},"c":[]},{"id":"ItemUpgrades_BuyNowButton","b":{"w":163,"x":6,"y":124,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":140,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":104,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":120},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":156,"h":36},"c":[],"assets":["0x41135842"]},{"id":"ItemUpgrades_BuyNowButton_Legendary_Titles","b":{"w":163,"x":6,"y":31,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legendary_Titles","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":104,"x":36,"y":156,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":140,"y":156,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"ItemUpgrades_BuyNowButton_Relics","b":{"w":163,"x":6,"y":62,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Relics","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":140,"y":36,"h":120},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":104,"x":36,"y":36,"h":120},"c":[],"assets":["0x4100013B"]},{"id":"ItemUpgrades_BuyNowButton_Legacies","b":{"w":163,"x":6,"y":93,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legacies","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]}]},{"id":"ItemAdvancementDisplay_RunicField","b":{"w":397,"x":367,"y":68,"h":328},"c":[{"id":"ItemAdvancementDisplay_RunicSlotter","b":{"w":398,"x":0,"y":27,"h":302},"c":[{"id":"RunicPoolSlotter_Panel","b":{"w":398,"x":0,"y":0,"h":271},"c":[{"id":"RunicPoolSlotter_RunicBeginningPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicBeginningTab","b":{"w":80,"x":2,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicMiddlePage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicMiddleTab","b":{"w":83,"x":78,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":82,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":55,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":65,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicEndPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicEndTab","b":{"w":70,"x":158,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":69,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":42,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":52,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_Bg","b":{"w":393,"x":0,"y":20,"h":249},"c":[{"id":"Box_01_Background","b":{"w":391,"x":1,"y":1,"h":247},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":391,"x":1,"y":1,"h":247},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":229},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":238,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":373,"x":9,"y":238,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":382,"y":238,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":382,"y":9,"h":229},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":382,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":373,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":391,"x":1,"y":248,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":392,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":391,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"RunicPoolSlotter_RunicCraftedPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicCraftedTab","b":{"w":80,"x":224,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]},{"id":"RunicPoolSlotter_SlotButton","b":{"w":93,"x":52,"y":277,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"ItemAdvancementDisplay_RunicLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]}]},{"id":"ItemAdvancementDisplay_ProgressionField","b":{"w":358,"x":6,"y":68,"h":329},"c":[{"id":"ItemAdvancementDisplay_LegacyLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Bg","b":{"w":356,"x":1,"y":29,"h":251},"c":[{"id":"Box_01_Background","b":{"w":354,"x":1,"y":1,"h":249},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":354,"x":1,"y":1,"h":249},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":231},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":240,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":336,"x":9,"y":240,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":345,"y":240,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":345,"y":9,"h":231},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":345,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":336,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":354,"x":1,"y":250,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":355,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":354,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_ReplaceImbuedLegacyButton","b":{"w":129,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":93,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":90,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":108,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_RankUpButton","b":{"w":89,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_ProgressionListBox","b":{"w":344,"x":5,"y":30,"h":249},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Scrollbar","b":{"w":9,"x":347,"y":29,"h":250},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":240,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":240,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":230},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":210},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":220,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":230},"c":[]}]},{"id":"ItemAdvancementDisplay_LegendaryPointsText","b":{"w":290,"x":14,"y":277,"h":29},"c":[{"id":"ItemAdvancementDisplay_LegendaryPointsText_BgLabel","b":{"w":268,"x":11,"y":0,"h":28},"c":[],"assets":["0x41005F97"]},{"id":"ItemAdvancement_LegendaryPoints_AvailableIcon","b":{"w":27,"x":22,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPointsAvailableText","b":{"w":76,"x":48,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPointsAvailableValue","b":{"w":26,"x":123,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_LegendaryPointsSpentText","b":{"w":46,"x":174,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPoints_SpentIcon","b":{"w":27,"x":148,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPoints_SpentValue","b":{"w":26,"x":223,"y":4,"h":20},"c":[]}]}]},{"id":"ItemAdvancementDisplay_MainInfoField","b":{"w":771,"x":0,"y":0,"h":90},"c":[{"id":"ItemAdvancementDisplay_Item_Title","b":{"w":442,"x":75,"y":35,"h":15},"c":[]},{"id":"ItemAdvancementDisplay_ItemLevel","b":{"w":48,"x":159,"y":57,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeterField","b":{"w":418,"x":72,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter","b":{"w":333,"x":70,"y":6,"h":12},"c":[{"id":"ItemAdvancementDisplay_LevelingDisabled","b":{"w":331,"x":0,"y":-1,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_BG","b":{"w":413,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":75,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":319,"x":75,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":394,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_Text","b":{"w":55,"x":8,"y":5,"h":16},"c":[]}]},{"id":"Runic_Type1","b":{"w":34,"x":565,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_Item","b":{"w":32,"x":28,"y":20,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Runic_Type4_Slot","b":{"w":60,"x":708,"y":6,"h":62},"c":[],"assets":["0x4110013F"]},{"id":"Runic_Type4","b":{"w":34,"x":723,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemHeaderBg_active","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_normal_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112827"]},{"id":"box_ia_header_normal_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112825"]},{"id":"box_ia_header_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112823"]}]},{"id":"Runic_Type2","b":{"w":34,"x":617,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"Runic_Type3","b":{"w":34,"x":670,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemXPMeterField","b":{"w":333,"x":157,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ItemXPMeter","b":{"w":278,"x":47,"y":8,"h":10},"c":[]},{"id":"ItemAdvancementDisplay_ItemXPMeter_BG","b":{"w":333,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":63,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":251,"x":63,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":314,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ItemXPMeter_Text","b":{"w":281,"x":46,"y":4,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_UpgradesField","b":{"w":136,"x":19,"y":54,"h":21},"c":[{"id":"ItemAdvancementDisplay_UpgradesLabel","b":{"w":78,"x":18,"y":4,"h":17},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox","b":{"w":45,"x":82,"y":3,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox_BG","b":{"w":132,"x":3,"y":0,"h":21},"c":[],"assets":["0x4112895E"]}]},{"id":"ItemAdvancementDisplay_Item_Text","b":{"w":414,"x":75,"y":3,"h":31},"c":[]},{"id":"ItemAdvancementDisplay_Item_OpenRename_Button","b":{"w":16,"x":495,"y":19,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_SubmitRename_Field","b":{"w":454,"x":75,"y":10,"h":27},"c":[{"id":"ItemAdvancementDisplay_Item_SubmitRename_Button","b":{"w":16,"x":401,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_CancelRename_Button","b":{"w":16,"x":420,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text","b":{"w":396,"x":0,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text_Box","b":{"w":398,"x":0,"y":6,"h":20},"c":[{"id":"Box_01_Background","b":{"w":396,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":396,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":378,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":387,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":387,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":378,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":396,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":397,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":396,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"TrackButtonField","b":{"w":75,"x":484,"y":56,"h":16},"c":[{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGray","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonBlue","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonRed","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGreen","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonOrange","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonYellow","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPurple","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonAqua","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonMagenta","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPink","b":{"w":75,"x":0,"y":0,"h":16},"c":[]}]},{"id":"Runic_Type1_Slot","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E8299"]},{"id":"Runic_Type2_Slot","b":{"w":60,"x":602,"y":6,"h":62},"c":[],"assets":["0x410E829A"]},{"id":"Runic_Type3_Slot","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E829B"]}]},{"id":"ItemAdvancementDisplay_EnableLevelingButton","b":{"w":123,"x":179,"y":372,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":87,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":84,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":102,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_EquipToLevelLabel","b":{"w":196,"x":136,"y":378,"h":19},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell","b":{"w":169,"x":550,"y":365,"h":29},"c":[{"id":"ItemAdvancementDisplay_Upsell_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_UP","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":70,"x":45,"y":5,"h":19},"c":[]}]}]},{"id":"ItemAdvancementDisplay_EmptySlotField","b":{"w":771,"x":2,"y":2,"h":394},"c":[{"id":"dummySlot1","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot2","b":{"w":60,"x":603,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot3","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemList","b":{"w":428,"x":170,"y":88,"h":222},"c":[]},{"id":"ItemAdvancementDisplay_ItemSB","b":{"w":10,"x":598,"y":88,"h":222},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":202},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":182},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":192,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":202},"c":[]}]},{"id":"ItemAdvancementDisplay_SlotButton","b":{"w":114,"x":328,"y":315,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":78,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":75,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":93,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"dummySlot4","b":{"w":60,"x":703,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemHeaderBg","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_emptySlot_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112828"]},{"id":"box_ia_header_emptySlot_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112826"]},{"id":"box_ia_header_emptySlot_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112824"]}]},{"id":"ItmeAdvancementDisplay_ItemBg","b":{"w":440,"x":169,"y":87,"h":224},"c":[{"id":"Box_01_Background","b":{"w":438,"x":1,"y":1,"h":222},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":438,"x":1,"y":1,"h":222},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":204},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":213,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":420,"x":9,"y":213,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":429,"y":213,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":429,"y":9,"h":204},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":429,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":420,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":438,"x":1,"y":223,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":439,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":438,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_NoItemSlotted_text","b":{"w":217,"x":76,"y":21,"h":42},"c":[]}]}]},{"id":"ItemAdvancementPanel_Item8Page","b":{"w":771,"x":6,"y":52,"h":402},"c":[{"id":"ItemAdvancementDisplay_ItemSlottedField","b":{"w":771,"x":2,"y":2,"h":399},"c":[{"id":"ItemAdvancementDisplay_MTXFlyout","b":{"w":176,"x":546,"y":208,"h":192},"c":[{"id":"ItemAdvancementDisplay_UpsellClose","b":{"w":170,"x":4,"y":157,"h":29},"c":[{"id":"ItemAdvancementDisplay_IAUpsell_DOWN","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_UpsellClose_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[],"assets":["0x411121A1"]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":85,"x":41,"y":5,"h":19},"c":[]}]},{"id":"ItemAdvancementDisplay_MTXFlyout_Close","b":{"w":16,"x":151,"y":10,"h":16},"c":[]},{"id":"ItemUpgrades_BuyNowButton","b":{"w":163,"x":6,"y":124,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":140,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":104,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":120},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":156,"h":36},"c":[],"assets":["0x41135842"]},{"id":"ItemUpgrades_BuyNowButton_Legendary_Titles","b":{"w":163,"x":6,"y":31,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legendary_Titles","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":104,"x":36,"y":156,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":140,"y":156,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"ItemUpgrades_BuyNowButton_Relics","b":{"w":163,"x":6,"y":62,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Relics","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":140,"y":36,"h":120},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":104,"x":36,"y":36,"h":120},"c":[],"assets":["0x4100013B"]},{"id":"ItemUpgrades_BuyNowButton_Legacies","b":{"w":163,"x":6,"y":93,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legacies","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]}]},{"id":"ItemAdvancementDisplay_RunicField","b":{"w":397,"x":367,"y":68,"h":328},"c":[{"id":"ItemAdvancementDisplay_RunicSlotter","b":{"w":398,"x":0,"y":27,"h":302},"c":[{"id":"RunicPoolSlotter_Panel","b":{"w":398,"x":0,"y":0,"h":271},"c":[{"id":"RunicPoolSlotter_RunicBeginningPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicBeginningTab","b":{"w":80,"x":2,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicMiddlePage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicMiddleTab","b":{"w":83,"x":78,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":82,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":55,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":65,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicEndPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicEndTab","b":{"w":70,"x":158,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":69,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":42,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":52,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_Bg","b":{"w":393,"x":0,"y":20,"h":249},"c":[{"id":"Box_01_Background","b":{"w":391,"x":1,"y":1,"h":247},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":391,"x":1,"y":1,"h":247},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":229},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":238,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":373,"x":9,"y":238,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":382,"y":238,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":382,"y":9,"h":229},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":382,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":373,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":391,"x":1,"y":248,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":392,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":391,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"RunicPoolSlotter_RunicCraftedPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicCraftedTab","b":{"w":80,"x":224,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]},{"id":"RunicPoolSlotter_SlotButton","b":{"w":93,"x":52,"y":277,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"ItemAdvancementDisplay_RunicLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]}]},{"id":"ItemAdvancementDisplay_ProgressionField","b":{"w":358,"x":6,"y":68,"h":329},"c":[{"id":"ItemAdvancementDisplay_LegacyLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Bg","b":{"w":356,"x":1,"y":29,"h":251},"c":[{"id":"Box_01_Background","b":{"w":354,"x":1,"y":1,"h":249},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":354,"x":1,"y":1,"h":249},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":231},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":240,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":336,"x":9,"y":240,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":345,"y":240,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":345,"y":9,"h":231},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":345,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":336,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":354,"x":1,"y":250,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":355,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":354,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_ReplaceImbuedLegacyButton","b":{"w":129,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":93,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":90,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":108,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_RankUpButton","b":{"w":89,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_ProgressionListBox","b":{"w":344,"x":5,"y":30,"h":249},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Scrollbar","b":{"w":9,"x":347,"y":29,"h":250},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":240,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":240,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":230},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":210},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":220,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":230},"c":[]}]},{"id":"ItemAdvancementDisplay_LegendaryPointsText","b":{"w":290,"x":14,"y":277,"h":29},"c":[{"id":"ItemAdvancementDisplay_LegendaryPointsText_BgLabel","b":{"w":268,"x":11,"y":0,"h":28},"c":[],"assets":["0x41005F97"]},{"id":"ItemAdvancement_LegendaryPoints_AvailableIcon","b":{"w":27,"x":22,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPointsAvailableText","b":{"w":76,"x":48,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPointsAvailableValue","b":{"w":26,"x":123,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_LegendaryPointsSpentText","b":{"w":46,"x":174,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPoints_SpentIcon","b":{"w":27,"x":148,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPoints_SpentValue","b":{"w":26,"x":223,"y":4,"h":20},"c":[]}]}]},{"id":"ItemAdvancementDisplay_MainInfoField","b":{"w":771,"x":0,"y":0,"h":90},"c":[{"id":"ItemAdvancementDisplay_Item_Title","b":{"w":442,"x":75,"y":35,"h":15},"c":[]},{"id":"ItemAdvancementDisplay_ItemLevel","b":{"w":48,"x":159,"y":57,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeterField","b":{"w":418,"x":72,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter","b":{"w":333,"x":70,"y":6,"h":12},"c":[{"id":"ItemAdvancementDisplay_LevelingDisabled","b":{"w":331,"x":0,"y":-1,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_BG","b":{"w":413,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":75,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":319,"x":75,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":394,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_Text","b":{"w":55,"x":8,"y":5,"h":16},"c":[]}]},{"id":"Runic_Type1","b":{"w":34,"x":565,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_Item","b":{"w":32,"x":28,"y":20,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Runic_Type4_Slot","b":{"w":60,"x":708,"y":6,"h":62},"c":[],"assets":["0x4110013F"]},{"id":"Runic_Type4","b":{"w":34,"x":723,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemHeaderBg_active","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_normal_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112827"]},{"id":"box_ia_header_normal_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112825"]},{"id":"box_ia_header_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112823"]}]},{"id":"Runic_Type2","b":{"w":34,"x":617,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"Runic_Type3","b":{"w":34,"x":670,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemXPMeterField","b":{"w":333,"x":157,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ItemXPMeter","b":{"w":278,"x":47,"y":8,"h":10},"c":[]},{"id":"ItemAdvancementDisplay_ItemXPMeter_BG","b":{"w":333,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":63,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":251,"x":63,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":314,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ItemXPMeter_Text","b":{"w":281,"x":46,"y":4,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_UpgradesField","b":{"w":136,"x":19,"y":54,"h":21},"c":[{"id":"ItemAdvancementDisplay_UpgradesLabel","b":{"w":78,"x":18,"y":4,"h":17},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox","b":{"w":45,"x":82,"y":3,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox_BG","b":{"w":132,"x":3,"y":0,"h":21},"c":[],"assets":["0x4112895E"]}]},{"id":"ItemAdvancementDisplay_Item_Text","b":{"w":414,"x":75,"y":3,"h":31},"c":[]},{"id":"ItemAdvancementDisplay_Item_OpenRename_Button","b":{"w":16,"x":495,"y":19,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_SubmitRename_Field","b":{"w":454,"x":75,"y":10,"h":27},"c":[{"id":"ItemAdvancementDisplay_Item_SubmitRename_Button","b":{"w":16,"x":401,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_CancelRename_Button","b":{"w":16,"x":420,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text","b":{"w":396,"x":0,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text_Box","b":{"w":398,"x":0,"y":6,"h":20},"c":[{"id":"Box_01_Background","b":{"w":396,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":396,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":378,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":387,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":387,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":378,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":396,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":397,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":396,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"TrackButtonField","b":{"w":75,"x":484,"y":56,"h":16},"c":[{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGray","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonBlue","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonRed","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGreen","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonOrange","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonYellow","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPurple","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonAqua","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonMagenta","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPink","b":{"w":75,"x":0,"y":0,"h":16},"c":[]}]},{"id":"Runic_Type1_Slot","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E8299"]},{"id":"Runic_Type2_Slot","b":{"w":60,"x":602,"y":6,"h":62},"c":[],"assets":["0x410E829A"]},{"id":"Runic_Type3_Slot","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E829B"]}]},{"id":"ItemAdvancementDisplay_EnableLevelingButton","b":{"w":123,"x":179,"y":372,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":87,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":84,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":102,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_EquipToLevelLabel","b":{"w":196,"x":136,"y":378,"h":19},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell","b":{"w":169,"x":550,"y":365,"h":29},"c":[{"id":"ItemAdvancementDisplay_Upsell_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_UP","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":70,"x":45,"y":5,"h":19},"c":[]}]}]},{"id":"itemAdvancementPanel_Item8Page_background","b":{"w":771,"x":0,"y":0,"h":403},"c":[{"id":"box_ia_coloredBgs_magenta_br","b":{"w":300,"x":471,"y":388,"h":14},"c":[],"assets":["0x41112804"]},{"id":"box_ia_coloredBgs_magenta_center","b":{"w":171,"x":300,"y":335,"h":53},"c":[],"assets":["0x411127E9"]},{"id":"box_ia_coloredBgs_magenta_tl","b":{"w":300,"x":0,"y":0,"h":335},"c":[],"assets":["0x41112809"]},{"id":"box_ia_coloredBgs_magenta_tc","b":{"w":171,"x":300,"y":0,"h":335},"c":[],"assets":["0x41112808"]},{"id":"box_ia_coloredBgs_magenta_tr","b":{"w":300,"x":471,"y":0,"h":335},"c":[],"assets":["0x4111280A"]},{"id":"box_ia_coloredBgs_magenta_cl","b":{"w":300,"x":0,"y":335,"h":53},"c":[],"assets":["0x41112806"]},{"id":"box_ia_coloredBgs_magenta_cr","b":{"w":300,"x":471,"y":335,"h":53},"c":[],"assets":["0x41112807"]},{"id":"box_ia_coloredBgs_magenta_bl","b":{"w":300,"x":0,"y":388,"h":14},"c":[],"assets":["0x41112803"]},{"id":"box_ia_coloredBgs_magenta_bc","b":{"w":171,"x":300,"y":388,"h":14},"c":[],"assets":["0x41112802"]}]},{"id":"ItemAdvancementDisplay_EmptySlotField","b":{"w":771,"x":2,"y":2,"h":394},"c":[{"id":"dummySlot1","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot2","b":{"w":60,"x":603,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot3","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemList","b":{"w":428,"x":170,"y":88,"h":222},"c":[]},{"id":"ItemAdvancementDisplay_ItemSB","b":{"w":10,"x":598,"y":88,"h":222},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":202},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":182},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":192,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":202},"c":[]}]},{"id":"ItemAdvancementDisplay_SlotButton","b":{"w":114,"x":328,"y":315,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":78,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":75,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":93,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"dummySlot4","b":{"w":60,"x":703,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemHeaderBg","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_emptySlot_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112828"]},{"id":"box_ia_header_emptySlot_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112826"]},{"id":"box_ia_header_emptySlot_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112824"]}]},{"id":"ItmeAdvancementDisplay_ItemBg","b":{"w":440,"x":169,"y":87,"h":224},"c":[{"id":"Box_01_Background","b":{"w":438,"x":1,"y":1,"h":222},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":438,"x":1,"y":1,"h":222},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":204},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":213,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":420,"x":9,"y":213,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":429,"y":213,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":429,"y":9,"h":204},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":429,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":420,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":438,"x":1,"y":223,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":439,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":438,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_NoItemSlotted_text","b":{"w":217,"x":76,"y":21,"h":42},"c":[]}]}]},{"id":"ItemAdvancementManager_ClosedSlotButton","b":{"w":78,"x":461,"y":2,"h":54},"c":[{"id":"ItemAdvancementManager_ClosedSlotButton_Coin","b":{"w":68,"x":4,"y":27,"h":24},"c":[]},{"id":"ItemAdvancementManager_ClosedSlotButton_Text","b":{"w":59,"x":14,"y":32,"h":15},"c":[]}]},{"id":"ItemAdvancementPanel_Item9Tab","b":{"w":76,"x":610,"y":3,"h":52},"c":[{"id":"itemAdvancement_tab_pink_left","b":{"w":12,"x":0,"y":21,"h":31},"c":[],"assets":["0x4112FC2C","0x4112FC2E","0x4112FC2D"]},{"id":"itemAdvancement_tab_pink_center","b":{"w":51,"x":12,"y":21,"h":31},"c":[],"assets":["0x4112FC2F","0x4112FC31","0x4112FC30"]},{"id":"itemAdvancement_tab_pink_right","b":{"w":12,"x":63,"y":21,"h":31},"c":[],"assets":["0x4112FC32","0x4112FC34","0x4112FC33"]},{"id":"ItemAdvancementPanel_Item9Tab_Field","b":{"w":76,"x":0,"y":10,"h":40},"c":[{"id":"ItemAdvancementManager_TabButtonImage","b":{"w":82,"x":-7,"y":4,"h":36},"c":[]},{"id":"ItemAdvancementManager_TabButtonText","b":{"w":76,"x":-1,"y":14,"h":25},"c":[]},{"id":"ItemAdvancementManager_TabButtonLevelupImage","b":{"w":48,"x":-13,"y":3,"h":33},"c":[],"assets":["0x4110DC18"]}]}]},{"id":"ItemAdvancementPanel_Item1Page","b":{"w":771,"x":6,"y":52,"h":402},"c":[{"id":"itemAdvancementPanel_Item1Page_background","b":{"w":771,"x":0,"y":0,"h":403},"c":[{"id":"box_ia_coloredBgs_blue_tc","b":{"w":171,"x":300,"y":0,"h":335},"c":[],"assets":["0x411127E6"]},{"id":"box_ia_coloredBgs_blue_tr","b":{"w":300,"x":471,"y":0,"h":335},"c":[],"assets":["0x411127E8"]},{"id":"box_ia_coloredBgs_blue_cl","b":{"w":300,"x":0,"y":335,"h":53},"c":[],"assets":["0x411127E4"]},{"id":"box_ia_coloredBgs_blue_cr","b":{"w":300,"x":471,"y":335,"h":53},"c":[],"assets":["0x411127E5"]},{"id":"box_ia_coloredBgs_blue_bl","b":{"w":300,"x":0,"y":388,"h":14},"c":[],"assets":["0x411127E2"]},{"id":"box_ia_coloredBgs_blue_bc","b":{"w":171,"x":300,"y":388,"h":14},"c":[],"assets":["0x411127E1"]},{"id":"box_ia_coloredBgs_blue_br","b":{"w":300,"x":471,"y":388,"h":14},"c":[],"assets":["0x411127E3"]},{"id":"box_ia_coloredBgs_blue_center","b":{"w":171,"x":300,"y":335,"h":53},"c":[],"assets":["0x411127E9"]},{"id":"box_ia_coloredBgs_blue_tl","b":{"w":300,"x":0,"y":0,"h":335},"c":[],"assets":["0x411127E7"]}]},{"id":"ItemAdvancementDisplay_ItemSlottedField","b":{"w":771,"x":2,"y":2,"h":399},"c":[{"id":"ItemAdvancementDisplay_MTXFlyout","b":{"w":176,"x":546,"y":208,"h":192},"c":[{"id":"ItemAdvancementDisplay_UpsellClose","b":{"w":170,"x":4,"y":157,"h":29},"c":[{"id":"ItemAdvancementDisplay_IAUpsell_DOWN","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_UpsellClose_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[],"assets":["0x411121A1"]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":85,"x":41,"y":5,"h":19},"c":[]}]},{"id":"ItemAdvancementDisplay_MTXFlyout_Close","b":{"w":16,"x":151,"y":10,"h":16},"c":[]},{"id":"ItemUpgrades_BuyNowButton","b":{"w":163,"x":6,"y":124,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":140,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":104,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":120},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":156,"h":36},"c":[],"assets":["0x41135842"]},{"id":"ItemUpgrades_BuyNowButton_Legendary_Titles","b":{"w":163,"x":6,"y":31,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legendary_Titles","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":104,"x":36,"y":156,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":140,"y":156,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"ItemUpgrades_BuyNowButton_Relics","b":{"w":163,"x":6,"y":62,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Relics","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":140,"y":36,"h":120},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":104,"x":36,"y":36,"h":120},"c":[],"assets":["0x4100013B"]},{"id":"ItemUpgrades_BuyNowButton_Legacies","b":{"w":163,"x":6,"y":93,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legacies","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]}]},{"id":"ItemAdvancementDisplay_RunicField","b":{"w":397,"x":367,"y":68,"h":328},"c":[{"id":"ItemAdvancementDisplay_RunicSlotter","b":{"w":398,"x":0,"y":27,"h":302},"c":[{"id":"RunicPoolSlotter_Panel","b":{"w":398,"x":0,"y":0,"h":271},"c":[{"id":"RunicPoolSlotter_RunicBeginningPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicBeginningTab","b":{"w":80,"x":2,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicMiddlePage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicMiddleTab","b":{"w":83,"x":78,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":82,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":55,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":65,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicEndPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicEndTab","b":{"w":70,"x":158,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":69,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":42,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":52,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_Bg","b":{"w":393,"x":0,"y":20,"h":249},"c":[{"id":"Box_01_Background","b":{"w":391,"x":1,"y":1,"h":247},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":391,"x":1,"y":1,"h":247},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":229},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":238,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":373,"x":9,"y":238,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":382,"y":238,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":382,"y":9,"h":229},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":382,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":373,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":391,"x":1,"y":248,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":392,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":391,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"RunicPoolSlotter_RunicCraftedPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicCraftedTab","b":{"w":80,"x":224,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]},{"id":"RunicPoolSlotter_SlotButton","b":{"w":93,"x":52,"y":277,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"ItemAdvancementDisplay_RunicLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]}]},{"id":"ItemAdvancementDisplay_ProgressionField","b":{"w":358,"x":6,"y":68,"h":329},"c":[{"id":"ItemAdvancementDisplay_LegacyLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Bg","b":{"w":356,"x":1,"y":29,"h":251},"c":[{"id":"Box_01_Background","b":{"w":354,"x":1,"y":1,"h":249},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":354,"x":1,"y":1,"h":249},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":231},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":240,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":336,"x":9,"y":240,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":345,"y":240,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":345,"y":9,"h":231},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":345,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":336,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":354,"x":1,"y":250,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":355,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":354,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_ReplaceImbuedLegacyButton","b":{"w":129,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":93,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":90,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":108,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_RankUpButton","b":{"w":89,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_ProgressionListBox","b":{"w":344,"x":5,"y":30,"h":249},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Scrollbar","b":{"w":9,"x":347,"y":29,"h":250},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":240,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":240,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":230},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":210},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":220,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":230},"c":[]}]},{"id":"ItemAdvancementDisplay_LegendaryPointsText","b":{"w":290,"x":14,"y":277,"h":29},"c":[{"id":"ItemAdvancementDisplay_LegendaryPointsText_BgLabel","b":{"w":268,"x":11,"y":0,"h":28},"c":[],"assets":["0x41005F97"]},{"id":"ItemAdvancement_LegendaryPoints_AvailableIcon","b":{"w":27,"x":22,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPointsAvailableText","b":{"w":76,"x":48,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPointsAvailableValue","b":{"w":26,"x":123,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_LegendaryPointsSpentText","b":{"w":46,"x":174,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPoints_SpentIcon","b":{"w":27,"x":148,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPoints_SpentValue","b":{"w":26,"x":223,"y":4,"h":20},"c":[]}]}]},{"id":"ItemAdvancementDisplay_MainInfoField","b":{"w":771,"x":0,"y":0,"h":90},"c":[{"id":"ItemAdvancementDisplay_Item_Title","b":{"w":442,"x":75,"y":35,"h":15},"c":[]},{"id":"ItemAdvancementDisplay_ItemLevel","b":{"w":48,"x":159,"y":57,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeterField","b":{"w":418,"x":72,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter","b":{"w":333,"x":70,"y":6,"h":12},"c":[{"id":"ItemAdvancementDisplay_LevelingDisabled","b":{"w":331,"x":0,"y":-1,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_BG","b":{"w":413,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":75,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":319,"x":75,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":394,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_Text","b":{"w":55,"x":8,"y":5,"h":16},"c":[]}]},{"id":"Runic_Type1","b":{"w":34,"x":565,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_Item","b":{"w":32,"x":28,"y":20,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Runic_Type4_Slot","b":{"w":60,"x":708,"y":6,"h":62},"c":[],"assets":["0x4110013F"]},{"id":"Runic_Type4","b":{"w":34,"x":723,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemHeaderBg_active","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_normal_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112827"]},{"id":"box_ia_header_normal_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112825"]},{"id":"box_ia_header_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112823"]}]},{"id":"Runic_Type2","b":{"w":34,"x":617,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"Runic_Type3","b":{"w":34,"x":670,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemXPMeterField","b":{"w":333,"x":157,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ItemXPMeter","b":{"w":278,"x":47,"y":8,"h":10},"c":[]},{"id":"ItemAdvancementDisplay_ItemXPMeter_BG","b":{"w":333,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":63,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":251,"x":63,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":314,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ItemXPMeter_Text","b":{"w":281,"x":46,"y":4,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_UpgradesField","b":{"w":136,"x":19,"y":54,"h":21},"c":[{"id":"ItemAdvancementDisplay_UpgradesLabel","b":{"w":78,"x":18,"y":4,"h":17},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox","b":{"w":45,"x":82,"y":3,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox_BG","b":{"w":132,"x":3,"y":0,"h":21},"c":[],"assets":["0x4112895E"]}]},{"id":"ItemAdvancementDisplay_Item_Text","b":{"w":414,"x":75,"y":3,"h":31},"c":[]},{"id":"ItemAdvancementDisplay_Item_OpenRename_Button","b":{"w":16,"x":495,"y":19,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_SubmitRename_Field","b":{"w":454,"x":75,"y":10,"h":27},"c":[{"id":"ItemAdvancementDisplay_Item_SubmitRename_Button","b":{"w":16,"x":401,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_CancelRename_Button","b":{"w":16,"x":420,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text","b":{"w":396,"x":0,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text_Box","b":{"w":398,"x":0,"y":6,"h":20},"c":[{"id":"Box_01_Background","b":{"w":396,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":396,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":378,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":387,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":387,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":378,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":396,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":397,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":396,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"TrackButtonField","b":{"w":75,"x":484,"y":56,"h":16},"c":[{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGray","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonBlue","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonRed","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGreen","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonOrange","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonYellow","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPurple","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonAqua","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonMagenta","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPink","b":{"w":75,"x":0,"y":0,"h":16},"c":[]}]},{"id":"Runic_Type1_Slot","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E8299"]},{"id":"Runic_Type2_Slot","b":{"w":60,"x":602,"y":6,"h":62},"c":[],"assets":["0x410E829A"]},{"id":"Runic_Type3_Slot","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E829B"]}]},{"id":"ItemAdvancementDisplay_EnableLevelingButton","b":{"w":123,"x":179,"y":372,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":87,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":84,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":102,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_EquipToLevelLabel","b":{"w":196,"x":136,"y":378,"h":19},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell","b":{"w":169,"x":550,"y":365,"h":29},"c":[{"id":"ItemAdvancementDisplay_Upsell_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_UP","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":70,"x":45,"y":5,"h":19},"c":[]}]}]},{"id":"ItemAdvancementDisplay_EmptySlotField","b":{"w":771,"x":2,"y":2,"h":394},"c":[{"id":"dummySlot1","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot2","b":{"w":60,"x":603,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot3","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemList","b":{"w":428,"x":170,"y":88,"h":222},"c":[]},{"id":"ItemAdvancementDisplay_ItemSB","b":{"w":10,"x":598,"y":88,"h":222},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":202},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":182},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":192,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":202},"c":[]}]},{"id":"ItemAdvancementDisplay_SlotButton","b":{"w":114,"x":328,"y":315,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":78,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":75,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":93,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"dummySlot4","b":{"w":60,"x":703,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemHeaderBg","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_emptySlot_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112828"]},{"id":"box_ia_header_emptySlot_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112826"]},{"id":"box_ia_header_emptySlot_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112824"]}]},{"id":"ItmeAdvancementDisplay_ItemBg","b":{"w":440,"x":169,"y":87,"h":224},"c":[{"id":"Box_01_Background","b":{"w":438,"x":1,"y":1,"h":222},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":438,"x":1,"y":1,"h":222},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":204},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":213,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":420,"x":9,"y":213,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":429,"y":213,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":429,"y":9,"h":204},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":429,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":420,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":438,"x":1,"y":223,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":439,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":438,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_NoItemSlotted_text","b":{"w":217,"x":76,"y":21,"h":42},"c":[]}]}]},{"id":"ItemAdvancementPanel_Item2Page","b":{"w":771,"x":6,"y":52,"h":402},"c":[{"id":"ItemAdvancementDisplay_ItemSlottedField","b":{"w":771,"x":2,"y":2,"h":399},"c":[{"id":"ItemAdvancementDisplay_MTXFlyout","b":{"w":176,"x":546,"y":208,"h":192},"c":[{"id":"ItemAdvancementDisplay_UpsellClose","b":{"w":170,"x":4,"y":157,"h":29},"c":[{"id":"ItemAdvancementDisplay_IAUpsell_DOWN","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_UpsellClose_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[],"assets":["0x411121A1"]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":85,"x":41,"y":5,"h":19},"c":[]}]},{"id":"ItemAdvancementDisplay_MTXFlyout_Close","b":{"w":16,"x":151,"y":10,"h":16},"c":[]},{"id":"ItemUpgrades_BuyNowButton","b":{"w":163,"x":6,"y":124,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":140,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":104,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":120},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":156,"h":36},"c":[],"assets":["0x41135842"]},{"id":"ItemUpgrades_BuyNowButton_Legendary_Titles","b":{"w":163,"x":6,"y":31,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legendary_Titles","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":104,"x":36,"y":156,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":140,"y":156,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"ItemUpgrades_BuyNowButton_Relics","b":{"w":163,"x":6,"y":62,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Relics","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":140,"y":36,"h":120},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":104,"x":36,"y":36,"h":120},"c":[],"assets":["0x4100013B"]},{"id":"ItemUpgrades_BuyNowButton_Legacies","b":{"w":163,"x":6,"y":93,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legacies","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]}]},{"id":"ItemAdvancementDisplay_RunicField","b":{"w":397,"x":367,"y":68,"h":328},"c":[{"id":"ItemAdvancementDisplay_RunicSlotter","b":{"w":398,"x":0,"y":27,"h":302},"c":[{"id":"RunicPoolSlotter_Panel","b":{"w":398,"x":0,"y":0,"h":271},"c":[{"id":"RunicPoolSlotter_RunicBeginningPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicBeginningTab","b":{"w":80,"x":2,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicMiddlePage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicMiddleTab","b":{"w":83,"x":78,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":82,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":55,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":65,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicEndPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicEndTab","b":{"w":70,"x":158,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":69,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":42,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":52,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_Bg","b":{"w":393,"x":0,"y":20,"h":249},"c":[{"id":"Box_01_Background","b":{"w":391,"x":1,"y":1,"h":247},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":391,"x":1,"y":1,"h":247},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":229},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":238,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":373,"x":9,"y":238,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":382,"y":238,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":382,"y":9,"h":229},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":382,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":373,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":391,"x":1,"y":248,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":392,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":391,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"RunicPoolSlotter_RunicCraftedPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicCraftedTab","b":{"w":80,"x":224,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]},{"id":"RunicPoolSlotter_SlotButton","b":{"w":93,"x":52,"y":277,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"ItemAdvancementDisplay_RunicLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]}]},{"id":"ItemAdvancementDisplay_ProgressionField","b":{"w":358,"x":6,"y":68,"h":329},"c":[{"id":"ItemAdvancementDisplay_LegacyLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Bg","b":{"w":356,"x":1,"y":29,"h":251},"c":[{"id":"Box_01_Background","b":{"w":354,"x":1,"y":1,"h":249},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":354,"x":1,"y":1,"h":249},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":231},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":240,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":336,"x":9,"y":240,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":345,"y":240,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":345,"y":9,"h":231},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":345,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":336,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":354,"x":1,"y":250,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":355,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":354,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_ReplaceImbuedLegacyButton","b":{"w":129,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":93,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":90,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":108,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_RankUpButton","b":{"w":89,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_ProgressionListBox","b":{"w":344,"x":5,"y":30,"h":249},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Scrollbar","b":{"w":9,"x":347,"y":29,"h":250},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":240,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":240,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":230},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":210},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":220,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":230},"c":[]}]},{"id":"ItemAdvancementDisplay_LegendaryPointsText","b":{"w":290,"x":14,"y":277,"h":29},"c":[{"id":"ItemAdvancementDisplay_LegendaryPointsText_BgLabel","b":{"w":268,"x":11,"y":0,"h":28},"c":[],"assets":["0x41005F97"]},{"id":"ItemAdvancement_LegendaryPoints_AvailableIcon","b":{"w":27,"x":22,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPointsAvailableText","b":{"w":76,"x":48,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPointsAvailableValue","b":{"w":26,"x":123,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_LegendaryPointsSpentText","b":{"w":46,"x":174,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPoints_SpentIcon","b":{"w":27,"x":148,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPoints_SpentValue","b":{"w":26,"x":223,"y":4,"h":20},"c":[]}]}]},{"id":"ItemAdvancementDisplay_MainInfoField","b":{"w":771,"x":0,"y":0,"h":90},"c":[{"id":"ItemAdvancementDisplay_Item_Title","b":{"w":442,"x":75,"y":35,"h":15},"c":[]},{"id":"ItemAdvancementDisplay_ItemLevel","b":{"w":48,"x":159,"y":57,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeterField","b":{"w":418,"x":72,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter","b":{"w":333,"x":70,"y":6,"h":12},"c":[{"id":"ItemAdvancementDisplay_LevelingDisabled","b":{"w":331,"x":0,"y":-1,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_BG","b":{"w":413,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":75,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":319,"x":75,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":394,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_Text","b":{"w":55,"x":8,"y":5,"h":16},"c":[]}]},{"id":"Runic_Type1","b":{"w":34,"x":565,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_Item","b":{"w":32,"x":28,"y":20,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Runic_Type4_Slot","b":{"w":60,"x":708,"y":6,"h":62},"c":[],"assets":["0x4110013F"]},{"id":"Runic_Type4","b":{"w":34,"x":723,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemHeaderBg_active","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_normal_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112827"]},{"id":"box_ia_header_normal_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112825"]},{"id":"box_ia_header_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112823"]}]},{"id":"Runic_Type2","b":{"w":34,"x":617,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"Runic_Type3","b":{"w":34,"x":670,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemXPMeterField","b":{"w":333,"x":157,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ItemXPMeter","b":{"w":278,"x":47,"y":8,"h":10},"c":[]},{"id":"ItemAdvancementDisplay_ItemXPMeter_BG","b":{"w":333,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":63,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":251,"x":63,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":314,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ItemXPMeter_Text","b":{"w":281,"x":46,"y":4,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_UpgradesField","b":{"w":136,"x":19,"y":54,"h":21},"c":[{"id":"ItemAdvancementDisplay_UpgradesLabel","b":{"w":78,"x":18,"y":4,"h":17},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox","b":{"w":45,"x":82,"y":3,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox_BG","b":{"w":132,"x":3,"y":0,"h":21},"c":[],"assets":["0x4112895E"]}]},{"id":"ItemAdvancementDisplay_Item_Text","b":{"w":414,"x":75,"y":3,"h":31},"c":[]},{"id":"ItemAdvancementDisplay_Item_OpenRename_Button","b":{"w":16,"x":495,"y":19,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_SubmitRename_Field","b":{"w":454,"x":75,"y":10,"h":27},"c":[{"id":"ItemAdvancementDisplay_Item_SubmitRename_Button","b":{"w":16,"x":401,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_CancelRename_Button","b":{"w":16,"x":420,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text","b":{"w":396,"x":0,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text_Box","b":{"w":398,"x":0,"y":6,"h":20},"c":[{"id":"Box_01_Background","b":{"w":396,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":396,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":378,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":387,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":387,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":378,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":396,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":397,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":396,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"TrackButtonField","b":{"w":75,"x":484,"y":56,"h":16},"c":[{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGray","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonBlue","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonRed","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGreen","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonOrange","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonYellow","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPurple","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonAqua","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonMagenta","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPink","b":{"w":75,"x":0,"y":0,"h":16},"c":[]}]},{"id":"Runic_Type1_Slot","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E8299"]},{"id":"Runic_Type2_Slot","b":{"w":60,"x":602,"y":6,"h":62},"c":[],"assets":["0x410E829A"]},{"id":"Runic_Type3_Slot","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E829B"]}]},{"id":"ItemAdvancementDisplay_EnableLevelingButton","b":{"w":123,"x":179,"y":372,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":87,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":84,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":102,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_EquipToLevelLabel","b":{"w":196,"x":136,"y":378,"h":19},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell","b":{"w":169,"x":550,"y":365,"h":29},"c":[{"id":"ItemAdvancementDisplay_Upsell_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_UP","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":70,"x":45,"y":5,"h":19},"c":[]}]}]},{"id":"itemAdvancementPanel_Item2Page_background","b":{"w":771,"x":0,"y":0,"h":403},"c":[{"id":"box_ia_coloredBgs_red_tl","b":{"w":300,"x":0,"y":0,"h":335},"c":[],"assets":["0x411127EA"]},{"id":"box_ia_coloredBgs_red_tc","b":{"w":171,"x":300,"y":0,"h":335},"c":[],"assets":["0x411127EB"]},{"id":"box_ia_coloredBgs_red_tr","b":{"w":300,"x":471,"y":0,"h":335},"c":[],"assets":["0x411127EC"]},{"id":"box_ia_coloredBgs_red_cl","b":{"w":300,"x":0,"y":335,"h":53},"c":[],"assets":["0x411127ED"]},{"id":"box_ia_coloredBgs_red_cr","b":{"w":300,"x":471,"y":335,"h":53},"c":[],"assets":["0x411127EE"]},{"id":"box_ia_coloredBgs_red_bl","b":{"w":300,"x":0,"y":388,"h":14},"c":[],"assets":["0x411127EF"]},{"id":"box_ia_coloredBgs_red_bc","b":{"w":171,"x":300,"y":388,"h":14},"c":[],"assets":["0x411127F0"]},{"id":"box_ia_coloredBgs_red_br","b":{"w":300,"x":471,"y":388,"h":14},"c":[],"assets":["0x411127F1"]},{"id":"box_ia_coloredBgs_red_center","b":{"w":171,"x":300,"y":335,"h":53},"c":[],"assets":["0x411127E9"]}]},{"id":"ItemAdvancementDisplay_EmptySlotField","b":{"w":771,"x":2,"y":2,"h":394},"c":[{"id":"dummySlot1","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot2","b":{"w":60,"x":603,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot3","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemList","b":{"w":428,"x":170,"y":88,"h":222},"c":[]},{"id":"ItemAdvancementDisplay_ItemSB","b":{"w":10,"x":598,"y":88,"h":222},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":202},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":182},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":192,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":202},"c":[]}]},{"id":"ItemAdvancementDisplay_SlotButton","b":{"w":114,"x":328,"y":315,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":78,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":75,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":93,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"dummySlot4","b":{"w":60,"x":703,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemHeaderBg","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_emptySlot_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112828"]},{"id":"box_ia_header_emptySlot_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112826"]},{"id":"box_ia_header_emptySlot_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112824"]}]},{"id":"ItmeAdvancementDisplay_ItemBg","b":{"w":440,"x":169,"y":87,"h":224},"c":[{"id":"Box_01_Background","b":{"w":438,"x":1,"y":1,"h":222},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":438,"x":1,"y":1,"h":222},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":204},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":213,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":420,"x":9,"y":213,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":429,"y":213,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":429,"y":9,"h":204},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":429,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":420,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":438,"x":1,"y":223,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":439,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":438,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_NoItemSlotted_text","b":{"w":217,"x":76,"y":21,"h":42},"c":[]}]}]},{"id":"ItemAdvancementPanel_Item10Tab","b":{"w":76,"x":684,"y":3,"h":52},"c":[{"id":"itemAdvancement_tab_white_left","b":{"w":12,"x":0,"y":21,"h":31},"c":[],"assets":["0x4112FC35","0x4112FC37","0x4112FC36"]},{"id":"itemAdvancement_tab_white_center","b":{"w":51,"x":12,"y":21,"h":31},"c":[],"assets":["0x4112FC38","0x4112FC3A","0x4112FC39"]},{"id":"itemAdvancement_tab_white_right","b":{"w":12,"x":63,"y":21,"h":31},"c":[],"assets":["0x4112FC3B","0x4112FC3D","0x4112FC3C"]},{"id":"ItemAdvancementPanel_Item10Tab_Field","b":{"w":76,"x":0,"y":10,"h":40},"c":[{"id":"ItemAdvancementManager_TabButtonImage","b":{"w":82,"x":-7,"y":4,"h":36},"c":[]},{"id":"ItemAdvancementManager_TabButtonText","b":{"w":76,"x":-1,"y":14,"h":25},"c":[]},{"id":"ItemAdvancementManager_TabButtonLevelupImage","b":{"w":48,"x":-13,"y":3,"h":33},"c":[],"assets":["0x4110DC18"]}]}]},{"id":"ItemAdvancementPanel_Item3Page","b":{"w":771,"x":6,"y":52,"h":402},"c":[{"id":"ItemAdvancementDisplay_ItemSlottedField","b":{"w":771,"x":2,"y":2,"h":399},"c":[{"id":"ItemAdvancementDisplay_MTXFlyout","b":{"w":176,"x":546,"y":208,"h":192},"c":[{"id":"ItemAdvancementDisplay_UpsellClose","b":{"w":170,"x":4,"y":157,"h":29},"c":[{"id":"ItemAdvancementDisplay_IAUpsell_DOWN","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_UpsellClose_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[],"assets":["0x411121A1"]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":85,"x":41,"y":5,"h":19},"c":[]}]},{"id":"ItemAdvancementDisplay_MTXFlyout_Close","b":{"w":16,"x":151,"y":10,"h":16},"c":[]},{"id":"ItemUpgrades_BuyNowButton","b":{"w":163,"x":6,"y":124,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":140,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":104,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":120},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":156,"h":36},"c":[],"assets":["0x41135842"]},{"id":"ItemUpgrades_BuyNowButton_Legendary_Titles","b":{"w":163,"x":6,"y":31,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legendary_Titles","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":104,"x":36,"y":156,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":140,"y":156,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"ItemUpgrades_BuyNowButton_Relics","b":{"w":163,"x":6,"y":62,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Relics","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":140,"y":36,"h":120},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":104,"x":36,"y":36,"h":120},"c":[],"assets":["0x4100013B"]},{"id":"ItemUpgrades_BuyNowButton_Legacies","b":{"w":163,"x":6,"y":93,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legacies","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]}]},{"id":"ItemAdvancementDisplay_RunicField","b":{"w":397,"x":367,"y":68,"h":328},"c":[{"id":"ItemAdvancementDisplay_RunicSlotter","b":{"w":398,"x":0,"y":27,"h":302},"c":[{"id":"RunicPoolSlotter_Panel","b":{"w":398,"x":0,"y":0,"h":271},"c":[{"id":"RunicPoolSlotter_RunicBeginningPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicBeginningTab","b":{"w":80,"x":2,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicMiddlePage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicMiddleTab","b":{"w":83,"x":78,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":82,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":55,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":65,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicEndPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicEndTab","b":{"w":70,"x":158,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":69,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":42,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":52,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_Bg","b":{"w":393,"x":0,"y":20,"h":249},"c":[{"id":"Box_01_Background","b":{"w":391,"x":1,"y":1,"h":247},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":391,"x":1,"y":1,"h":247},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":229},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":238,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":373,"x":9,"y":238,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":382,"y":238,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":382,"y":9,"h":229},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":382,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":373,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":391,"x":1,"y":248,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":392,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":391,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"RunicPoolSlotter_RunicCraftedPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicCraftedTab","b":{"w":80,"x":224,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]},{"id":"RunicPoolSlotter_SlotButton","b":{"w":93,"x":52,"y":277,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"ItemAdvancementDisplay_RunicLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]}]},{"id":"ItemAdvancementDisplay_ProgressionField","b":{"w":358,"x":6,"y":68,"h":329},"c":[{"id":"ItemAdvancementDisplay_LegacyLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Bg","b":{"w":356,"x":1,"y":29,"h":251},"c":[{"id":"Box_01_Background","b":{"w":354,"x":1,"y":1,"h":249},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":354,"x":1,"y":1,"h":249},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":231},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":240,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":336,"x":9,"y":240,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":345,"y":240,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":345,"y":9,"h":231},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":345,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":336,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":354,"x":1,"y":250,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":355,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":354,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_ReplaceImbuedLegacyButton","b":{"w":129,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":93,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":90,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":108,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_RankUpButton","b":{"w":89,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_ProgressionListBox","b":{"w":344,"x":5,"y":30,"h":249},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Scrollbar","b":{"w":9,"x":347,"y":29,"h":250},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":240,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":240,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":230},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":210},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":220,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":230},"c":[]}]},{"id":"ItemAdvancementDisplay_LegendaryPointsText","b":{"w":290,"x":14,"y":277,"h":29},"c":[{"id":"ItemAdvancementDisplay_LegendaryPointsText_BgLabel","b":{"w":268,"x":11,"y":0,"h":28},"c":[],"assets":["0x41005F97"]},{"id":"ItemAdvancement_LegendaryPoints_AvailableIcon","b":{"w":27,"x":22,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPointsAvailableText","b":{"w":76,"x":48,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPointsAvailableValue","b":{"w":26,"x":123,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_LegendaryPointsSpentText","b":{"w":46,"x":174,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPoints_SpentIcon","b":{"w":27,"x":148,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPoints_SpentValue","b":{"w":26,"x":223,"y":4,"h":20},"c":[]}]}]},{"id":"ItemAdvancementDisplay_MainInfoField","b":{"w":771,"x":0,"y":0,"h":90},"c":[{"id":"ItemAdvancementDisplay_Item_Title","b":{"w":442,"x":75,"y":35,"h":15},"c":[]},{"id":"ItemAdvancementDisplay_ItemLevel","b":{"w":48,"x":159,"y":57,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeterField","b":{"w":418,"x":72,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter","b":{"w":333,"x":70,"y":6,"h":12},"c":[{"id":"ItemAdvancementDisplay_LevelingDisabled","b":{"w":331,"x":0,"y":-1,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_BG","b":{"w":413,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":75,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":319,"x":75,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":394,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_Text","b":{"w":55,"x":8,"y":5,"h":16},"c":[]}]},{"id":"Runic_Type1","b":{"w":34,"x":565,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_Item","b":{"w":32,"x":28,"y":20,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Runic_Type4_Slot","b":{"w":60,"x":708,"y":6,"h":62},"c":[],"assets":["0x4110013F"]},{"id":"Runic_Type4","b":{"w":34,"x":723,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemHeaderBg_active","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_normal_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112827"]},{"id":"box_ia_header_normal_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112825"]},{"id":"box_ia_header_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112823"]}]},{"id":"Runic_Type2","b":{"w":34,"x":617,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"Runic_Type3","b":{"w":34,"x":670,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemXPMeterField","b":{"w":333,"x":157,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ItemXPMeter","b":{"w":278,"x":47,"y":8,"h":10},"c":[]},{"id":"ItemAdvancementDisplay_ItemXPMeter_BG","b":{"w":333,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":63,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":251,"x":63,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":314,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ItemXPMeter_Text","b":{"w":281,"x":46,"y":4,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_UpgradesField","b":{"w":136,"x":19,"y":54,"h":21},"c":[{"id":"ItemAdvancementDisplay_UpgradesLabel","b":{"w":78,"x":18,"y":4,"h":17},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox","b":{"w":45,"x":82,"y":3,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox_BG","b":{"w":132,"x":3,"y":0,"h":21},"c":[],"assets":["0x4112895E"]}]},{"id":"ItemAdvancementDisplay_Item_Text","b":{"w":414,"x":75,"y":3,"h":31},"c":[]},{"id":"ItemAdvancementDisplay_Item_OpenRename_Button","b":{"w":16,"x":495,"y":19,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_SubmitRename_Field","b":{"w":454,"x":75,"y":10,"h":27},"c":[{"id":"ItemAdvancementDisplay_Item_SubmitRename_Button","b":{"w":16,"x":401,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_CancelRename_Button","b":{"w":16,"x":420,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text","b":{"w":396,"x":0,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text_Box","b":{"w":398,"x":0,"y":6,"h":20},"c":[{"id":"Box_01_Background","b":{"w":396,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":396,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":378,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":387,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":387,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":378,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":396,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":397,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":396,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"TrackButtonField","b":{"w":75,"x":484,"y":56,"h":16},"c":[{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGray","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonBlue","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonRed","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGreen","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonOrange","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonYellow","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPurple","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonAqua","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonMagenta","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPink","b":{"w":75,"x":0,"y":0,"h":16},"c":[]}]},{"id":"Runic_Type1_Slot","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E8299"]},{"id":"Runic_Type2_Slot","b":{"w":60,"x":602,"y":6,"h":62},"c":[],"assets":["0x410E829A"]},{"id":"Runic_Type3_Slot","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E829B"]}]},{"id":"ItemAdvancementDisplay_EnableLevelingButton","b":{"w":123,"x":179,"y":372,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":87,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":84,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":102,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_EquipToLevelLabel","b":{"w":196,"x":136,"y":378,"h":19},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell","b":{"w":169,"x":550,"y":365,"h":29},"c":[{"id":"ItemAdvancementDisplay_Upsell_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_UP","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":70,"x":45,"y":5,"h":19},"c":[]}]}]},{"id":"ItemAdvancementDisplay_EmptySlotField","b":{"w":771,"x":2,"y":2,"h":394},"c":[{"id":"dummySlot1","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot2","b":{"w":60,"x":603,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot3","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemList","b":{"w":428,"x":170,"y":88,"h":222},"c":[]},{"id":"ItemAdvancementDisplay_ItemSB","b":{"w":10,"x":598,"y":88,"h":222},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":202},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":182},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":192,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":202},"c":[]}]},{"id":"ItemAdvancementDisplay_SlotButton","b":{"w":114,"x":328,"y":315,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":78,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":75,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":93,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"dummySlot4","b":{"w":60,"x":703,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemHeaderBg","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_emptySlot_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112828"]},{"id":"box_ia_header_emptySlot_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112826"]},{"id":"box_ia_header_emptySlot_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112824"]}]},{"id":"ItmeAdvancementDisplay_ItemBg","b":{"w":440,"x":169,"y":87,"h":224},"c":[{"id":"Box_01_Background","b":{"w":438,"x":1,"y":1,"h":222},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":438,"x":1,"y":1,"h":222},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":204},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":213,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":420,"x":9,"y":213,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":429,"y":213,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":429,"y":9,"h":204},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":429,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":420,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":438,"x":1,"y":223,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":439,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":438,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_NoItemSlotted_text","b":{"w":217,"x":76,"y":21,"h":42},"c":[]}]},{"id":"itemAdvancementPanel_Item3Page_background","b":{"w":771,"x":0,"y":0,"h":403},"c":[{"id":"box_ia_coloredBgs_green_tl","b":{"w":300,"x":0,"y":0,"h":335},"c":[],"assets":["0x411127FA"]},{"id":"box_ia_coloredBgs_green_tc","b":{"w":171,"x":300,"y":0,"h":335},"c":[],"assets":["0x411127FB"]},{"id":"box_ia_coloredBgs_green_tr","b":{"w":300,"x":471,"y":0,"h":335},"c":[],"assets":["0x411127FC"]},{"id":"box_ia_coloredBgs_green_cl","b":{"w":300,"x":0,"y":335,"h":53},"c":[],"assets":["0x411127FD"]},{"id":"box_ia_coloredBgs_green_cr","b":{"w":300,"x":471,"y":335,"h":53},"c":[],"assets":["0x411127FE"]},{"id":"box_ia_coloredBgs_green_bl","b":{"w":300,"x":0,"y":388,"h":14},"c":[],"assets":["0x411127FF"]},{"id":"box_ia_coloredBgs_green_bc","b":{"w":171,"x":300,"y":388,"h":14},"c":[],"assets":["0x41112800"]},{"id":"box_ia_coloredBgs_green_br","b":{"w":300,"x":471,"y":388,"h":14},"c":[],"assets":["0x41112801"]},{"id":"box_ia_coloredBgs_green_center","b":{"w":171,"x":300,"y":335,"h":53},"c":[],"assets":["0x411127E9"]}]}]},{"id":"ItemAdvancementPanel_Item4Page","b":{"w":771,"x":6,"y":52,"h":402},"c":[{"id":"ItemAdvancementDisplay_ItemSlottedField","b":{"w":771,"x":2,"y":2,"h":399},"c":[{"id":"ItemAdvancementDisplay_MTXFlyout","b":{"w":176,"x":546,"y":208,"h":192},"c":[{"id":"ItemAdvancementDisplay_UpsellClose","b":{"w":170,"x":4,"y":157,"h":29},"c":[{"id":"ItemAdvancementDisplay_IAUpsell_DOWN","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_UpsellClose_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[],"assets":["0x411121A1"]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":85,"x":41,"y":5,"h":19},"c":[]}]},{"id":"ItemAdvancementDisplay_MTXFlyout_Close","b":{"w":16,"x":151,"y":10,"h":16},"c":[]},{"id":"ItemUpgrades_BuyNowButton","b":{"w":163,"x":6,"y":124,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":140,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":104,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":120},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":156,"h":36},"c":[],"assets":["0x41135842"]},{"id":"ItemUpgrades_BuyNowButton_Legendary_Titles","b":{"w":163,"x":6,"y":31,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legendary_Titles","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":104,"x":36,"y":156,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":140,"y":156,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"ItemUpgrades_BuyNowButton_Relics","b":{"w":163,"x":6,"y":62,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Relics","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":140,"y":36,"h":120},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":104,"x":36,"y":36,"h":120},"c":[],"assets":["0x4100013B"]},{"id":"ItemUpgrades_BuyNowButton_Legacies","b":{"w":163,"x":6,"y":93,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legacies","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]}]},{"id":"ItemAdvancementDisplay_RunicField","b":{"w":397,"x":367,"y":68,"h":328},"c":[{"id":"ItemAdvancementDisplay_RunicSlotter","b":{"w":398,"x":0,"y":27,"h":302},"c":[{"id":"RunicPoolSlotter_Panel","b":{"w":398,"x":0,"y":0,"h":271},"c":[{"id":"RunicPoolSlotter_RunicBeginningPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicBeginningTab","b":{"w":80,"x":2,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicMiddlePage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicMiddleTab","b":{"w":83,"x":78,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":82,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":55,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":65,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicEndPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicEndTab","b":{"w":70,"x":158,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":69,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":42,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":52,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_Bg","b":{"w":393,"x":0,"y":20,"h":249},"c":[{"id":"Box_01_Background","b":{"w":391,"x":1,"y":1,"h":247},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":391,"x":1,"y":1,"h":247},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":229},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":238,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":373,"x":9,"y":238,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":382,"y":238,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":382,"y":9,"h":229},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":382,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":373,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":391,"x":1,"y":248,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":392,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":391,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"RunicPoolSlotter_RunicCraftedPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicCraftedTab","b":{"w":80,"x":224,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]},{"id":"RunicPoolSlotter_SlotButton","b":{"w":93,"x":52,"y":277,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"ItemAdvancementDisplay_RunicLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]}]},{"id":"ItemAdvancementDisplay_ProgressionField","b":{"w":358,"x":6,"y":68,"h":329},"c":[{"id":"ItemAdvancementDisplay_LegacyLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Bg","b":{"w":356,"x":1,"y":29,"h":251},"c":[{"id":"Box_01_Background","b":{"w":354,"x":1,"y":1,"h":249},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":354,"x":1,"y":1,"h":249},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":231},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":240,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":336,"x":9,"y":240,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":345,"y":240,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":345,"y":9,"h":231},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":345,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":336,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":354,"x":1,"y":250,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":355,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":354,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_ReplaceImbuedLegacyButton","b":{"w":129,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":93,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":90,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":108,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_RankUpButton","b":{"w":89,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_ProgressionListBox","b":{"w":344,"x":5,"y":30,"h":249},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Scrollbar","b":{"w":9,"x":347,"y":29,"h":250},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":240,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":240,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":230},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":210},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":220,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":230},"c":[]}]},{"id":"ItemAdvancementDisplay_LegendaryPointsText","b":{"w":290,"x":14,"y":277,"h":29},"c":[{"id":"ItemAdvancementDisplay_LegendaryPointsText_BgLabel","b":{"w":268,"x":11,"y":0,"h":28},"c":[],"assets":["0x41005F97"]},{"id":"ItemAdvancement_LegendaryPoints_AvailableIcon","b":{"w":27,"x":22,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPointsAvailableText","b":{"w":76,"x":48,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPointsAvailableValue","b":{"w":26,"x":123,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_LegendaryPointsSpentText","b":{"w":46,"x":174,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPoints_SpentIcon","b":{"w":27,"x":148,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPoints_SpentValue","b":{"w":26,"x":223,"y":4,"h":20},"c":[]}]}]},{"id":"ItemAdvancementDisplay_MainInfoField","b":{"w":771,"x":0,"y":0,"h":90},"c":[{"id":"ItemAdvancementDisplay_Item_Title","b":{"w":442,"x":75,"y":35,"h":15},"c":[]},{"id":"ItemAdvancementDisplay_ItemLevel","b":{"w":48,"x":159,"y":57,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeterField","b":{"w":418,"x":72,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter","b":{"w":333,"x":70,"y":6,"h":12},"c":[{"id":"ItemAdvancementDisplay_LevelingDisabled","b":{"w":331,"x":0,"y":-1,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_BG","b":{"w":413,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":75,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":319,"x":75,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":394,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_Text","b":{"w":55,"x":8,"y":5,"h":16},"c":[]}]},{"id":"Runic_Type1","b":{"w":34,"x":565,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_Item","b":{"w":32,"x":28,"y":20,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Runic_Type4_Slot","b":{"w":60,"x":708,"y":6,"h":62},"c":[],"assets":["0x4110013F"]},{"id":"Runic_Type4","b":{"w":34,"x":723,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemHeaderBg_active","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_normal_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112827"]},{"id":"box_ia_header_normal_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112825"]},{"id":"box_ia_header_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112823"]}]},{"id":"Runic_Type2","b":{"w":34,"x":617,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"Runic_Type3","b":{"w":34,"x":670,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemXPMeterField","b":{"w":333,"x":157,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ItemXPMeter","b":{"w":278,"x":47,"y":8,"h":10},"c":[]},{"id":"ItemAdvancementDisplay_ItemXPMeter_BG","b":{"w":333,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":63,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":251,"x":63,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":314,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ItemXPMeter_Text","b":{"w":281,"x":46,"y":4,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_UpgradesField","b":{"w":136,"x":19,"y":54,"h":21},"c":[{"id":"ItemAdvancementDisplay_UpgradesLabel","b":{"w":78,"x":18,"y":4,"h":17},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox","b":{"w":45,"x":82,"y":3,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox_BG","b":{"w":132,"x":3,"y":0,"h":21},"c":[],"assets":["0x4112895E"]}]},{"id":"ItemAdvancementDisplay_Item_Text","b":{"w":414,"x":75,"y":3,"h":31},"c":[]},{"id":"ItemAdvancementDisplay_Item_OpenRename_Button","b":{"w":16,"x":495,"y":19,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_SubmitRename_Field","b":{"w":454,"x":75,"y":10,"h":27},"c":[{"id":"ItemAdvancementDisplay_Item_SubmitRename_Button","b":{"w":16,"x":401,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_CancelRename_Button","b":{"w":16,"x":420,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text","b":{"w":396,"x":0,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text_Box","b":{"w":398,"x":0,"y":6,"h":20},"c":[{"id":"Box_01_Background","b":{"w":396,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":396,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":378,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":387,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":387,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":378,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":396,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":397,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":396,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"TrackButtonField","b":{"w":75,"x":484,"y":56,"h":16},"c":[{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGray","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonBlue","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonRed","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGreen","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonOrange","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonYellow","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPurple","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonAqua","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonMagenta","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPink","b":{"w":75,"x":0,"y":0,"h":16},"c":[]}]},{"id":"Runic_Type1_Slot","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E8299"]},{"id":"Runic_Type2_Slot","b":{"w":60,"x":602,"y":6,"h":62},"c":[],"assets":["0x410E829A"]},{"id":"Runic_Type3_Slot","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E829B"]}]},{"id":"ItemAdvancementDisplay_EnableLevelingButton","b":{"w":123,"x":179,"y":372,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":87,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":84,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":102,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_EquipToLevelLabel","b":{"w":196,"x":136,"y":378,"h":19},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell","b":{"w":169,"x":550,"y":365,"h":29},"c":[{"id":"ItemAdvancementDisplay_Upsell_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_UP","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":70,"x":45,"y":5,"h":19},"c":[]}]}]},{"id":"ItemAdvancementDisplay_EmptySlotField","b":{"w":771,"x":2,"y":2,"h":394},"c":[{"id":"dummySlot1","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot2","b":{"w":60,"x":603,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot3","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemList","b":{"w":428,"x":170,"y":88,"h":222},"c":[]},{"id":"ItemAdvancementDisplay_ItemSB","b":{"w":10,"x":598,"y":88,"h":222},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":202},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":182},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":192,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":202},"c":[]}]},{"id":"ItemAdvancementDisplay_SlotButton","b":{"w":114,"x":328,"y":315,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":78,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":75,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":93,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"dummySlot4","b":{"w":60,"x":703,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemHeaderBg","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_emptySlot_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112828"]},{"id":"box_ia_header_emptySlot_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112826"]},{"id":"box_ia_header_emptySlot_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112824"]}]},{"id":"ItmeAdvancementDisplay_ItemBg","b":{"w":440,"x":169,"y":87,"h":224},"c":[{"id":"Box_01_Background","b":{"w":438,"x":1,"y":1,"h":222},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":438,"x":1,"y":1,"h":222},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":204},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":213,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":420,"x":9,"y":213,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":429,"y":213,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":429,"y":9,"h":204},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":429,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":420,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":438,"x":1,"y":223,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":439,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":438,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_NoItemSlotted_text","b":{"w":217,"x":76,"y":21,"h":42},"c":[]}]},{"id":"itemAdvancementPanel_Item4Page_background","b":{"w":771,"x":0,"y":0,"h":403},"c":[{"id":"box_ia_coloredBgs_yellow_cr","b":{"w":300,"x":471,"y":335,"h":53},"c":[],"assets":["0x411127F6"]},{"id":"box_ia_coloredBgs_yellow_bl","b":{"w":300,"x":0,"y":388,"h":14},"c":[],"assets":["0x411127F7"]},{"id":"box_ia_coloredBgs_yellow_bc","b":{"w":171,"x":300,"y":388,"h":14},"c":[],"assets":["0x411127F8"]},{"id":"box_ia_coloredBgs_yellow_br","b":{"w":300,"x":471,"y":388,"h":14},"c":[],"assets":["0x411127F9"]},{"id":"box_ia_coloredBgs_yellow_center","b":{"w":171,"x":300,"y":335,"h":53},"c":[],"assets":["0x411127E9"]},{"id":"box_ia_coloredBgs_yellow_tl","b":{"w":300,"x":0,"y":0,"h":335},"c":[],"assets":["0x411127F2"]},{"id":"box_ia_coloredBgs_yellow_tc","b":{"w":171,"x":300,"y":0,"h":335},"c":[],"assets":["0x411127F3"]},{"id":"box_ia_coloredBgs_yellow_tr","b":{"w":300,"x":471,"y":0,"h":335},"c":[],"assets":["0x411127F4"]},{"id":"box_ia_coloredBgs_yellow_cl","b":{"w":300,"x":0,"y":335,"h":53},"c":[],"assets":["0x411127F5"]}]}]},{"id":"ItemAdvancementPanel_Item9Page","b":{"w":771,"x":6,"y":52,"h":402},"c":[{"id":"ItemAdvancementDisplay_ItemSlottedField","b":{"w":771,"x":2,"y":2,"h":399},"c":[{"id":"ItemAdvancementDisplay_MTXFlyout","b":{"w":176,"x":546,"y":208,"h":192},"c":[{"id":"ItemAdvancementDisplay_UpsellClose","b":{"w":170,"x":4,"y":157,"h":29},"c":[{"id":"ItemAdvancementDisplay_IAUpsell_DOWN","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_UpsellClose_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[],"assets":["0x411121A1"]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":85,"x":41,"y":5,"h":19},"c":[]}]},{"id":"ItemAdvancementDisplay_MTXFlyout_Close","b":{"w":16,"x":151,"y":10,"h":16},"c":[]},{"id":"ItemUpgrades_BuyNowButton","b":{"w":163,"x":6,"y":124,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":140,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":104,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":120},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":156,"h":36},"c":[],"assets":["0x41135842"]},{"id":"ItemUpgrades_BuyNowButton_Legendary_Titles","b":{"w":163,"x":6,"y":31,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legendary_Titles","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":104,"x":36,"y":156,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":140,"y":156,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"ItemUpgrades_BuyNowButton_Relics","b":{"w":163,"x":6,"y":62,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Relics","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":140,"y":36,"h":120},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":104,"x":36,"y":36,"h":120},"c":[],"assets":["0x4100013B"]},{"id":"ItemUpgrades_BuyNowButton_Legacies","b":{"w":163,"x":6,"y":93,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legacies","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]}]},{"id":"ItemAdvancementDisplay_RunicField","b":{"w":397,"x":367,"y":68,"h":328},"c":[{"id":"ItemAdvancementDisplay_RunicSlotter","b":{"w":398,"x":0,"y":27,"h":302},"c":[{"id":"RunicPoolSlotter_Panel","b":{"w":398,"x":0,"y":0,"h":271},"c":[{"id":"RunicPoolSlotter_RunicBeginningPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicBeginningTab","b":{"w":80,"x":2,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicMiddlePage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicMiddleTab","b":{"w":83,"x":78,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":82,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":55,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":65,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicEndPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicEndTab","b":{"w":70,"x":158,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":69,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":42,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":52,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_Bg","b":{"w":393,"x":0,"y":20,"h":249},"c":[{"id":"Box_01_Background","b":{"w":391,"x":1,"y":1,"h":247},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":391,"x":1,"y":1,"h":247},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":229},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":238,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":373,"x":9,"y":238,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":382,"y":238,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":382,"y":9,"h":229},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":382,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":373,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":391,"x":1,"y":248,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":392,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":391,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"RunicPoolSlotter_RunicCraftedPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicCraftedTab","b":{"w":80,"x":224,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]},{"id":"RunicPoolSlotter_SlotButton","b":{"w":93,"x":52,"y":277,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"ItemAdvancementDisplay_RunicLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]}]},{"id":"ItemAdvancementDisplay_ProgressionField","b":{"w":358,"x":6,"y":68,"h":329},"c":[{"id":"ItemAdvancementDisplay_LegacyLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Bg","b":{"w":356,"x":1,"y":29,"h":251},"c":[{"id":"Box_01_Background","b":{"w":354,"x":1,"y":1,"h":249},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":354,"x":1,"y":1,"h":249},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":231},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":240,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":336,"x":9,"y":240,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":345,"y":240,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":345,"y":9,"h":231},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":345,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":336,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":354,"x":1,"y":250,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":355,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":354,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_ReplaceImbuedLegacyButton","b":{"w":129,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":93,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":90,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":108,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_RankUpButton","b":{"w":89,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_ProgressionListBox","b":{"w":344,"x":5,"y":30,"h":249},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Scrollbar","b":{"w":9,"x":347,"y":29,"h":250},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":240,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":240,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":230},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":210},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":220,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":230},"c":[]}]},{"id":"ItemAdvancementDisplay_LegendaryPointsText","b":{"w":290,"x":14,"y":277,"h":29},"c":[{"id":"ItemAdvancementDisplay_LegendaryPointsText_BgLabel","b":{"w":268,"x":11,"y":0,"h":28},"c":[],"assets":["0x41005F97"]},{"id":"ItemAdvancement_LegendaryPoints_AvailableIcon","b":{"w":27,"x":22,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPointsAvailableText","b":{"w":76,"x":48,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPointsAvailableValue","b":{"w":26,"x":123,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_LegendaryPointsSpentText","b":{"w":46,"x":174,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPoints_SpentIcon","b":{"w":27,"x":148,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPoints_SpentValue","b":{"w":26,"x":223,"y":4,"h":20},"c":[]}]}]},{"id":"ItemAdvancementDisplay_MainInfoField","b":{"w":771,"x":0,"y":0,"h":90},"c":[{"id":"ItemAdvancementDisplay_Item_Title","b":{"w":442,"x":75,"y":35,"h":15},"c":[]},{"id":"ItemAdvancementDisplay_ItemLevel","b":{"w":48,"x":159,"y":57,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeterField","b":{"w":418,"x":72,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter","b":{"w":333,"x":70,"y":6,"h":12},"c":[{"id":"ItemAdvancementDisplay_LevelingDisabled","b":{"w":331,"x":0,"y":-1,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_BG","b":{"w":413,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":75,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":319,"x":75,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":394,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_Text","b":{"w":55,"x":8,"y":5,"h":16},"c":[]}]},{"id":"Runic_Type1","b":{"w":34,"x":565,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_Item","b":{"w":32,"x":28,"y":20,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Runic_Type4_Slot","b":{"w":60,"x":708,"y":6,"h":62},"c":[],"assets":["0x4110013F"]},{"id":"Runic_Type4","b":{"w":34,"x":723,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemHeaderBg_active","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_normal_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112827"]},{"id":"box_ia_header_normal_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112825"]},{"id":"box_ia_header_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112823"]}]},{"id":"Runic_Type2","b":{"w":34,"x":617,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"Runic_Type3","b":{"w":34,"x":670,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemXPMeterField","b":{"w":333,"x":157,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ItemXPMeter","b":{"w":278,"x":47,"y":8,"h":10},"c":[]},{"id":"ItemAdvancementDisplay_ItemXPMeter_BG","b":{"w":333,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":63,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":251,"x":63,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":314,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ItemXPMeter_Text","b":{"w":281,"x":46,"y":4,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_UpgradesField","b":{"w":136,"x":19,"y":54,"h":21},"c":[{"id":"ItemAdvancementDisplay_UpgradesLabel","b":{"w":78,"x":18,"y":4,"h":17},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox","b":{"w":45,"x":82,"y":3,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox_BG","b":{"w":132,"x":3,"y":0,"h":21},"c":[],"assets":["0x4112895E"]}]},{"id":"ItemAdvancementDisplay_Item_Text","b":{"w":414,"x":75,"y":3,"h":31},"c":[]},{"id":"ItemAdvancementDisplay_Item_OpenRename_Button","b":{"w":16,"x":495,"y":19,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_SubmitRename_Field","b":{"w":454,"x":75,"y":10,"h":27},"c":[{"id":"ItemAdvancementDisplay_Item_SubmitRename_Button","b":{"w":16,"x":401,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_CancelRename_Button","b":{"w":16,"x":420,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text","b":{"w":396,"x":0,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text_Box","b":{"w":398,"x":0,"y":6,"h":20},"c":[{"id":"Box_01_Background","b":{"w":396,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":396,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":378,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":387,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":387,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":378,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":396,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":397,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":396,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"TrackButtonField","b":{"w":75,"x":484,"y":56,"h":16},"c":[{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGray","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonBlue","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonRed","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGreen","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonOrange","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonYellow","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPurple","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonAqua","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonMagenta","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPink","b":{"w":75,"x":0,"y":0,"h":16},"c":[]}]},{"id":"Runic_Type1_Slot","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E8299"]},{"id":"Runic_Type2_Slot","b":{"w":60,"x":602,"y":6,"h":62},"c":[],"assets":["0x410E829A"]},{"id":"Runic_Type3_Slot","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E829B"]}]},{"id":"ItemAdvancementDisplay_EnableLevelingButton","b":{"w":123,"x":179,"y":372,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":87,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":84,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":102,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_EquipToLevelLabel","b":{"w":196,"x":136,"y":378,"h":19},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell","b":{"w":169,"x":550,"y":365,"h":29},"c":[{"id":"ItemAdvancementDisplay_Upsell_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_UP","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":70,"x":45,"y":5,"h":19},"c":[]}]}]},{"id":"ItemAdvancementDisplay_EmptySlotField","b":{"w":771,"x":2,"y":2,"h":394},"c":[{"id":"dummySlot1","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot2","b":{"w":60,"x":603,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot3","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemList","b":{"w":428,"x":170,"y":88,"h":222},"c":[]},{"id":"ItemAdvancementDisplay_ItemSB","b":{"w":10,"x":598,"y":88,"h":222},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":202},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":182},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":192,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":202},"c":[]}]},{"id":"ItemAdvancementDisplay_SlotButton","b":{"w":114,"x":328,"y":315,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":78,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":75,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":93,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"dummySlot4","b":{"w":60,"x":703,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemHeaderBg","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_emptySlot_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112828"]},{"id":"box_ia_header_emptySlot_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112826"]},{"id":"box_ia_header_emptySlot_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112824"]}]},{"id":"ItmeAdvancementDisplay_ItemBg","b":{"w":440,"x":169,"y":87,"h":224},"c":[{"id":"Box_01_Background","b":{"w":438,"x":1,"y":1,"h":222},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":438,"x":1,"y":1,"h":222},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":204},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":213,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":420,"x":9,"y":213,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":429,"y":213,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":429,"y":9,"h":204},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":429,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":420,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":438,"x":1,"y":223,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":439,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":438,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_NoItemSlotted_text","b":{"w":217,"x":76,"y":21,"h":42},"c":[]}]},{"id":"itemAdvancementPanel_Item9Page_background","b":{"w":771,"x":0,"y":0,"h":403},"c":[{"id":"box_ia_coloredBgs_pink_tl","b":{"w":300,"x":0,"y":0,"h":335},"c":[],"assets":["0x4112FC1C"]},{"id":"box_ia_coloredBgs_pink_tc","b":{"w":171,"x":300,"y":0,"h":335},"c":[],"assets":["0x4112FC1D"]},{"id":"box_ia_coloredBgs_pink_tr","b":{"w":300,"x":471,"y":0,"h":335},"c":[],"assets":["0x4112FC1E"]},{"id":"box_ia_coloredBgs_pink_cl","b":{"w":300,"x":0,"y":335,"h":53},"c":[],"assets":["0x4112FC1F"]},{"id":"box_ia_coloredBgs_pink_cr","b":{"w":300,"x":471,"y":335,"h":53},"c":[],"assets":["0x4112FC20"]},{"id":"box_ia_coloredBgs_pink_bl","b":{"w":300,"x":0,"y":388,"h":14},"c":[],"assets":["0x4112FC21"]},{"id":"box_ia_coloredBgs_pink_bc","b":{"w":171,"x":300,"y":388,"h":14},"c":[],"assets":["0x4112FC22"]},{"id":"box_ia_coloredBgs_pink_br","b":{"w":300,"x":471,"y":388,"h":14},"c":[],"assets":["0x4112FC23"]},{"id":"box_ia_coloredBgs_pink_center","b":{"w":171,"x":300,"y":335,"h":53},"c":[],"assets":["0x411127E9"]}]}]},{"id":"ItemAdvancementPanel_Item5Page","b":{"w":771,"x":6,"y":52,"h":402},"c":[{"id":"ItemAdvancementDisplay_ItemSlottedField","b":{"w":771,"x":2,"y":2,"h":399},"c":[{"id":"ItemAdvancementDisplay_MTXFlyout","b":{"w":176,"x":546,"y":208,"h":192},"c":[{"id":"ItemAdvancementDisplay_UpsellClose","b":{"w":170,"x":4,"y":157,"h":29},"c":[{"id":"ItemAdvancementDisplay_IAUpsell_DOWN","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_UpsellClose_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[],"assets":["0x411121A1"]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":85,"x":41,"y":5,"h":19},"c":[]}]},{"id":"ItemAdvancementDisplay_MTXFlyout_Close","b":{"w":16,"x":151,"y":10,"h":16},"c":[]},{"id":"ItemUpgrades_BuyNowButton","b":{"w":163,"x":6,"y":124,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":140,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":104,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":120},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":156,"h":36},"c":[],"assets":["0x41135842"]},{"id":"ItemUpgrades_BuyNowButton_Legendary_Titles","b":{"w":163,"x":6,"y":31,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legendary_Titles","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":104,"x":36,"y":156,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":140,"y":156,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"ItemUpgrades_BuyNowButton_Relics","b":{"w":163,"x":6,"y":62,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Relics","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":140,"y":36,"h":120},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":104,"x":36,"y":36,"h":120},"c":[],"assets":["0x4100013B"]},{"id":"ItemUpgrades_BuyNowButton_Legacies","b":{"w":163,"x":6,"y":93,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legacies","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]}]},{"id":"ItemAdvancementDisplay_RunicField","b":{"w":397,"x":367,"y":68,"h":328},"c":[{"id":"ItemAdvancementDisplay_RunicSlotter","b":{"w":398,"x":0,"y":27,"h":302},"c":[{"id":"RunicPoolSlotter_Panel","b":{"w":398,"x":0,"y":0,"h":271},"c":[{"id":"RunicPoolSlotter_RunicBeginningPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicBeginningTab","b":{"w":80,"x":2,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicMiddlePage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicMiddleTab","b":{"w":83,"x":78,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":82,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":55,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":65,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicEndPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicEndTab","b":{"w":70,"x":158,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":69,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":42,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":52,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_Bg","b":{"w":393,"x":0,"y":20,"h":249},"c":[{"id":"Box_01_Background","b":{"w":391,"x":1,"y":1,"h":247},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":391,"x":1,"y":1,"h":247},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":229},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":238,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":373,"x":9,"y":238,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":382,"y":238,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":382,"y":9,"h":229},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":382,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":373,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":391,"x":1,"y":248,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":392,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":391,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"RunicPoolSlotter_RunicCraftedPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicCraftedTab","b":{"w":80,"x":224,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]},{"id":"RunicPoolSlotter_SlotButton","b":{"w":93,"x":52,"y":277,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"ItemAdvancementDisplay_RunicLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]}]},{"id":"ItemAdvancementDisplay_ProgressionField","b":{"w":358,"x":6,"y":68,"h":329},"c":[{"id":"ItemAdvancementDisplay_LegacyLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Bg","b":{"w":356,"x":1,"y":29,"h":251},"c":[{"id":"Box_01_Background","b":{"w":354,"x":1,"y":1,"h":249},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":354,"x":1,"y":1,"h":249},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":231},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":240,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":336,"x":9,"y":240,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":345,"y":240,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":345,"y":9,"h":231},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":345,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":336,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":354,"x":1,"y":250,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":355,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":354,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_ReplaceImbuedLegacyButton","b":{"w":129,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":93,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":90,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":108,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_RankUpButton","b":{"w":89,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_ProgressionListBox","b":{"w":344,"x":5,"y":30,"h":249},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Scrollbar","b":{"w":9,"x":347,"y":29,"h":250},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":240,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":240,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":230},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":210},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":220,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":230},"c":[]}]},{"id":"ItemAdvancementDisplay_LegendaryPointsText","b":{"w":290,"x":14,"y":277,"h":29},"c":[{"id":"ItemAdvancementDisplay_LegendaryPointsText_BgLabel","b":{"w":268,"x":11,"y":0,"h":28},"c":[],"assets":["0x41005F97"]},{"id":"ItemAdvancement_LegendaryPoints_AvailableIcon","b":{"w":27,"x":22,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPointsAvailableText","b":{"w":76,"x":48,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPointsAvailableValue","b":{"w":26,"x":123,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_LegendaryPointsSpentText","b":{"w":46,"x":174,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPoints_SpentIcon","b":{"w":27,"x":148,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPoints_SpentValue","b":{"w":26,"x":223,"y":4,"h":20},"c":[]}]}]},{"id":"ItemAdvancementDisplay_MainInfoField","b":{"w":771,"x":0,"y":0,"h":90},"c":[{"id":"ItemAdvancementDisplay_Item_Title","b":{"w":442,"x":75,"y":35,"h":15},"c":[]},{"id":"ItemAdvancementDisplay_ItemLevel","b":{"w":48,"x":159,"y":57,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeterField","b":{"w":418,"x":72,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter","b":{"w":333,"x":70,"y":6,"h":12},"c":[{"id":"ItemAdvancementDisplay_LevelingDisabled","b":{"w":331,"x":0,"y":-1,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_BG","b":{"w":413,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":75,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":319,"x":75,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":394,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_Text","b":{"w":55,"x":8,"y":5,"h":16},"c":[]}]},{"id":"Runic_Type1","b":{"w":34,"x":565,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_Item","b":{"w":32,"x":28,"y":20,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Runic_Type4_Slot","b":{"w":60,"x":708,"y":6,"h":62},"c":[],"assets":["0x4110013F"]},{"id":"Runic_Type4","b":{"w":34,"x":723,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemHeaderBg_active","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_normal_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112827"]},{"id":"box_ia_header_normal_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112825"]},{"id":"box_ia_header_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112823"]}]},{"id":"Runic_Type2","b":{"w":34,"x":617,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"Runic_Type3","b":{"w":34,"x":670,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemXPMeterField","b":{"w":333,"x":157,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ItemXPMeter","b":{"w":278,"x":47,"y":8,"h":10},"c":[]},{"id":"ItemAdvancementDisplay_ItemXPMeter_BG","b":{"w":333,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":63,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":251,"x":63,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":314,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ItemXPMeter_Text","b":{"w":281,"x":46,"y":4,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_UpgradesField","b":{"w":136,"x":19,"y":54,"h":21},"c":[{"id":"ItemAdvancementDisplay_UpgradesLabel","b":{"w":78,"x":18,"y":4,"h":17},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox","b":{"w":45,"x":82,"y":3,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox_BG","b":{"w":132,"x":3,"y":0,"h":21},"c":[],"assets":["0x4112895E"]}]},{"id":"ItemAdvancementDisplay_Item_Text","b":{"w":414,"x":75,"y":3,"h":31},"c":[]},{"id":"ItemAdvancementDisplay_Item_OpenRename_Button","b":{"w":16,"x":495,"y":19,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_SubmitRename_Field","b":{"w":454,"x":75,"y":10,"h":27},"c":[{"id":"ItemAdvancementDisplay_Item_SubmitRename_Button","b":{"w":16,"x":401,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_CancelRename_Button","b":{"w":16,"x":420,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text","b":{"w":396,"x":0,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text_Box","b":{"w":398,"x":0,"y":6,"h":20},"c":[{"id":"Box_01_Background","b":{"w":396,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":396,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":378,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":387,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":387,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":378,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":396,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":397,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":396,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"TrackButtonField","b":{"w":75,"x":484,"y":56,"h":16},"c":[{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGray","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonBlue","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonRed","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGreen","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonOrange","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonYellow","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPurple","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonAqua","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonMagenta","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPink","b":{"w":75,"x":0,"y":0,"h":16},"c":[]}]},{"id":"Runic_Type1_Slot","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E8299"]},{"id":"Runic_Type2_Slot","b":{"w":60,"x":602,"y":6,"h":62},"c":[],"assets":["0x410E829A"]},{"id":"Runic_Type3_Slot","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E829B"]}]},{"id":"ItemAdvancementDisplay_EnableLevelingButton","b":{"w":123,"x":179,"y":372,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":87,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":84,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":102,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_EquipToLevelLabel","b":{"w":196,"x":136,"y":378,"h":19},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell","b":{"w":169,"x":550,"y":365,"h":29},"c":[{"id":"ItemAdvancementDisplay_Upsell_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_UP","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":70,"x":45,"y":5,"h":19},"c":[]}]}]},{"id":"ItemAdvancementDisplay_EmptySlotField","b":{"w":771,"x":2,"y":2,"h":394},"c":[{"id":"dummySlot1","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot2","b":{"w":60,"x":603,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot3","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemList","b":{"w":428,"x":170,"y":88,"h":222},"c":[]},{"id":"ItemAdvancementDisplay_ItemSB","b":{"w":10,"x":598,"y":88,"h":222},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":202},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":182},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":192,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":202},"c":[]}]},{"id":"ItemAdvancementDisplay_SlotButton","b":{"w":114,"x":328,"y":315,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":78,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":75,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":93,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"dummySlot4","b":{"w":60,"x":703,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemHeaderBg","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_emptySlot_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112828"]},{"id":"box_ia_header_emptySlot_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112826"]},{"id":"box_ia_header_emptySlot_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112824"]}]},{"id":"ItmeAdvancementDisplay_ItemBg","b":{"w":440,"x":169,"y":87,"h":224},"c":[{"id":"Box_01_Background","b":{"w":438,"x":1,"y":1,"h":222},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":438,"x":1,"y":1,"h":222},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":204},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":213,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":420,"x":9,"y":213,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":429,"y":213,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":429,"y":9,"h":204},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":429,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":420,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":438,"x":1,"y":223,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":439,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":438,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_NoItemSlotted_text","b":{"w":217,"x":76,"y":21,"h":42},"c":[]}]},{"id":"itemAdvancementPanel_Item5Page_background","b":{"w":771,"x":0,"y":0,"h":403},"c":[{"id":"box_ia_coloredBgs_purple_tl","b":{"w":300,"x":0,"y":0,"h":335},"c":[],"assets":["0x41112819"]},{"id":"box_ia_coloredBgs_purple_tc","b":{"w":171,"x":300,"y":0,"h":335},"c":[],"assets":["0x41112818"]},{"id":"box_ia_coloredBgs_purple_tr","b":{"w":300,"x":471,"y":0,"h":335},"c":[],"assets":["0x4111281A"]},{"id":"box_ia_coloredBgs_purple_cl","b":{"w":300,"x":0,"y":335,"h":53},"c":[],"assets":["0x41112816"]},{"id":"box_ia_coloredBgs_purple_cr","b":{"w":300,"x":471,"y":335,"h":53},"c":[],"assets":["0x41112817"]},{"id":"box_ia_coloredBgs_purple_bl","b":{"w":300,"x":0,"y":388,"h":14},"c":[],"assets":["0x41112814"]},{"id":"box_ia_coloredBgs_purple_bc","b":{"w":171,"x":300,"y":388,"h":14},"c":[],"assets":["0x41112813"]},{"id":"box_ia_coloredBgs_purple_br","b":{"w":300,"x":471,"y":388,"h":14},"c":[],"assets":["0x41112815"]},{"id":"box_ia_coloredBgs_purple_center","b":{"w":171,"x":300,"y":335,"h":53},"c":[],"assets":["0x411127E9"]}]}]},{"id":"ItemAdvancementPanel_Item6Page","b":{"w":771,"x":6,"y":52,"h":402},"c":[{"id":"ItemAdvancementDisplay_ItemSlottedField","b":{"w":771,"x":2,"y":2,"h":399},"c":[{"id":"ItemAdvancementDisplay_MTXFlyout","b":{"w":176,"x":546,"y":208,"h":192},"c":[{"id":"ItemAdvancementDisplay_UpsellClose","b":{"w":170,"x":4,"y":157,"h":29},"c":[{"id":"ItemAdvancementDisplay_IAUpsell_DOWN","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_UpsellClose_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[],"assets":["0x411121A1"]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":85,"x":41,"y":5,"h":19},"c":[]}]},{"id":"ItemAdvancementDisplay_MTXFlyout_Close","b":{"w":16,"x":151,"y":10,"h":16},"c":[]},{"id":"ItemUpgrades_BuyNowButton","b":{"w":163,"x":6,"y":124,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":140,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":104,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":120},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":156,"h":36},"c":[],"assets":["0x41135842"]},{"id":"ItemUpgrades_BuyNowButton_Legendary_Titles","b":{"w":163,"x":6,"y":31,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legendary_Titles","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":104,"x":36,"y":156,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":140,"y":156,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"ItemUpgrades_BuyNowButton_Relics","b":{"w":163,"x":6,"y":62,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Relics","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":140,"y":36,"h":120},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":104,"x":36,"y":36,"h":120},"c":[],"assets":["0x4100013B"]},{"id":"ItemUpgrades_BuyNowButton_Legacies","b":{"w":163,"x":6,"y":93,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legacies","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]}]},{"id":"ItemAdvancementDisplay_RunicField","b":{"w":397,"x":367,"y":68,"h":328},"c":[{"id":"ItemAdvancementDisplay_RunicSlotter","b":{"w":398,"x":0,"y":27,"h":302},"c":[{"id":"RunicPoolSlotter_Panel","b":{"w":398,"x":0,"y":0,"h":271},"c":[{"id":"RunicPoolSlotter_RunicBeginningPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicBeginningTab","b":{"w":80,"x":2,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicMiddlePage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicMiddleTab","b":{"w":83,"x":78,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":82,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":55,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":65,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicEndPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicEndTab","b":{"w":70,"x":158,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":69,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":42,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":52,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_Bg","b":{"w":393,"x":0,"y":20,"h":249},"c":[{"id":"Box_01_Background","b":{"w":391,"x":1,"y":1,"h":247},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":391,"x":1,"y":1,"h":247},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":229},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":238,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":373,"x":9,"y":238,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":382,"y":238,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":382,"y":9,"h":229},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":382,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":373,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":391,"x":1,"y":248,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":392,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":391,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"RunicPoolSlotter_RunicCraftedPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicCraftedTab","b":{"w":80,"x":224,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]},{"id":"RunicPoolSlotter_SlotButton","b":{"w":93,"x":52,"y":277,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"ItemAdvancementDisplay_RunicLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]}]},{"id":"ItemAdvancementDisplay_ProgressionField","b":{"w":358,"x":6,"y":68,"h":329},"c":[{"id":"ItemAdvancementDisplay_LegacyLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Bg","b":{"w":356,"x":1,"y":29,"h":251},"c":[{"id":"Box_01_Background","b":{"w":354,"x":1,"y":1,"h":249},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":354,"x":1,"y":1,"h":249},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":231},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":240,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":336,"x":9,"y":240,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":345,"y":240,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":345,"y":9,"h":231},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":345,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":336,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":354,"x":1,"y":250,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":355,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":354,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_ReplaceImbuedLegacyButton","b":{"w":129,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":93,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":90,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":108,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_RankUpButton","b":{"w":89,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_ProgressionListBox","b":{"w":344,"x":5,"y":30,"h":249},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Scrollbar","b":{"w":9,"x":347,"y":29,"h":250},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":240,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":240,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":230},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":210},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":220,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":230},"c":[]}]},{"id":"ItemAdvancementDisplay_LegendaryPointsText","b":{"w":290,"x":14,"y":277,"h":29},"c":[{"id":"ItemAdvancementDisplay_LegendaryPointsText_BgLabel","b":{"w":268,"x":11,"y":0,"h":28},"c":[],"assets":["0x41005F97"]},{"id":"ItemAdvancement_LegendaryPoints_AvailableIcon","b":{"w":27,"x":22,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPointsAvailableText","b":{"w":76,"x":48,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPointsAvailableValue","b":{"w":26,"x":123,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_LegendaryPointsSpentText","b":{"w":46,"x":174,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPoints_SpentIcon","b":{"w":27,"x":148,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPoints_SpentValue","b":{"w":26,"x":223,"y":4,"h":20},"c":[]}]}]},{"id":"ItemAdvancementDisplay_MainInfoField","b":{"w":771,"x":0,"y":0,"h":90},"c":[{"id":"ItemAdvancementDisplay_Item_Title","b":{"w":442,"x":75,"y":35,"h":15},"c":[]},{"id":"ItemAdvancementDisplay_ItemLevel","b":{"w":48,"x":159,"y":57,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeterField","b":{"w":418,"x":72,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter","b":{"w":333,"x":70,"y":6,"h":12},"c":[{"id":"ItemAdvancementDisplay_LevelingDisabled","b":{"w":331,"x":0,"y":-1,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_BG","b":{"w":413,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":75,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":319,"x":75,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":394,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_Text","b":{"w":55,"x":8,"y":5,"h":16},"c":[]}]},{"id":"Runic_Type1","b":{"w":34,"x":565,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_Item","b":{"w":32,"x":28,"y":20,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Runic_Type4_Slot","b":{"w":60,"x":708,"y":6,"h":62},"c":[],"assets":["0x4110013F"]},{"id":"Runic_Type4","b":{"w":34,"x":723,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemHeaderBg_active","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_normal_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112827"]},{"id":"box_ia_header_normal_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112825"]},{"id":"box_ia_header_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112823"]}]},{"id":"Runic_Type2","b":{"w":34,"x":617,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"Runic_Type3","b":{"w":34,"x":670,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemXPMeterField","b":{"w":333,"x":157,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ItemXPMeter","b":{"w":278,"x":47,"y":8,"h":10},"c":[]},{"id":"ItemAdvancementDisplay_ItemXPMeter_BG","b":{"w":333,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":63,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":251,"x":63,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":314,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ItemXPMeter_Text","b":{"w":281,"x":46,"y":4,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_UpgradesField","b":{"w":136,"x":19,"y":54,"h":21},"c":[{"id":"ItemAdvancementDisplay_UpgradesLabel","b":{"w":78,"x":18,"y":4,"h":17},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox","b":{"w":45,"x":82,"y":3,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox_BG","b":{"w":132,"x":3,"y":0,"h":21},"c":[],"assets":["0x4112895E"]}]},{"id":"ItemAdvancementDisplay_Item_Text","b":{"w":414,"x":75,"y":3,"h":31},"c":[]},{"id":"ItemAdvancementDisplay_Item_OpenRename_Button","b":{"w":16,"x":495,"y":19,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_SubmitRename_Field","b":{"w":454,"x":75,"y":10,"h":27},"c":[{"id":"ItemAdvancementDisplay_Item_SubmitRename_Button","b":{"w":16,"x":401,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_CancelRename_Button","b":{"w":16,"x":420,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text","b":{"w":396,"x":0,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text_Box","b":{"w":398,"x":0,"y":6,"h":20},"c":[{"id":"Box_01_Background","b":{"w":396,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":396,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":378,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":387,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":387,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":378,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":396,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":397,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":396,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"TrackButtonField","b":{"w":75,"x":484,"y":56,"h":16},"c":[{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGray","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonBlue","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonRed","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGreen","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonOrange","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonYellow","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPurple","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonAqua","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonMagenta","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPink","b":{"w":75,"x":0,"y":0,"h":16},"c":[]}]},{"id":"Runic_Type1_Slot","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E8299"]},{"id":"Runic_Type2_Slot","b":{"w":60,"x":602,"y":6,"h":62},"c":[],"assets":["0x410E829A"]},{"id":"Runic_Type3_Slot","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E829B"]}]},{"id":"ItemAdvancementDisplay_EnableLevelingButton","b":{"w":123,"x":179,"y":372,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":87,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":84,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":102,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_EquipToLevelLabel","b":{"w":196,"x":136,"y":378,"h":19},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell","b":{"w":169,"x":550,"y":365,"h":29},"c":[{"id":"ItemAdvancementDisplay_Upsell_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_UP","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":70,"x":45,"y":5,"h":19},"c":[]}]}]},{"id":"ItemAdvancementDisplay_EmptySlotField","b":{"w":771,"x":2,"y":2,"h":394},"c":[{"id":"dummySlot1","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot2","b":{"w":60,"x":603,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot3","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemList","b":{"w":428,"x":170,"y":88,"h":222},"c":[]},{"id":"ItemAdvancementDisplay_ItemSB","b":{"w":10,"x":598,"y":88,"h":222},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":202},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":182},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":192,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":202},"c":[]}]},{"id":"ItemAdvancementDisplay_SlotButton","b":{"w":114,"x":328,"y":315,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":78,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":75,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":93,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"dummySlot4","b":{"w":60,"x":703,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemHeaderBg","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_emptySlot_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112828"]},{"id":"box_ia_header_emptySlot_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112826"]},{"id":"box_ia_header_emptySlot_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112824"]}]},{"id":"ItmeAdvancementDisplay_ItemBg","b":{"w":440,"x":169,"y":87,"h":224},"c":[{"id":"Box_01_Background","b":{"w":438,"x":1,"y":1,"h":222},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":438,"x":1,"y":1,"h":222},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":204},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":213,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":420,"x":9,"y":213,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":429,"y":213,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":429,"y":9,"h":204},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":429,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":420,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":438,"x":1,"y":223,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":439,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":438,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_NoItemSlotted_text","b":{"w":217,"x":76,"y":21,"h":42},"c":[]}]},{"id":"itemAdvancementPanel_Item6Page_background","b":{"w":771,"x":0,"y":0,"h":403},"c":[{"id":"box_ia_coloredBgs_orange_tl","b":{"w":300,"x":0,"y":0,"h":335},"c":[],"assets":["0x41112811"]},{"id":"box_ia_coloredBgs_orange_tc","b":{"w":171,"x":300,"y":0,"h":335},"c":[],"assets":["0x41112810"]},{"id":"box_ia_coloredBgs_orange_tr","b":{"w":300,"x":471,"y":0,"h":335},"c":[],"assets":["0x41112812"]},{"id":"box_ia_coloredBgs_orange_cl","b":{"w":300,"x":0,"y":335,"h":53},"c":[],"assets":["0x4111280E"]},{"id":"box_ia_coloredBgs_orange_cr","b":{"w":300,"x":471,"y":335,"h":53},"c":[],"assets":["0x4111280F"]},{"id":"box_ia_coloredBgs_orange_bl","b":{"w":300,"x":0,"y":388,"h":14},"c":[],"assets":["0x4111280C"]},{"id":"box_ia_coloredBgs_orange_bc","b":{"w":171,"x":300,"y":388,"h":14},"c":[],"assets":["0x4111280B"]},{"id":"box_ia_coloredBgs_orange_br","b":{"w":300,"x":471,"y":388,"h":14},"c":[],"assets":["0x4111280D"]},{"id":"box_ia_coloredBgs_orange_center","b":{"w":171,"x":300,"y":335,"h":53},"c":[],"assets":["0x411127E9"]}]}]},{"id":"ItemAdvancementPanel_Item1Tab","b":{"w":76,"x":17,"y":3,"h":52},"c":[{"id":"itemAdvancement_tab_blue_right","b":{"w":12,"x":63,"y":21,"h":31},"c":[],"assets":["0x410E7FE6","0x410E7FE8","0x410E7FE7"]},{"id":"itemAdvancement_tab_blue_left","b":{"w":12,"x":0,"y":21,"h":31},"c":[],"assets":["0x410E7FE0","0x410E7FE2","0x410E7FE1"]},{"id":"itemAdvancement_tab_blue_center","b":{"w":51,"x":12,"y":21,"h":31},"c":[],"assets":["0x410E7FE3","0x410E7FE5","0x410E7FE4"]},{"id":"ItemAdvancementPanel_Item1Tab_Field","b":{"w":76,"x":0,"y":10,"h":40},"c":[{"id":"ItemAdvancementManager_TabButtonImage","b":{"w":82,"x":-7,"y":4,"h":36},"c":[]},{"id":"ItemAdvancementManager_TabButtonText","b":{"w":76,"x":-1,"y":14,"h":25},"c":[]},{"id":"ItemAdvancementManager_TabButtonLevelupImage","b":{"w":48,"x":-13,"y":3,"h":33},"c":[],"assets":["0x4110DC18"]}]}]},{"id":"ItemAdvancementPanel_Item10Page","b":{"w":771,"x":6,"y":52,"h":402},"c":[{"id":"ItemAdvancementDisplay_ItemSlottedField","b":{"w":771,"x":2,"y":2,"h":399},"c":[{"id":"ItemAdvancementDisplay_MTXFlyout","b":{"w":176,"x":546,"y":208,"h":192},"c":[{"id":"ItemAdvancementDisplay_UpsellClose","b":{"w":170,"x":4,"y":157,"h":29},"c":[{"id":"ItemAdvancementDisplay_IAUpsell_DOWN","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_UpsellClose_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[],"assets":["0x411121A1"]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":85,"x":41,"y":5,"h":19},"c":[]}]},{"id":"ItemAdvancementDisplay_MTXFlyout_Close","b":{"w":16,"x":151,"y":10,"h":16},"c":[]},{"id":"ItemUpgrades_BuyNowButton","b":{"w":163,"x":6,"y":124,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":140,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":104,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":120},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":156,"h":36},"c":[],"assets":["0x41135842"]},{"id":"ItemUpgrades_BuyNowButton_Legendary_Titles","b":{"w":163,"x":6,"y":31,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legendary_Titles","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":104,"x":36,"y":156,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":140,"y":156,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"ItemUpgrades_BuyNowButton_Relics","b":{"w":163,"x":6,"y":62,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Relics","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":140,"y":36,"h":120},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":104,"x":36,"y":36,"h":120},"c":[],"assets":["0x4100013B"]},{"id":"ItemUpgrades_BuyNowButton_Legacies","b":{"w":163,"x":6,"y":93,"h":28},"c":[{"id":"ItemUpgrades_BuyNowLabel_Legacies","b":{"w":133,"x":12,"y":0,"h":28},"c":[]}]}]},{"id":"ItemAdvancementDisplay_RunicField","b":{"w":397,"x":367,"y":68,"h":328},"c":[{"id":"ItemAdvancementDisplay_RunicSlotter","b":{"w":398,"x":0,"y":27,"h":302},"c":[{"id":"RunicPoolSlotter_Panel","b":{"w":398,"x":0,"y":0,"h":271},"c":[{"id":"RunicPoolSlotter_RunicBeginningPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicBeginningTab","b":{"w":80,"x":2,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicMiddlePage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicMiddleTab","b":{"w":83,"x":78,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":82,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":55,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":65,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_RunicEndPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicEndTab","b":{"w":70,"x":158,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":69,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":42,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":52,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RunicPoolSlotter_Bg","b":{"w":393,"x":0,"y":20,"h":249},"c":[{"id":"Box_01_Background","b":{"w":391,"x":1,"y":1,"h":247},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":391,"x":1,"y":1,"h":247},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":229},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":238,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":373,"x":9,"y":238,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":382,"y":238,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":382,"y":9,"h":229},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":382,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":373,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":391,"x":1,"y":248,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":392,"y":0,"h":249},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":391,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"RunicPoolSlotter_RunicCraftedPage","b":{"w":391,"x":1,"y":21,"h":247},"c":[{"id":"RunicPoolListBox_LB","b":{"w":381,"x":0,"y":0,"h":247},"c":[]},{"id":"RunicPoolListBox_SB","b":{"w":10,"x":381,"y":0,"h":247},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":237,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":227},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":207},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":217,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":227},"c":[]}]}]},{"id":"RunicPoolSlotter_RunicCraftedTab","b":{"w":80,"x":224,"y":0,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":79,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":62,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]},{"id":"RunicPoolSlotter_SlotButton","b":{"w":93,"x":52,"y":277,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"ItemAdvancementDisplay_RunicLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]}]},{"id":"ItemAdvancementDisplay_ProgressionField","b":{"w":358,"x":6,"y":68,"h":329},"c":[{"id":"ItemAdvancementDisplay_LegacyLabel","b":{"w":132,"x":15,"y":7,"h":24},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Bg","b":{"w":356,"x":1,"y":29,"h":251},"c":[{"id":"Box_01_Background","b":{"w":354,"x":1,"y":1,"h":249},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":354,"x":1,"y":1,"h":249},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":231},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":240,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":336,"x":9,"y":240,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":345,"y":240,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":345,"y":9,"h":231},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":345,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":336,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":354,"x":1,"y":250,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":355,"y":0,"h":251},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":354,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_ReplaceImbuedLegacyButton","b":{"w":129,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":93,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":90,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":108,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_RankUpButton","b":{"w":89,"x":35,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_ProgressionListBox","b":{"w":344,"x":5,"y":30,"h":249},"c":[]},{"id":"ItemAdvancementDisplay_ProgressionListBox_Scrollbar","b":{"w":9,"x":347,"y":29,"h":250},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":240,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":240,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":230},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":210},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":220,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":230},"c":[]}]},{"id":"ItemAdvancementDisplay_LegendaryPointsText","b":{"w":290,"x":14,"y":277,"h":29},"c":[{"id":"ItemAdvancementDisplay_LegendaryPointsText_BgLabel","b":{"w":268,"x":11,"y":0,"h":28},"c":[],"assets":["0x41005F97"]},{"id":"ItemAdvancement_LegendaryPoints_AvailableIcon","b":{"w":27,"x":22,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPointsAvailableText","b":{"w":76,"x":48,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPointsAvailableValue","b":{"w":26,"x":123,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_LegendaryPointsSpentText","b":{"w":46,"x":174,"y":4,"h":20},"c":[]},{"id":"ItemAdvancement_LegendaryPoints_SpentIcon","b":{"w":27,"x":148,"y":4,"h":22},"c":[],"assets":["0x410E8297"]},{"id":"ItemAdvancement_LegendaryPoints_SpentValue","b":{"w":26,"x":223,"y":4,"h":20},"c":[]}]}]},{"id":"ItemAdvancementDisplay_MainInfoField","b":{"w":771,"x":0,"y":0,"h":90},"c":[{"id":"ItemAdvancementDisplay_Item_Title","b":{"w":442,"x":75,"y":35,"h":15},"c":[]},{"id":"ItemAdvancementDisplay_ItemLevel","b":{"w":48,"x":159,"y":57,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeterField","b":{"w":418,"x":72,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter","b":{"w":333,"x":70,"y":6,"h":12},"c":[{"id":"ItemAdvancementDisplay_LevelingDisabled","b":{"w":331,"x":0,"y":-1,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_BG","b":{"w":413,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":75,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":319,"x":75,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":394,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ImbuedItemLevelMeter_Text","b":{"w":55,"x":8,"y":5,"h":16},"c":[]}]},{"id":"Runic_Type1","b":{"w":34,"x":565,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_Item","b":{"w":32,"x":28,"y":20,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]},{"id":"Runic_Type4_Slot","b":{"w":60,"x":708,"y":6,"h":62},"c":[],"assets":["0x4110013F"]},{"id":"Runic_Type4","b":{"w":34,"x":723,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemHeaderBg_active","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_normal_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112827"]},{"id":"box_ia_header_normal_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112825"]},{"id":"box_ia_header_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112823"]}]},{"id":"Runic_Type2","b":{"w":34,"x":617,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"Runic_Type3","b":{"w":34,"x":670,"y":21,"h":34},"c":[{"id":"RunicSlotBackground","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicDisplay","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"RunicIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]}]}]},{"id":"ItemAdvancementDisplay_ItemXPMeterField","b":{"w":333,"x":157,"y":52,"h":25},"c":[{"id":"ItemAdvancementDisplay_ItemXPMeter","b":{"w":278,"x":47,"y":8,"h":10},"c":[]},{"id":"ItemAdvancementDisplay_ItemXPMeter_BG","b":{"w":333,"x":0,"y":0,"h":25},"c":[{"id":"ProgressUIElement_ItemAdvancement_Overlay_left","b":{"w":63,"x":0,"y":0,"h":25},"c":[],"assets":["0x410E82A3"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_center","b":{"w":251,"x":63,"y":0,"h":25},"c":[],"assets":["0x410E82A4"]},{"id":"ProgressUIElement_ItemAdvancement_Overlay_right","b":{"w":19,"x":314,"y":0,"h":25},"c":[],"assets":["0x410E82A5"]}]},{"id":"ItemAdvancementDisplay_ItemXPMeter_Text","b":{"w":281,"x":46,"y":4,"h":16},"c":[]}]},{"id":"ItemAdvancementDisplay_UpgradesField","b":{"w":136,"x":19,"y":54,"h":21},"c":[{"id":"ItemAdvancementDisplay_UpgradesLabel","b":{"w":78,"x":18,"y":4,"h":17},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox","b":{"w":45,"x":82,"y":3,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_UpgradesListbox_BG","b":{"w":132,"x":3,"y":0,"h":21},"c":[],"assets":["0x4112895E"]}]},{"id":"ItemAdvancementDisplay_Item_Text","b":{"w":414,"x":75,"y":3,"h":31},"c":[]},{"id":"ItemAdvancementDisplay_Item_OpenRename_Button","b":{"w":16,"x":495,"y":19,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_SubmitRename_Field","b":{"w":454,"x":75,"y":10,"h":27},"c":[{"id":"ItemAdvancementDisplay_Item_SubmitRename_Button","b":{"w":16,"x":401,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_CancelRename_Button","b":{"w":16,"x":420,"y":9,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text","b":{"w":396,"x":0,"y":4,"h":20},"c":[]},{"id":"ItemAdvancementDisplay_Item_Rename_Text_Box","b":{"w":398,"x":0,"y":6,"h":20},"c":[{"id":"Box_01_Background","b":{"w":396,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":396,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":378,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":387,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":387,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":378,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":396,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":397,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":396,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"TrackButtonField","b":{"w":75,"x":484,"y":56,"h":16},"c":[{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGray","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonBlue","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonRed","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonGreen","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonOrange","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonYellow","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPurple","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonAqua","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonMagenta","b":{"w":75,"x":0,"y":0,"h":16},"c":[]},{"id":"ItemAdvancementDisplay_AdvancementTrackingButtonPink","b":{"w":75,"x":0,"y":0,"h":16},"c":[]}]},{"id":"Runic_Type1_Slot","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E8299"]},{"id":"Runic_Type2_Slot","b":{"w":60,"x":602,"y":6,"h":62},"c":[],"assets":["0x410E829A"]},{"id":"Runic_Type3_Slot","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E829B"]}]},{"id":"ItemAdvancementDisplay_EnableLevelingButton","b":{"w":123,"x":179,"y":372,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":87,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":84,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":102,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancementDisplay_EquipToLevelLabel","b":{"w":196,"x":136,"y":378,"h":19},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell","b":{"w":169,"x":550,"y":365,"h":29},"c":[{"id":"ItemAdvancementDisplay_Upsell_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_UP","b":{"w":28,"x":134,"y":2,"h":26},"c":[]},{"id":"ItemAdvancementDisplay_IAUpsell_Label","b":{"w":70,"x":45,"y":5,"h":19},"c":[]}]}]},{"id":"ItemAdvancementDisplay_EmptySlotField","b":{"w":771,"x":2,"y":2,"h":394},"c":[{"id":"dummySlot1","b":{"w":60,"x":550,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot2","b":{"w":60,"x":603,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"dummySlot3","b":{"w":60,"x":655,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemList","b":{"w":428,"x":170,"y":88,"h":222},"c":[]},{"id":"ItemAdvancementDisplay_ItemSB","b":{"w":10,"x":598,"y":88,"h":222},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":212,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":202},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":182},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":192,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":202},"c":[]}]},{"id":"ItemAdvancementDisplay_SlotButton","b":{"w":114,"x":328,"y":315,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":78,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":75,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":93,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"dummySlot4","b":{"w":60,"x":703,"y":6,"h":62},"c":[],"assets":["0x410E82A0"]},{"id":"ItemAdvancementDisplay_ItemHeaderBg","b":{"w":766,"x":0,"y":5,"h":63},"c":[{"id":"box_ia_header_emptySlot_left","b":{"w":68,"x":0,"y":0,"h":63},"c":[],"assets":["0x41112828"]},{"id":"box_ia_header_emptySlot_center","b":{"w":454,"x":68,"y":0,"h":63},"c":[],"assets":["0x41112826"]},{"id":"box_ia_header_emptySlot_right","b":{"w":249,"x":520,"y":0,"h":63},"c":[],"assets":["0x41112824"]}]},{"id":"ItmeAdvancementDisplay_ItemBg","b":{"w":440,"x":169,"y":87,"h":224},"c":[{"id":"Box_01_Background","b":{"w":438,"x":1,"y":1,"h":222},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":438,"x":1,"y":1,"h":222},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":204},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":213,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":420,"x":9,"y":213,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":429,"y":213,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":429,"y":9,"h":204},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":429,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":420,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":438,"x":1,"y":223,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":439,"y":0,"h":224},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":438,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancementDisplay_NoItemSlotted_text","b":{"w":217,"x":76,"y":21,"h":42},"c":[]}]},{"id":"itemAdvancementPanel_Item10Page_background","b":{"w":771,"x":0,"y":0,"h":403},"c":[{"id":"box_ia_coloredBgs_white_bl","b":{"w":300,"x":0,"y":388,"h":14},"c":[],"assets":["0x4112FC29"]},{"id":"box_ia_coloredBgs_white_bc","b":{"w":171,"x":300,"y":388,"h":14},"c":[],"assets":["0x4112FC2A"]},{"id":"box_ia_coloredBgs_white_br","b":{"w":300,"x":471,"y":388,"h":14},"c":[],"assets":["0x4112FC2B"]},{"id":"box_ia_coloredBgs_white_center","b":{"w":171,"x":300,"y":335,"h":53},"c":[],"assets":["0x411127E9"]},{"id":"box_ia_coloredBgs_white_tl","b":{"w":300,"x":0,"y":0,"h":335},"c":[],"assets":["0x4112FC24"]},{"id":"box_ia_coloredBgs_white_tc","b":{"w":171,"x":300,"y":0,"h":335},"c":[],"assets":["0x4112FC25"]},{"id":"box_ia_coloredBgs_white_tr","b":{"w":300,"x":471,"y":0,"h":335},"c":[],"assets":["0x4112FC26"]},{"id":"box_ia_coloredBgs_white_cl","b":{"w":300,"x":0,"y":335,"h":53},"c":[],"assets":["0x4112FC27"]},{"id":"box_ia_coloredBgs_white_cr","b":{"w":300,"x":471,"y":335,"h":53},"c":[],"assets":["0x4112FC28"]}]}]},{"id":"ItemAdvancementPanel_Item2Tab","b":{"w":76,"x":92,"y":3,"h":52},"c":[{"id":"itemAdvancement_tab_red_left","b":{"w":12,"x":0,"y":21,"h":31},"c":[],"assets":["0x410E7FE9","0x410E7FEB","0x410E7FEA"]},{"id":"itemAdvancement_tab_red_center","b":{"w":51,"x":12,"y":21,"h":31},"c":[],"assets":["0x410E7FEC","0x410E7FEE","0x410E7FED"]},{"id":"itemAdvancement_tab_red_right","b":{"w":12,"x":63,"y":21,"h":31},"c":[],"assets":["0x410E7FEF","0x410E7FF1","0x410E7FF0"]},{"id":"ItemAdvancementPanel_Item2Tab_Field","b":{"w":76,"x":0,"y":10,"h":40},"c":[{"id":"ItemAdvancementManager_TabButtonImage","b":{"w":82,"x":-7,"y":4,"h":36},"c":[]},{"id":"ItemAdvancementManager_TabButtonText","b":{"w":76,"x":-1,"y":14,"h":25},"c":[]},{"id":"ItemAdvancementManager_TabButtonLevelupImage","b":{"w":48,"x":-13,"y":3,"h":33},"c":[],"assets":["0x4110DC18"]}]}]},{"id":"ItemAdvancementPanel_Item7Tab","b":{"w":76,"x":462,"y":3,"h":52},"c":[{"id":"itemAdvancement_tab_aqua_left","b":{"w":12,"x":0,"y":21,"h":31},"c":[],"assets":["0x4110F8AD","0x4110F8AE","0x4110F8AF"]},{"id":"itemAdvancement_tab_aqua_center","b":{"w":51,"x":12,"y":21,"h":31},"c":[],"assets":["0x4110F8AA","0x4110F8AB","0x4110F8AC"]},{"id":"ItemAdvancementPanel_Item7Tab_Field","b":{"w":76,"x":0,"y":10,"h":40},"c":[{"id":"ItemAdvancementManager_TabButtonImage","b":{"w":82,"x":-7,"y":4,"h":36},"c":[]},{"id":"ItemAdvancementManager_TabButtonText","b":{"w":76,"x":-1,"y":14,"h":25},"c":[]},{"id":"ItemAdvancementManager_TabButtonLevelupImage","b":{"w":48,"x":-13,"y":3,"h":33},"c":[],"assets":["0x4110DC18"]}]},{"id":"itemAdvancement_tab_aqua_right","b":{"w":12,"x":63,"y":21,"h":31},"c":[],"assets":["0x4110F8B0","0x4110F8B1","0x4110F8B2"]}]},{"id":"ItemAdvancementPanel_Item3Tab","b":{"w":76,"x":166,"y":3,"h":52},"c":[{"id":"itemAdvancement_tab_green_left","b":{"w":12,"x":0,"y":21,"h":31},"c":[],"assets":["0x410E7FF2","0x410E7FF4","0x410E7FF3"]},{"id":"itemAdvancement_tab_green_center","b":{"w":51,"x":12,"y":21,"h":31},"c":[],"assets":["0x410E7FF5","0x410E7FF7","0x410E7FF6"]},{"id":"itemAdvancement_tab_green_right","b":{"w":12,"x":63,"y":21,"h":31},"c":[],"assets":["0x410E7FF8","0x410E7FFA","0x410E7FF9"]},{"id":"ItemAdvancementPanel_Item3Tab_Field","b":{"w":76,"x":0,"y":10,"h":40},"c":[{"id":"ItemAdvancementManager_TabButtonImage","b":{"w":82,"x":-7,"y":4,"h":36},"c":[]},{"id":"ItemAdvancementManager_TabButtonText","b":{"w":76,"x":-1,"y":14,"h":25},"c":[]},{"id":"ItemAdvancementManager_TabButtonLevelupImage","b":{"w":48,"x":-13,"y":3,"h":33},"c":[],"assets":["0x4110DC18"]}]}]},{"id":"ItemAdvancementPanel_Item4Tab","b":{"w":76,"x":240,"y":3,"h":52},"c":[{"id":"ItemAdvancementPanel_Item4Tab_Field","b":{"w":76,"x":0,"y":10,"h":40},"c":[{"id":"ItemAdvancementManager_TabButtonImage","b":{"w":82,"x":-7,"y":4,"h":36},"c":[]},{"id":"ItemAdvancementManager_TabButtonText","b":{"w":76,"x":-1,"y":14,"h":25},"c":[]},{"id":"ItemAdvancementManager_TabButtonLevelupImage","b":{"w":48,"x":-13,"y":3,"h":33},"c":[],"assets":["0x4110DC18"]}]},{"id":"itemAdvancement_tab_yellow_left","b":{"w":12,"x":0,"y":21,"h":31},"c":[],"assets":["0x410E7FFB","0x410E7FFD","0x410E7FFC"]},{"id":"itemAdvancement_tab_yellow_center","b":{"w":51,"x":12,"y":21,"h":31},"c":[],"assets":["0x410E7FFE","0x410E8000","0x410E7FFF"]},{"id":"itemAdvancement_tab_yellow_right","b":{"w":12,"x":63,"y":21,"h":31},"c":[],"assets":["0x410E8001","0x410E8003","0x410E8002"]}]}]},{"id":"ItemAdvancementManager_bottomResize","b":{"w":779,"x":3,"y":468,"h":8},"c":[]},{"id":"ItemAdvancementManager_bottomRight","b":{"w":45,"x":737,"y":429,"h":45},"c":[],"assets":["0x4111038C"]},{"id":"Player_Itemadvancement_NoIAText","b":{"w":360,"x":212,"y":185,"h":106},"c":[]}]},"ID_UISkin_ItemAdvancement_DisplayRunicPool_Window":{"id":"ItemAdvancement_DisplayRunicPool_Window","b":{"w":564,"x":214,"y":319,"h":349},"c":[{"id":"ItemAdvancement_DisplayRunicPool_CloseButton","b":{"w":96,"x":242,"y":313,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":60,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":57,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":75,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancement_DisplayRunicPool_MoveBar","b":{"w":448,"x":29,"y":2,"h":24},"c":[]},{"id":"ItemAdvancement_RunicPoolTitleBar","b":{"w":350,"x":102,"y":-9,"h":43},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":315,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"ItemAdvancement_RunicPoolWindowLabel","b":{"w":320,"x":15,"y":14,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":280,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"ItemAdvancement_DisplayRunicPool_BaseBox_BG","b":{"w":491,"x":33,"y":19,"h":328},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":419,"x":36,"y":292,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":455,"y":292,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":455,"y":36,"h":256},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":419,"x":36,"y":36,"h":256},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":455,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":419,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":256},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":292,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"ItemAdvancement_DisplayRunicPool_ResultsFrill_Left","b":{"w":75,"x":2,"y":70,"h":268},"c":[],"assets":["0x410F2159"]},{"id":"ItemAdvancement_DisplayRunicPool_ResultsFrill_Right","b":{"w":83,"x":480,"y":70,"h":265},"c":[],"assets":["0x410F215A"]},{"id":"ItemAdvancement_DisplayRunicPool_Listbox_Bg","b":{"w":437,"x":62,"y":33,"h":277},"c":[{"id":"Box_IA_ResultsBorder_tl","b":{"w":45,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F2137"]},{"id":"Box_IA_ResultsBorder_tc","b":{"w":349,"x":44,"y":0,"h":40},"c":[],"assets":["0x410F2138"]},{"id":"Box_IA_ResultsBorder_tr","b":{"w":43,"x":393,"y":0,"h":40},"c":[],"assets":["0x410F2139"]},{"id":"Box_IA_ResultsBorder_ml","b":{"w":14,"x":0,"y":40,"h":205},"c":[],"assets":["0x410F213A"]},{"id":"Box_IA_ResultsBorder_mc","b":{"w":415,"x":10,"y":38,"h":234},"c":[{"id":"Box_01_Background","b":{"w":413,"x":1,"y":1,"h":232},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":413,"x":1,"y":1,"h":232},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":214},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":223,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":395,"x":9,"y":223,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":404,"y":223,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":404,"y":9,"h":214},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":404,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":395,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":234},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":413,"x":1,"y":233,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":414,"y":0,"h":234},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":413,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Box_IA_ResultsBorder_mr","b":{"w":13,"x":424,"y":40,"h":205},"c":[],"assets":["0x410F213B"]},{"id":"Box_IA_ResultsBorder_bl","b":{"w":47,"x":0,"y":245,"h":38},"c":[],"assets":["0x410F213C"]},{"id":"Box_IA_ResultsBorder_bc","b":{"w":355,"x":44,"y":271,"h":10},"c":[],"assets":["0x410F213D"]},{"id":"Box_IA_ResultsBorder_br","b":{"w":43,"x":393,"y":245,"h":38},"c":[],"assets":["0x410F213E"]}]},{"id":"ItemAdvancement_RunicListBox_Bg","b":{"w":418,"x":72,"y":69,"h":235},"c":[{"id":"Box_01_Background","b":{"w":416,"x":1,"y":1,"h":233},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":416,"x":1,"y":1,"h":233},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":215},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":224,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":398,"x":9,"y":224,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":407,"y":224,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":407,"y":9,"h":215},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":407,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":398,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":235},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":416,"x":1,"y":234,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":417,"y":0,"h":235},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":416,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancement_RunicListBox","b":{"w":408,"x":74,"y":71,"h":235},"c":[]},{"id":"ItemAdvancement_RunicListBox_Scrollbar","b":{"w":10,"x":482,"y":71,"h":235},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":225,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":225,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":215},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":195},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":205,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":215},"c":[]}]}]},"ID_UISkin_ItemAdvancement_Forge_Window":{"id":"ItemAdvancement_Forge_Window","b":{"w":512,"x":548,"y":128,"h":488},"c":[{"id":"ItemAdvancement_ForgeTitleBar","b":{"w":338,"x":87,"y":-10,"h":42},"c":[{"id":"ItemAdvancement_ForgeWindowLabel","b":{"w":246,"x":46,"y":14,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":303,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":268,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"ItemAdvancement_ForgeMoveBar","b":{"w":350,"x":81,"y":7,"h":24},"c":[]},{"id":"ItemAdvancement_ForgeCloseButton","b":{"w":16,"x":485,"y":22,"h":16},"c":[]},{"id":"ItemAdvancement_ForgeBaseBox_BG","b":{"w":508,"x":1,"y":16,"h":469},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":436,"x":36,"y":433,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":472,"y":433,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":472,"y":36,"h":397},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":436,"x":36,"y":36,"h":397},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":472,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":436,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":397},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":433,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"ItemAdvancement_ForgePanel","b":{"w":504,"x":4,"y":28,"h":454},"c":[{"id":"ItemAdvancement_ForgeIdentifyPage","b":{"w":490,"x":8,"y":32,"h":412},"c":[{"id":"ItemAdvancement_Identify_MoneyDisplay","b":{"w":383,"x":0,"y":349,"h":32},"c":[{"id":"MoneyDisplay_YourRelicCurrency","b":{"w":60,"x":305,"y":3,"h":31},"c":[{"id":"MoneyDisplay_RelicCurrency_ItemDisplay","b":{"w":36,"x":46,"y":3,"h":25},"c":[],"assets":["0x4111123A"]},{"id":"MoneyDisplay_RelicCurrency_Quantity","b":{"w":46,"x":3,"y":6,"h":20},"c":[]}]},{"id":"MoneyDisplay_Player_Relic_Background","b":{"w":383,"x":0,"y":6,"h":26},"c":[{"id":"MoneyDisplay_Relic_Background_Left","b":{"w":25,"x":0,"y":0,"h":28},"c":[],"assets":["0x41110D21"]},{"id":"MoneyDisplay_Relic_Background_Center","b":{"w":328,"x":25,"y":0,"h":27},"c":[],"assets":["0x41110D20"]},{"id":"MoneyDisplay_Relic_Background_Right","b":{"w":25,"x":353,"y":0,"h":28},"c":[],"assets":["0x41110D22"]}]},{"id":"MoneyDisplay_YourMoney_AllMoney","b":{"w":159,"x":77,"y":9,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"MoneyDisplay_YourShards_Label","b":{"w":88,"x":241,"y":6,"h":26},"c":[]},{"id":"MoneyDisplay_YourMoney_Label","b":{"w":99,"x":7,"y":9,"h":20},"c":[]}]},{"id":"ItemAdvancement_IdentifyGraphic","b":{"w":162,"x":342,"y":32,"h":330},"c":[]},{"id":"itemAdvancement_Identify_Header","b":{"w":296,"x":2,"y":10,"h":20},"c":[]},{"id":"ItemAdvancement_Identify_Description","b":{"w":458,"x":16,"y":375,"h":42},"c":[]},{"id":"ItemAdvancement_IdentifyItemsField","b":{"w":399,"x":2,"y":32,"h":293},"c":[{"id":"IAItemListBox","b":{"w":392,"x":4,"y":4,"h":285},"c":[]},{"id":"IAScrollbar","b":{"w":10,"x":387,"y":4,"h":285},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":275,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":275,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":265},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":245},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":255,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":265},"c":[]}]},{"id":"Box_01_Background","b":{"w":397,"x":1,"y":1,"h":291},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":397,"x":1,"y":1,"h":291},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":273},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":282,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":379,"x":9,"y":282,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":388,"y":282,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":388,"y":9,"h":273},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":388,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":379,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":293},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":397,"x":1,"y":292,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":398,"y":0,"h":293},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":397,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancement_IdentifyButton","b":{"w":96,"x":375,"y":331,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":60,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":57,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":75,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancement_IdentifyValueLabel","b":{"w":37,"x":40,"y":331,"h":20},"c":[]},{"id":"ItemAdvancement_CurrencySelector","b":{"w":295,"x":0,"y":325,"h":60},"c":[{"id":"ItemAdvancement_CurrencySelector_SelectMoney","b":{"w":21,"x":12,"y":32,"h":21},"c":[]},{"id":"ItemAdvancement_CurrencyDisplay","b":{"w":160,"x":76,"y":5,"h":22},"c":[{"id":"ItemAdvancement_CostDisplay_RelicCurrency","b":{"w":66,"x":98,"y":0,"h":22},"c":[{"id":"ItemAdvancement_IdentifyValue_RelicCurrency_Quantity","b":{"w":40,"x":3,"y":1,"h":20},"c":[]},{"id":"ItemAdvancement_IdentifyValue_RelicCurrency_ItemDisplay","b":{"w":20,"x":40,"y":-1,"h":24},"c":[]}]},{"id":"ItemAdvancement_CostDisplay","b":{"w":160,"x":0,"y":0,"h":22},"c":[{"id":"ItemAdvancement_IdentifyValue","b":{"w":0,"x":160,"y":0,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]}]}]},{"id":"ItemAdvancement_CurrencySelector_SelectRelicCurrency","b":{"w":21,"x":240,"y":33,"h":21},"c":[]}]},{"id":"ItemAdvancement_Identify_Type_Menu","b":{"w":128,"x":244,"y":330,"h":24},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":128,"x":0,"y":0,"h":22},"c":[{"id":"BasePanel_TopMid","b":{"w":90,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":122,"x":3,"y":3,"h":16},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-16},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":3,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":90,"x":19,"y":19,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":109,"y":3,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":125,"y":19,"h":-16},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":109,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":110,"x":5,"y":-1,"h":24},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":112,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"ItemAdvancement_Cost_BG","b":{"w":211,"x":34,"y":329,"h":23},"c":[{"id":"MoneyDisplay_PlayerMoney_Resizable_Left","b":{"w":35,"x":0,"y":0,"h":24},"c":[],"assets":["0x41110D90"]},{"id":"MoneyDisplay_PlayerMoney_Resizable_Center","b":{"w":139,"x":32,"y":0,"h":24},"c":[],"assets":["0x41110D92"]},{"id":"MoneyDisplay_PlayerMoney_Resizable_Right","b":{"w":37,"x":171,"y":0,"h":23},"c":[],"assets":["0x41110D91"]}]},{"id":"ItemAdvancement_Buy_Blanks","b":{"w":25,"x":6,"y":331,"h":20},"c":[{"id":"BuyNowTextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[],"assets":["0x4110D2A1","0x4110D2A2","0x4110D2A3","0x41108F4B"]},{"id":"BuyNowTextButtonReference_Mid","b":{"w":-16,"x":20,"y":0,"h":20},"c":[],"assets":["0x4110D2A4","0x4110D2A5","0x4110D2A6","0x41108F4A"]},{"id":"BuyNowTextButtonReference_Right","b":{"w":20,"x":4,"y":0,"h":20},"c":[{"id":"MTX_Coin","b":{"w":20,"x":-2,"y":0,"h":20},"c":[]}],"assets":["0x4110D2A7","0x4110D2A8","0x4110D2A9","0x41108F4D"]}]}]},{"id":"ItemAdvancement_ForgeReforgeTab","b":{"w":132,"x":135,"y":9,"h":23},"c":[{"id":"tab_tier1_left_innards","b":{"w":131,"x":0,"y":0,"h":23},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":23},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":104,"x":12,"y":0,"h":23},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":114,"y":0,"h":23},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"ItemAdvancement_ForgeReforgePage","b":{"w":490,"x":5,"y":32,"h":414},"c":[{"id":"ItemAdvancement_Reforge_NothingToReforge","b":{"w":212,"x":139,"y":51,"h":34},"c":[]},{"id":"ItemAdvancement_Reforge_MoneyDisplay","b":{"w":384,"x":53,"y":323,"h":34},"c":[{"id":"MoneyDisplay_YourRelicCurrency","b":{"w":60,"x":305,"y":3,"h":31},"c":[{"id":"MoneyDisplay_RelicCurrency_ItemDisplay","b":{"w":36,"x":46,"y":3,"h":25},"c":[],"assets":["0x4111123A"]},{"id":"MoneyDisplay_RelicCurrency_Quantity","b":{"w":46,"x":3,"y":6,"h":20},"c":[]}]},{"id":"MoneyDisplay_Player_Relic_Background","b":{"w":383,"x":0,"y":6,"h":26},"c":[{"id":"MoneyDisplay_Relic_Background_Left","b":{"w":25,"x":0,"y":0,"h":28},"c":[],"assets":["0x41110D21"]},{"id":"MoneyDisplay_Relic_Background_Center","b":{"w":328,"x":25,"y":0,"h":27},"c":[],"assets":["0x41110D20"]},{"id":"MoneyDisplay_Relic_Background_Right","b":{"w":25,"x":353,"y":0,"h":28},"c":[],"assets":["0x41110D22"]}]},{"id":"MoneyDisplay_YourMoney_AllMoney","b":{"w":159,"x":77,"y":9,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"MoneyDisplay_YourShards_Label","b":{"w":88,"x":241,"y":6,"h":26},"c":[]},{"id":"MoneyDisplay_YourMoney_Label","b":{"w":99,"x":7,"y":9,"h":20},"c":[]}]},{"id":"ItemAdvancementReforge_DescriptiveText","b":{"w":386,"x":51,"y":356,"h":53},"c":[]},{"id":"IA_reforge_bgImage","b":{"w":388,"x":51,"y":0,"h":441},"c":[],"assets":["0x410F1FAD","0x410F213F"]},{"id":"ItemAdvancement_ReforgeField","b":{"w":384,"x":53,"y":49,"h":329},"c":[{"id":"ItemAdvancement_Reforge_Item","b":{"w":200,"x":92,"y":4,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_Name","b":{"w":165,"x":35,"y":0,"h":32},"c":[]}]},{"id":"ItemAdvancement_Reforge_UseDefaultNameText","b":{"w":140,"x":89,"y":177,"h":20},"c":[]},{"id":"ItemAdvancement_Reforge_PreviousItem","b":{"w":20,"x":63,"y":10,"h":20},"c":[]},{"id":"ItemAdvancement_Reforge_UseDefaultName","b":{"w":10,"x":237,"y":182,"h":10},"c":[]},{"id":"ItemAdvancement_Reforge_NextItem","b":{"w":20,"x":291,"y":10,"h":20},"c":[]},{"id":"ItemAdvancement_ReforgeButton","b":{"w":119,"x":132,"y":247,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":83,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":80,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":98,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancement_Reforge_Cost_BG","b":{"w":166,"x":110,"y":211,"h":23},"c":[{"id":"MoneyDisplay_PlayerMoney_Resizable_Left","b":{"w":35,"x":0,"y":0,"h":24},"c":[],"assets":["0x41110D90"]},{"id":"MoneyDisplay_PlayerMoney_Resizable_Center","b":{"w":94,"x":32,"y":0,"h":24},"c":[],"assets":["0x41110D92"]},{"id":"MoneyDisplay_PlayerMoney_Resizable_Right","b":{"w":37,"x":126,"y":0,"h":23},"c":[],"assets":["0x41110D91"]}]},{"id":"ItemAdvancement_ReforgeValueLabel","b":{"w":53,"x":101,"y":212,"h":20},"c":[]},{"id":"ItemAdvancement_Reforge_RefundLPText","b":{"w":140,"x":89,"y":159,"h":20},"c":[]},{"id":"ItemAdvancement_Reforge_RefundLP","b":{"w":10,"x":237,"y":164,"h":10},"c":[]},{"id":"ItemAdvancement_CurrencySelector","b":{"w":385,"x":1,"y":212,"h":96},"c":[{"id":"ItemAdvancement_CurrencySelector_SelectMoney","b":{"w":20,"x":13,"y":70,"h":21},"c":[]},{"id":"ItemAdvancement_CurrencyDisplay","b":{"w":116,"x":144,"y":-1,"h":22},"c":[{"id":"ItemAdvancement_CostDisplay_RelicCurrency","b":{"w":66,"x":56,"y":0,"h":22},"c":[{"id":"ItemAdvancement_ReforgeValue_RelicCurrency_Quantity","b":{"w":40,"x":4,"y":1,"h":20},"c":[]},{"id":"ItemAdvancement_ReforgeValue_RelicCurrency_ItemDisplay","b":{"w":20,"x":40,"y":-1,"h":23},"c":[]}]},{"id":"ItemAdvancement_CostDisplay","b":{"w":116,"x":0,"y":1,"h":22},"c":[{"id":"ItemAdvancement_ReforgeValue","b":{"w":116,"x":0,"y":0,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]}]}]},{"id":"ItemAdvancement_CurrencySelector_SelectRelicCurrency","b":{"w":21,"x":241,"y":70,"h":20},"c":[]}]},{"id":"ItemAdvancement_Reforge_Rename","b":{"w":224,"x":80,"y":110,"h":45},"c":[{"id":"ItemAdvancement_Reforge_Rename_Background","b":{"w":224,"x":0,"y":0,"h":45},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":222,"x":1,"y":1,"h":43},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":25},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":34,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":204,"x":9,"y":34,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":213,"y":34,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":213,"y":9,"h":25},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":213,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":204,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":45},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":222,"x":1,"y":44,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":223,"y":0,"h":45},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":222,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"ItemAdvancement_Reforge_RenameText","b":{"w":100,"x":142,"y":89,"h":20},"c":[]}]}]},{"id":"ItemAdvancement_ForgePanel_BG","b":{"w":490,"x":4,"y":32,"h":413},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":488,"x":1,"y":1,"h":411},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":393},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":402,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":470,"x":9,"y":402,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":479,"y":402,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":479,"y":9,"h":393},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":479,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":470,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":413},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":488,"x":1,"y":412,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":489,"y":0,"h":413},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":488,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ItemAdvancement_ForgeIdentifyTab","b":{"w":133,"x":5,"y":9,"h":23},"c":[{"id":"tab_tier1_left_innards","b":{"w":132,"x":0,"y":0,"h":23},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":23},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":105,"x":12,"y":0,"h":23},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":115,"y":0,"h":23},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]}]},"ID_UISkin_ItemAdvancement_IdentifyResult_Window":{"id":"ItemAdvancement_IdentifyResult_Window","b":{"w":427,"x":656,"y":118,"h":357},"c":[{"id":"ItemAdvancement_ResultsFrill_Left","b":{"w":75,"x":0,"y":82,"h":268},"c":[],"assets":["0x410F2159"]},{"id":"ItemAdvancement_ResultsFrill_Right","b":{"w":83,"x":345,"y":82,"h":265},"c":[],"assets":["0x410F215A"]},{"id":"ItemAdvancement_IdentifyResultCloseButton","b":{"w":96,"x":168,"y":323,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":60,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":57,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":75,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancement_IdentifyResultListBox_Bg","b":{"w":302,"x":62,"y":32,"h":286},"c":[{"id":"Box_IA_ResultsBorder_tl","b":{"w":45,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F2137"]},{"id":"Box_IA_ResultsBorder_tc","b":{"w":214,"x":44,"y":0,"h":40},"c":[],"assets":["0x410F2138"]},{"id":"Box_IA_ResultsBorder_tr","b":{"w":43,"x":258,"y":0,"h":40},"c":[],"assets":["0x410F2139"]},{"id":"Box_IA_ResultsBorder_ml","b":{"w":14,"x":0,"y":40,"h":214},"c":[],"assets":["0x410F213A"]},{"id":"Box_IA_ResultsBorder_mc","b":{"w":280,"x":10,"y":38,"h":243},"c":[{"id":"Box_01_Background","b":{"w":278,"x":1,"y":1,"h":241},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":278,"x":1,"y":1,"h":241},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":223},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":232,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":260,"x":9,"y":232,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":269,"y":232,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":269,"y":9,"h":223},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":269,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":260,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":243},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":278,"x":1,"y":242,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":279,"y":0,"h":243},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":278,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Box_IA_ResultsBorder_mr","b":{"w":13,"x":289,"y":40,"h":214},"c":[],"assets":["0x410F213B"]},{"id":"Box_IA_ResultsBorder_bl","b":{"w":47,"x":0,"y":254,"h":38},"c":[],"assets":["0x410F213C"]},{"id":"Box_IA_ResultsBorder_bc","b":{"w":220,"x":44,"y":280,"h":10},"c":[],"assets":["0x410F213D"]},{"id":"Box_IA_ResultsBorder_br","b":{"w":43,"x":258,"y":254,"h":38},"c":[],"assets":["0x410F213E"]}]},{"id":"ItemAdvancement_Identify_resultsText","b":{"w":270,"x":79,"y":38,"h":30},"c":[]},{"id":"ItemAdvancement_IdentifyResultListBox","b":{"w":270,"x":74,"y":123,"h":190},"c":[]},{"id":"ItemAdvancement_IdentifyResult_TitleBar","b":{"w":250,"x":84,"y":-9,"h":43},"c":[{"id":"ItemAdvancement_IdentifyResult_WindowLabel","b":{"w":182,"x":37,"y":13,"h":23},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"ItemAdvancement_IdentifyResultScrollbar","b":{"w":9,"x":344,"y":123,"h":190},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":180,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":180,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":170},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":150},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":160,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":170},"c":[]}]},{"id":"ItemAdvancement_IdentifyResult_BaseBox_BG","b":{"w":358,"x":33,"y":19,"h":337},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":286,"x":36,"y":301,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":322,"y":301,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":322,"y":36,"h":265},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":286,"x":36,"y":36,"h":265},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":322,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":286,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":265},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":301,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"ItemAdvancement_IdentifyResult_Item","b":{"w":307,"x":60,"y":68,"h":56},"c":[{"id":"ItemAdvancement_ItemHeader_left","b":{"w":72,"x":0,"y":0,"h":55},"c":[],"assets":["0x410F21A3"]},{"id":"ItemAdvancement_ItemHeader_right","b":{"w":19,"x":287,"y":0,"h":55},"c":[],"assets":["0x410F21A4"]},{"id":"ItemAdvancement_ItemHeader_Icon","b":{"w":32,"x":28,"y":12,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_Name","b":{"w":211,"x":75,"y":4,"h":31},"c":[]},{"id":"ItemAdvancement_ItemHeader_center","b":{"w":242,"x":46,"y":0,"h":55},"c":[],"assets":["0x410F21A2"]}]},{"id":"ItemAdvancement_IdentifyAllResultsListBox","b":{"w":270,"x":74,"y":72,"h":241},"c":[]},{"id":"ItemAdvancement_IdentifyAllResultsScrollbar","b":{"w":9,"x":344,"y":72,"h":241},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":231,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":231,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":221},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":201},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":211,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":221},"c":[]}]},{"id":"ItemAdvancement_IdentifyResult_MoveBar","b":{"w":348,"x":29,"y":2,"h":24},"c":[]}]},"ID_UISkin_ItemAdvancement_Imbue_Window":{"id":"ItemAdvancement_Imbue_Window","b":{"w":412,"x":629,"y":198,"h":488},"c":[{"id":"ItemAdvancement_ImbuePanel","b":{"w":404,"x":4,"y":28,"h":454},"c":[{"id":"IA_Imbue_bgImage","b":{"w":400,"x":3,"y":-7,"h":460},"c":[],"assets":["0x41161128","0x410F1FAD","0x410F213F"]},{"id":"ItemAdvancement_ImbueField","b":{"w":392,"x":6,"y":49,"h":364},"c":[{"id":"ItemAdvancement_Imbue_PreviousItem","b":{"w":20,"x":75,"y":11,"h":20},"c":[]},{"id":"ItemAdvancement_Imbue_Item","b":{"w":196,"x":98,"y":4,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_Name","b":{"w":161,"x":35,"y":0,"h":32},"c":[]}]},{"id":"ItemAdvancement_Imbue_NextItem","b":{"w":20,"x":297,"y":11,"h":20},"c":[]},{"id":"ItemAdvancement_ImbueButton","b":{"w":119,"x":135,"y":318,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":83,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":80,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":98,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"ItemAdvancementImbue_DescriptiveText","b":{"w":303,"x":52,"y":394,"h":51},"c":[]},{"id":"ItemAdvancement_Imbue_NothingToImbue","b":{"w":212,"x":96,"y":51,"h":34},"c":[]}]},{"id":"ItemAdvancement_ImbueTitleBar","b":{"w":339,"x":32,"y":-10,"h":42},"c":[{"id":"ItemAdvancement_ImbueWindowLabel","b":{"w":246,"x":46,"y":14,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":304,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":269,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"ItemAdvancement_ImbueMoveBar","b":{"w":351,"x":29,"y":7,"h":24},"c":[]},{"id":"ItemAdvancement_ImbueCloseButton","b":{"w":16,"x":385,"y":22,"h":16},"c":[]},{"id":"ItemAdvancement_Imbue_ImbuedLegacies","b":{"w":263,"x":72,"y":126,"h":257},"c":[]},{"id":"ItemAdvancement_Imbue_ImbuedLegaciesScrollbar","b":{"w":9,"x":335,"y":126,"h":257},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":247,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":247,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":237},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":217},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":227,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":237},"c":[]}]},{"id":"ItemAdvancement_ImbueBaseBox_BG","b":{"w":408,"x":1,"y":16,"h":469},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":336,"x":36,"y":433,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":372,"y":433,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":372,"y":36,"h":397},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":336,"x":36,"y":36,"h":397},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":372,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":336,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":397},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":433,"h":36},"c":[],"assets":["0x41000151"]}]}]},"ID_UISkin_ItemAdvancement_ReforgeResult_Window":{"id":"ItemAdvancement_ReforgeResult_Window","b":{"w":426,"x":349,"y":185,"h":334},"c":[{"id":"ItemAdvancement_ReforgeResult_LPRefundedField","b":{"w":276,"x":75,"y":255,"h":20},"c":[{"id":"ItemAdvancement_ReforgeResult_LPRefundedText","b":{"w":277,"x":0,"y":0,"h":20},"c":[]}]},{"id":"ItemAdvancement_ReforgeResult_MoveBar","b":{"w":348,"x":29,"y":2,"h":24},"c":[]},{"id":"ItemAdvancement_ReforgeResult_CloseButton","b":{"w":96,"x":165,"y":304,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":60,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":57,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":75,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancement_ReforgeResults_ResultsBg","b":{"w":300,"x":64,"y":32,"h":268},"c":[{"id":"Box_IA_ResultsBorder_tl","b":{"w":45,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F2137"]},{"id":"Box_IA_ResultsBorder_tc","b":{"w":212,"x":44,"y":0,"h":40},"c":[],"assets":["0x410F2138"]},{"id":"Box_IA_ResultsBorder_tr","b":{"w":43,"x":256,"y":0,"h":40},"c":[],"assets":["0x410F2139"]},{"id":"Box_IA_ResultsBorder_ml","b":{"w":14,"x":0,"y":40,"h":196},"c":[],"assets":["0x410F213A"]},{"id":"Box_IA_ResultsBorder_mc","b":{"w":278,"x":10,"y":38,"h":225},"c":[{"id":"Box_01_Background","b":{"w":276,"x":1,"y":1,"h":223},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":276,"x":1,"y":1,"h":223},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":205},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":214,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":258,"x":9,"y":214,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":267,"y":214,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":267,"y":9,"h":205},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":267,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":258,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":276,"x":1,"y":224,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":277,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":276,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Box_IA_ResultsBorder_mr","b":{"w":13,"x":287,"y":40,"h":196},"c":[],"assets":["0x410F213B"]},{"id":"Box_IA_ResultsBorder_bl","b":{"w":47,"x":0,"y":236,"h":38},"c":[],"assets":["0x410F213C"]},{"id":"Box_IA_ResultsBorder_bc","b":{"w":218,"x":44,"y":262,"h":10},"c":[],"assets":["0x410F213D"]},{"id":"Box_IA_ResultsBorder_br","b":{"w":43,"x":256,"y":236,"h":38},"c":[],"assets":["0x410F213E"]}]},{"id":"ItemAdvancement_ReforgeResult_Background","b":{"w":360,"x":33,"y":10,"h":322},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":288,"x":36,"y":286,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":324,"y":286,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":324,"y":36,"h":250},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":288,"x":36,"y":36,"h":250},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":324,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":288,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":250},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":286,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"ItemAdvancement_ReforgeResult_ResultFrill_Left","b":{"w":75,"x":2,"y":41,"h":268},"c":[],"assets":["0x410F2159"]},{"id":"ItemAdvancement_ReforgeResult_TitleBar","b":{"w":242,"x":92,"y":-10,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":207,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":172,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"ItemAdvancement_ReforgeResult_TitleText","b":{"w":198,"x":22,"y":14,"h":20},"c":[]}]},{"id":"ItemAdvancement_ReforgeResult_ResultFrill_Right","b":{"w":75,"x":345,"y":41,"h":268},"c":[],"assets":["0x410F215A"]},{"id":"ItemAdvancement_ReforgeResult_XCloseButton","b":{"w":16,"x":368,"y":16,"h":16},"c":[]},{"id":"ItemAdvancement_ReforgeResult_ItemReforgedText","b":{"w":242,"x":96,"y":37,"h":29},"c":[]},{"id":"ItemAdvancement_ReforgeResult_Item","b":{"w":307,"x":60,"y":69,"h":56},"c":[{"id":"ItemAdvancement_ItemHeader_left","b":{"w":72,"x":0,"y":0,"h":55},"c":[],"assets":["0x410F21A3"]},{"id":"ItemAdvancement_ItemHeader_right","b":{"w":19,"x":287,"y":0,"h":55},"c":[],"assets":["0x410F21A4"]},{"id":"ItemAdvancement_ItemHeader_Icon","b":{"w":32,"x":28,"y":12,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_Name","b":{"w":211,"x":75,"y":4,"h":31},"c":[]},{"id":"ItemAdvancement_ItemHeader_center","b":{"w":242,"x":46,"y":0,"h":55},"c":[],"assets":["0x410F21A2"]}]},{"id":"ItemAdvancement_ReforgeResult_WhatHappenedText","b":{"w":250,"x":88,"y":123,"h":70},"c":[]},{"id":"ItemAdvancement_ReforgeResult_Legacy","b":{"w":270,"x":78,"y":199,"h":50},"c":[{"id":"Base_Box_BottomMid","b":{"w":264,"x":3,"y":45,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":3,"x":267,"y":45,"h":3},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":267,"y":1,"h":44},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":264,"x":3,"y":3,"h":43},"c":[],"assets":["0x41000190"]},{"id":"LegacyDisplay_ProgressionEffectDisplay","b":{"w":153,"x":43,"y":2,"h":26},"c":[]},{"id":"LegacyDisplay_RankField","b":{"w":65,"x":43,"y":27,"h":20},"c":[{"id":"LegacyDisplay_RankLabel","b":{"w":40,"x":0,"y":0,"h":20},"c":[]},{"id":"LegacyDisplay_RankText","b":{"w":39,"x":40,"y":-1,"h":20},"c":[]}]},{"id":"LegacyDisplay_RankTierImage","b":{"w":32,"x":7,"y":8,"h":32},"c":[{"id":"LegacyDisplay_MajorLegacyOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"LegacyDisplay_MinorLegacyOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}],"assets":["0x410E82A1"]},{"id":"LegacyDisplay_CostField","b":{"w":140,"x":124,"y":27,"h":20},"c":[{"id":"LegacyDisplay_CostLabel","b":{"w":87,"x":0,"y":0,"h":20},"c":[]},{"id":"LegacyDisplay_CostIcon","b":{"w":15,"x":91,"y":2,"h":15},"c":[],"assets":["0x410E82A2"]},{"id":"LegacyDisplay_CostText","b":{"w":25,"x":107,"y":2,"h":16},"c":[]}]},{"id":"Base_Box_TopRight","b":{"w":3,"x":266,"y":0,"h":3},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":3,"x":0,"y":0,"h":3},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":264,"x":3,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"LegacyDisplay_MaxedOutField","b":{"w":85,"x":181,"y":25,"h":20},"c":[{"id":"LegacyDisplay_MaxedOutText","b":{"w":85,"x":0,"y":0,"h":20},"c":[]}]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":1,"h":44},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":3,"x":0,"y":45,"h":3},"c":[],"assets":["0x4100018B","0x4100018A"]}]}]},"ID_UISkin_ItemAdvancement_RunicCombination_Forge_Window":{"id":"ItemAdvancement_RunicCombination_Forge_Window","b":{"w":642,"x":41,"y":54,"h":633},"c":[{"id":"ItemAdvancement_RunicCombination_Background","b":{"w":557,"x":37,"y":60,"h":500},"c":[],"assets":["0x41110B6E"]},{"id":"ItemAdvancement_RunicCombination_ForgeBaseBox_BG","b":{"w":588,"x":22,"y":16,"h":607},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":516,"x":36,"y":571,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":552,"y":571,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":552,"y":36,"h":535},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":516,"x":36,"y":36,"h":535},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":552,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":516,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":535},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":571,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"ItemAdvancement_RunicCombination_ForgePanel","b":{"w":623,"x":7,"y":36,"h":584},"c":[{"id":"ItemAdvancement_RelicTransmutation_ForgeTab","b":{"w":132,"x":299,"y":-3,"h":30},"c":[{"id":"tab_tier1_left_innards","b":{"w":131,"x":0,"y":0,"h":30},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":30},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":104,"x":12,"y":0,"h":30},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":114,"y":0,"h":30},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"ItemAdvancement_RelicTransmutation_ForgePage","b":{"w":622,"x":-16,"y":37,"h":550},"c":[{"id":"ItemAdvancement_Transmutation_ItemsToMake_Label","b":{"w":142,"x":131,"y":4,"h":32},"c":[]},{"id":"ItemAdvancement_Transmutation_PreviewComponent_Background","b":{"w":260,"x":328,"y":22,"h":362},"c":[{"id":"Box_Relic_Forge_Top_Left","b":{"w":17,"x":1,"y":0,"h":15},"c":[],"assets":["0x41110B6B"]},{"id":"Box_Relic_Forge_Top_Mid","b":{"w":224,"x":17,"y":0,"h":3},"c":[],"assets":["0x41110B6C"]},{"id":"Box_Relic_Forge_Top_Right","b":{"w":22,"x":236,"y":0,"h":18},"c":[],"assets":["0x41110B6D"]},{"id":"Box_Relic_Forge_Mid_Right","b":{"w":3,"x":255,"y":12,"h":339},"c":[],"assets":["0x41110B6A"]},{"id":"Box_Relic_Forge_Bottom_Right","b":{"w":22,"x":236,"y":343,"h":18},"c":[],"assets":["0x41110B68"]},{"id":"Box_Relic_Forge_Bottom_Mid","b":{"w":224,"x":16,"y":358,"h":3},"c":[],"assets":["0x41110B67"]},{"id":"Box_Relic_Forge_Bottom_Left","b":{"w":19,"x":1,"y":343,"h":18},"c":[],"assets":["0x41110B66"]},{"id":"Box_Relic_Forge_Mid_Left","b":{"w":3,"x":1,"y":9,"h":339},"c":[],"assets":["0x41110B69"]},{"id":"Box_Relic_Forge_Background","b":{"w":251,"x":4,"y":3,"h":355},"c":[],"assets":["0x41110B65"]}]},{"id":"ItemAdvancement_Transmutation_FixedItems_Label","b":{"w":117,"x":399,"y":101,"h":37},"c":[]},{"id":"ItemAdvancement_Transmutation_BG_Right","b":{"w":46,"x":576,"y":20,"h":357},"c":[]},{"id":"ItemAdvancement_Transmutation_ChooseRelics_Label","b":{"w":131,"x":131,"y":2,"h":36},"c":[]},{"id":"ItemAdvancement_Transmutation_Description_BG","b":{"w":491,"x":79,"y":415,"h":83},"c":[{"id":"basepanel_silver_top_left","b":{"w":19,"x":0,"y":0,"h":12},"c":[],"assets":["0x41110D93"]},{"id":"basepanel_silver_top_mid","b":{"w":459,"x":17,"y":0,"h":1},"c":[],"assets":["0x41110D97"]},{"id":"basepanel_silver_top_right","b":{"w":17,"x":470,"y":0,"h":12},"c":[],"assets":["0x41110D94"]},{"id":"basepanel_silver_mid_right","b":{"w":1,"x":486,"y":7,"h":48},"c":[],"assets":["0x41110D98"]},{"id":"basepanel_silver_bottom_right","b":{"w":15,"x":472,"y":51,"h":12},"c":[],"assets":["0x41110D95"]},{"id":"basepanel_silver_bottom_mid","b":{"w":471,"x":9,"y":62,"h":1},"c":[],"assets":["0x41110D99"]},{"id":"basepanel_silver_bottom_left","b":{"w":13,"x":0,"y":52,"h":11},"c":[],"assets":["0x41110D96"]},{"id":"basepanel_silver_mid_left","b":{"w":1,"x":0,"y":6,"h":48},"c":[],"assets":["0x41110D9A"]},{"id":"basepanel_silver_background","b":{"w":486,"x":0,"y":0,"h":62},"c":[],"assets":["0x41110D9B"]}]},{"id":"ItemAdvancement_Transmutation_BG_Left","b":{"w":48,"x":29,"y":19,"h":358},"c":[]},{"id":"ItemAdvancement_Transmute_Recipe_Expand_All_Button","b":{"w":16,"x":72,"y":44,"h":16},"c":[]},{"id":"ItemAdvancement_Transmutation_Search_Label","b":{"w":62,"x":119,"y":42,"h":20},"c":[]},{"id":"ItemAdvancement_Transmutation_BG_Top","b":{"w":592,"x":30,"y":-4,"h":51},"c":[]},{"id":"ItemAdvancement_Transmute_Recipe_Collapse_All_Button","b":{"w":16,"x":92,"y":44,"h":16},"c":[]},{"id":"ItemAdvancement_Transmutation_SearchText","b":{"w":142,"x":169,"y":42,"h":20},"c":[]},{"id":"ItemAdvancement_Transmutation_SearchEntry_BG","b":{"w":140,"x":170,"y":42,"h":40},"c":[{"id":"basepanel_silver_top_left","b":{"w":19,"x":0,"y":0,"h":12},"c":[],"assets":["0x41110D93"]},{"id":"basepanel_silver_top_mid","b":{"w":108,"x":17,"y":0,"h":1},"c":[],"assets":["0x41110D97"]},{"id":"basepanel_silver_top_right","b":{"w":17,"x":119,"y":0,"h":12},"c":[],"assets":["0x41110D94"]},{"id":"basepanel_silver_mid_right","b":{"w":1,"x":135,"y":7,"h":5},"c":[],"assets":["0x41110D98"]},{"id":"basepanel_silver_bottom_right","b":{"w":15,"x":121,"y":8,"h":12},"c":[],"assets":["0x41110D95"]},{"id":"basepanel_silver_bottom_mid","b":{"w":120,"x":9,"y":19,"h":1},"c":[],"assets":["0x41110D99"]},{"id":"basepanel_silver_bottom_left","b":{"w":13,"x":0,"y":9,"h":11},"c":[],"assets":["0x41110D96"]},{"id":"basepanel_silver_mid_left","b":{"w":1,"x":0,"y":6,"h":5},"c":[],"assets":["0x41110D9A"]},{"id":"basepanel_silver_background","b":{"w":135,"x":0,"y":0,"h":19},"c":[],"assets":["0x41110D9B"]}]},{"id":"ItemAdvancement_Transmutation_RecipeTree","b":{"w":235,"x":72,"y":69,"h":309},"c":[]},{"id":"ItemAdvancement_Transmutation_RecipeTreeScrollbar","b":{"w":10,"x":307,"y":71,"h":304},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":294,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":294,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":284},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":264},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":274,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":284},"c":[]}]},{"id":"ItemAdvancement_Transmutation_ChooseButton","b":{"w":130,"x":259,"y":388,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancement_Transmutation_FixedItem_BG","b":{"w":248,"x":335,"y":120,"h":274},"c":[{"id":"basepanel_silver_top_left","b":{"w":19,"x":0,"y":0,"h":12},"c":[],"assets":["0x41110D93"]},{"id":"basepanel_silver_top_mid","b":{"w":216,"x":17,"y":0,"h":1},"c":[],"assets":["0x41110D97"]},{"id":"basepanel_silver_top_right","b":{"w":17,"x":227,"y":0,"h":12},"c":[],"assets":["0x41110D94"]},{"id":"basepanel_silver_mid_right","b":{"w":1,"x":243,"y":7,"h":239},"c":[],"assets":["0x41110D98"]},{"id":"basepanel_silver_bottom_right","b":{"w":15,"x":229,"y":242,"h":12},"c":[],"assets":["0x41110D95"]},{"id":"basepanel_silver_bottom_mid","b":{"w":228,"x":9,"y":253,"h":1},"c":[],"assets":["0x41110D99"]},{"id":"basepanel_silver_bottom_left","b":{"w":13,"x":0,"y":243,"h":11},"c":[],"assets":["0x41110D96"]},{"id":"basepanel_silver_mid_left","b":{"w":1,"x":0,"y":6,"h":239},"c":[],"assets":["0x41110D9A"]},{"id":"basepanel_silver_background","b":{"w":243,"x":0,"y":0,"h":253},"c":[],"assets":["0x41110D9B"]}]},{"id":"ItemAdvancement_Transmutation_Combine_BackButton","b":{"w":130,"x":193,"y":388,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancement_Transmutation_FixedItem_Header_BG","b":{"w":202,"x":356,"y":99,"h":45},"c":[]},{"id":"ItemAdvancement_Transmutation_Combine_TransmuteButton","b":{"w":130,"x":330,"y":388,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancement_Transmutation_Description","b":{"w":473,"x":86,"y":418,"h":57},"c":[]},{"id":"ItemAdvancement_TransmutationPanel_PreviewComponentsList","b":{"w":239,"x":340,"y":131,"h":242},"c":[{"id":"ItemAdvancement_TransmutationPanel_PreviewComponentsListScrollbar","b":{"w":10,"x":566,"y":146,"h":217},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":207,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":207,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":197},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":177},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":187,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":197},"c":[]}]}]},{"id":"ItemAdvancement_Transmutation_PreviewDisplay","b":{"w":243,"x":340,"y":43,"h":55},"c":[{"id":"ItemAdvancement_Transmutation_PreviewRunicDisplay","b":{"w":237,"x":0,"y":0,"h":55},"c":[{"id":"RunicTier","b":{"w":57,"x":242,"y":4,"h":38},"c":[]},{"id":"RunicIcon","b":{"w":38,"x":6,"y":8,"h":38},"c":[{"id":"RunicDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"RunicDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"RunicDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":18,"h":12},"c":[]}]}]},{"id":"RunicName","b":{"w":181,"x":45,"y":7,"h":38},"c":[]},{"id":"Selected_Item_Background","b":{"w":237,"x":0,"y":0,"h":55},"c":[]}]},{"id":"ItemAdvancement_Transmutation_PreviewItemDisplay","b":{"w":243,"x":0,"y":0,"h":55},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":38,"x":6,"y":8,"h":38},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_Name","b":{"w":179,"x":45,"y":7,"h":38},"c":[]},{"id":"Selected_Item_Background","b":{"w":235,"x":0,"y":0,"h":55},"c":[]}]},{"id":"ItemAdvancement_Transmutation_PreviewOverrideDisplay","b":{"w":243,"x":0,"y":0,"h":55},"c":[{"id":"ItemAdvancement_Transmutation_PreviewOverride_Icon","b":{"w":32,"x":6,"y":8,"h":32},"c":[]},{"id":"ItemAdvancement_Transmutation_PreviewOverride_Text","b":{"w":179,"x":45,"y":7,"h":38},"c":[]},{"id":"Selected_Item_Background","b":{"w":235,"x":0,"y":0,"h":55},"c":[]}]}]},{"id":"ItemAdvancement_Transmutation_yourMoney","b":{"w":385,"x":47,"y":504,"h":35},"c":[{"id":"MoneyDisplay_YourRelicCurrency","b":{"w":73,"x":286,"y":3,"h":31},"c":[{"id":"MoneyDisplay_RelicCurrency_ItemDisplay","b":{"w":36,"x":49,"y":3,"h":26},"c":[],"assets":["0x4111123A"]},{"id":"MoneyDisplay_RelicCurrency_Quantity","b":{"w":54,"x":-2,"y":6,"h":20},"c":[]}]},{"id":"MoneyDisplay_Player_Relic_Background","b":{"w":345,"x":22,"y":6,"h":26},"c":[{"id":"MoneyDisplay_Relic_Background_Left","b":{"w":25,"x":0,"y":0,"h":28},"c":[],"assets":["0x41110D21"]},{"id":"MoneyDisplay_Relic_Background_Center","b":{"w":290,"x":25,"y":0,"h":27},"c":[],"assets":["0x41110D20"]},{"id":"MoneyDisplay_Relic_Background_Right","b":{"w":25,"x":315,"y":0,"h":28},"c":[],"assets":["0x41110D22"]}]},{"id":"MoneyDisplay_YourMoney_AllMoney","b":{"w":159,"x":76,"y":9,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"MoneyDisplay_YourShards_Label","b":{"w":88,"x":218,"y":6,"h":26},"c":[]},{"id":"MoneyDisplay_YourMoney_Label","b":{"w":99,"x":7,"y":9,"h":20},"c":[]}]},{"id":"ItemAdvancement_CurrencySelector","b":{"w":392,"x":51,"y":383,"h":151},"c":[{"id":"ItemAdvancement_DeconstructValue","b":{"w":158,"x":-20,"y":171,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"ItemAdvancement_TransmutationValue_RelicCurrency","b":{"w":66,"x":154,"y":171,"h":22},"c":[{"id":"ItemAdvancement_TransmutationValue_RelicCurrency_ItemDisplay","b":{"w":20,"x":40,"y":0,"h":20},"c":[]},{"id":"ItemAdvancement_TransmutationValue_RelicCurrency_Quantity","b":{"w":40,"x":0,"y":0,"h":20},"c":[]}]},{"id":"ItemAdvancement_CurrencySelector_SelectMoney","b":{"w":19,"x":26,"y":105,"h":23},"c":[]},{"id":"ItemAdvancement_CurrencySelector_SelectRelicCurrency","b":{"w":20,"x":247,"y":105,"h":19},"c":[]}]},{"id":"ItemAdvancement_TransmutationPanel_Combine_WildCardSelectionTree_FlyOut_Container","b":{"w":264,"x":65,"y":22,"h":362},"c":[{"id":"ItemAdvancement_TransmutationPanel_Combine_WildCardSelectionTree_FinalLocation","b":{"w":260,"x":0,"y":0,"h":362},"c":[]},{"id":"ItemAdvancement_TransmutationPanel_Combine_WildCardSelectionTree_StartLocation","b":{"w":260,"x":264,"y":0,"h":362},"c":[]},{"id":"ItemAdvancement_TransmutationPanel_Combine_WildCardSelectionTree_MovingField","b":{"w":260,"x":0,"y":0,"h":362},"c":[{"id":"ItemAdvancement_TransmutationPanel_Combine_WildCardSelectionTree","b":{"w":235,"x":7,"y":47,"h":309},"c":[]},{"id":"ItemAdvancement_TransmutationPanel_Combine_WildCardSelectionTreeScrollbar","b":{"w":10,"x":242,"y":49,"h":304},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":294,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":294,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":284},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":264},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":274,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":284},"c":[]}]},{"id":"Box_Relic_Forge_Top_Left","b":{"w":17,"x":1,"y":0,"h":15},"c":[],"assets":["0x41110B6B"]},{"id":"ItemAdvancement_Transmute_Combine_Expand_All_Button","b":{"w":16,"x":7,"y":22,"h":16},"c":[]},{"id":"Box_Relic_Forge_Top_Mid","b":{"w":224,"x":17,"y":0,"h":3},"c":[],"assets":["0x41110B6C"]},{"id":"ItemAdvancement_Transmute_Combine_Collapse_All_Button","b":{"w":16,"x":27,"y":22,"h":16},"c":[]},{"id":"Box_Relic_Forge_Top_Right","b":{"w":22,"x":236,"y":0,"h":18},"c":[],"assets":["0x41110B6D"]},{"id":"Box_Relic_Forge_Mid_Right","b":{"w":3,"x":255,"y":12,"h":339},"c":[],"assets":["0x41110B6A"]},{"id":"Box_Relic_Forge_Bottom_Right","b":{"w":22,"x":236,"y":343,"h":18},"c":[],"assets":["0x41110B68"]},{"id":"Box_Relic_Forge_Bottom_Mid","b":{"w":224,"x":16,"y":358,"h":3},"c":[],"assets":["0x41110B67"]},{"id":"Box_Relic_Forge_Bottom_Left","b":{"w":19,"x":1,"y":343,"h":18},"c":[],"assets":["0x41110B66"]},{"id":"Box_Relic_Forge_Mid_Left","b":{"w":3,"x":1,"y":9,"h":339},"c":[],"assets":["0x41110B69"]},{"id":"Box_Relic_Forge_Background","b":{"w":251,"x":4,"y":3,"h":355},"c":[],"assets":["0x41110B65"]}]}]},{"id":"ItemAdvancement_Transmutation_Separator","b":{"w":256,"x":65,"y":59,"h":14},"c":[]},{"id":"ItemAdvancement_Transmutation_Recipe_Background","b":{"w":260,"x":65,"y":22,"h":362},"c":[{"id":"Box_Relic_Forge_Top_Left","b":{"w":17,"x":1,"y":0,"h":15},"c":[],"assets":["0x41110B6B"]},{"id":"Box_Relic_Forge_Top_Mid","b":{"w":224,"x":17,"y":0,"h":3},"c":[],"assets":["0x41110B6C"]},{"id":"Box_Relic_Forge_Top_Right","b":{"w":22,"x":236,"y":0,"h":18},"c":[],"assets":["0x41110B6D"]},{"id":"Box_Relic_Forge_Mid_Right","b":{"w":3,"x":255,"y":12,"h":339},"c":[],"assets":["0x41110B6A"]},{"id":"Box_Relic_Forge_Bottom_Right","b":{"w":22,"x":236,"y":343,"h":18},"c":[],"assets":["0x41110B68"]},{"id":"Box_Relic_Forge_Bottom_Mid","b":{"w":224,"x":16,"y":358,"h":3},"c":[],"assets":["0x41110B67"]},{"id":"Box_Relic_Forge_Bottom_Left","b":{"w":19,"x":1,"y":343,"h":18},"c":[],"assets":["0x41110B66"]},{"id":"Box_Relic_Forge_Mid_Left","b":{"w":3,"x":1,"y":9,"h":339},"c":[],"assets":["0x41110B69"]},{"id":"Box_Relic_Forge_Background","b":{"w":251,"x":4,"y":3,"h":355},"c":[],"assets":["0x41110B65"]}]}]},{"id":"ItemAdvancement_RelicDeconsruction_ForgeTab","b":{"w":132,"x":430,"y":-3,"h":31},"c":[{"id":"tab_tier1_left_innards","b":{"w":131,"x":0,"y":0,"h":31},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":31},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":104,"x":12,"y":0,"h":31},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":114,"y":0,"h":31},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"ItemAdvancement_RelicDeconsruction_ForgePage","b":{"w":622,"x":-1,"y":34,"h":550},"c":[{"id":"ItemAdvancement_RelicDeconsruction_yourMoney","b":{"w":407,"x":32,"y":507,"h":35},"c":[{"id":"MoneyDisplay_YourRelicCurrency","b":{"w":73,"x":286,"y":3,"h":31},"c":[{"id":"MoneyDisplay_RelicCurrency_ItemDisplay","b":{"w":36,"x":49,"y":3,"h":26},"c":[],"assets":["0x4111123A"]},{"id":"MoneyDisplay_RelicCurrency_Quantity","b":{"w":54,"x":-2,"y":6,"h":20},"c":[]}]},{"id":"MoneyDisplay_Player_Relic_Background","b":{"w":345,"x":22,"y":6,"h":26},"c":[{"id":"MoneyDisplay_Relic_Background_Left","b":{"w":25,"x":0,"y":0,"h":28},"c":[],"assets":["0x41110D21"]},{"id":"MoneyDisplay_Relic_Background_Center","b":{"w":290,"x":25,"y":0,"h":27},"c":[],"assets":["0x41110D20"]},{"id":"MoneyDisplay_Relic_Background_Right","b":{"w":25,"x":315,"y":0,"h":28},"c":[],"assets":["0x41110D22"]}]},{"id":"MoneyDisplay_YourMoney_AllMoney","b":{"w":159,"x":76,"y":9,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"MoneyDisplay_YourShards_Label","b":{"w":88,"x":218,"y":6,"h":26},"c":[]},{"id":"MoneyDisplay_YourMoney_Label","b":{"w":99,"x":7,"y":9,"h":20},"c":[]}]},{"id":"ItemAdvancement_RelicDeconstruction_Cost_Label","b":{"w":115,"x":80,"y":390,"h":20},"c":[]},{"id":"ItemAdvancement_RelicDeconstruction_Description_Background","b":{"w":483,"x":70,"y":420,"h":83},"c":[{"id":"basepanel_silver_top_left","b":{"w":19,"x":0,"y":0,"h":12},"c":[],"assets":["0x41110D93"]},{"id":"basepanel_silver_top_mid","b":{"w":451,"x":17,"y":0,"h":1},"c":[],"assets":["0x41110D97"]},{"id":"basepanel_silver_top_right","b":{"w":17,"x":462,"y":0,"h":12},"c":[],"assets":["0x41110D94"]},{"id":"basepanel_silver_mid_right","b":{"w":1,"x":478,"y":7,"h":48},"c":[],"assets":["0x41110D98"]},{"id":"basepanel_silver_bottom_right","b":{"w":15,"x":464,"y":51,"h":12},"c":[],"assets":["0x41110D95"]},{"id":"basepanel_silver_bottom_mid","b":{"w":463,"x":9,"y":62,"h":1},"c":[],"assets":["0x41110D99"]},{"id":"basepanel_silver_bottom_left","b":{"w":13,"x":0,"y":52,"h":11},"c":[],"assets":["0x41110D96"]},{"id":"basepanel_silver_mid_left","b":{"w":1,"x":0,"y":6,"h":48},"c":[],"assets":["0x41110D9A"]},{"id":"basepanel_silver_background","b":{"w":478,"x":0,"y":0,"h":62},"c":[],"assets":["0x41110D9B"]}]},{"id":"ItemAdvancement_RelicDeconstruction_TierMenu","b":{"w":155,"x":234,"y":6,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":155,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":117,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":149,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":117,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":136,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":152,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":136,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":137,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":139,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"ItemAdvancement_RelicDeconstruction_RefineButton","b":{"w":125,"x":420,"y":391,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":89,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":86,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":104,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancement_RelicDeconstruction_RelicList","b":{"w":397,"x":115,"y":32,"h":351},"c":[]},{"id":"ItemAdvancement_RelicDeconstruction_RelicListScrollbar","b":{"w":10,"x":503,"y":37,"h":345},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":335,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":335,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":325},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":305},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":315,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":325},"c":[]}]},{"id":"ItemAdvancement_RelicDeconsruction_RelicCurrencyCreated","b":{"w":66,"x":196,"y":386,"h":28},"c":[{"id":"ItemAdvancement_RelicDeconsruction_RelicCurrencyCreated_ItemDisplay","b":{"w":32,"x":40,"y":2,"h":27},"c":[],"assets":["0x4111123A"]},{"id":"ItemAdvancement_RelicDeconsruction_RelicCurrencyCreated_Quantity","b":{"w":40,"x":6,"y":6,"h":20},"c":[]}]},{"id":"ItemAdvancement_RelicDeconstruction_Description","b":{"w":460,"x":86,"y":423,"h":55},"c":[]},{"id":"ItemAdvancement_RelicDeconstruction_Type_Menu","b":{"w":140,"x":272,"y":390,"h":24},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":140,"x":0,"y":0,"h":22},"c":[{"id":"BasePanel_TopMid","b":{"w":102,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":134,"x":3,"y":3,"h":16},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-16},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":3,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":102,"x":19,"y":19,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":121,"y":3,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":137,"y":19,"h":-16},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":121,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":122,"x":5,"y":-1,"h":24},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":124,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"ItemAdvancement_RelicDeconstruction_Border","b":{"w":416,"x":102,"y":25,"h":361},"c":[{"id":"Box_Relic_Forge_Top_Left","b":{"w":17,"x":1,"y":0,"h":15},"c":[],"assets":["0x41110B6B"]},{"id":"Box_Relic_Forge_Top_Mid","b":{"w":380,"x":17,"y":0,"h":3},"c":[],"assets":["0x41110B6C"]},{"id":"Box_Relic_Forge_Top_Right","b":{"w":22,"x":392,"y":0,"h":18},"c":[],"assets":["0x41110B6D"]},{"id":"Box_Relic_Forge_Mid_Right","b":{"w":3,"x":411,"y":12,"h":338},"c":[],"assets":["0x41110B6A"]},{"id":"Box_Relic_Forge_Bottom_Right","b":{"w":22,"x":392,"y":342,"h":18},"c":[],"assets":["0x41110B68"]},{"id":"Box_Relic_Forge_Bottom_Mid","b":{"w":380,"x":16,"y":357,"h":3},"c":[],"assets":["0x41110B67"]},{"id":"Box_Relic_Forge_Bottom_Left","b":{"w":19,"x":1,"y":342,"h":18},"c":[],"assets":["0x41110B66"]},{"id":"Box_Relic_Forge_Mid_Left","b":{"w":3,"x":1,"y":9,"h":338},"c":[],"assets":["0x41110B69"]},{"id":"Box_Relic_Forge_Background","b":{"w":407,"x":4,"y":3,"h":354},"c":[],"assets":["0x41110B65"]}]},{"id":"ItemAdvancement_RelicDeconstruction_BG_Left","b":{"w":143,"x":2,"y":29,"h":348},"c":[],"assets":["0x41110B76"]},{"id":"ItemAdvancement_RelicDeconstruction_BG_Right","b":{"w":136,"x":474,"y":29,"h":361},"c":[],"assets":["0x41110B77"]},{"id":"ItemAdvancement_RelicDeconstruction_Drop_Down_Base","b":{"w":202,"x":210,"y":-4,"h":43},"c":[],"assets":["0x41110B75"]},{"id":"ItemAdvancement_RelicDeconstruction_Cost_BG","b":{"w":194,"x":74,"y":389,"h":23},"c":[{"id":"MoneyDisplay_PlayerMoney_Resizable_Left","b":{"w":35,"x":0,"y":0,"h":24},"c":[],"assets":["0x41110D90"]},{"id":"MoneyDisplay_PlayerMoney_Resizable_Center","b":{"w":122,"x":32,"y":0,"h":24},"c":[],"assets":["0x41110D92"]},{"id":"MoneyDisplay_PlayerMoney_Resizable_Right","b":{"w":37,"x":154,"y":0,"h":23},"c":[],"assets":["0x41110D91"]}]}]},{"id":"ItemAdvancement_RunicCombination_ForgeTab","b":{"w":133,"x":36,"y":-3,"h":31},"c":[{"id":"tab_tier1_left_innards","b":{"w":132,"x":0,"y":0,"h":31},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":31},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":105,"x":12,"y":0,"h":31},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":115,"y":0,"h":31},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"ItemAdvancement_RunicCombination_ForgePage","b":{"w":622,"x":0,"y":33,"h":549},"c":[{"id":"ItemAdvancement_RunicCombination_RelicListScrollbar","b":{"w":10,"x":502,"y":30,"h":351},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":341,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":341,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":331},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":311},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":321,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":331},"c":[]}]},{"id":"ItemAdvancement_RunicCombination_Listbox_Background","b":{"w":416,"x":101,"y":26,"h":361},"c":[{"id":"Box_Relic_Forge_Top_Left","b":{"w":17,"x":1,"y":0,"h":15},"c":[],"assets":["0x41110B6B"]},{"id":"Box_Relic_Forge_Top_Mid","b":{"w":380,"x":17,"y":0,"h":3},"c":[],"assets":["0x41110B6C"]},{"id":"Box_Relic_Forge_Top_Right","b":{"w":22,"x":392,"y":0,"h":18},"c":[],"assets":["0x41110B6D"]},{"id":"Box_Relic_Forge_Mid_Right","b":{"w":3,"x":411,"y":12,"h":338},"c":[],"assets":["0x41110B6A"]},{"id":"Box_Relic_Forge_Bottom_Right","b":{"w":22,"x":392,"y":342,"h":18},"c":[],"assets":["0x41110B68"]},{"id":"Box_Relic_Forge_Bottom_Mid","b":{"w":380,"x":16,"y":357,"h":3},"c":[],"assets":["0x41110B67"]},{"id":"Box_Relic_Forge_Bottom_Left","b":{"w":19,"x":1,"y":342,"h":18},"c":[],"assets":["0x41110B66"]},{"id":"Box_Relic_Forge_Mid_Left","b":{"w":3,"x":1,"y":9,"h":338},"c":[],"assets":["0x41110B69"]},{"id":"Box_Relic_Forge_Background","b":{"w":407,"x":4,"y":3,"h":354},"c":[],"assets":["0x41110B65"]}]},{"id":"ItemAdvancement_RelicDeconstruction_TierMenu","b":{"w":155,"x":233,"y":7,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":155,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":117,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":149,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":117,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":136,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":152,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":136,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":137,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":139,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"ItemAdvancement_RunicCombine_Description","b":{"w":469,"x":78,"y":429,"h":49},"c":[]},{"id":"ItemAdvancement_RunicCombination_BG_Left","b":{"w":128,"x":12,"y":30,"h":346},"c":[]},{"id":"ItemAdvancement_RunicCombination_BG_Right","b":{"w":128,"x":474,"y":30,"h":346},"c":[]},{"id":"ItemAdvancement_RunicCombination_Drop_Down_Base","b":{"w":203,"x":209,"y":-3,"h":40},"c":[]},{"id":"ItemAdvancement_RunicCombine_Type_Menu","b":{"w":174,"x":232,"y":397,"h":24},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":174,"x":0,"y":0,"h":22},"c":[{"id":"BasePanel_TopMid","b":{"w":136,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":168,"x":3,"y":3,"h":16},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-16},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":3,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":136,"x":19,"y":19,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":155,"y":3,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":171,"y":19,"h":-16},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":155,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":156,"x":5,"y":-1,"h":24},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":158,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"ItemAdvancement_RelicDeconstruction_Select_Currency","b":{"w":144,"x":154,"y":493,"h":28},"c":[]},{"id":"ItemAdvancement_CostLabel","b":{"w":39,"x":84,"y":398,"h":20},"c":[]},{"id":"ItemAdvancement_QuantityNeededLabel","b":{"w":125,"x":188,"y":558,"h":20},"c":[]},{"id":"ItemAdvancement_QuantityNeededText","b":{"w":82,"x":322,"y":559,"h":20},"c":[]},{"id":"ItemAdvancement_RunicCombine_Description_BG","b":{"w":476,"x":72,"y":432,"h":61},"c":[{"id":"basepanel_silver_top_left","b":{"w":19,"x":0,"y":0,"h":12},"c":[],"assets":["0x41110D93"]},{"id":"basepanel_silver_top_mid","b":{"w":444,"x":17,"y":0,"h":1},"c":[],"assets":["0x41110D97"]},{"id":"basepanel_silver_top_right","b":{"w":17,"x":455,"y":0,"h":12},"c":[],"assets":["0x41110D94"]},{"id":"basepanel_silver_mid_right","b":{"w":1,"x":471,"y":7,"h":26},"c":[],"assets":["0x41110D98"]},{"id":"basepanel_silver_bottom_right","b":{"w":15,"x":457,"y":29,"h":12},"c":[],"assets":["0x41110D95"]},{"id":"basepanel_silver_bottom_mid","b":{"w":456,"x":9,"y":40,"h":1},"c":[],"assets":["0x41110D99"]},{"id":"basepanel_silver_bottom_left","b":{"w":13,"x":0,"y":30,"h":11},"c":[],"assets":["0x41110D96"]},{"id":"basepanel_silver_mid_left","b":{"w":1,"x":0,"y":6,"h":26},"c":[],"assets":["0x41110D9A"]},{"id":"basepanel_silver_background","b":{"w":471,"x":0,"y":0,"h":40},"c":[],"assets":["0x41110D9B"]}]},{"id":"ItemAdvancement_CurrencySelector","b":{"w":273,"x":45,"y":382,"h":163},"c":[{"id":"ItemAdvancement_CostDisplay_RelicCurrency","b":{"w":66,"x":117,"y":8,"h":33},"c":[{"id":"ItemAdvancement_CostDisplay_RelicCurrency_ItemDisplay","b":{"w":31,"x":37,"y":5,"h":24},"c":[]},{"id":"ItemAdvancement_CostDisplay_RelicCurrency_Quantity","b":{"w":40,"x":1,"y":7,"h":20},"c":[]}]},{"id":"ItemAdvancement_CostDisplay","b":{"w":160,"x":19,"y":16,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"ItemAdvancement_CurrencySelector_SelectMoney","b":{"w":20,"x":0,"y":135,"h":21},"c":[]},{"id":"ItemAdvancement_CurrencySelector_SelectRelicCurrency","b":{"w":20,"x":228,"y":135,"h":19},"c":[]}]},{"id":"ItemAdvancement_RunicCombinationButton","b":{"w":130,"x":410,"y":398,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancement_Cost_BG","b":{"w":152,"x":78,"y":396,"h":23},"c":[{"id":"MoneyDisplay_PlayerMoney_Resizable_Left","b":{"w":35,"x":0,"y":0,"h":24},"c":[],"assets":["0x41110D90"]},{"id":"MoneyDisplay_PlayerMoney_Resizable_Center","b":{"w":80,"x":32,"y":0,"h":24},"c":[],"assets":["0x41110D92"]},{"id":"MoneyDisplay_PlayerMoney_Resizable_Right","b":{"w":37,"x":112,"y":0,"h":23},"c":[],"assets":["0x41110D91"]}]},{"id":"ItemAdvancement_RunicPlayerMoney","b":{"w":385,"x":34,"y":508,"h":34},"c":[{"id":"MoneyDisplay_YourRelicCurrency","b":{"w":60,"x":305,"y":3,"h":31},"c":[{"id":"MoneyDisplay_RelicCurrency_ItemDisplay","b":{"w":36,"x":46,"y":3,"h":25},"c":[],"assets":["0x4111123A"]},{"id":"MoneyDisplay_RelicCurrency_Quantity","b":{"w":46,"x":3,"y":6,"h":20},"c":[]}]},{"id":"MoneyDisplay_Player_Relic_Background","b":{"w":383,"x":0,"y":6,"h":26},"c":[{"id":"MoneyDisplay_Relic_Background_Left","b":{"w":25,"x":0,"y":0,"h":28},"c":[],"assets":["0x41110D21"]},{"id":"MoneyDisplay_Relic_Background_Center","b":{"w":328,"x":25,"y":0,"h":27},"c":[],"assets":["0x41110D20"]},{"id":"MoneyDisplay_Relic_Background_Right","b":{"w":25,"x":353,"y":0,"h":28},"c":[],"assets":["0x41110D22"]}]},{"id":"MoneyDisplay_YourMoney_AllMoney","b":{"w":159,"x":77,"y":9,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"MoneyDisplay_YourShards_Label","b":{"w":88,"x":241,"y":6,"h":26},"c":[]},{"id":"MoneyDisplay_YourMoney_Label","b":{"w":99,"x":7,"y":9,"h":20},"c":[]}]},{"id":"ItemAdvancement_RunicCombination_RelicList","b":{"w":388,"x":114,"y":33,"h":348},"c":[]}]},{"id":"ItemAdvancement_ForgeDeconstructTab","b":{"w":132,"x":168,"y":-3,"h":30},"c":[{"id":"tab_tier1_left_innards","b":{"w":131,"x":0,"y":0,"h":30},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":30},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":104,"x":12,"y":0,"h":30},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":114,"y":0,"h":30},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"ItemAdvancement_ForgeDeconstructPage","b":{"w":622,"x":0,"y":33,"h":550},"c":[{"id":"ItemAdvancement_Deconstruct_Border","b":{"w":416,"x":101,"y":26,"h":361},"c":[{"id":"Box_Relic_Forge_Top_Left","b":{"w":17,"x":1,"y":0,"h":15},"c":[],"assets":["0x41110B6B"]},{"id":"Box_Relic_Forge_Top_Mid","b":{"w":380,"x":17,"y":0,"h":3},"c":[],"assets":["0x41110B6C"]},{"id":"Box_Relic_Forge_Top_Right","b":{"w":22,"x":392,"y":0,"h":18},"c":[],"assets":["0x41110B6D"]},{"id":"Box_Relic_Forge_Mid_Right","b":{"w":3,"x":411,"y":12,"h":338},"c":[],"assets":["0x41110B6A"]},{"id":"Box_Relic_Forge_Bottom_Right","b":{"w":22,"x":392,"y":342,"h":18},"c":[],"assets":["0x41110B68"]},{"id":"Box_Relic_Forge_Bottom_Mid","b":{"w":380,"x":16,"y":357,"h":3},"c":[],"assets":["0x41110B67"]},{"id":"Box_Relic_Forge_Bottom_Left","b":{"w":19,"x":1,"y":342,"h":18},"c":[],"assets":["0x41110B66"]},{"id":"Box_Relic_Forge_Mid_Left","b":{"w":3,"x":1,"y":9,"h":338},"c":[],"assets":["0x41110B69"]},{"id":"Box_Relic_Forge_Background","b":{"w":407,"x":4,"y":3,"h":354},"c":[],"assets":["0x41110B65"]}]},{"id":"ItemAdvancement_Deconstruct_BG_Left","b":{"w":137,"x":1,"y":30,"h":343},"c":[],"assets":["0x41110B73"]},{"id":"ItemAdvancement_Deconstruct_BG_Right","b":{"w":143,"x":473,"y":30,"h":357},"c":[],"assets":["0x41110B74"]},{"id":"IADeconstruct_ShowLockedButton","b":{"w":10,"x":413,"y":10,"h":10},"c":[]},{"id":"ItemAdvancement_Deconstruct_Drop_Down_Base","b":{"w":200,"x":209,"y":-3,"h":41},"c":[],"assets":["0x41110B75"]},{"id":"IADeconstruct_ShowLockedText","b":{"w":125,"x":427,"y":6,"h":20},"c":[]},{"id":"ItemAdvancement_DeconstructItemsField","b":{"w":416,"x":101,"y":26,"h":361},"c":[{"id":"IAItemListBox","b":{"w":408,"x":13,"y":7,"h":349},"c":[]},{"id":"IAScrollbar","b":{"w":10,"x":401,"y":4,"h":353},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":343,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":343,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":333},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":313},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":323,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":333},"c":[]}]},{"id":"Box_Relic_Forge_Top_Left","b":{"w":17,"x":1,"y":0,"h":15},"c":[],"assets":["0x41110B6B"]},{"id":"Box_Relic_Forge_Top_Mid","b":{"w":380,"x":17,"y":0,"h":3},"c":[],"assets":["0x41110B6C"]},{"id":"Box_Relic_Forge_Top_Right","b":{"w":22,"x":392,"y":0,"h":18},"c":[],"assets":["0x41110B6D"]},{"id":"Box_Relic_Forge_Mid_Right","b":{"w":3,"x":411,"y":12,"h":338},"c":[],"assets":["0x41110B6A"]},{"id":"Box_Relic_Forge_Bottom_Right","b":{"w":22,"x":392,"y":342,"h":18},"c":[],"assets":["0x41110B68"]},{"id":"Box_Relic_Forge_Bottom_Mid","b":{"w":380,"x":16,"y":357,"h":3},"c":[],"assets":["0x41110B67"]},{"id":"Box_Relic_Forge_Bottom_Left","b":{"w":19,"x":1,"y":342,"h":18},"c":[],"assets":["0x41110B66"]},{"id":"Box_Relic_Forge_Mid_Left","b":{"w":3,"x":1,"y":9,"h":338},"c":[],"assets":["0x41110B69"]},{"id":"Box_Relic_Forge_Background","b":{"w":407,"x":4,"y":3,"h":354},"c":[],"assets":["0x41110B65"]}]},{"id":"ItemAdvancement_Deconstruct_Type_Menu","b":{"w":160,"x":240,"y":391,"h":24},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":160,"x":0,"y":0,"h":22},"c":[{"id":"BasePanel_TopMid","b":{"w":122,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":154,"x":3,"y":3,"h":16},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-16},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":3,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":122,"x":19,"y":19,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":141,"y":3,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":157,"y":19,"h":-16},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":141,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":142,"x":5,"y":-1,"h":24},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":144,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"ItemAdvancement_DeconstructButton","b":{"w":130,"x":404,"y":392,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancement_DeconstructValueLabel","b":{"w":37,"x":94,"y":391,"h":20},"c":[]},{"id":"ItemAdvancement_Deconstruct_Select_Currency","b":{"w":125,"x":164,"y":494,"h":26},"c":[]},{"id":"ItemAdvancement_Deconstruct_Description","b":{"w":430,"x":96,"y":424,"h":58},"c":[]},{"id":"ItemAdvancement_Deconstruction_Label","b":{"w":142,"x":260,"y":1,"h":32},"c":[]},{"id":"ItemAdvancement_Deconstruct_yourMoney","b":{"w":385,"x":34,"y":508,"h":36},"c":[{"id":"MoneyDisplay_YourRelicCurrency","b":{"w":60,"x":305,"y":3,"h":31},"c":[{"id":"MoneyDisplay_RelicCurrency_ItemDisplay","b":{"w":36,"x":46,"y":3,"h":25},"c":[],"assets":["0x4111123A"]},{"id":"MoneyDisplay_RelicCurrency_Quantity","b":{"w":46,"x":3,"y":6,"h":20},"c":[]}]},{"id":"MoneyDisplay_Player_Relic_Background","b":{"w":383,"x":0,"y":6,"h":26},"c":[{"id":"MoneyDisplay_Relic_Background_Left","b":{"w":25,"x":0,"y":0,"h":28},"c":[],"assets":["0x41110D21"]},{"id":"MoneyDisplay_Relic_Background_Center","b":{"w":328,"x":25,"y":0,"h":27},"c":[],"assets":["0x41110D20"]},{"id":"MoneyDisplay_Relic_Background_Right","b":{"w":25,"x":353,"y":0,"h":28},"c":[],"assets":["0x41110D22"]}]},{"id":"MoneyDisplay_YourMoney_AllMoney","b":{"w":159,"x":77,"y":9,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"MoneyDisplay_YourShards_Label","b":{"w":88,"x":241,"y":6,"h":26},"c":[]},{"id":"MoneyDisplay_YourMoney_Label","b":{"w":99,"x":7,"y":9,"h":20},"c":[]}]},{"id":"ItemAdvancement_Deconstruct_Description_Background","b":{"w":452,"x":85,"y":419,"h":85},"c":[{"id":"basepanel_silver_top_left","b":{"w":19,"x":0,"y":0,"h":12},"c":[],"assets":["0x41110D93"]},{"id":"basepanel_silver_top_mid","b":{"w":420,"x":17,"y":0,"h":1},"c":[],"assets":["0x41110D97"]},{"id":"basepanel_silver_top_right","b":{"w":17,"x":431,"y":0,"h":12},"c":[],"assets":["0x41110D94"]},{"id":"basepanel_silver_mid_right","b":{"w":1,"x":447,"y":7,"h":50},"c":[],"assets":["0x41110D98"]},{"id":"basepanel_silver_bottom_right","b":{"w":15,"x":433,"y":53,"h":12},"c":[],"assets":["0x41110D95"]},{"id":"basepanel_silver_bottom_mid","b":{"w":432,"x":9,"y":64,"h":1},"c":[],"assets":["0x41110D99"]},{"id":"basepanel_silver_bottom_left","b":{"w":13,"x":0,"y":54,"h":11},"c":[],"assets":["0x41110D96"]},{"id":"basepanel_silver_mid_left","b":{"w":1,"x":0,"y":6,"h":50},"c":[],"assets":["0x41110D9A"]},{"id":"basepanel_silver_background","b":{"w":447,"x":0,"y":0,"h":64},"c":[],"assets":["0x41110D9B"]}]},{"id":"ItemAdvancement_CurrencySelector","b":{"w":344,"x":38,"y":387,"h":150},"c":[{"id":"ItemAdvancement_CurrencySelector_SelectMoney","b":{"w":21,"x":7,"y":130,"h":19},"c":[]},{"id":"ItemAdvancement_CurrencyDisplay","b":{"w":158,"x":47,"y":-2,"h":28},"c":[{"id":"ItemAdvancement_CostDisplay_RelicCurrency","b":{"w":66,"x":82,"y":0,"h":32},"c":[{"id":"ItemAdvancement_DeconstructValue_RelicCurrency_ItemDisplay","b":{"w":32,"x":39,"y":4,"h":25},"c":[],"assets":["0x4111123A"]},{"id":"ItemAdvancement_DeconstructValue_RelicCurrency_Quantity","b":{"w":40,"x":2,"y":6,"h":20},"c":[]}]},{"id":"ItemAdvancement_CostDisplay","b":{"w":0,"x":148,"y":6,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]}]},{"id":"ItemAdvancement_CurrencySelector_SelectRelicCurrency","b":{"w":21,"x":235,"y":130,"h":20},"c":[]}]},{"id":"ItemAdvancement_Deconstruct_Cost_BG","b":{"w":152,"x":86,"y":390,"h":23},"c":[{"id":"MoneyDisplay_PlayerMoney_Resizable_Left","b":{"w":35,"x":0,"y":0,"h":24},"c":[],"assets":["0x41110D90"]},{"id":"MoneyDisplay_PlayerMoney_Resizable_Center","b":{"w":80,"x":32,"y":0,"h":24},"c":[],"assets":["0x41110D92"]},{"id":"MoneyDisplay_PlayerMoney_Resizable_Right","b":{"w":37,"x":112,"y":0,"h":23},"c":[],"assets":["0x41110D91"]}]}]}]},{"id":"ItemAdvancement_RunicCombination_ForgeTitleBar","b":{"w":313,"x":160,"y":-10,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":278,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":243,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"ItemAdvancement_RunicCombination_ForgeWindowLabel","b":{"w":246,"x":33,"y":14,"h":20},"c":[]}]},{"id":"ItemAdvancement_Upsell_Button","b":{"w":170,"x":419,"y":582,"h":30},"c":[{"id":"ItemAdvancement_Upsell_Flyout_UP","b":{"w":26,"x":137,"y":2,"h":26},"c":[]},{"id":"ItemAdvancement_RunicCombination_BuyMore_Label","b":{"w":133,"x":17,"y":5,"h":20},"c":[]},{"id":"ItemAdvancement_Upsell_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[]}]},{"id":"ItemAdvancement_Upsell_Flyout_Field","b":{"w":193,"x":406,"y":402,"h":214},"c":[{"id":"ItemAdvancement_RunicCombination_Buy_Relics","b":{"w":164,"x":16,"y":30,"h":28},"c":[{"id":"ItemAdvancement_RunicCombination_BuyMore_Label","b":{"w":114,"x":20,"y":5,"h":20},"c":[]},{"id":"ItemAdvancement_Relic_Reforge_Relics_Deco","b":{"w":80,"x":3,"y":0,"h":29},"c":[]}]},{"id":"ItemAdvancement_RunicCombination_Buy_Scrolls","b":{"w":164,"x":16,"y":60,"h":28},"c":[{"id":"ItemAdvancement_RunicCombination_BuyMore_Label","b":{"w":114,"x":24,"y":5,"h":20},"c":[]},{"id":"ItemAdvancement_Relic_Reforge_Scrolls_Deco","b":{"w":80,"x":3,"y":0,"h":26},"c":[]}]},{"id":"ItemAdvancement_RunicCombination_Buy_Legacies","b":{"w":164,"x":16,"y":90,"h":28},"c":[{"id":"ItemAdvancement_RunicCombination_BuyMore_Label","b":{"w":114,"x":24,"y":5,"h":20},"c":[]},{"id":"ItemAdvancement_Relic_Reforge_Legacies_Deco","b":{"w":69,"x":3,"y":1,"h":25},"c":[]}]},{"id":"ItemAdvancement_RunicCombination_Buy_LegendaryService","b":{"w":164,"x":16,"y":150,"h":28},"c":[{"id":"ItemAdvancement_Relic_Reforge_Services_Deco","b":{"w":74,"x":3,"y":1,"h":25},"c":[]},{"id":"ItemAdvancement_RunicCombination_BuyMore_Label","b":{"w":114,"x":24,"y":5,"h":20},"c":[]}]},{"id":"ItemAdvancement_IA_Upsell_Flyout_bg","b":{"w":193,"x":0,"y":2,"h":214},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":157,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":121,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":142},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":178,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":121,"x":36,"y":178,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":157,"y":178,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":157,"y":36,"h":142},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":121,"x":36,"y":36,"h":142},"c":[],"assets":["0x4100013B"]}]},{"id":"ItemAdvancement_IA_Upsell_Flyout_Close","b":{"w":16,"x":169,"y":8,"h":16},"c":[]},{"id":"ItemAdvancement_Upsell_Hide_Button","b":{"w":169,"x":13,"y":180,"h":30},"c":[{"id":"ItemAdvancement_RunicCombination_BuyMore_Label","b":{"w":114,"x":24,"y":5,"h":20},"c":[]},{"id":"ItemAdvancement_Upsell_Hide_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[]},{"id":"ItemAdvancement_Upsell_Flyout_DOWN","b":{"w":26,"x":137,"y":2,"h":26},"c":[]}]},{"id":"ItemAdvancement_RunicCombination_Buy_Titles","b":{"w":164,"x":16,"y":120,"h":28},"c":[{"id":"ItemAdvancement_RunicCombination_BuyMore_Label","b":{"w":114,"x":24,"y":5,"h":20},"c":[]},{"id":"ItemAdvancement_Relic_Reforge_Titles_Deco","b":{"w":80,"x":3,"y":0,"h":29},"c":[]}]}]},{"id":"ItemAdvancement_RunicCombination_ForgeMoveBar","b":{"w":377,"x":126,"y":7,"h":24},"c":[]},{"id":"ItemAdvancement_RunicCombination_ForgeCloseButton","b":{"w":16,"x":587,"y":23,"h":16},"c":[]},{"id":"ItemAdvancement_RunicCombination_Inside_Border","b":{"w":566,"x":34,"y":59,"h":505},"c":[{"id":"Box_Relic_Forge_Top_Left","b":{"w":17,"x":1,"y":0,"h":15},"c":[],"assets":["0x41110B6B"]},{"id":"Box_Relic_Forge_Top_Mid","b":{"w":530,"x":17,"y":0,"h":3},"c":[],"assets":["0x41110B6C"]},{"id":"Box_Relic_Forge_Top_Right","b":{"w":22,"x":542,"y":0,"h":18},"c":[],"assets":["0x41110B6D"]},{"id":"Box_Relic_Forge_Mid_Right","b":{"w":3,"x":561,"y":12,"h":482},"c":[],"assets":["0x41110B6A"]},{"id":"Box_Relic_Forge_Bottom_Right","b":{"w":22,"x":542,"y":486,"h":18},"c":[],"assets":["0x41110B68"]},{"id":"Box_Relic_Forge_Bottom_Mid","b":{"w":530,"x":16,"y":501,"h":3},"c":[],"assets":["0x41110B67"]},{"id":"Box_Relic_Forge_Bottom_Left","b":{"w":19,"x":1,"y":486,"h":18},"c":[],"assets":["0x41110B66"]},{"id":"Box_Relic_Forge_Mid_Left","b":{"w":3,"x":1,"y":9,"h":482},"c":[],"assets":["0x41110B69"]},{"id":"Box_Relic_Forge_Background","b":{"w":557,"x":4,"y":3,"h":498},"c":[],"assets":["0x41110B65"]}]},{"id":"ItemAdvancement_RunicCombination_Border_Bottom_Left","b":{"w":90,"x":25,"y":497,"h":73},"c":[],"assets":["0x41110B6F"]},{"id":"ItemAdvancement_RunicCombination_Border_Bottom_Right","b":{"w":89,"x":518,"y":497,"h":72},"c":[],"assets":["0x41110B70"]}]},"ID_UISkin_ItemAdvancement_SelectLegacyUpgrade_Window":{"id":"ItemAdvancement_SelectLegacyUpgrade_Window","b":{"w":426,"x":349,"y":185,"h":343},"c":[{"id":"ItemAdvancement_SelectLegacyUpgrade_TitleBar","b":{"w":242,"x":92,"y":-10,"h":42},"c":[{"id":"ItemAdvancement_SelectLegacyUpgrade_TitleText","b":{"w":198,"x":22,"y":14,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":207,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":172,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"ItemAdvancement_SelectLegacyUpgrade_MoveBar","b":{"w":367,"x":29,"y":2,"h":24},"c":[]},{"id":"ItemAdvancement_SelectLegacyUpgrade_ResultFrill_Left","b":{"w":75,"x":2,"y":71,"h":268},"c":[],"assets":["0x410F2159"]},{"id":"ItemAdvancement_SelectLegacyUpgrade_ResultFrill_Right","b":{"w":75,"x":345,"y":71,"h":268},"c":[],"assets":["0x410F215A"]},{"id":"ItemAdvancement_SelectLegacyUpgrade_Item","b":{"w":307,"x":60,"y":69,"h":56},"c":[{"id":"ItemAdvancement_ItemHeader_left","b":{"w":72,"x":0,"y":0,"h":55},"c":[],"assets":["0x410F21A3"]},{"id":"ItemAdvancement_ItemHeader_right","b":{"w":19,"x":287,"y":0,"h":55},"c":[],"assets":["0x410F21A4"]},{"id":"ItemAdvancement_ItemHeader_Icon","b":{"w":32,"x":28,"y":12,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_Name","b":{"w":211,"x":75,"y":4,"h":31},"c":[]},{"id":"ItemAdvancement_ItemHeader_center","b":{"w":242,"x":46,"y":0,"h":55},"c":[],"assets":["0x410F21A2"]}]},{"id":"ItemAdvancement_SelectLegacyUpgrade_SelectButton","b":{"w":96,"x":165,"y":307,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":60,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":57,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":75,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ItemAdvancement_SelectLegacyUpgradeListBox_Bg","b":{"w":300,"x":64,"y":32,"h":268},"c":[{"id":"Box_IA_ResultsBorder_tl","b":{"w":45,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F2137"]},{"id":"Box_IA_ResultsBorder_tc","b":{"w":212,"x":44,"y":0,"h":40},"c":[],"assets":["0x410F2138"]},{"id":"Box_IA_ResultsBorder_tr","b":{"w":43,"x":256,"y":0,"h":40},"c":[],"assets":["0x410F2139"]},{"id":"Box_IA_ResultsBorder_ml","b":{"w":14,"x":0,"y":40,"h":196},"c":[],"assets":["0x410F213A"]},{"id":"Box_IA_ResultsBorder_mc","b":{"w":278,"x":10,"y":38,"h":225},"c":[{"id":"Box_01_Background","b":{"w":276,"x":1,"y":1,"h":223},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":276,"x":1,"y":1,"h":223},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":205},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":214,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":258,"x":9,"y":214,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":267,"y":214,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":267,"y":9,"h":205},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":267,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":258,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":276,"x":1,"y":224,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":277,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":276,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Box_IA_ResultsBorder_mr","b":{"w":13,"x":287,"y":40,"h":196},"c":[],"assets":["0x410F213B"]},{"id":"Box_IA_ResultsBorder_bl","b":{"w":47,"x":0,"y":236,"h":38},"c":[],"assets":["0x410F213C"]},{"id":"Box_IA_ResultsBorder_bc","b":{"w":218,"x":44,"y":262,"h":10},"c":[],"assets":["0x410F213D"]},{"id":"Box_IA_ResultsBorder_br","b":{"w":43,"x":256,"y":236,"h":38},"c":[],"assets":["0x410F213E"]}]},{"id":"ItemAdvancement_SelectLegacyUpgradeListBox","b":{"w":270,"x":75,"y":173,"h":114},"c":[]},{"id":"ItemAdvancement_SelectLegacyUpgradeScrollbar","b":{"w":9,"x":345,"y":173,"h":114},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":104,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":104,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":94},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":74},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":84,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":94},"c":[]}]},{"id":"ItemAdvancement_SelectLegacyUpgrade_ItemSelectionText","b":{"w":242,"x":96,"y":37,"h":29},"c":[]},{"id":"ItemAdvancement_SelectLegacyUpgrade_WhatToDoText","b":{"w":250,"x":88,"y":117,"h":59},"c":[]},{"id":"ItemAdvancement_SelectLegacyUpgrade_Background","b":{"w":360,"x":33,"y":10,"h":329},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":288,"x":36,"y":293,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":324,"y":293,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":324,"y":36,"h":257},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":288,"x":36,"y":36,"h":257},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":324,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":288,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":257},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":293,"h":36},"c":[],"assets":["0x41000151"]}]}]},"ID_UISkin_ItemSocketControl":{"id":"ItemSocket_Control_Window","b":{"w":500,"x":9,"y":5,"h":560},"c":[{"id":"ItemSocket_Control_BaseBox_BG","b":{"w":500,"x":0,"y":19,"h":541},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":428,"x":36,"y":505,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":464,"y":505,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":464,"y":36,"h":469},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":428,"x":36,"y":36,"h":469},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":464,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":428,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":469},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":505,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"ItemSocket_Control_TitleBar","b":{"w":300,"x":100,"y":-10,"h":43},"c":[{"id":"ItemSocket_Control_WindowLabel","b":{"w":282,"x":9,"y":14,"h":23},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":265,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":230,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"Item_Socket_Resize_Bar","b":{"w":500,"x":4,"y":550,"h":12},"c":[{"id":"Item_Socket_Resize_Bar_Graphic","b":{"w":100,"x":200,"y":2,"h":10},"c":[],"assets":["0x4111038A"]}]},{"id":"ItemSocket_Control_CloseButton","b":{"w":16,"x":476,"y":25,"h":16},"c":[]},{"id":"ItemSocket_Control_MoveBar","b":{"w":360,"x":70,"y":2,"h":24},"c":[]},{"id":"ItemSocket_Control_Description","b":{"w":474,"x":15,"y":45,"h":38},"c":[]},{"id":"ItemSocket_Control_ItemList","b":{"w":210,"x":279,"y":90,"h":359},"c":[]},{"id":"ItemSocket_Control_Mithril_Field","b":{"w":210,"x":279,"y":450,"h":90},"c":[{"id":"Item_Socket_PaperItemBalance","b":{"w":87,"x":120,"y":5,"h":33},"c":[{"id":"PaperItemDisplay_Text","b":{"w":48,"x":8,"y":6,"h":20},"c":[]},{"id":"PaperItemServiceBalance_Container","b":{"w":87,"x":0,"y":0,"h":32},"c":[{"id":"balance_box_left","b":{"w":16,"x":0,"y":0,"h":32},"c":[],"assets":["0x41135D34"]},{"id":"balance_box_center","b":{"w":53,"x":16,"y":0,"h":32},"c":[],"assets":["0x41135D32"]},{"id":"balance_box_right","b":{"w":16,"x":69,"y":0,"h":32},"c":[],"assets":["0x41135D33"]}]},{"id":"PaperItemDisplay_Icon","b":{"w":20,"x":59,"y":6,"h":20},"c":[]}]},{"id":"Item_Socket_MithrilUpsellButton","b":{"w":209,"x":0,"y":50,"h":37},"c":[{"id":"Button_General_Use_New_Left","b":{"w":20,"x":0,"y":0,"h":37},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":168,"x":20,"y":0,"h":37},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":20,"x":188,"y":0,"h":37},"c":[]},{"id":"Button_General_Use_BuyNow_Highlight_l","b":{"w":35,"x":3,"y":3,"h":30},"c":[],"assets":["0x41134857","0x41134873"]},{"id":"Button_General_Use_BuyNow_Coin","b":{"w":20,"x":183,"y":8,"h":20},"c":[],"assets":["0x4113478C","0x4113485B"]},{"id":"Button_General_Use_BuyNow_Highlight","b":{"w":35,"x":171,"y":3,"h":30},"c":[],"assets":["0x4113478D","0x41134857"]}]}]},{"id":"ItemSocket_Control_Examination_Field","b":{"w":255,"x":14,"y":90,"h":446},"c":[{"id":"ItemSocket_Control_ItemList_HScrollbar","b":{"w":244,"x":11,"y":400,"h":46},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":234,"y":0,"h":46},"c":[]},{"id":"RightButton","b":{"w":10,"x":234,"y":36,"h":10},"c":[]},{"id":"LeftButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":46},"c":[]},{"id":"widget","b":{"w":224,"x":10,"y":0,"h":20},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":204,"x":10,"y":0,"h":20},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":214,"y":0,"h":20},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":224,"x":10,"y":0,"h":46},"c":[]}]},{"id":"ItemSocket_Control_ItemList_VScrollbar","b":{"w":11,"x":240,"y":0,"h":446},"c":[{"id":"scroll_bottom_field","b":{"w":11,"x":0,"y":436,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":1,"y":436,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":11,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":426},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":406},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":416,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":11,"x":0,"y":10,"h":426},"c":[]}]},{"id":"ItemSocket_Control_Examination_ListBox","b":{"w":244,"x":1,"y":0,"h":435},"c":[]}]}]},"ID_UISkin_ItemSocketUseGem":{"id":"ItemSocketUseGem_Window","b":{"w":400,"x":9,"y":5,"h":524},"c":[{"id":"ItemSocketUseGem_BaseBox_BG","b":{"w":400,"x":0,"y":19,"h":503},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":328,"x":36,"y":467,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":364,"y":467,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":364,"y":36,"h":431},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":328,"x":36,"y":36,"h":431},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":364,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":328,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":431},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":467,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"ItemSocketUseGem_TitleBar","b":{"w":300,"x":50,"y":-10,"h":43},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":265,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":230,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"ItemSocketUseGem_WindowLabel","b":{"w":282,"x":9,"y":14,"h":23},"c":[]}]},{"id":"ItemSocketUseGem_CloseButton","b":{"w":16,"x":379,"y":23,"h":16},"c":[]},{"id":"ItemSocketUseGem_MoveBar","b":{"w":360,"x":20,"y":2,"h":24},"c":[]},{"id":"ItemSocketUseGem_Description","b":{"w":342,"x":29,"y":29,"h":82},"c":[]},{"id":"ItemSocketUseGem_ItemList","b":{"w":374,"x":13,"y":111,"h":374},"c":[{"id":"ItemAdvancementItemList_ListBox","b":{"w":366,"x":0,"y":0,"h":374},"c":[]},{"id":"ItemAdvancementItemList_ListBox_Scrollbar","b":{"w":9,"x":365,"y":0,"h":374},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":364,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":364,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":354},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":334},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":344,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":354},"c":[]}]},{"id":"ItemAdvancementItemList_Background","b":{"w":374,"x":0,"y":0,"h":374},"c":[{"id":"Box_01_Background","b":{"w":372,"x":1,"y":1,"h":372},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":372,"x":1,"y":1,"h":372},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":354},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":363,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":354,"x":9,"y":363,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":363,"y":363,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":363,"y":9,"h":354},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":363,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":354,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":374},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":372,"x":1,"y":373,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":373,"y":0,"h":374},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":372,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"ItemSocketUseGem_ApplyButton","b":{"w":122,"x":139,"y":491,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":86,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":83,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":101,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},"ID_UISkin_Journal_Window":{"id":"Journal_Window","b":{"w":713,"x":209,"y":95,"h":648},"c":[{"id":"Journal_Panel","b":{"w":704,"x":6,"y":34,"h":606},"c":[{"id":"Equipment_Tab","b":{"w":149,"x":50,"y":-2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":148,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":121,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":131,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]},{"id":"Equipment_tab_border","b":{"w":157,"x":-3,"y":0,"h":28},"c":[]}]},{"id":"Equipment_Page","b":{"w":681,"x":8,"y":22,"h":585},"c":[{"id":"RealPaperdollField_Player","b":{"w":700,"x":0,"y":0,"h":585},"c":[{"id":"Player_Hobby_Button","b":{"w":127,"x":218,"y":553,"h":29},"c":[{"id":"Player_Hobby_Button_Icon","b":{"w":25,"x":4,"y":1,"h":25},"c":[]},{"id":"Player_Hobby_Button_Border","b":{"w":29,"x":2,"y":-1,"h":29},"c":[]},{"id":"Player_Hobby_Label","b":{"w":102,"x":22,"y":3,"h":20},"c":[{"id":"Player_Skills_Label_Text","b":{"w":102,"x":0,"y":0,"h":20},"c":[]},{"id":"Player_Skills_Label_BG","b":{"w":102,"x":0,"y":0,"h":20},"c":[{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":20,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":81,"y":0,"h":20},"c":[]}]}]}]},{"id":"Player_Wallet_Button","b":{"w":127,"x":470,"y":528,"h":29},"c":[{"id":"Player_Wallet_Label","b":{"w":102,"x":22,"y":3,"h":20},"c":[{"id":"Player_Skills_Label_Text","b":{"w":102,"x":0,"y":0,"h":20},"c":[]},{"id":"Player_Skills_Label_BG","b":{"w":102,"x":0,"y":0,"h":20},"c":[{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":20,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":81,"y":0,"h":20},"c":[]}]}]},{"id":"Player_Wallet_Button_Icon","b":{"w":25,"x":4,"y":1,"h":25},"c":[]},{"id":"Player_Wallet_Button_Border","b":{"w":29,"x":2,"y":-1,"h":29},"c":[]}]},{"id":"PlayerName","b":{"w":256,"x":126,"y":15,"h":22},"c":[]},{"id":"Level_Text","b":{"w":53,"x":13,"y":24,"h":16},"c":[]},{"id":"CharacterEquipmentPage_ViewportBorder","b":{"w":691,"x":-9,"y":-10,"h":540},"c":[]},{"id":"CharacterEquipmentPage_Player_EnhanceCharacter_Button","b":{"w":210,"x":454,"y":461,"h":61},"c":[{"id":"CharacterEquipmentPage_EnhanceCharacter_Button_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"CharacterEquipmentPage_Enhance","b":{"w":30,"x":10,"y":9,"h":32},"c":[]},{"id":"CharacterEquipmentPage_EnhanceCharacter_Button_text","b":{"w":125,"x":45,"y":7,"h":36},"c":[]},{"id":"CharacterEquipmentPage_Player_EnhanceCharacter_UP","b":{"w":28,"x":171,"y":13,"h":26},"c":[]}]},{"id":"CharacterEquipmentPage_Player_EnhanceCharacter_Flyout_Field","b":{"w":239,"x":440,"y":178,"h":346},"c":[{"id":"PlayerRename_Button","b":{"w":210,"x":13,"y":27,"h":61},"c":[{"id":"BuyNowButton_Deco","b":{"w":31,"x":6,"y":2,"h":49},"c":[]},{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]}]},{"id":"PlayerRename_BuyNowButton","b":{"w":210,"x":13,"y":27,"h":61},"c":[{"id":"BuyNowButton_Deco","b":{"w":31,"x":6,"y":2,"h":49},"c":[]},{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]}]},{"id":"CharacterEquipmentPage_BuyVirtues_BuyNowButton","b":{"w":210,"x":13,"y":127,"h":61},"c":[{"id":"BuyNowButton_Deco","b":{"w":93,"x":2,"y":0,"h":51},"c":[]},{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]}]},{"id":"CharacterEquipmentPage_Player_EnhanceCharacter_Flyout_bg","b":{"w":239,"x":0,"y":2,"h":345},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":203,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":167,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":273},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":309,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":167,"x":36,"y":309,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":203,"y":309,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":203,"y":36,"h":273},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":167,"x":36,"y":36,"h":273},"c":[],"assets":["0x4100013B"]}]},{"id":"CharacterEquipmentPage_Player_EnhanceCharacter_Flyout_Close","b":{"w":16,"x":215,"y":8,"h":16},"c":[]},{"id":"CharacterEquipmentPage_BuyStatTomes_BuyNowButton","b":{"w":210,"x":13,"y":77,"h":61},"c":[{"id":"BuyNowButton_Deco","b":{"w":80,"x":3,"y":-1,"h":51},"c":[]},{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]}]},{"id":"CharacterEquipmentPage_BuyXPBoost_BuyNowButton","b":{"w":210,"x":13,"y":177,"h":61},"c":[{"id":"BuyNowButton_Deco","b":{"w":116,"x":3,"y":-1,"h":51},"c":[]},{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]}]},{"id":"CharacterEquipmentPage_BuyClassConsumables_BuyNowButton","b":{"w":210,"x":13,"y":227,"h":61},"c":[{"id":"BuyNowButton_Deco","b":{"w":133,"x":3,"y":-1,"h":51},"c":[]},{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]}]},{"id":"CharacterEquipmentPage_Flyout_HideEnhanceCharacter_Button","b":{"w":210,"x":13,"y":283,"h":61},"c":[{"id":"CharacterEquipmentPage_Flyout_HideEnhanceCharacter_Coin","b":{"w":30,"x":10,"y":9,"h":32},"c":[]},{"id":"CharacterEquipmentPage_Flyout_HideEnhanceCharacter_DOWN","b":{"w":28,"x":171,"y":13,"h":26},"c":[]},{"id":"CharacterEquipmentPage_Flyout_HideEnhanceCharacter_Button_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"CharacterEquipmentPage_Flyout_HideEnhanceCharacter_Button_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]}]}]},{"id":"CharacterEquipmentPage_AvatarInfoElement","b":{"w":445,"x":0,"y":0,"h":527},"c":[{"id":"CharacterEquipmentPage_RotateLeft","b":{"w":28,"x":100,"y":400,"h":48},"c":[]},{"id":"CharacterEquipmentPage_RotateRight","b":{"w":28,"x":316,"y":400,"h":48},"c":[]},{"id":"CharacterEquipmentPage_SlotField","b":{"w":440,"x":4,"y":72,"h":453},"c":[{"id":"Weapon1FXSlotParent","b":{"w":44,"x":71,"y":405,"h":44},"c":[{"id":"Weapon1FXSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]},{"id":"BackSlotParent","b":{"w":44,"x":383,"y":100,"h":44},"c":[{"id":"BackSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EE9"]},{"id":"BootsSlotParent","b":{"w":44,"x":383,"y":280,"h":44},"c":[{"id":"BootsSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF5"]},{"id":"Weapon2FXSlotParent","b":{"w":44,"x":163,"y":405,"h":44},"c":[{"id":"Weapon2FXSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]},{"id":"Weapon1SlotParent","b":{"w":44,"x":30,"y":405,"h":44},"c":[{"id":"Weapon1Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EEA"]},{"id":"Earring1SlotParent","b":{"w":44,"x":13,"y":10,"h":44},"c":[{"id":"Earring1Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF6"]},{"id":"Weapon2SlotParent","b":{"w":44,"x":122,"y":405,"h":44},"c":[{"id":"Weapon2Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EEB"]},{"id":"EssenceControlSlotParent","b":{"w":44,"x":383,"y":325,"h":44},"c":[]},{"id":"Earring2SlotParent","b":{"w":44,"x":13,"y":55,"h":44},"c":[{"id":"Earring2Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF7"]},{"id":"WeaponRangedSlotParent","b":{"w":44,"x":215,"y":405,"h":44},"c":[{"id":"WeaponRangedSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EEC"]},{"id":"Bracelet1SlotParent","b":{"w":44,"x":13,"y":145,"h":44},"c":[{"id":"Bracelet1Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF8"]},{"id":"HeadSlotParent","b":{"w":44,"x":383,"y":10,"h":44},"c":[{"id":"HeadSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EED"]},{"id":"Bracelet2SlotParent","b":{"w":44,"x":13,"y":190,"h":44},"c":[{"id":"Bracelet2Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF9"]},{"id":"ShoulderSlotParent","b":{"w":44,"x":383,"y":55,"h":44},"c":[{"id":"ShoulderSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EEE"]},{"id":"Pocket1SlotParent","b":{"w":44,"x":13,"y":325,"h":44},"c":[{"id":"Pocket1Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EFA"]},{"id":"NecklaceSlotParent","b":{"w":44,"x":13,"y":100,"h":44},"c":[{"id":"NecklaceSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EEF"]},{"id":"CraftToolSlotParent","b":{"w":44,"x":311,"y":405,"h":44},"c":[{"id":"CraftToolSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EFB"]},{"id":"ChestSlotParent","b":{"w":44,"x":383,"y":145,"h":44},"c":[{"id":"ChestSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF0"]},{"id":"LegsSlotParent","b":{"w":44,"x":383,"y":235,"h":44},"c":[{"id":"LegsSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF1"]},{"id":"GlovesSlotParent","b":{"w":44,"x":383,"y":190,"h":44},"c":[{"id":"GlovesSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF2"]},{"id":"Ring1SlotParent","b":{"w":44,"x":13,"y":235,"h":44},"c":[{"id":"Ring1Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF3"]},{"id":"ClassSlotParent","b":{"w":44,"x":361,"y":405,"h":44},"c":[{"id":"ClassSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x410E8680"]},{"id":"WeaponRangedFXSlotParent","b":{"w":44,"x":256,"y":405,"h":44},"c":[{"id":"WeaponRangedFXSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]},{"id":"Ring2SlotParent","b":{"w":44,"x":13,"y":280,"h":44},"c":[{"id":"Ring2Slot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF4"]}]},{"id":"CharacterEquipmentPage_Slot_Background_Left","b":{"w":140,"x":22,"y":20,"h":200},"c":[]},{"id":"CharacterEquipmentPage_Slot_Background_Right","b":{"w":447,"x":-1,"y":3,"h":521},"c":[]},{"id":"CharacterEquipmentPage_Viewport","b":{"w":440,"x":5,"y":73,"h":404},"c":[]}]},{"id":"PlayerInfo_Header","b":{"w":445,"x":1,"y":1,"h":85},"c":[{"id":"PlayerInfo_Header_LevelShield","b":{"w":70,"x":3,"y":0,"h":94},"c":[]}]},{"id":"Player_House_Button","b":{"w":127,"x":83,"y":553,"h":29},"c":[{"id":"Player_House_Label","b":{"w":102,"x":22,"y":3,"h":20},"c":[{"id":"Player_Skills_Label_Text","b":{"w":102,"x":0,"y":0,"h":20},"c":[]},{"id":"Player_Skills_Label_BG","b":{"w":102,"x":0,"y":0,"h":20},"c":[{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":20,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":81,"y":0,"h":20},"c":[]}]}]},{"id":"Player_House_Button_Icon","b":{"w":25,"x":4,"y":1,"h":25},"c":[]},{"id":"Player_House_Button_Border","b":{"w":29,"x":2,"y":-1,"h":29},"c":[]}]},{"id":"Player_Reputation_Button","b":{"w":127,"x":358,"y":553,"h":29},"c":[{"id":"Player_Reputation_Button_Icon","b":{"w":25,"x":4,"y":1,"h":25},"c":[]},{"id":"Player_House_Reputation_Border","b":{"w":29,"x":2,"y":-1,"h":29},"c":[]},{"id":"Player_Reputation_Label","b":{"w":102,"x":22,"y":3,"h":20},"c":[{"id":"Player_Skills_Label_Text","b":{"w":102,"x":0,"y":0,"h":20},"c":[]},{"id":"Player_Skills_Label_BG","b":{"w":102,"x":0,"y":0,"h":20},"c":[{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":20,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":81,"y":0,"h":20},"c":[]}]}]}]},{"id":"PlayerClassIcon","b":{"w":49,"x":77,"y":15,"h":49},"c":[]},{"id":"PlayerTitleButton","b":{"w":333,"x":114,"y":39,"h":24},"c":[{"id":"character_panel_title_button","b":{"w":337,"x":-1,"y":-3,"h":27},"c":[]},{"id":"PlayerTitle","b":{"w":282,"x":46,"y":0,"h":16},"c":[]}]},{"id":"Player_War_Button","b":{"w":127,"x":494,"y":553,"h":29},"c":[{"id":"Player_War_Label","b":{"w":102,"x":22,"y":3,"h":20},"c":[{"id":"Player_Skills_Label_Text","b":{"w":102,"x":0,"y":0,"h":20},"c":[]},{"id":"Player_Skills_Label_BG","b":{"w":102,"x":0,"y":0,"h":20},"c":[{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":20,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":81,"y":0,"h":20},"c":[]}]}]},{"id":"Player_War_Button_Icon","b":{"w":25,"x":4,"y":1,"h":25},"c":[]},{"id":"Player_War_Button_Border","b":{"w":29,"x":2,"y":-1,"h":29},"c":[]}]},{"id":"Player_Skills_Button","b":{"w":127,"x":61,"y":528,"h":29},"c":[{"id":"Player_Skills_Button_Border","b":{"w":29,"x":2,"y":-1,"h":29},"c":[]},{"id":"Player_Skills_Label","b":{"w":102,"x":22,"y":3,"h":20},"c":[{"id":"Player_Skills_Label_Text","b":{"w":102,"x":0,"y":0,"h":20},"c":[]},{"id":"Player_Skills_Label_BG","b":{"w":102,"x":0,"y":0,"h":20},"c":[{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":20,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":81,"y":0,"h":20},"c":[]}]}]},{"id":"Player_Skills_Button_Icon","b":{"w":25,"x":4,"y":1,"h":25},"c":[]}]},{"id":"CharacterStats","b":{"w":229,"x":447,"y":2,"h":449},"c":[{"id":"StatTree_ScrollBar","b":{"w":10,"x":219,"y":20,"h":428},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":418,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":418,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":408},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":388},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":398,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":408},"c":[]}]},{"id":"StatTree_ClassFilter_Field","b":{"w":215,"x":0,"y":0,"h":20},"c":[{"id":"StatTree_ClassFilter","b":{"w":10,"x":90,"y":5,"h":10},"c":[]},{"id":"StatTree_ClassFilter_Label","b":{"w":106,"x":105,"y":0,"h":20},"c":[]}]},{"id":"StatTree_Tree","b":{"w":227,"x":0,"y":20,"h":429},"c":[{"id":"StatTree_TreeButton","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"StatElement_Healing_Incoming","b":{"w":212,"x":15,"y":363,"h":20},"c":[{"id":"Stat_Healing_Incoming_Label","b":{"w":150,"x":10,"y":0,"h":20},"c":[]},{"id":"Stat_Healing_Incoming","b":{"w":60,"x":147,"y":0,"h":20},"c":[]}]},{"id":"StatElement_DamageType_UnifiedPhysical","b":{"w":182,"x":45,"y":571,"h":20},"c":[{"id":"Stats_MitigationPhysicalLabel","b":{"w":127,"x":10,"y":0,"h":20},"c":[]},{"id":"Stats_MitigationUnifiedPhysical","b":{"w":51,"x":126,"y":0,"h":20},"c":[]}]},{"id":"StatElement_Player_BaseStatsHeader","b":{"w":211,"x":16,"y":0,"h":16},"c":[{"id":"BaseStatsHeader_Label","b":{"w":184,"x":10,"y":0,"h":16},"c":[]}]},{"id":"StatElement_Player_Defense_Header","b":{"w":211,"x":16,"y":267,"h":16},"c":[{"id":"Label","b":{"w":213,"x":10,"y":0,"h":16},"c":[]}]},{"id":"StatElement_Player_Defense_Avoidance_Header","b":{"w":196,"x":31,"y":303,"h":20},"c":[{"id":"Label","b":{"w":165,"x":10,"y":0,"h":20},"c":[]}]},{"id":"StatElement_Morale","b":{"w":212,"x":15,"y":16,"h":25},"c":[{"id":"Stats_VitalHealth","b":{"w":101,"x":106,"y":2,"h":20},"c":[]},{"id":"Stats_VitalHealthLabel","b":{"w":84,"x":27,"y":2,"h":20},"c":[]},{"id":"Stats_Moral_Icon","b":{"w":24,"x":0,"y":0,"h":24},"c":[]}]},{"id":"StatElement_Avoidance_Block","b":{"w":197,"x":30,"y":403,"h":20},"c":[{"id":"Stats_CombatBlockLabel","b":{"w":139,"x":10,"y":0,"h":20},"c":[]},{"id":"Stats_CombatBlock","b":{"w":55,"x":137,"y":0,"h":20},"c":[]}]},{"id":"StatElement_Power","b":{"w":212,"x":15,"y":41,"h":25},"c":[{"id":"Stats_VitalPower","b":{"w":101,"x":106,"y":2,"h":20},"c":[]},{"id":"Stats_VitalPowerLabel","b":{"w":84,"x":27,"y":2,"h":20},"c":[]},{"id":"Stats_Power_Icon","b":{"w":24,"x":0,"y":0,"h":24},"c":[]}]},{"id":"StatElement_DamageType_UnifiedTactical","b":{"w":182,"x":45,"y":591,"h":20},"c":[{"id":"Stats_MitigationTacticalLabel","b":{"w":127,"x":10,"y":0,"h":20},"c":[]},{"id":"Stats_MitigationUnifiedTactical","b":{"w":51,"x":126,"y":0,"h":20},"c":[]}]},{"id":"StatElement_Avoidance_Evade","b":{"w":197,"x":30,"y":343,"h":20},"c":[{"id":"Stats_CombatEvadeLabel","b":{"w":139,"x":10,"y":0,"h":20},"c":[]},{"id":"Stats_CombatEvade","b":{"w":55,"x":137,"y":0,"h":20},"c":[]}]},{"id":"StatElement_Armour","b":{"w":212,"x":15,"y":66,"h":25},"c":[{"id":"Stats_ArmorClassText","b":{"w":101,"x":106,"y":2,"h":20},"c":[]},{"id":"Stats_ArmorClassLabel","b":{"w":84,"x":27,"y":2,"h":20},"c":[]},{"id":"Stats_Armor_Icon","b":{"w":24,"x":0,"y":0,"h":24},"c":[]}]},{"id":"StatElement_Avoidance_Parry","b":{"w":197,"x":30,"y":323,"h":20},"c":[{"id":"Stats_CombatParryLabel","b":{"w":139,"x":10,"y":0,"h":20},"c":[]},{"id":"Stats_CombatParry","b":{"w":55,"x":137,"y":0,"h":20},"c":[]}]},{"id":"StatElement_CriticalHit_Unified","b":{"w":212,"x":15,"y":207,"h":20},"c":[{"id":"Stat_CriticalHit_Unified_Label","b":{"w":150,"x":10,"y":0,"h":20},"c":[]},{"id":"Stats_CombatUnifiedCritical","b":{"w":60,"x":147,"y":0,"h":20},"c":[]}]},{"id":"StatElement_BeorningWrath","b":{"w":227,"x":0,"y":40,"h":25},"c":[{"id":"Stats_Wrath_Icon","b":{"w":24,"x":0,"y":0,"h":24},"c":[]},{"id":"Stats_VitalWrathLabel","b":{"w":92,"x":27,"y":2,"h":20},"c":[]},{"id":"Stats_VitalWrath","b":{"w":108,"x":114,"y":2,"h":20},"c":[]}]},{"id":"StatElement_Player_Defense_Mitigation_Header","b":{"w":196,"x":31,"y":463,"h":16},"c":[{"id":"Label","b":{"w":197,"x":10,"y":0,"h":16},"c":[]}]},{"id":"StatElement_TacticalMastery","b":{"w":212,"x":15,"y":247,"h":20},"c":[{"id":"StatElement_TacticalMastery","b":{"w":60,"x":147,"y":0,"h":20},"c":[]},{"id":"Stat_TacticalMastery_Label","b":{"w":150,"x":10,"y":0,"h":20},"c":[]}]},{"id":"StatElement_Player_Defense_Mitigation_DamageSource_Header","b":{"w":181,"x":46,"y":479,"h":16},"c":[{"id":"Label","b":{"w":181,"x":10,"y":0,"h":16},"c":[]}]},{"id":"StatElement_Might","b":{"w":212,"x":15,"y":91,"h":20},"c":[{"id":"Stats_StatMight","b":{"w":60,"x":147,"y":0,"h":20},"c":[]},{"id":"Stats_StatMightLabel","b":{"w":150,"x":10,"y":0,"h":20},"c":[]}]},{"id":"StatElement_Player_Defense_Mitigation_DamageType_Header","b":{"w":181,"x":46,"y":555,"h":16},"c":[{"id":"Label","b":{"w":181,"x":10,"y":0,"h":16},"c":[]}]},{"id":"StatElement_Agility","b":{"w":212,"x":15,"y":111,"h":20},"c":[{"id":"Stats_StatAgility","b":{"w":60,"x":147,"y":0,"h":20},"c":[]},{"id":"Stats_StatAgilityLabel","b":{"w":150,"x":10,"y":0,"h":20},"c":[]}]},{"id":"StatElement_CritHitAvoid_Unified","b":{"w":212,"x":15,"y":343,"h":20},"c":[{"id":"Stats_CriticalDef_Unified_Label","b":{"w":150,"x":10,"y":0,"h":20},"c":[]},{"id":"Stats_CriticalDef_Unified","b":{"w":60,"x":147,"y":0,"h":20},"c":[]}]},{"id":"StatElement_Resistance_TheOneResistance","b":{"w":212,"x":15,"y":323,"h":20},"c":[{"id":"Stats_ResistanceTheOneResistanceLabel","b":{"w":150,"x":10,"y":0,"h":20},"c":[]},{"id":"Stats_ResistanceTheOneResistance","b":{"w":60,"x":147,"y":0,"h":20},"c":[]}]},{"id":"StatElement_DamageSource_Melee","b":{"w":182,"x":45,"y":495,"h":20},"c":[{"id":"Stats_VulnDef_Melee","b":{"w":51,"x":126,"y":0,"h":20},"c":[]},{"id":"Stat_DamageSource_Melee_Label","b":{"w":127,"x":10,"y":0,"h":20},"c":[]}]},{"id":"StatElement_Vitality","b":{"w":212,"x":15,"y":131,"h":20},"c":[{"id":"Stats_StatVitality","b":{"w":60,"x":147,"y":0,"h":20},"c":[]},{"id":"Stats_StatVitalityLabel","b":{"w":150,"x":10,"y":0,"h":20},"c":[]}]},{"id":"StatElement_DamageSource_Ranged","b":{"w":182,"x":45,"y":515,"h":20},"c":[{"id":"Stats_VulnDef_Ranged","b":{"w":51,"x":126,"y":0,"h":20},"c":[]},{"id":"Stat_DamageSource_Ranged_Label","b":{"w":127,"x":10,"y":0,"h":20},"c":[]}]},{"id":"StatElement_Will","b":{"w":212,"x":15,"y":151,"h":20},"c":[{"id":"Stats_StatWill","b":{"w":60,"x":147,"y":0,"h":20},"c":[]},{"id":"Stats_StatWillLabel","b":{"w":150,"x":10,"y":0,"h":20},"c":[]}]},{"id":"StatElement_DamageSource_Tactical","b":{"w":182,"x":45,"y":535,"h":20},"c":[{"id":"Stats_VulnDef_Tactical","b":{"w":51,"x":126,"y":0,"h":20},"c":[]},{"id":"Stat_DamageSource_Tactical_Label","b":{"w":127,"x":10,"y":0,"h":20},"c":[]}]},{"id":"StatElement_PhysicalMastery","b":{"w":212,"x":15,"y":227,"h":20},"c":[{"id":"Stat_PhysicalMastery_Label","b":{"w":150,"x":10,"y":0,"h":20},"c":[]},{"id":"StatElement_PhysicalMastery","b":{"w":60,"x":147,"y":0,"h":20},"c":[]}]},{"id":"StatElement_Player_OffenseHeader","b":{"w":211,"x":16,"y":191,"h":16},"c":[{"id":"Stat_Player_OffenseHeader_Label","b":{"w":213,"x":10,"y":0,"h":16},"c":[]}]},{"id":"StatElement_Fate","b":{"w":212,"x":15,"y":171,"h":20},"c":[{"id":"Stats_StatFate","b":{"w":60,"x":147,"y":0,"h":20},"c":[]},{"id":"Stats_StatFateLabel","b":{"w":150,"x":10,"y":0,"h":20},"c":[]}]},{"id":"StatElement_LightEarendil","b":{"w":212,"x":15,"y":283,"h":20},"c":[{"id":"Stat_LightEarendil_Label","b":{"w":150,"x":10,"y":0,"h":20},"c":[]},{"id":"Stat_LightEarendil","b":{"w":60,"x":147,"y":0,"h":20},"c":[]}]},{"id":"StatElement_Finesse","b":{"w":212,"x":15,"y":227,"h":20},"c":[{"id":"Stat_Finesse_Label","b":{"w":150,"x":10,"y":0,"h":20},"c":[]},{"id":"Stats_Finesse","b":{"w":60,"x":147,"y":0,"h":20},"c":[]}]}]}]},{"id":"Player_Title_Button","b":{"w":127,"x":195,"y":528,"h":29},"c":[{"id":"Player_Title_Label","b":{"w":102,"x":22,"y":3,"h":20},"c":[{"id":"Player_Skills_Label_Text","b":{"w":102,"x":0,"y":0,"h":20},"c":[]},{"id":"Player_Skills_Label_BG","b":{"w":102,"x":0,"y":0,"h":20},"c":[{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":20,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":81,"y":0,"h":20},"c":[]}]}]},{"id":"Player_Title_Button_Icon","b":{"w":25,"x":4,"y":1,"h":25},"c":[]},{"id":"Player_Title_Button_Border","b":{"w":29,"x":2,"y":-1,"h":29},"c":[]}]},{"id":"PlayerLevel","b":{"w":51,"x":13,"y":37,"h":30},"c":[]},{"id":"Player_Bio_Button","b":{"w":127,"x":332,"y":528,"h":29},"c":[{"id":"Player_Bio_Label","b":{"w":102,"x":22,"y":3,"h":20},"c":[{"id":"Player_Skills_Label_Text","b":{"w":102,"x":0,"y":0,"h":20},"c":[]},{"id":"Player_Skills_Label_BG","b":{"w":102,"x":0,"y":0,"h":20},"c":[{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":20,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":81,"y":0,"h":20},"c":[]}]}]},{"id":"Player_Bio_Button_Icon","b":{"w":25,"x":4,"y":1,"h":25},"c":[]},{"id":"Player_Bio_Button_Border","b":{"w":29,"x":2,"y":-1,"h":29},"c":[]}]}]}]},{"id":"Appearance_Tab","b":{"w":149,"x":206,"y":-2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":148,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":121,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":131,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]},{"id":"Appearance_Tab_Border","b":{"w":157,"x":-3,"y":0,"h":28},"c":[]}]},{"id":"Appearance_Page","b":{"w":681,"x":8,"y":22,"h":585},"c":[{"id":"RealPaperdollField_Player","b":{"w":700,"x":0,"y":0,"h":568},"c":[{"id":"CharacterAppearancePage_BuyCosmeticClothing_Button","b":{"w":210,"x":454,"y":461,"h":57},"c":[{"id":"CharacterAppearancePage_BuyCosmeticClothing_Coin","b":{"w":30,"x":10,"y":9,"h":32},"c":[]},{"id":"CharacterAppearancePage_BuyCosmeticClothing_Button_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"CharacterAppearancePage_BuyCosmeticClothing_Button_text","b":{"w":145,"x":45,"y":6,"h":41},"c":[]},{"id":"CharacterAppearancePage_BuyCosmeticClothing_UP","b":{"w":28,"x":171,"y":13,"h":26},"c":[]}]},{"id":"CharacterAppearancePage_Border","b":{"w":691,"x":-9,"y":-10,"h":540},"c":[]},{"id":"CharacterAppearancePage_BuyCosmeticClothing_Flyout_Field","b":{"w":239,"x":442,"y":29,"h":493},"c":[{"id":"CharacterAppearancePage_Flyout_HideBuyCosmeticClothing_Button","b":{"w":210,"x":12,"y":432,"h":57},"c":[{"id":"CharacterAppearancePage_Flyout_HideBuyCosmeticClothing_Coin","b":{"w":30,"x":10,"y":9,"h":32},"c":[]},{"id":"CharacterAppearancePage_Flyout_HideBuyCosmeticClothing_Button_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"CharacterAppearancePage_Flyout_HideBuyCosmeticClothing_Button_text","b":{"w":199,"x":9,"y":14,"h":22},"c":[]},{"id":"CharacterAppearancePage_Flyout_HideBuyCosmeticClothing_ArrowButton","b":{"w":28,"x":171,"y":13,"h":26},"c":[]}]},{"id":"CharacterAppearancePage_BuyHeadgear_BuyNowButton","b":{"w":210,"x":12,"y":26,"h":61},"c":[{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]},{"id":"CharacterAppearancePage_BuyHeadgear_BuyNowButton_Deco","b":{"w":31,"x":6,"y":0,"h":51},"c":[]}]},{"id":"CharacterAppearancePage_BuyShoulders_BuyNowButton","b":{"w":210,"x":12,"y":76,"h":61},"c":[{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]},{"id":"CharacterAppearancePage_BuyNowButton_Deco","b":{"w":80,"x":3,"y":-1,"h":51},"c":[]}]},{"id":"CharacterAppearancePage_BuyShirts_BuyNowButton","b":{"w":210,"x":12,"y":126,"h":61},"c":[{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]},{"id":"CharacterAppearancePage_BuyNowButton_Deco","b":{"w":93,"x":2,"y":0,"h":51},"c":[]}]},{"id":"CharacterAppearancePage_BuyGloves_BuyNowButton","b":{"w":210,"x":12,"y":176,"h":61},"c":[{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]},{"id":"CharacterAppearancePage_BuyNowButton_Deco","b":{"w":116,"x":3,"y":-1,"h":51},"c":[]}]},{"id":"CharacterAppearancePage_BuyPants_BuyNowButton","b":{"w":210,"x":12,"y":226,"h":61},"c":[{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]},{"id":"CharacterAppearancePage_BuyNowButton_Deco","b":{"w":133,"x":3,"y":-1,"h":51},"c":[]}]},{"id":"CharacterAppearancePage_BuyShoes_BuyNowButton","b":{"w":210,"x":12,"y":276,"h":61},"c":[{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]},{"id":"CharacterAppearancePage_BuyNowButton_Deco","b":{"w":55,"x":6,"y":-1,"h":51},"c":[]}]},{"id":"CharacterAppearancePage_BuyCloaks_BuyNowButton","b":{"w":210,"x":12,"y":326,"h":61},"c":[{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]},{"id":"CharacterAppearancePage_BuyNowButton_Deco","b":{"w":50,"x":3,"y":0,"h":51},"c":[]}]},{"id":"CharacterAppearancePage_BuyDyes_BuyNowButton","b":{"w":210,"x":12,"y":376,"h":61},"c":[{"id":"BuyNowButton_bg","b":{"w":210,"x":2,"y":0,"h":52},"c":[]},{"id":"BuyNowButton_bg_text","b":{"w":196,"x":9,"y":14,"h":22},"c":[]},{"id":"CharacterAppearancePage_BuyNowButton_Deco","b":{"w":39,"x":10,"y":0,"h":51},"c":[]}]},{"id":"CharacterAppearancePage_BuyCosmeticClothing_Flyout_bg","b":{"w":236,"x":0,"y":2,"h":491},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":200,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":164,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":419},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":455,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":164,"x":36,"y":455,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":200,"y":455,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":200,"y":36,"h":419},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":164,"x":36,"y":36,"h":419},"c":[],"assets":["0x4100013B"]}]},{"id":"CharacterAppearancePage_BuyCosmeticClothing_Flyout_Close","b":{"w":16,"x":213,"y":9,"h":16},"c":[]}]},{"id":"CharacterAppearancePage_OutfitSystem_Controls_Field","b":{"w":700,"x":-1,"y":0,"h":568},"c":[{"id":"CharacterAppearancePage_OutfitSystem_Disabled","b":{"w":682,"x":0,"y":-3,"h":568},"c":[{"id":"CharacterAppearancePage_OutfitSysteM_Disabled_BG","b":{"w":700,"x":0,"y":2,"h":567},"c":[]}]},{"id":"CharacterAppearancePage_OutfitsList","b":{"w":210,"x":457,"y":27,"h":419},"c":[{"id":"CharacterAppearancePage_Outfits_EditList","b":{"w":210,"x":455,"y":80,"h":414},"c":[{"id":"Outfit_EditOutfit_Button","b":{"w":211,"x":0,"y":0,"h":46},"c":[{"id":"Outfit_Button_Label","b":{"w":210,"x":0,"y":3,"h":27},"c":[]},{"id":"Outfit_Button_StateOverlay","b":{"w":210,"x":0,"y":0,"h":33},"c":[]},{"id":"cosmetic_outfit_slot_overlay_selected","b":{"w":211,"x":1,"y":0,"h":46},"c":[{"id":"cosmetic_outfit_slot_overlay_selected_applied","b":{"w":154,"x":24,"y":23,"h":15},"c":[]}]},{"id":"Outfit_Button_BG","b":{"w":210,"x":0,"y":0,"h":33},"c":[]}]}]},{"id":"CharacterAppearancePage_Outfits_BuyNowList","b":{"w":210,"x":455,"y":80,"h":500},"c":[]}]},{"id":"CharacterAppearancePage_OutfitSlotVisibility_ControlPages","b":{"w":433,"x":4,"y":177,"h":348},"c":[{"id":"Outfit3_Visibility_Page","b":{"w":433,"x":0,"y":0,"h":348},"c":[{"id":"CharacterAppearancePage_VisCheckBox_ShowHelmet","b":{"w":14,"x":47,"y":34,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowBoots","b":{"w":14,"x":413,"y":148,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowCloak","b":{"w":14,"x":47,"y":144,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowShoulder","b":{"w":14,"x":47,"y":89,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowGloves","b":{"w":14,"x":413,"y":39,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowPrimaryWpn","b":{"w":14,"x":149,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowSecondaryWpn","b":{"w":14,"x":224,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowRangedWpn","b":{"w":14,"x":299,"y":325,"h":14},"c":[]}]},{"id":"Outfit4_Visibility_Page","b":{"w":433,"x":0,"y":0,"h":348},"c":[{"id":"CharacterAppearancePage_VisCheckBox_ShowHelmet","b":{"w":14,"x":47,"y":34,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowBoots","b":{"w":14,"x":413,"y":148,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowCloak","b":{"w":14,"x":47,"y":144,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowShoulder","b":{"w":14,"x":47,"y":89,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowGloves","b":{"w":14,"x":413,"y":39,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowPrimaryWpn","b":{"w":14,"x":149,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowSecondaryWpn","b":{"w":14,"x":224,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowRangedWpn","b":{"w":14,"x":299,"y":325,"h":14},"c":[]}]},{"id":"Outfit1_Visibility_Page","b":{"w":433,"x":0,"y":0,"h":348},"c":[{"id":"CharacterAppearancePage_VisCheckBox_ShowHelmet","b":{"w":14,"x":47,"y":34,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowBoots","b":{"w":14,"x":413,"y":148,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowCloak","b":{"w":14,"x":47,"y":144,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowShoulder","b":{"w":14,"x":47,"y":89,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowGloves","b":{"w":14,"x":413,"y":39,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowPrimaryWpn","b":{"w":14,"x":149,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowSecondaryWpn","b":{"w":14,"x":224,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowRangedWpn","b":{"w":14,"x":299,"y":325,"h":14},"c":[]}]},{"id":"Inventory_Visibility_Page","b":{"w":433,"x":0,"y":0,"h":348},"c":[{"id":"CharacterAppearancePage_VisCheckBox_ShowHelmet","b":{"w":14,"x":47,"y":34,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowBoots","b":{"w":14,"x":413,"y":148,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowCloak","b":{"w":14,"x":47,"y":144,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowShoulder","b":{"w":14,"x":47,"y":89,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowGloves","b":{"w":14,"x":413,"y":39,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowPrimaryWpn","b":{"w":14,"x":149,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowSecondaryWpn","b":{"w":14,"x":224,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowRangedWpn","b":{"w":14,"x":299,"y":325,"h":14},"c":[]}]},{"id":"Outfit5_Visibility_Page","b":{"w":433,"x":0,"y":0,"h":348},"c":[{"id":"CharacterAppearancePage_VisCheckBox_ShowHelmet","b":{"w":14,"x":47,"y":34,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowBoots","b":{"w":14,"x":413,"y":148,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowCloak","b":{"w":14,"x":47,"y":144,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowShoulder","b":{"w":14,"x":47,"y":89,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowGloves","b":{"w":14,"x":413,"y":39,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowPrimaryWpn","b":{"w":14,"x":149,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowSecondaryWpn","b":{"w":14,"x":224,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowRangedWpn","b":{"w":14,"x":299,"y":325,"h":14},"c":[]}]},{"id":"Outfit2_Visibility_Page","b":{"w":433,"x":0,"y":0,"h":348},"c":[{"id":"CharacterAppearancePage_VisCheckBox_ShowHelmet","b":{"w":14,"x":47,"y":34,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowBoots","b":{"w":14,"x":413,"y":148,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowCloak","b":{"w":14,"x":47,"y":144,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowShoulder","b":{"w":14,"x":47,"y":89,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowGloves","b":{"w":14,"x":413,"y":39,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowPrimaryWpn","b":{"w":14,"x":149,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowSecondaryWpn","b":{"w":14,"x":224,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowRangedWpn","b":{"w":14,"x":299,"y":325,"h":14},"c":[]}]},{"id":"Outfit6_Visibility_Page","b":{"w":433,"x":0,"y":0,"h":348},"c":[{"id":"CharacterAppearancePage_VisCheckBox_ShowHelmet","b":{"w":14,"x":47,"y":34,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowBoots","b":{"w":14,"x":413,"y":148,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowCloak","b":{"w":14,"x":47,"y":144,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowShoulder","b":{"w":14,"x":47,"y":89,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowGloves","b":{"w":14,"x":413,"y":39,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowPrimaryWpn","b":{"w":14,"x":149,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowSecondaryWpn","b":{"w":14,"x":224,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowRangedWpn","b":{"w":14,"x":299,"y":325,"h":14},"c":[]}]},{"id":"Outfit7_Visibility_Page","b":{"w":433,"x":0,"y":0,"h":348},"c":[{"id":"CharacterAppearancePage_VisCheckBox_ShowHelmet","b":{"w":14,"x":47,"y":34,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowBoots","b":{"w":14,"x":413,"y":148,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowCloak","b":{"w":14,"x":47,"y":144,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowShoulder","b":{"w":14,"x":47,"y":89,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowGloves","b":{"w":14,"x":413,"y":39,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowPrimaryWpn","b":{"w":14,"x":149,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowSecondaryWpn","b":{"w":14,"x":224,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowRangedWpn","b":{"w":14,"x":299,"y":325,"h":14},"c":[]}]},{"id":"Outfit8_Visibility_Page","b":{"w":433,"x":0,"y":0,"h":348},"c":[{"id":"CharacterAppearancePage_VisCheckBox_ShowHelmet","b":{"w":14,"x":47,"y":34,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowBoots","b":{"w":14,"x":413,"y":148,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowCloak","b":{"w":14,"x":47,"y":144,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowShoulder","b":{"w":14,"x":47,"y":89,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowGloves","b":{"w":14,"x":413,"y":39,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowPrimaryWpn","b":{"w":14,"x":149,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowSecondaryWpn","b":{"w":14,"x":224,"y":325,"h":14},"c":[]},{"id":"CharacterAppearancePage_VisCheckBox_ShowRangedWpn","b":{"w":14,"x":299,"y":325,"h":14},"c":[]}]}]},{"id":"CharacterAppearancePage_ApplyOutfitLabel","b":{"w":279,"x":78,"y":540,"h":26},"c":[]},{"id":"CharacterAppearancePage_SelectOutfit","b":{"w":210,"x":369,"y":537,"h":33},"c":[{"id":"Outfit_Button_Label","b":{"w":210,"x":0,"y":3,"h":27},"c":[]},{"id":"Outfit_Button_StateOverlay","b":{"w":210,"x":0,"y":0,"h":33},"c":[]},{"id":"Outfit_Button_BG","b":{"w":210,"x":0,"y":0,"h":33},"c":[]}]}]},{"id":"CharacterAppearancePage_AvatarInfoOutfitElement","b":{"w":445,"x":0,"y":0,"h":527},"c":[{"id":"CharacterAppearancePage_Viewport","b":{"w":441,"x":4,"y":73,"h":451},"c":[]},{"id":"AvatarInfoOutfitElement_Icon_Background_Right","b":{"w":448,"x":0,"y":3,"h":521},"c":[]},{"id":"CharacterAppearancePage_RotateLeft","b":{"w":28,"x":70,"y":451,"h":48},"c":[]},{"id":"CharacterAppearancePage_RotateRight","b":{"w":28,"x":346,"y":451,"h":48},"c":[]},{"id":"CharacterAppearancePage_SlotField","b":{"w":440,"x":4,"y":71,"h":453},"c":[{"id":"PrimaryWpnFXSlot_CompatibilityOverlay","b":{"w":14,"x":148,"y":354,"h":14},"c":[]},{"id":"BackSlotParent","b":{"w":44,"x":13,"y":222,"h":44},"c":[{"id":"BackSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"BackSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EE9"]},{"id":"SecondaryWpnFXSlot_CompatibilityOverlay","b":{"w":14,"x":223,"y":354,"h":14},"c":[]},{"id":"BootsSlotParent","b":{"w":44,"x":379,"y":222,"h":44},"c":[{"id":"BootsSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"BootsSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]}],"assets":["0x41007EF5"]},{"id":"RangedWpnFXSlot_CompatibilityOverlay","b":{"w":14,"x":298,"y":354,"h":14},"c":[]},{"id":"PrimaryWpnFXSlotParent","b":{"w":44,"x":117,"y":352,"h":44},"c":[{"id":"PrimaryWpnFXSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"PrimaryWpnFXSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]},{"id":"HeadSlotParent","b":{"w":44,"x":13,"y":112,"h":44},"c":[{"id":"HeadSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"HeadSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EED"]},{"id":"PrimaryWpnSlotParent","b":{"w":44,"x":117,"y":402,"h":44},"c":[{"id":"PrimaryWpnSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"PrimaryWpnSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]},{"id":"ShoulderSlotParent","b":{"w":44,"x":13,"y":167,"h":44},"c":[{"id":"ShoulderSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"ShoulderSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EEE"]},{"id":"SecondaryWpnFXSlotParent","b":{"w":44,"x":192,"y":352,"h":44},"c":[{"id":"SecondaryWpnFXSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"SecondaryWpnFXSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]},{"id":"SecondaryWpnSlotParent","b":{"w":44,"x":192,"y":402,"h":44},"c":[{"id":"SecondaryWpnSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"SecondaryWpnSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]},{"id":"PrimaryWpn_CompatibilityOverlay","b":{"w":14,"x":148,"y":404,"h":14},"c":[]},{"id":"RangedWpnFXSlotParent","b":{"w":44,"x":267,"y":352,"h":44},"c":[{"id":"RangedWpnFXSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"RangedWpnFXSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]},{"id":"ChestSlotParent","b":{"w":44,"x":13,"y":277,"h":44},"c":[{"id":"ChestSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"ChestSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF0"]},{"id":"SecondaryWpn_CompatibilityOverlay","b":{"w":14,"x":223,"y":404,"h":14},"c":[]},{"id":"RangedWpnSlotParent","b":{"w":44,"x":267,"y":402,"h":44},"c":[{"id":"RangedWpnSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"RangedWpnSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]},{"id":"RangedWpn_CompatibilityOverlay","b":{"w":14,"x":298,"y":404,"h":14},"c":[]},{"id":"LegsSlotParent","b":{"w":44,"x":379,"y":167,"h":44},"c":[{"id":"LegsSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"LegsSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF1"]},{"id":"GlovesSlotParent","b":{"w":44,"x":379,"y":112,"h":44},"c":[{"id":"GlovesSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"GlovesSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF2"]},{"id":"ClassSlotParent","b":{"w":44,"x":379,"y":277,"h":44},"c":[{"id":"ClassSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"ClassSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"Ghosted_Class_slot","b":{"w":44,"x":192,"y":332,"h":44},"c":[]}],"assets":["0x410E8680"]}]},{"id":"CharacterAppearancePage_ZoomHead","b":{"w":55,"x":90,"y":6,"h":62},"c":[{"id":"CharacterAppearancePage_ZoomHead_Label","b":{"w":52,"x":2,"y":46,"h":15},"c":[]}]},{"id":"CharacterAppearancePage_ZoomMiddle","b":{"w":55,"x":189,"y":6,"h":62},"c":[{"id":"CharacterAppearancePage_ZoomMiddle_Label","b":{"w":48,"x":2,"y":46,"h":15},"c":[]}]},{"id":"CharacterAppearancePage_ZoomFeet","b":{"w":55,"x":293,"y":6,"h":62},"c":[{"id":"CharacterAppearancePage_ZoomFeet_Label","b":{"w":48,"x":2,"y":46,"h":15},"c":[]}]}]},{"id":"AvatarInfoElement","b":{"w":465,"x":0,"y":0,"h":526},"c":[{"id":"CharacterAppearancePage_Slot_Background_Right","b":{"w":447,"x":-1,"y":3,"h":521},"c":[]},{"id":"CharacterAppearancePage_Viewport","b":{"w":441,"x":4,"y":73,"h":451},"c":[]},{"id":"CharacterAppearancePage_RotateLeft","b":{"w":28,"x":70,"y":451,"h":48},"c":[]},{"id":"CharacterAppearancePage_RotateRight","b":{"w":28,"x":346,"y":451,"h":48},"c":[]},{"id":"CharacterAppearancePage_SlotField","b":{"w":440,"x":4,"y":72,"h":453},"c":[{"id":"BackSlotParent","b":{"w":44,"x":13,"y":222,"h":44},"c":[{"id":"BackSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]}],"assets":["0x41007EE9"]},{"id":"BootsSlotParent","b":{"w":44,"x":379,"y":222,"h":44},"c":[{"id":"BootsSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]}],"assets":["0x41007EF5"]},{"id":"PrimaryWpnFXSlotParent","b":{"w":44,"x":118,"y":351,"h":44},"c":[{"id":"PrimaryWpnFXSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"PrimaryWpnFXSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]}]},{"id":"HeadSlotParent","b":{"w":44,"x":13,"y":112,"h":44},"c":[{"id":"HeadSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]}],"assets":["0x41007EED"]},{"id":"PrimaryWpnSlotParent","b":{"w":44,"x":118,"y":401,"h":44},"c":[{"id":"PrimaryWpnSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"PrimaryWpnSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]}]},{"id":"ShoulderSlotParent","b":{"w":44,"x":13,"y":167,"h":44},"c":[{"id":"ShoulderSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]}],"assets":["0x41007EEE"]},{"id":"SecondaryWpnFXSlotParent","b":{"w":44,"x":193,"y":351,"h":44},"c":[{"id":"SecondaryWpnFXSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"SecondaryWpnFXSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]}]},{"id":"SecondaryWpnSlotParent","b":{"w":44,"x":193,"y":401,"h":44},"c":[{"id":"SecondaryWpnSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]},{"id":"SecondaryWpnSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]},{"id":"RangedWpnFXSlotParent","b":{"w":44,"x":268,"y":351,"h":44},"c":[{"id":"RangedWpnFXSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"RangedWpnFXSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]}]},{"id":"ChestSlotParent","b":{"w":44,"x":13,"y":277,"h":44},"c":[{"id":"ChestSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]}],"assets":["0x41007EF0"]},{"id":"RangedWpnSlotParent","b":{"w":44,"x":268,"y":401,"h":44},"c":[{"id":"RangedWpnSlotBorder","b":{"w":44,"x":0,"y":0,"h":44},"c":[]},{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]},{"id":"RangedWpnSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]},{"id":"LegsSlotParent","b":{"w":44,"x":379,"y":167,"h":44},"c":[{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]},{"id":"LegsSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF1"]},{"id":"GlovesSlotParent","b":{"w":44,"x":379,"y":112,"h":44},"c":[{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]},{"id":"GlovesSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x41007EF2"]},{"id":"ClassSlotParent","b":{"w":44,"x":379,"y":277,"h":44},"c":[{"id":"GhostedOverlay","b":{"w":361,"x":0,"y":0,"h":64},"c":[]},{"id":"ClassSlot","b":{"w":35,"x":3,"y":3,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}],"assets":["0x410E8680"]}]},{"id":"CharacterAppearancePage_ZoomHead","b":{"w":55,"x":90,"y":6,"h":62},"c":[{"id":"CharacterAppearancePage_ZoomHead_Label","b":{"w":52,"x":2,"y":46,"h":15},"c":[]}]},{"id":"CharacterAppearancePage_ZoomMiddle","b":{"w":55,"x":189,"y":6,"h":62},"c":[{"id":"CharacterAppearancePage_ZoomMiddle_Label","b":{"w":48,"x":2,"y":46,"h":15},"c":[]}]},{"id":"CharacterAppearancePage_ZoomFeet","b":{"w":55,"x":293,"y":6,"h":62},"c":[{"id":"CharacterAppearancePage_ZoomFeet_Label","b":{"w":48,"x":2,"y":46,"h":15},"c":[]}]}]}]}]}]},{"id":"MoveBar","b":{"w":661,"x":24,"y":4,"h":28},"c":[]},{"id":"Journal_Window_BaseBox_BG","b":{"w":707,"x":0,"y":21,"h":626},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":635,"x":36,"y":590,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":671,"y":590,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":671,"y":36,"h":554},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":635,"x":36,"y":36,"h":554},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":671,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":635,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":554},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":590,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"Journal_Window_BaseBox_TitleBar","b":{"w":250,"x":230,"y":-6,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Journal_Label","b":{"w":214,"x":18,"y":15,"h":20},"c":[]}]},{"id":"Journal_CloseButton","b":{"w":16,"x":684,"y":27,"h":16},"c":[]}]},"ID_UISkin_LockboxApplyKey":{"id":"LockboxApplyKey_Window","b":{"w":352,"x":413,"y":13,"h":538},"c":[{"id":"LockboxApplyKey_BaseBox_BG","b":{"w":378,"x":-13,"y":11,"h":537},"c":[],"assets":["0x4111D884"]},{"id":"LockboxApplyKey_TitleBar","b":{"w":200,"x":74,"y":-11,"h":43},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":165,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":130,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"LockboxApplyKey_WindowLabel","b":{"w":182,"x":9,"y":15,"h":23},"c":[]}]},{"id":"LockboxApplyKey_CloseButton","b":{"w":16,"x":323,"y":28,"h":16},"c":[]},{"id":"LockboxApplyKey_MoveBar","b":{"w":188,"x":85,"y":3,"h":21},"c":[]},{"id":"LockboxApplyKey_Description","b":{"w":242,"x":55,"y":48,"h":42},"c":[]},{"id":"LockboxApplyKey_ItemList","b":{"w":270,"x":41,"y":115,"h":374},"c":[{"id":"ItemDisplay_SimpleList_ListBox","b":{"w":266,"x":0,"y":0,"h":374},"c":[]},{"id":"ItemDisplay_SimpleList_ListBox_Scrollbar","b":{"w":9,"x":261,"y":0,"h":374},"c":[{"id":"scroll_bottom_field","b":{"w":9,"x":0,"y":364,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":-1,"y":364,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":9,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":354},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":334},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":344,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":9,"x":0,"y":10,"h":354},"c":[]}]}]},{"id":"LockboxApplyKey_ApplyButton","b":{"w":123,"x":44,"y":504,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":87,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":84,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":102,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"LockboxApplyKey_BuyNow_Sturdy","b":{"w":139,"x":170,"y":491,"h":38},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":21,"x":34,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":54,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"Button_buyCharSlots_midRight","b":{"w":18,"x":81,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":96,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"LockboxApplyKey_BuyNow_Black","b":{"w":139,"x":170,"y":491,"h":38},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":21,"x":34,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":54,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"Button_buyCharSlots_midRight","b":{"w":18,"x":81,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":96,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]}]},"ID_UISkin_Mail_MainField":{"id":"Mail_MainField","b":{"w":472,"x":317,"y":113,"h":274},"c":[{"id":"Mail_Dragbar","b":{"w":237,"x":118,"y":4,"h":24},"c":[]},{"id":"Mail_Panel","b":{"w":468,"x":0,"y":18,"h":254},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":396,"x":36,"y":218,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":432,"y":218,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":432,"y":36,"h":182},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":396,"x":36,"y":36,"h":182},"c":[],"assets":["0x4100013B"]},{"id":"Mail_Panel_Blue_BG","b":{"w":461,"x":5,"y":3,"h":247},"c":[],"assets":["0x41102EC0"]},{"id":"Mail_Panel_BG","b":{"w":440,"x":10,"y":22,"h":200},"c":[{"id":"Box_01_Background","b":{"w":438,"x":1,"y":1,"h":198},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":438,"x":1,"y":1,"h":198},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":180},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":189,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":420,"x":9,"y":189,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":429,"y":189,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":429,"y":9,"h":180},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":429,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":420,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":200},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":438,"x":1,"y":199,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":439,"y":0,"h":200},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":438,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Mail_Panel_ListBox","b":{"w":435,"x":13,"y":24,"h":195},"c":[{"id":"MailElement_Letter","b":{"w":435,"x":47,"y":76,"h":45},"c":[{"id":"MailElement_Letter_Admin","b":{"w":435,"x":0,"y":0,"h":45},"c":[],"assets":["0x41005F86"]},{"id":"MailElement_Letter_Main","b":{"w":435,"x":0,"y":0,"h":45},"c":[{"id":"MailElement_Letter_COD","b":{"w":18,"x":385,"y":22,"h":18},"c":[],"assets":["0x410D90D9"]},{"id":"MailElement_Letter_Sender","b":{"w":230,"x":24,"y":3,"h":20},"c":[]},{"id":"MailElement_Letter_Subject","b":{"w":362,"x":24,"y":21,"h":20},"c":[]},{"id":"MailElement_Letter_TimeLeft","b":{"w":180,"x":244,"y":4,"h":19},"c":[]},{"id":"MailElement_Letter_ReadStatus","b":{"w":18,"x":5,"y":15,"h":18},"c":[],"assets":["0x41007F79","0x41007F77","0x4101E091","0x410DCF30","0x41007F7A","0x41007F78"]},{"id":"MailElement_Letter_Item_Attached","b":{"w":20,"x":405,"y":20,"h":20},"c":[],"assets":["0x41007F7B"]},{"id":"MailElement_Letter_Currency_Attached","b":{"w":18,"x":385,"y":22,"h":18},"c":[],"assets":["0x41007F7C"]},{"id":"MailElement_Letter_Items_Attached","b":{"w":20,"x":405,"y":20,"h":20},"c":[],"assets":["0x4114B0F0"]}],"assets":["0x41005FD2","0x41005FCE","0x41005F82"]}]}]},{"id":"Mail_Panel_ListBox_Scrollbar","b":{"w":10,"x":451,"y":22,"h":200},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":190,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":190,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":180},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":160},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":170,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":180},"c":[]}]},{"id":"Mail_Panel_ButtonPanel","b":{"w":421,"x":29,"y":227,"h":25},"c":[{"id":"Mail_Panel_ReportSpam_Button","b":{"w":150,"x":253,"y":0,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":114,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":111,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":129,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Mail_Panel_DeleteMail_Button","b":{"w":123,"x":125,"y":0,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":87,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":84,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":102,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Mail_Panel_ComposeMail_Button","b":{"w":110,"x":10,"y":0,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":74,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":71,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":89,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":432,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":396,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":182},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":218,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"Mail_TitleBar","b":{"w":250,"x":108,"y":-9,"h":40},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Mail_TitleBar_Label","b":{"w":224,"x":14,"y":15,"h":20},"c":[]}]},{"id":"Mail_TitleBar_CloseButton","b":{"w":16,"x":446,"y":23,"h":16},"c":[]}]},"ID_UISkin_NPCComment_Window":{"id":"NPCComment_Window","b":{"w":484,"x":9,"y":113,"h":488},"c":[{"id":"NPCComment_BaseBox_BG","b":{"w":484,"x":0,"y":16,"h":469},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":412,"x":36,"y":433,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":448,"y":433,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":448,"y":36,"h":397},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":412,"x":36,"y":36,"h":397},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":448,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":412,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":397},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":433,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"NPCCommentList_Container","b":{"w":484,"x":0,"y":16,"h":469},"c":[{"id":"NPCComment_BaseBox_BlueBG","b":{"w":482,"x":-1,"y":-9,"h":473},"c":[],"assets":["0x411044B2"]},{"id":"NPCComment_ContentText","b":{"w":452,"x":10,"y":51,"h":375},"c":[]},{"id":"NPCComment_ContentScrollbar","b":{"w":10,"x":464,"y":51,"h":375},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":365,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":365,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":355},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":335},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":345,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":355},"c":[]}]}]},{"id":"NPCComment_TitleBar","b":{"w":250,"x":117,"y":-10,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"NPCComment_WindowLabel","b":{"w":204,"x":23,"y":15,"h":20},"c":[]}]},{"id":"NPCComment_MoveBar","b":{"w":460,"x":0,"y":6,"h":24},"c":[]},{"id":"NPCComment_CloseButton","b":{"w":16,"x":461,"y":22,"h":16},"c":[]},{"id":"NPCComment_TitleTextField","b":{"w":400,"x":42,"y":29,"h":39},"c":[]},{"id":"NPCComment_CloseTextButton","b":{"w":130,"x":177,"y":453,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":94,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":91,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":109,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},"ID_UISkin_NeighborhoodGate_Window":{"id":"NeighborhoodGate_Window","b":{"w":430,"x":4,"y":113,"h":532},"c":[{"id":"NeighborhoodGate_BaseBox_BG","b":{"w":430,"x":0,"y":20,"h":513},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":394,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":358,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":441},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":477,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":358,"x":36,"y":477,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":394,"y":477,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":394,"y":36,"h":441},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":358,"x":36,"y":36,"h":441},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":417,"x":7,"y":6,"h":500},"c":[],"assets":["0x411351FD"]}]},{"id":"NeighborhoodGate_TitleBar","b":{"w":300,"x":62,"y":-7,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":265,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":230,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"NeighborhoodGate_WindowLabel","b":{"w":204,"x":48,"y":15,"h":20},"c":[]}]},{"id":"NeighborhoodGate_ListField","b":{"w":380,"x":26,"y":113,"h":374},"c":[{"id":"NeighborhoodGate_LB","b":{"w":376,"x":4,"y":3,"h":371},"c":[]},{"id":"NeighborhoodGate_SB","b":{"w":10,"x":366,"y":3,"h":368},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":358,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":358,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":348},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":328},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":338,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":348},"c":[]}]},{"id":"Box_01_Empty_InnerShadow","b":{"w":378,"x":1,"y":1,"h":372},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":354},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":363,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":360,"x":9,"y":363,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":369,"y":363,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":369,"y":9,"h":354},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":369,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":360,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":374},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":378,"x":1,"y":373,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":379,"y":0,"h":374},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":378,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"neighborhoodGate_favoritesField","b":{"w":27,"x":363,"y":82,"h":24},"c":[{"id":"neighborhoodGate_favoritesButton","b":{"w":16,"x":5,"y":5,"h":16},"c":[]}]},{"id":"NeighborhoodGate_EnterButton","b":{"w":85,"x":212,"y":496,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":49,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":46,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":64,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"NeighborhoodGate_CancelButton","b":{"w":85,"x":308,"y":496,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":49,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":46,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":64,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"NeighborhoodGate_Title_LB","b":{"w":400,"x":15,"y":34,"h":45},"c":[{"id":"NeighborhoodGate_Label_Field","b":{"w":320,"x":480,"y":322,"h":45},"c":[{"id":"NeighborhoodGate_Label","b":{"w":320,"x":0,"y":2,"h":40},"c":[]}]},{"id":"Title_Frill_Left_Field","b":{"w":38,"x":440,"y":318,"h":45},"c":[{"id":"Title_Frill_Left","b":{"w":38,"x":0,"y":13,"h":18},"c":[]}]},{"id":"Title_Frill_Right_Field","b":{"w":38,"x":800,"y":318,"h":45},"c":[{"id":"Title_Frill_Right","b":{"w":38,"x":0,"y":13,"h":18},"c":[]}]}]},{"id":"NeighborhoodGate_searchNeighborhood","b":{"w":263,"x":81,"y":78,"h":31},"c":[{"id":"neighborhoodGate_searchNeighborhood_title","b":{"w":61,"x":-3,"y":0,"h":31},"c":[]},{"id":"neighborhoodGate_searchNeighborhood_searchField","b":{"w":200,"x":63,"y":4,"h":25},"c":[{"id":"neighborhoodGate_searchNeighborhood_searchField_bg","b":{"w":200,"x":0,"y":0,"h":25},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":198,"x":1,"y":1,"h":23},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":5},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":14,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":180,"x":9,"y":14,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":189,"y":14,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":189,"y":9,"h":5},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":189,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":180,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":25},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":198,"x":1,"y":24,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":199,"y":0,"h":25},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":198,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]}]},{"id":"NeighborhoodGate_MoveBar","b":{"w":416,"x":8,"y":10,"h":36},"c":[]},{"id":"NeighborhoodGate_CloseButton","b":{"w":16,"x":405,"y":26,"h":16},"c":[]},{"id":"NeighborhoodGate_ExpandAll_Button","b":{"w":16,"x":27,"y":86,"h":16},"c":[]},{"id":"NeighborhoodGate_CollapseAll_Button","b":{"w":16,"x":45,"y":86,"h":16},"c":[]}]},"ID_UISkin_Notary_MainField":{"id":"Notary_MainField","b":{"w":500,"x":262,"y":86,"h":340},"c":[{"id":"Notary_DragBar","b":{"w":225,"x":141,"y":12,"h":23},"c":[]},{"id":"Notary_TitleBar","b":{"w":250,"x":125,"y":0,"h":40},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Notary_TitleBar_Label","b":{"w":224,"x":14,"y":15,"h":20},"c":[]}]},{"id":"Notary_CloseButton","b":{"w":16,"x":478,"y":32,"h":16},"c":[]},{"id":"Notary_MainBox","b":{"w":500,"x":0,"y":27,"h":313},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":428,"x":36,"y":277,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":464,"y":277,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":464,"y":36,"h":241},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":428,"x":36,"y":36,"h":241},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":464,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":428,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":241},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":277,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"Notary_Panel","b":{"w":470,"x":15,"y":38,"h":290},"c":[{"id":"Notary_Panel_Box","b":{"w":470,"x":0,"y":25,"h":250},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":468,"x":1,"y":1,"h":248},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":230},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":239,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":450,"x":9,"y":239,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":459,"y":239,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":459,"y":9,"h":230},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":459,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":450,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":250},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":468,"x":1,"y":249,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":469,"y":0,"h":250},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":468,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Notary_SurnamePage","b":{"w":470,"x":0,"y":25,"h":250},"c":[{"id":"SurnameDisplay_Instruction_Text","b":{"w":450,"x":10,"y":50,"h":90},"c":[]},{"id":"SurnameDisplay_Fee","b":{"w":159,"x":195,"y":154,"h":20},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":0,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"SurnameDisplay_SubmitButton","b":{"w":125,"x":172,"y":220,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":89,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":86,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":104,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"SurnameDisplay_PlayerCurrencyField","b":{"w":267,"x":101,"y":10,"h":30},"c":[{"id":"SurnameDisplay_PlayerCurrency","b":{"w":159,"x":99,"y":6,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"PlayerCurrency_Label","b":{"w":88,"x":10,"y":5,"h":20},"c":[]}],"assets":["0x41005F97"]},{"id":"SurnameDisplay_Fee_Label","b":{"w":47,"x":147,"y":154,"h":20},"c":[]},{"id":"SurnameDisplay_EntryField","b":{"w":265,"x":105,"y":185,"h":25},"c":[{"id":"SurnameDisplay_EntryField_Border","b":{"w":260,"x":0,"y":0,"h":20},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":258,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":240,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":249,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":249,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":240,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":258,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":259,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":258,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"SurnameDisplay_Text","b":{"w":250,"x":5,"y":0,"h":20},"c":[]}]}]},{"id":"Notary_PedigreePage","b":{"w":470,"x":0,"y":25,"h":310},"c":[{"id":"PedigreeManager_SecondChild_Label","b":{"w":75,"x":70,"y":150,"h":20},"c":[]},{"id":"PedigreeManager_Parent_Label","b":{"w":75,"x":70,"y":175,"h":20},"c":[]},{"id":"PedigreeManager_Fee","b":{"w":159,"x":185,"y":90,"h":20},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":0,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"PedigreeManager_AbandonFirstChildButton","b":{"w":90,"x":290,"y":125,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":54,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":51,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":69,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"PedigreeManager_AbandonSecondChildButton","b":{"w":90,"x":290,"y":150,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":54,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":51,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":69,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"PedigreeManager_AbandonParentButton","b":{"w":90,"x":290,"y":175,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":54,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":51,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":69,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"PedigreeManager_FirstChild","b":{"w":140,"x":145,"y":125,"h":20},"c":[{"id":"PedigreeDisplayField_Text","b":{"w":140,"x":0,"y":0,"h":20},"c":[]}]},{"id":"PedigreeManager_SecondChild","b":{"w":140,"x":145,"y":150,"h":20},"c":[{"id":"PedigreeDisplayField_Text","b":{"w":140,"x":0,"y":0,"h":20},"c":[]}]},{"id":"PedigreeManager_Parent","b":{"w":140,"x":145,"y":175,"h":20},"c":[{"id":"PedigreeDisplayField_Text","b":{"w":140,"x":0,"y":0,"h":20},"c":[]}]},{"id":"PedigreeManager_PlayerCurrencyField","b":{"w":267,"x":101,"y":10,"h":30},"c":[{"id":"PlayerCurrency_Label","b":{"w":88,"x":10,"y":5,"h":20},"c":[]},{"id":"PedigreeManager_PlayerCurrency","b":{"w":159,"x":99,"y":6,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]}],"assets":["0x41005F97"]},{"id":"PedigreeManager_Fee_Label","b":{"w":43,"x":140,"y":90,"h":20},"c":[]},{"id":"PedigreeManager_FirstChild_Label","b":{"w":75,"x":70,"y":125,"h":20},"c":[]}]},{"id":"Notary_SurnameTab","b":{"w":128,"x":0,"y":5,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":127,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":100,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":110,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Notary_PedigreeTab","b":{"w":128,"x":135,"y":5,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":127,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":20},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":100,"x":12,"y":0,"h":20},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":110,"y":0,"h":20},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]}]},"ID_UISkin_OpponentPanel":{"id":"OpponentPanel","b":{"w":305,"x":320,"y":0,"h":300},"c":[{"id":"LockOnOverlay","b":{"w":31,"x":278,"y":33,"h":31},"c":[],"assets":["0x4112D3EC"]},{"id":"VitalsParent","b":{"w":305,"x":0,"y":20,"h":300},"c":[{"id":"InanimateObject_SelectionField","b":{"w":228,"x":40,"y":1,"h":84},"c":[{"id":"InanimateObject_BigBattlesMedalImageField","b":{"w":32,"x":0,"y":40,"h":32},"c":[]},{"id":"InanimateObjectPanel_BG","b":{"w":215,"x":7,"y":26,"h":51},"c":[],"assets":["0x4100013F"]},{"id":"InanimateObjectForeground","b":{"w":231,"x":-2,"y":19,"h":66},"c":[],"assets":["0x41005FB7"]},{"id":"InanimateObjectName","b":{"w":205,"x":11,"y":29,"h":47},"c":[]}]},{"id":"OpponentDisplayParent","b":{"w":302,"x":0,"y":0,"h":300},"c":[{"id":"Opponent_SelectionField","b":{"w":304,"x":-8,"y":0,"h":120},"c":[{"id":"OpponentsVitals_BG","b":{"w":176,"x":42,"y":40,"h":32},"c":[],"assets":["0x4100013F"]},{"id":"OpponentVitalsField","b":{"w":168,"x":42,"y":34,"h":42},"c":[{"id":"OpponentHealthVitalField","b":{"w":164,"x":0,"y":0,"h":23},"c":[{"id":"OpponentHealthField","b":{"w":164,"x":0,"y":0,"h":23},"c":[{"id":"TemporaryOpponentHealthMeter","b":{"w":164,"x":0,"y":12,"h":9},"c":[{"id":"meter_fill","b":{"w":0,"x":164,"y":0,"h":9},"c":[{"id":"meter_fill_image","b":{"w":164,"x":-164,"y":0,"h":9},"c":[]}]}]},{"id":"CurrentOpponentHealthMeter","b":{"w":164,"x":0,"y":12,"h":9},"c":[{"id":"meter_fill","b":{"w":0,"x":164,"y":0,"h":9},"c":[{"id":"meter_fill_image","b":{"w":164,"x":-164,"y":0,"h":9},"c":[]}]}]}]},{"id":"CurrentOpponentHealthText","b":{"w":164,"x":4,"y":8,"h":16},"c":[]}]},{"id":"OpponentPowerField","b":{"w":164,"x":1,"y":19,"h":23},"c":[{"id":"TemporaryOpponentPowerMeter","b":{"w":164,"x":0,"y":4,"h":9},"c":[{"id":"meter_fill","b":{"w":0,"x":164,"y":0,"h":9},"c":[{"id":"meter_fill_image","b":{"w":164,"x":-164,"y":0,"h":9},"c":[]}]}]},{"id":"CurrentOpponentPowerMeter","b":{"w":164,"x":0,"y":4,"h":9},"c":[{"id":"meter_fill","b":{"w":0,"x":164,"y":0,"h":9},"c":[{"id":"meter_fill_image","b":{"w":164,"x":-164,"y":0,"h":9},"c":[]}]}]},{"id":"CurrentOpponentPowerText","b":{"w":164,"x":5,"y":0,"h":16},"c":[]}]},{"id":"RageMeter","b":{"w":164,"x":1,"y":19,"h":23},"c":[{"id":"CurrentRageMeter","b":{"w":164,"x":0,"y":4,"h":9},"c":[{"id":"meter_fill","b":{"w":0,"x":164,"y":0,"h":9},"c":[{"id":"meter_fill_image","b":{"w":164,"x":-164,"y":0,"h":9},"c":[]}]}]},{"id":"RageText","b":{"w":164,"x":5,"y":0,"h":16},"c":[]}]}]},{"id":"OpponentPanel_BG","b":{"w":277,"x":31,"y":1,"h":125},"c":[],"assets":["0x411E792F","0x4100801D","0x411AD54B","0x411AD54A","0x411C4118","0x411C4117","0x411DA1F8","0x411DA1FA","0x411EB74D","0x411EB750","0x4120BED8","0x4120BED7","0x41216723","0x41216725","0x41126692","0x4112671B","0x41126693","0x4112671C","0x41126694","0x4112671D","0x41126695","0x4112671E","0x41126696","0x4112671F","0x41134C59","0x41134C5A","0x4114AD50","0x4114AD51","0x4114B01C","0x4114B01D","0x4114B01F","0x4114B01E","0x41210170","0x41139E48","0x41139E49","0x4101DD4C","0x41210175","0x411ACAD0","0x4101DD4A","0x4100801F","0x41008020","0x4101DD4B","0x411D9DC2","0x411D9DC1","0x411ECAC6","0x411D2BC8","0x411D2BCC","0x411D2BC7","0x4101DD53","0x411ECC14","0x411BAEF3","0x411ACE0A","0x41210176","0x411DA8C3","0x411DB5BA","0x4100801E","0x4101DD52","0x411DB5B9","0x41214987","0x41214988","0x4121498D","0x411FD297","0x41215A59","0x411F527C","0x412179AE","0x41210EDC","0x4120DAA4","0x412164E6","0x411F1AB5","0x411F1AB4","0x411F1AAD","0x41202810","0x411F1C57","0x41134951","0x4100801C","0x411DB5BC"]},{"id":"OpponentClass","b":{"w":20,"x":211,"y":72,"h":20},"c":[]},{"id":"OpponentPortrait","b":{"w":64,"x":218,"y":21,"h":64},"c":[{"id":"Target_Image","b":{"w":64,"x":0,"y":0,"h":64},"c":[]}],"assets":["0x4100801B"]},{"id":"OpponentLevelHiddenSkull","b":{"w":65,"x":218,"y":79,"h":32},"c":[],"assets":["0x410FF888"]},{"id":"OpponentName","b":{"w":216,"x":2,"y":3,"h":36},"c":[]},{"id":"OpponentVitals_Animations","b":{"w":277,"x":28,"y":-1,"h":104},"c":[]},{"id":"OpponentPanel_COVER_LOWRES","b":{"w":64,"x":218,"y":22,"h":62},"c":[],"assets":["0x41008018","0x41008017"]},{"id":"OpponentLevel_BG","b":{"w":65,"x":217,"y":78,"h":32},"c":[],"assets":["0x41008019","0x41126466","0x410FF958","0x4100801A","0x411DB5BB"]},{"id":"OpponentLevel","b":{"w":32,"x":232,"y":84,"h":17},"c":[]},{"id":"OpponentPVP_RankDisplay","b":{"w":32,"x":274,"y":-3,"h":32},"c":[]}]},{"id":"OpponentOpenTapping","b":{"w":36,"x":12,"y":38,"h":36},"c":[{"id":"OpponentOpenTapping_TutorialHighlight","b":{"w":30,"x":2,"y":0,"h":34},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":34},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":24,"x":3,"y":31,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":27,"y":0,"h":34},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":24,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}],"assets":["0x4112CEA0","0x4112D283","0x4112D284"]},{"id":"OpponentEffectDisplay","b":{"w":170,"x":37,"y":74,"h":200},"c":[{"id":"PlayerEffectDisplayChildTemplate","b":{"w":169,"x":0,"y":0,"h":64},"c":[]}]},{"id":"OpponentDisplay_BigBattlesMedalImageField","b":{"w":32,"x":0,"y":40,"h":32},"c":[]}]}]},{"id":"HiddenDragBox_DragBox","b":{"w":305,"x":0,"y":20,"h":280},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":303,"x":1,"y":1,"h":278},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":260},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":269,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":285,"x":9,"y":269,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":294,"y":269,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":294,"y":9,"h":260},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":294,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":285,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":280},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":303,"x":1,"y":279,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":304,"y":0,"h":280},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":303,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":305,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":25,"y":0,"h":20},"c":[]}]},"ID_UISkin_PagedTextItem_Window":{"id":"PagedTextItem_Window","b":{"w":512,"x":33,"y":28,"h":384},"c":[{"id":"PagedTextItem_BackdropImage","b":{"w":512,"x":0,"y":0,"h":384},"c":[]},{"id":"PagedTextItem_LeftPage","b":{"w":216,"x":27,"y":44,"h":308},"c":[]},{"id":"PagedTextItem_RightPage","b":{"w":216,"x":270,"y":44,"h":308},"c":[]},{"id":"PagedTextItem_JumpToStart","b":{"w":64,"x":25,"y":359,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":28,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":25,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":43,"y":0,"h":20},"c":[]},{"id":"JumpToStartButtonText","b":{"w":64,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"PagedTextItem_PageBack","b":{"w":64,"x":96,"y":359,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":28,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":25,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":43,"y":0,"h":20},"c":[]},{"id":"PageBackButtonText","b":{"w":64,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"PagedTextItem_PageForward","b":{"w":64,"x":352,"y":359,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":28,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":25,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":43,"y":0,"h":20},"c":[]},{"id":"PageForwardButtonText","b":{"w":64,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"PagedTextItem_JumpToEnd","b":{"w":64,"x":423,"y":359,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":28,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":25,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":43,"y":0,"h":20},"c":[]},{"id":"JumpToEndButtonText","b":{"w":64,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"PagedTextItem_CloseButton","b":{"w":16,"x":476,"y":8,"h":16},"c":[]},{"id":"PagedTextItem_MoveBar","b":{"w":512,"x":8,"y":0,"h":384},"c":[]},{"id":"PagedTextItem_Icon","b":{"w":48,"x":24,"y":567,"h":48},"c":[]},{"id":"PagedTextItem_TitleLabel","b":{"w":220,"x":266,"y":28,"h":16},"c":[]},{"id":"PagedTextItem_AuthorLabel","b":{"w":220,"x":26,"y":28,"h":16},"c":[]}]},"ID_UISkin_PaperItemPanel":{"id":"PaperItemPanel_Window_V2","b":{"w":449,"x":171,"y":113,"h":496},"c":[{"id":"PaperItemPanel_BaseBox_BG","b":{"w":443,"x":3,"y":15,"h":455},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":371,"x":36,"y":419,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":407,"y":419,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":407,"y":36,"h":383},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":371,"x":36,"y":36,"h":383},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":407,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":371,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":383},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":419,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"PaperItemPanel_MithrilUpsellButton","b":{"w":209,"x":196,"y":415,"h":37},"c":[{"id":"Button_General_Use_New_Left","b":{"w":20,"x":0,"y":0,"h":37},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":168,"x":20,"y":0,"h":37},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":20,"x":188,"y":0,"h":37},"c":[]},{"id":"Button_General_Use_BuyNow_Highlight_l","b":{"w":35,"x":3,"y":3,"h":30},"c":[],"assets":["0x41134857","0x41134873"]},{"id":"Button_General_Use_BuyNow_Coin","b":{"w":20,"x":183,"y":8,"h":20},"c":[],"assets":["0x4113478C","0x4113485B"]},{"id":"Button_General_Use_BuyNow_Highlight","b":{"w":35,"x":171,"y":3,"h":30},"c":[],"assets":["0x4113478D","0x41134857"]}]},{"id":"PaperItemPanel_TitleBar","b":{"w":250,"x":96,"y":-9,"h":43},"c":[{"id":"PaperItemPanel_WindowLabel","b":{"w":182,"x":34,"y":13,"h":23},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"PaperItemPanel_MTXFlyout","b":{"w":230,"x":185,"y":330,"h":125},"c":[{"id":"PaperItemPanel_UpsellClose","b":{"w":209,"x":10,"y":88,"h":29},"c":[{"id":"PaperItemPanel_CurrencyUpsell_Label","b":{"w":146,"x":32,"y":5,"h":19},"c":[]},{"id":"PaperItemPanel_CurrencyUpsell_DOWN","b":{"w":28,"x":179,"y":2,"h":26},"c":[]},{"id":"UpsellMenu_Button_Template_BG","b":{"w":210,"x":2,"y":0,"h":52},"c":[],"assets":["0x4111F84E","0x4111F84C","0x4111F84D"]},{"id":"UpsellMenu_Button_Template_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[],"assets":["0x411121A1"]}]},{"id":"PaperItemPanel_MTXFlyout_Close","b":{"w":16,"x":207,"y":7,"h":16},"c":[]},{"id":"MoneyOverflow_BuyNowButton","b":{"w":206,"x":12,"y":57,"h":28},"c":[{"id":"MoneyOverflow_BuyNowLabel","b":{"w":164,"x":22,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":194,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":158,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":53},"c":[],"assets":["0x41135843"]},{"id":"PremiumWallet_BuyNowButton","b":{"w":206,"x":12,"y":26,"h":28},"c":[{"id":"PremiumWallet_BuyNowLabel","b":{"w":164,"x":22,"y":0,"h":28},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":89,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":158,"x":36,"y":89,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":194,"y":89,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":194,"y":36,"h":53},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":158,"x":36,"y":36,"h":53},"c":[],"assets":["0x4100013B"]}]},{"id":"PaperItemPanel_HidePerksButtonField","b":{"w":109,"x":46,"y":419,"h":32},"c":[{"id":"Destiny_OpenPerksPanel","b":{"w":109,"x":0,"y":0,"h":32},"c":[{"id":"Destiny_Perks_Label","b":{"w":47,"x":40,"y":5,"h":20},"c":[]}]}]},{"id":"PaperItemPanel_CloseButton","b":{"w":16,"x":422,"y":21,"h":16},"c":[]},{"id":"PaperItemPanel_TopMenu","b":{"w":455,"x":-2,"y":61,"h":101},"c":[{"id":"PaperItemPanel_TopMenu_BG","b":{"w":454,"x":0,"y":0,"h":100},"c":[{"id":"PaperItemPanel_TopMenu_ListItem_BG","b":{"w":416,"x":23,"y":35,"h":45},"c":[],"assets":["0x411107A4"]},{"id":"Box_Wallet_TopMenu_Background_Top","b":{"w":445,"x":6,"y":2,"h":31},"c":[],"assets":["0x411107A2"]},{"id":"Box_Wallet_TopMenu_Background_Middle","b":{"w":441,"x":7,"y":30,"h":56},"c":[],"assets":["0x411107A1"]},{"id":"Box_Wallet_TopMenu_Background_Bottom","b":{"w":427,"x":16,"y":86,"h":3},"c":[],"assets":["0x411107A0"]}]}]},{"id":"PaperItemPanel_MoveBar","b":{"w":393,"x":28,"y":4,"h":23},"c":[]},{"id":"ResizeBarBottom","b":{"w":450,"x":0,"y":460,"h":12},"c":[{"id":"ResizeBarBottomGraphic","b":{"w":100,"x":175,"y":2,"h":10},"c":[],"assets":["0x4111038A"]}]},{"id":"PaperItemPanel_Barter_Player","b":{"w":400,"x":25,"y":31,"h":375},"c":[{"id":"PaperItemPanel_Page","b":{"w":390,"x":4,"y":59,"h":307},"c":[{"id":"PaperItemListBox","b":{"w":387,"x":2,"y":3,"h":305},"c":[{"id":"PaperItem_TreeIcon","b":{"w":16,"x":0,"y":0,"h":16},"c":[]},{"id":"PaperItem_EntryTemplate","b":{"w":459,"x":8,"y":108,"h":18},"c":[{"id":"PaperItemEntry_Icon","b":{"w":16,"x":346,"y":1,"h":16},"c":[]},{"id":"PaperItemEntry_Name","b":{"w":312,"x":23,"y":2,"h":16},"c":[]},{"id":"PaperItemEntry_Total","b":{"w":103,"x":242,"y":2,"h":16},"c":[]}]},{"id":"PaperItemPanel_MoneyEntry","b":{"w":457,"x":8,"y":18,"h":18},"c":[{"id":"MoneyDisplay","b":{"w":159,"x":207,"y":0,"h":22},"c":[{"id":"MoneyDisplay_WalletCoinTemplate","b":{"w":53,"x":106,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":-1,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"MoneyDisplay_Label","b":{"w":218,"x":23,"y":0,"h":20},"c":[]}]},{"id":"PaperItem_TreeCategory","b":{"w":267,"x":16,"y":0,"h":18},"c":[]}]},{"id":"PaperItemListBox_Scrollbar","b":{"w":10,"x":378,"y":4,"h":301},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":291,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":291,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":280},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":281},"c":[]}]}]},{"id":"PaperItemPanel_Barter_bg","b":{"w":397,"x":0,"y":0,"h":375},"c":[{"id":"Box_Wallet_Barter_Background_Top","b":{"w":436,"x":-19,"y":0,"h":61},"c":[],"assets":["0x4111079F"]},{"id":"Box_Wallet_Barter_Background_Middle","b":{"w":397,"x":0,"y":58,"h":310},"c":[],"assets":["0x4111079E"]},{"id":"Box_Wallet_Barter_Background_Bottom","b":{"w":397,"x":-1,"y":365,"h":6},"c":[],"assets":["0x4111079D"]}]},{"id":"PaperItemPanel_Expand_Button","b":{"w":16,"x":16,"y":33,"h":16},"c":[]},{"id":"PaperItemPanel_Collapse_Button","b":{"w":16,"x":32,"y":33,"h":16},"c":[]},{"id":"PaperItemPanel_SearchText","b":{"w":52,"x":99,"y":31,"h":20},"c":[]},{"id":"PaperItemPanel_SearchEntry","b":{"w":145,"x":150,"y":31,"h":22},"c":[]},{"id":"PaperItemPanel_SearchEntry_BG","b":{"w":142,"x":149,"y":31,"h":20},"c":[{"id":"Box_01_Background","b":{"w":140,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":140,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":122,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":131,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":131,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":122,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":140,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":141,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":140,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"PaperItemPanel_background","b":{"w":437,"x":3,"y":15,"h":467},"c":[{"id":"PaperItemPanel_Rt_bottom_corner","b":{"w":36,"x":407,"y":419,"h":36},"c":[{"id":"PaperItemPanel_Lt_bottom_corner","b":{"w":33,"x":-7,"y":355,"h":40},"c":[],"assets":["0x4110CD51"]}],"assets":["0x4110CD50"]},{"id":"PaperItemPanel_Lt_top_corner","b":{"w":34,"x":0,"y":0,"h":32},"c":[],"assets":["0x4110CD52"]},{"id":"PaperItemPanel_Lt_bottom_corner","b":{"w":35,"x":0,"y":419,"h":35},"c":[],"assets":["0x4110CD51"]},{"id":"Box_Wallet_Background_Top","b":{"w":437,"x":6,"y":4,"h":114},"c":[],"assets":["0x41110699"]},{"id":"Box_Wallet_Background_Middle","b":{"w":437,"x":6,"y":118,"h":201},"c":[],"assets":["0x41110698"]},{"id":"Box_Wallet_Background_Bottom","b":{"w":437,"x":6,"y":108,"h":342},"c":[],"assets":["0x41110697"]},{"id":"PaperItemPanel_Rt_top_corner","b":{"w":38,"x":406,"y":0,"h":35},"c":[],"assets":["0x4110CD53"]}]},{"id":"PaperItemPanel_CurrencyUpsell","b":{"w":209,"x":195,"y":419,"h":29},"c":[{"id":"PaperItemPanel_CurrencyUpsell_Label","b":{"w":146,"x":32,"y":5,"h":19},"c":[]},{"id":"PaperItemPanel_CurrencyUpsell_UP","b":{"w":28,"x":179,"y":2,"h":26},"c":[]},{"id":"UpsellMenu_Button_Template_BG","b":{"w":210,"x":2,"y":0,"h":52},"c":[],"assets":["0x4111F84E","0x4111F84C","0x4111F84D"]},{"id":"UpsellMenu_Button_Template_Coin","b":{"w":20,"x":7,"y":3,"h":22},"c":[],"assets":["0x411121A1"]}]}]},"ID_UISkin_PerkVendor_Window":{"id":"PerkVendor_Window","b":{"w":414,"x":695,"y":117,"h":476},"c":[{"id":"PerkVendor_BaseBox_BG","b":{"w":407,"x":1,"y":16,"h":462},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":335,"x":36,"y":426,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":371,"y":426,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":371,"y":36,"h":390},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":335,"x":36,"y":36,"h":390},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":371,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":335,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":390},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":426,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"PerkVendor_TitleBar","b":{"w":250,"x":80,"y":-10,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"PerkVendor_WindowLabel","b":{"w":204,"x":23,"y":15,"h":20},"c":[]}]},{"id":"PerkVendor_MoveBar","b":{"w":328,"x":35,"y":7,"h":16},"c":[]},{"id":"PerkVendor_CloseButton","b":{"w":16,"x":387,"y":22,"h":16},"c":[]},{"id":"PerkVendor_ListField","b":{"w":393,"x":8,"y":74,"h":364},"c":[{"id":"PerkVendor_SB","b":{"w":10,"x":382,"y":23,"h":340},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":330,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":330,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":320},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":300},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":310,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":320},"c":[]}]},{"id":"PerkVendor_Tree","b":{"w":381,"x":5,"y":22,"h":341},"c":[]},{"id":"Box_01_Empty_InnerShadow","b":{"w":391,"x":1,"y":1,"h":362},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":344},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":353,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":373,"x":9,"y":353,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":382,"y":353,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":382,"y":9,"h":344},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":382,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":373,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"PerkVendor_Expand_All_Button","b":{"w":16,"x":343,"y":5,"h":16},"c":[],"assets":["0x4100027B","0x4100027A","0x4100027C"]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":364},"c":[],"assets":["0x41000141"]},{"id":"PerkVendor_Collapse_All_Button","b":{"w":16,"x":361,"y":5,"h":16},"c":[],"assets":["0x4100027E","0x4100027D","0x4100027F"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":391,"x":1,"y":363,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":392,"y":0,"h":364},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":391,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"PerkVendor_BuyButton","b":{"w":105,"x":34,"y":445,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":69,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":66,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":84,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"PerkVendor_DestinyPoints","b":{"w":264,"x":74,"y":38,"h":28},"c":[{"id":"PlayerDestinyDisplay_Label","b":{"w":170,"x":9,"y":5,"h":20},"c":[]},{"id":"PlayerDestinyDisplay_BG_Field","b":{"w":163,"x":98,"y":3,"h":22},"c":[{"id":"DestinyPoints_PlayerIcon","b":{"w":21,"x":140,"y":1,"h":20},"c":[],"assets":["0x4100A682"]},{"id":"DestinyDisplay_Text","b":{"w":138,"x":2,"y":0,"h":22},"c":[]}]}]},{"id":"PerkVendor_BuyNowButton","b":{"w":151,"x":229,"y":433,"h":43},"c":[{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":22,"x":38,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":60,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"Button_buyCharSlots_midRight","b":{"w":20,"x":88,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":108,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]},{"id":"PerkVendo_BuyNowButton_Label","b":{"w":142,"x":4,"y":16,"h":16},"c":[]}]}]},"ID_UISkin_QuestHistory":{"id":"QuestHistory","b":{"w":455,"x":155,"y":80,"h":475},"c":[{"id":"QuestHistory_Background","b":{"w":446,"x":5,"y":15,"h":460},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":374,"x":36,"y":424,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":410,"y":424,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":410,"y":36,"h":388},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":374,"x":36,"y":36,"h":388},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":410,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":374,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":388},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":424,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"QuestHistory_TitleBar","b":{"w":250,"x":102,"y":-12,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"QuestHistory_TitleBar_Label","b":{"w":221,"x":15,"y":15,"h":20},"c":[]}]},{"id":"QuestHistory_CloseButton","b":{"w":16,"x":427,"y":21,"h":16},"c":[]},{"id":"QuestHistory_DragBar","b":{"w":252,"x":101,"y":0,"h":23},"c":[]},{"id":"QuestHistory_ListBox","b":{"w":411,"x":19,"y":49,"h":387},"c":[]},{"id":"QuestHistory_CloseButton_Big","b":{"w":120,"x":167,"y":445,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":84,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":81,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":99,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"QuestHistory_ListBox_Background","b":{"w":427,"x":15,"y":45,"h":395},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":425,"x":1,"y":1,"h":393},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":375},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":384,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":407,"x":9,"y":384,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":416,"y":384,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":416,"y":9,"h":375},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":416,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":407,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":395},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":425,"x":1,"y":394,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":426,"y":0,"h":395},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":425,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"QuestHistory_Scrollbar","b":{"w":10,"x":429,"y":45,"h":395},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":385,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":385,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":375},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":355},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":365,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":375},"c":[]}]}]},"ID_UISkin_QuestPanel":{"id":"QuestPanel","b":{"w":770,"x":6,"y":113,"h":681},"c":[{"id":"BaseBox_BG","b":{"w":770,"x":0,"y":15,"h":664},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":698,"x":36,"y":628,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":734,"y":628,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":734,"y":36,"h":592},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":698,"x":36,"y":36,"h":592},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":734,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":698,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":592},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":628,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"BaseBox_TitleBar","b":{"w":250,"x":252,"y":-11,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"QuestPanelLabel","b":{"w":221,"x":15,"y":15,"h":20},"c":[]}]},{"id":"QuestPanel_Top_Header","b":{"w":761,"x":5,"y":19,"h":88},"c":[],"assets":["0x41102349"]},{"id":"Quest_Panel_Resize_Bar","b":{"w":730,"x":20,"y":670,"h":12},"c":[{"id":"Quest_Panel_Resize_Bar_Graphic","b":{"w":100,"x":315,"y":2,"h":10},"c":[],"assets":["0x4111038A"]}]},{"id":"Quest_Header_Divider_1","b":{"w":2,"x":315,"y":42,"h":40},"c":[],"assets":["0x4110CF04"]},{"id":"Quest_Header_Divider_2","b":{"w":2,"x":542,"y":40,"h":40},"c":[],"assets":["0x4110CF04"]},{"id":"QuestTree_ExpandAll_Button","b":{"w":16,"x":12,"y":79,"h":16},"c":[],"assets":["0x4100027B","0x411C996C","0x4100027A","0x4100027C"]},{"id":"QuestTree_CollapseAll_Button","b":{"w":16,"x":32,"y":79,"h":16},"c":[],"assets":["0x4100027E","0x4100027D","0x4100027F"]},{"id":"QuestPanelMoveBar","b":{"w":742,"x":4,"y":6,"h":20},"c":[]},{"id":"QuestPanelCloseButton","b":{"w":16,"x":746,"y":21,"h":16},"c":[]},{"id":"Quest_Journal_Page","b":{"w":768,"x":-1,"y":26,"h":650},"c":[{"id":"QuestTreeBox_01","b":{"w":333,"x":9,"y":79,"h":536},"c":[{"id":"Quest_DataLoading","b":{"w":160,"x":86,"y":218,"h":100},"c":[{"id":"Chargen_Silver_Border_TopRight","b":{"w":36,"x":124,"y":0,"h":36},"c":[],"assets":["0x41108A89"]},{"id":"Quest_DataLoading_Label","b":{"w":150,"x":5,"y":5,"h":90},"c":[]},{"id":"Chargen_Silver_Border_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41108A8A"]},{"id":"Chargen_Silver_Border_TopMid","b":{"w":88,"x":36,"y":0,"h":36},"c":[],"assets":["0x41108A8B"]},{"id":"Chargen_Silver_Border_Midleft","b":{"w":36,"x":0,"y":36,"h":28},"c":[],"assets":["0x41108A8C"]},{"id":"Chargen_Silver_Border_BottomLeft","b":{"w":36,"x":0,"y":64,"h":36},"c":[],"assets":["0x41108A8D"]},{"id":"Chargen_Silver_Border_BottomRight","b":{"w":36,"x":124,"y":64,"h":36},"c":[],"assets":["0x41108A8F"]},{"id":"Chargen_Silver_Border_MidRight","b":{"w":36,"x":124,"y":36,"h":28},"c":[],"assets":["0x41108A90"]},{"id":"Chargen_Silver_Border_Background","b":{"w":88,"x":0,"y":0,"h":-212},"c":[]},{"id":"Chargen_Silver_Border_BottomMid","b":{"w":88,"x":36,"y":64,"h":36},"c":[],"assets":["0x41108A8E"]}]},{"id":"Box_01_Background","b":{"w":331,"x":1,"y":1,"h":534},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":331,"x":1,"y":1,"h":534},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":516},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":525,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":313,"x":9,"y":525,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":322,"y":525,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":322,"y":9,"h":516},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":322,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":313,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":536},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":331,"x":1,"y":535,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":332,"y":0,"h":536},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":331,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"QuestTree","b":{"w":321,"x":11,"y":99,"h":515},"c":[]},{"id":"QuestTree_SB","b":{"w":10,"x":331,"y":99,"h":515},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":505,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":505,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":495},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":475},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":485,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":495},"c":[]}]},{"id":"Quest_Filters","b":{"w":356,"x":10,"y":-5,"h":78},"c":[{"id":"Quest_Filter_SmallFellowship_MP","b":{"w":36,"x":33,"y":22,"h":33},"c":[{"id":"Quest_Filter_SmallFellowship_MP_Icon","b":{"w":29,"x":4,"y":5,"h":24},"c":[],"assets":["0x410E6AB2","0x410E6405"]}]},{"id":"Quest_Filter_Solo","b":{"w":36,"x":0,"y":22,"h":33},"c":[{"id":"Quest_Filter_Solo_Icon","b":{"w":29,"x":4,"y":5,"h":24},"c":[],"assets":["0x410E41F8","0x410E6AB0"]}]},{"id":"Quest_Filter_Text_Field","b":{"w":130,"x":43,"y":56,"h":20},"c":[{"id":"Quest_Filter_Text","b":{"w":110,"x":20,"y":0,"h":20},"c":[]},{"id":"Quest_Filter_BG","b":{"w":110,"x":20,"y":0,"h":20},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":108,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":90,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":99,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":99,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":90,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":108,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":109,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":108,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Quest_Filter_FindIcon","b":{"w":16,"x":0,"y":2,"h":16},"c":[],"assets":["0x41135198"]}]},{"id":"Quest_Filter_Shared_MP","b":{"w":36,"x":231,"y":22,"h":33},"c":[{"id":"Quest_Filter_Shared_MP_Icon","b":{"w":29,"x":4,"y":5,"h":24},"c":[],"assets":["0x410E4D13","0x410E6AB9"]}]},{"id":"Quest_Filter_Repeatable","b":{"w":36,"x":198,"y":22,"h":33},"c":[{"id":"Quest_Filter_Repeatable_Icon","b":{"w":29,"x":4,"y":5,"h":24},"c":[],"assets":["0x410E695D","0x410E6AB8"]}]},{"id":"Quest_Filter_SmallFellowship","b":{"w":36,"x":33,"y":22,"h":33},"c":[{"id":"Quest_Filter_SmallFellowship_Icon","b":{"w":29,"x":4,"y":5,"h":24},"c":[],"assets":["0x410E41F9","0x410E6AB1"]}]},{"id":"Quest_Filter_Fellowship_MP","b":{"w":36,"x":66,"y":22,"h":33},"c":[{"id":"Quest_Filter_Fellowship_MP_Icon","b":{"w":31,"x":1,"y":5,"h":24},"c":[],"assets":["0x410E6AB4","0x410E6406"]}]},{"id":"Quest_Filter_Fellowship","b":{"w":36,"x":66,"y":22,"h":33},"c":[{"id":"Quest_Filter_Fellowship_icon","b":{"w":29,"x":4,"y":5,"h":24},"c":[],"assets":["0x410E41FA","0x410E6AB3"]}]},{"id":"Quest_Filter_Instance","b":{"w":36,"x":99,"y":22,"h":33},"c":[{"id":"Quest_Filter_Instance_Icon","b":{"w":29,"x":4,"y":5,"h":24},"c":[],"assets":["0x410E41FB","0x410E6AB5"]}]},{"id":"Quest_Filter_Epic","b":{"w":36,"x":132,"y":22,"h":33},"c":[{"id":"Quest_Filter_Epic_Icon","b":{"w":29,"x":4,"y":5,"h":24},"c":[],"assets":["0x410E4D11","0x410E6AB6"]}]},{"id":"Quest_Filter_Raid","b":{"w":36,"x":165,"y":22,"h":33},"c":[{"id":"Quest_Filter_Raid_Icon","b":{"w":29,"x":4,"y":5,"h":24},"c":[],"assets":["0x410E4D12","0x410E6AB7"]}]},{"id":"QuestFilterLabel","b":{"w":279,"x":12,"y":2,"h":20},"c":[]},{"id":"Quest_Filter_Shared","b":{"w":36,"x":231,"y":22,"h":33},"c":[{"id":"Quest_Filter_Shared_Icon","b":{"w":29,"x":4,"y":5,"h":24},"c":[],"assets":["0x410E4D13","0x410E6AB9"]}]},{"id":"Quest_ShowCompletedText","b":{"w":117,"x":187,"y":57,"h":20},"c":[]},{"id":"Quest_ShowCompleted","b":{"w":10,"x":178,"y":62,"h":10},"c":[]},{"id":"Quest_Filter_Tasks","b":{"w":36,"x":264,"y":22,"h":33},"c":[{"id":"Quest_Filter_Tasks_Icon","b":{"w":29,"x":3,"y":4,"h":24},"c":[],"assets":["0x4110C754","0x4110C755"]}]}]},{"id":"QuestAbandonButton","b":{"w":75,"x":358,"y":622,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":39,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":36,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":54,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"QuestTrackerButton","b":{"w":178,"x":103,"y":622,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":142,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":139,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":157,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"QuestHistoryButton","b":{"w":128,"x":434,"y":622,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Quest_IncreaseFontSize","b":{"w":19,"x":35,"y":617,"h":15},"c":[]},{"id":"QuestShareButton","b":{"w":75,"x":282,"y":622,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":39,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":36,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":54,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"SelectedQuestDisplay","b":{"w":410,"x":344,"y":80,"h":532},"c":[]},{"id":"Quest_DecreaseFontSize","b":{"w":19,"x":35,"y":631,"h":15},"c":[]},{"id":"SelectedQuestDisplay_SB","b":{"w":10,"x":753,"y":81,"h":531},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":521,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":521,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":511},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":491},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":501,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":511},"c":[]}]},{"id":"Quest_Shown_Label","b":{"w":312,"x":20,"y":79,"h":20},"c":[]},{"id":"Quest_Task_Filter","b":{"w":217,"x":322,"y":24,"h":50},"c":[{"id":"Tasks_Reset_BuyNowButton_Wrapper","b":{"w":196,"x":123,"y":0,"h":20},"c":[{"id":"Button_Coin_2","b":{"w":20,"x":0,"y":0,"h":20},"c":[],"assets":["0x41135D36"]},{"id":"Tasks_Reset_BuyNowButton","b":{"w":73,"x":22,"y":0,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":37,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":34,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":52,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"Tasks_Increase_Daily_Limit_BuyNowButton_Wrapper","b":{"w":218,"x":0,"y":25,"h":20},"c":[{"id":"Tasks_Increase_Daily_Limit_BuyNowButton","b":{"w":196,"x":22,"y":0,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":160,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":157,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":175,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Button_Coin","b":{"w":20,"x":0,"y":0,"h":20},"c":[],"assets":["0x41135D36"]}]},{"id":"Quest_Task_Count_Label","b":{"w":88,"x":-7,"y":0,"h":20},"c":[]},{"id":"Quest_Task_Count_Text","b":{"w":51,"x":75,"y":3,"h":15},"c":[]}]},{"id":"QuestSlot_MithrilButton","b":{"w":73,"x":467,"y":7,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":37,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":34,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":52,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"QuestCount_Label","b":{"w":108,"x":315,"y":7,"h":20},"c":[]},{"id":"Quest_FontExample","b":{"w":40,"x":55,"y":611,"h":41},"c":[]},{"id":"Quest_ShowTrackerField","b":{"w":217,"x":548,"y":-6,"h":78},"c":[{"id":"Quest_Tracker_QuestObjectiveMode","b":{"w":10,"x":82,"y":63,"h":10},"c":[]},{"id":"Quest_Tracker_FellowshipStatusMode_Text","b":{"w":128,"x":96,"y":41,"h":20},"c":[]},{"id":"Quest Tracker Options","b":{"w":201,"x":1,"y":6,"h":20},"c":[]},{"id":"Quest_tracker_QuestObjectiveMode_Text","b":{"w":106,"x":96,"y":58,"h":20},"c":[]},{"id":"Quest_ShowTrackerText","b":{"w":102,"x":72,"y":25,"h":20},"c":[]},{"id":"Quest_Tracker_ViewInfoBy_Text","b":{"w":79,"x":4,"y":47,"h":20},"c":[]},{"id":"Quest_ShowTrackerCheckBox","b":{"w":10,"x":58,"y":30,"h":10},"c":[]},{"id":"Quest_Tracker_FellowshipStatusMode","b":{"w":10,"x":81,"y":46,"h":10},"c":[]}]},{"id":"Quest_CountText","b":{"w":51,"x":416,"y":11,"h":15},"c":[]},{"id":"QuestFindAFellowshipButton","b":{"w":139,"x":563,"y":622,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":103,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":100,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":118,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"QuestDisplay_BG","b":{"w":423,"x":341,"y":79,"h":536},"c":[{"id":"Box_01_Background","b":{"w":421,"x":1,"y":1,"h":534},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":421,"x":1,"y":1,"h":534},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":516},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":525,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":403,"x":9,"y":525,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":412,"y":525,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":412,"y":9,"h":516},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":412,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":403,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":536},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":421,"x":1,"y":535,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":422,"y":0,"h":536},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":421,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]}]},"ID_UISkin_RandomItemReward_MainField":{"id":"RandomItemReward_MainField","b":{"w":600,"x":418,"y":220,"h":512},"c":[{"id":"BaseBox_TitleBar","b":{"w":392,"x":104,"y":-6,"h":40},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":357,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":322,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"RandomRewardPanelLabel","b":{"w":362,"x":15,"y":15,"h":20},"c":[]}]},{"id":"RandomItemReward_Dragbar","b":{"w":393,"x":104,"y":4,"h":24},"c":[]},{"id":"RandomItemReward_Panel","b":{"w":600,"x":0,"y":20,"h":492},"c":[{"id":"RandomItemReward_GoldRollButton","b":{"w":230,"x":335,"y":65,"h":36},"c":[{"id":"Button_General_Use_New_Left","b":{"w":20,"x":0,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":189,"x":20,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":20,"x":209,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_Highlight_l","b":{"w":35,"x":3,"y":3,"h":30},"c":[],"assets":["0x41134857","0x41135B95"]},{"id":"Button_General_Use_Highlight","b":{"w":35,"x":192,"y":3,"h":30},"c":[],"assets":["0x41134857","0x41135B9A"]}]},{"id":"RandomItemReward_GoldUpsellButton","b":{"w":230,"x":335,"y":65,"h":36},"c":[{"id":"Button_General_Use_New_Left","b":{"w":20,"x":0,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":189,"x":20,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":20,"x":209,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_BuyNow_Highlight_l","b":{"w":35,"x":3,"y":3,"h":30},"c":[],"assets":["0x41134857","0x41134873"]},{"id":"Button_General_Use_BuyNow_Coin","b":{"w":20,"x":204,"y":8,"h":20},"c":[],"assets":["0x4113478C","0x4113485B"]},{"id":"Button_General_Use_BuyNow_Highlight","b":{"w":35,"x":192,"y":3,"h":30},"c":[],"assets":["0x4113478D","0x41134857"]}]},{"id":"RandomItemReward_Landing_SilverBox","b":{"w":48,"x":42,"y":60,"h":48},"c":[],"assets":["0x41136EF7"]},{"id":"RandomItemReward_Landing_GoldBox","b":{"w":48,"x":342,"y":60,"h":48},"c":[],"assets":["0x41137622"]},{"id":"RandomItemReward_SilverRewards_Display","b":{"w":274,"x":13,"y":102,"h":362},"c":[{"id":"RandomItemReward_TierDisplay","b":{"w":274,"x":0,"y":0,"h":362},"c":[{"id":"RandomItemReward_TierDisplay_Silver_VertSB","b":{"w":10,"x":262,"y":32,"h":330},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":320,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":320,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":310},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":290},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":300,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":310},"c":[]}]},{"id":"RandomItemReward_TierDisplay_Field","b":{"w":260,"x":0,"y":32,"h":330},"c":[{"id":"RandomItemReward_TierDisplay_Listbox","b":{"w":260,"x":0,"y":0,"h":330},"c":[{"id":"RandomItemReward_TierDisplay_Entry_Title","b":{"w":260,"x":0,"y":6,"h":19},"c":[]},{"id":"RandomItemReward_TierDisplay_Entry_Body","b":{"w":260,"x":0,"y":25,"h":28},"c":[]},{"id":"RandomItemReward_TierDisplay_Entry_Separator_Field","b":{"w":260,"x":0,"y":0,"h":6},"c":[{"id":"RandomItemReward_TierDisplay_Entry_Separator","b":{"w":252,"x":4,"y":2,"h":2},"c":[]}]}]}]}]},{"id":"RandomItemReward_RewardDisplay","b":{"w":272,"x":0,"y":0,"h":362},"c":[{"id":"RandomItemReward_RewardDisplay_NPC_FX","b":{"w":128,"x":72,"y":0,"h":128},"c":[]},{"id":"RandomItemReward_RewardDisplay_NPC","b":{"w":64,"x":104,"y":32,"h":64},"c":[],"assets":["0x411E6C74"]},{"id":"RandomItemReward_RewardDisplay_Border","b":{"w":272,"x":0,"y":50,"h":312},"c":[{"id":"RandomItemReward_RewardDisplay_Listbox","b":{"w":250,"x":11,"y":45,"h":265},"c":[]},{"id":"quest_dialog_blue_bg_top_left","b":{"w":9,"x":0,"y":0,"h":8},"c":[],"assets":["0x4110CD48"]},{"id":"quest_dialog_blue_bg_top_mid","b":{"w":253,"x":9,"y":0,"h":8},"c":[],"assets":["0x4110CD4A"]},{"id":"quest_dialog_blue_bg_top_right","b":{"w":8,"x":262,"y":0,"h":8},"c":[],"assets":["0x4110CD49"]},{"id":"quest_dialog_blue_bg_left_mid","b":{"w":10,"x":0,"y":8,"h":294},"c":[],"assets":["0x4110CD4B"]},{"id":"quest_dialog_blue_bg_bottom_left","b":{"w":8,"x":0,"y":302,"h":9},"c":[],"assets":["0x4110CD46"]},{"id":"quest_dialog_blue_bg_bottom_mid","b":{"w":253,"x":8,"y":302,"h":11},"c":[],"assets":["0x4110CD4D"]},{"id":"quest_dialog_blue_bg_bottom_right","b":{"w":9,"x":261,"y":302,"h":9},"c":[],"assets":["0x4110CD47"]},{"id":"quest_dialog_blue_bg_right_mid","b":{"w":9,"x":261,"y":8,"h":294},"c":[],"assets":["0x4110CD4C"]},{"id":"RandomItemReward_RewardDisplay_CloseButton","b":{"w":16,"x":249,"y":5,"h":16},"c":[]}]},{"id":"RandomItemReward_RewardDisplay_Silver_VertSB","b":{"w":10,"x":256,"y":95,"h":265},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":255,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":255,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":245},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":225},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":235,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":245},"c":[]}]}]}]},{"id":"RandomItemReward_SilverRerollButton","b":{"w":230,"x":35,"y":65,"h":36},"c":[{"id":"RandomItemReward_SilverRerollButton_Coin","b":{"w":20,"x":205,"y":8,"h":20},"c":[],"assets":["0x41135D36"]},{"id":"Button_General_Use_New_Left","b":{"w":20,"x":0,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":189,"x":20,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":20,"x":209,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_Highlight_l","b":{"w":35,"x":3,"y":3,"h":30},"c":[],"assets":["0x41134857","0x41135B95"]},{"id":"Button_General_Use_Highlight","b":{"w":35,"x":192,"y":3,"h":30},"c":[],"assets":["0x41134857","0x41135B9A"]}]},{"id":"RandomItemReward_PaperItemBalance","b":{"w":87,"x":15,"y":12,"h":33},"c":[{"id":"PaperItemDisplay_Text","b":{"w":48,"x":8,"y":6,"h":20},"c":[]},{"id":"PaperItemServiceBalance_Container","b":{"w":87,"x":0,"y":0,"h":32},"c":[{"id":"balance_box_left","b":{"w":16,"x":0,"y":0,"h":32},"c":[],"assets":["0x41135D34"]},{"id":"balance_box_center","b":{"w":53,"x":16,"y":0,"h":32},"c":[],"assets":["0x41135D32"]},{"id":"balance_box_right","b":{"w":16,"x":69,"y":0,"h":32},"c":[],"assets":["0x41135D33"]}]},{"id":"PaperItemDisplay_Icon","b":{"w":20,"x":59,"y":6,"h":20},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":564,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"RandomItemReward_GoldRerollButton","b":{"w":230,"x":335,"y":65,"h":36},"c":[{"id":"RandomItemReward_GoldRerollButton_Coin","b":{"w":20,"x":205,"y":8,"h":20},"c":[],"assets":["0x41135D36"]},{"id":"Button_General_Use_New_Left","b":{"w":20,"x":0,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":189,"x":20,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":20,"x":209,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_Highlight_l","b":{"w":35,"x":3,"y":3,"h":30},"c":[],"assets":["0x41134857","0x41135B95"]},{"id":"Button_General_Use_Highlight","b":{"w":35,"x":192,"y":3,"h":30},"c":[],"assets":["0x41134857","0x41135B9A"]}]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":528,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":420},"c":[],"assets":["0x41135843"]},{"id":"RandomItemReward_SilverTimer_Field","b":{"w":272,"x":13,"y":104,"h":31},"c":[{"id":"RandomItemReward_SilverTimer","b":{"w":141,"x":117,"y":0,"h":30},"c":[]},{"id":"RandomItemReward_SilverTimer_Label","b":{"w":141,"x":0,"y":0,"h":30},"c":[]},{"id":"RandomItemReward_SilverTimer_TooltipField","b":{"w":141,"x":117,"y":0,"h":30},"c":[]}]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":456,"h":36},"c":[],"assets":["0x41135842"]},{"id":"RandomItemReward_CloseButton","b":{"w":16,"x":575,"y":9,"h":16},"c":[]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":528,"x":36,"y":456,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":564,"y":456,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"RandomItemReward_GoldRewards_Display","b":{"w":274,"x":316,"y":102,"h":362},"c":[{"id":"RandomItemReward_TierDisplay","b":{"w":260,"x":0,"y":0,"h":362},"c":[{"id":"RandomItemReward_TierDisplay_Gold_VertSB","b":{"w":10,"x":262,"y":32,"h":330},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":320,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":320,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":310},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":290},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":300,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":310},"c":[]}]},{"id":"RandomItemReward_TierDisplay_Field","b":{"w":260,"x":0,"y":32,"h":330},"c":[{"id":"RandomItemReward_TierDisplay_Listbox","b":{"w":260,"x":0,"y":0,"h":330},"c":[{"id":"RandomItemReward_TierDisplay_Entry_Title","b":{"w":260,"x":0,"y":6,"h":19},"c":[]},{"id":"RandomItemReward_TierDisplay_Entry_Body","b":{"w":260,"x":0,"y":25,"h":28},"c":[]},{"id":"RandomItemReward_TierDisplay_Entry_Separator_Field","b":{"w":260,"x":0,"y":0,"h":6},"c":[{"id":"RandomItemReward_TierDisplay_Entry_Separator","b":{"w":252,"x":4,"y":2,"h":2},"c":[]}]}]}]}]},{"id":"RandomItemReward_RewardDisplay","b":{"w":272,"x":0,"y":0,"h":362},"c":[{"id":"RandomItemReward_RewardDisplay_NPC_FX","b":{"w":128,"x":72,"y":0,"h":128},"c":[]},{"id":"RandomItemReward_RewardDisplay_NPC","b":{"w":64,"x":104,"y":32,"h":64},"c":[],"assets":["0x411E6C74"]},{"id":"RandomItemReward_RewardDisplay_Border","b":{"w":272,"x":0,"y":50,"h":312},"c":[{"id":"RandomItemReward_RewardDisplay_Listbox","b":{"w":250,"x":11,"y":45,"h":265},"c":[]},{"id":"quest_dialog_blue_bg_top_left","b":{"w":9,"x":0,"y":0,"h":8},"c":[],"assets":["0x4110CD48"]},{"id":"quest_dialog_blue_bg_top_mid","b":{"w":253,"x":9,"y":0,"h":8},"c":[],"assets":["0x4110CD4A"]},{"id":"quest_dialog_blue_bg_top_right","b":{"w":8,"x":262,"y":0,"h":8},"c":[],"assets":["0x4110CD49"]},{"id":"quest_dialog_blue_bg_left_mid","b":{"w":10,"x":0,"y":8,"h":294},"c":[],"assets":["0x4110CD4B"]},{"id":"quest_dialog_blue_bg_bottom_left","b":{"w":8,"x":0,"y":302,"h":9},"c":[],"assets":["0x4110CD46"]},{"id":"quest_dialog_blue_bg_bottom_mid","b":{"w":253,"x":8,"y":302,"h":11},"c":[],"assets":["0x4110CD4D"]},{"id":"quest_dialog_blue_bg_bottom_right","b":{"w":9,"x":261,"y":302,"h":9},"c":[],"assets":["0x4110CD47"]},{"id":"quest_dialog_blue_bg_right_mid","b":{"w":9,"x":261,"y":8,"h":294},"c":[],"assets":["0x4110CD4C"]},{"id":"RandomItemReward_RewardDisplay_CloseButton","b":{"w":16,"x":249,"y":5,"h":16},"c":[]}]},{"id":"RandomItemReward_RewardDisplay_Gold_VertSB","b":{"w":10,"x":253,"y":95,"h":265},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":255,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":255,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":245},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":225},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":235,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":245},"c":[]}]}]}]},{"id":"RandomeItemReward_Landing_Divider_Boxes","b":{"w":30,"x":285,"y":50,"h":415},"c":[],"assets":["0x411E6927"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":564,"y":36,"h":420},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":528,"x":36,"y":36,"h":420},"c":[],"assets":["0x4100013B"]},{"id":"RandomItemReward_GoldTimer_HideWhenField","b":{"w":272,"x":316,"y":104,"h":31},"c":[{"id":"RandomItemReward_GoldTimer","b":{"w":141,"x":117,"y":0,"h":30},"c":[]},{"id":"RandomItemReward_GoldTimer_Label","b":{"w":141,"x":0,"y":0,"h":30},"c":[]},{"id":"RandomItemReward_GoldTimer_TooltipField","b":{"w":141,"x":117,"y":0,"h":30},"c":[]}]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":587,"x":7,"y":6,"h":479},"c":[],"assets":["0x411351FD"]},{"id":"RandomItemReward_NonVIPExplanation_HideWhenField","b":{"w":300,"x":151,"y":464,"h":18},"c":[{"id":"RandomItemReward_NonVIPExplanation_Label","b":{"w":300,"x":0,"y":0,"h":18},"c":[]}]},{"id":"RandomItemReward_Top_Desc","b":{"w":340,"x":130,"y":17,"h":28},"c":[]},{"id":"RandomItemReward_SilverRollButton","b":{"w":230,"x":35,"y":65,"h":36},"c":[{"id":"Button_General_Use_New_Left","b":{"w":20,"x":0,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":189,"x":20,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":20,"x":209,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_Highlight_l","b":{"w":35,"x":3,"y":3,"h":30},"c":[],"assets":["0x41134857","0x41135B95"]},{"id":"Button_General_Use_Highlight","b":{"w":35,"x":192,"y":3,"h":30},"c":[],"assets":["0x41134857","0x41135B9A"]}]},{"id":"RandomItemReward_SilverUpsellButton","b":{"w":230,"x":35,"y":65,"h":36},"c":[{"id":"Button_General_Use_New_Left","b":{"w":20,"x":0,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":189,"x":20,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":20,"x":209,"y":0,"h":36},"c":[]},{"id":"Button_General_Use_BuyNow_Highlight_l","b":{"w":35,"x":3,"y":3,"h":30},"c":[],"assets":["0x41134857","0x41134873"]},{"id":"Button_General_Use_BuyNow_Coin","b":{"w":20,"x":204,"y":8,"h":20},"c":[],"assets":["0x4113478C","0x4113485B"]},{"id":"Button_General_Use_BuyNow_Highlight","b":{"w":35,"x":192,"y":3,"h":30},"c":[],"assets":["0x4113478D","0x41134857"]}]}]}]},"ID_UISkin_ScrollingTextItem_Window":{"id":"ImageItem_Window","b":{"w":412,"x":43,"y":126,"h":537},"c":[{"id":"ImageItem_TitleLabel","b":{"w":346,"x":33,"y":34,"h":38},"c":[]},{"id":"ImageItem_CloseButton","b":{"w":16,"x":385,"y":28,"h":16},"c":[]},{"id":"ImageItem_CloseTextButton","b":{"w":64,"x":174,"y":505,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":28,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":25,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":43,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"ImageItem_Contents","b":{"w":346,"x":33,"y":38,"h":461},"c":[{"id":"ImageItem_Image","b":{"w":346,"x":0,"y":0,"h":461},"c":[]},{"id":"ImageItem_StaticImage","b":{"w":346,"x":0,"y":0,"h":461},"c":[]}]},{"id":"ImageItem_BG","b":{"w":395,"x":7,"y":26,"h":502},"c":[]},{"id":"ImageItem_Titlebar","b":{"w":250,"x":79,"y":-5,"h":45},"c":[{"id":"ImageItem_Titlebar_Label","b":{"w":200,"x":25,"y":15,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"ImageItem_MoveBar","b":{"w":250,"x":69,"y":-5,"h":45},"c":[]},{"id":"ImageItemSilver_BG","b":{"w":407,"x":1,"y":20,"h":514},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":371,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":335,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":442},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":478,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":335,"x":36,"y":478,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":371,"y":478,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":371,"y":36,"h":442},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":335,"x":36,"y":36,"h":442},"c":[],"assets":["0x4100013B"]}]}]},"ID_UISkin_SecureTradeField":{"id":"SecureTradeField","b":{"w":518,"x":291,"y":113,"h":388},"c":[{"id":"OtherTrade_Field","b":{"w":252,"x":258,"y":38,"h":388},"c":[{"id":"OtherTrade_Label","b":{"w":248,"x":2,"y":2,"h":20},"c":[]},{"id":"OtherTrade_TradeField","b":{"w":252,"x":0,"y":48,"h":264},"c":[{"id":"OtherTrade_ItemField","b":{"w":238,"x":7,"y":12,"h":225},"c":[{"id":"OtherTrade_ItemList","b":{"w":228,"x":2,"y":1,"h":225},"c":[],"assets":["0x41007F85"]},{"id":"OtherTrade_ItemList_SB","b":{"w":10,"x":227,"y":0,"h":225},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":215,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":215,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":205},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":185},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":195,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":205},"c":[]}]},{"id":"OtherTrade_ItemList_Box_BG","b":{"w":238,"x":0,"y":0,"h":225},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":236,"x":1,"y":1,"h":223},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":205},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":214,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":218,"x":9,"y":214,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":227,"y":214,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":227,"y":9,"h":205},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":227,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":218,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":236,"x":1,"y":224,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":237,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":236,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"OtherTrade_MoneyDisplay","b":{"w":0,"x":205,"y":236,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]}],"assets":["0x41007F83","0x41007F84"]}]},{"id":"SecureTrade_WaitOverlay","b":{"w":508,"x":4,"y":85,"h":266},"c":[{"id":"SecureTrade_WaitOverlayText","b":{"w":512,"x":0,"y":-2,"h":261},"c":[]}],"assets":["0x41007F82"]},{"id":"SecureTradeCloseButton","b":{"w":16,"x":494,"y":23,"h":16},"c":[]},{"id":"TradeWindow_MoveBar","b":{"w":250,"x":130,"y":-10,"h":43},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Trade_Label","b":{"w":92,"x":79,"y":15,"h":20},"c":[]}]},{"id":"SecureTrade_BaseBox_BG","b":{"w":515,"x":0,"y":17,"h":369},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":443,"x":36,"y":333,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":479,"y":333,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":479,"y":36,"h":297},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":443,"x":36,"y":36,"h":297},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":479,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":443,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":297},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":333,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"SelfTrade_Field","b":{"w":252,"x":7,"y":39,"h":388},"c":[{"id":"SelfTrade_TradeButton","b":{"w":96,"x":31,"y":316,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":60,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":57,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":75,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"SelfTrade_CancelButton","b":{"w":96,"x":130,"y":316,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":60,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":57,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":75,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"SelfTrade_Label","b":{"w":225,"x":13,"y":-4,"h":20},"c":[]},{"id":"SelfTrade_TradeField","b":{"w":252,"x":0,"y":48,"h":264},"c":[{"id":"SelfTrade_ItemField","b":{"w":238,"x":6,"y":11,"h":225},"c":[{"id":"SelfTrade_ItemList","b":{"w":226,"x":2,"y":1,"h":222},"c":[],"assets":["0x41007F85"]},{"id":"SelfTrade_ItemList_SB","b":{"w":10,"x":228,"y":0,"h":225},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":215,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":215,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":205},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":185},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":195,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":205},"c":[]}]},{"id":"SelfTrade_ItemList_Box_BG","b":{"w":238,"x":0,"y":0,"h":225},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":236,"x":1,"y":1,"h":223},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":205},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":214,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":218,"x":9,"y":214,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":227,"y":214,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":227,"y":9,"h":205},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":227,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":218,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":236,"x":1,"y":224,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":237,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":236,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"SelfTrade_MoneyDisplayField","b":{"w":160,"x":44,"y":235,"h":22},"c":[{"id":"MoneyDisplay_Entry_CopperField","b":{"w":53,"x":111,"y":0,"h":26},"c":[{"id":"MoneyDisplay_Entry_CopperLabel","b":{"w":32,"x":26,"y":3,"h":20},"c":[],"assets":["0x41007E7D"]},{"id":"MoneyDisplay_Entry_CopperEntry","b":{"w":31,"x":0,"y":4,"h":18},"c":[]},{"id":"MoneyDisplay_Entry_CopperBackground","b":{"w":31,"x":0,"y":4,"h":18},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":29,"x":1,"y":1,"h":16},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":-2},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":7,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":11,"x":9,"y":7,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":20,"y":7,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":20,"y":9,"h":-2},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":20,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":11,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":18},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":29,"x":1,"y":17,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":30,"y":0,"h":18},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":29,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"MoneyDisplay_Entry_SilverField","b":{"w":53,"x":58,"y":0,"h":26},"c":[{"id":"MoneyDisplay_Entry_SilverLabel","b":{"w":31,"x":25,"y":3,"h":20},"c":[],"assets":["0x41007E7C"]},{"id":"MoneyDisplay_Entry_SilverEntry","b":{"w":31,"x":0,"y":4,"h":18},"c":[]},{"id":"MoneyDisplay_Entry_SilverBackground","b":{"w":31,"x":0,"y":4,"h":18},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":29,"x":1,"y":1,"h":16},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":-2},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":7,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":11,"x":9,"y":7,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":20,"y":7,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":20,"y":9,"h":-2},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":20,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":11,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":18},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":29,"x":1,"y":17,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":30,"y":0,"h":18},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":29,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"MoneyDisplay_Entry_GoldField","b":{"w":53,"x":0,"y":0,"h":26},"c":[{"id":"MoneyDisplay_Entry_GoldLabel","b":{"w":31,"x":31,"y":3,"h":20},"c":[],"assets":["0x41007E7B"]},{"id":"MoneyDisplay_Entry_GoldEntry","b":{"w":36,"x":0,"y":4,"h":18},"c":[]},{"id":"MoneyDisplay_Entry_GoldBackground","b":{"w":36,"x":0,"y":4,"h":18},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":34,"x":1,"y":1,"h":16},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":-2},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":7,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":16,"x":9,"y":7,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":25,"y":7,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":25,"y":9,"h":-2},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":25,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":16,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":18},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":34,"x":1,"y":17,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":35,"y":0,"h":18},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":34,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]}]}],"assets":["0x41007F83","0x41007F84"]},{"id":"SelfTrade_TotalMoneyField","b":{"w":252,"x":0,"y":20,"h":26},"c":[{"id":"SelfTrade_MoneyText","b":{"w":72,"x":5,"y":3,"h":21},"c":[]},{"id":"SelfTrade_TotalMoney","b":{"w":159,"x":84,"y":5,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]}]}]},{"id":"SecureTradeDragbar","b":{"w":464,"x":22,"y":12,"h":21},"c":[]}]},"ID_UISkin_SkillTrainer_Window":{"id":"SkillTrainer_Window","b":{"w":407,"x":6,"y":113,"h":498},"c":[{"id":"SkillTrainer_BaseBar_Low","b":{"w":397,"x":7,"y":460,"h":31},"c":[],"assets":["0x41102B69"]},{"id":"SkillTrainer_MoveBar","b":{"w":335,"x":34,"y":7,"h":16},"c":[]},{"id":"SkillTrainer_CloseButton","b":{"w":16,"x":384,"y":22,"h":16},"c":[]},{"id":"SkillTrainer_CannotUseSkillTrainer","b":{"w":407,"x":0,"y":0,"h":498},"c":[{"id":"SkillTrainer_CannotUseSkillTrainer_Reason_CannotUseSkirmishes_Text","b":{"w":336,"x":35,"y":117,"h":264},"c":[]}]},{"id":"SkillTrainer_CanUseSkillTrainer","b":{"w":407,"x":0,"y":0,"h":498},"c":[{"id":"SkillTrainer_DisplayOnlyEarnedSkirmishTraitsText","b":{"w":185,"x":128,"y":66,"h":20},"c":[]},{"id":"SkillTrainer_DisplayOnlyEarnedSkirmishTraitsButton","b":{"w":16,"x":112,"y":68,"h":16},"c":[]},{"id":"SkillTrainer_BuyNowButton","b":{"w":110,"x":149,"y":452,"h":41},"c":[{"id":"SkillTrainer_BuyNowButton_Text","b":{"w":65,"x":24,"y":7,"h":32},"c":[]},{"id":"Button_buyCharSlots_left","b":{"w":37,"x":1,"y":0,"h":37},"c":[],"assets":["0x410FD9FC","0x410FD9F5","0x410FD9F8","0x410FDA00"]},{"id":"Button_buyCharSlots_midLeft","b":{"w":16,"x":27,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_middle","b":{"w":30,"x":40,"y":4,"h":38},"c":[],"assets":["0x410FD9FB","0x410FD9F4","0x410FD9F7","0x410FD9FF"]},{"id":"Button_buyCharSlots_midRight","b":{"w":14,"x":64,"y":12,"h":22},"c":[],"assets":["0x410FD9FE","0x410FD9F6","0x410FD9FA","0x410FDA01"]},{"id":"Button_buyCharSlots_right","b":{"w":39,"x":67,"y":0,"h":36},"c":[],"assets":["0x410FD9FD","0x410FD9F0","0x410FD9F1"]}]},{"id":"SkillTrainer_Panel","b":{"w":395,"x":8,"y":90,"h":372},"c":[{"id":"SkillTrainer_GambitPage","b":{"w":392,"x":0,"y":23,"h":347},"c":[{"id":"SkillTrainer_Gambit_ListField","b":{"w":392,"x":0,"y":0,"h":347},"c":[{"id":"SkillTrainer_Gambit_Tree","b":{"w":375,"x":3,"y":2,"h":344},"c":[]},{"id":"SkillTrainer_Gambit_SB","b":{"w":10,"x":379,"y":3,"h":343},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":323},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":303},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":313,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":323},"c":[]}]},{"id":"Box_01_Empty_InnerShadow","b":{"w":390,"x":1,"y":1,"h":345},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":327},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":336,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":372,"x":9,"y":336,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":381,"y":336,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":381,"y":9,"h":327},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":381,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":372,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":390,"x":1,"y":346,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":391,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":390,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"SkillTrainer_GambitTab","b":{"w":87,"x":174,"y":-2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":86,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":59,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":69,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkillTrainer_ActiveTab","b":{"w":87,"x":-1,"y":-2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":86,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":59,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":69,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkillTrainer_PassiveTab","b":{"w":89,"x":85,"y":-2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":88,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":61,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":71,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkillTrainer_TraitTab","b":{"w":87,"x":174,"y":-2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":86,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":59,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":69,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkillTrainer_ActivePage","b":{"w":392,"x":0,"y":23,"h":347},"c":[{"id":"SkillTrainer_Active_ListField","b":{"w":392,"x":0,"y":0,"h":347},"c":[{"id":"SkillTrainer_Active_Tree","b":{"w":375,"x":3,"y":2,"h":344},"c":[]},{"id":"SkillTrainer_Active_SB","b":{"w":10,"x":379,"y":3,"h":343},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":323},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":303},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":313,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":323},"c":[]}]},{"id":"Box_01_Empty_InnerShadow","b":{"w":390,"x":1,"y":1,"h":345},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":327},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":336,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":372,"x":9,"y":336,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":381,"y":336,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":381,"y":9,"h":327},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":381,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":372,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":390,"x":1,"y":346,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":391,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":390,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"SkillTrainer_PassivePage","b":{"w":392,"x":0,"y":23,"h":347},"c":[{"id":"SkillTrainer_Passive_ListField","b":{"w":392,"x":0,"y":0,"h":347},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":390,"x":1,"y":1,"h":345},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":327},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":336,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":372,"x":9,"y":336,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":381,"y":336,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":381,"y":9,"h":327},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":381,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":372,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":390,"x":1,"y":346,"h":1},"c":[],"assets":["0x41000141"]},{"id":"SkillTrainer_Passive_Tree","b":{"w":375,"x":3,"y":2,"h":344},"c":[]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":391,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"SkillTrainer_Passive_SB","b":{"w":10,"x":379,"y":3,"h":343},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":323},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":303},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":313,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":323},"c":[]}]},{"id":"Box_01_Empty_TopBorder","b":{"w":390,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"SkillTrainer_TraitPage","b":{"w":392,"x":0,"y":23,"h":347},"c":[{"id":"SkillTrainer_Trait_ListField","b":{"w":392,"x":0,"y":0,"h":347},"c":[{"id":"SkillTrainer_Trait_Tree","b":{"w":375,"x":3,"y":2,"h":344},"c":[]},{"id":"SkillTrainer_Trait_SB","b":{"w":10,"x":379,"y":3,"h":343},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":323},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":303},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":313,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":323},"c":[]}]},{"id":"Box_01_Empty_InnerShadow","b":{"w":390,"x":1,"y":1,"h":345},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":327},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":336,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":372,"x":9,"y":336,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":381,"y":336,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":381,"y":9,"h":327},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":381,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":372,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":390,"x":1,"y":346,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":391,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":390,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"SkillTrainer_Panel_BG","b":{"w":392,"x":0,"y":23,"h":347},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":390,"x":1,"y":1,"h":345},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":327},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":336,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":372,"x":9,"y":336,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":381,"y":336,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":381,"y":9,"h":327},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":381,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":372,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":390,"x":1,"y":346,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":391,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":390,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"SkillTrainer_SkirmishRole_Tab","b":{"w":87,"x":-1,"y":-2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":86,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":59,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":69,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkillTrainer_SkirmishSkill_Tab","b":{"w":89,"x":85,"y":-2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":88,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":61,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":71,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkillTrainer_SkirmishTraining_Tab","b":{"w":87,"x":174,"y":-2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":86,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":59,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":69,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkillTrainer_SkirmishPersonal_Tab","b":{"w":87,"x":261,"y":-2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":86,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":59,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":69,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkillTrainer_SkirmishRolePage","b":{"w":392,"x":0,"y":23,"h":347},"c":[{"id":"SkillTrainer_SkirmishRole_ListField","b":{"w":392,"x":0,"y":0,"h":347},"c":[{"id":"SkillTrainer_SkirmishRole_Tree","b":{"w":373,"x":5,"y":5,"h":341},"c":[]},{"id":"SkillTrainer_SkirmishRole_SB","b":{"w":10,"x":379,"y":3,"h":343},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":323},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":303},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":313,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":323},"c":[]}]},{"id":"Box_01_Empty_InnerShadow","b":{"w":390,"x":1,"y":1,"h":345},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":327},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":336,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":372,"x":9,"y":336,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":381,"y":336,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":381,"y":9,"h":327},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":381,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":372,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":390,"x":1,"y":346,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":391,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":390,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"SkillTrainer_SkirmishRole_Deco_BL","b":{"w":45,"x":-1,"y":302,"h":45},"c":[],"assets":["0x41101514"]},{"id":"SkillTrainer_SkirmishRole_Deco_BR","b":{"w":45,"x":348,"y":302,"h":45},"c":[],"assets":["0x410FF0D5"]}]},{"id":"SkillTrainer_SkirmishSkillPage","b":{"w":392,"x":0,"y":23,"h":347},"c":[{"id":"SkillTrainer_SkirmishSkill_ListField","b":{"w":392,"x":0,"y":0,"h":347},"c":[{"id":"SkillTrainer_SkirmishSkill_Tree","b":{"w":373,"x":5,"y":5,"h":341},"c":[]},{"id":"SkillTrainer_SkirmishSkill_SB","b":{"w":10,"x":379,"y":3,"h":343},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":323},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":303},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":313,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":323},"c":[]}]},{"id":"Box_01_Empty_InnerShadow","b":{"w":390,"x":1,"y":1,"h":345},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":327},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":336,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":372,"x":9,"y":336,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":381,"y":336,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":381,"y":9,"h":327},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":381,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":372,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":390,"x":1,"y":346,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":391,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":390,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"SkillTrainer_SkirmishRole_Deco_BL","b":{"w":45,"x":-1,"y":302,"h":45},"c":[],"assets":["0x41101514"]},{"id":"SkillTrainer_SkirmishRole_Deco_BR","b":{"w":45,"x":348,"y":302,"h":45},"c":[],"assets":["0x410FF0D5"]}]},{"id":"SkillTrainer_SkirmishTrainingPage","b":{"w":392,"x":0,"y":23,"h":347},"c":[{"id":"SkillTrainer_SkirmishTraining_ListField","b":{"w":392,"x":0,"y":0,"h":347},"c":[{"id":"SkillTrainer_SkirmishTraining_Tree","b":{"w":373,"x":5,"y":5,"h":341},"c":[]},{"id":"SkillTrainer_SkirmishTraining_SB","b":{"w":10,"x":379,"y":3,"h":343},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":323},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":303},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":313,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":323},"c":[]}]},{"id":"Box_01_Empty_InnerShadow","b":{"w":390,"x":1,"y":1,"h":345},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":327},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":336,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":372,"x":9,"y":336,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":381,"y":336,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":381,"y":9,"h":327},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":381,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":372,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":390,"x":1,"y":346,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":391,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":390,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"SkillTrainer_SkirmishRole_Deco_BL","b":{"w":45,"x":-1,"y":302,"h":45},"c":[],"assets":["0x41101514"]},{"id":"SkillTrainer_SkirmishRole_Deco_BR","b":{"w":45,"x":348,"y":302,"h":45},"c":[],"assets":["0x410FF0D5"]}]},{"id":"SkillTrainer_SkirmishPersonalPage","b":{"w":392,"x":0,"y":23,"h":347},"c":[{"id":"SkillTrainer_SkirmishPersonal_ListField","b":{"w":392,"x":0,"y":0,"h":347},"c":[{"id":"SkillTrainer_SkirmishPersonal_Tree","b":{"w":373,"x":5,"y":5,"h":341},"c":[]},{"id":"SkillTrainer_SkirmishPersonal_SB","b":{"w":10,"x":379,"y":3,"h":343},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":333,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":323},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":303},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":313,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":323},"c":[]}]},{"id":"Box_01_Empty_InnerShadow","b":{"w":390,"x":1,"y":1,"h":345},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":327},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":336,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":372,"x":9,"y":336,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":381,"y":336,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":381,"y":9,"h":327},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":381,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":372,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":390,"x":1,"y":346,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":391,"y":0,"h":347},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":390,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"SkillTrainer_SkirmishRole_Deco_BL","b":{"w":45,"x":-1,"y":302,"h":45},"c":[],"assets":["0x41101514"]},{"id":"SkillTrainer_SkirmishRole_Deco_BR","b":{"w":45,"x":348,"y":302,"h":45},"c":[],"assets":["0x410FF0D5"]}]}]},{"id":"SkillTrainer_ShowTrainableSkillsOnlyButton","b":{"w":16,"x":112,"y":68,"h":16},"c":[]},{"id":"SkillTrainer_ShowTrainableSkillsOnlyText","b":{"w":185,"x":128,"y":66,"h":20},"c":[]},{"id":"SkillTrainer_Expand_All_Button","b":{"w":16,"x":360,"y":94,"h":16},"c":[],"assets":["0x4100027B","0x4100027A","0x4100027C"]},{"id":"SkillTrainer_Collapse_All_Button","b":{"w":16,"x":380,"y":94,"h":16},"c":[],"assets":["0x4100027E","0x4100027D","0x4100027F"]},{"id":"SkillTrainer_TrainButton","b":{"w":125,"x":141,"y":466,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":89,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":86,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":104,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"SkillTrainer_PlayerSkirmishPoints","b":{"w":264,"x":74,"y":34,"h":30},"c":[{"id":"SkillTrainer_SkirmishPoints_Icon","b":{"w":20,"x":241,"y":5,"h":20},"c":[],"assets":["0x4111D3B4"]},{"id":"PlayerSkirmishPointsDisplay_Label","b":{"w":170,"x":11,"y":5,"h":20},"c":[]},{"id":"PlayerSkirmishPointsDisplay_BG_Field","b":{"w":163,"x":98,"y":3,"h":22},"c":[{"id":"SkirmishPointsDisplay_Field","b":{"w":125,"x":17,"y":0,"h":22},"c":[{"id":"SkirmishPointsDisplay_Text","b":{"w":125,"x":0,"y":0,"h":22},"c":[]}]}]},{"id":"SkillTrainer_SkirmishPoints_ItemDisplay","b":{"w":32,"x":229,"y":0,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}]}],"assets":["0x41005F97"]},{"id":"SkillTrainer_PlayerMoney","b":{"w":264,"x":74,"y":34,"h":28},"c":[{"id":"MoneyDisplay_YourMoney_AllMoney","b":{"w":159,"x":101,"y":6,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"MoneyDisplay_YourMoney_Label","b":{"w":99,"x":11,"y":5,"h":20},"c":[]}]}]},{"id":"SkillTrainer_BaseBox_BG","b":{"w":407,"x":1,"y":16,"h":480},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":371,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":335,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":408},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":444,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":335,"x":36,"y":444,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":371,"y":444,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":371,"y":36,"h":408},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":335,"x":36,"y":36,"h":408},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":394,"x":7,"y":6,"h":467},"c":[],"assets":["0x411351FD"]}]},{"id":"SkillTrainer_TitleBar","b":{"w":250,"x":79,"y":-10,"h":42},"c":[{"id":"SkillTrainer_WindowLabel","b":{"w":204,"x":23,"y":15,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"SkillTrainer_BaseBox_High","b":{"w":398,"x":6,"y":20,"h":92},"c":[],"assets":["0x41102B6A"]}]},"ID_UISkin_SkirmishPanel":{"id":"SkirmishPanel_Window","b":{"w":652,"x":183,"y":113,"h":482},"c":[{"id":"SkirmishPanel_MoveBar","b":{"w":610,"x":20,"y":2,"h":24},"c":[]},{"id":"SkirmishPanel_SkirmishTabs","b":{"w":653,"x":0,"y":13,"h":468},"c":[{"id":"SkirmishPanel_StatsTab","b":{"w":116,"x":22,"y":19,"h":27},"c":[{"id":"tab_tier1_left_innards","b":{"w":115,"x":0,"y":0,"h":27},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":27},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":88,"x":12,"y":0,"h":27},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":98,"y":0,"h":27},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkirmishPanel_TraitsTab","b":{"w":116,"x":137,"y":19,"h":27},"c":[{"id":"tab_tier1_left_innards","b":{"w":115,"x":0,"y":0,"h":27},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":27},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":88,"x":12,"y":0,"h":27},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":98,"y":0,"h":27},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkirmishPanel_StatsPage","b":{"w":652,"x":0,"y":44,"h":411},"c":[{"id":"SkirmishStatPanel_InstanceStats_Expand_All_Button","b":{"w":16,"x":590,"y":82,"h":16},"c":[],"assets":["0x4100027B","0x4100027A","0x4100027C"]},{"id":"SkirmishStatPanel_InstanceStats_Collapse_All_Button","b":{"w":16,"x":610,"y":82,"h":16},"c":[],"assets":["0x4100027E","0x4100027D","0x4100027F"]},{"id":"SkirmishStatPanel_LifetimeStats_Expand_All_Button","b":{"w":16,"x":280,"y":82,"h":16},"c":[],"assets":["0x4100027B","0x4100027A","0x4100027C"]},{"id":"SkirmishStatPanel_LifetimeStats_Collapse_All_Button","b":{"w":16,"x":300,"y":82,"h":16},"c":[],"assets":["0x4100027E","0x4100027D","0x4100027F"]},{"id":"SkirmishStatsPage_Bkg","b":{"w":630,"x":11,"y":0,"h":405},"c":[],"assets":["0x41103EF4"]},{"id":"SkirmishStatsPage_Embellishment_L","b":{"w":50,"x":4,"y":209,"h":72},"c":[],"assets":["0x410FF0D2"]},{"id":"SkirmishStatsPage_SoldierRenameField","b":{"w":310,"x":298,"y":8,"h":67},"c":[{"id":"SkirmishStatsPage_SoldierName_Box","b":{"w":280,"x":10,"y":20,"h":26},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":278,"x":1,"y":1,"h":24},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":6},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":15,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":260,"x":9,"y":15,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":269,"y":15,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":269,"y":9,"h":6},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":269,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":260,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":26},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":278,"x":1,"y":25,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":279,"y":0,"h":26},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":278,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"SkirmishStatsPage_SoldierName_Label","b":{"w":178,"x":11,"y":2,"h":18},"c":[]},{"id":"SkirmishStatsPage_Soldier_OpenRename_Button","b":{"w":74,"x":218,"y":44,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":74,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":37,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":12,"x":60,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkirmishStatsPage_Soldier_SubmitRename_Field","b":{"w":283,"x":9,"y":20,"h":46},"c":[{"id":"SkirmishStatsPage_SoldierRename_Field_Box","b":{"w":281,"x":0,"y":0,"h":26},"c":[{"id":"Box_01_Background","b":{"w":279,"x":1,"y":1,"h":24},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":279,"x":1,"y":1,"h":24},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":6},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":15,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":261,"x":9,"y":15,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":270,"y":15,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":270,"y":9,"h":6},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":270,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":261,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":26},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":279,"x":1,"y":25,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":280,"y":0,"h":26},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":279,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"SkirmishStatsPage_Soldier_CloseRename_Button","b":{"w":74,"x":209,"y":24,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":74,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":37,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":52,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":12,"x":60,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkirmishStatsPage_Soldier_SubmitRename_Button","b":{"w":69,"x":211,"y":3,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":33,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":30,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":48,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"SkirmishStatsPage_SoldierRename","b":{"w":201,"x":7,"y":3,"h":20},"c":[]},{"id":"SkirmishStatsPage_SoldierRename_Box","b":{"w":205,"x":3,"y":3,"h":20},"c":[{"id":"Box_01_Background","b":{"w":203,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":203,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":185,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":194,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":194,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":185,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":203,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":204,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":203,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"SkirmishStatsPage_SoldierName","b":{"w":277,"x":12,"y":21,"h":24},"c":[]}]},{"id":"SkirmishStatsPage_OnLevelToggle","b":{"w":10,"x":33,"y":397,"h":10},"c":[]},{"id":"SkirmishStatsPage_Embellishment_R","b":{"w":50,"x":597,"y":207,"h":72},"c":[],"assets":["0x410FF0D3"]},{"id":"SkirmishStatsPage_OnLevelToggle_Label","b":{"w":240,"x":50,"y":393,"h":20},"c":[]},{"id":"SkirmishStatsPage_SkirmishValues","b":{"w":623,"x":11,"y":0,"h":80},"c":[{"id":"SkirmishStatsPage_SkirmishValues_PlayerName","b":{"w":210,"x":35,"y":17,"h":27},"c":[]},{"id":"SkirmishStatsPage_SkirmishValues_SkirmishPoints_Title","b":{"w":138,"x":45,"y":47,"h":18},"c":[]},{"id":"SkirmishStatsPage_SkirmishPoints","b":{"w":59,"x":170,"y":45,"h":20},"c":[]},{"id":"SkirmishStatsPage_SkirmishPoints_ItemDisplay","b":{"w":32,"x":229,"y":38,"h":32},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]}],"assets":["0x410FF0CE"]},{"id":"SkirmishStatsPage_SkirmishPoints_Icon","b":{"w":32,"x":231,"y":38,"h":32},"c":[],"assets":["0x4111C446"]}]},{"id":"SkirmishStatsPage_LifetimeStats","b":{"w":316,"x":11,"y":80,"h":318},"c":[{"id":"SkirmishStatsPage_Corner_UL","b":{"w":45,"x":7,"y":18,"h":45},"c":[],"assets":["0x410FF0D4"]},{"id":"SkirmishStatsPage_Corner_BR","b":{"w":45,"x":269,"y":270,"h":45},"c":[],"assets":["0x410FF0D5"]},{"id":"SkirmishStatsPage_LifetimeStats_Title","b":{"w":277,"x":23,"y":3,"h":20},"c":[]},{"id":"SkirmishStatsPage_Lifetime_StatBox","b":{"w":305,"x":8,"y":20,"h":296},"c":[{"id":"SkirmishStats_LifetimeStats","b":{"w":290,"x":9,"y":10,"h":276},"c":[{"id":"SkirmishStats_Totals_SB","b":{"w":10,"x":280,"y":1,"h":276},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":266,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":266,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":256},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":236},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":246,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":256},"c":[]}]},{"id":"TraitPool_Tree_Image","b":{"w":16,"x":4,"y":7,"h":16},"c":[]},{"id":"SkirmishStat_GroupBreakdownValue","b":{"w":248,"x":0,"y":0,"h":22},"c":[{"id":"SkirmishStatValue_GroupBreakdownValue_BG","b":{"w":248,"x":0,"y":0,"h":22},"c":[]},{"id":"SkirmishStat_GroupBreakdownValue_EnumName","b":{"w":172,"x":0,"y":0,"h":22},"c":[]},{"id":"SkirmishStat_GroupBreakdownValue_Evaluation_OnLevel","b":{"w":69,"x":179,"y":0,"h":22},"c":[]},{"id":"SkirmishStat_GroupBreakdownValue_Evaluation_OffLevel","b":{"w":69,"x":179,"y":0,"h":22},"c":[]}]},{"id":"SkirmishStatValue","b":{"w":225,"x":0,"y":0,"h":22},"c":[{"id":"SkirmishStatValue_BG","b":{"w":235,"x":0,"y":0,"h":22},"c":[]},{"id":"SkirmishStatValue_EnumName","b":{"w":172,"x":0,"y":0,"h":22},"c":[]},{"id":"SkirmishStatValue_Evaluation_OnLevel","b":{"w":56,"x":179,"y":0,"h":22},"c":[]},{"id":"SkirmishStatValue_Evaluation_OffLevel","b":{"w":56,"x":179,"y":0,"h":22},"c":[]}]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":269,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":233,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":224},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":260,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":233,"x":36,"y":260,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":269,"y":260,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":269,"y":36,"h":224},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":233,"x":36,"y":36,"h":224},"c":[],"assets":["0x4100013B"]}]}]},{"id":"SkirmishStatsPage_InstanceStats","b":{"w":316,"x":322,"y":80,"h":318},"c":[{"id":"SkirmishStatsPage_LifetimeStats_Title","b":{"w":290,"x":10,"y":3,"h":20},"c":[]},{"id":"SkirmishStatsPage_Lifetime_StatBox","b":{"w":305,"x":7,"y":20,"h":296},"c":[{"id":"SkirmishStats_PerInstanceStats","b":{"w":290,"x":9,"y":10,"h":276},"c":[{"id":"SkmirshStats_SkirmishBreakdown_SB","b":{"w":10,"x":280,"y":1,"h":276},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":266,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":266,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":256},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":236},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":246,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":256},"c":[]}]},{"id":"SkirmishStat_SkirmishName","b":{"w":241,"x":0,"y":0,"h":22},"c":[{"id":"SkirmishStat_SkirmishName_Text","b":{"w":251,"x":0,"y":0,"h":22},"c":[]}]},{"id":"TraitPool_Tree_Image","b":{"w":16,"x":4,"y":7,"h":16},"c":[]},{"id":"SkirmishStat_GroupBreakdownValue","b":{"w":248,"x":0,"y":0,"h":22},"c":[{"id":"SkirmishStatValue_GroupBreakdownValue_BG","b":{"w":248,"x":0,"y":0,"h":22},"c":[]},{"id":"SkirmishStat_GroupBreakdownValue_EnumName","b":{"w":172,"x":0,"y":0,"h":22},"c":[]},{"id":"SkirmishStat_GroupBreakdownValue_Evaluation_OnLevel","b":{"w":69,"x":179,"y":0,"h":22},"c":[]},{"id":"SkirmishStat_GroupBreakdownValue_Evaluation_OffLevel","b":{"w":69,"x":179,"y":0,"h":22},"c":[]}]},{"id":"SkirmishStatValue","b":{"w":225,"x":0,"y":0,"h":22},"c":[{"id":"SkirmishStatValue_BG","b":{"w":235,"x":0,"y":0,"h":22},"c":[]},{"id":"SkirmishStatValue_EnumName","b":{"w":172,"x":0,"y":0,"h":22},"c":[]},{"id":"SkirmishStatValue_Evaluation_OnLevel","b":{"w":56,"x":179,"y":0,"h":22},"c":[]},{"id":"SkirmishStatValue_Evaluation_OffLevel","b":{"w":56,"x":179,"y":0,"h":22},"c":[]}]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":269,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":233,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":224},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":260,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":233,"x":36,"y":260,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":269,"y":260,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":269,"y":36,"h":224},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":233,"x":36,"y":36,"h":224},"c":[],"assets":["0x4100013B"]}]}]}]},{"id":"SkirmishPanel_TraitsPage","b":{"w":643,"x":0,"y":44,"h":406},"c":[{"id":"SkirmishTraits_Tabs","b":{"w":630,"x":11,"y":0,"h":405},"c":[{"id":"SkirmishTraits_EquippedTab","b":{"w":111,"x":12,"y":378,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":111,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":37,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":89,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":12,"x":97,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkirmishTraits_RoleTab","b":{"w":111,"x":123,"y":378,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":111,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":37,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":89,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":12,"x":97,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkirmishTraits_SkillTab","b":{"w":111,"x":234,"y":378,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":111,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":37,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":89,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":12,"x":97,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkirmishTraits_TrainingTab","b":{"w":111,"x":345,"y":378,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":111,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":37,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":89,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":12,"x":97,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkirmishTraits_PersonalTab","b":{"w":111,"x":456,"y":378,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":111,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":37,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":89,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":12,"x":97,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SkirmishTraits_EquippedPage","b":{"w":642,"x":0,"y":0,"h":380},"c":[{"id":"TraitEquipped_Skill","b":{"w":463,"x":11,"y":139,"h":65},"c":[{"id":"Slot_SkirmishSkill_1_1","b":{"w":40,"x":79,"y":9,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_SkirmishSkill_1_2","b":{"w":40,"x":131,"y":9,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_SkirmishSkill_1_3","b":{"w":40,"x":183,"y":9,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_SkirmishSkill_1_4","b":{"w":40,"x":235,"y":9,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Blue_Box_Border_Traits_Equipped","b":{"w":463,"x":-2,"y":-2,"h":65},"c":[],"assets":["0x410FF0DF"]}]},{"id":"TraitEquipped_Training","b":{"w":463,"x":11,"y":223,"h":65},"c":[{"id":"Blue_Box_Border_Traits_Equipped","b":{"w":463,"x":-2,"y":-2,"h":65},"c":[],"assets":["0x410FF0DF"]},{"id":"Slot_SkirmishTraining_1_1","b":{"w":40,"x":79,"y":9,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_SkirmishTraining_1_2","b":{"w":40,"x":131,"y":9,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_SkirmishTraining_1_3","b":{"w":40,"x":183,"y":9,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_SkirmishTraining_1_4","b":{"w":40,"x":235,"y":9,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]}]},{"id":"TraitEquipped_Personal","b":{"w":463,"x":12,"y":305,"h":65},"c":[{"id":"Blue_Box_Border_Traits_Equipped","b":{"w":463,"x":-2,"y":-2,"h":65},"c":[],"assets":["0x410FF0DF"]},{"id":"Slot_SkirmishPersonal_1_1","b":{"w":40,"x":79,"y":10,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_SkirmishPersonal_1_2","b":{"w":40,"x":131,"y":10,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_SkirmishPersonal_1_3","b":{"w":40,"x":183,"y":10,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]}]},{"id":"SkirmishTraits_Bkg","b":{"w":630,"x":0,"y":0,"h":380},"c":[],"assets":["0x41103EF6"]},{"id":"TraitEquipped_Role_Label","b":{"w":196,"x":11,"y":41,"h":20},"c":[]},{"id":"TraitEquipped_Skill_Label","b":{"w":75,"x":11,"y":122,"h":20},"c":[]},{"id":"TraitEquipped_Training_Label","b":{"w":83,"x":11,"y":206,"h":20},"c":[]},{"id":"TraitEquipped_Personal_Label","b":{"w":90,"x":11,"y":288,"h":20},"c":[]},{"id":"TraitEquipped_Title","b":{"w":191,"x":221,"y":8,"h":43},"c":[],"assets":["0x410FF0DB"]},{"id":"TraitEquipped_Title_Label","b":{"w":115,"x":275,"y":13,"h":34},"c":[]},{"id":"TraitEquipped_Role","b":{"w":463,"x":11,"y":57,"h":65},"c":[{"id":"Slot_SkirmishRole_1_1","b":{"w":40,"x":79,"y":11,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_SkirmishRole_1_2","b":{"w":40,"x":131,"y":11,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_SkirmishRole_1_3","b":{"w":40,"x":183,"y":11,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_SkirmishRole_1_4","b":{"w":40,"x":235,"y":11,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_SkirmishRole_1_5","b":{"w":40,"x":287,"y":11,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Blue_Box_Border_Traits_Equipped","b":{"w":463,"x":0,"y":0,"h":65},"c":[],"assets":["0x410FF0DF"]}]}]},{"id":"SkirmishTraits_RolePage","b":{"w":630,"x":0,"y":0,"h":380},"c":[{"id":"SkirmishTraits_Bkg_bar","b":{"w":298,"x":0,"y":0,"h":79},"c":[],"assets":["0x41103EF7"]},{"id":"Role_TraitListing","b":{"w":303,"x":314,"y":26,"h":331},"c":[{"id":"SkirmishTraitListing_SB","b":{"w":10,"x":291,"y":1,"h":328},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":318,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":318,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":308},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":288},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":298,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":308},"c":[]}]}]},{"id":"SkirmishTraits_Bkg","b":{"w":630,"x":0,"y":0,"h":380},"c":[],"assets":["0x41103EF6"]},{"id":"SkirmishTraits_Label","b":{"w":214,"x":43,"y":29,"h":20},"c":[]}]},{"id":"SkirmishTraits_SkillPage","b":{"w":630,"x":0,"y":0,"h":380},"c":[{"id":"SkirmishTraits_Bkg_bar","b":{"w":298,"x":0,"y":0,"h":79},"c":[],"assets":["0x41103EF7"]},{"id":"Skill_TraitListing","b":{"w":303,"x":314,"y":26,"h":331},"c":[{"id":"SkirmishTraitListing_SB","b":{"w":10,"x":291,"y":1,"h":328},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":318,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":318,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":308},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":288},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":298,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":308},"c":[]}]}]},{"id":"SkirmishTraits_Bkg","b":{"w":630,"x":0,"y":0,"h":380},"c":[],"assets":["0x41103EF6"]},{"id":"SkirmishTraits_Label","b":{"w":133,"x":43,"y":29,"h":20},"c":[]}]},{"id":"SkirmishTraits_TrainingPage","b":{"w":630,"x":0,"y":0,"h":380},"c":[{"id":"SkirmishTraits_Bkg_bar","b":{"w":298,"x":0,"y":0,"h":79},"c":[],"assets":["0x41103EF7"]},{"id":"Training_TraitListing","b":{"w":303,"x":314,"y":26,"h":331},"c":[{"id":"SkirmishTraitListing_SB","b":{"w":10,"x":291,"y":1,"h":328},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":318,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":318,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":308},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":288},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":298,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":308},"c":[]}]}]},{"id":"SkirmishTraits_Bkg","b":{"w":630,"x":0,"y":0,"h":380},"c":[],"assets":["0x41103EF6"]},{"id":"SkirmishTraits_Label","b":{"w":133,"x":43,"y":29,"h":20},"c":[]}]},{"id":"SkirmishTraits_PersonalPage","b":{"w":630,"x":0,"y":0,"h":380},"c":[{"id":"SkirmishTraits_Bkg_bar","b":{"w":298,"x":0,"y":0,"h":79},"c":[],"assets":["0x41103EF7"]},{"id":"Personal_TraitListing","b":{"w":303,"x":314,"y":26,"h":331},"c":[{"id":"SkirmishTraitListing_SB","b":{"w":10,"x":291,"y":1,"h":328},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":318,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":318,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":308},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":288},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":298,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":308},"c":[]}]}]},{"id":"SkirmishTraits_Bkg","b":{"w":630,"x":0,"y":0,"h":380},"c":[],"assets":["0x41103EF6"]},{"id":"SkirmishTraits_Label","b":{"w":133,"x":43,"y":29,"h":20},"c":[]}]}]}]}]},{"id":"SkirmishPanel_CannotUseSkirmishes","b":{"w":653,"x":0,"y":13,"h":468},"c":[{"id":"SkirmishPanel_CannotUseSkirmishes_Text","b":{"w":350,"x":151,"y":116,"h":236},"c":[]}]},{"id":"SkirmishPanel_BaseBox_BG","b":{"w":652,"x":0,"y":19,"h":454},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":580,"x":36,"y":418,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":616,"y":418,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":616,"y":36,"h":382},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":580,"x":36,"y":36,"h":382},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":616,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":580,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":382},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":418,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"SkirmishPanel_TitleBar","b":{"w":250,"x":185,"y":-10,"h":43},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"SkirmishPanel_WindowLabel","b":{"w":182,"x":34,"y":13,"h":23},"c":[]}]},{"id":"SkirmishPanel_CloseButton","b":{"w":16,"x":622,"y":31,"h":16},"c":[]}]},"ID_UISkin_Social_Field":{"id":"Social_Field","b":{"w":587,"x":302,"y":113,"h":577},"c":[{"id":"SocialResize_Bar","b":{"w":578,"x":4,"y":563,"h":12},"c":[{"id":"SocialResize_Bar_Graphic","b":{"w":100,"x":239,"y":2,"h":10},"c":[],"assets":["0x4111038A"]}]},{"id":"Social_Base_Box","b":{"w":585,"x":-1,"y":20,"h":553},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":513,"x":36,"y":517,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":549,"y":517,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":549,"y":36,"h":481},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":513,"x":36,"y":36,"h":481},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":549,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":513,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":481},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":517,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"SocialTitleBar","b":{"w":250,"x":168,"y":-7,"h":45},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Social_Label","b":{"w":250,"x":0,"y":15,"h":20},"c":[]}]},{"id":"Social_CloseButton","b":{"w":16,"x":564,"y":27,"h":16},"c":[]},{"id":"Social_Panel","b":{"w":580,"x":2,"y":35,"h":525},"c":[{"id":"Kinship_Tab","b":{"w":100,"x":209,"y":2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":99,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":72,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":82,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Friends_Tab","b":{"w":100,"x":107,"y":2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":99,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":72,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":82,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Raid_Tab","b":{"w":100,"x":311,"y":2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":99,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":72,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":82,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RaidLock_Page","b":{"w":565,"x":7,"y":27,"h":500},"c":[{"id":"RaidLocksPanel","b":{"w":565,"x":0,"y":0,"h":500},"c":[{"id":"RaidLockTabMarker","b":{"w":160,"x":158,"y":470,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":160,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":37,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":138,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":12,"x":146,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"ChestLockTabMarker","b":{"w":160,"x":-1,"y":470,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":160,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":37,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":138,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":12,"x":146,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"RaidLockPage","b":{"w":565,"x":0,"y":0,"h":470},"c":[{"id":"RaidLock_PersonalLockInfo_InstanceColumn","b":{"w":150,"x":58,"y":25,"h":20},"c":[]},{"id":"RaidLock_PersonalLockInfo_StagesColumn","b":{"w":325,"x":208,"y":25,"h":20},"c":[]},{"id":"RaidLock_GroupLockInfo_Group_InstanceColumn","b":{"w":150,"x":58,"y":124,"h":20},"c":[]},{"id":"RaidLock_GroupLockInfo_Group_AvailableColumn","b":{"w":72,"x":238,"y":124,"h":20},"c":[]},{"id":"RaidLock_GroupLockInfo_Group_StagesColumn","b":{"w":235,"x":298,"y":124,"h":20},"c":[]},{"id":"RaidLock_Bullet_Points","b":{"w":489,"x":47,"y":381,"h":92},"c":[]},{"id":"RaidLock_GroupLockInfo_Fellow_NameColumn","b":{"w":150,"x":58,"y":232,"h":20},"c":[]},{"id":"RaidLock_GroupLockInfo_Fellow_StagesColumn","b":{"w":325,"x":208,"y":232,"h":20},"c":[]},{"id":"RaidLock_PersonalLockInfo_ListboxBG","b":{"w":490,"x":44,"y":45,"h":52},"c":[{"id":"Box_01_Background","b":{"w":488,"x":1,"y":1,"h":50},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":488,"x":1,"y":1,"h":50},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":32},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":41,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":470,"x":9,"y":41,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":479,"y":41,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":479,"y":9,"h":32},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":479,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":470,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":52},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":488,"x":1,"y":51,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":489,"y":0,"h":52},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":488,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"RaidLock_GroupLockInfo_ListboxBG","b":{"w":491,"x":43,"y":145,"h":82},"c":[{"id":"Box_01_Background","b":{"w":489,"x":1,"y":1,"h":80},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":489,"x":1,"y":1,"h":80},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":62},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":71,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":471,"x":9,"y":71,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":480,"y":71,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":480,"y":9,"h":62},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":480,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":471,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":82},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":489,"x":1,"y":81,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":490,"y":0,"h":82},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":489,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"RaidLock_FellowsLockInfo_ListboxBG","b":{"w":491,"x":43,"y":251,"h":129},"c":[{"id":"Box_01_Background","b":{"w":489,"x":1,"y":1,"h":127},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":489,"x":1,"y":1,"h":127},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":109},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":118,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":471,"x":9,"y":118,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":480,"y":118,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":480,"y":9,"h":109},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":480,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":471,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":129},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":489,"x":1,"y":128,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":490,"y":0,"h":129},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":489,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"RaidLock_PersonalLockInfo","b":{"w":480,"x":48,"y":52,"h":41},"c":[{"id":"RaidLock_PersonalLockInfo_Listbox","b":{"w":480,"x":0,"y":0,"h":41},"c":[{"id":"RaidLock_Personal_Scrollbar","b":{"w":10,"x":470,"y":0,"h":41},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":31,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":31,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":21},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":1},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":11,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":21},"c":[]}]}]}]},{"id":"RaidLock_PersonalLockInfo_Title","b":{"w":475,"x":58,"y":5,"h":20},"c":[]},{"id":"RaidLock_GroupLockInfo","b":{"w":480,"x":48,"y":150,"h":72},"c":[{"id":"RaidLock_GroupLockInfo_Listbox","b":{"w":480,"x":0,"y":0,"h":72},"c":[{"id":"RaidLock_GroupLockInfo_Scrollbar","b":{"w":10,"x":470,"y":0,"h":72},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":62,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":62,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":52},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":32},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":42,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":52},"c":[]}]}]}]},{"id":"RaidLock_GroupLockInfo_Title","b":{"w":475,"x":51,"y":104,"h":20},"c":[]},{"id":"RaidLock_FellowsLockInfo","b":{"w":480,"x":48,"y":259,"h":115},"c":[{"id":"RaidLock_FellowsLockInfo_Listbox","b":{"w":480,"x":0,"y":0,"h":115},"c":[{"id":"RaidLock_FellowshipLockInfo_Scrollbar","b":{"w":10,"x":470,"y":0,"h":115},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":105,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":105,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":95},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":75},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":85,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":95},"c":[]}]}]}]}]},{"id":"ChestLockPage","b":{"w":565,"x":0,"y":0,"h":470},"c":[{"id":"ChestLock_DisplayField","b":{"w":565,"x":0,"y":0,"h":470},"c":[{"id":"ChestLock_Title","b":{"w":474,"x":45,"y":5,"h":20},"c":[]},{"id":"ChestLock_HeaderField","b":{"w":544,"x":9,"y":35,"h":21},"c":[]},{"id":"ChestLock_ListBox","b":{"w":560,"x":10,"y":57,"h":390},"c":[{"id":"ChestLock_Scrollbar","b":{"w":10,"x":540,"y":0,"h":390},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":380,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":380,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":370},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":350},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":360,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":370},"c":[]}]},{"id":"ChestLock_ListBox_Entry","b":{"w":538,"x":10,"y":170,"h":30},"c":[{"id":"ChestLock_ListBox_Entry_BG","b":{"w":538,"x":0,"y":0,"h":30},"c":[{"id":"Base_Box_BottomMid","b":{"w":532,"x":3,"y":25,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":3,"x":535,"y":25,"h":3},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":535,"y":1,"h":24},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":532,"x":3,"y":3,"h":23},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":3,"x":534,"y":0,"h":3},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":3,"x":0,"y":0,"h":3},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":532,"x":3,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":1,"h":24},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":3,"x":0,"y":25,"h":3},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"ChestLock_ListBox_Entry_Name","b":{"w":206,"x":6,"y":4,"h":20},"c":[]},{"id":"ChestLock_ListBox_Entry_FavourablePulls","b":{"w":99,"x":205,"y":4,"h":20},"c":[]},{"id":"ChestLock_ListBox_Entry_CommonPulls","b":{"w":99,"x":305,"y":4,"h":20},"c":[]},{"id":"ChestLock_ListBox_Entry_ResetDuration","b":{"w":130,"x":400,"y":4,"h":20},"c":[]}]}]},{"id":"ChestLock_ListBackground","b":{"w":544,"x":7,"y":56,"h":390},"c":[{"id":"Box_01_Background","b":{"w":542,"x":1,"y":1,"h":388},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":542,"x":1,"y":1,"h":388},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":370},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":379,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":524,"x":9,"y":379,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":533,"y":379,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":533,"y":9,"h":370},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":533,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":524,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":390},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":542,"x":1,"y":389,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":543,"y":0,"h":390},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":542,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"ChestLock_FieldHeader","b":{"w":531,"x":15,"y":40,"h":17},"c":[{"id":"ChestLock_FieldHeader_ChestNameButton","b":{"w":206,"x":0,"y":0,"h":20},"c":[{"id":"ChestLock_FieldHeader_ArrowUp","b":{"w":16,"x":38,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ChestLock_FieldHeader_ArrowDown","b":{"w":16,"x":38,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"ChestLock_FieldHeader_ResetDurationButton","b":{"w":130,"x":400,"y":0,"h":20},"c":[{"id":"ChestLock_FieldHeader_ArrowUp","b":{"w":16,"x":115,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ChestLock_FieldHeader_ArrowDown","b":{"w":16,"x":115,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"ChestLock_FieldHeader_FavouredPullsButton","b":{"w":99,"x":205,"y":0,"h":20},"c":[{"id":"ChestLock_FieldHeader_ArrowUp","b":{"w":16,"x":80,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ChestLock_FieldHeader_ArrowDown","b":{"w":16,"x":80,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"ChestLock_FieldHeader_CommonPullsButton","b":{"w":99,"x":305,"y":0,"h":20},"c":[{"id":"ChestLock_FieldHeader_ArrowUp","b":{"w":16,"x":78,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ChestLock_FieldHeader_ArrowDown","b":{"w":16,"x":78,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]}]}]}]}]}]},{"id":"RaidLock_Tab","b":{"w":150,"x":413,"y":2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":149,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":122,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":132,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"SocialPanel_BG","b":{"w":565,"x":7,"y":27,"h":472},"c":[{"id":"Box_01_Background","b":{"w":563,"x":1,"y":1,"h":470},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":563,"x":1,"y":1,"h":470},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":452},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":461,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":545,"x":9,"y":461,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":554,"y":461,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":554,"y":9,"h":452},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":554,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":545,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":472},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":563,"x":1,"y":471,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":564,"y":0,"h":472},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":563,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"GroupingPage","b":{"w":565,"x":7,"y":27,"h":500},"c":[{"id":"GroupingPanel","b":{"w":565,"x":0,"y":0,"h":500},"c":[{"id":"GroupWhoPage","b":{"w":565,"x":0,"y":0,"h":470},"c":[{"id":"WhoDisplayField","b":{"w":565,"x":0,"y":0,"h":470},"c":[{"id":"Who_ListBackground","b":{"w":544,"x":7,"y":167,"h":255},"c":[{"id":"Box_01_Background","b":{"w":542,"x":1,"y":1,"h":253},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":542,"x":1,"y":1,"h":253},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":235},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":244,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":524,"x":9,"y":244,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":533,"y":244,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":533,"y":9,"h":235},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":533,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":524,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":255},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":542,"x":1,"y":254,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":543,"y":0,"h":255},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":542,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"WhoDisplay_DisplayTypeMenu","b":{"w":150,"x":119,"y":441,"h":25},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":150,"x":0,"y":0,"h":23},"c":[{"id":"BasePanel_TopMid","b":{"w":112,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":144,"x":3,"y":3,"h":17},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-15},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":4,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":112,"x":19,"y":20,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":131,"y":4,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":147,"y":19,"h":-15},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":131,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":132,"x":5,"y":-1,"h":25},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":134,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"WhoClassMenu","b":{"w":150,"x":257,"y":30,"h":25},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":150,"x":0,"y":0,"h":23},"c":[{"id":"BasePanel_TopMid","b":{"w":112,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":144,"x":3,"y":3,"h":17},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-15},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":4,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":112,"x":19,"y":20,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":131,"y":4,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":147,"y":19,"h":-15},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":131,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":132,"x":5,"y":-1,"h":25},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":134,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]},{"id":"WhoClassMenu_Label","b":{"w":144,"x":4,"y":2,"h":18},"c":[]}]},{"id":"Who_Display_List_Label","b":{"w":116,"x":8,"y":442,"h":20},"c":[]},{"id":"Who_My_Options_Label","b":{"w":141,"x":13,"y":6,"h":20},"c":[]},{"id":"Who_Filter_Options_Label","b":{"w":127,"x":15,"y":32,"h":20},"c":[]},{"id":"Who_Player_Class_Label","b":{"w":104,"x":165,"y":31,"h":20},"c":[]},{"id":"Who_FilterField","b":{"w":255,"x":166,"y":103,"h":20},"c":[{"id":"Who_Filter_Label","b":{"w":50,"x":-1,"y":0,"h":20},"c":[]},{"id":"Who_Filter_Entry","b":{"w":203,"x":44,"y":0,"h":20},"c":[{"id":"Who_FilterEntryBackground","b":{"w":203,"x":0,"y":0,"h":20},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":201,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":183,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":192,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":192,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":183,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":201,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":202,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":201,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]}]},{"id":"Who_Class_Label","b":{"w":132,"x":165,"y":56,"h":20},"c":[]},{"id":"Who_EntryCount_Display","b":{"w":546,"x":7,"y":422,"h":20},"c":[]},{"id":"WhoMembersListBox","b":{"w":540,"x":10,"y":169,"h":248},"c":[{"id":"WhoMemberEntryField_Area","b":{"w":539,"x":0,"y":0,"h":30},"c":[{"id":"WhoMemberNameValue","b":{"w":130,"x":86,"y":4,"h":20},"c":[]},{"id":"WhoMemberAreaValue","b":{"w":208,"x":327,"y":4,"h":20},"c":[]},{"id":"WhoMemberClassIconValue","b":{"w":20,"x":25,"y":4,"h":20},"c":[]},{"id":"WhoIsIn_BG","b":{"w":539,"x":0,"y":0,"h":30},"c":[{"id":"Base_Box_BottomMid","b":{"w":533,"x":3,"y":25,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":3,"x":536,"y":25,"h":3},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":536,"y":1,"h":24},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":533,"x":3,"y":3,"h":23},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":3,"x":535,"y":0,"h":3},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":3,"x":0,"y":0,"h":3},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":533,"x":3,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":1,"h":24},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":3,"x":0,"y":25,"h":3},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"WhoIsInParty","b":{"w":16,"x":7,"y":6,"h":16},"c":[]},{"id":"WhoMemberClassValue","b":{"w":40,"x":46,"y":4,"h":20},"c":[]},{"id":"WhoMemberLevelValue","b":{"w":46,"x":278,"y":4,"h":20},"c":[]},{"id":"WhoMemberRaceValue","b":{"w":60,"x":217,"y":2,"h":24},"c":[]}]}]},{"id":"WhoMemberScrollbar","b":{"w":10,"x":553,"y":167,"h":255},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":245,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":245,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":235},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":215},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":225,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":235},"c":[]}]},{"id":"WhoLevelField","b":{"w":204,"x":218,"y":57,"h":45},"c":[{"id":"Who_Max_Background","b":{"w":40,"x":105,"y":0,"h":28},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":38,"x":1,"y":1,"h":26},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":8},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":17,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":20,"x":9,"y":17,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":29,"y":17,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":29,"y":9,"h":8},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":29,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":20,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":28},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":38,"x":1,"y":27,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":39,"y":0,"h":28},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":38,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"WhoClassMinLabel","b":{"w":70,"x":25,"y":25,"h":20},"c":[]},{"id":"WhoClassMinValue","b":{"w":40,"x":40,"y":0,"h":28},"c":[]},{"id":"WhoClassMaxLabel","b":{"w":71,"x":91,"y":25,"h":20},"c":[]},{"id":"Who_Min_Background","b":{"w":40,"x":40,"y":0,"h":28},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":38,"x":1,"y":1,"h":26},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":8},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":17,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":20,"x":9,"y":17,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":29,"y":17,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":29,"y":9,"h":8},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":29,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":20,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":28},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":38,"x":1,"y":27,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":39,"y":0,"h":28},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":38,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"WhoClassMaxValue","b":{"w":40,"x":105,"y":0,"h":28},"c":[]}]},{"id":"Anon_Vessel","b":{"w":241,"x":157,"y":4,"h":28},"c":[{"id":"Anon_Button","b":{"w":16,"x":8,"y":6,"h":16},"c":[]},{"id":"Anon_Label","b":{"w":176,"x":30,"y":5,"h":20},"c":[]}]},{"id":"WhoMembersHeaderField","b":{"w":544,"x":9,"y":150,"h":21},"c":[{"id":"WhoHeader_AreaTemplate","b":{"w":544,"x":0,"y":0,"h":21},"c":[{"id":"WhoHeaderClassButton","b":{"w":71,"x":14,"y":0,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":51,"y":0,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":51,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"WhoHeaderLevelButton","b":{"w":49,"x":277,"y":0,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":33,"y":-2,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":33,"y":-3,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"WhoHeaderMemberButton","b":{"w":131,"x":86,"y":0,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":83,"y":0,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":83,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"WhoHeaderGuildButton","b":{"w":130,"x":2000,"y":2000,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":83,"y":0,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":83,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"WhoHeaderAreaButton","b":{"w":103,"x":326,"y":0,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":66,"y":0,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":66,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"WhoHeaderRaceButton","b":{"w":57,"x":219,"y":0,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":44,"y":0,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":44,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]}]}]},{"id":"WhoInviteButton","b":{"w":89,"x":358,"y":443,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"WhoTellButton","b":{"w":89,"x":462,"y":443,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]}]},{"id":"LFQuestTabMarker","b":{"w":161,"x":101,"y":470,"h":20},"c":[{"id":"LFP_Tab_Icon","b":{"w":9,"x":7,"y":6,"h":9},"c":[]},{"id":"tab_tier1_left_innards","b":{"w":161,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":37,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":139,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":12,"x":147,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"GroupLFQuestPage","b":{"w":565,"x":0,"y":0,"h":470},"c":[{"id":"LFQuestDisplayField","b":{"w":565,"x":0,"y":0,"h":470},"c":[{"id":"LFQuestFilterField","b":{"w":547,"x":-1,"y":18,"h":106},"c":[{"id":"LFQuest_Level_Field","b":{"w":200,"x":10,"y":53,"h":50},"c":[{"id":"LFQuest_Level_Label","b":{"w":100,"x":0,"y":0,"h":20},"c":[]},{"id":"LFQuest_Level_Min_Field","b":{"w":40,"x":50,"y":0,"h":50},"c":[{"id":"LFQuestClassMinLabel","b":{"w":40,"x":0,"y":0,"h":20},"c":[]},{"id":"LFQuestClassMinValue","b":{"w":40,"x":0,"y":21,"h":28},"c":[]},{"id":"LFQuest_Min_BG","b":{"w":40,"x":0,"y":21,"h":28},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":38,"x":1,"y":1,"h":26},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":8},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":17,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":20,"x":9,"y":17,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":29,"y":17,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":29,"y":9,"h":8},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":29,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":20,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":28},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":38,"x":1,"y":27,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":39,"y":0,"h":28},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":38,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"LFQuest_Level_Max_Field","b":{"w":40,"x":100,"y":0,"h":50},"c":[{"id":"LFQuestClassMaxLabel","b":{"w":40,"x":0,"y":0,"h":20},"c":[]},{"id":"LFQuestClassMaxValue","b":{"w":40,"x":0,"y":21,"h":28},"c":[]},{"id":"LFQuest_NewMax_BG","b":{"w":40,"x":0,"y":21,"h":28},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":38,"x":1,"y":1,"h":26},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":8},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":17,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":20,"x":9,"y":17,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":29,"y":17,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":29,"y":9,"h":8},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":29,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":20,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":28},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":38,"x":1,"y":27,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":39,"y":0,"h":28},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":38,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]}]},{"id":"LFQuest_Class_Field","b":{"w":175,"x":242,"y":53,"h":50},"c":[{"id":"LFQuest_PlayerClass_menu_Label","b":{"w":100,"x":0,"y":0,"h":20},"c":[]},{"id":"LFQuestClassMenu","b":{"w":173,"x":0,"y":22,"h":25},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":173,"x":0,"y":0,"h":23},"c":[{"id":"BasePanel_TopMid","b":{"w":135,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":167,"x":3,"y":3,"h":17},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-15},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":4,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":135,"x":19,"y":20,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":154,"y":4,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":170,"y":19,"h":-15},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":154,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":155,"x":5,"y":-1,"h":25},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":157,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]},{"id":"LFQuestClassMenu_Label","b":{"w":144,"x":4,"y":3,"h":18},"c":[]}]}]},{"id":"LFQuest_Field","b":{"w":406,"x":10,"y":0,"h":50},"c":[{"id":"LFQuestMenu","b":{"w":405,"x":0,"y":22,"h":25},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":405,"x":0,"y":0,"h":23},"c":[{"id":"BasePanel_TopMid","b":{"w":367,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":399,"x":3,"y":3,"h":17},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-15},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":4,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":367,"x":19,"y":20,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":386,"y":4,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":402,"y":19,"h":-15},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":386,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":387,"x":5,"y":-1,"h":25},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":389,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"LFQuest_Label","b":{"w":75,"x":0,"y":0,"h":20},"c":[]},{"id":"LFQuest_ShowDeeds_Field","b":{"w":125,"x":75,"y":0,"h":20},"c":[{"id":"LFQuest_ShowDeeds_CheckBox","b":{"w":16,"x":0,"y":2,"h":16},"c":[]},{"id":"LFQuest_ShowDeeds_Label","b":{"w":105,"x":20,"y":0,"h":20},"c":[]}]}]}]},{"id":"LFQuest_ListBackground","b":{"w":544,"x":7,"y":148,"h":275},"c":[{"id":"Box_01_Background","b":{"w":542,"x":1,"y":1,"h":273},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":542,"x":1,"y":1,"h":273},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":255},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":264,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":524,"x":9,"y":264,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":533,"y":264,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":533,"y":9,"h":255},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":533,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":524,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":275},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":542,"x":1,"y":274,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":543,"y":0,"h":275},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":542,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"LFQuestMembersListBox","b":{"w":540,"x":10,"y":150,"h":268},"c":[]},{"id":"LFQuestMemberScrollbar","b":{"w":10,"x":553,"y":145,"h":280},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":270,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":270,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":260},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":240},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":250,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":260},"c":[]}]},{"id":"LFQuestJoinButton","b":{"w":89,"x":188,"y":443,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"LFQuestTellButton","b":{"w":89,"x":280,"y":443,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":53,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":50,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":68,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"LFQuest_FindButton","b":{"w":97,"x":446,"y":18,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":61,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":58,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":76,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"LFQuest_MyQuestsButton","b":{"w":97,"x":446,"y":40,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":61,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":58,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":76,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"LFQuest_AddButton","b":{"w":97,"x":446,"y":79,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":61,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":58,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":76,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"LFQuest_RemoveButton","b":{"w":97,"x":446,"y":101,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":61,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":58,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":76,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"LFQuest_Unavailable_Overlay","b":{"w":545,"x":5,"y":6,"h":117},"c":[{"id":"LFQuest_Unavailable_Overlay_Text","b":{"w":303,"x":136,"y":29,"h":42},"c":[]}]},{"id":"LFQuest_EntryCount_Display","b":{"w":546,"x":7,"y":422,"h":20},"c":[]},{"id":"LFQuestMembersHeader","b":{"w":544,"x":8,"y":130,"h":17},"c":[{"id":"LFQuestHeaderLevelButton","b":{"w":40,"x":157,"y":1,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":27,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":27,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"LFQuestHeaderMemberButton","b":{"w":97,"x":53,"y":0,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":70,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":70,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"LFQuestHeaderAreaButton","b":{"w":77,"x":215,"y":1,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":63,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":63,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"LFQuest_Classes_Label","b":{"w":155,"x":270,"y":-4,"h":20},"c":[]},{"id":"LFQuestHeaderMemberListButton","b":{"w":77,"x":390,"y":1,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":63,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":63,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]},{"id":"LFQuestHeaderStatusButton","b":{"w":55,"x":0,"y":0,"h":20},"c":[{"id":"ArrowUp","b":{"w":16,"x":40,"y":-1,"h":16},"c":[],"assets":["0x4101DB45"]},{"id":"ArrowDown","b":{"w":16,"x":40,"y":-1,"h":16},"c":[],"assets":["0x41007E18"]}]}]}]}]},{"id":"WhoTabMarker","b":{"w":103,"x":-1,"y":470,"h":20},"c":[{"id":"WhoTab_Icon","b":{"w":9,"x":7,"y":6,"h":9},"c":[]},{"id":"tab_tier1_left_innards","b":{"w":103,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":37,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":81,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":12,"x":89,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]}]},{"id":"Friends_Page","b":{"w":565,"x":7,"y":27,"h":500},"c":[{"id":"FriendsPagePanel","b":{"w":565,"x":0,"y":0,"h":500},"c":[{"id":"FriendsTabMarker","b":{"w":160,"x":-1,"y":470,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":160,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":37,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":138,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":12,"x":146,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"IgnoreTabMarker","b":{"w":160,"x":158,"y":470,"h":20},"c":[{"id":"tab_tier1_left_innards","b":{"w":160,"x":0,"y":0,"h":20},"c":[{"id":"tab_front_w","b":{"w":37,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":138,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":12,"x":146,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"FriendsPage","b":{"w":565,"x":0,"y":0,"h":470},"c":[{"id":"FriendListBox","b":{"w":540,"x":10,"y":58,"h":371},"c":[]},{"id":"FriendsScrollbar","b":{"w":10,"x":553,"y":54,"h":380},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":370,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":370,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":360},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":340},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":350,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":360},"c":[]}]},{"id":"FriendNoteButton","b":{"w":93,"x":250,"y":439,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"FriendTellButton","b":{"w":93,"x":437,"y":439,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"FriendInviteButton","b":{"w":93,"x":343,"y":439,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"FriendsListBox_BG","b":{"w":544,"x":7,"y":54,"h":380},"c":[{"id":"Box_01_Background","b":{"w":542,"x":1,"y":1,"h":378},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":542,"x":1,"y":1,"h":378},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":360},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":369,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":524,"x":9,"y":369,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":533,"y":369,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":533,"y":9,"h":360},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":533,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":524,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":380},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":542,"x":1,"y":379,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":543,"y":0,"h":380},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":542,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"FriendAddButton","b":{"w":93,"x":29,"y":439,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"FriendRemoveButton","b":{"w":93,"x":124,"y":439,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"FriendsHeader","b":{"w":544,"x":6,"y":34,"h":17},"c":[{"id":"FriendHeaderMemberButton","b":{"w":120,"x":92,"y":0,"h":16},"c":[]},{"id":"FriendHeaderLevelButton","b":{"w":35,"x":64,"y":0,"h":16},"c":[]},{"id":"FriendHeaderClassButton","b":{"w":40,"x":25,"y":0,"h":16},"c":[]},{"id":"FriendHeaderFellowshipButton","b":{"w":16,"x":3,"y":2,"h":16},"c":[],"assets":["0x4100000B"]},{"id":"FriendHeaderNoteButton","b":{"w":109,"x":434,"y":0,"h":16},"c":[]},{"id":"FriendHeaderLocationButton","b":{"w":100,"x":215,"y":0,"h":16},"c":[]},{"id":"FriendHeaderLastOnButton","b":{"w":109,"x":323,"y":0,"h":16},"c":[]}]}]},{"id":"IgnorePage","b":{"w":565,"x":0,"y":0,"h":470},"c":[{"id":"IgnoreList_BG","b":{"w":544,"x":7,"y":54,"h":380},"c":[{"id":"Box_01_Background","b":{"w":542,"x":1,"y":1,"h":378},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":542,"x":1,"y":1,"h":378},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":360},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":369,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":524,"x":9,"y":369,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":533,"y":369,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":533,"y":9,"h":360},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":533,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":524,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":380},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":542,"x":1,"y":379,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":543,"y":0,"h":380},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":542,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"IgnoreAddButton","b":{"w":93,"x":130,"y":439,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"IgnoreRemoveButton","b":{"w":93,"x":228,"y":439,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"IgnoreListBox","b":{"w":540,"x":10,"y":58,"h":371},"c":[]},{"id":"IgnoreScrollbar","b":{"w":10,"x":553,"y":54,"h":380},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":370,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":370,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":360},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":340},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":350,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":360},"c":[]}]},{"id":"IgnoreNoteButton","b":{"w":93,"x":324,"y":439,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":57,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":54,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":72,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"IgnoreHeader","b":{"w":544,"x":6,"y":34,"h":17},"c":[{"id":"IgnoreHeaderNoteButton","b":{"w":120,"x":270,"y":2,"h":16},"c":[]},{"id":"IgnoreHeaderMemberButton","b":{"w":120,"x":0,"y":0,"h":16},"c":[]}]}]}]}]},{"id":"Kinship_Page","b":{"w":565,"x":7,"y":27,"h":500},"c":[{"id":"Guild2Field","b":{"w":565,"x":0,"y":0,"h":470},"c":[{"id":"GuildMembers_Field","b":{"w":565,"x":4,"y":162,"h":281},"c":[{"id":"GuildMembersHeader","b":{"w":544,"x":5,"y":5,"h":22},"c":[{"id":"GuildHeaderShowOnline","b":{"w":16,"x":262,"y":3,"h":16},"c":[]},{"id":"GuildHeaderClassButton","b":{"w":40,"x":0,"y":0,"h":22},"c":[]},{"id":"GuildHeaderLevelButton","b":{"w":40,"x":24,"y":0,"h":22},"c":[]},{"id":"GuildHeaderRankButton","b":{"w":54,"x":202,"y":0,"h":22},"c":[]},{"id":"GuildHeaderMemberButton","b":{"w":99,"x":67,"y":0,"h":22},"c":[]},{"id":"GuildHeaderAreaButton","b":{"w":182,"x":362,"y":0,"h":22},"c":[]},{"id":"GuildHeaderJoinDateButton","b":{"w":182,"x":362,"y":0,"h":22},"c":[]},{"id":"GuildHeaderLastLogoutButton","b":{"w":54,"x":280,"y":0,"h":22},"c":[]},{"id":"GuildHeaderPlayerNoteButton","b":{"w":182,"x":362,"y":0,"h":22},"c":[]},{"id":"GuildHeaderChangeView","b":{"w":20,"x":340,"y":1,"h":20},"c":[],"assets":["0x410D3FB8","0x410D3FB6","0x410D3FB7"]}]},{"id":"GuildMembers_BG","b":{"w":544,"x":4,"y":29,"h":248},"c":[{"id":"Box_01_Background","b":{"w":542,"x":1,"y":1,"h":246},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":542,"x":1,"y":1,"h":246},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":228},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":237,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":524,"x":9,"y":237,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":533,"y":237,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":533,"y":9,"h":228},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":533,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":524,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":248},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":542,"x":1,"y":247,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":543,"y":0,"h":248},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":542,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"GuildMembersListBox","b":{"w":540,"x":6,"y":30,"h":244},"c":[]},{"id":"GuildMemberScrollbar","b":{"w":10,"x":548,"y":31,"h":244},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":234,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":234,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":224},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":204},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":214,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":224},"c":[]}]}]},{"id":"GuildName_Field","b":{"w":547,"x":6,"y":4,"h":64},"c":[{"id":"GuildNameField_BG","b":{"w":442,"x":103,"y":4,"h":31},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":440,"x":1,"y":1,"h":29},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":11},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":20,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":422,"x":9,"y":20,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":431,"y":20,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":431,"y":9,"h":11},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":431,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":422,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":31},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":440,"x":1,"y":30,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":441,"y":0,"h":31},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":440,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"GuildNameLabel","b":{"w":61,"x":41,"y":4,"h":31},"c":[]},{"id":"GuildNameValue","b":{"w":433,"x":108,"y":6,"h":25},"c":[],"assets":["0x41007E15"]},{"id":"GuildName_ButtonField","b":{"w":210,"x":168,"y":36,"h":30},"c":[{"id":"GuildSetSuccessorButton","b":{"w":92,"x":0,"y":3,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":56,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":53,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":71,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"GuildDisbandButton","b":{"w":100,"x":96,"y":3,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":64,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":61,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":79,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"GuildUsurpButton","b":{"w":70,"x":45,"y":3,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":34,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":31,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":49,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"GuildThemeValue","b":{"w":32,"x":11,"y":5,"h":32},"c":[],"assets":["0x4101E187"]}]},{"id":"GuildCreateInstructions","b":{"w":417,"x":58,"y":60,"h":200},"c":[]},{"id":"GuildLifespanRank_Field","b":{"w":240,"x":10,"y":75,"h":20},"c":[{"id":"GuildLifespanRankLabel","b":{"w":110,"x":0,"y":0,"h":20},"c":[]},{"id":"GuildLifespanRankText","b":{"w":125,"x":111,"y":1,"h":20},"c":[]}]},{"id":"GuildCommandButtons_Field","b":{"w":565,"x":4,"y":445,"h":30},"c":[{"id":"GuildNextPageButton","b":{"w":20,"x":540,"y":0,"h":20},"c":[]},{"id":"GuildPreviousPageButton","b":{"w":20,"x":455,"y":0,"h":20},"c":[]},{"id":"GuildPageCount","b":{"w":65,"x":475,"y":0,"h":20},"c":[]},{"id":"GuildAddMemberButton","b":{"w":70,"x":6,"y":0,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":34,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":31,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":49,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"GuildBootMemberButton","b":{"w":70,"x":83,"y":0,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":34,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":31,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":49,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"GuildPromoteMemberButton","b":{"w":70,"x":160,"y":0,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":34,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":31,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":49,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"GuildDemoteMemberButton","b":{"w":70,"x":237,"y":0,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":34,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":31,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":49,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"GuildQuitButton","b":{"w":70,"x":390,"y":0,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":34,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":31,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":49,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"GuildUpdateMemberNoteButton","b":{"w":70,"x":313,"y":0,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":34,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":31,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":49,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"GuildNextLifespanRank_Field","b":{"w":290,"x":250,"y":75,"h":20},"c":[{"id":"GuildNextLifespanRankLabel","b":{"w":150,"x":0,"y":0,"h":20},"c":[]},{"id":"GuildNextLifespanRankText","b":{"w":140,"x":150,"y":1,"h":20},"c":[]}]},{"id":"GuildMotd_Field","b":{"w":547,"x":7,"y":105,"h":63},"c":[{"id":"GuildMotDScrollbar","b":{"w":10,"x":542,"y":20,"h":41},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":31,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":31,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":21},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":1},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":11,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":21},"c":[]}]},{"id":"GuildSetMotDButton","b":{"w":175,"x":278,"y":0,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":139,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":136,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":154,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"GuildMot_BG","b":{"w":542,"x":4,"y":22,"h":40},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":540,"x":1,"y":1,"h":38},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":20},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":29,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":522,"x":9,"y":29,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":531,"y":29,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":531,"y":9,"h":20},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":531,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":522,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":40},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":540,"x":1,"y":39,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":541,"y":0,"h":40},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":540,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"GuildMotDLabel","b":{"w":264,"x":14,"y":0,"h":20},"c":[]},{"id":"GuildMotDValue","b":{"w":536,"x":6,"y":22,"h":40},"c":[],"assets":["0x41007E15","0x41007F7D"]}]}]}]},{"id":"Raid_Page","b":{"w":565,"x":7,"y":27,"h":500},"c":[{"id":"Raid_ShowRaidAssistWindow_Label","b":{"w":150,"x":405,"y":480,"h":16},"c":[]},{"id":"Raid_ConvertToRaid_Button","b":{"w":154,"x":50,"y":479,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":118,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":115,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":133,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Raid_Group_1_Box","b":{"w":275,"x":4,"y":4,"h":225},"c":[{"id":"Raid_Group_Listbox","b":{"w":273,"x":2,"y":21,"h":200},"c":[]},{"id":"Box_01_Background","b":{"w":273,"x":1,"y":1,"h":223},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":273,"x":1,"y":1,"h":223},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":205},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":214,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":255,"x":9,"y":214,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":264,"y":214,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":264,"y":9,"h":205},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":264,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":255,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Raid_Group_1_Label","b":{"w":60,"x":3,"y":3,"h":16},"c":[]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":273,"x":1,"y":224,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":274,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":273,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Raid_Group_ShowVitals_Group","b":{"w":106,"x":164,"y":4,"h":16},"c":[{"id":"Raid_Group_ShowVitals_Label","b":{"w":90,"x":-1,"y":0,"h":16},"c":[]},{"id":"Raid_Group_ShowVitals_Button","b":{"w":16,"x":88,"y":1,"h":16},"c":[]}]}]},{"id":"Raid_Group_2_Box","b":{"w":275,"x":284,"y":3,"h":225},"c":[{"id":"Raid_Group_Listbox","b":{"w":273,"x":2,"y":21,"h":200},"c":[]},{"id":"Box_01_Background","b":{"w":273,"x":1,"y":1,"h":223},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":273,"x":1,"y":1,"h":223},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":205},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":214,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":255,"x":9,"y":214,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":264,"y":214,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":264,"y":9,"h":205},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":264,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":255,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":273,"x":1,"y":224,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Raid_Group_2_Label","b":{"w":60,"x":3,"y":3,"h":16},"c":[]},{"id":"Box_01_RightBorder","b":{"w":1,"x":274,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":273,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Raid_Group_ShowVitals_Group","b":{"w":106,"x":164,"y":4,"h":16},"c":[{"id":"Raid_Group_ShowVitals_Label","b":{"w":90,"x":-1,"y":0,"h":16},"c":[]},{"id":"Raid_Group_ShowVitals_Button","b":{"w":16,"x":88,"y":1,"h":16},"c":[]}]}]},{"id":"Raid_Group_3_Box","b":{"w":275,"x":4,"y":236,"h":225},"c":[{"id":"Raid_Group_Listbox","b":{"w":273,"x":2,"y":21,"h":200},"c":[]},{"id":"Box_01_Background","b":{"w":273,"x":1,"y":1,"h":223},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":273,"x":1,"y":1,"h":223},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":205},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":214,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":255,"x":9,"y":214,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":264,"y":214,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":264,"y":9,"h":205},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":264,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":255,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":273,"x":1,"y":224,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":274,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":273,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Raid_Group_3_Label","b":{"w":60,"x":3,"y":3,"h":16},"c":[]},{"id":"Raid_Group_ShowVitals_Group","b":{"w":106,"x":164,"y":4,"h":16},"c":[{"id":"Raid_Group_ShowVitals_Label","b":{"w":90,"x":-1,"y":0,"h":16},"c":[]},{"id":"Raid_Group_ShowVitals_Button","b":{"w":16,"x":88,"y":1,"h":16},"c":[]}]}]},{"id":"Raid_Group_4_Box","b":{"w":275,"x":284,"y":236,"h":225},"c":[{"id":"Raid_Group_Listbox","b":{"w":273,"x":2,"y":21,"h":200},"c":[]},{"id":"Box_01_Background","b":{"w":273,"x":1,"y":1,"h":223},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":273,"x":1,"y":1,"h":223},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":205},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":214,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":255,"x":9,"y":214,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":264,"y":214,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":264,"y":9,"h":205},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":264,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":255,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":273,"x":1,"y":224,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":274,"y":0,"h":225},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":273,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Raid_Group_4_Label","b":{"w":60,"x":3,"y":3,"h":16},"c":[]},{"id":"Raid_Group_ShowVitals_Group","b":{"w":106,"x":164,"y":4,"h":16},"c":[{"id":"Raid_Group_ShowVitals_Label","b":{"w":90,"x":-1,"y":0,"h":16},"c":[]},{"id":"Raid_Group_ShowVitals_Button","b":{"w":16,"x":88,"y":1,"h":16},"c":[]}]}]},{"id":"Raid_ShowRaidAssistWindow_Button","b":{"w":16,"x":385,"y":480,"h":16},"c":[]}]},{"id":"GroupingTab","b":{"w":100,"x":5,"y":2,"h":29},"c":[{"id":"tab_tier1_left_innards","b":{"w":99,"x":0,"y":0,"h":29},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":29},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":72,"x":12,"y":0,"h":29},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":82,"y":0,"h":29},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]}]},{"id":"MoveBar","b":{"w":460,"x":63,"y":7,"h":24},"c":[]}]},"ID_UISkin_StackableField":{"id":"StackableField","b":{"w":294,"x":718,"y":484,"h":164},"c":[{"id":"ErrorText","b":{"w":282,"x":6,"y":98,"h":40},"c":[]},{"id":"StackOkButton","b":{"w":69,"x":109,"y":137,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":33,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":30,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":48,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"StackCancelButton","b":{"w":16,"x":268,"y":5,"h":16},"c":[]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":258,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":222,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":92},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":128,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":222,"x":36,"y":128,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":258,"y":128,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":258,"y":36,"h":92},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":222,"x":36,"y":36,"h":92},"c":[],"assets":["0x4100013B"]},{"id":"Stackable_Amount_Full","b":{"w":80,"x":10,"y":79,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":44,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":41,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":59,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Stackable_Amount_Half","b":{"w":80,"x":107,"y":79,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":44,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":41,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":59,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Drag","b":{"w":269,"x":0,"y":0,"h":21},"c":[]},{"id":"Stackable_Amount_Zero","b":{"w":80,"x":203,"y":79,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":44,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":41,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":59,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Label","b":{"w":266,"x":2,"y":4,"h":45},"c":[]},{"id":"Stackable_Amount_Decrease","b":{"w":20,"x":182,"y":52,"h":20},"c":[]},{"id":"HowManyText","b":{"w":177,"x":4,"y":53,"h":20},"c":[]},{"id":"Stackable_Amount_Increase","b":{"w":20,"x":265,"y":52,"h":20},"c":[]},{"id":"EntryField","b":{"w":64,"x":202,"y":52,"h":20},"c":[{"id":"AmountEntry","b":{"w":62,"x":1,"y":1,"h":18},"c":[]},{"id":"Box_01_Empty_InnerShadow","b":{"w":62,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":44,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":53,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":53,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":44,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":62,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":63,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":62,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},"ID_UISkin_Toolbar":{"id":"ToolbarField","b":{"w":1024,"x":353,"y":750,"h":200},"c":[{"id":"ToolbarButton_Slot_3","b":{"w":25,"x":98,"y":157,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"ToolbarButton_Slot_4","b":{"w":25,"x":126,"y":147,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"ToolbarButton_MainMenu_TutorialHighlight_LoginRewardsWindowClosed","b":{"w":38,"x":3,"y":131,"h":53},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":53},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":32,"x":3,"y":50,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":35,"y":0,"h":53},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":32,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]},{"id":"TutorialArrowPointer","b":{"w":1,"x":19,"y":0,"h":1},"c":[]}]},{"id":"ToolbarButton_Slot_5","b":{"w":25,"x":154,"y":158,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"ToolbarButton_Slot_6","b":{"w":25,"x":182,"y":147,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"Toolbar_Quickslot_Page","b":{"w":25,"x":736,"y":136,"h":64},"c":[{"id":"Toolbar_Quickslot_Page","b":{"w":31,"x":-5,"y":0,"h":64},"c":[{"id":"Quickslot_Page_Up","b":{"w":20,"x":8,"y":8,"h":17},"c":[]},{"id":"Quickslot_Page_Down","b":{"w":20,"x":8,"y":37,"h":16},"c":[]},{"id":"Quickslot_Page_Indicator","b":{"w":20,"x":7,"y":16,"h":25},"c":[]},{"id":"Quickslot_Page_Icon","b":{"w":26,"x":3,"y":16,"h":26},"c":[],"assets":["0x4112C2A2","0x4112C24D","0x4112C2A4","0x4112C2A5","0x4112C2A3","0x4112C2A6"]}]}]},{"id":"Toolbar_Quickslot","b":{"w":420,"x":320,"y":147,"h":35},"c":[{"id":"QuickslotListBox","b":{"w":420,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotButtonTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"ItemDisplay_SlottedTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"ItemDisplay_SlottedIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_SlottedOverlay","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"QuickslotOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotLabelText","b":{"w":32,"x":3,"y":23,"h":12},"c":[]}]}]}]},{"id":"ToolbarButton_Slot_7","b":{"w":25,"x":210,"y":158,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"ToolbarFieldMain","b":{"w":1024,"x":0,"y":110,"h":90},"c":[],"assets":["0x41005FB9","0x4112BE9C"]},{"id":"Toolbar_WebstoreButton","b":{"w":66,"x":962,"y":122,"h":69},"c":[{"id":"Toolbar_WebstoreButton_ButtonLabel","b":{"w":42,"x":13,"y":31,"h":20},"c":[]},{"id":"Toolbar_WebstoreButton_ButtonLable_Store","b":{"w":48,"x":10,"y":42,"h":20},"c":[]}]},{"id":"ToolbarFieldMain_LevelMeter_Left_Cap","b":{"w":17,"x":0,"y":187,"h":13},"c":[],"assets":["0x41108D14"]},{"id":"Gameplay_AtunementUI","b":{"w":88,"x":234,"y":111,"h":60},"c":[{"id":"PipDisplay_Atunement_Pips","b":{"w":88,"x":0,"y":0,"h":60},"c":[],"assets":["0x410F1D4C","0x410F1D4D","0x410F1D4E","0x410F1D4F","0x410F1D50","0x410F1D51","0x410F1D52","0x410F1D53","0x410F1D54","0x410F1D55","0x410F1D56","0x410F1D57","0x410F1D58","0x410F1D59","0x410F1D5A","0x410F1D5B","0x410F1D5C","0x410F1D5D","0x410F1D5E"]}]},{"id":"GamePlay_FervorPipDisplay","b":{"w":90,"x":233,"y":110,"h":42},"c":[]},{"id":"ToolbarFieldMain_LevelMeter_Right_Cap","b":{"w":17,"x":1009,"y":187,"h":13},"c":[],"assets":["0x41108D15"]},{"id":"GamePlay_AimPipDisplay","b":{"w":90,"x":233,"y":110,"h":42},"c":[]},{"id":"ToolbarFieldMain_LevelMeter_Mid_Left_Cap","b":{"w":16,"x":397,"y":187,"h":13},"c":[],"assets":["0x41108D16"]},{"id":"WebstoreButton_TutorialHighlight","b":{"w":61,"x":963,"y":120,"h":69},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":69},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":55,"x":3,"y":66,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":58,"y":0,"h":69},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":55,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]},{"id":"TutorialArrowPointer","b":{"w":1,"x":31,"y":0,"h":1},"c":[]}]},{"id":"ToolbarFieldMain_LevelMeter_Mid_Right_Cap","b":{"w":16,"x":608,"y":187,"h":13},"c":[],"assets":["0x41108D17"]},{"id":"LevelMeter","b":{"w":1024,"x":1,"y":181,"h":30},"c":[{"id":"ToolbarFieldMain_LevelMeter_Glass_Overlay","b":{"w":1015,"x":5,"y":7,"h":11},"c":[],"assets":["0x41108D18"]},{"id":"ToolbarButton_RestXP_TutorialHighlight","b":{"w":1019,"x":2,"y":3,"h":17},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":17},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":1013,"x":3,"y":14,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":1016,"y":0,"h":17},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":1013,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]},{"id":"TutorialArrowPointer","b":{"w":1,"x":137,"y":0,"h":1},"c":[]}]},{"id":"LevelMeterFill","b":{"w":1015,"x":5,"y":7,"h":11},"c":[{"id":"LevelMeter_VIPRestMeter","b":{"w":1015,"x":0,"y":0,"h":11},"c":[{"id":"meter_fill","b":{"w":304,"x":0,"y":0,"h":11},"c":[{"id":"meter_fill_image","b":{"w":304,"x":0,"y":0,"h":11},"c":[]}]}]},{"id":"LevelMeter_PurchasedRestMeter","b":{"w":1015,"x":0,"y":0,"h":11},"c":[]}]},{"id":"ToolbarButton_LevelUpXP_TutorialHighlight","b":{"w":1019,"x":2,"y":3,"h":17},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":17},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":1013,"x":3,"y":14,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":1016,"y":0,"h":17},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":1013,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]},{"id":"ToolbarButton_Experience_TutorialHighlight","b":{"w":1019,"x":2,"y":3,"h":17},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":17},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":1013,"x":3,"y":14,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":1016,"y":0,"h":17},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":1013,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]},{"id":"TutorialArrowPointer","b":{"w":1,"x":137,"y":0,"h":1},"c":[]}]},{"id":"LevelMeterText","b":{"w":1020,"x":0,"y":5,"h":15},"c":[]}]},{"id":"ToolbarButton_RightSlot_1","b":{"w":25,"x":762,"y":158,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"ToolbarButton_MainMenu_TutorialHighlight","b":{"w":38,"x":3,"y":131,"h":53},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":53},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":32,"x":3,"y":50,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":35,"y":0,"h":53},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":32,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]},{"id":"TutorialArrowPointer","b":{"w":1,"x":19,"y":0,"h":1},"c":[]}]},{"id":"ToolbarButton_RightSlot_2","b":{"w":25,"x":787,"y":147,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"ToolbarButton_RightSlot_3","b":{"w":25,"x":812,"y":158,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"ToolbarButton_RightSlot_4","b":{"w":25,"x":837,"y":147,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"ToolbarButton_RightSlot_6","b":{"w":25,"x":887,"y":146,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"ToolBarButton_MainMenu","b":{"w":30,"x":6,"y":138,"h":45},"c":[],"assets":["0x411016AE","0x411016AF","0x411016AD"]},{"id":"ToolbarButton_RightSlot_5","b":{"w":25,"x":862,"y":157,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"ToolbarButton_RightSlot_7","b":{"w":25,"x":912,"y":157,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"GamePlay_VenomPipDisplay","b":{"w":100,"x":228,"y":103,"h":50},"c":[]},{"id":"GamePlay_RampagePipDisplay","b":{"w":105,"x":233,"y":85,"h":67},"c":[]},{"id":"AutoAttackIndicatorButton","b":{"w":63,"x":246,"y":128,"h":63},"c":[],"assets":["0x41005FC5","0x41005FC9","0x41005FCD","0x41005F85","0x41005FD1","0x41005F81"]},{"id":"ToolbarButton_Slot_1","b":{"w":25,"x":42,"y":158,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"ToolbarButton_QuickslotPage_TutorialHighlight","b":{"w":31,"x":733,"y":138,"h":56},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":56},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":25,"x":3,"y":53,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":28,"y":0,"h":56},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":25,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]},{"id":"TutorialArrowPointer","b":{"w":1,"x":40,"y":0,"h":1},"c":[]}]},{"id":"ViolentModeIndicator","b":{"w":63,"x":246,"y":128,"h":63},"c":[]},{"id":"ToolbarButton_CustomizeSlots","b":{"w":26,"x":231,"y":169,"h":19},"c":[],"assets":["0x41101B85","0x41101B87","0x41101B86"]},{"id":"ToolbarButton_RightSlot_8","b":{"w":25,"x":937,"y":146,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"ToolbarButton_Slot_2","b":{"w":25,"x":70,"y":147,"h":25},"c":[{"id":"CustomizableSlotButton_DarkenOverlay","b":{"w":19,"x":3,"y":3,"h":19},"c":[],"assets":["0x41007F82"]},{"id":"CustomizableSlotButton_NewInfoHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[],"assets":["0x41122E0C"]},{"id":"CustomizableSlotButton_TutorialHighlight","b":{"w":25,"x":0,"y":0,"h":25},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":25},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":19,"x":3,"y":22,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":22,"y":0,"h":25},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":19,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},{"id":"ToolbarButton_AutoAttack_TutorialHighlight","b":{"w":80,"x":241,"y":110,"h":78},"c":[{"id":"TutorialHighlighter_LeftBorder","b":{"w":3,"x":0,"y":0,"h":78},"c":[],"assets":["0x41007ED6"]},{"id":"TutorialHighlighter_BottomBorder","b":{"w":74,"x":3,"y":75,"h":3},"c":[],"assets":["0x41007ED7"]},{"id":"TutorialHighlighter_RightBorder","b":{"w":3,"x":77,"y":0,"h":78},"c":[],"assets":["0x41007ED8"]},{"id":"TutorialHighlighter_TopBorder","b":{"w":74,"x":3,"y":0,"h":3},"c":[],"assets":["0x41007ED9"]}]}]},"ID_UISkin_Toolbar_Quickslot_Extended_Scaler":{"id":"Toolbar_Quickslot_Extended_Scaler","b":{"w":460,"x":635,"y":703,"h":175},"c":[{"id":"Toolbar_Quickslot_Extended","b":{"w":420,"x":40,"y":0,"h":175},"c":[{"id":"QuickslotBar_DockedCtrl","b":{"w":420,"x":0,"y":140,"h":35},"c":[{"id":"Quickslots_BG_Horiz","b":{"w":420,"x":0,"y":0,"h":35},"c":[]},{"id":"Quickslots_BG_Vert","b":{"w":35,"x":0,"y":0,"h":420},"c":[]},{"id":"OrientationToggle","b":{"w":20,"x":7,"y":7,"h":20},"c":[]},{"id":"QuickslotListBox","b":{"w":420,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotButtonTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillQuickslotDisplayTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"RealQuickslotSkillDisplay","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotSkillToggleOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillAvailableOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillRangeOverlay","b":{"w":12,"x":23,"y":4,"h":12},"c":[]},{"id":"QuickslotNewlyShortcutSkillOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillRecallOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"Overlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"QuickslotSkillGhostedOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillPlayingOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillOnDeckOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]}]},{"id":"QuickslotLabelText","b":{"w":32,"x":3,"y":23,"h":12},"c":[]}]}]}]},{"id":"QuickslotBar_DockedAlt","b":{"w":420,"x":0,"y":105,"h":35},"c":[{"id":"Quickslots_BG_Horiz","b":{"w":420,"x":0,"y":0,"h":35},"c":[]},{"id":"Quickslots_BG_Vert","b":{"w":35,"x":0,"y":0,"h":420},"c":[]},{"id":"OrientationToggle","b":{"w":20,"x":7,"y":7,"h":20},"c":[]},{"id":"QuickslotListBox","b":{"w":420,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotButtonTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillQuickslotDisplayTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"RealQuickslotSkillDisplay","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotSkillToggleOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillAvailableOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillRangeOverlay","b":{"w":12,"x":23,"y":4,"h":12},"c":[]},{"id":"QuickslotNewlyShortcutSkillOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillRecallOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"Overlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"QuickslotSkillGhostedOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillPlayingOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillOnDeckOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotSkillErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]}]},{"id":"QuickslotLabelText","b":{"w":32,"x":3,"y":23,"h":12},"c":[]}]}]}]},{"id":"QuickslotBar_DockedShift","b":{"w":420,"x":0,"y":70,"h":35},"c":[{"id":"Quickslots_BG_Horiz","b":{"w":420,"x":0,"y":0,"h":35},"c":[]},{"id":"Quickslots_BG_Vert","b":{"w":35,"x":0,"y":0,"h":420},"c":[]},{"id":"OrientationToggle","b":{"w":20,"x":7,"y":7,"h":20},"c":[]},{"id":"QuickslotListBox","b":{"w":420,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotButtonTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotLabelText","b":{"w":32,"x":3,"y":23,"h":12},"c":[]},{"id":"QuickslotEmptyTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]}]},{"id":"QuickslotBar_DockedExtraBar1","b":{"w":420,"x":0,"y":0,"h":35},"c":[{"id":"Quickslots_BG_Horiz","b":{"w":420,"x":0,"y":0,"h":35},"c":[]},{"id":"Quickslots_BG_Vert","b":{"w":35,"x":0,"y":0,"h":420},"c":[]},{"id":"OrientationToggle","b":{"w":20,"x":7,"y":7,"h":20},"c":[]},{"id":"QuickslotListBox","b":{"w":420,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotButtonTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotLabelText","b":{"w":32,"x":3,"y":23,"h":12},"c":[]},{"id":"QuickslotEmptyTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]}]},{"id":"QuickslotBar_DockedExtraBar2","b":{"w":420,"x":0,"y":0,"h":35},"c":[{"id":"Quickslots_BG_Horiz","b":{"w":420,"x":0,"y":0,"h":35},"c":[]},{"id":"Quickslots_BG_Vert","b":{"w":35,"x":0,"y":0,"h":420},"c":[]},{"id":"OrientationToggle","b":{"w":20,"x":7,"y":7,"h":20},"c":[]},{"id":"QuickslotListBox","b":{"w":420,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotButtonTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"QuickslotOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"QuickslotLabelText","b":{"w":32,"x":3,"y":23,"h":12},"c":[]},{"id":"QuickslotEmptyTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]}]}]}]}]},"ID_UISkin_TrackerManager":{"id":"TrackerManager","b":{"w":300,"x":0,"y":322,"h":270},"c":[{"id":"TrackerManager_Listbox","b":{"w":300,"x":0,"y":20,"h":170},"c":[]},{"id":"HiddenDragBox_DragBox","b":{"w":300,"x":0,"y":20,"h":250},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":298,"x":1,"y":1,"h":248},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":230},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":239,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":280,"x":9,"y":239,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":289,"y":239,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":289,"y":9,"h":230},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":289,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":280,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":250},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":298,"x":1,"y":249,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":299,"y":0,"h":250},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":298,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":300,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":23,"y":0,"h":20},"c":[]}]},"ID_UISkin_TraitManager_Window":{"id":"TraitManager_Window","b":{"w":703,"x":183,"y":113,"h":473},"c":[{"id":"TraitManager_CloseButton","b":{"w":16,"x":677,"y":23,"h":16},"c":[]},{"id":"TraitManager_MoveBar","b":{"w":656,"x":20,"y":10,"h":24},"c":[]},{"id":"TraitManager_NameText","b":{"w":440,"x":1982,"y":1996,"h":20},"c":[]},{"id":"TraitManager_CannotUseTraitManager","b":{"w":703,"x":0,"y":0,"h":473},"c":[{"id":"TraitManager_CannotUseTraitManager_Reason_CannotUseSkirmishes_Text","b":{"w":408,"x":147,"y":99,"h":274},"c":[]}]},{"id":"TraitManager_CanUseTraitManager","b":{"w":703,"x":0,"y":0,"h":473},"c":[{"id":"TraitManager_BaseBox_Left","b":{"w":685,"x":9,"y":42,"h":418},"c":[{"id":"TraitsJournal_Page","b":{"w":685,"x":4,"y":1,"h":418},"c":[{"id":"Slots_Race_Tier_1","b":{"w":385,"x":0,"y":114,"h":44},"c":[{"id":"Slot_Race_1_1","b":{"w":40,"x":145,"y":3,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Race_1_2","b":{"w":40,"x":187,"y":3,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Race_1_3","b":{"w":40,"x":229,"y":3,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Race_1_4","b":{"w":40,"x":271,"y":3,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Race_1_5","b":{"w":40,"x":313,"y":3,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Race_Tier_Label","b":{"w":68,"x":80,"y":17,"h":26},"c":[]}]},{"id":"Traits_Tab_Panel","b":{"w":290,"x":389,"y":1,"h":391},"c":[{"id":"Traits_Top","b":{"w":287,"x":1,"y":20,"h":371},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":285,"x":1,"y":1,"h":369},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":351},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":360,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":267,"x":9,"y":360,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":276,"y":360,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":276,"y":9,"h":351},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":276,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":267,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":371},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":285,"x":1,"y":370,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":286,"y":0,"h":371},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":285,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Traits_Common_Tab","b":{"w":95,"x":-1,"y":-1,"h":24},"c":[{"id":"tab_tier1_left_innards","b":{"w":94,"x":0,"y":0,"h":24},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":24},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":67,"x":12,"y":0,"h":24},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":77,"y":0,"h":24},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Traits_Race_Tab","b":{"w":58,"x":91,"y":-1,"h":24},"c":[{"id":"tab_tier1_left_innards","b":{"w":57,"x":0,"y":0,"h":24},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":24},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":30,"x":12,"y":0,"h":24},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":40,"y":0,"h":24},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Traits_Class_Tab","b":{"w":57,"x":146,"y":-1,"h":24},"c":[{"id":"tab_tier1_left_innards","b":{"w":56,"x":0,"y":0,"h":24},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":24},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":29,"x":12,"y":0,"h":24},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":39,"y":0,"h":24},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Traits_Legendary_Tab","b":{"w":90,"x":200,"y":-1,"h":24},"c":[{"id":"tab_tier1_left_innards","b":{"w":89,"x":0,"y":0,"h":24},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":24},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":62,"x":12,"y":0,"h":24},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":72,"y":0,"h":24},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Traits_Common_Page","b":{"w":287,"x":1,"y":21,"h":369},"c":[{"id":"VirtueLongDisplayRoot","b":{"w":281,"x":349,"y":117,"h":62},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":14,"y":15,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":14,"y":15,"h":32},"c":[]},{"id":"TraitLong_BG","b":{"w":273,"x":6,"y":2,"h":60},"c":[{"id":"Base_Box_BottomMid","b":{"w":267,"x":3,"y":55,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":3,"x":270,"y":55,"h":3},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":270,"y":1,"h":54},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":267,"x":3,"y":3,"h":53},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":3,"x":269,"y":0,"h":3},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":3,"x":0,"y":0,"h":3},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":267,"x":3,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":1,"h":54},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":3,"x":0,"y":55,"h":3},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"VirtueRankListbox","b":{"w":227,"x":48,"y":40,"h":15},"c":[{"id":"VirtueRankDisplayTemplate","b":{"w":14,"x":388,"y":132,"h":14},"c":[{"id":"VirtueRankDisplay","b":{"w":14,"x":0,"y":0,"h":14},"c":[]}]}]},{"id":"TraitName","b":{"w":215,"x":49,"y":6,"h":32},"c":[]},{"id":"TraitSlotted","b":{"w":32,"x":14,"y":15,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":14,"y":15,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":14,"y":15,"h":32},"c":[]}]},{"id":"CommonTraitList_SB","b":{"w":10,"x":274,"y":2,"h":364},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":354,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":354,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":344},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":324},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":334,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":344},"c":[]}]}]},{"id":"Traits_Race_Page","b":{"w":287,"x":1,"y":21,"h":369},"c":[{"id":"TraitsRacePool_Background","b":{"w":284,"x":0,"y":0,"h":374},"c":[]},{"id":"TraitsRacePool_List","b":{"w":284,"x":0,"y":0,"h":374},"c":[{"id":"TraitLongDisplayRoot","b":{"w":276,"x":575,"y":185,"h":52},"c":[{"id":"TraitLongDisplayRoot_Ghosting","b":{"w":32,"x":14,"y":10,"h":32},"c":[]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":14,"y":10,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":14,"y":10,"h":32},"c":[]},{"id":"TraitLong_BG","b":{"w":268,"x":6,"y":2,"h":52},"c":[{"id":"Base_Box_BottomMid","b":{"w":262,"x":3,"y":47,"h":3},"c":[],"assets":["0x41000192","0x41000191"]},{"id":"Base_Box_BottomRight","b":{"w":3,"x":265,"y":47,"h":3},"c":[],"assets":["0x4100018D","0x4100018C"]},{"id":"Base_Box_MidRight","b":{"w":3,"x":265,"y":1,"h":46},"c":[],"assets":["0x4100018F","0x4100018E"]},{"id":"Base_Box_Background","b":{"w":262,"x":3,"y":3,"h":45},"c":[],"assets":["0x41000190"]},{"id":"Base_Box_TopRight","b":{"w":3,"x":264,"y":0,"h":3},"c":[],"assets":["0x41000183","0x41000182"]},{"id":"Base_Box_TopLeft","b":{"w":3,"x":0,"y":0,"h":3},"c":[],"assets":["0x41000185","0x41000184"]},{"id":"Base_Box_TopMid","b":{"w":262,"x":3,"y":0,"h":3},"c":[],"assets":["0x41000187","0x41000186"]},{"id":"Base_Box_MidLeft","b":{"w":3,"x":0,"y":1,"h":46},"c":[],"assets":["0x41000189","0x41000188"]},{"id":"Base_Box_BottomLeft","b":{"w":3,"x":0,"y":47,"h":3},"c":[],"assets":["0x4100018B","0x4100018A"]}]},{"id":"TraitName","b":{"w":216,"x":48,"y":7,"h":40},"c":[]},{"id":"TraitSlotted","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":14,"y":10,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":14,"y":10,"h":32},"c":[]}]},{"id":"RaceTraitList_SB","b":{"w":10,"x":271,"y":2,"h":369},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":359,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":359,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":349},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":329},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":339,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":349},"c":[]}]}]}]},{"id":"Traits_Class_Page","b":{"w":287,"x":1,"y":21,"h":369},"c":[{"id":"TraitsClassPool_Background","b":{"w":284,"x":0,"y":0,"h":374},"c":[]},{"id":"TraitsClassPool_List","b":{"w":284,"x":0,"y":0,"h":374},"c":[{"id":"ClassTraitList_SB","b":{"w":10,"x":271,"y":2,"h":369},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":359,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":359,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":349},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":329},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":339,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":349},"c":[]}]}]}]},{"id":"Traits_Legendary_Page","b":{"w":287,"x":1,"y":21,"h":369},"c":[{"id":"LegendaryTraitList_SB","b":{"w":10,"x":274,"y":2,"h":364},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":354,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":354,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":344},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":324},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":334,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":344},"c":[]}]}]}]},{"id":"Slots_Class_Tier_1","b":{"w":385,"x":0,"y":162,"h":44},"c":[{"id":"Slot_Class_1_1","b":{"w":40,"x":8,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Class_1_2","b":{"w":40,"x":50,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Class_1_3","b":{"w":40,"x":92,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Class_1_4","b":{"w":40,"x":134,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Class_1_5","b":{"w":40,"x":176,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Class_1_6","b":{"w":40,"x":218,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Class_1_7","b":{"w":40,"x":260,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Class_Tier_Label","b":{"w":93,"x":301,"y":21,"h":22},"c":[]}]},{"id":"Slots_Common_Tier_1","b":{"w":385,"x":0,"y":21,"h":88},"c":[{"id":"Slot_Common_1_9","b":{"w":40,"x":101,"y":42,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Common_1_10","b":{"w":40,"x":143,"y":42,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Common_1_11","b":{"w":40,"x":185,"y":42,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Common_1_1","b":{"w":40,"x":17,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Common_1_12","b":{"w":40,"x":227,"y":42,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Common_1_2","b":{"w":40,"x":59,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Common_1_3","b":{"w":40,"x":101,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Common_1_4","b":{"w":40,"x":143,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Common_1_5","b":{"w":40,"x":185,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Common_1_6","b":{"w":40,"x":227,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Common_1_7","b":{"w":40,"x":17,"y":42,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Common_1_8","b":{"w":40,"x":59,"y":42,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Common_Tier_Label","b":{"w":130,"x":270,"y":23,"h":23},"c":[]}],"assets":["0x410EA11F","0x410F34EA"]},{"id":"Slots_Legendary_Tier_1","b":{"w":385,"x":0,"y":210,"h":44},"c":[{"id":"Slot_Legendary_1_3","b":{"w":40,"x":307,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Legendary_Tier_Label","b":{"w":140,"x":107,"y":23,"h":20},"c":[]},{"id":"Slot_Legendary_1_1","b":{"w":40,"x":223,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Legendary_1_2","b":{"w":40,"x":265,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":32,"x":5,"y":4,"h":32},"c":[{"id":"Trait_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitIcon","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"TraitSlotOverlay_Ghosting","b":{"w":32,"x":5,"y":4,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"TraitSlotOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA719","0x410EA71A","0x410EA71B","0x410EA718"]},{"id":"TraitSlot_BuyNow","b":{"w":33,"x":3,"y":4,"h":32},"c":[]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]}],"assets":["0x410EA122","0x410F34EB"]},{"id":"TraitManagerPanel_Equipped_Label","b":{"w":380,"x":0,"y":0,"h":20},"c":[]}]},{"id":"SkirmishTraitsJournal_Page","b":{"w":685,"x":4,"y":1,"h":418},"c":[{"id":"Slots_Skirmish_Training_Tier_1","b":{"w":385,"x":0,"y":139,"h":44},"c":[{"id":"Slot_Skirmish_Training_1_1","b":{"w":40,"x":171,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Skirmish_Training_1_2","b":{"w":40,"x":219,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Skirmish_Training_1_3","b":{"w":40,"x":267,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Skirmish_Training_1_4","b":{"w":40,"x":315,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Skirmish_Training_Tier_Label","b":{"w":140,"x":42,"y":11,"h":20},"c":[]}],"assets":["0x410EA122","0x410F34EB","0x410FF860"]},{"id":"Slots_Skirmish_Personal_Tier_1","b":{"w":385,"x":0,"y":198,"h":44},"c":[{"id":"Slot_Skirmish_Personal_1_1","b":{"w":40,"x":219,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Skirmish_Personal_1_2","b":{"w":40,"x":267,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Skirmish_Personal_1_3","b":{"w":40,"x":315,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Skirmish_Personal_Tier_Label","b":{"w":130,"x":43,"y":11,"h":23},"c":[]}],"assets":["0x410FF861","0x410EA11F","0x410F34EA"]},{"id":"Skirmish_Traits_Tab_Panel","b":{"w":290,"x":389,"y":1,"h":391},"c":[{"id":"Skirmish_Traits_Top","b":{"w":287,"x":1,"y":20,"h":371},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":285,"x":1,"y":1,"h":369},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":351},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":360,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":267,"x":9,"y":360,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":276,"y":360,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":276,"y":9,"h":351},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":276,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":267,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":371},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":285,"x":1,"y":370,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":286,"y":0,"h":371},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":285,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Traits_Skirmish_Role_Tab","b":{"w":89,"x":0,"y":2,"h":18},"c":[{"id":"tab_tier1_left_innards","b":{"w":88,"x":0,"y":0,"h":18},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":18},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":61,"x":12,"y":0,"h":18},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":71,"y":0,"h":18},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Traits_Skirmish_Skill_Tab","b":{"w":51,"x":86,"y":2,"h":18},"c":[{"id":"tab_tier1_left_innards","b":{"w":50,"x":0,"y":0,"h":18},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":18},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":23,"x":12,"y":0,"h":18},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":33,"y":0,"h":18},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Traits_Skirmish_Training_Tab","b":{"w":77,"x":134,"y":2,"h":18},"c":[{"id":"tab_tier1_left_innards","b":{"w":76,"x":0,"y":0,"h":18},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":18},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":49,"x":12,"y":0,"h":18},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":59,"y":0,"h":18},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Traits_Skirmish_Personal_Tab","b":{"w":76,"x":208,"y":2,"h":18},"c":[{"id":"tab_tier1_left_innards","b":{"w":75,"x":0,"y":0,"h":18},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":18},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":48,"x":12,"y":0,"h":18},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":58,"y":0,"h":18},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Traits_Skirmish_Role_Page","b":{"w":287,"x":1,"y":21,"h":369},"c":[{"id":"Skirmish_RoleTraitList_SB","b":{"w":10,"x":274,"y":2,"h":364},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":354,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":354,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":344},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":324},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":334,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":344},"c":[]}]}]},{"id":"Traits_Skirmish_Skill_Page","b":{"w":287,"x":1,"y":21,"h":369},"c":[{"id":"Skirmish_SkillTraitList_SB","b":{"w":10,"x":274,"y":2,"h":364},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":354,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":354,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":344},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":324},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":334,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":344},"c":[]}]}]},{"id":"Traits_Skirmish_Training_Page","b":{"w":287,"x":1,"y":21,"h":369},"c":[{"id":"Skirmish_TrainingTraitList_SB","b":{"w":10,"x":274,"y":2,"h":364},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":354,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":354,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":344},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":324},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":334,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":344},"c":[]}]}]},{"id":"Traits_Skirmish_Personal_Page","b":{"w":287,"x":1,"y":21,"h":369},"c":[{"id":"Skirmish_PersonalTraitList_SB","b":{"w":10,"x":274,"y":2,"h":364},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":354,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":354,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":344},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":324},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":334,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":344},"c":[]}]}]}]},{"id":"Slots_Skirmish_Role_Tier_1","b":{"w":385,"x":0,"y":21,"h":44},"c":[{"id":"Slot_Skirmish_Role_1_4","b":{"w":40,"x":267,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Skirmish_Role_1_5","b":{"w":40,"x":315,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Skirmish_Role_1_1","b":{"w":40,"x":123,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Skirmish_Role_1_2","b":{"w":40,"x":171,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Skirmish_Role_1_3","b":{"w":40,"x":219,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Skirmish_role_Tier_Label","b":{"w":81,"x":43,"y":11,"h":23},"c":[]}],"assets":["0x410FF85E","0x410EA11F","0x410F34EA"]},{"id":"Slots_Skirmish_Skill_Tier_1","b":{"w":385,"x":0,"y":80,"h":44},"c":[{"id":"Skirmish_Skill_Tier_Label","b":{"w":140,"x":42,"y":11,"h":20},"c":[]},{"id":"Slot_Skirmish_Skill_1_1","b":{"w":40,"x":171,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Skirmish_Skill_1_2","b":{"w":40,"x":219,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Skirmish_Skill_1_3","b":{"w":40,"x":267,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]},{"id":"Slot_Skirmish_Skill_1_4","b":{"w":40,"x":315,"y":2,"h":40},"c":[{"id":"TraitSlotBackground","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410EA717","0x410EA716","0x410EA715"]},{"id":"TraitDisplay","b":{"w":40,"x":0,"y":0,"h":40},"c":[{"id":"StateBarrier","b":{"w":32,"x":4,"y":4,"h":32},"c":[{"id":"TraitLongDisplayRoot_SlotGhosting","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]}]},{"id":"Trait_RolloverOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitNotSlottableOverlay","b":{"w":40,"x":0,"y":0,"h":40},"c":[],"assets":["0x410F6FA7"]},{"id":"TraitIcon","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitRankOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]},{"id":"TraitStaticIconOverlay","b":{"w":32,"x":4,"y":4,"h":32},"c":[]}]},{"id":"TrailUnlockLevelLabel","b":{"w":34,"x":4,"y":3,"h":34},"c":[]}]}],"assets":["0x410EA122","0x410F34EB","0x410FF85F"]},{"id":"Skirmish_TraitManagerPanel_Equipped_Label","b":{"w":380,"x":0,"y":0,"h":20},"c":[]}]},{"id":"Box_01_Empty_InnerShadow","b":{"w":683,"x":1,"y":1,"h":416},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":398},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":407,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":665,"x":9,"y":407,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":674,"y":407,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":674,"y":9,"h":398},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":674,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":665,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":418},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":683,"x":1,"y":417,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":684,"y":0,"h":418},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":683,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"TraitManager_BaseBox_Right","b":{"w":684,"x":14,"y":301,"h":161},"c":[{"id":"TraitManager_BaseBox_Right_costBorder","b":{"w":385,"x":-1,"y":112,"h":22},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":383,"x":1,"y":1,"h":20},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":2},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":11,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":365,"x":9,"y":11,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":374,"y":11,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":374,"y":9,"h":2},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":374,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":365,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":22},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":383,"x":1,"y":21,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":384,"y":0,"h":22},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":383,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}],"assets":["0x410DCF9F"]},{"id":"TraitManager_BaseBox_Right_boxBorder","b":{"w":385,"x":0,"y":0,"h":158},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":383,"x":1,"y":1,"h":156},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":138},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":147,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":365,"x":9,"y":147,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":374,"y":147,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":374,"y":9,"h":138},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":374,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":365,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":158},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":383,"x":1,"y":157,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":384,"y":0,"h":158},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":383,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"TraitManager_PlayerFundsBackground","b":{"w":266,"x":393,"y":141,"h":27},"c":[{"id":"TraitManager_PlayerMoney_Label","b":{"w":86,"x":12,"y":5,"h":20},"c":[]},{"id":"TraitManager_PlayerFunds_Component","b":{"w":159,"x":100,"y":5,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]}],"assets":["0x41005F97"]},{"id":"TraitManager_ReceiptListbox","b":{"w":375,"x":0,"y":2,"h":108},"c":[]},{"id":"TraitManager_ReceiptScrollbar","b":{"w":10,"x":371,"y":2,"h":109},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":99,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":99,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":89},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":69},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":79,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":89},"c":[]}]},{"id":"TraitManager_TotalCost","b":{"w":0,"x":324,"y":111,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"TraitManager_TotalCost_Label","b":{"w":86,"x":70,"y":112,"h":20},"c":[]}]},{"id":"TraitManager_ConfirmButton","b":{"w":96,"x":272,"y":437,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":60,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":57,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":75,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"TraitManager_CancelButton","b":{"w":96,"x":170,"y":437,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":60,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":57,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":75,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"TraitManager_RevertButton","b":{"w":60,"x":102,"y":437,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":24,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":21,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":39,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"TraitManager_BaseBox_BG","b":{"w":701,"x":0,"y":19,"h":452},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":629,"x":36,"y":416,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":665,"y":416,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":665,"y":36,"h":380},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":629,"x":36,"y":36,"h":380},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":665,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":629,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":380},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":416,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"TraitManager_TitleBar","b":{"w":250,"x":226,"y":-10,"h":43},"c":[{"id":"TraitManager_WindowLabel","b":{"w":182,"x":34,"y":15,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]}]},"ID_UISkin_Travel_Window":{"id":"Travel_Window","b":{"w":446,"x":6,"y":113,"h":649},"c":[{"id":"TravelWindow_BaseBox_TitleBar","b":{"w":295,"x":76,"y":-10,"h":42},"c":[{"id":"Travel_NameText","b":{"w":228,"x":33,"y":15,"h":20},"c":[]},{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":260,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":225,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]}]},{"id":"Travel_Currency_MinLevel","b":{"w":126,"x":15,"y":402,"h":20},"c":[]},{"id":"Travel_CloseButton","b":{"w":16,"x":419,"y":25,"h":16},"c":[]},{"id":"Travel_MoveBar","b":{"w":428,"x":7,"y":2,"h":24},"c":[]},{"id":"Travel_Button_Divider","b":{"w":10,"x":220,"y":496,"h":75},"c":[],"assets":["0x411348AE"]},{"id":"Travel_DestinationListField","b":{"w":414,"x":15,"y":39,"h":340},"c":[{"id":"TravelListBoxTemplate_Field","b":{"w":414,"x":0,"y":0,"h":340},"c":[{"id":"TravelListBox","b":{"w":399,"x":4,"y":31,"h":305},"c":[]},{"id":"TravelScrollbar","b":{"w":11,"x":401,"y":34,"h":302},"c":[{"id":"scroll_bottom_field","b":{"w":11,"x":0,"y":292,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":1,"y":292,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":11,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":282},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":262},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":272,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":11,"x":0,"y":10,"h":282},"c":[]}]},{"id":"TravelList_Search_Label","b":{"w":76,"x":50,"y":6,"h":20},"c":[]},{"id":"TravelList_SearchBG","b":{"w":284,"x":130,"y":7,"h":20},"c":[{"id":"Box_01_Background","b":{"w":282,"x":1,"y":1,"h":18},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":282,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":264,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":273,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":273,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":264,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":282,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":283,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":282,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"TravelList_SearchText","b":{"w":280,"x":134,"y":7,"h":20},"c":[]},{"id":"TravelListBox_BG","b":{"w":414,"x":0,"y":32,"h":308},"c":[{"id":"Box_01_Background","b":{"w":412,"x":1,"y":1,"h":306},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":412,"x":1,"y":1,"h":306},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":288},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":297,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":394,"x":9,"y":297,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":403,"y":297,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":403,"y":9,"h":288},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":403,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":394,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":308},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":412,"x":1,"y":307,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":413,"y":0,"h":308},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":412,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Travel_Expand_All_Button","b":{"w":16,"x":9,"y":6,"h":16},"c":[],"assets":["0x411205E5","0x411205E4","0x411205E3"]},{"id":"Travel_Collapse_All_Button","b":{"w":16,"x":29,"y":6,"h":16},"c":[],"assets":["0x411205E6","0x411205E7","0x411205E8"]}]}]},{"id":"Travel_RouteStatus","b":{"w":167,"x":142,"y":402,"h":20},"c":[]},{"id":"Travel_Divider_Horizontal","b":{"w":400,"x":24,"y":380,"h":26},"c":[],"assets":["0x4113486F"]},{"id":"Travel_Currency_Divider_TravelStats_l","b":{"w":10,"x":138,"y":402,"h":20},"c":[],"assets":["0x411348AC"]},{"id":"TravelWindow_PaperItemBalance","b":{"w":87,"x":343,"y":574,"h":33},"c":[{"id":"PaperItemDisplay_Text","b":{"w":48,"x":8,"y":6,"h":20},"c":[]},{"id":"PaperItemServiceBalance_Container","b":{"w":87,"x":0,"y":0,"h":32},"c":[{"id":"balance_box_left","b":{"w":16,"x":0,"y":0,"h":32},"c":[],"assets":["0x41135D34"]},{"id":"balance_box_center","b":{"w":53,"x":16,"y":0,"h":32},"c":[],"assets":["0x41135D32"]},{"id":"balance_box_right","b":{"w":16,"x":69,"y":0,"h":32},"c":[],"assets":["0x41135D33"]}]},{"id":"PaperItemDisplay_Icon","b":{"w":20,"x":59,"y":6,"h":20},"c":[]}]},{"id":"Travel_Currency_Divider_TravelStats_r","b":{"w":10,"x":308,"y":402,"h":20},"c":[],"assets":["0x411348AC"]},{"id":"Travel_Stats_BG_Bar","b":{"w":414,"x":15,"y":402,"h":20},"c":[],"assets":["0x41134872"]},{"id":"TravelWindow_PlayerMoney","b":{"w":264,"x":16,"y":575,"h":28},"c":[{"id":"MoneyDisplay_YourMoney_AllMoney","b":{"w":159,"x":101,"y":6,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"MoneyDisplay_YourMoney_Label","b":{"w":99,"x":11,"y":5,"h":20},"c":[]}]},{"id":"Travel_Divider_Horizontal_2","b":{"w":400,"x":24,"y":472,"h":26},"c":[],"assets":["0x4113486F"]},{"id":"Travel_SwiftTravel","b":{"w":117,"x":312,"y":402,"h":20},"c":[]},{"id":"TravelWindow_PlayerMoney_Border","b":{"w":268,"x":16,"y":574,"h":32},"c":[{"id":"balance_box_left","b":{"w":16,"x":0,"y":0,"h":32},"c":[],"assets":["0x41135D34"]},{"id":"balance_box_center","b":{"w":234,"x":16,"y":0,"h":32},"c":[],"assets":["0x41135D32"]},{"id":"balance_box_right","b":{"w":16,"x":250,"y":0,"h":32},"c":[],"assets":["0x41135D33"]}]},{"id":"Travel_Currency_GoButton","b":{"w":202,"x":13,"y":493,"h":77},"c":[{"id":"Travel_Currency_DestinationCost","b":{"w":86,"x":34,"y":40,"h":24},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"Button_General_Use_New_Left","b":{"w":39,"x":0,"y":0,"h":76},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":124,"x":39,"y":0,"h":76},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":39,"x":163,"y":0,"h":76},"c":[]},{"id":"Travel_Currency_DestinationCost_Free","b":{"w":86,"x":59,"y":40,"h":20},"c":[]},{"id":"Button_General_Use_Highlight_l","b":{"w":68,"x":11,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41135B95"]},{"id":"Button_General_Use_Highlight","b":{"w":68,"x":125,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41135B9A"]},{"id":"Travel_CurrencyButtonLabel_NoRouteSelected","b":{"w":202,"x":0,"y":0,"h":77},"c":[]}]},{"id":"Travel_Territory_Field","b":{"w":405,"x":20,"y":427,"h":20},"c":[{"id":"Travel_Territory","b":{"w":342,"x":63,"y":0,"h":19},"c":[]},{"id":"Travel_Territory_Label","b":{"w":62,"x":0,"y":0,"h":19},"c":[]}]},{"id":"Travel_PaperItem_GoButton","b":{"w":202,"x":230,"y":494,"h":77},"c":[{"id":"Travel_PaperItem_Field","b":{"w":61,"x":68,"y":40,"h":21},"c":[{"id":"Travel_PaperItem_Field_Cost_Container","b":{"w":61,"x":0,"y":0,"h":21},"c":[{"id":"Travel_PaperItem_Field_Cost_Text","b":{"w":24,"x":0,"y":0,"h":20},"c":[]},{"id":"Travel_PaperItem_Field_Cost_Icon","b":{"w":20,"x":29,"y":0,"h":20},"c":[],"assets":["0x41134856"]}]}]},{"id":"Button_General_Use_New_Left","b":{"w":39,"x":0,"y":0,"h":76},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":124,"x":39,"y":0,"h":76},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":39,"x":163,"y":0,"h":76},"c":[]},{"id":"Button_General_Use_Highlight_l","b":{"w":68,"x":11,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41135B95"]},{"id":"Travel_PaperItem_GoButton_Coin","b":{"w":36,"x":153,"y":17,"h":43},"c":[],"assets":["0x411347FF","0x4113489A"]},{"id":"Button_General_Use_Highlight","b":{"w":68,"x":125,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41135B9A"]},{"id":"Travel_PaperItemButtonLabel_NoRouteSelected","b":{"w":202,"x":0,"y":0,"h":77},"c":[]}]},{"id":"TravelWindow_BG","b":{"w":428,"x":8,"y":23,"h":590},"c":[],"assets":["0x411348A7"]},{"id":"Travel_NoDestinationField","b":{"w":441,"x":1,"y":17,"h":603},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":405,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":369,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":531},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":567,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":369,"x":36,"y":567,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":405,"y":567,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":405,"y":36,"h":531},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":369,"x":36,"y":36,"h":531},"c":[],"assets":["0x4100013B"]},{"id":"Travel_NoDestination_Label","b":{"w":432,"x":5,"y":154,"h":194},"c":[]}]},{"id":"Travel_Area_Field","b":{"w":405,"x":20,"y":450,"h":20},"c":[{"id":"Travel_Area","b":{"w":362,"x":42,"y":1,"h":17},"c":[]},{"id":"Travel_Area_Label","b":{"w":39,"x":0,"y":1,"h":17},"c":[]}]},{"id":"TravelWindow_BuyNowButton","b":{"w":202,"x":230,"y":494,"h":77},"c":[{"id":"Button_General_Use_New_Left","b":{"w":39,"x":0,"y":0,"h":76},"c":[]},{"id":"Button_General_Use_New_Mid","b":{"w":124,"x":39,"y":0,"h":76},"c":[]},{"id":"Button_General_Use_New_Right","b":{"w":39,"x":163,"y":0,"h":76},"c":[]},{"id":"Button_General_Use_BuyNow_Highlight_l","b":{"w":68,"x":11,"y":10,"h":58},"c":[],"assets":["0x41134857","0x41134873"]},{"id":"Button_General_Use_BuyNow_Coin","b":{"w":36,"x":149,"y":17,"h":43},"c":[],"assets":["0x4113478C","0x4113485B"]},{"id":"Button_General_Use_BuyNow_Highlight","b":{"w":68,"x":125,"y":10,"h":58},"c":[],"assets":["0x4113478D","0x41134857"]}]},{"id":"TravelWindow_BaseBox_BG","b":{"w":441,"x":1,"y":17,"h":603},"c":[{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":405,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":369,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":531},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":567,"h":36},"c":[],"assets":["0x41135842"]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":369,"x":36,"y":567,"h":36},"c":[],"assets":["0x41135840"]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":405,"y":567,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":405,"y":36,"h":531},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":369,"x":36,"y":36,"h":531},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_BlueGradient_CenterOverlay","b":{"w":428,"x":7,"y":6,"h":590},"c":[],"assets":["0x411351FD"]}]}]},"ID_UISkin_VanguardControl":{"id":"GP_VanguardControl","b":{"w":479,"x":416,"y":532,"h":99},"c":[{"id":"Vanguard_HWField","b":{"w":479,"x":0,"y":0,"h":99},"c":[{"id":"VanguardControl_MenusClosed","b":{"w":479,"x":0,"y":0,"h":99},"c":[]},{"id":"VanguardControl_MenusOpen","b":{"w":479,"x":0,"y":0,"h":231},"c":[]},{"id":"gp_vanguardcontrol_movebar_left","b":{"w":28,"x":6,"y":21,"h":70},"c":[]},{"id":"gp_vanguardcontrol_movebar_right","b":{"w":28,"x":446,"y":21,"h":70},"c":[]},{"id":"gp_vanguardcontrol_movebar_top","b":{"w":460,"x":15,"y":9,"h":15},"c":[]},{"id":"VanguardControl_Element","b":{"w":479,"x":0,"y":0,"h":231},"c":[{"id":"AttackResponse_SkillList_Bar","b":{"w":35,"x":369,"y":26,"h":200},"c":[{"id":"AttackResponse_SkillList","b":{"w":35,"x":0,"y":52,"h":140},"c":[{"id":"AttackResponse_1","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]},{"id":"AttackResponse_2","b":{"w":35,"x":0,"y":35,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]},{"id":"AttackResponse_3","b":{"w":35,"x":0,"y":70,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]},{"id":"AttackResponse_4","b":{"w":35,"x":0,"y":105,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]}]},{"id":"AttackResponse_SkillList_ShowHide","b":{"w":35,"x":0,"y":0,"h":35},"c":[],"assets":["0x41108D07"]}]},{"id":"DefeatResponse_SkillList_Bar","b":{"w":35,"x":408,"y":26,"h":200},"c":[{"id":"DefeatResponse_SkillList","b":{"w":35,"x":0,"y":51,"h":140},"c":[{"id":"DefeatResponse_1","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]},{"id":"DefeatResponse_2","b":{"w":35,"x":0,"y":35,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]},{"id":"DefeatResponse_3","b":{"w":35,"x":0,"y":70,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]},{"id":"DefeatResponse_4","b":{"w":35,"x":0,"y":105,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]}]},{"id":"DefeatResponse_SkillList_ShowHide","b":{"w":35,"x":0,"y":0,"h":35},"c":[],"assets":["0x41108D07"]}]},{"id":"VanguardPipDisplay","b":{"w":191,"x":82,"y":70,"h":14},"c":[{"id":"PipDisplay_Atunement_Pips","b":{"w":191,"x":0,"y":0,"h":14},"c":[],"assets":["0x410F1D4C","0x410F1D4D","0x410F1D4E","0x410F1D4F","0x410F1D50","0x410F1D51","0x410F1D52","0x410F1D53","0x410F1D54","0x410F1D55","0x410F1D56","0x410F1D57","0x410F1D58","0x410F1D59","0x410F1D5A","0x410F1D5B","0x410F1D5C","0x410F1D5D","0x410F1D5E"]}]},{"id":"Hero_s_Death","b":{"w":35,"x":307,"y":34,"h":35},"c":[{"id":"SingleEffect_EffectDisplayChildTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"AttackResponse_ShowHide","b":{"w":35,"x":368,"y":26,"h":52},"c":[{"id":"attackresponse_showhide_icon","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"SingleEffect_EffectDisplayChildTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"attackresponse_showhide_arrow","b":{"w":19,"x":9,"y":37,"h":15},"c":[]}]},{"id":"vanguardcontrol_element_frame","b":{"w":479,"x":0,"y":0,"h":98},"c":[],"assets":["0x4114080F"]},{"id":"DefeatResponse_ShowHide","b":{"w":35,"x":408,"y":26,"h":52},"c":[{"id":"defeatresponse_showhide_icon","b":{"w":35,"x":0,"y":0,"h":35},"c":[{"id":"SingleEffect_EffectDisplayChildTemplate","b":{"w":35,"x":0,"y":0,"h":35},"c":[]}]},{"id":"defeatresponse_showhide_arrow","b":{"w":19,"x":8,"y":37,"h":15},"c":[]}]},{"id":"Killstreak_1","b":{"w":35,"x":80,"y":25,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]},{"id":"Killstreak_2","b":{"w":35,"x":120,"y":25,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]},{"id":"Killstreak_3","b":{"w":35,"x":160,"y":25,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]},{"id":"Killstreak_4","b":{"w":35,"x":200,"y":25,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]},{"id":"Forced_Attack","b":{"w":35,"x":34,"y":25,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]},{"id":"Killstreak_5","b":{"w":35,"x":239,"y":25,"h":35},"c":[{"id":"SkillPanel_SkillIcon","b":{"w":32,"x":3,"y":3,"h":32},"c":[{"id":"SkillSlot_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillSlot_NewOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41008122"]},{"id":"SkillPanel_OnDeckOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_AvailableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_RangeOverlay","b":{"w":12,"x":20,"y":1,"h":12},"c":[],"assets":["0x4112D465","0x41007F48"]},{"id":"SkillPanel_ErrorOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_ToggleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"SkillPanel_PlayingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"SkillSlotResetTimer","b":{"w":32,"x":3,"y":3,"h":32},"c":[]},{"id":"SkillPanel_GhostedOverlay","b":{"w":34,"x":3,"y":3,"h":34},"c":[],"assets":["0x41007E33"]},{"id":"SkillPanel_ComboMatchOverlay","b":{"w":32,"x":3,"y":3,"h":32},"c":[]}]}]},{"id":"gp_vanguardcontrol_movebar_bottom","b":{"w":347,"x":15,"y":75,"h":16},"c":[]}]},{"id":"HiddenDragBox_DragBox","b":{"w":479,"x":0,"y":20,"h":79},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":477,"x":1,"y":1,"h":77},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":59},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":68,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":459,"x":9,"y":68,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":468,"y":68,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":468,"y":9,"h":59},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":468,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":459,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":79},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":477,"x":1,"y":78,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":478,"y":0,"h":79},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":477,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"HiddenDragBox_DragBar","b":{"w":479,"x":0,"y":0,"h":20},"c":[],"assets":["0x41007DF9","0x41007DFA"]},{"id":"HiddenDragBox_TitleText","b":{"w":254,"x":112,"y":0,"h":20},"c":[]}]},"ID_UISkin_VendorBuyStackField":{"id":"VendorBuyStackField","b":{"w":294,"x":718,"y":482,"h":164},"c":[{"id":"VendorBuyStack_Amount_Full","b":{"w":80,"x":10,"y":79,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":44,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":41,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":59,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Base_Box_Silver_Tooltip_TopRight","b":{"w":36,"x":258,"y":0,"h":36},"c":[],"assets":["0x41135841"]},{"id":"VendorBuyStack_Amount_Half","b":{"w":80,"x":107,"y":79,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":44,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":41,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":59,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Base_Box_Silver_Tooltip_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x41135844"]},{"id":"VendorBuyStack_Amount_Zero","b":{"w":80,"x":203,"y":79,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":44,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":41,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":59,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Base_Box_Silver_Tooltip_TopMid","b":{"w":222,"x":36,"y":0,"h":36},"c":[],"assets":["0x4113583E"]},{"id":"Base_Box_Silver_Tooltip_MidLeft","b":{"w":36,"x":0,"y":36,"h":92},"c":[],"assets":["0x41135843"]},{"id":"Base_Box_Silver_Tooltip_BottomLeft","b":{"w":36,"x":0,"y":128,"h":36},"c":[],"assets":["0x41135842"]},{"id":"VendorBuyStack_Amount_Decrease","b":{"w":20,"x":182,"y":52,"h":20},"c":[]},{"id":"Base_Box_Silver_Tooltip_BottomMid","b":{"w":222,"x":36,"y":128,"h":36},"c":[],"assets":["0x41135840"]},{"id":"VendorBuyStack_Amount_Increase","b":{"w":20,"x":265,"y":52,"h":20},"c":[]},{"id":"Base_Box_Silver_Tooltip_BottomRight","b":{"w":36,"x":258,"y":128,"h":36},"c":[],"assets":["0x4113583D"]},{"id":"Base_Box_Silver_Tooltip_MidRight","b":{"w":36,"x":258,"y":36,"h":92},"c":[],"assets":["0x4113583F"]},{"id":"Base_Box_Silver_Tooltip_Background","b":{"w":222,"x":36,"y":36,"h":92},"c":[],"assets":["0x4100013B"]},{"id":"VendorBuyStack_CostDisplay","b":{"w":197,"x":12,"y":120,"h":20},"c":[{"id":"MoneyDisplay_WorthText","b":{"w":42,"x":0,"y":4,"h":14},"c":[]},{"id":"MoneyDisplay_ItemWorthDisplay","b":{"w":0,"x":49,"y":2,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]}]},{"id":"VendorBuyStack_OkButton","b":{"w":69,"x":212,"y":120,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":33,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":30,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":48,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"VendorBuyStack_CancelButton","b":{"w":16,"x":272,"y":6,"h":16},"c":[]},{"id":"Drag","b":{"w":269,"x":0,"y":0,"h":21},"c":[]},{"id":"HowManyText","b":{"w":177,"x":4,"y":53,"h":20},"c":[]},{"id":"VendorBuyStack_ItemDisplay","b":{"w":256,"x":12,"y":6,"h":43},"c":[{"id":"ItemDisplay_ShortIcon","b":{"w":32,"x":0,"y":5,"h":32},"c":[{"id":"ItemDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_SelectedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41000220"]},{"id":"ItemDisplay_RolloverOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_CooldownOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_IASlotOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41112360","0x410EA255","0x410EA2A0","0x41112361","0x410EA2A2","0x4115CB95","0x410EA2A3","0x410EA256","0x4115CB96","0x410EA2A1"]},{"id":"ItemDisplay_OutOfRangeOverlay","b":{"w":12,"x":20,"y":4,"h":12},"c":[],"assets":["0x41007F48"]},{"id":"ItemDisplay_XPBarField","b":{"w":32,"x":0,"y":28,"h":4},"c":[]},{"id":"ItemDisplay_NewItemOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]},{"id":"ItemDisplay_PendingOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E2F"]},{"id":"ItemDisplay_ElligibleOverlay_StateBlocker","b":{"w":32,"x":0,"y":0,"h":32},"c":[{"id":"ItemDisplay_ElligibleOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[]}]},{"id":"ItemDisplay_LockedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E30"]},{"id":"ItemDisplay_QuantityOverlay","b":{"w":32,"x":0,"y":15,"h":12},"c":[]},{"id":"ItemDisplay_BrokenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E32","0x41007E31"]},{"id":"ItemDisplay_IANeedsIdentificationOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9008"]},{"id":"ItemDisplay_GhostedOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E33"]},{"id":"ItemDisplay_DarkenOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007F82"]},{"id":"ItemDisplay_UnusableOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x41007E34"]},{"id":"ItemDisplay_IANeedsReforgeOverlay","b":{"w":32,"x":0,"y":0,"h":32},"c":[],"assets":["0x410E9009"]}]}]},{"id":"ItemDisplay_Name","b":{"w":221,"x":35,"y":0,"h":43},"c":[]}]},{"id":"EntryField","b":{"w":64,"x":202,"y":52,"h":20},"c":[{"id":"VendorBuyStack_EntryText","b":{"w":62,"x":1,"y":1,"h":18},"c":[]},{"id":"Box_01_Empty_InnerShadow","b":{"w":62,"x":1,"y":1,"h":18},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":9,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":44,"x":9,"y":9,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":53,"y":9,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":53,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":44,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":62,"x":1,"y":19,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":63,"y":0,"h":20},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":62,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},"ID_UISkin_Vendor_Window":{"id":"Vendor_Window","b":{"w":412,"x":9,"y":111,"h":488},"c":[{"id":"Vendor_BaseBox_BG","b":{"w":408,"x":1,"y":16,"h":469},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":336,"x":36,"y":433,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":372,"y":433,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":372,"y":36,"h":397},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":336,"x":36,"y":36,"h":397},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":372,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":336,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":397},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":433,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"Vendor_Panel","b":{"w":404,"x":4,"y":53,"h":422},"c":[{"id":"Vendor_BuyTab","b":{"w":94,"x":6,"y":10,"h":23},"c":[{"id":"tab_tier1_left_innards","b":{"w":93,"x":0,"y":0,"h":23},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":23},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":66,"x":12,"y":0,"h":23},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":76,"y":0,"h":23},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Vendor_SellTab","b":{"w":94,"x":100,"y":10,"h":23},"c":[{"id":"tab_tier1_left_innards","b":{"w":93,"x":0,"y":0,"h":23},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":23},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":66,"x":12,"y":0,"h":23},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":76,"y":0,"h":23},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Vendor_BuybackTab","b":{"w":94,"x":194,"y":10,"h":23},"c":[{"id":"tab_tier1_left_innards","b":{"w":93,"x":0,"y":0,"h":23},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":23},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":66,"x":12,"y":0,"h":23},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":76,"y":0,"h":23},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Vendor_BuybackPage","b":{"w":390,"x":8,"y":32,"h":383},"c":[{"id":"Vendor_BuybackListField","b":{"w":384,"x":0,"y":2,"h":357},"c":[{"id":"VendorListBox","b":{"w":368,"x":4,"y":4,"h":349},"c":[]},{"id":"VendorScrollbar","b":{"w":10,"x":370,"y":4,"h":349},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":339,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":339,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":329},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":309},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":319,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":329},"c":[]}]},{"id":"Box_01_Background","b":{"w":382,"x":1,"y":1,"h":355},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":382,"x":1,"y":1,"h":355},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":337},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":346,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":364,"x":9,"y":346,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":373,"y":346,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":373,"y":9,"h":337},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":373,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":364,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":357},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":382,"x":1,"y":356,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":383,"y":0,"h":357},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":382,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Vendor_BuybackButton","b":{"w":128,"x":218,"y":364,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]}]},{"id":"Vendor_BuyPage","b":{"w":390,"x":8,"y":32,"h":383},"c":[{"id":"Vendor_BuyFilterList","b":{"w":142,"x":242,"y":6,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":142,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":104,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":136,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":104,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":123,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":139,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":123,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":124,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":126,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"Vendor_BuyTryOnButton","b":{"w":128,"x":45,"y":364,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Vendor_BuyListField","b":{"w":384,"x":0,"y":30,"h":300},"c":[{"id":"VendorListBox","b":{"w":368,"x":4,"y":4,"h":292},"c":[]},{"id":"VendorScrollbar","b":{"w":10,"x":370,"y":4,"h":292},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":282,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":282,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":272},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":252},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":262,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":272},"c":[]}]},{"id":"Box_01_Background","b":{"w":382,"x":1,"y":1,"h":298},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":382,"x":1,"y":1,"h":298},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":280},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":289,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":364,"x":9,"y":289,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":373,"y":289,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":373,"y":9,"h":280},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":373,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":364,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":300},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":382,"x":1,"y":299,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":383,"y":0,"h":300},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":382,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Vendor_BuyStackDescriptionLabel","b":{"w":384,"x":1,"y":332,"h":28},"c":[]},{"id":"Vendor_BuyButton","b":{"w":128,"x":218,"y":364,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":92,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":89,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":107,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Vendor_BuySortText","b":{"w":44,"x":1,"y":7,"h":20},"c":[]},{"id":"Vendor_BuyFilterText","b":{"w":50,"x":190,"y":7,"h":20},"c":[]},{"id":"Vendor_BuySortList","b":{"w":142,"x":43,"y":6,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":142,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":104,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":136,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":104,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":123,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":139,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":123,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":124,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":126,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]}]},{"id":"Vendor_SellPage","b":{"w":390,"x":8,"y":32,"h":383},"c":[{"id":"Vendor_SellInventoryField","b":{"w":384,"x":0,"y":30,"h":329},"c":[{"id":"VendorListBox","b":{"w":368,"x":4,"y":4,"h":321},"c":[]},{"id":"VendorScrollbar","b":{"w":10,"x":370,"y":4,"h":321},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":311,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":311,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":301},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":281},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":291,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":301},"c":[]}]},{"id":"Box_01_Background","b":{"w":382,"x":1,"y":1,"h":327},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":382,"x":1,"y":1,"h":327},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":309},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":318,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":364,"x":9,"y":318,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":373,"y":318,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":373,"y":9,"h":309},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":373,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":364,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":329},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":382,"x":1,"y":328,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":383,"y":0,"h":329},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":382,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Vendor_SellButton","b":{"w":66,"x":234,"y":364,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":30,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":27,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":45,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Vendor_SellAllButton","b":{"w":80,"x":300,"y":364,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":44,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":41,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":59,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Vendor_SellValueLabel","b":{"w":60,"x":13,"y":364,"h":20},"c":[]},{"id":"Vendor_SellValue","b":{"w":0,"x":235,"y":362,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"Vendor_SellFilterText","b":{"w":60,"x":126,"y":8,"h":20},"c":[]},{"id":"Vendor_SellFilterList","b":{"w":194,"x":190,"y":6,"h":23},"c":[{"id":"Menu_01_SelectionBackground","b":{"w":194,"x":0,"y":0,"h":21},"c":[{"id":"BasePanel_TopMid","b":{"w":156,"x":19,"y":0,"h":3},"c":[],"assets":["0x41000174"]},{"id":"BasePanel_Background","b":{"w":188,"x":3,"y":3,"h":15},"c":[],"assets":["0x4100013B"]},{"id":"BasePanel_TopLeft","b":{"w":19,"x":0,"y":0,"h":19},"c":[],"assets":["0x4100016D"]},{"id":"BasePanel_MidLeft","b":{"w":3,"x":0,"y":19,"h":-17},"c":[],"assets":["0x4100016E"]},{"id":"BasePanel_BottomLeft","b":{"w":19,"x":0,"y":2,"h":19},"c":[],"assets":["0x4100016F"]},{"id":"BasePanel_BottomMid","b":{"w":156,"x":19,"y":18,"h":3},"c":[],"assets":["0x41000170"]},{"id":"BasePanel_BottomRight","b":{"w":19,"x":175,"y":2,"h":19},"c":[],"assets":["0x41000171"]},{"id":"BasePanel_MidRight","b":{"w":3,"x":191,"y":19,"h":-17},"c":[],"assets":["0x41000172"]},{"id":"BasePanel_TopRight","b":{"w":19,"x":175,"y":0,"h":19},"c":[],"assets":["0x41000173"]}]},{"id":"Menu_01_SelectionDisplay","b":{"w":176,"x":5,"y":-1,"h":23},"c":[]},{"id":"Menu_01_SelectionWidget","b":{"w":16,"x":178,"y":5,"h":16},"c":[],"assets":["0x41007E1A","0x4101E50B","0x41007E1B","0x41007E18","0x41007E19"]}]},{"id":"Vendor_SellShowLockedButton","b":{"w":10,"x":6,"y":12,"h":10},"c":[]},{"id":"Vendor_SellShowLockedText","b":{"w":125,"x":20,"y":8,"h":20},"c":[]}]},{"id":"Vendor_RepairTab","b":{"w":94,"x":288,"y":10,"h":23},"c":[{"id":"tab_tier1_left_innards","b":{"w":93,"x":0,"y":0,"h":23},"c":[{"id":"tab_front_w","b":{"w":12,"x":0,"y":0,"h":23},"c":[],"assets":["0x410001E0","0x410001DF"]},{"id":"tab_front_n","b":{"w":66,"x":12,"y":0,"h":23},"c":[],"assets":["0x410001E2","0x410001E1"]},{"id":"tab_front_e","b":{"w":18,"x":76,"y":0,"h":23},"c":[],"assets":["0x410001E4","0x410001E3"]}]}]},{"id":"Vendor_RepairPage","b":{"w":390,"x":8,"y":32,"h":383},"c":[{"id":"Repair_Field","b":{"w":391,"x":0,"y":0,"h":384},"c":[{"id":"Repair_ListField","b":{"w":384,"x":0,"y":27,"h":332},"c":[{"id":"RepairVendorListBox","b":{"w":368,"x":4,"y":4,"h":324},"c":[]},{"id":"RepairVendorScrollbar","b":{"w":10,"x":370,"y":4,"h":324},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":314,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":314,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":304},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":284},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":294,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":304},"c":[]}]},{"id":"Box_01_Background","b":{"w":382,"x":1,"y":1,"h":330},"c":[],"assets":["0x4100013F"]},{"id":"Box_01_InnerShadow","b":{"w":382,"x":1,"y":1,"h":330},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":312},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":321,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":364,"x":9,"y":321,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":373,"y":321,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":373,"y":9,"h":312},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":373,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":364,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_LeftBorder","b":{"w":1,"x":0,"y":0,"h":332},"c":[],"assets":["0x41000141"]},{"id":"Box_01_BottomBorder","b":{"w":382,"x":1,"y":331,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_RightBorder","b":{"w":1,"x":383,"y":0,"h":332},"c":[],"assets":["0x41000141"]},{"id":"Box_01_TopBorder","b":{"w":382,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]},{"id":"Repair_RepairButton","b":{"w":78,"x":303,"y":364,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":42,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":39,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":57,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Repair_ValueLabel","b":{"w":60,"x":0,"y":364,"h":20},"c":[]},{"id":"Repair_RepairCost","b":{"w":160,"x":60,"y":362,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":47,"y":78,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"Repair_RepairAllButton","b":{"w":80,"x":222,"y":364,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":44,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":41,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":59,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Repair_ShowEquippedItemsOnlyText","b":{"w":185,"x":102,"y":8,"h":20},"c":[]},{"id":"Repair_ShowEquippedItemsOnlyButton","b":{"w":10,"x":88,"y":13,"h":10},"c":[]}]}]},{"id":"Vendor_Panel_BG","b":{"w":390,"x":5,"y":32,"h":362},"c":[{"id":"Box_01_Empty_InnerShadow","b":{"w":388,"x":1,"y":1,"h":360},"c":[{"id":"InnerShadow_TopLeft","b":{"w":9,"x":0,"y":0,"h":9},"c":[],"assets":["0x41000162"]},{"id":"InnerShadow_MidLeft","b":{"w":9,"x":0,"y":9,"h":342},"c":[],"assets":["0x41000163"]},{"id":"InnerShadow_BottomLeft","b":{"w":9,"x":0,"y":351,"h":9},"c":[],"assets":["0x41000164"]},{"id":"InnerShadow_BottomMid","b":{"w":370,"x":9,"y":351,"h":9},"c":[],"assets":["0x41000165"]},{"id":"InnerShadow_BottomRight","b":{"w":9,"x":379,"y":351,"h":9},"c":[],"assets":["0x41000166"]},{"id":"InnerShadow_MidRight","b":{"w":9,"x":379,"y":9,"h":342},"c":[],"assets":["0x41000167"]},{"id":"InnerShadow_TopRight","b":{"w":9,"x":379,"y":0,"h":9},"c":[],"assets":["0x41000168"]},{"id":"InnerShadow_TopMid","b":{"w":370,"x":9,"y":0,"h":9},"c":[],"assets":["0x41000169"]}]},{"id":"Box_01_Empty_LeftBorder","b":{"w":1,"x":0,"y":0,"h":362},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_BottomBorder","b":{"w":388,"x":1,"y":361,"h":1},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_RightBorder","b":{"w":1,"x":389,"y":0,"h":362},"c":[],"assets":["0x41000141"]},{"id":"Box_01_Empty_TopBorder","b":{"w":388,"x":1,"y":0,"h":1},"c":[],"assets":["0x41000141"]}]}]},{"id":"Vendor_FindItemsButton","b":{"w":16,"x":367,"y":22,"h":16},"c":[]},{"id":"Vendor_TitleBar","b":{"w":250,"x":80,"y":-10,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"Vendor_WindowLabel","b":{"w":204,"x":23,"y":15,"h":20},"c":[]}]},{"id":"Vendor_MoveBar","b":{"w":340,"x":29,"y":7,"h":24},"c":[]},{"id":"Vendor_CloseButton","b":{"w":16,"x":385,"y":22,"h":16},"c":[]},{"id":"Vendor_BaseBar_high","b":{"w":398,"x":7,"y":19,"h":65},"c":[],"assets":["0x41102B68"]},{"id":"Vendor_BaseBar_Low","b":{"w":399,"x":6,"y":447,"h":34},"c":[],"assets":["0x41102B69"]},{"id":"Vendor_PlayerMoney","b":{"w":264,"x":74,"y":32,"h":28},"c":[{"id":"MoneyDisplay_YourMoney_AllMoney","b":{"w":159,"x":101,"y":6,"h":22},"c":[{"id":"MoneyDisplay_CoinTemplate","b":{"w":53,"x":107,"y":0,"h":22},"c":[{"id":"MoneyDisplay_Text","b":{"w":31,"x":0,"y":1,"h":16},"c":[]},{"id":"MoneyDisplay_Icon_Holder","b":{"w":32,"x":23,"y":0,"h":32},"c":[{"id":"MoneyDisplay_Icon","b":{"w":32,"x":0,"y":0,"h":22},"c":[]}]}]}]},{"id":"MoneyDisplay_YourMoney_Label","b":{"w":99,"x":11,"y":5,"h":20},"c":[]}]}]},"ID_UISkin_VocationTrainer_Window":{"id":"VocationTrainer_Window","b":{"w":348,"x":660,"y":113,"h":375},"c":[{"id":"VocationTrainer_CancelButton","b":{"w":79,"x":222,"y":338,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":43,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":40,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":58,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"VocationTrainer_TrainButton","b":{"w":158,"x":51,"y":337,"h":20},"c":[{"id":"TextButton_Highlight_r","b":{"w":32,"x":122,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583C"]},{"id":"TextButtonReference_Left","b":{"w":20,"x":0,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Mid","b":{"w":119,"x":19,"y":0,"h":20},"c":[]},{"id":"TextButtonReference_Right","b":{"w":20,"x":137,"y":0,"h":20},"c":[]},{"id":"TextButton_Highlight_l","b":{"w":32,"x":3,"y":3,"h":14},"c":[],"assets":["0x41134857","0x4113583B"]}]},{"id":"Scrollbar_Trainer","b":{"w":10,"x":329,"y":68,"h":252},"c":[{"id":"scroll_bottom_field","b":{"w":10,"x":0,"y":242,"h":10},"c":[]},{"id":"UpButton","b":{"w":10,"x":0,"y":242,"h":10},"c":[]},{"id":"DownButton","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"scroll_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[]},{"id":"widget","b":{"w":10,"x":0,"y":10,"h":232},"c":[{"id":"widget_top_field","b":{"w":10,"x":0,"y":0,"h":10},"c":[],"assets":["0x41000280","0x41000281"]},{"id":"widget_mid_field","b":{"w":10,"x":0,"y":10,"h":212},"c":[],"assets":["0x41000282","0x41000283"]},{"id":"widget_bottom_field","b":{"w":10,"x":0,"y":222,"h":10},"c":[],"assets":["0x41000284","0x41000285"]}],"assets":["0x41007E0C","0x4101E50C"]},{"id":"scroll_middle_field","b":{"w":10,"x":0,"y":10,"h":232},"c":[]}]},{"id":"Vendor_BaseBox_BG","b":{"w":345,"x":0,"y":16,"h":357},"c":[{"id":"Base_Box_Silver_BottomMid","b":{"w":273,"x":36,"y":321,"h":36},"c":[],"assets":["0x41000152"]},{"id":"Base_Box_Silver_BottomRight","b":{"w":36,"x":309,"y":321,"h":36},"c":[],"assets":["0x41000153"]},{"id":"Base_Box_Silver_MidRight","b":{"w":36,"x":309,"y":36,"h":285},"c":[],"assets":["0x41000154"]},{"id":"Base_Box_Silver_Background","b":{"w":273,"x":36,"y":36,"h":285},"c":[],"assets":["0x4100013B"]},{"id":"Base_Box_Silver_TopRight","b":{"w":36,"x":309,"y":0,"h":36},"c":[],"assets":["0x4100014D"]},{"id":"Base_Box_Silver_TopLeft","b":{"w":36,"x":0,"y":0,"h":36},"c":[],"assets":["0x4100014E"]},{"id":"Base_Box_Silver_TopMid","b":{"w":273,"x":36,"y":0,"h":36},"c":[],"assets":["0x4100014F"]},{"id":"Base_Box_Silver_MidLeft","b":{"w":36,"x":0,"y":36,"h":285},"c":[],"assets":["0x41000150"]},{"id":"Base_Box_Silver_BottomLeft","b":{"w":36,"x":0,"y":321,"h":36},"c":[],"assets":["0x41000151"]}]},{"id":"VocationTrainer_TitleBar","b":{"w":250,"x":47,"y":-11,"h":42},"c":[{"id":"Base_Box_Titlebar_TopRight","b":{"w":35,"x":215,"y":0,"h":42},"c":[],"assets":["0x41000175"]},{"id":"Base_Box_Titlebar_TopLeft","b":{"w":35,"x":0,"y":0,"h":42},"c":[],"assets":["0x41000176"]},{"id":"Base_Box_Titlebar_TopMid","b":{"w":180,"x":35,"y":0,"h":42},"c":[],"assets":["0x41000177"]},{"id":"VocationTrainer_WindowLabel","b":{"w":108,"x":71,"y":15,"h":20},"c":[]}]},{"id":"VocationTrainer_CloseButton","b":{"w":16,"x":322,"y":22,"h":16},"c":[]},{"id":"VocationTrainer_MoveBar","b":{"w":305,"x":15,"y":2,"h":24},"c":[]},{"id":"VocationTrainer_NameText","b":{"w":301,"x":18,"y":37,"h":35},"c":[]},{"id":"VocationTrainer_DisplayText","b":{"w":317,"x":12,"y":71,"h":252},"c":[]}]}},"assets":{"0x41000162":{"w":9,"h":9,"n":"innershadow_topleft"},"0x41000163":{"w":9,"h":9,"n":"innershadow_left"},"0x41000164":{"w":9,"h":9,"n":"innershadow_bottomleft"},"0x41000165":{"w":9,"h":9,"n":"innershadow_bottom"},"0x41000166":{"w":9,"h":9,"n":"innershadow_bottomright"},"0x41000167":{"w":9,"h":9,"n":"innershadow_right"},"0x41000168":{"w":9,"h":9,"n":"innershadow_topright"},"0x41000169":{"w":9,"h":9,"n":"innershadow_top"},"0x41000141":{"w":256,"h":256,"n":"panel_border"},"0x41007DF9":{"w":1024,"h":20,"n":"hidden_dragbar_normal"},"0x41007DFA":{"w":1024,"h":20,"n":"hidden_dragbar_normal_activated"},"0x41000152":{"w":103,"h":36,"n":"box_silver_bottom"},"0x41000153":{"w":36,"h":36,"n":"box_silver_lower_right"},"0x41000154":{"w":36,"h":237,"n":"box_silver_side_right"},"0x4100013B":{"w":128,"h":128,"n":"base_box_center_silver"},"0x4100014D":{"w":36,"h":36,"n":"box_silver_upper_right"},"0x4100014E":{"w":36,"h":36,"n":"box_silver_upper_left"},"0x4100014F":{"w":434,"h":37,"n":"box_silver_upper"},"0x41000150":{"w":36,"h":105,"n":"box_silver_side_left"},"0x41000151":{"w":36,"h":36,"n":"box_silver_bottom_left"},"0x41103F07":{"w":565,"h":475,"n":"accomplishment_book_background"},"0x41000192":{"w":44,"h":3,"n":"social_panel_list_elements_highlight_bottom_center"},"0x41000191":{"w":44,"h":3,"n":"social_panel_list_elements_normal_bottom_center"},"0x4100018D":{"w":3,"h":3,"n":"social_panel_list_elements_highlight_lower_right"},"0x4100018C":{"w":3,"h":3,"n":"social_panel_list_elements_normal_lower_right"},"0x4100018F":{"w":3,"h":44,"n":"social_panel_list_elements_highlight_middle_right"},"0x4100018E":{"w":3,"h":44,"n":"social_panel_list_elements_normal_middle_right"},"0x41000190":{"w":94,"h":75,"n":"social_panel_list_elements_highlight_center"},"0x41000183":{"w":3,"h":3,"n":"social_panel_list_elements_highlight_top_right"},"0x41000182":{"w":3,"h":3,"n":"social_panel_list_elements_normal_top_right"},"0x41000185":{"w":3,"h":3,"n":"social_panel_list_elements_highlight_top_left"},"0x41000184":{"w":3,"h":3,"n":"social_panel_list_elements_normal_top_left"},"0x41000187":{"w":44,"h":3,"n":"social_panel_list_elements_highlight_top_center"},"0x41000186":{"w":44,"h":3,"n":"social_panel_list_elements_normal_top_center"},"0x41000189":{"w":3,"h":43,"n":"social_panel_list_elements_highlight_middle_left"},"0x41000188":{"w":3,"h":44,"n":"social_panel_list_elements_normal_middle_left"},"0x4100018B":{"w":3,"h":3,"n":"social_panel_list_elements_highlight_bottom_left"},"0x4100018A":{"w":3,"h":3,"n":"social_panel_list_elements_normal_bottom_left"},"0x41007E1A":{"w":16,"h":16,"n":"dropdown_arrow_closed"},"0x41007E1B":{"w":16,"h":16,"n":"dropdown_arrow_closed_rollover"},"0x41007E18":{"w":16,"h":16,"n":"dropdown_arrow_open"},"0x41007E19":{"w":16,"h":16,"n":"dropdown_arrow_open_rollover"},"0x41007E0C":{"w":16,"h":16,"n":"slider_widget"},"0x4101E50C":{"w":16,"h":16,"n":"slider_widget_ghosted"},"0x41000280":{"w":10,"h":10,"n":"scrollbar_10_thumb_top"},"0x41000281":{"w":10,"h":10,"n":"scrollbar_10_thumb_top_mouseover"},"0x41000282":{"w":10,"h":10,"n":"scrollbar_10_thumb_mid"},"0x41000283":{"w":10,"h":10,"n":"scrollbar_10_thumb_mid_mouseover"},"0x41000284":{"w":10,"h":10,"n":"scrollbar_10_thumb_bottom"},"0x41000285":{"w":10,"h":10,"n":"scrollbar_10_thumb_bottom_mouseover"},"0x41134857":{"w":68,"h":58,"n":"buynow_button_highight_ghost"},"0x4113583C":{"w":32,"h":14,"n":"buynow_button_highight_small"},"0x4113583B":{"w":32,"h":14,"n":"buynow_button_highight_l_small"},"0x410FD9FC":{"w":38,"h":34,"n":"characterSlot_Left"},"0x410FD9F5":{"w":38,"h":34,"n":"characterSlot_ghosted_Left"},"0x410FD9F8":{"w":38,"h":34,"n":"characterSlot_high_Left"},"0x410FDA00":{"w":38,"h":34,"n":"characterSlot_roll_Left"},"0x410FD9FE":{"w":25,"h":22,"n":"characterSlot_Sides"},"0x410FD9F6":{"w":25,"h":22,"n":"characterSlot_ghosted_Sides"},"0x410FD9FA":{"w":25,"h":22,"n":"characterSlot_high_Sides"},"0x410FDA01":{"w":25,"h":22,"n":"characterSlot_roll_Sides"},"0x410FD9FB":{"w":29,"h":38,"n":"characterSlot_Center"},"0x410FD9F4":{"w":29,"h":38,"n":"characterSlot_ghosted_Center"},"0x410FD9F7":{"w":29,"h":38,"n":"characterSlot_high_Center"},"0x410FD9FF":{"w":29,"h":38,"n":"characterSlot_roll_Center"},"0x410FD9FD":{"w":39,"h":34,"n":"characterSlot_Right"},"0x410FD9F0":{"w":39,"h":34,"n":"characterSlot_ghosted_Right"},"0x410FD9F1":{"w":39,"h":34,"n":"characterSlot_roll_Right"},"0x411624B8":{"w":265,"h":86,"n":"thewar_common_adorn"},"0x410081AC":{"w":265,"h":86,"n":"ettenmoors_adorn"},"0x410081A5":{"w":265,"h":92,"n":"shire_adorn"},"0x41109FC8":{"w":265,"h":126,"n":"enedwaith_adorn"},"0x410081A6":{"w":265,"h":79,"n":"eredluin_adorn"},"0x410E8E2F":{"w":265,"h":126,"n":"eregion_adorn"},"0x410081A7":{"w":265,"h":69,"n":"angmar_adorn"},"0x410081A8":{"w":265,"h":75,"n":"lonelands_adorn"},"0x410081A9":{"w":265,"h":77,"n":"northdowns_adorn"},"0x4101F10E":{"w":265,"h":106,"n":"evendim_adorn"},"0x410081AA":{"w":265,"h":79,"n":"trollshaws_adorn"},"0x410081AB":{"w":265,"h":90,"n":"mistymountains_adorn"},"0x410E5913":{"w":265,"h":86,"n":"forochel_adorn"},"0x410081A4":{"w":265,"h":70,"n":"breeland_adorn"},"0x41117E29":{"w":265,"h":135,"n":"dunland_adorn"},"0x410001E0":{"w":146,"h":20,"n":"tab_tier1_middle_back_w_sm"},"0x410001DF":{"w":146,"h":20,"n":"tab_tier1_middle_front_w_sm"},"0x410001E2":{"w":131,"h":20,"n":"tab_tier1_middle_back_n_sm"},"0x410001E1":{"w":130,"h":20,"n":"tab_tier1_middle_front_n_sm"},"0x410001E4":{"w":13,"h":20,"n":"tab_tier1_middle_back_e_sm"},"0x410001E3":{"w":13,"h":20,"n":"tab_tier1_middle_front_e_sm"},"0x410E8B18":{"w":265,"h":121,"n":"epic_adorn"},"0x410081AD":{"w":265,"h":102,"n":"class_adorn"},"0x411BAEF6":{"w":256,"h":100,"n":"mordor_black_gate"},"0x411E3B2B":{"w":265,"h":99,"n":"minas_morgul_adorn"},"0x411A4B5D":{"w":265,"h":99,"n":"march_of_the_king_adorn"},"0x41157CBE":{"w":265,"h":99,"n":"gondor_central_adorn"},"0x411BD2AA":{"w":265,"h":99,"n":"the_wastes_adorn"},"0x41157CBB":{"w":46,"h":66,"n":"gondor_central_tab_highlight"},"0x41157CB8":{"w":46,"h":66,"n":"gondor_central_tab_highlight_pressed"},"0x41157CBA":{"w":46,"h":66,"n":"gondor_central_tab_normal"},"0x41157CBC":{"w":46,"h":66,"n":"gondor_central_tab_pressed"},"0x41157CBD":{"w":46,"h":66,"n":"gondor_central_tab_rollover"},"0x41157CB9":{"w":46,"h":66,"n":"gondor_central_tab_rollover_highlight"},"0x411BD2AB":{"w":46,"h":66,"n":"the_wastes_tab_highlight"},"0x411BD2AC":{"w":46,"h":66,"n":"the_wastes_tab_highlight_pressed"},"0x411BD2AD":{"w":46,"h":66,"n":"the_wastes_tab_normal"},"0x411BD2AE":{"w":46,"h":66,"n":"the_wastes_tab_pressed"},"0x411BD2AF":{"w":46,"h":66,"n":"the_wastes_tab_rollover"},"0x411BD2B0":{"w":46,"h":66,"n":"the_wastes_tab_rollover_highlight"},"0x41165BB5":{"w":264,"h":99,"n":"gondor_old_anorien_adorn"},"0x4115EE17":{"w":264,"h":99,"n":"gondor_east_adorn"},"0x41165BB9":{"w":46,"h":66,"n":"gondor_old_anorien_tab_highlight"},"0x41165BB6":{"w":46,"h":66,"n":"gondor_old_anorien_tab_highlight_pressed"},"0x41165BB7":{"w":46,"h":66,"n":"gondor_old_anorien_tab_normal"},"0x41165BBA":{"w":46,"h":66,"n":"gondor_old_anorien_tab_pressed"},"0x41165BBB":{"w":46,"h":66,"n":"gondor_old_anorien_tab_rollover"},"0x41165BB8":{"w":46,"h":66,"n":"gondor_old_anorien_tab_rollover_highlight"},"0x4115EE18":{"w":46,"h":66,"n":"gondor_east_tab_highlight"},"0x4115EE19":{"w":46,"h":66,"n":"gondor_east_tab_highlight_pressed"},"0x4115EE1B":{"w":46,"h":66,"n":"gondor_east_tab_normal"},"0x4115EE1C":{"w":46,"h":66,"n":"gondor_east_tab_pressed"},"0x4115EE1D":{"w":46,"h":66,"n":"gondor_east_tab_rollover"},"0x4115EE1A":{"w":46,"h":66,"n":"gondor_east_tab_rollover_highlight"},"0x4116B03C":{"w":242,"h":90,"n":"gondor_far_anorien_adorn"},"0x41154A34":{"w":265,"h":99,"n":"gondor_west_adorn"},"0x4116B041":{"w":46,"h":66,"n":"gondor_far_anorien_tab_highlight"},"0x4116B042":{"w":46,"h":66,"n":"gondor_far_anorien_tab_highlight_pressed"},"0x4116B03F":{"w":46,"h":66,"n":"gondor_far_anorien_tab_normal"},"0x4116B03E":{"w":46,"h":66,"n":"gondor_far_anorien_tab_pressed"},"0x4116B040":{"w":46,"h":66,"n":"gondor_far_anorien_tab_rollover"},"0x4116B03D":{"w":46,"h":66,"n":"gondor_far_anorien_tab_rollover_highlight"},"0x41101BD9":{"w":265,"h":86,"n":"skirmish_instance_adorn"},"0x410E8E31":{"w":265,"h":126,"n":"moria_adorn"},"0x4114080D":{"w":265,"h":99,"n":"rohan_west_adorn"},"0x411379DD":{"w":265,"h":99,"n":"wildermore_adorn"},"0x411C9F9D":{"w":265,"h":99,"n":"dwarfholds_adorn"},"0x4112A32D":{"w":265,"h":99,"n":"rohan_adorn"},"0x41124002":{"w":265,"h":86,"n":"great_river_adorn"},"0x411C2D00":{"w":265,"h":99,"n":"strongholds_north_adorn"},"0x41101F69":{"w":265,"h":86,"n":"southern_mirkwood_adorn"},"0x411D8153":{"w":265,"h":99,"n":"vales_of_anduin_adorn"},"0x410E8E30":{"w":265,"h":126,"n":"lothlorien_adorn"},"0x411C9FA2":{"w":46,"h":66,"n":"dwarfholds_tab_highlight"},"0x411C9F9E":{"w":46,"h":66,"n":"dwarfholds_tab_highlight_pressed"},"0x411C9FA0":{"w":46,"h":66,"n":"dwarfholds_tab_normal"},"0x411C9F9F":{"w":46,"h":66,"n":"dwarfholds_tab_pressed"},"0x411C9F9C":{"w":46,"h":66,"n":"dwarfholds_tab_rollover"},"0x411C9FA1":{"w":46,"h":66,"n":"dwarfholds_tab_rollover_highlight"},"0x411E3B28":{"w":46,"h":66,"n":"minas_morgul_tab_highlight"},"0x411E3B27":{"w":46,"h":66,"n":"minas_morgul_tab_highlight_pressed"},"0x411E3B2A":{"w":46,"h":66,"n":"minas_morgul_tab_normal"},"0x411E3B26":{"w":46,"h":66,"n":"minas_morgul_tab_pressed"},"0x411E3B29":{"w":46,"h":66,"n":"minas_morgul_tab_rollover"},"0x411E3B2C":{"w":46,"h":66,"n":"minas_morgul_tab_rollover_highlight"},"0x411BD169":{"w":46,"h":66,"n":"gorgoroth_tab_highlight"},"0x411BD16A":{"w":46,"h":66,"n":"gorgoroth_tab_highlight_pressed"},"0x411BD167":{"w":46,"h":66,"n":"gorgoroth_tab_normal"},"0x411BD168":{"w":46,"h":66,"n":"gorgoroth_tab_pressed"},"0x411BD16B":{"w":46,"h":66,"n":"gorgoroth_tab_rollover"},"0x411BD16C":{"w":46,"h":66,"n":"gorgoroth_tab_rollover_highlight"},"0x4116B044":{"w":46,"h":66,"n":"pelennor_tab_highlight"},"0x4116B045":{"w":46,"h":66,"n":"pelennor_tab_highlight_pressed"},"0x4116B049":{"w":46,"h":66,"n":"pelennor_tab_normal"},"0x4116B047":{"w":46,"h":66,"n":"pelennor_tab_pressed"},"0x4116B046":{"w":46,"h":66,"n":"pelennor_tab_rollover"},"0x4116B048":{"w":46,"h":66,"n":"pelennor_tab_rollover_highlight"},"0x41000175":{"w":35,"h":42,"n":"base_box_titlebar_right"},"0x41000176":{"w":35,"h":42,"n":"base_box_titlebar_left"},"0x41000177":{"w":139,"h":42,"n":"base_box_titlebar_top"},"0x41007E0E":{"w":16,"h":16,"n":"slider_leftarrow"},"0x41007E0F":{"w":16,"h":16,"n":"slider_leftarrow_highlight"},"0x41007E0D":{"w":16,"h":16,"n":"slider_leftarrow_pressed"},"0x41007E11":{"w":16,"h":16,"n":"slider_rightarrow"},"0x41007E12":{"w":16,"h":16,"n":"slider_rightarrow_highlight"},"0x41007E10":{"w":16,"h":16,"n":"slider_rightarrow_pressed"},"0x41007E0B":{"w":16,"h":16,"n":"slider_background"},"0x41135841":{"w":36,"h":36,"n":"box_silver_upper_right_noadorn_min"},"0x41135844":{"w":36,"h":36,"n":"box_silver_upper_left_noadorn_min"},"0x4113583E":{"w":16,"h":37,"n":"box_silver_upper_min"},"0x41135843":{"w":36,"h":16,"n":"box_silver_side_left_min"},"0x41135842":{"w":36,"h":36,"n":"box_silver_bottom_left_noadorn_min"},"0x41135840":{"w":16,"h":36,"n":"box_silver_bottom_min"},"0x4113583D":{"w":36,"h":36,"n":"box_silver_lower_right_noadorn_min"},"0x4113583F":{"w":36,"h":16,"n":"box_silver_side_right_min"},"0x410DD47C":{"w":160,"h":43,"n":"barbershop_arrow_bg"},"0x410DE325":{"w":560,"h":470,"n":"barbershop_character_bg"},"0x410FA8C0":{"w":225,"h":25,"n":"skip_tutorial_bg"},"0x411B346D":{"w":4,"h":4,"n":"box_bronze_top_edge"},"0x411B346B":{"w":4,"h":4,"n":"box_bronze_bottom_edge"},"0x411B346C":{"w":4,"h":4,"n":"box_bronze_side_edge"},"0x4100013F":{"w":128,"h":128,"n":"black_translucent"},"0x4101DD51":{"w":273,"h":124,"n":"opponent_vitals_backdrop_avenger_good_mp"},"0x4101DD4F":{"w":273,"h":124,"n":"opponent_vitals_backdrop_defender_good_mp"},"0x41007FB5":{"w":273,"h":124,"n":"opponent_vitals_backdrop_elite_mp"},"0x41007FB6":{"w":273,"h":124,"n":"opponent_vitals_backdrop_elitemaster_mp"},"0x4101DD4D":{"w":273,"h":124,"n":"opponent_vitals_backdrop_hero_good_mp"},"0x4101DD50":{"w":273,"h":124,"n":"opponent_vitals_backdrop_master_defender_good_mp"},"0x41007FB3":{"w":273,"h":124,"n":"opponent_vitals_backdrop_mp"},"0x4101DD4E":{"w":273,"h":124,"n":"opponent_vitals_backdrop_signature_good_mp"},"0x41007FB4":{"w":273,"h":124,"n":"opponent_vitals_backdrop_signature_mp"},"0x41007FB1":{"w":273,"h":124,"n":"player_vitals_backdrop"},"0x411AD548":{"w":273,"h":124,"n":"player_vitals_backdrop_10_years"},"0x411AD549":{"w":273,"h":124,"n":"player_vitals_backdrop_10_years_mp"},"0x411C4116":{"w":273,"h":124,"n":"player_vitals_backdrop_11_years"},"0x411C4115":{"w":273,"h":124,"n":"player_vitals_backdrop_11_years_mp"},"0x411DAC4B":{"w":273,"h":124,"n":"player_vitals_backdrop_12_years"},"0x411DA1F9":{"w":273,"h":124,"n":"player_vitals_backdrop_12_years_mp"},"0x411EB751":{"w":273,"h":124,"n":"player_vitals_backdrop_13_years"},"0x411EB74C":{"w":273,"h":124,"n":"player_vitals_backdrop_13_years_mp"},"0x4120BED9":{"w":273,"h":124,"n":"player_vitals_backdrop_14_years"},"0x4120BED6":{"w":273,"h":124,"n":"player_vitals_backdrop_14_years_mp"},"0x412179B0":{"w":273,"h":124,"n":"player_vitals_backdrop_15_years"},"0x412179AF":{"w":273,"h":124,"n":"player_vitals_backdrop_15_years_mp"},"0x41126465":{"w":273,"h":124,"n":"player_vitals_backdrop_1_year"},"0x41126720":{"w":273,"h":124,"n":"player_vitals_backdrop_1_year_mp"},"0x4112668C":{"w":273,"h":124,"n":"player_vitals_backdrop_2_years"},"0x41126721":{"w":273,"h":124,"n":"player_vitals_backdrop_2_years_mp"},"0x4112668D":{"w":273,"h":124,"n":"player_vitals_backdrop_3_years"},"0x41126722":{"w":273,"h":124,"n":"player_vitals_backdrop_3_years_mp"},"0x4112668E":{"w":273,"h":124,"n":"player_vitals_backdrop_4_years"},"0x41126723":{"w":273,"h":124,"n":"player_vitals_backdrop_4_years_mp"},"0x4112668F":{"w":273,"h":124,"n":"player_vitals_backdrop_5_years"},"0x41126724":{"w":273,"h":124,"n":"player_vitals_backdrop_5_years_mp"},"0x41134C58":{"w":273,"h":124,"n":"player_vitals_backdrop_6_years"},"0x41134C57":{"w":273,"h":124,"n":"player_vitals_backdrop_6_years_mp"},"0x411366CB":{"w":273,"h":124,"n":"player_vitals_backdrop_7_years"},"0x411366C7":{"w":273,"h":124,"n":"player_vitals_backdrop_7_years_mp"},"0x411366CA":{"w":273,"h":124,"n":"player_vitals_backdrop_8_years"},"0x411366C8":{"w":273,"h":124,"n":"player_vitals_backdrop_8_years_mp"},"0x411366CC":{"w":273,"h":124,"n":"player_vitals_backdrop_9_years"},"0x411366C9":{"w":273,"h":124,"n":"player_vitals_backdrop_9_years_mp"},"0x41210171":{"w":273,"h":124,"n":"player_vitals_backdrop_KharumUbnar"},"0x41139E46":{"w":273,"h":124,"n":"player_vitals_backdrop_VIP"},"0x41139E47":{"w":273,"h":124,"n":"player_vitals_backdrop_VIP_mp"},"0x41210173":{"w":273,"h":124,"n":"player_vitals_backdrop_azanulbizar"},"0x411ACACA":{"w":273,"h":124,"n":"player_vitals_backdrop_dagorlad_flora"},"0x411D9DC3":{"w":273,"h":124,"n":"player_vitals_backdrop_legendary_moria_dwarf"},"0x411D9DC4":{"w":273,"h":124,"n":"player_vitals_backdrop_legendary_moria_elf"},"0x411ECAC5":{"w":273,"h":124,"n":"player_vitals_backdrop_legendary_rohan"},"0x411D2BC4":{"w":273,"h":124,"n":"player_vitals_backdrop_legendary_server_account"},"0x411D2BC5":{"w":273,"h":124,"n":"player_vitals_backdrop_legendary_server_endgame"},"0x411D2BC6":{"w":273,"h":124,"n":"player_vitals_backdrop_legendary_server_instance"},"0x411ECC13":{"w":273,"h":124,"n":"player_vitals_backdrop_minas_morgul"},"0x411BAEF2":{"w":273,"h":124,"n":"player_vitals_backdrop_mordor_10_years"},"0x411A8427":{"w":273,"h":124,"n":"player_vitals_backdrop_northithilien_flora"},"0x41210174":{"w":273,"h":124,"n":"player_vitals_backdrop_raid_khazad_dum"},"0x411DA8C2":{"w":273,"h":124,"n":"player_vitals_backdrop_rhosgobel_animal"},"0x4121498B":{"w":273,"h":124,"n":"player_vitals_gundabad_geode"},"0x41214989":{"w":273,"h":124,"n":"player_vitals_gundabad_gloomingtarn"},"0x4121498C":{"w":273,"h":124,"n":"player_vitals_gundabad_steepset"},"0x411FD299":{"w":273,"h":125,"n":"player_vitals_legendary_gondor"},"0x41215A58":{"w":273,"h":124,"n":"player_vitals_legendary_greymountains"},"0x411F527E":{"w":273,"h":124,"n":"player_vitals_legendary_helms_deep"},"0x411E7930":{"w":273,"h":124,"n":"player_vitals_legendary_isengard"},"0x412179AD":{"w":273,"h":124,"n":"player_vitals_legendary_minasmorgul"},"0x41210EDD":{"w":273,"h":124,"n":"player_vitals_legendary_mordor"},"0x4120DAA3":{"w":273,"h":124,"n":"player_vitals_legendary_wastes"},"0x412164E8":{"w":273,"h":124,"n":"player_vitals_post_raid_U32"},"0x411F1AB2":{"w":273,"h":124,"n":"player_vitals_sons_of_elrond_basic"},"0x411F1AB0":{"w":273,"h":124,"n":"player_vitals_sons_of_elrond_best"},"0x411F1AB3":{"w":273,"h":124,"n":"player_vitals_sons_of_elrond_better"},"0x4120280F":{"w":273,"h":124,"n":"player_vitals_three_peaks"},"0x411F1C59":{"w":273,"h":124,"n":"player_vitals_wedding_festival"},"0x4113430A":{"w":273,"h":124,"n":"player_vitals_winter_festival"},"0x41007FB2":{"w":273,"h":124,"n":"swarm_vitals_mp"},"0x41008018":{"w":63,"h":63,"n":"monster_vitals_lowrescover"},"0x41008017":{"w":63,"h":63,"n":"player_vitals_lowrescover"},"0x41008019":{"w":62,"h":31,"n":"level_background"},"0x41126466":{"w":62,"h":31,"n":"level_background_portrait_borders"},"0x4100801A":{"w":62,"h":31,"n":"level_background_red"},"0x411411BF":{"w":15,"h":15,"n":"upscale_arrow"},"0x41007DCE":{"w":16,"h":16,"n":"fellowship_leader"},"0x41007DE3":{"w":16,"h":16,"n":"raid_assistant"},"0x41007DD0":{"w":20,"h":20,"n":"fellow_voiceenabled"},"0x41007DD1":{"w":20,"h":20,"n":"fellow_voiceenabled_sendingdata"},"0x411B8A65":{"w":160,"h":22,"n":"light_of_earendil_meter_frame"},"0x410202F4":{"w":20,"h":20,"n":"fellow_voiceenabled_squelched"},"0x4115228A":{"w":20,"h":20,"n":"bag3_sm"},"0x41110388":{"w":5,"h":100,"n":"panel_oneWayResize_horiz_icon"},"0x411351FD":{"w":283,"h":382,"n":"base_box_center_silver_gradient"},"0x41005FD3":{"w":32,"h":32,"n":"bag3"},"0x41000220":{"w":32,"h":32,"n":"icon_selected_overlay"},"0x41112360":{"w":32,"h":32,"n":"icon_overlay_ia_slottedinaqua"},"0x410EA255":{"w":32,"h":32,"n":"icon_overlay_ia_slottedinblue"},"0x410EA2A0":{"w":32,"h":32,"n":"icon_overlay_ia_slottedingreen"},"0x41112361":{"w":32,"h":32,"n":"icon_overlay_ia_slottedinmagenta"},"0x410EA2A2":{"w":32,"h":32,"n":"icon_overlay_ia_slottedinorange"},"0x4115CB95":{"w":32,"h":32,"n":"icon_overlay_ia_slottedinpink"},"0x410EA2A3":{"w":32,"h":32,"n":"icon_overlay_ia_slottedinpurple"},"0x410EA256":{"w":32,"h":32,"n":"icon_overlay_ia_slottedinred"},"0x4115CB96":{"w":32,"h":32,"n":"icon_overlay_ia_slottedinwhite"},"0x410EA2A1":{"w":32,"h":32,"n":"icon_overlay_ia_slottedinyellow"},"0x41007F48":{"w":12,"h":12,"n":"outofrange_indicator"},"0x41007E2F":{"w":32,"h":32,"n":"icon_pending_overlay"},"0x41007E30":{"w":32,"h":32,"n":"icon_locked_overlay"},"0x41007E32":{"w":32,"h":32,"n":"icon_item_almostbroken_overlay"},"0x41007E31":{"w":32,"h":32,"n":"icon_item_broken_overlay"},"0x410E9008":{"w":32,"h":32,"n":"icon_ia_identify_overlay"},"0x41007E33":{"w":32,"h":32,"n":"icon_ghosted_overlay"},"0x41007F82":{"w":128,"h":128,"n":"black_translucent2"},"0x41007E34":{"w":32,"h":32,"n":"icon_unusable_overlay"},"0x410E9009":{"w":32,"h":32,"n":"icon_ia_forge_overlay"},"0x41135198":{"w":16,"h":16,"n":"finditems16"},"0x411523BA":{"w":16,"h":16,"n":"invlock_ghosted"},"0x411523A7":{"w":16,"h":16,"n":"invlock_locked"},"0x411523A8":{"w":16,"h":16,"n":"invlock_locked_rollover"},"0x411523A9":{"w":16,"h":16,"n":"invlock_unlocked"},"0x411523A5":{"w":16,"h":16,"n":"invlock_unlocked_pressed"},"0x411523AB":{"w":16,"h":16,"n":"invlock_unlocked_rollover"},"0x411523AC":{"w":16,"h":16,"n":"invMTX"},"0x411523A6":{"w":16,"h":16,"n":"invMTX_pressed"},"0x411523A4":{"w":16,"h":16,"n":"invMTX_rollover"},"0x41152894":{"w":16,"h":16,"n":"button_sort_ghosted"},"0x41152893":{"w":16,"h":16,"n":"button_sort_highlight"},"0x41152895":{"w":16,"h":16,"n":"button_sort_normal"},"0x41152896":{"w":16,"h":16,"n":"button_sort_normal_pressed"},"0x41000174":{"w":2,"h":3,"n":"basepanel_topmid_blue"},"0x4100016D":{"w":19,"h":19,"n":"basepanel_topleft_blue"},"0x4100016E":{"w":3,"h":2,"n":"basepanel_midleft_blue"},"0x4100016F":{"w":19,"h":19,"n":"basepanel_bottomleft_blue"},"0x41000170":{"w":2,"h":3,"n":"basepanel_bottommid_blue"},"0x41000171":{"w":19,"h":19,"n":"basepanel_bottomright_blue"},"0x41000172":{"w":3,"h":2,"n":"basepanel_midright_blue"},"0x41000173":{"w":19,"h":19,"n":"basepanel_topright_blue"},"0x4101E50B":{"w":16,"h":16,"n":"dropdown_arrow_closed_ghosted"},"0x41102457":{"w":635,"h":71,"n":"Barter_title_bar"},"0x41102458":{"w":634,"h":36,"n":"Barter_title_bar_low"},"0x4110D2A1":{"w":33,"h":28,"n":"buynow_button_skinny_left"},"0x4110D2A2":{"w":33,"h":28,"n":"buynow_button_skinny_left_highlight"},"0x4110D2A3":{"w":33,"h":28,"n":"buynow_button_skinny_left_press"},"0x41108F4B":{"w":34,"h":16,"n":"characterSlot_ghosted_Left_short"},"0x4110D2A4":{"w":30,"h":28,"n":"buynow_button_skinny_mid"},"0x4110D2A5":{"w":34,"h":28,"n":"buynow_button_skinny_mid_highlight"},"0x4110D2A6":{"w":47,"h":28,"n":"buynow_button_skinny_press"},"0x41108F4A":{"w":26,"h":16,"n":"characterSlot_ghosted_Center_short"},"0x4110D2A7":{"w":28,"h":28,"n":"buynow_button_skinny_right"},"0x4110D2A8":{"w":28,"h":28,"n":"buynow_button_skinny_right_highlight"},"0x4110D2A9":{"w":28,"h":28,"n":"buynow_button_skinny_right_press"},"0x41108F4D":{"w":35,"h":16,"n":"characterSlot_ghosted_Right_short"},"0x411024EF":{"w":140,"h":507,"n":"Options_menu_side_bar"},"0x4110CD48":{"w":9,"h":8,"n":"quest_dialog_blue_bg_top_left"},"0x4110CD4A":{"w":209,"h":8,"n":"quest_dialog_blue_bg_top_mid"},"0x4110CD49":{"w":9,"h":8,"n":"quest_dialog_blue_bg_top_right"},"0x4110CD4B":{"w":9,"h":363,"n":"quest_dialog_blue_bg_left_mid"},"0x4110CD46":{"w":9,"h":9,"n":"quest_dialog_blue_bg_bottom_left"},"0x4110CD4D":{"w":229,"h":9,"n":"quest_dialog_blue_bg_bottom_mid"},"0x4110CD47":{"w":9,"h":9,"n":"quest_dialog_blue_bg_bottom_right"},"0x4110CD4C":{"w":9,"h":363,"n":"quest_dialog_blue_bg_right_mid"},"0x410001A3":{"w":16,"h":16,"n":"checkbox_02"},"0x410001A4":{"w":16,"h":16,"n":"checkbox_02_empty"},"0x4110D071":{"w":40,"h":41,"n":"craft_regular_icon"},"0x4110D070":{"w":40,"h":41,"n":"craft_mastery_icon"},"0x4101DB45":{"w":16,"h":16,"n":"dropdown_arrow_open_reversed"},"0x41005FC3":{"w":225,"h":25,"n":"blue_tracking_select_highlight_active"},"0x4111038A":{"w":100,"h":10,"n":"panel_oneWayResize_vert_icon"},"0x4111E3CD":{"w":332,"h":471,"n":"fellowmaker_bg"},"0x41007F7D":{"w":48,"h":48,"n":"black_50_percent"},"0x4101DA3F":{"w":544,"h":117,"n":"lfp_filteroptions_bg_unavailable"},"0x41108D0E":{"w":64,"h":40,"n":"CharGen_Buttons_Generic_Left"},"0x411C0C63":{"w":64,"h":40,"n":"CharGen_Buttons_Generic_Left_Ghosted"},"0x41108E88":{"w":64,"h":40,"n":"CharGen_Buttons_Generic_Left_Highlight"},"0x41108DDD":{"w":64,"h":40,"n":"CharGen_Buttons_Generic_Left_Pressed"},"0x41108D0F":{"w":64,"h":40,"n":"CharGen_Buttons_Generic_Mid"},"0x411C0C67":{"w":64,"h":40,"n":"CharGen_Buttons_Generic_Mid_Ghosted"},"0x41108E87":{"w":64,"h":40,"n":"CharGen_Buttons_Generic_Mid_Highlight"},"0x41108DDE":{"w":64,"h":40,"n":"CharGen_Buttons_Generic_Mid_Pressed"},"0x41108D10":{"w":64,"h":40,"n":"CharGen_Buttons_Generic_Right"},"0x411C0C6B":{"w":64,"h":40,"n":"CharGen_Buttons_Generic_Right_Ghosted"},"0x41108E89":{"w":64,"h":40,"n":"CharGen_Buttons_Generic_Right_Highlight"},"0x41108DDF":{"w":64,"h":40,"n":"CharGen_Buttons_Generic_Right_Pressed"},"0x41120033":{"w":10,"h":45,"n":"VerticalDivider_mini"},"0x4112316C":{"w":30,"h":27,"n":"corner_bl"},"0x4112316D":{"w":30,"h":27,"n":"corner_br"},"0x410EAE27":{"w":13,"h":16,"n":"damage_symbol"},"0x410EAE28":{"w":16,"h":16,"n":"heal_symbol"},"0x410EAD4C":{"w":221,"h":56,"n":"attunementFrame_bal"},"0x410EAD4B":{"w":221,"h":56,"n":"attunementFrame_dmg1"},"0x410EAD4A":{"w":221,"h":56,"n":"attunementFrame_dmg2"},"0x410EAD49":{"w":221,"h":56,"n":"attunementFrame_dmg3"},"0x410EAD51":{"w":221,"h":56,"n":"attunementFrame_dmg4"},"0x410EAD4D":{"w":221,"h":56,"n":"attunementFrame_heal1"},"0x410EAD4E":{"w":221,"h":56,"n":"attunementFrame_heal2"},"0x410EAD4F":{"w":221,"h":56,"n":"attunementFrame_heal3"},"0x410EAD50":{"w":221,"h":56,"n":"attunementFrame_heal4"},"0x410F1D4C":{"w":87,"h":58,"n":"attunement_sm_1"},"0x410F1D4D":{"w":87,"h":58,"n":"attunement_sm_10"},"0x410F1D4E":{"w":87,"h":58,"n":"attunement_sm_11"},"0x410F1D4F":{"w":87,"h":58,"n":"attunement_sm_12"},"0x410F1D50":{"w":87,"h":58,"n":"attunement_sm_13"},"0x410F1D51":{"w":87,"h":58,"n":"attunement_sm_14"},"0x410F1D52":{"w":87,"h":58,"n":"attunement_sm_15"},"0x410F1D53":{"w":87,"h":58,"n":"attunement_sm_16"},"0x410F1D54":{"w":87,"h":58,"n":"attunement_sm_17"},"0x410F1D55":{"w":87,"h":58,"n":"attunement_sm_18"},"0x410F1D56":{"w":87,"h":58,"n":"attunement_sm_19"},"0x410F1D57":{"w":87,"h":58,"n":"attunement_sm_2"},"0x410F1D58":{"w":87,"h":58,"n":"attunement_sm_3"},"0x410F1D59":{"w":87,"h":58,"n":"attunement_sm_4"},"0x410F1D5A":{"w":87,"h":58,"n":"attunement_sm_5"},"0x410F1D5B":{"w":87,"h":58,"n":"attunement_sm_6"},"0x410F1D5C":{"w":87,"h":58,"n":"attunement_sm_7"},"0x410F1D5D":{"w":87,"h":58,"n":"attunement_sm_8"},"0x410F1D5E":{"w":87,"h":58,"n":"attunement_sm_9"},"0x410EAE1E":{"w":27,"h":27,"n":"rune_1"},"0x410EAE0E":{"w":27,"h":27,"n":"rune_10"},"0x410EAE15":{"w":27,"h":27,"n":"rune_11"},"0x410EAE16":{"w":27,"h":27,"n":"rune_12"},"0x410EAE17":{"w":27,"h":27,"n":"rune_13"},"0x410EAE18":{"w":27,"h":27,"n":"rune_14"},"0x410EAE19":{"w":27,"h":27,"n":"rune_15"},"0x410EAE1A":{"w":27,"h":27,"n":"rune_16"},"0x410EAE1B":{"w":27,"h":27,"n":"rune_17"},"0x410EAE1C":{"w":27,"h":27,"n":"rune_18"},"0x410EAE1D":{"w":27,"h":27,"n":"rune_19"},"0x410EAE1F":{"w":27,"h":27,"n":"rune_2"},"0x410EAE20":{"w":27,"h":27,"n":"rune_3"},"0x410EAE0F":{"w":27,"h":27,"n":"rune_4"},"0x410EAE10":{"w":27,"h":27,"n":"rune_5"},"0x410EAE11":{"w":27,"h":27,"n":"rune_6"},"0x410EAE12":{"w":27,"h":27,"n":"rune_7"},"0x410EAE13":{"w":27,"h":27,"n":"rune_8"},"0x410EAE14":{"w":27,"h":27,"n":"rune_9"},"0x41007EDD":{"w":142,"h":142,"n":"conjunction_ring_back"},"0x41007EDE":{"w":64,"h":64,"n":"button_assist_normal"},"0x41007EE0":{"w":64,"h":64,"n":"button_assist_pressed"},"0x41007EDF":{"w":64,"h":64,"n":"button_assist_rollover"},"0x41007ECA":{"w":32,"h":32,"n":"alert_connectionbad"},"0x41007ECC":{"w":32,"h":32,"n":"alert_connectiongood"},"0x41007ECB":{"w":32,"h":32,"n":"alert_connectionugly"},"0x410E831A":{"w":166,"h":342,"n":"dressing_room_dye_background"},"0x410E6C62":{"w":225,"h":335,"n":"journal_paperdoll_border_inspect"},"0x4111235E":{"w":159,"h":56,"n":"escortEvil_vitals_backdrop_mini"},"0x4111235F":{"w":159,"h":56,"n":"escortGood_vitals_backdrop_mini"},"0x41007DD2":{"w":18,"h":18,"n":"button_assist_small_normal"},"0x41007DD3":{"w":18,"h":18,"n":"button_assist_small_pressed"},"0x41007DD4":{"w":18,"h":18,"n":"button_assist_small_rollover"},"0x410DCFA2":{"w":160,"h":204,"n":"journal_paperdoll_item_background_right"},"0x410DCFA1":{"w":140,"h":204,"n":"journal_paperdoll_item_background_left"},"0x41007EE9":{"w":44,"h":44,"n":"inv_slot_back"},"0x41007EF5":{"w":44,"h":44,"n":"inv_slot_feet"},"0x41007EEA":{"w":44,"h":44,"n":"inv_slot_weapon1"},"0x41007EF6":{"w":44,"h":44,"n":"inv_slot_rightear"},"0x41007EEB":{"w":44,"h":44,"n":"inv_slot_weapon2"},"0x41007EF7":{"w":44,"h":44,"n":"inv_slot_leftear"},"0x41007EEC":{"w":44,"h":44,"n":"inv_slot_weapon3"},"0x41007EF8":{"w":44,"h":44,"n":"inv_slot_bracelet1"},"0x41007EED":{"w":44,"h":44,"n":"inv_slot_head"},"0x41007EF9":{"w":44,"h":44,"n":"inv_slot_bracelet2"},"0x41007EEE":{"w":44,"h":44,"n":"inv_slot_shoulder"},"0x41007EFA":{"w":44,"h":44,"n":"inv_slot_pocket"},"0x41007EEF":{"w":44,"h":44,"n":"inv_slot_neck"},"0x41007EFB":{"w":44,"h":44,"n":"inv_slot_weapon4"},"0x41007EF0":{"w":44,"h":44,"n":"inv_slot_upperbody"},"0x41007EF1":{"w":44,"h":44,"n":"inv_slot_lowerbody"},"0x41007EF2":{"w":44,"h":44,"n":"inv_slot_hands"},"0x41007EF3":{"w":44,"h":44,"n":"inv_slot_rightring"},"0x410E8680":{"w":44,"h":44,"n":"inv_slot_class"},"0x41007EF4":{"w":44,"h":44,"n":"inv_slot_leftring"},"0x41005FA2":{"w":473,"h":247,"n":"pedigree_bg"},"0x410F6FAC":{"w":421,"h":393,"n":"itemAdvancement_inspect_background"},"0x410DCF9F":{"w":108,"h":26,"n":"journal_character_header_bg"},"0x410DCFA0":{"w":2,"h":26,"n":"journal_character_header_seperator"},"0x410FF4EC":{"w":155,"h":56,"n":"mount_vitals_backdrop_mini"},"0x4110A141":{"w":24,"h":29,"n":"button_mount_dismount_left_ghosted"},"0x4110A138":{"w":24,"h":29,"n":"button_mount_dismount_left_highlight"},"0x4110A139":{"w":24,"h":29,"n":"button_mount_dismount_left_normal"},"0x4110A13A":{"w":24,"h":29,"n":"button_mount_dismount_left_pressed"},"0x4110A143":{"w":56,"h":29,"n":"button_mount_dismount_middle_ghosted"},"0x4110A13B":{"w":56,"h":29,"n":"button_mount_dismount_middle_highlight"},"0x4110A13C":{"w":56,"h":29,"n":"button_mount_dismount_middle_normal"},"0x4110A13D":{"w":56,"h":29,"n":"button_mount_dismount_middle_press"},"0x4110A142":{"w":56,"h":29,"n":"button_mount_dismount_right_ghosted"},"0x4110A13E":{"w":24,"h":29,"n":"button_mount_dismount_right_highlight"},"0x4110A13F":{"w":24,"h":29,"n":"button_mount_dismount_right_normal"},"0x4110A140":{"w":24,"h":29,"n":"button_mount_dismount_right_press"},"0x41007EDB":{"w":140,"h":51,"n":"pet_vitals_backdrop_mini"},"0x41007F49":{"w":352,"h":35,"n":"quickslot_background_pet"},"0x410DD127":{"w":24,"h":24,"n":"progress_overlay_background_left"},"0x410DD128":{"w":143,"h":24,"n":"progress_overlay_background_center"},"0x410DD129":{"w":27,"h":24,"n":"progress_overlay_background_right"},"0x411699A8":{"w":1,"h":18,"n":"collections_meter_side"},"0x411699A9":{"w":1,"h":18,"n":"collections_meter_center"},"0x410E6B22":{"w":51,"h":43,"n":"progress_overlay_left_mounted"},"0x410E6B23":{"w":8,"h":43,"n":"progress_overlay_center_mounted"},"0x410E6B24":{"w":51,"h":43,"n":"progress_overlay_right_mounted"},"0x41007ED6":{"w":3,"h":3,"n":"tutorialpanel_border_side"},"0x41007ED7":{"w":3,"h":3,"n":"tutorialpanel_border_bottom"},"0x41007ED8":{"w":3,"h":3,"n":"tutorialpanel_border_right_side"},"0x41007ED9":{"w":3,"h":3,"n":"tutorialpanel_border"},"0x411AB20C":{"w":24,"h":24,"n":"stablemasterTogglebutton_normal"},"0x411AB20A":{"w":24,"h":24,"n":"stablemasterTogglebutton_pressed"},"0x411AB20B":{"w":24,"h":24,"n":"stablemasterTogglebutton_rollover"},"0x41007F4B":{"w":170,"h":170,"n":"map_circle"},"0x410DD690":{"w":24,"h":24,"n":"decorationTogglebutton_ghosted"},"0x410D80BA":{"w":24,"h":24,"n":"decorationTogglebutton_normal"},"0x410D80B8":{"w":24,"h":24,"n":"decorationTogglebutton_pressed"},"0x410D80B9":{"w":24,"h":24,"n":"decorationTogglebutton_rollover"},"0x4101FBA7":{"w":24,"h":24,"n":"daytime_time"},"0x4101FBA8":{"w":24,"h":24,"n":"nighttime_time"},"0x4101FBA9":{"w":24,"h":24,"n":"sundial_unknown_time"},"0x41007F4C":{"w":28,"h":28,"n":"note_avatar"},"0x41007F4D":{"w":238,"h":238,"n":"dread_34"},"0x41007F4E":{"w":238,"h":238,"n":"dread_56"},"0x41007F4F":{"w":238,"h":238,"n":"dread_78"},"0x41007F56":{"w":238,"h":238,"n":"hope_1"},"0x41007F51":{"w":238,"h":238,"n":"hope_10"},"0x41007F55":{"w":238,"h":238,"n":"hope_34"},"0x41007F54":{"w":238,"h":238,"n":"hope_56"},"0x41007F53":{"w":238,"h":238,"n":"hope_78"},"0x41007F52":{"w":238,"h":238,"n":"hope_9"},"0x41005F9F":{"w":238,"h":238,"n":"no_hope_no_dread"},"0x410F8A54":{"w":30,"h":30,"n":"radar_trackedquest_arrow"},"0x410D75D2":{"w":24,"h":24,"n":"housingpanelbutton_normal"},"0x410D75D0":{"w":24,"h":24,"n":"housingpanelbutton_pressed"},"0x410D75D1":{"w":24,"h":24,"n":"housingpanelbutton_rollover"},"0x4101E18A":{"w":24,"h":24,"n":"destinypoints_normal"},"0x4101E188":{"w":24,"h":24,"n":"destinypoints_pressed"},"0x4101E189":{"w":24,"h":24,"n":"destinypoints_rollover"},"0x41007F58":{"w":22,"h":22,"n":"gem_dread1"},"0x41007F59":{"w":22,"h":22,"n":"gem_dread2"},"0x41007F5A":{"w":22,"h":22,"n":"gem_dread3"},"0x41007F5B":{"w":22,"h":22,"n":"gem_dread4"},"0x41007F5C":{"w":22,"h":22,"n":"gem_dread5"},"0x41007F61":{"w":22,"h":22,"n":"gem_hope1"},"0x41007F60":{"w":22,"h":22,"n":"gem_hope2"},"0x41007F5F":{"w":22,"h":22,"n":"gem_hope3"},"0x41007F5E":{"w":22,"h":22,"n":"gem_hope4"},"0x41007F5D":{"w":22,"h":22,"n":"gem_hope5"},"0x41007F57":{"w":22,"h":22,"n":"no_hope_no_dread_gem"},"0x41007F64":{"w":24,"h":24,"n":"map_zoom_normal"},"0x41007F63":{"w":24,"h":24,"n":"map_zoom_pressed"},"0x41007F62":{"w":24,"h":24,"n":"map_zoom_rollover"},"0x4101FD50":{"w":140,"h":51,"n":"target_vitals_backdrop_mini"},"0x4110FF77":{"w":45,"h":47,"n":"novitals_icon"},"0x4110FF74":{"w":22,"h":31,"n":"novitals_expanding_left"},"0x4110FF75":{"w":69,"h":31,"n":"novitals_expanding_mid"},"0x4110FF76":{"w":21,"h":31,"n":"novitals_expanding_right"},"0x4101FAB5":{"w":50,"h":113,"n":"skill_queue_back"},"0x4112D465":{"w":12,"h":12,"n":"mountedcombat_outofrange_indicator"},"0x41007EE2":{"w":210,"h":178,"n":"inv_bank_slots"},"0x411AB82A":{"w":25,"h":25,"n":"icon_translate_z"},"0x411AD27D":{"w":25,"h":25,"n":"icon_translate_z_ghosted"},"0x411ACAC8":{"w":25,"h":25,"n":"icon_translate_z_pressed"},"0x411ACAC9":{"w":25,"h":25,"n":"icon_translate_z_rollover"},"0x410DC5F7":{"w":25,"h":25,"n":"icon_rotation_z"},"0x411AD27E":{"w":25,"h":25,"n":"icon_rotation_z_ghosted"},"0x411ACAC2":{"w":25,"h":25,"n":"icon_rotation_z_pressed"},"0x411ACAC3":{"w":25,"h":25,"n":"icon_rotation_z_rollover"},"0x410D7767":{"w":32,"h":32,"n":"decoration_hook_slot"},"0x411AB829":{"w":25,"h":25,"n":"icon_translate_x"},"0x411AD280":{"w":25,"h":25,"n":"icon_translate_x_ghosted"},"0x411ACAC4":{"w":25,"h":25,"n":"icon_translate_x_pressed"},"0x411ACAC5":{"w":25,"h":25,"n":"icon_translate_x_rollover"},"0x411AB82B":{"w":25,"h":25,"n":"icon_translate_y"},"0x411AD281":{"w":25,"h":25,"n":"icon_translate_y_ghosted"},"0x411ACAC6":{"w":25,"h":25,"n":"icon_translate_y_pressed"},"0x411ACAC7":{"w":25,"h":25,"n":"icon_translate_y_rollover"},"0x41135D36":{"w":20,"h":20,"n":"mithril_token_sm"},"0x411A9523":{"w":20,"h":20,"n":"inv_icon_writs_20"},"0x41134856":{"w":20,"h":20,"n":"travel_token_sm"},"0x411A399E":{"w":245,"h":106,"n":"icon_housing_classic_panorama"},"0x41135B95":{"w":35,"h":30,"n":"buynow_button_highight_l_medium"},"0x41135B9A":{"w":35,"h":30,"n":"buynow_button_highight_medium"},"0x41134873":{"w":68,"h":58,"n":"buynow_button_highight_l"},"0x4113478C":{"w":36,"h":43,"n":"turbine_coin"},"0x4113485B":{"w":36,"h":43,"n":"turbine_coin_ghosted"},"0x4113478D":{"w":68,"h":58,"n":"buynow_button_highight"},"0x41135D34":{"w":16,"h":32,"n":"balance_box_l"},"0x41135D32":{"w":1,"h":32,"n":"balance_box_c"},"0x41135D33":{"w":16,"h":32,"n":"balance_box_r"},"0x410D7C2C":{"w":9,"h":9,"n":"bluebox_tl"},"0x410D7C2D":{"w":14,"h":9,"n":"bluebox_t"},"0x410D7C2E":{"w":10,"h":9,"n":"bluebox_tr"},"0x410D7C2F":{"w":10,"h":13,"n":"bluebox_r"},"0x410D7C30":{"w":10,"h":9,"n":"bluebox_br"},"0x410D7C31":{"w":16,"h":9,"n":"bluebox_b"},"0x410D7C32":{"w":9,"h":9,"n":"bluebox_bl"},"0x410D7C33":{"w":9,"h":11,"n":"bluebox_l"},"0x410D7C34":{"w":193,"h":114,"n":"bluebox_c"},"0x410D7C47":{"w":25,"h":24,"n":"icon_housing_permission_visit_key"},"0x410D7C48":{"w":57,"h":2,"n":"blue_horizontal_bar"},"0x410DA93B":{"w":25,"h":24,"n":"icon_housing_permission_use_key"},"0x410D7C49":{"w":25,"h":24,"n":"icon_housing_permission_storage_key"},"0x410D7C4A":{"w":25,"h":24,"n":"icon_housing_permission_payupkeep_key"},"0x410D7C4B":{"w":25,"h":24,"n":"icon_housing_permission_decoration_key"},"0x410D7C4C":{"w":25,"h":24,"n":"icon_housing_permission_manage_key"},"0x411A4A1A":{"w":105,"h":463,"n":"houseInfo_panel_left"},"0x411A4A1B":{"w":105,"h":463,"n":"houseInfo_panel_right"},"0x410D7C62":{"w":36,"h":22,"n":"housing_sorthousetype_tier2_normal"},"0x410D7CDB":{"w":36,"h":22,"n":"housing_sorthousetype_tier2_sorted"},"0x410D7C63":{"w":36,"h":22,"n":"housing_sorthousetype_fellowship_normal"},"0x410D7CDC":{"w":36,"h":22,"n":"housing_sorthousetype_fellowship_sorted"},"0x410D7C61":{"w":36,"h":22,"n":"housing_sorthousetype_tier1_normal"},"0x410D7CDA":{"w":36,"h":22,"n":"housing_sorthousetype_tier1_sorted"},"0x410F21A3":{"w":72,"h":56,"n":"itemAdvancement_header_itemSlot"},"0x410F21A4":{"w":19,"h":56,"n":"itemAdvancement_header_rightBorder"},"0x410F21A2":{"w":281,"h":56,"n":"itemAdvancement_header_titleBg"},"0x4110DC18":{"w":48,"h":33,"n":"itemAdvancement_level_up_overlay"},"0x4110F8B6":{"w":12,"h":31,"n":"itemAdvancement_tab_magenta_left_active"},"0x4110F8B7":{"w":12,"h":31,"n":"itemAdvancement_tab_magenta_left_inactive"},"0x4110F8B8":{"w":12,"h":31,"n":"itemAdvancement_tab_magenta_left_inactive_rollover"},"0x4110F8B3":{"w":55,"h":31,"n":"itemAdvancement_tab_magenta_center_active"},"0x4110F8B4":{"w":55,"h":31,"n":"itemAdvancement_tab_magenta_center_inactive"},"0x4110F8B5":{"w":55,"h":31,"n":"itemAdvancement_tab_magenta_center_inactive_rollover"},"0x4110F8B9":{"w":12,"h":31,"n":"itemAdvancement_tab_magenta_right_active"},"0x4110F8BA":{"w":12,"h":31,"n":"itemAdvancement_tab_magenta_right_inactive"},"0x4110F8BB":{"w":12,"h":31,"n":"itemAdvancement_tab_magenta_right_inactive_rollover"},"0x410E8004":{"w":12,"h":31,"n":"itemAdvancement_tab_purple_left_active"},"0x410E8006":{"w":12,"h":31,"n":"itemAdvancement_tab_purple_left_inactive"},"0x410E8005":{"w":12,"h":31,"n":"itemAdvancement_tab_purple_left_inactive_rollover"},"0x410E8007":{"w":55,"h":31,"n":"itemAdvancement_tab_purple_center_active"},"0x410E8009":{"w":55,"h":31,"n":"itemAdvancement_tab_purple_center_inactive"},"0x410E8008":{"w":55,"h":31,"n":"itemAdvancement_tab_purple_center_inactive_rollover"},"0x410E800A":{"w":12,"h":31,"n":"itemAdvancement_tab_purple_right_active"},"0x410E800C":{"w":12,"h":31,"n":"itemAdvancement_tab_purple_right_inactive"},"0x410E800B":{"w":12,"h":31,"n":"itemAdvancement_tab_purple_right_inactive_rollover"},"0x410E8010":{"w":55,"h":31,"n":"itemAdvancement_tab_orange_center_active"},"0x410E8012":{"w":55,"h":31,"n":"itemAdvancement_tab_orange_center_inactive"},"0x410E8011":{"w":55,"h":31,"n":"itemAdvancement_tab_orange_center_inactive_rollover"},"0x410E8013":{"w":12,"h":31,"n":"itemAdvancement_tab_orange_right_active"},"0x410E8015":{"w":12,"h":31,"n":"itemAdvancement_tab_orange_right_inactive"},"0x410E8014":{"w":12,"h":31,"n":"itemAdvancement_tab_orange_right_inactive_rollover"},"0x410E800D":{"w":12,"h":31,"n":"itemAdvancement_tab_orange_left_active"},"0x410E800F":{"w":12,"h":31,"n":"itemAdvancement_tab_orange_left_inactive"},"0x410E800E":{"w":12,"h":31,"n":"itemAdvancement_tab_orange_left_inactive_rollover"},"0x4111281B":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_aqua_tl"},"0x4111281C":{"w":21,"h":335,"n":"itemAdvancement_coloredBoxes_aqua_tc"},"0x4111281D":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_aqua_tr"},"0x4111281E":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_aqua_cl"},"0x4111281F":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_aqua_cr"},"0x41112820":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_aqua_bl"},"0x41112821":{"w":21,"h":14,"n":"itemAdvancement_coloredBoxes_aqua_bc"},"0x41112822":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_aqua_br"},"0x411127E9":{"w":21,"h":47,"n":"itemAdvancement_coloredBoxes_center"},"0x411121A1":{"w":20,"h":22,"n":"mtx_coin_small"},"0x41005F97":{"w":265,"h":28,"n":"money_player_all_background"},"0x410E8297":{"w":27,"h":22,"n":"itemAdvancement_legendPoint_lg"},"0x410E82A3":{"w":63,"h":25,"n":"progress_itemAdvancement_overlay_left"},"0x410E82A4":{"w":20,"h":25,"n":"progress_itemAdvancement_overlay_middle"},"0x410E82A5":{"w":19,"h":25,"n":"progress_itemAdvancement_overlay_right"},"0x4110013F":{"w":60,"h":62,"n":"itemAdvancement_runicSlot_crafted_available"},"0x41112827":{"w":68,"h":63,"n":"itemAdvancement_header_normal_left"},"0x41112825":{"w":305,"h":63,"n":"itemAdvancement_header_normal_middle"},"0x41112823":{"w":333,"h":63,"n":"itemAdvancement_header_normal_right"},"0x4112895E":{"w":132,"h":21,"n":"itemAdvancement_upgrade_bg"},"0x410E8299":{"w":60,"h":62,"n":"itemAdvancement_runicSlot_begining_available"},"0x410E829A":{"w":60,"h":62,"n":"itemAdvancement_runicSlot_middle_available"},"0x410E829B":{"w":60,"h":62,"n":"itemAdvancement_runicSlot_end_available"},"0x410E82A0":{"w":60,"h":62,"n":"itemAdvancement_runicSlot_normal_unavailable"},"0x41112828":{"w":68,"h":63,"n":"itemAdvancement_header_emptySlot_left"},"0x41112826":{"w":305,"h":63,"n":"itemAdvancement_header_emptySlot_center"},"0x41112824":{"w":333,"h":63,"n":"itemAdvancement_header_emptySlot_right"},"0x41112804":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_magenta_br"},"0x41112809":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_magenta_tl"},"0x41112808":{"w":21,"h":335,"n":"itemAdvancement_coloredBoxes_magenta_tc"},"0x4111280A":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_magenta_tr"},"0x41112806":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_magenta_cl"},"0x41112807":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_magenta_cr"},"0x41112803":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_magenta_bl"},"0x41112802":{"w":21,"h":14,"n":"itemAdvancement_coloredBoxes_magenta_bc"},"0x4112FC2C":{"w":12,"h":31,"n":"itemAdvancement_tab_pink_left_active"},"0x4112FC2E":{"w":12,"h":31,"n":"itemAdvancement_tab_pink_left_inactive"},"0x4112FC2D":{"w":12,"h":31,"n":"itemAdvancement_tab_pink_left_inactive_rollover"},"0x4112FC2F":{"w":55,"h":31,"n":"itemAdvancement_tab_pink_center_active"},"0x4112FC31":{"w":55,"h":31,"n":"itemAdvancement_tab_pink_center_inactive"},"0x4112FC30":{"w":55,"h":31,"n":"itemAdvancement_tab_pink_center_inactive_rollover"},"0x4112FC32":{"w":12,"h":31,"n":"itemAdvancement_tab_pink_right_active"},"0x4112FC34":{"w":12,"h":31,"n":"itemAdvancement_tab_pink_right_inactive"},"0x4112FC33":{"w":12,"h":31,"n":"itemAdvancement_tab_pink_right_inactive_rollover"},"0x411127E6":{"w":21,"h":335,"n":"itemAdvancement_coloredBoxes_blue_tc"},"0x411127E8":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_blue_tr"},"0x411127E4":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_blue_cl"},"0x411127E5":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_blue_cr"},"0x411127E2":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_blue_bl"},"0x411127E1":{"w":21,"h":14,"n":"itemAdvancement_coloredBoxes_blue_bc"},"0x411127E3":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_blue_br"},"0x411127E7":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_blue_tl"},"0x411127EA":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_red_tl"},"0x411127EB":{"w":21,"h":335,"n":"itemAdvancement_coloredBoxes_red_tc"},"0x411127EC":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_red_tr"},"0x411127ED":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_red_cl"},"0x411127EE":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_red_cr"},"0x411127EF":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_red_bl"},"0x411127F0":{"w":21,"h":14,"n":"itemAdvancement_coloredBoxes_red_bc"},"0x411127F1":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_red_br"},"0x4112FC35":{"w":12,"h":31,"n":"itemAdvancement_tab_white_left_active"},"0x4112FC37":{"w":12,"h":31,"n":"itemAdvancement_tab_white_left_inactive"},"0x4112FC36":{"w":12,"h":31,"n":"itemAdvancement_tab_white_left_inactive_rollover"},"0x4112FC38":{"w":55,"h":31,"n":"itemAdvancement_tab_white_center_active"},"0x4112FC3A":{"w":55,"h":31,"n":"itemAdvancement_tab_white_center_inactive"},"0x4112FC39":{"w":55,"h":31,"n":"itemAdvancement_tab_white_center_inactive_rollover"},"0x4112FC3B":{"w":12,"h":31,"n":"itemAdvancement_tab_white_right_active"},"0x4112FC3D":{"w":12,"h":31,"n":"itemAdvancement_tab_white_right_inactive"},"0x4112FC3C":{"w":12,"h":31,"n":"itemAdvancement_tab_white_right_inactive_rollover"},"0x411127FA":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_green_tl"},"0x411127FB":{"w":21,"h":335,"n":"itemAdvancement_coloredBoxes_green_tc"},"0x411127FC":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_green_tr"},"0x411127FD":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_green_cl"},"0x411127FE":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_green_cr"},"0x411127FF":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_green_bl"},"0x41112800":{"w":21,"h":14,"n":"itemAdvancement_coloredBoxes_green_bc"},"0x41112801":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_green_br"},"0x411127F6":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_yellow_cr"},"0x411127F7":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_yellow_bl"},"0x411127F8":{"w":21,"h":14,"n":"itemAdvancement_coloredBoxes_yellow_bc"},"0x411127F9":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_yellow_br"},"0x411127F2":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_yellow_tl"},"0x411127F3":{"w":21,"h":335,"n":"itemAdvancement_coloredBoxes_yellow_tc"},"0x411127F4":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_yellow_tr"},"0x411127F5":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_yellow_cl"},"0x4112FC1C":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_pink_tl"},"0x4112FC1D":{"w":21,"h":335,"n":"itemAdvancement_coloredBoxes_pink_tc"},"0x4112FC1E":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_pink_tr"},"0x4112FC1F":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_pink_cl"},"0x4112FC20":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_pink_cr"},"0x4112FC21":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_pink_bl"},"0x4112FC22":{"w":21,"h":14,"n":"itemAdvancement_coloredBoxes_pink_bc"},"0x4112FC23":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_pink_br"},"0x41112819":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_purple_tl"},"0x41112818":{"w":21,"h":335,"n":"itemAdvancement_coloredBoxes_purple_tc"},"0x4111281A":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_purple_tr"},"0x41112816":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_purple_cl"},"0x41112817":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_purple_cr"},"0x41112814":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_purple_bl"},"0x41112813":{"w":21,"h":14,"n":"itemAdvancement_coloredBoxes_purple_bc"},"0x41112815":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_purple_br"},"0x41112811":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_orange_tl"},"0x41112810":{"w":21,"h":335,"n":"itemAdvancement_coloredBoxes_orange_tc"},"0x41112812":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_orange_tr"},"0x4111280E":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_orange_cl"},"0x4111280F":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_orange_cr"},"0x4111280C":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_orange_bl"},"0x4111280B":{"w":21,"h":14,"n":"itemAdvancement_coloredBoxes_orange_bc"},"0x4111280D":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_orange_br"},"0x410E7FE6":{"w":12,"h":31,"n":"itemAdvancement_tab_blue_right_active"},"0x410E7FE8":{"w":12,"h":31,"n":"itemAdvancement_tab_blue_right_inactive"},"0x410E7FE7":{"w":12,"h":31,"n":"itemAdvancement_tab_blue_right_inactive_rollover"},"0x410E7FE0":{"w":12,"h":31,"n":"itemAdvancement_tab_blue_left_active"},"0x410E7FE2":{"w":12,"h":31,"n":"itemAdvancement_tab_blue_left_inactive"},"0x410E7FE1":{"w":12,"h":31,"n":"itemAdvancement_tab_blue_left_inactive_rollover"},"0x410E7FE3":{"w":55,"h":31,"n":"itemAdvancement_tab_blue_center_active"},"0x410E7FE5":{"w":55,"h":31,"n":"itemAdvancement_tab_blue_center_inactive"},"0x410E7FE4":{"w":55,"h":31,"n":"itemAdvancement_tab_blue_center_inactive_rollover"},"0x4112FC29":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_white_bl"},"0x4112FC2A":{"w":21,"h":14,"n":"itemAdvancement_coloredBoxes_white_bc"},"0x4112FC2B":{"w":300,"h":14,"n":"itemAdvancement_coloredBoxes_white_br"},"0x4112FC24":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_white_tl"},"0x4112FC25":{"w":21,"h":335,"n":"itemAdvancement_coloredBoxes_white_tc"},"0x4112FC26":{"w":300,"h":335,"n":"itemAdvancement_coloredBoxes_white_tr"},"0x4112FC27":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_white_cl"},"0x4112FC28":{"w":300,"h":47,"n":"itemAdvancement_coloredBoxes_white_cr"},"0x410E7FE9":{"w":12,"h":31,"n":"itemAdvancement_tab_red_left_active"},"0x410E7FEB":{"w":12,"h":31,"n":"itemAdvancement_tab_red_left_inactive"},"0x410E7FEA":{"w":12,"h":31,"n":"itemAdvancement_tab_red_left_inactive_rollover"},"0x410E7FEC":{"w":55,"h":31,"n":"itemAdvancement_tab_red_center_active"},"0x410E7FEE":{"w":55,"h":31,"n":"itemAdvancement_tab_red_center_inactive"},"0x410E7FED":{"w":55,"h":31,"n":"itemAdvancement_tab_red_center_inactive_rollover"},"0x410E7FEF":{"w":12,"h":31,"n":"itemAdvancement_tab_red_right_active"},"0x410E7FF1":{"w":12,"h":31,"n":"itemAdvancement_tab_red_right_inactive"},"0x410E7FF0":{"w":12,"h":31,"n":"itemAdvancement_tab_red_right_inactive_rollover"},"0x4110F8AD":{"w":12,"h":31,"n":"itemAdvancement_tab_aqua_left_active"},"0x4110F8AE":{"w":12,"h":31,"n":"itemAdvancement_tab_aqua_left_inactive"},"0x4110F8AF":{"w":12,"h":31,"n":"itemAdvancement_tab_aqua_left_inactive_rollover"},"0x4110F8AA":{"w":55,"h":31,"n":"itemAdvancement_tab_aqua_center_active"},"0x4110F8AB":{"w":55,"h":31,"n":"itemAdvancement_tab_aqua_center_inactive"},"0x4110F8AC":{"w":55,"h":31,"n":"itemAdvancement_tab_aqua_center_inactive_rollover"},"0x4110F8B0":{"w":12,"h":31,"n":"itemAdvancement_tab_aqua_right_active"},"0x4110F8B1":{"w":12,"h":31,"n":"itemAdvancement_tab_aqua_right_inactive"},"0x4110F8B2":{"w":12,"h":31,"n":"itemAdvancement_tab_aqua_right_inactive_rollover"},"0x410E7FF2":{"w":12,"h":31,"n":"itemAdvancement_tab_green_left_active"},"0x410E7FF4":{"w":12,"h":31,"n":"itemAdvancement_tab_green_left_inactive"},"0x410E7FF3":{"w":12,"h":31,"n":"itemAdvancement_tab_green_left_inactive_rollover"},"0x410E7FF5":{"w":55,"h":31,"n":"itemAdvancement_tab_green_center_active"},"0x410E7FF7":{"w":55,"h":31,"n":"itemAdvancement_tab_green_center_inactive"},"0x410E7FF6":{"w":55,"h":31,"n":"itemAdvancement_tab_green_center_inactive_rollover"},"0x410E7FF8":{"w":12,"h":31,"n":"itemAdvancement_tab_green_right_active"},"0x410E7FFA":{"w":12,"h":31,"n":"itemAdvancement_tab_green_right_inactive"},"0x410E7FF9":{"w":12,"h":31,"n":"itemAdvancement_tab_green_right_inactive_rollover"},"0x410E7FFB":{"w":12,"h":31,"n":"itemAdvancement_tab_yellow_left_active"},"0x410E7FFD":{"w":12,"h":31,"n":"itemAdvancement_tab_yellow_left_inactive"},"0x410E7FFC":{"w":12,"h":31,"n":"itemAdvancement_tab_yellow_left_inactive_rollover"},"0x410E7FFE":{"w":55,"h":31,"n":"itemAdvancement_tab_yellow_center_active"},"0x410E8000":{"w":55,"h":31,"n":"itemAdvancement_tab_yellow_center_inactive"},"0x410E7FFF":{"w":55,"h":31,"n":"itemAdvancement_tab_yellow_center_inactive_rollover"},"0x410E8001":{"w":12,"h":31,"n":"itemAdvancement_tab_yellow_right_active"},"0x410E8003":{"w":12,"h":31,"n":"itemAdvancement_tab_yellow_right_inactive"},"0x410E8002":{"w":12,"h":31,"n":"itemAdvancement_tab_yellow_right_inactive_rollover"},"0x4111038C":{"w":45,"h":45,"n":"panel_resize_icon"},"0x410F2159":{"w":80,"h":267,"n":"itemAdvancement_resultsForge_left"},"0x410F215A":{"w":80,"h":267,"n":"itemAdvancement_resultsForge_right"},"0x410F2137":{"w":44,"h":40,"n":"IA_results_window_tl"},"0x410F2138":{"w":245,"h":40,"n":"IA_results_window_tm"},"0x410F2139":{"w":43,"h":40,"n":"IA_results_window_tr"},"0x410F213A":{"w":14,"h":122,"n":"IA_results_window_cl"},"0x410F213B":{"w":12,"h":122,"n":"IA_results_window_cr"},"0x410F213C":{"w":44,"h":38,"n":"IA_results_window_bl"},"0x410F213D":{"w":245,"h":12,"n":"IA_results_window_bm"},"0x410F213E":{"w":43,"h":38,"n":"IA_results_window_br"},"0x4111123A":{"w":25,"h":25,"n":"icon_shard_25"},"0x41110D21":{"w":25,"h":25,"n":"money_relic_background_left"},"0x41110D20":{"w":305,"h":25,"n":"money_relic_background_center"},"0x41110D22":{"w":25,"h":25,"n":"money_relic_background_right"},"0x41110D90":{"w":36,"h":23,"n":"money_player_all_background_left"},"0x41110D92":{"w":90,"h":23,"n":"money_player_all_background_center"},"0x41110D91":{"w":37,"h":23,"n":"money_player_all_background_right"},"0x410F1FAD":{"w":388,"h":442,"n":"itemAdvancement_reforge"},"0x410F213F":{"w":388,"h":442,"n":"itemAdvancement_reforge_ghosted"},"0x41161128":{"w":400,"h":460,"n":"LI_Imbue_Background"},"0x410E82A1":{"w":33,"h":33,"n":"itemAdvancement_legendPoint_rankType_gold"},"0x410E82A2":{"w":15,"h":15,"n":"itemAdvancement_legendPoint_sm"},"0x41110B6E":{"w":557,"h":505,"n":"itemAdvancement_relicforge_background"},"0x41110B6B":{"w":21,"h":18,"n":"box_relicreforge_top_left"},"0x41110B6C":{"w":494,"h":3,"n":"box_relicreforge_top_mid"},"0x41110B6D":{"w":22,"h":18,"n":"box_relicreforge_top_right"},"0x41110B6A":{"w":3,"h":416,"n":"box_relicreforge_mid_right"},"0x41110B68":{"w":22,"h":18,"n":"box_relicreforge_bottom_right"},"0x41110B67":{"w":494,"h":3,"n":"box_relicreforge_bottom_mid"},"0x41110B66":{"w":20,"h":18,"n":"box_relicreforge_bottom_left"},"0x41110B69":{"w":4,"h":416,"n":"box_relicreforge_mid_left"},"0x41110B65":{"w":557,"h":484,"n":"box_relicreforge_background"},"0x41110D93":{"w":19,"h":12,"n":"basepanel_silver_topleft"},"0x41110D97":{"w":53,"h":1,"n":"basepanel_silver_topmid"},"0x41110D94":{"w":17,"h":13,"n":"basepanel_silver_topright"},"0x41110D98":{"w":1,"h":47,"n":"basepanel_silver_rightmid"},"0x41110D95":{"w":15,"h":12,"n":"basepanel_silver_bottomright"},"0x41110D99":{"w":51,"h":1,"n":"basepanel_silver_bottommid"},"0x41110D96":{"w":13,"h":11,"n":"basepanel_silver_bottomleft"},"0x41110D9A":{"w":1,"h":42,"n":"basepanel_silver_leftmid"},"0x41110D9B":{"w":79,"h":79,"n":"basepanel_silver_background"},"0x41110B76":{"w":143,"h":366,"n":"itemAdvancement_relicforge_refine_bg_left"},"0x41110B77":{"w":143,"h":366,"n":"itemAdvancement_relicforge_refine_bg_right"},"0x41110B75":{"w":205,"h":41,"n":"itemAdvancement_relicforge_drop_down_base"},"0x41110B73":{"w":143,"h":366,"n":"itemAdvancement_relicforge_deconstruct_bg_left"},"0x41110B74":{"w":143,"h":366,"n":"itemAdvancement_relicforge_deconstruct_bg_right"},"0x41110B6F":{"w":88,"h":74,"n":"itemAdvancement_relicforge_bottom_left_border"},"0x41110B70":{"w":88,"h":74,"n":"itemAdvancement_relicforge_bottom_right_border"},"0x4111D884":{"w":377,"h":538,"n":"BaseBox_lockBox"},"0x41102EC0":{"w":461,"h":247,"n":"mail_base_home"},"0x41005F86":{"w":435,"h":45,"n":"blue_mail_select_highlight_active_admin"},"0x41005FD2":{"w":435,"h":45,"n":"blue_mail_select_highlight"},"0x41005FCE":{"w":435,"h":45,"n":"blue_mail_select_highlight_active"},"0x41005F82":{"w":435,"h":45,"n":"blue_mail_select_normal"},"0x410D90D9":{"w":18,"h":18,"n":"icon_mail_cod"},"0x41007F79":{"w":18,"h":18,"n":"icon_mail_read"},"0x41007F77":{"w":18,"h":18,"n":"icon_mail_read_kinship"},"0x4101E091":{"w":18,"h":18,"n":"icon_mail_returned"},"0x410DCF30":{"w":18,"h":18,"n":"icon_mail_spam"},"0x41007F7A":{"w":18,"h":18,"n":"icon_mail_unread"},"0x41007F78":{"w":18,"h":18,"n":"icon_mail_unread_kinship"},"0x41007F7B":{"w":20,"h":20,"n":"icon_mail_attachment"},"0x41007F7C":{"w":18,"h":18,"n":"icon_mail_currency"},"0x4114B0F0":{"w":20,"h":20,"n":"icon_mail_multipleattachments"},"0x411044B2":{"w":486,"h":477,"n":"BaseBox_BlueBG"},"0x4112D3EC":{"w":30,"h":30,"n":"Icon_LockTarget"},"0x41005FB7":{"w":229,"h":65,"n":"selection_inanimate_backdrop"},"0x411E792F":{"w":273,"h":124,"n":"opponenet_vitals_legendary_isengard"},"0x4100801D":{"w":273,"h":124,"n":"opponent_vitals_backdrop"},"0x411AD54B":{"w":273,"h":124,"n":"opponent_vitals_backdrop_10_years"},"0x411AD54A":{"w":273,"h":124,"n":"opponent_vitals_backdrop_10_years_mp"},"0x411C4118":{"w":273,"h":124,"n":"opponent_vitals_backdrop_11_years"},"0x411C4117":{"w":273,"h":124,"n":"opponent_vitals_backdrop_11_years_mp"},"0x411DA1F8":{"w":273,"h":124,"n":"opponent_vitals_backdrop_12_years"},"0x411DA1FA":{"w":273,"h":124,"n":"opponent_vitals_backdrop_12_years_mp"},"0x411EB74D":{"w":273,"h":124,"n":"opponent_vitals_backdrop_13_years"},"0x411EB750":{"w":273,"h":124,"n":"opponent_vitals_backdrop_13_years_mp"},"0x4120BED8":{"w":273,"h":124,"n":"opponent_vitals_backdrop_14_years"},"0x4120BED7":{"w":273,"h":124,"n":"opponent_vitals_backdrop_14_years_mp"},"0x41216723":{"w":273,"h":124,"n":"opponent_vitals_backdrop_15_years"},"0x41216725":{"w":273,"h":124,"n":"opponent_vitals_backdrop_15_years_mp"},"0x41126692":{"w":273,"h":124,"n":"opponent_vitals_backdrop_1_year"},"0x4112671B":{"w":273,"h":124,"n":"opponent_vitals_backdrop_1_year_mp"},"0x41126693":{"w":273,"h":124,"n":"opponent_vitals_backdrop_2_years"},"0x4112671C":{"w":273,"h":124,"n":"opponent_vitals_backdrop_2_years_mp"},"0x41126694":{"w":273,"h":124,"n":"opponent_vitals_backdrop_3_years"},"0x4112671D":{"w":273,"h":124,"n":"opponent_vitals_backdrop_3_years_mp"},"0x41126695":{"w":273,"h":124,"n":"opponent_vitals_backdrop_4_years"},"0x4112671E":{"w":273,"h":124,"n":"opponent_vitals_backdrop_4_years_mp"},"0x41126696":{"w":273,"h":124,"n":"opponent_vitals_backdrop_5_years"},"0x4112671F":{"w":273,"h":124,"n":"opponent_vitals_backdrop_5_years_mp"},"0x41134C59":{"w":273,"h":124,"n":"opponent_vitals_backdrop_6_years"},"0x41134C5A":{"w":273,"h":124,"n":"opponent_vitals_backdrop_6_years_mp"},"0x4114AD50":{"w":273,"h":124,"n":"opponent_vitals_backdrop_7_years"},"0x4114AD51":{"w":273,"h":124,"n":"opponent_vitals_backdrop_7_years_mp"},"0x4114B01C":{"w":273,"h":124,"n":"opponent_vitals_backdrop_8_years"},"0x4114B01D":{"w":273,"h":124,"n":"opponent_vitals_backdrop_8_years_mp"},"0x4114B01F":{"w":273,"h":124,"n":"opponent_vitals_backdrop_9_years"},"0x4114B01E":{"w":273,"h":124,"n":"opponent_vitals_backdrop_9_years_mp"},"0x41210170":{"w":273,"h":124,"n":"opponent_vitals_backdrop_KharumUbnar"},"0x41139E48":{"w":273,"h":124,"n":"opponent_vitals_backdrop_VIP"},"0x41139E49":{"w":273,"h":124,"n":"opponent_vitals_backdrop_VIP_mp"},"0x4101DD4C":{"w":273,"h":124,"n":"opponent_vitals_backdrop_avenger_good"},"0x41210175":{"w":273,"h":124,"n":"opponent_vitals_backdrop_azanulbizar"},"0x411ACAD0":{"w":273,"h":124,"n":"opponent_vitals_backdrop_dagorlad_flora"},"0x4101DD4A":{"w":273,"h":124,"n":"opponent_vitals_backdrop_defender_good"},"0x4100801F":{"w":273,"h":124,"n":"opponent_vitals_backdrop_elite"},"0x41008020":{"w":273,"h":124,"n":"opponent_vitals_backdrop_elitemaster"},"0x4101DD4B":{"w":273,"h":124,"n":"opponent_vitals_backdrop_hero_good"},"0x411D9DC2":{"w":273,"h":124,"n":"opponent_vitals_backdrop_legendary_moria_dwarf"},"0x411D9DC1":{"w":273,"h":124,"n":"opponent_vitals_backdrop_legendary_moria_elf"},"0x411ECAC6":{"w":273,"h":124,"n":"opponent_vitals_backdrop_legendary_rohan"},"0x411D2BC8":{"w":273,"h":124,"n":"opponent_vitals_backdrop_legendary_server_account"},"0x411D2BCC":{"w":273,"h":124,"n":"opponent_vitals_backdrop_legendary_server_endgame"},"0x411D2BC7":{"w":273,"h":124,"n":"opponent_vitals_backdrop_legendary_server_instance"},"0x4101DD53":{"w":273,"h":124,"n":"opponent_vitals_backdrop_master_defender_good"},"0x411ECC14":{"w":273,"h":124,"n":"opponent_vitals_backdrop_minas_morgul"},"0x411BAEF3":{"w":273,"h":124,"n":"opponent_vitals_backdrop_mordor_10_years"},"0x411ACE0A":{"w":273,"h":124,"n":"opponent_vitals_backdrop_northithilien_flora"},"0x41210176":{"w":273,"h":124,"n":"opponent_vitals_backdrop_raid_khazad_dum"},"0x411DA8C3":{"w":273,"h":124,"n":"opponent_vitals_backdrop_rhosgobel_animal"},"0x411DB5BA":{"w":273,"h":124,"n":"opponent_vitals_backdrop_scion"},"0x4100801E":{"w":273,"h":124,"n":"opponent_vitals_backdrop_signature"},"0x4101DD52":{"w":273,"h":124,"n":"opponent_vitals_backdrop_signature_good"},"0x411DB5B9":{"w":273,"h":124,"n":"opponent_vitals_backdrop_sigplus_scion"},"0x41214987":{"w":273,"h":124,"n":"opponent_vitals_gundabad_geode"},"0x41214988":{"w":273,"h":124,"n":"opponent_vitals_gundabad_gloomingtarn"},"0x4121498D":{"w":273,"h":124,"n":"opponent_vitals_gundabad_steepset"},"0x411FD297":{"w":273,"h":125,"n":"opponent_vitals_legendary_gondor"},"0x41215A59":{"w":273,"h":124,"n":"opponent_vitals_legendary_greymountains"},"0x411F527C":{"w":273,"h":124,"n":"opponent_vitals_legendary_helms_deep"},"0x412179AE":{"w":273,"h":124,"n":"opponent_vitals_legendary_minasmorgul"},"0x41210EDC":{"w":273,"h":124,"n":"opponent_vitals_legendary_mordor"},"0x4120DAA4":{"w":273,"h":124,"n":"opponent_vitals_legendary_wastes"},"0x412164E6":{"w":273,"h":124,"n":"opponent_vitals_post_raid_U32"},"0x411F1AB5":{"w":273,"h":124,"n":"opponent_vitals_sons_of_elrond_basic"},"0x411F1AB4":{"w":273,"h":124,"n":"opponent_vitals_sons_of_elrond_best"},"0x411F1AAD":{"w":273,"h":124,"n":"opponent_vitals_sons_of_elrond_better"},"0x41202810":{"w":273,"h":124,"n":"opponent_vitals_three_peaks"},"0x411F1C57":{"w":273,"h":124,"n":"opponent_vitals_wedding_festival"},"0x41134951":{"w":273,"h":124,"n":"opponent_vitals_winter_festival"},"0x4100801C":{"w":273,"h":124,"n":"swarm_vitals"},"0x411DB5BC":{"w":273,"h":124,"n":"swarm_vitals_scion"},"0x4100801B":{"w":64,"h":64,"n":"playerportrait_mask_linemeup"},"0x410FF888":{"w":62,"h":31,"n":"level_lvlNotRevealed"},"0x410FF958":{"w":62,"h":31,"n":"level_background_rare"},"0x411DB5BB":{"w":62,"h":31,"n":"level_background_scion"},"0x4112CEA0":{"w":36,"h":36,"n":"opponent_vitals_open_tapped"},"0x4112D283":{"w":36,"h":36,"n":"opponent_vitals_open_tapped_contributing"},"0x4112D284":{"w":47,"h":36,"n":"opponent_vitals_open_tapped_engaged"},"0x4111F84E":{"w":206,"h":32,"n":"wallet_upsell_button_highlight"},"0x4111F84C":{"w":206,"h":32,"n":"wallet_upsell_button_normal"},"0x4111F84D":{"w":206,"h":32,"n":"wallet_upsell_button_pressed"},"0x411107A4":{"w":413,"h":45,"n":"Wallet_TopMenu_List_Items"},"0x411107A2":{"w":440,"h":30,"n":"Box_Wallet_TopMenu_Top"},"0x411107A1":{"w":437,"h":93,"n":"Box_Wallet_TopMenu_Middle"},"0x411107A0":{"w":427,"h":3,"n":"Box_Wallet_TopMenu_Bottom"},"0x4111079F":{"w":436,"h":60,"n":"Box_Wallet_Barter_Top"},"0x4111079E":{"w":397,"h":232,"n":"Box_Wallet_Barter_Middle"},"0x4111079D":{"w":395,"h":6,"n":"Box_Wallet_Barter_Bottom"},"0x4110CD50":{"w":36,"h":36,"n":"silver_border_bottom_right"},"0x4110CD51":{"w":36,"h":36,"n":"silver_border_bottom_left"},"0x4110CD52":{"w":36,"h":36,"n":"silver_border_top_left"},"0x41110699":{"w":437,"h":114,"n":"Box_Wallet_Background_Top"},"0x41110698":{"w":437,"h":137,"n":"Box_Wallet_Background_Middle"},"0x41110697":{"w":437,"h":342,"n":"Box_Wallet_Background_Bottom"},"0x4110CD53":{"w":36,"h":36,"n":"silver_border_top_right"},"0x4100027B":{"w":16,"h":16,"n":"expand_all_button"},"0x4100027A":{"w":16,"h":16,"n":"expand_all_button_pressed"},"0x4100027C":{"w":16,"h":16,"n":"expand_all_button_rollover"},"0x4100027E":{"w":16,"h":16,"n":"collapse_all_button"},"0x4100027D":{"w":16,"h":16,"n":"collapse_all_button_pressed"},"0x4100027F":{"w":16,"h":16,"n":"collapse_all_button_rollover"},"0x4100A682":{"w":21,"h":20,"n":"icon_destiny_points_20"},"0x41102349":{"w":761,"h":86,"n":"quest_journal_header_bg"},"0x4110CF04":{"w":3,"h":40,"n":"journal_character_header_seperator_tall"},"0x411C996C":{"w":16,"h":16,"n":"expand_all_button_ghosted"},"0x41108A89":{"w":36,"h":36,"n":"chargen_box_silver_upper_right_noadorn"},"0x41108A8A":{"w":36,"h":36,"n":"chargen_box_silver_upper_left_noadorn"},"0x41108A8B":{"w":434,"h":37,"n":"chargen_box_silver_upper"},"0x41108A8C":{"w":36,"h":105,"n":"chargen_box_silver_side_left"},"0x41108A8D":{"w":36,"h":36,"n":"chargen_box_silver_bottom_left_noadorn"},"0x41108A8F":{"w":36,"h":36,"n":"chargen_box_silver_lower_right_noadorn"},"0x41108A90":{"w":36,"h":237,"n":"chargen_box_silver_side_right"},"0x41108A8E":{"w":434,"h":36,"n":"chargen_box_silver_bottom"},"0x410E6AB2":{"w":30,"h":24,"n":"toggle_icon_sm_fellowship_inactive_mp"},"0x410E6405":{"w":30,"h":24,"n":"toggle_icon_sm_fellowship_mp"},"0x410E41F8":{"w":27,"h":24,"n":"toggle_icon_solo"},"0x410E6AB0":{"w":27,"h":24,"n":"toggle_icon_solo_inactive"},"0x410E4D13":{"w":27,"h":24,"n":"toggle_icon_shared"},"0x410E6AB9":{"w":27,"h":24,"n":"toggle_icon_shared_inactive"},"0x410E695D":{"w":27,"h":24,"n":"toggle_icon_repeatable"},"0x410E6AB8":{"w":27,"h":24,"n":"toggle_icon_repeatable_inactive"},"0x410E41F9":{"w":27,"h":24,"n":"toggle_icon_sm_fellowship"},"0x410E6AB1":{"w":27,"h":24,"n":"toggle_icon_sm_fellowship_inactive"},"0x410E6AB4":{"w":30,"h":24,"n":"toggle_icon_fellowship_inactive_mp"},"0x410E6406":{"w":30,"h":24,"n":"toggle_icon_fellowship_mp"},"0x410E41FA":{"w":27,"h":24,"n":"toggle_icon_fellowship"},"0x410E6AB3":{"w":27,"h":24,"n":"toggle_icon_fellowship_inactive"},"0x410E41FB":{"w":27,"h":24,"n":"toggle_icon_instance"},"0x410E6AB5":{"w":27,"h":24,"n":"toggle_icon_instance_inactive"},"0x410E4D11":{"w":27,"h":24,"n":"toggle_icon_epic"},"0x410E6AB6":{"w":27,"h":24,"n":"toggle_icon_epic_inactive"},"0x410E4D12":{"w":27,"h":24,"n":"toggle_icon_raid"},"0x410E6AB7":{"w":27,"h":24,"n":"toggle_icon_raid_inactive"},"0x4110C754":{"w":27,"h":27,"n":"toggle_icon_tasks"},"0x4110C755":{"w":27,"h":27,"n":"toggle_icon_tasks_inactive"},"0x41136EF7":{"w":48,"h":48,"n":"alert_loginreward_large"},"0x41137622":{"w":48,"h":48,"n":"alert_loginreward_vip"},"0x411E6C74":{"w":64,"h":64,"n":"gandalf"},"0x411E6927":{"w":31,"h":415,"n":"divider_vertical_blue_leaf"},"0x41007F83":{"w":252,"h":264,"n":"secure_trade_selection"},"0x41007F84":{"w":252,"h":264,"n":"secure_trade_selection_normal"},"0x41007F85":{"w":300,"h":32,"n":"secure_trade_dropslot"},"0x41007E7D":{"w":27,"h":21,"n":"inv_coin_copper"},"0x41007E7C":{"w":27,"h":21,"n":"inv_coin_silver"},"0x41007E7B":{"w":27,"h":21,"n":"inv_coin_gold"},"0x41102B69":{"w":399,"h":34,"n":"Vendor_BaseBar_Low"},"0x41101514":{"w":45,"h":45,"n":"skirmish_corner_BL"},"0x410FF0D5":{"w":45,"h":45,"n":"skirmish_corner_BR"},"0x4111D3B4":{"w":20,"h":20,"n":"icon_capped_mark_mini"},"0x41102B6A":{"w":396,"h":94,"n":"SkillTrainer_basebar_high"},"0x41103EF4":{"w":630,"h":405,"n":"skirmish_stats_bkg"},"0x410FF0D2":{"w":50,"h":72,"n":"skirmish_embellishemnt_left"},"0x410FF0D3":{"w":50,"h":72,"n":"skirmish_embellishemnt_right"},"0x410FF0CE":{"w":32,"h":32,"n":"skirmish_points_coin"},"0x4111C446":{"w":32,"h":32,"n":"icon_capped_mark_32"},"0x410FF0D4":{"w":45,"h":45,"n":"skirmish_corner_UL"},"0x410EA717":{"w":76,"h":79,"n":"trait_states_bg_locked"},"0x410EA716":{"w":76,"h":79,"n":"trait_states_bg_slotted"},"0x410EA715":{"w":76,"h":79,"n":"trait_states_bg_unslotted"},"0x410F6FA7":{"w":40,"h":40,"n":"trait_states_slotted_overlay_slottedButUnavailable"},"0x410FF0DF":{"w":463,"h":65,"n":"skirmish_traits_box_equipped_personal"},"0x41103EF6":{"w":630,"h":380,"n":"skirmish_traits_uneq"},"0x410FF0DB":{"w":191,"h":43,"n":"skirmish_traits_equipped_title"},"0x41103EF7":{"w":298,"h":79,"n":"skirmish_traits_uneq_personal_bkg"},"0x4100000B":{"w":16,"h":16,"n":"guild_member_fellowship"},"0x410D3FB8":{"w":20,"h":20,"n":"guild_button_changeview_normal"},"0x410D3FB6":{"w":20,"h":20,"n":"guild_button_changeview_pressed"},"0x410D3FB7":{"w":20,"h":20,"n":"guild_button_changeview_rollover"},"0x41007E15":{"w":48,"h":48,"n":"black_100_percent"},"0x4101E187":{"w":32,"h":32,"n":"icon_kinship_termination"},"0x41122E0C":{"w":25,"h":25,"n":"startmenu_newItemHighlight"},"0x4112C2A2":{"w":30,"h":30,"n":"letterbox_bottom_SwitchCenter_Flag"},"0x4112C24D":{"w":30,"h":30,"n":"letterbox_bottom_SwitchCenter_MC"},"0x4112C2A4":{"w":30,"h":30,"n":"letterbox_bottom_SwitchCenter_arrow"},"0x4112C2A5":{"w":30,"h":30,"n":"letterbox_bottom_SwitchCenter_book"},"0x4112C2A3":{"w":30,"h":30,"n":"letterbox_bottom_SwitchCenter_shield"},"0x4112C2A6":{"w":30,"h":30,"n":"letterbox_bottom_SwitchCenter_sword"},"0x41005FB9":{"w":1024,"h":90,"n":"letterbox_bottom"},"0x4112BE9C":{"w":1024,"h":90,"n":"letterbox_bottom_mc"},"0x41108D14":{"w":17,"h":13,"n":"letterbox_bottom_left_cap"},"0x41108D15":{"w":17,"h":13,"n":"letterbox_bottom_right_cap"},"0x41108D16":{"w":16,"h":13,"n":"letterbox_bottom_left_mid_cap"},"0x41108D17":{"w":16,"h":13,"n":"letterbox_bottom_right_mid_cap"},"0x41108D18":{"w":1015,"h":11,"n":"letterbox_bottom_glass_overlay"},"0x411016AE":{"w":30,"h":45,"n":"start_menu_normal"},"0x411016AF":{"w":30,"h":45,"n":"start_menu_pressed"},"0x411016AD":{"w":30,"h":45,"n":"start_menu_rollover"},"0x41005FC5":{"w":63,"h":63,"n":"button_autoattack_highlight"},"0x41005FC9":{"w":63,"h":63,"n":"button_autoattack_highlight_mouseover"},"0x41005FCD":{"w":63,"h":63,"n":"button_autoattack_highlight_pressed"},"0x41005F85":{"w":63,"h":63,"n":"button_autoattack_mouseover"},"0x41005FD1":{"w":63,"h":63,"n":"button_autoattack_normal"},"0x41005F81":{"w":63,"h":63,"n":"button_autoattack_normal_pressed"},"0x41101B85":{"w":26,"h":19,"n":"startmenu_button_slotting"},"0x41101B87":{"w":26,"h":19,"n":"startmenu_button_slotting_pressed"},"0x41101B86":{"w":26,"h":19,"n":"startmenu_button_slotting_rollover"},"0x410EA719":{"w":64,"h":64,"n":"trait_states_overlay_inProgress"},"0x410EA71A":{"w":64,"h":63,"n":"trait_states_overlay_slotted"},"0x410EA71B":{"w":64,"h":63,"n":"trait_states_overlay_slottedButUnavailable"},"0x410EA718":{"w":64,"h":63,"n":"trait_states_overlay_unslotted"},"0x410EA11F":{"w":385,"h":44,"n":"backgrounds_bard_virtues"},"0x410F34EA":{"w":385,"h":44,"n":"backgrounds_bard_virtues_mp"},"0x410EA122":{"w":385,"h":44,"n":"backgrounds_bard_legendary"},"0x410F34EB":{"w":385,"h":44,"n":"backgrounds_bard_legendary_mp"},"0x410FF860":{"w":385,"h":44,"n":"backgrounds_bard_training_panel"},"0x410FF861":{"w":385,"h":44,"n":"backgrounds_bard_personal_panel"},"0x410FF85E":{"w":385,"h":44,"n":"backgrounds_bard_role_panel"},"0x410FF85F":{"w":385,"h":44,"n":"backgrounds_bard_skill_panel"},"0x411348AE":{"w":10,"h":75,"n":"VerticalDividerMedium_mithril"},"0x411205E5":{"w":16,"h":16,"n":"expand_all_button_new"},"0x411205E4":{"w":16,"h":16,"n":"expand_all_button_pressed_new"},"0x411205E3":{"w":16,"h":16,"n":"expand_all_button_rollover_new"},"0x411205E6":{"w":16,"h":16,"n":"collapse_all_button_new"},"0x411205E7":{"w":16,"h":16,"n":"collapse_all_button_pressed_new"},"0x411205E8":{"w":16,"h":16,"n":"collapse_all_button_rollover_new"},"0x4113486F":{"w":400,"h":26,"n":"mithril_divider_lg"},"0x411348AC":{"w":10,"h":20,"n":"VerticalDivider_super_mini_mithril"},"0x41134872":{"w":414,"h":20,"n":"travel_list_stat_bar_BG"},"0x411347FF":{"w":36,"h":43,"n":"travel_token_lg"},"0x4113489A":{"w":36,"h":43,"n":"travel_token_lg_ghosted"},"0x411348A7":{"w":12,"h":600,"n":"travel_bg"},"0x41008122":{"w":32,"h":32,"n":"skill_new"},"0x41108D07":{"w":32,"h":32,"n":"icon_TEMP_REPLACE_ME"},"0x4114080F":{"w":479,"h":99,"n":"vanguard_frame_bg"},"0x41102B68":{"w":399,"h":65,"n":"vendor_basebar_high"}}} \ No newline at end of file +{ + "e2a": { + "InnerShadow_TopLeft": [ + { + "w": 9, + "h": 9, + "n": "innershadow_topleft", + "id": "0x41000162" + } + ], + "InnerShadow_MidLeft": [ + { + "w": 9, + "h": 9, + "n": "innershadow_left", + "id": "0x41000163" + } + ], + "InnerShadow_BottomLeft": [ + { + "w": 9, + "h": 9, + "n": "innershadow_bottomleft", + "id": "0x41000164" + } + ], + "InnerShadow_BottomMid": [ + { + "w": 9, + "h": 9, + "n": "innershadow_bottom", + "id": "0x41000165" + } + ], + "InnerShadow_BottomRight": [ + { + "w": 9, + "h": 9, + "n": "innershadow_bottomright", + "id": "0x41000166" + } + ], + "InnerShadow_MidRight": [ + { + "w": 9, + "h": 9, + "n": "innershadow_right", + "id": "0x41000167" + } + ], + "InnerShadow_TopRight": [ + { + "w": 9, + "h": 9, + "n": "innershadow_topright", + "id": "0x41000168" + } + ], + "InnerShadow_TopMid": [ + { + "w": 9, + "h": 9, + "n": "innershadow_top", + "id": "0x41000169" + } + ], + "Box_01_Empty_LeftBorder": [ + { + "w": 256, + "h": 256, + "n": "panel_border", + "id": "0x41000141" + } + ], + "Box_01_Empty_BottomBorder": [ + { + "w": 256, + "h": 256, + "n": "panel_border", + "id": "0x41000141" + } + ], + "Box_01_Empty_RightBorder": [ + { + "w": 256, + "h": 256, + "n": "panel_border", + "id": "0x41000141" + } + ], + "Box_01_Empty_TopBorder": [ + { + "w": 256, + "h": 256, + "n": "panel_border", + "id": "0x41000141" + } + ], + "HiddenDragBox_DragBar": [ + { + "w": 1024, + "h": 20, + "n": "hidden_dragbar_normal", + "id": "0x41007DF9" + }, + { + "w": 1024, + "h": 20, + "n": "hidden_dragbar_normal_activated", + "id": "0x41007DFA" + } + ], + "Base_Box_Silver_BottomMid": [ + { + "w": 103, + "h": 36, + "n": "box_silver_bottom", + "id": "0x41000152" + } + ], + "Base_Box_Silver_BottomRight": [ + { + "w": 36, + "h": 36, + "n": "box_silver_lower_right", + "id": "0x41000153" + } + ], + "Base_Box_Silver_MidRight": [ + { + "w": 36, + "h": 237, + "n": "box_silver_side_right", + "id": "0x41000154" + } + ], + "Base_Box_Silver_Background": [ + { + "w": 128, + "h": 128, + "n": "base_box_center_silver", + "id": "0x4100013B" + } + ], + "Base_Box_Silver_TopRight": [ + { + "w": 36, + "h": 36, + "n": "box_silver_upper_right", + "id": "0x4100014D" + } + ], + "Base_Box_Silver_TopLeft": [ + { + "w": 36, + "h": 36, + "n": "box_silver_upper_left", + "id": "0x4100014E" + } + ], + "Base_Box_Silver_TopMid": [ + { + "w": 434, + "h": 37, + "n": "box_silver_upper", + "id": "0x4100014F" + } + ], + "Base_Box_Silver_MidLeft": [ + { + "w": 36, + "h": 105, + "n": "box_silver_side_left", + "id": "0x41000150" + } + ], + "Base_Box_Silver_BottomLeft": [ + { + "w": 36, + "h": 36, + "n": "box_silver_bottom_left", + "id": "0x41000151" + } + ], + "Accomplishment_Book_BG": [ + { + "w": 565, + "h": 475, + "n": "accomplishment_book_background", + "id": "0x41103F07" + } + ], + "Base_Box_BottomMid": [ + { + "w": 44, + "h": 3, + "n": "social_panel_list_elements_highlight_bottom_center", + "id": "0x41000192" + }, + { + "w": 44, + "h": 3, + "n": "social_panel_list_elements_normal_bottom_center", + "id": "0x41000191" + } + ], + "Base_Box_BottomRight": [ + { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_highlight_lower_right", + "id": "0x4100018D" + }, + { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_normal_lower_right", + "id": "0x4100018C" + } + ], + "Base_Box_MidRight": [ + { + "w": 3, + "h": 44, + "n": "social_panel_list_elements_highlight_middle_right", + "id": "0x4100018F" + }, + { + "w": 3, + "h": 44, + "n": "social_panel_list_elements_normal_middle_right", + "id": "0x4100018E" + } + ], + "Base_Box_Background": [ + { + "w": 94, + "h": 75, + "n": "social_panel_list_elements_highlight_center", + "id": "0x41000190" + } + ], + "Base_Box_TopRight": [ + { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_highlight_top_right", + "id": "0x41000183" + }, + { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_normal_top_right", + "id": "0x41000182" + } + ], + "Base_Box_TopLeft": [ + { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_highlight_top_left", + "id": "0x41000185" + }, + { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_normal_top_left", + "id": "0x41000184" + } + ], + "Base_Box_TopMid": [ + { + "w": 44, + "h": 3, + "n": "social_panel_list_elements_highlight_top_center", + "id": "0x41000187" + }, + { + "w": 44, + "h": 3, + "n": "social_panel_list_elements_normal_top_center", + "id": "0x41000186" + } + ], + "Base_Box_MidLeft": [ + { + "w": 3, + "h": 43, + "n": "social_panel_list_elements_highlight_middle_left", + "id": "0x41000189" + }, + { + "w": 3, + "h": 44, + "n": "social_panel_list_elements_normal_middle_left", + "id": "0x41000188" + } + ], + "Base_Box_BottomLeft": [ + { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_highlight_bottom_left", + "id": "0x4100018B" + }, + { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_normal_bottom_left", + "id": "0x4100018A" + } + ], + "Menu_02_SelectionWidget": [ + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_closed", + "id": "0x41007E1A" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_closed_rollover", + "id": "0x41007E1B" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open", + "id": "0x41007E18" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open_rollover", + "id": "0x41007E19" + } + ], + "widget": [ + { + "w": 16, + "h": 16, + "n": "slider_widget", + "id": "0x41007E0C" + }, + { + "w": 16, + "h": 16, + "n": "slider_widget_ghosted", + "id": "0x4101E50C" + } + ], + "widget_top_field": [ + { + "w": 10, + "h": 10, + "n": "scrollbar_10_thumb_top", + "id": "0x41000280" + }, + { + "w": 10, + "h": 10, + "n": "scrollbar_10_thumb_top_mouseover", + "id": "0x41000281" + } + ], + "widget_mid_field": [ + { + "w": 10, + "h": 10, + "n": "scrollbar_10_thumb_mid", + "id": "0x41000282" + }, + { + "w": 10, + "h": 10, + "n": "scrollbar_10_thumb_mid_mouseover", + "id": "0x41000283" + } + ], + "widget_bottom_field": [ + { + "w": 10, + "h": 10, + "n": "scrollbar_10_thumb_bottom", + "id": "0x41000284" + }, + { + "w": 10, + "h": 10, + "n": "scrollbar_10_thumb_bottom_mouseover", + "id": "0x41000285" + } + ], + "TextButton_Highlight_r": [ + { + "w": 68, + "h": 58, + "n": "buynow_button_highight_ghost", + "id": "0x41134857" + }, + { + "w": 32, + "h": 14, + "n": "buynow_button_highight_small", + "id": "0x4113583C" + } + ], + "TextButton_Highlight_l": [ + { + "w": 68, + "h": 58, + "n": "buynow_button_highight_ghost", + "id": "0x41134857" + }, + { + "w": 32, + "h": 14, + "n": "buynow_button_highight_l_small", + "id": "0x4113583B" + } + ], + "Button_buyCharSlots_left": [ + { + "w": 38, + "h": 34, + "n": "characterSlot_Left", + "id": "0x410FD9FC" + }, + { + "w": 38, + "h": 34, + "n": "characterSlot_ghosted_Left", + "id": "0x410FD9F5" + }, + { + "w": 38, + "h": 34, + "n": "characterSlot_high_Left", + "id": "0x410FD9F8" + }, + { + "w": 38, + "h": 34, + "n": "characterSlot_roll_Left", + "id": "0x410FDA00" + } + ], + "Button_buyCharSlots_midLeft": [ + { + "w": 25, + "h": 22, + "n": "characterSlot_Sides", + "id": "0x410FD9FE" + }, + { + "w": 25, + "h": 22, + "n": "characterSlot_ghosted_Sides", + "id": "0x410FD9F6" + }, + { + "w": 25, + "h": 22, + "n": "characterSlot_high_Sides", + "id": "0x410FD9FA" + }, + { + "w": 25, + "h": 22, + "n": "characterSlot_roll_Sides", + "id": "0x410FDA01" + } + ], + "Button_buyCharSlots_middle": [ + { + "w": 29, + "h": 38, + "n": "characterSlot_Center", + "id": "0x410FD9FB" + }, + { + "w": 29, + "h": 38, + "n": "characterSlot_ghosted_Center", + "id": "0x410FD9F4" + }, + { + "w": 29, + "h": 38, + "n": "characterSlot_high_Center", + "id": "0x410FD9F7" + }, + { + "w": 29, + "h": 38, + "n": "characterSlot_roll_Center", + "id": "0x410FD9FF" + } + ], + "Button_buyCharSlots_midRight": [ + { + "w": 25, + "h": 22, + "n": "characterSlot_Sides", + "id": "0x410FD9FE" + }, + { + "w": 25, + "h": 22, + "n": "characterSlot_ghosted_Sides", + "id": "0x410FD9F6" + }, + { + "w": 25, + "h": 22, + "n": "characterSlot_high_Sides", + "id": "0x410FD9FA" + }, + { + "w": 25, + "h": 22, + "n": "characterSlot_roll_Sides", + "id": "0x410FDA01" + } + ], + "Button_buyCharSlots_right": [ + { + "w": 39, + "h": 34, + "n": "characterSlot_Right", + "id": "0x410FD9FD" + }, + { + "w": 39, + "h": 34, + "n": "characterSlot_ghosted_Right", + "id": "0x410FD9F0" + }, + { + "w": 39, + "h": 34, + "n": "characterSlot_roll_Right", + "id": "0x410FD9F1" + } + ], + "Adorn": [ + { + "w": 265, + "h": 86, + "n": "thewar_common_adorn", + "id": "0x411624B8" + } + ], + "ettenmoors_adorn": [ + { + "w": 265, + "h": 86, + "n": "ettenmoors_adorn", + "id": "0x410081AC" + } + ], + "shire_adorn": [ + { + "w": 265, + "h": 92, + "n": "shire_adorn", + "id": "0x410081A5" + } + ], + "enedwaith_adorn": [ + { + "w": 265, + "h": 126, + "n": "enedwaith_adorn", + "id": "0x41109FC8" + } + ], + "eredluin_adorn": [ + { + "w": 265, + "h": 79, + "n": "eredluin_adorn", + "id": "0x410081A6" + } + ], + "eregion_adorn": [ + { + "w": 265, + "h": 126, + "n": "eregion_adorn", + "id": "0x410E8E2F" + } + ], + "angmar_adorn": [ + { + "w": 265, + "h": 69, + "n": "angmar_adorn", + "id": "0x410081A7" + } + ], + "lonelands_adorn": [ + { + "w": 265, + "h": 75, + "n": "lonelands_adorn", + "id": "0x410081A8" + } + ], + "northdowns_adorn": [ + { + "w": 265, + "h": 77, + "n": "northdowns_adorn", + "id": "0x410081A9" + } + ], + "evendim_adorn": [ + { + "w": 265, + "h": 106, + "n": "evendim_adorn", + "id": "0x4101F10E" + } + ], + "trollshaws_adorn": [ + { + "w": 265, + "h": 79, + "n": "trollshaws_adorn", + "id": "0x410081AA" + } + ], + "mistymountains_adorn": [ + { + "w": 265, + "h": 90, + "n": "mistymountains_adorn", + "id": "0x410081AB" + } + ], + "forochel_adorn": [ + { + "w": 265, + "h": 86, + "n": "forochel_adorn", + "id": "0x410E5913" + } + ], + "breeland_adorn": [ + { + "w": 265, + "h": 70, + "n": "breeland_adorn", + "id": "0x410081A4" + } + ], + "dunland_adorn": [ + { + "w": 265, + "h": 135, + "n": "dunland_adorn", + "id": "0x41117E29" + } + ], + "tab_front_w": [ + { + "w": 146, + "h": 20, + "n": "tab_tier1_middle_back_w_sm", + "id": "0x410001E0" + }, + { + "w": 146, + "h": 20, + "n": "tab_tier1_middle_front_w_sm", + "id": "0x410001DF" + } + ], + "tab_front_n": [ + { + "w": 131, + "h": 20, + "n": "tab_tier1_middle_back_n_sm", + "id": "0x410001E2" + }, + { + "w": 130, + "h": 20, + "n": "tab_tier1_middle_front_n_sm", + "id": "0x410001E1" + } + ], + "tab_front_e": [ + { + "w": 13, + "h": 20, + "n": "tab_tier1_middle_back_e_sm", + "id": "0x410001E4" + }, + { + "w": 13, + "h": 20, + "n": "tab_tier1_middle_front_e_sm", + "id": "0x410001E3" + } + ], + "race_adorn": [ + { + "w": 265, + "h": 121, + "n": "epic_adorn", + "id": "0x410E8B18" + } + ], + "class_adorn": [ + { + "w": 265, + "h": 102, + "n": "class_adorn", + "id": "0x410081AD" + } + ], + "Mordor_Gorgoroth_adorn": [ + { + "w": 256, + "h": 100, + "n": "mordor_black_gate", + "id": "0x411BAEF6" + } + ], + "Mordor_Minas_Morgul_adorn": [ + { + "w": 265, + "h": 99, + "n": "minas_morgul_adorn", + "id": "0x411E3B2B" + } + ], + "March_of_the_King_adorn": [ + { + "w": 265, + "h": 99, + "n": "march_of_the_king_adorn", + "id": "0x411A4B5D" + } + ], + "Gondor_Central_adorn": [ + { + "w": 265, + "h": 99, + "n": "gondor_central_adorn", + "id": "0x41157CBE" + } + ], + "Gondor_Wastes_adorn": [ + { + "w": 265, + "h": 99, + "n": "the_wastes_adorn", + "id": "0x411BD2AA" + } + ], + "Accomplishment_Region_Gondor_Central_Tab": [ + { + "w": 46, + "h": 66, + "n": "gondor_central_tab_highlight", + "id": "0x41157CBB" + }, + { + "w": 46, + "h": 66, + "n": "gondor_central_tab_highlight_pressed", + "id": "0x41157CB8" + }, + { + "w": 46, + "h": 66, + "n": "gondor_central_tab_normal", + "id": "0x41157CBA" + }, + { + "w": 46, + "h": 66, + "n": "gondor_central_tab_pressed", + "id": "0x41157CBC" + }, + { + "w": 46, + "h": 66, + "n": "gondor_central_tab_rollover", + "id": "0x41157CBD" + }, + { + "w": 46, + "h": 66, + "n": "gondor_central_tab_rollover_highlight", + "id": "0x41157CB9" + } + ], + "Accomplishment_Region_Gondor_Wastes_Tab": [ + { + "w": 46, + "h": 66, + "n": "the_wastes_tab_highlight", + "id": "0x411BD2AB" + }, + { + "w": 46, + "h": 66, + "n": "the_wastes_tab_highlight_pressed", + "id": "0x411BD2AC" + }, + { + "w": 46, + "h": 66, + "n": "the_wastes_tab_normal", + "id": "0x411BD2AD" + }, + { + "w": 46, + "h": 66, + "n": "the_wastes_tab_pressed", + "id": "0x411BD2AE" + }, + { + "w": 46, + "h": 66, + "n": "the_wastes_tab_rollover", + "id": "0x411BD2AF" + }, + { + "w": 46, + "h": 66, + "n": "the_wastes_tab_rollover_highlight", + "id": "0x411BD2B0" + } + ], + "Gondor_Old_Anorien_adorn": [ + { + "w": 264, + "h": 99, + "n": "gondor_old_anorien_adorn", + "id": "0x41165BB5" + } + ], + "Gondor_East_adorn": [ + { + "w": 264, + "h": 99, + "n": "gondor_east_adorn", + "id": "0x4115EE17" + } + ], + "Accomplishment_Region_Gondor_Old_Anorien_Tab": [ + { + "w": 46, + "h": 66, + "n": "gondor_old_anorien_tab_highlight", + "id": "0x41165BB9" + }, + { + "w": 46, + "h": 66, + "n": "gondor_old_anorien_tab_highlight_pressed", + "id": "0x41165BB6" + }, + { + "w": 46, + "h": 66, + "n": "gondor_old_anorien_tab_normal", + "id": "0x41165BB7" + }, + { + "w": 46, + "h": 66, + "n": "gondor_old_anorien_tab_pressed", + "id": "0x41165BBA" + }, + { + "w": 46, + "h": 66, + "n": "gondor_old_anorien_tab_rollover", + "id": "0x41165BBB" + }, + { + "w": 46, + "h": 66, + "n": "gondor_old_anorien_tab_rollover_highlight", + "id": "0x41165BB8" + } + ], + "Accomplishment_Region_Gondor_East_Tab": [ + { + "w": 46, + "h": 66, + "n": "gondor_east_tab_highlight", + "id": "0x4115EE18" + }, + { + "w": 46, + "h": 66, + "n": "gondor_east_tab_highlight_pressed", + "id": "0x4115EE19" + }, + { + "w": 46, + "h": 66, + "n": "gondor_east_tab_normal", + "id": "0x4115EE1B" + }, + { + "w": 46, + "h": 66, + "n": "gondor_east_tab_pressed", + "id": "0x4115EE1C" + }, + { + "w": 46, + "h": 66, + "n": "gondor_east_tab_rollover", + "id": "0x4115EE1D" + }, + { + "w": 46, + "h": 66, + "n": "gondor_east_tab_rollover_highlight", + "id": "0x4115EE1A" + } + ], + "Gondor_Far_Anorien_adorn": [ + { + "w": 242, + "h": 90, + "n": "gondor_far_anorien_adorn", + "id": "0x4116B03C" + } + ], + "Gondor_West_adorn": [ + { + "w": 265, + "h": 99, + "n": "gondor_west_adorn", + "id": "0x41154A34" + } + ], + "Accomplishment_Region_Gondor_Far_Anorien_Tab": [ + { + "w": 46, + "h": 66, + "n": "gondor_far_anorien_tab_highlight", + "id": "0x4116B041" + }, + { + "w": 46, + "h": 66, + "n": "gondor_far_anorien_tab_highlight_pressed", + "id": "0x4116B042" + }, + { + "w": 46, + "h": 66, + "n": "gondor_far_anorien_tab_normal", + "id": "0x4116B03F" + }, + { + "w": 46, + "h": 66, + "n": "gondor_far_anorien_tab_pressed", + "id": "0x4116B03E" + }, + { + "w": 46, + "h": 66, + "n": "gondor_far_anorien_tab_rollover", + "id": "0x4116B040" + }, + { + "w": 46, + "h": 66, + "n": "gondor_far_anorien_tab_rollover_highlight", + "id": "0x4116B03D" + } + ], + "Page_Image": [ + { + "w": 265, + "h": 86, + "n": "skirmish_instance_adorn", + "id": "0x41101BD9" + } + ], + "Moria_adorn": [ + { + "w": 265, + "h": 126, + "n": "moria_adorn", + "id": "0x410E8E31" + } + ], + "Rohan_West_adorn": [ + { + "w": 265, + "h": 99, + "n": "rohan_west_adorn", + "id": "0x4114080D" + } + ], + "Wildermore_adorn": [ + { + "w": 265, + "h": 99, + "n": "wildermore_adorn", + "id": "0x411379DD" + } + ], + "Dwarfholds_adorn": [ + { + "w": 265, + "h": 99, + "n": "dwarfholds_adorn", + "id": "0x411C9F9D" + } + ], + "Rohan_adorn": [ + { + "w": 265, + "h": 99, + "n": "rohan_adorn", + "id": "0x4112A32D" + } + ], + "GreatRiver_adorn": [ + { + "w": 265, + "h": 86, + "n": "great_river_adorn", + "id": "0x41124002" + } + ], + "Strongholds_North_adorn": [ + { + "w": 265, + "h": 99, + "n": "strongholds_north_adorn", + "id": "0x411C2D00" + } + ], + "Mirkwood_adorn_Southern": [ + { + "w": 265, + "h": 86, + "n": "southern_mirkwood_adorn", + "id": "0x41101F69" + } + ], + "vales_of_anduin_adorn": [ + { + "w": 265, + "h": 99, + "n": "vales_of_anduin_adorn", + "id": "0x411D8153" + } + ], + "Lothlorien_adorn": [ + { + "w": 265, + "h": 126, + "n": "lothlorien_adorn", + "id": "0x410E8E30" + } + ], + "Accomplishment_Instance_Dwarfholds_Tab": [ + { + "w": 46, + "h": 66, + "n": "dwarfholds_tab_highlight", + "id": "0x411C9FA2" + }, + { + "w": 46, + "h": 66, + "n": "dwarfholds_tab_highlight_pressed", + "id": "0x411C9F9E" + }, + { + "w": 46, + "h": 66, + "n": "dwarfholds_tab_normal", + "id": "0x411C9FA0" + }, + { + "w": 46, + "h": 66, + "n": "dwarfholds_tab_pressed", + "id": "0x411C9F9F" + }, + { + "w": 46, + "h": 66, + "n": "dwarfholds_tab_rollover", + "id": "0x411C9F9C" + }, + { + "w": 46, + "h": 66, + "n": "dwarfholds_tab_rollover_highlight", + "id": "0x411C9FA1" + } + ], + "Accomplishment_Instance_Minas_Morgul_Tab": [ + { + "w": 46, + "h": 66, + "n": "minas_morgul_tab_highlight", + "id": "0x411E3B28" + }, + { + "w": 46, + "h": 66, + "n": "minas_morgul_tab_highlight_pressed", + "id": "0x411E3B27" + }, + { + "w": 46, + "h": 66, + "n": "minas_morgul_tab_normal", + "id": "0x411E3B2A" + }, + { + "w": 46, + "h": 66, + "n": "minas_morgul_tab_pressed", + "id": "0x411E3B26" + }, + { + "w": 46, + "h": 66, + "n": "minas_morgul_tab_rollover", + "id": "0x411E3B29" + }, + { + "w": 46, + "h": 66, + "n": "minas_morgul_tab_rollover_highlight", + "id": "0x411E3B2C" + } + ], + "Accomplishment_Instance_Gorgoroth_Tab": [ + { + "w": 46, + "h": 66, + "n": "gorgoroth_tab_highlight", + "id": "0x411BD169" + }, + { + "w": 46, + "h": 66, + "n": "gorgoroth_tab_highlight_pressed", + "id": "0x411BD16A" + }, + { + "w": 46, + "h": 66, + "n": "gorgoroth_tab_normal", + "id": "0x411BD167" + }, + { + "w": 46, + "h": 66, + "n": "gorgoroth_tab_pressed", + "id": "0x411BD168" + }, + { + "w": 46, + "h": 66, + "n": "gorgoroth_tab_rollover", + "id": "0x411BD16B" + }, + { + "w": 46, + "h": 66, + "n": "gorgoroth_tab_rollover_highlight", + "id": "0x411BD16C" + } + ], + "Accomplishment_Instance_Pelennor_Tab": [ + { + "w": 46, + "h": 66, + "n": "pelennor_tab_highlight", + "id": "0x4116B044" + }, + { + "w": 46, + "h": 66, + "n": "pelennor_tab_highlight_pressed", + "id": "0x4116B045" + }, + { + "w": 46, + "h": 66, + "n": "pelennor_tab_normal", + "id": "0x4116B049" + }, + { + "w": 46, + "h": 66, + "n": "pelennor_tab_pressed", + "id": "0x4116B047" + }, + { + "w": 46, + "h": 66, + "n": "pelennor_tab_rollover", + "id": "0x4116B046" + }, + { + "w": 46, + "h": 66, + "n": "pelennor_tab_rollover_highlight", + "id": "0x4116B048" + } + ], + "Base_Box_Titlebar_TopRight": [ + { + "w": 35, + "h": 42, + "n": "base_box_titlebar_right", + "id": "0x41000175" + } + ], + "Base_Box_Titlebar_TopLeft": [ + { + "w": 35, + "h": 42, + "n": "base_box_titlebar_left", + "id": "0x41000176" + } + ], + "Base_Box_Titlebar_TopMid": [ + { + "w": 139, + "h": 42, + "n": "base_box_titlebar_top", + "id": "0x41000177" + } + ], + "AmountSelector_ButtonLeft": [ + { + "w": 16, + "h": 16, + "n": "slider_leftarrow", + "id": "0x41007E0E" + }, + { + "w": 16, + "h": 16, + "n": "slider_leftarrow_highlight", + "id": "0x41007E0F" + }, + { + "w": 16, + "h": 16, + "n": "slider_leftarrow_pressed", + "id": "0x41007E0D" + } + ], + "AmountSelector_ButtonRight": [ + { + "w": 16, + "h": 16, + "n": "slider_rightarrow", + "id": "0x41007E11" + }, + { + "w": 16, + "h": 16, + "n": "slider_rightarrow_highlight", + "id": "0x41007E12" + }, + { + "w": 16, + "h": 16, + "n": "slider_rightarrow_pressed", + "id": "0x41007E10" + } + ], + "SliderBackground": [ + { + "w": 16, + "h": 16, + "n": "slider_background", + "id": "0x41007E0B" + } + ], + "Base_Box_Silver_Tooltip_TopRight": [ + { + "w": 36, + "h": 36, + "n": "box_silver_upper_right_noadorn_min", + "id": "0x41135841" + } + ], + "Base_Box_Silver_Tooltip_TopLeft": [ + { + "w": 36, + "h": 36, + "n": "box_silver_upper_left_noadorn_min", + "id": "0x41135844" + } + ], + "Base_Box_Silver_Tooltip_TopMid": [ + { + "w": 16, + "h": 37, + "n": "box_silver_upper_min", + "id": "0x4113583E" + } + ], + "Base_Box_Silver_Tooltip_MidLeft": [ + { + "w": 36, + "h": 16, + "n": "box_silver_side_left_min", + "id": "0x41135843" + } + ], + "Base_Box_Silver_Tooltip_BottomLeft": [ + { + "w": 36, + "h": 36, + "n": "box_silver_bottom_left_noadorn_min", + "id": "0x41135842" + } + ], + "Base_Box_Silver_Tooltip_BottomMid": [ + { + "w": 16, + "h": 36, + "n": "box_silver_bottom_min", + "id": "0x41135840" + } + ], + "Base_Box_Silver_Tooltip_BottomRight": [ + { + "w": 36, + "h": 36, + "n": "box_silver_lower_right_noadorn_min", + "id": "0x4113583D" + } + ], + "Base_Box_Silver_Tooltip_MidRight": [ + { + "w": 36, + "h": 16, + "n": "box_silver_side_right_min", + "id": "0x4113583F" + } + ], + "Base_Box_Silver_Tooltip_Background": [ + { + "w": 128, + "h": 128, + "n": "base_box_center_silver", + "id": "0x4100013B" + } + ], + "AppearanceMod_Appearance_Rotate_Bg": [ + { + "w": 160, + "h": 43, + "n": "barbershop_arrow_bg", + "id": "0x410DD47C" + } + ], + "AppearanceMod_Character_BG": [ + { + "w": 560, + "h": 470, + "n": "barbershop_character_bg", + "id": "0x410DE325" + } + ], + "AppearanceMod_AvatarUpdate_Toggle": [ + { + "w": 225, + "h": 25, + "n": "skip_tutorial_bg", + "id": "0x410FA8C0" + } + ], + "AppearanceMod_InteriorFrame_TopLeft": [ + { + "w": 4, + "h": 4, + "n": "box_bronze_top_edge", + "id": "0x411B346D" + } + ], + "AppearanceMod_InteriorFrame_BottomLeft": [ + { + "w": 4, + "h": 4, + "n": "box_bronze_bottom_edge", + "id": "0x411B346B" + } + ], + "AppearanceMod_InteriorFrame_VertMiddle": [ + { + "w": 4, + "h": 4, + "n": "box_bronze_side_edge", + "id": "0x411B346C" + } + ], + "VitalsBg": [ + { + "w": 128, + "h": 128, + "n": "black_translucent", + "id": "0x4100013F" + } + ], + "AvatarPanel_BG": [ + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_avenger_good_mp", + "id": "0x4101DD51" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_defender_good_mp", + "id": "0x4101DD4F" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_elite_mp", + "id": "0x41007FB5" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_elitemaster_mp", + "id": "0x41007FB6" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_hero_good_mp", + "id": "0x4101DD4D" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_master_defender_good_mp", + "id": "0x4101DD50" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_mp", + "id": "0x41007FB3" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_signature_good_mp", + "id": "0x4101DD4E" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_signature_mp", + "id": "0x41007FB4" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop", + "id": "0x41007FB1" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_10_years", + "id": "0x411AD548" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_10_years_mp", + "id": "0x411AD549" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_11_years", + "id": "0x411C4116" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_11_years_mp", + "id": "0x411C4115" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_12_years", + "id": "0x411DAC4B" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_12_years_mp", + "id": "0x411DA1F9" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_13_years", + "id": "0x411EB751" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_13_years_mp", + "id": "0x411EB74C" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_14_years", + "id": "0x4120BED9" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_14_years_mp", + "id": "0x4120BED6" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_15_years", + "id": "0x412179B0" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_15_years_mp", + "id": "0x412179AF" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_1_year", + "id": "0x41126465" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_1_year_mp", + "id": "0x41126720" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_2_years", + "id": "0x4112668C" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_2_years_mp", + "id": "0x41126721" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_3_years", + "id": "0x4112668D" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_3_years_mp", + "id": "0x41126722" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_4_years", + "id": "0x4112668E" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_4_years_mp", + "id": "0x41126723" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_5_years", + "id": "0x4112668F" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_5_years_mp", + "id": "0x41126724" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_6_years", + "id": "0x41134C58" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_6_years_mp", + "id": "0x41134C57" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_7_years", + "id": "0x411366CB" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_7_years_mp", + "id": "0x411366C7" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_8_years", + "id": "0x411366CA" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_8_years_mp", + "id": "0x411366C8" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_9_years", + "id": "0x411366CC" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_9_years_mp", + "id": "0x411366C9" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_KharumUbnar", + "id": "0x41210171" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_VIP", + "id": "0x41139E46" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_VIP_mp", + "id": "0x41139E47" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_azanulbizar", + "id": "0x41210173" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_dagorlad_flora", + "id": "0x411ACACA" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_legendary_moria_dwarf", + "id": "0x411D9DC3" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_legendary_moria_elf", + "id": "0x411D9DC4" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_legendary_rohan", + "id": "0x411ECAC5" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_legendary_server_account", + "id": "0x411D2BC4" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_legendary_server_endgame", + "id": "0x411D2BC5" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_legendary_server_instance", + "id": "0x411D2BC6" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_minas_morgul", + "id": "0x411ECC13" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_mordor_10_years", + "id": "0x411BAEF2" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_northithilien_flora", + "id": "0x411A8427" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_raid_khazad_dum", + "id": "0x41210174" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_rhosgobel_animal", + "id": "0x411DA8C2" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_gundabad_geode", + "id": "0x4121498B" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_gundabad_gloomingtarn", + "id": "0x41214989" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_gundabad_steepset", + "id": "0x4121498C" + }, + { + "w": 273, + "h": 125, + "n": "player_vitals_legendary_gondor", + "id": "0x411FD299" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_legendary_greymountains", + "id": "0x41215A58" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_legendary_helms_deep", + "id": "0x411F527E" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_legendary_isengard", + "id": "0x411E7930" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_legendary_minasmorgul", + "id": "0x412179AD" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_legendary_mordor", + "id": "0x41210EDD" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_legendary_wastes", + "id": "0x4120DAA3" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_post_raid_U32", + "id": "0x412164E8" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_sons_of_elrond_basic", + "id": "0x411F1AB2" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_sons_of_elrond_best", + "id": "0x411F1AB0" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_sons_of_elrond_better", + "id": "0x411F1AB3" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_three_peaks", + "id": "0x4120280F" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_wedding_festival", + "id": "0x411F1C59" + }, + { + "w": 273, + "h": 124, + "n": "player_vitals_winter_festival", + "id": "0x4113430A" + }, + { + "w": 273, + "h": 124, + "n": "swarm_vitals_mp", + "id": "0x41007FB2" + } + ], + "AvatarPanel_COVER_LOWRES": [ + { + "w": 63, + "h": 63, + "n": "monster_vitals_lowrescover", + "id": "0x41008018" + }, + { + "w": 63, + "h": 63, + "n": "player_vitals_lowrescover", + "id": "0x41008017" + } + ], + "PlayerLevel_BG": [ + { + "w": 62, + "h": 31, + "n": "level_background", + "id": "0x41008019" + }, + { + "w": 62, + "h": 31, + "n": "level_background_portrait_borders", + "id": "0x41126466" + }, + { + "w": 62, + "h": 31, + "n": "level_background_red", + "id": "0x4100801A" + } + ], + "PlayerScaledLevel": [ + { + "w": 15, + "h": 15, + "n": "upscale_arrow", + "id": "0x411411BF" + } + ], + "PlayerLeaderIcon": [ + { + "w": 16, + "h": 16, + "n": "fellowship_leader", + "id": "0x41007DCE" + } + ], + "PlayerAssistantIcon": [ + { + "w": 16, + "h": 16, + "n": "raid_assistant", + "id": "0x41007DE3" + } + ], + "PlayerVoiceChat": [ + { + "w": 20, + "h": 20, + "n": "fellow_voiceenabled", + "id": "0x41007DD0" + } + ], + "PlayerSendingData": [ + { + "w": 20, + "h": 20, + "n": "fellow_voiceenabled_sendingdata", + "id": "0x41007DD1" + } + ], + "LoE_Background": [ + { + "w": 160, + "h": 22, + "n": "light_of_earendil_meter_frame", + "id": "0x411B8A65" + } + ], + "PlayerVoiceChatSquelched": [ + { + "w": 20, + "h": 20, + "n": "fellow_voiceenabled_squelched", + "id": "0x410202F4" + } + ], + "MiniBagGraphic": [ + { + "w": 20, + "h": 20, + "n": "bag3_sm", + "id": "0x4115228A" + } + ], + "Inventory_ResizeBar_Graphic": [ + { + "w": 5, + "h": 100, + "n": "panel_oneWayResize_horiz_icon", + "id": "0x41110388" + } + ], + "Base_Box_Silver_BlueGradient_CenterOverlay": [ + { + "w": 283, + "h": 382, + "n": "base_box_center_silver_gradient", + "id": "0x411351FD" + } + ], + "BagGraphic": [ + { + "w": 32, + "h": 32, + "n": "bag3", + "id": "0x41005FD3" + } + ], + "ItemDisplay_SelectedOverlay": [ + { + "w": 32, + "h": 32, + "n": "icon_selected_overlay", + "id": "0x41000220" + } + ], + "ItemDisplay_IASlotOverlay": [ + { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinaqua", + "id": "0x41112360" + }, + { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinblue", + "id": "0x410EA255" + }, + { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedingreen", + "id": "0x410EA2A0" + }, + { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinmagenta", + "id": "0x41112361" + }, + { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinorange", + "id": "0x410EA2A2" + }, + { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinpink", + "id": "0x4115CB95" + }, + { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinpurple", + "id": "0x410EA2A3" + }, + { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinred", + "id": "0x410EA256" + }, + { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinwhite", + "id": "0x4115CB96" + }, + { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinyellow", + "id": "0x410EA2A1" + } + ], + "ItemDisplay_OutOfRangeOverlay": [ + { + "w": 12, + "h": 12, + "n": "outofrange_indicator", + "id": "0x41007F48" + } + ], + "ItemDisplay_PendingOverlay": [ + { + "w": 32, + "h": 32, + "n": "icon_pending_overlay", + "id": "0x41007E2F" + } + ], + "ItemDisplay_LockedOverlay": [ + { + "w": 32, + "h": 32, + "n": "icon_locked_overlay", + "id": "0x41007E30" + } + ], + "ItemDisplay_BrokenOverlay": [ + { + "w": 32, + "h": 32, + "n": "icon_item_almostbroken_overlay", + "id": "0x41007E32" + }, + { + "w": 32, + "h": 32, + "n": "icon_item_broken_overlay", + "id": "0x41007E31" + } + ], + "ItemDisplay_IANeedsIdentificationOverlay": [ + { + "w": 32, + "h": 32, + "n": "icon_ia_identify_overlay", + "id": "0x410E9008" + } + ], + "ItemDisplay_GhostedOverlay": [ + { + "w": 32, + "h": 32, + "n": "icon_ghosted_overlay", + "id": "0x41007E33" + } + ], + "ItemDisplay_DarkenOverlay": [ + { + "w": 128, + "h": 128, + "n": "black_translucent2", + "id": "0x41007F82" + } + ], + "ItemDisplay_UnusableOverlay": [ + { + "w": 32, + "h": 32, + "n": "icon_unusable_overlay", + "id": "0x41007E34" + } + ], + "ItemDisplay_IANeedsReforgeOverlay": [ + { + "w": 32, + "h": 32, + "n": "icon_ia_forge_overlay", + "id": "0x410E9009" + } + ], + "ToolbarFind_FindIcon": [ + { + "w": 16, + "h": 16, + "n": "finditems16", + "id": "0x41135198" + } + ], + "Backpack_LockMode": [ + { + "w": 16, + "h": 16, + "n": "invlock_ghosted", + "id": "0x411523BA" + }, + { + "w": 16, + "h": 16, + "n": "invlock_locked", + "id": "0x411523A7" + }, + { + "w": 16, + "h": 16, + "n": "invlock_locked_rollover", + "id": "0x411523A8" + }, + { + "w": 16, + "h": 16, + "n": "invlock_unlocked", + "id": "0x411523A9" + }, + { + "w": 16, + "h": 16, + "n": "invlock_unlocked_pressed", + "id": "0x411523A5" + }, + { + "w": 16, + "h": 16, + "n": "invlock_unlocked_rollover", + "id": "0x411523AB" + } + ], + "BuyInvSpace_Button": [ + { + "w": 16, + "h": 16, + "n": "invMTX", + "id": "0x411523AC" + }, + { + "w": 16, + "h": 16, + "n": "invMTX_pressed", + "id": "0x411523A6" + }, + { + "w": 16, + "h": 16, + "n": "invMTX_rollover", + "id": "0x411523A4" + } + ], + "Backpack_Sort": [ + { + "w": 16, + "h": 16, + "n": "button_sort_ghosted", + "id": "0x41152894" + }, + { + "w": 16, + "h": 16, + "n": "button_sort_highlight", + "id": "0x41152893" + }, + { + "w": 16, + "h": 16, + "n": "button_sort_normal", + "id": "0x41152895" + }, + { + "w": 16, + "h": 16, + "n": "button_sort_normal_pressed", + "id": "0x41152896" + } + ], + "BasePanel_TopMid": [ + { + "w": 2, + "h": 3, + "n": "basepanel_topmid_blue", + "id": "0x41000174" + } + ], + "BasePanel_Background": [ + { + "w": 128, + "h": 128, + "n": "base_box_center_silver", + "id": "0x4100013B" + } + ], + "BasePanel_TopLeft": [ + { + "w": 19, + "h": 19, + "n": "basepanel_topleft_blue", + "id": "0x4100016D" + } + ], + "BasePanel_MidLeft": [ + { + "w": 3, + "h": 2, + "n": "basepanel_midleft_blue", + "id": "0x4100016E" + } + ], + "BasePanel_BottomLeft": [ + { + "w": 19, + "h": 19, + "n": "basepanel_bottomleft_blue", + "id": "0x4100016F" + } + ], + "BasePanel_BottomMid": [ + { + "w": 2, + "h": 3, + "n": "basepanel_bottommid_blue", + "id": "0x41000170" + } + ], + "BasePanel_BottomRight": [ + { + "w": 19, + "h": 19, + "n": "basepanel_bottomright_blue", + "id": "0x41000171" + } + ], + "BasePanel_MidRight": [ + { + "w": 3, + "h": 2, + "n": "basepanel_midright_blue", + "id": "0x41000172" + } + ], + "BasePanel_TopRight": [ + { + "w": 19, + "h": 19, + "n": "basepanel_topright_blue", + "id": "0x41000173" + } + ], + "Menu_01_SelectionWidget": [ + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_closed", + "id": "0x41007E1A" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_closed_ghosted", + "id": "0x4101E50B" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_closed_rollover", + "id": "0x41007E1B" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open", + "id": "0x41007E18" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open_rollover", + "id": "0x41007E19" + } + ], + "Barter_window_title_bar": [ + { + "w": 635, + "h": 71, + "n": "Barter_title_bar", + "id": "0x41102457" + } + ], + "Barter_window_title_bar_low": [ + { + "w": 634, + "h": 36, + "n": "Barter_title_bar_low", + "id": "0x41102458" + } + ], + "BuyNowTextButtonReference_Left": [ + { + "w": 33, + "h": 28, + "n": "buynow_button_skinny_left", + "id": "0x4110D2A1" + }, + { + "w": 33, + "h": 28, + "n": "buynow_button_skinny_left_highlight", + "id": "0x4110D2A2" + }, + { + "w": 33, + "h": 28, + "n": "buynow_button_skinny_left_press", + "id": "0x4110D2A3" + }, + { + "w": 34, + "h": 16, + "n": "characterSlot_ghosted_Left_short", + "id": "0x41108F4B" + } + ], + "BuyNowTextButtonReference_Mid": [ + { + "w": 30, + "h": 28, + "n": "buynow_button_skinny_mid", + "id": "0x4110D2A4" + }, + { + "w": 34, + "h": 28, + "n": "buynow_button_skinny_mid_highlight", + "id": "0x4110D2A5" + }, + { + "w": 47, + "h": 28, + "n": "buynow_button_skinny_press", + "id": "0x4110D2A6" + }, + { + "w": 26, + "h": 16, + "n": "characterSlot_ghosted_Center_short", + "id": "0x41108F4A" + } + ], + "BuyNowTextButtonReference_Right": [ + { + "w": 28, + "h": 28, + "n": "buynow_button_skinny_right", + "id": "0x4110D2A7" + }, + { + "w": 28, + "h": 28, + "n": "buynow_button_skinny_right_highlight", + "id": "0x4110D2A8" + }, + { + "w": 28, + "h": 28, + "n": "buynow_button_skinny_right_press", + "id": "0x4110D2A9" + }, + { + "w": 35, + "h": 16, + "n": "characterSlot_ghosted_Right_short", + "id": "0x41108F4D" + } + ], + "BaseOptions_Menu_side_bar": [ + { + "w": 140, + "h": 507, + "n": "Options_menu_side_bar", + "id": "0x411024EF" + } + ], + "quest_dialog_blue_bg_top_left": [ + { + "w": 9, + "h": 8, + "n": "quest_dialog_blue_bg_top_left", + "id": "0x4110CD48" + } + ], + "quest_dialog_blue_bg_top_mid": [ + { + "w": 209, + "h": 8, + "n": "quest_dialog_blue_bg_top_mid", + "id": "0x4110CD4A" + } + ], + "quest_dialog_blue_bg_top_right": [ + { + "w": 9, + "h": 8, + "n": "quest_dialog_blue_bg_top_right", + "id": "0x4110CD49" + } + ], + "quest_dialog_blue_bg_left_mid": [ + { + "w": 9, + "h": 363, + "n": "quest_dialog_blue_bg_left_mid", + "id": "0x4110CD4B" + } + ], + "quest_dialog_blue_bg_bottom_left": [ + { + "w": 9, + "h": 9, + "n": "quest_dialog_blue_bg_bottom_left", + "id": "0x4110CD46" + } + ], + "quest_dialog_blue_bg_bottom_mid": [ + { + "w": 229, + "h": 9, + "n": "quest_dialog_blue_bg_bottom_mid", + "id": "0x4110CD4D" + } + ], + "quest_dialog_blue_bg_bottom_right": [ + { + "w": 9, + "h": 9, + "n": "quest_dialog_blue_bg_bottom_right", + "id": "0x4110CD47" + } + ], + "quest_dialog_blue_bg_right_mid": [ + { + "w": 9, + "h": 363, + "n": "quest_dialog_blue_bg_right_mid", + "id": "0x4110CD4C" + } + ], + "Checkbox_Box": [ + { + "w": 16, + "h": 16, + "n": "checkbox_02", + "id": "0x410001A3" + }, + { + "w": 16, + "h": 16, + "n": "checkbox_02_empty", + "id": "0x410001A4" + } + ], + "CraftRecipe_Seal_Proficiency": [ + { + "w": 40, + "h": 41, + "n": "craft_regular_icon", + "id": "0x4110D071" + } + ], + "CraftRecipe_Seal_Mastery": [ + { + "w": 40, + "h": 41, + "n": "craft_mastery_icon", + "id": "0x4110D070" + } + ], + "Box_01_Background": [ + { + "w": 128, + "h": 128, + "n": "black_translucent", + "id": "0x4100013F" + } + ], + "Box_01_LeftBorder": [ + { + "w": 256, + "h": 256, + "n": "panel_border", + "id": "0x41000141" + } + ], + "Box_01_BottomBorder": [ + { + "w": 256, + "h": 256, + "n": "panel_border", + "id": "0x41000141" + } + ], + "Box_01_RightBorder": [ + { + "w": 256, + "h": 256, + "n": "panel_border", + "id": "0x41000141" + } + ], + "Box_01_TopBorder": [ + { + "w": 256, + "h": 256, + "n": "panel_border", + "id": "0x41000141" + } + ], + "ArrowUp": [ + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open_reversed", + "id": "0x4101DB45" + } + ], + "ArrowDown": [ + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open", + "id": "0x41007E18" + } + ], + "Discovery_Title_Challenge_Entry": [ + { + "w": 225, + "h": 25, + "n": "blue_tracking_select_highlight_active", + "id": "0x41005FC3" + } + ], + "ResizeBarBottomGraphic": [ + { + "w": 100, + "h": 10, + "n": "panel_oneWayResize_vert_icon", + "id": "0x4111038A" + } + ], + "FellowshipMaker_BG": [ + { + "w": 332, + "h": 471, + "n": "fellowmaker_bg", + "id": "0x4111E3CD" + } + ], + "LFInstanceMembersListBox": [ + { + "w": 48, + "h": 48, + "n": "black_50_percent", + "id": "0x41007F7D" + } + ], + "LFInstance_Unavailable_Overlay": [ + { + "w": 544, + "h": 117, + "n": "lfp_filteroptions_bg_unavailable", + "id": "0x4101DA3F" + } + ], + "Chargen_Buttons_Triskel_Left": [ + { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Left", + "id": "0x41108D0E" + }, + { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Left_Ghosted", + "id": "0x411C0C63" + }, + { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Left_Highlight", + "id": "0x41108E88" + }, + { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Left_Pressed", + "id": "0x41108DDD" + } + ], + "CharGen_Buttons_Triskel_Mid": [ + { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Mid", + "id": "0x41108D0F" + }, + { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Mid_Ghosted", + "id": "0x411C0C67" + }, + { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Mid_Highlight", + "id": "0x41108E87" + }, + { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Mid_Pressed", + "id": "0x41108DDE" + } + ], + "Chargen_Buttons_Triskel_Right": [ + { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Right", + "id": "0x41108D10" + }, + { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Right_Ghosted", + "id": "0x411C0C6B" + }, + { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Right_Highlight", + "id": "0x41108E89" + }, + { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Right_Pressed", + "id": "0x41108DDF" + } + ], + "TierMenu_SelectionWidget": [ + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_closed", + "id": "0x41007E1A" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_closed_ghosted", + "id": "0x4101E50B" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_closed_rollover", + "id": "0x41007E1B" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open", + "id": "0x41007E18" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open_rollover", + "id": "0x41007E19" + } + ], + "FellowshipMakerLaunchNow_VertDivider1": [ + { + "w": 10, + "h": 45, + "n": "VerticalDivider_mini", + "id": "0x41120033" + } + ], + "FellowshipMakerLaunchNowVertDivider2": [ + { + "w": 10, + "h": 45, + "n": "VerticalDivider_mini", + "id": "0x41120033" + } + ], + "FellowshipMaker_Corner_BL": [ + { + "w": 30, + "h": 27, + "n": "corner_bl", + "id": "0x4112316C" + } + ], + "FellowshipMaker_Corner_BR": [ + { + "w": 30, + "h": 27, + "n": "corner_br", + "id": "0x4112316D" + } + ], + "damageSymbol": [ + { + "w": 13, + "h": 16, + "n": "damage_symbol", + "id": "0x410EAE27" + } + ], + "healSymbol": [ + { + "w": 16, + "h": 16, + "n": "heal_symbol", + "id": "0x410EAE28" + } + ], + "PipDisplay_Atunement_Frame": [ + { + "w": 221, + "h": 56, + "n": "attunementFrame_bal", + "id": "0x410EAD4C" + }, + { + "w": 221, + "h": 56, + "n": "attunementFrame_dmg1", + "id": "0x410EAD4B" + }, + { + "w": 221, + "h": 56, + "n": "attunementFrame_dmg2", + "id": "0x410EAD4A" + }, + { + "w": 221, + "h": 56, + "n": "attunementFrame_dmg3", + "id": "0x410EAD49" + }, + { + "w": 221, + "h": 56, + "n": "attunementFrame_dmg4", + "id": "0x410EAD51" + }, + { + "w": 221, + "h": 56, + "n": "attunementFrame_heal1", + "id": "0x410EAD4D" + }, + { + "w": 221, + "h": 56, + "n": "attunementFrame_heal2", + "id": "0x410EAD4E" + }, + { + "w": 221, + "h": 56, + "n": "attunementFrame_heal3", + "id": "0x410EAD4F" + }, + { + "w": 221, + "h": 56, + "n": "attunementFrame_heal4", + "id": "0x410EAD50" + } + ], + "PipDisplay_Atunement_Pips": [ + { + "w": 87, + "h": 58, + "n": "attunement_sm_1", + "id": "0x410F1D4C" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_10", + "id": "0x410F1D4D" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_11", + "id": "0x410F1D4E" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_12", + "id": "0x410F1D4F" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_13", + "id": "0x410F1D50" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_14", + "id": "0x410F1D51" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_15", + "id": "0x410F1D52" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_16", + "id": "0x410F1D53" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_17", + "id": "0x410F1D54" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_18", + "id": "0x410F1D55" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_19", + "id": "0x410F1D56" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_2", + "id": "0x410F1D57" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_3", + "id": "0x410F1D58" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_4", + "id": "0x410F1D59" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_5", + "id": "0x410F1D5A" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_6", + "id": "0x410F1D5B" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_7", + "id": "0x410F1D5C" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_8", + "id": "0x410F1D5D" + }, + { + "w": 87, + "h": 58, + "n": "attunement_sm_9", + "id": "0x410F1D5E" + } + ], + "PipDisplay_Atunement_Rune": [ + { + "w": 27, + "h": 27, + "n": "rune_1", + "id": "0x410EAE1E" + }, + { + "w": 27, + "h": 27, + "n": "rune_10", + "id": "0x410EAE0E" + }, + { + "w": 27, + "h": 27, + "n": "rune_11", + "id": "0x410EAE15" + }, + { + "w": 27, + "h": 27, + "n": "rune_12", + "id": "0x410EAE16" + }, + { + "w": 27, + "h": 27, + "n": "rune_13", + "id": "0x410EAE17" + }, + { + "w": 27, + "h": 27, + "n": "rune_14", + "id": "0x410EAE18" + }, + { + "w": 27, + "h": 27, + "n": "rune_15", + "id": "0x410EAE19" + }, + { + "w": 27, + "h": 27, + "n": "rune_16", + "id": "0x410EAE1A" + }, + { + "w": 27, + "h": 27, + "n": "rune_17", + "id": "0x410EAE1B" + }, + { + "w": 27, + "h": 27, + "n": "rune_18", + "id": "0x410EAE1C" + }, + { + "w": 27, + "h": 27, + "n": "rune_19", + "id": "0x410EAE1D" + }, + { + "w": 27, + "h": 27, + "n": "rune_2", + "id": "0x410EAE1F" + }, + { + "w": 27, + "h": 27, + "n": "rune_3", + "id": "0x410EAE20" + }, + { + "w": 27, + "h": 27, + "n": "rune_4", + "id": "0x410EAE0F" + }, + { + "w": 27, + "h": 27, + "n": "rune_5", + "id": "0x410EAE10" + }, + { + "w": 27, + "h": 27, + "n": "rune_6", + "id": "0x410EAE11" + }, + { + "w": 27, + "h": 27, + "n": "rune_7", + "id": "0x410EAE12" + }, + { + "w": 27, + "h": 27, + "n": "rune_8", + "id": "0x410EAE13" + }, + { + "w": 27, + "h": 27, + "n": "rune_9", + "id": "0x410EAE14" + } + ], + "ConjunctionSkillContainerField_BG": [ + { + "w": 142, + "h": 142, + "n": "conjunction_ring_back", + "id": "0x41007EDD" + } + ], + "ConjunctionAssistButton": [ + { + "w": 64, + "h": 64, + "n": "button_assist_normal", + "id": "0x41007EDE" + }, + { + "w": 64, + "h": 64, + "n": "button_assist_pressed", + "id": "0x41007EE0" + }, + { + "w": 64, + "h": 64, + "n": "button_assist_rollover", + "id": "0x41007EDF" + } + ], + "ConnectionStatus": [ + { + "w": 32, + "h": 32, + "n": "alert_connectionbad", + "id": "0x41007ECA" + }, + { + "w": 32, + "h": 32, + "n": "alert_connectiongood", + "id": "0x41007ECC" + }, + { + "w": 32, + "h": 32, + "n": "alert_connectionugly", + "id": "0x41007ECB" + } + ], + "Dye_Color_Menu_SelectionWidget": [ + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_closed", + "id": "0x41007E1A" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_closed_rollover", + "id": "0x41007E1B" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open", + "id": "0x41007E18" + }, + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open_rollover", + "id": "0x41007E19" + } + ], + "DyeColorMenu_BG": [ + { + "w": 166, + "h": 342, + "n": "dressing_room_dye_background", + "id": "0x410E831A" + } + ], + "DressingRoom_Viewport_BG": [ + { + "w": 225, + "h": 335, + "n": "journal_paperdoll_border_inspect", + "id": "0x410E6C62" + } + ], + "VitalHealthBackground": [ + { + "w": 128, + "h": 128, + "n": "black_translucent", + "id": "0x4100013F" + } + ], + "VitalPowerBackground": [ + { + "w": 128, + "h": 128, + "n": "black_translucent", + "id": "0x4100013F" + } + ], + "EscortVitals_Background": [ + { + "w": 159, + "h": 56, + "n": "escortEvil_vitals_backdrop_mini", + "id": "0x4111235E" + }, + { + "w": 159, + "h": 56, + "n": "escortGood_vitals_backdrop_mini", + "id": "0x4111235F" + } + ], + "EscortAssist": [ + { + "w": 18, + "h": 18, + "n": "button_assist_small_normal", + "id": "0x41007DD2" + }, + { + "w": 18, + "h": 18, + "n": "button_assist_small_pressed", + "id": "0x41007DD3" + }, + { + "w": 18, + "h": 18, + "n": "button_assist_small_rollover", + "id": "0x41007DD4" + } + ], + "InspectDisplay_BG_Right": [ + { + "w": 160, + "h": 204, + "n": "journal_paperdoll_item_background_right", + "id": "0x410DCFA2" + } + ], + "InspectDisplay_BG_Left": [ + { + "w": 140, + "h": 204, + "n": "journal_paperdoll_item_background_left", + "id": "0x410DCFA1" + } + ], + "InspectDisplay_Border_BG": [ + { + "w": 225, + "h": 335, + "n": "journal_paperdoll_border_inspect", + "id": "0x410E6C62" + } + ], + "BackSlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_back", + "id": "0x41007EE9" + } + ], + "BootsSlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_feet", + "id": "0x41007EF5" + } + ], + "Weapon1SlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_weapon1", + "id": "0x41007EEA" + } + ], + "Earring1SlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_rightear", + "id": "0x41007EF6" + } + ], + "Weapon2SlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_weapon2", + "id": "0x41007EEB" + } + ], + "Earring2SlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_leftear", + "id": "0x41007EF7" + } + ], + "WeaponRangedSlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_weapon3", + "id": "0x41007EEC" + } + ], + "Bracelet1SlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_bracelet1", + "id": "0x41007EF8" + } + ], + "HeadSlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_head", + "id": "0x41007EED" + } + ], + "Bracelet2SlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_bracelet2", + "id": "0x41007EF9" + } + ], + "ShoulderSlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_shoulder", + "id": "0x41007EEE" + } + ], + "Pocket1SlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_pocket", + "id": "0x41007EFA" + } + ], + "NecklaceSlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_neck", + "id": "0x41007EEF" + } + ], + "CraftToolSlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_weapon4", + "id": "0x41007EFB" + } + ], + "ChestSlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_upperbody", + "id": "0x41007EF0" + } + ], + "LegsSlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_lowerbody", + "id": "0x41007EF1" + } + ], + "GlovesSlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_hands", + "id": "0x41007EF2" + } + ], + "Ring1SlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_rightring", + "id": "0x41007EF3" + } + ], + "ClassSlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_class", + "id": "0x410E8680" + } + ], + "Ring2SlotParent": [ + { + "w": 44, + "h": 44, + "n": "inv_slot_leftring", + "id": "0x41007EF4" + } + ], + "Player_Pedigree_BG": [ + { + "w": 473, + "h": 247, + "n": "pedigree_bg", + "id": "0x41005FA2" + } + ], + "InspectDisplay_IA_Background": [ + { + "w": 421, + "h": 393, + "n": "itemAdvancement_inspect_background", + "id": "0x410F6FAC" + } + ], + "InspectPlayerInfo_Header_Bg": [ + { + "w": 108, + "h": 26, + "n": "journal_character_header_bg", + "id": "0x410DCF9F" + } + ], + "InspectPlayerInfo_Header_seperation1": [ + { + "w": 2, + "h": 26, + "n": "journal_character_header_seperator", + "id": "0x410DCFA0" + } + ], + "InspectPlayerInfo_Header_seperation2": [ + { + "w": 2, + "h": 26, + "n": "journal_character_header_seperator", + "id": "0x410DCFA0" + } + ], + "InspectPlayerInfo_Header_seperation3": [ + { + "w": 2, + "h": 26, + "n": "journal_character_header_seperator", + "id": "0x410DCFA0" + } + ], + "MountDurability_Background": [ + { + "w": 155, + "h": 56, + "n": "mount_vitals_backdrop_mini", + "id": "0x410FF4EC" + } + ], + "Button_MountTheme_left": [ + { + "w": 24, + "h": 29, + "n": "button_mount_dismount_left_ghosted", + "id": "0x4110A141" + }, + { + "w": 24, + "h": 29, + "n": "button_mount_dismount_left_highlight", + "id": "0x4110A138" + }, + { + "w": 24, + "h": 29, + "n": "button_mount_dismount_left_normal", + "id": "0x4110A139" + }, + { + "w": 24, + "h": 29, + "n": "button_mount_dismount_left_pressed", + "id": "0x4110A13A" + } + ], + "Button_MountTheme_middle": [ + { + "w": 56, + "h": 29, + "n": "button_mount_dismount_middle_ghosted", + "id": "0x4110A143" + }, + { + "w": 56, + "h": 29, + "n": "button_mount_dismount_middle_highlight", + "id": "0x4110A13B" + }, + { + "w": 56, + "h": 29, + "n": "button_mount_dismount_middle_normal", + "id": "0x4110A13C" + }, + { + "w": 56, + "h": 29, + "n": "button_mount_dismount_middle_press", + "id": "0x4110A13D" + } + ], + "Button_MountTheme_right": [ + { + "w": 56, + "h": 29, + "n": "button_mount_dismount_right_ghosted", + "id": "0x4110A142" + }, + { + "w": 24, + "h": 29, + "n": "button_mount_dismount_right_highlight", + "id": "0x4110A13E" + }, + { + "w": 24, + "h": 29, + "n": "button_mount_dismount_right_normal", + "id": "0x4110A13F" + }, + { + "w": 24, + "h": 29, + "n": "button_mount_dismount_right_press", + "id": "0x4110A140" + } + ], + "PetVitals_Background": [ + { + "w": 140, + "h": 51, + "n": "pet_vitals_backdrop_mini", + "id": "0x41007EDB" + } + ], + "Quickslots_Pet_BG": [ + { + "w": 352, + "h": 35, + "n": "quickslot_background_pet", + "id": "0x41007F49" + } + ], + "ProgressUIElement_Overlay_Background_left": [ + { + "w": 24, + "h": 24, + "n": "progress_overlay_background_left", + "id": "0x410DD127" + } + ], + "ProgressUIElement_Overlay_Background_center": [ + { + "w": 143, + "h": 24, + "n": "progress_overlay_background_center", + "id": "0x410DD128" + } + ], + "ProgressUIElement_Overlay_Background_right": [ + { + "w": 27, + "h": 24, + "n": "progress_overlay_background_right", + "id": "0x410DD129" + } + ], + "ProgressUIElement_Overlay_Left": [ + { + "w": 1, + "h": 18, + "n": "collections_meter_side", + "id": "0x411699A8" + } + ], + "ProgressUIElement_Overlay_Center": [ + { + "w": 1, + "h": 18, + "n": "collections_meter_center", + "id": "0x411699A9" + } + ], + "ProgressUIElement_Overlay_Right": [ + { + "w": 1, + "h": 18, + "n": "collections_meter_side", + "id": "0x411699A8" + } + ], + "ProgressUIElement_Overlay_Left_mounted": [ + { + "w": 51, + "h": 43, + "n": "progress_overlay_left_mounted", + "id": "0x410E6B22" + } + ], + "ProgressUIElement_Overlay_Center_mounted": [ + { + "w": 8, + "h": 43, + "n": "progress_overlay_center_mounted", + "id": "0x410E6B23" + } + ], + "ProgressUIElement_Overlay_Right_mounted": [ + { + "w": 51, + "h": 43, + "n": "progress_overlay_right_mounted", + "id": "0x410E6B24" + } + ], + "TutorialHighlighter_LeftBorder": [ + { + "w": 3, + "h": 3, + "n": "tutorialpanel_border_side", + "id": "0x41007ED6" + } + ], + "TutorialHighlighter_BottomBorder": [ + { + "w": 3, + "h": 3, + "n": "tutorialpanel_border_bottom", + "id": "0x41007ED7" + } + ], + "TutorialHighlighter_RightBorder": [ + { + "w": 3, + "h": 3, + "n": "tutorialpanel_border_right_side", + "id": "0x41007ED8" + } + ], + "TutorialHighlighter_TopBorder": [ + { + "w": 3, + "h": 3, + "n": "tutorialpanel_border", + "id": "0x41007ED9" + } + ], + "StablemastersButton": [ + { + "w": 24, + "h": 24, + "n": "stablemasterTogglebutton_normal", + "id": "0x411AB20C" + }, + { + "w": 24, + "h": 24, + "n": "stablemasterTogglebutton_pressed", + "id": "0x411AB20A" + }, + { + "w": 24, + "h": 24, + "n": "stablemasterTogglebutton_rollover", + "id": "0x411AB20B" + } + ], + "MinimapViewport": [ + { + "w": 170, + "h": 170, + "n": "map_circle", + "id": "0x41007F4B" + } + ], + "HousingDecorationButton_Button": [ + { + "w": 24, + "h": 24, + "n": "decorationTogglebutton_ghosted", + "id": "0x410DD690" + }, + { + "w": 24, + "h": 24, + "n": "decorationTogglebutton_normal", + "id": "0x410D80BA" + }, + { + "w": 24, + "h": 24, + "n": "decorationTogglebutton_pressed", + "id": "0x410D80B8" + }, + { + "w": 24, + "h": 24, + "n": "decorationTogglebutton_rollover", + "id": "0x410D80B9" + } + ], + "TimeOfDay": [ + { + "w": 24, + "h": 24, + "n": "daytime_time", + "id": "0x4101FBA7" + }, + { + "w": 24, + "h": 24, + "n": "nighttime_time", + "id": "0x4101FBA8" + }, + { + "w": 24, + "h": 24, + "n": "sundial_unknown_time", + "id": "0x4101FBA9" + } + ], + "MinimapPlayerMarker": [ + { + "w": 28, + "h": 28, + "n": "note_avatar", + "id": "0x41007F4C" + } + ], + "Minimap_Frame": [ + { + "w": 238, + "h": 238, + "n": "dread_34", + "id": "0x41007F4D" + }, + { + "w": 238, + "h": 238, + "n": "dread_56", + "id": "0x41007F4E" + }, + { + "w": 238, + "h": 238, + "n": "dread_78", + "id": "0x41007F4F" + }, + { + "w": 238, + "h": 238, + "n": "hope_1", + "id": "0x41007F56" + }, + { + "w": 238, + "h": 238, + "n": "hope_10", + "id": "0x41007F51" + }, + { + "w": 238, + "h": 238, + "n": "hope_34", + "id": "0x41007F55" + }, + { + "w": 238, + "h": 238, + "n": "hope_56", + "id": "0x41007F54" + }, + { + "w": 238, + "h": 238, + "n": "hope_78", + "id": "0x41007F53" + }, + { + "w": 238, + "h": 238, + "n": "hope_9", + "id": "0x41007F52" + }, + { + "w": 238, + "h": 238, + "n": "no_hope_no_dread", + "id": "0x41005F9F" + } + ], + "RadarQuestObjective": [ + { + "w": 30, + "h": 30, + "n": "radar_trackedquest_arrow", + "id": "0x410F8A54" + } + ], + "HousingPanelButton_Button": [ + { + "w": 24, + "h": 24, + "n": "housingpanelbutton_normal", + "id": "0x410D75D2" + }, + { + "w": 24, + "h": 24, + "n": "housingpanelbutton_pressed", + "id": "0x410D75D0" + }, + { + "w": 24, + "h": 24, + "n": "housingpanelbutton_rollover", + "id": "0x410D75D1" + } + ], + "PerkBuy_DestinyPoints": [ + { + "w": 24, + "h": 24, + "n": "destinypoints_normal", + "id": "0x4101E18A" + }, + { + "w": 24, + "h": 24, + "n": "destinypoints_pressed", + "id": "0x4101E188" + }, + { + "w": 24, + "h": 24, + "n": "destinypoints_rollover", + "id": "0x4101E189" + } + ], + "Mood": [ + { + "w": 22, + "h": 22, + "n": "gem_dread1", + "id": "0x41007F58" + }, + { + "w": 22, + "h": 22, + "n": "gem_dread2", + "id": "0x41007F59" + }, + { + "w": 22, + "h": 22, + "n": "gem_dread3", + "id": "0x41007F5A" + }, + { + "w": 22, + "h": 22, + "n": "gem_dread4", + "id": "0x41007F5B" + }, + { + "w": 22, + "h": 22, + "n": "gem_dread5", + "id": "0x41007F5C" + }, + { + "w": 22, + "h": 22, + "n": "gem_hope1", + "id": "0x41007F61" + }, + { + "w": 22, + "h": 22, + "n": "gem_hope2", + "id": "0x41007F60" + }, + { + "w": 22, + "h": 22, + "n": "gem_hope3", + "id": "0x41007F5F" + }, + { + "w": 22, + "h": 22, + "n": "gem_hope4", + "id": "0x41007F5E" + }, + { + "w": 22, + "h": 22, + "n": "gem_hope5", + "id": "0x41007F5D" + }, + { + "w": 22, + "h": 22, + "n": "no_hope_no_dread_gem", + "id": "0x41007F57" + } + ], + "MapZoom": [ + { + "w": 24, + "h": 24, + "n": "map_zoom_normal", + "id": "0x41007F64" + }, + { + "w": 24, + "h": 24, + "n": "map_zoom_pressed", + "id": "0x41007F63" + }, + { + "w": 24, + "h": 24, + "n": "map_zoom_rollover", + "id": "0x41007F62" + } + ], + "SelectionTarget_Background": [ + { + "w": 140, + "h": 51, + "n": "target_vitals_backdrop_mini", + "id": "0x4101FD50" + } + ], + "novitals_expanding_icon": [ + { + "w": 45, + "h": 47, + "n": "novitals_icon", + "id": "0x4110FF77" + } + ], + "novitals_expanding_left": [ + { + "w": 22, + "h": 31, + "n": "novitals_expanding_left", + "id": "0x4110FF74" + } + ], + "novitals_expanding_mid": [ + { + "w": 69, + "h": 31, + "n": "novitals_expanding_mid", + "id": "0x4110FF75" + } + ], + "novitals_expanding_right": [ + { + "w": 21, + "h": 31, + "n": "novitals_expanding_right", + "id": "0x4110FF76" + } + ], + "SkillQueueDisplay_Box": [ + { + "w": 50, + "h": 113, + "n": "skill_queue_back", + "id": "0x4101FAB5" + } + ], + "QueuedSkillGhostedOverlay": [ + { + "w": 32, + "h": 32, + "n": "icon_ghosted_overlay", + "id": "0x41007E33" + } + ], + "QueuedSkillRangeOverlay": [ + { + "w": 12, + "h": 12, + "n": "mountedcombat_outofrange_indicator", + "id": "0x4112D465" + }, + { + "w": 12, + "h": 12, + "n": "outofrange_indicator", + "id": "0x41007F48" + } + ], + "HousingStorage_ContainerDisplay": [ + { + "w": 210, + "h": 178, + "n": "inv_bank_slots", + "id": "0x41007EE2" + } + ], + "HousingDecoration_OffsetZIcon": [ + { + "w": 25, + "h": 25, + "n": "icon_translate_z", + "id": "0x411AB82A" + }, + { + "w": 25, + "h": 25, + "n": "icon_translate_z_ghosted", + "id": "0x411AD27D" + }, + { + "w": 25, + "h": 25, + "n": "icon_translate_z_pressed", + "id": "0x411ACAC8" + }, + { + "w": 25, + "h": 25, + "n": "icon_translate_z_rollover", + "id": "0x411ACAC9" + } + ], + "HousingDecoration_RotationIcon": [ + { + "w": 25, + "h": 25, + "n": "icon_rotation_z", + "id": "0x410DC5F7" + }, + { + "w": 25, + "h": 25, + "n": "icon_rotation_z_ghosted", + "id": "0x411AD27E" + }, + { + "w": 25, + "h": 25, + "n": "icon_rotation_z_pressed", + "id": "0x411ACAC2" + }, + { + "w": 25, + "h": 25, + "n": "icon_rotation_z_rollover", + "id": "0x411ACAC3" + } + ], + "HousingDecoration_ItemDisplay_Parent": [ + { + "w": 32, + "h": 32, + "n": "decoration_hook_slot", + "id": "0x410D7767" + } + ], + "HousingDecoration_OffsetXIcon": [ + { + "w": 25, + "h": 25, + "n": "icon_translate_x", + "id": "0x411AB829" + }, + { + "w": 25, + "h": 25, + "n": "icon_translate_x_ghosted", + "id": "0x411AD280" + }, + { + "w": 25, + "h": 25, + "n": "icon_translate_x_pressed", + "id": "0x411ACAC4" + }, + { + "w": 25, + "h": 25, + "n": "icon_translate_x_rollover", + "id": "0x411ACAC5" + } + ], + "HousingDecoration_OffsetYIcon": [ + { + "w": 25, + "h": 25, + "n": "icon_translate_y", + "id": "0x411AB82B" + }, + { + "w": 25, + "h": 25, + "n": "icon_translate_y_ghosted", + "id": "0x411AD281" + }, + { + "w": 25, + "h": 25, + "n": "icon_translate_y_pressed", + "id": "0x411ACAC6" + }, + { + "w": 25, + "h": 25, + "n": "icon_translate_y_rollover", + "id": "0x411ACAC7" + } + ], + "TextButton_Mithril_Icon": [ + { + "w": 20, + "h": 20, + "n": "mithril_token_sm", + "id": "0x41135D36" + } + ], + "TextButtonWrits_Icon": [ + { + "w": 20, + "h": 20, + "n": "inv_icon_writs_20", + "id": "0x411A9523" + } + ], + "MoneyDisplay_WritIcon": [ + { + "w": 20, + "h": 20, + "n": "inv_icon_writs_20", + "id": "0x411A9523" + } + ], + "MoneyDisplay_Entry_MithrilLabel": [ + { + "w": 20, + "h": 20, + "n": "travel_token_sm", + "id": "0x41134856" + } + ], + "BaseHousingInfo_Icon": [ + { + "w": 245, + "h": 106, + "n": "icon_housing_classic_panorama", + "id": "0x411A399E" + } + ], + "Button_General_Use_Highlight_l": [ + { + "w": 68, + "h": 58, + "n": "buynow_button_highight_ghost", + "id": "0x41134857" + }, + { + "w": 35, + "h": 30, + "n": "buynow_button_highight_l_medium", + "id": "0x41135B95" + } + ], + "Button_General_Use_Highlight": [ + { + "w": 68, + "h": 58, + "n": "buynow_button_highight_ghost", + "id": "0x41134857" + }, + { + "w": 35, + "h": 30, + "n": "buynow_button_highight_medium", + "id": "0x41135B9A" + } + ], + "Button_General_Use_BuyNow_Highlight_l": [ + { + "w": 68, + "h": 58, + "n": "buynow_button_highight_ghost", + "id": "0x41134857" + }, + { + "w": 68, + "h": 58, + "n": "buynow_button_highight_l", + "id": "0x41134873" + } + ], + "Button_General_Use_BuyNow_Coin": [ + { + "w": 36, + "h": 43, + "n": "turbine_coin", + "id": "0x4113478C" + }, + { + "w": 36, + "h": 43, + "n": "turbine_coin_ghosted", + "id": "0x4113485B" + } + ], + "Button_General_Use_BuyNow_Highlight": [ + { + "w": 68, + "h": 58, + "n": "buynow_button_highight", + "id": "0x4113478D" + }, + { + "w": 68, + "h": 58, + "n": "buynow_button_highight_ghost", + "id": "0x41134857" + } + ], + "HousingUpkeep_ButtonLeft": [ + { + "w": 16, + "h": 16, + "n": "slider_leftarrow", + "id": "0x41007E0E" + }, + { + "w": 16, + "h": 16, + "n": "slider_leftarrow_highlight", + "id": "0x41007E0F" + }, + { + "w": 16, + "h": 16, + "n": "slider_leftarrow_pressed", + "id": "0x41007E0D" + } + ], + "HousingUpkeep_ButtonRight": [ + { + "w": 16, + "h": 16, + "n": "slider_rightarrow", + "id": "0x41007E11" + }, + { + "w": 16, + "h": 16, + "n": "slider_rightarrow_highlight", + "id": "0x41007E12" + }, + { + "w": 16, + "h": 16, + "n": "slider_rightarrow_pressed", + "id": "0x41007E10" + } + ], + "HousingUpkeep_MithrilPurchaseButton_MithrilIcon": [ + { + "w": 20, + "h": 20, + "n": "travel_token_sm", + "id": "0x41134856" + } + ], + "balance_box_left": [ + { + "w": 16, + "h": 32, + "n": "balance_box_l", + "id": "0x41135D34" + } + ], + "balance_box_center": [ + { + "w": 1, + "h": 32, + "n": "balance_box_c", + "id": "0x41135D32" + } + ], + "balance_box_right": [ + { + "w": 16, + "h": 32, + "n": "balance_box_r", + "id": "0x41135D33" + } + ], + "Box_Blue_tl": [ + { + "w": 9, + "h": 9, + "n": "bluebox_tl", + "id": "0x410D7C2C" + } + ], + "Box_Blue_t": [ + { + "w": 14, + "h": 9, + "n": "bluebox_t", + "id": "0x410D7C2D" + } + ], + "Box_Blue_tr": [ + { + "w": 10, + "h": 9, + "n": "bluebox_tr", + "id": "0x410D7C2E" + } + ], + "Box_Blue_r": [ + { + "w": 10, + "h": 13, + "n": "bluebox_r", + "id": "0x410D7C2F" + } + ], + "Box_Blue_br": [ + { + "w": 10, + "h": 9, + "n": "bluebox_br", + "id": "0x410D7C30" + } + ], + "Box_Blue_b": [ + { + "w": 16, + "h": 9, + "n": "bluebox_b", + "id": "0x410D7C31" + } + ], + "Box_Blue_bl": [ + { + "w": 9, + "h": 9, + "n": "bluebox_bl", + "id": "0x410D7C32" + } + ], + "Box_Blue_l": [ + { + "w": 9, + "h": 11, + "n": "bluebox_l", + "id": "0x410D7C33" + } + ], + "Box_Blue_c": [ + { + "w": 193, + "h": 114, + "n": "bluebox_c", + "id": "0x410D7C34" + } + ], + "HousingPermissionsDisplay_PermVisitor_Icon": [ + { + "w": 25, + "h": 24, + "n": "icon_housing_permission_visit_key", + "id": "0x410D7C47" + } + ], + "HousingPermissionDisplay_PermVisitor_horizline": [ + { + "w": 57, + "h": 2, + "n": "blue_horizontal_bar", + "id": "0x410D7C48" + } + ], + "HousingPermissionsDisplay_PermUseDecorations_Icon": [ + { + "w": 25, + "h": 24, + "n": "icon_housing_permission_use_key", + "id": "0x410DA93B" + } + ], + "HousingPermissionDisplay_PermUseDecorations_horizline": [ + { + "w": 57, + "h": 2, + "n": "blue_horizontal_bar", + "id": "0x410D7C48" + } + ], + "HousingPermissionsDisplay_PermStorage_Icon": [ + { + "w": 25, + "h": 24, + "n": "icon_housing_permission_storage_key", + "id": "0x410D7C49" + } + ], + "HousingPermissionDisplay_PermStorage_horizline": [ + { + "w": 57, + "h": 2, + "n": "blue_horizontal_bar", + "id": "0x410D7C48" + } + ], + "HousingPermissionsDisplay_PermUpkeep_Icon": [ + { + "w": 25, + "h": 24, + "n": "icon_housing_permission_payupkeep_key", + "id": "0x410D7C4A" + } + ], + "HousingPermissionDisplay_PermUpkeep_horizline": [ + { + "w": 57, + "h": 2, + "n": "blue_horizontal_bar", + "id": "0x410D7C48" + } + ], + "HousingPermissionsDisplay_PermDecorate_Icon": [ + { + "w": 25, + "h": 24, + "n": "icon_housing_permission_decoration_key", + "id": "0x410D7C4B" + } + ], + "HousingPermissionDisplay_PermDecorate_horizline": [ + { + "w": 57, + "h": 2, + "n": "blue_horizontal_bar", + "id": "0x410D7C48" + } + ], + "HousingPermissionsDisplay_PermPerms_Icon": [ + { + "w": 25, + "h": 24, + "n": "icon_housing_permission_manage_key", + "id": "0x410D7C4C" + } + ], + "HousingInfo_Panel_Left": [ + { + "w": 105, + "h": 463, + "n": "houseInfo_panel_left", + "id": "0x411A4A1A" + } + ], + "HousingInfo_Panel_Right": [ + { + "w": 105, + "h": 463, + "n": "houseInfo_panel_right", + "id": "0x411A4A1B" + } + ], + "HousingPurchase_Panorama_Field": [ + { + "w": 245, + "h": 106, + "n": "icon_housing_classic_panorama", + "id": "0x411A399E" + } + ], + "HousingPurchase_SortTabs_Tier2": [ + { + "w": 36, + "h": 22, + "n": "housing_sorthousetype_tier2_normal", + "id": "0x410D7C62" + }, + { + "w": 36, + "h": 22, + "n": "housing_sorthousetype_tier2_sorted", + "id": "0x410D7CDB" + } + ], + "HousingPurchase_SortTabs_Fellowship": [ + { + "w": 36, + "h": 22, + "n": "housing_sorthousetype_fellowship_normal", + "id": "0x410D7C63" + }, + { + "w": 36, + "h": 22, + "n": "housing_sorthousetype_fellowship_sorted", + "id": "0x410D7CDC" + } + ], + "HousingPurchase_SortTabs_Tier1": [ + { + "w": 36, + "h": 22, + "n": "housing_sorthousetype_tier1_normal", + "id": "0x410D7C61" + }, + { + "w": 36, + "h": 22, + "n": "housing_sorthousetype_tier1_sorted", + "id": "0x410D7CDA" + } + ], + "ItemAdvancement_ItemHeader_left": [ + { + "w": 72, + "h": 56, + "n": "itemAdvancement_header_itemSlot", + "id": "0x410F21A3" + } + ], + "ItemAdvancement_ItemHeader_right": [ + { + "w": 19, + "h": 56, + "n": "itemAdvancement_header_rightBorder", + "id": "0x410F21A4" + } + ], + "ItemAdvancement_ItemHeader_center": [ + { + "w": 281, + "h": 56, + "n": "itemAdvancement_header_titleBg", + "id": "0x410F21A2" + } + ], + "IA_ReplaceImbuedLegacy_PaperItem_Field_Cost_Icon": [ + { + "w": 20, + "h": 20, + "n": "travel_token_sm", + "id": "0x41134856" + } + ], + "ItemAdvancementApplyItem_ButtonLeft": [ + { + "w": 16, + "h": 16, + "n": "slider_leftarrow", + "id": "0x41007E0E" + }, + { + "w": 16, + "h": 16, + "n": "slider_leftarrow_highlight", + "id": "0x41007E0F" + }, + { + "w": 16, + "h": 16, + "n": "slider_leftarrow_pressed", + "id": "0x41007E0D" + } + ], + "ItemAdvancementApplyItem_ButtonRight": [ + { + "w": 16, + "h": 16, + "n": "slider_rightarrow", + "id": "0x41007E11" + }, + { + "w": 16, + "h": 16, + "n": "slider_rightarrow_highlight", + "id": "0x41007E12" + }, + { + "w": 16, + "h": 16, + "n": "slider_rightarrow_pressed", + "id": "0x41007E10" + } + ], + "ItemAdvancementManager_TabButtonLevelupImage": [ + { + "w": 48, + "h": 33, + "n": "itemAdvancement_level_up_overlay", + "id": "0x4110DC18" + } + ], + "itemAdvancement_tab_magenta_left": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_magenta_left_active", + "id": "0x4110F8B6" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_magenta_left_inactive", + "id": "0x4110F8B7" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_magenta_left_inactive_rollover", + "id": "0x4110F8B8" + } + ], + "itemAdvancement_tab_magenta_center": [ + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_magenta_center_active", + "id": "0x4110F8B3" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_magenta_center_inactive", + "id": "0x4110F8B4" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_magenta_center_inactive_rollover", + "id": "0x4110F8B5" + } + ], + "itemAdvancement_tab_magenta_right": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_magenta_right_active", + "id": "0x4110F8B9" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_magenta_right_inactive", + "id": "0x4110F8BA" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_magenta_right_inactive_rollover", + "id": "0x4110F8BB" + } + ], + "itemAdvancement_tab_purple_left": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_purple_left_active", + "id": "0x410E8004" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_purple_left_inactive", + "id": "0x410E8006" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_purple_left_inactive_rollover", + "id": "0x410E8005" + } + ], + "itemAdvancement_tab_purple_center": [ + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_purple_center_active", + "id": "0x410E8007" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_purple_center_inactive", + "id": "0x410E8009" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_purple_center_inactive_rollover", + "id": "0x410E8008" + } + ], + "itemAdvancement_tab_purple_right": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_purple_right_active", + "id": "0x410E800A" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_purple_right_inactive", + "id": "0x410E800C" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_purple_right_inactive_rollover", + "id": "0x410E800B" + } + ], + "itemAdvancement_tab_orange_center": [ + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_orange_center_active", + "id": "0x410E8010" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_orange_center_inactive", + "id": "0x410E8012" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_orange_center_inactive_rollover", + "id": "0x410E8011" + } + ], + "itemAdvancement_tab_orange_right": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_orange_right_active", + "id": "0x410E8013" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_orange_right_inactive", + "id": "0x410E8015" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_orange_right_inactive_rollover", + "id": "0x410E8014" + } + ], + "itemAdvancement_tab_orange_left": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_orange_left_active", + "id": "0x410E800D" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_orange_left_inactive", + "id": "0x410E800F" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_orange_left_inactive_rollover", + "id": "0x410E800E" + } + ], + "box_ia_coloredBgs_aqua_tl": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_aqua_tl", + "id": "0x4111281B" + } + ], + "box_ia_coloredBgs_aqua_tc": [ + { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_aqua_tc", + "id": "0x4111281C" + } + ], + "box_ia_coloredBgs_aqua_tr": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_aqua_tr", + "id": "0x4111281D" + } + ], + "box_ia_coloredBgs_aqua_cl": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_aqua_cl", + "id": "0x4111281E" + } + ], + "box_ia_coloredBgs_aqua_cr": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_aqua_cr", + "id": "0x4111281F" + } + ], + "box_ia_coloredBgs_aqua_bl": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_aqua_bl", + "id": "0x41112820" + } + ], + "box_ia_coloredBgs_aqua_bc": [ + { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_aqua_bc", + "id": "0x41112821" + } + ], + "box_ia_coloredBgs_aqua_br": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_aqua_br", + "id": "0x41112822" + } + ], + "box_ia_coloredBgs_aqua_center": [ + { + "w": 21, + "h": 47, + "n": "itemAdvancement_coloredBoxes_center", + "id": "0x411127E9" + } + ], + "ItemAdvancementDisplay_UpsellClose_Coin": [ + { + "w": 20, + "h": 22, + "n": "mtx_coin_small", + "id": "0x411121A1" + } + ], + "ItemAdvancementDisplay_LegendaryPointsText_BgLabel": [ + { + "w": 265, + "h": 28, + "n": "money_player_all_background", + "id": "0x41005F97" + } + ], + "ItemAdvancement_LegendaryPoints_AvailableIcon": [ + { + "w": 27, + "h": 22, + "n": "itemAdvancement_legendPoint_lg", + "id": "0x410E8297" + } + ], + "ItemAdvancement_LegendaryPoints_SpentIcon": [ + { + "w": 27, + "h": 22, + "n": "itemAdvancement_legendPoint_lg", + "id": "0x410E8297" + } + ], + "ProgressUIElement_ItemAdvancement_Overlay_left": [ + { + "w": 63, + "h": 25, + "n": "progress_itemAdvancement_overlay_left", + "id": "0x410E82A3" + } + ], + "ProgressUIElement_ItemAdvancement_Overlay_center": [ + { + "w": 20, + "h": 25, + "n": "progress_itemAdvancement_overlay_middle", + "id": "0x410E82A4" + } + ], + "ProgressUIElement_ItemAdvancement_Overlay_right": [ + { + "w": 19, + "h": 25, + "n": "progress_itemAdvancement_overlay_right", + "id": "0x410E82A5" + } + ], + "RunicDisplay_GhostedOverlay": [ + { + "w": 32, + "h": 32, + "n": "icon_ghosted_overlay", + "id": "0x41007E33" + } + ], + "Runic_Type4_Slot": [ + { + "w": 60, + "h": 62, + "n": "itemAdvancement_runicSlot_crafted_available", + "id": "0x4110013F" + } + ], + "box_ia_header_normal_left": [ + { + "w": 68, + "h": 63, + "n": "itemAdvancement_header_normal_left", + "id": "0x41112827" + } + ], + "box_ia_header_normal_center": [ + { + "w": 305, + "h": 63, + "n": "itemAdvancement_header_normal_middle", + "id": "0x41112825" + } + ], + "box_ia_header_right": [ + { + "w": 333, + "h": 63, + "n": "itemAdvancement_header_normal_right", + "id": "0x41112823" + } + ], + "ItemAdvancementDisplay_UpgradesListbox_BG": [ + { + "w": 132, + "h": 21, + "n": "itemAdvancement_upgrade_bg", + "id": "0x4112895E" + } + ], + "Runic_Type1_Slot": [ + { + "w": 60, + "h": 62, + "n": "itemAdvancement_runicSlot_begining_available", + "id": "0x410E8299" + } + ], + "Runic_Type2_Slot": [ + { + "w": 60, + "h": 62, + "n": "itemAdvancement_runicSlot_middle_available", + "id": "0x410E829A" + } + ], + "Runic_Type3_Slot": [ + { + "w": 60, + "h": 62, + "n": "itemAdvancement_runicSlot_end_available", + "id": "0x410E829B" + } + ], + "dummySlot1": [ + { + "w": 60, + "h": 62, + "n": "itemAdvancement_runicSlot_normal_unavailable", + "id": "0x410E82A0" + } + ], + "dummySlot2": [ + { + "w": 60, + "h": 62, + "n": "itemAdvancement_runicSlot_normal_unavailable", + "id": "0x410E82A0" + } + ], + "dummySlot3": [ + { + "w": 60, + "h": 62, + "n": "itemAdvancement_runicSlot_normal_unavailable", + "id": "0x410E82A0" + } + ], + "dummySlot4": [ + { + "w": 60, + "h": 62, + "n": "itemAdvancement_runicSlot_normal_unavailable", + "id": "0x410E82A0" + } + ], + "box_ia_header_emptySlot_left": [ + { + "w": 68, + "h": 63, + "n": "itemAdvancement_header_emptySlot_left", + "id": "0x41112828" + } + ], + "box_ia_header_emptySlot_center": [ + { + "w": 305, + "h": 63, + "n": "itemAdvancement_header_emptySlot_center", + "id": "0x41112826" + } + ], + "box_ia_header_emptySlot_right": [ + { + "w": 333, + "h": 63, + "n": "itemAdvancement_header_emptySlot_right", + "id": "0x41112824" + } + ], + "box_ia_coloredBgs_magenta_br": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_magenta_br", + "id": "0x41112804" + } + ], + "box_ia_coloredBgs_magenta_center": [ + { + "w": 21, + "h": 47, + "n": "itemAdvancement_coloredBoxes_center", + "id": "0x411127E9" + } + ], + "box_ia_coloredBgs_magenta_tl": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_magenta_tl", + "id": "0x41112809" + } + ], + "box_ia_coloredBgs_magenta_tc": [ + { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_magenta_tc", + "id": "0x41112808" + } + ], + "box_ia_coloredBgs_magenta_tr": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_magenta_tr", + "id": "0x4111280A" + } + ], + "box_ia_coloredBgs_magenta_cl": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_magenta_cl", + "id": "0x41112806" + } + ], + "box_ia_coloredBgs_magenta_cr": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_magenta_cr", + "id": "0x41112807" + } + ], + "box_ia_coloredBgs_magenta_bl": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_magenta_bl", + "id": "0x41112803" + } + ], + "box_ia_coloredBgs_magenta_bc": [ + { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_magenta_bc", + "id": "0x41112802" + } + ], + "itemAdvancement_tab_pink_left": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_pink_left_active", + "id": "0x4112FC2C" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_pink_left_inactive", + "id": "0x4112FC2E" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_pink_left_inactive_rollover", + "id": "0x4112FC2D" + } + ], + "itemAdvancement_tab_pink_center": [ + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_pink_center_active", + "id": "0x4112FC2F" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_pink_center_inactive", + "id": "0x4112FC31" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_pink_center_inactive_rollover", + "id": "0x4112FC30" + } + ], + "itemAdvancement_tab_pink_right": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_pink_right_active", + "id": "0x4112FC32" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_pink_right_inactive", + "id": "0x4112FC34" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_pink_right_inactive_rollover", + "id": "0x4112FC33" + } + ], + "box_ia_coloredBgs_blue_tc": [ + { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_blue_tc", + "id": "0x411127E6" + } + ], + "box_ia_coloredBgs_blue_tr": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_blue_tr", + "id": "0x411127E8" + } + ], + "box_ia_coloredBgs_blue_cl": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_blue_cl", + "id": "0x411127E4" + } + ], + "box_ia_coloredBgs_blue_cr": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_blue_cr", + "id": "0x411127E5" + } + ], + "box_ia_coloredBgs_blue_bl": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_blue_bl", + "id": "0x411127E2" + } + ], + "box_ia_coloredBgs_blue_bc": [ + { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_blue_bc", + "id": "0x411127E1" + } + ], + "box_ia_coloredBgs_blue_br": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_blue_br", + "id": "0x411127E3" + } + ], + "box_ia_coloredBgs_blue_center": [ + { + "w": 21, + "h": 47, + "n": "itemAdvancement_coloredBoxes_center", + "id": "0x411127E9" + } + ], + "box_ia_coloredBgs_blue_tl": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_blue_tl", + "id": "0x411127E7" + } + ], + "box_ia_coloredBgs_red_tl": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_red_tl", + "id": "0x411127EA" + } + ], + "box_ia_coloredBgs_red_tc": [ + { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_red_tc", + "id": "0x411127EB" + } + ], + "box_ia_coloredBgs_red_tr": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_red_tr", + "id": "0x411127EC" + } + ], + "box_ia_coloredBgs_red_cl": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_red_cl", + "id": "0x411127ED" + } + ], + "box_ia_coloredBgs_red_cr": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_red_cr", + "id": "0x411127EE" + } + ], + "box_ia_coloredBgs_red_bl": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_red_bl", + "id": "0x411127EF" + } + ], + "box_ia_coloredBgs_red_bc": [ + { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_red_bc", + "id": "0x411127F0" + } + ], + "box_ia_coloredBgs_red_br": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_red_br", + "id": "0x411127F1" + } + ], + "box_ia_coloredBgs_red_center": [ + { + "w": 21, + "h": 47, + "n": "itemAdvancement_coloredBoxes_center", + "id": "0x411127E9" + } + ], + "itemAdvancement_tab_white_left": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_white_left_active", + "id": "0x4112FC35" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_white_left_inactive", + "id": "0x4112FC37" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_white_left_inactive_rollover", + "id": "0x4112FC36" + } + ], + "itemAdvancement_tab_white_center": [ + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_white_center_active", + "id": "0x4112FC38" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_white_center_inactive", + "id": "0x4112FC3A" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_white_center_inactive_rollover", + "id": "0x4112FC39" + } + ], + "itemAdvancement_tab_white_right": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_white_right_active", + "id": "0x4112FC3B" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_white_right_inactive", + "id": "0x4112FC3D" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_white_right_inactive_rollover", + "id": "0x4112FC3C" + } + ], + "box_ia_coloredBgs_green_tl": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_green_tl", + "id": "0x411127FA" + } + ], + "box_ia_coloredBgs_green_tc": [ + { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_green_tc", + "id": "0x411127FB" + } + ], + "box_ia_coloredBgs_green_tr": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_green_tr", + "id": "0x411127FC" + } + ], + "box_ia_coloredBgs_green_cl": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_green_cl", + "id": "0x411127FD" + } + ], + "box_ia_coloredBgs_green_cr": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_green_cr", + "id": "0x411127FE" + } + ], + "box_ia_coloredBgs_green_bl": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_green_bl", + "id": "0x411127FF" + } + ], + "box_ia_coloredBgs_green_bc": [ + { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_green_bc", + "id": "0x41112800" + } + ], + "box_ia_coloredBgs_green_br": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_green_br", + "id": "0x41112801" + } + ], + "box_ia_coloredBgs_green_center": [ + { + "w": 21, + "h": 47, + "n": "itemAdvancement_coloredBoxes_center", + "id": "0x411127E9" + } + ], + "box_ia_coloredBgs_yellow_cr": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_yellow_cr", + "id": "0x411127F6" + } + ], + "box_ia_coloredBgs_yellow_bl": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_yellow_bl", + "id": "0x411127F7" + } + ], + "box_ia_coloredBgs_yellow_bc": [ + { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_yellow_bc", + "id": "0x411127F8" + } + ], + "box_ia_coloredBgs_yellow_br": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_yellow_br", + "id": "0x411127F9" + } + ], + "box_ia_coloredBgs_yellow_center": [ + { + "w": 21, + "h": 47, + "n": "itemAdvancement_coloredBoxes_center", + "id": "0x411127E9" + } + ], + "box_ia_coloredBgs_yellow_tl": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_yellow_tl", + "id": "0x411127F2" + } + ], + "box_ia_coloredBgs_yellow_tc": [ + { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_yellow_tc", + "id": "0x411127F3" + } + ], + "box_ia_coloredBgs_yellow_tr": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_yellow_tr", + "id": "0x411127F4" + } + ], + "box_ia_coloredBgs_yellow_cl": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_yellow_cl", + "id": "0x411127F5" + } + ], + "box_ia_coloredBgs_pink_tl": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_pink_tl", + "id": "0x4112FC1C" + } + ], + "box_ia_coloredBgs_pink_tc": [ + { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_pink_tc", + "id": "0x4112FC1D" + } + ], + "box_ia_coloredBgs_pink_tr": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_pink_tr", + "id": "0x4112FC1E" + } + ], + "box_ia_coloredBgs_pink_cl": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_pink_cl", + "id": "0x4112FC1F" + } + ], + "box_ia_coloredBgs_pink_cr": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_pink_cr", + "id": "0x4112FC20" + } + ], + "box_ia_coloredBgs_pink_bl": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_pink_bl", + "id": "0x4112FC21" + } + ], + "box_ia_coloredBgs_pink_bc": [ + { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_pink_bc", + "id": "0x4112FC22" + } + ], + "box_ia_coloredBgs_pink_br": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_pink_br", + "id": "0x4112FC23" + } + ], + "box_ia_coloredBgs_pink_center": [ + { + "w": 21, + "h": 47, + "n": "itemAdvancement_coloredBoxes_center", + "id": "0x411127E9" + } + ], + "box_ia_coloredBgs_purple_tl": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_purple_tl", + "id": "0x41112819" + } + ], + "box_ia_coloredBgs_purple_tc": [ + { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_purple_tc", + "id": "0x41112818" + } + ], + "box_ia_coloredBgs_purple_tr": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_purple_tr", + "id": "0x4111281A" + } + ], + "box_ia_coloredBgs_purple_cl": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_purple_cl", + "id": "0x41112816" + } + ], + "box_ia_coloredBgs_purple_cr": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_purple_cr", + "id": "0x41112817" + } + ], + "box_ia_coloredBgs_purple_bl": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_purple_bl", + "id": "0x41112814" + } + ], + "box_ia_coloredBgs_purple_bc": [ + { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_purple_bc", + "id": "0x41112813" + } + ], + "box_ia_coloredBgs_purple_br": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_purple_br", + "id": "0x41112815" + } + ], + "box_ia_coloredBgs_purple_center": [ + { + "w": 21, + "h": 47, + "n": "itemAdvancement_coloredBoxes_center", + "id": "0x411127E9" + } + ], + "box_ia_coloredBgs_orange_tl": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_orange_tl", + "id": "0x41112811" + } + ], + "box_ia_coloredBgs_orange_tc": [ + { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_orange_tc", + "id": "0x41112810" + } + ], + "box_ia_coloredBgs_orange_tr": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_orange_tr", + "id": "0x41112812" + } + ], + "box_ia_coloredBgs_orange_cl": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_orange_cl", + "id": "0x4111280E" + } + ], + "box_ia_coloredBgs_orange_cr": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_orange_cr", + "id": "0x4111280F" + } + ], + "box_ia_coloredBgs_orange_bl": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_orange_bl", + "id": "0x4111280C" + } + ], + "box_ia_coloredBgs_orange_bc": [ + { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_orange_bc", + "id": "0x4111280B" + } + ], + "box_ia_coloredBgs_orange_br": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_orange_br", + "id": "0x4111280D" + } + ], + "box_ia_coloredBgs_orange_center": [ + { + "w": 21, + "h": 47, + "n": "itemAdvancement_coloredBoxes_center", + "id": "0x411127E9" + } + ], + "itemAdvancement_tab_blue_right": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_blue_right_active", + "id": "0x410E7FE6" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_blue_right_inactive", + "id": "0x410E7FE8" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_blue_right_inactive_rollover", + "id": "0x410E7FE7" + } + ], + "itemAdvancement_tab_blue_left": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_blue_left_active", + "id": "0x410E7FE0" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_blue_left_inactive", + "id": "0x410E7FE2" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_blue_left_inactive_rollover", + "id": "0x410E7FE1" + } + ], + "itemAdvancement_tab_blue_center": [ + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_blue_center_active", + "id": "0x410E7FE3" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_blue_center_inactive", + "id": "0x410E7FE5" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_blue_center_inactive_rollover", + "id": "0x410E7FE4" + } + ], + "box_ia_coloredBgs_white_bl": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_white_bl", + "id": "0x4112FC29" + } + ], + "box_ia_coloredBgs_white_bc": [ + { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_white_bc", + "id": "0x4112FC2A" + } + ], + "box_ia_coloredBgs_white_br": [ + { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_white_br", + "id": "0x4112FC2B" + } + ], + "box_ia_coloredBgs_white_center": [ + { + "w": 21, + "h": 47, + "n": "itemAdvancement_coloredBoxes_center", + "id": "0x411127E9" + } + ], + "box_ia_coloredBgs_white_tl": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_white_tl", + "id": "0x4112FC24" + } + ], + "box_ia_coloredBgs_white_tc": [ + { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_white_tc", + "id": "0x4112FC25" + } + ], + "box_ia_coloredBgs_white_tr": [ + { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_white_tr", + "id": "0x4112FC26" + } + ], + "box_ia_coloredBgs_white_cl": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_white_cl", + "id": "0x4112FC27" + } + ], + "box_ia_coloredBgs_white_cr": [ + { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_white_cr", + "id": "0x4112FC28" + } + ], + "itemAdvancement_tab_red_left": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_red_left_active", + "id": "0x410E7FE9" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_red_left_inactive", + "id": "0x410E7FEB" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_red_left_inactive_rollover", + "id": "0x410E7FEA" + } + ], + "itemAdvancement_tab_red_center": [ + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_red_center_active", + "id": "0x410E7FEC" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_red_center_inactive", + "id": "0x410E7FEE" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_red_center_inactive_rollover", + "id": "0x410E7FED" + } + ], + "itemAdvancement_tab_red_right": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_red_right_active", + "id": "0x410E7FEF" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_red_right_inactive", + "id": "0x410E7FF1" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_red_right_inactive_rollover", + "id": "0x410E7FF0" + } + ], + "itemAdvancement_tab_aqua_left": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_aqua_left_active", + "id": "0x4110F8AD" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_aqua_left_inactive", + "id": "0x4110F8AE" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_aqua_left_inactive_rollover", + "id": "0x4110F8AF" + } + ], + "itemAdvancement_tab_aqua_center": [ + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_aqua_center_active", + "id": "0x4110F8AA" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_aqua_center_inactive", + "id": "0x4110F8AB" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_aqua_center_inactive_rollover", + "id": "0x4110F8AC" + } + ], + "itemAdvancement_tab_aqua_right": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_aqua_right_active", + "id": "0x4110F8B0" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_aqua_right_inactive", + "id": "0x4110F8B1" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_aqua_right_inactive_rollover", + "id": "0x4110F8B2" + } + ], + "itemAdvancement_tab_green_left": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_green_left_active", + "id": "0x410E7FF2" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_green_left_inactive", + "id": "0x410E7FF4" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_green_left_inactive_rollover", + "id": "0x410E7FF3" + } + ], + "itemAdvancement_tab_green_center": [ + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_green_center_active", + "id": "0x410E7FF5" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_green_center_inactive", + "id": "0x410E7FF7" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_green_center_inactive_rollover", + "id": "0x410E7FF6" + } + ], + "itemAdvancement_tab_green_right": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_green_right_active", + "id": "0x410E7FF8" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_green_right_inactive", + "id": "0x410E7FFA" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_green_right_inactive_rollover", + "id": "0x410E7FF9" + } + ], + "itemAdvancement_tab_yellow_left": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_yellow_left_active", + "id": "0x410E7FFB" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_yellow_left_inactive", + "id": "0x410E7FFD" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_yellow_left_inactive_rollover", + "id": "0x410E7FFC" + } + ], + "itemAdvancement_tab_yellow_center": [ + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_yellow_center_active", + "id": "0x410E7FFE" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_yellow_center_inactive", + "id": "0x410E8000" + }, + { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_yellow_center_inactive_rollover", + "id": "0x410E7FFF" + } + ], + "itemAdvancement_tab_yellow_right": [ + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_yellow_right_active", + "id": "0x410E8001" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_yellow_right_inactive", + "id": "0x410E8003" + }, + { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_yellow_right_inactive_rollover", + "id": "0x410E8002" + } + ], + "ItemAdvancementManager_bottomRight": [ + { + "w": 45, + "h": 45, + "n": "panel_resize_icon", + "id": "0x4111038C" + } + ], + "ItemAdvancement_DisplayRunicPool_ResultsFrill_Left": [ + { + "w": 80, + "h": 267, + "n": "itemAdvancement_resultsForge_left", + "id": "0x410F2159" + } + ], + "ItemAdvancement_DisplayRunicPool_ResultsFrill_Right": [ + { + "w": 80, + "h": 267, + "n": "itemAdvancement_resultsForge_right", + "id": "0x410F215A" + } + ], + "Box_IA_ResultsBorder_tl": [ + { + "w": 44, + "h": 40, + "n": "IA_results_window_tl", + "id": "0x410F2137" + } + ], + "Box_IA_ResultsBorder_tc": [ + { + "w": 245, + "h": 40, + "n": "IA_results_window_tm", + "id": "0x410F2138" + } + ], + "Box_IA_ResultsBorder_tr": [ + { + "w": 43, + "h": 40, + "n": "IA_results_window_tr", + "id": "0x410F2139" + } + ], + "Box_IA_ResultsBorder_ml": [ + { + "w": 14, + "h": 122, + "n": "IA_results_window_cl", + "id": "0x410F213A" + } + ], + "Box_IA_ResultsBorder_mr": [ + { + "w": 12, + "h": 122, + "n": "IA_results_window_cr", + "id": "0x410F213B" + } + ], + "Box_IA_ResultsBorder_bl": [ + { + "w": 44, + "h": 38, + "n": "IA_results_window_bl", + "id": "0x410F213C" + } + ], + "Box_IA_ResultsBorder_bc": [ + { + "w": 245, + "h": 12, + "n": "IA_results_window_bm", + "id": "0x410F213D" + } + ], + "Box_IA_ResultsBorder_br": [ + { + "w": 43, + "h": 38, + "n": "IA_results_window_br", + "id": "0x410F213E" + } + ], + "MoneyDisplay_RelicCurrency_ItemDisplay": [ + { + "w": 25, + "h": 25, + "n": "icon_shard_25", + "id": "0x4111123A" + } + ], + "MoneyDisplay_Relic_Background_Left": [ + { + "w": 25, + "h": 25, + "n": "money_relic_background_left", + "id": "0x41110D21" + } + ], + "MoneyDisplay_Relic_Background_Center": [ + { + "w": 305, + "h": 25, + "n": "money_relic_background_center", + "id": "0x41110D20" + } + ], + "MoneyDisplay_Relic_Background_Right": [ + { + "w": 25, + "h": 25, + "n": "money_relic_background_right", + "id": "0x41110D22" + } + ], + "MoneyDisplay_PlayerMoney_Resizable_Left": [ + { + "w": 36, + "h": 23, + "n": "money_player_all_background_left", + "id": "0x41110D90" + } + ], + "MoneyDisplay_PlayerMoney_Resizable_Center": [ + { + "w": 90, + "h": 23, + "n": "money_player_all_background_center", + "id": "0x41110D92" + } + ], + "MoneyDisplay_PlayerMoney_Resizable_Right": [ + { + "w": 37, + "h": 23, + "n": "money_player_all_background_right", + "id": "0x41110D91" + } + ], + "IA_reforge_bgImage": [ + { + "w": 388, + "h": 442, + "n": "itemAdvancement_reforge", + "id": "0x410F1FAD" + }, + { + "w": 388, + "h": 442, + "n": "itemAdvancement_reforge_ghosted", + "id": "0x410F213F" + } + ], + "ItemAdvancement_ResultsFrill_Left": [ + { + "w": 80, + "h": 267, + "n": "itemAdvancement_resultsForge_left", + "id": "0x410F2159" + } + ], + "ItemAdvancement_ResultsFrill_Right": [ + { + "w": 80, + "h": 267, + "n": "itemAdvancement_resultsForge_right", + "id": "0x410F215A" + } + ], + "IA_Imbue_bgImage": [ + { + "w": 400, + "h": 460, + "n": "LI_Imbue_Background", + "id": "0x41161128" + }, + { + "w": 388, + "h": 442, + "n": "itemAdvancement_reforge", + "id": "0x410F1FAD" + }, + { + "w": 388, + "h": 442, + "n": "itemAdvancement_reforge_ghosted", + "id": "0x410F213F" + } + ], + "ItemAdvancement_ReforgeResult_ResultFrill_Left": [ + { + "w": 80, + "h": 267, + "n": "itemAdvancement_resultsForge_left", + "id": "0x410F2159" + } + ], + "ItemAdvancement_ReforgeResult_ResultFrill_Right": [ + { + "w": 80, + "h": 267, + "n": "itemAdvancement_resultsForge_right", + "id": "0x410F215A" + } + ], + "LegacyDisplay_RankTierImage": [ + { + "w": 33, + "h": 33, + "n": "itemAdvancement_legendPoint_rankType_gold", + "id": "0x410E82A1" + } + ], + "LegacyDisplay_CostIcon": [ + { + "w": 15, + "h": 15, + "n": "itemAdvancement_legendPoint_sm", + "id": "0x410E82A2" + } + ], + "ItemAdvancement_RunicCombination_Background": [ + { + "w": 557, + "h": 505, + "n": "itemAdvancement_relicforge_background", + "id": "0x41110B6E" + } + ], + "Box_Relic_Forge_Top_Left": [ + { + "w": 21, + "h": 18, + "n": "box_relicreforge_top_left", + "id": "0x41110B6B" + } + ], + "Box_Relic_Forge_Top_Mid": [ + { + "w": 494, + "h": 3, + "n": "box_relicreforge_top_mid", + "id": "0x41110B6C" + } + ], + "Box_Relic_Forge_Top_Right": [ + { + "w": 22, + "h": 18, + "n": "box_relicreforge_top_right", + "id": "0x41110B6D" + } + ], + "Box_Relic_Forge_Mid_Right": [ + { + "w": 3, + "h": 416, + "n": "box_relicreforge_mid_right", + "id": "0x41110B6A" + } + ], + "Box_Relic_Forge_Bottom_Right": [ + { + "w": 22, + "h": 18, + "n": "box_relicreforge_bottom_right", + "id": "0x41110B68" + } + ], + "Box_Relic_Forge_Bottom_Mid": [ + { + "w": 494, + "h": 3, + "n": "box_relicreforge_bottom_mid", + "id": "0x41110B67" + } + ], + "Box_Relic_Forge_Bottom_Left": [ + { + "w": 20, + "h": 18, + "n": "box_relicreforge_bottom_left", + "id": "0x41110B66" + } + ], + "Box_Relic_Forge_Mid_Left": [ + { + "w": 4, + "h": 416, + "n": "box_relicreforge_mid_left", + "id": "0x41110B69" + } + ], + "Box_Relic_Forge_Background": [ + { + "w": 557, + "h": 484, + "n": "box_relicreforge_background", + "id": "0x41110B65" + } + ], + "basepanel_silver_top_left": [ + { + "w": 19, + "h": 12, + "n": "basepanel_silver_topleft", + "id": "0x41110D93" + } + ], + "basepanel_silver_top_mid": [ + { + "w": 53, + "h": 1, + "n": "basepanel_silver_topmid", + "id": "0x41110D97" + } + ], + "basepanel_silver_top_right": [ + { + "w": 17, + "h": 13, + "n": "basepanel_silver_topright", + "id": "0x41110D94" + } + ], + "basepanel_silver_mid_right": [ + { + "w": 1, + "h": 47, + "n": "basepanel_silver_rightmid", + "id": "0x41110D98" + } + ], + "basepanel_silver_bottom_right": [ + { + "w": 15, + "h": 12, + "n": "basepanel_silver_bottomright", + "id": "0x41110D95" + } + ], + "basepanel_silver_bottom_mid": [ + { + "w": 51, + "h": 1, + "n": "basepanel_silver_bottommid", + "id": "0x41110D99" + } + ], + "basepanel_silver_bottom_left": [ + { + "w": 13, + "h": 11, + "n": "basepanel_silver_bottomleft", + "id": "0x41110D96" + } + ], + "basepanel_silver_mid_left": [ + { + "w": 1, + "h": 42, + "n": "basepanel_silver_leftmid", + "id": "0x41110D9A" + } + ], + "basepanel_silver_background": [ + { + "w": 79, + "h": 79, + "n": "basepanel_silver_background", + "id": "0x41110D9B" + } + ], + "ItemAdvancement_RelicDeconsruction_RelicCurrencyCreated_ItemDisplay": [ + { + "w": 25, + "h": 25, + "n": "icon_shard_25", + "id": "0x4111123A" + } + ], + "ItemAdvancement_RelicDeconstruction_BG_Left": [ + { + "w": 143, + "h": 366, + "n": "itemAdvancement_relicforge_refine_bg_left", + "id": "0x41110B76" + } + ], + "ItemAdvancement_RelicDeconstruction_BG_Right": [ + { + "w": 143, + "h": 366, + "n": "itemAdvancement_relicforge_refine_bg_right", + "id": "0x41110B77" + } + ], + "ItemAdvancement_RelicDeconstruction_Drop_Down_Base": [ + { + "w": 205, + "h": 41, + "n": "itemAdvancement_relicforge_drop_down_base", + "id": "0x41110B75" + } + ], + "ItemAdvancement_Deconstruct_BG_Left": [ + { + "w": 143, + "h": 366, + "n": "itemAdvancement_relicforge_deconstruct_bg_left", + "id": "0x41110B73" + } + ], + "ItemAdvancement_Deconstruct_BG_Right": [ + { + "w": 143, + "h": 366, + "n": "itemAdvancement_relicforge_deconstruct_bg_right", + "id": "0x41110B74" + } + ], + "ItemAdvancement_Deconstruct_Drop_Down_Base": [ + { + "w": 205, + "h": 41, + "n": "itemAdvancement_relicforge_drop_down_base", + "id": "0x41110B75" + } + ], + "ItemAdvancement_DeconstructValue_RelicCurrency_ItemDisplay": [ + { + "w": 25, + "h": 25, + "n": "icon_shard_25", + "id": "0x4111123A" + } + ], + "ItemAdvancement_RunicCombination_Border_Bottom_Left": [ + { + "w": 88, + "h": 74, + "n": "itemAdvancement_relicforge_bottom_left_border", + "id": "0x41110B6F" + } + ], + "ItemAdvancement_RunicCombination_Border_Bottom_Right": [ + { + "w": 88, + "h": 74, + "n": "itemAdvancement_relicforge_bottom_right_border", + "id": "0x41110B70" + } + ], + "ItemAdvancement_SelectLegacyUpgrade_ResultFrill_Left": [ + { + "w": 80, + "h": 267, + "n": "itemAdvancement_resultsForge_left", + "id": "0x410F2159" + } + ], + "ItemAdvancement_SelectLegacyUpgrade_ResultFrill_Right": [ + { + "w": 80, + "h": 267, + "n": "itemAdvancement_resultsForge_right", + "id": "0x410F215A" + } + ], + "Item_Socket_Resize_Bar_Graphic": [ + { + "w": 100, + "h": 10, + "n": "panel_oneWayResize_vert_icon", + "id": "0x4111038A" + } + ], + "LockboxApplyKey_BaseBox_BG": [ + { + "w": 377, + "h": 538, + "n": "BaseBox_lockBox", + "id": "0x4111D884" + } + ], + "Mail_Panel_Blue_BG": [ + { + "w": 461, + "h": 247, + "n": "mail_base_home", + "id": "0x41102EC0" + } + ], + "MailElement_Letter_Admin": [ + { + "w": 435, + "h": 45, + "n": "blue_mail_select_highlight_active_admin", + "id": "0x41005F86" + } + ], + "MailElement_Letter_Main": [ + { + "w": 435, + "h": 45, + "n": "blue_mail_select_highlight", + "id": "0x41005FD2" + }, + { + "w": 435, + "h": 45, + "n": "blue_mail_select_highlight_active", + "id": "0x41005FCE" + }, + { + "w": 435, + "h": 45, + "n": "blue_mail_select_normal", + "id": "0x41005F82" + } + ], + "MailElement_Letter_COD": [ + { + "w": 18, + "h": 18, + "n": "icon_mail_cod", + "id": "0x410D90D9" + } + ], + "MailElement_Letter_ReadStatus": [ + { + "w": 18, + "h": 18, + "n": "icon_mail_read", + "id": "0x41007F79" + }, + { + "w": 18, + "h": 18, + "n": "icon_mail_read_kinship", + "id": "0x41007F77" + }, + { + "w": 18, + "h": 18, + "n": "icon_mail_returned", + "id": "0x4101E091" + }, + { + "w": 18, + "h": 18, + "n": "icon_mail_spam", + "id": "0x410DCF30" + }, + { + "w": 18, + "h": 18, + "n": "icon_mail_unread", + "id": "0x41007F7A" + }, + { + "w": 18, + "h": 18, + "n": "icon_mail_unread_kinship", + "id": "0x41007F78" + } + ], + "MailElement_Letter_Item_Attached": [ + { + "w": 20, + "h": 20, + "n": "icon_mail_attachment", + "id": "0x41007F7B" + } + ], + "MailElement_Letter_Currency_Attached": [ + { + "w": 18, + "h": 18, + "n": "icon_mail_currency", + "id": "0x41007F7C" + } + ], + "MailElement_Letter_Items_Attached": [ + { + "w": 20, + "h": 20, + "n": "icon_mail_multipleattachments", + "id": "0x4114B0F0" + } + ], + "NPCComment_BaseBox_BlueBG": [ + { + "w": 486, + "h": 477, + "n": "BaseBox_BlueBG", + "id": "0x411044B2" + } + ], + "SurnameDisplay_PlayerCurrencyField": [ + { + "w": 265, + "h": 28, + "n": "money_player_all_background", + "id": "0x41005F97" + } + ], + "PedigreeManager_PlayerCurrencyField": [ + { + "w": 265, + "h": 28, + "n": "money_player_all_background", + "id": "0x41005F97" + } + ], + "LockOnOverlay": [ + { + "w": 30, + "h": 30, + "n": "Icon_LockTarget", + "id": "0x4112D3EC" + } + ], + "InanimateObjectPanel_BG": [ + { + "w": 128, + "h": 128, + "n": "black_translucent", + "id": "0x4100013F" + } + ], + "InanimateObjectForeground": [ + { + "w": 229, + "h": 65, + "n": "selection_inanimate_backdrop", + "id": "0x41005FB7" + } + ], + "OpponentsVitals_BG": [ + { + "w": 128, + "h": 128, + "n": "black_translucent", + "id": "0x4100013F" + } + ], + "OpponentPanel_BG": [ + { + "w": 273, + "h": 124, + "n": "opponenet_vitals_legendary_isengard", + "id": "0x411E792F" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop", + "id": "0x4100801D" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_10_years", + "id": "0x411AD54B" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_10_years_mp", + "id": "0x411AD54A" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_11_years", + "id": "0x411C4118" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_11_years_mp", + "id": "0x411C4117" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_12_years", + "id": "0x411DA1F8" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_12_years_mp", + "id": "0x411DA1FA" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_13_years", + "id": "0x411EB74D" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_13_years_mp", + "id": "0x411EB750" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_14_years", + "id": "0x4120BED8" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_14_years_mp", + "id": "0x4120BED7" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_15_years", + "id": "0x41216723" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_15_years_mp", + "id": "0x41216725" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_1_year", + "id": "0x41126692" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_1_year_mp", + "id": "0x4112671B" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_2_years", + "id": "0x41126693" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_2_years_mp", + "id": "0x4112671C" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_3_years", + "id": "0x41126694" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_3_years_mp", + "id": "0x4112671D" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_4_years", + "id": "0x41126695" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_4_years_mp", + "id": "0x4112671E" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_5_years", + "id": "0x41126696" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_5_years_mp", + "id": "0x4112671F" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_6_years", + "id": "0x41134C59" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_6_years_mp", + "id": "0x41134C5A" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_7_years", + "id": "0x4114AD50" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_7_years_mp", + "id": "0x4114AD51" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_8_years", + "id": "0x4114B01C" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_8_years_mp", + "id": "0x4114B01D" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_9_years", + "id": "0x4114B01F" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_9_years_mp", + "id": "0x4114B01E" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_KharumUbnar", + "id": "0x41210170" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_VIP", + "id": "0x41139E48" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_VIP_mp", + "id": "0x41139E49" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_avenger_good", + "id": "0x4101DD4C" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_azanulbizar", + "id": "0x41210175" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_dagorlad_flora", + "id": "0x411ACAD0" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_defender_good", + "id": "0x4101DD4A" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_elite", + "id": "0x4100801F" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_elitemaster", + "id": "0x41008020" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_hero_good", + "id": "0x4101DD4B" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_legendary_moria_dwarf", + "id": "0x411D9DC2" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_legendary_moria_elf", + "id": "0x411D9DC1" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_legendary_rohan", + "id": "0x411ECAC6" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_legendary_server_account", + "id": "0x411D2BC8" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_legendary_server_endgame", + "id": "0x411D2BCC" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_legendary_server_instance", + "id": "0x411D2BC7" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_master_defender_good", + "id": "0x4101DD53" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_minas_morgul", + "id": "0x411ECC14" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_mordor_10_years", + "id": "0x411BAEF3" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_northithilien_flora", + "id": "0x411ACE0A" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_raid_khazad_dum", + "id": "0x41210176" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_rhosgobel_animal", + "id": "0x411DA8C3" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_scion", + "id": "0x411DB5BA" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_signature", + "id": "0x4100801E" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_signature_good", + "id": "0x4101DD52" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_sigplus_scion", + "id": "0x411DB5B9" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_gundabad_geode", + "id": "0x41214987" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_gundabad_gloomingtarn", + "id": "0x41214988" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_gundabad_steepset", + "id": "0x4121498D" + }, + { + "w": 273, + "h": 125, + "n": "opponent_vitals_legendary_gondor", + "id": "0x411FD297" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_legendary_greymountains", + "id": "0x41215A59" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_legendary_helms_deep", + "id": "0x411F527C" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_legendary_minasmorgul", + "id": "0x412179AE" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_legendary_mordor", + "id": "0x41210EDC" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_legendary_wastes", + "id": "0x4120DAA4" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_post_raid_U32", + "id": "0x412164E6" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_sons_of_elrond_basic", + "id": "0x411F1AB5" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_sons_of_elrond_best", + "id": "0x411F1AB4" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_sons_of_elrond_better", + "id": "0x411F1AAD" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_three_peaks", + "id": "0x41202810" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_wedding_festival", + "id": "0x411F1C57" + }, + { + "w": 273, + "h": 124, + "n": "opponent_vitals_winter_festival", + "id": "0x41134951" + }, + { + "w": 273, + "h": 124, + "n": "swarm_vitals", + "id": "0x4100801C" + }, + { + "w": 273, + "h": 124, + "n": "swarm_vitals_scion", + "id": "0x411DB5BC" + } + ], + "OpponentPortrait": [ + { + "w": 64, + "h": 64, + "n": "playerportrait_mask_linemeup", + "id": "0x4100801B" + } + ], + "OpponentLevelHiddenSkull": [ + { + "w": 62, + "h": 31, + "n": "level_lvlNotRevealed", + "id": "0x410FF888" + } + ], + "OpponentPanel_COVER_LOWRES": [ + { + "w": 63, + "h": 63, + "n": "monster_vitals_lowrescover", + "id": "0x41008018" + }, + { + "w": 63, + "h": 63, + "n": "player_vitals_lowrescover", + "id": "0x41008017" + } + ], + "OpponentLevel_BG": [ + { + "w": 62, + "h": 31, + "n": "level_background", + "id": "0x41008019" + }, + { + "w": 62, + "h": 31, + "n": "level_background_portrait_borders", + "id": "0x41126466" + }, + { + "w": 62, + "h": 31, + "n": "level_background_rare", + "id": "0x410FF958" + }, + { + "w": 62, + "h": 31, + "n": "level_background_red", + "id": "0x4100801A" + }, + { + "w": 62, + "h": 31, + "n": "level_background_scion", + "id": "0x411DB5BB" + } + ], + "OpponentOpenTapping": [ + { + "w": 36, + "h": 36, + "n": "opponent_vitals_open_tapped", + "id": "0x4112CEA0" + }, + { + "w": 36, + "h": 36, + "n": "opponent_vitals_open_tapped_contributing", + "id": "0x4112D283" + }, + { + "w": 47, + "h": 36, + "n": "opponent_vitals_open_tapped_engaged", + "id": "0x4112D284" + } + ], + "UpsellMenu_Button_Template_BG": [ + { + "w": 206, + "h": 32, + "n": "wallet_upsell_button_highlight", + "id": "0x4111F84E" + }, + { + "w": 206, + "h": 32, + "n": "wallet_upsell_button_normal", + "id": "0x4111F84C" + }, + { + "w": 206, + "h": 32, + "n": "wallet_upsell_button_pressed", + "id": "0x4111F84D" + } + ], + "UpsellMenu_Button_Template_Coin": [ + { + "w": 20, + "h": 22, + "n": "mtx_coin_small", + "id": "0x411121A1" + } + ], + "PaperItemPanel_TopMenu_ListItem_BG": [ + { + "w": 413, + "h": 45, + "n": "Wallet_TopMenu_List_Items", + "id": "0x411107A4" + } + ], + "Box_Wallet_TopMenu_Background_Top": [ + { + "w": 440, + "h": 30, + "n": "Box_Wallet_TopMenu_Top", + "id": "0x411107A2" + } + ], + "Box_Wallet_TopMenu_Background_Middle": [ + { + "w": 437, + "h": 93, + "n": "Box_Wallet_TopMenu_Middle", + "id": "0x411107A1" + } + ], + "Box_Wallet_TopMenu_Background_Bottom": [ + { + "w": 427, + "h": 3, + "n": "Box_Wallet_TopMenu_Bottom", + "id": "0x411107A0" + } + ], + "Box_Wallet_Barter_Background_Top": [ + { + "w": 436, + "h": 60, + "n": "Box_Wallet_Barter_Top", + "id": "0x4111079F" + } + ], + "Box_Wallet_Barter_Background_Middle": [ + { + "w": 397, + "h": 232, + "n": "Box_Wallet_Barter_Middle", + "id": "0x4111079E" + } + ], + "Box_Wallet_Barter_Background_Bottom": [ + { + "w": 395, + "h": 6, + "n": "Box_Wallet_Barter_Bottom", + "id": "0x4111079D" + } + ], + "PaperItemPanel_Rt_bottom_corner": [ + { + "w": 36, + "h": 36, + "n": "silver_border_bottom_right", + "id": "0x4110CD50" + } + ], + "PaperItemPanel_Lt_bottom_corner": [ + { + "w": 36, + "h": 36, + "n": "silver_border_bottom_left", + "id": "0x4110CD51" + } + ], + "PaperItemPanel_Lt_top_corner": [ + { + "w": 36, + "h": 36, + "n": "silver_border_top_left", + "id": "0x4110CD52" + } + ], + "Box_Wallet_Background_Top": [ + { + "w": 437, + "h": 114, + "n": "Box_Wallet_Background_Top", + "id": "0x41110699" + } + ], + "Box_Wallet_Background_Middle": [ + { + "w": 437, + "h": 137, + "n": "Box_Wallet_Background_Middle", + "id": "0x41110698" + } + ], + "Box_Wallet_Background_Bottom": [ + { + "w": 437, + "h": 342, + "n": "Box_Wallet_Background_Bottom", + "id": "0x41110697" + } + ], + "PaperItemPanel_Rt_top_corner": [ + { + "w": 36, + "h": 36, + "n": "silver_border_top_right", + "id": "0x4110CD53" + } + ], + "PerkVendor_Expand_All_Button": [ + { + "w": 16, + "h": 16, + "n": "expand_all_button", + "id": "0x4100027B" + }, + { + "w": 16, + "h": 16, + "n": "expand_all_button_pressed", + "id": "0x4100027A" + }, + { + "w": 16, + "h": 16, + "n": "expand_all_button_rollover", + "id": "0x4100027C" + } + ], + "PerkVendor_Collapse_All_Button": [ + { + "w": 16, + "h": 16, + "n": "collapse_all_button", + "id": "0x4100027E" + }, + { + "w": 16, + "h": 16, + "n": "collapse_all_button_pressed", + "id": "0x4100027D" + }, + { + "w": 16, + "h": 16, + "n": "collapse_all_button_rollover", + "id": "0x4100027F" + } + ], + "DestinyPoints_PlayerIcon": [ + { + "w": 21, + "h": 20, + "n": "icon_destiny_points_20", + "id": "0x4100A682" + } + ], + "QuestPanel_Top_Header": [ + { + "w": 761, + "h": 86, + "n": "quest_journal_header_bg", + "id": "0x41102349" + } + ], + "Quest_Panel_Resize_Bar_Graphic": [ + { + "w": 100, + "h": 10, + "n": "panel_oneWayResize_vert_icon", + "id": "0x4111038A" + } + ], + "Quest_Header_Divider_1": [ + { + "w": 3, + "h": 40, + "n": "journal_character_header_seperator_tall", + "id": "0x4110CF04" + } + ], + "Quest_Header_Divider_2": [ + { + "w": 3, + "h": 40, + "n": "journal_character_header_seperator_tall", + "id": "0x4110CF04" + } + ], + "QuestTree_ExpandAll_Button": [ + { + "w": 16, + "h": 16, + "n": "expand_all_button", + "id": "0x4100027B" + }, + { + "w": 16, + "h": 16, + "n": "expand_all_button_ghosted", + "id": "0x411C996C" + }, + { + "w": 16, + "h": 16, + "n": "expand_all_button_pressed", + "id": "0x4100027A" + }, + { + "w": 16, + "h": 16, + "n": "expand_all_button_rollover", + "id": "0x4100027C" + } + ], + "QuestTree_CollapseAll_Button": [ + { + "w": 16, + "h": 16, + "n": "collapse_all_button", + "id": "0x4100027E" + }, + { + "w": 16, + "h": 16, + "n": "collapse_all_button_pressed", + "id": "0x4100027D" + }, + { + "w": 16, + "h": 16, + "n": "collapse_all_button_rollover", + "id": "0x4100027F" + } + ], + "Chargen_Silver_Border_TopRight": [ + { + "w": 36, + "h": 36, + "n": "chargen_box_silver_upper_right_noadorn", + "id": "0x41108A89" + } + ], + "Chargen_Silver_Border_TopLeft": [ + { + "w": 36, + "h": 36, + "n": "chargen_box_silver_upper_left_noadorn", + "id": "0x41108A8A" + } + ], + "Chargen_Silver_Border_TopMid": [ + { + "w": 434, + "h": 37, + "n": "chargen_box_silver_upper", + "id": "0x41108A8B" + } + ], + "Chargen_Silver_Border_Midleft": [ + { + "w": 36, + "h": 105, + "n": "chargen_box_silver_side_left", + "id": "0x41108A8C" + } + ], + "Chargen_Silver_Border_BottomLeft": [ + { + "w": 36, + "h": 36, + "n": "chargen_box_silver_bottom_left_noadorn", + "id": "0x41108A8D" + } + ], + "Chargen_Silver_Border_BottomRight": [ + { + "w": 36, + "h": 36, + "n": "chargen_box_silver_lower_right_noadorn", + "id": "0x41108A8F" + } + ], + "Chargen_Silver_Border_MidRight": [ + { + "w": 36, + "h": 237, + "n": "chargen_box_silver_side_right", + "id": "0x41108A90" + } + ], + "Chargen_Silver_Border_BottomMid": [ + { + "w": 434, + "h": 36, + "n": "chargen_box_silver_bottom", + "id": "0x41108A8E" + } + ], + "Quest_Filter_SmallFellowship_MP_Icon": [ + { + "w": 30, + "h": 24, + "n": "toggle_icon_sm_fellowship_inactive_mp", + "id": "0x410E6AB2" + }, + { + "w": 30, + "h": 24, + "n": "toggle_icon_sm_fellowship_mp", + "id": "0x410E6405" + } + ], + "Quest_Filter_Solo_Icon": [ + { + "w": 27, + "h": 24, + "n": "toggle_icon_solo", + "id": "0x410E41F8" + }, + { + "w": 27, + "h": 24, + "n": "toggle_icon_solo_inactive", + "id": "0x410E6AB0" + } + ], + "Quest_Filter_FindIcon": [ + { + "w": 16, + "h": 16, + "n": "finditems16", + "id": "0x41135198" + } + ], + "Quest_Filter_Shared_MP_Icon": [ + { + "w": 27, + "h": 24, + "n": "toggle_icon_shared", + "id": "0x410E4D13" + }, + { + "w": 27, + "h": 24, + "n": "toggle_icon_shared_inactive", + "id": "0x410E6AB9" + } + ], + "Quest_Filter_Repeatable_Icon": [ + { + "w": 27, + "h": 24, + "n": "toggle_icon_repeatable", + "id": "0x410E695D" + }, + { + "w": 27, + "h": 24, + "n": "toggle_icon_repeatable_inactive", + "id": "0x410E6AB8" + } + ], + "Quest_Filter_SmallFellowship_Icon": [ + { + "w": 27, + "h": 24, + "n": "toggle_icon_sm_fellowship", + "id": "0x410E41F9" + }, + { + "w": 27, + "h": 24, + "n": "toggle_icon_sm_fellowship_inactive", + "id": "0x410E6AB1" + } + ], + "Quest_Filter_Fellowship_MP_Icon": [ + { + "w": 30, + "h": 24, + "n": "toggle_icon_fellowship_inactive_mp", + "id": "0x410E6AB4" + }, + { + "w": 30, + "h": 24, + "n": "toggle_icon_fellowship_mp", + "id": "0x410E6406" + } + ], + "Quest_Filter_Fellowship_icon": [ + { + "w": 27, + "h": 24, + "n": "toggle_icon_fellowship", + "id": "0x410E41FA" + }, + { + "w": 27, + "h": 24, + "n": "toggle_icon_fellowship_inactive", + "id": "0x410E6AB3" + } + ], + "Quest_Filter_Instance_Icon": [ + { + "w": 27, + "h": 24, + "n": "toggle_icon_instance", + "id": "0x410E41FB" + }, + { + "w": 27, + "h": 24, + "n": "toggle_icon_instance_inactive", + "id": "0x410E6AB5" + } + ], + "Quest_Filter_Epic_Icon": [ + { + "w": 27, + "h": 24, + "n": "toggle_icon_epic", + "id": "0x410E4D11" + }, + { + "w": 27, + "h": 24, + "n": "toggle_icon_epic_inactive", + "id": "0x410E6AB6" + } + ], + "Quest_Filter_Raid_Icon": [ + { + "w": 27, + "h": 24, + "n": "toggle_icon_raid", + "id": "0x410E4D12" + }, + { + "w": 27, + "h": 24, + "n": "toggle_icon_raid_inactive", + "id": "0x410E6AB7" + } + ], + "Quest_Filter_Shared_Icon": [ + { + "w": 27, + "h": 24, + "n": "toggle_icon_shared", + "id": "0x410E4D13" + }, + { + "w": 27, + "h": 24, + "n": "toggle_icon_shared_inactive", + "id": "0x410E6AB9" + } + ], + "Quest_Filter_Tasks_Icon": [ + { + "w": 27, + "h": 27, + "n": "toggle_icon_tasks", + "id": "0x4110C754" + }, + { + "w": 27, + "h": 27, + "n": "toggle_icon_tasks_inactive", + "id": "0x4110C755" + } + ], + "Button_Coin_2": [ + { + "w": 20, + "h": 20, + "n": "mithril_token_sm", + "id": "0x41135D36" + } + ], + "Button_Coin": [ + { + "w": 20, + "h": 20, + "n": "mithril_token_sm", + "id": "0x41135D36" + } + ], + "RandomItemReward_Landing_SilverBox": [ + { + "w": 48, + "h": 48, + "n": "alert_loginreward_large", + "id": "0x41136EF7" + } + ], + "RandomItemReward_Landing_GoldBox": [ + { + "w": 48, + "h": 48, + "n": "alert_loginreward_vip", + "id": "0x41137622" + } + ], + "RandomItemReward_RewardDisplay_NPC": [ + { + "w": 64, + "h": 64, + "n": "gandalf", + "id": "0x411E6C74" + } + ], + "RandomItemReward_SilverRerollButton_Coin": [ + { + "w": 20, + "h": 20, + "n": "mithril_token_sm", + "id": "0x41135D36" + } + ], + "RandomItemReward_GoldRerollButton_Coin": [ + { + "w": 20, + "h": 20, + "n": "mithril_token_sm", + "id": "0x41135D36" + } + ], + "RandomeItemReward_Landing_Divider_Boxes": [ + { + "w": 31, + "h": 415, + "n": "divider_vertical_blue_leaf", + "id": "0x411E6927" + } + ], + "OtherTrade_TradeField": [ + { + "w": 252, + "h": 264, + "n": "secure_trade_selection", + "id": "0x41007F83" + }, + { + "w": 252, + "h": 264, + "n": "secure_trade_selection_normal", + "id": "0x41007F84" + } + ], + "OtherTrade_ItemList": [ + { + "w": 300, + "h": 32, + "n": "secure_trade_dropslot", + "id": "0x41007F85" + } + ], + "SecureTrade_WaitOverlay": [ + { + "w": 128, + "h": 128, + "n": "black_translucent2", + "id": "0x41007F82" + } + ], + "SelfTrade_TradeField": [ + { + "w": 252, + "h": 264, + "n": "secure_trade_selection", + "id": "0x41007F83" + }, + { + "w": 252, + "h": 264, + "n": "secure_trade_selection_normal", + "id": "0x41007F84" + } + ], + "SelfTrade_ItemList": [ + { + "w": 300, + "h": 32, + "n": "secure_trade_dropslot", + "id": "0x41007F85" + } + ], + "MoneyDisplay_Entry_CopperLabel": [ + { + "w": 27, + "h": 21, + "n": "inv_coin_copper", + "id": "0x41007E7D" + } + ], + "MoneyDisplay_Entry_SilverLabel": [ + { + "w": 27, + "h": 21, + "n": "inv_coin_silver", + "id": "0x41007E7C" + } + ], + "MoneyDisplay_Entry_GoldLabel": [ + { + "w": 27, + "h": 21, + "n": "inv_coin_gold", + "id": "0x41007E7B" + } + ], + "SkillTrainer_BaseBar_Low": [ + { + "w": 399, + "h": 34, + "n": "Vendor_BaseBar_Low", + "id": "0x41102B69" + } + ], + "SkillTrainer_SkirmishRole_Deco_BL": [ + { + "w": 45, + "h": 45, + "n": "skirmish_corner_BL", + "id": "0x41101514" + } + ], + "SkillTrainer_SkirmishRole_Deco_BR": [ + { + "w": 45, + "h": 45, + "n": "skirmish_corner_BR", + "id": "0x410FF0D5" + } + ], + "SkillTrainer_Expand_All_Button": [ + { + "w": 16, + "h": 16, + "n": "expand_all_button", + "id": "0x4100027B" + }, + { + "w": 16, + "h": 16, + "n": "expand_all_button_pressed", + "id": "0x4100027A" + }, + { + "w": 16, + "h": 16, + "n": "expand_all_button_rollover", + "id": "0x4100027C" + } + ], + "SkillTrainer_Collapse_All_Button": [ + { + "w": 16, + "h": 16, + "n": "collapse_all_button", + "id": "0x4100027E" + }, + { + "w": 16, + "h": 16, + "n": "collapse_all_button_pressed", + "id": "0x4100027D" + }, + { + "w": 16, + "h": 16, + "n": "collapse_all_button_rollover", + "id": "0x4100027F" + } + ], + "SkillTrainer_PlayerSkirmishPoints": [ + { + "w": 265, + "h": 28, + "n": "money_player_all_background", + "id": "0x41005F97" + } + ], + "SkillTrainer_SkirmishPoints_Icon": [ + { + "w": 20, + "h": 20, + "n": "icon_capped_mark_mini", + "id": "0x4111D3B4" + } + ], + "SkillTrainer_BaseBox_High": [ + { + "w": 396, + "h": 94, + "n": "SkillTrainer_basebar_high", + "id": "0x41102B6A" + } + ], + "SkirmishStatPanel_InstanceStats_Expand_All_Button": [ + { + "w": 16, + "h": 16, + "n": "expand_all_button", + "id": "0x4100027B" + }, + { + "w": 16, + "h": 16, + "n": "expand_all_button_pressed", + "id": "0x4100027A" + }, + { + "w": 16, + "h": 16, + "n": "expand_all_button_rollover", + "id": "0x4100027C" + } + ], + "SkirmishStatPanel_InstanceStats_Collapse_All_Button": [ + { + "w": 16, + "h": 16, + "n": "collapse_all_button", + "id": "0x4100027E" + }, + { + "w": 16, + "h": 16, + "n": "collapse_all_button_pressed", + "id": "0x4100027D" + }, + { + "w": 16, + "h": 16, + "n": "collapse_all_button_rollover", + "id": "0x4100027F" + } + ], + "SkirmishStatPanel_LifetimeStats_Expand_All_Button": [ + { + "w": 16, + "h": 16, + "n": "expand_all_button", + "id": "0x4100027B" + }, + { + "w": 16, + "h": 16, + "n": "expand_all_button_pressed", + "id": "0x4100027A" + }, + { + "w": 16, + "h": 16, + "n": "expand_all_button_rollover", + "id": "0x4100027C" + } + ], + "SkirmishStatPanel_LifetimeStats_Collapse_All_Button": [ + { + "w": 16, + "h": 16, + "n": "collapse_all_button", + "id": "0x4100027E" + }, + { + "w": 16, + "h": 16, + "n": "collapse_all_button_pressed", + "id": "0x4100027D" + }, + { + "w": 16, + "h": 16, + "n": "collapse_all_button_rollover", + "id": "0x4100027F" + } + ], + "SkirmishStatsPage_Bkg": [ + { + "w": 630, + "h": 405, + "n": "skirmish_stats_bkg", + "id": "0x41103EF4" + } + ], + "SkirmishStatsPage_Embellishment_L": [ + { + "w": 50, + "h": 72, + "n": "skirmish_embellishemnt_left", + "id": "0x410FF0D2" + } + ], + "SkirmishStatsPage_Embellishment_R": [ + { + "w": 50, + "h": 72, + "n": "skirmish_embellishemnt_right", + "id": "0x410FF0D3" + } + ], + "SkirmishStatsPage_SkirmishPoints_ItemDisplay": [ + { + "w": 32, + "h": 32, + "n": "skirmish_points_coin", + "id": "0x410FF0CE" + } + ], + "SkirmishStatsPage_SkirmishPoints_Icon": [ + { + "w": 32, + "h": 32, + "n": "icon_capped_mark_32", + "id": "0x4111C446" + } + ], + "SkirmishStatsPage_Corner_UL": [ + { + "w": 45, + "h": 45, + "n": "skirmish_corner_UL", + "id": "0x410FF0D4" + } + ], + "SkirmishStatsPage_Corner_BR": [ + { + "w": 45, + "h": 45, + "n": "skirmish_corner_BR", + "id": "0x410FF0D5" + } + ], + "TraitSlotBackground": [ + { + "w": 76, + "h": 79, + "n": "trait_states_bg_locked", + "id": "0x410EA717" + }, + { + "w": 76, + "h": 79, + "n": "trait_states_bg_slotted", + "id": "0x410EA716" + }, + { + "w": 76, + "h": 79, + "n": "trait_states_bg_unslotted", + "id": "0x410EA715" + } + ], + "TraitLongDisplayRoot_SlotGhosting": [ + { + "w": 32, + "h": 32, + "n": "icon_ghosted_overlay", + "id": "0x41007E33" + } + ], + "TraitNotSlottableOverlay": [ + { + "w": 40, + "h": 40, + "n": "trait_states_slotted_overlay_slottedButUnavailable", + "id": "0x410F6FA7" + } + ], + "Blue_Box_Border_Traits_Equipped": [ + { + "w": 463, + "h": 65, + "n": "skirmish_traits_box_equipped_personal", + "id": "0x410FF0DF" + } + ], + "SkirmishTraits_Bkg": [ + { + "w": 630, + "h": 380, + "n": "skirmish_traits_uneq", + "id": "0x41103EF6" + } + ], + "TraitEquipped_Title": [ + { + "w": 191, + "h": 43, + "n": "skirmish_traits_equipped_title", + "id": "0x410FF0DB" + } + ], + "SkirmishTraits_Bkg_bar": [ + { + "w": 298, + "h": 79, + "n": "skirmish_traits_uneq_personal_bkg", + "id": "0x41103EF7" + } + ], + "SocialResize_Bar_Graphic": [ + { + "w": 100, + "h": 10, + "n": "panel_oneWayResize_vert_icon", + "id": "0x4111038A" + } + ], + "ChestLock_FieldHeader_ArrowUp": [ + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open_reversed", + "id": "0x4101DB45" + } + ], + "ChestLock_FieldHeader_ArrowDown": [ + { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open", + "id": "0x41007E18" + } + ], + "FriendHeaderFellowshipButton": [ + { + "w": 16, + "h": 16, + "n": "guild_member_fellowship", + "id": "0x4100000B" + } + ], + "GuildHeaderChangeView": [ + { + "w": 20, + "h": 20, + "n": "guild_button_changeview_normal", + "id": "0x410D3FB8" + }, + { + "w": 20, + "h": 20, + "n": "guild_button_changeview_pressed", + "id": "0x410D3FB6" + }, + { + "w": 20, + "h": 20, + "n": "guild_button_changeview_rollover", + "id": "0x410D3FB7" + } + ], + "GuildNameValue": [ + { + "w": 48, + "h": 48, + "n": "black_100_percent", + "id": "0x41007E15" + } + ], + "GuildThemeValue": [ + { + "w": 32, + "h": 32, + "n": "icon_kinship_termination", + "id": "0x4101E187" + } + ], + "GuildMotDValue": [ + { + "w": 48, + "h": 48, + "n": "black_100_percent", + "id": "0x41007E15" + }, + { + "w": 48, + "h": 48, + "n": "black_50_percent", + "id": "0x41007F7D" + } + ], + "CustomizableSlotButton_DarkenOverlay": [ + { + "w": 128, + "h": 128, + "n": "black_translucent2", + "id": "0x41007F82" + } + ], + "CustomizableSlotButton_NewInfoHighlight": [ + { + "w": 25, + "h": 25, + "n": "startmenu_newItemHighlight", + "id": "0x41122E0C" + } + ], + "Quickslot_Page_Icon": [ + { + "w": 30, + "h": 30, + "n": "letterbox_bottom_SwitchCenter_Flag", + "id": "0x4112C2A2" + }, + { + "w": 30, + "h": 30, + "n": "letterbox_bottom_SwitchCenter_MC", + "id": "0x4112C24D" + }, + { + "w": 30, + "h": 30, + "n": "letterbox_bottom_SwitchCenter_arrow", + "id": "0x4112C2A4" + }, + { + "w": 30, + "h": 30, + "n": "letterbox_bottom_SwitchCenter_book", + "id": "0x4112C2A5" + }, + { + "w": 30, + "h": 30, + "n": "letterbox_bottom_SwitchCenter_shield", + "id": "0x4112C2A3" + }, + { + "w": 30, + "h": 30, + "n": "letterbox_bottom_SwitchCenter_sword", + "id": "0x4112C2A6" + } + ], + "ToolbarFieldMain": [ + { + "w": 1024, + "h": 90, + "n": "letterbox_bottom", + "id": "0x41005FB9" + }, + { + "w": 1024, + "h": 90, + "n": "letterbox_bottom_mc", + "id": "0x4112BE9C" + } + ], + "ToolbarFieldMain_LevelMeter_Left_Cap": [ + { + "w": 17, + "h": 13, + "n": "letterbox_bottom_left_cap", + "id": "0x41108D14" + } + ], + "ToolbarFieldMain_LevelMeter_Right_Cap": [ + { + "w": 17, + "h": 13, + "n": "letterbox_bottom_right_cap", + "id": "0x41108D15" + } + ], + "ToolbarFieldMain_LevelMeter_Mid_Left_Cap": [ + { + "w": 16, + "h": 13, + "n": "letterbox_bottom_left_mid_cap", + "id": "0x41108D16" + } + ], + "ToolbarFieldMain_LevelMeter_Mid_Right_Cap": [ + { + "w": 16, + "h": 13, + "n": "letterbox_bottom_right_mid_cap", + "id": "0x41108D17" + } + ], + "ToolbarFieldMain_LevelMeter_Glass_Overlay": [ + { + "w": 1015, + "h": 11, + "n": "letterbox_bottom_glass_overlay", + "id": "0x41108D18" + } + ], + "ToolBarButton_MainMenu": [ + { + "w": 30, + "h": 45, + "n": "start_menu_normal", + "id": "0x411016AE" + }, + { + "w": 30, + "h": 45, + "n": "start_menu_pressed", + "id": "0x411016AF" + }, + { + "w": 30, + "h": 45, + "n": "start_menu_rollover", + "id": "0x411016AD" + } + ], + "AutoAttackIndicatorButton": [ + { + "w": 63, + "h": 63, + "n": "button_autoattack_highlight", + "id": "0x41005FC5" + }, + { + "w": 63, + "h": 63, + "n": "button_autoattack_highlight_mouseover", + "id": "0x41005FC9" + }, + { + "w": 63, + "h": 63, + "n": "button_autoattack_highlight_pressed", + "id": "0x41005FCD" + }, + { + "w": 63, + "h": 63, + "n": "button_autoattack_mouseover", + "id": "0x41005F85" + }, + { + "w": 63, + "h": 63, + "n": "button_autoattack_normal", + "id": "0x41005FD1" + }, + { + "w": 63, + "h": 63, + "n": "button_autoattack_normal_pressed", + "id": "0x41005F81" + } + ], + "ToolbarButton_CustomizeSlots": [ + { + "w": 26, + "h": 19, + "n": "startmenu_button_slotting", + "id": "0x41101B85" + }, + { + "w": 26, + "h": 19, + "n": "startmenu_button_slotting_pressed", + "id": "0x41101B87" + }, + { + "w": 26, + "h": 19, + "n": "startmenu_button_slotting_rollover", + "id": "0x41101B86" + } + ], + "TraitSlotOverlay_Ghosting": [ + { + "w": 32, + "h": 32, + "n": "icon_ghosted_overlay", + "id": "0x41007E33" + } + ], + "TraitSlotOverlay": [ + { + "w": 64, + "h": 64, + "n": "trait_states_overlay_inProgress", + "id": "0x410EA719" + }, + { + "w": 64, + "h": 63, + "n": "trait_states_overlay_slotted", + "id": "0x410EA71A" + }, + { + "w": 64, + "h": 63, + "n": "trait_states_overlay_slottedButUnavailable", + "id": "0x410EA71B" + }, + { + "w": 64, + "h": 63, + "n": "trait_states_overlay_unslotted", + "id": "0x410EA718" + } + ], + "Slots_Common_Tier_1": [ + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_virtues", + "id": "0x410EA11F" + }, + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_virtues_mp", + "id": "0x410F34EA" + } + ], + "Slots_Legendary_Tier_1": [ + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_legendary", + "id": "0x410EA122" + }, + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_legendary_mp", + "id": "0x410F34EB" + } + ], + "Slots_Skirmish_Training_Tier_1": [ + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_legendary", + "id": "0x410EA122" + }, + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_legendary_mp", + "id": "0x410F34EB" + }, + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_training_panel", + "id": "0x410FF860" + } + ], + "Slots_Skirmish_Personal_Tier_1": [ + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_personal_panel", + "id": "0x410FF861" + }, + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_virtues", + "id": "0x410EA11F" + }, + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_virtues_mp", + "id": "0x410F34EA" + } + ], + "Slots_Skirmish_Role_Tier_1": [ + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_role_panel", + "id": "0x410FF85E" + }, + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_virtues", + "id": "0x410EA11F" + }, + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_virtues_mp", + "id": "0x410F34EA" + } + ], + "Slots_Skirmish_Skill_Tier_1": [ + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_legendary", + "id": "0x410EA122" + }, + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_legendary_mp", + "id": "0x410F34EB" + }, + { + "w": 385, + "h": 44, + "n": "backgrounds_bard_skill_panel", + "id": "0x410FF85F" + } + ], + "TraitManager_BaseBox_Right_costBorder": [ + { + "w": 108, + "h": 26, + "n": "journal_character_header_bg", + "id": "0x410DCF9F" + } + ], + "TraitManager_PlayerFundsBackground": [ + { + "w": 265, + "h": 28, + "n": "money_player_all_background", + "id": "0x41005F97" + } + ], + "Travel_Button_Divider": [ + { + "w": 10, + "h": 75, + "n": "VerticalDividerMedium_mithril", + "id": "0x411348AE" + } + ], + "Travel_Expand_All_Button": [ + { + "w": 16, + "h": 16, + "n": "expand_all_button_new", + "id": "0x411205E5" + }, + { + "w": 16, + "h": 16, + "n": "expand_all_button_pressed_new", + "id": "0x411205E4" + }, + { + "w": 16, + "h": 16, + "n": "expand_all_button_rollover_new", + "id": "0x411205E3" + } + ], + "Travel_Collapse_All_Button": [ + { + "w": 16, + "h": 16, + "n": "collapse_all_button_new", + "id": "0x411205E6" + }, + { + "w": 16, + "h": 16, + "n": "collapse_all_button_pressed_new", + "id": "0x411205E7" + }, + { + "w": 16, + "h": 16, + "n": "collapse_all_button_rollover_new", + "id": "0x411205E8" + } + ], + "Travel_Divider_Horizontal": [ + { + "w": 400, + "h": 26, + "n": "mithril_divider_lg", + "id": "0x4113486F" + } + ], + "Travel_Currency_Divider_TravelStats_l": [ + { + "w": 10, + "h": 20, + "n": "VerticalDivider_super_mini_mithril", + "id": "0x411348AC" + } + ], + "Travel_Currency_Divider_TravelStats_r": [ + { + "w": 10, + "h": 20, + "n": "VerticalDivider_super_mini_mithril", + "id": "0x411348AC" + } + ], + "Travel_Stats_BG_Bar": [ + { + "w": 414, + "h": 20, + "n": "travel_list_stat_bar_BG", + "id": "0x41134872" + } + ], + "Travel_Divider_Horizontal_2": [ + { + "w": 400, + "h": 26, + "n": "mithril_divider_lg", + "id": "0x4113486F" + } + ], + "Travel_PaperItem_Field_Cost_Icon": [ + { + "w": 20, + "h": 20, + "n": "travel_token_sm", + "id": "0x41134856" + } + ], + "Travel_PaperItem_GoButton_Coin": [ + { + "w": 36, + "h": 43, + "n": "travel_token_lg", + "id": "0x411347FF" + }, + { + "w": 36, + "h": 43, + "n": "travel_token_lg_ghosted", + "id": "0x4113489A" + } + ], + "TravelWindow_BG": [ + { + "w": 12, + "h": 600, + "n": "travel_bg", + "id": "0x411348A7" + } + ], + "SkillSlot_NewOverlay": [ + { + "w": 32, + "h": 32, + "n": "skill_new", + "id": "0x41008122" + } + ], + "SkillPanel_RangeOverlay": [ + { + "w": 12, + "h": 12, + "n": "mountedcombat_outofrange_indicator", + "id": "0x4112D465" + }, + { + "w": 12, + "h": 12, + "n": "outofrange_indicator", + "id": "0x41007F48" + } + ], + "SkillPanel_GhostedOverlay": [ + { + "w": 32, + "h": 32, + "n": "icon_ghosted_overlay", + "id": "0x41007E33" + } + ], + "AttackResponse_SkillList_ShowHide": [ + { + "w": 32, + "h": 32, + "n": "icon_TEMP_REPLACE_ME", + "id": "0x41108D07" + } + ], + "DefeatResponse_SkillList_ShowHide": [ + { + "w": 32, + "h": 32, + "n": "icon_TEMP_REPLACE_ME", + "id": "0x41108D07" + } + ], + "vanguardcontrol_element_frame": [ + { + "w": 479, + "h": 99, + "n": "vanguard_frame_bg", + "id": "0x4114080F" + } + ], + "Vendor_BaseBar_high": [ + { + "w": 399, + "h": 65, + "n": "vendor_basebar_high", + "id": "0x41102B68" + } + ], + "Vendor_BaseBar_Low": [ + { + "w": 399, + "h": 34, + "n": "Vendor_BaseBar_Low", + "id": "0x41102B69" + } + ] + }, + "a2id": { + "innershadow_topleft": "0x41000162", + "innershadow_left": "0x41000163", + "innershadow_bottomleft": "0x41000164", + "innershadow_bottom": "0x41000165", + "innershadow_bottomright": "0x41000166", + "innershadow_right": "0x41000167", + "innershadow_topright": "0x41000168", + "innershadow_top": "0x41000169", + "panel_border": "0x41000141", + "hidden_dragbar_normal": "0x41007DF9", + "hidden_dragbar_normal_activated": "0x41007DFA", + "box_silver_bottom": "0x41000152", + "box_silver_lower_right": "0x41000153", + "box_silver_side_right": "0x41000154", + "base_box_center_silver": "0x4100013B", + "box_silver_upper_right": "0x4100014D", + "box_silver_upper_left": "0x4100014E", + "box_silver_upper": "0x4100014F", + "box_silver_side_left": "0x41000150", + "box_silver_bottom_left": "0x41000151", + "accomplishment_book_background": "0x41103F07", + "social_panel_list_elements_highlight_bottom_center": "0x41000192", + "social_panel_list_elements_normal_bottom_center": "0x41000191", + "social_panel_list_elements_highlight_lower_right": "0x4100018D", + "social_panel_list_elements_normal_lower_right": "0x4100018C", + "social_panel_list_elements_highlight_middle_right": "0x4100018F", + "social_panel_list_elements_normal_middle_right": "0x4100018E", + "social_panel_list_elements_highlight_center": "0x41000190", + "social_panel_list_elements_highlight_top_right": "0x41000183", + "social_panel_list_elements_normal_top_right": "0x41000182", + "social_panel_list_elements_highlight_top_left": "0x41000185", + "social_panel_list_elements_normal_top_left": "0x41000184", + "social_panel_list_elements_highlight_top_center": "0x41000187", + "social_panel_list_elements_normal_top_center": "0x41000186", + "social_panel_list_elements_highlight_middle_left": "0x41000189", + "social_panel_list_elements_normal_middle_left": "0x41000188", + "social_panel_list_elements_highlight_bottom_left": "0x4100018B", + "social_panel_list_elements_normal_bottom_left": "0x4100018A", + "dropdown_arrow_closed": "0x41007E1A", + "dropdown_arrow_closed_rollover": "0x41007E1B", + "dropdown_arrow_open": "0x41007E18", + "dropdown_arrow_open_rollover": "0x41007E19", + "slider_widget": "0x41007E0C", + "slider_widget_ghosted": "0x4101E50C", + "scrollbar_10_thumb_top": "0x41000280", + "scrollbar_10_thumb_top_mouseover": "0x41000281", + "scrollbar_10_thumb_mid": "0x41000282", + "scrollbar_10_thumb_mid_mouseover": "0x41000283", + "scrollbar_10_thumb_bottom": "0x41000284", + "scrollbar_10_thumb_bottom_mouseover": "0x41000285", + "buynow_button_highight_ghost": "0x41134857", + "buynow_button_highight_small": "0x4113583C", + "buynow_button_highight_l_small": "0x4113583B", + "characterSlot_Left": "0x410FD9FC", + "characterSlot_ghosted_Left": "0x410FD9F5", + "characterSlot_high_Left": "0x410FD9F8", + "characterSlot_roll_Left": "0x410FDA00", + "characterSlot_Sides": "0x410FD9FE", + "characterSlot_ghosted_Sides": "0x410FD9F6", + "characterSlot_high_Sides": "0x410FD9FA", + "characterSlot_roll_Sides": "0x410FDA01", + "characterSlot_Center": "0x410FD9FB", + "characterSlot_ghosted_Center": "0x410FD9F4", + "characterSlot_high_Center": "0x410FD9F7", + "characterSlot_roll_Center": "0x410FD9FF", + "characterSlot_Right": "0x410FD9FD", + "characterSlot_ghosted_Right": "0x410FD9F0", + "characterSlot_roll_Right": "0x410FD9F1", + "thewar_common_adorn": "0x411624B8", + "ettenmoors_adorn": "0x410081AC", + "shire_adorn": "0x410081A5", + "enedwaith_adorn": "0x41109FC8", + "eredluin_adorn": "0x410081A6", + "eregion_adorn": "0x410E8E2F", + "angmar_adorn": "0x410081A7", + "lonelands_adorn": "0x410081A8", + "northdowns_adorn": "0x410081A9", + "evendim_adorn": "0x4101F10E", + "trollshaws_adorn": "0x410081AA", + "mistymountains_adorn": "0x410081AB", + "forochel_adorn": "0x410E5913", + "breeland_adorn": "0x410081A4", + "dunland_adorn": "0x41117E29", + "tab_tier1_middle_back_w_sm": "0x410001E0", + "tab_tier1_middle_front_w_sm": "0x410001DF", + "tab_tier1_middle_back_n_sm": "0x410001E2", + "tab_tier1_middle_front_n_sm": "0x410001E1", + "tab_tier1_middle_back_e_sm": "0x410001E4", + "tab_tier1_middle_front_e_sm": "0x410001E3", + "epic_adorn": "0x410E8B18", + "class_adorn": "0x410081AD", + "mordor_black_gate": "0x411BAEF6", + "minas_morgul_adorn": "0x411E3B2B", + "march_of_the_king_adorn": "0x411A4B5D", + "gondor_central_adorn": "0x41157CBE", + "the_wastes_adorn": "0x411BD2AA", + "gondor_central_tab_highlight": "0x41157CBB", + "gondor_central_tab_highlight_pressed": "0x41157CB8", + "gondor_central_tab_normal": "0x41157CBA", + "gondor_central_tab_pressed": "0x41157CBC", + "gondor_central_tab_rollover": "0x41157CBD", + "gondor_central_tab_rollover_highlight": "0x41157CB9", + "the_wastes_tab_highlight": "0x411BD2AB", + "the_wastes_tab_highlight_pressed": "0x411BD2AC", + "the_wastes_tab_normal": "0x411BD2AD", + "the_wastes_tab_pressed": "0x411BD2AE", + "the_wastes_tab_rollover": "0x411BD2AF", + "the_wastes_tab_rollover_highlight": "0x411BD2B0", + "gondor_old_anorien_adorn": "0x41165BB5", + "gondor_east_adorn": "0x4115EE17", + "gondor_old_anorien_tab_highlight": "0x41165BB9", + "gondor_old_anorien_tab_highlight_pressed": "0x41165BB6", + "gondor_old_anorien_tab_normal": "0x41165BB7", + "gondor_old_anorien_tab_pressed": "0x41165BBA", + "gondor_old_anorien_tab_rollover": "0x41165BBB", + "gondor_old_anorien_tab_rollover_highlight": "0x41165BB8", + "gondor_east_tab_highlight": "0x4115EE18", + "gondor_east_tab_highlight_pressed": "0x4115EE19", + "gondor_east_tab_normal": "0x4115EE1B", + "gondor_east_tab_pressed": "0x4115EE1C", + "gondor_east_tab_rollover": "0x4115EE1D", + "gondor_east_tab_rollover_highlight": "0x4115EE1A", + "gondor_far_anorien_adorn": "0x4116B03C", + "gondor_west_adorn": "0x41154A34", + "gondor_far_anorien_tab_highlight": "0x4116B041", + "gondor_far_anorien_tab_highlight_pressed": "0x4116B042", + "gondor_far_anorien_tab_normal": "0x4116B03F", + "gondor_far_anorien_tab_pressed": "0x4116B03E", + "gondor_far_anorien_tab_rollover": "0x4116B040", + "gondor_far_anorien_tab_rollover_highlight": "0x4116B03D", + "skirmish_instance_adorn": "0x41101BD9", + "moria_adorn": "0x410E8E31", + "rohan_west_adorn": "0x4114080D", + "wildermore_adorn": "0x411379DD", + "dwarfholds_adorn": "0x411C9F9D", + "rohan_adorn": "0x4112A32D", + "great_river_adorn": "0x41124002", + "strongholds_north_adorn": "0x411C2D00", + "southern_mirkwood_adorn": "0x41101F69", + "vales_of_anduin_adorn": "0x411D8153", + "lothlorien_adorn": "0x410E8E30", + "dwarfholds_tab_highlight": "0x411C9FA2", + "dwarfholds_tab_highlight_pressed": "0x411C9F9E", + "dwarfholds_tab_normal": "0x411C9FA0", + "dwarfholds_tab_pressed": "0x411C9F9F", + "dwarfholds_tab_rollover": "0x411C9F9C", + "dwarfholds_tab_rollover_highlight": "0x411C9FA1", + "minas_morgul_tab_highlight": "0x411E3B28", + "minas_morgul_tab_highlight_pressed": "0x411E3B27", + "minas_morgul_tab_normal": "0x411E3B2A", + "minas_morgul_tab_pressed": "0x411E3B26", + "minas_morgul_tab_rollover": "0x411E3B29", + "minas_morgul_tab_rollover_highlight": "0x411E3B2C", + "gorgoroth_tab_highlight": "0x411BD169", + "gorgoroth_tab_highlight_pressed": "0x411BD16A", + "gorgoroth_tab_normal": "0x411BD167", + "gorgoroth_tab_pressed": "0x411BD168", + "gorgoroth_tab_rollover": "0x411BD16B", + "gorgoroth_tab_rollover_highlight": "0x411BD16C", + "pelennor_tab_highlight": "0x4116B044", + "pelennor_tab_highlight_pressed": "0x4116B045", + "pelennor_tab_normal": "0x4116B049", + "pelennor_tab_pressed": "0x4116B047", + "pelennor_tab_rollover": "0x4116B046", + "pelennor_tab_rollover_highlight": "0x4116B048", + "base_box_titlebar_right": "0x41000175", + "base_box_titlebar_left": "0x41000176", + "base_box_titlebar_top": "0x41000177", + "slider_leftarrow": "0x41007E0E", + "slider_leftarrow_highlight": "0x41007E0F", + "slider_leftarrow_pressed": "0x41007E0D", + "slider_rightarrow": "0x41007E11", + "slider_rightarrow_highlight": "0x41007E12", + "slider_rightarrow_pressed": "0x41007E10", + "slider_background": "0x41007E0B", + "box_silver_upper_right_noadorn_min": "0x41135841", + "box_silver_upper_left_noadorn_min": "0x41135844", + "box_silver_upper_min": "0x4113583E", + "box_silver_side_left_min": "0x41135843", + "box_silver_bottom_left_noadorn_min": "0x41135842", + "box_silver_bottom_min": "0x41135840", + "box_silver_lower_right_noadorn_min": "0x4113583D", + "box_silver_side_right_min": "0x4113583F", + "barbershop_arrow_bg": "0x410DD47C", + "barbershop_character_bg": "0x410DE325", + "skip_tutorial_bg": "0x410FA8C0", + "box_bronze_top_edge": "0x411B346D", + "box_bronze_bottom_edge": "0x411B346B", + "box_bronze_side_edge": "0x411B346C", + "black_translucent": "0x4100013F", + "opponent_vitals_backdrop_avenger_good_mp": "0x4101DD51", + "opponent_vitals_backdrop_defender_good_mp": "0x4101DD4F", + "opponent_vitals_backdrop_elite_mp": "0x41007FB5", + "opponent_vitals_backdrop_elitemaster_mp": "0x41007FB6", + "opponent_vitals_backdrop_hero_good_mp": "0x4101DD4D", + "opponent_vitals_backdrop_master_defender_good_mp": "0x4101DD50", + "opponent_vitals_backdrop_mp": "0x41007FB3", + "opponent_vitals_backdrop_signature_good_mp": "0x4101DD4E", + "opponent_vitals_backdrop_signature_mp": "0x41007FB4", + "player_vitals_backdrop": "0x41007FB1", + "player_vitals_backdrop_10_years": "0x411AD548", + "player_vitals_backdrop_10_years_mp": "0x411AD549", + "player_vitals_backdrop_11_years": "0x411C4116", + "player_vitals_backdrop_11_years_mp": "0x411C4115", + "player_vitals_backdrop_12_years": "0x411DAC4B", + "player_vitals_backdrop_12_years_mp": "0x411DA1F9", + "player_vitals_backdrop_13_years": "0x411EB751", + "player_vitals_backdrop_13_years_mp": "0x411EB74C", + "player_vitals_backdrop_14_years": "0x4120BED9", + "player_vitals_backdrop_14_years_mp": "0x4120BED6", + "player_vitals_backdrop_15_years": "0x412179B0", + "player_vitals_backdrop_15_years_mp": "0x412179AF", + "player_vitals_backdrop_1_year": "0x41126465", + "player_vitals_backdrop_1_year_mp": "0x41126720", + "player_vitals_backdrop_2_years": "0x4112668C", + "player_vitals_backdrop_2_years_mp": "0x41126721", + "player_vitals_backdrop_3_years": "0x4112668D", + "player_vitals_backdrop_3_years_mp": "0x41126722", + "player_vitals_backdrop_4_years": "0x4112668E", + "player_vitals_backdrop_4_years_mp": "0x41126723", + "player_vitals_backdrop_5_years": "0x4112668F", + "player_vitals_backdrop_5_years_mp": "0x41126724", + "player_vitals_backdrop_6_years": "0x41134C58", + "player_vitals_backdrop_6_years_mp": "0x41134C57", + "player_vitals_backdrop_7_years": "0x411366CB", + "player_vitals_backdrop_7_years_mp": "0x411366C7", + "player_vitals_backdrop_8_years": "0x411366CA", + "player_vitals_backdrop_8_years_mp": "0x411366C8", + "player_vitals_backdrop_9_years": "0x411366CC", + "player_vitals_backdrop_9_years_mp": "0x411366C9", + "player_vitals_backdrop_KharumUbnar": "0x41210171", + "player_vitals_backdrop_VIP": "0x41139E46", + "player_vitals_backdrop_VIP_mp": "0x41139E47", + "player_vitals_backdrop_azanulbizar": "0x41210173", + "player_vitals_backdrop_dagorlad_flora": "0x411ACACA", + "player_vitals_backdrop_legendary_moria_dwarf": "0x411D9DC3", + "player_vitals_backdrop_legendary_moria_elf": "0x411D9DC4", + "player_vitals_backdrop_legendary_rohan": "0x411ECAC5", + "player_vitals_backdrop_legendary_server_account": "0x411D2BC4", + "player_vitals_backdrop_legendary_server_endgame": "0x411D2BC5", + "player_vitals_backdrop_legendary_server_instance": "0x411D2BC6", + "player_vitals_backdrop_minas_morgul": "0x411ECC13", + "player_vitals_backdrop_mordor_10_years": "0x411BAEF2", + "player_vitals_backdrop_northithilien_flora": "0x411A8427", + "player_vitals_backdrop_raid_khazad_dum": "0x41210174", + "player_vitals_backdrop_rhosgobel_animal": "0x411DA8C2", + "player_vitals_gundabad_geode": "0x4121498B", + "player_vitals_gundabad_gloomingtarn": "0x41214989", + "player_vitals_gundabad_steepset": "0x4121498C", + "player_vitals_legendary_gondor": "0x411FD299", + "player_vitals_legendary_greymountains": "0x41215A58", + "player_vitals_legendary_helms_deep": "0x411F527E", + "player_vitals_legendary_isengard": "0x411E7930", + "player_vitals_legendary_minasmorgul": "0x412179AD", + "player_vitals_legendary_mordor": "0x41210EDD", + "player_vitals_legendary_wastes": "0x4120DAA3", + "player_vitals_post_raid_U32": "0x412164E8", + "player_vitals_sons_of_elrond_basic": "0x411F1AB2", + "player_vitals_sons_of_elrond_best": "0x411F1AB0", + "player_vitals_sons_of_elrond_better": "0x411F1AB3", + "player_vitals_three_peaks": "0x4120280F", + "player_vitals_wedding_festival": "0x411F1C59", + "player_vitals_winter_festival": "0x4113430A", + "swarm_vitals_mp": "0x41007FB2", + "monster_vitals_lowrescover": "0x41008018", + "player_vitals_lowrescover": "0x41008017", + "level_background": "0x41008019", + "level_background_portrait_borders": "0x41126466", + "level_background_red": "0x4100801A", + "upscale_arrow": "0x411411BF", + "fellowship_leader": "0x41007DCE", + "raid_assistant": "0x41007DE3", + "fellow_voiceenabled": "0x41007DD0", + "fellow_voiceenabled_sendingdata": "0x41007DD1", + "light_of_earendil_meter_frame": "0x411B8A65", + "fellow_voiceenabled_squelched": "0x410202F4", + "bag3_sm": "0x4115228A", + "panel_oneWayResize_horiz_icon": "0x41110388", + "base_box_center_silver_gradient": "0x411351FD", + "bag3": "0x41005FD3", + "icon_selected_overlay": "0x41000220", + "icon_overlay_ia_slottedinaqua": "0x41112360", + "icon_overlay_ia_slottedinblue": "0x410EA255", + "icon_overlay_ia_slottedingreen": "0x410EA2A0", + "icon_overlay_ia_slottedinmagenta": "0x41112361", + "icon_overlay_ia_slottedinorange": "0x410EA2A2", + "icon_overlay_ia_slottedinpink": "0x4115CB95", + "icon_overlay_ia_slottedinpurple": "0x410EA2A3", + "icon_overlay_ia_slottedinred": "0x410EA256", + "icon_overlay_ia_slottedinwhite": "0x4115CB96", + "icon_overlay_ia_slottedinyellow": "0x410EA2A1", + "outofrange_indicator": "0x41007F48", + "icon_pending_overlay": "0x41007E2F", + "icon_locked_overlay": "0x41007E30", + "icon_item_almostbroken_overlay": "0x41007E32", + "icon_item_broken_overlay": "0x41007E31", + "icon_ia_identify_overlay": "0x410E9008", + "icon_ghosted_overlay": "0x41007E33", + "black_translucent2": "0x41007F82", + "icon_unusable_overlay": "0x41007E34", + "icon_ia_forge_overlay": "0x410E9009", + "finditems16": "0x41135198", + "invlock_ghosted": "0x411523BA", + "invlock_locked": "0x411523A7", + "invlock_locked_rollover": "0x411523A8", + "invlock_unlocked": "0x411523A9", + "invlock_unlocked_pressed": "0x411523A5", + "invlock_unlocked_rollover": "0x411523AB", + "invMTX": "0x411523AC", + "invMTX_pressed": "0x411523A6", + "invMTX_rollover": "0x411523A4", + "button_sort_ghosted": "0x41152894", + "button_sort_highlight": "0x41152893", + "button_sort_normal": "0x41152895", + "button_sort_normal_pressed": "0x41152896", + "basepanel_topmid_blue": "0x41000174", + "basepanel_topleft_blue": "0x4100016D", + "basepanel_midleft_blue": "0x4100016E", + "basepanel_bottomleft_blue": "0x4100016F", + "basepanel_bottommid_blue": "0x41000170", + "basepanel_bottomright_blue": "0x41000171", + "basepanel_midright_blue": "0x41000172", + "basepanel_topright_blue": "0x41000173", + "dropdown_arrow_closed_ghosted": "0x4101E50B", + "Barter_title_bar": "0x41102457", + "Barter_title_bar_low": "0x41102458", + "buynow_button_skinny_left": "0x4110D2A1", + "buynow_button_skinny_left_highlight": "0x4110D2A2", + "buynow_button_skinny_left_press": "0x4110D2A3", + "characterSlot_ghosted_Left_short": "0x41108F4B", + "buynow_button_skinny_mid": "0x4110D2A4", + "buynow_button_skinny_mid_highlight": "0x4110D2A5", + "buynow_button_skinny_press": "0x4110D2A6", + "characterSlot_ghosted_Center_short": "0x41108F4A", + "buynow_button_skinny_right": "0x4110D2A7", + "buynow_button_skinny_right_highlight": "0x4110D2A8", + "buynow_button_skinny_right_press": "0x4110D2A9", + "characterSlot_ghosted_Right_short": "0x41108F4D", + "Options_menu_side_bar": "0x411024EF", + "quest_dialog_blue_bg_top_left": "0x4110CD48", + "quest_dialog_blue_bg_top_mid": "0x4110CD4A", + "quest_dialog_blue_bg_top_right": "0x4110CD49", + "quest_dialog_blue_bg_left_mid": "0x4110CD4B", + "quest_dialog_blue_bg_bottom_left": "0x4110CD46", + "quest_dialog_blue_bg_bottom_mid": "0x4110CD4D", + "quest_dialog_blue_bg_bottom_right": "0x4110CD47", + "quest_dialog_blue_bg_right_mid": "0x4110CD4C", + "checkbox_02": "0x410001A3", + "checkbox_02_empty": "0x410001A4", + "craft_regular_icon": "0x4110D071", + "craft_mastery_icon": "0x4110D070", + "dropdown_arrow_open_reversed": "0x4101DB45", + "blue_tracking_select_highlight_active": "0x41005FC3", + "panel_oneWayResize_vert_icon": "0x4111038A", + "fellowmaker_bg": "0x4111E3CD", + "black_50_percent": "0x41007F7D", + "lfp_filteroptions_bg_unavailable": "0x4101DA3F", + "CharGen_Buttons_Generic_Left": "0x41108D0E", + "CharGen_Buttons_Generic_Left_Ghosted": "0x411C0C63", + "CharGen_Buttons_Generic_Left_Highlight": "0x41108E88", + "CharGen_Buttons_Generic_Left_Pressed": "0x41108DDD", + "CharGen_Buttons_Generic_Mid": "0x41108D0F", + "CharGen_Buttons_Generic_Mid_Ghosted": "0x411C0C67", + "CharGen_Buttons_Generic_Mid_Highlight": "0x41108E87", + "CharGen_Buttons_Generic_Mid_Pressed": "0x41108DDE", + "CharGen_Buttons_Generic_Right": "0x41108D10", + "CharGen_Buttons_Generic_Right_Ghosted": "0x411C0C6B", + "CharGen_Buttons_Generic_Right_Highlight": "0x41108E89", + "CharGen_Buttons_Generic_Right_Pressed": "0x41108DDF", + "VerticalDivider_mini": "0x41120033", + "corner_bl": "0x4112316C", + "corner_br": "0x4112316D", + "damage_symbol": "0x410EAE27", + "heal_symbol": "0x410EAE28", + "attunementFrame_bal": "0x410EAD4C", + "attunementFrame_dmg1": "0x410EAD4B", + "attunementFrame_dmg2": "0x410EAD4A", + "attunementFrame_dmg3": "0x410EAD49", + "attunementFrame_dmg4": "0x410EAD51", + "attunementFrame_heal1": "0x410EAD4D", + "attunementFrame_heal2": "0x410EAD4E", + "attunementFrame_heal3": "0x410EAD4F", + "attunementFrame_heal4": "0x410EAD50", + "attunement_sm_1": "0x410F1D4C", + "attunement_sm_10": "0x410F1D4D", + "attunement_sm_11": "0x410F1D4E", + "attunement_sm_12": "0x410F1D4F", + "attunement_sm_13": "0x410F1D50", + "attunement_sm_14": "0x410F1D51", + "attunement_sm_15": "0x410F1D52", + "attunement_sm_16": "0x410F1D53", + "attunement_sm_17": "0x410F1D54", + "attunement_sm_18": "0x410F1D55", + "attunement_sm_19": "0x410F1D56", + "attunement_sm_2": "0x410F1D57", + "attunement_sm_3": "0x410F1D58", + "attunement_sm_4": "0x410F1D59", + "attunement_sm_5": "0x410F1D5A", + "attunement_sm_6": "0x410F1D5B", + "attunement_sm_7": "0x410F1D5C", + "attunement_sm_8": "0x410F1D5D", + "attunement_sm_9": "0x410F1D5E", + "rune_1": "0x410EAE1E", + "rune_10": "0x410EAE0E", + "rune_11": "0x410EAE15", + "rune_12": "0x410EAE16", + "rune_13": "0x410EAE17", + "rune_14": "0x410EAE18", + "rune_15": "0x410EAE19", + "rune_16": "0x410EAE1A", + "rune_17": "0x410EAE1B", + "rune_18": "0x410EAE1C", + "rune_19": "0x410EAE1D", + "rune_2": "0x410EAE1F", + "rune_3": "0x410EAE20", + "rune_4": "0x410EAE0F", + "rune_5": "0x410EAE10", + "rune_6": "0x410EAE11", + "rune_7": "0x410EAE12", + "rune_8": "0x410EAE13", + "rune_9": "0x410EAE14", + "conjunction_ring_back": "0x41007EDD", + "button_assist_normal": "0x41007EDE", + "button_assist_pressed": "0x41007EE0", + "button_assist_rollover": "0x41007EDF", + "alert_connectionbad": "0x41007ECA", + "alert_connectiongood": "0x41007ECC", + "alert_connectionugly": "0x41007ECB", + "dressing_room_dye_background": "0x410E831A", + "journal_paperdoll_border_inspect": "0x410E6C62", + "escortEvil_vitals_backdrop_mini": "0x4111235E", + "escortGood_vitals_backdrop_mini": "0x4111235F", + "button_assist_small_normal": "0x41007DD2", + "button_assist_small_pressed": "0x41007DD3", + "button_assist_small_rollover": "0x41007DD4", + "journal_paperdoll_item_background_right": "0x410DCFA2", + "journal_paperdoll_item_background_left": "0x410DCFA1", + "inv_slot_back": "0x41007EE9", + "inv_slot_feet": "0x41007EF5", + "inv_slot_weapon1": "0x41007EEA", + "inv_slot_rightear": "0x41007EF6", + "inv_slot_weapon2": "0x41007EEB", + "inv_slot_leftear": "0x41007EF7", + "inv_slot_weapon3": "0x41007EEC", + "inv_slot_bracelet1": "0x41007EF8", + "inv_slot_head": "0x41007EED", + "inv_slot_bracelet2": "0x41007EF9", + "inv_slot_shoulder": "0x41007EEE", + "inv_slot_pocket": "0x41007EFA", + "inv_slot_neck": "0x41007EEF", + "inv_slot_weapon4": "0x41007EFB", + "inv_slot_upperbody": "0x41007EF0", + "inv_slot_lowerbody": "0x41007EF1", + "inv_slot_hands": "0x41007EF2", + "inv_slot_rightring": "0x41007EF3", + "inv_slot_class": "0x410E8680", + "inv_slot_leftring": "0x41007EF4", + "pedigree_bg": "0x41005FA2", + "itemAdvancement_inspect_background": "0x410F6FAC", + "journal_character_header_bg": "0x410DCF9F", + "journal_character_header_seperator": "0x410DCFA0", + "mount_vitals_backdrop_mini": "0x410FF4EC", + "button_mount_dismount_left_ghosted": "0x4110A141", + "button_mount_dismount_left_highlight": "0x4110A138", + "button_mount_dismount_left_normal": "0x4110A139", + "button_mount_dismount_left_pressed": "0x4110A13A", + "button_mount_dismount_middle_ghosted": "0x4110A143", + "button_mount_dismount_middle_highlight": "0x4110A13B", + "button_mount_dismount_middle_normal": "0x4110A13C", + "button_mount_dismount_middle_press": "0x4110A13D", + "button_mount_dismount_right_ghosted": "0x4110A142", + "button_mount_dismount_right_highlight": "0x4110A13E", + "button_mount_dismount_right_normal": "0x4110A13F", + "button_mount_dismount_right_press": "0x4110A140", + "pet_vitals_backdrop_mini": "0x41007EDB", + "quickslot_background_pet": "0x41007F49", + "progress_overlay_background_left": "0x410DD127", + "progress_overlay_background_center": "0x410DD128", + "progress_overlay_background_right": "0x410DD129", + "collections_meter_side": "0x411699A8", + "collections_meter_center": "0x411699A9", + "progress_overlay_left_mounted": "0x410E6B22", + "progress_overlay_center_mounted": "0x410E6B23", + "progress_overlay_right_mounted": "0x410E6B24", + "tutorialpanel_border_side": "0x41007ED6", + "tutorialpanel_border_bottom": "0x41007ED7", + "tutorialpanel_border_right_side": "0x41007ED8", + "tutorialpanel_border": "0x41007ED9", + "stablemasterTogglebutton_normal": "0x411AB20C", + "stablemasterTogglebutton_pressed": "0x411AB20A", + "stablemasterTogglebutton_rollover": "0x411AB20B", + "map_circle": "0x41007F4B", + "decorationTogglebutton_ghosted": "0x410DD690", + "decorationTogglebutton_normal": "0x410D80BA", + "decorationTogglebutton_pressed": "0x410D80B8", + "decorationTogglebutton_rollover": "0x410D80B9", + "daytime_time": "0x4101FBA7", + "nighttime_time": "0x4101FBA8", + "sundial_unknown_time": "0x4101FBA9", + "note_avatar": "0x41007F4C", + "dread_34": "0x41007F4D", + "dread_56": "0x41007F4E", + "dread_78": "0x41007F4F", + "hope_1": "0x41007F56", + "hope_10": "0x41007F51", + "hope_34": "0x41007F55", + "hope_56": "0x41007F54", + "hope_78": "0x41007F53", + "hope_9": "0x41007F52", + "no_hope_no_dread": "0x41005F9F", + "radar_trackedquest_arrow": "0x410F8A54", + "housingpanelbutton_normal": "0x410D75D2", + "housingpanelbutton_pressed": "0x410D75D0", + "housingpanelbutton_rollover": "0x410D75D1", + "destinypoints_normal": "0x4101E18A", + "destinypoints_pressed": "0x4101E188", + "destinypoints_rollover": "0x4101E189", + "gem_dread1": "0x41007F58", + "gem_dread2": "0x41007F59", + "gem_dread3": "0x41007F5A", + "gem_dread4": "0x41007F5B", + "gem_dread5": "0x41007F5C", + "gem_hope1": "0x41007F61", + "gem_hope2": "0x41007F60", + "gem_hope3": "0x41007F5F", + "gem_hope4": "0x41007F5E", + "gem_hope5": "0x41007F5D", + "no_hope_no_dread_gem": "0x41007F57", + "map_zoom_normal": "0x41007F64", + "map_zoom_pressed": "0x41007F63", + "map_zoom_rollover": "0x41007F62", + "target_vitals_backdrop_mini": "0x4101FD50", + "novitals_icon": "0x4110FF77", + "novitals_expanding_left": "0x4110FF74", + "novitals_expanding_mid": "0x4110FF75", + "novitals_expanding_right": "0x4110FF76", + "skill_queue_back": "0x4101FAB5", + "mountedcombat_outofrange_indicator": "0x4112D465", + "inv_bank_slots": "0x41007EE2", + "icon_translate_z": "0x411AB82A", + "icon_translate_z_ghosted": "0x411AD27D", + "icon_translate_z_pressed": "0x411ACAC8", + "icon_translate_z_rollover": "0x411ACAC9", + "icon_rotation_z": "0x410DC5F7", + "icon_rotation_z_ghosted": "0x411AD27E", + "icon_rotation_z_pressed": "0x411ACAC2", + "icon_rotation_z_rollover": "0x411ACAC3", + "decoration_hook_slot": "0x410D7767", + "icon_translate_x": "0x411AB829", + "icon_translate_x_ghosted": "0x411AD280", + "icon_translate_x_pressed": "0x411ACAC4", + "icon_translate_x_rollover": "0x411ACAC5", + "icon_translate_y": "0x411AB82B", + "icon_translate_y_ghosted": "0x411AD281", + "icon_translate_y_pressed": "0x411ACAC6", + "icon_translate_y_rollover": "0x411ACAC7", + "mithril_token_sm": "0x41135D36", + "inv_icon_writs_20": "0x411A9523", + "travel_token_sm": "0x41134856", + "icon_housing_classic_panorama": "0x411A399E", + "buynow_button_highight_l_medium": "0x41135B95", + "buynow_button_highight_medium": "0x41135B9A", + "buynow_button_highight_l": "0x41134873", + "turbine_coin": "0x4113478C", + "turbine_coin_ghosted": "0x4113485B", + "buynow_button_highight": "0x4113478D", + "balance_box_l": "0x41135D34", + "balance_box_c": "0x41135D32", + "balance_box_r": "0x41135D33", + "bluebox_tl": "0x410D7C2C", + "bluebox_t": "0x410D7C2D", + "bluebox_tr": "0x410D7C2E", + "bluebox_r": "0x410D7C2F", + "bluebox_br": "0x410D7C30", + "bluebox_b": "0x410D7C31", + "bluebox_bl": "0x410D7C32", + "bluebox_l": "0x410D7C33", + "bluebox_c": "0x410D7C34", + "icon_housing_permission_visit_key": "0x410D7C47", + "blue_horizontal_bar": "0x410D7C48", + "icon_housing_permission_use_key": "0x410DA93B", + "icon_housing_permission_storage_key": "0x410D7C49", + "icon_housing_permission_payupkeep_key": "0x410D7C4A", + "icon_housing_permission_decoration_key": "0x410D7C4B", + "icon_housing_permission_manage_key": "0x410D7C4C", + "houseInfo_panel_left": "0x411A4A1A", + "houseInfo_panel_right": "0x411A4A1B", + "housing_sorthousetype_tier2_normal": "0x410D7C62", + "housing_sorthousetype_tier2_sorted": "0x410D7CDB", + "housing_sorthousetype_fellowship_normal": "0x410D7C63", + "housing_sorthousetype_fellowship_sorted": "0x410D7CDC", + "housing_sorthousetype_tier1_normal": "0x410D7C61", + "housing_sorthousetype_tier1_sorted": "0x410D7CDA", + "itemAdvancement_header_itemSlot": "0x410F21A3", + "itemAdvancement_header_rightBorder": "0x410F21A4", + "itemAdvancement_header_titleBg": "0x410F21A2", + "itemAdvancement_level_up_overlay": "0x4110DC18", + "itemAdvancement_tab_magenta_left_active": "0x4110F8B6", + "itemAdvancement_tab_magenta_left_inactive": "0x4110F8B7", + "itemAdvancement_tab_magenta_left_inactive_rollover": "0x4110F8B8", + "itemAdvancement_tab_magenta_center_active": "0x4110F8B3", + "itemAdvancement_tab_magenta_center_inactive": "0x4110F8B4", + "itemAdvancement_tab_magenta_center_inactive_rollover": "0x4110F8B5", + "itemAdvancement_tab_magenta_right_active": "0x4110F8B9", + "itemAdvancement_tab_magenta_right_inactive": "0x4110F8BA", + "itemAdvancement_tab_magenta_right_inactive_rollover": "0x4110F8BB", + "itemAdvancement_tab_purple_left_active": "0x410E8004", + "itemAdvancement_tab_purple_left_inactive": "0x410E8006", + "itemAdvancement_tab_purple_left_inactive_rollover": "0x410E8005", + "itemAdvancement_tab_purple_center_active": "0x410E8007", + "itemAdvancement_tab_purple_center_inactive": "0x410E8009", + "itemAdvancement_tab_purple_center_inactive_rollover": "0x410E8008", + "itemAdvancement_tab_purple_right_active": "0x410E800A", + "itemAdvancement_tab_purple_right_inactive": "0x410E800C", + "itemAdvancement_tab_purple_right_inactive_rollover": "0x410E800B", + "itemAdvancement_tab_orange_center_active": "0x410E8010", + "itemAdvancement_tab_orange_center_inactive": "0x410E8012", + "itemAdvancement_tab_orange_center_inactive_rollover": "0x410E8011", + "itemAdvancement_tab_orange_right_active": "0x410E8013", + "itemAdvancement_tab_orange_right_inactive": "0x410E8015", + "itemAdvancement_tab_orange_right_inactive_rollover": "0x410E8014", + "itemAdvancement_tab_orange_left_active": "0x410E800D", + "itemAdvancement_tab_orange_left_inactive": "0x410E800F", + "itemAdvancement_tab_orange_left_inactive_rollover": "0x410E800E", + "itemAdvancement_coloredBoxes_aqua_tl": "0x4111281B", + "itemAdvancement_coloredBoxes_aqua_tc": "0x4111281C", + "itemAdvancement_coloredBoxes_aqua_tr": "0x4111281D", + "itemAdvancement_coloredBoxes_aqua_cl": "0x4111281E", + "itemAdvancement_coloredBoxes_aqua_cr": "0x4111281F", + "itemAdvancement_coloredBoxes_aqua_bl": "0x41112820", + "itemAdvancement_coloredBoxes_aqua_bc": "0x41112821", + "itemAdvancement_coloredBoxes_aqua_br": "0x41112822", + "itemAdvancement_coloredBoxes_center": "0x411127E9", + "mtx_coin_small": "0x411121A1", + "money_player_all_background": "0x41005F97", + "itemAdvancement_legendPoint_lg": "0x410E8297", + "progress_itemAdvancement_overlay_left": "0x410E82A3", + "progress_itemAdvancement_overlay_middle": "0x410E82A4", + "progress_itemAdvancement_overlay_right": "0x410E82A5", + "itemAdvancement_runicSlot_crafted_available": "0x4110013F", + "itemAdvancement_header_normal_left": "0x41112827", + "itemAdvancement_header_normal_middle": "0x41112825", + "itemAdvancement_header_normal_right": "0x41112823", + "itemAdvancement_upgrade_bg": "0x4112895E", + "itemAdvancement_runicSlot_begining_available": "0x410E8299", + "itemAdvancement_runicSlot_middle_available": "0x410E829A", + "itemAdvancement_runicSlot_end_available": "0x410E829B", + "itemAdvancement_runicSlot_normal_unavailable": "0x410E82A0", + "itemAdvancement_header_emptySlot_left": "0x41112828", + "itemAdvancement_header_emptySlot_center": "0x41112826", + "itemAdvancement_header_emptySlot_right": "0x41112824", + "itemAdvancement_coloredBoxes_magenta_br": "0x41112804", + "itemAdvancement_coloredBoxes_magenta_tl": "0x41112809", + "itemAdvancement_coloredBoxes_magenta_tc": "0x41112808", + "itemAdvancement_coloredBoxes_magenta_tr": "0x4111280A", + "itemAdvancement_coloredBoxes_magenta_cl": "0x41112806", + "itemAdvancement_coloredBoxes_magenta_cr": "0x41112807", + "itemAdvancement_coloredBoxes_magenta_bl": "0x41112803", + "itemAdvancement_coloredBoxes_magenta_bc": "0x41112802", + "itemAdvancement_tab_pink_left_active": "0x4112FC2C", + "itemAdvancement_tab_pink_left_inactive": "0x4112FC2E", + "itemAdvancement_tab_pink_left_inactive_rollover": "0x4112FC2D", + "itemAdvancement_tab_pink_center_active": "0x4112FC2F", + "itemAdvancement_tab_pink_center_inactive": "0x4112FC31", + "itemAdvancement_tab_pink_center_inactive_rollover": "0x4112FC30", + "itemAdvancement_tab_pink_right_active": "0x4112FC32", + "itemAdvancement_tab_pink_right_inactive": "0x4112FC34", + "itemAdvancement_tab_pink_right_inactive_rollover": "0x4112FC33", + "itemAdvancement_coloredBoxes_blue_tc": "0x411127E6", + "itemAdvancement_coloredBoxes_blue_tr": "0x411127E8", + "itemAdvancement_coloredBoxes_blue_cl": "0x411127E4", + "itemAdvancement_coloredBoxes_blue_cr": "0x411127E5", + "itemAdvancement_coloredBoxes_blue_bl": "0x411127E2", + "itemAdvancement_coloredBoxes_blue_bc": "0x411127E1", + "itemAdvancement_coloredBoxes_blue_br": "0x411127E3", + "itemAdvancement_coloredBoxes_blue_tl": "0x411127E7", + "itemAdvancement_coloredBoxes_red_tl": "0x411127EA", + "itemAdvancement_coloredBoxes_red_tc": "0x411127EB", + "itemAdvancement_coloredBoxes_red_tr": "0x411127EC", + "itemAdvancement_coloredBoxes_red_cl": "0x411127ED", + "itemAdvancement_coloredBoxes_red_cr": "0x411127EE", + "itemAdvancement_coloredBoxes_red_bl": "0x411127EF", + "itemAdvancement_coloredBoxes_red_bc": "0x411127F0", + "itemAdvancement_coloredBoxes_red_br": "0x411127F1", + "itemAdvancement_tab_white_left_active": "0x4112FC35", + "itemAdvancement_tab_white_left_inactive": "0x4112FC37", + "itemAdvancement_tab_white_left_inactive_rollover": "0x4112FC36", + "itemAdvancement_tab_white_center_active": "0x4112FC38", + "itemAdvancement_tab_white_center_inactive": "0x4112FC3A", + "itemAdvancement_tab_white_center_inactive_rollover": "0x4112FC39", + "itemAdvancement_tab_white_right_active": "0x4112FC3B", + "itemAdvancement_tab_white_right_inactive": "0x4112FC3D", + "itemAdvancement_tab_white_right_inactive_rollover": "0x4112FC3C", + "itemAdvancement_coloredBoxes_green_tl": "0x411127FA", + "itemAdvancement_coloredBoxes_green_tc": "0x411127FB", + "itemAdvancement_coloredBoxes_green_tr": "0x411127FC", + "itemAdvancement_coloredBoxes_green_cl": "0x411127FD", + "itemAdvancement_coloredBoxes_green_cr": "0x411127FE", + "itemAdvancement_coloredBoxes_green_bl": "0x411127FF", + "itemAdvancement_coloredBoxes_green_bc": "0x41112800", + "itemAdvancement_coloredBoxes_green_br": "0x41112801", + "itemAdvancement_coloredBoxes_yellow_cr": "0x411127F6", + "itemAdvancement_coloredBoxes_yellow_bl": "0x411127F7", + "itemAdvancement_coloredBoxes_yellow_bc": "0x411127F8", + "itemAdvancement_coloredBoxes_yellow_br": "0x411127F9", + "itemAdvancement_coloredBoxes_yellow_tl": "0x411127F2", + "itemAdvancement_coloredBoxes_yellow_tc": "0x411127F3", + "itemAdvancement_coloredBoxes_yellow_tr": "0x411127F4", + "itemAdvancement_coloredBoxes_yellow_cl": "0x411127F5", + "itemAdvancement_coloredBoxes_pink_tl": "0x4112FC1C", + "itemAdvancement_coloredBoxes_pink_tc": "0x4112FC1D", + "itemAdvancement_coloredBoxes_pink_tr": "0x4112FC1E", + "itemAdvancement_coloredBoxes_pink_cl": "0x4112FC1F", + "itemAdvancement_coloredBoxes_pink_cr": "0x4112FC20", + "itemAdvancement_coloredBoxes_pink_bl": "0x4112FC21", + "itemAdvancement_coloredBoxes_pink_bc": "0x4112FC22", + "itemAdvancement_coloredBoxes_pink_br": "0x4112FC23", + "itemAdvancement_coloredBoxes_purple_tl": "0x41112819", + "itemAdvancement_coloredBoxes_purple_tc": "0x41112818", + "itemAdvancement_coloredBoxes_purple_tr": "0x4111281A", + "itemAdvancement_coloredBoxes_purple_cl": "0x41112816", + "itemAdvancement_coloredBoxes_purple_cr": "0x41112817", + "itemAdvancement_coloredBoxes_purple_bl": "0x41112814", + "itemAdvancement_coloredBoxes_purple_bc": "0x41112813", + "itemAdvancement_coloredBoxes_purple_br": "0x41112815", + "itemAdvancement_coloredBoxes_orange_tl": "0x41112811", + "itemAdvancement_coloredBoxes_orange_tc": "0x41112810", + "itemAdvancement_coloredBoxes_orange_tr": "0x41112812", + "itemAdvancement_coloredBoxes_orange_cl": "0x4111280E", + "itemAdvancement_coloredBoxes_orange_cr": "0x4111280F", + "itemAdvancement_coloredBoxes_orange_bl": "0x4111280C", + "itemAdvancement_coloredBoxes_orange_bc": "0x4111280B", + "itemAdvancement_coloredBoxes_orange_br": "0x4111280D", + "itemAdvancement_tab_blue_right_active": "0x410E7FE6", + "itemAdvancement_tab_blue_right_inactive": "0x410E7FE8", + "itemAdvancement_tab_blue_right_inactive_rollover": "0x410E7FE7", + "itemAdvancement_tab_blue_left_active": "0x410E7FE0", + "itemAdvancement_tab_blue_left_inactive": "0x410E7FE2", + "itemAdvancement_tab_blue_left_inactive_rollover": "0x410E7FE1", + "itemAdvancement_tab_blue_center_active": "0x410E7FE3", + "itemAdvancement_tab_blue_center_inactive": "0x410E7FE5", + "itemAdvancement_tab_blue_center_inactive_rollover": "0x410E7FE4", + "itemAdvancement_coloredBoxes_white_bl": "0x4112FC29", + "itemAdvancement_coloredBoxes_white_bc": "0x4112FC2A", + "itemAdvancement_coloredBoxes_white_br": "0x4112FC2B", + "itemAdvancement_coloredBoxes_white_tl": "0x4112FC24", + "itemAdvancement_coloredBoxes_white_tc": "0x4112FC25", + "itemAdvancement_coloredBoxes_white_tr": "0x4112FC26", + "itemAdvancement_coloredBoxes_white_cl": "0x4112FC27", + "itemAdvancement_coloredBoxes_white_cr": "0x4112FC28", + "itemAdvancement_tab_red_left_active": "0x410E7FE9", + "itemAdvancement_tab_red_left_inactive": "0x410E7FEB", + "itemAdvancement_tab_red_left_inactive_rollover": "0x410E7FEA", + "itemAdvancement_tab_red_center_active": "0x410E7FEC", + "itemAdvancement_tab_red_center_inactive": "0x410E7FEE", + "itemAdvancement_tab_red_center_inactive_rollover": "0x410E7FED", + "itemAdvancement_tab_red_right_active": "0x410E7FEF", + "itemAdvancement_tab_red_right_inactive": "0x410E7FF1", + "itemAdvancement_tab_red_right_inactive_rollover": "0x410E7FF0", + "itemAdvancement_tab_aqua_left_active": "0x4110F8AD", + "itemAdvancement_tab_aqua_left_inactive": "0x4110F8AE", + "itemAdvancement_tab_aqua_left_inactive_rollover": "0x4110F8AF", + "itemAdvancement_tab_aqua_center_active": "0x4110F8AA", + "itemAdvancement_tab_aqua_center_inactive": "0x4110F8AB", + "itemAdvancement_tab_aqua_center_inactive_rollover": "0x4110F8AC", + "itemAdvancement_tab_aqua_right_active": "0x4110F8B0", + "itemAdvancement_tab_aqua_right_inactive": "0x4110F8B1", + "itemAdvancement_tab_aqua_right_inactive_rollover": "0x4110F8B2", + "itemAdvancement_tab_green_left_active": "0x410E7FF2", + "itemAdvancement_tab_green_left_inactive": "0x410E7FF4", + "itemAdvancement_tab_green_left_inactive_rollover": "0x410E7FF3", + "itemAdvancement_tab_green_center_active": "0x410E7FF5", + "itemAdvancement_tab_green_center_inactive": "0x410E7FF7", + "itemAdvancement_tab_green_center_inactive_rollover": "0x410E7FF6", + "itemAdvancement_tab_green_right_active": "0x410E7FF8", + "itemAdvancement_tab_green_right_inactive": "0x410E7FFA", + "itemAdvancement_tab_green_right_inactive_rollover": "0x410E7FF9", + "itemAdvancement_tab_yellow_left_active": "0x410E7FFB", + "itemAdvancement_tab_yellow_left_inactive": "0x410E7FFD", + "itemAdvancement_tab_yellow_left_inactive_rollover": "0x410E7FFC", + "itemAdvancement_tab_yellow_center_active": "0x410E7FFE", + "itemAdvancement_tab_yellow_center_inactive": "0x410E8000", + "itemAdvancement_tab_yellow_center_inactive_rollover": "0x410E7FFF", + "itemAdvancement_tab_yellow_right_active": "0x410E8001", + "itemAdvancement_tab_yellow_right_inactive": "0x410E8003", + "itemAdvancement_tab_yellow_right_inactive_rollover": "0x410E8002", + "panel_resize_icon": "0x4111038C", + "itemAdvancement_resultsForge_left": "0x410F2159", + "itemAdvancement_resultsForge_right": "0x410F215A", + "IA_results_window_tl": "0x410F2137", + "IA_results_window_tm": "0x410F2138", + "IA_results_window_tr": "0x410F2139", + "IA_results_window_cl": "0x410F213A", + "IA_results_window_cr": "0x410F213B", + "IA_results_window_bl": "0x410F213C", + "IA_results_window_bm": "0x410F213D", + "IA_results_window_br": "0x410F213E", + "icon_shard_25": "0x4111123A", + "money_relic_background_left": "0x41110D21", + "money_relic_background_center": "0x41110D20", + "money_relic_background_right": "0x41110D22", + "money_player_all_background_left": "0x41110D90", + "money_player_all_background_center": "0x41110D92", + "money_player_all_background_right": "0x41110D91", + "itemAdvancement_reforge": "0x410F1FAD", + "itemAdvancement_reforge_ghosted": "0x410F213F", + "LI_Imbue_Background": "0x41161128", + "itemAdvancement_legendPoint_rankType_gold": "0x410E82A1", + "itemAdvancement_legendPoint_sm": "0x410E82A2", + "itemAdvancement_relicforge_background": "0x41110B6E", + "box_relicreforge_top_left": "0x41110B6B", + "box_relicreforge_top_mid": "0x41110B6C", + "box_relicreforge_top_right": "0x41110B6D", + "box_relicreforge_mid_right": "0x41110B6A", + "box_relicreforge_bottom_right": "0x41110B68", + "box_relicreforge_bottom_mid": "0x41110B67", + "box_relicreforge_bottom_left": "0x41110B66", + "box_relicreforge_mid_left": "0x41110B69", + "box_relicreforge_background": "0x41110B65", + "basepanel_silver_topleft": "0x41110D93", + "basepanel_silver_topmid": "0x41110D97", + "basepanel_silver_topright": "0x41110D94", + "basepanel_silver_rightmid": "0x41110D98", + "basepanel_silver_bottomright": "0x41110D95", + "basepanel_silver_bottommid": "0x41110D99", + "basepanel_silver_bottomleft": "0x41110D96", + "basepanel_silver_leftmid": "0x41110D9A", + "basepanel_silver_background": "0x41110D9B", + "itemAdvancement_relicforge_refine_bg_left": "0x41110B76", + "itemAdvancement_relicforge_refine_bg_right": "0x41110B77", + "itemAdvancement_relicforge_drop_down_base": "0x41110B75", + "itemAdvancement_relicforge_deconstruct_bg_left": "0x41110B73", + "itemAdvancement_relicforge_deconstruct_bg_right": "0x41110B74", + "itemAdvancement_relicforge_bottom_left_border": "0x41110B6F", + "itemAdvancement_relicforge_bottom_right_border": "0x41110B70", + "BaseBox_lockBox": "0x4111D884", + "mail_base_home": "0x41102EC0", + "blue_mail_select_highlight_active_admin": "0x41005F86", + "blue_mail_select_highlight": "0x41005FD2", + "blue_mail_select_highlight_active": "0x41005FCE", + "blue_mail_select_normal": "0x41005F82", + "icon_mail_cod": "0x410D90D9", + "icon_mail_read": "0x41007F79", + "icon_mail_read_kinship": "0x41007F77", + "icon_mail_returned": "0x4101E091", + "icon_mail_spam": "0x410DCF30", + "icon_mail_unread": "0x41007F7A", + "icon_mail_unread_kinship": "0x41007F78", + "icon_mail_attachment": "0x41007F7B", + "icon_mail_currency": "0x41007F7C", + "icon_mail_multipleattachments": "0x4114B0F0", + "BaseBox_BlueBG": "0x411044B2", + "Icon_LockTarget": "0x4112D3EC", + "selection_inanimate_backdrop": "0x41005FB7", + "opponenet_vitals_legendary_isengard": "0x411E792F", + "opponent_vitals_backdrop": "0x4100801D", + "opponent_vitals_backdrop_10_years": "0x411AD54B", + "opponent_vitals_backdrop_10_years_mp": "0x411AD54A", + "opponent_vitals_backdrop_11_years": "0x411C4118", + "opponent_vitals_backdrop_11_years_mp": "0x411C4117", + "opponent_vitals_backdrop_12_years": "0x411DA1F8", + "opponent_vitals_backdrop_12_years_mp": "0x411DA1FA", + "opponent_vitals_backdrop_13_years": "0x411EB74D", + "opponent_vitals_backdrop_13_years_mp": "0x411EB750", + "opponent_vitals_backdrop_14_years": "0x4120BED8", + "opponent_vitals_backdrop_14_years_mp": "0x4120BED7", + "opponent_vitals_backdrop_15_years": "0x41216723", + "opponent_vitals_backdrop_15_years_mp": "0x41216725", + "opponent_vitals_backdrop_1_year": "0x41126692", + "opponent_vitals_backdrop_1_year_mp": "0x4112671B", + "opponent_vitals_backdrop_2_years": "0x41126693", + "opponent_vitals_backdrop_2_years_mp": "0x4112671C", + "opponent_vitals_backdrop_3_years": "0x41126694", + "opponent_vitals_backdrop_3_years_mp": "0x4112671D", + "opponent_vitals_backdrop_4_years": "0x41126695", + "opponent_vitals_backdrop_4_years_mp": "0x4112671E", + "opponent_vitals_backdrop_5_years": "0x41126696", + "opponent_vitals_backdrop_5_years_mp": "0x4112671F", + "opponent_vitals_backdrop_6_years": "0x41134C59", + "opponent_vitals_backdrop_6_years_mp": "0x41134C5A", + "opponent_vitals_backdrop_7_years": "0x4114AD50", + "opponent_vitals_backdrop_7_years_mp": "0x4114AD51", + "opponent_vitals_backdrop_8_years": "0x4114B01C", + "opponent_vitals_backdrop_8_years_mp": "0x4114B01D", + "opponent_vitals_backdrop_9_years": "0x4114B01F", + "opponent_vitals_backdrop_9_years_mp": "0x4114B01E", + "opponent_vitals_backdrop_KharumUbnar": "0x41210170", + "opponent_vitals_backdrop_VIP": "0x41139E48", + "opponent_vitals_backdrop_VIP_mp": "0x41139E49", + "opponent_vitals_backdrop_avenger_good": "0x4101DD4C", + "opponent_vitals_backdrop_azanulbizar": "0x41210175", + "opponent_vitals_backdrop_dagorlad_flora": "0x411ACAD0", + "opponent_vitals_backdrop_defender_good": "0x4101DD4A", + "opponent_vitals_backdrop_elite": "0x4100801F", + "opponent_vitals_backdrop_elitemaster": "0x41008020", + "opponent_vitals_backdrop_hero_good": "0x4101DD4B", + "opponent_vitals_backdrop_legendary_moria_dwarf": "0x411D9DC2", + "opponent_vitals_backdrop_legendary_moria_elf": "0x411D9DC1", + "opponent_vitals_backdrop_legendary_rohan": "0x411ECAC6", + "opponent_vitals_backdrop_legendary_server_account": "0x411D2BC8", + "opponent_vitals_backdrop_legendary_server_endgame": "0x411D2BCC", + "opponent_vitals_backdrop_legendary_server_instance": "0x411D2BC7", + "opponent_vitals_backdrop_master_defender_good": "0x4101DD53", + "opponent_vitals_backdrop_minas_morgul": "0x411ECC14", + "opponent_vitals_backdrop_mordor_10_years": "0x411BAEF3", + "opponent_vitals_backdrop_northithilien_flora": "0x411ACE0A", + "opponent_vitals_backdrop_raid_khazad_dum": "0x41210176", + "opponent_vitals_backdrop_rhosgobel_animal": "0x411DA8C3", + "opponent_vitals_backdrop_scion": "0x411DB5BA", + "opponent_vitals_backdrop_signature": "0x4100801E", + "opponent_vitals_backdrop_signature_good": "0x4101DD52", + "opponent_vitals_backdrop_sigplus_scion": "0x411DB5B9", + "opponent_vitals_gundabad_geode": "0x41214987", + "opponent_vitals_gundabad_gloomingtarn": "0x41214988", + "opponent_vitals_gundabad_steepset": "0x4121498D", + "opponent_vitals_legendary_gondor": "0x411FD297", + "opponent_vitals_legendary_greymountains": "0x41215A59", + "opponent_vitals_legendary_helms_deep": "0x411F527C", + "opponent_vitals_legendary_minasmorgul": "0x412179AE", + "opponent_vitals_legendary_mordor": "0x41210EDC", + "opponent_vitals_legendary_wastes": "0x4120DAA4", + "opponent_vitals_post_raid_U32": "0x412164E6", + "opponent_vitals_sons_of_elrond_basic": "0x411F1AB5", + "opponent_vitals_sons_of_elrond_best": "0x411F1AB4", + "opponent_vitals_sons_of_elrond_better": "0x411F1AAD", + "opponent_vitals_three_peaks": "0x41202810", + "opponent_vitals_wedding_festival": "0x411F1C57", + "opponent_vitals_winter_festival": "0x41134951", + "swarm_vitals": "0x4100801C", + "swarm_vitals_scion": "0x411DB5BC", + "playerportrait_mask_linemeup": "0x4100801B", + "level_lvlNotRevealed": "0x410FF888", + "level_background_rare": "0x410FF958", + "level_background_scion": "0x411DB5BB", + "opponent_vitals_open_tapped": "0x4112CEA0", + "opponent_vitals_open_tapped_contributing": "0x4112D283", + "opponent_vitals_open_tapped_engaged": "0x4112D284", + "wallet_upsell_button_highlight": "0x4111F84E", + "wallet_upsell_button_normal": "0x4111F84C", + "wallet_upsell_button_pressed": "0x4111F84D", + "Wallet_TopMenu_List_Items": "0x411107A4", + "Box_Wallet_TopMenu_Top": "0x411107A2", + "Box_Wallet_TopMenu_Middle": "0x411107A1", + "Box_Wallet_TopMenu_Bottom": "0x411107A0", + "Box_Wallet_Barter_Top": "0x4111079F", + "Box_Wallet_Barter_Middle": "0x4111079E", + "Box_Wallet_Barter_Bottom": "0x4111079D", + "silver_border_bottom_right": "0x4110CD50", + "silver_border_bottom_left": "0x4110CD51", + "silver_border_top_left": "0x4110CD52", + "Box_Wallet_Background_Top": "0x41110699", + "Box_Wallet_Background_Middle": "0x41110698", + "Box_Wallet_Background_Bottom": "0x41110697", + "silver_border_top_right": "0x4110CD53", + "expand_all_button": "0x4100027B", + "expand_all_button_pressed": "0x4100027A", + "expand_all_button_rollover": "0x4100027C", + "collapse_all_button": "0x4100027E", + "collapse_all_button_pressed": "0x4100027D", + "collapse_all_button_rollover": "0x4100027F", + "icon_destiny_points_20": "0x4100A682", + "quest_journal_header_bg": "0x41102349", + "journal_character_header_seperator_tall": "0x4110CF04", + "expand_all_button_ghosted": "0x411C996C", + "chargen_box_silver_upper_right_noadorn": "0x41108A89", + "chargen_box_silver_upper_left_noadorn": "0x41108A8A", + "chargen_box_silver_upper": "0x41108A8B", + "chargen_box_silver_side_left": "0x41108A8C", + "chargen_box_silver_bottom_left_noadorn": "0x41108A8D", + "chargen_box_silver_lower_right_noadorn": "0x41108A8F", + "chargen_box_silver_side_right": "0x41108A90", + "chargen_box_silver_bottom": "0x41108A8E", + "toggle_icon_sm_fellowship_inactive_mp": "0x410E6AB2", + "toggle_icon_sm_fellowship_mp": "0x410E6405", + "toggle_icon_solo": "0x410E41F8", + "toggle_icon_solo_inactive": "0x410E6AB0", + "toggle_icon_shared": "0x410E4D13", + "toggle_icon_shared_inactive": "0x410E6AB9", + "toggle_icon_repeatable": "0x410E695D", + "toggle_icon_repeatable_inactive": "0x410E6AB8", + "toggle_icon_sm_fellowship": "0x410E41F9", + "toggle_icon_sm_fellowship_inactive": "0x410E6AB1", + "toggle_icon_fellowship_inactive_mp": "0x410E6AB4", + "toggle_icon_fellowship_mp": "0x410E6406", + "toggle_icon_fellowship": "0x410E41FA", + "toggle_icon_fellowship_inactive": "0x410E6AB3", + "toggle_icon_instance": "0x410E41FB", + "toggle_icon_instance_inactive": "0x410E6AB5", + "toggle_icon_epic": "0x410E4D11", + "toggle_icon_epic_inactive": "0x410E6AB6", + "toggle_icon_raid": "0x410E4D12", + "toggle_icon_raid_inactive": "0x410E6AB7", + "toggle_icon_tasks": "0x4110C754", + "toggle_icon_tasks_inactive": "0x4110C755", + "alert_loginreward_large": "0x41136EF7", + "alert_loginreward_vip": "0x41137622", + "gandalf": "0x411E6C74", + "divider_vertical_blue_leaf": "0x411E6927", + "secure_trade_selection": "0x41007F83", + "secure_trade_selection_normal": "0x41007F84", + "secure_trade_dropslot": "0x41007F85", + "inv_coin_copper": "0x41007E7D", + "inv_coin_silver": "0x41007E7C", + "inv_coin_gold": "0x41007E7B", + "Vendor_BaseBar_Low": "0x41102B69", + "skirmish_corner_BL": "0x41101514", + "skirmish_corner_BR": "0x410FF0D5", + "icon_capped_mark_mini": "0x4111D3B4", + "SkillTrainer_basebar_high": "0x41102B6A", + "skirmish_stats_bkg": "0x41103EF4", + "skirmish_embellishemnt_left": "0x410FF0D2", + "skirmish_embellishemnt_right": "0x410FF0D3", + "skirmish_points_coin": "0x410FF0CE", + "icon_capped_mark_32": "0x4111C446", + "skirmish_corner_UL": "0x410FF0D4", + "trait_states_bg_locked": "0x410EA717", + "trait_states_bg_slotted": "0x410EA716", + "trait_states_bg_unslotted": "0x410EA715", + "trait_states_slotted_overlay_slottedButUnavailable": "0x410F6FA7", + "skirmish_traits_box_equipped_personal": "0x410FF0DF", + "skirmish_traits_uneq": "0x41103EF6", + "skirmish_traits_equipped_title": "0x410FF0DB", + "skirmish_traits_uneq_personal_bkg": "0x41103EF7", + "guild_member_fellowship": "0x4100000B", + "guild_button_changeview_normal": "0x410D3FB8", + "guild_button_changeview_pressed": "0x410D3FB6", + "guild_button_changeview_rollover": "0x410D3FB7", + "black_100_percent": "0x41007E15", + "icon_kinship_termination": "0x4101E187", + "startmenu_newItemHighlight": "0x41122E0C", + "letterbox_bottom_SwitchCenter_Flag": "0x4112C2A2", + "letterbox_bottom_SwitchCenter_MC": "0x4112C24D", + "letterbox_bottom_SwitchCenter_arrow": "0x4112C2A4", + "letterbox_bottom_SwitchCenter_book": "0x4112C2A5", + "letterbox_bottom_SwitchCenter_shield": "0x4112C2A3", + "letterbox_bottom_SwitchCenter_sword": "0x4112C2A6", + "letterbox_bottom": "0x41005FB9", + "letterbox_bottom_mc": "0x4112BE9C", + "letterbox_bottom_left_cap": "0x41108D14", + "letterbox_bottom_right_cap": "0x41108D15", + "letterbox_bottom_left_mid_cap": "0x41108D16", + "letterbox_bottom_right_mid_cap": "0x41108D17", + "letterbox_bottom_glass_overlay": "0x41108D18", + "start_menu_normal": "0x411016AE", + "start_menu_pressed": "0x411016AF", + "start_menu_rollover": "0x411016AD", + "button_autoattack_highlight": "0x41005FC5", + "button_autoattack_highlight_mouseover": "0x41005FC9", + "button_autoattack_highlight_pressed": "0x41005FCD", + "button_autoattack_mouseover": "0x41005F85", + "button_autoattack_normal": "0x41005FD1", + "button_autoattack_normal_pressed": "0x41005F81", + "startmenu_button_slotting": "0x41101B85", + "startmenu_button_slotting_pressed": "0x41101B87", + "startmenu_button_slotting_rollover": "0x41101B86", + "trait_states_overlay_inProgress": "0x410EA719", + "trait_states_overlay_slotted": "0x410EA71A", + "trait_states_overlay_slottedButUnavailable": "0x410EA71B", + "trait_states_overlay_unslotted": "0x410EA718", + "backgrounds_bard_virtues": "0x410EA11F", + "backgrounds_bard_virtues_mp": "0x410F34EA", + "backgrounds_bard_legendary": "0x410EA122", + "backgrounds_bard_legendary_mp": "0x410F34EB", + "backgrounds_bard_training_panel": "0x410FF860", + "backgrounds_bard_personal_panel": "0x410FF861", + "backgrounds_bard_role_panel": "0x410FF85E", + "backgrounds_bard_skill_panel": "0x410FF85F", + "VerticalDividerMedium_mithril": "0x411348AE", + "expand_all_button_new": "0x411205E5", + "expand_all_button_pressed_new": "0x411205E4", + "expand_all_button_rollover_new": "0x411205E3", + "collapse_all_button_new": "0x411205E6", + "collapse_all_button_pressed_new": "0x411205E7", + "collapse_all_button_rollover_new": "0x411205E8", + "mithril_divider_lg": "0x4113486F", + "VerticalDivider_super_mini_mithril": "0x411348AC", + "travel_list_stat_bar_BG": "0x41134872", + "travel_token_lg": "0x411347FF", + "travel_token_lg_ghosted": "0x4113489A", + "travel_bg": "0x411348A7", + "skill_new": "0x41008122", + "icon_TEMP_REPLACE_ME": "0x41108D07", + "vanguard_frame_bg": "0x4114080F", + "vendor_basebar_high": "0x41102B68" + }, + "assets": { + "0x41000162": { + "w": 9, + "h": 9, + "n": "innershadow_topleft", + "id": "0x41000162" + }, + "0x41000163": { + "w": 9, + "h": 9, + "n": "innershadow_left", + "id": "0x41000163" + }, + "0x41000164": { + "w": 9, + "h": 9, + "n": "innershadow_bottomleft", + "id": "0x41000164" + }, + "0x41000165": { + "w": 9, + "h": 9, + "n": "innershadow_bottom", + "id": "0x41000165" + }, + "0x41000166": { + "w": 9, + "h": 9, + "n": "innershadow_bottomright", + "id": "0x41000166" + }, + "0x41000167": { + "w": 9, + "h": 9, + "n": "innershadow_right", + "id": "0x41000167" + }, + "0x41000168": { + "w": 9, + "h": 9, + "n": "innershadow_topright", + "id": "0x41000168" + }, + "0x41000169": { + "w": 9, + "h": 9, + "n": "innershadow_top", + "id": "0x41000169" + }, + "0x41000141": { + "w": 256, + "h": 256, + "n": "panel_border", + "id": "0x41000141" + }, + "0x41007DF9": { + "w": 1024, + "h": 20, + "n": "hidden_dragbar_normal", + "id": "0x41007DF9" + }, + "0x41007DFA": { + "w": 1024, + "h": 20, + "n": "hidden_dragbar_normal_activated", + "id": "0x41007DFA" + }, + "0x41000152": { + "w": 103, + "h": 36, + "n": "box_silver_bottom", + "id": "0x41000152" + }, + "0x41000153": { + "w": 36, + "h": 36, + "n": "box_silver_lower_right", + "id": "0x41000153" + }, + "0x41000154": { + "w": 36, + "h": 237, + "n": "box_silver_side_right", + "id": "0x41000154" + }, + "0x4100013B": { + "w": 128, + "h": 128, + "n": "base_box_center_silver", + "id": "0x4100013B" + }, + "0x4100014D": { + "w": 36, + "h": 36, + "n": "box_silver_upper_right", + "id": "0x4100014D" + }, + "0x4100014E": { + "w": 36, + "h": 36, + "n": "box_silver_upper_left", + "id": "0x4100014E" + }, + "0x4100014F": { + "w": 434, + "h": 37, + "n": "box_silver_upper", + "id": "0x4100014F" + }, + "0x41000150": { + "w": 36, + "h": 105, + "n": "box_silver_side_left", + "id": "0x41000150" + }, + "0x41000151": { + "w": 36, + "h": 36, + "n": "box_silver_bottom_left", + "id": "0x41000151" + }, + "0x41103F07": { + "w": 565, + "h": 475, + "n": "accomplishment_book_background", + "id": "0x41103F07" + }, + "0x41000192": { + "w": 44, + "h": 3, + "n": "social_panel_list_elements_highlight_bottom_center", + "id": "0x41000192" + }, + "0x41000191": { + "w": 44, + "h": 3, + "n": "social_panel_list_elements_normal_bottom_center", + "id": "0x41000191" + }, + "0x4100018D": { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_highlight_lower_right", + "id": "0x4100018D" + }, + "0x4100018C": { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_normal_lower_right", + "id": "0x4100018C" + }, + "0x4100018F": { + "w": 3, + "h": 44, + "n": "social_panel_list_elements_highlight_middle_right", + "id": "0x4100018F" + }, + "0x4100018E": { + "w": 3, + "h": 44, + "n": "social_panel_list_elements_normal_middle_right", + "id": "0x4100018E" + }, + "0x41000190": { + "w": 94, + "h": 75, + "n": "social_panel_list_elements_highlight_center", + "id": "0x41000190" + }, + "0x41000183": { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_highlight_top_right", + "id": "0x41000183" + }, + "0x41000182": { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_normal_top_right", + "id": "0x41000182" + }, + "0x41000185": { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_highlight_top_left", + "id": "0x41000185" + }, + "0x41000184": { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_normal_top_left", + "id": "0x41000184" + }, + "0x41000187": { + "w": 44, + "h": 3, + "n": "social_panel_list_elements_highlight_top_center", + "id": "0x41000187" + }, + "0x41000186": { + "w": 44, + "h": 3, + "n": "social_panel_list_elements_normal_top_center", + "id": "0x41000186" + }, + "0x41000189": { + "w": 3, + "h": 43, + "n": "social_panel_list_elements_highlight_middle_left", + "id": "0x41000189" + }, + "0x41000188": { + "w": 3, + "h": 44, + "n": "social_panel_list_elements_normal_middle_left", + "id": "0x41000188" + }, + "0x4100018B": { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_highlight_bottom_left", + "id": "0x4100018B" + }, + "0x4100018A": { + "w": 3, + "h": 3, + "n": "social_panel_list_elements_normal_bottom_left", + "id": "0x4100018A" + }, + "0x41007E1A": { + "w": 16, + "h": 16, + "n": "dropdown_arrow_closed", + "id": "0x41007E1A" + }, + "0x41007E1B": { + "w": 16, + "h": 16, + "n": "dropdown_arrow_closed_rollover", + "id": "0x41007E1B" + }, + "0x41007E18": { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open", + "id": "0x41007E18" + }, + "0x41007E19": { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open_rollover", + "id": "0x41007E19" + }, + "0x41007E0C": { + "w": 16, + "h": 16, + "n": "slider_widget", + "id": "0x41007E0C" + }, + "0x4101E50C": { + "w": 16, + "h": 16, + "n": "slider_widget_ghosted", + "id": "0x4101E50C" + }, + "0x41000280": { + "w": 10, + "h": 10, + "n": "scrollbar_10_thumb_top", + "id": "0x41000280" + }, + "0x41000281": { + "w": 10, + "h": 10, + "n": "scrollbar_10_thumb_top_mouseover", + "id": "0x41000281" + }, + "0x41000282": { + "w": 10, + "h": 10, + "n": "scrollbar_10_thumb_mid", + "id": "0x41000282" + }, + "0x41000283": { + "w": 10, + "h": 10, + "n": "scrollbar_10_thumb_mid_mouseover", + "id": "0x41000283" + }, + "0x41000284": { + "w": 10, + "h": 10, + "n": "scrollbar_10_thumb_bottom", + "id": "0x41000284" + }, + "0x41000285": { + "w": 10, + "h": 10, + "n": "scrollbar_10_thumb_bottom_mouseover", + "id": "0x41000285" + }, + "0x41134857": { + "w": 68, + "h": 58, + "n": "buynow_button_highight_ghost", + "id": "0x41134857" + }, + "0x4113583C": { + "w": 32, + "h": 14, + "n": "buynow_button_highight_small", + "id": "0x4113583C" + }, + "0x4113583B": { + "w": 32, + "h": 14, + "n": "buynow_button_highight_l_small", + "id": "0x4113583B" + }, + "0x410FD9FC": { + "w": 38, + "h": 34, + "n": "characterSlot_Left", + "id": "0x410FD9FC" + }, + "0x410FD9F5": { + "w": 38, + "h": 34, + "n": "characterSlot_ghosted_Left", + "id": "0x410FD9F5" + }, + "0x410FD9F8": { + "w": 38, + "h": 34, + "n": "characterSlot_high_Left", + "id": "0x410FD9F8" + }, + "0x410FDA00": { + "w": 38, + "h": 34, + "n": "characterSlot_roll_Left", + "id": "0x410FDA00" + }, + "0x410FD9FE": { + "w": 25, + "h": 22, + "n": "characterSlot_Sides", + "id": "0x410FD9FE" + }, + "0x410FD9F6": { + "w": 25, + "h": 22, + "n": "characterSlot_ghosted_Sides", + "id": "0x410FD9F6" + }, + "0x410FD9FA": { + "w": 25, + "h": 22, + "n": "characterSlot_high_Sides", + "id": "0x410FD9FA" + }, + "0x410FDA01": { + "w": 25, + "h": 22, + "n": "characterSlot_roll_Sides", + "id": "0x410FDA01" + }, + "0x410FD9FB": { + "w": 29, + "h": 38, + "n": "characterSlot_Center", + "id": "0x410FD9FB" + }, + "0x410FD9F4": { + "w": 29, + "h": 38, + "n": "characterSlot_ghosted_Center", + "id": "0x410FD9F4" + }, + "0x410FD9F7": { + "w": 29, + "h": 38, + "n": "characterSlot_high_Center", + "id": "0x410FD9F7" + }, + "0x410FD9FF": { + "w": 29, + "h": 38, + "n": "characterSlot_roll_Center", + "id": "0x410FD9FF" + }, + "0x410FD9FD": { + "w": 39, + "h": 34, + "n": "characterSlot_Right", + "id": "0x410FD9FD" + }, + "0x410FD9F0": { + "w": 39, + "h": 34, + "n": "characterSlot_ghosted_Right", + "id": "0x410FD9F0" + }, + "0x410FD9F1": { + "w": 39, + "h": 34, + "n": "characterSlot_roll_Right", + "id": "0x410FD9F1" + }, + "0x411624B8": { + "w": 265, + "h": 86, + "n": "thewar_common_adorn", + "id": "0x411624B8" + }, + "0x410081AC": { + "w": 265, + "h": 86, + "n": "ettenmoors_adorn", + "id": "0x410081AC" + }, + "0x410081A5": { + "w": 265, + "h": 92, + "n": "shire_adorn", + "id": "0x410081A5" + }, + "0x41109FC8": { + "w": 265, + "h": 126, + "n": "enedwaith_adorn", + "id": "0x41109FC8" + }, + "0x410081A6": { + "w": 265, + "h": 79, + "n": "eredluin_adorn", + "id": "0x410081A6" + }, + "0x410E8E2F": { + "w": 265, + "h": 126, + "n": "eregion_adorn", + "id": "0x410E8E2F" + }, + "0x410081A7": { + "w": 265, + "h": 69, + "n": "angmar_adorn", + "id": "0x410081A7" + }, + "0x410081A8": { + "w": 265, + "h": 75, + "n": "lonelands_adorn", + "id": "0x410081A8" + }, + "0x410081A9": { + "w": 265, + "h": 77, + "n": "northdowns_adorn", + "id": "0x410081A9" + }, + "0x4101F10E": { + "w": 265, + "h": 106, + "n": "evendim_adorn", + "id": "0x4101F10E" + }, + "0x410081AA": { + "w": 265, + "h": 79, + "n": "trollshaws_adorn", + "id": "0x410081AA" + }, + "0x410081AB": { + "w": 265, + "h": 90, + "n": "mistymountains_adorn", + "id": "0x410081AB" + }, + "0x410E5913": { + "w": 265, + "h": 86, + "n": "forochel_adorn", + "id": "0x410E5913" + }, + "0x410081A4": { + "w": 265, + "h": 70, + "n": "breeland_adorn", + "id": "0x410081A4" + }, + "0x41117E29": { + "w": 265, + "h": 135, + "n": "dunland_adorn", + "id": "0x41117E29" + }, + "0x410001E0": { + "w": 146, + "h": 20, + "n": "tab_tier1_middle_back_w_sm", + "id": "0x410001E0" + }, + "0x410001DF": { + "w": 146, + "h": 20, + "n": "tab_tier1_middle_front_w_sm", + "id": "0x410001DF" + }, + "0x410001E2": { + "w": 131, + "h": 20, + "n": "tab_tier1_middle_back_n_sm", + "id": "0x410001E2" + }, + "0x410001E1": { + "w": 130, + "h": 20, + "n": "tab_tier1_middle_front_n_sm", + "id": "0x410001E1" + }, + "0x410001E4": { + "w": 13, + "h": 20, + "n": "tab_tier1_middle_back_e_sm", + "id": "0x410001E4" + }, + "0x410001E3": { + "w": 13, + "h": 20, + "n": "tab_tier1_middle_front_e_sm", + "id": "0x410001E3" + }, + "0x410E8B18": { + "w": 265, + "h": 121, + "n": "epic_adorn", + "id": "0x410E8B18" + }, + "0x410081AD": { + "w": 265, + "h": 102, + "n": "class_adorn", + "id": "0x410081AD" + }, + "0x411BAEF6": { + "w": 256, + "h": 100, + "n": "mordor_black_gate", + "id": "0x411BAEF6" + }, + "0x411E3B2B": { + "w": 265, + "h": 99, + "n": "minas_morgul_adorn", + "id": "0x411E3B2B" + }, + "0x411A4B5D": { + "w": 265, + "h": 99, + "n": "march_of_the_king_adorn", + "id": "0x411A4B5D" + }, + "0x41157CBE": { + "w": 265, + "h": 99, + "n": "gondor_central_adorn", + "id": "0x41157CBE" + }, + "0x411BD2AA": { + "w": 265, + "h": 99, + "n": "the_wastes_adorn", + "id": "0x411BD2AA" + }, + "0x41157CBB": { + "w": 46, + "h": 66, + "n": "gondor_central_tab_highlight", + "id": "0x41157CBB" + }, + "0x41157CB8": { + "w": 46, + "h": 66, + "n": "gondor_central_tab_highlight_pressed", + "id": "0x41157CB8" + }, + "0x41157CBA": { + "w": 46, + "h": 66, + "n": "gondor_central_tab_normal", + "id": "0x41157CBA" + }, + "0x41157CBC": { + "w": 46, + "h": 66, + "n": "gondor_central_tab_pressed", + "id": "0x41157CBC" + }, + "0x41157CBD": { + "w": 46, + "h": 66, + "n": "gondor_central_tab_rollover", + "id": "0x41157CBD" + }, + "0x41157CB9": { + "w": 46, + "h": 66, + "n": "gondor_central_tab_rollover_highlight", + "id": "0x41157CB9" + }, + "0x411BD2AB": { + "w": 46, + "h": 66, + "n": "the_wastes_tab_highlight", + "id": "0x411BD2AB" + }, + "0x411BD2AC": { + "w": 46, + "h": 66, + "n": "the_wastes_tab_highlight_pressed", + "id": "0x411BD2AC" + }, + "0x411BD2AD": { + "w": 46, + "h": 66, + "n": "the_wastes_tab_normal", + "id": "0x411BD2AD" + }, + "0x411BD2AE": { + "w": 46, + "h": 66, + "n": "the_wastes_tab_pressed", + "id": "0x411BD2AE" + }, + "0x411BD2AF": { + "w": 46, + "h": 66, + "n": "the_wastes_tab_rollover", + "id": "0x411BD2AF" + }, + "0x411BD2B0": { + "w": 46, + "h": 66, + "n": "the_wastes_tab_rollover_highlight", + "id": "0x411BD2B0" + }, + "0x41165BB5": { + "w": 264, + "h": 99, + "n": "gondor_old_anorien_adorn", + "id": "0x41165BB5" + }, + "0x4115EE17": { + "w": 264, + "h": 99, + "n": "gondor_east_adorn", + "id": "0x4115EE17" + }, + "0x41165BB9": { + "w": 46, + "h": 66, + "n": "gondor_old_anorien_tab_highlight", + "id": "0x41165BB9" + }, + "0x41165BB6": { + "w": 46, + "h": 66, + "n": "gondor_old_anorien_tab_highlight_pressed", + "id": "0x41165BB6" + }, + "0x41165BB7": { + "w": 46, + "h": 66, + "n": "gondor_old_anorien_tab_normal", + "id": "0x41165BB7" + }, + "0x41165BBA": { + "w": 46, + "h": 66, + "n": "gondor_old_anorien_tab_pressed", + "id": "0x41165BBA" + }, + "0x41165BBB": { + "w": 46, + "h": 66, + "n": "gondor_old_anorien_tab_rollover", + "id": "0x41165BBB" + }, + "0x41165BB8": { + "w": 46, + "h": 66, + "n": "gondor_old_anorien_tab_rollover_highlight", + "id": "0x41165BB8" + }, + "0x4115EE18": { + "w": 46, + "h": 66, + "n": "gondor_east_tab_highlight", + "id": "0x4115EE18" + }, + "0x4115EE19": { + "w": 46, + "h": 66, + "n": "gondor_east_tab_highlight_pressed", + "id": "0x4115EE19" + }, + "0x4115EE1B": { + "w": 46, + "h": 66, + "n": "gondor_east_tab_normal", + "id": "0x4115EE1B" + }, + "0x4115EE1C": { + "w": 46, + "h": 66, + "n": "gondor_east_tab_pressed", + "id": "0x4115EE1C" + }, + "0x4115EE1D": { + "w": 46, + "h": 66, + "n": "gondor_east_tab_rollover", + "id": "0x4115EE1D" + }, + "0x4115EE1A": { + "w": 46, + "h": 66, + "n": "gondor_east_tab_rollover_highlight", + "id": "0x4115EE1A" + }, + "0x4116B03C": { + "w": 242, + "h": 90, + "n": "gondor_far_anorien_adorn", + "id": "0x4116B03C" + }, + "0x41154A34": { + "w": 265, + "h": 99, + "n": "gondor_west_adorn", + "id": "0x41154A34" + }, + "0x4116B041": { + "w": 46, + "h": 66, + "n": "gondor_far_anorien_tab_highlight", + "id": "0x4116B041" + }, + "0x4116B042": { + "w": 46, + "h": 66, + "n": "gondor_far_anorien_tab_highlight_pressed", + "id": "0x4116B042" + }, + "0x4116B03F": { + "w": 46, + "h": 66, + "n": "gondor_far_anorien_tab_normal", + "id": "0x4116B03F" + }, + "0x4116B03E": { + "w": 46, + "h": 66, + "n": "gondor_far_anorien_tab_pressed", + "id": "0x4116B03E" + }, + "0x4116B040": { + "w": 46, + "h": 66, + "n": "gondor_far_anorien_tab_rollover", + "id": "0x4116B040" + }, + "0x4116B03D": { + "w": 46, + "h": 66, + "n": "gondor_far_anorien_tab_rollover_highlight", + "id": "0x4116B03D" + }, + "0x41101BD9": { + "w": 265, + "h": 86, + "n": "skirmish_instance_adorn", + "id": "0x41101BD9" + }, + "0x410E8E31": { + "w": 265, + "h": 126, + "n": "moria_adorn", + "id": "0x410E8E31" + }, + "0x4114080D": { + "w": 265, + "h": 99, + "n": "rohan_west_adorn", + "id": "0x4114080D" + }, + "0x411379DD": { + "w": 265, + "h": 99, + "n": "wildermore_adorn", + "id": "0x411379DD" + }, + "0x411C9F9D": { + "w": 265, + "h": 99, + "n": "dwarfholds_adorn", + "id": "0x411C9F9D" + }, + "0x4112A32D": { + "w": 265, + "h": 99, + "n": "rohan_adorn", + "id": "0x4112A32D" + }, + "0x41124002": { + "w": 265, + "h": 86, + "n": "great_river_adorn", + "id": "0x41124002" + }, + "0x411C2D00": { + "w": 265, + "h": 99, + "n": "strongholds_north_adorn", + "id": "0x411C2D00" + }, + "0x41101F69": { + "w": 265, + "h": 86, + "n": "southern_mirkwood_adorn", + "id": "0x41101F69" + }, + "0x411D8153": { + "w": 265, + "h": 99, + "n": "vales_of_anduin_adorn", + "id": "0x411D8153" + }, + "0x410E8E30": { + "w": 265, + "h": 126, + "n": "lothlorien_adorn", + "id": "0x410E8E30" + }, + "0x411C9FA2": { + "w": 46, + "h": 66, + "n": "dwarfholds_tab_highlight", + "id": "0x411C9FA2" + }, + "0x411C9F9E": { + "w": 46, + "h": 66, + "n": "dwarfholds_tab_highlight_pressed", + "id": "0x411C9F9E" + }, + "0x411C9FA0": { + "w": 46, + "h": 66, + "n": "dwarfholds_tab_normal", + "id": "0x411C9FA0" + }, + "0x411C9F9F": { + "w": 46, + "h": 66, + "n": "dwarfholds_tab_pressed", + "id": "0x411C9F9F" + }, + "0x411C9F9C": { + "w": 46, + "h": 66, + "n": "dwarfholds_tab_rollover", + "id": "0x411C9F9C" + }, + "0x411C9FA1": { + "w": 46, + "h": 66, + "n": "dwarfholds_tab_rollover_highlight", + "id": "0x411C9FA1" + }, + "0x411E3B28": { + "w": 46, + "h": 66, + "n": "minas_morgul_tab_highlight", + "id": "0x411E3B28" + }, + "0x411E3B27": { + "w": 46, + "h": 66, + "n": "minas_morgul_tab_highlight_pressed", + "id": "0x411E3B27" + }, + "0x411E3B2A": { + "w": 46, + "h": 66, + "n": "minas_morgul_tab_normal", + "id": "0x411E3B2A" + }, + "0x411E3B26": { + "w": 46, + "h": 66, + "n": "minas_morgul_tab_pressed", + "id": "0x411E3B26" + }, + "0x411E3B29": { + "w": 46, + "h": 66, + "n": "minas_morgul_tab_rollover", + "id": "0x411E3B29" + }, + "0x411E3B2C": { + "w": 46, + "h": 66, + "n": "minas_morgul_tab_rollover_highlight", + "id": "0x411E3B2C" + }, + "0x411BD169": { + "w": 46, + "h": 66, + "n": "gorgoroth_tab_highlight", + "id": "0x411BD169" + }, + "0x411BD16A": { + "w": 46, + "h": 66, + "n": "gorgoroth_tab_highlight_pressed", + "id": "0x411BD16A" + }, + "0x411BD167": { + "w": 46, + "h": 66, + "n": "gorgoroth_tab_normal", + "id": "0x411BD167" + }, + "0x411BD168": { + "w": 46, + "h": 66, + "n": "gorgoroth_tab_pressed", + "id": "0x411BD168" + }, + "0x411BD16B": { + "w": 46, + "h": 66, + "n": "gorgoroth_tab_rollover", + "id": "0x411BD16B" + }, + "0x411BD16C": { + "w": 46, + "h": 66, + "n": "gorgoroth_tab_rollover_highlight", + "id": "0x411BD16C" + }, + "0x4116B044": { + "w": 46, + "h": 66, + "n": "pelennor_tab_highlight", + "id": "0x4116B044" + }, + "0x4116B045": { + "w": 46, + "h": 66, + "n": "pelennor_tab_highlight_pressed", + "id": "0x4116B045" + }, + "0x4116B049": { + "w": 46, + "h": 66, + "n": "pelennor_tab_normal", + "id": "0x4116B049" + }, + "0x4116B047": { + "w": 46, + "h": 66, + "n": "pelennor_tab_pressed", + "id": "0x4116B047" + }, + "0x4116B046": { + "w": 46, + "h": 66, + "n": "pelennor_tab_rollover", + "id": "0x4116B046" + }, + "0x4116B048": { + "w": 46, + "h": 66, + "n": "pelennor_tab_rollover_highlight", + "id": "0x4116B048" + }, + "0x41000175": { + "w": 35, + "h": 42, + "n": "base_box_titlebar_right", + "id": "0x41000175" + }, + "0x41000176": { + "w": 35, + "h": 42, + "n": "base_box_titlebar_left", + "id": "0x41000176" + }, + "0x41000177": { + "w": 139, + "h": 42, + "n": "base_box_titlebar_top", + "id": "0x41000177" + }, + "0x41007E0E": { + "w": 16, + "h": 16, + "n": "slider_leftarrow", + "id": "0x41007E0E" + }, + "0x41007E0F": { + "w": 16, + "h": 16, + "n": "slider_leftarrow_highlight", + "id": "0x41007E0F" + }, + "0x41007E0D": { + "w": 16, + "h": 16, + "n": "slider_leftarrow_pressed", + "id": "0x41007E0D" + }, + "0x41007E11": { + "w": 16, + "h": 16, + "n": "slider_rightarrow", + "id": "0x41007E11" + }, + "0x41007E12": { + "w": 16, + "h": 16, + "n": "slider_rightarrow_highlight", + "id": "0x41007E12" + }, + "0x41007E10": { + "w": 16, + "h": 16, + "n": "slider_rightarrow_pressed", + "id": "0x41007E10" + }, + "0x41007E0B": { + "w": 16, + "h": 16, + "n": "slider_background", + "id": "0x41007E0B" + }, + "0x41135841": { + "w": 36, + "h": 36, + "n": "box_silver_upper_right_noadorn_min", + "id": "0x41135841" + }, + "0x41135844": { + "w": 36, + "h": 36, + "n": "box_silver_upper_left_noadorn_min", + "id": "0x41135844" + }, + "0x4113583E": { + "w": 16, + "h": 37, + "n": "box_silver_upper_min", + "id": "0x4113583E" + }, + "0x41135843": { + "w": 36, + "h": 16, + "n": "box_silver_side_left_min", + "id": "0x41135843" + }, + "0x41135842": { + "w": 36, + "h": 36, + "n": "box_silver_bottom_left_noadorn_min", + "id": "0x41135842" + }, + "0x41135840": { + "w": 16, + "h": 36, + "n": "box_silver_bottom_min", + "id": "0x41135840" + }, + "0x4113583D": { + "w": 36, + "h": 36, + "n": "box_silver_lower_right_noadorn_min", + "id": "0x4113583D" + }, + "0x4113583F": { + "w": 36, + "h": 16, + "n": "box_silver_side_right_min", + "id": "0x4113583F" + }, + "0x410DD47C": { + "w": 160, + "h": 43, + "n": "barbershop_arrow_bg", + "id": "0x410DD47C" + }, + "0x410DE325": { + "w": 560, + "h": 470, + "n": "barbershop_character_bg", + "id": "0x410DE325" + }, + "0x410FA8C0": { + "w": 225, + "h": 25, + "n": "skip_tutorial_bg", + "id": "0x410FA8C0" + }, + "0x411B346D": { + "w": 4, + "h": 4, + "n": "box_bronze_top_edge", + "id": "0x411B346D" + }, + "0x411B346B": { + "w": 4, + "h": 4, + "n": "box_bronze_bottom_edge", + "id": "0x411B346B" + }, + "0x411B346C": { + "w": 4, + "h": 4, + "n": "box_bronze_side_edge", + "id": "0x411B346C" + }, + "0x4100013F": { + "w": 128, + "h": 128, + "n": "black_translucent", + "id": "0x4100013F" + }, + "0x4101DD51": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_avenger_good_mp", + "id": "0x4101DD51" + }, + "0x4101DD4F": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_defender_good_mp", + "id": "0x4101DD4F" + }, + "0x41007FB5": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_elite_mp", + "id": "0x41007FB5" + }, + "0x41007FB6": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_elitemaster_mp", + "id": "0x41007FB6" + }, + "0x4101DD4D": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_hero_good_mp", + "id": "0x4101DD4D" + }, + "0x4101DD50": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_master_defender_good_mp", + "id": "0x4101DD50" + }, + "0x41007FB3": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_mp", + "id": "0x41007FB3" + }, + "0x4101DD4E": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_signature_good_mp", + "id": "0x4101DD4E" + }, + "0x41007FB4": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_signature_mp", + "id": "0x41007FB4" + }, + "0x41007FB1": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop", + "id": "0x41007FB1" + }, + "0x411AD548": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_10_years", + "id": "0x411AD548" + }, + "0x411AD549": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_10_years_mp", + "id": "0x411AD549" + }, + "0x411C4116": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_11_years", + "id": "0x411C4116" + }, + "0x411C4115": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_11_years_mp", + "id": "0x411C4115" + }, + "0x411DAC4B": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_12_years", + "id": "0x411DAC4B" + }, + "0x411DA1F9": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_12_years_mp", + "id": "0x411DA1F9" + }, + "0x411EB751": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_13_years", + "id": "0x411EB751" + }, + "0x411EB74C": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_13_years_mp", + "id": "0x411EB74C" + }, + "0x4120BED9": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_14_years", + "id": "0x4120BED9" + }, + "0x4120BED6": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_14_years_mp", + "id": "0x4120BED6" + }, + "0x412179B0": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_15_years", + "id": "0x412179B0" + }, + "0x412179AF": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_15_years_mp", + "id": "0x412179AF" + }, + "0x41126465": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_1_year", + "id": "0x41126465" + }, + "0x41126720": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_1_year_mp", + "id": "0x41126720" + }, + "0x4112668C": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_2_years", + "id": "0x4112668C" + }, + "0x41126721": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_2_years_mp", + "id": "0x41126721" + }, + "0x4112668D": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_3_years", + "id": "0x4112668D" + }, + "0x41126722": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_3_years_mp", + "id": "0x41126722" + }, + "0x4112668E": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_4_years", + "id": "0x4112668E" + }, + "0x41126723": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_4_years_mp", + "id": "0x41126723" + }, + "0x4112668F": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_5_years", + "id": "0x4112668F" + }, + "0x41126724": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_5_years_mp", + "id": "0x41126724" + }, + "0x41134C58": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_6_years", + "id": "0x41134C58" + }, + "0x41134C57": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_6_years_mp", + "id": "0x41134C57" + }, + "0x411366CB": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_7_years", + "id": "0x411366CB" + }, + "0x411366C7": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_7_years_mp", + "id": "0x411366C7" + }, + "0x411366CA": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_8_years", + "id": "0x411366CA" + }, + "0x411366C8": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_8_years_mp", + "id": "0x411366C8" + }, + "0x411366CC": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_9_years", + "id": "0x411366CC" + }, + "0x411366C9": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_9_years_mp", + "id": "0x411366C9" + }, + "0x41210171": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_KharumUbnar", + "id": "0x41210171" + }, + "0x41139E46": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_VIP", + "id": "0x41139E46" + }, + "0x41139E47": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_VIP_mp", + "id": "0x41139E47" + }, + "0x41210173": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_azanulbizar", + "id": "0x41210173" + }, + "0x411ACACA": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_dagorlad_flora", + "id": "0x411ACACA" + }, + "0x411D9DC3": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_legendary_moria_dwarf", + "id": "0x411D9DC3" + }, + "0x411D9DC4": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_legendary_moria_elf", + "id": "0x411D9DC4" + }, + "0x411ECAC5": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_legendary_rohan", + "id": "0x411ECAC5" + }, + "0x411D2BC4": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_legendary_server_account", + "id": "0x411D2BC4" + }, + "0x411D2BC5": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_legendary_server_endgame", + "id": "0x411D2BC5" + }, + "0x411D2BC6": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_legendary_server_instance", + "id": "0x411D2BC6" + }, + "0x411ECC13": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_minas_morgul", + "id": "0x411ECC13" + }, + "0x411BAEF2": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_mordor_10_years", + "id": "0x411BAEF2" + }, + "0x411A8427": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_northithilien_flora", + "id": "0x411A8427" + }, + "0x41210174": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_raid_khazad_dum", + "id": "0x41210174" + }, + "0x411DA8C2": { + "w": 273, + "h": 124, + "n": "player_vitals_backdrop_rhosgobel_animal", + "id": "0x411DA8C2" + }, + "0x4121498B": { + "w": 273, + "h": 124, + "n": "player_vitals_gundabad_geode", + "id": "0x4121498B" + }, + "0x41214989": { + "w": 273, + "h": 124, + "n": "player_vitals_gundabad_gloomingtarn", + "id": "0x41214989" + }, + "0x4121498C": { + "w": 273, + "h": 124, + "n": "player_vitals_gundabad_steepset", + "id": "0x4121498C" + }, + "0x411FD299": { + "w": 273, + "h": 125, + "n": "player_vitals_legendary_gondor", + "id": "0x411FD299" + }, + "0x41215A58": { + "w": 273, + "h": 124, + "n": "player_vitals_legendary_greymountains", + "id": "0x41215A58" + }, + "0x411F527E": { + "w": 273, + "h": 124, + "n": "player_vitals_legendary_helms_deep", + "id": "0x411F527E" + }, + "0x411E7930": { + "w": 273, + "h": 124, + "n": "player_vitals_legendary_isengard", + "id": "0x411E7930" + }, + "0x412179AD": { + "w": 273, + "h": 124, + "n": "player_vitals_legendary_minasmorgul", + "id": "0x412179AD" + }, + "0x41210EDD": { + "w": 273, + "h": 124, + "n": "player_vitals_legendary_mordor", + "id": "0x41210EDD" + }, + "0x4120DAA3": { + "w": 273, + "h": 124, + "n": "player_vitals_legendary_wastes", + "id": "0x4120DAA3" + }, + "0x412164E8": { + "w": 273, + "h": 124, + "n": "player_vitals_post_raid_U32", + "id": "0x412164E8" + }, + "0x411F1AB2": { + "w": 273, + "h": 124, + "n": "player_vitals_sons_of_elrond_basic", + "id": "0x411F1AB2" + }, + "0x411F1AB0": { + "w": 273, + "h": 124, + "n": "player_vitals_sons_of_elrond_best", + "id": "0x411F1AB0" + }, + "0x411F1AB3": { + "w": 273, + "h": 124, + "n": "player_vitals_sons_of_elrond_better", + "id": "0x411F1AB3" + }, + "0x4120280F": { + "w": 273, + "h": 124, + "n": "player_vitals_three_peaks", + "id": "0x4120280F" + }, + "0x411F1C59": { + "w": 273, + "h": 124, + "n": "player_vitals_wedding_festival", + "id": "0x411F1C59" + }, + "0x4113430A": { + "w": 273, + "h": 124, + "n": "player_vitals_winter_festival", + "id": "0x4113430A" + }, + "0x41007FB2": { + "w": 273, + "h": 124, + "n": "swarm_vitals_mp", + "id": "0x41007FB2" + }, + "0x41008018": { + "w": 63, + "h": 63, + "n": "monster_vitals_lowrescover", + "id": "0x41008018" + }, + "0x41008017": { + "w": 63, + "h": 63, + "n": "player_vitals_lowrescover", + "id": "0x41008017" + }, + "0x41008019": { + "w": 62, + "h": 31, + "n": "level_background", + "id": "0x41008019" + }, + "0x41126466": { + "w": 62, + "h": 31, + "n": "level_background_portrait_borders", + "id": "0x41126466" + }, + "0x4100801A": { + "w": 62, + "h": 31, + "n": "level_background_red", + "id": "0x4100801A" + }, + "0x411411BF": { + "w": 15, + "h": 15, + "n": "upscale_arrow", + "id": "0x411411BF" + }, + "0x41007DCE": { + "w": 16, + "h": 16, + "n": "fellowship_leader", + "id": "0x41007DCE" + }, + "0x41007DE3": { + "w": 16, + "h": 16, + "n": "raid_assistant", + "id": "0x41007DE3" + }, + "0x41007DD0": { + "w": 20, + "h": 20, + "n": "fellow_voiceenabled", + "id": "0x41007DD0" + }, + "0x41007DD1": { + "w": 20, + "h": 20, + "n": "fellow_voiceenabled_sendingdata", + "id": "0x41007DD1" + }, + "0x411B8A65": { + "w": 160, + "h": 22, + "n": "light_of_earendil_meter_frame", + "id": "0x411B8A65" + }, + "0x410202F4": { + "w": 20, + "h": 20, + "n": "fellow_voiceenabled_squelched", + "id": "0x410202F4" + }, + "0x4115228A": { + "w": 20, + "h": 20, + "n": "bag3_sm", + "id": "0x4115228A" + }, + "0x41110388": { + "w": 5, + "h": 100, + "n": "panel_oneWayResize_horiz_icon", + "id": "0x41110388" + }, + "0x411351FD": { + "w": 283, + "h": 382, + "n": "base_box_center_silver_gradient", + "id": "0x411351FD" + }, + "0x41005FD3": { + "w": 32, + "h": 32, + "n": "bag3", + "id": "0x41005FD3" + }, + "0x41000220": { + "w": 32, + "h": 32, + "n": "icon_selected_overlay", + "id": "0x41000220" + }, + "0x41112360": { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinaqua", + "id": "0x41112360" + }, + "0x410EA255": { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinblue", + "id": "0x410EA255" + }, + "0x410EA2A0": { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedingreen", + "id": "0x410EA2A0" + }, + "0x41112361": { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinmagenta", + "id": "0x41112361" + }, + "0x410EA2A2": { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinorange", + "id": "0x410EA2A2" + }, + "0x4115CB95": { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinpink", + "id": "0x4115CB95" + }, + "0x410EA2A3": { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinpurple", + "id": "0x410EA2A3" + }, + "0x410EA256": { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinred", + "id": "0x410EA256" + }, + "0x4115CB96": { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinwhite", + "id": "0x4115CB96" + }, + "0x410EA2A1": { + "w": 32, + "h": 32, + "n": "icon_overlay_ia_slottedinyellow", + "id": "0x410EA2A1" + }, + "0x41007F48": { + "w": 12, + "h": 12, + "n": "outofrange_indicator", + "id": "0x41007F48" + }, + "0x41007E2F": { + "w": 32, + "h": 32, + "n": "icon_pending_overlay", + "id": "0x41007E2F" + }, + "0x41007E30": { + "w": 32, + "h": 32, + "n": "icon_locked_overlay", + "id": "0x41007E30" + }, + "0x41007E32": { + "w": 32, + "h": 32, + "n": "icon_item_almostbroken_overlay", + "id": "0x41007E32" + }, + "0x41007E31": { + "w": 32, + "h": 32, + "n": "icon_item_broken_overlay", + "id": "0x41007E31" + }, + "0x410E9008": { + "w": 32, + "h": 32, + "n": "icon_ia_identify_overlay", + "id": "0x410E9008" + }, + "0x41007E33": { + "w": 32, + "h": 32, + "n": "icon_ghosted_overlay", + "id": "0x41007E33" + }, + "0x41007F82": { + "w": 128, + "h": 128, + "n": "black_translucent2", + "id": "0x41007F82" + }, + "0x41007E34": { + "w": 32, + "h": 32, + "n": "icon_unusable_overlay", + "id": "0x41007E34" + }, + "0x410E9009": { + "w": 32, + "h": 32, + "n": "icon_ia_forge_overlay", + "id": "0x410E9009" + }, + "0x41135198": { + "w": 16, + "h": 16, + "n": "finditems16", + "id": "0x41135198" + }, + "0x411523BA": { + "w": 16, + "h": 16, + "n": "invlock_ghosted", + "id": "0x411523BA" + }, + "0x411523A7": { + "w": 16, + "h": 16, + "n": "invlock_locked", + "id": "0x411523A7" + }, + "0x411523A8": { + "w": 16, + "h": 16, + "n": "invlock_locked_rollover", + "id": "0x411523A8" + }, + "0x411523A9": { + "w": 16, + "h": 16, + "n": "invlock_unlocked", + "id": "0x411523A9" + }, + "0x411523A5": { + "w": 16, + "h": 16, + "n": "invlock_unlocked_pressed", + "id": "0x411523A5" + }, + "0x411523AB": { + "w": 16, + "h": 16, + "n": "invlock_unlocked_rollover", + "id": "0x411523AB" + }, + "0x411523AC": { + "w": 16, + "h": 16, + "n": "invMTX", + "id": "0x411523AC" + }, + "0x411523A6": { + "w": 16, + "h": 16, + "n": "invMTX_pressed", + "id": "0x411523A6" + }, + "0x411523A4": { + "w": 16, + "h": 16, + "n": "invMTX_rollover", + "id": "0x411523A4" + }, + "0x41152894": { + "w": 16, + "h": 16, + "n": "button_sort_ghosted", + "id": "0x41152894" + }, + "0x41152893": { + "w": 16, + "h": 16, + "n": "button_sort_highlight", + "id": "0x41152893" + }, + "0x41152895": { + "w": 16, + "h": 16, + "n": "button_sort_normal", + "id": "0x41152895" + }, + "0x41152896": { + "w": 16, + "h": 16, + "n": "button_sort_normal_pressed", + "id": "0x41152896" + }, + "0x41000174": { + "w": 2, + "h": 3, + "n": "basepanel_topmid_blue", + "id": "0x41000174" + }, + "0x4100016D": { + "w": 19, + "h": 19, + "n": "basepanel_topleft_blue", + "id": "0x4100016D" + }, + "0x4100016E": { + "w": 3, + "h": 2, + "n": "basepanel_midleft_blue", + "id": "0x4100016E" + }, + "0x4100016F": { + "w": 19, + "h": 19, + "n": "basepanel_bottomleft_blue", + "id": "0x4100016F" + }, + "0x41000170": { + "w": 2, + "h": 3, + "n": "basepanel_bottommid_blue", + "id": "0x41000170" + }, + "0x41000171": { + "w": 19, + "h": 19, + "n": "basepanel_bottomright_blue", + "id": "0x41000171" + }, + "0x41000172": { + "w": 3, + "h": 2, + "n": "basepanel_midright_blue", + "id": "0x41000172" + }, + "0x41000173": { + "w": 19, + "h": 19, + "n": "basepanel_topright_blue", + "id": "0x41000173" + }, + "0x4101E50B": { + "w": 16, + "h": 16, + "n": "dropdown_arrow_closed_ghosted", + "id": "0x4101E50B" + }, + "0x41102457": { + "w": 635, + "h": 71, + "n": "Barter_title_bar", + "id": "0x41102457" + }, + "0x41102458": { + "w": 634, + "h": 36, + "n": "Barter_title_bar_low", + "id": "0x41102458" + }, + "0x4110D2A1": { + "w": 33, + "h": 28, + "n": "buynow_button_skinny_left", + "id": "0x4110D2A1" + }, + "0x4110D2A2": { + "w": 33, + "h": 28, + "n": "buynow_button_skinny_left_highlight", + "id": "0x4110D2A2" + }, + "0x4110D2A3": { + "w": 33, + "h": 28, + "n": "buynow_button_skinny_left_press", + "id": "0x4110D2A3" + }, + "0x41108F4B": { + "w": 34, + "h": 16, + "n": "characterSlot_ghosted_Left_short", + "id": "0x41108F4B" + }, + "0x4110D2A4": { + "w": 30, + "h": 28, + "n": "buynow_button_skinny_mid", + "id": "0x4110D2A4" + }, + "0x4110D2A5": { + "w": 34, + "h": 28, + "n": "buynow_button_skinny_mid_highlight", + "id": "0x4110D2A5" + }, + "0x4110D2A6": { + "w": 47, + "h": 28, + "n": "buynow_button_skinny_press", + "id": "0x4110D2A6" + }, + "0x41108F4A": { + "w": 26, + "h": 16, + "n": "characterSlot_ghosted_Center_short", + "id": "0x41108F4A" + }, + "0x4110D2A7": { + "w": 28, + "h": 28, + "n": "buynow_button_skinny_right", + "id": "0x4110D2A7" + }, + "0x4110D2A8": { + "w": 28, + "h": 28, + "n": "buynow_button_skinny_right_highlight", + "id": "0x4110D2A8" + }, + "0x4110D2A9": { + "w": 28, + "h": 28, + "n": "buynow_button_skinny_right_press", + "id": "0x4110D2A9" + }, + "0x41108F4D": { + "w": 35, + "h": 16, + "n": "characterSlot_ghosted_Right_short", + "id": "0x41108F4D" + }, + "0x411024EF": { + "w": 140, + "h": 507, + "n": "Options_menu_side_bar", + "id": "0x411024EF" + }, + "0x4110CD48": { + "w": 9, + "h": 8, + "n": "quest_dialog_blue_bg_top_left", + "id": "0x4110CD48" + }, + "0x4110CD4A": { + "w": 209, + "h": 8, + "n": "quest_dialog_blue_bg_top_mid", + "id": "0x4110CD4A" + }, + "0x4110CD49": { + "w": 9, + "h": 8, + "n": "quest_dialog_blue_bg_top_right", + "id": "0x4110CD49" + }, + "0x4110CD4B": { + "w": 9, + "h": 363, + "n": "quest_dialog_blue_bg_left_mid", + "id": "0x4110CD4B" + }, + "0x4110CD46": { + "w": 9, + "h": 9, + "n": "quest_dialog_blue_bg_bottom_left", + "id": "0x4110CD46" + }, + "0x4110CD4D": { + "w": 229, + "h": 9, + "n": "quest_dialog_blue_bg_bottom_mid", + "id": "0x4110CD4D" + }, + "0x4110CD47": { + "w": 9, + "h": 9, + "n": "quest_dialog_blue_bg_bottom_right", + "id": "0x4110CD47" + }, + "0x4110CD4C": { + "w": 9, + "h": 363, + "n": "quest_dialog_blue_bg_right_mid", + "id": "0x4110CD4C" + }, + "0x410001A3": { + "w": 16, + "h": 16, + "n": "checkbox_02", + "id": "0x410001A3" + }, + "0x410001A4": { + "w": 16, + "h": 16, + "n": "checkbox_02_empty", + "id": "0x410001A4" + }, + "0x4110D071": { + "w": 40, + "h": 41, + "n": "craft_regular_icon", + "id": "0x4110D071" + }, + "0x4110D070": { + "w": 40, + "h": 41, + "n": "craft_mastery_icon", + "id": "0x4110D070" + }, + "0x4101DB45": { + "w": 16, + "h": 16, + "n": "dropdown_arrow_open_reversed", + "id": "0x4101DB45" + }, + "0x41005FC3": { + "w": 225, + "h": 25, + "n": "blue_tracking_select_highlight_active", + "id": "0x41005FC3" + }, + "0x4111038A": { + "w": 100, + "h": 10, + "n": "panel_oneWayResize_vert_icon", + "id": "0x4111038A" + }, + "0x4111E3CD": { + "w": 332, + "h": 471, + "n": "fellowmaker_bg", + "id": "0x4111E3CD" + }, + "0x41007F7D": { + "w": 48, + "h": 48, + "n": "black_50_percent", + "id": "0x41007F7D" + }, + "0x4101DA3F": { + "w": 544, + "h": 117, + "n": "lfp_filteroptions_bg_unavailable", + "id": "0x4101DA3F" + }, + "0x41108D0E": { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Left", + "id": "0x41108D0E" + }, + "0x411C0C63": { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Left_Ghosted", + "id": "0x411C0C63" + }, + "0x41108E88": { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Left_Highlight", + "id": "0x41108E88" + }, + "0x41108DDD": { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Left_Pressed", + "id": "0x41108DDD" + }, + "0x41108D0F": { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Mid", + "id": "0x41108D0F" + }, + "0x411C0C67": { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Mid_Ghosted", + "id": "0x411C0C67" + }, + "0x41108E87": { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Mid_Highlight", + "id": "0x41108E87" + }, + "0x41108DDE": { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Mid_Pressed", + "id": "0x41108DDE" + }, + "0x41108D10": { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Right", + "id": "0x41108D10" + }, + "0x411C0C6B": { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Right_Ghosted", + "id": "0x411C0C6B" + }, + "0x41108E89": { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Right_Highlight", + "id": "0x41108E89" + }, + "0x41108DDF": { + "w": 64, + "h": 40, + "n": "CharGen_Buttons_Generic_Right_Pressed", + "id": "0x41108DDF" + }, + "0x41120033": { + "w": 10, + "h": 45, + "n": "VerticalDivider_mini", + "id": "0x41120033" + }, + "0x4112316C": { + "w": 30, + "h": 27, + "n": "corner_bl", + "id": "0x4112316C" + }, + "0x4112316D": { + "w": 30, + "h": 27, + "n": "corner_br", + "id": "0x4112316D" + }, + "0x410EAE27": { + "w": 13, + "h": 16, + "n": "damage_symbol", + "id": "0x410EAE27" + }, + "0x410EAE28": { + "w": 16, + "h": 16, + "n": "heal_symbol", + "id": "0x410EAE28" + }, + "0x410EAD4C": { + "w": 221, + "h": 56, + "n": "attunementFrame_bal", + "id": "0x410EAD4C" + }, + "0x410EAD4B": { + "w": 221, + "h": 56, + "n": "attunementFrame_dmg1", + "id": "0x410EAD4B" + }, + "0x410EAD4A": { + "w": 221, + "h": 56, + "n": "attunementFrame_dmg2", + "id": "0x410EAD4A" + }, + "0x410EAD49": { + "w": 221, + "h": 56, + "n": "attunementFrame_dmg3", + "id": "0x410EAD49" + }, + "0x410EAD51": { + "w": 221, + "h": 56, + "n": "attunementFrame_dmg4", + "id": "0x410EAD51" + }, + "0x410EAD4D": { + "w": 221, + "h": 56, + "n": "attunementFrame_heal1", + "id": "0x410EAD4D" + }, + "0x410EAD4E": { + "w": 221, + "h": 56, + "n": "attunementFrame_heal2", + "id": "0x410EAD4E" + }, + "0x410EAD4F": { + "w": 221, + "h": 56, + "n": "attunementFrame_heal3", + "id": "0x410EAD4F" + }, + "0x410EAD50": { + "w": 221, + "h": 56, + "n": "attunementFrame_heal4", + "id": "0x410EAD50" + }, + "0x410F1D4C": { + "w": 87, + "h": 58, + "n": "attunement_sm_1", + "id": "0x410F1D4C" + }, + "0x410F1D4D": { + "w": 87, + "h": 58, + "n": "attunement_sm_10", + "id": "0x410F1D4D" + }, + "0x410F1D4E": { + "w": 87, + "h": 58, + "n": "attunement_sm_11", + "id": "0x410F1D4E" + }, + "0x410F1D4F": { + "w": 87, + "h": 58, + "n": "attunement_sm_12", + "id": "0x410F1D4F" + }, + "0x410F1D50": { + "w": 87, + "h": 58, + "n": "attunement_sm_13", + "id": "0x410F1D50" + }, + "0x410F1D51": { + "w": 87, + "h": 58, + "n": "attunement_sm_14", + "id": "0x410F1D51" + }, + "0x410F1D52": { + "w": 87, + "h": 58, + "n": "attunement_sm_15", + "id": "0x410F1D52" + }, + "0x410F1D53": { + "w": 87, + "h": 58, + "n": "attunement_sm_16", + "id": "0x410F1D53" + }, + "0x410F1D54": { + "w": 87, + "h": 58, + "n": "attunement_sm_17", + "id": "0x410F1D54" + }, + "0x410F1D55": { + "w": 87, + "h": 58, + "n": "attunement_sm_18", + "id": "0x410F1D55" + }, + "0x410F1D56": { + "w": 87, + "h": 58, + "n": "attunement_sm_19", + "id": "0x410F1D56" + }, + "0x410F1D57": { + "w": 87, + "h": 58, + "n": "attunement_sm_2", + "id": "0x410F1D57" + }, + "0x410F1D58": { + "w": 87, + "h": 58, + "n": "attunement_sm_3", + "id": "0x410F1D58" + }, + "0x410F1D59": { + "w": 87, + "h": 58, + "n": "attunement_sm_4", + "id": "0x410F1D59" + }, + "0x410F1D5A": { + "w": 87, + "h": 58, + "n": "attunement_sm_5", + "id": "0x410F1D5A" + }, + "0x410F1D5B": { + "w": 87, + "h": 58, + "n": "attunement_sm_6", + "id": "0x410F1D5B" + }, + "0x410F1D5C": { + "w": 87, + "h": 58, + "n": "attunement_sm_7", + "id": "0x410F1D5C" + }, + "0x410F1D5D": { + "w": 87, + "h": 58, + "n": "attunement_sm_8", + "id": "0x410F1D5D" + }, + "0x410F1D5E": { + "w": 87, + "h": 58, + "n": "attunement_sm_9", + "id": "0x410F1D5E" + }, + "0x410EAE1E": { + "w": 27, + "h": 27, + "n": "rune_1", + "id": "0x410EAE1E" + }, + "0x410EAE0E": { + "w": 27, + "h": 27, + "n": "rune_10", + "id": "0x410EAE0E" + }, + "0x410EAE15": { + "w": 27, + "h": 27, + "n": "rune_11", + "id": "0x410EAE15" + }, + "0x410EAE16": { + "w": 27, + "h": 27, + "n": "rune_12", + "id": "0x410EAE16" + }, + "0x410EAE17": { + "w": 27, + "h": 27, + "n": "rune_13", + "id": "0x410EAE17" + }, + "0x410EAE18": { + "w": 27, + "h": 27, + "n": "rune_14", + "id": "0x410EAE18" + }, + "0x410EAE19": { + "w": 27, + "h": 27, + "n": "rune_15", + "id": "0x410EAE19" + }, + "0x410EAE1A": { + "w": 27, + "h": 27, + "n": "rune_16", + "id": "0x410EAE1A" + }, + "0x410EAE1B": { + "w": 27, + "h": 27, + "n": "rune_17", + "id": "0x410EAE1B" + }, + "0x410EAE1C": { + "w": 27, + "h": 27, + "n": "rune_18", + "id": "0x410EAE1C" + }, + "0x410EAE1D": { + "w": 27, + "h": 27, + "n": "rune_19", + "id": "0x410EAE1D" + }, + "0x410EAE1F": { + "w": 27, + "h": 27, + "n": "rune_2", + "id": "0x410EAE1F" + }, + "0x410EAE20": { + "w": 27, + "h": 27, + "n": "rune_3", + "id": "0x410EAE20" + }, + "0x410EAE0F": { + "w": 27, + "h": 27, + "n": "rune_4", + "id": "0x410EAE0F" + }, + "0x410EAE10": { + "w": 27, + "h": 27, + "n": "rune_5", + "id": "0x410EAE10" + }, + "0x410EAE11": { + "w": 27, + "h": 27, + "n": "rune_6", + "id": "0x410EAE11" + }, + "0x410EAE12": { + "w": 27, + "h": 27, + "n": "rune_7", + "id": "0x410EAE12" + }, + "0x410EAE13": { + "w": 27, + "h": 27, + "n": "rune_8", + "id": "0x410EAE13" + }, + "0x410EAE14": { + "w": 27, + "h": 27, + "n": "rune_9", + "id": "0x410EAE14" + }, + "0x41007EDD": { + "w": 142, + "h": 142, + "n": "conjunction_ring_back", + "id": "0x41007EDD" + }, + "0x41007EDE": { + "w": 64, + "h": 64, + "n": "button_assist_normal", + "id": "0x41007EDE" + }, + "0x41007EE0": { + "w": 64, + "h": 64, + "n": "button_assist_pressed", + "id": "0x41007EE0" + }, + "0x41007EDF": { + "w": 64, + "h": 64, + "n": "button_assist_rollover", + "id": "0x41007EDF" + }, + "0x41007ECA": { + "w": 32, + "h": 32, + "n": "alert_connectionbad", + "id": "0x41007ECA" + }, + "0x41007ECC": { + "w": 32, + "h": 32, + "n": "alert_connectiongood", + "id": "0x41007ECC" + }, + "0x41007ECB": { + "w": 32, + "h": 32, + "n": "alert_connectionugly", + "id": "0x41007ECB" + }, + "0x410E831A": { + "w": 166, + "h": 342, + "n": "dressing_room_dye_background", + "id": "0x410E831A" + }, + "0x410E6C62": { + "w": 225, + "h": 335, + "n": "journal_paperdoll_border_inspect", + "id": "0x410E6C62" + }, + "0x4111235E": { + "w": 159, + "h": 56, + "n": "escortEvil_vitals_backdrop_mini", + "id": "0x4111235E" + }, + "0x4111235F": { + "w": 159, + "h": 56, + "n": "escortGood_vitals_backdrop_mini", + "id": "0x4111235F" + }, + "0x41007DD2": { + "w": 18, + "h": 18, + "n": "button_assist_small_normal", + "id": "0x41007DD2" + }, + "0x41007DD3": { + "w": 18, + "h": 18, + "n": "button_assist_small_pressed", + "id": "0x41007DD3" + }, + "0x41007DD4": { + "w": 18, + "h": 18, + "n": "button_assist_small_rollover", + "id": "0x41007DD4" + }, + "0x410DCFA2": { + "w": 160, + "h": 204, + "n": "journal_paperdoll_item_background_right", + "id": "0x410DCFA2" + }, + "0x410DCFA1": { + "w": 140, + "h": 204, + "n": "journal_paperdoll_item_background_left", + "id": "0x410DCFA1" + }, + "0x41007EE9": { + "w": 44, + "h": 44, + "n": "inv_slot_back", + "id": "0x41007EE9" + }, + "0x41007EF5": { + "w": 44, + "h": 44, + "n": "inv_slot_feet", + "id": "0x41007EF5" + }, + "0x41007EEA": { + "w": 44, + "h": 44, + "n": "inv_slot_weapon1", + "id": "0x41007EEA" + }, + "0x41007EF6": { + "w": 44, + "h": 44, + "n": "inv_slot_rightear", + "id": "0x41007EF6" + }, + "0x41007EEB": { + "w": 44, + "h": 44, + "n": "inv_slot_weapon2", + "id": "0x41007EEB" + }, + "0x41007EF7": { + "w": 44, + "h": 44, + "n": "inv_slot_leftear", + "id": "0x41007EF7" + }, + "0x41007EEC": { + "w": 44, + "h": 44, + "n": "inv_slot_weapon3", + "id": "0x41007EEC" + }, + "0x41007EF8": { + "w": 44, + "h": 44, + "n": "inv_slot_bracelet1", + "id": "0x41007EF8" + }, + "0x41007EED": { + "w": 44, + "h": 44, + "n": "inv_slot_head", + "id": "0x41007EED" + }, + "0x41007EF9": { + "w": 44, + "h": 44, + "n": "inv_slot_bracelet2", + "id": "0x41007EF9" + }, + "0x41007EEE": { + "w": 44, + "h": 44, + "n": "inv_slot_shoulder", + "id": "0x41007EEE" + }, + "0x41007EFA": { + "w": 44, + "h": 44, + "n": "inv_slot_pocket", + "id": "0x41007EFA" + }, + "0x41007EEF": { + "w": 44, + "h": 44, + "n": "inv_slot_neck", + "id": "0x41007EEF" + }, + "0x41007EFB": { + "w": 44, + "h": 44, + "n": "inv_slot_weapon4", + "id": "0x41007EFB" + }, + "0x41007EF0": { + "w": 44, + "h": 44, + "n": "inv_slot_upperbody", + "id": "0x41007EF0" + }, + "0x41007EF1": { + "w": 44, + "h": 44, + "n": "inv_slot_lowerbody", + "id": "0x41007EF1" + }, + "0x41007EF2": { + "w": 44, + "h": 44, + "n": "inv_slot_hands", + "id": "0x41007EF2" + }, + "0x41007EF3": { + "w": 44, + "h": 44, + "n": "inv_slot_rightring", + "id": "0x41007EF3" + }, + "0x410E8680": { + "w": 44, + "h": 44, + "n": "inv_slot_class", + "id": "0x410E8680" + }, + "0x41007EF4": { + "w": 44, + "h": 44, + "n": "inv_slot_leftring", + "id": "0x41007EF4" + }, + "0x41005FA2": { + "w": 473, + "h": 247, + "n": "pedigree_bg", + "id": "0x41005FA2" + }, + "0x410F6FAC": { + "w": 421, + "h": 393, + "n": "itemAdvancement_inspect_background", + "id": "0x410F6FAC" + }, + "0x410DCF9F": { + "w": 108, + "h": 26, + "n": "journal_character_header_bg", + "id": "0x410DCF9F" + }, + "0x410DCFA0": { + "w": 2, + "h": 26, + "n": "journal_character_header_seperator", + "id": "0x410DCFA0" + }, + "0x410FF4EC": { + "w": 155, + "h": 56, + "n": "mount_vitals_backdrop_mini", + "id": "0x410FF4EC" + }, + "0x4110A141": { + "w": 24, + "h": 29, + "n": "button_mount_dismount_left_ghosted", + "id": "0x4110A141" + }, + "0x4110A138": { + "w": 24, + "h": 29, + "n": "button_mount_dismount_left_highlight", + "id": "0x4110A138" + }, + "0x4110A139": { + "w": 24, + "h": 29, + "n": "button_mount_dismount_left_normal", + "id": "0x4110A139" + }, + "0x4110A13A": { + "w": 24, + "h": 29, + "n": "button_mount_dismount_left_pressed", + "id": "0x4110A13A" + }, + "0x4110A143": { + "w": 56, + "h": 29, + "n": "button_mount_dismount_middle_ghosted", + "id": "0x4110A143" + }, + "0x4110A13B": { + "w": 56, + "h": 29, + "n": "button_mount_dismount_middle_highlight", + "id": "0x4110A13B" + }, + "0x4110A13C": { + "w": 56, + "h": 29, + "n": "button_mount_dismount_middle_normal", + "id": "0x4110A13C" + }, + "0x4110A13D": { + "w": 56, + "h": 29, + "n": "button_mount_dismount_middle_press", + "id": "0x4110A13D" + }, + "0x4110A142": { + "w": 56, + "h": 29, + "n": "button_mount_dismount_right_ghosted", + "id": "0x4110A142" + }, + "0x4110A13E": { + "w": 24, + "h": 29, + "n": "button_mount_dismount_right_highlight", + "id": "0x4110A13E" + }, + "0x4110A13F": { + "w": 24, + "h": 29, + "n": "button_mount_dismount_right_normal", + "id": "0x4110A13F" + }, + "0x4110A140": { + "w": 24, + "h": 29, + "n": "button_mount_dismount_right_press", + "id": "0x4110A140" + }, + "0x41007EDB": { + "w": 140, + "h": 51, + "n": "pet_vitals_backdrop_mini", + "id": "0x41007EDB" + }, + "0x41007F49": { + "w": 352, + "h": 35, + "n": "quickslot_background_pet", + "id": "0x41007F49" + }, + "0x410DD127": { + "w": 24, + "h": 24, + "n": "progress_overlay_background_left", + "id": "0x410DD127" + }, + "0x410DD128": { + "w": 143, + "h": 24, + "n": "progress_overlay_background_center", + "id": "0x410DD128" + }, + "0x410DD129": { + "w": 27, + "h": 24, + "n": "progress_overlay_background_right", + "id": "0x410DD129" + }, + "0x411699A8": { + "w": 1, + "h": 18, + "n": "collections_meter_side", + "id": "0x411699A8" + }, + "0x411699A9": { + "w": 1, + "h": 18, + "n": "collections_meter_center", + "id": "0x411699A9" + }, + "0x410E6B22": { + "w": 51, + "h": 43, + "n": "progress_overlay_left_mounted", + "id": "0x410E6B22" + }, + "0x410E6B23": { + "w": 8, + "h": 43, + "n": "progress_overlay_center_mounted", + "id": "0x410E6B23" + }, + "0x410E6B24": { + "w": 51, + "h": 43, + "n": "progress_overlay_right_mounted", + "id": "0x410E6B24" + }, + "0x41007ED6": { + "w": 3, + "h": 3, + "n": "tutorialpanel_border_side", + "id": "0x41007ED6" + }, + "0x41007ED7": { + "w": 3, + "h": 3, + "n": "tutorialpanel_border_bottom", + "id": "0x41007ED7" + }, + "0x41007ED8": { + "w": 3, + "h": 3, + "n": "tutorialpanel_border_right_side", + "id": "0x41007ED8" + }, + "0x41007ED9": { + "w": 3, + "h": 3, + "n": "tutorialpanel_border", + "id": "0x41007ED9" + }, + "0x411AB20C": { + "w": 24, + "h": 24, + "n": "stablemasterTogglebutton_normal", + "id": "0x411AB20C" + }, + "0x411AB20A": { + "w": 24, + "h": 24, + "n": "stablemasterTogglebutton_pressed", + "id": "0x411AB20A" + }, + "0x411AB20B": { + "w": 24, + "h": 24, + "n": "stablemasterTogglebutton_rollover", + "id": "0x411AB20B" + }, + "0x41007F4B": { + "w": 170, + "h": 170, + "n": "map_circle", + "id": "0x41007F4B" + }, + "0x410DD690": { + "w": 24, + "h": 24, + "n": "decorationTogglebutton_ghosted", + "id": "0x410DD690" + }, + "0x410D80BA": { + "w": 24, + "h": 24, + "n": "decorationTogglebutton_normal", + "id": "0x410D80BA" + }, + "0x410D80B8": { + "w": 24, + "h": 24, + "n": "decorationTogglebutton_pressed", + "id": "0x410D80B8" + }, + "0x410D80B9": { + "w": 24, + "h": 24, + "n": "decorationTogglebutton_rollover", + "id": "0x410D80B9" + }, + "0x4101FBA7": { + "w": 24, + "h": 24, + "n": "daytime_time", + "id": "0x4101FBA7" + }, + "0x4101FBA8": { + "w": 24, + "h": 24, + "n": "nighttime_time", + "id": "0x4101FBA8" + }, + "0x4101FBA9": { + "w": 24, + "h": 24, + "n": "sundial_unknown_time", + "id": "0x4101FBA9" + }, + "0x41007F4C": { + "w": 28, + "h": 28, + "n": "note_avatar", + "id": "0x41007F4C" + }, + "0x41007F4D": { + "w": 238, + "h": 238, + "n": "dread_34", + "id": "0x41007F4D" + }, + "0x41007F4E": { + "w": 238, + "h": 238, + "n": "dread_56", + "id": "0x41007F4E" + }, + "0x41007F4F": { + "w": 238, + "h": 238, + "n": "dread_78", + "id": "0x41007F4F" + }, + "0x41007F56": { + "w": 238, + "h": 238, + "n": "hope_1", + "id": "0x41007F56" + }, + "0x41007F51": { + "w": 238, + "h": 238, + "n": "hope_10", + "id": "0x41007F51" + }, + "0x41007F55": { + "w": 238, + "h": 238, + "n": "hope_34", + "id": "0x41007F55" + }, + "0x41007F54": { + "w": 238, + "h": 238, + "n": "hope_56", + "id": "0x41007F54" + }, + "0x41007F53": { + "w": 238, + "h": 238, + "n": "hope_78", + "id": "0x41007F53" + }, + "0x41007F52": { + "w": 238, + "h": 238, + "n": "hope_9", + "id": "0x41007F52" + }, + "0x41005F9F": { + "w": 238, + "h": 238, + "n": "no_hope_no_dread", + "id": "0x41005F9F" + }, + "0x410F8A54": { + "w": 30, + "h": 30, + "n": "radar_trackedquest_arrow", + "id": "0x410F8A54" + }, + "0x410D75D2": { + "w": 24, + "h": 24, + "n": "housingpanelbutton_normal", + "id": "0x410D75D2" + }, + "0x410D75D0": { + "w": 24, + "h": 24, + "n": "housingpanelbutton_pressed", + "id": "0x410D75D0" + }, + "0x410D75D1": { + "w": 24, + "h": 24, + "n": "housingpanelbutton_rollover", + "id": "0x410D75D1" + }, + "0x4101E18A": { + "w": 24, + "h": 24, + "n": "destinypoints_normal", + "id": "0x4101E18A" + }, + "0x4101E188": { + "w": 24, + "h": 24, + "n": "destinypoints_pressed", + "id": "0x4101E188" + }, + "0x4101E189": { + "w": 24, + "h": 24, + "n": "destinypoints_rollover", + "id": "0x4101E189" + }, + "0x41007F58": { + "w": 22, + "h": 22, + "n": "gem_dread1", + "id": "0x41007F58" + }, + "0x41007F59": { + "w": 22, + "h": 22, + "n": "gem_dread2", + "id": "0x41007F59" + }, + "0x41007F5A": { + "w": 22, + "h": 22, + "n": "gem_dread3", + "id": "0x41007F5A" + }, + "0x41007F5B": { + "w": 22, + "h": 22, + "n": "gem_dread4", + "id": "0x41007F5B" + }, + "0x41007F5C": { + "w": 22, + "h": 22, + "n": "gem_dread5", + "id": "0x41007F5C" + }, + "0x41007F61": { + "w": 22, + "h": 22, + "n": "gem_hope1", + "id": "0x41007F61" + }, + "0x41007F60": { + "w": 22, + "h": 22, + "n": "gem_hope2", + "id": "0x41007F60" + }, + "0x41007F5F": { + "w": 22, + "h": 22, + "n": "gem_hope3", + "id": "0x41007F5F" + }, + "0x41007F5E": { + "w": 22, + "h": 22, + "n": "gem_hope4", + "id": "0x41007F5E" + }, + "0x41007F5D": { + "w": 22, + "h": 22, + "n": "gem_hope5", + "id": "0x41007F5D" + }, + "0x41007F57": { + "w": 22, + "h": 22, + "n": "no_hope_no_dread_gem", + "id": "0x41007F57" + }, + "0x41007F64": { + "w": 24, + "h": 24, + "n": "map_zoom_normal", + "id": "0x41007F64" + }, + "0x41007F63": { + "w": 24, + "h": 24, + "n": "map_zoom_pressed", + "id": "0x41007F63" + }, + "0x41007F62": { + "w": 24, + "h": 24, + "n": "map_zoom_rollover", + "id": "0x41007F62" + }, + "0x4101FD50": { + "w": 140, + "h": 51, + "n": "target_vitals_backdrop_mini", + "id": "0x4101FD50" + }, + "0x4110FF77": { + "w": 45, + "h": 47, + "n": "novitals_icon", + "id": "0x4110FF77" + }, + "0x4110FF74": { + "w": 22, + "h": 31, + "n": "novitals_expanding_left", + "id": "0x4110FF74" + }, + "0x4110FF75": { + "w": 69, + "h": 31, + "n": "novitals_expanding_mid", + "id": "0x4110FF75" + }, + "0x4110FF76": { + "w": 21, + "h": 31, + "n": "novitals_expanding_right", + "id": "0x4110FF76" + }, + "0x4101FAB5": { + "w": 50, + "h": 113, + "n": "skill_queue_back", + "id": "0x4101FAB5" + }, + "0x4112D465": { + "w": 12, + "h": 12, + "n": "mountedcombat_outofrange_indicator", + "id": "0x4112D465" + }, + "0x41007EE2": { + "w": 210, + "h": 178, + "n": "inv_bank_slots", + "id": "0x41007EE2" + }, + "0x411AB82A": { + "w": 25, + "h": 25, + "n": "icon_translate_z", + "id": "0x411AB82A" + }, + "0x411AD27D": { + "w": 25, + "h": 25, + "n": "icon_translate_z_ghosted", + "id": "0x411AD27D" + }, + "0x411ACAC8": { + "w": 25, + "h": 25, + "n": "icon_translate_z_pressed", + "id": "0x411ACAC8" + }, + "0x411ACAC9": { + "w": 25, + "h": 25, + "n": "icon_translate_z_rollover", + "id": "0x411ACAC9" + }, + "0x410DC5F7": { + "w": 25, + "h": 25, + "n": "icon_rotation_z", + "id": "0x410DC5F7" + }, + "0x411AD27E": { + "w": 25, + "h": 25, + "n": "icon_rotation_z_ghosted", + "id": "0x411AD27E" + }, + "0x411ACAC2": { + "w": 25, + "h": 25, + "n": "icon_rotation_z_pressed", + "id": "0x411ACAC2" + }, + "0x411ACAC3": { + "w": 25, + "h": 25, + "n": "icon_rotation_z_rollover", + "id": "0x411ACAC3" + }, + "0x410D7767": { + "w": 32, + "h": 32, + "n": "decoration_hook_slot", + "id": "0x410D7767" + }, + "0x411AB829": { + "w": 25, + "h": 25, + "n": "icon_translate_x", + "id": "0x411AB829" + }, + "0x411AD280": { + "w": 25, + "h": 25, + "n": "icon_translate_x_ghosted", + "id": "0x411AD280" + }, + "0x411ACAC4": { + "w": 25, + "h": 25, + "n": "icon_translate_x_pressed", + "id": "0x411ACAC4" + }, + "0x411ACAC5": { + "w": 25, + "h": 25, + "n": "icon_translate_x_rollover", + "id": "0x411ACAC5" + }, + "0x411AB82B": { + "w": 25, + "h": 25, + "n": "icon_translate_y", + "id": "0x411AB82B" + }, + "0x411AD281": { + "w": 25, + "h": 25, + "n": "icon_translate_y_ghosted", + "id": "0x411AD281" + }, + "0x411ACAC6": { + "w": 25, + "h": 25, + "n": "icon_translate_y_pressed", + "id": "0x411ACAC6" + }, + "0x411ACAC7": { + "w": 25, + "h": 25, + "n": "icon_translate_y_rollover", + "id": "0x411ACAC7" + }, + "0x41135D36": { + "w": 20, + "h": 20, + "n": "mithril_token_sm", + "id": "0x41135D36" + }, + "0x411A9523": { + "w": 20, + "h": 20, + "n": "inv_icon_writs_20", + "id": "0x411A9523" + }, + "0x41134856": { + "w": 20, + "h": 20, + "n": "travel_token_sm", + "id": "0x41134856" + }, + "0x411A399E": { + "w": 245, + "h": 106, + "n": "icon_housing_classic_panorama", + "id": "0x411A399E" + }, + "0x41135B95": { + "w": 35, + "h": 30, + "n": "buynow_button_highight_l_medium", + "id": "0x41135B95" + }, + "0x41135B9A": { + "w": 35, + "h": 30, + "n": "buynow_button_highight_medium", + "id": "0x41135B9A" + }, + "0x41134873": { + "w": 68, + "h": 58, + "n": "buynow_button_highight_l", + "id": "0x41134873" + }, + "0x4113478C": { + "w": 36, + "h": 43, + "n": "turbine_coin", + "id": "0x4113478C" + }, + "0x4113485B": { + "w": 36, + "h": 43, + "n": "turbine_coin_ghosted", + "id": "0x4113485B" + }, + "0x4113478D": { + "w": 68, + "h": 58, + "n": "buynow_button_highight", + "id": "0x4113478D" + }, + "0x41135D34": { + "w": 16, + "h": 32, + "n": "balance_box_l", + "id": "0x41135D34" + }, + "0x41135D32": { + "w": 1, + "h": 32, + "n": "balance_box_c", + "id": "0x41135D32" + }, + "0x41135D33": { + "w": 16, + "h": 32, + "n": "balance_box_r", + "id": "0x41135D33" + }, + "0x410D7C2C": { + "w": 9, + "h": 9, + "n": "bluebox_tl", + "id": "0x410D7C2C" + }, + "0x410D7C2D": { + "w": 14, + "h": 9, + "n": "bluebox_t", + "id": "0x410D7C2D" + }, + "0x410D7C2E": { + "w": 10, + "h": 9, + "n": "bluebox_tr", + "id": "0x410D7C2E" + }, + "0x410D7C2F": { + "w": 10, + "h": 13, + "n": "bluebox_r", + "id": "0x410D7C2F" + }, + "0x410D7C30": { + "w": 10, + "h": 9, + "n": "bluebox_br", + "id": "0x410D7C30" + }, + "0x410D7C31": { + "w": 16, + "h": 9, + "n": "bluebox_b", + "id": "0x410D7C31" + }, + "0x410D7C32": { + "w": 9, + "h": 9, + "n": "bluebox_bl", + "id": "0x410D7C32" + }, + "0x410D7C33": { + "w": 9, + "h": 11, + "n": "bluebox_l", + "id": "0x410D7C33" + }, + "0x410D7C34": { + "w": 193, + "h": 114, + "n": "bluebox_c", + "id": "0x410D7C34" + }, + "0x410D7C47": { + "w": 25, + "h": 24, + "n": "icon_housing_permission_visit_key", + "id": "0x410D7C47" + }, + "0x410D7C48": { + "w": 57, + "h": 2, + "n": "blue_horizontal_bar", + "id": "0x410D7C48" + }, + "0x410DA93B": { + "w": 25, + "h": 24, + "n": "icon_housing_permission_use_key", + "id": "0x410DA93B" + }, + "0x410D7C49": { + "w": 25, + "h": 24, + "n": "icon_housing_permission_storage_key", + "id": "0x410D7C49" + }, + "0x410D7C4A": { + "w": 25, + "h": 24, + "n": "icon_housing_permission_payupkeep_key", + "id": "0x410D7C4A" + }, + "0x410D7C4B": { + "w": 25, + "h": 24, + "n": "icon_housing_permission_decoration_key", + "id": "0x410D7C4B" + }, + "0x410D7C4C": { + "w": 25, + "h": 24, + "n": "icon_housing_permission_manage_key", + "id": "0x410D7C4C" + }, + "0x411A4A1A": { + "w": 105, + "h": 463, + "n": "houseInfo_panel_left", + "id": "0x411A4A1A" + }, + "0x411A4A1B": { + "w": 105, + "h": 463, + "n": "houseInfo_panel_right", + "id": "0x411A4A1B" + }, + "0x410D7C62": { + "w": 36, + "h": 22, + "n": "housing_sorthousetype_tier2_normal", + "id": "0x410D7C62" + }, + "0x410D7CDB": { + "w": 36, + "h": 22, + "n": "housing_sorthousetype_tier2_sorted", + "id": "0x410D7CDB" + }, + "0x410D7C63": { + "w": 36, + "h": 22, + "n": "housing_sorthousetype_fellowship_normal", + "id": "0x410D7C63" + }, + "0x410D7CDC": { + "w": 36, + "h": 22, + "n": "housing_sorthousetype_fellowship_sorted", + "id": "0x410D7CDC" + }, + "0x410D7C61": { + "w": 36, + "h": 22, + "n": "housing_sorthousetype_tier1_normal", + "id": "0x410D7C61" + }, + "0x410D7CDA": { + "w": 36, + "h": 22, + "n": "housing_sorthousetype_tier1_sorted", + "id": "0x410D7CDA" + }, + "0x410F21A3": { + "w": 72, + "h": 56, + "n": "itemAdvancement_header_itemSlot", + "id": "0x410F21A3" + }, + "0x410F21A4": { + "w": 19, + "h": 56, + "n": "itemAdvancement_header_rightBorder", + "id": "0x410F21A4" + }, + "0x410F21A2": { + "w": 281, + "h": 56, + "n": "itemAdvancement_header_titleBg", + "id": "0x410F21A2" + }, + "0x4110DC18": { + "w": 48, + "h": 33, + "n": "itemAdvancement_level_up_overlay", + "id": "0x4110DC18" + }, + "0x4110F8B6": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_magenta_left_active", + "id": "0x4110F8B6" + }, + "0x4110F8B7": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_magenta_left_inactive", + "id": "0x4110F8B7" + }, + "0x4110F8B8": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_magenta_left_inactive_rollover", + "id": "0x4110F8B8" + }, + "0x4110F8B3": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_magenta_center_active", + "id": "0x4110F8B3" + }, + "0x4110F8B4": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_magenta_center_inactive", + "id": "0x4110F8B4" + }, + "0x4110F8B5": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_magenta_center_inactive_rollover", + "id": "0x4110F8B5" + }, + "0x4110F8B9": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_magenta_right_active", + "id": "0x4110F8B9" + }, + "0x4110F8BA": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_magenta_right_inactive", + "id": "0x4110F8BA" + }, + "0x4110F8BB": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_magenta_right_inactive_rollover", + "id": "0x4110F8BB" + }, + "0x410E8004": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_purple_left_active", + "id": "0x410E8004" + }, + "0x410E8006": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_purple_left_inactive", + "id": "0x410E8006" + }, + "0x410E8005": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_purple_left_inactive_rollover", + "id": "0x410E8005" + }, + "0x410E8007": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_purple_center_active", + "id": "0x410E8007" + }, + "0x410E8009": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_purple_center_inactive", + "id": "0x410E8009" + }, + "0x410E8008": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_purple_center_inactive_rollover", + "id": "0x410E8008" + }, + "0x410E800A": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_purple_right_active", + "id": "0x410E800A" + }, + "0x410E800C": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_purple_right_inactive", + "id": "0x410E800C" + }, + "0x410E800B": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_purple_right_inactive_rollover", + "id": "0x410E800B" + }, + "0x410E8010": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_orange_center_active", + "id": "0x410E8010" + }, + "0x410E8012": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_orange_center_inactive", + "id": "0x410E8012" + }, + "0x410E8011": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_orange_center_inactive_rollover", + "id": "0x410E8011" + }, + "0x410E8013": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_orange_right_active", + "id": "0x410E8013" + }, + "0x410E8015": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_orange_right_inactive", + "id": "0x410E8015" + }, + "0x410E8014": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_orange_right_inactive_rollover", + "id": "0x410E8014" + }, + "0x410E800D": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_orange_left_active", + "id": "0x410E800D" + }, + "0x410E800F": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_orange_left_inactive", + "id": "0x410E800F" + }, + "0x410E800E": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_orange_left_inactive_rollover", + "id": "0x410E800E" + }, + "0x4111281B": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_aqua_tl", + "id": "0x4111281B" + }, + "0x4111281C": { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_aqua_tc", + "id": "0x4111281C" + }, + "0x4111281D": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_aqua_tr", + "id": "0x4111281D" + }, + "0x4111281E": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_aqua_cl", + "id": "0x4111281E" + }, + "0x4111281F": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_aqua_cr", + "id": "0x4111281F" + }, + "0x41112820": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_aqua_bl", + "id": "0x41112820" + }, + "0x41112821": { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_aqua_bc", + "id": "0x41112821" + }, + "0x41112822": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_aqua_br", + "id": "0x41112822" + }, + "0x411127E9": { + "w": 21, + "h": 47, + "n": "itemAdvancement_coloredBoxes_center", + "id": "0x411127E9" + }, + "0x411121A1": { + "w": 20, + "h": 22, + "n": "mtx_coin_small", + "id": "0x411121A1" + }, + "0x41005F97": { + "w": 265, + "h": 28, + "n": "money_player_all_background", + "id": "0x41005F97" + }, + "0x410E8297": { + "w": 27, + "h": 22, + "n": "itemAdvancement_legendPoint_lg", + "id": "0x410E8297" + }, + "0x410E82A3": { + "w": 63, + "h": 25, + "n": "progress_itemAdvancement_overlay_left", + "id": "0x410E82A3" + }, + "0x410E82A4": { + "w": 20, + "h": 25, + "n": "progress_itemAdvancement_overlay_middle", + "id": "0x410E82A4" + }, + "0x410E82A5": { + "w": 19, + "h": 25, + "n": "progress_itemAdvancement_overlay_right", + "id": "0x410E82A5" + }, + "0x4110013F": { + "w": 60, + "h": 62, + "n": "itemAdvancement_runicSlot_crafted_available", + "id": "0x4110013F" + }, + "0x41112827": { + "w": 68, + "h": 63, + "n": "itemAdvancement_header_normal_left", + "id": "0x41112827" + }, + "0x41112825": { + "w": 305, + "h": 63, + "n": "itemAdvancement_header_normal_middle", + "id": "0x41112825" + }, + "0x41112823": { + "w": 333, + "h": 63, + "n": "itemAdvancement_header_normal_right", + "id": "0x41112823" + }, + "0x4112895E": { + "w": 132, + "h": 21, + "n": "itemAdvancement_upgrade_bg", + "id": "0x4112895E" + }, + "0x410E8299": { + "w": 60, + "h": 62, + "n": "itemAdvancement_runicSlot_begining_available", + "id": "0x410E8299" + }, + "0x410E829A": { + "w": 60, + "h": 62, + "n": "itemAdvancement_runicSlot_middle_available", + "id": "0x410E829A" + }, + "0x410E829B": { + "w": 60, + "h": 62, + "n": "itemAdvancement_runicSlot_end_available", + "id": "0x410E829B" + }, + "0x410E82A0": { + "w": 60, + "h": 62, + "n": "itemAdvancement_runicSlot_normal_unavailable", + "id": "0x410E82A0" + }, + "0x41112828": { + "w": 68, + "h": 63, + "n": "itemAdvancement_header_emptySlot_left", + "id": "0x41112828" + }, + "0x41112826": { + "w": 305, + "h": 63, + "n": "itemAdvancement_header_emptySlot_center", + "id": "0x41112826" + }, + "0x41112824": { + "w": 333, + "h": 63, + "n": "itemAdvancement_header_emptySlot_right", + "id": "0x41112824" + }, + "0x41112804": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_magenta_br", + "id": "0x41112804" + }, + "0x41112809": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_magenta_tl", + "id": "0x41112809" + }, + "0x41112808": { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_magenta_tc", + "id": "0x41112808" + }, + "0x4111280A": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_magenta_tr", + "id": "0x4111280A" + }, + "0x41112806": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_magenta_cl", + "id": "0x41112806" + }, + "0x41112807": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_magenta_cr", + "id": "0x41112807" + }, + "0x41112803": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_magenta_bl", + "id": "0x41112803" + }, + "0x41112802": { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_magenta_bc", + "id": "0x41112802" + }, + "0x4112FC2C": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_pink_left_active", + "id": "0x4112FC2C" + }, + "0x4112FC2E": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_pink_left_inactive", + "id": "0x4112FC2E" + }, + "0x4112FC2D": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_pink_left_inactive_rollover", + "id": "0x4112FC2D" + }, + "0x4112FC2F": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_pink_center_active", + "id": "0x4112FC2F" + }, + "0x4112FC31": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_pink_center_inactive", + "id": "0x4112FC31" + }, + "0x4112FC30": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_pink_center_inactive_rollover", + "id": "0x4112FC30" + }, + "0x4112FC32": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_pink_right_active", + "id": "0x4112FC32" + }, + "0x4112FC34": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_pink_right_inactive", + "id": "0x4112FC34" + }, + "0x4112FC33": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_pink_right_inactive_rollover", + "id": "0x4112FC33" + }, + "0x411127E6": { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_blue_tc", + "id": "0x411127E6" + }, + "0x411127E8": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_blue_tr", + "id": "0x411127E8" + }, + "0x411127E4": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_blue_cl", + "id": "0x411127E4" + }, + "0x411127E5": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_blue_cr", + "id": "0x411127E5" + }, + "0x411127E2": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_blue_bl", + "id": "0x411127E2" + }, + "0x411127E1": { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_blue_bc", + "id": "0x411127E1" + }, + "0x411127E3": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_blue_br", + "id": "0x411127E3" + }, + "0x411127E7": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_blue_tl", + "id": "0x411127E7" + }, + "0x411127EA": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_red_tl", + "id": "0x411127EA" + }, + "0x411127EB": { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_red_tc", + "id": "0x411127EB" + }, + "0x411127EC": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_red_tr", + "id": "0x411127EC" + }, + "0x411127ED": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_red_cl", + "id": "0x411127ED" + }, + "0x411127EE": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_red_cr", + "id": "0x411127EE" + }, + "0x411127EF": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_red_bl", + "id": "0x411127EF" + }, + "0x411127F0": { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_red_bc", + "id": "0x411127F0" + }, + "0x411127F1": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_red_br", + "id": "0x411127F1" + }, + "0x4112FC35": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_white_left_active", + "id": "0x4112FC35" + }, + "0x4112FC37": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_white_left_inactive", + "id": "0x4112FC37" + }, + "0x4112FC36": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_white_left_inactive_rollover", + "id": "0x4112FC36" + }, + "0x4112FC38": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_white_center_active", + "id": "0x4112FC38" + }, + "0x4112FC3A": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_white_center_inactive", + "id": "0x4112FC3A" + }, + "0x4112FC39": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_white_center_inactive_rollover", + "id": "0x4112FC39" + }, + "0x4112FC3B": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_white_right_active", + "id": "0x4112FC3B" + }, + "0x4112FC3D": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_white_right_inactive", + "id": "0x4112FC3D" + }, + "0x4112FC3C": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_white_right_inactive_rollover", + "id": "0x4112FC3C" + }, + "0x411127FA": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_green_tl", + "id": "0x411127FA" + }, + "0x411127FB": { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_green_tc", + "id": "0x411127FB" + }, + "0x411127FC": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_green_tr", + "id": "0x411127FC" + }, + "0x411127FD": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_green_cl", + "id": "0x411127FD" + }, + "0x411127FE": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_green_cr", + "id": "0x411127FE" + }, + "0x411127FF": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_green_bl", + "id": "0x411127FF" + }, + "0x41112800": { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_green_bc", + "id": "0x41112800" + }, + "0x41112801": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_green_br", + "id": "0x41112801" + }, + "0x411127F6": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_yellow_cr", + "id": "0x411127F6" + }, + "0x411127F7": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_yellow_bl", + "id": "0x411127F7" + }, + "0x411127F8": { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_yellow_bc", + "id": "0x411127F8" + }, + "0x411127F9": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_yellow_br", + "id": "0x411127F9" + }, + "0x411127F2": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_yellow_tl", + "id": "0x411127F2" + }, + "0x411127F3": { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_yellow_tc", + "id": "0x411127F3" + }, + "0x411127F4": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_yellow_tr", + "id": "0x411127F4" + }, + "0x411127F5": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_yellow_cl", + "id": "0x411127F5" + }, + "0x4112FC1C": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_pink_tl", + "id": "0x4112FC1C" + }, + "0x4112FC1D": { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_pink_tc", + "id": "0x4112FC1D" + }, + "0x4112FC1E": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_pink_tr", + "id": "0x4112FC1E" + }, + "0x4112FC1F": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_pink_cl", + "id": "0x4112FC1F" + }, + "0x4112FC20": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_pink_cr", + "id": "0x4112FC20" + }, + "0x4112FC21": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_pink_bl", + "id": "0x4112FC21" + }, + "0x4112FC22": { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_pink_bc", + "id": "0x4112FC22" + }, + "0x4112FC23": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_pink_br", + "id": "0x4112FC23" + }, + "0x41112819": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_purple_tl", + "id": "0x41112819" + }, + "0x41112818": { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_purple_tc", + "id": "0x41112818" + }, + "0x4111281A": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_purple_tr", + "id": "0x4111281A" + }, + "0x41112816": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_purple_cl", + "id": "0x41112816" + }, + "0x41112817": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_purple_cr", + "id": "0x41112817" + }, + "0x41112814": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_purple_bl", + "id": "0x41112814" + }, + "0x41112813": { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_purple_bc", + "id": "0x41112813" + }, + "0x41112815": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_purple_br", + "id": "0x41112815" + }, + "0x41112811": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_orange_tl", + "id": "0x41112811" + }, + "0x41112810": { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_orange_tc", + "id": "0x41112810" + }, + "0x41112812": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_orange_tr", + "id": "0x41112812" + }, + "0x4111280E": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_orange_cl", + "id": "0x4111280E" + }, + "0x4111280F": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_orange_cr", + "id": "0x4111280F" + }, + "0x4111280C": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_orange_bl", + "id": "0x4111280C" + }, + "0x4111280B": { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_orange_bc", + "id": "0x4111280B" + }, + "0x4111280D": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_orange_br", + "id": "0x4111280D" + }, + "0x410E7FE6": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_blue_right_active", + "id": "0x410E7FE6" + }, + "0x410E7FE8": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_blue_right_inactive", + "id": "0x410E7FE8" + }, + "0x410E7FE7": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_blue_right_inactive_rollover", + "id": "0x410E7FE7" + }, + "0x410E7FE0": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_blue_left_active", + "id": "0x410E7FE0" + }, + "0x410E7FE2": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_blue_left_inactive", + "id": "0x410E7FE2" + }, + "0x410E7FE1": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_blue_left_inactive_rollover", + "id": "0x410E7FE1" + }, + "0x410E7FE3": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_blue_center_active", + "id": "0x410E7FE3" + }, + "0x410E7FE5": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_blue_center_inactive", + "id": "0x410E7FE5" + }, + "0x410E7FE4": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_blue_center_inactive_rollover", + "id": "0x410E7FE4" + }, + "0x4112FC29": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_white_bl", + "id": "0x4112FC29" + }, + "0x4112FC2A": { + "w": 21, + "h": 14, + "n": "itemAdvancement_coloredBoxes_white_bc", + "id": "0x4112FC2A" + }, + "0x4112FC2B": { + "w": 300, + "h": 14, + "n": "itemAdvancement_coloredBoxes_white_br", + "id": "0x4112FC2B" + }, + "0x4112FC24": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_white_tl", + "id": "0x4112FC24" + }, + "0x4112FC25": { + "w": 21, + "h": 335, + "n": "itemAdvancement_coloredBoxes_white_tc", + "id": "0x4112FC25" + }, + "0x4112FC26": { + "w": 300, + "h": 335, + "n": "itemAdvancement_coloredBoxes_white_tr", + "id": "0x4112FC26" + }, + "0x4112FC27": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_white_cl", + "id": "0x4112FC27" + }, + "0x4112FC28": { + "w": 300, + "h": 47, + "n": "itemAdvancement_coloredBoxes_white_cr", + "id": "0x4112FC28" + }, + "0x410E7FE9": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_red_left_active", + "id": "0x410E7FE9" + }, + "0x410E7FEB": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_red_left_inactive", + "id": "0x410E7FEB" + }, + "0x410E7FEA": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_red_left_inactive_rollover", + "id": "0x410E7FEA" + }, + "0x410E7FEC": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_red_center_active", + "id": "0x410E7FEC" + }, + "0x410E7FEE": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_red_center_inactive", + "id": "0x410E7FEE" + }, + "0x410E7FED": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_red_center_inactive_rollover", + "id": "0x410E7FED" + }, + "0x410E7FEF": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_red_right_active", + "id": "0x410E7FEF" + }, + "0x410E7FF1": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_red_right_inactive", + "id": "0x410E7FF1" + }, + "0x410E7FF0": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_red_right_inactive_rollover", + "id": "0x410E7FF0" + }, + "0x4110F8AD": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_aqua_left_active", + "id": "0x4110F8AD" + }, + "0x4110F8AE": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_aqua_left_inactive", + "id": "0x4110F8AE" + }, + "0x4110F8AF": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_aqua_left_inactive_rollover", + "id": "0x4110F8AF" + }, + "0x4110F8AA": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_aqua_center_active", + "id": "0x4110F8AA" + }, + "0x4110F8AB": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_aqua_center_inactive", + "id": "0x4110F8AB" + }, + "0x4110F8AC": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_aqua_center_inactive_rollover", + "id": "0x4110F8AC" + }, + "0x4110F8B0": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_aqua_right_active", + "id": "0x4110F8B0" + }, + "0x4110F8B1": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_aqua_right_inactive", + "id": "0x4110F8B1" + }, + "0x4110F8B2": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_aqua_right_inactive_rollover", + "id": "0x4110F8B2" + }, + "0x410E7FF2": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_green_left_active", + "id": "0x410E7FF2" + }, + "0x410E7FF4": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_green_left_inactive", + "id": "0x410E7FF4" + }, + "0x410E7FF3": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_green_left_inactive_rollover", + "id": "0x410E7FF3" + }, + "0x410E7FF5": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_green_center_active", + "id": "0x410E7FF5" + }, + "0x410E7FF7": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_green_center_inactive", + "id": "0x410E7FF7" + }, + "0x410E7FF6": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_green_center_inactive_rollover", + "id": "0x410E7FF6" + }, + "0x410E7FF8": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_green_right_active", + "id": "0x410E7FF8" + }, + "0x410E7FFA": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_green_right_inactive", + "id": "0x410E7FFA" + }, + "0x410E7FF9": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_green_right_inactive_rollover", + "id": "0x410E7FF9" + }, + "0x410E7FFB": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_yellow_left_active", + "id": "0x410E7FFB" + }, + "0x410E7FFD": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_yellow_left_inactive", + "id": "0x410E7FFD" + }, + "0x410E7FFC": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_yellow_left_inactive_rollover", + "id": "0x410E7FFC" + }, + "0x410E7FFE": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_yellow_center_active", + "id": "0x410E7FFE" + }, + "0x410E8000": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_yellow_center_inactive", + "id": "0x410E8000" + }, + "0x410E7FFF": { + "w": 55, + "h": 31, + "n": "itemAdvancement_tab_yellow_center_inactive_rollover", + "id": "0x410E7FFF" + }, + "0x410E8001": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_yellow_right_active", + "id": "0x410E8001" + }, + "0x410E8003": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_yellow_right_inactive", + "id": "0x410E8003" + }, + "0x410E8002": { + "w": 12, + "h": 31, + "n": "itemAdvancement_tab_yellow_right_inactive_rollover", + "id": "0x410E8002" + }, + "0x4111038C": { + "w": 45, + "h": 45, + "n": "panel_resize_icon", + "id": "0x4111038C" + }, + "0x410F2159": { + "w": 80, + "h": 267, + "n": "itemAdvancement_resultsForge_left", + "id": "0x410F2159" + }, + "0x410F215A": { + "w": 80, + "h": 267, + "n": "itemAdvancement_resultsForge_right", + "id": "0x410F215A" + }, + "0x410F2137": { + "w": 44, + "h": 40, + "n": "IA_results_window_tl", + "id": "0x410F2137" + }, + "0x410F2138": { + "w": 245, + "h": 40, + "n": "IA_results_window_tm", + "id": "0x410F2138" + }, + "0x410F2139": { + "w": 43, + "h": 40, + "n": "IA_results_window_tr", + "id": "0x410F2139" + }, + "0x410F213A": { + "w": 14, + "h": 122, + "n": "IA_results_window_cl", + "id": "0x410F213A" + }, + "0x410F213B": { + "w": 12, + "h": 122, + "n": "IA_results_window_cr", + "id": "0x410F213B" + }, + "0x410F213C": { + "w": 44, + "h": 38, + "n": "IA_results_window_bl", + "id": "0x410F213C" + }, + "0x410F213D": { + "w": 245, + "h": 12, + "n": "IA_results_window_bm", + "id": "0x410F213D" + }, + "0x410F213E": { + "w": 43, + "h": 38, + "n": "IA_results_window_br", + "id": "0x410F213E" + }, + "0x4111123A": { + "w": 25, + "h": 25, + "n": "icon_shard_25", + "id": "0x4111123A" + }, + "0x41110D21": { + "w": 25, + "h": 25, + "n": "money_relic_background_left", + "id": "0x41110D21" + }, + "0x41110D20": { + "w": 305, + "h": 25, + "n": "money_relic_background_center", + "id": "0x41110D20" + }, + "0x41110D22": { + "w": 25, + "h": 25, + "n": "money_relic_background_right", + "id": "0x41110D22" + }, + "0x41110D90": { + "w": 36, + "h": 23, + "n": "money_player_all_background_left", + "id": "0x41110D90" + }, + "0x41110D92": { + "w": 90, + "h": 23, + "n": "money_player_all_background_center", + "id": "0x41110D92" + }, + "0x41110D91": { + "w": 37, + "h": 23, + "n": "money_player_all_background_right", + "id": "0x41110D91" + }, + "0x410F1FAD": { + "w": 388, + "h": 442, + "n": "itemAdvancement_reforge", + "id": "0x410F1FAD" + }, + "0x410F213F": { + "w": 388, + "h": 442, + "n": "itemAdvancement_reforge_ghosted", + "id": "0x410F213F" + }, + "0x41161128": { + "w": 400, + "h": 460, + "n": "LI_Imbue_Background", + "id": "0x41161128" + }, + "0x410E82A1": { + "w": 33, + "h": 33, + "n": "itemAdvancement_legendPoint_rankType_gold", + "id": "0x410E82A1" + }, + "0x410E82A2": { + "w": 15, + "h": 15, + "n": "itemAdvancement_legendPoint_sm", + "id": "0x410E82A2" + }, + "0x41110B6E": { + "w": 557, + "h": 505, + "n": "itemAdvancement_relicforge_background", + "id": "0x41110B6E" + }, + "0x41110B6B": { + "w": 21, + "h": 18, + "n": "box_relicreforge_top_left", + "id": "0x41110B6B" + }, + "0x41110B6C": { + "w": 494, + "h": 3, + "n": "box_relicreforge_top_mid", + "id": "0x41110B6C" + }, + "0x41110B6D": { + "w": 22, + "h": 18, + "n": "box_relicreforge_top_right", + "id": "0x41110B6D" + }, + "0x41110B6A": { + "w": 3, + "h": 416, + "n": "box_relicreforge_mid_right", + "id": "0x41110B6A" + }, + "0x41110B68": { + "w": 22, + "h": 18, + "n": "box_relicreforge_bottom_right", + "id": "0x41110B68" + }, + "0x41110B67": { + "w": 494, + "h": 3, + "n": "box_relicreforge_bottom_mid", + "id": "0x41110B67" + }, + "0x41110B66": { + "w": 20, + "h": 18, + "n": "box_relicreforge_bottom_left", + "id": "0x41110B66" + }, + "0x41110B69": { + "w": 4, + "h": 416, + "n": "box_relicreforge_mid_left", + "id": "0x41110B69" + }, + "0x41110B65": { + "w": 557, + "h": 484, + "n": "box_relicreforge_background", + "id": "0x41110B65" + }, + "0x41110D93": { + "w": 19, + "h": 12, + "n": "basepanel_silver_topleft", + "id": "0x41110D93" + }, + "0x41110D97": { + "w": 53, + "h": 1, + "n": "basepanel_silver_topmid", + "id": "0x41110D97" + }, + "0x41110D94": { + "w": 17, + "h": 13, + "n": "basepanel_silver_topright", + "id": "0x41110D94" + }, + "0x41110D98": { + "w": 1, + "h": 47, + "n": "basepanel_silver_rightmid", + "id": "0x41110D98" + }, + "0x41110D95": { + "w": 15, + "h": 12, + "n": "basepanel_silver_bottomright", + "id": "0x41110D95" + }, + "0x41110D99": { + "w": 51, + "h": 1, + "n": "basepanel_silver_bottommid", + "id": "0x41110D99" + }, + "0x41110D96": { + "w": 13, + "h": 11, + "n": "basepanel_silver_bottomleft", + "id": "0x41110D96" + }, + "0x41110D9A": { + "w": 1, + "h": 42, + "n": "basepanel_silver_leftmid", + "id": "0x41110D9A" + }, + "0x41110D9B": { + "w": 79, + "h": 79, + "n": "basepanel_silver_background", + "id": "0x41110D9B" + }, + "0x41110B76": { + "w": 143, + "h": 366, + "n": "itemAdvancement_relicforge_refine_bg_left", + "id": "0x41110B76" + }, + "0x41110B77": { + "w": 143, + "h": 366, + "n": "itemAdvancement_relicforge_refine_bg_right", + "id": "0x41110B77" + }, + "0x41110B75": { + "w": 205, + "h": 41, + "n": "itemAdvancement_relicforge_drop_down_base", + "id": "0x41110B75" + }, + "0x41110B73": { + "w": 143, + "h": 366, + "n": "itemAdvancement_relicforge_deconstruct_bg_left", + "id": "0x41110B73" + }, + "0x41110B74": { + "w": 143, + "h": 366, + "n": "itemAdvancement_relicforge_deconstruct_bg_right", + "id": "0x41110B74" + }, + "0x41110B6F": { + "w": 88, + "h": 74, + "n": "itemAdvancement_relicforge_bottom_left_border", + "id": "0x41110B6F" + }, + "0x41110B70": { + "w": 88, + "h": 74, + "n": "itemAdvancement_relicforge_bottom_right_border", + "id": "0x41110B70" + }, + "0x4111D884": { + "w": 377, + "h": 538, + "n": "BaseBox_lockBox", + "id": "0x4111D884" + }, + "0x41102EC0": { + "w": 461, + "h": 247, + "n": "mail_base_home", + "id": "0x41102EC0" + }, + "0x41005F86": { + "w": 435, + "h": 45, + "n": "blue_mail_select_highlight_active_admin", + "id": "0x41005F86" + }, + "0x41005FD2": { + "w": 435, + "h": 45, + "n": "blue_mail_select_highlight", + "id": "0x41005FD2" + }, + "0x41005FCE": { + "w": 435, + "h": 45, + "n": "blue_mail_select_highlight_active", + "id": "0x41005FCE" + }, + "0x41005F82": { + "w": 435, + "h": 45, + "n": "blue_mail_select_normal", + "id": "0x41005F82" + }, + "0x410D90D9": { + "w": 18, + "h": 18, + "n": "icon_mail_cod", + "id": "0x410D90D9" + }, + "0x41007F79": { + "w": 18, + "h": 18, + "n": "icon_mail_read", + "id": "0x41007F79" + }, + "0x41007F77": { + "w": 18, + "h": 18, + "n": "icon_mail_read_kinship", + "id": "0x41007F77" + }, + "0x4101E091": { + "w": 18, + "h": 18, + "n": "icon_mail_returned", + "id": "0x4101E091" + }, + "0x410DCF30": { + "w": 18, + "h": 18, + "n": "icon_mail_spam", + "id": "0x410DCF30" + }, + "0x41007F7A": { + "w": 18, + "h": 18, + "n": "icon_mail_unread", + "id": "0x41007F7A" + }, + "0x41007F78": { + "w": 18, + "h": 18, + "n": "icon_mail_unread_kinship", + "id": "0x41007F78" + }, + "0x41007F7B": { + "w": 20, + "h": 20, + "n": "icon_mail_attachment", + "id": "0x41007F7B" + }, + "0x41007F7C": { + "w": 18, + "h": 18, + "n": "icon_mail_currency", + "id": "0x41007F7C" + }, + "0x4114B0F0": { + "w": 20, + "h": 20, + "n": "icon_mail_multipleattachments", + "id": "0x4114B0F0" + }, + "0x411044B2": { + "w": 486, + "h": 477, + "n": "BaseBox_BlueBG", + "id": "0x411044B2" + }, + "0x4112D3EC": { + "w": 30, + "h": 30, + "n": "Icon_LockTarget", + "id": "0x4112D3EC" + }, + "0x41005FB7": { + "w": 229, + "h": 65, + "n": "selection_inanimate_backdrop", + "id": "0x41005FB7" + }, + "0x411E792F": { + "w": 273, + "h": 124, + "n": "opponenet_vitals_legendary_isengard", + "id": "0x411E792F" + }, + "0x4100801D": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop", + "id": "0x4100801D" + }, + "0x411AD54B": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_10_years", + "id": "0x411AD54B" + }, + "0x411AD54A": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_10_years_mp", + "id": "0x411AD54A" + }, + "0x411C4118": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_11_years", + "id": "0x411C4118" + }, + "0x411C4117": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_11_years_mp", + "id": "0x411C4117" + }, + "0x411DA1F8": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_12_years", + "id": "0x411DA1F8" + }, + "0x411DA1FA": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_12_years_mp", + "id": "0x411DA1FA" + }, + "0x411EB74D": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_13_years", + "id": "0x411EB74D" + }, + "0x411EB750": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_13_years_mp", + "id": "0x411EB750" + }, + "0x4120BED8": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_14_years", + "id": "0x4120BED8" + }, + "0x4120BED7": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_14_years_mp", + "id": "0x4120BED7" + }, + "0x41216723": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_15_years", + "id": "0x41216723" + }, + "0x41216725": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_15_years_mp", + "id": "0x41216725" + }, + "0x41126692": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_1_year", + "id": "0x41126692" + }, + "0x4112671B": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_1_year_mp", + "id": "0x4112671B" + }, + "0x41126693": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_2_years", + "id": "0x41126693" + }, + "0x4112671C": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_2_years_mp", + "id": "0x4112671C" + }, + "0x41126694": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_3_years", + "id": "0x41126694" + }, + "0x4112671D": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_3_years_mp", + "id": "0x4112671D" + }, + "0x41126695": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_4_years", + "id": "0x41126695" + }, + "0x4112671E": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_4_years_mp", + "id": "0x4112671E" + }, + "0x41126696": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_5_years", + "id": "0x41126696" + }, + "0x4112671F": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_5_years_mp", + "id": "0x4112671F" + }, + "0x41134C59": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_6_years", + "id": "0x41134C59" + }, + "0x41134C5A": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_6_years_mp", + "id": "0x41134C5A" + }, + "0x4114AD50": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_7_years", + "id": "0x4114AD50" + }, + "0x4114AD51": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_7_years_mp", + "id": "0x4114AD51" + }, + "0x4114B01C": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_8_years", + "id": "0x4114B01C" + }, + "0x4114B01D": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_8_years_mp", + "id": "0x4114B01D" + }, + "0x4114B01F": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_9_years", + "id": "0x4114B01F" + }, + "0x4114B01E": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_9_years_mp", + "id": "0x4114B01E" + }, + "0x41210170": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_KharumUbnar", + "id": "0x41210170" + }, + "0x41139E48": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_VIP", + "id": "0x41139E48" + }, + "0x41139E49": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_VIP_mp", + "id": "0x41139E49" + }, + "0x4101DD4C": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_avenger_good", + "id": "0x4101DD4C" + }, + "0x41210175": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_azanulbizar", + "id": "0x41210175" + }, + "0x411ACAD0": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_dagorlad_flora", + "id": "0x411ACAD0" + }, + "0x4101DD4A": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_defender_good", + "id": "0x4101DD4A" + }, + "0x4100801F": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_elite", + "id": "0x4100801F" + }, + "0x41008020": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_elitemaster", + "id": "0x41008020" + }, + "0x4101DD4B": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_hero_good", + "id": "0x4101DD4B" + }, + "0x411D9DC2": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_legendary_moria_dwarf", + "id": "0x411D9DC2" + }, + "0x411D9DC1": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_legendary_moria_elf", + "id": "0x411D9DC1" + }, + "0x411ECAC6": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_legendary_rohan", + "id": "0x411ECAC6" + }, + "0x411D2BC8": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_legendary_server_account", + "id": "0x411D2BC8" + }, + "0x411D2BCC": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_legendary_server_endgame", + "id": "0x411D2BCC" + }, + "0x411D2BC7": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_legendary_server_instance", + "id": "0x411D2BC7" + }, + "0x4101DD53": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_master_defender_good", + "id": "0x4101DD53" + }, + "0x411ECC14": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_minas_morgul", + "id": "0x411ECC14" + }, + "0x411BAEF3": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_mordor_10_years", + "id": "0x411BAEF3" + }, + "0x411ACE0A": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_northithilien_flora", + "id": "0x411ACE0A" + }, + "0x41210176": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_raid_khazad_dum", + "id": "0x41210176" + }, + "0x411DA8C3": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_rhosgobel_animal", + "id": "0x411DA8C3" + }, + "0x411DB5BA": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_scion", + "id": "0x411DB5BA" + }, + "0x4100801E": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_signature", + "id": "0x4100801E" + }, + "0x4101DD52": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_signature_good", + "id": "0x4101DD52" + }, + "0x411DB5B9": { + "w": 273, + "h": 124, + "n": "opponent_vitals_backdrop_sigplus_scion", + "id": "0x411DB5B9" + }, + "0x41214987": { + "w": 273, + "h": 124, + "n": "opponent_vitals_gundabad_geode", + "id": "0x41214987" + }, + "0x41214988": { + "w": 273, + "h": 124, + "n": "opponent_vitals_gundabad_gloomingtarn", + "id": "0x41214988" + }, + "0x4121498D": { + "w": 273, + "h": 124, + "n": "opponent_vitals_gundabad_steepset", + "id": "0x4121498D" + }, + "0x411FD297": { + "w": 273, + "h": 125, + "n": "opponent_vitals_legendary_gondor", + "id": "0x411FD297" + }, + "0x41215A59": { + "w": 273, + "h": 124, + "n": "opponent_vitals_legendary_greymountains", + "id": "0x41215A59" + }, + "0x411F527C": { + "w": 273, + "h": 124, + "n": "opponent_vitals_legendary_helms_deep", + "id": "0x411F527C" + }, + "0x412179AE": { + "w": 273, + "h": 124, + "n": "opponent_vitals_legendary_minasmorgul", + "id": "0x412179AE" + }, + "0x41210EDC": { + "w": 273, + "h": 124, + "n": "opponent_vitals_legendary_mordor", + "id": "0x41210EDC" + }, + "0x4120DAA4": { + "w": 273, + "h": 124, + "n": "opponent_vitals_legendary_wastes", + "id": "0x4120DAA4" + }, + "0x412164E6": { + "w": 273, + "h": 124, + "n": "opponent_vitals_post_raid_U32", + "id": "0x412164E6" + }, + "0x411F1AB5": { + "w": 273, + "h": 124, + "n": "opponent_vitals_sons_of_elrond_basic", + "id": "0x411F1AB5" + }, + "0x411F1AB4": { + "w": 273, + "h": 124, + "n": "opponent_vitals_sons_of_elrond_best", + "id": "0x411F1AB4" + }, + "0x411F1AAD": { + "w": 273, + "h": 124, + "n": "opponent_vitals_sons_of_elrond_better", + "id": "0x411F1AAD" + }, + "0x41202810": { + "w": 273, + "h": 124, + "n": "opponent_vitals_three_peaks", + "id": "0x41202810" + }, + "0x411F1C57": { + "w": 273, + "h": 124, + "n": "opponent_vitals_wedding_festival", + "id": "0x411F1C57" + }, + "0x41134951": { + "w": 273, + "h": 124, + "n": "opponent_vitals_winter_festival", + "id": "0x41134951" + }, + "0x4100801C": { + "w": 273, + "h": 124, + "n": "swarm_vitals", + "id": "0x4100801C" + }, + "0x411DB5BC": { + "w": 273, + "h": 124, + "n": "swarm_vitals_scion", + "id": "0x411DB5BC" + }, + "0x4100801B": { + "w": 64, + "h": 64, + "n": "playerportrait_mask_linemeup", + "id": "0x4100801B" + }, + "0x410FF888": { + "w": 62, + "h": 31, + "n": "level_lvlNotRevealed", + "id": "0x410FF888" + }, + "0x410FF958": { + "w": 62, + "h": 31, + "n": "level_background_rare", + "id": "0x410FF958" + }, + "0x411DB5BB": { + "w": 62, + "h": 31, + "n": "level_background_scion", + "id": "0x411DB5BB" + }, + "0x4112CEA0": { + "w": 36, + "h": 36, + "n": "opponent_vitals_open_tapped", + "id": "0x4112CEA0" + }, + "0x4112D283": { + "w": 36, + "h": 36, + "n": "opponent_vitals_open_tapped_contributing", + "id": "0x4112D283" + }, + "0x4112D284": { + "w": 47, + "h": 36, + "n": "opponent_vitals_open_tapped_engaged", + "id": "0x4112D284" + }, + "0x4111F84E": { + "w": 206, + "h": 32, + "n": "wallet_upsell_button_highlight", + "id": "0x4111F84E" + }, + "0x4111F84C": { + "w": 206, + "h": 32, + "n": "wallet_upsell_button_normal", + "id": "0x4111F84C" + }, + "0x4111F84D": { + "w": 206, + "h": 32, + "n": "wallet_upsell_button_pressed", + "id": "0x4111F84D" + }, + "0x411107A4": { + "w": 413, + "h": 45, + "n": "Wallet_TopMenu_List_Items", + "id": "0x411107A4" + }, + "0x411107A2": { + "w": 440, + "h": 30, + "n": "Box_Wallet_TopMenu_Top", + "id": "0x411107A2" + }, + "0x411107A1": { + "w": 437, + "h": 93, + "n": "Box_Wallet_TopMenu_Middle", + "id": "0x411107A1" + }, + "0x411107A0": { + "w": 427, + "h": 3, + "n": "Box_Wallet_TopMenu_Bottom", + "id": "0x411107A0" + }, + "0x4111079F": { + "w": 436, + "h": 60, + "n": "Box_Wallet_Barter_Top", + "id": "0x4111079F" + }, + "0x4111079E": { + "w": 397, + "h": 232, + "n": "Box_Wallet_Barter_Middle", + "id": "0x4111079E" + }, + "0x4111079D": { + "w": 395, + "h": 6, + "n": "Box_Wallet_Barter_Bottom", + "id": "0x4111079D" + }, + "0x4110CD50": { + "w": 36, + "h": 36, + "n": "silver_border_bottom_right", + "id": "0x4110CD50" + }, + "0x4110CD51": { + "w": 36, + "h": 36, + "n": "silver_border_bottom_left", + "id": "0x4110CD51" + }, + "0x4110CD52": { + "w": 36, + "h": 36, + "n": "silver_border_top_left", + "id": "0x4110CD52" + }, + "0x41110699": { + "w": 437, + "h": 114, + "n": "Box_Wallet_Background_Top", + "id": "0x41110699" + }, + "0x41110698": { + "w": 437, + "h": 137, + "n": "Box_Wallet_Background_Middle", + "id": "0x41110698" + }, + "0x41110697": { + "w": 437, + "h": 342, + "n": "Box_Wallet_Background_Bottom", + "id": "0x41110697" + }, + "0x4110CD53": { + "w": 36, + "h": 36, + "n": "silver_border_top_right", + "id": "0x4110CD53" + }, + "0x4100027B": { + "w": 16, + "h": 16, + "n": "expand_all_button", + "id": "0x4100027B" + }, + "0x4100027A": { + "w": 16, + "h": 16, + "n": "expand_all_button_pressed", + "id": "0x4100027A" + }, + "0x4100027C": { + "w": 16, + "h": 16, + "n": "expand_all_button_rollover", + "id": "0x4100027C" + }, + "0x4100027E": { + "w": 16, + "h": 16, + "n": "collapse_all_button", + "id": "0x4100027E" + }, + "0x4100027D": { + "w": 16, + "h": 16, + "n": "collapse_all_button_pressed", + "id": "0x4100027D" + }, + "0x4100027F": { + "w": 16, + "h": 16, + "n": "collapse_all_button_rollover", + "id": "0x4100027F" + }, + "0x4100A682": { + "w": 21, + "h": 20, + "n": "icon_destiny_points_20", + "id": "0x4100A682" + }, + "0x41102349": { + "w": 761, + "h": 86, + "n": "quest_journal_header_bg", + "id": "0x41102349" + }, + "0x4110CF04": { + "w": 3, + "h": 40, + "n": "journal_character_header_seperator_tall", + "id": "0x4110CF04" + }, + "0x411C996C": { + "w": 16, + "h": 16, + "n": "expand_all_button_ghosted", + "id": "0x411C996C" + }, + "0x41108A89": { + "w": 36, + "h": 36, + "n": "chargen_box_silver_upper_right_noadorn", + "id": "0x41108A89" + }, + "0x41108A8A": { + "w": 36, + "h": 36, + "n": "chargen_box_silver_upper_left_noadorn", + "id": "0x41108A8A" + }, + "0x41108A8B": { + "w": 434, + "h": 37, + "n": "chargen_box_silver_upper", + "id": "0x41108A8B" + }, + "0x41108A8C": { + "w": 36, + "h": 105, + "n": "chargen_box_silver_side_left", + "id": "0x41108A8C" + }, + "0x41108A8D": { + "w": 36, + "h": 36, + "n": "chargen_box_silver_bottom_left_noadorn", + "id": "0x41108A8D" + }, + "0x41108A8F": { + "w": 36, + "h": 36, + "n": "chargen_box_silver_lower_right_noadorn", + "id": "0x41108A8F" + }, + "0x41108A90": { + "w": 36, + "h": 237, + "n": "chargen_box_silver_side_right", + "id": "0x41108A90" + }, + "0x41108A8E": { + "w": 434, + "h": 36, + "n": "chargen_box_silver_bottom", + "id": "0x41108A8E" + }, + "0x410E6AB2": { + "w": 30, + "h": 24, + "n": "toggle_icon_sm_fellowship_inactive_mp", + "id": "0x410E6AB2" + }, + "0x410E6405": { + "w": 30, + "h": 24, + "n": "toggle_icon_sm_fellowship_mp", + "id": "0x410E6405" + }, + "0x410E41F8": { + "w": 27, + "h": 24, + "n": "toggle_icon_solo", + "id": "0x410E41F8" + }, + "0x410E6AB0": { + "w": 27, + "h": 24, + "n": "toggle_icon_solo_inactive", + "id": "0x410E6AB0" + }, + "0x410E4D13": { + "w": 27, + "h": 24, + "n": "toggle_icon_shared", + "id": "0x410E4D13" + }, + "0x410E6AB9": { + "w": 27, + "h": 24, + "n": "toggle_icon_shared_inactive", + "id": "0x410E6AB9" + }, + "0x410E695D": { + "w": 27, + "h": 24, + "n": "toggle_icon_repeatable", + "id": "0x410E695D" + }, + "0x410E6AB8": { + "w": 27, + "h": 24, + "n": "toggle_icon_repeatable_inactive", + "id": "0x410E6AB8" + }, + "0x410E41F9": { + "w": 27, + "h": 24, + "n": "toggle_icon_sm_fellowship", + "id": "0x410E41F9" + }, + "0x410E6AB1": { + "w": 27, + "h": 24, + "n": "toggle_icon_sm_fellowship_inactive", + "id": "0x410E6AB1" + }, + "0x410E6AB4": { + "w": 30, + "h": 24, + "n": "toggle_icon_fellowship_inactive_mp", + "id": "0x410E6AB4" + }, + "0x410E6406": { + "w": 30, + "h": 24, + "n": "toggle_icon_fellowship_mp", + "id": "0x410E6406" + }, + "0x410E41FA": { + "w": 27, + "h": 24, + "n": "toggle_icon_fellowship", + "id": "0x410E41FA" + }, + "0x410E6AB3": { + "w": 27, + "h": 24, + "n": "toggle_icon_fellowship_inactive", + "id": "0x410E6AB3" + }, + "0x410E41FB": { + "w": 27, + "h": 24, + "n": "toggle_icon_instance", + "id": "0x410E41FB" + }, + "0x410E6AB5": { + "w": 27, + "h": 24, + "n": "toggle_icon_instance_inactive", + "id": "0x410E6AB5" + }, + "0x410E4D11": { + "w": 27, + "h": 24, + "n": "toggle_icon_epic", + "id": "0x410E4D11" + }, + "0x410E6AB6": { + "w": 27, + "h": 24, + "n": "toggle_icon_epic_inactive", + "id": "0x410E6AB6" + }, + "0x410E4D12": { + "w": 27, + "h": 24, + "n": "toggle_icon_raid", + "id": "0x410E4D12" + }, + "0x410E6AB7": { + "w": 27, + "h": 24, + "n": "toggle_icon_raid_inactive", + "id": "0x410E6AB7" + }, + "0x4110C754": { + "w": 27, + "h": 27, + "n": "toggle_icon_tasks", + "id": "0x4110C754" + }, + "0x4110C755": { + "w": 27, + "h": 27, + "n": "toggle_icon_tasks_inactive", + "id": "0x4110C755" + }, + "0x41136EF7": { + "w": 48, + "h": 48, + "n": "alert_loginreward_large", + "id": "0x41136EF7" + }, + "0x41137622": { + "w": 48, + "h": 48, + "n": "alert_loginreward_vip", + "id": "0x41137622" + }, + "0x411E6C74": { + "w": 64, + "h": 64, + "n": "gandalf", + "id": "0x411E6C74" + }, + "0x411E6927": { + "w": 31, + "h": 415, + "n": "divider_vertical_blue_leaf", + "id": "0x411E6927" + }, + "0x41007F83": { + "w": 252, + "h": 264, + "n": "secure_trade_selection", + "id": "0x41007F83" + }, + "0x41007F84": { + "w": 252, + "h": 264, + "n": "secure_trade_selection_normal", + "id": "0x41007F84" + }, + "0x41007F85": { + "w": 300, + "h": 32, + "n": "secure_trade_dropslot", + "id": "0x41007F85" + }, + "0x41007E7D": { + "w": 27, + "h": 21, + "n": "inv_coin_copper", + "id": "0x41007E7D" + }, + "0x41007E7C": { + "w": 27, + "h": 21, + "n": "inv_coin_silver", + "id": "0x41007E7C" + }, + "0x41007E7B": { + "w": 27, + "h": 21, + "n": "inv_coin_gold", + "id": "0x41007E7B" + }, + "0x41102B69": { + "w": 399, + "h": 34, + "n": "Vendor_BaseBar_Low", + "id": "0x41102B69" + }, + "0x41101514": { + "w": 45, + "h": 45, + "n": "skirmish_corner_BL", + "id": "0x41101514" + }, + "0x410FF0D5": { + "w": 45, + "h": 45, + "n": "skirmish_corner_BR", + "id": "0x410FF0D5" + }, + "0x4111D3B4": { + "w": 20, + "h": 20, + "n": "icon_capped_mark_mini", + "id": "0x4111D3B4" + }, + "0x41102B6A": { + "w": 396, + "h": 94, + "n": "SkillTrainer_basebar_high", + "id": "0x41102B6A" + }, + "0x41103EF4": { + "w": 630, + "h": 405, + "n": "skirmish_stats_bkg", + "id": "0x41103EF4" + }, + "0x410FF0D2": { + "w": 50, + "h": 72, + "n": "skirmish_embellishemnt_left", + "id": "0x410FF0D2" + }, + "0x410FF0D3": { + "w": 50, + "h": 72, + "n": "skirmish_embellishemnt_right", + "id": "0x410FF0D3" + }, + "0x410FF0CE": { + "w": 32, + "h": 32, + "n": "skirmish_points_coin", + "id": "0x410FF0CE" + }, + "0x4111C446": { + "w": 32, + "h": 32, + "n": "icon_capped_mark_32", + "id": "0x4111C446" + }, + "0x410FF0D4": { + "w": 45, + "h": 45, + "n": "skirmish_corner_UL", + "id": "0x410FF0D4" + }, + "0x410EA717": { + "w": 76, + "h": 79, + "n": "trait_states_bg_locked", + "id": "0x410EA717" + }, + "0x410EA716": { + "w": 76, + "h": 79, + "n": "trait_states_bg_slotted", + "id": "0x410EA716" + }, + "0x410EA715": { + "w": 76, + "h": 79, + "n": "trait_states_bg_unslotted", + "id": "0x410EA715" + }, + "0x410F6FA7": { + "w": 40, + "h": 40, + "n": "trait_states_slotted_overlay_slottedButUnavailable", + "id": "0x410F6FA7" + }, + "0x410FF0DF": { + "w": 463, + "h": 65, + "n": "skirmish_traits_box_equipped_personal", + "id": "0x410FF0DF" + }, + "0x41103EF6": { + "w": 630, + "h": 380, + "n": "skirmish_traits_uneq", + "id": "0x41103EF6" + }, + "0x410FF0DB": { + "w": 191, + "h": 43, + "n": "skirmish_traits_equipped_title", + "id": "0x410FF0DB" + }, + "0x41103EF7": { + "w": 298, + "h": 79, + "n": "skirmish_traits_uneq_personal_bkg", + "id": "0x41103EF7" + }, + "0x4100000B": { + "w": 16, + "h": 16, + "n": "guild_member_fellowship", + "id": "0x4100000B" + }, + "0x410D3FB8": { + "w": 20, + "h": 20, + "n": "guild_button_changeview_normal", + "id": "0x410D3FB8" + }, + "0x410D3FB6": { + "w": 20, + "h": 20, + "n": "guild_button_changeview_pressed", + "id": "0x410D3FB6" + }, + "0x410D3FB7": { + "w": 20, + "h": 20, + "n": "guild_button_changeview_rollover", + "id": "0x410D3FB7" + }, + "0x41007E15": { + "w": 48, + "h": 48, + "n": "black_100_percent", + "id": "0x41007E15" + }, + "0x4101E187": { + "w": 32, + "h": 32, + "n": "icon_kinship_termination", + "id": "0x4101E187" + }, + "0x41122E0C": { + "w": 25, + "h": 25, + "n": "startmenu_newItemHighlight", + "id": "0x41122E0C" + }, + "0x4112C2A2": { + "w": 30, + "h": 30, + "n": "letterbox_bottom_SwitchCenter_Flag", + "id": "0x4112C2A2" + }, + "0x4112C24D": { + "w": 30, + "h": 30, + "n": "letterbox_bottom_SwitchCenter_MC", + "id": "0x4112C24D" + }, + "0x4112C2A4": { + "w": 30, + "h": 30, + "n": "letterbox_bottom_SwitchCenter_arrow", + "id": "0x4112C2A4" + }, + "0x4112C2A5": { + "w": 30, + "h": 30, + "n": "letterbox_bottom_SwitchCenter_book", + "id": "0x4112C2A5" + }, + "0x4112C2A3": { + "w": 30, + "h": 30, + "n": "letterbox_bottom_SwitchCenter_shield", + "id": "0x4112C2A3" + }, + "0x4112C2A6": { + "w": 30, + "h": 30, + "n": "letterbox_bottom_SwitchCenter_sword", + "id": "0x4112C2A6" + }, + "0x41005FB9": { + "w": 1024, + "h": 90, + "n": "letterbox_bottom", + "id": "0x41005FB9" + }, + "0x4112BE9C": { + "w": 1024, + "h": 90, + "n": "letterbox_bottom_mc", + "id": "0x4112BE9C" + }, + "0x41108D14": { + "w": 17, + "h": 13, + "n": "letterbox_bottom_left_cap", + "id": "0x41108D14" + }, + "0x41108D15": { + "w": 17, + "h": 13, + "n": "letterbox_bottom_right_cap", + "id": "0x41108D15" + }, + "0x41108D16": { + "w": 16, + "h": 13, + "n": "letterbox_bottom_left_mid_cap", + "id": "0x41108D16" + }, + "0x41108D17": { + "w": 16, + "h": 13, + "n": "letterbox_bottom_right_mid_cap", + "id": "0x41108D17" + }, + "0x41108D18": { + "w": 1015, + "h": 11, + "n": "letterbox_bottom_glass_overlay", + "id": "0x41108D18" + }, + "0x411016AE": { + "w": 30, + "h": 45, + "n": "start_menu_normal", + "id": "0x411016AE" + }, + "0x411016AF": { + "w": 30, + "h": 45, + "n": "start_menu_pressed", + "id": "0x411016AF" + }, + "0x411016AD": { + "w": 30, + "h": 45, + "n": "start_menu_rollover", + "id": "0x411016AD" + }, + "0x41005FC5": { + "w": 63, + "h": 63, + "n": "button_autoattack_highlight", + "id": "0x41005FC5" + }, + "0x41005FC9": { + "w": 63, + "h": 63, + "n": "button_autoattack_highlight_mouseover", + "id": "0x41005FC9" + }, + "0x41005FCD": { + "w": 63, + "h": 63, + "n": "button_autoattack_highlight_pressed", + "id": "0x41005FCD" + }, + "0x41005F85": { + "w": 63, + "h": 63, + "n": "button_autoattack_mouseover", + "id": "0x41005F85" + }, + "0x41005FD1": { + "w": 63, + "h": 63, + "n": "button_autoattack_normal", + "id": "0x41005FD1" + }, + "0x41005F81": { + "w": 63, + "h": 63, + "n": "button_autoattack_normal_pressed", + "id": "0x41005F81" + }, + "0x41101B85": { + "w": 26, + "h": 19, + "n": "startmenu_button_slotting", + "id": "0x41101B85" + }, + "0x41101B87": { + "w": 26, + "h": 19, + "n": "startmenu_button_slotting_pressed", + "id": "0x41101B87" + }, + "0x41101B86": { + "w": 26, + "h": 19, + "n": "startmenu_button_slotting_rollover", + "id": "0x41101B86" + }, + "0x410EA719": { + "w": 64, + "h": 64, + "n": "trait_states_overlay_inProgress", + "id": "0x410EA719" + }, + "0x410EA71A": { + "w": 64, + "h": 63, + "n": "trait_states_overlay_slotted", + "id": "0x410EA71A" + }, + "0x410EA71B": { + "w": 64, + "h": 63, + "n": "trait_states_overlay_slottedButUnavailable", + "id": "0x410EA71B" + }, + "0x410EA718": { + "w": 64, + "h": 63, + "n": "trait_states_overlay_unslotted", + "id": "0x410EA718" + }, + "0x410EA11F": { + "w": 385, + "h": 44, + "n": "backgrounds_bard_virtues", + "id": "0x410EA11F" + }, + "0x410F34EA": { + "w": 385, + "h": 44, + "n": "backgrounds_bard_virtues_mp", + "id": "0x410F34EA" + }, + "0x410EA122": { + "w": 385, + "h": 44, + "n": "backgrounds_bard_legendary", + "id": "0x410EA122" + }, + "0x410F34EB": { + "w": 385, + "h": 44, + "n": "backgrounds_bard_legendary_mp", + "id": "0x410F34EB" + }, + "0x410FF860": { + "w": 385, + "h": 44, + "n": "backgrounds_bard_training_panel", + "id": "0x410FF860" + }, + "0x410FF861": { + "w": 385, + "h": 44, + "n": "backgrounds_bard_personal_panel", + "id": "0x410FF861" + }, + "0x410FF85E": { + "w": 385, + "h": 44, + "n": "backgrounds_bard_role_panel", + "id": "0x410FF85E" + }, + "0x410FF85F": { + "w": 385, + "h": 44, + "n": "backgrounds_bard_skill_panel", + "id": "0x410FF85F" + }, + "0x411348AE": { + "w": 10, + "h": 75, + "n": "VerticalDividerMedium_mithril", + "id": "0x411348AE" + }, + "0x411205E5": { + "w": 16, + "h": 16, + "n": "expand_all_button_new", + "id": "0x411205E5" + }, + "0x411205E4": { + "w": 16, + "h": 16, + "n": "expand_all_button_pressed_new", + "id": "0x411205E4" + }, + "0x411205E3": { + "w": 16, + "h": 16, + "n": "expand_all_button_rollover_new", + "id": "0x411205E3" + }, + "0x411205E6": { + "w": 16, + "h": 16, + "n": "collapse_all_button_new", + "id": "0x411205E6" + }, + "0x411205E7": { + "w": 16, + "h": 16, + "n": "collapse_all_button_pressed_new", + "id": "0x411205E7" + }, + "0x411205E8": { + "w": 16, + "h": 16, + "n": "collapse_all_button_rollover_new", + "id": "0x411205E8" + }, + "0x4113486F": { + "w": 400, + "h": 26, + "n": "mithril_divider_lg", + "id": "0x4113486F" + }, + "0x411348AC": { + "w": 10, + "h": 20, + "n": "VerticalDivider_super_mini_mithril", + "id": "0x411348AC" + }, + "0x41134872": { + "w": 414, + "h": 20, + "n": "travel_list_stat_bar_BG", + "id": "0x41134872" + }, + "0x411347FF": { + "w": 36, + "h": 43, + "n": "travel_token_lg", + "id": "0x411347FF" + }, + "0x4113489A": { + "w": 36, + "h": 43, + "n": "travel_token_lg_ghosted", + "id": "0x4113489A" + }, + "0x411348A7": { + "w": 12, + "h": 600, + "n": "travel_bg", + "id": "0x411348A7" + }, + "0x41008122": { + "w": 32, + "h": 32, + "n": "skill_new", + "id": "0x41008122" + }, + "0x41108D07": { + "w": 32, + "h": 32, + "n": "icon_TEMP_REPLACE_ME", + "id": "0x41108D07" + }, + "0x4114080F": { + "w": 479, + "h": 99, + "n": "vanguard_frame_bg", + "id": "0x4114080F" + }, + "0x41102B68": { + "w": 399, + "h": 65, + "n": "vendor_basebar_high", + "id": "0x41102B68" + } + } +} \ No newline at end of file diff --git a/src/SkinDataProvider.ts b/src/SkinDataProvider.ts index 5615f60..8a21a43 100644 --- a/src/SkinDataProvider.ts +++ b/src/SkinDataProvider.ts @@ -1,11 +1,15 @@ const data: SkinData = require('./SkinData.json'); +import { DOMParser as dom } from '@xmldom/xmldom'; import * as fs from 'fs'; +import path from 'path'; import * as vscode from 'vscode'; -import { DOMParser as dom } from '@xmldom/xmldom'; import * as xpath from 'xpath'; -import path from 'path'; +import { mergeSkinXml } from './SkinMerge'; + +const DEFAULT_SKIN_DICTIONARY_PATH = path.join(vscode.extensions.getExtension('lunarwtr.lotro-api')!.extensionPath, 'resources', 'skinning', 'SkinDictionary.xml'); export interface Asset { + id: string; // width w: number, // name @@ -40,38 +44,25 @@ export interface PanelBoundBox { right: number } -export interface SkinData { - panels: { [key: string]: SkinElement }, - assets: { [key: string]: Asset } -} - -function traverseAndMapAssets(el: SkinElement, element2Asset: Element2Asset) { - if (el.assets && el.assets.length > 0) { - const assets = el.assets.map(a => data.assets[a]); - element2Asset[el.id] = assets; - } - if (el.c) { - for (let i = 0; i < el.c.length; i++) { - traverseAndMapAssets(el.c[i], element2Asset); - } - } -} - interface Asset2ID { [key: string]: string } interface Element2Asset { [key: string]: Asset[] } +interface ID2Asset { [key: string]: Asset } -export const e2a: Element2Asset = {}; -Object.values(data.panels).forEach(e => traverseAndMapAssets(e, e2a)); -export const a2id = Object.entries(data.assets).reduce((res, cur) => { - res[cur[1].n] = cur[0]; - return res; -}, {}); +export interface SkinData { + e2a: Element2Asset, + a2id: Asset2ID, + assets: ID2Asset +}; export function determineBoundingBox(el: SkinElement, offsetX?: number, offsetY?: number, bb?: PanelBoundBox): PanelBoundBox { if (!el) { return { top: 0, bottom: 0, left: 0, right: 0 }; } const b = el.b; + if (b.x >= 2000 || b.y >= 2000) { + // escape out if element is pushed way off + return bb!; + } const x = offsetX ? offsetX + b.x : b.x; const y = offsetY ? offsetY + b.y : b.y; if (bb) { @@ -86,7 +77,6 @@ export function determineBoundingBox(el: SkinElement, offsetX?: number, offsetY? return bb; } - function attr(path: string, node: Node): string { return (xpath.select1(path, node) as Attr)?.value || ''; } @@ -107,7 +97,11 @@ export class SkinDefinitionParser { public parseFromString(content: string) { const doc = new dom().parseFromString(content); - + const defaultSkin = new dom().parseFromString(fs.readFileSync(DEFAULT_SKIN_DICTIONARY_PATH).toString()); + mergeSkinXml(doc.documentElement, defaultSkin.documentElement); + // const ser = new XMLSerializer(); + // fs.writeFileSync(path.join(os.tmpdir(), "lotro-api", "Merged.xml"), ser.serializeToString(doc)); + // this._skinName = attr('//SkinName/@Name', doc); @@ -145,28 +139,6 @@ export class SkinDefinitionParser { public get assets() { return this._assets; } public get panels() { return this._panels; } - public buildSkinDataJson(file: string) { - - const newAssets: { [key: string]: Asset } = {}; - function addAssetToElement(el: SkinElement) { - el.assets = e2a[el.id]?.map(a => { - const id = a2id[a.n]; - if (id) newAssets[id] = a; - return id; - }).filter(id => !!id); - el.c?.forEach(el => addAssetToElement(el)); - } - Object.values(this._panels).forEach(el => addAssetToElement(el)); - - const res: SkinData = { - panels: this._panels, - assets: newAssets - }; - - fs.writeFileSync(file, JSON.stringify(res)); - - } - } -export const { panels, assets } = data; +export const { a2id, e2a, assets } = data; diff --git a/src/SkinMerge.ts b/src/SkinMerge.ts new file mode 100644 index 0000000..0c94743 --- /dev/null +++ b/src/SkinMerge.ts @@ -0,0 +1,56 @@ +interface MergeConfigAttr { + nodeName: string, + attributeName: string +}; + +const SKIN_NODE_MAPPING: MergeConfigAttr[] = [ + { nodeName: 'PanelFile', attributeName: 'ID' }, + { nodeName: 'Element', attributeName: 'ID' }, + { nodeName: 'Mapping', attributeName: 'ArtAssetID' }, + { nodeName: 'SkinName', attributeName: 'Name' } +]; + +function isNodeEqual(obj1: Element, obj2: Element): boolean { + if (obj1.nodeName === obj2.nodeName) { + for (const mapping of SKIN_NODE_MAPPING) { + if (mapping.nodeName === obj1.nodeName) { + const attr1 = obj1.getAttribute(mapping.attributeName); + if (attr1 === null) return false; + const attr2 = obj2.getAttribute(mapping.attributeName); + if (attr2 === null) return false; + return attr1 === attr2; + } + } + return true; + } + return false; +} + +function findChild(haystack: Element, child: Element): Element | null { + const c = haystack.childNodes; + for (let i = 0; i < c.length; i++) { + const cur = c[i] as Element; + if (isNodeEqual(cur, child)) { + return cur; + } + } + return null; +} + +export function mergeSkinXml(destination: Element, from: Element) { + if (!isNodeEqual(destination, from)) return; + if (!from.hasChildNodes()) return; + + const c = Array.prototype.slice.call(from.childNodes) as ChildNode[]; + for (let i = 0; i < c.length; i++) { + const cur = c[i] as Element; + if (cur.nodeName === '#text') continue; + + const child = findChild(destination, cur); + if (child !== null) { + mergeSkinXml(child, cur); + } else { + destination.appendChild(cur); + } + } +} diff --git a/src/SkinPreview.ts b/src/SkinPreview.ts index d26d558..c05df64 100644 --- a/src/SkinPreview.ts +++ b/src/SkinPreview.ts @@ -1,9 +1,8 @@ -import path from 'path'; import * as vscode from 'vscode'; import { Configuration } from './configuration'; import { ImageProvider } from './LotroImageHoverProvider'; -import { determineBoundingBox, e2a, panels, SkinDefinitionParser, SkinElement } from './SkinDataProvider'; +import { determineBoundingBox, e2a, SkinDefinitionParser, SkinElement } from './SkinDataProvider'; export class SkinPreviewManager implements vscode.WebviewPanelSerializer { @@ -39,11 +38,10 @@ export class SkinPreviewManager implements vscode.WebviewPanelSerializer console.log(e)); if (this.currentPanel) { - this.currentPanel.reveal(column); + this.currentPanel.reveal(); return; } @@ -51,34 +49,41 @@ export class SkinPreviewManager implements vscode.WebviewPanelSerializer { - this.currentPanel?.dispose(); - this.currentPanel = undefined; - }, null, this._disposables); + panel.onDidDispose(() => this.disposeCurrentPanel(), null, this._disposables); + //this.currentPanel.onDispose(() => this.currentPanel = undefined, null, this._disposables); + } + private disposeCurrentPanel() { + if (this.currentPanel) { + this.currentPanel.dispose(); + this.currentPanel = undefined; + } } async deserializeWebviewPanel(panel: vscode.WebviewPanel, state: SkinState) { console.log(`Got state: ${JSON.stringify(state || {})}`); + this.disposeCurrentPanel(); // Reset the webview options so we use latest uri for `localResourceRoots`. panel.webview.options = this.getWebviewOptions(); this.currentPanel = new SkinPreviewPanel(panel, this._extensionUri, state, this._imageProvider); + + // Listen for when the panel is disposed + // This happens when the user closes the panel or when the panel is closed programmatically + panel.onDidDispose(() => this.disposeCurrentPanel(), null, this._disposables); + //this.currentPanel.onDispose(() => this.currentPanel = undefined, null, this._disposables); } public dispose(): void { - if (this.currentPanel) { - this.currentPanel.dispose(); - this.currentPanel = undefined; - } + this.disposeCurrentPanel(); while (this._disposables.length) { const x = this._disposables.pop(); @@ -106,6 +111,9 @@ export class SkinPreviewPanel { private _resource: vscode.Uri; private _parser: SkinDefinitionParser; private _document!: vscode.TextDocument; + + private readonly _onDisposeEmitter = new vscode.EventEmitter(); + public readonly onDispose = this._onDisposeEmitter.event; public constructor(private _panel: vscode.WebviewPanel, protected _extensionUri: vscode.Uri, protected _state: SkinState, protected _imageProvider: ImageProvider) { this._resource = vscode.Uri.parse(_state.resource); @@ -148,8 +156,8 @@ export class SkinPreviewPanel { this._update(); } - public reveal(column: vscode.ViewColumn) { - this._panel.reveal(column); + public reveal() { + this._panel.reveal(this._panel.viewColumn); } public dispose() { @@ -160,6 +168,8 @@ export class SkinPreviewPanel { const x = this._disposables.pop(); if (x) x.dispose(); } + + this._onDisposeEmitter.fire(); } private async _update() { @@ -177,10 +187,7 @@ export class SkinPreviewPanel { this._document = await vscode.workspace.openTextDocument(this._resource); this._parser.parseFromString(this._document.getText()); - let panel = this._parser.panels[panelID]; - if (!panel) { - panel = panels[panelID]; - } + const panel = this._parser.panels[panelID]; const bb = determineBoundingBox(panel); @@ -214,16 +221,20 @@ export class SkinPreviewPanel { ${this._renderSkinPanelDropdown(panelID)} + + -
+
+
${await this._renderSkinPanel(panelID, panel)}
+
`; } private _renderSkinPanelDropdown(selected: string) { - return ``; + return ``; } private async _renderSkinPanel(panelID: string, panel?: SkinElement) { if (!panel) { @@ -244,12 +255,11 @@ export class SkinPreviewPanel { const file = this._parser.assets[a.n]; // the skin has this asset defined img = await this._imageProvider.findImageForWorkspace(this._document, file); + } else if (a.id) { + // fall back to main skin assets + img = await this._imageProvider.findImageById(a.id); } } - if (!img && el.assets && el.assets.length > 0) { - // fall back to main skin assets - img = await this._imageProvider.findImageById(el.assets[0]); - } } catch (ex) { console.error(ex); } @@ -262,8 +272,10 @@ export class SkinPreviewPanel { if (img) { styles.push(`background-image: url('${this._panel.webview.asWebviewUri(img.cachedUri ? img.cachedUri : img.uri)}');`); } - if (/Highlight/.test(el.id)) { + if (/Highlight/.test(el.id) || el.b.x >= 2000 || el.b.y >= 2000) { styles.push(`display: none;`); + // TODO: hide 2000px offset scrollbars + // i.e. AccomplishmentDisplay_MainListbox_HorizScrollbar } return `
${el.c ? (await Promise.all(el.c.map(async c => await this._renderSkinElement(c, level + 1)))).join('') : ''}
`; } @@ -275,4 +287,5 @@ export interface SkinState { resource: string; selectedPanelID: string; zoom: any; + showBorders: boolean; }; diff --git a/src/configuration.ts b/src/configuration.ts index dfa3414..98cd82d 100644 --- a/src/configuration.ts +++ b/src/configuration.ts @@ -2,9 +2,19 @@ import * as vscode from 'vscode'; import { ViewColumn } from 'vscode'; export class Configuration { + static keepConvertedAssets(): boolean { + return vscode.workspace.getConfiguration('lotro-api').get('keepConvertedAssets', false); + } public static skinningAssetsPath(): string | null { return vscode.workspace.getConfiguration('lotro-api').get('skinningAssets', null); } + public static skinningPreviewColumn(): vscode.ViewColumn { + switch (vscode.workspace.getConfiguration('lotro-api').get('skinningPreviewColumn')) { + case "Active": return ViewColumn.Active; + case "Beside": return ViewColumn.Beside; + default: return ViewColumn.Beside; + } + } } \ No newline at end of file diff --git a/src/extension.ts b/src/extension.ts index 4e7397f..811ddb7 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -27,7 +27,7 @@ export function activate(context: vscode.ExtensionContext) { // Register our color provider for Turbine Colors let luaColorShowDisposable = vscode.languages.registerColorProvider({ pattern: "**/*.lua" }, new LuaColorShow()); - const imageProvider = new ImageProvider(vscode.workspace.workspaceFolders, path.join(os.tmpdir(), 'lotro-api'), Configuration.skinningAssetsPath()); + const imageProvider = new ImageProvider(vscode.workspace.workspaceFolders, path.join(os.tmpdir(), 'lotro-api')); const hoverProvider = new LotroImageHoverProvider(imageProvider); const hover = vscode.languages.registerHoverProvider(["lua", "xml"], hoverProvider); const preview = new SkinPreviewManager(context.extensionUri, imageProvider);