xof 0302txt 0032 template Header { <3D82AB43-62DA-11cf-AB39-0020AF71E433> WORD major; WORD minor; DWORD flags; } template Vector { <3D82AB5E-62DA-11cf-AB39-0020AF71E433> FLOAT x; FLOAT y; FLOAT z; } template Coords2d { FLOAT u; FLOAT v; } template Matrix4x4 { array FLOAT matrix[16]; } template ColorRGBA { <35FF44E0-6C7C-11cf-8F52-0040333594A3> FLOAT red; FLOAT green; FLOAT blue; FLOAT alpha; } template ColorRGB { FLOAT red; FLOAT green; FLOAT blue; } template TextureFilename { STRING filename; } template Material { <3D82AB4D-62DA-11cf-AB39-0020AF71E433> ColorRGBA faceColor; FLOAT power; ColorRGB specularColor; ColorRGB emissiveColor; [...] } template MeshFace { <3D82AB5F-62DA-11cf-AB39-0020AF71E433> DWORD nFaceVertexIndices; array DWORD faceVertexIndices[nFaceVertexIndices]; } template MeshTextureCoords { DWORD nTextureCoords; array Coords2d textureCoords[nTextureCoords]; } template MeshMaterialList { DWORD nMaterials; DWORD nFaceIndexes; array DWORD faceIndexes[nFaceIndexes]; [Material] } template MeshNormals { DWORD nNormals; array Vector normals[nNormals]; DWORD nFaceNormals; array MeshFace faceNormals[nFaceNormals]; } template Mesh { <3D82AB44-62DA-11cf-AB39-0020AF71E433> DWORD nVertices; array Vector vertices[nVertices]; DWORD nFaces; array MeshFace faces[nFaces]; [...] } template FrameTransformMatrix { Matrix4x4 frameMatrix; } template Frame { <3D82AB46-62DA-11cf-AB39-0020AF71E433> [...] } template FloatKeys { <10DD46A9-775B-11cf-8F52-0040333594A3> DWORD nValues; array FLOAT values[nValues]; } template TimedFloatKeys { DWORD time; FloatKeys tfkeys; } template AnimationKey { <10DD46A8-775B-11cf-8F52-0040333594A3> DWORD keyType; DWORD nKeys; array TimedFloatKeys keys[nKeys]; } template AnimationOptions { DWORD openclosed; DWORD positionquality; } template Animation { <3D82AB4F-62DA-11cf-AB39-0020AF71E433> [...] } template AnimationSet { <3D82AB50-62DA-11cf-AB39-0020AF71E433> [Animation] } Header { 1; 0; 1; } Frame frm-wep18 { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000, 0.000000,1.000000,0.000000,0.000000, 0.000000,0.000000,1.000000,0.000000, 0.000000,-0.058767,-0.060548,1.000000;; } Frame frm-wepbar1 { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000, 0.000000,1.000000,0.000000,0.000000, 0.000000,0.000000,1.000000,0.000000, 0.000000,0.058767,0.229114,1.000000;; } Mesh wepbar1 { 16; 0.000000;-0.056239;-0.029829;, -0.056239;0.000000;-0.029829;, 0.056238;0.000000;-0.029829;, 0.000000;0.056238;-0.029829;, 0.000000;0.023971;0.080395;, 0.023971;0.000000;0.080395;, -0.023971;0.000000;0.080395;, 0.000000;-0.023971;0.080395;, 0.000000;0.056238;-0.029829;, 0.056238;0.000000;-0.029829;, 0.000000;0.023971;0.029829;, 0.023971;0.000000;0.029829;, -0.056239;0.000000;-0.029829;, 0.000000;-0.056239;-0.029829;, -0.023971;0.000000;0.029829;, 0.000000;-0.023971;0.029829;; 20; 3;14,1,0;, 3;15,14,0;, 3;10,3,1;, 3;14,10,1;, 3;11,2,3;, 3;10,11,3;, 3;15,0,2;, 3;11,15,2;, 3;4,6,7;, 3;5,4,7;, 3;6,14,15;, 3;7,6,15;, 3;4,10,14;, 3;6,4,14;, 3;5,11,10;, 3;4,5,10;, 3;7,15,11;, 3;5,7,11;, 3;12,8,9;, 3;13,12,9;; MeshMaterialList { 2; 20; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "Wep18a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;1.000000;1.000000;; TextureFilename { "Wep18a.bmp"; } } } MeshNormals { 16; -0.316042;-0.948126;0.034285;, -0.866900;0.288967;-0.406180;, 0.866900;-0.288966;-0.406181;, 0.316042;0.948126;0.034284;, -0.235703;0.707106;0.666667;, 0.866025;0.288675;0.408248;, -0.866025;-0.288676;0.408248;, 0.235702;-0.707107;0.666666;, 0.316042;0.948126;0.034284;, 0.866900;-0.288966;-0.406181;, 0.011001;0.967479;0.252712;, 0.967479;-0.011001;0.252712;, -0.866900;0.288967;-0.406180;, -0.316042;-0.948126;0.034285;, -0.967479;0.011001;0.252712;, -0.011002;-0.967479;0.252712;; 20; 3;14,1,0;, 3;15,14,0;, 3;10,3,1;, 3;14,10,1;, 3;11,2,3;, 3;10,11,3;, 3;15,0,2;, 3;11,15,2;, 3;4,6,7;, 3;5,4,7;, 3;6,14,15;, 3;7,6,15;, 3;4,10,14;, 3;6,4,14;, 3;5,11,10;, 3;4,5,10;, 3;7,15,11;, 3;5,7,11;, 3;12,8,9;, 3;13,12,9;; } MeshTextureCoords { 16; 0.382812;0.023438;, 0.382813;0.136719;, 0.382813;0.136719;, 0.382813;0.250000;, 0.496094;0.185004;, 0.496094;0.136719;, 0.496094;0.136719;, 0.496094;0.088433;, 0.156250;0.065208;, 0.253906;0.253212;, 0.444125;0.185004;, 0.444125;0.136719;, 0.060296;0.253212;, 0.156250;0.446319;, 0.444125;0.136719;, 0.444125;0.088433;; } } Frame frm-wepbar2 { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000, 0.000000,1.000000,0.000000,0.000000, 0.000000,0.000000,1.000000,0.000000, 0.000000,-0.032237,0.062709,1.000000;; } Mesh wepbar2 { 8; 0.000000;0.012197;-0.065049;, 0.020818;0.012019;0.032525;, -0.020818;0.012020;0.032525;, -0.020818;0.012020;0.032525;, 0.020818;0.012019;0.032525;, 0.000000;-0.024039;0.032525;, 0.000000;0.012197;-0.065049;, 0.000000;0.000000;0.032525;; 6; 3;7,5,1;, 3;0,1,5;, 3;7,1,2;, 3;7,2,5;, 3;0,5,2;, 3;6,3,4;; MeshMaterialList { 1; 6; 0, 0, 0, 0, 0, 0; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;1.000000;1.000000;; TextureFilename { "Wep18a.bmp"; } } } MeshNormals { 8; 0.000000;0.046204;-0.998932;, 0.410943;0.245368;0.878021;, -0.410943;0.245369;0.878021;, -0.410943;0.245369;0.878021;, 0.410943;0.245368;0.878021;, -0.000001;-0.515370;0.856968;, 0.000000;0.046204;-0.998932;, 0.000000;0.000000;1.000000;; 6; 3;7,5,1;, 3;0,1,5;, 3;7,1,2;, 3;7,2,5;, 3;0,5,2;, 3;6,3,4;; } MeshTextureCoords { 8; 0.296875;0.179688;, 0.378906;0.180032;, 0.378906;0.180032;, 0.644531;0.500000;, 0.644531;0.578125;, 0.378906;0.250000;, 0.542969;0.539063;, 0.378906;0.203354;; } } } Frame frm-wepbar3 { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000, 0.000000,-1.000000,0.000000,0.000000, 0.000000,0.000000,-1.000000,0.000000, 0.000000,0.032237,0.062709,1.000000;; } Mesh wepbar3 { 8; 0.000000;0.012197;0.065049;, 0.020818;0.012019;-0.032525;, -0.020818;0.012020;-0.032525;, -0.020818;0.012020;-0.032525;, 0.020818;0.012019;-0.032525;, 0.000000;-0.024039;-0.032525;, 0.000000;0.012197;0.065049;, 0.000000;0.000000;-0.032525;; 6; 3;1,5,7;, 3;5,1,0;, 3;2,1,7;, 3;5,2,7;, 3;2,5,0;, 3;4,3,6;; MeshMaterialList { 1; 6; 0, 0, 0, 0, 0, 0; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;1.000000;1.000000;; TextureFilename { "Wep18a.bmp"; } } } MeshNormals { 8; 0.000000;0.046204;0.998932;, 0.410943;0.245368;-0.878021;, -0.410943;0.245369;-0.878021;, -0.410943;0.245369;-0.878021;, 0.410943;0.245368;-0.878021;, -0.000001;-0.515370;-0.856968;, 0.000000;0.046204;0.998932;, 0.000000;0.000000;-1.000000;; 6; 3;1,5,7;, 3;5,1,0;, 3;2,1,7;, 3;5,2,7;, 3;2,5,0;, 3;4,3,6;; } MeshTextureCoords { 8; 0.296875;0.179688;, 0.378906;0.180032;, 0.378906;0.180032;, 0.644531;0.500000;, 0.644531;0.578125;, 0.378906;0.250000;, 0.542969;0.539063;, 0.378906;0.203354;; } } } Frame frm-wepemt { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000, 0.000000,1.000000,0.000000,0.000000, 0.000000,0.000000,1.000000,0.000000, 0.000000,0.000000,-0.168566,1.000000;; } } } Frame frm-wepbas1 { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000, 0.000000,1.000000,0.000000,0.000000, 0.000000,0.000000,1.000000,0.000000, 0.000000,0.040398,-0.001302,1.000000;; } Mesh wepbas1 { 34; 0.057702;0.025131;0.178440;, 0.057702;0.025131;0.178440;, 0.057703;0.091256;0.108097;, 0.057703;0.091256;0.108097;, 0.057703;0.091256;-0.151755;, 0.057703;0.091256;-0.151755;, 0.077391;-0.040492;-0.151870;, 0.077391;-0.040492;-0.151870;, 0.057702;-0.040492;0.178440;, 0.057702;-0.040492;0.178440;, -0.058408;0.025131;0.178440;, -0.058408;0.025131;0.178440;, -0.058409;0.091256;0.108097;, -0.058409;0.091256;0.108097;, -0.058409;0.091256;-0.151755;, -0.058409;0.091256;-0.151755;, -0.078338;-0.040492;-0.151870;, -0.078338;-0.040492;-0.151870;, -0.058408;-0.040492;0.178440;, -0.058408;-0.040492;0.178440;, 0.077391;-0.040492;0.108245;, -0.078338;-0.040492;0.108245;, -0.078338;-0.040492;0.108245;, 0.077391;-0.040492;0.108245;, -0.058408;-0.040492;0.178440;, -0.078338;-0.040492;-0.151870;, -0.058409;0.091256;-0.151755;, -0.058409;0.091256;0.108097;, -0.058408;0.025131;0.178440;, 0.057702;-0.040492;0.178440;, 0.077391;-0.040492;-0.151870;, 0.057703;0.091256;-0.151755;, 0.057703;0.091256;0.108097;, 0.057702;0.025131;0.178440;; 20; 3;1,11,19;, 3;9,1,19;, 3;3,13,10;, 3;0,3,10;, 3;5,15,12;, 3;2,5,12;, 3;26,31,30;, 3;25,26,30;, 3;6,4,32;, 3;20,6,32;, 3;24,28,27;, 3;22,24,27;, 3;14,16,22;, 3;27,14,22;, 3;33,8,20;, 3;32,33,20;, 3;18,21,17;, 3;29,18,17;, 3;23,29,17;, 3;7,23,17;; MeshMaterialList { 4; 20; 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.800000;0.800000;0.800000;; TextureFilename { "Wep18a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.500000;0.500000;0.500000;; TextureFilename { "Wep18a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.600000;0.600000;0.600000;; TextureFilename { "Wep18a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.400000;0.400000;0.400000;; TextureFilename { "Wep18a.bmp"; } } } MeshNormals { 34; 0.494148;0.236178;0.836682;, 0.494148;0.236178;0.836682;, 0.651046;0.672905;0.351195;, 0.651046;0.672905;0.351195;, 0.385123;0.836689;-0.389399;, 0.385123;0.836689;-0.389399;, 0.682229;-0.242351;-0.689804;, 0.682229;-0.242351;-0.689804;, 0.376499;-0.782055;0.496627;, 0.376499;-0.782055;0.496627;, -0.316227;0.496922;0.808127;, -0.316227;0.496922;0.808127;, -0.662608;0.714780;0.223697;, -0.662608;0.714780;0.223697;, -0.638144;0.419793;-0.645403;, -0.638144;0.419793;-0.645403;, -0.241254;-0.939288;-0.243998;, -0.241254;-0.939288;-0.243998;, -0.558619;-0.524162;0.642805;, -0.558619;-0.524162;0.642805;, 0.860303;-0.495535;0.119683;, -0.978916;-0.183215;0.090311;, -0.978916;-0.183215;0.090311;, 0.860303;-0.495535;0.119683;, -0.558619;-0.524162;0.642805;, -0.241254;-0.939288;-0.243998;, -0.638144;0.419793;-0.645403;, -0.662608;0.714780;0.223697;, -0.316227;0.496922;0.808127;, 0.376499;-0.782055;0.496627;, 0.682229;-0.242351;-0.689804;, 0.385123;0.836689;-0.389399;, 0.651046;0.672905;0.351195;, 0.494148;0.236178;0.836682;; 20; 3;1,11,19;, 3;9,1,19;, 3;3,13,10;, 3;0,3,10;, 3;5,15,12;, 3;2,5,12;, 3;26,31,30;, 3;25,26,30;, 3;6,4,32;, 3;20,6,32;, 3;24,28,27;, 3;22,24,27;, 3;14,16,22;, 3;27,14,22;, 3;33,8,20;, 3;32,33,20;, 3;18,21,17;, 3;29,18,17;, 3;23,29,17;, 3;7,23,17;; } MeshTextureCoords { 34; 0.234302;0.962957;, 0.533615;0.023147;, 0.464114;0.973418;, 0.234142;0.502398;, 0.519693;0.625000;, 0.463633;0.445505;, 0.519531;0.992188;, 0.527344;0.039062;, 0.984375;0.992188;, 0.609620;0.023147;, 0.075439;0.962957;, 0.533615;0.468272;, 0.341789;0.973418;, 0.075278;0.502398;, 0.519693;0.625000;, 0.341308;0.445505;, 0.519531;0.992188;, 0.527344;0.453125;, 0.980469;0.400136;, 0.609620;0.468272;, 0.874695;0.991470;, 0.884174;0.453125;, 0.874695;0.991470;, 0.884174;0.039063;, 0.984375;0.992188;, 0.019531;0.976562;, 0.054524;0.507812;, 0.874486;0.624283;, 0.984859;0.834156;, 0.980469;0.091411;, 0.292969;0.976562;, 0.258399;0.507812;, 0.874486;0.624283;, 0.984859;0.834156;; } } Frame frm-wepbas2 { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000, 0.000000,1.000000,0.000000,0.000000, 0.000000,0.000000,1.000000,0.000000, 0.000023,0.070711,-0.074368,1.000000;; } Mesh wepbas2 { 20; -0.055354;-0.037326;0.094924;, -0.055354;0.011506;0.043162;, -0.037900;-0.010562;0.104040;, -0.037900;-0.010562;0.104040;, -0.037900;0.019793;0.071532;, -0.037900;0.019793;0.071532;, 0.055354;-0.037326;0.094924;, 0.055354;0.011506;0.043162;, 0.037900;-0.010562;0.104040;, 0.037900;-0.010562;0.104040;, 0.037900;0.019793;0.071532;, 0.037900;0.019793;0.071532;, 0.037900;0.019793;0.071532;, 0.037900;-0.010562;0.104040;, 0.055354;0.011506;0.043162;, 0.055354;-0.037326;0.094924;, -0.037900;0.019793;0.071532;, -0.037900;-0.010562;0.104040;, -0.055354;0.011506;0.043162;, -0.055354;-0.037326;0.094924;; 10; 3;5,1,0;, 3;3,5,0;, 3;13,15,14;, 3;12,13,14;, 3;17,19,6;, 3;8,17,6;, 3;10,7,18;, 3;16,10,18;, 3;11,4,2;, 3;9,11,2;; MeshMaterialList { 2; 10; 0, 0, 0, 0, 0, 0, 0, 0, 1, 1; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.500000;0.500000;0.500000;; TextureFilename { "Wep18a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.800000;0.800000;0.800000;; TextureFilename { "Wep18a.bmp"; } } } MeshNormals { 20; -0.678965;0.204618;0.705080;, -0.332926;0.940363;-0.069841;, -0.219507;0.342768;0.913415;, -0.219507;0.342768;0.913415;, -0.512283;0.778203;0.363271;, -0.512283;0.778203;0.363271;, 0.339746;-0.097059;0.935496;, 0.666327;0.718845;0.198165;, 0.532198;0.407105;0.742314;, 0.532198;0.407105;0.742314;, 0.202935;0.934302;0.293081;, 0.202935;0.934302;0.293081;, 0.202935;0.934302;0.293081;, 0.532198;0.407105;0.742314;, 0.666327;0.718845;0.198165;, 0.339746;-0.097059;0.935496;, -0.512283;0.778203;0.363271;, -0.219507;0.342768;0.913415;, -0.332926;0.940363;-0.069841;, -0.678965;0.204618;0.705080;; 10; 3;5,1,0;, 3;3,5,0;, 3;13,15,14;, 3;12,13,14;, 3;17,19,6;, 3;8,17,6;, 3;10,7,18;, 3;16,10,18;, 3;11,4,2;, 3;9,11,2;; } MeshTextureCoords { 20; 0.913594;0.624466;, 0.975675;0.747825;, 0.363128;0.343333;, 0.952067;0.607466;, 0.363157;0.272809;, 0.983480;0.675557;, 0.451682;0.410673;, 0.451564;0.410952;, 0.436677;0.374412;, 0.441560;0.343333;, 0.436677;0.374483;, 0.441589;0.272809;, 0.983480;0.675557;, 0.952067;0.607466;, 0.975675;0.747825;, 0.913594;0.624466;, 0.365885;0.373962;, 0.365910;0.373949;, 0.353908;0.411127;, 0.353820;0.411098;; } } } } } AnimationSet { Animation anim-wep18 { {frm-wep18} AnimationKey { 2; 2; 0; 3; 0.000000, -0.058767, 0.060548;;, 15; 3; 0.000000, -0.058767, 0.060548;;; } } Animation anim-wepbar1 { {frm-wepbar1} AnimationKey { 0; 15; 0; 4; 1.000000, 0.000000, 0.000000, 0.000000;;, # Original(0.000000, 0.000000, 0.000000) Reextracted(0.000000, 0.000000, 0.000000) 1; 4; 1.000000, 0.000000, 0.000000, 0.000000;;, # Original(0.000000, 0.000000, 0.000000) Reextracted(0.000000, 0.000000, 0.000000) 2; 4; 0.900972, 0.000000, 0.000000, -0.433878;;, # Original(0.000000, 0.000000, 51.427822) Reextracted(0.000000, 0.000000, 51.427818) 3; 4; 0.623498, 0.000000, 0.000000, -0.781825;;, # Original(0.000000, 0.000000, 102.855911) Reextracted(0.000000, 0.000000, 102.855911) 4; 4; 0.222530, 0.000000, 0.000000, -0.974926;;, # Original(0.000000, 0.000000, 154.284683) Reextracted(0.000000, 0.000000, 154.284683) 5; 4; 0.222530, 0.000000, 0.000000, 0.974926;;, # Original(0.000000, 0.000000, -154.284683) Reextracted(0.000000, 0.000000, 205.715317) 6; 4; 0.623498, 0.000000, 0.000000, 0.781825;;, # Original(0.000000, 0.000000, -102.855911) Reextracted(0.000000, 0.000000, 257.144073) 7; 4; 0.900972, 0.000000, 0.000000, 0.433878;;, # Original(0.000000, 0.000000, -51.427822) Reextracted(0.000000, 0.000000, 308.572174) 9; 4; 0.900972, 0.000000, 0.000000, -0.433878;;, # Original(0.000000, 0.000000, 51.427822) Reextracted(0.000000, 0.000000, 411.427826) 10; 4; 0.623498, 0.000000, 0.000000, -0.781825;;, # Original(0.000000, 0.000000, 102.855911) Reextracted(0.000000, 0.000000, 462.855896) 11; 4; 0.222530, 0.000000, 0.000000, -0.974926;;, # Original(0.000000, 0.000000, 154.284683) Reextracted(0.000000, 0.000000, 514.284668) 12; 4; 0.222530, 0.000000, 0.000000, 0.974926;;, # Original(0.000000, 0.000000, -154.284683) Reextracted(0.000000, 0.000000, 565.715332) 13; 4; 0.623498, 0.000000, 0.000000, 0.781825;;, # Original(0.000000, 0.000000, -102.855911) Reextracted(0.000000, 0.000000, 617.144104) 14; 4; 0.900972, 0.000000, 0.000000, 0.433878;;, # Original(0.000000, 0.000000, -51.427822) Reextracted(0.000000, 0.000000, 668.572205) 15; 4; 1.000000, 0.000000, 0.000000, 0.000000;;; # Original(0.000000, 0.000000, 0.000000) Reextracted(0.000000, 0.000000, 720.000000) } AnimationKey { 2; 2; 0; 3; 0.000000, 0.058767, -0.229114;;, 15; 3; 0.000000, 0.058767, -0.229114;;; } } Animation anim-wepbar2 { {frm-wepbar2} AnimationKey { 2; 2; 0; 3; 0.000000, -0.032237, -0.062709;;, 15; 3; 0.000000, -0.032237, -0.062709;;; } } Animation anim-wepbar3 { {frm-wepbar3} AnimationKey { 0; 2; 0; 4; 0.000000, 1.000000, 0.000000, 0.000000;;, # Original(179.999985, 0.000000, 0.000000) Reextracted(179.999985, 0.000000, 0.000000) 15; 4; 0.000000, 1.000000, 0.000000, 0.000000;;; # Original(179.999985, 0.000000, 0.000000) Reextracted(179.999985, 0.000000, 0.000000) } AnimationKey { 2; 2; 0; 3; 0.000000, 0.032237, -0.062709;;, 15; 3; 0.000000, 0.032237, -0.062709;;; } } Animation anim-wepemt { {frm-wepemt} AnimationKey { 2; 2; 0; 3; 0.000000, 0.000000, 0.168566;;, 15; 3; 0.000000, 0.000000, 0.168566;;; } } Animation anim-wepbas1 { {frm-wepbas1} AnimationKey { 2; 2; 0; 3; 0.000000, 0.040398, 0.001302;;, 15; 3; 0.000000, 0.040398, 0.001302;;; } } Animation anim-wepbas2 { {frm-wepbas2} AnimationKey { 2; 2; 0; 3; 0.000023, 0.070711, 0.074368;;, 15; 3; 0.000023, 0.070711, 0.074368;;; } } }