From 71a596c8975d663ce23844ad3ce90274bf1e48fb Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Mon, 12 Sep 2022 21:07:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=8E=A9=E5=AE=B6?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E6=96=B9=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubejs/startup_scripts/wheat_plus.js | 41 ++++ .../models/block/statue/player.json | 39 ++++ .../models/block/statue/player_alex.json | 175 ++++++++++++++++++ .../models/block/statue/player_steve.json | 175 ++++++++++++++++++ .../wheat_plus/textures/block/statue/alex.png | Bin 0 -> 3420 bytes .../textures/block/statue/steve.png | Bin 0 -> 1140 bytes 6 files changed, 430 insertions(+) create mode 100644 resourcepack/assets/wheat_plus/models/block/statue/player.json create mode 100644 resourcepack/assets/wheat_plus/models/block/statue/player_alex.json create mode 100644 resourcepack/assets/wheat_plus/models/block/statue/player_steve.json create mode 100644 resourcepack/assets/wheat_plus/textures/block/statue/alex.png create mode 100644 resourcepack/assets/wheat_plus/textures/block/statue/steve.png diff --git a/kubejs/startup_scripts/wheat_plus.js b/kubejs/startup_scripts/wheat_plus.js index 0d8047f..473ed66 100644 --- a/kubejs/startup_scripts/wheat_plus.js +++ b/kubejs/startup_scripts/wheat_plus.js @@ -471,6 +471,47 @@ onEvent('block.registry', (event) => { }); +// 注册方块 - 其它 +onEvent('block.registry', (event) => { + + console.info(`${LOG_PREFIX} 注册方块 - 其它 - 开始`); + + const blocks = [ + { + name: 'statue_player_alex', + box: [4, 0, 6, 12, 31, 10, true], + label: '模型(Alex)', + model: 'statue/player_alex', + }, + { + name: 'statue_player_steve', + box: [4, 0, 6, 12, 31, 10, true], + label: '模型(Steve)', + model: 'statue/player_steve', + }, + ]; + + blocks.forEach((config) => { + + const id = `${MOD_ID}:${config.name}`; + const block = event.create(id, 'basic'); + + setBlockProps(block, { + boxConfig: config.box, + boxType: 'custom', + displayName: config.label, + isSolid: false, + material: 'stone', + modelPath: `${P_BLOCK}/${config.model}`, + renderType: 'cutout', + }); + + }); + + console.info(`${LOG_PREFIX} 注册方块 - 其它 - 完成`); + +}); + // 注册物品 // onEvent('item.registry', (event) => { // console.info(`${LOG_PREFIX} 注册物品 - 开始`); diff --git a/resourcepack/assets/wheat_plus/models/block/statue/player.json b/resourcepack/assets/wheat_plus/models/block/statue/player.json new file mode 100644 index 0000000..9e5336d --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/statue/player.json @@ -0,0 +1,39 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "ambientocclusion": false, + "display": { + "thirdperson_righthand": { + "rotation": [70, 0, 0], + "scale": [0.4, 0.4, 0.4] + }, + "thirdperson_lefthand": { + "rotation": [70, 0, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_righthand": { + "translation": [1, 0, 0], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_lefthand": { + "translation": [1, 0, 0], + "scale": [0.5, 0.5, 0.5] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [20, -145, 0], + "translation": [0, -3, 0], + "scale": [0.4, 0.4, 0.4] + }, + "head": { + "translation": [11, 0, 0], + "scale": [0.4, 0.4, 0.4] + }, + "fixed": { + "translation": [0, -4, -1], + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/statue/player_alex.json b/resourcepack/assets/wheat_plus/models/block/statue/player_alex.json new file mode 100644 index 0000000..01e0efc --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/statue/player_alex.json @@ -0,0 +1,175 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "wheat_plus:block/statue/player", + "ambientocclusion": false, + "textures": { + "particle": "wheat_plus:block/statue/alex", + "texture": "wheat_plus:block/statue/alex" + }, + "elements": [ + { + "name": "head", + "from": [4, 23.5, 4], + "to": [12, 31.5, 12], + "faces": { + "north": {"uv": [2, 2, 4, 4], "texture": "#texture"}, + "east": {"uv": [0, 2, 2, 4], "texture": "#texture"}, + "south": {"uv": [6, 2, 8, 4], "texture": "#texture"}, + "west": {"uv": [4, 2, 6, 4], "texture": "#texture"}, + "up": {"uv": [4, 2, 2, 0], "texture": "#texture"}, + "down": {"uv": [6, 0, 4, 2], "texture": "#texture"} + } + }, + { + "name": "body", + "from": [4, 11.5, 6], + "to": [12, 23.5, 10], + "faces": { + "north": {"uv": [5, 5, 7, 8], "texture": "#texture"}, + "east": {"uv": [4, 5, 5, 8], "texture": "#texture"}, + "south": {"uv": [8, 5, 10, 8], "texture": "#texture"}, + "west": {"uv": [7, 5, 8, 8], "texture": "#texture"}, + "up": {"uv": [7, 5, 5, 4], "texture": "#texture"}, + "down": {"uv": [9, 4, 7, 5], "texture": "#texture"} + } + }, + { + "name": "right_arm", + "from": [12, 11.5, 6], + "to": [15, 23.5, 10], + "faces": { + "north": {"uv": [11, 5, 11.75, 8], "texture": "#texture"}, + "east": {"uv": [10, 5, 11, 8], "texture": "#texture"}, + "south": {"uv": [12.75, 5, 13.5, 8], "texture": "#texture"}, + "west": {"uv": [11.75, 5, 12.75, 8], "texture": "#texture"}, + "up": {"uv": [11.75, 5, 11, 4], "texture": "#texture"}, + "down": {"uv": [12.5, 4, 11.75, 5], "texture": "#texture"} + } + }, + { + "name": "left_arm", + "from": [1, 11.5, 6], + "to": [4, 23.5, 10], + "faces": { + "north": {"uv": [9, 13, 9.75, 16], "texture": "#texture"}, + "east": {"uv": [8, 13, 9, 16], "texture": "#texture"}, + "south": {"uv": [10.75, 13, 11.5, 16], "texture": "#texture"}, + "west": {"uv": [9.75, 13, 10.75, 16], "texture": "#texture"}, + "up": {"uv": [9.75, 13, 9, 12], "texture": "#texture"}, + "down": {"uv": [10.5, 12, 9.75, 13], "texture": "#texture"} + } + }, + { + "name": "right_leg", + "from": [4, -0.5, 6], + "to": [8, 11.5, 10], + "faces": { + "north": {"uv": [5, 13, 6, 16], "texture": "#texture"}, + "east": {"uv": [4, 13, 5, 16], "texture": "#texture"}, + "south": {"uv": [7, 13, 8, 16], "texture": "#texture"}, + "west": {"uv": [6, 13, 7, 16], "texture": "#texture"}, + "up": {"uv": [6, 13, 5, 12], "texture": "#texture"}, + "down": {"uv": [7, 12, 6, 13], "texture": "#texture"} + } + }, + { + "name": "left_leg", + "from": [8, -0.5, 6], + "to": [12, 11.5, 10], + "faces": { + "north": {"uv": [1, 5, 2, 8], "texture": "#texture"}, + "east": {"uv": [0, 5, 1, 8], "texture": "#texture"}, + "south": {"uv": [3, 5, 4, 8], "texture": "#texture"}, + "west": {"uv": [2, 5, 3, 8], "texture": "#texture"}, + "up": {"uv": [2, 5, 1, 4], "texture": "#texture"}, + "down": {"uv": [3, 4, 2, 5], "texture": "#texture"} + } + }, + { + "name": "head_2nd_layer", + "from": [3.5, 23, 3.5], + "to": [12.5, 32, 12.5], + "faces": { + "north": {"uv": [10, 2, 12, 4], "texture": "#texture"}, + "east": {"uv": [8, 2, 10, 4], "texture": "#texture"}, + "south": {"uv": [14, 2, 16, 4], "texture": "#texture"}, + "west": {"uv": [12, 2, 14, 4], "texture": "#texture"}, + "up": {"uv": [12, 2, 10, 0], "texture": "#texture"}, + "down": {"uv": [14, 0, 12, 2], "texture": "#texture"} + } + }, + { + "name": "body_2nd_layer", + "from": [4, 11.02, 5.49], + "to": [12, 24.03, 10.49], + "faces": { + "north": {"uv": [5, 9, 7, 12], "texture": "#texture"}, + "east": {"uv": [4, 9, 5, 12], "texture": "#texture"}, + "south": {"uv": [8, 9, 10, 12], "texture": "#texture"}, + "west": {"uv": [7, 9, 8, 12], "texture": "#texture"}, + "up": {"uv": [7, 9, 5, 8], "texture": "#texture"}, + "down": {"uv": [9, 8, 7, 9], "texture": "#texture"} + } + }, + { + "name": "right_arm_2nd_layer", + "from": [11.5, 11, 5.5], + "to": [15.5, 24, 10.5], + "faces": { + "north": {"uv": [10.75, 9, 11.5, 12], "texture": "#texture"}, + "east": {"uv": [10, 9, 11, 12], "texture": "#texture"}, + "south": {"uv": [12.75, 9, 13.5, 12], "texture": "#texture"}, + "west": {"uv": [11.75, 9, 12.75, 12], "texture": "#texture"}, + "up": {"uv": [11.75, 9, 11, 8], "texture": "#texture"}, + "down": {"uv": [12.5, 8, 11.75, 9], "texture": "#texture"} + } + }, + { + "name": "left_arm_2nd_layer", + "from": [0.5, 11, 5.5], + "to": [4.5, 24, 10.5], + "faces": { + "north": {"uv": [13, 13, 13.75, 16], "texture": "#texture"}, + "east": {"uv": [12, 13, 13, 16], "texture": "#texture"}, + "south": {"uv": [14.75, 13, 15.5, 16], "texture": "#texture"}, + "west": {"uv": [13.75, 13, 14.75, 16], "texture": "#texture"}, + "up": {"uv": [13.75, 13, 13, 12], "texture": "#texture"}, + "down": {"uv": [14.5, 12, 13.75, 13], "texture": "#texture"} + } + }, + { + "name": "right_leg_2nd_layer", + "from": [7.5, -1, 5.5], + "to": [12.5, 12, 10.5], + "faces": { + "north": {"uv": [1, 9, 2, 12], "texture": "#texture"}, + "east": {"uv": [0, 9, 1, 12], "texture": "#texture"}, + "south": {"uv": [3, 9, 4, 12], "texture": "#texture"}, + "west": {"uv": [0, 9, 1, 12], "texture": "#texture"}, + "up": {"uv": [2, 9, 1, 8], "texture": "#texture"}, + "down": {"uv": [3, 8, 2, 9], "texture": "#texture"} + } + }, + { + "name": "left_leg_2nd_layer", + "from": [3.5, -1, 5.5], + "to": [8.5, 12, 10.5], + "faces": { + "north": {"uv": [1, 13, 2, 16], "texture": "#texture"}, + "east": {"uv": [0, 13, 1, 16], "texture": "#texture"}, + "south": {"uv": [3, 13, 4, 16], "texture": "#texture"}, + "west": {"uv": [2, 13, 3, 16], "texture": "#texture"}, + "up": {"uv": [2, 13, 1, 12], "texture": "#texture"}, + "down": {"uv": [3, 12, 2, 13], "texture": "#texture"} + } + } + ], + "groups": [ + { + "name": "Alex", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/statue/player_steve.json b/resourcepack/assets/wheat_plus/models/block/statue/player_steve.json new file mode 100644 index 0000000..37d401f --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/statue/player_steve.json @@ -0,0 +1,175 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "wheat_plus:block/statue/player", + "ambientocclusion": false, + "textures": { + "particle": "wheat_plus:block/statue/steve", + "texture": "wheat_plus:block/statue/steve" + }, + "elements": [ + { + "name": "head", + "from": [4, 23.5, 4], + "to": [12, 31.5, 12], + "faces": { + "north": {"uv": [2, 2, 4, 4], "texture": "#texture"}, + "east": {"uv": [0, 2, 2, 4], "texture": "#texture"}, + "south": {"uv": [6, 2, 8, 4], "texture": "#texture"}, + "west": {"uv": [4, 2, 6, 4], "texture": "#texture"}, + "up": {"uv": [4, 2, 2, 0], "texture": "#texture"}, + "down": {"uv": [6, 0, 4, 2], "texture": "#texture"} + } + }, + { + "name": "body", + "from": [4, 11.5, 6], + "to": [12, 23.5, 10], + "faces": { + "north": {"uv": [5, 5, 7, 8], "texture": "#texture"}, + "east": {"uv": [4, 5, 5, 8], "texture": "#texture"}, + "south": {"uv": [8, 5, 10, 8], "texture": "#texture"}, + "west": {"uv": [7, 5, 8, 8], "texture": "#texture"}, + "up": {"uv": [7, 5, 5, 4], "texture": "#texture"}, + "down": {"uv": [9, 4, 7, 5], "texture": "#texture"} + } + }, + { + "name": "right_arm", + "from": [12, 11.5, 6], + "to": [16, 23.5, 10], + "faces": { + "north": {"uv": [11, 5, 12, 8], "texture": "#texture"}, + "east": {"uv": [10, 5, 11, 8], "texture": "#texture"}, + "south": {"uv": [13, 5, 14, 8], "texture": "#texture"}, + "west": {"uv": [12, 5, 13, 8], "texture": "#texture"}, + "up": {"uv": [12, 5, 11, 4], "texture": "#texture"}, + "down": {"uv": [13, 4, 12, 5], "texture": "#texture"} + } + }, + { + "name": "left_arm", + "from": [0, 11.5, 6], + "to": [4, 23.5, 10], + "faces": { + "north": {"uv": [9, 13, 10, 16], "texture": "#texture"}, + "east": {"uv": [8, 13, 9, 16], "texture": "#texture"}, + "south": {"uv": [11, 13, 12, 16], "texture": "#texture"}, + "west": {"uv": [10, 13, 11, 16], "texture": "#texture"}, + "up": {"uv": [10, 13, 9, 12], "texture": "#texture"}, + "down": {"uv": [11, 12, 10, 13], "texture": "#texture"} + } + }, + { + "name": "right_leg", + "from": [8, -0.5, 6], + "to": [12, 11.5, 10], + "faces": { + "north": {"uv": [1, 5, 2, 8], "texture": "#texture"}, + "east": {"uv": [0, 5, 1, 8], "texture": "#texture"}, + "south": {"uv": [3, 5, 4, 8], "texture": "#texture"}, + "west": {"uv": [2, 5, 3, 8], "texture": "#texture"}, + "up": {"uv": [2, 5, 1, 4], "texture": "#texture"}, + "down": {"uv": [3, 4, 2, 5], "texture": "#texture"} + } + }, + { + "name": "left_leg", + "from": [4, -0.5, 6], + "to": [8, 11.5, 10], + "faces": { + "north": {"uv": [5, 13, 6, 16], "texture": "#texture"}, + "east": {"uv": [4, 13, 5, 16], "texture": "#texture"}, + "south": {"uv": [7, 13, 8, 16], "texture": "#texture"}, + "west": {"uv": [6, 13, 7, 16], "texture": "#texture"}, + "up": {"uv": [6, 13, 5, 12], "texture": "#texture"}, + "down": {"uv": [7, 12, 6, 13], "texture": "#texture"} + } + }, + { + "name": "head_2nd_layer", + "from": [3.5, 23, 3.5], + "to": [12.5, 32, 12.5], + "faces": { + "north": {"uv": [10, 2, 12, 4], "texture": "#texture"}, + "east": {"uv": [8, 2, 10, 4], "texture": "#texture"}, + "south": {"uv": [14, 2, 16, 4], "texture": "#texture"}, + "west": {"uv": [12, 2, 14, 4], "texture": "#texture"}, + "up": {"uv": [12, 2, 10, 0], "texture": "#texture"}, + "down": {"uv": [14, 0, 12, 2], "texture": "#texture"} + } + }, + { + "name": "body_2nd_layer", + "from": [4, 11.02, 5.5], + "to": [12, 24.03, 10.5], + "faces": { + "north": {"uv": [5, 9, 7, 12], "texture": "#texture"}, + "east": {"uv": [4, 9, 5, 12], "texture": "#texture"}, + "south": {"uv": [8, 9, 10, 12], "texture": "#texture"}, + "west": {"uv": [7, 9, 8, 12], "texture": "#texture"}, + "up": {"uv": [7, 9, 5, 8], "texture": "#texture"}, + "down": {"uv": [9, 8, 7, 9], "texture": "#texture"} + } + }, + { + "name": "right_arm_2nd_layer", + "from": [11.5, 11, 5.5], + "to": [16.49, 24, 10.5], + "faces": { + "north": {"uv": [11, 9, 12, 12], "texture": "#texture"}, + "east": {"uv": [10, 9, 11, 12], "texture": "#texture"}, + "south": {"uv": [13, 9, 14, 12], "texture": "#texture"}, + "west": {"uv": [12, 9, 13, 12], "texture": "#texture"}, + "up": {"uv": [12, 9, 11, 8], "texture": "#texture"}, + "down": {"uv": [13, 8, 12, 9], "texture": "#texture"} + } + }, + { + "name": "left_arm_2nd_layer", + "from": [-0.5, 11, 5.5], + "to": [4.5, 24, 10.5], + "faces": { + "north": {"uv": [13, 13, 14, 16], "texture": "#texture"}, + "east": {"uv": [12, 13, 13, 16], "texture": "#texture"}, + "south": {"uv": [15, 13, 16, 16], "texture": "#texture"}, + "west": {"uv": [14, 13, 15, 16], "texture": "#texture"}, + "up": {"uv": [14, 13, 13, 12], "texture": "#texture"}, + "down": {"uv": [15, 12, 14, 13], "texture": "#texture"} + } + }, + { + "name": "right_leg_2nd_layer", + "from": [7.5, -1, 5.5], + "to": [12.5, 12, 10.5], + "faces": { + "north": {"uv": [1, 9, 2, 12], "texture": "#texture"}, + "east": {"uv": [0, 9, 1, 12], "texture": "#texture"}, + "south": {"uv": [3, 9, 4, 12], "texture": "#texture"}, + "west": {"uv": [2, 9, 3, 12], "texture": "#texture"}, + "up": {"uv": [2, 9, 1, 8], "texture": "#texture"}, + "down": {"uv": [3, 8, 2, 9], "texture": "#texture"} + } + }, + { + "name": "left_leg_2nd_layer", + "from": [3.5, -1, 5.5], + "to": [8.5, 12, 10.5], + "faces": { + "north": {"uv": [1, 13, 2, 16], "texture": "#texture"}, + "east": {"uv": [0, 13, 1, 16], "texture": "#texture"}, + "south": {"uv": [3, 13, 4, 16], "texture": "#texture"}, + "west": {"uv": [2, 13, 3, 16], "texture": "#texture"}, + "up": {"uv": [2, 12, 1, 11], "texture": "#texture"}, + "down": {"uv": [3, 12, 2, 13], "texture": "#texture"} + } + } + ], + "groups": [ + { + "name": "Steve", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/textures/block/statue/alex.png b/resourcepack/assets/wheat_plus/textures/block/statue/alex.png new file mode 100644 index 0000000000000000000000000000000000000000..b643fe2d083f64677a630087ba4c4004eac1ca06 GIT binary patch literal 3420 zcmV-i4WsgjP)Px#24YJ`L;#EcxB!Yvbt8HJ000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2i^!2 z4I~Ks0H!ej000(gR9JLFZ*6U5ZgcGub@&yq{VgycsJMh@o?as}kck@S2_ss0>J$Ekx>8h=s znV#wH@B2Nv``5h!hDe7u&MyN1`uc%r7=i1)e&qA{LBF5&)Q1AKtqxrIB(y91{Gq;Yk#kP ze&C&N6!#6Q`p}SXM8hzw0tL$madYC>9DFX93;Zex8Fh-OFw6o4%Ls9E;#eGfE}ISf zDhU}q0SvH@5KW0tNmvDpd18QlglMYUzFB|!q2auwSz?v+nMSDBK0M|eXqHqZeWnr7 zYwsIl0$lrN>TXyC{w%5|$6f6~xP+who?ieEPb9{MfT*4XQEaOAk{kfvSIj^JF!PFe1AILXcH)sK8W>_26b^5kUuHH<9Gin=K-qZDb7mF;%nMk~ z>Z?_TXc(d-gJklsqA`KlG;u5rk^yDoJgD&0T(?84vm}PvK;4|0gc=0HOd+Lk(pb*QSiSt-Etje~ z7nuc|6?*)(v;?GQeEfsqKw%_*Xn}KO?+p_KazGrtQR8>WC>NUZ4{NJpdM@da7T&w)fvXbl& z>o^xwF@waMb|mJs!>|en&%Pg%@7jU+A9X`jRX_~ms^?dr<)VcsUvfJosIT9v!&QI3 z{d2Qm(szA_n2b^IY9!FXp52}3+1-h@W!v${brWIRHfFAvg_arDBRTaN%v>=Gwr%5) z>n5UY*>)UQJI`A)xa#k>e{L2``mXN~Q!xmi{o?YnW{F(#i8<|1^#nkuA8;H8f+#~2 z%77TA&jk^V<3JJxn5K#B+drWM_#C6(Gy)E>!c4NJC1{q!y?XPUN1^I*fKWf+mv-i} zT>voy&w6%uqWA5!ltiCn^qWS&Ay$})aQL~a%6^+yF1wFQn(9kG2Tl$dw1UZWHei}2 zR6PN+n586GVogu)pHy+*;`#-vtO$Oa*Dt->ZQu3q#H8261o_f!f1l3+F~?LQX)VB1IkZtP5O zwCNA(h5UM<`AOCAS65O1SdFP_%m@I0Tdw*J0N~X>150qE;q^1=H&2+135m$bMZnS< z7E)&hU`f*v&nGk@S&i$b@Wi(EG8C`k6CJN3m5f1^Mf7I!ux&zzJV}D%IGDC_F&)18 zG8B|Z0v&5gG{bs-Ux0w(uJu(b$f|XRf879J^TgTEWew>^hPI^TuX_y-dM{e z%YZXL3@}R(ErPOBs&;z5l!zwjJFIP2LzwhO>;oLf8|qBcM)&ayQpp%h(;Tr)9nT)e z_{4bN;v`;rqmw#AcLKCw{0u-O0jV*-tn&;&u0Mx(I1Xjc7f{u(+qZt$@-b+d4#Oxy zvCTl4;ychNH5G&4~zr_kX7Z zpR;%UDIB3hFo1?Z{gS3fASqN30z`<4Cv~GQJMxK8E|(h+>|kXtta=e4RYb`o2&p1w z&ixjyxbn&>A^>35&Yk%Cjt{5=YrJojtiU(BcJ9QjH_hPSX>M}~6Qc-GQK14LmI+a# zglN&>YkAH?kCI&S}1O99E0mDv<7X#6#cYoGdfICXz^Us6tPMb#a?r!hd>eZ*X2K4plhjA3EiH0GpJh(+#Qaq&I=( zM?S#0XP-f5ihK89N@+T9fR_Dd|EF{Ur7OU}e_~weC;;Hg;~qK7Pdg0&_&h(MD@f=H zvPJ9kHG#Zg4@$!Sl@CbhbkQ*`UOo1YRtruU0tN%fh&e5tU`(sMpExca!B?5uB%}+* zX*>*8Xhl5^@RV8$FbVHDcm%14hIGL|U#^H~SVqyJj$J-wdFJ1uPo{rT+#tTk56CjR_2f9BUeFd$pz@kNb)i~5@@uV~X zlF0*2!TtXc2R&L_hZQe4`J7;1KQ>I8U0=Ll>(*gwK;1szu6Y-g{pSZXO+|Au2Gb@; zy9Xlt<&lVn_?`230Q5w*mj_DOR{1O6{H{Bk1s6PQ|NoYcI&tXdi=!1K{;I_FuN-Rn;JyYyY6;b4}Q^KnkUk_w`@q#T| z==GCN(s;pw1=JaiA5Wh@{WLAB5ie-C570FQ=}aDHj!&X!l&gs1%X*sxK>}ER=5(aw z6yHy%B%$X1f30`{05mmu0h6(Ig8uUb0FX+?0$b>VrGfVUHKPb?H2eQ7UXV%whYtO3 zCqj6w6Z8f*5x1ps&) zK*zzIHRAbk8L+DGx^jHa@el@g^{u^97ZA`*eb?K#L|o2m!H7?`(iu z=1)Jne|AEvXx(0d=1*08lR5AeIN-zyHq&@*jbzOdU(+ y^6NbZk6_(hHv<5Ux$%OP-SDjf|bAzME`KWl4ihgCb4Z(ArR zC;(t!R!Phz8VUf+%r74gIx&eP7zijE3IJPMBO@bGF(m+=o+%s*EFKPqQ#30c4S`cR z9}o*B7z-#G4JR85EgcRmAP{##HJW2YGb9n5XGkL#2_zT_CK?PV8w)5L3o9NDEFKXr zA`vnp5IQInVnZ)dJ&ANkFM3Whgi6+$W!QYa>ELn?1YEPzuqk6u2IUPG2&K%8Snnq*3!Xi1!MT l zvwLE-duOeHZMTAQwux-Mh-|%!a=ngny^eIomVk`$NpS!G00DGTPE!Ct=GbNc00R6; zL_t(|+U=HSd!j%P$0JMGMKo}C2*QPCY-f7!y<9*wxIaGOCUPfND{X^*9~};5ar1JO=5b1F8^Vbk_JQ5Sgtb`&NHNs=tQ zcpj}SBw=JzK({V30a4u!*H@RrUA+S|U?*;&v8p0@` z*HZwg55R6jI3VB&wu-ng10x2#AKp9y9X2i0bmAzJ)qtIF*(3u z0L$tDNYcPt5CDyB;tha4nF7rI2n0a71t8{yh}bYH@Z$g_1t^yVpj@5>X{x3XLIdCc zu-P^!93U$+5=f;7z#YX3sgx+N-~xaand@Rg+yVz!GK(Ywz#;+y5#>$bi#{3rEHfR! zR8vhg)hP1<9@dp}4;-M00C?D7F-i)#0lo8rOZx-}{^NszxgZ-*x@j~4GzqQS>hlAn zQg5fi18sd2z@2l!P(W&47&;dW2bB1{a03u6EiWLI0tHwcVD`-g*#Mr3$pEY?n>izp zQUHYm%$$Jqyr6V*r=tx`B?q9t-LofKlK>!h%VML=oq+%8om@S5edj;`0000