From 1cae7bb59bc5010dfe4f4235bcc49154a9e9e645 Mon Sep 17 00:00:00 2001 From: crabman77 Date: Wed, 3 Feb 2016 09:12:32 +0100 Subject: [PATCH] update mobs mod, move unused monster sounds(ramivore) --- mods/mobs/api.lua | 1202 ++-- mods/mobs/bunny.lua | 57 +- mods/mobs/chicken.lua | 19 +- mods/mobs/cow.lua | 69 +- mods/mobs/crafts.lua | 12 + mods/mobs/goat.lua | 1 + mods/mobs/init.lua | 5 +- mods/mobs/kitten.lua | 17 +- mods/mobs/models/mobs_pig.b3d | Bin 0 -> 52879 bytes mods/mobs/models/mobs_pumba.x | 5316 ----------------- mods/mobs/npc.lua | 26 +- mods/mobs/npc_female.lua | 25 +- mods/mobs/pig.lua | 89 + mods/mobs/rat.lua | 5 +- mods/mobs/sheep.lua | 38 +- .../mobs_dirtmonster.1.ogg | Bin .../mobs_dirtmonster.2.ogg | Bin .../mobs_dungeonmaster.1.ogg | Bin .../mobs_dungeonmaster.2.ogg | Bin .../mobs_dungeonmaster.3.ogg | Bin .../{ => creative_not_in_use}/mobs_eerie.ogg | Bin .../mobs_fireball.ogg | Bin .../mobs_lavaflan.1.ogg | Bin .../mobs_lavaflan.2.ogg | Bin .../mobs_mesemonster.1.ogg | Bin .../mobs_mesemonster.2.ogg | Bin .../mobs_oerkki.1.ogg | Bin .../mobs_oerkki.2.ogg | Bin .../mobs_oerkki_attack.ogg | Bin .../mobs_sandmonster.1.ogg | Bin .../mobs_sandmonster.2.ogg | Bin .../mobs_slimes_attack.ogg | Bin .../mobs_slimes_damage.ogg | Bin .../mobs_slimes_death.ogg | Bin .../mobs_slimes_jump.ogg | Bin .../{ => creative_not_in_use}/mobs_spider.ogg | Bin .../mobs_spider_attack.ogg | Bin .../mobs_stonemonster.1.ogg | Bin .../mobs_stonemonster.2.ogg | Bin .../mobs_stonemonster_attack.ogg | Bin .../mobs_treemonster.1.ogg | Bin .../mobs_treemonster.2.ogg | Bin .../mobs_zombie.1.ogg | Bin .../mobs_zombie.2.ogg | Bin .../mobs_zombie_attack.ogg | Bin .../mobs_zombie_death.ogg | Bin .../mobs_zombie_hit.ogg | Bin mods/mobs/textures/mob_spawner.png | Bin 0 -> 108 bytes mods/mobs/textures/mobs_nametag.png | Bin 0 -> 247 bytes 49 files changed, 1126 insertions(+), 5755 deletions(-) create mode 100755 mods/mobs/models/mobs_pig.b3d delete mode 100755 mods/mobs/models/mobs_pumba.x create mode 100755 mods/mobs/pig.lua rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_dirtmonster.1.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_dirtmonster.2.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_dungeonmaster.1.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_dungeonmaster.2.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_dungeonmaster.3.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_eerie.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_fireball.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_lavaflan.1.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_lavaflan.2.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_mesemonster.1.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_mesemonster.2.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_oerkki.1.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_oerkki.2.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_oerkki_attack.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_sandmonster.1.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_sandmonster.2.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_slimes_attack.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_slimes_damage.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_slimes_death.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_slimes_jump.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_spider.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_spider_attack.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_stonemonster.1.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_stonemonster.2.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_stonemonster_attack.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_treemonster.1.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_treemonster.2.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_zombie.1.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_zombie.2.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_zombie_attack.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_zombie_death.ogg (100%) rename mods/mobs/sounds/{ => creative_not_in_use}/mobs_zombie_hit.ogg (100%) create mode 100755 mods/mobs/textures/mob_spawner.png create mode 100755 mods/mobs/textures/mobs_nametag.png diff --git a/mods/mobs/api.lua b/mods/mobs/api.lua index 5d3765a..396e911 100755 --- a/mods/mobs/api.lua +++ b/mods/mobs/api.lua @@ -1,4 +1,4 @@ --- Mobs Api (4th November 2015) +-- Mobs Api (2nd February 2016) mobs = {} mobs.mod = "redo" @@ -6,12 +6,14 @@ mobs.mod = "redo" local damage_enabled = minetest.setting_getbool("enable_damage") local peaceful_only = minetest.setting_getbool("only_peaceful_mobs") local disable_blood = minetest.setting_getbool("mobs_disable_blood") -mobs.protected = tonumber(minetest.setting_get("mobs_spawn_protected")) or 1 -mobs.remove = minetest.setting_getbool("remove_far_mobs") +local creative = minetest.setting_getbool("creative_mode") +local spawn_protected = tonumber(minetest.setting_get("mobs_spawn_protected")) or 1 +local remove_far = minetest.setting_getbool("remove_far_mobs") -- internal functions local pi = math.pi +local square = math.sqrt do_attack = function(self, player) @@ -19,6 +21,7 @@ do_attack = function(self, player) if math.random(0,100) < 90 and self.sounds.war_cry then + minetest.sound_play(self.sounds.war_cry,{ object = self.object, max_hear_distance = self.sounds.distance @@ -32,28 +35,20 @@ end set_velocity = function(self, v) - v = (v or 0) - - if self.drawtype - and self.drawtype == "side" then - self.rotate = math.rad(90) - end - - local yaw = self.object:getyaw() + self.rotate - local x = math.sin(yaw) * -v - local z = math.cos(yaw) * v + local yaw = (self.object:getyaw() + self.rotate) or 0 self.object:setvelocity({ - x = x, + x = math.sin(yaw) * -v, y = self.object:getvelocity().y, - z = z + z = math.cos(yaw) * v }) end get_velocity = function(self) local v = self.object:getvelocity() - return (v.x ^ 2 + v.z ^ 2) ^ (0.5) + + return (v.x * v.x + v.z * v.z) ^ 0.5 end set_animation = function(self, type) @@ -66,49 +61,61 @@ set_animation = function(self, type) if type == "stand" and self.animation.current ~= "stand" then + if self.animation.stand_start and self.animation.stand_end and self.animation.speed_normal then + self.object:set_animation({ x = self.animation.stand_start, y = self.animation.stand_end}, self.animation.speed_normal, 0) + self.animation.current = "stand" end elseif type == "walk" - and self.animation.current ~= "walk" then + and self.animation.current ~= "walk" then + if self.animation.walk_start and self.animation.walk_end and self.animation.speed_normal then + self.object:set_animation({ x = self.animation.walk_start, y = self.animation.walk_end}, self.animation.speed_normal, 0) + self.animation.current = "walk" end elseif type == "run" - and self.animation.current ~= "run" then + and self.animation.current ~= "run" then + if self.animation.run_start and self.animation.run_end and self.animation.speed_run then + self.object:set_animation({ x = self.animation.run_start, y = self.animation.run_end}, self.animation.speed_run, 0) + self.animation.current = "run" end elseif type == "punch" - and self.animation.current ~= "punch" then + and self.animation.current ~= "punch" then + if self.animation.punch_start and self.animation.punch_end and self.animation.speed_normal then + self.object:set_animation({ x = self.animation.punch_start, y = self.animation.punch_end}, self.animation.speed_normal, 0) + self.animation.current = "punch" end end @@ -134,41 +141,74 @@ function effect(pos, amount, texture, max_size) }) end +-- update nametag colour +function update_tag(self) + + local col = "#00FF00" + local qua = self.hp_max / 4 + + if self.health <= math.floor(qua * 3) then + col = "#FFFF00" + end + + if self.health <= math.floor(qua * 2) then + col = "#FF6600" + end + + if self.health <= math.floor(qua) then + col = "#FF0000" + end + + self.object:set_properties({ + nametag = self.nametag, + nametag_color = col + }) + +end + +-- check if mob is dead or only hurt function check_for_death(self) -- return if no change local hp = self.object:get_hp() + if hp == self.health then return false end - local pos = self.object:getpos() - -- still got some health? play hurt sound if hp > 0 then self.health = hp if self.sounds.damage then + minetest.sound_play(self.sounds.damage,{ - pos = pos, + object = self.object, gain = 1.0, max_hear_distance = self.sounds.distance }) end + + update_tag(self) + return false end -- drop items when dead local obj - for _,drop in ipairs(self.drops) do + local pos = self.object:getpos() + + for _,drop in pairs(self.drops) do if math.random(1, drop.chance) == 1 then + obj = minetest.add_item(pos, ItemStack(drop.name .. " " .. math.random(drop.min, drop.max))) if obj then + obj:setvelocity({ x = math.random(-1, 1), y = 6, @@ -180,8 +220,9 @@ function check_for_death(self) -- play death sound if self.sounds.death then + minetest.sound_play(self.sounds.death,{ - pos = pos, + object = self.object, gain = 1.0, max_hear_distance = self.sounds.distance }) @@ -193,6 +234,7 @@ function check_for_death(self) end self.object:remove() + return true end @@ -211,10 +253,34 @@ function within_limits(pos, radius) return false -- beyond limits end +-- is mob facing a cliff +local function is_at_cliff(self) + + if self.fear_height == 0 then -- if 0, no falling protection! + return false + end + + local yaw = self.object:getyaw() + local dir_x = -math.sin(yaw) * (self.collisionbox[4] + 0.5) + local dir_z = math.cos(yaw) * (self.collisionbox[4] + 0.5) + local pos = self.object:getpos() + local ypos = pos.y + self.collisionbox[2] -- just above floor + + if minetest.line_of_sight( + {x = pos.x + dir_x, y = ypos, z = pos.z + dir_z}, + {x = pos.x + dir_x, y = ypos - self.fear_height, z = pos.z + dir_z} + , 1) then + + return true + end + + return false +end + -- environmental damage (water, lava, fire, light) do_env_damage = function(self) - -- feed/tame text timer (so mob full messages dont spam chat) + -- feed/tame text timer (so mob 'full' messages dont spam chat) if self.htimer > 0 then self.htimer = self.htimer - 1 end @@ -237,14 +303,16 @@ do_env_damage = function(self) and (minetest.get_node_light(pos) or 0) > 12 then self.object:set_hp(self.object:get_hp() - self.light_damage) + effect(pos, 5, "tnt_smoke.png") end - if self.water_damage ~= 0 or self.lava_damage ~= 0 then + if self.water_damage ~= 0 + or self.lava_damage ~= 0 then - pos.y = (pos.y + self.collisionbox[2]) + 0.1 -- foot level + pos.y = pos.y + self.collisionbox[2] + 0.1 -- foot level - local nod = node_ok(pos, "air") ; -- print ("standing in "..nod.name) + local nod = node_ok(pos, "air") ; --print ("standing in "..nod.name) local nodef = minetest.registered_nodes[nod.name] if not nodef then return end --MFF fix crash @@ -253,7 +321,9 @@ do_env_damage = function(self) -- water if self.water_damage ~= 0 and nodef.groups.water then + self.object:set_hp(self.object:get_hp() - self.water_damage) + effect(pos, 5, "bubble.png") end @@ -261,9 +331,10 @@ do_env_damage = function(self) if self.lava_damage ~= 0 and (nodef.groups.lava or nod.name == "fire:basic_flame" - or nod.name == "fire:eternal_flame" or nod.name == "fire:permanent_flame") then + self.object:set_hp(self.object:get_hp() - self.lava_damage) + effect(pos, 5, "fire_basic_flame.png") end end @@ -280,7 +351,10 @@ do_jump = function(self) end local pos = self.object:getpos() - pos.y = (pos.y + self.collisionbox[2]) - 0.2 + + -- what is mob standing on? + pos.y = pos.y + self.collisionbox[2] - 0.2 + local nod = node_ok(pos) --print ("standing on:", nod.name, pos.y) @@ -289,58 +363,54 @@ do_jump = function(self) return end - if self.direction then + -- where is front + local yaw = self.object:getyaw() + local dir_x = -math.sin(yaw) * (self.collisionbox[4] + 0.5) + local dir_z = math.cos(yaw) * (self.collisionbox[4] + 0.5) - local nod = node_ok({ - x = pos.x + self.direction.x, - y = pos.y + 0.5, - z = pos.z + self.direction.z - }) + -- what is in front of mob? + local nod = node_ok({ + x = pos.x + dir_x, + y = pos.y + 0.5, + z = pos.z + dir_z + }) ---print ("in front:", nod.name, pos.y) + -- thin blocks that do not need to be jumped + if nod.name == "default:snow" then + return + end - if minetest.registered_items[nod.name].walkable - and not nod.name:find("fence") - or self.walk_chance == 0 then +--print ("in front:", nod.name, pos.y + 0.5) - local v = self.object:getvelocity() - v.y = self.jump_height + 1 - v.x = v.x * 2.2 - v.z = v.z * 2.2 + if minetest.registered_items[nod.name].walkable + and not nod.name:find("fence") + or self.walk_chance == 0 then - self.object:setvelocity(v) + local v = self.object:getvelocity() - if self.sounds.jump then - minetest.sound_play(self.sounds.jump, { - pos = pos, - gain = 1.0, - max_hear_distance = self.sounds.distance - }) - end + v.y = self.jump_height + 1 + v.x = v.x * 2.2 + v.z = v.z * 2.2 + + self.object:setvelocity(v) + + if self.sounds.jump then + + minetest.sound_play(self.sounds.jump, { + object = self.object, + gain = 1.0, + max_hear_distance = self.sounds.distance + }) + end + else + if self.state ~= "attack" then + self.state = "stand" + set_animation(self, "stand") end end end --- check if POS is in mobs field of view -in_fov = function(self, pos) - - local yaw = self.object:getyaw() + self.rotate - local vx = math.sin(yaw) - local vz = math.cos(yaw) - local ds = math.sqrt(vx ^ 2 + vz ^ 2) - local ps = math.sqrt(pos.x ^ 2 + pos.z ^ 2) - local d = {x = vx / ds, z = vz / ds} - local p = {x = pos.x / ps, z = pos.z / ps} - local an = (d.x * p.x) + (d.z * p.z) - - if math.deg(math.acos(an)) > (self.fov / 2) then - return false - end - - return true -end - -function calc_velocity(pos1, pos2, old_vel, power) +function calc_velocity(pos1, pos2, old_vel, power) --MFF we use this function local vel = vector.direction(pos1, pos2) vel = vector.normalize(vel) vel = vector.multiply(vel, power) @@ -351,6 +421,14 @@ function calc_velocity(pos1, pos2, old_vel, power) return vel end +-- this is a faster way to calculate distance +local get_distance = function(a, b) + + local x, y, z = a.x - b.x, a.y - b.y, a.z - b.z + + return square(x * x + y * y + z * z) +end + -- blast damage to entities nearby (modified from TNT mod) function entity_physics(pos, radius, self) --/MFF (Crabman|06/23/2015)add self to use punch function @@ -369,7 +447,7 @@ function entity_physics(pos, radius, self) --/MFF (Crabman|06/23/2015)add self t obj:setvelocity(calc_velocity(pos, obj_pos, obj_vel, radius * 10)) end end --MFF FIN pumpkins - --dist = math.max(1, vector.distance(pos, obj_pos)) + --dist = math.max(1, get_distance(pos, obj_pos)) --local damage = math.floor((4 / dist) * radius) --obj:set_hp(obj:get_hp() - damage) obj:punch(self.object, 1.0,{full_punch_interval=1.0, damage_groups = {fleshy=self.damage} })--/MFF (Crabman|06/23/2015) use punch @@ -387,9 +465,7 @@ function node_ok(pos, fallback) return minetest.registered_nodes[fallback] end - local nodef = minetest.registered_nodes[node.name] - - if nodef then + if minetest.registered_nodes[node.name] then return node end @@ -409,7 +485,9 @@ function follow_holding(self, clicker) -- multiple items elseif t == "table" then + for no = 1, #self.follow do + if self.follow[no] == item:get_name() then return true end @@ -421,20 +499,6 @@ end local function breed(self) - -- horny animal can mate for 40 seconds, - -- afterwards horny animal cannot mate again for 200 seconds - if self.horny == true - and self.hornytimer < 240 - and self.child == false then - - self.hornytimer = self.hornytimer + 1 - - if self.hornytimer >= 240 then - self.hornytimer = 0 - self.horny = false - end - end - -- child take 240 seconds before growing into adult if self.child == true then @@ -459,6 +523,21 @@ local function breed(self) z = 0 }) end + + return + end + + -- horny animal can mate for 40 seconds, + -- afterwards horny animal cannot mate again for 200 seconds + if self.horny == true + and self.hornytimer < 240 then + + self.hornytimer = self.hornytimer + 1 + + if self.hornytimer >= 240 then + self.hornytimer = 0 + self.horny = false + end end -- find another same animal who is also horny and mate if close enough @@ -466,13 +545,14 @@ local function breed(self) and self.hornytimer <= 40 then local pos = self.object:getpos() + effect({x = pos.x, y = pos.y + 1, z = pos.z}, 4, "heart.png") local ents = minetest.get_objects_inside_radius(pos, 3) local num = 0 local ent = nil - for i, obj in ipairs(ents) do + for i, obj in pairs(ents) do ent = obj:get_luaentity() @@ -512,7 +592,7 @@ local function breed(self) ent.hornytimer = 41 -- spawn baby - minetest.after(7, function(dtime) + minetest.after(5, function(dtime) local mob = minetest.add_entity(pos, self.name) local ent2 = mob:get_luaentity() @@ -541,7 +621,9 @@ local function breed(self) ent2.tamed = true ent2.owner = self.owner end) + num = 0 + break end end @@ -555,6 +637,7 @@ function replace(self, pos) and math.random(1, self.replace_rate) == 1 then local pos = self.object:getpos() + pos.y = pos.y + self.replace_offset -- print ("replace node = ".. minetest.get_node(pos).name, pos.y) @@ -562,31 +645,42 @@ function replace(self, pos) if self.replace_what and self.object:getvelocity().y == 0 and #minetest.find_nodes_in_area(pos, pos, self.replace_what) > 0 then + minetest.set_node(pos, {name = self.replace_with}) + + -- when cow/sheep eats grass, replace wool and milk + if self.gotten == true then + self.gotten = false + self.object:set_properties(self) + end end end end --- chceck if daytime and if mob is docile during daylight hours +-- check if daytime and also if mob is docile during daylight hours function day_docile(self) if self.docile_by_day == false then + return false + elseif self.docile_by_day == true and self.time_of_day > 0.2 and self.time_of_day < 0.8 then + return true end end -- register mob function - function mobs:register_mob(name, def) minetest.register_entity(name, { stepheight = def.stepheight or 0.6, name = name, + type = def.type, + attack_type = def.attack_type, fly = def.fly, fly_in = def.fly_in or "air", owner = def.owner or "", @@ -618,8 +712,6 @@ minetest.register_entity(name, { drops = def.drops or {}, armor = def.armor, on_rightclick = def.on_rightclick, - type = def.type, - attack_type = def.attack_type, arrow = def.arrow, shoot_interval = def.shoot_interval, sounds = def.sounds or {}, @@ -643,8 +735,6 @@ minetest.register_entity(name, { replace_offset = def.replace_offset or 0, timer = 0, env_damage_timer = 0, -- only used when state = "attack" - attack = {player = nil, dist = nil}, - state = "stand", tamed = false, pause_timer = 0, horny = false, @@ -658,11 +748,14 @@ minetest.register_entity(name, { child_texture = def.child_texture, docile_by_day = def.docile_by_day or false, time_of_day = 0.5, + fear_height = def.fear_height or 0, + runaway = def.runaway, + runaway_timer = 0, on_step = function(self, dtime) local pos = self.object:getpos() - local yaw = 0 + local yaw = self.object:getyaw() or 0 -- when lifetimer expires remove mob (except npc and tamed) if self.type ~= "npc" @@ -672,23 +765,39 @@ minetest.register_entity(name, { self.lifetimer = self.lifetimer - dtime if self.lifetimer <= 0 then + + -- only despawn away from player + local objs = minetest.get_objects_inside_radius(pos, 10) + + for _,oir in pairs(objs) do + + if oir:is_player() then + + self.lifetimer = 20 + + return + end + end + minetest.log("action", "lifetimer expired, removed " .. self.name) + effect(pos, 15, "tnt_smoke.png") + self.object:remove() + return end end - -- node replace check (chicken lays egg, cow eats grass etc.) - replace(self, pos) - if not self.fly then + -- floating in water (or falling) local v = self.object:getvelocity() -- going up then apply gravity if v.y > 0.1 then + self.object:setacceleration({ x = 0, y = self.fall_speed, @@ -698,7 +807,9 @@ minetest.register_entity(name, { -- in water then float up if minetest.registered_nodes[node_ok(pos).name].groups.water then + if self.floats == 1 then + self.object:setacceleration({ x = 0, y = -self.fall_speed / (math.max(1, v.y) ^ 2), @@ -720,12 +831,16 @@ minetest.register_entity(name, { local d = self.old_y - self.object:getpos().y if d > 5 then + self.object:set_hp(self.object:get_hp() - math.floor(d - 5)) + effect(pos, 5, "tnt_smoke.png") + if check_for_death(self) then return end end + self.old_y = self.object:getpos().y end end @@ -733,29 +848,40 @@ minetest.register_entity(name, { -- knockback timer if self.pause_timer > 0 then + self.pause_timer = self.pause_timer - dtime + if self.pause_timer < 1 then self.pause_timer = 0 end + return end -- attack timer self.timer = self.timer + dtime + if self.state ~= "attack" then + if self.timer < 1 then return end + self.timer = 0 end + -- never go over 100 if self.timer > 100 then self.timer = 1 end + -- node replace check (cow eats grass etc.) + replace(self, pos) + -- mob plays random sound at times if self.sounds.random - and math.random(1, 100) <= 1 then + and math.random(1, 100) == 1 then + minetest.sound_play(self.sounds.random, { object = self.object, max_hear_distance = self.sounds.distance @@ -765,19 +891,14 @@ minetest.register_entity(name, { -- environmental damage timer (every 1 second) self.env_damage_timer = self.env_damage_timer + dtime - if self.state == "attack" - and self.env_damage_timer > 1 then - self.env_damage_timer = 0 - do_env_damage(self) - -- custom function (defined in mob lua file) - if self.do_custom then - self.do_custom(self) - end + if (self.state == "attack" and self.env_damage_timer > 1) + or self.state ~= "attack" then - elseif self.state ~= "attack" then self.env_damage_timer = 0 + do_env_damage(self) - -- custom function + + -- custom function (defined in mob lua file) if self.do_custom then self.do_custom(self) end @@ -797,13 +918,15 @@ minetest.register_entity(name, { local min_dist = self.view_range + 1 local min_player = nil - for _,oir in ipairs(minetest.get_objects_inside_radius(s, self.view_range)) do + for _,oir in pairs(minetest.get_objects_inside_radius(s, self.view_range)) do if oir:is_player() then + player = oir type = "player" else obj = oir:get_luaentity() + if obj then player = obj.object type = obj.type @@ -812,15 +935,20 @@ minetest.register_entity(name, { if type == "player" or type == "npc" then + s = self.object:getpos() p = player:getpos() sp = s + + -- aim higher to make looking up hills more realistic p.y = p.y + 1 - sp.y = sp.y + 1 -- aim higher to make looking up hills more realistic - dist = ((p.x - s.x) ^ 2 + (p.y - s.y) ^ 2 + (p.z - s.z) ^ 2) ^ 0.5 + sp.y = sp.y + 1 + + dist = get_distance(p, s) if dist < self.view_range then - -- and self.in_fov(self,p) then + -- field of view check goes here + -- choose closest player to attack if minetest.line_of_sight(sp, p, 2) == true and dist < min_dist then @@ -830,6 +958,7 @@ minetest.register_entity(name, { end end end + -- attack player if min_player then do_attack(self, min_player) @@ -848,15 +977,18 @@ minetest.register_entity(name, { local p, dist --MFF local obj = nil - for _, oir in pairs(minetest.get_objects_inside_radius(s,self.view_range)) do + for _, oir in pairs(minetest.get_objects_inside_radius(s, self.view_range)) do obj = oir:get_luaentity() if obj and obj.type == "monster" then + -- attack monster p = obj.object:getpos() - dist = ((p.x - s.x) ^ 2 + (p.y - s.y) ^ 2 + (p.z - s.z) ^ 2) ^ 0.5 + + dist = get_distance(p, s) + if dist < min_dist then min_dist = dist min_player = obj.object @@ -869,19 +1001,24 @@ minetest.register_entity(name, { end end - -- breed mobs and grow children + -- breed and grow children breed(self) -- find player to follow if (self.follow ~= "" or self.order == "follow") and not self.following - and self.state ~= "attack" then + and self.state ~= "attack" + and self.state ~= "runaway" then + local s, p, dist + for _,player in pairs(minetest.get_connected_players()) do + s = self.object:getpos() p = player:getpos() - dist = ((p.x - s.x) ^ 2 + (p.y - s.y) ^ 2 + (p.z - s.z) ^ 2) ^ 0.5 + dist = get_distance(p, s) + if dist < self.view_range then self.following = player break @@ -893,6 +1030,7 @@ minetest.register_entity(name, { and self.order == "follow" and self.state ~= "attack" and self.owner ~= "" then + -- npc stop following player if not owner if self.following and self.owner @@ -906,50 +1044,65 @@ minetest.register_entity(name, { and follow_holding(self, self.following) == false then self.following = nil end + end -- follow that thing if self.following then + local s = self.object:getpos() local p if self.following:is_player() then + p = self.following:getpos() + elseif self.following.object then + p = self.following.object:getpos() end if p then - local dist = ((p.x - s.x) ^ 2 + (p.y - s.y) ^ 2 + (p.z - s.z) ^ 2) ^ 0.5 + local dist = get_distance(p, s) -- dont follow if out of range if dist > self.view_range then self.following = nil else - local vec = {x = p.x - s.x, y = p.y - s.y, z = p.z - s.z} - yaw = (math.atan(vec.z / vec.x) + pi / 2) - self.rotate - if p.x > s.x then - yaw = yaw + pi + local vec = { + x = p.x - s.x, + y = p.y - s.y, + z = p.z - s.z + } + + if vec.x ~= 0 + and vec.z ~= 0 then + + yaw = (math.atan(vec.z / vec.x) + pi / 2) - self.rotate + + if p.x > s.x then + yaw = yaw + pi + end + + self.object:setyaw(yaw) end - self.object:setyaw(yaw) -- anyone but standing npc's can move along if dist > self.reach and self.order ~= "stand" then + if (self.jump and get_velocity(self) <= 0.5 and self.object:getvelocity().y == 0) or (self.object:getvelocity().y == 0 and self.jump_chance > 0) then - self.direction = { - x = math.sin(yaw) * -1, - y = 0, - z = math.cos(yaw) - } + do_jump(self) end + set_velocity(self, self.walk_velocity) + if self.walk_chance ~= 0 then set_animation(self, "walk") end @@ -957,6 +1110,7 @@ minetest.register_entity(name, { set_velocity(self, 0) set_animation(self, "stand") end + return end end @@ -970,8 +1124,11 @@ minetest.register_entity(name, { local s = self.object:getpos() if self.type == "npc" then + local o = minetest.get_objects_inside_radius(self.object:getpos(), 3) - for _,o in ipairs(o) do + + for _,o in pairs(o) do + if o:is_player() then lp = o:getpos() break @@ -981,14 +1138,26 @@ minetest.register_entity(name, { -- look at any players nearby, otherwise turn randomly if lp then - local vec = {x = lp.x - s.x, y = lp.y - s.y, z = lp.z - s.z} - yaw = (math.atan(vec.z / vec.x) + pi / 2) - self.rotate - if lp.x > s.x then - yaw = yaw + pi + + local vec = { + x = lp.x - s.x, + y = lp.y - s.y, + z = lp.z - s.z + } + + if vec.x ~= 0 + and vec.z ~= 0 then + + yaw = (math.atan(vec.z / vec.x) + pi / 2) - self.rotate + + if lp.x > s.x then + yaw = yaw + pi + end end else - yaw = self.object:getyaw() + ((math.random(0, 360) - 180) / 180 * pi) + yaw = (math.random(0, 360) - 180) / 180 * pi end + self.object:setyaw(yaw) end @@ -996,14 +1165,13 @@ minetest.register_entity(name, { set_animation(self, "stand") -- npc's ordered to stand stay standing - if self.type == "npc" - and self.order == "stand" then - set_velocity(self, 0) - self.state = "stand" - set_animation(self, "stand") - else + if self.type ~= "npc" + or self.order ~= "stand" then + if self.walk_chance ~= 0 - and math.random(1, 100) <= self.walk_chance then + and math.random(1, 100) <= self.walk_chance + and is_at_cliff(self) == false then + set_velocity(self, self.walk_velocity) self.state = "walk" set_animation(self, "walk") @@ -1019,45 +1187,93 @@ minetest.register_entity(name, { if self.fly and self.fly_in == "default:water_source" and not lp then - print ("out of water") + + --print ("out of water") + set_velocity(self, 0) + -- change to undefined state so nothing more happens self.state = "flop" set_animation(self, "stand") + return end -- if water nearby then turn away if lp then - local vec = {x = lp.x - s.x, y = lp.y - s.y, z = lp.z - s.z} - yaw = math.atan(vec.z / vec.x) + 3 * pi / 2 - self.rotate - if lp.x > s.x then - yaw = yaw + pi + + local vec = { + x = lp.x - s.x, + y = lp.y - s.y, + z = lp.z - s.z + } + + if vec.x ~= 0 + and vec.z ~= 0 then + + yaw = math.atan(vec.z / vec.x) + 3 * pi / 2 - self.rotate + + if lp.x > s.x then + yaw = yaw + pi + end + + self.object:setyaw(yaw) end - self.object:setyaw(yaw) + -- otherwise randomly turn elseif math.random(1, 100) <= 30 then - self.object:setyaw(self.object:getyaw() + ((math.random(0, 360) - 180) / 180 * pi)) + + yaw = (math.random(0, 360) - 180) / 180 * pi + + self.object:setyaw(yaw) end + -- stand for great fall in front + local temp_is_cliff = is_at_cliff(self) + -- jump when walking comes to a halt - if self.jump and get_velocity(self) <= 0.5 + if temp_is_cliff == false + and self.jump + and get_velocity(self) <= 0.5 and self.object:getvelocity().y == 0 then - self.direction = { - x = math.sin(yaw) * -1, - y = 0, - z = math.cos(yaw) - } + do_jump(self) end - set_velocity(self, self.walk_velocity) - set_animation(self, "walk") + if temp_is_cliff + or math.random(1, 100) <= 30 then - if math.random(1, 100) <= 30 then set_velocity(self, 0) self.state = "stand" set_animation(self, "stand") + else + set_velocity(self, self.walk_velocity) + set_animation(self, "walk") + end + + -- runaway when punched + elseif self.state == "runaway" then + + self.runaway_timer = self.runaway_timer + 1 + + -- stop after 3 seconds or when at cliff + if self.runaway_timer > 3 + or is_at_cliff(self) then + self.runaway_timer = 0 + set_velocity(self, 0) + self.state = "stand" + set_animation(self, "stand") + else + set_velocity(self, self.run_velocity) + set_animation(self, "walk") + end + + -- jump when walking comes to a halt + if self.jump + and get_velocity(self) <= 0.5 + and self.object:getvelocity().y == 0 then + + do_jump(self) end -- attack routines (explode, dogfight, shoot, dogshoot) @@ -1066,13 +1282,14 @@ minetest.register_entity(name, { -- calculate distance from mob and enemy local s = self.object:getpos() local p = self.attack:getpos() or s - local dist = ((p.x - s.x) ^ 2 + (p.y - s.y) ^ 2 + (p.z - s.z) ^ 2) ^ 0.5 + local dist = get_distance(p, s) - -- stop attacking if no player or out of range + -- stop attacking if player or out of range if dist > self.view_range or not self.attack or not self.attack:getpos() or self.attack:get_hp() <= 0 then + --print(" ** stop attacking **", dist, self.view_range) self.state = "stand" set_velocity(self, 0) @@ -1081,20 +1298,34 @@ minetest.register_entity(name, { self.v_start = false self.timer = 0 self.blinktimer = 0 + return end if self.attack_type == "explode" then - local vec = {x = p.x - s.x, y = p.y - s.y, z = p.z - s.z} - yaw = math.atan(vec.z / vec.x) + pi / 2 - self.rotate - if p.x > s.x then - yaw = yaw + pi + local vec = { + x = p.x - s.x, + y = p.y - s.y, + z = p.z - s.z + } + + if vec.x ~= 0 + and vec.z ~= 0 then + + yaw = math.atan(vec.z / vec.x) + pi / 2 - self.rotate + + if p.x > s.x then + yaw = yaw + pi + end + + self.object:setyaw(yaw) end - self.object:setyaw(yaw) if dist > self.reach then + if not self.v_start then + self.v_start = true set_velocity(self, self.run_velocity) self.timer = 0 @@ -1102,48 +1333,70 @@ minetest.register_entity(name, { else self.timer = 0 self.blinktimer = 0 + if get_velocity(self) <= 0.5 and self.object:getvelocity().y == 0 then + local v = self.object:getvelocity() v.y = 5 self.object:setvelocity(v) end + set_velocity(self, self.run_velocity) end + set_animation(self, "run") else set_velocity(self, 0) self.timer = self.timer + dtime self.blinktimer = (self.blinktimer or 0) + dtime + if self.blinktimer > 0.2 then + self.blinktimer = 0 + if self.blinkstatus then self.object:settexturemod("") else self.object:settexturemod("^[brighten") end + self.blinkstatus = not self.blinkstatus end + if self.timer > 3 then - local pos = vector.round(self.object:getpos()) + + local pos = self.object:getpos() + -- hurt player/mobs caught in blast area entity_physics(pos, 3, self) --/MFF (Crabman|06/23/2015)add self to use punch function + + -- dont damage anything if area protected or next to water if minetest.find_node_near(pos, 1, {"group:water"}) or minetest.is_protected(pos, "") then + if self.sounds.explode then + minetest.sound_play(self.sounds.explode, { - pos = pos, + object = self.object, gain = 1.0, max_hear_distance = 16 }) end + self.object:remove() + effect(pos, 15, "tnt_smoke.png", 5) + return end + pos.y = pos.y - 1 + mobs:explosion(pos, 2, 0, 1, self.sounds.explode) + self.object:remove() + return end end @@ -1151,7 +1404,6 @@ minetest.register_entity(name, { elseif self.attack_type == "dogfight" or (self.attack_type == "dogshoot" and dist <= self.reach) then - -- fly bit modified from BlockMens creatures mod if self.fly and dist > self.reach then @@ -1165,12 +1417,15 @@ minetest.register_entity(name, { if nod.name == self.fly_in then if me_y < p_y then + self.object:setvelocity({ x = v.x, y = 1 * self.walk_velocity, z = v.z }) + elseif me_y > p_y then + self.object:setvelocity({ x = v.x, y = -1 * self.walk_velocity, @@ -1179,12 +1434,15 @@ minetest.register_entity(name, { end else if me_y < p_y then + self.object:setvelocity({ x = v.x, y = 0.01, z = v.z }) + elseif me_y > p_y then + self.object:setvelocity({ x = v.x, y = -0.01, @@ -1194,52 +1452,75 @@ minetest.register_entity(name, { end end - -- end fly bit - local vec = {x = p.x - s.x, y = p.y - s.y, z = p.z - s.z} - yaw = (math.atan(vec.z / vec.x) + pi / 2) - self.rotate - if p.x > s.x then - yaw = yaw + pi + local vec = { + x = p.x - s.x, + y = p.y - s.y, + z = p.z - s.z + } + + if vec.x ~= 0 + and vec.z ~= 0 then + + yaw = (math.atan(vec.z / vec.x) + pi / 2) - self.rotate + + if p.x > s.x then + yaw = yaw + pi + end + + self.object:setyaw(yaw) end - self.object:setyaw(yaw) -- move towards enemy if beyond mob reach - -- set reach for each mob (default is 3) if dist > self.reach then + -- jump attack if (self.jump and get_velocity(self) <= 0.5 and self.object:getvelocity().y == 0) or (self.object:getvelocity().y == 0 and self.jump_chance > 0) then - self.direction = { - x = math.sin(yaw) * -1, - y = 0, - z = math.cos(yaw) - } + do_jump(self) end - set_velocity(self, self.run_velocity) - set_animation(self, "run") + + if is_at_cliff(self) then + + set_velocity(self, 0) + set_animation(self, "stand") + else + set_velocity(self, self.run_velocity) + set_animation(self, "run") + end + else + set_velocity(self, 0) set_animation(self, "punch") + if self.timer > 1 then + self.timer = 0 + local p2 = p local s2 = s + p2.y = p2.y + 1.5 s2.y = s2.y + 1.5 + if minetest.line_of_sight(p2, s2) == true then + -- play attack sound if self.sounds.attack then + minetest.sound_play(self.sounds.attack, { object = self.object, max_hear_distance = self.sounds.distance }) end + -- punch player - self.attack:punch(self.object, 1.0, { + self.attack:punch(self.object, 1.0, { full_punch_interval = 1.0, damage_groups = {fleshy = self.damage} }, nil) @@ -1252,23 +1533,38 @@ minetest.register_entity(name, { p.y = p.y - .5 s.y = s.y + .5 - local dist = ((p.x - s.x) ^ 2 + (p.y - s.y) ^ 2 + (p.z - s.z) ^ 2) ^ 0.5 - local vec = {x = p.x - s.x, y = p.y - s.y, z = p.z - s.z} - yaw = (math.atan(vec.z / vec.x) + pi / 2) - self.rotate - if p.x > s.x then - yaw = yaw + pi + + local dist = get_distance(p, s) + local vec = { + x = p.x - s.x, + y = p.y - s.y, + z = p.z - s.z + } + + if vec.x ~= 0 + and vec.z ~= 0 then + + yaw = (math.atan(vec.z / vec.x) + pi / 2) - self.rotate + + if p.x > s.x then + yaw = yaw + pi + end + + self.object:setyaw(yaw) end - self.object:setyaw(yaw) + set_velocity(self, 0) if self.shoot_interval and self.timer > self.shoot_interval and math.random(1, 100) <= 60 then + self.timer = 0 set_animation(self, "punch") -- play shoot attack sound if self.sounds.shoot_attack then + minetest.sound_play(self.sounds.shoot_attack, { object = self.object, max_hear_distance = self.sounds.distance @@ -1276,15 +1572,21 @@ minetest.register_entity(name, { end local p = self.object:getpos() + p.y = p.y + (self.collisionbox[2] + self.collisionbox[5]) / 2 + local obj = minetest.add_entity(p, self.arrow) - local amount = (vec.x ^ 2 + vec.y ^ 2 + vec.z ^ 2) ^ 0.5 - local v = obj:get_luaentity().velocity + local ent = obj:get_luaentity() + local amount = (vec.x * vec.x + vec.y * vec.y + vec.z * vec.z) ^ 0.5 + local v = ent.velocity + ent.switch = 1 + -- offset makes shoot aim accurate vec.y = vec.y + self.shoot_offset vec.x = vec.x * v / amount vec.y = vec.y * v / amount vec.z = vec.z * v / amount + obj:setvelocity(vec) end end @@ -1292,31 +1594,153 @@ minetest.register_entity(name, { end -- END if self.state == "attack" end, + on_punch = function(self, hitter, tflp, tool_capabilities, dir) + + -- weapon wear + hitter:set_detach() --MFF (crabman|27/7/2015) anti usebug, immortal if attached + local weapon = hitter:get_wielded_item() + local punch_interval = 1.4 + + if tool_capabilities then + punch_interval = tool_capabilities.full_punch_interval or 1.4 + end + + if weapon:get_definition() + and weapon:get_definition().tool_capabilities then + + weapon:add_wear(math.floor((punch_interval / 75) * 9000)) + hitter:set_wielded_item(weapon) + end + + -- weapon sounds + if weapon:get_definition().sounds ~= nil then + + local s = math.random(0, #weapon:get_definition().sounds) + + minetest.sound_play(weapon:get_definition().sounds[s], { + object = hitter, + max_hear_distance = 8 + }) + else + minetest.sound_play("default_punch", { + object = hitter, + max_hear_distance = 5 + }) + end + + -- exit here if dead + if check_for_death(self) then + return + end + + -- blood_particles + if self.blood_amount > 0 + and not disable_blood then + + local pos = self.object:getpos() + + pos.y = pos.y + (-self.collisionbox[2] + self.collisionbox[5]) / 2 + + effect(pos, self.blood_amount, self.blood_texture) + end + + -- knock back effect + if self.knock_back > 0 then + + local v = self.object:getvelocity() + local r = 1.4 - math.min(punch_interval, 1.4) + local kb = r * 5 + + self.object:setvelocity({ + x = (dir.x or 0) * kb, + y = 2, + z = (dir.z or 0) * kb + }) + + self.pause_timer = r + end + + -- if skittish then run away + if self.runaway == true then + + local lp = hitter:getpos() + local s = self.object:getpos() + + local vec = { + x = lp.x - s.x, + y = lp.y - s.y, + z = lp.z - s.z + } + + if vec.x ~= 0 + and vec.z ~= 0 then + + local yaw = math.atan(vec.z / vec.x) + 3 * pi / 2 - self.rotate + + if lp.x > s.x then + yaw = yaw + pi + end + + self.object:setyaw(yaw) + end + + self.state = "runaway" + self.runaway_timer = 0 + self.following = nil + end + + + -- attack puncher and call other mobs for help + if self.passive == false + and self.child == false + and hitter:get_player_name() ~= self.owner then + + if self.state ~= "attack" then + do_attack(self, hitter) + end + + -- alert others to the attack + local obj = nil + + for _, oir in pairs(minetest.get_objects_inside_radius(hitter:getpos(), 5)) do + + obj = oir:get_luaentity() + + if obj then + + if obj.group_attack == true + and obj.state ~= "attack" then + do_attack(obj, hitter) + end + end + end + end + end, + on_activate = function(self, staticdata, dtime_s) - -- remove monsters if playing on peaceful - if self.type == "monster" - and peaceful_only then + -- remove monsters in peaceful mode, or when no data + if (self.type == "monster" and peaceful_only) + or not staticdata then + self.object:remove() + return end -- load entity variables - if staticdata then + local tmp = minetest.deserialize(staticdata) - local tmp = minetest.deserialize(staticdata) + if tmp then - if tmp then - for _,stat in pairs(tmp) do - self[_] = stat - end + for _,stat in pairs(tmp) do + self[_] = stat end - else - return end -- select random texture, set model and size if not self.base_texture then + self.base_texture = def.textures[math.random(1, #def.textures)] self.base_mesh = def.mesh self.base_size = self.visual_size @@ -1370,22 +1794,29 @@ minetest.register_entity(name, { self.object:set_hp(self.health) self.object:set_armor_groups({fleshy = self.armor}) self.old_y = self.object:getpos().y - self.object:setyaw(math.random(1, 360) / 180 * pi) - self.sounds.distance = (self.sounds.distance or 10) + self.object:setyaw((math.random(0, 360) - 180) / 180 * pi) + self.sounds.distance = self.sounds.distance or 10 self.textures = textures self.mesh = mesh self.collisionbox = colbox self.visual_size = vis_size + -- set anything changed above self.object:set_properties(self) + update_tag(self) end, get_staticdata = function(self) -- remove mob when out of range unless tamed - if mobs.remove and self.remove_ok and not self.tamed then - print ("REMOVED", self.remove_ok, self.name) + if remove_far + and self.remove_ok + and not self.tamed then + + --print ("REMOVED " .. self.name) + self.object:remove() + return nil end @@ -1394,113 +1825,29 @@ minetest.register_entity(name, { self.following = nil self.state = "stand" + -- used to rotate older mobs + if self.drawtype + and self.drawtype == "side" then + self.rotate = math.rad(90) + end + local tmp = {} for _,stat in pairs(self) do + local t = type(stat) + if t ~= 'function' and t ~= 'nil' and t ~= 'userdata' then tmp[_] = self[_] end end + -- print('===== '..self.name..'\n'.. dump(tmp)..'\n=====\n') return minetest.serialize(tmp) end, - on_punch = function(self, hitter, tflp, tool_capabilities, dir) - - -- weapon wear - hitter:set_detach() --MFF (crabman|27/7/2015) anti usebug, immortal if attached - local weapon = hitter:get_wielded_item() - local punch_interval = tool_capabilities.full_punch_interval or 1.4 - - if weapon:get_definition().tool_capabilities ~= nil then - local wear = math.floor((punch_interval / 75) * 9000) - weapon:add_wear(wear) - hitter:set_wielded_item(weapon) - end - - -- weapon sounds - if weapon:get_definition().sounds ~= nil then - - local s = math.random(0, #weapon:get_definition().sounds) - - minetest.sound_play(weapon:get_definition().sounds[s], { - object = hitter, - max_hear_distance = 8 - }) - else - minetest.sound_play("default_punch", { - object = hitter, - max_hear_distance = 5 - }) - end - - -- exit here if dead - if check_for_death(self) then - return - end - - -- blood_particles - if self.blood_amount > 0 - and not disable_blood then - local pos = self.object:getpos() - pos.y = pos.y + (-self.collisionbox[2] + self.collisionbox[5]) / 2 - effect(pos, self.blood_amount, self.blood_texture) - end - - -- knock back effect - if self.knock_back > 0 then - - local kb = self.knock_back - local r = self.recovery_time - local v = self.object:getvelocity() - - if tflp < punch_interval then - - if kb > 0 then - kb = kb * (tflp / punch_interval) - end - - r = r * (tflp / punch_interval) - end - - self.object:setvelocity({ - x = dir.x * kb, - y = 0, - z = dir.z * kb - }) - - self.pause_timer = r - end - - -- attack puncher and call other mobs for help - if self.passive == false - and not self.tamed then - - if self.state ~= "attack" then - do_attack(self, hitter) - end - - -- alert others to the attack - local obj = nil - - for _, oir in pairs(minetest.get_objects_inside_radius(hitter:getpos(), 5)) do - - obj = oir:get_luaentity() - - if obj then - - if obj.group_attack == true - and not obj.tamed --MFF(crabman) group tamed don't attack - and obj.state ~= "attack" then - do_attack(obj, hitter) - end - end - end - end - end, }) end -- END mobs:register_mob function @@ -1511,16 +1858,27 @@ mobs.spawning_mobs = {} function mobs:spawn_specific(name, nodes, neighbors, min_light, max_light, interval, chance, active_object_count, min_height, max_height, spawn_in_area) --MFF crabman + mobs.spawning_mobs[name] = true -- chance override in minetest.conf for registered mob local new_chance = tonumber(minetest.setting_get(name .. "_chance")) + if new_chance ~= nil then + + if chance == 0 then + --print("[Mobs Redo] " .. name .. " has spawning disabled") + return + end + chance = new_chance + print ("[Mobs Redo] Chance setting for " .. name .. " is now " .. chance) + end minetest.register_abm({ + nodenames = nodes, neighbors = neighbors, interval = interval, @@ -1538,8 +1896,18 @@ function mobs:spawn_specific(name, nodes, neighbors, min_light, max_light, -- spawn above node pos.y = pos.y + 1 + -- only spawn away from player + local objs = minetest.get_objects_inside_radius(pos, 10) + + for _,oir in pairs(objs) do + + if oir:is_player() then + return + end + end + -- mobs cannot spawn in protected areas when enabled - if mobs.protected == 1 + if spawn_protected == 1 and minetest.is_protected(pos, "") and not spawn_in_area then --MFF crabman return @@ -1566,10 +1934,19 @@ function mobs:spawn_specific(name, nodes, neighbors, min_light, max_light, return end - -- spawn mob half block higher then ground + -- spawn mob half block higher than ground pos.y = pos.y - 0.5 - minetest.add_entity(pos, name) - --print ("Spawned "..name.." at "..minetest.pos_to_string(pos).." on "..node.name.." near "..neighbors[1]) + + local mob = minetest.add_entity(pos, name) + + if mob and mob:get_luaentity() then +-- print ("[mobs] Spawned " .. name .. " at " +-- .. minetest.pos_to_string(pos) .. " on " +-- .. node.name .. " near " .. neighbors[1]) + else + print ("[mobs]" .. name .. " failed to spawn at " + .. minetest.pos_to_string(pos)) + end end }) @@ -1582,27 +1959,30 @@ function mobs:register_spawn(name, nodes, max_light, min_light, chance, active_o chance, active_object_count, -31000, max_height) end +-- set content id's +local c_air = minetest.get_content_id("air") +local c_ignore = minetest.get_content_id("ignore") +local c_obsidian = minetest.get_content_id("default:obsidian") +local c_brick = minetest.get_content_id("default:obsidianbrick") +local c_chest = minetest.get_content_id("default:chest_locked") + -- explosion (cannot break protected or unbreakable nodes) function mobs:explosion(pos, radius, fire, smoke, sound) + radius = radius or 0 fire = fire or 0 smoke = smoke or 0 - local pos = vector.round(pos) - local vm = VoxelManip() - local minp, maxp = vm:read_from_map(vector.subtract(pos, radius), vector.add(pos, radius)) - local a = VoxelArea:new({MinEdge = minp, MaxEdge = maxp}) - local data = vm:get_data() - local p = {} - local c_air = minetest.get_content_id("air") - local c_ignore = minetest.get_content_id("ignore") - local c_obsidian = minetest.get_content_id("default:obsidian") - local c_brick = minetest.get_content_id("default:obsidianbrick") - local c_chest = minetest.get_content_id("default:chest_locked") + -- if area protected or near map limits then no blast damage + if minetest.is_protected(pos, "") + or not within_limits(pos, radius) then + return + end -- explosion sound if sound and sound ~= "" then + minetest.sound_play(sound, { pos = pos, gain = 1.0, @@ -1610,11 +1990,14 @@ function mobs:explosion(pos, radius, fire, smoke, sound) }) end - -- if area protected or near map limits then no blast damage - if minetest.is_protected(pos, "") - or not within_limits(pos, radius) then - return - end + pos = vector.round(pos) -- voxelmanip doesn't work properly unless pos is rounded ?!?! + + local vm = VoxelManip() + local minp, maxp = vm:read_from_map(vector.subtract(pos, radius), vector.add(pos, radius)) + local a = VoxelArea:new({MinEdge = minp, MaxEdge = maxp}) + local data = vm:get_data() + local p = {} + local pr = PseudoRandom(os.time()) for z = -radius, radius do for y = -radius, radius do @@ -1624,7 +2007,9 @@ function mobs:explosion(pos, radius, fire, smoke, sound) p.x = pos.x + x p.y = pos.y + y p.z = pos.z + z + if p.y >= -19600 --MFF + and(x * x) + (y * y) + (z * z) <= (radius * radius) + pr:next(-radius, radius) and data[vi] ~= c_air and data[vi] ~= c_ignore and data[vi] ~= c_obsidian @@ -1632,22 +2017,26 @@ function mobs:explosion(pos, radius, fire, smoke, sound) and data[vi] ~= c_chest then local n = node_ok(p).name + if not minetest.is_protected(p, "") --/MFF (Crabman|06/23/2015) re-added node protected in areas and minetest.get_item_group(n, "unbreakable") ~= 1 and minetest.get_item_group(n, "nether") == 0 then + -- if chest then drop items inside if n == "default:chest" - or n == "3dchest:chest" then + or n == "3dchest:chest" + or n == "bones:bones" then local meta = minetest.get_meta(p) local inv = meta:get_inventory() - for i = 1, 32 do + for i = 1, inv:get_size("main") do local m_stack = inv:get_stack("main", i) local obj = minetest.add_item(p, m_stack) if obj then + obj:setvelocity({ x = math.random(-2, 2), y = 7, @@ -1661,17 +2050,20 @@ function mobs:explosion(pos, radius, fire, smoke, sound) if fire > 0 and (minetest.registered_nodes[n].groups.flammable or math.random(1, 100) <= 30) then + minetest.set_node(p, {name = "fire:basic_flame"}) else - minetest.remove_node(p) - end + minetest.set_node(p, {name = "air"}) - if smoke > 0 then - effect(p, 2, "tnt_smoke.png", 5) + if smoke > 0 then + effect(p, 2, "tnt_smoke.png", 5) + end end end end + vi = vi + 1 + end end end @@ -1683,6 +2075,7 @@ function mobs:register_arrow(name, def) if not name or not def then return end -- errorcheck minetest.register_entity(name, { + physical = false, visual = def.visual, visual_size = def.visual_size, @@ -1694,6 +2087,7 @@ function mobs:register_arrow(name, def) drop = def.drop or false, collisionbox = {0, 0, 0, 0, 0, 0}, -- remove box around arrows timer = 0, + switch = 0, on_step = function(self, dtime) @@ -1701,9 +2095,12 @@ function mobs:register_arrow(name, def) local pos = self.object:getpos() - if self.timer > 150 + if self.switch == 0 + or self.timer > 150 or not within_limits(pos, 0) then + self.object:remove() ; -- print ("removed arrow") + return end @@ -1716,8 +2113,11 @@ function mobs:register_arrow(name, def) self.hit_node(self, pos, node) if self.drop == true then + pos.y = pos.y + 1 + self.lastpos = (self.lastpos or pos) + minetest.add_item(self.lastpos, self.object:get_luaentity().name) end @@ -1746,14 +2146,18 @@ function mobs:register_arrow(name, def) and player:get_luaentity().name ~= self.object:get_luaentity().name and player:get_luaentity().name ~= "__builtin:item" and player:get_luaentity().name ~= "gauges:hp_bar" - and player:get_luaentity().name ~= "signs:text" then + and player:get_luaentity().name ~= "signs:text" + and player:get_luaentity().name ~= "itemframes:item" then self.hit_mob(self, player) + self.object:remove() ; -- print ("hit mob") + return end end end + self.lastpos = pos end }) @@ -1769,11 +2173,12 @@ function mobs:register_egg(mob, desc, background, addegg) end minetest.register_craftitem(mob, { + description = desc, inventory_image = invimg, - groups = {not_in_creative_inventory = 1}, -- MFF(Mg|11/25/2015) + groups = {not_in_creative_inventory = 1}, -- MFF creative (Mg|11/25/2015) on_place = function(itemstack, placer, pointed_thing) - if not minetest.check_player_privs(placer:get_player_name(), {server=true}) then + if not minetest.check_player_privs(placer:get_player_name(), {server=true}) then -- MFF creative return end local pos = pointed_thing.above @@ -1794,7 +2199,7 @@ function mobs:register_egg(mob, desc, background, addegg) end -- if not in creative then take item - if not minetest.setting_getbool("creative_mode") then + if not creative then itemstack:take_item() end end @@ -1824,14 +2229,18 @@ function mobs:capture_mob(self, clicker, chance_hand, chance_net, chance_lasso, -- is mob tamed? if self.tamed == false and force_take == false then + minetest.chat_send_player(name, "Not tamed!") + return end -- cannot pick up if not owner if self.owner ~= name and force_take == false then + minetest.chat_send_player(name, self.owner.." is owner!") + return end @@ -1845,13 +2254,19 @@ function mobs:capture_mob(self, clicker, chance_hand, chance_net, chance_lasso, chance = chance_hand elseif tool:get_name() == "mobs:net" then + chance = chance_net + tool:add_wear(4000) -- 17 uses + clicker:set_wielded_item(tool) elseif tool:get_name() == "mobs:magic_lasso" then + chance = chance_lasso + tool:add_wear(650) -- 100 uses + clicker:set_wielded_item(tool) end @@ -1860,7 +2275,9 @@ function mobs:capture_mob(self, clicker, chance_hand, chance_net, chance_lasso, -- calculate chance.. add to inventory if successful? if math.random(1, 100) <= chance then + clicker:get_inventory():add_item("main", mobname) + self.object:remove() else minetest.chat_send_player(name, "Missed!") @@ -1869,52 +2286,80 @@ function mobs:capture_mob(self, clicker, chance_hand, chance_net, chance_lasso, end end +local mob_obj = {} +local mob_sta = {} + -- feeding, taming and breeding (thanks blert2112) function mobs:feed_tame(self, clicker, feed_count, breed, tame) - if not self.follow then return false end + if not self.follow then + return false + end -- can eat/tame with item in hand if follow_holding(self, clicker) then - -- take item - if not minetest.setting_getbool("creative_mode") then + -- if not in creative then take item + if not creative then + local item = clicker:get_wielded_item() + item:take_item() + clicker:set_wielded_item(item) end - -- heal health - local hp = self.object:get_hp() - hp = hp + 4 - if hp >= self.hp_max then - hp = self.hp_max + -- increase health + self.health = self.health + 4 + + if self.health >= self.hp_max then + + self.health = self.hp_max + if self.htimer < 1 then + minetest.chat_send_player(clicker:get_player_name(), self.name:split(":")[2] - .. " at full health (" .. tostring(hp) .. ")") + .. " at full health (" .. tostring(self.health) .. ")") + self.htimer = 5 end end - self.object:set_hp(hp) - self.health = hp + + self.object:set_hp(self.health) + + update_tag(self) -- make children grow quicker if self.child == true then + self.hornytimer = self.hornytimer + 20 + return true end -- feed and tame self.food = (self.food or 0) + 1 - if self.food == feed_count then + if self.food >= feed_count then + self.food = 0 + if breed and self.hornytimer == 0 then self.horny = true end + self.gotten = false + if tame then + + if self.tamed == false then + minetest.chat_send_player(clicker:get_player_name(), + self.name:split(":")[2] + .. " has been tamed!") + end + self.tamed = true + if not self.owner or self.owner == "" then self.owner = clicker:get_player_name() end @@ -1922,14 +2367,75 @@ function mobs:feed_tame(self, clicker, feed_count, breed, tame) -- make sound when fed so many times if self.sounds.random then + minetest.sound_play(self.sounds.random, { object = self.object, max_hear_distance = self.sounds.distance }) end end + return true - else - return false end + + local item = clicker:get_wielded_item() + + -- if mob has been tamed you can name it with a nametag + if item:get_name() == "mobs:nametag" + and clicker:get_player_name() == self.owner then + + local name = clicker:get_player_name() + + -- store mob and nametag stack in external variables + mob_obj[name] = self + mob_sta[name] = item + + local tag = self.nametag or "" + + local formspec = "size[8,4]" + .. default.gui_bg + .. default.gui_bg_img + .. "field[0.5,1;7.5,0;name;Enter name and press button:;" .. tag .. "]" + .. "button_exit[2.5,3.5;3,1;mob_rename;Rename]" + minetest.show_formspec(name, "mobs_nametag", formspec) + end + + return false + end + +-- inspired by blockmen's nametag mod +minetest.register_on_player_receive_fields(function(player, formname, fields) + + -- right-clicked with nametag, name entered and button pressed? + if formname == "mobs_nametag" + and fields.mob_rename + and fields.name ~= "" then + + local name = player:get_player_name() + local ent = mob_obj[name] + + if not ent + or not ent.object then + return + end + + -- update nametag + ent.nametag = fields.name + update_tag(ent) + + -- if not in creative then take item + if not creative then + + local itemstack = mob_sta[name] + + itemstack:take_item() + player:set_wielded_item(itemstack) + end + + -- reset external variables + mob_obj[name] = nil + mob_sta[name] = nil + + end +end) diff --git a/mods/mobs/bunny.lua b/mods/mobs/bunny.lua index f73278a..60b7458 100755 --- a/mods/mobs/bunny.lua +++ b/mods/mobs/bunny.lua @@ -8,7 +8,9 @@ mobs:register_mob("mobs:bunny", { passive = true, reach = 1, -- health & armor - hp_min = 3, hp_max = 6, armor = 200, + hp_min = 3, + hp_max = 6, + armor = 200, -- textures and model collisionbox = {-0.268, -0.5, -0.268, 0.268, 0.167, 0.268}, visual = "mesh", @@ -18,13 +20,14 @@ mobs:register_mob("mobs:bunny", { {"mobs_bunny_grey.png"}, {"mobs_bunny_brown.png"}, {"mobs_bunny_white.png"}, - {"mobs_bunny_evil.png"}, }, -- sounds sounds = {}, makes_footstep_sound = false, -- speed and jump - walk_velocity = 1, run_velocity = 2, + walk_velocity = 1, + run_velocity = 2, + runaway = true, jump = true, -- drops meat when dead -- drops = { @@ -35,12 +38,16 @@ mobs:register_mob("mobs:bunny", { water_damage = 1, lava_damage = 4, light_damage = 0, + fear_height = 2, -- model animation animation = { speed_normal = 15, - stand_start = 1, stand_end = 15, - walk_start = 16, walk_end = 24, - punch_start = 16, punch_end = 24, + stand_start = 1, + stand_end = 15, + walk_start = 16, + walk_end = 24, + punch_start = 16, + punch_end = 24, }, -- follows carrot from farming redo follow = {"farming:carrot", "farming_plus:carrot_item"}, @@ -51,25 +58,35 @@ mobs:register_mob("mobs:bunny", { replace_with = "air", -- right click to pick up rabbit on_rightclick = function(self, clicker) - if not mobs:feed_tame(self, clicker, 4, true, true) then - -- Monty Python tribute - local item = clicker:get_wielded_item() - if item:get_name() == "mobs:lava_orb" then - if not minetest.setting_getbool("creative_mode") then - item:take_item() - clicker:set_wielded_item(item) - end - self.object:set_properties({ - textures = {"mobs_bunny_evil.png"}, - }) - self.type = "monster" - self.object:set_hp(20) - return + + -- feed or tame + if mobs:feed_tame(self, clicker, 4, true, true) then + return + end + + -- Monty Python tribute + local item = clicker:get_wielded_item() + + if item:get_name() == "mobs:lava_orb" then + + if not minetest.setting_getbool("creative_mode") then + item:take_item() + clicker:set_wielded_item(item) end + + self.object:set_properties({ + textures = {"mobs_bunny_evil.png"}, + }) + + self.type = "monster" + self.object:set_hp(20) + + return end mobs:capture_mob(self, clicker, 30, 50, 80, false, nil) end, + attack_type = "dogfight", damage = 5, }) diff --git a/mods/mobs/chicken.lua b/mods/mobs/chicken.lua index f1b056d..4eb76ec 100755 --- a/mods/mobs/chicken.lua +++ b/mods/mobs/chicken.lua @@ -7,7 +7,9 @@ mobs:register_mob("mobs:chicken", { -- is it aggressive passive = true, -- health & armor - hp_min = 4, hp_max = 8, armor = 200, + hp_min = 4, + hp_max = 8, + armor = 200, -- textures and model collisionbox = {-0.3, -0.75, -0.3, 0.3, 0.1, 0.3}, visual = "mesh", @@ -31,6 +33,8 @@ mobs:register_mob("mobs:chicken", { }, -- speed and jump walk_velocity = 1, + run_velocity = 3, + runaway = true, jump = true, -- drops raw chicken when dead -- drops = { @@ -43,6 +47,7 @@ mobs:register_mob("mobs:chicken", { light_damage = 0, fall_damage = 0, fall_speed = -8, + fear_height = 5, -- model animation animation = { speed_normal = 15, @@ -56,7 +61,9 @@ mobs:register_mob("mobs:chicken", { view_range = 8, on_rightclick = function(self, clicker) - mobs:feed_tame(self, clicker, 8, true, true) + if mobs:feed_tame(self, clicker, 8, true, true) then + return + end mobs:capture_mob(self, clicker, 30, 50, 80, false, nil) end, @@ -134,12 +141,12 @@ mobs:register_arrow("mobs:egg_entity", { end }) --- snowball throwing item +-- egg throwing item local egg_GRAVITY = 9 local egg_VELOCITY = 19 --- shoot snowball +-- shoot egg local mobs_shoot_egg = function (item, player, pointed_thing) local playerpos = player:getpos() minetest.sound_play("default_place_node_hard", { @@ -152,8 +159,10 @@ local mobs_shoot_egg = function (item, player, pointed_thing) y = playerpos.y +1.5, z = playerpos.z }, "mobs:egg_entity") + local ent = obj:get_luaentity() local dir = player:get_look_dir() - obj:get_luaentity().velocity = egg_VELOCITY -- needed for api internal timing + ent.velocity = egg_VELOCITY -- needed for api internal timing + ent.switch = 1 -- needed so that egg doesn't despawn straight away obj:setvelocity({ x = dir.x * egg_VELOCITY, y = dir.y * egg_VELOCITY, diff --git a/mods/mobs/cow.lua b/mods/mobs/cow.lua index 0df1b08..4ac30ac 100755 --- a/mods/mobs/cow.lua +++ b/mods/mobs/cow.lua @@ -48,40 +48,63 @@ mobs:register_mob("mobs:cow", { light_damage = 0, -- model animation animation = { - speed_normal = 15, speed_run = 15, - stand_start = 0, stand_end = 30, - walk_start = 35, walk_end = 65, - run_start = 105, run_end = 135, - punch_start = 70, punch_end = 100, + speed_normal = 15, + speed_run = 15, + stand_start = 0, + stand_end = 30, + walk_start = 35, + walk_end = 65, + run_start = 105, + run_end = 135, + punch_start = 70, + punch_end = 100, }, follow = "farming:wheat", view_range = 8, replace_rate = 50, replace_what = {"default:grass_3", "default:grass_4", "default:grass_5", "farming:wheat_8"}, replace_with = "air", + fear_height = 2, on_rightclick = function(self, clicker) - if not mobs:feed_tame(self, clicker, 8, true, true) then - local tool = clicker:get_wielded_item() - -- milk cow with empty bucket - if tool:get_name() == "bucket:bucket_empty" then - if self.gotten == true - or self.child == true then - return - end - local inv = clicker:get_inventory() - inv:remove_item("main", "bucket:bucket_empty") - if inv:room_for_item("main", {name = "mobs:bucket_milk"}) then - clicker:get_inventory():add_item("main", "mobs:bucket_milk") - else - local pos = self.object:getpos() - pos.y = pos.y + 0.5 - minetest.add_item(pos, {name = "mobs:bucket_milk"}) - end - self.gotten = true -- milked + -- feed or tame + if mobs:feed_tame(self, clicker, 8, true, true) then + return + end + + local tool = clicker:get_wielded_item() + + -- milk cow with empty bucket + if tool:get_name() == "bucket:bucket_empty" then + + --if self.gotten == true + if self.child == true then return end + + if self.gotten == true then + minetest.chat_send_player(clicker:get_player_name(), + "Cow already milked!") + return + end + + local inv = clicker:get_inventory() + + inv:remove_item("main", "bucket:bucket_empty") + + if inv:room_for_item("main", {name = "mobs:bucket_milk"}) then + clicker:get_inventory():add_item("main", "mobs:bucket_milk") + else + local pos = self.object:getpos() + pos.y = pos.y + 0.5 + minetest.add_item(pos, {name = "mobs:bucket_milk"}) + end + + self.gotten = true -- milked + + return end + mobs:capture_mob(self, clicker, 0, 5, 60, false, nil) end, }) diff --git a/mods/mobs/crafts.lua b/mods/mobs/crafts.lua index b2cb608..bc8582c 100755 --- a/mods/mobs/crafts.lua +++ b/mods/mobs/crafts.lua @@ -1,3 +1,15 @@ +-- nametag +minetest.register_craftitem("mobs:nametag", { + description = "Nametag", + inventory_image = "mobs_nametag.png", +}) + +core.register_craft({ + type = "shapeless", + output = "mobs:nametag", + recipe = {"default:paper", "dye:black", "farming:string"}, +}) + -- leather minetest.register_craftitem("mobs:leather", { description = "Leather", diff --git a/mods/mobs/goat.lua b/mods/mobs/goat.lua index 893c0ce..6d273fa 100755 --- a/mods/mobs/goat.lua +++ b/mods/mobs/goat.lua @@ -8,6 +8,7 @@ mobs:register_mob("mobs:goat", { passive = true, group_attack = true, attack_type = "dogfight", + reach = 2, damage = 4, -- health & armor hp_min = 15, diff --git a/mods/mobs/init.lua b/mods/mobs/init.lua index d375e88..d94e4c2 100755 --- a/mods/mobs/init.lua +++ b/mods/mobs/init.lua @@ -10,7 +10,7 @@ dofile(path.."/chicken.lua") -- JKmurray dofile(path.."/cow.lua") -- KrupnoPavel dofile(path.."/rat.lua") -- PilzAdam dofile(path.."/sheep.lua") -- PilzAdam -dofile(path.."/warthog.lua") -- KrupnoPavel +dofile(path.."/pig.lua") -- farfadet46 dofile(path.."/bee.lua") -- KrupnoPavel dofile(path.."/bunny.lua") -- ExeterDad dofile(path.."/kitten.lua") -- Jordach/BFD @@ -58,6 +58,9 @@ dofile(path.."/npc_female.lua") -- nuttmeg20 -- Mob Items dofile(path.."/crafts.lua") +-- Spawner +--dofile(path.."/spawner.lua") + -- Mob menu spawner special MFF dofile(path.."/mff_menu.lua") diff --git a/mods/mobs/kitten.lua b/mods/mobs/kitten.lua index 2f2ace2..b779145 100755 --- a/mods/mobs/kitten.lua +++ b/mods/mobs/kitten.lua @@ -7,7 +7,9 @@ mobs:register_mob("mobs:kitten", { -- is it aggressive passive = true, -- health & armor - hp_min = 4, hp_max = 8, armor = 200, + hp_min = 4, + hp_max = 8, + armor = 200, -- textures and model collisionbox = {-0.3, -0.3, -0.3, 0.3, 0.1, 0.3}, visual = "mesh", @@ -27,6 +29,8 @@ mobs:register_mob("mobs:kitten", { }, -- speed and jump walk_velocity = 0.6, + run_velocity = 2, + runaway = true, jump = false, -- drops string -- drops = { @@ -36,18 +40,23 @@ mobs:register_mob("mobs:kitten", { -- damaged by water_damage = 1, lava_damage = 5, + fear_height = 3, -- model animation animation = { speed_normal = 42, - stand_start = 97, stand_end = 192, - walk_start = 0, walk_end = 96, + stand_start = 97, + stand_end = 192, + walk_start = 0, + walk_end = 96, }, -- follows Rat and Raw Fish follow = {"mobs:rat", "ethereal:fish_raw"}, view_range = 10, -- feed with raw fish to tame or right click to pick up on_rightclick = function(self, clicker) - mobs:feed_tame(self, clicker, 4, true, true) + if mobs:feed_tame(self, clicker, 4, true, true) then + return + end mobs:capture_mob(self, clicker, 50, 50, 90, false, nil) end }) diff --git a/mods/mobs/models/mobs_pig.b3d b/mods/mobs/models/mobs_pig.b3d new file mode 100755 index 0000000000000000000000000000000000000000..1676c0c513bf7d8b844959376431059e97d3756e GIT binary patch literal 52879 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 literal 0 HcmV?d00001 diff --git a/mods/mobs/models/mobs_pumba.x b/mods/mobs/models/mobs_pumba.x deleted file mode 100755 index 895ec42..0000000 --- a/mods/mobs/models/mobs_pumba.x +++ /dev/null @@ -1,5316 +0,0 @@ -xof 0303txt 0032 - -template XSkinMeshHeader { - <3cf169ce-ff7c-44ab-93c0-f78f62d172e2> - WORD nMaxSkinWeightsPerVertex; - WORD nMaxSkinWeightsPerFace; - WORD nBones; -} - -template SkinWeights { - <6f0d123b-bad2-4167-a0d0-80224f25fabb> - STRING transformNodeName; - DWORD nWeights; - array DWORD vertexIndices[nWeights]; - array float weights[nWeights]; - Matrix4x4 matrixOffset; -} - -Frame Root { - FrameTransformMatrix { - 1.000000, 0.000000, 0.000000, 0.000000, - 0.000000, 0.000000, 1.000000, 0.000000, - 0.000000, 1.000000,-0.000000, 0.000000, - 0.000000, 0.000000, 0.000000, 1.000000;; - } - Frame Armature { - FrameTransformMatrix { - -0.000234, 2.732761, 0.000000, 0.000000, - -2.732761,-0.000234, 0.000000, 0.000000, - 0.000000, 0.000000, 2.732761, 0.000000, - 0.164184,-2.791352, 4.770043, 1.000000;; - } - Frame Armature_body2 { - FrameTransformMatrix { - 0.087606,-0.000000,-0.996155, 0.000000, - 0.996155, 0.000000, 0.087606, 0.000000, - 0.000000,-1.000000, 0.000000, 0.000000, - -0.155674, 0.000000, 0.000000, 1.000000;; - } - Frame Armature_head { - FrameTransformMatrix { - 0.000000, 0.000000, 1.000000, 0.000000, - 0.007902, 0.999969,-0.000000, 0.000000, - -0.999969, 0.007902, 0.000000, 0.000000, - -0.000000, 1.674146, 0.000000, 1.000000;; - } - } //End of Armature_head - Frame Armature_hvost { - FrameTransformMatrix { - -0.961313, 0.212562,-0.175201, 0.000000, - -0.203920,-0.976750,-0.066147, 0.000000, - -0.185188,-0.027861, 0.982308, 0.000000, - -0.371885,-0.304373,-0.053265, 1.000000;; - } - } //End of Armature_hvost - Frame Armature_noga3 { - FrameTransformMatrix { - 0.073289, 0.972682, 0.220268, 0.000000, - 0.997097,-0.076035, 0.004003, 0.000000, - 0.020641, 0.219336,-0.975431, 0.000000, - 0.532289,-0.143643, 0.710859, 1.000000;; - } - } //End of Armature_noga3 - Frame Armature_noga4 { - FrameTransformMatrix { - 0.073289, 0.972682, 0.220268, 0.000000, - 0.997097,-0.076035, 0.004003, 0.000000, - 0.020641, 0.219336,-0.975431, 0.000000, - 0.532289,-0.143643,-0.879248, 1.000000;; - } - } //End of Armature_noga4 - Frame Armature_noga2 { - FrameTransformMatrix { - 0.073289, 0.972682, 0.220268, 0.000000, - 0.997097,-0.076035, 0.004003, 0.000000, - 0.020641, 0.219335,-0.975431, 0.000000, - 0.700789, 1.772341,-0.879248, 1.000000;; - } - } //End of Armature_noga2 - Frame Armature_noga1 { - FrameTransformMatrix { - 0.073289, 0.972682, 0.220268, 0.000000, - 0.997097,-0.076035, 0.004003, 0.000000, - 0.020641, 0.219336,-0.975431, 0.000000, - 0.700789, 1.772341, 0.698612, 1.000000;; - } - } //End of Armature_noga1 - } //End of Armature_body2 - } //End of Armature - Frame Cube { - FrameTransformMatrix { - -0.000234, 2.732761, 0.000000, 0.000000, - -2.732761,-0.000234, 0.000000, 0.000000, - 0.000000, 0.000000, 2.732761, 0.000000, - -0.022274,-1.486684, 5.904222, 1.000000;; - } - Mesh { //Mesh Mesh - 408; - -1.000000;-1.000000;-1.000000;, - -1.000000; 1.000000;-1.000000;, - -1.000000; 1.000000; 0.013041;, - -1.000000;-1.000000; 0.013041;, - -1.000000; 1.000000;-1.000000;, - 1.000000; 1.000000;-1.000000;, - 1.000000; 1.000000; 1.000000;, - -1.000000; 1.000000; 0.013041;, - 1.782056;-1.000000;-1.494922;, - 1.782056; 1.000000;-1.494922;, - 1.000000; 1.000000;-1.000000;, - 1.000000;-1.000000;-1.000000;, - 1.000000;-1.000000;-1.000000;, - -1.000000;-1.000000;-1.000000;, - -1.000000;-1.000000; 0.013041;, - 1.000000;-1.000000; 1.000000;, - 1.000000;-1.000000;-1.000000;, - 1.000000; 1.000000;-1.000000;, - -1.000000; 1.000000;-1.000000;, - -1.000000;-1.000000;-1.000000;, - -1.000000;-1.000000; 0.013041;, - -1.000000; 1.000000; 0.013041;, - 1.000000; 1.000000; 1.000000;, - 1.000000;-1.000000; 1.000000;, - 2.929399;-0.653627;-1.366374;, - 2.929399; 0.653627;-1.366374;, - 1.782056; 1.000000;-1.494922;, - 1.782056;-1.000000;-1.494922;, - 1.000000; 1.000000; 1.000000;, - 1.000000; 1.000000;-1.000000;, - 1.782056; 1.000000;-1.494922;, - 1.782056; 1.000000; 1.000000;, - 1.782056; 1.000000; 1.000000;, - 1.782056;-1.000000; 1.000000;, - 1.000000;-1.000000; 1.000000;, - 1.000000; 1.000000; 1.000000;, - 1.782056;-1.000000; 1.000000;, - 1.782056;-1.000000;-1.494922;, - 1.000000;-1.000000;-1.000000;, - 1.000000;-1.000000; 1.000000;, - 3.192818;-0.423998;-0.769693;, - 3.192818; 0.423998;-0.769693;, - 2.929399; 0.653627;-1.366374;, - 2.929399;-0.653627;-1.366374;, - 2.389777;-0.653627; 0.653627;, - 2.929399;-0.653627;-1.366374;, - 1.782056;-1.000000;-1.494922;, - 1.782056;-1.000000; 1.000000;, - 1.782056; 1.000000; 1.000000;, - 1.782056; 1.000000;-1.494922;, - 2.929399; 0.653627;-1.366374;, - 2.389777; 0.653627; 0.653627;, - 2.389777; 0.653627; 0.653627;, - 2.389777;-0.653627; 0.653627;, - 1.782056;-1.000000; 1.000000;, - 1.782056; 1.000000; 1.000000;, - 3.363553;-0.423998;-0.551867;, - 3.363553; 0.423998;-0.551867;, - 3.192818; 0.423998;-0.769693;, - 3.192818;-0.423998;-0.769693;, - 2.389777; 0.653627; 0.653627;, - 2.929399; 0.653627;-1.366374;, - 3.192818; 0.423998;-0.769693;, - 2.653195; 0.423998; 0.296128;, - 2.653195; 0.423998; 0.296128;, - 2.653195;-0.423998; 0.296128;, - 2.389777;-0.653627; 0.653627;, - 2.389777; 0.653627; 0.653627;, - 2.653195;-0.423998; 0.296128;, - 3.192818;-0.423998;-0.769693;, - 2.929399;-0.653627;-1.366374;, - 2.389777;-0.653627; 0.653627;, - 3.363553; 0.423998;-0.551867;, - 3.363553;-0.423998;-0.551867;, - 3.363553;-0.423998; 0.296128;, - 3.363553; 0.423998; 0.296128;, - 3.363553; 0.423998; 0.296128;, - 3.363553;-0.423998; 0.296128;, - 2.653195;-0.423998; 0.296128;, - 2.653195; 0.423998; 0.296128;, - 3.363553;-0.423998; 0.296128;, - 3.363553;-0.423998;-0.551867;, - 3.192818;-0.423998;-0.769693;, - 2.653195;-0.423998; 0.296128;, - 2.653195; 0.423998; 0.296128;, - 3.192818; 0.423998;-0.769693;, - 3.363553; 0.423998;-0.551867;, - 3.363553; 0.423998; 0.296128;, - 2.944614;-0.144918;-0.645865;, - 2.944614; 0.200745;-0.645865;, - 2.944614; 0.200745;-0.319240;, - 2.944614;-0.144918;-0.319240;, - 2.944614;-0.144918;-0.645865;, - 3.271239;-0.144918;-0.645865;, - 3.271239;-0.144918;-0.645865;, - 2.944614;-0.144918;-0.645865;, - 3.271239; 0.200745;-0.645865;, - 3.271239;-0.144918;-0.645865;, - 3.271239;-0.144918;-0.319240;, - 3.271239; 0.200745;-0.319240;, - 2.944614; 0.200745;-0.319240;, - 3.271239; 0.200745;-0.319240;, - 3.271239; 0.200745;-0.319240;, - 2.944614; 0.200745;-0.319240;, - 3.271239;-0.144918;-0.645865;, - 3.271239; 0.200745;-0.645865;, - 2.944614; 0.200745;-0.645865;, - 2.944614;-0.144918;-0.645865;, - 2.944614;-0.144918;-0.319240;, - 2.944614; 0.200745;-0.319240;, - 3.271239; 0.200745;-0.319240;, - 3.271239;-0.144918;-0.319240;, - 3.271239; 0.200745;-0.645865;, - 2.944614; 0.200745;-0.645865;, - 2.944614; 0.200745;-0.645865;, - 3.271239; 0.200745;-0.645865;, - 2.944614; 0.200745;-0.319240;, - 2.944614; 0.200745;-0.645865;, - 2.944614; 0.200745;-0.645865;, - 2.944614; 0.200745;-0.319240;, - 3.271239;-0.144918;-0.319240;, - 3.271239;-0.144918;-0.645865;, - 3.271239;-0.144918;-0.645865;, - 3.271239;-0.144918;-0.319240;, - 2.944614;-0.144918;-0.645865;, - 2.944614;-0.144918;-0.319240;, - 2.944614;-0.144918;-0.319240;, - 2.944614;-0.144918;-0.645865;, - 3.271239;-0.144918;-0.319240;, - 2.944614;-0.144918;-0.319240;, - 2.944614;-0.144918;-0.319240;, - 3.271239;-0.144918;-0.319240;, - 3.271239; 0.200745;-0.319240;, - 3.271239; 0.200745;-0.645865;, - 3.271239; 0.200745;-0.645865;, - 3.271239; 0.200745;-0.319240;, - 3.158436;-0.843188; 0.129739;, - 3.158436;-0.935268; 0.129739;, - 3.057417;-0.935268; 0.129739;, - 3.057417;-0.843188; 0.129739;, - 2.944614; 0.200745;-0.319240;, - 2.944614; 0.647331;-0.319240;, - 3.271239; 0.647331;-0.319240;, - 3.271239; 0.200745;-0.319240;, - 3.271239; 0.200745;-0.319240;, - 3.271239; 0.647331;-0.319240;, - 3.271239; 0.647331;-0.645865;, - 3.271239; 0.200745;-0.645865;, - 3.271239; 0.200745;-0.645865;, - 3.271239; 0.647331;-0.645865;, - 2.944614; 0.647331;-0.645865;, - 2.944614; 0.200745;-0.645865;, - 2.944614; 0.200745;-0.645865;, - 2.944614; 0.647331;-0.645865;, - 2.944614; 0.647331;-0.319240;, - 2.944614; 0.200745;-0.319240;, - 3.063179; 0.860849; 0.129739;, - 3.063179; 0.942425; 0.129739;, - 3.152674; 0.942425; 0.129739;, - 3.152674; 0.860849; 0.129739;, - 3.271239;-0.144918;-0.319240;, - 3.271239;-0.591504;-0.319240;, - 2.944614;-0.591504;-0.319240;, - 2.944614;-0.144918;-0.319240;, - 2.944614;-0.144918;-0.319240;, - 2.944614;-0.591504;-0.319240;, - 2.944614;-0.591504;-0.645865;, - 2.944614;-0.144918;-0.645865;, - 2.944614;-0.144918;-0.645865;, - 2.944614;-0.591504;-0.645865;, - 3.271239;-0.591504;-0.645865;, - 3.271239;-0.144918;-0.645865;, - 3.271239;-0.144918;-0.645865;, - 3.271239;-0.591504;-0.645865;, - 3.271239;-0.591504;-0.319240;, - 3.271239;-0.144918;-0.319240;, - 2.944614; 0.945055;-0.645865;, - 3.271239; 0.945055;-0.645865;, - 3.271239; 0.945055;-0.319240;, - 2.944614; 0.945055;-0.319240;, - 3.152674; 0.860849; 0.129739;, - 3.152674; 0.942425; 0.129739;, - 3.271239; 0.945055;-0.319240;, - 3.271239; 0.647331;-0.319240;, - 3.271239; 0.647331;-0.319240;, - 3.271239; 0.945055;-0.319240;, - 3.271239; 0.945055;-0.645865;, - 3.271239; 0.647331;-0.645865;, - 3.271239; 0.647331;-0.645865;, - 3.271239; 0.945055;-0.645865;, - 2.944614; 0.945055;-0.645865;, - 2.944614; 0.647331;-0.645865;, - 2.944614; 0.647331;-0.645865;, - 2.944614; 0.945055;-0.645865;, - 2.944614; 0.945055;-0.319240;, - 2.944614; 0.647331;-0.319240;, - 3.271239;-0.889228;-0.645865;, - 2.944614;-0.889228;-0.645865;, - 2.944614;-0.889228;-0.319240;, - 3.271239;-0.889228;-0.319240;, - 3.158436;-0.843188; 0.129739;, - 3.057417;-0.843188; 0.129739;, - 2.944614;-0.591504;-0.319240;, - 3.271239;-0.591504;-0.319240;, - 2.944614;-0.591504;-0.319240;, - 2.944614;-0.889228;-0.319240;, - 2.944614;-0.889228;-0.645865;, - 2.944614;-0.591504;-0.645865;, - 2.944614;-0.591504;-0.645865;, - 2.944614;-0.889228;-0.645865;, - 3.271239;-0.889228;-0.645865;, - 3.271239;-0.591504;-0.645865;, - 3.271239;-0.591504;-0.645865;, - 3.271239;-0.889228;-0.645865;, - 3.271239;-0.889228;-0.319240;, - 3.271239;-0.591504;-0.319240;, - 3.063179; 0.860849; 0.129739;, - 3.152674; 0.860849; 0.129739;, - 3.271239; 0.647331;-0.319240;, - 2.944614; 0.647331;-0.319240;, - 3.158436;-0.935268; 0.129739;, - 3.158436;-0.843188; 0.129739;, - 3.271239;-0.591504;-0.319240;, - 3.271239;-0.889228;-0.319240;, - 3.271239;-0.889228;-0.319240;, - 2.944614;-0.889228;-0.319240;, - 3.057417;-0.935268; 0.129739;, - 3.158436;-0.935268; 0.129739;, - 3.063179; 0.942425; 0.129739;, - 3.063179; 0.860849; 0.129739;, - 2.944614; 0.647331;-0.319240;, - 2.944614; 0.945055;-0.319240;, - 2.944614; 0.945055;-0.319240;, - 3.271239; 0.945055;-0.319240;, - 3.152674; 0.942425; 0.129739;, - 3.063179; 0.942425; 0.129739;, - 3.057417;-0.843188; 0.129739;, - 3.057417;-0.935268; 0.129739;, - 2.944614;-0.889228;-0.319240;, - 2.944614;-0.591504;-0.319240;, - -0.905841;-0.958383;-2.117298;, - -0.905841;-0.605846;-2.117298;, - -0.905841;-0.605846;-1.011325;, - -0.905841;-0.958383;-1.011325;, - -0.905841;-0.605846;-2.117298;, - -0.553305;-0.605846;-2.117298;, - -0.553305;-0.605846;-1.011325;, - -0.905841;-0.605846;-1.011325;, - -0.553305;-0.605846;-2.117298;, - -0.553305;-0.958383;-2.117298;, - -0.553305;-0.958383;-1.011325;, - -0.553305;-0.605846;-1.011325;, - -0.553305;-0.958383;-2.117298;, - -0.905841;-0.958383;-2.117298;, - -0.905841;-0.958383;-1.011325;, - -0.553305;-0.958383;-1.011325;, - -0.553305;-0.958383;-2.117298;, - -0.553305;-0.605846;-2.117298;, - -0.905841;-0.605846;-2.117298;, - -0.905841;-0.958383;-2.117298;, - -0.905841;-0.958383;-1.011325;, - -0.905841;-0.605846;-1.011325;, - -0.553305;-0.605846;-1.011325;, - -0.553305;-0.958383;-1.011325;, - -0.905841; 0.626523;-2.117298;, - -0.905841; 0.979060;-2.117298;, - -0.905841; 0.979060;-1.011325;, - -0.905841; 0.626523;-1.011325;, - -0.905841; 0.979060;-2.117298;, - -0.553305; 0.979060;-2.117298;, - -0.553305; 0.979060;-1.011325;, - -0.905841; 0.979060;-1.011325;, - -0.553305; 0.979060;-2.117298;, - -0.553305; 0.626523;-2.117298;, - -0.553305; 0.626523;-1.011325;, - -0.553305; 0.979060;-1.011325;, - -0.553305; 0.626523;-2.117298;, - -0.905841; 0.626523;-2.117298;, - -0.905841; 0.626523;-1.011325;, - -0.553305; 0.626523;-1.011325;, - -0.553305; 0.626523;-2.117298;, - -0.553305; 0.979060;-2.117298;, - -0.905841; 0.979060;-2.117298;, - -0.905841; 0.626523;-2.117298;, - -0.905841; 0.626523;-1.011325;, - -0.905841; 0.979060;-1.011325;, - -0.553305; 0.979060;-1.011325;, - -0.553305; 0.626523;-1.011325;, - 1.029230; 0.626523;-2.117298;, - 1.029230; 0.979060;-2.117298;, - 1.029230; 0.979060;-1.011325;, - 1.029230; 0.626523;-1.011325;, - 1.029230; 0.979060;-2.117298;, - 1.381767; 0.979060;-2.117298;, - 1.381767; 0.979060;-1.011325;, - 1.029230; 0.979060;-1.011325;, - 1.381767; 0.979060;-2.117298;, - 1.381767; 0.626523;-2.117298;, - 1.381767; 0.626523;-1.011325;, - 1.381767; 0.979060;-1.011325;, - 1.381767; 0.626523;-2.117298;, - 1.029230; 0.626523;-2.117298;, - 1.029230; 0.626523;-1.011325;, - 1.381767; 0.626523;-1.011325;, - 1.381767; 0.626523;-2.117298;, - 1.381767; 0.979060;-2.117298;, - 1.029230; 0.979060;-2.117298;, - 1.029230; 0.626523;-2.117298;, - 1.029230; 0.626523;-1.011325;, - 1.029230; 0.979060;-1.011325;, - 1.381767; 0.979060;-1.011325;, - 1.381767; 0.626523;-1.011325;, - 1.029230;-0.968674;-2.117298;, - 1.029230;-0.616137;-2.117298;, - 1.029230;-0.616137;-1.011325;, - 1.029230;-0.968674;-1.011325;, - 1.029230;-0.616137;-2.117298;, - 1.381767;-0.616137;-2.117298;, - 1.381767;-0.616137;-1.011325;, - 1.029230;-0.616137;-1.011325;, - 1.381767;-0.616137;-2.117298;, - 1.381767;-0.968674;-2.117298;, - 1.381767;-0.968674;-1.011325;, - 1.381767;-0.616137;-1.011325;, - 1.381767;-0.968674;-2.117298;, - 1.029230;-0.968674;-2.117298;, - 1.029230;-0.968674;-1.011325;, - 1.381767;-0.968674;-1.011325;, - 1.381767;-0.968674;-2.117298;, - 1.381767;-0.616137;-2.117298;, - 1.029230;-0.616137;-2.117298;, - 1.029230;-0.968674;-2.117298;, - 1.029230;-0.968674;-1.011325;, - 1.029230;-0.616137;-1.011325;, - 1.381767;-0.616137;-1.011325;, - 1.381767;-0.968674;-1.011325;, - -1.798844;-0.135824;-0.084023;, - -1.798844; 0.174168;-0.084023;, - -1.798844; 0.174168; 0.225970;, - -1.798844;-0.135824; 0.225970;, - -1.798844; 0.174168;-0.084023;, - -0.975902; 0.174168;-0.272977;, - -0.975902; 0.174168; 0.037015;, - -1.798844; 0.174168; 0.225970;, - -0.975902; 0.174168;-0.272977;, - -0.975902;-0.135824;-0.272977;, - -0.975902;-0.135824; 0.037015;, - -0.975902; 0.174168; 0.037015;, - -0.975902;-0.135824;-0.272977;, - -1.798844;-0.135824;-0.084023;, - -1.798844;-0.135824; 0.225970;, - -0.975902;-0.135824; 0.037015;, - -0.975902;-0.135824;-0.272977;, - -0.975902; 0.174168;-0.272977;, - -1.798844; 0.174168;-0.084023;, - -1.798844;-0.135824;-0.084023;, - -1.798844;-0.135824; 0.225970;, - -1.798844; 0.174168; 0.225970;, - -0.975902; 0.174168; 0.037015;, - -0.975902;-0.135824; 0.037015;, - 1.449429;-0.717499; 0.974606;, - 1.643658;-0.708508; 0.974200;, - 1.649909;-0.819067; 1.747433;, - 1.455680;-0.828058; 1.747839;, - 1.643658;-0.708508; 0.974200;, - 1.653159;-0.915680; 0.931782;, - 1.662708;-1.100848; 1.398462;, - 1.649909;-0.819067; 1.747433;, - 1.653159;-0.915680; 0.931782;, - 1.458930;-0.924671; 0.932188;, - 1.468478;-1.109839; 1.398868;, - 1.662708;-1.100848; 1.398462;, - 1.458930;-0.924671; 0.932188;, - 1.449429;-0.717499; 0.974606;, - 1.455680;-0.828058; 1.747839;, - 1.468478;-1.109839; 1.398868;, - 1.458930;-0.924671; 0.932188;, - 1.653159;-0.915680; 0.931782;, - 1.643658;-0.708508; 0.974200;, - 1.449429;-0.717499; 0.974606;, - 1.455680;-0.828058; 1.747839;, - 1.649909;-0.819067; 1.747433;, - 1.662708;-1.100848; 1.398462;, - 1.468478;-1.109839; 1.398868;, - 1.405700; 0.856790; 0.983993;, - 1.596236; 0.818034; 0.984066;, - 1.645591; 1.061609; 1.662321;, - 1.455054; 1.100365; 1.662248;, - 1.596236; 0.818034; 0.984066;, - 1.633956; 1.003299; 0.888862;, - 1.693816; 1.298348; 1.290771;, - 1.645591; 1.061609; 1.662321;, - 1.633956; 1.003299; 0.888862;, - 1.443419; 1.042055; 0.888789;, - 1.503279; 1.337104; 1.290698;, - 1.693816; 1.298348; 1.290771;, - 1.443419; 1.042055; 0.888789;, - 1.405700; 0.856790; 0.983993;, - 1.455054; 1.100365; 1.662248;, - 1.503279; 1.337104; 1.290698;, - 1.443419; 1.042055; 0.888789;, - 1.633956; 1.003299; 0.888862;, - 1.596236; 0.818034; 0.984066;, - 1.405700; 0.856790; 0.983993;, - 1.455054; 1.100365; 1.662248;, - 1.645591; 1.061609; 1.662321;, - 1.693816; 1.298348; 1.290771;, - 1.503279; 1.337104; 1.290698;; - 102; - 4;0;1;2;3;, - 4;4;5;6;7;, - 4;8;9;10;11;, - 4;12;13;14;15;, - 4;16;17;18;19;, - 4;20;21;22;23;, - 4;24;25;26;27;, - 4;28;29;30;31;, - 4;32;33;34;35;, - 4;36;37;38;39;, - 4;40;41;42;43;, - 4;44;45;46;47;, - 4;48;49;50;51;, - 4;52;53;54;55;, - 4;56;57;58;59;, - 4;60;61;62;63;, - 4;64;65;66;67;, - 4;68;69;70;71;, - 4;72;73;74;75;, - 4;76;77;78;79;, - 4;80;81;82;83;, - 4;84;85;86;87;, - 4;88;89;90;91;, - 4;92;93;94;95;, - 4;96;97;98;99;, - 4;100;101;102;103;, - 4;104;105;106;107;, - 4;108;109;110;111;, - 4;112;113;114;115;, - 4;116;117;118;119;, - 4;120;121;122;123;, - 4;124;125;126;127;, - 4;128;129;130;131;, - 4;132;133;134;135;, - 4;136;137;138;139;, - 4;140;141;142;143;, - 4;144;145;146;147;, - 4;148;149;150;151;, - 4;152;153;154;155;, - 4;156;157;158;159;, - 4;160;161;162;163;, - 4;164;165;166;167;, - 4;168;169;170;171;, - 4;172;173;174;175;, - 4;176;177;178;179;, - 4;180;181;182;183;, - 4;184;185;186;187;, - 4;188;189;190;191;, - 4;192;193;194;195;, - 4;196;197;198;199;, - 4;200;201;202;203;, - 4;204;205;206;207;, - 4;208;209;210;211;, - 4;212;213;214;215;, - 4;216;217;218;219;, - 4;220;221;222;223;, - 4;224;225;226;227;, - 4;228;229;230;231;, - 4;232;233;234;235;, - 4;236;237;238;239;, - 4;240;241;242;243;, - 4;244;245;246;247;, - 4;248;249;250;251;, - 4;252;253;254;255;, - 4;256;257;258;259;, - 4;260;261;262;263;, - 4;264;265;266;267;, - 4;268;269;270;271;, - 4;272;273;274;275;, - 4;276;277;278;279;, - 4;280;281;282;283;, - 4;284;285;286;287;, - 4;288;289;290;291;, - 4;292;293;294;295;, - 4;296;297;298;299;, - 4;300;301;302;303;, - 4;304;305;306;307;, - 4;308;309;310;311;, - 4;312;313;314;315;, - 4;316;317;318;319;, - 4;320;321;322;323;, - 4;324;325;326;327;, - 4;328;329;330;331;, - 4;332;333;334;335;, - 4;336;337;338;339;, - 4;340;341;342;343;, - 4;344;345;346;347;, - 4;348;349;350;351;, - 4;352;353;354;355;, - 4;356;357;358;359;, - 4;360;361;362;363;, - 4;364;365;366;367;, - 4;368;369;370;371;, - 4;372;373;374;375;, - 4;376;377;378;379;, - 4;380;381;382;383;, - 4;384;385;386;387;, - 4;388;389;390;391;, - 4;392;393;394;395;, - 4;396;397;398;399;, - 4;400;401;402;403;, - 4;404;405;406;407;; - MeshNormals { //Mesh Normals - 408; - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - -0.534759; 0.000000;-0.845005;, - -0.534759; 0.000000;-0.845005;, - -0.534759; 0.000000;-0.845005;, - -0.534759; 0.000000;-0.845005;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.442530; 0.000000; 0.896754;, - -0.442530; 0.000000; 0.896754;, - -0.442530; 0.000000; 0.896754;, - -0.442530; 0.000000; 0.896754;, - 0.111343; 0.000000;-0.993782;, - 0.111343; 0.000000;-0.993782;, - 0.111343; 0.000000;-0.993782;, - 0.111343; 0.000000;-0.993782;, - -0.000000; 1.000000; 0.000000;, - -0.000000; 1.000000; 0.000000;, - -0.000000; 1.000000; 0.000000;, - -0.000000; 1.000000; 0.000000;, - 0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 1.000000;, - -0.000000;-1.000000; 0.000000;, - -0.000000;-1.000000; 0.000000;, - -0.000000;-1.000000; 0.000000;, - -0.000000;-1.000000; 0.000000;, - 0.914818; 0.000000;-0.403867;, - 0.914818; 0.000000;-0.403867;, - 0.914818; 0.000000;-0.403867;, - 0.914818; 0.000000;-0.403867;, - 0.371549;-0.927351; 0.044407;, - 0.371549;-0.927351; 0.044407;, - 0.371549;-0.927351; 0.044407;, - 0.371549;-0.927351; 0.044407;, - 0.371549; 0.927351; 0.044407;, - 0.371549; 0.927351; 0.044407;, - 0.371549; 0.927351; 0.044407;, - 0.371549; 0.927351; 0.044407;, - 0.495174; 0.000000; 0.868794;, - 0.495174; 0.000000; 0.868794;, - 0.495174; 0.000000; 0.868794;, - 0.495174; 0.000000; 0.868794;, - 0.787044; 0.000000;-0.616897;, - 0.787044; 0.000000;-0.616897;, - 0.787044; 0.000000;-0.616897;, - 0.787044; 0.000000;-0.616897;, - 0.588302; 0.782027; 0.205754;, - 0.588302; 0.782027; 0.205754;, - 0.588302; 0.782027; 0.205754;, - 0.588302; 0.782027; 0.205754;, - 0.805057; 0.000000; 0.593197;, - 0.805057; 0.000000; 0.593197;, - 0.805057; 0.000000; 0.593197;, - 0.805057; 0.000000; 0.593197;, - 0.588302;-0.782027; 0.205754;, - 0.588302;-0.782027; 0.205754;, - 0.588302;-0.782027; 0.205754;, - 0.588302;-0.782027; 0.205754;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 1.000000;, - -0.000000;-1.000000; 0.000000;, - -0.000000;-1.000000; 0.000000;, - -0.000000;-1.000000; 0.000000;, - -0.000000;-1.000000; 0.000000;, - -0.000000; 1.000000; 0.000000;, - -0.000000; 1.000000; 0.000000;, - -0.000000; 1.000000; 0.000000;, - -0.000000; 1.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 0.000000;, - 0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - 1.000000; 0.000000; 0.000000;, - 1.000000; 0.000000; 0.000000;, - 1.000000; 0.000000; 0.000000;, - 1.000000; 0.000000; 0.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 1.000000;, - 0.000000; 0.000000; 1.000000;, - -1.000000; 0.000000;-0.000000;, - -1.000000; 0.000000;-0.000000;, - -1.000000; 0.000000;-0.000000;, - -1.000000; 0.000000;-0.000000;, - 0.000000; 0.000000;-1.000000;, - 0.000000; 0.000000;-1.000000;, - 0.000000; 0.000000;-1.000000;, - 0.000000; 0.000000;-1.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.966856; 0.000000; 0.255323;, - 0.966856; 0.000000; 0.255323;, - 0.966856; 0.000000; 0.255323;, - 0.966856; 0.000000; 0.255323;, - 1.000000; 0.000000; 0.000000;, - 1.000000; 0.000000; 0.000000;, - 1.000000; 0.000000; 0.000000;, - 1.000000; 0.000000; 0.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000; 0.872294; 0.488981;, - 0.000000; 0.872294; 0.488981;, - 0.000000; 0.872294; 0.488981;, - 0.000000; 0.872294; 0.488981;, - -1.000000; 0.000000;-0.000000;, - -1.000000; 0.000000;-0.000000;, - -1.000000; 0.000000;-0.000000;, - -1.000000; 0.000000;-0.000000;, - 0.000000; 0.000000;-1.000000;, - 0.000000; 0.000000;-1.000000;, - 0.000000; 0.000000;-1.000000;, - 0.000000; 0.000000;-1.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 0.000000;-0.903080; 0.429472;, - 0.000000;-0.903080; 0.429472;, - 0.000000;-0.903080; 0.429472;, - 0.000000;-0.903080; 0.429472;, - 0.969858; 0.000000; 0.243670;, - 0.969858; 0.000000; 0.243670;, - 0.969858; 0.000000; 0.243670;, - 0.969858; 0.000000; 0.243670;, - 0.000000;-0.994784;-0.102009;, - 0.000000;-0.994784;-0.102009;, - 0.000000;-0.994784;-0.102009;, - 0.000000;-0.994784;-0.102009;, - -0.966856; 0.000000; 0.255323;, - -0.966856; 0.000000; 0.255323;, - -0.966856; 0.000000; 0.255323;, - -0.966856; 0.000000; 0.255323;, - 0.000000; 0.999983; 0.005858;, - 0.000000; 0.999983; 0.005858;, - 0.000000; 0.999983; 0.005858;, - 0.000000; 0.999983; 0.005858;, - -0.969858; 0.000000; 0.243669;, - -0.969858; 0.000000; 0.243669;, - -0.969858; 0.000000; 0.243669;, - -0.969858; 0.000000; 0.243669;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000;-1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -0.000000; 0.000000; 1.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - -1.000000; 0.000000; 0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 0.000000; 1.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 1.000000; 0.000000;-0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - 0.000000;-1.000000; 0.000000;, - -0.223785; 0.000000;-0.974638;, - -0.223785; 0.000000;-0.974638;, - -0.223785; 0.000000;-0.974638;, - -0.223785; 0.000000;-0.974638;, - 0.223785; 0.000000; 0.974638;, - 0.223785; 0.000000; 0.974638;, - 0.223785; 0.000000; 0.974638;, - 0.223785; 0.000000; 0.974638;, - -0.045477; 0.988856; 0.141757;, - -0.045477; 0.988856; 0.141757;, - -0.045477; 0.988856; 0.141757;, - -0.045477; 0.988856; 0.141757;, - 0.998903; 0.046809;-0.001564;, - 0.998903; 0.046809;-0.001564;, - 0.998903; 0.046809;-0.001564;, - 0.998903; 0.046809;-0.001564;, - 0.042202;-0.928382;-0.369224;, - 0.042202;-0.928382;-0.369224;, - 0.042202;-0.928382;-0.369224;, - 0.042202;-0.928382;-0.369224;, - -0.998903;-0.046808; 0.001564;, - -0.998903;-0.046808; 0.001564;, - -0.998903;-0.046808; 0.001564;, - -0.998903;-0.046808; 0.001564;, - -0.011313; 0.200076;-0.979715;, - -0.011313; 0.200076;-0.979715;, - -0.011313; 0.200076;-0.979715;, - -0.011313; 0.200076;-0.979715;, - 0.037275;-0.776820; 0.628619;, - 0.037275;-0.776820; 0.628619;, - 0.037275;-0.776820; 0.628619;, - 0.037275;-0.776820; 0.628619;, - 0.187279; 0.920085;-0.344049;, - 0.187279; 0.920085;-0.344049;, - 0.187279; 0.920085;-0.344049;, - 0.187279; 0.920085;-0.344049;, - -0.979946; 0.199263;-0.000281;, - -0.979946; 0.199263;-0.000281;, - -0.979946; 0.199263;-0.000281;, - -0.979946; 0.199263;-0.000281;, - -0.159748;-0.784251; 0.599525;, - -0.159748;-0.784251; 0.599525;, - -0.159748;-0.784251; 0.599525;, - -0.159748;-0.784251; 0.599525;, - 0.979946;-0.199262; 0.000281;, - 0.979946;-0.199262; 0.000281;, - 0.979946;-0.199262; 0.000281;, - 0.979946;-0.199262; 0.000281;, - 0.089315; 0.440791; 0.893155;, - 0.089315; 0.440791; 0.893155;, - 0.089315; 0.440791; 0.893155;, - 0.089315; 0.440791; 0.893155;, - -0.166899;-0.821566;-0.545137;, - -0.166899;-0.821566;-0.545137;, - -0.166899;-0.821566;-0.545137;, - -0.166899;-0.821566;-0.545137;; - 102; - 4;0;1;2;3;, - 4;4;5;6;7;, - 4;8;9;10;11;, - 4;12;13;14;15;, - 4;16;17;18;19;, - 4;20;21;22;23;, - 4;24;25;26;27;, - 4;28;29;30;31;, - 4;32;33;34;35;, - 4;36;37;38;39;, - 4;40;41;42;43;, - 4;44;45;46;47;, - 4;48;49;50;51;, - 4;52;53;54;55;, - 4;56;57;58;59;, - 4;60;61;62;63;, - 4;64;65;66;67;, - 4;68;69;70;71;, - 4;72;73;74;75;, - 4;76;77;78;79;, - 4;80;81;82;83;, - 4;84;85;86;87;, - 4;88;89;90;91;, - 4;92;93;94;95;, - 4;96;97;98;99;, - 4;100;101;102;103;, - 4;104;105;106;107;, - 4;108;109;110;111;, - 4;112;113;114;115;, - 4;116;117;118;119;, - 4;120;121;122;123;, - 4;124;125;126;127;, - 4;128;129;130;131;, - 4;132;133;134;135;, - 4;136;137;138;139;, - 4;140;141;142;143;, - 4;144;145;146;147;, - 4;148;149;150;151;, - 4;152;153;154;155;, - 4;156;157;158;159;, - 4;160;161;162;163;, - 4;164;165;166;167;, - 4;168;169;170;171;, - 4;172;173;174;175;, - 4;176;177;178;179;, - 4;180;181;182;183;, - 4;184;185;186;187;, - 4;188;189;190;191;, - 4;192;193;194;195;, - 4;196;197;198;199;, - 4;200;201;202;203;, - 4;204;205;206;207;, - 4;208;209;210;211;, - 4;212;213;214;215;, - 4;216;217;218;219;, - 4;220;221;222;223;, - 4;224;225;226;227;, - 4;228;229;230;231;, - 4;232;233;234;235;, - 4;236;237;238;239;, - 4;240;241;242;243;, - 4;244;245;246;247;, - 4;248;249;250;251;, - 4;252;253;254;255;, - 4;256;257;258;259;, - 4;260;261;262;263;, - 4;264;265;266;267;, - 4;268;269;270;271;, - 4;272;273;274;275;, - 4;276;277;278;279;, - 4;280;281;282;283;, - 4;284;285;286;287;, - 4;288;289;290;291;, - 4;292;293;294;295;, - 4;296;297;298;299;, - 4;300;301;302;303;, - 4;304;305;306;307;, - 4;308;309;310;311;, - 4;312;313;314;315;, - 4;316;317;318;319;, - 4;320;321;322;323;, - 4;324;325;326;327;, - 4;328;329;330;331;, - 4;332;333;334;335;, - 4;336;337;338;339;, - 4;340;341;342;343;, - 4;344;345;346;347;, - 4;348;349;350;351;, - 4;352;353;354;355;, - 4;356;357;358;359;, - 4;360;361;362;363;, - 4;364;365;366;367;, - 4;368;369;370;371;, - 4;372;373;374;375;, - 4;376;377;378;379;, - 4;380;381;382;383;, - 4;384;385;386;387;, - 4;388;389;390;391;, - 4;392;393;394;395;, - 4;396;397;398;399;, - 4;400;401;402;403;, - 4;404;405;406;407;; - } //End of Mesh Normals - MeshMaterialList { //Mesh Material List - 1; - 1; - 0;; - Material Default_Material { - 0.800000; 0.800000; 0.800000; 0.800000;; - 96.078431; - 0.500000; 0.500000; 0.500000;; - 0.000000; 0.000000; 0.000000;; - } - } //End of Mesh Material List - MeshTextureCoords { //Mesh UV Coordinates - 408; - 0.386811; 0.472283;, - 0.272912; 0.618747;, - 0.227425; 0.549647;, - 0.299564; 0.438277;, - 0.272912; 0.618747;, - 0.082190; 0.676898;, - 0.050502; 0.456036;, - 0.227425; 0.549647;, - 0.522138; 0.121679;, - 0.417251; 0.121679;, - 0.417251; 0.073143;, - 0.522138; 0.073143;, - 0.396334; 0.265386;, - 0.386811; 0.472283;, - 0.299564; 0.438277;, - 0.181004; 0.294413;, - 0.396334; 0.265386;, - 0.603231; 0.274910;, - 0.593707; 0.481806;, - 0.386811; 0.472283;, - 0.299564; 0.438277;, - 0.227425; 0.549647;, - 0.050502; 0.456036;, - 0.181004; 0.294413;, - 0.503973; 0.182226;, - 0.435416; 0.182226;, - 0.417251; 0.121679;, - 0.522138; 0.121679;, - 0.750355; 0.507719;, - 0.987093; 0.687609;, - 0.960706; 0.838343;, - 0.716963; 0.603832;, - 0.716963; 0.603832;, - 0.458562; 0.612200;, - 0.423581; 0.504655;, - 0.750355; 0.507719;, - 0.458562; 0.612200;, - 0.226735; 0.850015;, - 0.191236; 0.703989;, - 0.423581; 0.504655;, - 0.491930; 0.216432;, - 0.447459; 0.216432;, - 0.435416; 0.182226;, - 0.503973; 0.182226;, - 0.492461; 0.693426;, - 0.392732; 0.954402;, - 0.226735; 0.850015;, - 0.458562; 0.612200;, - 0.716963; 0.603832;, - 0.960706; 0.838343;, - 0.802252; 0.955339;, - 0.691288; 0.690751;, - 0.691288; 0.690751;, - 0.492461; 0.693426;, - 0.458562; 0.612200;, - 0.716963; 0.603832;, - 0.491930; 0.230946;, - 0.447459; 0.230946;, - 0.447459; 0.216432;, - 0.491930; 0.216432;, - 0.691288; 0.690751;, - 0.802252; 0.955339;, - 0.707973; 0.950323;, - 0.691716; 0.787540;, - 0.691716; 0.787540;, - 0.493187; 0.787479;, - 0.492461; 0.693426;, - 0.691288; 0.690751;, - 0.493187; 0.787479;, - 0.486624; 0.943277;, - 0.392732; 0.954402;, - 0.492461; 0.693426;, - 0.637145; 0.955620;, - 0.553870; 0.954715;, - 0.554556; 0.858307;, - 0.637506; 0.861349;, - 0.637506; 0.861349;, - 0.554556; 0.858307;, - 0.493187; 0.787479;, - 0.691716; 0.787540;, - 0.554556; 0.858307;, - 0.553870; 0.954715;, - 0.486624; 0.943277;, - 0.493187; 0.787479;, - 0.691716; 0.787540;, - 0.707973; 0.950323;, - 0.637145; 0.955620;, - 0.637506; 0.861349;, - 0.136776; 0.106951;, - 0.175398; 0.107104;, - 0.176964; 0.144298;, - 0.136301; 0.144608;, - 0.132081; 0.106610;, - 0.131875; 0.071042;, - 0.136422; 0.071293;, - 0.136776; 0.106951;, - 0.175568; 0.219895;, - 0.137892; 0.219264;, - 0.136586; 0.182582;, - 0.177191; 0.182467;, - 0.181818; 0.144471;, - 0.182095; 0.182855;, - 0.177191; 0.182467;, - 0.176964; 0.144298;, - 0.136422; 0.071293;, - 0.174123; 0.070400;, - 0.175398; 0.107104;, - 0.136776; 0.106951;, - 0.136301; 0.144608;, - 0.176964; 0.144298;, - 0.177191; 0.182467;, - 0.136586; 0.182582;, - 0.178805; 0.070528;, - 0.180156; 0.107246;, - 0.175398; 0.107104;, - 0.174123; 0.070400;, - 0.176964; 0.144298;, - 0.175398; 0.107104;, - 0.180156; 0.107246;, - 0.181818; 0.144471;, - 0.136586; 0.182582;, - 0.137892; 0.219264;, - 0.133247; 0.219107;, - 0.131735; 0.182402;, - 0.136776; 0.106951;, - 0.136301; 0.144608;, - 0.131453; 0.144299;, - 0.132081; 0.106610;, - 0.131735; 0.182402;, - 0.131453; 0.144299;, - 0.136301; 0.144608;, - 0.136586; 0.182582;, - 0.182095; 0.182855;, - 0.180287; 0.220459;, - 0.175568; 0.219895;, - 0.177191; 0.182467;, - 0.376197; 0.227521;, - 0.376197; 0.238034;, - 0.364664; 0.238034;, - 0.364664; 0.227521;, - 0.181818; 0.144471;, - 0.239430; 0.142279;, - 0.240753; 0.187646;, - 0.182095; 0.182855;, - 0.182095; 0.182855;, - 0.240753; 0.187646;, - 0.229919; 0.226625;, - 0.180287; 0.220459;, - 0.178805; 0.070528;, - 0.228965; 0.068210;, - 0.228236; 0.104812;, - 0.180156; 0.107246;, - 0.180156; 0.107246;, - 0.228236; 0.104812;, - 0.239430; 0.142279;, - 0.181818; 0.144471;, - 0.365979; 0.226984;, - 0.365979; 0.217670;, - 0.376197; 0.217670;, - 0.376197; 0.226984;, - 0.131735; 0.182402;, - 0.073243; 0.184232;, - 0.075088; 0.140495;, - 0.131453; 0.144299;, - 0.131453; 0.144299;, - 0.075088; 0.140495;, - 0.085363; 0.103454;, - 0.132081; 0.106610;, - 0.132081; 0.106610;, - 0.085363; 0.103454;, - 0.084043; 0.071544;, - 0.131875; 0.071042;, - 0.133247; 0.219107;, - 0.085694; 0.225219;, - 0.073243; 0.184232;, - 0.131735; 0.182402;, - 0.253165; 0.098905;, - 0.263783; 0.073376;, - 0.293335; 0.096939;, - 0.267343; 0.121520;, - 0.300314; 0.167277;, - 0.306474; 0.173391;, - 0.271868; 0.208653;, - 0.240753; 0.187646;, - 0.240753; 0.187646;, - 0.271868; 0.208653;, - 0.257409; 0.238034;, - 0.229919; 0.226625;, - 0.228965; 0.068210;, - 0.263783; 0.073376;, - 0.253165; 0.098905;, - 0.228236; 0.104812;, - 0.228236; 0.104812;, - 0.253165; 0.098905;, - 0.267343; 0.121520;, - 0.239430; 0.142279;, - 0.053926; 0.074823;, - 0.063678; 0.101658;, - 0.046916; 0.118072;, - 0.026989; 0.093996;, - 0.012396; 0.160519;, - 0.013229; 0.150105;, - 0.075088; 0.140495;, - 0.073243; 0.184232;, - 0.075088; 0.140495;, - 0.046916; 0.118072;, - 0.063678; 0.101658;, - 0.085363; 0.103454;, - 0.085363; 0.103454;, - 0.063678; 0.101658;, - 0.053926; 0.074823;, - 0.084043; 0.071544;, - 0.085694; 0.225219;, - 0.053143; 0.238034;, - 0.039084; 0.202323;, - 0.073243; 0.184232;, - 0.299601; 0.157935;, - 0.300314; 0.167277;, - 0.240753; 0.187646;, - 0.239430; 0.142279;, - 0.004685; 0.166594;, - 0.012396; 0.160519;, - 0.073243; 0.184232;, - 0.039084; 0.202323;, - 0.026989; 0.093996;, - 0.046916; 0.118072;, - 0.007433; 0.142454;, - 0.000268; 0.134683;, - 0.305143; 0.151001;, - 0.299601; 0.157935;, - 0.239430; 0.142279;, - 0.267343; 0.121520;, - 0.267343; 0.121520;, - 0.293335; 0.096939;, - 0.313027; 0.145070;, - 0.305143; 0.151001;, - 0.013229; 0.150105;, - 0.007433; 0.142454;, - 0.046916; 0.118072;, - 0.075088; 0.140495;, - 0.674790; 0.390072;, - 0.623481; 0.390072;, - 0.625199; 0.074486;, - 0.676508; 0.074486;, - 0.828718; 0.390072;, - 0.777409; 0.390072;, - 0.779127; 0.074486;, - 0.830436; 0.074486;, - 0.777409; 0.390072;, - 0.726099; 0.390072;, - 0.727817; 0.074486;, - 0.779127; 0.074486;, - 0.726099; 0.390072;, - 0.674790; 0.390072;, - 0.676508; 0.074486;, - 0.727817; 0.074486;, - 0.376734; 0.197783;, - 0.416984; 0.197783;, - 0.416984; 0.238034;, - 0.376734; 0.238034;, - 0.338959; 0.032478;, - 0.379210; 0.032478;, - 0.379210; 0.072728;, - 0.338959; 0.072728;, - 0.672241; 0.389947;, - 0.620931; 0.389947;, - 0.622649; 0.074361;, - 0.673959; 0.074361;, - 0.826169; 0.389947;, - 0.774859; 0.389947;, - 0.776577; 0.074361;, - 0.827887; 0.074361;, - 0.774859; 0.389947;, - 0.723550; 0.389947;, - 0.725268; 0.074361;, - 0.776577; 0.074361;, - 0.723550; 0.389947;, - 0.672241; 0.389947;, - 0.673959; 0.074361;, - 0.725268; 0.074361;, - 0.932559; 0.503812;, - 0.972810; 0.503812;, - 0.972810; 0.544062;, - 0.932559; 0.544062;, - 0.416984; 0.156996;, - 0.416984; 0.197247;, - 0.376734; 0.197247;, - 0.376734; 0.156996;, - 0.675511; 0.387510;, - 0.624201; 0.387510;, - 0.625919; 0.071924;, - 0.677229; 0.071924;, - 0.829438; 0.387510;, - 0.778129; 0.387510;, - 0.779847; 0.071924;, - 0.831157; 0.071925;, - 0.778129; 0.387510;, - 0.726820; 0.387510;, - 0.728538; 0.071924;, - 0.779847; 0.071924;, - 0.726820; 0.387510;, - 0.675511; 0.387510;, - 0.677229; 0.071924;, - 0.728538; 0.071924;, - 0.932559; 0.287954;, - 0.972810; 0.287954;, - 0.972810; 0.328204;, - 0.932559; 0.328204;, - 0.972810; 0.463024;, - 0.972810; 0.503275;, - 0.932559; 0.503275;, - 0.932559; 0.463024;, - 0.673879; 0.389027;, - 0.622570; 0.389027;, - 0.624287; 0.073442;, - 0.675597; 0.073442;, - 0.827807; 0.389027;, - 0.776497; 0.389027;, - 0.778216; 0.073442;, - 0.829525; 0.073442;, - 0.776497; 0.389027;, - 0.725188; 0.389027;, - 0.726906; 0.073442;, - 0.778216; 0.073442;, - 0.725188; 0.389027;, - 0.673879; 0.389027;, - 0.675597; 0.073442;, - 0.726906; 0.073442;, - 0.379210; 0.073265;, - 0.379210; 0.113515;, - 0.338959; 0.113515;, - 0.338959; 0.073265;, - 0.932559; 0.287417;, - 0.932559; 0.247167;, - 0.972810; 0.247167;, - 0.972810; 0.287417;, - 0.967952; 0.328741;, - 0.967952; 0.364134;, - 0.932559; 0.364134;, - 0.932559; 0.328741;, - 0.879503; 0.118087;, - 0.879503; 0.214490;, - 0.845007; 0.206570;, - 0.845007; 0.110167;, - 0.967952; 0.462488;, - 0.932559; 0.462488;, - 0.932559; 0.427095;, - 0.967952; 0.427095;, - 0.914896; 0.214490;, - 0.914896; 0.118087;, - 0.949391; 0.110167;, - 0.949391; 0.206570;, - 0.914896; 0.214490;, - 0.879503; 0.214490;, - 0.879503; 0.118087;, - 0.914896; 0.118087;, - 0.949391; 0.110167;, - 0.984784; 0.110167;, - 0.984784; 0.206570;, - 0.949391; 0.206570;, - 0.118063; 0.784242;, - 0.116259; 0.796985;, - 0.037635; 0.759206;, - 0.056242; 0.733033;, - 0.116259; 0.796985;, - 0.147033; 0.813827;, - 0.062771; 0.835151;, - 0.037635; 0.759206;, - 0.147033; 0.813827;, - 0.130208; 0.785009;, - 0.133534; 0.733033;, - 0.162499; 0.739022;, - 0.130208; 0.785009;, - 0.118063; 0.784242;, - 0.056242; 0.733033;, - 0.133534; 0.733033;, - 0.130208; 0.785009;, - 0.147033; 0.813827;, - 0.116259; 0.796985;, - 0.118063; 0.784242;, - 0.196420; 0.835210;, - 0.196395; 0.858875;, - 0.141782; 0.858875;, - 0.141807; 0.835210;, - 0.092391; 0.909330;, - 0.079222; 0.905191;, - 0.115874; 0.835210;, - 0.141722; 0.852985;, - 0.079222; 0.905191;, - 0.061070; 0.933885;, - 0.037635; 0.850835;, - 0.115874; 0.835210;, - 0.061070; 0.933885;, - 0.090075; 0.921329;, - 0.141722; 0.932145;, - 0.131792; 0.959529;, - 0.090075; 0.921329;, - 0.092391; 0.909330;, - 0.141722; 0.852985;, - 0.141722; 0.932145;, - 0.090075; 0.921329;, - 0.061070; 0.933885;, - 0.079222; 0.905191;, - 0.092391; 0.909330;, - 0.141785; 0.959529;, - 0.141782; 0.935864;, - 0.195723; 0.935864;, - 0.195726; 0.959529;; - } //End of Mesh UV Coordinates - XSkinMeshHeader { - 1; - 3; - 7; - } - SkinWeights { - "Armature_noga3"; - 24; - 240, - 241, - 242, - 243, - 244, - 245, - 246, - 247, - 248, - 249, - 250, - 251, - 252, - 253, - 254, - 255, - 256, - 257, - 258, - 259, - 260, - 261, - 262, - 263; - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000; - 0.975363, 0.011610, 0.220301, 0.000000, - -0.220268,-0.004003, 0.975431, 0.000000, - 0.012206,-0.999924,-0.001347, 0.000000, - 0.551675,-0.952433, 0.919341, 1.000000;; - } //End of Armature_noga3 Skin Weights - SkinWeights { - "Armature_body2"; - 28; - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 28, - 29, - 34, - 35, - 38, - 39; - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000; - 0.087606, 0.996155, 0.000000, 0.000000, - -0.000000, 0.000000,-1.000000, 0.000000, - -0.996155, 0.087606, 0.000000, 0.000000, - -0.357971, 0.667023,-0.068190, 1.000000;; - } //End of Armature_body2 Skin Weights - SkinWeights { - "Armature_noga4"; - 24; - 264, - 265, - 266, - 267, - 268, - 269, - 270, - 271, - 272, - 273, - 274, - 275, - 276, - 277, - 278, - 279, - 280, - 281, - 282, - 283, - 284, - 285, - 286, - 287; - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000; - 0.975363, 0.011610, 0.220301, 0.000000, - -0.220268,-0.004003, 0.975431, 0.000000, - 0.012206,-0.999924,-0.001347, 0.000000, - 0.901926,-0.946068,-0.631700, 1.000000;; - } //End of Armature_noga4 Skin Weights - SkinWeights { - "Armature_head"; - 260; - 8, - 9, - 24, - 25, - 26, - 27, - 30, - 31, - 32, - 33, - 36, - 37, - 40, - 41, - 42, - 43, - 44, - 45, - 46, - 47, - 48, - 49, - 50, - 51, - 52, - 53, - 54, - 55, - 56, - 57, - 58, - 59, - 60, - 61, - 62, - 63, - 64, - 65, - 66, - 67, - 68, - 69, - 70, - 71, - 72, - 73, - 74, - 75, - 76, - 77, - 78, - 79, - 80, - 81, - 82, - 83, - 84, - 85, - 86, - 87, - 88, - 89, - 90, - 91, - 92, - 93, - 94, - 95, - 96, - 97, - 98, - 99, - 100, - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120, - 121, - 122, - 123, - 124, - 125, - 126, - 127, - 128, - 129, - 130, - 131, - 132, - 133, - 134, - 135, - 136, - 137, - 138, - 139, - 140, - 141, - 142, - 143, - 144, - 145, - 146, - 147, - 148, - 149, - 150, - 151, - 152, - 153, - 154, - 155, - 156, - 157, - 158, - 159, - 160, - 161, - 162, - 163, - 164, - 165, - 166, - 167, - 168, - 169, - 170, - 171, - 172, - 173, - 174, - 175, - 176, - 177, - 178, - 179, - 180, - 181, - 182, - 183, - 184, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192, - 193, - 194, - 195, - 196, - 197, - 198, - 199, - 200, - 201, - 202, - 203, - 204, - 205, - 206, - 207, - 208, - 209, - 210, - 211, - 212, - 213, - 214, - 215, - 216, - 217, - 218, - 219, - 220, - 221, - 222, - 223, - 224, - 225, - 226, - 227, - 228, - 229, - 230, - 231, - 232, - 233, - 234, - 235, - 236, - 237, - 238, - 239, - 360, - 361, - 362, - 363, - 364, - 365, - 366, - 367, - 368, - 369, - 370, - 371, - 372, - 373, - 374, - 375, - 376, - 377, - 378, - 379, - 380, - 381, - 382, - 383, - 384, - 385, - 386, - 387, - 388, - 389, - 390, - 391, - 392, - 393, - 394, - 395, - 396, - 397, - 398, - 399, - 400, - 401, - 402, - 403, - 404, - 405, - 406, - 407; - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000; - 0.000000, 1.000000, 0.000000, 0.000000, - -1.000000, 0.000000,-0.000000, 0.000000, - -0.000000, 0.000000, 1.000000, 0.000000, - -0.068190,-1.034611, 0.268365, 1.000000;; - } //End of Armature_head Skin Weights - SkinWeights { - "Armature_noga1"; - 24; - 312, - 313, - 314, - 315, - 316, - 317, - 318, - 319, - 320, - 321, - 322, - 323, - 324, - 325, - 326, - 327, - 328, - 329, - 330, - 331, - 332, - 333, - 334, - 335; - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000; - 0.975363, 0.011610, 0.220301, 0.000000, - -0.220268,-0.004003, 0.975431, 0.000000, - 0.012206,-0.999924,-0.001347, 0.000000, - -1.321620,-0.974714, 0.483673, 1.000000;; - } //End of Armature_noga1 Skin Weights - SkinWeights { - "Armature_noga2"; - 24; - 288, - 289, - 290, - 291, - 292, - 293, - 294, - 295, - 296, - 297, - 298, - 299, - 300, - 301, - 302, - 303, - 304, - 305, - 306, - 307, - 308, - 309, - 310, - 311; - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000; - 0.975363, 0.011610, 0.220301, 0.000000, - -0.220268,-0.004003, 0.975431, 0.000000, - 0.012206,-0.999924,-0.001347, 0.000000, - -0.974068,-0.968398,-1.055421, 1.000000;; - } //End of Armature_noga2 Skin Weights - SkinWeights { - "Armature_hvost"; - 24; - 336, - 337, - 338, - 339, - 340, - 341, - 342, - 343, - 344, - 345, - 346, - 347, - 348, - 349, - 350, - 351, - 352, - 353, - 354, - 355, - 356, - 357, - 358, - 359; - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000, - 1.000000; - 0.124841,-0.990569,-0.056459, 0.000000, - 0.006976, 0.057779,-0.998305, 0.000000, - 0.992152, 0.124235, 0.014123, 0.000000, - 0.191741,-0.950030,-0.068595, 1.000000;; - } //End of Armature_hvost Skin Weights - } //End of Mesh Mesh - } //End of Cube -} //End of Root Frame -AnimationSet { - Animation { - {Armature} - AnimationKey { //Position - 2; - 102; - 0;3; 0.164184,-2.791352, 4.770043;;, - 1;3; 0.164184,-2.791352, 4.770043;;, - 2;3; 0.164184,-2.791352, 4.770043;;, - 3;3; 0.164184,-2.791352, 4.770043;;, - 4;3; 0.164184,-2.791352, 4.770043;;, - 5;3; 0.164184,-2.791352, 4.770043;;, - 6;3; 0.164184,-2.791352, 4.770043;;, - 7;3; 0.164184,-2.791352, 4.770043;;, - 8;3; 0.164184,-2.791352, 4.770043;;, - 9;3; 0.164184,-2.791352, 4.770043;;, - 10;3; 0.164184,-2.791352, 4.770043;;, - 11;3; 0.164184,-2.791352, 4.770043;;, - 12;3; 0.164184,-2.791352, 4.770043;;, - 13;3; 0.164184,-2.791352, 4.770043;;, - 14;3; 0.164184,-2.791352, 4.770043;;, - 15;3; 0.164184,-2.791352, 4.770043;;, - 16;3; 0.164184,-2.791352, 4.770043;;, - 17;3; 0.164184,-2.791352, 4.770043;;, - 18;3; 0.164184,-2.791352, 4.770043;;, - 19;3; 0.164184,-2.791352, 4.770043;;, - 20;3; 0.164184,-2.791352, 4.770043;;, - 21;3; 0.164184,-2.791352, 4.770043;;, - 22;3; 0.164184,-2.791352, 4.770043;;, - 23;3; 0.164184,-2.791352, 4.770043;;, - 24;3; 0.164184,-2.791352, 4.770043;;, - 25;3; 0.164184,-2.791352, 4.770043;;, - 26;3; 0.164184,-2.791352, 4.770043;;, - 27;3; 0.164184,-2.791352, 4.770043;;, - 28;3; 0.164184,-2.791352, 4.770043;;, - 29;3; 0.164184,-2.791352, 4.770043;;, - 30;3; 0.164184,-2.791352, 4.770043;;, - 31;3; 0.164184,-2.791352, 4.770043;;, - 32;3; 0.164184,-2.791352, 4.770043;;, - 33;3; 0.164184,-2.791352, 4.770043;;, - 34;3; 0.164184,-2.791352, 4.770043;;, - 35;3; 0.164184,-2.791352, 4.770043;;, - 36;3; 0.164184,-2.791352, 4.770043;;, - 37;3; 0.164184,-2.791352, 4.770043;;, - 38;3; 0.164184,-2.791352, 4.770043;;, - 39;3; 0.164184,-2.791352, 4.770043;;, - 40;3; 0.164184,-2.791352, 4.770043;;, - 41;3; 0.164184,-2.791352, 4.770043;;, - 42;3; 0.164184,-2.791352, 4.770043;;, - 43;3; 0.164184,-2.791352, 4.770043;;, - 44;3; 0.164184,-2.791352, 4.770043;;, - 45;3; 0.164184,-2.791352, 4.770043;;, - 46;3; 0.164184,-2.791352, 4.770043;;, - 47;3; 0.164184,-2.791352, 4.770043;;, - 48;3; 0.164184,-2.791352, 4.770043;;, - 49;3; 0.164184,-2.791352, 4.770043;;, - 50;3; 0.164184,-2.791352, 4.770043;;, - 51;3; 0.164184,-2.791352, 4.770043;;, - 52;3; 0.164184,-2.791352, 4.770043;;, - 53;3; 0.164184,-2.791352, 4.770043;;, - 54;3; 0.164184,-2.791352, 4.770043;;, - 55;3; 0.164184,-2.791352, 4.770043;;, - 56;3; 0.164184,-2.791352, 4.770043;;, - 57;3; 0.164184,-2.791352, 4.770043;;, - 58;3; 0.164184,-2.791352, 4.770043;;, - 59;3; 0.164184,-2.791352, 4.770043;;, - 60;3; 0.164184,-2.791352, 4.770043;;, - 61;3; 0.164184,-2.791352, 4.770043;;, - 62;3; 0.164184,-2.791352, 4.770043;;, - 63;3; 0.164184,-2.791352, 4.770043;;, - 64;3; 0.164184,-2.791352, 4.770043;;, - 65;3; 0.164184,-2.791352, 4.770043;;, - 66;3; 0.164184,-2.791352, 4.770043;;, - 67;3; 0.164184,-2.791352, 4.770043;;, - 68;3; 0.164184,-2.791352, 4.770043;;, - 69;3; 0.164184,-2.791352, 4.770043;;, - 70;3; 0.164184,-2.791352, 4.770043;;, - 71;3; 0.164184,-2.791352, 4.770043;;, - 72;3; 0.164184,-2.791352, 4.770043;;, - 73;3; 0.164184,-2.791352, 4.770043;;, - 74;3; 0.164184,-2.791352, 4.770043;;, - 75;3; 0.164184,-2.791352, 4.770043;;, - 76;3; 0.164184,-2.791352, 4.770043;;, - 77;3; 0.164184,-2.791352, 4.770043;;, - 78;3; 0.164184,-2.791352, 4.770043;;, - 79;3; 0.164184,-2.791352, 4.770043;;, - 80;3; 0.164184,-2.791352, 4.770043;;, - 81;3; 0.164184,-2.791352, 4.770043;;, - 82;3; 0.164184,-2.791352, 4.770043;;, - 83;3; 0.164184,-2.791352, 4.770043;;, - 84;3; 0.164184,-2.791352, 4.770043;;, - 85;3; 0.164184,-2.791352, 4.770043;;, - 86;3; 0.164184,-2.791352, 4.770043;;, - 87;3; 0.164184,-2.791352, 4.770043;;, - 88;3; 0.164184,-2.791352, 4.770043;;, - 89;3; 0.164184,-2.791352, 4.770043;;, - 90;3; 0.164184,-2.791352, 4.770043;;, - 91;3; 0.164184,-2.791352, 4.770043;;, - 92;3; 0.164184,-2.791352, 4.770043;;, - 93;3; 0.164184,-2.791352, 4.770043;;, - 94;3; 0.164184,-2.791352, 4.770043;;, - 95;3; 0.164184,-2.791352, 4.770043;;, - 96;3; 0.164184,-2.791352, 4.770043;;, - 97;3; 0.164184,-2.791352, 4.770043;;, - 98;3; 0.164184,-2.791352, 4.770043;;, - 99;3; 0.164184,-2.791352, 4.770043;;, - 100;3; 0.164184,-2.791352, 4.770043;;, - 101;3; 0.164184,-2.791352, 4.770043;;; - } - AnimationKey { //Rotation - 0; - 102; - 0;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 1;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 2;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 3;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 4;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 5;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 6;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 7;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 8;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 9;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 10;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 11;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 12;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 13;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 14;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 15;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 16;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 17;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 18;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 19;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 20;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 21;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 22;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 23;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 24;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 25;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 26;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 27;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 28;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 29;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 30;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 31;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 32;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 33;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 34;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 35;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 36;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 37;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 38;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 39;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 40;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 41;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 42;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 43;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 44;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 45;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 46;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 47;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 48;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 49;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 50;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 51;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 52;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 53;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 54;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 55;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 56;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 57;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 58;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 59;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 60;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 61;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 62;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 63;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 64;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 65;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 66;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 67;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 68;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 69;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 70;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 71;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 72;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 73;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 74;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 75;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 76;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 77;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 78;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 79;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 80;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 81;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 82;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 83;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 84;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 85;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 86;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 87;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 88;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 89;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 90;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 91;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 92;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 93;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 94;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 95;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 96;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 97;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 98;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 99;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 100;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 101;4; -0.707076, 0.000000, 0.000000, 0.707137;;; - } - AnimationKey { //Scale - 1; - 102; - 0;3; 2.732761, 2.732761, 2.732761;;, - 1;3; 2.732761, 2.732761, 2.732761;;, - 2;3; 2.732761, 2.732761, 2.732761;;, - 3;3; 2.732761, 2.732761, 2.732761;;, - 4;3; 2.732761, 2.732761, 2.732761;;, - 5;3; 2.732761, 2.732761, 2.732761;;, - 6;3; 2.732761, 2.732761, 2.732761;;, - 7;3; 2.732761, 2.732761, 2.732761;;, - 8;3; 2.732761, 2.732761, 2.732761;;, - 9;3; 2.732761, 2.732761, 2.732761;;, - 10;3; 2.732761, 2.732761, 2.732761;;, - 11;3; 2.732761, 2.732761, 2.732761;;, - 12;3; 2.732761, 2.732761, 2.732761;;, - 13;3; 2.732761, 2.732761, 2.732761;;, - 14;3; 2.732761, 2.732761, 2.732761;;, - 15;3; 2.732761, 2.732761, 2.732761;;, - 16;3; 2.732761, 2.732761, 2.732761;;, - 17;3; 2.732761, 2.732761, 2.732761;;, - 18;3; 2.732761, 2.732761, 2.732761;;, - 19;3; 2.732761, 2.732761, 2.732761;;, - 20;3; 2.732761, 2.732761, 2.732761;;, - 21;3; 2.732761, 2.732761, 2.732761;;, - 22;3; 2.732761, 2.732761, 2.732761;;, - 23;3; 2.732761, 2.732761, 2.732761;;, - 24;3; 2.732761, 2.732761, 2.732761;;, - 25;3; 2.732761, 2.732761, 2.732761;;, - 26;3; 2.732761, 2.732761, 2.732761;;, - 27;3; 2.732761, 2.732761, 2.732761;;, - 28;3; 2.732761, 2.732761, 2.732761;;, - 29;3; 2.732761, 2.732761, 2.732761;;, - 30;3; 2.732761, 2.732761, 2.732761;;, - 31;3; 2.732761, 2.732761, 2.732761;;, - 32;3; 2.732761, 2.732761, 2.732761;;, - 33;3; 2.732761, 2.732761, 2.732761;;, - 34;3; 2.732761, 2.732761, 2.732761;;, - 35;3; 2.732761, 2.732761, 2.732761;;, - 36;3; 2.732761, 2.732761, 2.732761;;, - 37;3; 2.732761, 2.732761, 2.732761;;, - 38;3; 2.732761, 2.732761, 2.732761;;, - 39;3; 2.732761, 2.732761, 2.732761;;, - 40;3; 2.732761, 2.732761, 2.732761;;, - 41;3; 2.732761, 2.732761, 2.732761;;, - 42;3; 2.732761, 2.732761, 2.732761;;, - 43;3; 2.732761, 2.732761, 2.732761;;, - 44;3; 2.732761, 2.732761, 2.732761;;, - 45;3; 2.732761, 2.732761, 2.732761;;, - 46;3; 2.732761, 2.732761, 2.732761;;, - 47;3; 2.732761, 2.732761, 2.732761;;, - 48;3; 2.732761, 2.732761, 2.732761;;, - 49;3; 2.732761, 2.732761, 2.732761;;, - 50;3; 2.732761, 2.732761, 2.732761;;, - 51;3; 2.732761, 2.732761, 2.732761;;, - 52;3; 2.732761, 2.732761, 2.732761;;, - 53;3; 2.732761, 2.732761, 2.732761;;, - 54;3; 2.732761, 2.732761, 2.732761;;, - 55;3; 2.732761, 2.732761, 2.732761;;, - 56;3; 2.732761, 2.732761, 2.732761;;, - 57;3; 2.732761, 2.732761, 2.732761;;, - 58;3; 2.732761, 2.732761, 2.732761;;, - 59;3; 2.732761, 2.732761, 2.732761;;, - 60;3; 2.732761, 2.732761, 2.732761;;, - 61;3; 2.732761, 2.732761, 2.732761;;, - 62;3; 2.732761, 2.732761, 2.732761;;, - 63;3; 2.732761, 2.732761, 2.732761;;, - 64;3; 2.732761, 2.732761, 2.732761;;, - 65;3; 2.732761, 2.732761, 2.732761;;, - 66;3; 2.732761, 2.732761, 2.732761;;, - 67;3; 2.732761, 2.732761, 2.732761;;, - 68;3; 2.732761, 2.732761, 2.732761;;, - 69;3; 2.732761, 2.732761, 2.732761;;, - 70;3; 2.732761, 2.732761, 2.732761;;, - 71;3; 2.732761, 2.732761, 2.732761;;, - 72;3; 2.732761, 2.732761, 2.732761;;, - 73;3; 2.732761, 2.732761, 2.732761;;, - 74;3; 2.732761, 2.732761, 2.732761;;, - 75;3; 2.732761, 2.732761, 2.732761;;, - 76;3; 2.732761, 2.732761, 2.732761;;, - 77;3; 2.732761, 2.732761, 2.732761;;, - 78;3; 2.732761, 2.732761, 2.732761;;, - 79;3; 2.732761, 2.732761, 2.732761;;, - 80;3; 2.732761, 2.732761, 2.732761;;, - 81;3; 2.732761, 2.732761, 2.732761;;, - 82;3; 2.732761, 2.732761, 2.732761;;, - 83;3; 2.732761, 2.732761, 2.732761;;, - 84;3; 2.732761, 2.732761, 2.732761;;, - 85;3; 2.732761, 2.732761, 2.732761;;, - 86;3; 2.732761, 2.732761, 2.732761;;, - 87;3; 2.732761, 2.732761, 2.732761;;, - 88;3; 2.732761, 2.732761, 2.732761;;, - 89;3; 2.732761, 2.732761, 2.732761;;, - 90;3; 2.732761, 2.732761, 2.732761;;, - 91;3; 2.732761, 2.732761, 2.732761;;, - 92;3; 2.732761, 2.732761, 2.732761;;, - 93;3; 2.732761, 2.732761, 2.732761;;, - 94;3; 2.732761, 2.732761, 2.732761;;, - 95;3; 2.732761, 2.732761, 2.732761;;, - 96;3; 2.732761, 2.732761, 2.732761;;, - 97;3; 2.732761, 2.732761, 2.732761;;, - 98;3; 2.732761, 2.732761, 2.732761;;, - 99;3; 2.732761, 2.732761, 2.732761;;, - 100;3; 2.732761, 2.732761, 2.732761;;, - 101;3; 2.732761, 2.732761, 2.732761;;; - } - } - Animation { - {Armature_body2} - AnimationKey { //Position - 2; - 102; - 0;3; -0.155674, 0.000000, 0.000000;;, - 1;3; -0.155674, 0.000000, 0.000000;;, - 2;3; -0.155674, 0.000000, 0.000000;;, - 3;3; -0.155674, 0.000000, 0.000000;;, - 4;3; -0.155674, 0.000000, 0.000000;;, - 5;3; -0.155674, 0.000000, 0.000000;;, - 6;3; -0.155674, 0.000000, 0.000000;;, - 7;3; -0.155674, 0.000000, 0.000000;;, - 8;3; -0.155674, 0.000000, 0.000000;;, - 9;3; -0.155674, 0.000000, 0.000000;;, - 10;3; -0.155674, 0.000000, 0.000000;;, - 11;3; -0.155674, 0.000000, 0.000000;;, - 12;3; -0.155674, 0.000000, 0.000000;;, - 13;3; -0.155674, 0.000000, 0.000000;;, - 14;3; -0.155674, 0.000000, 0.000000;;, - 15;3; -0.155674, 0.000000, 0.000000;;, - 16;3; -0.155674, 0.000000, 0.000000;;, - 17;3; -0.155674, 0.000000, 0.000000;;, - 18;3; -0.155674, 0.000000, 0.000000;;, - 19;3; -0.155674, 0.000000, 0.000000;;, - 20;3; -0.155674, 0.000000, 0.000000;;, - 21;3; -0.155674, 0.000000, 0.000000;;, - 22;3; -0.155674, 0.000000, 0.000000;;, - 23;3; -0.155674, 0.000000, 0.000000;;, - 24;3; -0.155674, 0.000000, 0.000000;;, - 25;3; -0.155674, 0.000000, 0.000000;;, - 26;3; -0.155674, 0.000000, 0.000000;;, - 27;3; -0.155674, 0.000000, 0.000000;;, - 28;3; -0.155674, 0.000000, 0.000000;;, - 29;3; -0.155674, 0.000000, 0.000000;;, - 30;3; -0.155674, 0.000000, 0.000000;;, - 31;3; -0.155674, 0.000000, 0.000000;;, - 32;3; -0.155674, 0.000000, 0.000000;;, - 33;3; -0.155674, 0.000000, 0.000000;;, - 34;3; -0.155674, 0.000000, 0.000000;;, - 35;3; -0.155674, 0.000000, 0.000000;;, - 36;3; -0.155674, 0.000000, 0.000000;;, - 37;3; -0.155674, 0.000000, 0.000000;;, - 38;3; -0.155674, 0.000000, 0.000000;;, - 39;3; -0.155674, 0.000000, 0.000000;;, - 40;3; -0.155674, 0.000000, 0.000000;;, - 41;3; -0.155674, 0.000000, 0.000000;;, - 42;3; -0.155674, 0.000000, 0.000000;;, - 43;3; -0.155674, 0.000000, 0.000000;;, - 44;3; -0.155674, 0.000000, 0.000000;;, - 45;3; -0.155674, 0.000000, 0.000000;;, - 46;3; -0.155674, 0.000000, 0.000000;;, - 47;3; -0.155674, 0.000000, 0.000000;;, - 48;3; -0.155674, 0.000000, 0.000000;;, - 49;3; -0.155674, 0.000000, 0.000000;;, - 50;3; -0.155674, 0.000000, 0.000000;;, - 51;3; -0.155674, 0.000000, 0.000000;;, - 52;3; -0.155674, 0.000000, 0.000000;;, - 53;3; -0.155674, 0.000000, 0.000000;;, - 54;3; -0.155674, 0.000000, 0.000000;;, - 55;3; -0.155674, 0.000000, 0.000000;;, - 56;3; -0.155674, 0.000000, 0.000000;;, - 57;3; -0.155674, 0.000000, 0.000000;;, - 58;3; -0.155674, 0.000000, 0.000000;;, - 59;3; -0.155674, 0.000000, 0.000000;;, - 60;3; -0.155674, 0.000000, 0.000000;;, - 61;3; -0.155674, 0.000000, 0.000000;;, - 62;3; -0.155674, 0.000000, 0.000000;;, - 63;3; -0.155674, 0.000000, 0.000000;;, - 64;3; -0.155674, 0.000000, 0.000000;;, - 65;3; -0.155674, 0.000000, 0.000000;;, - 66;3; -0.155674, 0.000000, 0.000000;;, - 67;3; -0.155674, 0.000000, 0.000000;;, - 68;3; -0.155674, 0.000000, 0.000000;;, - 69;3; -0.155674, 0.000000, 0.000000;;, - 70;3; -0.155674, 0.000000, 0.000000;;, - 71;3; -0.155675, 0.000000, 0.013041;;, - 72;3; -0.155675, 0.000000, 0.049769;;, - 73;3; -0.155674, 0.000000, 0.096925;;, - 74;3; -0.155674,-0.000000, 0.133652;;, - 75;3; -0.155674,-0.000000, 0.146692;;, - 76;3; -0.155674,-0.000000, 0.145010;;, - 77;3; -0.155674,-0.000000, 0.139965;;, - 78;3; -0.155674,-0.000000, 0.131865;;, - 79;3; -0.155674,-0.000000, 0.121561;;, - 80;3; -0.155674,-0.000000, 0.110444;;, - 81;3; -0.155674,-0.000000, 0.100140;;, - 82;3; -0.155674,-0.000000, 0.092041;;, - 83;3; -0.155674,-0.000000, 0.086996;;, - 84;3; -0.155674,-0.000000, 0.085315;;, - 85;3; -0.155674,-0.000000, 0.093929;;, - 86;3; -0.155674,-0.000000, 0.118191;;, - 87;3; -0.155674,-0.000000, 0.149343;;, - 88;3; -0.155674,-0.000000, 0.173605;;, - 89;3; -0.155674,-0.000000, 0.182218;;, - 90;3; -0.155674,-0.000000, 0.176670;;, - 91;3; -0.155674,-0.000000, 0.159839;;, - 92;3; -0.155674, 0.000000, 0.133860;;, - 93;3; -0.155675, 0.000000, 0.104420;;, - 94;3; -0.155674, 0.000000, 0.078076;;, - 95;3; -0.155674,-0.000000, 0.058822;;, - 96;3; -0.155674, 0.000000, 0.043558;;, - 97;3; -0.155674, 0.000000, 0.028825;;, - 98;3; -0.155675, 0.000000, 0.016073;;, - 99;3; -0.155675, 0.000000, 0.006782;;, - 100;3; -0.155674, 0.000000, 0.001560;;, - 101;3; -0.155674, 0.000000, 0.000000;;; - } - AnimationKey { //Rotation - 0; - 102; - 0;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 1;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 2;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 3;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 4;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 5;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 6;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 7;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 8;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 9;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 10;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 11;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 12;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 13;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 14;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 15;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 16;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 17;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 18;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 19;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 20;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 21;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 22;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 23;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 24;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 25;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 26;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 27;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 28;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 29;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 30;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 31;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 32;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 33;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 34;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 35;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 36;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 37;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 38;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 39;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 40;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 41;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 42;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 43;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 44;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 45;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 46;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 47;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 48;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 49;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 50;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 51;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 52;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 53;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 54;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 55;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 56;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 57;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 58;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 59;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 60;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 61;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 62;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 63;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 64;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 65;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 66;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 67;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 68;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 69;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 70;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 71;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 72;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 73;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 74;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 75;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 76;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 77;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 78;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 79;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 80;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 81;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 82;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 83;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 84;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 85;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 86;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 87;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 88;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 89;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 90;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 91;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 92;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 93;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 94;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 95;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 96;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 97;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 98;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 99;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 100;4; -0.521442, 0.521442, 0.477597,-0.477597;;, - 101;4; -0.521442, 0.521442, 0.477597,-0.477597;;; - } - AnimationKey { //Scale - 1; - 102; - 0;3; 1.000000, 1.000000, 1.000000;;, - 1;3; 1.000000, 1.000000, 1.000000;;, - 2;3; 1.000000, 1.000000, 1.000000;;, - 3;3; 1.000000, 1.000000, 1.000000;;, - 4;3; 1.000000, 1.000000, 1.000000;;, - 5;3; 1.000000, 1.000000, 1.000000;;, - 6;3; 1.000000, 1.000000, 1.000000;;, - 7;3; 1.000000, 1.000000, 1.000000;;, - 8;3; 1.000000, 1.000000, 1.000000;;, - 9;3; 1.000000, 1.000000, 1.000000;;, - 10;3; 1.000000, 1.000000, 1.000000;;, - 11;3; 1.000000, 1.000000, 1.000000;;, - 12;3; 1.000000, 1.000000, 1.000000;;, - 13;3; 1.000000, 1.000000, 1.000000;;, - 14;3; 1.000000, 1.000000, 1.000000;;, - 15;3; 1.000000, 1.000000, 1.000000;;, - 16;3; 1.000000, 1.000000, 1.000000;;, - 17;3; 1.000000, 1.000000, 1.000000;;, - 18;3; 1.000000, 1.000000, 1.000000;;, - 19;3; 1.000000, 1.000000, 1.000000;;, - 20;3; 1.000000, 1.000000, 1.000000;;, - 21;3; 1.000000, 1.000000, 1.000000;;, - 22;3; 1.000000, 1.000000, 1.000000;;, - 23;3; 1.000000, 1.000000, 1.000000;;, - 24;3; 1.000000, 1.000000, 1.000000;;, - 25;3; 1.000000, 1.000000, 1.000000;;, - 26;3; 1.000000, 1.000000, 1.000000;;, - 27;3; 1.000000, 1.000000, 1.000000;;, - 28;3; 1.000000, 1.000000, 1.000000;;, - 29;3; 1.000000, 1.000000, 1.000000;;, - 30;3; 1.000000, 1.000000, 1.000000;;, - 31;3; 1.000000, 1.000000, 1.000000;;, - 32;3; 1.000000, 1.000000, 1.000000;;, - 33;3; 1.000000, 1.000000, 1.000000;;, - 34;3; 1.000000, 1.000000, 1.000000;;, - 35;3; 1.000000, 1.000000, 1.000000;;, - 36;3; 1.000000, 1.000000, 1.000000;;, - 37;3; 1.000000, 1.000000, 1.000000;;, - 38;3; 1.000000, 1.000000, 1.000000;;, - 39;3; 1.000000, 1.000000, 1.000000;;, - 40;3; 1.000000, 1.000000, 1.000000;;, - 41;3; 1.000000, 1.000000, 1.000000;;, - 42;3; 1.000000, 1.000000, 1.000000;;, - 43;3; 1.000000, 1.000000, 1.000000;;, - 44;3; 1.000000, 1.000000, 1.000000;;, - 45;3; 1.000000, 1.000000, 1.000000;;, - 46;3; 1.000000, 1.000000, 1.000000;;, - 47;3; 1.000000, 1.000000, 1.000000;;, - 48;3; 1.000000, 1.000000, 1.000000;;, - 49;3; 1.000000, 1.000000, 1.000000;;, - 50;3; 1.000000, 1.000000, 1.000000;;, - 51;3; 1.000000, 1.000000, 1.000000;;, - 52;3; 1.000000, 1.000000, 1.000000;;, - 53;3; 1.000000, 1.000000, 1.000000;;, - 54;3; 1.000000, 1.000000, 1.000000;;, - 55;3; 1.000000, 1.000000, 1.000000;;, - 56;3; 1.000000, 1.000000, 1.000000;;, - 57;3; 1.000000, 1.000000, 1.000000;;, - 58;3; 1.000000, 1.000000, 1.000000;;, - 59;3; 1.000000, 1.000000, 1.000000;;, - 60;3; 1.000000, 1.000000, 1.000000;;, - 61;3; 1.000000, 1.000000, 1.000000;;, - 62;3; 1.000000, 1.000000, 1.000000;;, - 63;3; 1.000000, 1.000000, 1.000000;;, - 64;3; 1.000000, 1.000000, 1.000000;;, - 65;3; 1.000000, 1.000000, 1.000000;;, - 66;3; 1.000000, 1.000000, 1.000000;;, - 67;3; 1.000000, 1.000000, 1.000000;;, - 68;3; 1.000000, 1.000000, 1.000000;;, - 69;3; 1.000000, 1.000000, 1.000000;;, - 70;3; 1.000000, 1.000000, 1.000000;;, - 71;3; 1.000000, 1.000000, 1.000000;;, - 72;3; 1.000000, 1.000000, 1.000000;;, - 73;3; 1.000000, 1.000000, 1.000000;;, - 74;3; 1.000000, 1.000000, 1.000000;;, - 75;3; 1.000000, 1.000000, 1.000000;;, - 76;3; 1.000000, 1.000000, 1.000000;;, - 77;3; 1.000000, 1.000000, 1.000000;;, - 78;3; 1.000000, 1.000000, 1.000000;;, - 79;3; 1.000000, 1.000000, 1.000000;;, - 80;3; 1.000000, 1.000000, 1.000000;;, - 81;3; 1.000000, 1.000000, 1.000000;;, - 82;3; 1.000000, 1.000000, 1.000000;;, - 83;3; 1.000000, 1.000000, 1.000000;;, - 84;3; 1.000000, 1.000000, 1.000000;;, - 85;3; 1.000000, 1.000000, 1.000000;;, - 86;3; 1.000000, 1.000000, 1.000000;;, - 87;3; 1.000000, 1.000000, 1.000000;;, - 88;3; 1.000000, 1.000000, 1.000000;;, - 89;3; 1.000000, 1.000000, 1.000000;;, - 90;3; 1.000000, 1.000000, 1.000000;;, - 91;3; 1.000000, 1.000000, 1.000000;;, - 92;3; 1.000000, 1.000000, 1.000000;;, - 93;3; 1.000000, 1.000000, 1.000000;;, - 94;3; 1.000000, 1.000000, 1.000000;;, - 95;3; 1.000000, 1.000000, 1.000000;;, - 96;3; 1.000000, 1.000000, 1.000000;;, - 97;3; 1.000000, 1.000000, 1.000000;;, - 98;3; 1.000000, 1.000000, 1.000000;;, - 99;3; 1.000000, 1.000000, 1.000000;;, - 100;3; 1.000000, 1.000000, 1.000000;;, - 101;3; 1.000000, 1.000000, 1.000000;;; - } - } - Animation { - {Armature_noga3} - AnimationKey { //Position - 2; - 102; - 0;3; 0.532289,-0.143643, 0.710859;;, - 1;3; 0.532289,-0.143643, 0.710859;;, - 2;3; 0.532289,-0.143643, 0.710859;;, - 3;3; 0.532289,-0.143643, 0.710859;;, - 4;3; 0.532289,-0.143643, 0.710859;;, - 5;3; 0.532289,-0.143643, 0.710859;;, - 6;3; 0.532289,-0.143643, 0.710859;;, - 7;3; 0.532289,-0.143643, 0.710859;;, - 8;3; 0.532289,-0.143643, 0.710859;;, - 9;3; 0.532289,-0.143643, 0.710859;;, - 10;3; 0.532289,-0.143643, 0.710859;;, - 11;3; 0.532289,-0.143643, 0.710859;;, - 12;3; 0.532289,-0.143643, 0.710859;;, - 13;3; 0.532289,-0.143643, 0.710859;;, - 14;3; 0.532289,-0.143643, 0.710859;;, - 15;3; 0.532289,-0.143643, 0.710859;;, - 16;3; 0.532289,-0.143643, 0.710859;;, - 17;3; 0.532289,-0.143643, 0.710859;;, - 18;3; 0.532289,-0.143643, 0.710859;;, - 19;3; 0.532289,-0.143643, 0.710859;;, - 20;3; 0.532289,-0.143643, 0.710859;;, - 21;3; 0.532289,-0.143643, 0.710859;;, - 22;3; 0.532289,-0.143643, 0.710859;;, - 23;3; 0.532289,-0.143643, 0.710859;;, - 24;3; 0.532289,-0.143643, 0.710859;;, - 25;3; 0.532289,-0.143643, 0.710859;;, - 26;3; 0.532289,-0.143643, 0.710859;;, - 27;3; 0.532289,-0.143643, 0.710859;;, - 28;3; 0.532289,-0.143643, 0.710859;;, - 29;3; 0.532289,-0.143643, 0.710859;;, - 30;3; 0.532289,-0.143643, 0.710859;;, - 31;3; 0.532289,-0.143643, 0.710859;;, - 32;3; 0.532289,-0.143643, 0.710859;;, - 33;3; 0.532289,-0.143643, 0.710859;;, - 34;3; 0.532289,-0.143643, 0.710859;;, - 35;3; 0.532289,-0.143643, 0.710859;;, - 36;3; 0.532289,-0.143643, 0.710859;;, - 37;3; 0.532289,-0.143643, 0.710859;;, - 38;3; 0.532289,-0.143643, 0.710859;;, - 39;3; 0.532289,-0.143643, 0.710859;;, - 40;3; 0.532289,-0.143643, 0.710859;;, - 41;3; 0.532289,-0.143643, 0.710859;;, - 42;3; 0.532289,-0.143643, 0.710859;;, - 43;3; 0.532289,-0.143643, 0.710859;;, - 44;3; 0.532289,-0.143643, 0.710859;;, - 45;3; 0.532289,-0.143643, 0.710859;;, - 46;3; 0.532289,-0.143643, 0.710859;;, - 47;3; 0.532289,-0.143643, 0.710859;;, - 48;3; 0.532289,-0.143643, 0.710859;;, - 49;3; 0.532289,-0.143643, 0.710859;;, - 50;3; 0.532289,-0.143643, 0.710859;;, - 51;3; 0.532289,-0.143643, 0.710859;;, - 52;3; 0.532289,-0.143643, 0.710859;;, - 53;3; 0.532289,-0.143643, 0.710859;;, - 54;3; 0.532289,-0.143643, 0.710859;;, - 55;3; 0.532289,-0.143643, 0.710859;;, - 56;3; 0.532289,-0.143643, 0.710859;;, - 57;3; 0.532289,-0.143643, 0.710859;;, - 58;3; 0.532289,-0.143643, 0.710859;;, - 59;3; 0.532289,-0.143643, 0.710859;;, - 60;3; 0.532289,-0.143643, 0.710859;;, - 61;3; 0.532289,-0.143643, 0.710859;;, - 62;3; 0.532289,-0.143643, 0.710859;;, - 63;3; 0.532289,-0.143643, 0.710859;;, - 64;3; 0.532289,-0.143643, 0.710859;;, - 65;3; 0.532289,-0.143643, 0.710859;;, - 66;3; 0.532289,-0.143643, 0.710859;;, - 67;3; 0.532289,-0.143643, 0.710859;;, - 68;3; 0.532289,-0.143643, 0.710859;;, - 69;3; 0.532289,-0.143643, 0.710859;;, - 70;3; 0.532289,-0.143643, 0.710859;;, - 71;3; 0.532289,-0.143643, 0.710859;;, - 72;3; 0.532289,-0.143644, 0.710859;;, - 73;3; 0.532289,-0.143644, 0.710859;;, - 74;3; 0.532289,-0.143643, 0.710859;;, - 75;3; 0.532289,-0.143643, 0.710859;;, - 76;3; 0.532289,-0.143644, 0.710859;;, - 77;3; 0.532289,-0.143643, 0.710859;;, - 78;3; 0.532289,-0.143643, 0.710859;;, - 79;3; 0.532289,-0.143644, 0.710859;;, - 80;3; 0.532289,-0.143643, 0.710859;;, - 81;3; 0.532289,-0.143643, 0.710859;;, - 82;3; 0.532289,-0.143644, 0.710859;;, - 83;3; 0.532289,-0.143643, 0.710859;;, - 84;3; 0.532289,-0.143643, 0.710859;;, - 85;3; 0.532289,-0.143643, 0.710859;;, - 86;3; 0.532289,-0.143643, 0.710859;;, - 87;3; 0.532289,-0.143644, 0.710859;;, - 88;3; 0.532289,-0.143643, 0.710859;;, - 89;3; 0.532289,-0.143643, 0.710859;;, - 90;3; 0.532289,-0.143644, 0.710859;;, - 91;3; 0.532289,-0.143643, 0.710859;;, - 92;3; 0.532289,-0.143643, 0.710859;;, - 93;3; 0.532289,-0.143643, 0.710859;;, - 94;3; 0.532289,-0.143644, 0.710859;;, - 95;3; 0.532289,-0.143643, 0.710859;;, - 96;3; 0.532289,-0.143644, 0.710859;;, - 97;3; 0.532289,-0.143643, 0.710859;;, - 98;3; 0.532289,-0.143643, 0.710859;;, - 99;3; 0.532289,-0.143644, 0.710859;;, - 100;3; 0.532289,-0.143643, 0.710859;;, - 101;3; 0.532289,-0.143643, 0.710859;;; - } - AnimationKey { //Rotation - 0; - 102; - 0;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 1;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 2;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 3;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 4;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 5;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 6;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 7;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 8;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 9;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 10;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 11;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 12;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 13;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 14;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 15;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 16;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 17;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 18;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 19;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 20;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 21;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 22;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 23;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 24;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 25;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 26;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 27;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 28;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 29;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 30;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 31;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 32;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 33;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 34;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 35;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 36;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 37;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 38;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 39;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 40;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 41;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 42;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 43;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 44;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 45;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 46;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 47;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 48;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 49;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 50;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 51;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 52;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 53;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 54;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 55;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 56;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 57;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 58;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 59;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 60;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 61;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 62;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 63;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 64;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 65;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 66;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 67;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 68;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 69;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 70;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 71;4; -0.076249,-0.699385,-0.696587,-0.079400;;, - 72;4; -0.082977,-0.616503,-0.755460,-0.070282;;, - 73;4; -0.091621,-0.510132,-0.830999,-0.058570;;, - 74;4; -0.098353,-0.427291,-0.889827,-0.049447;;, - 75;4; -0.100743,-0.397872,-0.910722,-0.046209;;, - 76;4; -0.100385,-0.400798,-0.907565,-0.046529;;, - 77;4; -0.099304,-0.409646,-0.898028,-0.047496;;, - 78;4; -0.097497,-0.424442,-0.882083,-0.049113;;, - 79;4; -0.094976,-0.445092,-0.859841,-0.051369;;, - 80;4; -0.091773,-0.471343,-0.831583,-0.054238;;, - 81;4; -0.087942,-0.502754,-0.797792,-0.057672;;, - 82;4; -0.083565,-0.538673,-0.759182,-0.061598;;, - 83;4; -0.078748,-0.578230,-0.716701,-0.065923;;, - 84;4; -0.073623,-0.620356,-0.671512,-0.070529;;, - 85;4; -0.068342,-0.663828,-0.624942,-0.075283;;, - 86;4; -0.063064,-0.707339,-0.578410,-0.080041;;, - 87;4; -0.057951,-0.749580,-0.533331,-0.084660;;, - 88;4; -0.053153,-0.789325,-0.491032,-0.089007;;, - 89;4; -0.048802,-0.825501,-0.452669,-0.092964;;, - 90;4; -0.045003,-0.857233,-0.419185,-0.096435;;, - 91;4; -0.041838,-0.883862,-0.391287,-0.099347;;, - 92;4; -0.039361,-0.904942,-0.369452,-0.101654;;, - 93;4; -0.037602,-0.920214,-0.353954,-0.103325;;, - 94;4; -0.036573,-0.929575,-0.344897,-0.104350;;, - 95;4; -0.036271,-0.933049,-0.342250,-0.104732;;, - 96;4; -0.038638,-0.920872,-0.363238,-0.103416;;, - 97;4; -0.045417,-0.884355,-0.423275,-0.099456;;, - 98;4; -0.055130,-0.831547,-0.509292,-0.093729;;, - 99;4; -0.064823,-0.778549,-0.595258,-0.087993;;, - 100;4; -0.071553,-0.741566,-0.655092,-0.084005;;, - 101;4; -0.073863,-0.728827,-0.675668,-0.082636;;; - } - AnimationKey { //Scale - 1; - 102; - 0;3; 1.000000, 1.000000, 1.000000;;, - 1;3; 1.000000, 1.000000, 1.000000;;, - 2;3; 1.000000, 1.000000, 1.000000;;, - 3;3; 1.000000, 1.000000, 1.000000;;, - 4;3; 1.000000, 1.000000, 1.000000;;, - 5;3; 1.000000, 1.000000, 1.000000;;, - 6;3; 1.000000, 1.000000, 1.000000;;, - 7;3; 1.000000, 1.000000, 1.000000;;, - 8;3; 1.000000, 1.000000, 1.000000;;, - 9;3; 1.000000, 1.000000, 1.000000;;, - 10;3; 1.000000, 1.000000, 1.000000;;, - 11;3; 1.000000, 1.000000, 1.000000;;, - 12;3; 1.000000, 1.000000, 1.000000;;, - 13;3; 1.000000, 1.000000, 1.000000;;, - 14;3; 1.000000, 1.000000, 1.000000;;, - 15;3; 1.000000, 1.000000, 1.000000;;, - 16;3; 1.000000, 1.000000, 1.000000;;, - 17;3; 1.000000, 1.000000, 1.000000;;, - 18;3; 1.000000, 1.000000, 1.000000;;, - 19;3; 1.000000, 1.000000, 1.000000;;, - 20;3; 1.000000, 1.000000, 1.000000;;, - 21;3; 1.000000, 1.000000, 1.000000;;, - 22;3; 1.000000, 1.000000, 1.000000;;, - 23;3; 1.000000, 1.000000, 1.000000;;, - 24;3; 1.000000, 1.000000, 1.000000;;, - 25;3; 1.000000, 1.000000, 1.000000;;, - 26;3; 1.000000, 1.000000, 1.000000;;, - 27;3; 1.000000, 1.000000, 1.000000;;, - 28;3; 1.000000, 1.000000, 1.000000;;, - 29;3; 1.000000, 1.000000, 1.000000;;, - 30;3; 1.000000, 1.000000, 1.000000;;, - 31;3; 1.000000, 1.000000, 1.000000;;, - 32;3; 1.000000, 1.000000, 1.000000;;, - 33;3; 1.000000, 1.000000, 1.000000;;, - 34;3; 1.000000, 1.000000, 1.000000;;, - 35;3; 1.000000, 1.000000, 1.000000;;, - 36;3; 1.000000, 1.000000, 1.000000;;, - 37;3; 1.000000, 1.000000, 1.000000;;, - 38;3; 1.000000, 1.000000, 1.000000;;, - 39;3; 1.000000, 1.000000, 1.000000;;, - 40;3; 1.000000, 1.000000, 1.000000;;, - 41;3; 1.000000, 1.000000, 1.000000;;, - 42;3; 1.000000, 1.000000, 1.000000;;, - 43;3; 1.000000, 1.000000, 1.000000;;, - 44;3; 1.000000, 1.000000, 1.000000;;, - 45;3; 1.000000, 1.000000, 1.000000;;, - 46;3; 1.000000, 1.000000, 1.000000;;, - 47;3; 1.000000, 1.000000, 1.000000;;, - 48;3; 1.000000, 1.000000, 1.000000;;, - 49;3; 1.000000, 1.000000, 1.000000;;, - 50;3; 1.000000, 1.000000, 1.000000;;, - 51;3; 1.000000, 1.000000, 1.000000;;, - 52;3; 1.000000, 1.000000, 1.000000;;, - 53;3; 1.000000, 1.000000, 1.000000;;, - 54;3; 1.000000, 1.000000, 1.000000;;, - 55;3; 1.000000, 1.000000, 1.000000;;, - 56;3; 1.000000, 1.000000, 1.000000;;, - 57;3; 1.000000, 1.000000, 1.000000;;, - 58;3; 1.000000, 1.000000, 1.000000;;, - 59;3; 1.000000, 1.000000, 1.000000;;, - 60;3; 1.000000, 1.000000, 1.000000;;, - 61;3; 1.000000, 1.000000, 1.000000;;, - 62;3; 1.000000, 1.000000, 1.000000;;, - 63;3; 1.000000, 1.000000, 1.000000;;, - 64;3; 1.000000, 1.000000, 1.000000;;, - 65;3; 1.000000, 1.000000, 1.000000;;, - 66;3; 1.000000, 1.000000, 1.000000;;, - 67;3; 1.000000, 1.000000, 1.000000;;, - 68;3; 1.000000, 1.000000, 1.000000;;, - 69;3; 1.000000, 1.000000, 1.000000;;, - 70;3; 1.000000, 1.000000, 1.000000;;, - 71;3; 1.000000, 1.000000, 1.000000;;, - 72;3; 1.000000, 1.000000, 1.000000;;, - 73;3; 1.000000, 1.000000, 1.000000;;, - 74;3; 1.000000, 1.000000, 1.000000;;, - 75;3; 1.000000, 1.000000, 1.000000;;, - 76;3; 1.000000, 1.000000, 1.000000;;, - 77;3; 1.000000, 1.000000, 1.000000;;, - 78;3; 1.000000, 1.000000, 1.000000;;, - 79;3; 1.000000, 1.000000, 1.000000;;, - 80;3; 1.000000, 1.000000, 1.000000;;, - 81;3; 1.000000, 1.000000, 1.000000;;, - 82;3; 1.000000, 1.000000, 1.000000;;, - 83;3; 1.000000, 1.000000, 1.000000;;, - 84;3; 1.000000, 1.000000, 1.000000;;, - 85;3; 1.000000, 1.000000, 1.000000;;, - 86;3; 1.000000, 1.000000, 1.000000;;, - 87;3; 1.000000, 1.000000, 1.000000;;, - 88;3; 1.000000, 1.000000, 1.000000;;, - 89;3; 1.000000, 1.000000, 1.000000;;, - 90;3; 1.000000, 1.000000, 1.000000;;, - 91;3; 1.000000, 1.000000, 1.000000;;, - 92;3; 1.000000, 1.000000, 1.000000;;, - 93;3; 1.000000, 1.000000, 1.000000;;, - 94;3; 1.000000, 1.000000, 1.000000;;, - 95;3; 1.000000, 1.000000, 1.000000;;, - 96;3; 1.000000, 1.000000, 1.000000;;, - 97;3; 1.000000, 1.000000, 1.000000;;, - 98;3; 1.000000, 1.000000, 1.000000;;, - 99;3; 1.000000, 1.000000, 1.000000;;, - 100;3; 1.000000, 1.000000, 1.000000;;, - 101;3; 1.000000, 1.000000, 1.000000;;; - } - } - Animation { - {Armature_noga4} - AnimationKey { //Position - 2; - 102; - 0;3; 0.532289,-0.143643,-0.879248;;, - 1;3; 0.532289,-0.143643,-0.879248;;, - 2;3; 0.532289,-0.143643,-0.879248;;, - 3;3; 0.532289,-0.143643,-0.879248;;, - 4;3; 0.532289,-0.143643,-0.879248;;, - 5;3; 0.532289,-0.143643,-0.879248;;, - 6;3; 0.532289,-0.143643,-0.879248;;, - 7;3; 0.532289,-0.143643,-0.879248;;, - 8;3; 0.532289,-0.143643,-0.879248;;, - 9;3; 0.532289,-0.143643,-0.879248;;, - 10;3; 0.532289,-0.143643,-0.879248;;, - 11;3; 0.532289,-0.143643,-0.879248;;, - 12;3; 0.532289,-0.143643,-0.879248;;, - 13;3; 0.532289,-0.143643,-0.879248;;, - 14;3; 0.532289,-0.143643,-0.879248;;, - 15;3; 0.532289,-0.143643,-0.879248;;, - 16;3; 0.532289,-0.143643,-0.879248;;, - 17;3; 0.532289,-0.143643,-0.879248;;, - 18;3; 0.532289,-0.143643,-0.879248;;, - 19;3; 0.532289,-0.143643,-0.879248;;, - 20;3; 0.532289,-0.143643,-0.879248;;, - 21;3; 0.532289,-0.143643,-0.879248;;, - 22;3; 0.532289,-0.143643,-0.879248;;, - 23;3; 0.532289,-0.143643,-0.879248;;, - 24;3; 0.532289,-0.143643,-0.879248;;, - 25;3; 0.532289,-0.143643,-0.879248;;, - 26;3; 0.532289,-0.143643,-0.879248;;, - 27;3; 0.532289,-0.143643,-0.879248;;, - 28;3; 0.532289,-0.143643,-0.879248;;, - 29;3; 0.532289,-0.143643,-0.879248;;, - 30;3; 0.532289,-0.143643,-0.879248;;, - 31;3; 0.532289,-0.143643,-0.879248;;, - 32;3; 0.532289,-0.143643,-0.879248;;, - 33;3; 0.532289,-0.143643,-0.879248;;, - 34;3; 0.532289,-0.143643,-0.879248;;, - 35;3; 0.532289,-0.143643,-0.879248;;, - 36;3; 0.532289,-0.143643,-0.879248;;, - 37;3; 0.532289,-0.143643,-0.879248;;, - 38;3; 0.532289,-0.143643,-0.879248;;, - 39;3; 0.532289,-0.143643,-0.879248;;, - 40;3; 0.532289,-0.143643,-0.879248;;, - 41;3; 0.532289,-0.143643,-0.879248;;, - 42;3; 0.532289,-0.143643,-0.879248;;, - 43;3; 0.532289,-0.143643,-0.879248;;, - 44;3; 0.532289,-0.143643,-0.879248;;, - 45;3; 0.532289,-0.143643,-0.879248;;, - 46;3; 0.532289,-0.143643,-0.879248;;, - 47;3; 0.532289,-0.143643,-0.879248;;, - 48;3; 0.532289,-0.143643,-0.879248;;, - 49;3; 0.532289,-0.143643,-0.879248;;, - 50;3; 0.532289,-0.143643,-0.879248;;, - 51;3; 0.532289,-0.143643,-0.879248;;, - 52;3; 0.532289,-0.143643,-0.879248;;, - 53;3; 0.532289,-0.143643,-0.879248;;, - 54;3; 0.532289,-0.143643,-0.879248;;, - 55;3; 0.532289,-0.143643,-0.879248;;, - 56;3; 0.532289,-0.143643,-0.879248;;, - 57;3; 0.532289,-0.143643,-0.879248;;, - 58;3; 0.532289,-0.143643,-0.879248;;, - 59;3; 0.532289,-0.143643,-0.879248;;, - 60;3; 0.532289,-0.143643,-0.879248;;, - 61;3; 0.532289,-0.143643,-0.879248;;, - 62;3; 0.532289,-0.143643,-0.879248;;, - 63;3; 0.532289,-0.143643,-0.879248;;, - 64;3; 0.532289,-0.143643,-0.879248;;, - 65;3; 0.532289,-0.143643,-0.879248;;, - 66;3; 0.532289,-0.143643,-0.879248;;, - 67;3; 0.532289,-0.143643,-0.879248;;, - 68;3; 0.532289,-0.143643,-0.879248;;, - 69;3; 0.532289,-0.143643,-0.879248;;, - 70;3; 0.532289,-0.143643,-0.879248;;, - 71;3; 0.532289,-0.143643,-0.879248;;, - 72;3; 0.532289,-0.143643,-0.879248;;, - 73;3; 0.532289,-0.143644,-0.879248;;, - 74;3; 0.532289,-0.143643,-0.879248;;, - 75;3; 0.532289,-0.143643,-0.879248;;, - 76;3; 0.532289,-0.143643,-0.879248;;, - 77;3; 0.532289,-0.143643,-0.879248;;, - 78;3; 0.532289,-0.143643,-0.879248;;, - 79;3; 0.532289,-0.143643,-0.879248;;, - 80;3; 0.532289,-0.143643,-0.879248;;, - 81;3; 0.532289,-0.143643,-0.879248;;, - 82;3; 0.532289,-0.143643,-0.879248;;, - 83;3; 0.532289,-0.143643,-0.879248;;, - 84;3; 0.532289,-0.143643,-0.879248;;, - 85;3; 0.532289,-0.143643,-0.879248;;, - 86;3; 0.532289,-0.143643,-0.879248;;, - 87;3; 0.532289,-0.143643,-0.879248;;, - 88;3; 0.532289,-0.143643,-0.879248;;, - 89;3; 0.532289,-0.143643,-0.879248;;, - 90;3; 0.532289,-0.143644,-0.879248;;, - 91;3; 0.532289,-0.143643,-0.879248;;, - 92;3; 0.532289,-0.143643,-0.879248;;, - 93;3; 0.532289,-0.143643,-0.879248;;, - 94;3; 0.532289,-0.143643,-0.879248;;, - 95;3; 0.532289,-0.143643,-0.879248;;, - 96;3; 0.532289,-0.143643,-0.879248;;, - 97;3; 0.532289,-0.143643,-0.879248;;, - 98;3; 0.532289,-0.143643,-0.879248;;, - 99;3; 0.532289,-0.143644,-0.879248;;, - 100;3; 0.532289,-0.143643,-0.879248;;, - 101;3; 0.532289,-0.143643,-0.879248;;; - } - AnimationKey { //Rotation - 0; - 102; - 0;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 1;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 2;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 3;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 4;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 5;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 6;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 7;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 8;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 9;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 10;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 11;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 12;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 13;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 14;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 15;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 16;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 17;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 18;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 19;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 20;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 21;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 22;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 23;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 24;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 25;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 26;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 27;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 28;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 29;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 30;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 31;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 32;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 33;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 34;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 35;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 36;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 37;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 38;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 39;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 40;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 41;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 42;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 43;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 44;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 45;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 46;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 47;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 48;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 49;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 50;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 51;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 52;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 53;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 54;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 55;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 56;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 57;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 58;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 59;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 60;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 61;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 62;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 63;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 64;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 65;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 66;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 67;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 68;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 69;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 70;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 71;4; -0.070609,-0.746717,-0.646769,-0.084568;;, - 72;4; -0.061439,-0.797068,-0.565414,-0.090014;;, - 73;4; -0.049661,-0.861678,-0.461000,-0.097011;;, - 74;4; -0.040487,-0.911996,-0.379680,-0.102461;;, - 75;4; -0.037231,-0.929868,-0.350802,-0.104395;;, - 76;4; -0.037545,-0.927307,-0.353566,-0.104115;;, - 77;4; -0.038492,-0.919575,-0.361929,-0.103270;;, - 78;4; -0.040078,-0.906660,-0.375924,-0.101859;;, - 79;4; -0.042293,-0.888662,-0.395471,-0.099893;;, - 80;4; -0.045112,-0.865822,-0.420343,-0.097397;;, - 81;4; -0.048488,-0.838547,-0.450135,-0.094417;;, - 82;4; -0.052354,-0.807433,-0.484245,-0.091017;;, - 83;4; -0.056618,-0.773265,-0.521865,-0.087284;;, - 84;4; -0.061167,-0.737002,-0.562000,-0.083322;;, - 85;4; -0.065871,-0.699737,-0.603507,-0.079250;;, - 86;4; -0.070592,-0.662633,-0.645161,-0.075196;;, - 87;4; -0.075189,-0.626848,-0.685733,-0.071288;;, - 88;4; -0.079532,-0.593461,-0.724070,-0.067642;;, - 89;4; -0.083506,-0.563413,-0.759158,-0.064362;;, - 90;4; -0.087017,-0.537466,-0.790169,-0.061531;;, - 91;4; -0.089994,-0.516186,-0.816476,-0.059211;;, - 92;4; -0.092388,-0.499954,-0.837651,-0.057444;;, - 93;4; -0.094171,-0.488984,-0.853441,-0.056253;;, - 94;4; -0.095331,-0.483348,-0.863743,-0.055645;;, - 95;4; -0.095870,-0.483014,-0.868570,-0.055618;;, - 96;4; -0.094687,-0.499943,-0.858279,-0.057485;;, - 97;4; -0.090792,-0.544737,-0.824204,-0.062416;;, - 98;4; -0.085063,-0.607865,-0.774043,-0.069360;;, - 99;4; -0.079285,-0.670505,-0.723365,-0.076242;;, - 100;4; -0.075251,-0.713930,-0.687899,-0.081005;;, - 101;4; -0.073863,-0.728827,-0.675668,-0.082636;;; - } - AnimationKey { //Scale - 1; - 102; - 0;3; 1.000000, 1.000000, 1.000000;;, - 1;3; 1.000000, 1.000000, 1.000000;;, - 2;3; 1.000000, 1.000000, 1.000000;;, - 3;3; 1.000000, 1.000000, 1.000000;;, - 4;3; 1.000000, 1.000000, 1.000000;;, - 5;3; 1.000000, 1.000000, 1.000000;;, - 6;3; 1.000000, 1.000000, 1.000000;;, - 7;3; 1.000000, 1.000000, 1.000000;;, - 8;3; 1.000000, 1.000000, 1.000000;;, - 9;3; 1.000000, 1.000000, 1.000000;;, - 10;3; 1.000000, 1.000000, 1.000000;;, - 11;3; 1.000000, 1.000000, 1.000000;;, - 12;3; 1.000000, 1.000000, 1.000000;;, - 13;3; 1.000000, 1.000000, 1.000000;;, - 14;3; 1.000000, 1.000000, 1.000000;;, - 15;3; 1.000000, 1.000000, 1.000000;;, - 16;3; 1.000000, 1.000000, 1.000000;;, - 17;3; 1.000000, 1.000000, 1.000000;;, - 18;3; 1.000000, 1.000000, 1.000000;;, - 19;3; 1.000000, 1.000000, 1.000000;;, - 20;3; 1.000000, 1.000000, 1.000000;;, - 21;3; 1.000000, 1.000000, 1.000000;;, - 22;3; 1.000000, 1.000000, 1.000000;;, - 23;3; 1.000000, 1.000000, 1.000000;;, - 24;3; 1.000000, 1.000000, 1.000000;;, - 25;3; 1.000000, 1.000000, 1.000000;;, - 26;3; 1.000000, 1.000000, 1.000000;;, - 27;3; 1.000000, 1.000000, 1.000000;;, - 28;3; 1.000000, 1.000000, 1.000000;;, - 29;3; 1.000000, 1.000000, 1.000000;;, - 30;3; 1.000000, 1.000000, 1.000000;;, - 31;3; 1.000000, 1.000000, 1.000000;;, - 32;3; 1.000000, 1.000000, 1.000000;;, - 33;3; 1.000000, 1.000000, 1.000000;;, - 34;3; 1.000000, 1.000000, 1.000000;;, - 35;3; 1.000000, 1.000000, 1.000000;;, - 36;3; 1.000000, 1.000000, 1.000000;;, - 37;3; 1.000000, 1.000000, 1.000000;;, - 38;3; 1.000000, 1.000000, 1.000000;;, - 39;3; 1.000000, 1.000000, 1.000000;;, - 40;3; 1.000000, 1.000000, 1.000000;;, - 41;3; 1.000000, 1.000000, 1.000000;;, - 42;3; 1.000000, 1.000000, 1.000000;;, - 43;3; 1.000000, 1.000000, 1.000000;;, - 44;3; 1.000000, 1.000000, 1.000000;;, - 45;3; 1.000000, 1.000000, 1.000000;;, - 46;3; 1.000000, 1.000000, 1.000000;;, - 47;3; 1.000000, 1.000000, 1.000000;;, - 48;3; 1.000000, 1.000000, 1.000000;;, - 49;3; 1.000000, 1.000000, 1.000000;;, - 50;3; 1.000000, 1.000000, 1.000000;;, - 51;3; 1.000000, 1.000000, 1.000000;;, - 52;3; 1.000000, 1.000000, 1.000000;;, - 53;3; 1.000000, 1.000000, 1.000000;;, - 54;3; 1.000000, 1.000000, 1.000000;;, - 55;3; 1.000000, 1.000000, 1.000000;;, - 56;3; 1.000000, 1.000000, 1.000000;;, - 57;3; 1.000000, 1.000000, 1.000000;;, - 58;3; 1.000000, 1.000000, 1.000000;;, - 59;3; 1.000000, 1.000000, 1.000000;;, - 60;3; 1.000000, 1.000000, 1.000000;;, - 61;3; 1.000000, 1.000000, 1.000000;;, - 62;3; 1.000000, 1.000000, 1.000000;;, - 63;3; 1.000000, 1.000000, 1.000000;;, - 64;3; 1.000000, 1.000000, 1.000000;;, - 65;3; 1.000000, 1.000000, 1.000000;;, - 66;3; 1.000000, 1.000000, 1.000000;;, - 67;3; 1.000000, 1.000000, 1.000000;;, - 68;3; 1.000000, 1.000000, 1.000000;;, - 69;3; 1.000000, 1.000000, 1.000000;;, - 70;3; 1.000000, 1.000000, 1.000000;;, - 71;3; 1.000000, 1.000000, 1.000000;;, - 72;3; 1.000000, 1.000000, 1.000000;;, - 73;3; 1.000000, 1.000000, 1.000000;;, - 74;3; 1.000000, 1.000000, 1.000000;;, - 75;3; 1.000000, 1.000000, 1.000000;;, - 76;3; 1.000000, 1.000000, 1.000000;;, - 77;3; 1.000000, 1.000000, 1.000000;;, - 78;3; 1.000000, 1.000000, 1.000000;;, - 79;3; 1.000000, 1.000000, 1.000000;;, - 80;3; 1.000000, 1.000000, 1.000000;;, - 81;3; 1.000000, 1.000000, 1.000000;;, - 82;3; 1.000000, 1.000000, 1.000000;;, - 83;3; 1.000000, 1.000000, 1.000000;;, - 84;3; 1.000000, 1.000000, 1.000000;;, - 85;3; 1.000000, 1.000000, 1.000000;;, - 86;3; 1.000000, 1.000000, 1.000000;;, - 87;3; 1.000000, 1.000000, 1.000000;;, - 88;3; 1.000000, 1.000000, 1.000000;;, - 89;3; 1.000000, 1.000000, 1.000000;;, - 90;3; 1.000000, 1.000000, 1.000000;;, - 91;3; 1.000000, 1.000000, 1.000000;;, - 92;3; 1.000000, 1.000000, 1.000000;;, - 93;3; 1.000000, 1.000000, 1.000000;;, - 94;3; 1.000000, 1.000000, 1.000000;;, - 95;3; 1.000000, 1.000000, 1.000000;;, - 96;3; 1.000000, 1.000000, 1.000000;;, - 97;3; 1.000000, 1.000000, 1.000000;;, - 98;3; 1.000000, 1.000000, 1.000000;;, - 99;3; 1.000000, 1.000000, 1.000000;;, - 100;3; 1.000000, 1.000000, 1.000000;;, - 101;3; 1.000000, 1.000000, 1.000000;;; - } - } - Animation { - {Armature_noga2} - AnimationKey { //Position - 2; - 102; - 0;3; 0.700789, 1.772341,-0.879248;;, - 1;3; 0.700789, 1.772341,-0.879248;;, - 2;3; 0.700789, 1.772341,-0.879248;;, - 3;3; 0.700789, 1.772341,-0.879248;;, - 4;3; 0.700789, 1.772341,-0.879248;;, - 5;3; 0.700789, 1.772341,-0.879248;;, - 6;3; 0.700789, 1.772341,-0.879248;;, - 7;3; 0.700789, 1.772341,-0.879248;;, - 8;3; 0.700789, 1.772341,-0.879248;;, - 9;3; 0.700789, 1.772341,-0.879248;;, - 10;3; 0.700789, 1.772341,-0.879248;;, - 11;3; 0.700789, 1.772341,-0.879248;;, - 12;3; 0.700789, 1.772341,-0.879248;;, - 13;3; 0.700789, 1.772341,-0.879248;;, - 14;3; 0.700789, 1.772341,-0.879248;;, - 15;3; 0.700789, 1.772341,-0.879248;;, - 16;3; 0.700789, 1.772341,-0.879248;;, - 17;3; 0.700789, 1.772341,-0.879248;;, - 18;3; 0.700789, 1.772341,-0.879248;;, - 19;3; 0.700789, 1.772341,-0.879248;;, - 20;3; 0.700789, 1.772341,-0.879248;;, - 21;3; 0.700789, 1.772341,-0.879248;;, - 22;3; 0.700789, 1.772341,-0.879248;;, - 23;3; 0.700789, 1.772341,-0.879248;;, - 24;3; 0.700789, 1.772341,-0.879248;;, - 25;3; 0.700789, 1.772341,-0.879248;;, - 26;3; 0.700789, 1.772341,-0.879248;;, - 27;3; 0.700789, 1.772341,-0.879248;;, - 28;3; 0.700789, 1.772341,-0.879248;;, - 29;3; 0.700789, 1.772341,-0.879248;;, - 30;3; 0.700789, 1.772341,-0.879248;;, - 31;3; 0.700789, 1.772341,-0.879248;;, - 32;3; 0.700789, 1.772341,-0.879248;;, - 33;3; 0.700789, 1.772341,-0.879248;;, - 34;3; 0.700789, 1.772341,-0.879248;;, - 35;3; 0.700789, 1.772341,-0.879248;;, - 36;3; 0.700789, 1.772341,-0.879248;;, - 37;3; 0.700789, 1.772341,-0.879248;;, - 38;3; 0.700789, 1.772341,-0.879248;;, - 39;3; 0.700789, 1.772341,-0.879248;;, - 40;3; 0.700789, 1.772341,-0.879248;;, - 41;3; 0.700789, 1.772341,-0.879248;;, - 42;3; 0.700789, 1.772341,-0.879248;;, - 43;3; 0.700789, 1.772341,-0.879248;;, - 44;3; 0.700789, 1.772341,-0.879248;;, - 45;3; 0.700789, 1.772341,-0.879248;;, - 46;3; 0.700789, 1.772341,-0.879248;;, - 47;3; 0.700789, 1.772341,-0.879248;;, - 48;3; 0.700789, 1.772341,-0.879248;;, - 49;3; 0.700789, 1.772341,-0.879248;;, - 50;3; 0.700789, 1.772341,-0.879248;;, - 51;3; 0.700789, 1.772341,-0.879248;;, - 52;3; 0.700789, 1.772341,-0.879248;;, - 53;3; 0.700789, 1.772341,-0.879248;;, - 54;3; 0.700789, 1.772341,-0.879248;;, - 55;3; 0.700789, 1.772341,-0.879248;;, - 56;3; 0.700789, 1.772341,-0.879248;;, - 57;3; 0.700789, 1.772341,-0.879248;;, - 58;3; 0.700789, 1.772341,-0.879248;;, - 59;3; 0.700789, 1.772341,-0.879248;;, - 60;3; 0.700789, 1.772341,-0.879248;;, - 61;3; 0.700789, 1.772341,-0.879248;;, - 62;3; 0.700789, 1.772341,-0.879248;;, - 63;3; 0.700789, 1.772341,-0.879248;;, - 64;3; 0.700789, 1.772341,-0.879248;;, - 65;3; 0.700789, 1.772341,-0.879248;;, - 66;3; 0.700789, 1.772341,-0.879248;;, - 67;3; 0.700789, 1.772341,-0.879248;;, - 68;3; 0.700789, 1.772341,-0.879248;;, - 69;3; 0.700789, 1.772341,-0.879248;;, - 70;3; 0.700789, 1.772341,-0.879248;;, - 71;3; 0.700789, 1.772341,-0.879248;;, - 72;3; 0.700789, 1.772341,-0.879248;;, - 73;3; 0.700789, 1.772341,-0.879248;;, - 74;3; 0.700789, 1.772341,-0.879248;;, - 75;3; 0.700789, 1.772341,-0.879248;;, - 76;3; 0.700789, 1.772341,-0.879248;;, - 77;3; 0.700789, 1.772341,-0.879248;;, - 78;3; 0.700789, 1.772341,-0.879248;;, - 79;3; 0.700789, 1.772341,-0.879248;;, - 80;3; 0.700789, 1.772341,-0.879248;;, - 81;3; 0.700789, 1.772341,-0.879248;;, - 82;3; 0.700789, 1.772341,-0.879248;;, - 83;3; 0.700789, 1.772341,-0.879248;;, - 84;3; 0.700789, 1.772341,-0.879248;;, - 85;3; 0.700789, 1.772341,-0.879248;;, - 86;3; 0.700789, 1.772341,-0.879248;;, - 87;3; 0.700789, 1.772341,-0.879248;;, - 88;3; 0.700789, 1.772341,-0.879248;;, - 89;3; 0.700789, 1.772341,-0.879248;;, - 90;3; 0.700789, 1.772341,-0.879248;;, - 91;3; 0.700789, 1.772341,-0.879248;;, - 92;3; 0.700789, 1.772341,-0.879248;;, - 93;3; 0.700789, 1.772341,-0.879248;;, - 94;3; 0.700789, 1.772341,-0.879248;;, - 95;3; 0.700789, 1.772341,-0.879248;;, - 96;3; 0.700789, 1.772341,-0.879248;;, - 97;3; 0.700789, 1.772341,-0.879248;;, - 98;3; 0.700789, 1.772341,-0.879248;;, - 99;3; 0.700789, 1.772341,-0.879248;;, - 100;3; 0.700789, 1.772341,-0.879248;;, - 101;3; 0.700789, 1.772341,-0.879248;;; - } - AnimationKey { //Rotation - 0; - 102; - 0;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 1;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 2;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 3;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 4;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 5;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 6;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 7;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 8;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 9;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 10;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 11;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 12;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 13;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 14;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 15;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 16;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 17;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 18;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 19;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 20;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 21;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 22;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 23;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 24;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 25;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 26;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 27;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 28;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 29;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 30;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 31;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 32;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 33;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 34;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 35;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 36;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 37;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 38;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 39;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 40;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 41;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 42;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 43;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 44;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 45;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 46;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 47;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 48;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 49;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 50;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 51;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 52;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 53;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 54;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 55;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 56;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 57;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 58;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 59;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 60;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 61;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 62;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 63;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 64;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 65;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 66;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 67;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 68;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 69;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 70;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 71;4; -0.076219,-0.699980,-0.696324,-0.079466;;, - 72;4; -0.082861,-0.618772,-0.754457,-0.070533;;, - 73;4; -0.091395,-0.514549,-0.829049,-0.059058;;, - 74;4; -0.098042,-0.433380,-0.887140,-0.050121;;, - 75;4; -0.100400,-0.404555,-0.907772,-0.046949;;, - 76;4; -0.100049,-0.407434,-0.904668,-0.047263;;, - 77;4; -0.098985,-0.416138,-0.895284,-0.048214;;, - 78;4; -0.097207,-0.430694,-0.879598,-0.049805;;, - 79;4; -0.094727,-0.451008,-0.857716,-0.052025;;, - 80;4; -0.091576,-0.476832,-0.829914,-0.054847;;, - 81;4; -0.087807,-0.507731,-0.796668,-0.058225;;, - 82;4; -0.083500,-0.543064,-0.758681,-0.062087;;, - 83;4; -0.078760,-0.581975,-0.716884,-0.066341;;, - 84;4; -0.073718,-0.623411,-0.672420,-0.070872;;, - 85;4; -0.068521,-0.666170,-0.626597,-0.075547;;, - 86;4; -0.063328,-0.708965,-0.580808,-0.080227;;, - 87;4; -0.058297,-0.750508,-0.536447,-0.084770;;, - 88;4; -0.053575,-0.789592,-0.494819,-0.089045;;, - 89;4; -0.049292,-0.825163,-0.457061,-0.092935;;, - 90;4; -0.045553,-0.856360,-0.424100,-0.096347;;, - 91;4; -0.042437,-0.882536,-0.396632,-0.099210;;, - 92;4; -0.039998,-0.903249,-0.375128,-0.101476;;, - 93;4; -0.038265,-0.918245,-0.359856,-0.103117;;, - 94;4; -0.037250,-0.927426,-0.350918,-0.104123;;, - 95;4; -0.036949,-0.930813,-0.348286,-0.104495;;, - 96;4; -0.039271,-0.918742,-0.368873,-0.103189;;, - 97;4; -0.045926,-0.882614,-0.427816,-0.099272;;, - 98;4; -0.055464,-0.830387,-0.512283,-0.093607;;, - 99;4; -0.064984,-0.777983,-0.596703,-0.087934;;, - 100;4; -0.071595,-0.741420,-0.655462,-0.083990;;, - 101;4; -0.073863,-0.728827,-0.675668,-0.082636;;; - } - AnimationKey { //Scale - 1; - 102; - 0;3; 1.000000, 1.000000, 1.000000;;, - 1;3; 1.000000, 1.000000, 1.000000;;, - 2;3; 1.000000, 1.000000, 1.000000;;, - 3;3; 1.000000, 1.000000, 1.000000;;, - 4;3; 1.000000, 1.000000, 1.000000;;, - 5;3; 1.000000, 1.000000, 1.000000;;, - 6;3; 1.000000, 1.000000, 1.000000;;, - 7;3; 1.000000, 1.000000, 1.000000;;, - 8;3; 1.000000, 1.000000, 1.000000;;, - 9;3; 1.000000, 1.000000, 1.000000;;, - 10;3; 1.000000, 1.000000, 1.000000;;, - 11;3; 1.000000, 1.000000, 1.000000;;, - 12;3; 1.000000, 1.000000, 1.000000;;, - 13;3; 1.000000, 1.000000, 1.000000;;, - 14;3; 1.000000, 1.000000, 1.000000;;, - 15;3; 1.000000, 1.000000, 1.000000;;, - 16;3; 1.000000, 1.000000, 1.000000;;, - 17;3; 1.000000, 1.000000, 1.000000;;, - 18;3; 1.000000, 1.000000, 1.000000;;, - 19;3; 1.000000, 1.000000, 1.000000;;, - 20;3; 1.000000, 1.000000, 1.000000;;, - 21;3; 1.000000, 1.000000, 1.000000;;, - 22;3; 1.000000, 1.000000, 1.000000;;, - 23;3; 1.000000, 1.000000, 1.000000;;, - 24;3; 1.000000, 1.000000, 1.000000;;, - 25;3; 1.000000, 1.000000, 1.000000;;, - 26;3; 1.000000, 1.000000, 1.000000;;, - 27;3; 1.000000, 1.000000, 1.000000;;, - 28;3; 1.000000, 1.000000, 1.000000;;, - 29;3; 1.000000, 1.000000, 1.000000;;, - 30;3; 1.000000, 1.000000, 1.000000;;, - 31;3; 1.000000, 1.000000, 1.000000;;, - 32;3; 1.000000, 1.000000, 1.000000;;, - 33;3; 1.000000, 1.000000, 1.000000;;, - 34;3; 1.000000, 1.000000, 1.000000;;, - 35;3; 1.000000, 1.000000, 1.000000;;, - 36;3; 1.000000, 1.000000, 1.000000;;, - 37;3; 1.000000, 1.000000, 1.000000;;, - 38;3; 1.000000, 1.000000, 1.000000;;, - 39;3; 1.000000, 1.000000, 1.000000;;, - 40;3; 1.000000, 1.000000, 1.000000;;, - 41;3; 1.000000, 1.000000, 1.000000;;, - 42;3; 1.000000, 1.000000, 1.000000;;, - 43;3; 1.000000, 1.000000, 1.000000;;, - 44;3; 1.000000, 1.000000, 1.000000;;, - 45;3; 1.000000, 1.000000, 1.000000;;, - 46;3; 1.000000, 1.000000, 1.000000;;, - 47;3; 1.000000, 1.000000, 1.000000;;, - 48;3; 1.000000, 1.000000, 1.000000;;, - 49;3; 1.000000, 1.000000, 1.000000;;, - 50;3; 1.000000, 1.000000, 1.000000;;, - 51;3; 1.000000, 1.000000, 1.000000;;, - 52;3; 1.000000, 1.000000, 1.000000;;, - 53;3; 1.000000, 1.000000, 1.000000;;, - 54;3; 1.000000, 1.000000, 1.000000;;, - 55;3; 1.000000, 1.000000, 1.000000;;, - 56;3; 1.000000, 1.000000, 1.000000;;, - 57;3; 1.000000, 1.000000, 1.000000;;, - 58;3; 1.000000, 1.000000, 1.000000;;, - 59;3; 1.000000, 1.000000, 1.000000;;, - 60;3; 1.000000, 1.000000, 1.000000;;, - 61;3; 1.000000, 1.000000, 1.000000;;, - 62;3; 1.000000, 1.000000, 1.000000;;, - 63;3; 1.000000, 1.000000, 1.000000;;, - 64;3; 1.000000, 1.000000, 1.000000;;, - 65;3; 1.000000, 1.000000, 1.000000;;, - 66;3; 1.000000, 1.000000, 1.000000;;, - 67;3; 1.000000, 1.000000, 1.000000;;, - 68;3; 1.000000, 1.000000, 1.000000;;, - 69;3; 1.000000, 1.000000, 1.000000;;, - 70;3; 1.000000, 1.000000, 1.000000;;, - 71;3; 1.000000, 1.000000, 1.000000;;, - 72;3; 1.000000, 1.000000, 1.000000;;, - 73;3; 1.000000, 1.000000, 1.000000;;, - 74;3; 1.000000, 1.000000, 1.000000;;, - 75;3; 1.000000, 1.000000, 1.000000;;, - 76;3; 1.000000, 1.000000, 1.000000;;, - 77;3; 1.000000, 1.000000, 1.000000;;, - 78;3; 1.000000, 1.000000, 1.000000;;, - 79;3; 1.000000, 1.000000, 1.000000;;, - 80;3; 1.000000, 1.000000, 1.000000;;, - 81;3; 1.000000, 1.000000, 1.000000;;, - 82;3; 1.000000, 1.000000, 1.000000;;, - 83;3; 1.000000, 1.000000, 1.000000;;, - 84;3; 1.000000, 1.000000, 1.000000;;, - 85;3; 1.000000, 1.000000, 1.000000;;, - 86;3; 1.000000, 1.000000, 1.000000;;, - 87;3; 1.000000, 1.000000, 1.000000;;, - 88;3; 1.000000, 1.000000, 1.000000;;, - 89;3; 1.000000, 1.000000, 1.000000;;, - 90;3; 1.000000, 1.000000, 1.000000;;, - 91;3; 1.000000, 1.000000, 1.000000;;, - 92;3; 1.000000, 1.000000, 1.000000;;, - 93;3; 1.000000, 1.000000, 1.000000;;, - 94;3; 1.000000, 1.000000, 1.000000;;, - 95;3; 1.000000, 1.000000, 1.000000;;, - 96;3; 1.000000, 1.000000, 1.000000;;, - 97;3; 1.000000, 1.000000, 1.000000;;, - 98;3; 1.000000, 1.000000, 1.000000;;, - 99;3; 1.000000, 1.000000, 1.000000;;, - 100;3; 1.000000, 1.000000, 1.000000;;, - 101;3; 1.000000, 1.000000, 1.000000;;; - } - } - Animation { - {Armature_noga1} - AnimationKey { //Position - 2; - 102; - 0;3; 0.700789, 1.772341, 0.698612;;, - 1;3; 0.700789, 1.772341, 0.698612;;, - 2;3; 0.700789, 1.772341, 0.698612;;, - 3;3; 0.700789, 1.772341, 0.698612;;, - 4;3; 0.700789, 1.772341, 0.698612;;, - 5;3; 0.700789, 1.772341, 0.698612;;, - 6;3; 0.700789, 1.772341, 0.698612;;, - 7;3; 0.700789, 1.772341, 0.698612;;, - 8;3; 0.700789, 1.772341, 0.698612;;, - 9;3; 0.700789, 1.772341, 0.698612;;, - 10;3; 0.700789, 1.772341, 0.698612;;, - 11;3; 0.700789, 1.772341, 0.698612;;, - 12;3; 0.700789, 1.772341, 0.698612;;, - 13;3; 0.700789, 1.772341, 0.698612;;, - 14;3; 0.700789, 1.772341, 0.698612;;, - 15;3; 0.700789, 1.772341, 0.698612;;, - 16;3; 0.700789, 1.772341, 0.698612;;, - 17;3; 0.700789, 1.772341, 0.698612;;, - 18;3; 0.700789, 1.772341, 0.698612;;, - 19;3; 0.700789, 1.772341, 0.698612;;, - 20;3; 0.700789, 1.772341, 0.698612;;, - 21;3; 0.700789, 1.772341, 0.698612;;, - 22;3; 0.700789, 1.772341, 0.698612;;, - 23;3; 0.700789, 1.772341, 0.698612;;, - 24;3; 0.700789, 1.772341, 0.698612;;, - 25;3; 0.700789, 1.772341, 0.698612;;, - 26;3; 0.700789, 1.772341, 0.698612;;, - 27;3; 0.700789, 1.772341, 0.698612;;, - 28;3; 0.700789, 1.772341, 0.698612;;, - 29;3; 0.700789, 1.772341, 0.698612;;, - 30;3; 0.700789, 1.772341, 0.698612;;, - 31;3; 0.700789, 1.772341, 0.698612;;, - 32;3; 0.700789, 1.772341, 0.698612;;, - 33;3; 0.700789, 1.772341, 0.698612;;, - 34;3; 0.700789, 1.772341, 0.698612;;, - 35;3; 0.700789, 1.772341, 0.698612;;, - 36;3; 0.700789, 1.772341, 0.698612;;, - 37;3; 0.700789, 1.772341, 0.698612;;, - 38;3; 0.700789, 1.772341, 0.698612;;, - 39;3; 0.700789, 1.772341, 0.698612;;, - 40;3; 0.700789, 1.772341, 0.698612;;, - 41;3; 0.700789, 1.772341, 0.698612;;, - 42;3; 0.700789, 1.772341, 0.698612;;, - 43;3; 0.700789, 1.772341, 0.698612;;, - 44;3; 0.700789, 1.772341, 0.698612;;, - 45;3; 0.700789, 1.772341, 0.698612;;, - 46;3; 0.700789, 1.772341, 0.698612;;, - 47;3; 0.700789, 1.772341, 0.698612;;, - 48;3; 0.700789, 1.772341, 0.698612;;, - 49;3; 0.700789, 1.772341, 0.698612;;, - 50;3; 0.700789, 1.772341, 0.698612;;, - 51;3; 0.700789, 1.772341, 0.698612;;, - 52;3; 0.700789, 1.772341, 0.698612;;, - 53;3; 0.700789, 1.772341, 0.698612;;, - 54;3; 0.700789, 1.772341, 0.698612;;, - 55;3; 0.700789, 1.772341, 0.698612;;, - 56;3; 0.700789, 1.772341, 0.698612;;, - 57;3; 0.700789, 1.772341, 0.698612;;, - 58;3; 0.700789, 1.772341, 0.698612;;, - 59;3; 0.700789, 1.772341, 0.698612;;, - 60;3; 0.700789, 1.772341, 0.698612;;, - 61;3; 0.700789, 1.772341, 0.698612;;, - 62;3; 0.700789, 1.772341, 0.698612;;, - 63;3; 0.700789, 1.772341, 0.698612;;, - 64;3; 0.700789, 1.772341, 0.698612;;, - 65;3; 0.700789, 1.772341, 0.698612;;, - 66;3; 0.700789, 1.772341, 0.698612;;, - 67;3; 0.700789, 1.772341, 0.698612;;, - 68;3; 0.700789, 1.772341, 0.698612;;, - 69;3; 0.700789, 1.772341, 0.698612;;, - 70;3; 0.700789, 1.772341, 0.698612;;, - 71;3; 0.700789, 1.772341, 0.698612;;, - 72;3; 0.700789, 1.772341, 0.698612;;, - 73;3; 0.700789, 1.772341, 0.698612;;, - 74;3; 0.700789, 1.772341, 0.698612;;, - 75;3; 0.700789, 1.772341, 0.698612;;, - 76;3; 0.700789, 1.772341, 0.698612;;, - 77;3; 0.700789, 1.772341, 0.698612;;, - 78;3; 0.700789, 1.772341, 0.698612;;, - 79;3; 0.700789, 1.772341, 0.698612;;, - 80;3; 0.700789, 1.772341, 0.698612;;, - 81;3; 0.700789, 1.772341, 0.698612;;, - 82;3; 0.700789, 1.772341, 0.698612;;, - 83;3; 0.700789, 1.772341, 0.698612;;, - 84;3; 0.700789, 1.772341, 0.698612;;, - 85;3; 0.700789, 1.772341, 0.698612;;, - 86;3; 0.700789, 1.772341, 0.698612;;, - 87;3; 0.700789, 1.772341, 0.698612;;, - 88;3; 0.700789, 1.772341, 0.698612;;, - 89;3; 0.700789, 1.772341, 0.698612;;, - 90;3; 0.700789, 1.772341, 0.698612;;, - 91;3; 0.700789, 1.772341, 0.698612;;, - 92;3; 0.700789, 1.772341, 0.698612;;, - 93;3; 0.700789, 1.772341, 0.698612;;, - 94;3; 0.700789, 1.772341, 0.698612;;, - 95;3; 0.700789, 1.772341, 0.698612;;, - 96;3; 0.700789, 1.772341, 0.698612;;, - 97;3; 0.700789, 1.772341, 0.698612;;, - 98;3; 0.700789, 1.772341, 0.698612;;, - 99;3; 0.700789, 1.772341, 0.698612;;, - 100;3; 0.700789, 1.772341, 0.698612;;, - 101;3; 0.700789, 1.772341, 0.698612;;; - } - AnimationKey { //Rotation - 0; - 102; - 0;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 1;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 2;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 3;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 4;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 5;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 6;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 7;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 8;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 9;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 10;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 11;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 12;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 13;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 14;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 15;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 16;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 17;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 18;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 19;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 20;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 21;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 22;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 23;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 24;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 25;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 26;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 27;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 28;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 29;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 30;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 31;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 32;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 33;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 34;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 35;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 36;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 37;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 38;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 39;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 40;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 41;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 42;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 43;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 44;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 45;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 46;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 47;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 48;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 49;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 50;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 51;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 52;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 53;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 54;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 55;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 56;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 57;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 58;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 59;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 60;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 61;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 62;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 63;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 64;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 65;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 66;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 67;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 68;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 69;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 70;4; -0.073863,-0.728827,-0.675668,-0.082636;;, - 71;4; -0.071225,-0.744892,-0.652281,-0.084377;;, - 72;4; -0.063779,-0.789971,-0.586299,-0.089268;;, - 73;4; -0.054176,-0.847438,-0.501243,-0.095506;;, - 74;4; -0.046619,-0.891430,-0.434297,-0.100278;;, - 75;4; -0.043797,-0.905669,-0.409243,-0.101815;;, - 76;4; -0.043909,-0.901068,-0.410168,-0.101304;;, - 77;4; -0.044672,-0.891343,-0.416839,-0.100233;;, - 78;4; -0.046091,-0.876482,-0.429292,-0.098602;;, - 79;4; -0.048155,-0.856583,-0.447443,-0.096420;;, - 80;4; -0.050837,-0.831881,-0.471056,-0.093713;;, - 81;4; -0.054092,-0.802780,-0.499714,-0.090527;;, - 82;4; -0.057847,-0.769867,-0.532797,-0.086924;;, - 83;4; -0.062010,-0.733918,-0.569474,-0.082989;;, - 84;4; -0.066464,-0.695882,-0.608720,-0.078827;;, - 85;4; -0.071075,-0.656840,-0.649360,-0.074556;;, - 86;4; -0.075701,-0.617942,-0.690133,-0.070301;;, - 87;4; -0.080198,-0.580335,-0.729777,-0.066187;;, - 88;4; -0.084432,-0.545089,-0.767105,-0.062333;;, - 89;4; -0.088285,-0.513136,-0.801078,-0.058838;;, - 90;4; -0.091660,-0.485229,-0.830844,-0.055787;;, - 91;4; -0.094485,-0.461934,-0.855760,-0.053240;;, - 92;4; -0.096711,-0.443627,-0.875386,-0.051239;;, - 93;4; -0.098307,-0.430521,-0.889466,-0.049806;;, - 94;4; -0.099262,-0.422690,-0.897893,-0.048951;;, - 95;4; -0.099578,-0.420101,-0.900683,-0.048668;;, - 96;4; -0.097989,-0.439166,-0.886790,-0.050766;;, - 97;4; -0.093361,-0.494628,-0.846380,-0.056877;;, - 98;4; -0.086709,-0.574357,-0.788290,-0.065662;;, - 99;4; -0.080062,-0.654143,-0.730138,-0.074441;;, - 100;4; -0.075446,-0.709712,-0.689615,-0.080542;;, - 101;4; -0.073863,-0.728827,-0.675668,-0.082636;;; - } - AnimationKey { //Scale - 1; - 102; - 0;3; 1.000000, 1.000000, 1.000000;;, - 1;3; 1.000000, 1.000000, 1.000000;;, - 2;3; 1.000000, 1.000000, 1.000000;;, - 3;3; 1.000000, 1.000000, 1.000000;;, - 4;3; 1.000000, 1.000000, 1.000000;;, - 5;3; 1.000000, 1.000000, 1.000000;;, - 6;3; 1.000000, 1.000000, 1.000000;;, - 7;3; 1.000000, 1.000000, 1.000000;;, - 8;3; 1.000000, 1.000000, 1.000000;;, - 9;3; 1.000000, 1.000000, 1.000000;;, - 10;3; 1.000000, 1.000000, 1.000000;;, - 11;3; 1.000000, 1.000000, 1.000000;;, - 12;3; 1.000000, 1.000000, 1.000000;;, - 13;3; 1.000000, 1.000000, 1.000000;;, - 14;3; 1.000000, 1.000000, 1.000000;;, - 15;3; 1.000000, 1.000000, 1.000000;;, - 16;3; 1.000000, 1.000000, 1.000000;;, - 17;3; 1.000000, 1.000000, 1.000000;;, - 18;3; 1.000000, 1.000000, 1.000000;;, - 19;3; 1.000000, 1.000000, 1.000000;;, - 20;3; 1.000000, 1.000000, 1.000000;;, - 21;3; 1.000000, 1.000000, 1.000000;;, - 22;3; 1.000000, 1.000000, 1.000000;;, - 23;3; 1.000000, 1.000000, 1.000000;;, - 24;3; 1.000000, 1.000000, 1.000000;;, - 25;3; 1.000000, 1.000000, 1.000000;;, - 26;3; 1.000000, 1.000000, 1.000000;;, - 27;3; 1.000000, 1.000000, 1.000000;;, - 28;3; 1.000000, 1.000000, 1.000000;;, - 29;3; 1.000000, 1.000000, 1.000000;;, - 30;3; 1.000000, 1.000000, 1.000000;;, - 31;3; 1.000000, 1.000000, 1.000000;;, - 32;3; 1.000000, 1.000000, 1.000000;;, - 33;3; 1.000000, 1.000000, 1.000000;;, - 34;3; 1.000000, 1.000000, 1.000000;;, - 35;3; 1.000000, 1.000000, 1.000000;;, - 36;3; 1.000000, 1.000000, 1.000000;;, - 37;3; 1.000000, 1.000000, 1.000000;;, - 38;3; 1.000000, 1.000000, 1.000000;;, - 39;3; 1.000000, 1.000000, 1.000000;;, - 40;3; 1.000000, 1.000000, 1.000000;;, - 41;3; 1.000000, 1.000000, 1.000000;;, - 42;3; 1.000000, 1.000000, 1.000000;;, - 43;3; 1.000000, 1.000000, 1.000000;;, - 44;3; 1.000000, 1.000000, 1.000000;;, - 45;3; 1.000000, 1.000000, 1.000000;;, - 46;3; 1.000000, 1.000000, 1.000000;;, - 47;3; 1.000000, 1.000000, 1.000000;;, - 48;3; 1.000000, 1.000000, 1.000000;;, - 49;3; 1.000000, 1.000000, 1.000000;;, - 50;3; 1.000000, 1.000000, 1.000000;;, - 51;3; 1.000000, 1.000000, 1.000000;;, - 52;3; 1.000000, 1.000000, 1.000000;;, - 53;3; 1.000000, 1.000000, 1.000000;;, - 54;3; 1.000000, 1.000000, 1.000000;;, - 55;3; 1.000000, 1.000000, 1.000000;;, - 56;3; 1.000000, 1.000000, 1.000000;;, - 57;3; 1.000000, 1.000000, 1.000000;;, - 58;3; 1.000000, 1.000000, 1.000000;;, - 59;3; 1.000000, 1.000000, 1.000000;;, - 60;3; 1.000000, 1.000000, 1.000000;;, - 61;3; 1.000000, 1.000000, 1.000000;;, - 62;3; 1.000000, 1.000000, 1.000000;;, - 63;3; 1.000000, 1.000000, 1.000000;;, - 64;3; 1.000000, 1.000000, 1.000000;;, - 65;3; 1.000000, 1.000000, 1.000000;;, - 66;3; 1.000000, 1.000000, 1.000000;;, - 67;3; 1.000000, 1.000000, 1.000000;;, - 68;3; 1.000000, 1.000000, 1.000000;;, - 69;3; 1.000000, 1.000000, 1.000000;;, - 70;3; 1.000000, 1.000000, 1.000000;;, - 71;3; 1.000000, 1.000000, 1.000000;;, - 72;3; 1.000000, 1.000000, 1.000000;;, - 73;3; 1.000000, 1.000000, 1.000000;;, - 74;3; 1.000000, 1.000000, 1.000000;;, - 75;3; 1.000000, 1.000000, 1.000000;;, - 76;3; 1.000000, 1.000000, 1.000000;;, - 77;3; 1.000000, 1.000000, 1.000000;;, - 78;3; 1.000000, 1.000000, 1.000000;;, - 79;3; 1.000000, 1.000000, 1.000000;;, - 80;3; 1.000000, 1.000000, 1.000000;;, - 81;3; 1.000000, 1.000000, 1.000000;;, - 82;3; 1.000000, 1.000000, 1.000000;;, - 83;3; 1.000000, 1.000000, 1.000000;;, - 84;3; 1.000000, 1.000000, 1.000000;;, - 85;3; 1.000000, 1.000000, 1.000000;;, - 86;3; 1.000000, 1.000000, 1.000000;;, - 87;3; 1.000000, 1.000000, 1.000000;;, - 88;3; 1.000000, 1.000000, 1.000000;;, - 89;3; 1.000000, 1.000000, 1.000000;;, - 90;3; 1.000000, 1.000000, 1.000000;;, - 91;3; 1.000000, 1.000000, 1.000000;;, - 92;3; 1.000000, 1.000000, 1.000000;;, - 93;3; 1.000000, 1.000000, 1.000000;;, - 94;3; 1.000000, 1.000000, 1.000000;;, - 95;3; 1.000000, 1.000000, 1.000000;;, - 96;3; 1.000000, 1.000000, 1.000000;;, - 97;3; 1.000000, 1.000000, 1.000000;;, - 98;3; 1.000000, 1.000000, 1.000000;;, - 99;3; 1.000000, 1.000000, 1.000000;;, - 100;3; 1.000000, 1.000000, 1.000000;;, - 101;3; 1.000000, 1.000000, 1.000000;;; - } - } - Animation { - {Armature_head} - AnimationKey { //Position - 2; - 102; - 0;3; -0.000000, 1.674146, 0.000000;;, - 1;3; -0.000000, 1.674146, 0.000000;;, - 2;3; -0.000000, 1.674146, 0.000000;;, - 3;3; -0.000000, 1.674146, 0.000000;;, - 4;3; -0.000000, 1.674146, 0.000000;;, - 5;3; -0.000000, 1.674146, 0.000000;;, - 6;3; -0.000000, 1.674146, 0.000000;;, - 7;3; -0.000000, 1.674146, 0.000000;;, - 8;3; -0.000000, 1.674146, 0.000000;;, - 9;3; -0.000000, 1.674146, 0.000000;;, - 10;3; -0.000000, 1.674146, 0.000000;;, - 11;3; -0.000000, 1.674146, 0.000000;;, - 12;3; -0.000000, 1.674146, 0.000000;;, - 13;3; -0.000000, 1.674146, 0.000000;;, - 14;3; -0.000000, 1.674146, 0.000000;;, - 15;3; -0.000000, 1.674146, 0.000000;;, - 16;3; -0.000000, 1.674146, 0.000000;;, - 17;3; -0.000000, 1.674146, 0.000000;;, - 18;3; -0.000000, 1.674146, 0.000000;;, - 19;3; -0.000000, 1.674146, 0.000000;;, - 20;3; -0.000000, 1.674146, 0.000000;;, - 21;3; -0.000000, 1.674146, 0.000000;;, - 22;3; -0.000000, 1.674146, 0.000000;;, - 23;3; -0.000000, 1.674146, 0.000000;;, - 24;3; -0.000000, 1.674146, 0.000000;;, - 25;3; -0.000000, 1.674146, 0.000000;;, - 26;3; -0.000000, 1.674146, 0.000000;;, - 27;3; -0.000000, 1.674146, 0.000000;;, - 28;3; -0.000000, 1.674146, 0.000000;;, - 29;3; -0.000000, 1.674146, 0.000000;;, - 30;3; -0.000000, 1.674146, 0.000000;;, - 31;3; -0.000000, 1.674146, 0.000000;;, - 32;3; -0.000000, 1.674146, 0.000000;;, - 33;3; -0.000000, 1.674146, 0.000000;;, - 34;3; -0.000000, 1.674146, 0.000000;;, - 35;3; -0.000000, 1.674146, 0.000000;;, - 36;3; -0.000000, 1.674146, 0.000000;;, - 37;3; -0.000000, 1.674146, 0.000000;;, - 38;3; -0.000000, 1.674146, 0.000000;;, - 39;3; -0.000000, 1.674146, 0.000000;;, - 40;3; -0.000000, 1.674146, 0.000000;;, - 41;3; -0.000000, 1.674146, 0.000000;;, - 42;3; -0.000000, 1.674146, 0.000000;;, - 43;3; -0.000000, 1.674146, 0.000000;;, - 44;3; -0.000000, 1.674146, 0.000000;;, - 45;3; -0.000000, 1.674146, 0.000000;;, - 46;3; -0.000000, 1.674146, 0.000000;;, - 47;3; -0.000000, 1.674146, 0.000000;;, - 48;3; -0.000000, 1.674146, 0.000000;;, - 49;3; -0.000000, 1.674146, 0.000000;;, - 50;3; -0.000000, 1.674146, 0.000000;;, - 51;3; -0.000000, 1.674146, 0.000000;;, - 52;3; -0.000000, 1.674146, 0.000000;;, - 53;3; -0.000000, 1.674146, 0.000000;;, - 54;3; -0.000000, 1.674146, 0.000000;;, - 55;3; -0.000000, 1.674146, 0.000000;;, - 56;3; -0.000000, 1.674146, 0.000000;;, - 57;3; -0.000000, 1.674146, 0.000000;;, - 58;3; -0.000000, 1.674146, 0.000000;;, - 59;3; -0.000000, 1.674146, 0.000000;;, - 60;3; -0.000000, 1.674146, 0.000000;;, - 61;3; -0.000000, 1.674146, 0.000000;;, - 62;3; -0.000000, 1.674146, 0.000000;;, - 63;3; -0.000000, 1.674146, 0.000000;;, - 64;3; -0.000000, 1.674146, 0.000000;;, - 65;3; -0.000000, 1.674146, 0.000000;;, - 66;3; -0.000000, 1.674146, 0.000000;;, - 67;3; -0.000000, 1.674146, 0.000000;;, - 68;3; -0.000000, 1.674146, 0.000000;;, - 69;3; -0.000000, 1.674146, 0.000000;;, - 70;3; -0.000000, 1.674146, 0.000000;;, - 71;3; -0.000000, 1.674146, 0.000000;;, - 72;3; 0.000000, 1.674146, 0.000000;;, - 73;3; -0.000000, 1.674146, 0.000000;;, - 74;3; -0.000000, 1.674146, 0.000000;;, - 75;3; -0.000000, 1.674146, 0.000000;;, - 76;3; -0.000000, 1.674146, 0.000000;;, - 77;3; -0.000000, 1.674146, 0.000000;;, - 78;3; -0.000000, 1.674146, 0.000000;;, - 79;3; -0.000000, 1.674146, 0.000000;;, - 80;3; -0.000000, 1.674146, 0.000000;;, - 81;3; -0.000000, 1.674146,-0.000000;;, - 82;3; -0.000000, 1.674146, 0.000000;;, - 83;3; -0.000000, 1.674146, 0.000000;;, - 84;3; -0.000000, 1.674146,-0.000000;;, - 85;3; 0.000000, 1.674146, 0.000000;;, - 86;3; -0.000000, 1.674146, 0.000000;;, - 87;3; -0.000000, 1.674146, 0.000000;;, - 88;3; 0.000000, 1.674146, 0.000000;;, - 89;3; -0.000000, 1.674146, 0.000000;;, - 90;3; -0.000000, 1.674146, 0.000000;;, - 91;3; -0.000000, 1.674146, 0.000000;;, - 92;3; -0.000000, 1.674146, 0.000000;;, - 93;3; 0.000000, 1.674146,-0.000000;;, - 94;3; -0.000000, 1.674146,-0.000000;;, - 95;3; -0.000000, 1.674146, 0.000000;;, - 96;3; -0.000000, 1.674146, 0.000000;;, - 97;3; -0.000000, 1.674146, 0.000000;;, - 98;3; -0.000000, 1.674146, 0.000000;;, - 99;3; -0.000000, 1.674146,-0.000000;;, - 100;3; -0.000000, 1.674146, 0.000000;;, - 101;3; -0.000000, 1.674146, 0.000000;;; - } - AnimationKey { //Rotation - 0; - 102; - 0;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 1;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 2;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 3;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 4;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 5;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 6;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 7;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 8;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 9;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 10;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 11;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 12;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 13;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 14;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 15;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 16;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 17;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 18;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 19;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 20;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 21;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 22;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 23;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 24;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 25;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 26;4; -0.706775, 0.008456,-0.706775, 0.008456;;, - 27;4; -0.706077, 0.032526,-0.706077, 0.032526;;, - 28;4; -0.705751, 0.043775,-0.705751, 0.043775;;, - 29;4; -0.706039, 0.035432,-0.706039, 0.035432;;, - 30;4; -0.706656, 0.017578,-0.706656, 0.017578;;, - 31;4; -0.706945, 0.009235,-0.706945, 0.009235;;, - 32;4; -0.706844, 0.012135,-0.706844, 0.012135;;, - 33;4; -0.706558, 0.020306,-0.706558, 0.020306;;, - 34;4; -0.706192, 0.030797,-0.706192, 0.030797;;, - 35;4; -0.705906, 0.038967,-0.705906, 0.038967;;, - 36;4; -0.705805, 0.041868,-0.705805, 0.041868;;, - 37;4; -0.705991, 0.038144,-0.705990, 0.038144;;, - 38;4; -0.706447, 0.027738,-0.706447, 0.027738;;, - 39;4; -0.706824, 0.015541,-0.706824, 0.015541;;, - 40;4; -0.706811, 0.007295,-0.706811, 0.007295;;, - 41;4; -0.701904, 0.025942,-0.705927,-0.020202;;, - 42;4; -0.689478, 0.083985,-0.704022,-0.082801;;, - 43;4; -0.677123, 0.143604,-0.702186,-0.143793;;, - 44;4; -0.672393, 0.166254,-0.701478,-0.167257;;, - 45;4; -0.674517, 0.155352,-0.701805,-0.157557;;, - 46;4; -0.680750, 0.124798,-0.702809,-0.128156;;, - 47;4; -0.689724, 0.081209,-0.704267,-0.085558;;, - 48;4; -0.698704, 0.037754,-0.705730,-0.042821;;, - 49;4; -0.704954, 0.007570,-0.706750,-0.013038;;, - 50;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 51;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 52;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 53;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 54;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 55;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 56;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 57;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 58;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 59;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 60;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 61;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 62;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 63;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 64;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 65;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 66;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 67;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 68;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 69;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 70;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 71;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 72;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 73;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 74;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 75;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 76;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 77;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 78;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 79;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 80;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 81;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 82;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 83;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 84;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 85;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 86;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 87;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 88;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 89;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 90;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 91;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 92;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 93;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 94;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 95;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 96;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 97;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 98;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 99;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 100;4; -0.707101,-0.002794,-0.707101,-0.002794;;, - 101;4; -0.707101,-0.002794,-0.707101,-0.002794;;; - } - AnimationKey { //Scale - 1; - 102; - 0;3; 1.000000, 1.000000, 1.000000;;, - 1;3; 1.000000, 1.000000, 1.000000;;, - 2;3; 1.000000, 1.000000, 1.000000;;, - 3;3; 1.000000, 1.000000, 1.000000;;, - 4;3; 1.000000, 1.000000, 1.000000;;, - 5;3; 1.000000, 1.000000, 1.000000;;, - 6;3; 1.000000, 1.000000, 1.000000;;, - 7;3; 1.000000, 1.000000, 1.000000;;, - 8;3; 1.000000, 1.000000, 1.000000;;, - 9;3; 1.000000, 1.000000, 1.000000;;, - 10;3; 1.000000, 1.000000, 1.000000;;, - 11;3; 1.000000, 1.000000, 1.000000;;, - 12;3; 1.000000, 1.000000, 1.000000;;, - 13;3; 1.000000, 1.000000, 1.000000;;, - 14;3; 1.000000, 1.000000, 1.000000;;, - 15;3; 1.000000, 1.000000, 1.000000;;, - 16;3; 1.000000, 1.000000, 1.000000;;, - 17;3; 1.000000, 1.000000, 1.000000;;, - 18;3; 1.000000, 1.000000, 1.000000;;, - 19;3; 1.000000, 1.000000, 1.000000;;, - 20;3; 1.000000, 1.000000, 1.000000;;, - 21;3; 1.000000, 1.000000, 1.000000;;, - 22;3; 1.000000, 1.000000, 1.000000;;, - 23;3; 1.000000, 1.000000, 1.000000;;, - 24;3; 1.000000, 1.000000, 1.000000;;, - 25;3; 1.000000, 1.000000, 1.000000;;, - 26;3; 1.000000, 1.000000, 1.000000;;, - 27;3; 1.000000, 1.000000, 1.000000;;, - 28;3; 1.000000, 1.000000, 1.000000;;, - 29;3; 1.000000, 1.000000, 1.000000;;, - 30;3; 1.000000, 1.000000, 1.000000;;, - 31;3; 1.000000, 1.000000, 1.000000;;, - 32;3; 1.000000, 1.000000, 1.000000;;, - 33;3; 1.000000, 1.000000, 1.000000;;, - 34;3; 1.000000, 1.000000, 1.000000;;, - 35;3; 1.000000, 1.000000, 1.000000;;, - 36;3; 1.000000, 1.000000, 1.000000;;, - 37;3; 1.000000, 1.000000, 1.000000;;, - 38;3; 1.000000, 1.000000, 1.000000;;, - 39;3; 1.000000, 1.000000, 1.000000;;, - 40;3; 1.000000, 1.000000, 1.000000;;, - 41;3; 1.000000, 1.000000, 1.000000;;, - 42;3; 1.000000, 1.000000, 1.000000;;, - 43;3; 1.000000, 1.000000, 1.000000;;, - 44;3; 1.000000, 1.000000, 1.000000;;, - 45;3; 1.000000, 1.000000, 1.000000;;, - 46;3; 1.000000, 1.000000, 1.000000;;, - 47;3; 1.000000, 1.000000, 1.000000;;, - 48;3; 1.000000, 1.000000, 1.000000;;, - 49;3; 1.000000, 1.000000, 1.000000;;, - 50;3; 1.000000, 1.000000, 1.000000;;, - 51;3; 1.000000, 1.000000, 1.000000;;, - 52;3; 1.000000, 1.000000, 1.000000;;, - 53;3; 1.000000, 1.000000, 1.000000;;, - 54;3; 1.000000, 1.000000, 1.000000;;, - 55;3; 1.000000, 1.000000, 1.000000;;, - 56;3; 1.000000, 1.000000, 1.000000;;, - 57;3; 1.000000, 1.000000, 1.000000;;, - 58;3; 1.000000, 1.000000, 1.000000;;, - 59;3; 1.000000, 1.000000, 1.000000;;, - 60;3; 1.000000, 1.000000, 1.000000;;, - 61;3; 1.000000, 1.000000, 1.000000;;, - 62;3; 1.000000, 1.000000, 1.000000;;, - 63;3; 1.000000, 1.000000, 1.000000;;, - 64;3; 1.000000, 1.000000, 1.000000;;, - 65;3; 1.000000, 1.000000, 1.000000;;, - 66;3; 1.000000, 1.000000, 1.000000;;, - 67;3; 1.000000, 1.000000, 1.000000;;, - 68;3; 1.000000, 1.000000, 1.000000;;, - 69;3; 1.000000, 1.000000, 1.000000;;, - 70;3; 1.000000, 1.000000, 1.000000;;, - 71;3; 1.000000, 1.000000, 1.000000;;, - 72;3; 1.000000, 1.000000, 1.000000;;, - 73;3; 1.000000, 1.000000, 1.000000;;, - 74;3; 1.000000, 1.000000, 1.000000;;, - 75;3; 1.000000, 1.000000, 1.000000;;, - 76;3; 1.000000, 1.000000, 1.000000;;, - 77;3; 1.000000, 1.000000, 1.000000;;, - 78;3; 1.000000, 1.000000, 1.000000;;, - 79;3; 1.000000, 1.000000, 1.000000;;, - 80;3; 1.000000, 1.000000, 1.000000;;, - 81;3; 1.000000, 1.000000, 1.000000;;, - 82;3; 1.000000, 1.000000, 1.000000;;, - 83;3; 1.000000, 1.000000, 1.000000;;, - 84;3; 1.000000, 1.000000, 1.000000;;, - 85;3; 1.000000, 1.000000, 1.000000;;, - 86;3; 1.000000, 1.000000, 1.000000;;, - 87;3; 1.000000, 1.000000, 1.000000;;, - 88;3; 1.000000, 1.000000, 1.000000;;, - 89;3; 1.000000, 1.000000, 1.000000;;, - 90;3; 1.000000, 1.000000, 1.000000;;, - 91;3; 1.000000, 1.000000, 1.000000;;, - 92;3; 1.000000, 1.000000, 1.000000;;, - 93;3; 1.000000, 1.000000, 1.000000;;, - 94;3; 1.000000, 1.000000, 1.000000;;, - 95;3; 1.000000, 1.000000, 1.000000;;, - 96;3; 1.000000, 1.000000, 1.000000;;, - 97;3; 1.000000, 1.000000, 1.000000;;, - 98;3; 1.000000, 1.000000, 1.000000;;, - 99;3; 1.000000, 1.000000, 1.000000;;, - 100;3; 1.000000, 1.000000, 1.000000;;, - 101;3; 1.000000, 1.000000, 1.000000;;; - } - } - Animation { - {Armature_hvost} - AnimationKey { //Position - 2; - 102; - 0;3; -0.371885,-0.304373,-0.053265;;, - 1;3; -0.371885,-0.304373,-0.053265;;, - 2;3; -0.371885,-0.304373,-0.053265;;, - 3;3; -0.371885,-0.304373,-0.053265;;, - 4;3; -0.371885,-0.304373,-0.053265;;, - 5;3; -0.371885,-0.304373,-0.053265;;, - 6;3; -0.371885,-0.304373,-0.053265;;, - 7;3; -0.371885,-0.304373,-0.053265;;, - 8;3; -0.371885,-0.304373,-0.053265;;, - 9;3; -0.371885,-0.304373,-0.053265;;, - 10;3; -0.371885,-0.304373,-0.053265;;, - 11;3; -0.371885,-0.304373,-0.053265;;, - 12;3; -0.371885,-0.304373,-0.053265;;, - 13;3; -0.371885,-0.304373,-0.053265;;, - 14;3; -0.371885,-0.304373,-0.053265;;, - 15;3; -0.371885,-0.304373,-0.053265;;, - 16;3; -0.371885,-0.304373,-0.053265;;, - 17;3; -0.371885,-0.304373,-0.053265;;, - 18;3; -0.371885,-0.304373,-0.053265;;, - 19;3; -0.371885,-0.304373,-0.053265;;, - 20;3; -0.371885,-0.304373,-0.053265;;, - 21;3; -0.371885,-0.304373,-0.053265;;, - 22;3; -0.371885,-0.304373,-0.053265;;, - 23;3; -0.371885,-0.304373,-0.053265;;, - 24;3; -0.371885,-0.304373,-0.053265;;, - 25;3; -0.371885,-0.304373,-0.053265;;, - 26;3; -0.371885,-0.304373,-0.053265;;, - 27;3; -0.371885,-0.304373,-0.053265;;, - 28;3; -0.371885,-0.304373,-0.053265;;, - 29;3; -0.371885,-0.304373,-0.053265;;, - 30;3; -0.371885,-0.304373,-0.053265;;, - 31;3; -0.371885,-0.304373,-0.053265;;, - 32;3; -0.371885,-0.304373,-0.053265;;, - 33;3; -0.371885,-0.304373,-0.053265;;, - 34;3; -0.371885,-0.304373,-0.053265;;, - 35;3; -0.371885,-0.304373,-0.053265;;, - 36;3; -0.371885,-0.304373,-0.053265;;, - 37;3; -0.371885,-0.304373,-0.053265;;, - 38;3; -0.371885,-0.304373,-0.053265;;, - 39;3; -0.371885,-0.304373,-0.053265;;, - 40;3; -0.371885,-0.304373,-0.053265;;, - 41;3; -0.371885,-0.304373,-0.053265;;, - 42;3; -0.371885,-0.304373,-0.053265;;, - 43;3; -0.371885,-0.304373,-0.053265;;, - 44;3; -0.371885,-0.304373,-0.053265;;, - 45;3; -0.371885,-0.304373,-0.053265;;, - 46;3; -0.371885,-0.304373,-0.053265;;, - 47;3; -0.371885,-0.304373,-0.053265;;, - 48;3; -0.371885,-0.304373,-0.053265;;, - 49;3; -0.371885,-0.304373,-0.053265;;, - 50;3; -0.371885,-0.304373,-0.053265;;, - 51;3; -0.371885,-0.304373,-0.053265;;, - 52;3; -0.371885,-0.304373,-0.053265;;, - 53;3; -0.371885,-0.304373,-0.053265;;, - 54;3; -0.371885,-0.304373,-0.053265;;, - 55;3; -0.371885,-0.304373,-0.053265;;, - 56;3; -0.371885,-0.304373,-0.053265;;, - 57;3; -0.371885,-0.304373,-0.053265;;, - 58;3; -0.371885,-0.304373,-0.053265;;, - 59;3; -0.371885,-0.304373,-0.053265;;, - 60;3; -0.371885,-0.304373,-0.053265;;, - 61;3; -0.371885,-0.304373,-0.053265;;, - 62;3; -0.371885,-0.304373,-0.053265;;, - 63;3; -0.371885,-0.304373,-0.053265;;, - 64;3; -0.371885,-0.304373,-0.053265;;, - 65;3; -0.371885,-0.304373,-0.053265;;, - 66;3; -0.371885,-0.304373,-0.053265;;, - 67;3; -0.371885,-0.304373,-0.053265;;, - 68;3; -0.371885,-0.304373,-0.053265;;, - 69;3; -0.371885,-0.304373,-0.053265;;, - 70;3; -0.371885,-0.304373,-0.053265;;, - 71;3; -0.371885,-0.304373,-0.053265;;, - 72;3; -0.371885,-0.304373,-0.053265;;, - 73;3; -0.371885,-0.304373,-0.053265;;, - 74;3; -0.371885,-0.304373,-0.053265;;, - 75;3; -0.371885,-0.304373,-0.053265;;, - 76;3; -0.371885,-0.304373,-0.053265;;, - 77;3; -0.371885,-0.304373,-0.053265;;, - 78;3; -0.371885,-0.304373,-0.053265;;, - 79;3; -0.371885,-0.304373,-0.053265;;, - 80;3; -0.371885,-0.304373,-0.053265;;, - 81;3; -0.371885,-0.304373,-0.053265;;, - 82;3; -0.371885,-0.304373,-0.053265;;, - 83;3; -0.371885,-0.304373,-0.053265;;, - 84;3; -0.371885,-0.304373,-0.053265;;, - 85;3; -0.371885,-0.304373,-0.053265;;, - 86;3; -0.371885,-0.304373,-0.053265;;, - 87;3; -0.371885,-0.304373,-0.053265;;, - 88;3; -0.371885,-0.304373,-0.053265;;, - 89;3; -0.371885,-0.304373,-0.053265;;, - 90;3; -0.371885,-0.304373,-0.053265;;, - 91;3; -0.371885,-0.304373,-0.053265;;, - 92;3; -0.371885,-0.304373,-0.053265;;, - 93;3; -0.371885,-0.304373,-0.053265;;, - 94;3; -0.371885,-0.304373,-0.053265;;, - 95;3; -0.371885,-0.304373,-0.053265;;, - 96;3; -0.371885,-0.304373,-0.053265;;, - 97;3; -0.371885,-0.304373,-0.053265;;, - 98;3; -0.371885,-0.304373,-0.053265;;, - 99;3; -0.371885,-0.304373,-0.053265;;, - 100;3; -0.371885,-0.304373,-0.053265;;, - 101;3; -0.371885,-0.304373,-0.053265;;; - } - AnimationKey { //Rotation - 0; - 102; - 0;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 1;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 2;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 3;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 4;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 5;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 6;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 7;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 8;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 9;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 10;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 11;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 12;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 13;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 14;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 15;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 16;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 17;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 18;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 19;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 20;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 21;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 22;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 23;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 24;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 25;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 26;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 27;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 28;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 29;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 30;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 31;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 32;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 33;4; -0.092171,-0.091801, 0.103340, 0.977726;;, - 34;4; -0.079170,-0.092602, 0.230341, 0.965454;;, - 35;4; -0.080174,-0.092981, 0.226130, 0.966924;;, - 36;4; -0.083078,-0.093954, 0.212380, 0.971164;;, - 37;4; -0.087206,-0.095018, 0.188694, 0.977155;;, - 38;4; -0.091248,-0.095436, 0.157386, 0.982942;;, - 39;4; -0.093909,-0.094633, 0.122667, 0.986621;;, - 40;4; -0.094558,-0.092458, 0.088213, 0.987284;;, - 41;4; -0.004325,-0.088704, 0.040224, 0.979222;;, - 42;4; 0.187822,-0.084584,-0.015920, 0.963174;;, - 43;4; 0.277597,-0.082988,-0.038278, 0.955781;;, - 44;4; 0.260219,-0.083351,-0.037618, 0.957332;;, - 45;4; 0.208831,-0.084427,-0.035667, 0.961922;;, - 46;4; 0.130568,-0.086067,-0.032694, 0.968918;;, - 47;4; 0.041820,-0.087927,-0.029322, 0.976856;;, - 48;4; -0.036429,-0.089568,-0.026350, 0.983854;;, - 49;4; -0.087801,-0.090644,-0.024399, 0.988445;;, - 50;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 51;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 52;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 53;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 54;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 55;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 56;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 57;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 58;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 59;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 60;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 61;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 62;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 63;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 64;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 65;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 66;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 67;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 68;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 69;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 70;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 71;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 72;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 73;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 74;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 75;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 76;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 77;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 78;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 79;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 80;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 81;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 82;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 83;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 84;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 85;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 86;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 87;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 88;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 89;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 90;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 91;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 92;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 93;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 94;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 95;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 96;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 97;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 98;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 99;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 100;4; -0.105172,-0.091008,-0.023740, 0.989996;;, - 101;4; -0.105172,-0.091008,-0.023740, 0.989996;;; - } - AnimationKey { //Scale - 1; - 102; - 0;3; 1.000000, 1.000000, 1.000000;;, - 1;3; 1.000000, 1.000000, 1.000000;;, - 2;3; 1.000000, 1.000000, 1.000000;;, - 3;3; 1.000000, 1.000000, 1.000000;;, - 4;3; 1.000000, 1.000000, 1.000000;;, - 5;3; 1.000000, 1.000000, 1.000000;;, - 6;3; 1.000000, 1.000000, 1.000000;;, - 7;3; 1.000000, 1.000000, 1.000000;;, - 8;3; 1.000000, 1.000000, 1.000000;;, - 9;3; 1.000000, 1.000000, 1.000000;;, - 10;3; 1.000000, 1.000000, 1.000000;;, - 11;3; 1.000000, 1.000000, 1.000000;;, - 12;3; 1.000000, 1.000000, 1.000000;;, - 13;3; 1.000000, 1.000000, 1.000000;;, - 14;3; 1.000000, 1.000000, 1.000000;;, - 15;3; 1.000000, 1.000000, 1.000000;;, - 16;3; 1.000000, 1.000000, 1.000000;;, - 17;3; 1.000000, 1.000000, 1.000000;;, - 18;3; 1.000000, 1.000000, 1.000000;;, - 19;3; 1.000000, 1.000000, 1.000000;;, - 20;3; 1.000000, 1.000000, 1.000000;;, - 21;3; 1.000000, 1.000000, 1.000000;;, - 22;3; 1.000000, 1.000000, 1.000000;;, - 23;3; 1.000000, 1.000000, 1.000000;;, - 24;3; 1.000000, 1.000000, 1.000000;;, - 25;3; 1.000000, 1.000000, 1.000000;;, - 26;3; 1.000000, 1.000000, 1.000000;;, - 27;3; 1.000000, 1.000000, 1.000000;;, - 28;3; 1.000000, 1.000000, 1.000000;;, - 29;3; 1.000000, 1.000000, 1.000000;;, - 30;3; 1.000000, 1.000000, 1.000000;;, - 31;3; 1.000000, 1.000000, 1.000000;;, - 32;3; 1.000000, 1.000000, 1.000000;;, - 33;3; 1.000000, 1.000000, 1.000000;;, - 34;3; 1.000000, 1.000000, 1.000000;;, - 35;3; 1.000000, 1.000000, 1.000000;;, - 36;3; 1.000000, 1.000000, 1.000000;;, - 37;3; 1.000000, 1.000000, 1.000000;;, - 38;3; 1.000000, 1.000000, 1.000000;;, - 39;3; 1.000000, 1.000000, 1.000000;;, - 40;3; 1.000000, 1.000000, 1.000000;;, - 41;3; 1.000000, 1.000000, 1.000000;;, - 42;3; 1.000000, 1.000000, 1.000000;;, - 43;3; 1.000000, 1.000000, 1.000000;;, - 44;3; 1.000000, 1.000000, 1.000000;;, - 45;3; 1.000000, 1.000000, 1.000000;;, - 46;3; 1.000000, 1.000000, 1.000000;;, - 47;3; 1.000000, 1.000000, 1.000000;;, - 48;3; 1.000000, 1.000000, 1.000000;;, - 49;3; 1.000000, 1.000000, 1.000000;;, - 50;3; 1.000000, 1.000000, 1.000000;;, - 51;3; 1.000000, 1.000000, 1.000000;;, - 52;3; 1.000000, 1.000000, 1.000000;;, - 53;3; 1.000000, 1.000000, 1.000000;;, - 54;3; 1.000000, 1.000000, 1.000000;;, - 55;3; 1.000000, 1.000000, 1.000000;;, - 56;3; 1.000000, 1.000000, 1.000000;;, - 57;3; 1.000000, 1.000000, 1.000000;;, - 58;3; 1.000000, 1.000000, 1.000000;;, - 59;3; 1.000000, 1.000000, 1.000000;;, - 60;3; 1.000000, 1.000000, 1.000000;;, - 61;3; 1.000000, 1.000000, 1.000000;;, - 62;3; 1.000000, 1.000000, 1.000000;;, - 63;3; 1.000000, 1.000000, 1.000000;;, - 64;3; 1.000000, 1.000000, 1.000000;;, - 65;3; 1.000000, 1.000000, 1.000000;;, - 66;3; 1.000000, 1.000000, 1.000000;;, - 67;3; 1.000000, 1.000000, 1.000000;;, - 68;3; 1.000000, 1.000000, 1.000000;;, - 69;3; 1.000000, 1.000000, 1.000000;;, - 70;3; 1.000000, 1.000000, 1.000000;;, - 71;3; 1.000000, 1.000000, 1.000000;;, - 72;3; 1.000000, 1.000000, 1.000000;;, - 73;3; 1.000000, 1.000000, 1.000000;;, - 74;3; 1.000000, 1.000000, 1.000000;;, - 75;3; 1.000000, 1.000000, 1.000000;;, - 76;3; 1.000000, 1.000000, 1.000000;;, - 77;3; 1.000000, 1.000000, 1.000000;;, - 78;3; 1.000000, 1.000000, 1.000000;;, - 79;3; 1.000000, 1.000000, 1.000000;;, - 80;3; 1.000000, 1.000000, 1.000000;;, - 81;3; 1.000000, 1.000000, 1.000000;;, - 82;3; 1.000000, 1.000000, 1.000000;;, - 83;3; 1.000000, 1.000000, 1.000000;;, - 84;3; 1.000000, 1.000000, 1.000000;;, - 85;3; 1.000000, 1.000000, 1.000000;;, - 86;3; 1.000000, 1.000000, 1.000000;;, - 87;3; 1.000000, 1.000000, 1.000000;;, - 88;3; 1.000000, 1.000000, 1.000000;;, - 89;3; 1.000000, 1.000000, 1.000000;;, - 90;3; 1.000000, 1.000000, 1.000000;;, - 91;3; 1.000000, 1.000000, 1.000000;;, - 92;3; 1.000000, 1.000000, 1.000000;;, - 93;3; 1.000000, 1.000000, 1.000000;;, - 94;3; 1.000000, 1.000000, 1.000000;;, - 95;3; 1.000000, 1.000000, 1.000000;;, - 96;3; 1.000000, 1.000000, 1.000000;;, - 97;3; 1.000000, 1.000000, 1.000000;;, - 98;3; 1.000000, 1.000000, 1.000000;;, - 99;3; 1.000000, 1.000000, 1.000000;;, - 100;3; 1.000000, 1.000000, 1.000000;;, - 101;3; 1.000000, 1.000000, 1.000000;;; - } - } - Animation { - {Cube} - AnimationKey { //Position - 2; - 102; - 0;3; -0.022274,-1.486684, 5.904222;;, - 1;3; -0.022274,-1.486684, 5.904222;;, - 2;3; -0.022274,-1.486684, 5.904222;;, - 3;3; -0.022274,-1.486684, 5.904222;;, - 4;3; -0.022274,-1.486684, 5.904222;;, - 5;3; -0.022274,-1.486684, 5.904222;;, - 6;3; -0.022274,-1.486684, 5.904222;;, - 7;3; -0.022274,-1.486684, 5.904222;;, - 8;3; -0.022274,-1.486684, 5.904222;;, - 9;3; -0.022274,-1.486684, 5.904222;;, - 10;3; -0.022274,-1.486684, 5.904222;;, - 11;3; -0.022274,-1.486684, 5.904222;;, - 12;3; -0.022274,-1.486684, 5.904222;;, - 13;3; -0.022274,-1.486684, 5.904222;;, - 14;3; -0.022274,-1.486684, 5.904222;;, - 15;3; -0.022274,-1.486684, 5.904222;;, - 16;3; -0.022274,-1.486684, 5.904222;;, - 17;3; -0.022274,-1.486684, 5.904222;;, - 18;3; -0.022274,-1.486684, 5.904222;;, - 19;3; -0.022274,-1.486684, 5.904222;;, - 20;3; -0.022274,-1.486684, 5.904222;;, - 21;3; -0.022274,-1.486684, 5.904222;;, - 22;3; -0.022274,-1.486684, 5.904222;;, - 23;3; -0.022274,-1.486684, 5.904222;;, - 24;3; -0.022274,-1.486684, 5.904222;;, - 25;3; -0.022274,-1.486684, 5.904222;;, - 26;3; -0.022274,-1.486684, 5.904222;;, - 27;3; -0.022274,-1.486684, 5.904222;;, - 28;3; -0.022274,-1.486684, 5.904222;;, - 29;3; -0.022274,-1.486684, 5.904222;;, - 30;3; -0.022274,-1.486684, 5.904222;;, - 31;3; -0.022274,-1.486684, 5.904222;;, - 32;3; -0.022274,-1.486684, 5.904222;;, - 33;3; -0.022274,-1.486684, 5.904222;;, - 34;3; -0.022274,-1.486684, 5.904222;;, - 35;3; -0.022274,-1.486684, 5.904222;;, - 36;3; -0.022274,-1.486684, 5.904222;;, - 37;3; -0.022274,-1.486684, 5.904222;;, - 38;3; -0.022274,-1.486684, 5.904222;;, - 39;3; -0.022274,-1.486684, 5.904222;;, - 40;3; -0.022274,-1.486684, 5.904222;;, - 41;3; -0.022274,-1.486684, 5.904222;;, - 42;3; -0.022274,-1.486684, 5.904222;;, - 43;3; -0.022274,-1.486684, 5.904222;;, - 44;3; -0.022274,-1.486684, 5.904222;;, - 45;3; -0.022274,-1.486684, 5.904222;;, - 46;3; -0.022274,-1.486684, 5.904222;;, - 47;3; -0.022274,-1.486684, 5.904222;;, - 48;3; -0.022274,-1.486684, 5.904222;;, - 49;3; -0.022274,-1.486684, 5.904222;;, - 50;3; -0.022274,-1.486684, 5.904222;;, - 51;3; -0.022274,-1.486684, 5.904222;;, - 52;3; -0.022274,-1.486684, 5.904222;;, - 53;3; -0.022274,-1.486684, 5.904222;;, - 54;3; -0.022274,-1.486684, 5.904222;;, - 55;3; -0.022274,-1.486684, 5.904222;;, - 56;3; -0.022274,-1.486684, 5.904222;;, - 57;3; -0.022274,-1.486684, 5.904222;;, - 58;3; -0.022274,-1.486684, 5.904222;;, - 59;3; -0.022274,-1.486684, 5.904222;;, - 60;3; -0.022274,-1.486684, 5.904222;;, - 61;3; -0.022274,-1.486684, 5.904222;;, - 62;3; -0.022274,-1.486684, 5.904222;;, - 63;3; -0.022274,-1.486684, 5.904222;;, - 64;3; -0.022274,-1.486684, 5.904222;;, - 65;3; -0.022274,-1.486684, 5.904222;;, - 66;3; -0.022274,-1.486684, 5.904222;;, - 67;3; -0.022274,-1.486684, 5.904222;;, - 68;3; -0.022274,-1.486684, 5.904222;;, - 69;3; -0.022274,-1.486684, 5.904222;;, - 70;3; -0.022274,-1.486684, 5.904222;;, - 71;3; -0.022274,-1.486684, 5.904222;;, - 72;3; -0.022274,-1.486684, 5.904222;;, - 73;3; -0.022274,-1.486684, 5.904222;;, - 74;3; -0.022274,-1.486684, 5.904222;;, - 75;3; -0.022274,-1.486684, 5.904222;;, - 76;3; -0.022274,-1.486684, 5.904222;;, - 77;3; -0.022274,-1.486684, 5.904222;;, - 78;3; -0.022274,-1.486684, 5.904222;;, - 79;3; -0.022274,-1.486684, 5.904222;;, - 80;3; -0.022274,-1.486684, 5.904222;;, - 81;3; -0.022274,-1.486684, 5.904222;;, - 82;3; -0.022274,-1.486684, 5.904222;;, - 83;3; -0.022274,-1.486684, 5.904222;;, - 84;3; -0.022274,-1.486684, 5.904222;;, - 85;3; -0.022274,-1.486684, 5.904222;;, - 86;3; -0.022274,-1.486684, 5.904222;;, - 87;3; -0.022274,-1.486684, 5.904222;;, - 88;3; -0.022274,-1.486684, 5.904222;;, - 89;3; -0.022274,-1.486684, 5.904222;;, - 90;3; -0.022274,-1.486684, 5.904222;;, - 91;3; -0.022274,-1.486684, 5.904222;;, - 92;3; -0.022274,-1.486684, 5.904222;;, - 93;3; -0.022274,-1.486684, 5.904222;;, - 94;3; -0.022274,-1.486684, 5.904222;;, - 95;3; -0.022274,-1.486684, 5.904222;;, - 96;3; -0.022274,-1.486684, 5.904222;;, - 97;3; -0.022274,-1.486684, 5.904222;;, - 98;3; -0.022274,-1.486684, 5.904222;;, - 99;3; -0.022274,-1.486684, 5.904222;;, - 100;3; -0.022274,-1.486684, 5.904222;;, - 101;3; -0.022274,-1.486684, 5.904222;;; - } - AnimationKey { //Rotation - 0; - 102; - 0;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 1;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 2;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 3;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 4;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 5;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 6;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 7;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 8;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 9;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 10;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 11;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 12;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 13;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 14;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 15;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 16;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 17;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 18;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 19;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 20;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 21;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 22;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 23;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 24;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 25;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 26;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 27;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 28;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 29;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 30;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 31;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 32;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 33;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 34;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 35;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 36;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 37;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 38;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 39;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 40;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 41;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 42;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 43;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 44;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 45;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 46;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 47;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 48;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 49;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 50;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 51;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 52;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 53;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 54;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 55;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 56;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 57;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 58;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 59;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 60;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 61;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 62;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 63;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 64;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 65;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 66;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 67;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 68;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 69;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 70;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 71;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 72;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 73;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 74;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 75;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 76;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 77;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 78;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 79;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 80;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 81;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 82;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 83;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 84;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 85;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 86;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 87;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 88;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 89;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 90;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 91;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 92;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 93;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 94;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 95;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 96;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 97;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 98;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 99;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 100;4; -0.707076, 0.000000, 0.000000, 0.707137;;, - 101;4; -0.707076, 0.000000, 0.000000, 0.707137;;; - } - AnimationKey { //Scale - 1; - 102; - 0;3; 2.732761, 2.732761, 2.732761;;, - 1;3; 2.732761, 2.732761, 2.732761;;, - 2;3; 2.732761, 2.732761, 2.732761;;, - 3;3; 2.732761, 2.732761, 2.732761;;, - 4;3; 2.732761, 2.732761, 2.732761;;, - 5;3; 2.732761, 2.732761, 2.732761;;, - 6;3; 2.732761, 2.732761, 2.732761;;, - 7;3; 2.732761, 2.732761, 2.732761;;, - 8;3; 2.732761, 2.732761, 2.732761;;, - 9;3; 2.732761, 2.732761, 2.732761;;, - 10;3; 2.732761, 2.732761, 2.732761;;, - 11;3; 2.732761, 2.732761, 2.732761;;, - 12;3; 2.732761, 2.732761, 2.732761;;, - 13;3; 2.732761, 2.732761, 2.732761;;, - 14;3; 2.732761, 2.732761, 2.732761;;, - 15;3; 2.732761, 2.732761, 2.732761;;, - 16;3; 2.732761, 2.732761, 2.732761;;, - 17;3; 2.732761, 2.732761, 2.732761;;, - 18;3; 2.732761, 2.732761, 2.732761;;, - 19;3; 2.732761, 2.732761, 2.732761;;, - 20;3; 2.732761, 2.732761, 2.732761;;, - 21;3; 2.732761, 2.732761, 2.732761;;, - 22;3; 2.732761, 2.732761, 2.732761;;, - 23;3; 2.732761, 2.732761, 2.732761;;, - 24;3; 2.732761, 2.732761, 2.732761;;, - 25;3; 2.732761, 2.732761, 2.732761;;, - 26;3; 2.732761, 2.732761, 2.732761;;, - 27;3; 2.732761, 2.732761, 2.732761;;, - 28;3; 2.732761, 2.732761, 2.732761;;, - 29;3; 2.732761, 2.732761, 2.732761;;, - 30;3; 2.732761, 2.732761, 2.732761;;, - 31;3; 2.732761, 2.732761, 2.732761;;, - 32;3; 2.732761, 2.732761, 2.732761;;, - 33;3; 2.732761, 2.732761, 2.732761;;, - 34;3; 2.732761, 2.732761, 2.732761;;, - 35;3; 2.732761, 2.732761, 2.732761;;, - 36;3; 2.732761, 2.732761, 2.732761;;, - 37;3; 2.732761, 2.732761, 2.732761;;, - 38;3; 2.732761, 2.732761, 2.732761;;, - 39;3; 2.732761, 2.732761, 2.732761;;, - 40;3; 2.732761, 2.732761, 2.732761;;, - 41;3; 2.732761, 2.732761, 2.732761;;, - 42;3; 2.732761, 2.732761, 2.732761;;, - 43;3; 2.732761, 2.732761, 2.732761;;, - 44;3; 2.732761, 2.732761, 2.732761;;, - 45;3; 2.732761, 2.732761, 2.732761;;, - 46;3; 2.732761, 2.732761, 2.732761;;, - 47;3; 2.732761, 2.732761, 2.732761;;, - 48;3; 2.732761, 2.732761, 2.732761;;, - 49;3; 2.732761, 2.732761, 2.732761;;, - 50;3; 2.732761, 2.732761, 2.732761;;, - 51;3; 2.732761, 2.732761, 2.732761;;, - 52;3; 2.732761, 2.732761, 2.732761;;, - 53;3; 2.732761, 2.732761, 2.732761;;, - 54;3; 2.732761, 2.732761, 2.732761;;, - 55;3; 2.732761, 2.732761, 2.732761;;, - 56;3; 2.732761, 2.732761, 2.732761;;, - 57;3; 2.732761, 2.732761, 2.732761;;, - 58;3; 2.732761, 2.732761, 2.732761;;, - 59;3; 2.732761, 2.732761, 2.732761;;, - 60;3; 2.732761, 2.732761, 2.732761;;, - 61;3; 2.732761, 2.732761, 2.732761;;, - 62;3; 2.732761, 2.732761, 2.732761;;, - 63;3; 2.732761, 2.732761, 2.732761;;, - 64;3; 2.732761, 2.732761, 2.732761;;, - 65;3; 2.732761, 2.732761, 2.732761;;, - 66;3; 2.732761, 2.732761, 2.732761;;, - 67;3; 2.732761, 2.732761, 2.732761;;, - 68;3; 2.732761, 2.732761, 2.732761;;, - 69;3; 2.732761, 2.732761, 2.732761;;, - 70;3; 2.732761, 2.732761, 2.732761;;, - 71;3; 2.732761, 2.732761, 2.732761;;, - 72;3; 2.732761, 2.732761, 2.732761;;, - 73;3; 2.732761, 2.732761, 2.732761;;, - 74;3; 2.732761, 2.732761, 2.732761;;, - 75;3; 2.732761, 2.732761, 2.732761;;, - 76;3; 2.732761, 2.732761, 2.732761;;, - 77;3; 2.732761, 2.732761, 2.732761;;, - 78;3; 2.732761, 2.732761, 2.732761;;, - 79;3; 2.732761, 2.732761, 2.732761;;, - 80;3; 2.732761, 2.732761, 2.732761;;, - 81;3; 2.732761, 2.732761, 2.732761;;, - 82;3; 2.732761, 2.732761, 2.732761;;, - 83;3; 2.732761, 2.732761, 2.732761;;, - 84;3; 2.732761, 2.732761, 2.732761;;, - 85;3; 2.732761, 2.732761, 2.732761;;, - 86;3; 2.732761, 2.732761, 2.732761;;, - 87;3; 2.732761, 2.732761, 2.732761;;, - 88;3; 2.732761, 2.732761, 2.732761;;, - 89;3; 2.732761, 2.732761, 2.732761;;, - 90;3; 2.732761, 2.732761, 2.732761;;, - 91;3; 2.732761, 2.732761, 2.732761;;, - 92;3; 2.732761, 2.732761, 2.732761;;, - 93;3; 2.732761, 2.732761, 2.732761;;, - 94;3; 2.732761, 2.732761, 2.732761;;, - 95;3; 2.732761, 2.732761, 2.732761;;, - 96;3; 2.732761, 2.732761, 2.732761;;, - 97;3; 2.732761, 2.732761, 2.732761;;, - 98;3; 2.732761, 2.732761, 2.732761;;, - 99;3; 2.732761, 2.732761, 2.732761;;, - 100;3; 2.732761, 2.732761, 2.732761;;, - 101;3; 2.732761, 2.732761, 2.732761;;; - } - } -} //End of AnimationSet diff --git a/mods/mobs/npc.lua b/mods/mobs/npc.lua index 728d94c..7c70928 100755 --- a/mods/mobs/npc.lua +++ b/mods/mobs/npc.lua @@ -8,7 +8,6 @@ mobs.npc_drops = { "farming:meat", "farming:donut", "farming:bread", "default:a "default:cobble", "default:gravel", "default:clay_lump", "default:sand", "default:dirt_with_grass", "default:dirt", "default:chest", "default:torch"} -mobs.npc_max_hp = 20 mobs:register_mob("mobs:npc", { -- animal, monster, npc @@ -20,7 +19,9 @@ mobs:register_mob("mobs:npc", { attack_type = "dogfight", attacks_monsters = true, -- health & armor - hp_min = 20, hp_max = 20, armor = 100, + hp_min = 20, + hp_max = 20, + armor = 100, -- textures and model collisionbox = {-0.35,-1.0,-0.35, 0.35,0.8,0.35}, visual = "mesh", @@ -65,16 +66,23 @@ mobs:register_mob("mobs:npc", { -- set owner and order owner = "", order = "follow", + fear_height = 3, -- model animation animation = { - speed_normal = 30, speed_run = 30, - stand_start = 0, stand_end = 79, - walk_start = 168, walk_end = 187, - run_start = 168, run_end = 187, - punch_start = 200, punch_end = 219, + speed_normal = 30, + speed_run = 30, + stand_start = 0, + stand_end = 79, + walk_start = 168, + walk_end = 187, + run_start = 168, + run_end = 187, + punch_start = 200, + punch_end = 219, }, -- right clicking with "cooked meat" or "bread" will give npc more health on_rightclick = function(self, clicker) + local item = clicker:get_wielded_item() local name = clicker:get_player_name() if item:get_name() == "default:diamond" then --/MFF (Crabman|07/14/2015) tamed with diamond @@ -99,10 +107,11 @@ mobs:register_mob("mobs:npc", { item:take_item() clicker:set_wielded_item(item) end + local pos = self.object:getpos() pos.y = pos.y + 0.5 minetest.add_item(pos, { - name = mobs.npc_drops[math.random(1,#mobs.npc_drops)] + name = mobs.npc_drops[math.random(1, #mobs.npc_drops)] }) return -- if owner switch between follow and stand @@ -115,6 +124,7 @@ mobs:register_mob("mobs:npc", { end mobs:capture_mob(self, clicker, 0, 5, 80, false, nil) end + end, }) diff --git a/mods/mobs/npc_female.lua b/mods/mobs/npc_female.lua index a10f2f2..39ae03d 100755 --- a/mods/mobs/npc_female.lua +++ b/mods/mobs/npc_female.lua @@ -35,9 +35,9 @@ mobs:register_mob("mobs:npc_female", { -- sounds makes_footstep_sound = true, sounds = { - random = "mobs_fnpc", -- 2 sounds + random = "mobs_fnpc", -- 2 sounds damage = "mobs_fnpc_hit", -- 2 sounds - attack = "mobs_fnpc_attack", -- 1 sound + attack = "mobs_fnpc_attack", -- 1 sound death = "mobs_fnpc_death", -- 1 sound }, -- speed and jump @@ -69,16 +69,23 @@ mobs:register_mob("mobs:npc_female", { -- set owner and order owner = "", order = "follow", + fear_height = 3, -- model animation animation = { - speed_normal = 30, speed_run = 30, - stand_start = 0, stand_end = 79, - walk_start = 168, walk_end = 187, - run_start = 168, run_end = 187, - punch_start = 200, punch_end = 219, + speed_normal = 30, + speed_run = 30, + stand_start = 0, + stand_end = 79, + walk_start = 168, + walk_end = 187, + run_start = 168, + run_end = 187, + punch_start = 200, + punch_end = 219, }, -- right clicking with "cooked meat" or "bread" will give npc more health on_rightclick = function(self, clicker) + local item = clicker:get_wielded_item() local name = clicker:get_player_name() if item:get_name() == "default:diamond" then --/MFF (Crabman|07/14/2015) tamed with diamond @@ -105,7 +112,9 @@ mobs:register_mob("mobs:npc_female", { end local pos = self.object:getpos() pos.y = pos.y + 0.5 - minetest.add_item(pos, {name = mobs.npc_drops[math.random(1,#mobs.npc_drops)]}) + minetest.add_item(pos, { + name = mobs.npc_drops[math.random(1, #mobs.npc_drops)] + }) return -- if owner switch between follow and stand elseif self.owner and self.owner == clicker:get_player_name() then diff --git a/mods/mobs/pig.lua b/mods/mobs/pig.lua new file mode 100755 index 0000000..9086ba1 --- /dev/null +++ b/mods/mobs/pig.lua @@ -0,0 +1,89 @@ + +-- Piggy by farfadet46 + +mobs:register_mob("mobs:pig", { + -- animal, monster, npc, barbarian + type = "animal", + -- aggressive, does 5 damage to player when threatened + passive = false, + group_attack = true, + attack_type = "dogfight", + reach = 2, + damage = 4, + -- health & armor + hp_min = 15, + hp_max = 20, + armor = 200, + -- textures and model + collisionbox = {-0.8, -0.01, -0.8, 0.8, 1.1, 0.8}, + visual = "mesh", + mesh = "mobs_pig.b3d", + drawtype = "front", + textures = { + {"mobs_pig_pink.png"}, + }, + visual_size = {x=1,y=1}, + blood_texture = "mobs_blood.png", + -- sounds + makes_footstep_sound = true, + sounds = { + random = "mobs_pig", + attack = "mobs_pig_angry", + }, + -- speed and jump + walk_velocity = 2, + run_velocity = 3, + jump = true, + -- follows apple and potato + follow = {"default:apple", "farming:potato"}, + view_range = 10, + -- drops raw pork when dead + drops = { + {name = "mobs:pork_raw", + chance = 1, min = 2, max = 3,}, + {name = "maptools:silver_coin", + chance = 10, min = 1, max = 1,}, + }, + -- damaged by + water_damage = 1, + lava_damage = 5, + light_damage = 0, + fear_height = 2, + -- model animation + animation = { + speed_normal = 15, + stand_start = 25, stand_end = 55, + walk_start = 60, walk_end = 100, + punch_start = 60, punch_end = 100, + }, + -- can be tamed by feeding 8 wheat (will not attack when tamed) + on_rightclick = function(self, clicker) + mobs:feed_tame(self, clicker, 8, true, true) + mobs:capture_mob(self, clicker, 0, 5, 50, false, nil) + end, +}) +-- spawns on dirt or junglegrass, between 8 and 20 light, 1 in 15000 chance, 1 in area up to 31000 in height +mobs:spawn_specific("mobs:pig", {"default:dirt", "default:junglegrass", "default:dirt_with_dry_grass"}, {"air"}, 8, 20, 30, 10000, 1, -31000, 31000, true) +-- register spawn egg +mobs:register_egg("mobs:pig", "Pig", "mobs_pig_inv.png", 1) + +-- porkchop (raw and cooked) +minetest.register_craftitem("mobs:pork_raw", { + description = "Raw Porkchop", + inventory_image = "mobs_pork_raw.png", + on_use = minetest.item_eat(4), +}) + +-- cooked porkchop +minetest.register_craftitem("mobs:pork_cooked", { + description = "Cooked Porkchop", + inventory_image = "mobs_pork_cooked.png", + on_use = minetest.item_eat(8), +}) + +minetest.register_craft({ + type = "cooking", + output = "mobs:pork_cooked", + recipe = "mobs:pork_raw", + cooktime = 5, +}) diff --git a/mods/mobs/rat.lua b/mods/mobs/rat.lua index 3ce2263..16066fb 100755 --- a/mods/mobs/rat.lua +++ b/mods/mobs/rat.lua @@ -26,6 +26,8 @@ mobs:register_mob("mobs:rat", { }, -- speed and jump walk_velocity = 1, + run_velocity = 2, + runaway = true, jump = true, -- no drops drops = {}, @@ -33,6 +35,7 @@ mobs:register_mob("mobs:rat", { water_damage = 0, lava_damage = 4, light_damage = 0, + fear_height = 2, -- right click to pick up rat on_rightclick = function(self, clicker) mobs:capture_mob(self, clicker, 25, 80, 0, true, nil) @@ -42,7 +45,7 @@ mobs:register_mob("mobs:rat", { local pos = self.object:getpos() print("rat pos", pos.x, pos.y, pos.z) end, -]] +--]] }) -- spawn on stone between 1 and 20 light, 1 in 7000 chance, 1 per area up to 31000 in height mobs:spawn_specific("mobs:rat", {"default:stone", "default:sandstone"}, {"air"}, 0, 20, 30, 10000, 1, -31000, 31000, true) diff --git a/mods/mobs/sheep.lua b/mods/mobs/sheep.lua index b6ddc57..8b5a181 100755 --- a/mods/mobs/sheep.lua +++ b/mods/mobs/sheep.lua @@ -6,7 +6,7 @@ local all_colours = { -- Sheep by PilzAdam -for _, col in ipairs(all_colours) do +for _, col in pairs(all_colours) do mobs:register_mob("mobs:sheep_"..col, { -- animal, monster, npc, barbarian @@ -18,7 +18,8 @@ for _, col in ipairs(all_colours) do hp_max = 15, armor = 200, -- textures and model - collisionbox = {-0.4, -1, -0.4, 0.4, 0.3, 0.4}, + --collisionbox = {-0.4, -1, -0.4, 0.4, 0.3, 0.4}, + collisionbox = {-0.5, -1, -0.5, 0.5, 0.3, 0.5}, visual = "mesh", mesh = "mobs_sheep.b3d", textures = { @@ -35,6 +36,7 @@ for _, col in ipairs(all_colours) do -- speed and jump walk_velocity = 1, run_velocity = 2, + runaway = true, jump = true, -- drops raw meat and woll of its color when dead -- drops = { @@ -49,9 +51,12 @@ for _, col in ipairs(all_colours) do light_damage = 0, -- model animation animation = { - speed_normal = 15, speed_run = 15, - stand_start = 0, stand_end = 80, - walk_start = 81, walk_end = 100, + speed_normal = 15, + speed_run = 15, + stand_start = 0, + stand_end = 80, + walk_start = 81, + walk_end = 100, }, follow = {"farming:wheat", "default:grass_5"}, view_range = 10, @@ -61,6 +66,7 @@ for _, col in ipairs(all_colours) do replace_with = "air", -- right click sheep to shear sheep and get wood, feed 8 wheat for wool to grow back replace_offset = -1, + fear_height = 3, on_rightclick = function(self, clicker) local shpcolor = string.split(self.name,"_")[2] if shpcolor =="dark" then @@ -89,7 +95,7 @@ for _, col in ipairs(all_colours) do if minetest.get_modpath("wool") then local pos = self.object:getpos() pos.y = pos.y + 0.5 - local obj = minetest.add_item(pos, ItemStack("wool:"..shpcolor.." "..math.random(2,3))) + local obj = minetest.add_item(pos, ItemStack("wool:"..shpcolor.." "..math.random(1,3))) if obj then obj:setvelocity({ x = math.random(-1,1), @@ -112,7 +118,10 @@ for _, col in ipairs(all_colours) do --are we coloring? if itemname:find("dye:") then - if self.gotten == false and self.child == false and self.tamed == true and name == self.owner then + if self.gotten == false + and self.child == false + and self.tamed == true + and name == self.owner then local col = string.split(itemname,":")[2] for _,c in pairs(all_colours) do if c == col then @@ -168,6 +177,7 @@ minetest.register_entity("mobs:sheep", { end, on_step = function(self, dtime) + self.timer = self.timer + dtime if self.timer >= 1 then self.timer = 0 @@ -180,17 +190,3 @@ minetest.register_entity("mobs:sheep", { end, }) - --- -- shears (right click sheep to shear wool) --- minetest.register_tool("mobs:shears", { --- description = "Steel Shears (right-click sheep to shear)", --- inventory_image = "mobs_shears.png", --- tool_capabilities = { -- Modif MFF /DEBUT --- full_punch_interval = 1, --- max_drop_level=1, --- groupcaps={ --- snappy={times={[1]=2.5, [2]=1.20, [3]=0.35}, uses=30, maxlevel=2}, --- }, --- damage_groups = {fleshy=0}, --- } --- }) -- Modif MFF /FIN diff --git a/mods/mobs/sounds/mobs_dirtmonster.1.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_dirtmonster.1.ogg similarity index 100% rename from mods/mobs/sounds/mobs_dirtmonster.1.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_dirtmonster.1.ogg diff --git a/mods/mobs/sounds/mobs_dirtmonster.2.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_dirtmonster.2.ogg similarity index 100% rename from mods/mobs/sounds/mobs_dirtmonster.2.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_dirtmonster.2.ogg diff --git a/mods/mobs/sounds/mobs_dungeonmaster.1.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_dungeonmaster.1.ogg similarity index 100% rename from mods/mobs/sounds/mobs_dungeonmaster.1.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_dungeonmaster.1.ogg diff --git a/mods/mobs/sounds/mobs_dungeonmaster.2.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_dungeonmaster.2.ogg similarity index 100% rename from mods/mobs/sounds/mobs_dungeonmaster.2.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_dungeonmaster.2.ogg diff --git a/mods/mobs/sounds/mobs_dungeonmaster.3.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_dungeonmaster.3.ogg similarity index 100% rename from mods/mobs/sounds/mobs_dungeonmaster.3.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_dungeonmaster.3.ogg diff --git a/mods/mobs/sounds/mobs_eerie.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_eerie.ogg similarity index 100% rename from mods/mobs/sounds/mobs_eerie.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_eerie.ogg diff --git a/mods/mobs/sounds/mobs_fireball.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_fireball.ogg similarity index 100% rename from mods/mobs/sounds/mobs_fireball.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_fireball.ogg diff --git a/mods/mobs/sounds/mobs_lavaflan.1.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_lavaflan.1.ogg similarity index 100% rename from mods/mobs/sounds/mobs_lavaflan.1.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_lavaflan.1.ogg diff --git a/mods/mobs/sounds/mobs_lavaflan.2.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_lavaflan.2.ogg similarity index 100% rename from mods/mobs/sounds/mobs_lavaflan.2.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_lavaflan.2.ogg diff --git a/mods/mobs/sounds/mobs_mesemonster.1.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_mesemonster.1.ogg similarity index 100% rename from mods/mobs/sounds/mobs_mesemonster.1.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_mesemonster.1.ogg diff --git a/mods/mobs/sounds/mobs_mesemonster.2.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_mesemonster.2.ogg similarity index 100% rename from mods/mobs/sounds/mobs_mesemonster.2.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_mesemonster.2.ogg diff --git a/mods/mobs/sounds/mobs_oerkki.1.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_oerkki.1.ogg similarity index 100% rename from mods/mobs/sounds/mobs_oerkki.1.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_oerkki.1.ogg diff --git a/mods/mobs/sounds/mobs_oerkki.2.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_oerkki.2.ogg similarity index 100% rename from mods/mobs/sounds/mobs_oerkki.2.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_oerkki.2.ogg diff --git a/mods/mobs/sounds/mobs_oerkki_attack.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_oerkki_attack.ogg similarity index 100% rename from mods/mobs/sounds/mobs_oerkki_attack.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_oerkki_attack.ogg diff --git a/mods/mobs/sounds/mobs_sandmonster.1.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_sandmonster.1.ogg similarity index 100% rename from mods/mobs/sounds/mobs_sandmonster.1.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_sandmonster.1.ogg diff --git a/mods/mobs/sounds/mobs_sandmonster.2.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_sandmonster.2.ogg similarity index 100% rename from mods/mobs/sounds/mobs_sandmonster.2.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_sandmonster.2.ogg diff --git a/mods/mobs/sounds/mobs_slimes_attack.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_slimes_attack.ogg similarity index 100% rename from mods/mobs/sounds/mobs_slimes_attack.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_slimes_attack.ogg diff --git a/mods/mobs/sounds/mobs_slimes_damage.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_slimes_damage.ogg similarity index 100% rename from mods/mobs/sounds/mobs_slimes_damage.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_slimes_damage.ogg diff --git a/mods/mobs/sounds/mobs_slimes_death.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_slimes_death.ogg similarity index 100% rename from mods/mobs/sounds/mobs_slimes_death.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_slimes_death.ogg diff --git a/mods/mobs/sounds/mobs_slimes_jump.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_slimes_jump.ogg similarity index 100% rename from mods/mobs/sounds/mobs_slimes_jump.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_slimes_jump.ogg diff --git a/mods/mobs/sounds/mobs_spider.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_spider.ogg similarity index 100% rename from mods/mobs/sounds/mobs_spider.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_spider.ogg diff --git a/mods/mobs/sounds/mobs_spider_attack.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_spider_attack.ogg similarity index 100% rename from mods/mobs/sounds/mobs_spider_attack.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_spider_attack.ogg diff --git a/mods/mobs/sounds/mobs_stonemonster.1.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_stonemonster.1.ogg similarity index 100% rename from mods/mobs/sounds/mobs_stonemonster.1.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_stonemonster.1.ogg diff --git a/mods/mobs/sounds/mobs_stonemonster.2.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_stonemonster.2.ogg similarity index 100% rename from mods/mobs/sounds/mobs_stonemonster.2.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_stonemonster.2.ogg diff --git a/mods/mobs/sounds/mobs_stonemonster_attack.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_stonemonster_attack.ogg similarity index 100% rename from mods/mobs/sounds/mobs_stonemonster_attack.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_stonemonster_attack.ogg diff --git a/mods/mobs/sounds/mobs_treemonster.1.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_treemonster.1.ogg similarity index 100% rename from mods/mobs/sounds/mobs_treemonster.1.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_treemonster.1.ogg diff --git a/mods/mobs/sounds/mobs_treemonster.2.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_treemonster.2.ogg similarity index 100% rename from mods/mobs/sounds/mobs_treemonster.2.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_treemonster.2.ogg diff --git a/mods/mobs/sounds/mobs_zombie.1.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_zombie.1.ogg similarity index 100% rename from mods/mobs/sounds/mobs_zombie.1.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_zombie.1.ogg diff --git a/mods/mobs/sounds/mobs_zombie.2.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_zombie.2.ogg similarity index 100% rename from mods/mobs/sounds/mobs_zombie.2.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_zombie.2.ogg diff --git a/mods/mobs/sounds/mobs_zombie_attack.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_zombie_attack.ogg similarity index 100% rename from mods/mobs/sounds/mobs_zombie_attack.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_zombie_attack.ogg diff --git a/mods/mobs/sounds/mobs_zombie_death.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_zombie_death.ogg similarity index 100% rename from mods/mobs/sounds/mobs_zombie_death.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_zombie_death.ogg diff --git a/mods/mobs/sounds/mobs_zombie_hit.ogg b/mods/mobs/sounds/creative_not_in_use/mobs_zombie_hit.ogg similarity index 100% rename from mods/mobs/sounds/mobs_zombie_hit.ogg rename to mods/mobs/sounds/creative_not_in_use/mobs_zombie_hit.ogg diff --git a/mods/mobs/textures/mob_spawner.png b/mods/mobs/textures/mob_spawner.png new file mode 100755 index 0000000000000000000000000000000000000000..8f0ac39b711f0b8919b945696cc73b4015f8329f GIT binary patch literal 108 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;TYyi9E09+5%h?i;vJ=Q+ED7=p zW^j0RBMrzA@pN$v;kcgszopr0BYSC AegFUf literal 0 HcmV?d00001 diff --git a/mods/mobs/textures/mobs_nametag.png b/mods/mobs/textures/mobs_nametag.png new file mode 100755 index 0000000000000000000000000000000000000000..74005b3a25a37186a5e2f69cd6cc11f38f206a7f GIT binary patch literal 247 zcmVkf0oG*>Bzpoo zX%)nulCl`QF0%k^u}u-YR(8+d1{$=K$KXk;psEi8h_^^@uz$K?1dwkn`~@fN!5$nH x#9$|ww303PCpZ}5q!ryT`V*Iw9halu`2mf%NGNDlp0@x1002ovPDHLkV1h%cUM>It literal 0 HcmV?d00001